@font-face {
	font-family: "SunBlack";  
	src: url("../fonts/Sun-Black.ttf") format("truetype"); 
	font-style: normal; 
	font-weight: normal; 
} 

@font-face {
	font-family: "SunLight";  
	src: url("../fonts/Sun-Light.ttf") format("truetype"); 
	font-style: normal; 
	font-weight: normal; 
} 

@font-face {
	font-family: "SunSemiBold";  
	src: url("../fonts/Sun-SemiBold.ttf") format("truetype"); 
	font-style: normal; 
	font-weight: normal; 
}

[class*=fa-]::before{
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 14px;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.mobile-menu-list span span.last, .submenu.pull-right a span.last{
	font-weight:600;
}

.separator{
	height: 30px;
}

b{
	font-family: "SunSemiBold";
	font-weight: 600;
}
a{
	text-decoration: none;
}
.wrapper-bg-gray, .wrapper-bg-white{
	padding: 37px 0 25px 0;
}
.wrapper-bg-gray{
	background-color: #f2f2f4;
}
body{
	background: #fff;
	color: #646567;
	font-family: "SunLight";
	font-size: 18px;
	padding-top: 82px;
}
@media only screen and (max-width: 1024px){
	body{
		padding-top: 75.81px;
	}
}
body .content{
	/*padding-bottom: 100px;*/
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.homepage_content .container{
	max-width:1100px;
}
.f_right.btn_menu{
	display:none;
}
.f_right.main_menu{
	list-style: none;
	padding:8px 2px 0;
}
.f_right.main_menu li{
	position: relative;
	display: inline-block;
	padding: 0 0 16px 0px;
}
.f_right.main_menu li span{
	position: absolute;
	top: -5px;
	right: -5px;
	color: #da0f30;
}

.f_right.main_menu li:not(:first-child):before {
	content: "|";
	margin-right: 6px;
	margin-left: 8px;
	color: #c1c1c1;
}

.f_right.main_menu a {
	line-height: 21px;
	font-family: "SunLight";
	font-size: 12px;
	font-weight: 300;
	line-height: 1.75;
	letter-spacing: 0.1px;
	text-align: right;
	color: #646567;
	padding-top: 5px;
	border-top: 3px solid transparent;
}

.submenu {
	z-index: 500;
}
.f_right.main_menu li.searchframe {
	position: relative;
}
.f_right.main_menu a img.searchglas {
	width: auto;
	height: 15px;
}

.f_right.main_menu li.searchframe div {
	display: none;
	position: absolute;
	top: 25px;
	right: 0px;
	width: 200px;
	z-index: 1000;
}
.f_right.main_menu li.searchframe div input#Suchbegriff {
	width: 200px;
	border: none;
	border-bottom-color: currentcolor;
	border-bottom-style: none;
	border-bottom-width: medium;
	border-bottom: 1px solid #DA0031;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	/*margin-right: 13px;*/
	outline: none;
	background-color:#ededed;
	padding: 0 25px 0 10px;
}
.f_right.main_menu li.searchframe div input.suchbutton {
	position: absolute;
	top: 6px;
	right: 5px;
	width: 15px;
	height: 15px;
	background: #fff url('../images/img-forward.png');
	background-repeat: no-repeat;
	background-position: center center;
	border: solid 1px #DA0031;
	border-radius: 50%;
}

.container_search {
	padding-left: 59px !important;
}
.container_search .referenz {
	margin-left: -30px;
}
.container_search .referenz div {
	padding-right: 30px;
}
.container_search a.showall {
	max-width: 150px;
	margin: 0 auto 1rem auto;
}
.hiderahmen {
	display: none;
}
.searchtrenner {
	overflow: hidden;
	height: 1px;
	border: none;
	background-color: #dfdfdf;
	margin-bottom: 1rem;
	margin-left: -1.5rem;
}
.container_search a {
	color: #646567;
	font-weight: bold;
}

.contact_content .submenu {
	margin:0;
}
.referenzliste .submenu{
	margin: 0;
}
.submenu li.current_item{
	border-top: none;
	border-bottom: 3px solid #da0f30;
}
.submenu li.current_item a{
	border-top:none;
}

li.current_item a{
	color: #000 !important;
	font-weight: 600 !important;
	border-color: #da0f30 !important;
	/*display: inherit;*/
	padding-top:5px;

}

#gray{
	background: #fbfbfb;
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
}

.header_title{
	padding-top: 50px;
	padding-bottom: 19px;
	font-family: "SunLight";
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.1px;
	text-align: left;
	color: #646567;
}
.header{
	position: fixed;
	width: 100%;
	top: 0;
	background-color: #fff;
	z-index: 10000;
	/* margin-bottom: 15px; */
}
.homepage_content .header{
	height:110px;
}

