/* GENERAL */

*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	outline: 0 !important;
}

iframe {
	max-width: 100% !important;
}

.clear{
	clear: both;
}

.clear0{
	clear: both;
	height: 0px;
}

.maxwidth{
	max-width: 1000px;
	margin: 0 auto;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'PT Sans Narrow', sans-serif;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	color: #e85517;
	text-shadow: none;
	margin: 10px 0;
	font-weight: 700;
	line-height: 20px;
	text-rendering: optimizelegibility;
}


h2, h3, h4, h5, h6{
	margin-top: 25px;
}

h1{
	font-size: 28px;
}

h2{
	font-size: 26px;
}

h3{
	font-size: 24px;
}

h4{
	font-size: 22px;
}

h5{
	font-size: 20px;
}

h6{
	font-size: 18px;
}

a,
a:hover,
a:visited,
a:focus{
	color: #e85517;
	text-decoration: none;
}

a[href$=".pdf"]{
	padding-left: 35px;
	background-image: url(../images/pdf-ico.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 15px;
}

.download-page a[href$=".pdf"]{
	background-image: url(../images/pdf_icon.png);
	background-size: auto 44px;
	padding: 10px 0px 10px 60px;
	display: inline-block;
	color: #555555;
	transition: color 0.5s ease 0.2s;
	font-size: 16px;
	line-height: 24px;
}

.download-page a[href$=".pdf"]:hover{
	transition: color 0.15s ease !important;
	color: #e85517;
}
#footer ul {
	list-style: url(../images/list-arrow-small.png);
}

#content ul li{
	margin-bottom: 5px;
}

#content ul ul{
	margin-top: 3px;
	margin-bottom: 15px;
}

.page-header{
	border: none;
}

.btn,
button{
	background-image: none;
	box-shadow: none;
	text-shadow: none;
	background-color: #ffffff;
	color: #e75618;
	border: solid 1px #e75618;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 16px;
	border-radius: 6px;
	padding: 2px 12px;
	transition: background-color 0.2s ease, color 0.2s ease;

}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active{
	background-color: #e75618;
	border-color: #e75618;
	color: #ffffff;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.btn.btn-full{
	background-color: #e75618;
	color: #ffffff;
}

.btn.btn-full:hover{
	background-color: transparent;
	color: #e75618;
}

hr{
	border-color: #e8e8e8;
	
}

input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"]{
	min-height: 30px;
}


/* TABLE */

table{
	width: 100%;
}
table tr{
	border-bottom: 1px solid #e8e8e8;
}
table td, table th{
	padding: 5px 0px;
}
table th{
	text-transform: uppercase;
	text-align: left;
}
table tr:last-child{
	border: none;
}
.creatorbrand,
.creatorbrand a{
	font-size: 12px;
	color: #aaaaaa;
}
.creatorbrand a:hover{
	color: #333333;
}
.embed-container-youtube{
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embed-container-youtube iframe, .embed-container-youtube object, .embed-container-youtube embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.blog-item time.published {
	color: #a8a8a8;
	position: relative;
	line-height: 21px;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 15px;
	display: block;
	margin-top: 11px;
	padding-left: 26px;
}
.blog-item time.published::before {
	position: absolute;
	background-image: url('../images/calendar.png');
	background-repeat: no-repeat;
	background-position: center;
	content: '';
	width: 17px;
	height: 18px;
	left: 0px;
	top: 1px;
}
ul.pagination {
	display: flex;
	align-items: center;
}
ul.pagination .icon-chevron-left,
ul.pagination .icon-chevron-right {
	background-repeat: no-repeat;
	display: block;
	background-size: 10px;
	width: 10px;
	height: 24px;
	background-position: center;
}
ul.pagination .icon-chevron-right {
	background-image: url('../images/list-arrow.png');
}
ul.pagination .icon-chevron-left {
	background-image: url('../images/list-arrow-left.png');
}

ul.pagination .icon-chevron-left::before,
ul.pagination .icon-chevron-right::before{
	display: none;
}

ul.pagination .page-link {
	color: #e85517;
}
.page-item.active .page-link {
	border: none !important;
	background: #E85517 !important;
	color: #fff !important;
	padding: 4px 8px !important;
	border-radius: 5px !important;
}
.page-link.disabled, .disabled > .page-link {
	background-color: transparent !important;
	padding: 0 !important;
	border: none !important;
}
h1 {
	line-height: 40px;
}
.breadcrumb span {
	font-size: 12px;
}
.breadcrumb li.active span {
	color: #999;
}
div.mod-languages ul li.lang-active {
	background-color: transparent;
}
#mainmenu nav > ul li ul.nav-child {
	top: 39px !important;
}
.blog-item {
	border-bottom: solid 2px #ebebeb;
	padding-bottom: 20px;
}
.toggler {
	padding: 15px !important;
}
.blog-item div.icons {
	display: none;
}
.mod-custom span.headline {
	font-size: 28px;
	hyphens: auto;
	color: #e85517;
	text-shadow: none;
	font-family: 'PT Sans Narrow', sans-serif;
	line-height: 40px;
	font-weight: bold;
}

