@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; 
} 
@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; 
} 

*{
	font-family: 'SunLight';
	margin: 0;
	padding: 0;


}



b{
	font-family: "SunSemiBold";
	font-weight: 600;
}
a{
	text-decoration: none;
}
/*===CONTACT===*/
.contact_content .zero-padding .col-md-4{
	-font-size:12px;
}
.contact_content .header-wr{
	margin:0;
}
.contact_content .brand-logo{
	margin-left:0px;
}
.contact_content .header_title{
	margin-left:22px;
	padding-bottom: 7px;
}
.contact_content .form-group label{
	margin-bottom:0;
}
.contact-container .Anfahrt{
	margin-bottom: 5px;
	margin-top: 12px;
}

.pagination_wrapper{
	width: 100%;
	text-align: center;
}
.pagination_index,
.pagination_seiten{
	margin: 5px auto;
	display: inline-block;
}
.pagination_seiten{
	padding-bottom: 15px;
}
.pagination_seiten a{
	margin: 0 5px 10px 5px;
	width: 30px;
	height: 30px;
	border: 1px solid #E0E0E0;
	display: inline-block;
	padding: 4px;
	color: #646567;
}
.pagination_seiten a{
	text-decoration: none;
}
.pagination_seiten a.current{
	border-bottom: 2px solid #da0f30;
}
/*====*/
.wrapper{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.header-wr{
	margin-right: 14px;
	margin-left: 14px;
}

.u-list{
	list-style-type: none;
	margin: 0;
}

.header{
	height: 82px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	/* max-width: 1050px; */
}

@media only screen and (max-width: 1024px) { 
	.header{
		height: 75.81px;
	}
}
.contact_content .wrapper-menu{
	margin-right:10px;

}
.brand-logo{
	/*height: 60.6px;
	width: 310px;
	margin-top: 11px;*/
}
.f_right.main_menu{
	padding: 8px 0 0;
}
.main_menu {
	height:21px;
	margin-bottom: 25px;
}
.wrapper-menu{
	margin-right: 5px;
	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-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-webkit-justify-content: end;
	-ms-flex-pack: end;
	justify-content: end;
	-webkit-box-align: end;
	-webkit-align-items: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.submenu li {
	padding: 0 15px 10px 15px;
}
.submenu li a{
	padding-top: 0px;
}
@media only screen and (max-width: 970px) { 
	.submenu li{
		padding-bottom: 8px;
	}
}

.f_right.main_menu li {
	padding: 0 0 11px 0px;
}
.header-menu-ul-list{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
.header-menu-ul-list .header-navigation-list:after {
	content: "|"; 
	margin-right: 6px;
	margin-left: 3px;
	width: 5px;
	height: 21px;
	color: #c1c1c1;
}

.header-navigation-list-last:after{
	content: "";
}
.content, .machen_content .content, .stehen_content .content{
	padding-bottom: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
{
	/* display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center; */
}
.content{
	margin-bottom: 47px;
	/*border-bottom: 1px solid #EBEBEB;*/
	background-color:#FBFBFB;
	padding-bottom: 0px;
	/* width:100%;
	max-width:1440px; */
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.content-wrapper .content{
	margin-bottom: 0;
	border: none;
	background-color:#FFFFFF;
}
.header-navigate-ul{
	height: 32px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.header-navigate-list{
	padding: 0px 13px;
}

.header-navigate-list-last{
	padding-right: 0px;
}

.header-navigate-link{
	color: #636466;
	text-decoration: none;
}

.header-navigate-link:hover{
	color: #000000;
	text-decoration: none;
}

.header-navigation-wrapper{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 6;
	-webkit-flex: 6;
	-ms-flex: 6;
	flex: 6;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.header-menu-list{
	height: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 12px;
}

.header-navigate-wrapper{
	height: 32px;
	font-size: 18px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.navigate-bar-list{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	/* flex: 3; */
	height: 33px;
	opacity: 0.8;
	background-color: #5e5f61;
	/* margin-right: 20px; */
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.content-item-link-wrapper a{
	text-decoration:none;
}
.bg-right{
	width:15px;
	height:15px;
	border-radius:50%;
	background-color:#da0031;
	margin: 4px;
}
.bg-right i{
	font-size: 16px;
	color:white;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
/*костыли*/
.submenu, .stehen_content .submenu, .machen_content .submenu{
	margin:0px;
}

.brand-logo{
	width:310px;
	height:61px;
}
@media only screen and (max-width: 1200px) { 
	.brand-logo{
		height: 44px;
		width: 242px;
	}
}

/*===*/
@media only screen and (max-width: 1024px) { 
	.navigate-bar-list{
		width: 224px;
	}
}

.container{
	max-width:1170px;
}

@media only screen and (max-width: 1024px) { 
	.header-navigate-wrapper{
		font-size: 16px;
	}
	.navigate-bar-wrapper{
		font-size:17.29px;
	}
	.submenu {
		display: none; 
	}
	.container {
		/* width: 965px; */
		padding: 0;
	}
	.header-navigate-wrapper {
		font-size: 16px;
	}
	.submenu {
		margin-top:0;
	}
	.logo-img{
		height: 44px;	
		width: 242px;
	}
	.navigate-bar-list{
		width:157px;
	}
	.submenu {
		padding-left:0;
	}
}

@media only screen and (max-width: 1024px) { 
	.header-navigate-wrapper{
		font-size: 16px;
		display: none;
	}
	.submenu {
		display:none;
	}
	.header-menu-list{
		display: none
	}
}

.header-navigate-link-active{
	border-bottom: 3px solid #da0031;
}

.header-navigate-link-active a{
	color: #000000;
}

#header-mobile-menu-button{
	display: none;
}

@media only screen and (max-width: 1024px) { 
	#header-mobile-menu-button{
		display: block;
		color: #DA0031;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 20px 25px 25px 25px;
		font-size: 33px;
	}
}

@media only screen and (max-width: 750px) { 
	.wrapper-menu{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}
/* =====================MOBILE MENU======================= */

#header-mobile-menu-wrapper{
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 320px;
	background-color: white;
	z-index: 99999;
	border: 1px solid #E1E1E1;
}

#close-mobile-menu{
	position: absolute;
	right: 14px;
	top: 18px;
	font-size: 31px;
	color: #DA0031;
	margin-right: 5px;
}

.menu-label{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 78px;
	font-size: 21px;
	font-weight: 600;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #EBEBEB;
	background: #F2F2F4;
}

.mobile-menu-item{
	color: #DA0031;
	margin-left: 15px;
	padding-bottom: 7px;
}

.mobile-menu-list{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 41px;
	width: 281px;
	font-size: 18px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-transform: uppercase;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #D9D9D9;
	/*border-top: 1px solid #D9D9D9;*/
}
.mobile-menu-list:nth-child(1){
	border-top: none;
	margin-top: 14px;
}

.mobile-menu-list-active{
	border-bottom: 3px solid #DA0031;
}
.mobile-menu-list a {
	color: #646567;
}

.header-mobile-menu-navigation{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.mobile-menu-list-item {
	width: 281px;
	height: 28px;
	font-size: 16px;
	margin-top: 12px;
	padding-left: 15px;
}

.mobile-menu-list-item-active{
	font-weight: 600;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.mobile-menu-list-item-active:after {
	content: ">";
	margin-right: 22px;
}

.mobile-menu-list-item-navigation {
	width: 281px;
	height: 28px;
	font-size: 16px;
	margin-top: 12px;
}

.mobile-menu-list-item-navigation a{
	color: #646567;
	text-transform: uppercase;
}

.mobile-menu-list-item:nth-child(1){
	margin-top: 12px;
}

.mobile-menu-list-item a{
	color: #646567;
}

/*===================NAVIGATE=====================*/
.navigate{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.banner-wrapper{
	width: 100%;
	/*display: flex;
	flex-direction: column;
	align-items: center;
	max-width:1440px;*/

	/*min-height: 262px;*/
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.banner-referenz{
	overflow: hidden;
	max-height: 550px;
	/*height: 25vw;*/
}
.banner-referenz-img{
	position: relative;
	height: 100%;
	max-height: 550px;
}
.banner-referenz-img img{
	width: 100%;
	/*height: 100%;*/
	height: auto;
	object-fit: cover;
	object-position: center;
}

.wysiwyg-img img{
	object-fit:cover;
	object-position: center;
}
.navigate-bar-list .navigate-bar-link{
	text-decoration: none;
	color: #ffffff;
}
.navigate-bar-list-last{
	margin-right: 0px;
}

.navigate-bar-list-active{
	background-color: #fbfbfb;
	opacity: 1;
	border-top: 3px solid #da0031;
	position: relative;
	top: 1px;
}

.navigate-bar-list-active .navigate-bar-link{
	color: #646567;
	font-weight: 600;	
	line-height: 18px;
}
.navigate-bar{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	clear:both;
}
.navigate-bar-ul{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	font-size: 18px;
	/* max-width: 1050px; */
	padding-left: 32px;
	padding-right: 32px;
}

@media only screen and (max-width: 1024px) { 
	.navigate-bar-ul{
		font-size: 17.29px;
	}
}

.navigate-bar-ul li{
	width:25%;
}

@media only screen and (max-width: 750px) { 
	.navigate-bar-ul{
		width: 247px;
	}
}

/*.navigate-bar .navigate-bar-ul li{
width: auto;
}*/

.conten-wr{
	width: 100%;
}

.filter-panel-wrapper{
	/* max-width: 1050px; */
	height: 75px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 0px 15px;
}

/* Filter panel */
.navigate-bar-wrapper, .stehen_content .navigate-bar-wrapper, .machen_content .navigate-bar-wrapper{
	width:100%;
	position: absolute;
	z-index: 2;
	text-transform: uppercase;
	top: auto !important;
	bottom: 0;
}

.filter-panel{
	/* min-width: 1050px; */
	width: 100%;
	height: 75px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 13px;
}

@media only screen and (max-width: 750px) { 
	.filter-panel{
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		padding-top: 17px;
		-webkit-box-align: end;
		-webkit-align-items: end;
		-ms-flex-align: end;
		align-items: end;
	}
}

/* ==========MOBILE NAVIGATE================= */

.navigate-bar-list-mobile{
	width: 247px;
	height: 37px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 600;
	font-size: 17px;
	position: relative;
	bottom: 3px;
}

.navigate-bar-list-item-mobile{
	width: 247px;
	height: 37px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 300;
	font-size: 17px;
	background-color: white;
	-webkit-box-pack: left;
	-webkit-justify-content: left;
	-ms-flex-pack: left;
	justify-content: left;
	padding-left: 21px;
}

.navigate-bar-list-item-mobile a{
	color: #646567;
}

#button-navigate-mobile{
	color: #DA0031;
	margin-left: 15px;
	padding-bottom: 7px;
}

.close-navigate-list{
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	padding-top: 11px;
}


#navigate-bar-ul-mobile{
	display: none;
	border: 1px solid #E1E1E1;	
	background-color: #FFFFFF;
}

#navigate-bar-ul-mobile li{
	background-color: white;
}

@media only screen and (min-width: 751px){
	.navigate-bar-list-mobile{
		display: none;
	}
}

@media only screen and (max-width: 750px){
	.navigate-bar-list-mobile{
		display: block;
		width: 248px;
	}
}

/* ============================= */
.filter{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	/* justify-content: end; */
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.filter-panel-chek-box-img{
	width: 24px;
	height: 12px;
	-o-object-fit: contain;
	object-fit: contain;
}

.filter span{
	font-size: 18px;	
	font-weight: 300;
	margin: 0px 5px;    
}

#filter-panel-span-off{
	opacity: 0.3;
}

#filter-panel-span-on{
	opacity: 1;
	display: none;
}

.button-filter-panel{
	border: none;
	background-color: #fcfcfc;
	width: 30px;
}
/* Search panel */
.navigate-input-search-panel{
	width: 194px;
	border: none;
	border-bottom: 1px solid #DA0031;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;

	border-top-right-radius: 0px;
	border-top-left-radius: 0px;

	margin-right:13px;
	outline: none;
	background-color:#FBFBFB;
}

.search{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: end;
	-ms-flex-align: end;
	align-items: end;

}

@media only screen and (max-width: 750px) { 
	.search{
		margin-bottom: 30px;
	}
}
.search span{
	font-size: 18px;
	font-weight: 300;
	margin-right: 15px;	
}

.hr-line{
	width: 100%;
	margin-top: 13px;
	margin-bottom: 40px;
}
/* =============FILTER================  */
#filter-wrapper{
	display: none;
	padding: 0px 15px;
}

.filter-controll{
	height: 44px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid #eee;
}
.filter-item-wrapper-category{
	float: left;
}

.filter-item-wrapper-category, .tags-item{
	list-style-type: none;
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	padding-left:10px;
}
.tags-item li {
	cursor:pointer;
}
.filter-item-wrapper-category{
	font-size: 16px;	
	font-weight: 300;	
	line-height: 15px
}

@media only screen and (max-width: 750px) { 
	.filter-controll{
		display: block;
		padding: 15px 0px;
		/*height: 64px;*/
		height: 115px;
		margin-bottom: 26px;
	}
	.filter-item-wrapper-category{
		margin-bottom: 10px;
	}
}

.filter-item-1{
	margin-right: 37.5px;
}
.filter-item-2{
	margin-right: 30px;
}


@media only screen and (max-width: 750px) { 
	.filter-item-1{
		/*margin-right: 20px;*/
		margin-right: 17px;
	}
	.filter-item-2{
		margin-right: 0px;
	}
}

.filter-category-name{
	margin-left: 10px;
	margin-right: 8px;
	color: #DA0031;
}

.button-filter-sort-category, .button-filter-sort-product{
	-webkit-transform: rotate(-270deg);
	-ms-transform: rotate(-270deg);
	transform: rotate(-270deg);
	background-color: #fcfcfc;
	border: none;
	color: #da0031;
}

.button-filter-sort-category, .button-filter-sort-product span{
	font-weight: 600;
}

.tag-name-1{
	height: 26px;
	width: 94px;
	border: 2px solid rgba(218, 0, 49, 0.1);
	margin-right: 11px;
	text-align: center;
	color: #da0031;
}
.tag-name-1 button,
.tag-name-2 button{
	border: none;
	background: none;
}
.tag-name-2{
	height: 26px;
	width: 115px;
	border: 2px solid  rgba(99, 101, 103, 0.1);
	text-align: center;
}
@media only screen and (max-width: 320px) { 
	.brand-logo{
		height: 44px;
		width: 242px;
	}
	#header-mobile-menu-button{
		position: absolute;
		right: -3px;
		top: -2px;

	}
	.submenu{
		display:none;
	}
	#header-mobile-menu-wrapper{
		left: 0px;
	}
}

.submenu li:nth-child(2){
	border-right: 1px solid #d8d8d8;
	border-left: 1px solid #d8d8d8;
}
.submenu li:nth-child(3){
	border-right: 1px solid #d8d8d8;
}

hr{
	color: #EBEBEB;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* ============================ */

/* ===============CONTENT=============== */
.content-wrapper{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #FFFFFF;
	width: 100%;
	padding-top:40px; /*20px;*/

}
.sieht_content .content-wrapper{
	max-width: 100vw;
	overflow: hidden;
}
.referenz-wrapper{
	max-width: 96vw;
}

.content{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	/* max-width: 1050px; */
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.content-item{
	/*display: flex;
	flex-direction: column;*/
	display:block;
	border: 1px solid #E0E0E0;	
	background-color: #fbfbfb;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin: 0px 0px 23px 0px;
	height:auto;
	position:relative;
	color: #646567;
}
.content-item:hover,
.content-item:focus{
	color: #FFF;
	background-color: #5e5f61;
	text-decoration: none;
}
.content-item:hover img{
	opacity: .6;
}

@media only screen and (max-width: 1200px) { 
	.content .content-item-up .col-xl-3{
		padding-left: 0px;
	}
	.navigate-bar-ul {
		padding-right: 32px;
	}
}

@media only screen and (max-width: 1200px) { 
	.navigate-bar-list ,.navigate-bar-list-active{
		width: 224px;
	}
}

@media only screen and (max-width: 970px) { 
	.navigate-bar-list ,.navigate-bar-list-active{
		width: 172px;	
	}
}

@media only screen and (max-width: 992px) { 
	.navigate-bar-ul{
		font-size: 13.55px;
	}
}

@media only screen and (max-width: 970px) { 
	.content-wrapper{
		padding-top:35px;
	}
	.content-item{
		border: 1px solid #E0E0E0;	
		background-color: #FFFFFF;
	}
	.contact_content .header_title{
		margin-left: 14px;
	}
	.content .content-item-up .col-xl-3{
		padding-left: 11px;
	}
}

@media only screen and (max-width: 970px){
	.navigate-bar-wrapper, .stehen_content .navigate-bar-wrapper, .machen_content .navigate-bar-wrapper {
		top: 305px;
	}
	.navigate-bar-ul{
		padding-right: 13px;
	}
}


@media only screen and (max-width: 750px) { 
	.navigate-bar-ul{
		font-size: 18px;
	}
	.navigate-bar-list-active{
		width: 248px;
		height: 36px;
		background-color: #fbfbfb;
	}
	.filter-panel-wrapper{
		padding-left: 7px;
	}
}

@media only screen and (max-width: 750px) { 
	.content-wrapper{
		padding-top:20px;
	}

}


@media only screen and (max-width: 1024px){
	.navigate-bar-ul {
		display: none;
	}
}

@media only screen and (max-width: 750px){
	.navigate-bar-list-mobile{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 248px;
		position: relative;
		top: -3px;
	}
	.navigate-bar{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.content-item span{
	font-size: 16px;	
	font-weight: 600;
}
@media only screen and (max-width: 1200px) { 
	.content-item span{
		font-size: 13px;
	}
}

.content-link-wrapper{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 10px;
	border: solid 1px #da0031;
	height: 15px;
	width: 15px;
	background-color: #da0031;
}

.content-item-link{
	position: absolute;
	bottom: 0px;
	right:0;
	font-size: 18px;
	color: #da0031;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.content-item-link:hover{
	color: #da0031;
}
.preview-content-img{
	max-width:100%;
	width:auto;
	height:auto;
	display:block;
	margin:auto;
}

.preview-description{
	padding: 0 10px;
	font-size: 20px;
}
@media all and (min-width: 992px){
	.preview-description{
		padding: 5px 10px 5px;
	}
}

.preview-content-img-wrapper{
	display: flex;
	width: 100%;
	height: auto;
	overflow:hidden;
	justify-content: space-around;
	position: relative;
	padding-top: 63.5%;
}

.preview-content-img-wrapper img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.slick-slide .news-card .preview-content-img-wrapper{
	display: block;
	max-height: 250px;
	justify-content: unset;
	padding: 0 10px 0 10px;
}
.slick-slide .news-card .preview-content-img-wrapper img{
	position: relative;
	top: unset;
	right: unset;
	bottom: unset;
	left: unset;
}

.content-item-link-wrapper{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-right: 5px;
}

.content-item-up{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	/* justify-content: space-between; */
	width: 100%;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media only screen and (max-width: 750px) { 
	.content-item-up{
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.content-item-down{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

@media only screen and (max-width: 751px){
	.filter-navigate-panel-wrapper{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		padding-top: 25px;
		padding-bottom: 2px;
	}
}
/* WIR STEHEN */
.stehen_content .content .banner-wrapper{
	background: url(../images/banner.png) no-repeat center;
	background-size: cover;
}

@media only screen and (max-width: 970px) {
	.section-wrapper{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

}

@media only screen and (max-width: 970px)and (min-width:751px){
	.content-item-link-wrapper{
		display:block;
		height:14px;
	}
	.content-item-link-wrapper a{
		display:block;
		height:12px;
		width:12px;
		float:right;
		position:static;
	}
	.content-item span{
		font-size:13px;
	}
	.preview-description{
		overflow:hidden;
	}
	.bg-right{
		width:13px;
		height:13px;
		margin: 0px;
	}
	.bg-right i{
		font-size: 12px;
	}
}

/*mobile menu*/
#header-mobile-menu-wrapper .u-list.show{
	display: block !important;
}
#header-mobile-menu-wrapper .u-list{
	margin-left: 36px;
	display: none;
}
.mobile-menu-list ,.header-mobile-menu-navigation .u-list:nth-last-child {
	padding-left: 3px;
}

.brand-logo{
	margin-bottom: 0px;
	margin-top: 11px;
}
.referenz-font,
.referenz-font *{
	font-family: sans-serif;
}

.referenz-font h2{
	font-weight: bold;
	margin: 0 0 30px;
}

.referenz-font .item_description:first-of-type{
	margin: 0 0 30px;
}

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

.bildrechte-label {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #fff;
	text-shadow: 1px 1px 2px #000;
	/*background: #000000;*/
	padding: 1px 10px;
}
@media all and (max-width: 680px){
	.bildrechte-label {
		font-size: 12px;
	}
}
.ref-slider{
	width: auto;
	/*height: 350px !important;*/
	/*height: 240px !important;*/
}
@media all and (min-width: 768px){
	.ref-slider{
		/*height: 335px !important;*/
		/*width: 586px !important;*/
	}
}

@media all and (min-width: 992px){
	.ref-slider{
		/*height: 445px !important;*/
		/*width: 586px !important;*/
	}
}