/*@media only screen and (max-width: 1200px) {
.homepage_content .header{
height: 134px;
}    
}
*/
@media only screen and (max-width: 970px) {
	.homepage_content .header{
		height: 104px;
	}
	.homepage_content .header .container .row .header-wr .brand-logo{
		width: 242px;
	}
}

@media only screen and (max-width: 1024px) {
	.homepage_content .header{
		height: 72px;
	}
}

.submenu {
	/*margin-top: 14px; */
}
.navigate-bar-wrapper{
	position:absolute;
	top: 302px;
}
.homepage_content .brand-logo{
	width:407px;
	height: 79px;
	margin: 14px 0 17px; 
}
@media only screen and (max-width: 1024px) { 
	.navigate-bar-wrapper{
		top: 295px;
	}
	.page-content .center-image{
		padding-right:10px;
		width: 66.66666667%;
	}
	page-content .right-image{
		padding-right:10px;
		width: 33.33333333%;
	}
}

.brand-logo {	height: 79px;	width: 407px; margin: 10px 10px 10px;}
.homepage_content .brand-logo{
	margin: 14px 0; 
}
.brand-logo a{
	display:block;
}
.brand-logo img{ width: 100%; height: 100%; }

.home-page-item{
	height: 650px;	width: 100%;
}

.home-page-item-header{
	text-transform: uppercase;
	height: 60px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 11;
	position: relative;
	text-align: center;
	color: #FFFFFF;	
	font-family: "SunLight";	
	font-size: 33px;	
	font-weight: 300;	
	line-height: 70px;
}
.home-page-item-body{
	position: relative;
	top: -60px;
	overflow: hidden;
	width: 100%;
	height: auto;
}
.home-page-item a:hover .home-page-item-image{
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
	transition: opacity 0.3s;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.home-page-item-image{
	z-index: 10;
	position: relative;
	background-size: cover !important;
	filter: grayscale(30%);
	-webkit-filter: grayscale(30%);
	-moz-filter: grayscale(30%);
	-o-filter: grayscale(30%);
	-ms-filter: grayscale(30%);
	-webkit-transition: -webkit-transform 0.4s ease;
	-moz-transition: -moz-transform 0.4s ease;
	-o-transition: -o-transform 0.4s ease;
	transition: transform 0.4s ease;
}
.home-page-images{
	margin:0 auto;
	margin-left:20px;
	max-width:1045px;
}
.home-left-img{
	padding-right:0px;
}
.home-left-img .home-page-item-image{
	background-size: cover;
	height: 650px;
}
.home-center-img .home-page-item-image{
	background-size: cover;
	height: 650px; 
	width: 100%;
}
.home-right-img .home-page-item-image{
	background-size: cover;
	height: 650px; 
	width: 100%;
}
.home-center-img{
	padding:0 9px;
}
.home-right-img{
	padding-left:0px;
}
.center-image img {
	width: 100%;
	height: 100%;
}
.page-content .center-image{
	padding-right:4px;
}
.lorem-ipsum-dolor-si {
	max-width: 321px;
	min-height: 169px;
	font-family: "SunLight";
	font-size: 16px;
	font-weight: 300;
	line-height: 1.31;
	letter-spacing: 0.2px;
	text-align: left;
	color: #646567;
	margin-top: 15px;
}

#signature-image{
	height: 105px;	width: 233px;
}

.content.main_section .container,
.content-wrapper .container,
.content .container {
	margin:0;
}
.wrapper-bg-white .container,
.wrapper-bg-gray .container {
	margin-left: auto !important;
	margin-right: auto !important;
}

h1 {
	font-family: "SunLight";
	font-size: 26px;
	font-weight: 600;
	letter-spacing: 0.1px;
	text-align: left;
	color: #646567;
	margin-top:0px;
}

.page-content{
	top: 20px;
	display: block;
	position: relative;
}

.zero-padding{
	padding: 0;
}

.contact-form-wrapper input[type="text"], .contact-form-wrapper input[type="email"], .contact-form-wrapper select, .contact-form-wrapper option{
	height: 38px;
	background-color: #ffffff;
	border-radius: 0px;
	font-family: "SunLight";
	font-size: 16px;
	font-weight: 300;
	line-height: 1.63;
	letter-spacing: 0px;
	text-align: left;
	color: #222222;
}
.contact-form-wrapper label{
	font-family: "SunLight";
	font-size: 13px;
	font-weight: 300;
	line-height: 2;
	letter-spacing: 0px;
	text-align: left;
	color: #747474;
}
.contact-form-wrapper textarea{
	height: 112px;
	background-color: #ffffff;
	border: solid 1px #e5e5e5;
}
.contact-form-wrapper{
	padding-left: 8зч;
}
.contact-container{
	padding-top:40px;
}
.zero-padding-right{
	padding-right: 10px;
	border-left: 1px solid  #da0031;
}
.contact-form-wrapper label{
	display: flex;
}
.help-block, .with-errors{
	margin-top: 0; 
	margin-bottom: 0;
	font-weight: bold;
	margin-left: 10px;
}
#map{
	width: 100%;
	height: 392px;
	border: solid 1px #dadada;
}