/* Suche */

#footer input[id*="mod-finder-searchword"] {
	border-radius: 0;
	border: none;
	height: 25px;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: center right 10px;
	max-width: 158px;
	font-size: 14px;
	line-height: 20px;
	color: rgb(85, 85, 85);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
#search-result-empty h2 {
	margin-bottom: 20px;
}
#footer ul.mod-menu {
	padding-left: 0 !important;
}
/* Old Bootstrap Fix */

.row-fluid {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: nowrap;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-0.5 * var(--bs-gutter-x));
	margin-left: calc(-0.5 * var(--bs-gutter-x));
}
@media (min-width: 768px) {
	[class*="span"] {flex: 0 0 auto}
	.span1           {width: 8.33333333%}
	.span2           {width: 16.66666667%}
	.span3           {width: 25%}
	.span4           {width: 33.33333333%}
	.span5           {width: 41.66666667%}
	.span6           {width: 50%}
	.span7           {width: 58.33333333%}
	.span8           {width: 66.66666667%}
	.span9           {width: 75%}
	.span10       {width: 83.33333333%}
	.span11       {width: 91.66666667%}
	.span12       {width: 100%}
}
@media (max-width: 767px) {
	.row-fluid {
		display: block;
	}
}

.row-fluid .offset1 {
	margin-left: 8.382978723%;
}
#projekte-list .row-fluid {
	flex-wrap: nowrap;
}
#teaser > .row {
	margin-top: 50px;
}
.newsletter select {
	border-radius: 2px;
	border: 1px solid rgb(216, 222, 228);
	appearance: none;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 286.1 167%27%3E%3Cpath d=%27M24.1 0h238c21.4 0 32.1 25.9 17 41l-119 119c-9.4 9.4-24.6 9.4-33.9 0L7.1 41C-8 25.9 2.7 0 24.1 0z%27 fill=%27%233c4858%27/%3E%3C/svg%3E");
	background-position: right .65em top 50%;
	background-repeat: no-repeat;
	background-size: .65em auto;
	height: calc(2.5rem - 2px);
	padding: 3px calc(2rem - 1px) 3px .5rem;
	width: 93%;
}
img {
	max-width: 100%;
}
.row-fluid.jobs {
	gap: 20px;
}
.item-page .icons {
	display: none;
}
.element-invisible {
	display: none;
}
.btn.btn-secondary:focus,
ul.pagination .page-link:focus
{
	box-shadow: 0 0 0 0.25rem rgba(232, 85, 23, 0.5);
}
ul.pagination li a {
	padding: 0;
	border: none;
}
ul.pagination li {
	margin: 0 6px;
}
.teamsection {
	display: flex;
	justify-content: center;
	padding: 20px;
}
.teamsection .row-fluid {
	max-width: 100%;
}
.teamsection .row {
	padding: 0 !important;
}
#visform1 .field5 {
	display: flex;
	flex-wrap: wrap;
}
#visform1 .visCustomText {
	margin-left: 0 !important;
	margin-top: 20px !important;
}
#osmap ul {
	padding-left: 0 !important;
}
.mod-custom .module-content {
	margin-top: 15px;
}
#projekt-view .date-wrap {
	display: none;
}
#projekt-view .projekt-img {
	float: right;
}
#projekte-list .date {
	display: none !important;
}
#visform1 #field5 {
	margin-right: 15px;
	width: 10px;
	height: 10px;
	margin-top: 33px;
}
#visform1 #form1datenschutzlbl {
	order: 2;
	width: 100%;
}
#visform1 .visCustomText {
	flex: 0 0 70%;
}