/*
Farben
rot: d50018
*/
*{
	margin: 0;
	padding: 0;
}
html{
	font-size: 17px;
}
body{
	line-height: 120%;
	font-family: "Open Sans", sans-serif;
	background-color: #f5f5f7;
}
ul{
	list-style-type: none;
	padding-bottom: 2.2rem;
}
main li{
	margin-left: 1.5em;
	padding-bottom: 5px;
}
main li:before{
	content: "\2022";
	font-weight: bold;
	display: inline-block;
	width: 1.5em;
	margin-left: -1.5em;
	color:#d50018;
}
h1,
h2{
	font-weight: normal;
	font-size: 2.2rem;
	line-height: 120%;
	padding-bottom: 2rem;
}
h3,
.large-font{
	font-weight: normal;
	font-size: 1.6rem;
	padding-bottom: 1rem;
	line-height: 120%;
}
a{
	text-decoration: none;
	color:#d50018;
}
a.btn{
	color:#fff;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #d50018;
	border: 2px solid #d50018 !important;
	padding: 20px;
	border-radius: 10px;
	display: inline-block;
	text-align:center;
}
p:not(:last-child){
	padding-bottom: 2.2rem;
}
img{
	display: block;
	max-width: 100%;
	height: auto;
}
hr{
	height: 0;
	border:0;
	border-bottom: 1px solid #d50018;
}
header{
	border-bottom: 2px solid #d50018;
}
header .topbar{
	background-color: #d50018;
	color:#fff;
	display: flex;
	justify-content: center;
	gap:50px;
	align-items: center;
	padding: 12px 0;
}
header .topbar a{
	color:#fff;
	display: flex;
	justify-content: space-between;
	gap:10px;
	align-items: center;
}
header .topbar img{
	max-width: 30px;
	height: auto;
}
header .topbar .phone{
	white-space: nowrap;
}
header .topbar .mail{
	white-space: nowrap;
}
header .navbar{
	background-color: #fff;
	padding: 20px 0;
}
header .navbar .wrapper{
	display: flex;
	gap:50px;
	align-items: baseline;
	justify-content: space-between;
}
header .navbar .logo-shk{
	width: 80px;
}
header .navbar .navi-main{
	position: relative;
	bottom: 30px;
}
header .navbar .navi-main ul.level-1,
header .navbar .navi-main ul.level-2{
	padding-bottom: 0;
}
header .navbar .navi-main ul.level-1 > li{
	display: inline-block;
	position: relative;
}
header .navbar .navi-main ul.level-1 > li .sb-toggle-submenu{
	display: none;
}
header .navbar .navi-main ul.level-1 > li:not(:last-child){
	margin-right: 20px;
}
header .navbar .navi-main ul.level-1 > li > a{
	color:#000;
}
header .navbar .navi-main ul.level-1 > li > a:after{
	content:'';
	padding-top: 5px;
	display: block;
	border-bottom: 2px solid #d50018;
	width: 0px;
	margin: 0 auto;
}
header .navbar .navi-main li ul.level-2{
	position: absolute;
	top:20px;
	left: -20px;
	z-index: 100;
	padding-top: 16px;
	display: none;
}
header .navbar .navi-main li ul.level-2 li{
	display: block;
	margin-right: 0;
	margin-bottom: 2px;
}
header .navbar .navi-main li ul.level-2 li a{
	background-color: #f5f5f7;
	display: block;
	padding:10px 20px;
}
main{
	padding-bottom: 100px;
}
main section:not(:last-child){
	padding-bottom: 100px;
}
main .slider .slide .image-layer{
	height: calc(80vh - 216px);
	background-size: cover;
	background-position: center center;
	position: relative;
}
main .slider .slide .inner-wrapper{
	height: 100%;
	display: flex;
	align-items: center;
}
main .slider .slide .inner-wrapper .teaser{
	width: 50%;
/*	background-color: rgba(255,255,255,0.7);
    border-radius: 10px;
    padding: 30px;*/
}
main .slider .slide .inner-wrapper .teaser h2{
	text-transform: uppercase;
	font-size: 2.2rem;
	line-height: 120%;
	padding-bottom: 2rem;
}
main .slider .slick-dots{
	bottom: 120px;
}
main .slider .slick-dots li:before{
	content:unset;
}
main .slider .slick-dots li button:before{
	content:unset;
}
main .slider .slick-dots li button{
	width: 15px;
	height: 15px;
	background-color:#f5f5f7;
}
main .slider .slick-dots li.slick-active button{
	background-color:#d50018;
}
main .slider.slick-dotted.slick-slider{
	margin-bottom: 0;
}
main .tiles{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:30px;
}
main .tiles .tile{
	width: 380px;
	background-color: #fff;
	border-radius: 10px;
	border-bottom-right-radius: 0;
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
main .tiles .tile h3{
	color:#d50018;
	padding-bottom: 1.5rem;
}
main .tiles .tile .image{
	overflow: hidden;
}
main .tiles .tile .image img{
	width: 100%;
}
main .tiles .tile p{
	padding-bottom: 0;
}
main .tiles .tile .teaser{
	padding: 20px 40px;
}
main .tiles .tile .teaser a.btn-more{
	color: #fff;
	font-size: 2.5rem;
	font-weight: 300;
	background-color: #d50018;
	border:2px solid #d50018;
	width: 38px;
	height: 38px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	right: 0;
}
footer{
	border-top: 1px solid #d50018;
	padding:100px 0;
}
footer h4{
	text-transform: uppercase;
	color:#d50018;
	padding-bottom: 1rem;
}
footer section.contact-data{
	margin-top: 100px;
	padding-top: 100px;
	border-top: 1px solid #d50018;
}
footer section.contact-data .col-1{
	display: flex;
	gap: 50px;
}
footer section.contact-data .col-2{
	padding-top: 37px;
}
footer .navi-meta li{
	display: block;
}
footer .navi-meta li:not(:last-child){
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
	max-width: 150px;
}
section.two-cols{
	display: flex;
	gap: 100px;
}
section.two-cols .col.w33{
	width: 33%;
}
section.two-cols .col.w50{
	width: 50%;
}
section.two-cols .col.w66{
	width: 66%;
}
section.page-header.two-cols{
	gap:0;
}
section.page-header.two-cols .col-1{
	width: 790px;
}
section.page-header.two-cols .col-2{
	width: 410px;
	background-color: #d50018;
	display: flex;
	align-items: flex-end;
}
section.page-header.two-cols .col-2 h1{
	color:#fff;
	font-weight: bold;
	text-transform: uppercase;
	padding:0 50px 130px 50px;
}
.center-content{
	width: 1200px;
	margin: 0 auto;
}
.text-indent{
	padding-left: 50px;
	box-sizing: border-box;
}
.startseite .text-indent{
	padding-left: 50px;
}
.centered-text{
	max-width: 50%;
	text-align: center;
	margin: 0 auto;
}
.no-padding-bottom{
	padding-bottom: 0 !important;
}
.sb-slidebar{
	display:none;
}
.zertifikate,
.partner{
	display: flex;
	gap:15px;
	flex-wrap: wrap;
}
.zertifikate a,
.partner img{
	width:200px;
    border: 1px solid #dadada;
    padding:10px;
    background-color: #fff;
    border-radius: 10px;
}
.partner .logo a:hover{
	border:0;
}
.partner .logo span{
	display: inline-block;
	padding-top: 5px;
	padding-left: 12px;
}