.mapframe {
	position: relative;
	padding-top: 40%;
}
.referenzkarte {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	height: auto !important;
}
#infowindow {

}
#infowindow .infobild img {
	width: 100%;
	height: auto;
	max-width: 250px;
	margin: 10px 0;
}
#infowindow .infolink {
	text-align: right;
}
#infowindow .infolink a {
	color: #da0f30;
	text-decoration: none;
}

.Anfahrt{
	font-family: "SunLight";
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.1px;
	text-align: left;
	color: #646567;
	margin-bottom: 10px;
	margin-top: 20px;
}

.right-side-with-separator{
	min-height: 313px;
	padding-left: 18px;
	border-left: 1px solid red;
}
.submenu{
	list-style: none;
	margin-top: 27px;
	margin-bottom: 0;
}
.submenu li {
	position: relative;
	/* border-right: 1px solid #D8D8D8; */
	padding: 0 15px 0 15px;
}
.submenu li:nth-last-child(1) { 
	border-right: none;
	padding-right: 0;
}
.submenu li{
	display: inline-block;
}
.submenu a{
	color: #636466;	
	font-family: "SunLight";	
	font-size: 18px;	
	font-weight: 300;	
	line-height: 17px;	
	text-align: center;
	text-transform: uppercase;
}
.submenu li:last-of-type a {
	text-transform: none;
}
.submenu li:last-of-type a .last {
	font-weight: normal;
}

.submenu li:hover > ul {
	display: block;
}
.submenu ul {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 0;
	margin-top: 35px;
	margin-left: 0;
}
.submenu li.current_item ul {
	margin-top: 39px;
}
.submenu ul li {
	display: block;
	width: 100%
		border: none;
	background-color: #fff;
	padding: 5px 10px;
}

.section-wrapper-video{
	height: 100%;
	width: 100%;
	margin-right: 19px;
}

.img-responsive {
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 992px) {
	.section-wrapper-video{
		margin-right: 0;
		margin-bottom: 19px;
	}
	.container-struct{
		padding-right: 0 !important;
	}
	.submenu a{
		font-size: 16.02px;
	}
	.container{
		width:100%;
	}
	.brand-logo {	
		height: 44px;	
		width: 242px; 
		margin: 10px 0 46px;
	}
	.f_right.btn_menu{
		display:none;
	}
	.f_right.main_menu{
		padding:10px 15px 0;
	}
	.home-page-images{
		margin:0;
	}
	.home-left-img{
		padding-right:15px;
		width: 33.33333333%;
	}
	.home-center-img{
		width: 33.33333333%;
	}
	.home-right-img{
		padding-left:15px;
		width: 33.33333333%;
	}
	.home-page-item-header{
		padding: 0 16px 0px 16px;
		text-align:left;
		font-size:30px;
	}
	.lorem-ipsum-dolor-si{
		height:auto;
		margin-bottom:14px;
	}
	.right-side-with-separator{
		padding-left:15px;
	}
	.page-content .center-image{
		padding-right:10px;
		width: 66.66666667%;
	}
	.page-content .right-image{
		padding-left:9px;
		width: 33.33333333%;
	}
	.zero-padding-right{
		border-left: 0;
	}
	/**CONTACT**/

	.submenu {
		display:none;
	}
	.contact-form-wrapper input[type="text"], .contact-form-wrapper input[type="email"], .contact-form-wrapper select, .contact-form-wrapper textarea{
		width:97%;
	}
	.contact-form-wrapper{
		padding-left:0;
	}
	.zero-padding {
		margin-top: 42px;
	}
	.contact-container {
		padding-top: 12px;
	}
	.contact-container{
		padding-top:40px;
		display: flex;
		flex-direction: column-reverse;
	}
}
@media only screen and (max-width: 969px) {
	.homepage_content .header{
		height:72px;
	}
	.homepage_content .brand-logo{
		width:242px;
		height:44px;
	}
	.homepage_content .container{
		width:100%;
	}
	.home-left-img,
	.home-center-img,
	.home-right-img{
		width: 100%;
		padding:0;
	}
	.home-page-item{
		height:320px;
		overflow:hidden;
		margin-bottom:10px;
	}
	.home-left-img .home-page-item-image{
		height: 320px;
		width: 100%;
	}
	.home-center-img .home-page-item-image{
		height: 320px; 
		width: 100%;
	}
	.home-right-img .home-page-item-image{
		height: 320px; 
		width: 100%;
	}
	.page-content .center-image{
		width: 50%;
	}
	.page-content .right-image{
		width: 50%;
	}
}
@media only screen and (max-width: 1024px) {
	.brand-logo {	 
		margin: 10px 5px;
	}
	.homepage_content .main_section .container{
		margin-top:0 !important;
	}
	.f_right.main_menu {
		display:none;
	}
	.f_right.btn_menu{
		max-width: 24px;
		padding: 15px 0;
		display:block;
		background:url('../images/menu.png') no-repeat;
		width:100%;
		height:100%;
		margin-top:20px;
		margin-right:15px;
	}
	.page-content .center-image{
		padding:0;
		margin-bottom:27px;
		width:100%;
	}
	.page-content .right-image{
		padding-left:7px;
		padding-right:10px;
		width:100%;
	}

	.right-side-with-separator{
		min-height:355px;
	}
	.uber-uns{
		width:100%;
	}
}
@media only screen and (max-width: 750px) {
	.home-page-item{
		height:320px;
		overflow:hidden;
		margin-bottom:10px;
	}
	.home-left-img .home-page-item-image{
		height: 320px;
		width: 100%;
	}
	.home-center-img .home-page-item-image{
		height: 320px; 
		width: 100%;
	}
	.home-right-img .home-page-item-image{
		height: 320px; 
		width: 100%;
	}
}
@media only screen and (max-width: 480px) {
	.home-left-img,
	.home-center-img,
	.home-right-img{
		padding:0;
	}
	.home-left-img .home-page-item-image{
		background-size: cover;
		height: 320px;
	}
	.home-center-img .home-page-item-image{
		background-size: cover;
		height: 320px; 
		width: 100%;
	}
	.home-right-img .home-page-item-image{
		background-size: cover;
		height: 320px; 
		width: 100%;
	}
}
.custom-btn-red{
	border: 2px solid rgba(218, 0, 49, .1);
	background-color: white;
	color: #DA0031;
	border-radius: 0;
	padding: 3px 13px 3px 13px;
}
.custom-btn-red a:hover{
	text-decoration:none;
	color:#DA0031;
}
.custom-btn-red i{
	margin-right: 10px;
}
.wrapper.image_with_menu{
	height: 262px;
	width: 100%;
}
.stehen_content .wrapper.image_with_menu{
	background: url('../images/img-2.png') no-repeat;
	background-size: cover;
}
.podmap{
	display: block;
	margin-top: 15px;
	border: solid 2px rgba(218, 0, 49, .1);
	text-align:center;
	color: #DA0031;
}
.podmap:hover{
	color: #DA0031;
}

}
.conten-wr{
	width: 100%;
}

.wrapper-bg-gray, .wrapper-bg-white{
	width: 100%;
}

.unternehmen-content-title {
	margin: 0 0 22px;
	font-size: 22px;
	color: #646567;
	font-weight: 600;
}

h1{font-size: 28px !important;}
h2{font-size: 26px !important;}
h3{font-size: 20px !important;}

.unternehmen-history-lists {
	display: flex;
	flex-direction: row;
	max-height: 995px;
	justify-content: space-between;
}

.history-list-photo {
	padding: 0;
	list-style: none;
	margin: 0;
}


.history-list-photo li {
	margin-bottom: 20px;
}

.unternehmen-history-lists .history-dates-list {
	padding: 0;
	/*padding-left: 46px;*/
	margin: 0;
	list-style: none;
	/*display: block;*/
	max-width: 350px;
	font-size: 16px;
}

#img-responsive{
	display: block;
	max-width: 100%;
	height: auto;
}

.link-inner{
	display: block;
	cursor: pointer;
}
.filter-inner .right-part{

	text-align: right;
}
.filter-inner .btn, .td-btns-block .btn{

	height: 22px;
	padding:0px 6px; 
	text-decoration: none;
	color: #DA0031;
}
.filter-inner .btn-remove{

	border:2px solid #F6C7D2;
	margin-left: 17px;
	font-size: 14px;
	text-align: center;
}
.filter-inner .btn-pdf{

	font-size: 18px;
	padding: 0;
}
.td-photo{

	min-width: 175px;

}
.td-photo .number{

	display: inline-block;
	width: 22px;
	vertical-align: top;
	font-size: 16px;
	color: #646567;
	font-weight: 600;
	margin-bottom: 0;
	margin-top: -4px;
}
.td-photo .photo-inner{

	display: inline-block;
	width: 100px;
	height: 75px;
	margin-left: 48px;
}
.td-photo .photo-inner img{
	object-fit: contain;
	object-position: top left;
	max-height: 100%;
	max-width: 100%;
}
.td-name{

	margin-left: 19px;
	width: 246px;
	flex: 1 1 auto;
}
.td-person{

	width: 240px;
	color: #646567;
	font-size: 16px;
}
.td-person .txt-bold{

	font-weight: 600;
}
.td-person .txt{

	margin:-3px; 
}
.td-name .title{

	color: #646567;
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	margin: 0 0 6px;
}
.td-name .fa{

	color: #da0031;
	font-size: 16px;
	line-height: 14px;
}

.referenzliste .icon-list{
	background: url('../images/reference-list.png') no-repeat center;
}

.icon-list{
	background: url('../images/referenzliste-plus.svg') no-repeat center;
	width: 16px;
	height: 12px;
	display: inline-block;
	margin-right: 3px;
	vertical-align: middle;
}
.td-btns-block{

	padding-right: 0;
	min-width: 270px;
	margin-left: 30px;
	text-align: right;
}
.td-btns-block .btn-pdf{

	font-size: 18px;
	padding: 0;
}
.td-btns-block .btn-remove{

	margin-left: 15px;
	border:2px solid #F6C7D2;
}
.container-flex{

	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-bottom: 25px;
	border-bottom: 1px solid #D9D9D9;
	margin-bottom: 25px;
}
@media only screen and (max-width: 992px) {

	.filter-inner{

		margin-bottom: 20px;
	}
	.container{

		width: 970px;
	}
	.td-name{

		width: 183px;
	}
	.td-name .title{

		margin: 0 0 13px;
	}
	.td-person{

		margin-left: 31px;
	}
	.td-btns-block{

		min-width: 270px;
		margin-left: 54px;
	}
}
@media only screen and (max-width: 969px) {

	.filter-inner{

		margin-bottom: 40px;
	}
	.container{

		width: 750px;
	}
	.td-photo{

		min-width: 144px;

	}
	.td-photo .photo-inner{

		margin-left: 18px;
	}
	.td-name{

		margin-left: 29px;
		width: 148px;
	}
	.td-person{

		width: 171px;
		margin-left: 27px;
	}
	.td-btns-block{

		margin-left: 10px;
		min-width: 256px;
	}
	.container-flex{

		margin-bottom: 23px;
	}
}
@media only screen and (max-width: 768px) {

	.filter-inner{

		margin-bottom: 40px;
	}
	.container{

		width: 100%;
	}
}
@media only screen and (max-width: 750px) {

	.filter-inner{

		padding: 47px 0 13px;
		margin-bottom: 11px;
	}
	.left-part{

		margin-bottom: 14px;
	}
	.td-photo{

		max-width: 100%;
		margin-bottom: 13px;
	}
	.container-flex{

		display: block;

		padding-bottom: 0;
		border-bottom: none;
		margin-bottom: 30px;
	}
	.td-photo .photo-inner{
		margin-top:5px;
	}
	.td-name{

		margin-left: 41px;
		width: 126px;
		display: inline-block;
		vertical-align: top;
		padding-top:4px;
		padding-right:5px;
	}
	.td-person{

		width: 125px;
		display: inline-block;
		margin: 0 0 21px; 
	}
	.td-btns-block{

		text-align: left;
	}
}
.backend{
	width: 100%;
}
.right-image{
	padding-left: 0px;
}
/* Referenz list*/
.container-flex-wrap ,.header_title{
	padding-left: 40px;
	padding-right: 10px;
}

.td-btns-block{
	padding-right:0; /*10px;*/
}

.referenzliste .td-btns-block{
	border-top: none;
}

@media only screen and (max-width: 750px) {
	.container-flex-wrap ,.header_title{
		padding-left: 14px;
	}.header_title{
		padding-top: 49px;
		padding-bottom: 47px;
	}
	.td-btns-block{
		margin-left: 42px;
	}
	.td-photo .number{
		margin-top: 0px;
	}
	.td-person{
		padding-top: 4px;
	}
}
@media only screen and (max-width: 970px) {
	.td-btns-block{
		padding-right: 0px;
	}
	.referenzliste .main_section .container{
		margin-top: 43px !important;
	}
}

/*Kontakt*/
@media only screen and(min-width: 970px){
	.contact_content .content.main_section .container{
		padding-right: 20px;
		padding-left: 24px;
	}
}

.contact_content .wrapper .container .header_title{
	padding-left: 0px;
}
.btn-section a{
	color: #da0031;
}
.btn-section .btn-remove, .btn-section .btn-remove:hover {
	margin-left: 16px;
	border: 2px solid #F6C7D2;
}
.btn-section .btn-pdf{
	font-size: 18px;
	padding: 0;
}
.btn-section .btn {
	height: 22px;
	padding: 0px 6px;
	text-decoration: none;
	color: #DA0031;
}
.icon-delete{
	background: url(../images/delete.png) no-repeat center;
	width: 11px;
	height: 11px;
	display: inline-block;
	margin-right: 3px;
	vertical-align: middle;
}
.submenu.pull-right li.current_item a{
	color: #636466 !important;
	font-weight: 300 !important;
}
.referenzliste .btn-pdf,
.referenzliste .btn-link.btn-pdf{
	height:22px;
	border:none;
	padding:0;
}
.referenzliste .btn-pdf:hover,
.referenzliste .btn-link.btn-pdf:hover,
.referenzliste .btn-pdf:active,
.referenzliste .btn-link.btn-pdf:active,
.referenzliste .btn-pdf:focus{
	border:none;
	padding:0;
}

ul li a{
	position: relative;
	z-index: 9999;
}

.home-page-images a:hover{
	text-decoration: none;
}

.wrapper__сontent.block-right .section-wrapper-image{
	min-width: 353px;
}

@media only screen and (max-width: 970px) { 
	.contact_content .zero-padding div{
		margin-bottom: 30px;
	}
}

/* *** Cookie-Banner mit grid *** */
#cookie-popup {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px 5%;
	background: #000;
	color: #fff;
	z-index: 3000;
}

#cookierahmen {
	width: 100%;
	max-width: 1070px;
	margin: 0 auto;
}
#cookierahmen p {
	font-size: 14px !important;
	line-height: normal;
	margin: 0 130px 0 0 !important;
}
#cookierahmen p a {
	color: #fff;
	text-decoration: underline ;
}
#button-col{
	text-align: end;
}
#cookie-popup-btn {
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 0;
	padding: 5px 10px;
	cursor: pointer;
	font-size: 14px;
	background-color: #000;
	color: #fff;
}

.form_checkbox{
	overflow: hidden;
}

.form_checkbox.checkbox_fehler{
	background-color: #FFD8D9;
	color: #DB0003;
	border: solid 1px #DB0003;
}

.form_checkbox input{
	float: left;
	margin: 4px 4px 0 0;
}

.form_checkbox label{
	float: left;
	width: calc(100% - 20px);
	display: block;
	line-height: inherit;
}

ul {
	padding-left: 10px;
	margin-left: 10px;
}

dl.akkordeon dd {
	display: none;
}
dl.akkordeon dt {
	position: relative;
	font-size: 20px;
	background-color: #ddd;
	padding: 5px 15px 0 5px;
	margin-bottom: 10px;
}
dl.akkordeon dt a {
	color: #646567;
}
dl.akkordeon dt a span {
	position: absolute;
	top: -10px;
	right: 10px;
	font-size: 38px;
	transform: rotate(90deg);
}
dl.akkordeon dt a span.aktiv {
	transform: rotate(-90deg);
}

dd ul {
	font-size: 16px;
}

.popup__container {
	display: none;
	position: fixed;
	right: 0px;
	bottom: 50px;
	border: solid 2px #F2F2F4;
	-webkit-box-shadow: 0px 0px 3px 1px #F2F2F4;
	-moz-box-shadow: 0px 0px 3px 1px #F2F2F4;
	box-shadow: 0px 0px 3px 1px #F2F2F4;
}
.popup_inhalt {
	display: block;
	width: 100%;
	max-width: 300px;
	color: #000;
	background-color: #fff;
	padding: 10px;
}
.popup_inhalt a {
	color: #000;
	text-decoration: none;
}
.popup_inhalt .closeheader {
	text-align: right;
	padding: 5px;
}
.popup_inhalt .closeheader a {
	font-size: 16px;
	font-weight: bold;
}
.popup_inhalt .headline {
	font-weight: bold;
}
.popup_inhalt img {
	width: 100%;
	height: auto;
}
@media only screen and (max-width: 480px) {
	.popup__container {
		width: 80%;
		right: inherit;
		left: 50%;
		transform: translateX(-50%);
	}
}

.news-card,
.teaser-card{
	min-height: 250px;
	position: relative;
	color: #646567;
	margin-bottom: 20px;
	padding: 0 10px;
}
.news-card {

}
.teaser-card{
	display: flex;
	flex-direction: column;
	height: 250px;
	padding: 0;
}
.news-card img,
.teaser-card img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.news-card-description::before,
.teaser-card-description::before{
	font-size: 25px;
	float: right;
	padding: 8px 16px;
	background-color: #fff;
	color: #da0031;
}
.news-card:hover,
.teaser-card:hover{
	color: #646567 !important;
	text-decoration: none;
}
@media only screen and (min-width: 768px) {
	.news-card:hover,
	.teaser-card:hover{
		color: #646567 !important;
		/*cursor: pointer;*/
		text-decoration: none;
	}
	.news-card:hover img,
	.teaser-card:hover img{
		/*opacity: .85;*/
	}
	.news-card:hover .news-card-description::before,
	.teaser-card:hover .teaser-card-description::before{
		background-color: #da0031;
		color: #fff;
	}
}
.news-card-description,
.teaser-card-description{
	background-color: #f2f2f4;
	padding: 7px 7px 7px 15px;
	position: absolute;
	right: 15px;
	bottom: 15px;
	left: 15px;
}
.news-card-description{
	/*position: initial;*/
	position: relative;
	padding: 7px 15px;
	/*right: 25px;
	left: 25px;*/
	right: 0;
	left: 0;
}
.truncate{
	width: 250px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.truncate-300{
	width: 300px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}
.news-card .truncate,
.teaser-card .truncate {
	width: calc(100% - 45px);
}
@media only screen and (min-width: 1024px) {
	.news-slick-container{
		margin: 0;
		position: relative;
	}
	.news-slick-container--inner{
		/*overflow: hidden;*/
	}
}
.news-slick.slick-slider{
	width: auto;
	height: auto;
	margin: 0 -10px;
}
.news-slick.slick-slider .slick-slide{
	height: auto;
}
.header-slick-container .slick-arrow,
.news-slick .slick-arrow,
.ref-slider .slick-arrow
{
	font-size: 25px;
	background-color: #fff;
	color: #da0031;
	border-radius: 0;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.header-slick-container .slick-arrow:hover,
.news-slick .slick-arrow:hover,
.ref-slider .slick-arrow:hover
{
	background-color: #da0031;
	color: #fff;
}
.news-slick.slick-dotted{
	height: auto;
}
.news-slick-container .slick-dots{
	background-color: transparent !important;
}
.news-slick.slick-dotted .slick-arrow{
	top: auto;
	bottom: 10px;
	transform: none;
}
.news-slick .slick-arrow.left,
.ref-slider .slick-arrow.left
{
	padding: 3px 16px 0px 14px;
	left: 15px;
	right: auto;

}
.ref-slider .slick-arrow.left{
	left: 35px;
	z-index: 1;
	opacity: .8;
}
.news-slick .slick-arrow.right,
.ref-slider .slick-arrow.right{
	padding: 3px 14px 0px 16px;
	left: auto;
	right: 15px;
}
.ref-slider .slick-arrow.right{
	right: 35px;
	z-index: 1;
	opacity: .8;
}
@media only screen and (min-width: 1024px) {
	.news-slick .slick-arrow.left{
		left: -50px;
	}
	.news-slick .slick-arrow.right{
		right: -50px;
	}
}
.header-slick{
	width: 100% !important;
	height: 600px !important;
	overflow: hidden;
}

.header-slick-container .slick-arrow{
	font-size: 25px;
	background-color: #da0031;
	color: #fff;
	border: solid 1px #fff;
	border-radius: 0;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.header-slick-container .slick-arrow:hover{
	background-color: #fff;
	color: #da0031;
}
.header-slick-container .slick-arrow.left{
	left: 17px;
	padding: 3px 16px 3px 14px;
}
.header-slick-container .slick-arrow.right{
	right: 17px;
	padding: 3px 14px 3px 16px;
}
@media only screen and (min-width: 1025px){
	.header-slick-container .slick-arrow.left{
		left: -27px;
	}
	.header-slick-container .slick-arrow.right{
		right: -27px;
	}
}
.header-slick-container .slick-list,
.header-slick-container .slick-track,
.header-slick-container .slick-slide,
.header-slick-container figure,
.header-slick-container picture{
	/*height: 100% !important;
	max-height: 100% !important;*/
	max-height: 450px;
	overflow: hidden;
}

@media all and (max-width: 650px){
	.header-slick-container .slick-list,
	.header-slick-container .slick-track,
	.header-slick-container .slick-slide,
	.header-slick-container figure,
	.header-slick-container picture{
		max-height: 240px;
	}
}

.header-slick-container .slick-slider{
	height: 100% !important;
}
@media screen and (min-width: 768px){
	.header-slick-container .header-slick-content{
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		transform: translateY(-50%);
	}
	.header-slick-container .header-slick-content--top{
		top: 0;
		transform: none;
	}
	.header-slick-container .header-slick-content--bottom{
		top: auto;
		bottom: 0;
	}
	.header-slick-container .slick-slider{
		max-height: 600px;
	}
	.header-slick-container img{
		/*max-height: 600px;*/
	}
}
.header-slick-content .text-content{
	padding: 25px 55px;
	background-color: rgba(100, 101, 103, 0.8);
	display: inline-block;
	color: #fff;
	font-weight: bold;
	font-size: 27px;
	width: 100%;
}
.header-slick-content .text-content.fa-angle-right{
	padding: 25px 25px 25px 55px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.header-slick-content .text-content.fa-angle-right::before{
	font-size: 25px;
	background-color: #da0031;
	color: #fff;
	border: solid 1px #fff;
	border-radius: 0;
	text-align: center;
	vertical-align: middle;
	padding: 7px 14px 7px 16px;
	margin-left: 30px;
}
.header-slick-content .text-content.fa-angle-right:hover::before{
	background-color: #fff;
	color: #da0031;
}
@media screen and (min-width: 768px){
	.header-slick-content .text-content{
		margin: 0 16px;
		width: auto;
	}
}
.header-slick-container img{
	width: auto;
	height: 100% !important;
	/*max-height: 450px;*/
	object-fit: cover;
	object-position: center;
	min-width: 100%;
	margin-top: -200px;
}

@media all and (max-width: 650px){
	.header-slick-container img{
		max-height: 250px;
		margin-top: -40px;
		margin-left: -25%;
	}
}
.slick-btn-container{
	position: relative;
	z-index: 10;
}
.flex-between{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media only screen and (min-width: 992px) {
	.border-md-left{
		border-left: 1px solid #DA0031;
	}
}
@media only screen and (max-width: 769px) {
	.row{
		margin-left:0px;
		margin-right: 0px;
	}
}
.btn-back{
	color: #da0031;
	border: 2px solid #F6C7D2;
	border-radius: 0;
	padding: 2px 12px;
	display: flex;
	align-items: center;
}
.btn-back:focus{
	color: #da0031;
}
.btn-back::before{
	line-height: normal;
	font-size: 1.4em;
	margin-right: 1.5rem;
}
.btn-back:hover{
	border-color: #da0031;
	background-color: #da0031;
	color: #fff;
}
.btn-lg{
	color: #da0031;
	border: 2px solid #F6C7D2;
	border-radius: 0;
	padding: 5px 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 10px 0;
}
.btn-lg:focus{
	color: #da0031;
}
.btn-lg::before{
	line-height: normal;
	font-size: 1.4em;
	margin-right: auto;
}
.btn-lg:hover{
	border-color: #da0031;
	background-color: #da0031;
	color: #fff;
}
.header-content{
	position: relative;
}
.mh-250{
	min-height: 250px;
}
.pb-0{
	padding-bottom: 0 !important;
}
.overflow-hidden{
	overflow: hidden;
}
.position-relative{
	position: relative;
}
.banner-content{
	color: #fff;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	z-index: 2;
}
.banner-content .container{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	font-size: 1.5em;
}
.banner-content .container::before,
.banner-content .container::after{
	content: unset;
}
.banner-start{
	height: 70vh;
	max-height: 550px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media all and (max-width: 650px){
	.banner-start{
		max-height: 120px;
	}
}
.banner-fixed{
	background-attachment: fixed !important;
}


.spacer-1{ padding: 5px 0;}
.spacer-2{ padding: 10px 0;}
.spacer-3{ padding: 15px 0;}


footer,
.footer {
	background-color: #FBFBFB;
	border-top: 1px solid #da0f30;
	padding-bottom: 30px;
}
.footer .container {
	padding-top: 20px;
	padding-bottom: 20px;
}

@media all and (min-width: 1200px){
	.footer .container {
		padding-left: 29px;
	}
}

.footer .brand-logo {
	margin: 0;
}
.footer ul{
	margin: 0;
}

.footer-link{
	color: #646567;
	padding: 0;
}
.footer-nav .footer-link{
	display: block;
}
.footer-nav li,
.footer-social li,
.footer-legal li{
	padding: 0;
}

.footer-link:hover,
.footer-link:focus{
	color: #646567;
}

.footer-link.level-1{
	font-weight: 800;
	padding: 5px 0;
	margin-bottom: 5px;
	border-bottom: 1px solid #646567;
}

.footer-spacer{
	margin-top: 20px;
}

.footer-legal .footer-link{
	font-weight: 800;
}
.footer-legal a.footer-link{
	margin-right: 80px;
}
.footer-legal,
.footer-nav{
	margin-left: -15px;
	margin-right: -15px;
}

.footer-social{
	margin: 50px 0;
}

.footer-social .footer-link{
	display: block;
	margin: 0 15px;
}

.w-100{
	width: 100%;
}

.mt-0{
	margin-top: 0;
}

.pt-1{
	padding-top: 5px;
}
.pt-2{
	padding-top: 10px;
}

.pt-3{
	padding-top: 15px;
}
.pt-5{
	padding-top: 30px;
}

.pb-3{
	padding-bottom: 15px;
}
.pb-5{
	padding-bottom: 30px;
}

.mb-1{
	margin-bottom: 5px;
}

.fluid-width-video-wrapper {
	max-width: 690px;
}

.section-image-audio .section-wrapper-image{
	line-height: 0;
}

.section-image-audio audio{
	width: 100%;
}