@charset "UTF-8";
/* Stand September 2020 | V 2.01a */

/* cabin-regular - latin */
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/cabin-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/cabin-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/cabin-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/cabin-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/cabin-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/cabin-v18-latin-regular.svg#Cabin') format('svg'); /* Legacy iOS */
}

/* cabin-700 - latin */
@font-face {
  font-family: 'Cabin';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/cabin-v18-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/cabin-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/cabin-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/cabin-v18-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/cabin-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/cabin-v18-latin-700.svg#Cabin') format('svg'); /* Legacy iOS */
}


.scribble{text-transform: uppercase!important; font-weight:800!important;}


* {margin:0;padding:0;border:0;outline:none;-webkit-text-adjust: none;box-sizing:border-box;-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
html{font-family:Arial, sans-serif;}
body{color:#1c1c1c;padding-top:129px;}
header, main, footer, section, area, aside, blockquote{display:block;}
p,ol,ul,fieldset{margin-bottom:20px;}
.ovrly{position:absolute; left:0; top:0; right:0; margin:0 auto; width:100%; height:100%; display:flex; align-items:center; justify-content:center; z-index:1;}
.videowrapper{position:relative;padding-bottom: 56.25%;height:0;}
.resp-wrapper{position:relative;padding-bottom: 56.25%;height:0;}
.resp-wrapper-half{position:relative;padding-bottom: 25.25%;height:0;min-height:300px;}

.videowrapper iframe, .resp-wrapper iframe, .resp-wrapper-half iframe{position:absolute;top:0;left:0;width:100%;height:100%;}
/*Font styles*/
strong, .strong{font-weight:700;}small, .small{font-size:smaller;}em, .em{font-style:italic;}.ttn{text-transform:none;}.ttu{text-transform:uppercase;} .tal{text-align:left;} .tac{text-align:center;} .tar{text-align:right;} blockquote:not(.tar), .blockquote:not(.tar){padding: 10px 20px; margin: 0 0 20px; border-left: 5px solid #eee;}  blockquote.tar, .blockquote.tar{padding: 10px 20px; margin: 0 0 20px; border-right: 5px solid #eee;}.light{font-weight:lighter}

body, ol, ul, fieldset, table th, table td, .form-field *, input, select{
	font:400 20px/1.5 'Cabin';
}

h1,h2,h3,h4,h5,h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-family:"Cabin";
	font-weight:400;
}
h1, .h1{font-size:42px;}
h2, .h2{font-size:30px;}
h3, .h3{font-size:25px;}
h4, .h4{font-size:20px;}
h5, .h5{font-size:18px;}
h6, .h6{font-size:16px;}


a{color:#484848;text-decoration:none;}
a:hover{text-decoration:none;color:#b1970c;}

h1.bordred, .h1.bordred, h2.bordred, .h2.bordred, h3.bordred, .h3.bordred, h4.bordred, .h4.bordred, h5.bordred, .h5.bordred, h6.bordred, .h6.bordred{
	padding-left:10px;
	border-left:6px solid #b1970c;
}

.col2{
	column-count:2;
	column-gap: 80px;
}

table {
	border-collapse:collapse;
	font-size:14px;
	border:none;
}

table td, table th{
	padding:5px 5px;
	text-align:left;
	vertical-align:top;
	border:1px solid rgba(0,0,0,.2);
}

table.notable td, table.notable th{border:none;}


.rnd{border-radius:5px;}
.rndx2{border-radius:10px;}
.rounded{border-radius:10000px;}

.brdr-lightgrey {border:1px solid #f2f2f2;}


.flx{display:flex;flex-wrap:wrap;}
.flx-cnt{display:flex;justify-content:center;flex-wrap:wrap;}
.flx-spc{display:flex;justify-content:space-between;flex-wrap:wrap;}
.flx-vend{display:flex;align-items:flex-end;}
.flx-vstrt{display:flex;align-items:flex-start;}
.flx-vcnt{display:flex;flex-direction:column;justify-content:center;}
.flx-hend{display:flex;justify-content:flex-end;}
.flx-hstrt{display:flex;justify-content:flex-start;flex-wrap:wrap;}
.flx-hcnt{display:flex;justify-content:center;}
.flx-wrap{display:flex;flex-wrap:wrap;}
.flx-nowrap{display:flex;flex-wrap:nowrap;}
.flx-acnt{display:flex;align-items:center;}
.flx-rnd{display:flex;justify-content:space-around;flex-wrap:wrap;}
.flx-strtch{display:flex;align-items:stretch;}
.flx-vnly{display:flex;align-items:flex-start;justify-content:space-evenly;flex-wrap:wrap;}
.flx-dir{display:flex;flex-direction: column;}

.flx-margined > div{margin-left:.5%;margin-right:.5%;}

.order1{order:1;}.order2{order:2;}.order3{order:3;}.order4{order:4;}.order5{order:5;}.order6{order:6;}.order7{order:7;}.order8{order:8;}.order9{order:9;}.order10{order:10;}

.w10{width:9%!important;}.w14{width:13%!important;}.w15{width:14%!important;}.w20{width:19%!important;}.w23{width:22%!important;}.w25{width:24%!important;}.w30{width:29%!important;}.w33{width:32%!important;}.w35{width:34%!important;}.w40{width:39%!important;}.w45{width:44%!important;}.w50{width:49%!important;}.w55{width:54%!important;}.w60{width:59%!important;}.w65{width:64%!important;}.w66{width:66%!important;}.w70{width:69%!important;}.w75{width:74%!important;}.w80{width:79%!important;}.w85{width:84%!important;}.w90{width:89%!important;}.w95{width:94%!important;}.w100{width:100%!important;}

.w10-f{width:10%!important;}.w15-f{width:15%!important;}.w16-f{width:16.666%!important;}.w20-f{width:20%!important;}.w25-f{width:25%!important;}.w30-f{width:30%!important;}.w33-f{width:33.333%!important;}.w35-f{width:35%!important;}.w40-f{width:40%!important;}.w45-f{width:45%!important;}.w50-f{width:50%!important;}.w55-f{width:55%!important;}.w60-f{width:60%!important;}.w65-f{width:65%!important;}.w70-f{width:70%!important;}.w75-f{width:75%!important;}.w80-f{width:80%!important;}.w85-f{width:85%!important;}.w90-f{width:90%!important;}.w95-f{width:95%!important;}.w100-f{width:100%!important;}

.mw100{max-width:100%;}.ml5{margin-left:5px;}
.m0{margin:0!important;}.mb0{margin-bottom:0!important;}.mb5{margin-bottom:5px!important;}.mb10{margin-bottom:10px!important;}.mb20{margin-bottom:20px!important;}.mb30{margin-bottom:30px!important;}.mb40{margin-bottom:40px!important;}.mb50{margin-bottom:50px!important;}.mb60{margin-bottom:60px!important;}.mb70{margin-bottom:70px!important;}.mb80{margin-bottom:80px!important;}.mb90{margin-bottom:90px!important;}.mb100{margin-bottom:100px!important;}.mt0{margin-top:0!important;}.mt10{margin-top:10px!important;}.mt20{margin-top:20px!important;}.mt30{margin-top:30px!important;}.mt40{margin-top:40px!important;}.mt50{margin-top:50px!important;}.mt60{margin-top:60px!important;}.mt70{margin-top:70px!important;}.mt80{margin-top:80px!important;}.mt90{margin-top:90px!important;}.mt100{margin-top:100px!important;}.mr0{margin-right:0!important;}.mr10{margin-right:10px!important;}.mr20{margin-right:20px!important;}.mr30{margin-right:30px!important;}.mr40{margin-right:40px!important;}.mr50{margin-right:50px!important;}.mr60{margin-right:60px!important;}.mr70{margin-right:70px!important;}.mr80{margin-right:80px!important;}.mr90{margin-right:90px!important;}.mr100{margin-right:100px!important;}.ml0{margin-left:0!important;}.ml10{margin-left:10px!important;}.ml20{margin-left:20px!important;}.ml30{margin-left:30px!important;}.ml40{margin-left:40px!important;}.ml50{margin-left:50px!important;}.ml60{margin-left:60px!important;}.ml70{margin-left:70px!important;}.ml80{margin-left:80px!important;}.ml90{margin-left:90px!important;}.ml100{margin-left:100px!important;}

.p0{padding:0!important;}.p5{padding:5px!important;}.p10{padding:10px!important;}.p20{padding:20px!important;}.p30{padding:30px!important;}.p40{padding:40px!important;}.p50{padding:50px!important;}.p60{padding:60px!important;}.p70{padding:70px!important;}.p80{padding:80px!important;}.p90{padding:90px!important;}.p100{padding:100px!important;}.pb0{padding-bottom:0!important;}.pb10{padding-bottom:10px!important;}.pb20{padding-bottom:20px!important;}.pb30{padding-bottom:30px!important;}.pb40{padding-bottom:40px!important;}.pb50{padding-bottom:50px!important;}.pb60{padding-bottom:60px!important;}.pb70{padding-bottom:70px!important;}.pb80{padding-bottom:80px!important;}.pb90{padding-bottom:90px!important;}.pb100{padding-bottom:100px!important;}.pt0{padding-top:0!important;}.pt10{padding-top:10px!important;}.pt20{padding-top:20px!important;}.pt30{padding-top:30px!important;}.pt40{padding-top:40px!important;}.pt50{padding-top:50px!important;}.pt60{padding-top:60px!important;}.pt70{padding-top:70px!important;}.pt80{padding-top:80px!important;}.pt90{padding-top:90px!important;}.pt100{padding-top:100px!important;}.pr0{padding-right:0!important;}.pr10{padding-right:10px!important;}.pr20{padding-right:20px!important;}.pr30{padding-right:30px!important;}.pr40{padding-right:40px!important;}.pr50{padding-right:50px!important;}.pr60{padding-right:60px!important;}.pr70{padding-right:70px!important;}.pr80{padding-right:80px!important;}.pr90{padding-right:90px!important;}.pr100{padding-right:100px!important;}.pl0{padding-left:0!important;}.pl10{padding-left:10px!important;}.pl20{padding-left:20px!important;}.pl30{padding-left:30px!important;}.pl40{padding-left:40px!important;}.pl50{padding-left:50px!important;}.pl60{padding-left:60px!important;}.pl70{padding-left:70px!important;}.pl80{padding-left:80px!important;}.pl90{padding-left:90px!important;}.pl100{padding-left:100px!important;}

.pr12p{padding-right:12%;}
.pl8p{padding-left:8%;}

.mauto{margin:auto;}

.op0{opacity:0;}.op05{opacity:.05;}.op10{opacity:.1;}.op15{opacity:.15;}.op20{opacity:.2;}.op25{opacity:.25;}.op30{opacity:.3;}.op35{opacity:.35;}.op40{opacity:.4;}.op45{opacity:.45;}.op50{opacity:.5;}.op55{opacity:.55;}.op60{opacity:.6;}.op65{opacity:.65;}.op70{opacity:.7;}.op75{opacity:.75;}.op80{opacity:.8;}.op85{opacity:.85;}.op90{opacity:.9;}.op95{opacity:.95}


.pm-auto > p:last-of-type{margin-bottom:0!important}

.posrel{position:relative;}
.posabs-lb{position:absolute;left:0;bottom:0;}
.posabs-rb{position:absolute;right:0;bottom:0;}
.posabs-lt{position:absolute;left:0;top:0;}
.posabs-rt{position:absolute;right:0;top:0;}

.z1,.z2,.z3,.z4,.z5,.z6,.z7,.z8,.z9{position:relative;}
.z1{z-index:1;}.z2{z-index:2;}.z3{z-index:3;}.z4{z-index:4;}.z5{z-index:5;}.z6{z-index:6;}.z7{z-index:7;}.z8{z-index:8;}.z9{z-index:9;}

#popwrapper{display:none;align-items:center;justify-content:center;background:rgba(0,0,0,.5);position:fixed;left:0;top:0;width:100%;height:100%;z-index:9001;}
#popwrapper.active{display:flex;}
#popovrly{position:absolute;left:0;top:0;width:100%;height:100%;z-index:0;}
#popdetails{display:none;justify-content:space-between;align-items:stretch;width:800px;max-width:95vw;max-height:80vh;padding:20px;background:#fff;box-shadow:5px 10px 20px 1px rgba(0,0,0,.5);overflow-y:auto;z-index:1;}
#popdetails.active{display:flex;}
#popdetails > aside{position:sticky;top:0;display:block;width:10%;order:2;}
.popinner{display:none;width:90%;order:0;}
.popinner.active{display:block;}
a#popclose{display:block;text-decoration:none;color:#3d4651;font-size:14px;width:100%;text-align:right;font-size:16px;line-height:1;}

.block{display:block;}
.inline-block{display:inline-block;}
.inline{display:inline;}
img.block{max-width:100%;height:auto;margin-left:auto;margin-right:auto;}

hr{display:block;width:100%;border:none;border-bottom:1px solid rgba(0,0,0,1);margin:20px 0 20px;}
hr.dashed{border-bottom-style:dashed;}
hr.w50{width:50%;border-bottom:1px solid #ccc;}
hr.primary{border-bottom:1px solid #b1970c;margin-top:20px;margin-bottom:20px;}

.iconed{position:relative;}

h1.iconed:before, h2.iconed:before, h3.iconed:before, h4.iconed:before, h5.iconed:before, h6.iconed:before, .h1.iconed:before, .h2.iconed:before, .h3.iconed:before, .h4.iconed:before, .h5.iconed:before, .h6.iconed:before{content:"";display:block;width:90px;height:35px;position:absolute;
left:0;right:0;top:-35px;margin:auto;background-size:contain;background-position:center;background-image:url(../images/emblem.png)}
h1.primary.iconed:before, h2.primary.iconed:before, h3.primary.iconed:before, h4.primary.iconed:before, h5.primary.iconed:before, h6.primary.iconed:before, .h1.primary.iconed:before, .h2.primary.iconed:before, .h3.primary.iconed:before, .h4.primary.iconed:before, .h5.primary.iconed:before, .h6.primary.iconed:before{background-image:url(../images/emblem-primary.png);}

div.iconed{overflow:hidden;}
div.iconed:before{display:block;position:absolute;right:-80px;top:-80px;;font-family:"Font Awesome 5 Free"; Font-weight:900;color:#fff;pointer-events:none;opacity:.05;font-size:400px;line-height:1;transform:rotate(-5deg);}
div.iconed.iconed-small:before{font-size:300px;right:-30px;top:-30px;}
div.bg-primary.iconed:before{opacity:.15}
div.bg-lightergrey.iconed:before{color:#1c1c1c;}

.overflow-fix{overflow-x:hidden;}
.xl-hide{display:none!important}

ul.nolist li {
	display: inline-block;
}

.top ul.nolist li > a {
	display: block;
	padding: 15px 10px;
	color: #8d98a3;
	font-size: 12px;
	text-transform: uppercase;
	transition: ease 300ms;
}

.top ul.nolist li > a:hover {
	color: #b1970c;
	transition: ease 300ms;
}

.top ul.nolist li > a > i {
	margin-right: 5px;
}


/* Parallax */
.para-area{position:relative;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center;}

.para-area > img{display:block;min-height:130%;min-width:100%;height:auto;width:auto;z-index:1;position:absolute;top:0;max-height:130%;}

.para-area > .ovrly{position:relative;}

/* Centered */
.ovrly:not(.w100), .centered{max-width:1440px;}
.centered-small{max-width:1200px;}
.centered-big{max-width:1920px;}
.centered-half{max-width:670px;}


.centered,
.centered-small,
.centered-big,
.centered-half{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding-left:20px;
	padding-right:20px;
}


.xl-area{
	padding-top:200px;
	padding-bottom:200px;
}

.area{
	padding-top:100px;
	padding-bottom:100px;
}

.m-area{
	padding-top:80px;
	padding-bottom:80px;
}

.s-area{
	padding-top:40px;
	padding-bottom:40px;
}

.xs-area{
	padding-top:20px;
	padding-bottom:20px;
}

.xl-area .mbcalc, .xl-area .mcalc{margin-bottom:200px!important}
.xl-area .mtcalc, .xl-area .mcalc{margin-top:200px!important}

.area .mbcalc, .area .mcalc{margin-bottom:120px!important}
.area .mtcalc, .area .mcalc{margin-top:120px!important}

.m-area .mbcalc, .m-area .mcalc{margin-bottom:60px!important}
.m-area .mtcalc, .m-area .mcalc{margin-top:60px!important}

.s-area .mbcalc, .s-area .mcalc{margin-bottom:40px!important}
.s-area .mtcalc, .s-area .mcalc{margin-top:40px!important}

.xs-area .mbcalc, .xs-area .mcalc{margin-bottom:20px!important}
.xs-area .mtcalc, .xs-area .mcalc{margin-top:20px!important}

.primary{color:#b1970c;}
.secondary{color:#d42027;}
.custom{color:#3b5f77;}
.green{color:#10c469;}
.white{color:#fff;}
.lightergrey{color:#f4f4f4;}
.lightgrey{color:#e5e5e5;}
.grey{color:#919191;}
.darkgrey{color:#484848;}
.black{color:#1c1c1c;}

ul.fa-list.fa-list-primary li:before{color:#b1970c;}
ul.fa-list.fa-list-secondary li:before{color:#d42027;}
ul.fa-list.fa-list-custom li:before{color:#3b5f77;}
ul.fa-list.fa-list-white li:before{color:#fff;}
ul.fa-list.fa-list-lightergrey li:before{color:#f4f4f4;}
ul.fa-list.fa-list-lightgrey li:before{color:#e5e5e5;}
ul.fa-list.fa-list-grey li:before{color:#919191;}
ul.fa-list.fa-list-darkgrey li:before{color:#484848;}
ul.fa-list.fa-list-black li:before{color:#1c1c1c;}

.bg-primary{background-color:#b1970c;}
.bg-primary-a{background-color:rgba(118,183,41,.8);}
.bg-secondary{background-color:#d42027;}
.bg-custom{background-color:#3b5f77;}
.bg-white{background-color:#fff;}
.bg-white-a{background-color:rgba(255,255,255,.85);}
.bg-lightergrey{background-color:#f4f4f4;}
.bg-lightgrey{background-color:#c4c5c9;}
.bg-grey{background-color:#232323;}
.bg-darkgrey{background-color:#9d9ea1;}
.bg-darkergrey{background-color:#141414;}
.bg-black{background-color:#17171b;}
.bg-black-a{background-color:rgba(23,23,27,.8);}
.bg-white-aa{background-color:rgba(255,255,255,.15);}

.bg-img {
	background-image: url(/_media/images/content/background/source/bg-leistungen.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.bg-parallax {
	background-image: url(/_media/images/content/background/source/bg-parallax.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.bg-kontakt {
	background-image: url(/_media/images/content/source/bg-kontakt.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}


/* Buttons */
.btn{
	display:inline-block;
	background: #17171b;
	color: #fff;
	text-decoration:none;
	padding:10px 30px;
	border:1px solid #17171b;
	text-align:center;
	max-width:100%;
	cursor:pointer!important;
}

.btn-big{
	padding:26px 30px;
}

.btn:hover{
	color:#17171b;
	background:#fff;
}
.btn.btn-primary{background-color:#b1970c;border-color:#b1970c;}
.btn.btn-primary:hover{background:#fff;color:#b1970c;}
.btn.btn-secondary{background-color:#d42027;border-color:#d42027;color:#fff}
.btn.btn-secondary:hover{background:#fff;color:#d42027;}
.btn.btn-custom{background-color:#3b5f77;border-color:#3b5f77;}
.btn.btn-custom:hover{background:#fff;color:#3b5f77;}
.btn.btn-white{background-color:#fff;border-color:#fff;color:#b1970c}
.btn.btn-white:hover{background:#b1970c;color:#fff;}
.btn.btn-lightergrey{background-color:#f4f4f4;border-color:#f4f4f4;}
.btn.btn-lightergrey:hover{background:#1c1c1c;color:#f4f4f4;}
.btn.btn-lightgrey{background-color:#e5e5e5;border-color:#e5e5e5;}
.btn.btn-lightgrey:hover{background:#1c1c1c;color:#e5e5e5;}
.btn.btn-grey{background-color:#919191;border-color:#919191;}
.btn.btn-grey:hover{background:#fff;color:#919191;}
.btn.btn-darkgrey{background-color:#484848;border-color:#484848;}
.btn.btn-darkgrey:hover{background:#fff;color:#484848;}


.btn.btn-small{
	padding:5px 15px;
	font-size:smaller;
}

.btn.btn-green{
	background-color:#10c469;
	border-color:#10c469;
}

.btn.btn-green:hover{
	color:#10c469;
	background-color:#fff;
}

/* Forms */

.form-field, .form-select{position:relative;} .form-field-whd{display:none!important} .form-field label, .form-select label{display:block;} .hiddencheck{display: block;width: 100%;height: 1px;-webkit-appearance: none;appearance: none;opacity: 0;}.hiddencheck + label.error {width: 100%;text-align: center;display: block;order: 0;position: relative;right: auto;top: auto;margin: 0 0 20px;font-size: 18px;font-weight: 800;padding: 8px;}

.form-field * ,
.form-field input::placeholder,
.form-field textarea::placeholder,
.form-select *{
	-webkit-appearance:none;
	appearance:none;
}

.form-field input,
.form-field textarea,
.form-select select {
	display:block;
	background:#f8f8f8;
	padding:10px 20px;
	width:100%;
	border:1px solid #ccc;
}

.form-field textarea{
	min-width:100%;
	max-width:100%;
	min-height:100px;
}

.form-select:after{
	content:"\f107";
	display:block;
	position:absolute;
	right:20px;
	bottom:0;
	top:3px;
	margin:auto;
	pointer-events:none;
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	display:flex;
	align-items:center;
	opacity:.5;
	font-size:22px;
	color:#1c1c1c;
}


label.error{
	position:absolute;
	top:2px;
	right:2px;
	background:#fff;
	padding:0px 4px;
	border-radius:2px;
	color:#E73C3E;
	font-size:14px;
	font-weight:600;
	border:1px solid #E73C3E;
}

.form-check label a{
	font-weight:700;
}


.form-check{
	position:relative;
}

.form-check input{
	position:absolute;
	left:0;
	top:0;
	width:1px;
	height:1px;
	opacity:0;
}

.form-check label:not(.error){
	display:block;
	width:100%;
	padding-left:30px;
	cursor:pointer;
	position:relative;
}

.form-check label:not(.error):before{
	content:"";
	display:flex;
	align-items:center;
	justify-content:center;
	line-height:1;
	position:absolute;
	width:19px;
	height:19px;
	border:2px solid #b1970c;
	border-radius:100%;
	left:0;
	top:5px;
	color:#fff;
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
	font-size:11px;
	font-weight:900;
}


.form-check input:checked + label:before, .form-check input:checked + label + label:before{
	background:#b1970c;
	border-color:#b1970c;
	content:"\f00c";
}

.form-check label.error{
	width:100%;
	position:relative;
	top:auto;
	right:auto;
	display:block;
	border:none;
}


.form-field.form-combined{display:flex;}.form-field.form-combined input{border-radius:0;}
.form-field.form-combined input:first-of-type{
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
}
.form-field.form-combined input:last-of-type{
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
}


/* TOP */

.anrufdropdown {
	cursor: pointer;
}

.anrufdropdown .dropdown {
	display: none;
	position: absolute;
	background-color: #b1970c;
	margin-top: 12px;
}

.anrufdropdown:hover .dropdown {
	display: block;
}

.anrufdropdown .dropdown a {
	display: block;
	padding: 10px 15px;
	border-bottom: 1px solid #484848;
	color: #fff;
}

.anrufdropdown .dropdown a:last-of-type {
	border-bottom: none;
}

.before-bg:before {
	content:'';
	background-color: #c5c6cb;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 90%;
	z-index: -1;
}

.leistungen:before {
	content: 'Leistungen';
	text-transform: uppercase;
	position: absolute;
	top: 40px;
	left: 0;
	font-size: 150px;
	color: rgba(0,0,0,.05);
}

.border {border: 1px solid #ccc;}
.border-b {
	border-bottom: 1px solid #c5c6cb;
}

.bewerbungspunkte li {
    padding-top: 10px;
    padding-bottom: 10px;
    display: list-item;
    position: relative;
    list-style: none !important;
    padding-left: 30px;
    text-align: left;
}

.bewerbungspunkte li::before {
    content: "✓";
    display: inline-block;
    position: absolute;
    top: 14px;
    left: 0;
}

/* HEADER */
.header.fixed{position:fixed; left:0;	top:0; width:100%; z-index:300; transition:300ms;}

.mainlogo{width:200px;display:flex;align-items:center;transition:ease 300ms;}
.mainlogo img{display:block;max-width:100%;height:auto;}
.header.scrolled .mainlogo{width:100px;transition:ease 300ms;}
/* Navi */
#navi{list-style:none;	margin:0;padding:0;	display:flex; align-items:stretch;}
#navi li{display:flex; align-items:stretch;position:relative;}
#navi li a{padding:40px 15px;display:flex;align-items:center;text-decoration:none;color:#1c1c1c;font-weight:700;font-size: 25px;transition:ease 300ms;}
#navi li:before {content:'';width:0;height:2px;background:transparent;position:absolute;left:0;right:0;bottom: 25%;margin:auto;transition:300ms;}
#navi li:hover:before, #navi li.selected:before {content:'';width:50px;background:#b1970c;transition:300ms;}
/* Dropdown */
#navi li > ul{background:#f4f4f4;position:absolute;left:0;top:100%;display:none;min-width:100%;z-index:350;;}
#navi li:nth-last-of-type(1) > ul, #navi li:nth-last-of-type(2) > ul, #navi li:nth-last-of-type(3) > ul{left:auto;right:0;}
#navi li:hover > ul{display:block;display:none !important}
#navi li > ul li{display:block;}
#navi li > ul li a{padding:10px 20px;white-space: nowrap; color:#1c1c1c;}

#navtrigger{display:none;align-items:center;}
#navtrigger{
	color:#1c1c1c;
	background:#f4f4f4;
	padding:35px 25px;
}
#navtrigger:hover{
	color:#fff;
	background-color:#b1970c
}

.header.scrolled #navi li a {
	font-size: 20px;
	transition:ease 300ms;
	padding: 20px 15px;
}

footer {
	border-bottom: 1px solid #f2f2f2;
}

footer ul {
	padding-left: 40px;
}

footer ul li {
	list-style-type: square;
}

.bottom ul li > a {
	display: block;
	text-transform: uppercase;
	padding: 10px 5px;
	font-size: 14px;
	color: #9d9ea1;
	transition: ease 300ms;
}

.bottom ul li > a:hover {
	transition: ease 300ms;
	color: #b1970c;
}

/* STÖRER */

.stoerer {
	position: absolute;
	right: 5%;
	top: 48%;
	border-radius: 100%;
	width: 250px;
	height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.stoerer p {
	font-size: 20px;
	margin-bottom: 0 !important;
}

.emptybox {
	height: 101px;
}


/* SLICK SLIDER */

.initSlick{position:relative;}

.noSlickArrows .slick-arrow{display:none!important}

.slick-arrow{
	display:block;
	-webkit-appearance:none;
	appearance:none;
	background:rgba(0,0,0,.7);
	width:50px;
	height:50px;
	color:rgba(255,255,255,.95);
	overflow:hidden;
	text-indent:-9000px;
	position:absolute;
	/*top:0;*/
	bottom:0;
	right: 9%;
	margin:auto;
	z-index:200;
}

.slick-arrow.slick-prev{right:12%;}

.initSlickCircle4 .slick-arrow {
	top: 0;
	bottom: 70px;
}

.initSlickCircle4 .slick-arrow.slick-prev{right:unset;left:-3%;}
.initSlickCircle4 .slick-arrow.slick-next{right:-3%;}

.initSlickCircle2 .slick-arrow.slick-prev {
    right: 13%;
}

.slick-arrow:before{
	content:"\f104";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	pointer-events: none;
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	text-indent: 0;
	font-size:20px;
}

.slick-arrow.slick-next:before{content:"\f105";}

.noSlickDots .slick-dots{display:none!important}

.slick-dots{
	display:flex;
	align-items:center;
	justify-content:center;
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	left:0;
	bottom:10%;
	right:0;
}

.slick-dots li{
	display:block;
	margin:0 4px;
}

.slick-dots button{
	display:block;
	overflow:hidden;
	text-indent: -200px;
	border:none;
	background:#ccc;
	border-radius:0;
	width:40px;
	height:3px;
	cursor:pointer;
}

.slick-dots .slick-active button{
	background:#b1970c;
}



/* Liststyles */
ul.inline-list{list-style:none;display:flex;align-items:center;padding:0;}
ul.inline-list li{display:inline-block;}
ul.inline-list li:not(:first-of-type):before{content:"|"; display:inline-block; margin:0 10px;}

ul.inline-app-list{list-style:none;display:flex;align-items:center;padding:0}
ul.inline-app-list li{display:inline-block;margin-left:5px;margin-right:5px;}
ul.inline-app-list li:first-of-type{margin-left:0;}ul.inline-app-list li:last-of-type{margin-right:0;}
ul.inline-app-list a{display:flex;align-items:center;justify-content:center;text-align:center;width:44px;height:44px;line-height:44px;background:rgba(255,255,255,.35);border:1px solid #fff;border-radius:4px;color:#fff;font-size:28px;}
ul.inline-app-list a:hover{border-color:#3b5f77;background-color:#3b5f77;}


ul.fa-list{list-style:none;padding:0;} ul.fa-list:before{content:"";display:none;}
ul.fa-list li{display:block;position:relative;padding-left:30px;margin-bottom:10px;}
ul.fa-list li:before{display:block;font-family:"Font Awesome 5 Free";font-weight:900;color:#1c1c1c;position:absolute;left:0;top:0;}
ul.fa-list li:not([class]):before{content:"\f00c";}
ul.fa-list.fa-plus li:not([class]):before{content:"\f067";}
ul.fa-list.fa-plus-circle li:not([class]):before{content:"\f055";}

ul.white-list a{color:#fff;}

.programmpunkte li {
    padding-top: 10px;
    padding-bottom: 10px;
    display: list-item;
    position: relative;
    list-style: none !important;
    padding-left: 30px;
	text-align: left;
}

.programmpunkte li::before {
    content: "✓";
    display: inline-block;
    position: absolute;
    top: 14px;
    left: 0;
}


/* EFFECTS */
@keyframes effect-shut {0%{width:100%;} 100% {width:0%;}}
.effect-shut{position:relative;overflow:hidden;}
.effect-shut:before{background:#1c1c1c;content:"";display:block;width:0%;height:100%;pointer-events:none;transform:skewX(27deg) scale(2);position:absolute;left:6%;top:0;right:0;bottom:0;margin:auto;animation-name: effect-shut; animation-duration: 1s;animation-iteration-count: 1;z-index:1;}
.initSlick .effect-shut{animation-name:none;}
.initSlick .effect-shut:before{transition:1s;width:100%;}
.initSlick .slick-active .effect-shut:before{width:0%;}

.hover-effect-01{transition:300ms;box-shadow: 0 0 0 0 rgba(0,0,0,0);}
.hover-effect-01:hover{transform:translateY(-20px);box-shadow: 10px 20px 20px 0 rgba(0,0,0,.35);}
.hover-effect-01 > img{transition:300ms;}
.hover-effect-01:hover > img{opacity:.8;}
.hide-on-hover{transition:300ms;}
.hover-class:hover .hide-on-hover{opacity:0;}
.show-on-hover{opacity:0;transition:300ms;}
.hover-class:hover .show-on-hover{opacity:1;}



/* EXPERIMENTELL */
.max100vh{max-height:100vh;overflow:hidden;}
.mh100{min-height:100%;}
.overflowhidden{overflow:hidden;}
.gradientshadow:before{position:absolute;left:0;top:0;width:100%;height:250px;background:green;content:"";display:block;pointer-events:none;z-index:1;background: rgb(0,0,0);background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);opacity:.75;}
.overlayed{position:relative;z-index:1;margin-top:-40px;margin-bottom:-40px;}
.ptoverlayed{padding-top:40px;}
.pboverlayed{padding-bottom:40px;}

.absrespimg{display:block;min-width:100%;min-height:100%;width:auto;height:auto;position:absolute;left:0;top:0;}
.quader-style{position:relative;}
.quader-style:before {content: "";display: block;position: absolute;left: 0;top: 0;height: 100%;width: 35%;background: #f4f4f4;pointer-events: none;z-index:0;}
.quader-style .centered-big > *{position:relative;z-index: 2;}
.switch-order:nth-of-type(2n-1):before{left:auto;right:0;}
.secondTransformScale:nth-of-type(3n-1){transform:scale(1.1);}
a.jp{position:relative;top:-100px;}
.mh200px{
	overflow:hidden;
}
.mh200px img{
	display:block;
	min-height:200px;
	width:auto!important;
	min-width:100%;
	height: auto;
}

.bg-primary a:not([class]){color:#fff!important}

.switch-order:nth-of-type(2n-1) .centered-big > div:nth-of-type(1),
.switch-order:nth-of-type(2n-1) .centered > div:nth-of-type(1){
	order:2;
}

.switch-bg:nth-of-type(2n){background-color:#f4f4f4;}




.tab{display:none;}
.tab:target{display:block;}

.initSlick-centermode .slick-list{
	padding-left:0!important;
}

.box {
    border: 1px solid rgba(0,0,0,.5);
}

.effect-hover1{
	text-decoration:none;
	background:rgba(177,151,12,1);
	transition:opacity 500ms;
	opacity:0;
}

.effect-hover1:hover, .likeAHover{
	opacity:1;
}

.effect-hover1 span{
	transform:scale(0);
	transition:transform 700ms;
}

.effect-hover1 span:nth-of-type(2){
	transition-delay: 150ms;
}

.effect-hover1 span:nth-of-type(3){
	transition-delay: 300ms;
}

.effect-hover1:hover span, .likeAHover span{
	transform:scale(1);
}

.effect-hover1:hover p{color:#fff;}
.effect-hover1 p{width:100%;}

.bg-area{
	background-size:cover;
	background-position:center;
	background-repeat: no-repeat;
}


.switch-order-color:nth-of-type(2n) .centered{
	display:flex;
	justify-content:flex-end;
	flex-wrap: wrap;
}

.switch-order-color:nth-of-type(2n) .ovrly{justify-content:flex-start;}

#subnav{
	display:flex;
	align-items:center;
	justify-content:flex-start;
	list-style:none;
	margin:0;
}

#subnav ul{display:none;}

#subnav > li:not(:last-of-type){border-right:1px solid rgba(0,0,0,.15);}
#subnav li:hover a{background:#fff;color:#b1970c!important;}

#subnav a{
	display:block;
	color:#1c1c1c;
	padding:15px;
	font-weight:700;
}

#subnav li.selected a{color:#b1970c !important;background-color:#fff;}

table.padding{
	border:10px solid #fff;
	margin-bottom:50px;

}

table.padding td{
	padding:15px 20px;
}

table.padding tr:not(:last-of-type){
	border-bottom:1px dashed #006480;
}

table tr.noborder{
	border-bottom:none!important;
}

.overflow-container {
    height: 100%;
    overflow: hidden;
}

.overflow-container img, .overflow-container iframe {
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
}

.block-link{position:relative}

.block-link:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: rgb(81,140,162);
    background: -moz-linear-gradient(0deg, rgba(223,55,51,1) 0%, rgba(223,55,51,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(223,55,51,1) 0%, rgba(223,55,51,0) 100%);
    background: linear-gradient(0deg, rgba(223,55,51,1) 0%, rgba(223,55,51,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#518ca2",endColorstr="#9190aa",GradientType=1);
    opacity: 0;
    transition: opacity 300ms;
}

.block-link:hover:after {
    opacity: 1;
}

.borderbox{
	border:6px solid #fff;
	box-shadow:5px 5px  10px 0 rgba(0,0,0,.08);
		border-radius:3px;
	z-index:1;
}

.borderbox+div{
	z-index:1;
}

.subwrapper.scrolledsub{
	position:fixed;
	left:0;
	width:100%;
	z-index:2;
}

.area+.afterAreaNoTop,
.m-area+.afterAreaNoTop{padding-top:0!important}

#subnav{
	position:relative;
	/*margin-bottom: 57px !important;*/
}

#subnav li.selected ul{
	position:absolute;
	left:0;
	top:100%;
	list-style:none;
	display:flex;
	align-items:flex-start;
	justify-content:flex-start;
	margin:0;
}

.scrolledsub #subnav {
	margin-bottom: unset !important;
}

body{
	padding-bottom:38px;
}

.linkleiste{
	display:flex;
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
	justify-content:space-between;
	z-index: 200;
}

.linkleiste a{
	display:block;
	width:100%;
	font-size:16px;
	color:#1c1c1c;
	text-decoration:none;
	padding:7px;
	background:#f4f4f4;
	border-right:1px solid rgba(0,0,0,.15);
	font-weight:400;
	text-align:center;
}

.linkleiste a:hover{
	background:#fff;
}

.linkleiste a:last-of-type{
	border-right:none;
}

.mvc-pop{
	display:none;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:9001;
	align-items:center;
	justify-content:center;
}

.mvc-pop.active{
	display:flex;
}

.mvc-pop .ovrly{
	background:rgba(0,0,0,.85);
	max-width:100%;
}

.pop-content{
	position:relative;
	z-index:1;
	width:800px;
	max-width:90%;
	background:#fff;
	border-radius:5px;
	box-shadow: 0 0 10px rgba(0,0,0,1);
	padding:30px;
	display:none;
}

.pop-content.active{
	display:block;
}

.popclose{
	color:#2e2e2e;
	position:absolute;
	top:10px;
	right:10px;
	line-height:0;
	padding:5px 10px;
}

.ctawidget {
	width: 25%;
	position: fixed;
	bottom: 60px;
	right: -450px;
	background: #f2f2f2;
	border-radius: 5%;
	z-index: 1800;
	transition: 300ms;
	box-shadow: 0px 0px 5px 0px;
}

.ctawidget.show {
	right: 10px;
	transition: 300ms;
}

.ctawidget.closed {
	right: -450px;
}

.ctawidget .close {
	position: absolute;
	right: 20px;
	top: 20px;
	color: #484848;
	font-size: 20px;
}

.sonderContentVorteile p:not(.noSonderContent) {
    width: 32%;
    margin-botom: 20px;
    background: #fff;
    border-radius: 10px;
    margin-left: .5%;
    margin-right: .5%;
    position: relative;
    z-index: 1;
    font-size: 20px;
    font-weight: 700;
    padding: 20px;
        padding-left: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 50px;
}

.sonderContentVorteile p:not(.noSonderContent)::before {
    content: "";
    display: block;
    width: 27px;
    height: 27px;
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(/_media/images/content/source/checker.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

	.detailbox {
    margin: 0 0 20px;
}

	.detailbox .boxhead {
    display: block;
    background: #f4f4f4;
    border: 1px solid #ccc;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    position: relative;
}

	.detailbox .boxhead::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f055";
    font-size: 20px;
    position: absolute;
    top: 8px;
    right: 10px;
    color: #d42027;
}

	.detailbox.active .boxhead {
    border-bottom: 1px dashed #ccc;
}

	.detailbox.active .boxhead::after {
    content: "\f056";
}

	.detailbox .boxdetails {
    display: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    border: 1px solid #ebebeb;
        border-top-color: rgb(235, 235, 235);
        border-top-style: solid;
        border-top-width: 1px;
    border-top: none;
}

.widget {
	position: absolute;
	z-index: 300;
	left: 0;
	right: 0;
	bottom: -52px;
	text-align: center;
	transition: ease 300ms;
	display:none;
}
.widget a, .widgetbottom a {
	display: block;
	border: 1px solid #b1970c;
}

.widget a:hover, .widgetbottom a:hover {
	background: #fff;
	color: #b1970c;
}

.widgetbottom {
	position: fixed;
	z-index: 300;
	left: 0;
	right: 0;
	bottom: -60px;
	transition: ease 300ms;
}

.widget.active {
	transition: ease 300ms;
	display:block;
}

.widgetbottom.active {
	bottom: 0;
	transition: ease 300ms;
}

.leistungen {
	width: 100%;
	max-width: 1600px;
	margin: auto;
}

.infopara .ovrly {
	display: none;
	transition: 300ms;
}
.infopara .infoparabox:hover .ovrly {
	display: flex;
	transition: 300ms;
}

@media all and (max-width:1199px){

	body {
		overflow-x: hidden;
	}

	.l-hide{display:none!important}
	.l-show{display:block!important}

	.xl-area{
		padding-top:180px;
		padding-bottom:180px;
	}

	.area{
		padding-top:80px;
		padding-bottom:80px;
	}

	.m-area{
		padding-top:50px;
		padding-bottom:50px;
	}

	.s-area{
		padding-top:30px;
		padding-bottom:30px;
	}

	.xs-area{
		padding-top:15px;
		padding-bottom:15px;
	}

	.xl-area .mbcalc, .xl-area .mcalc{margin-bottom:180px!important}
	.xl-area .mtcalc, .xl-area .mcalc{margin-top:180px!important}

	.area .mbcalc, .area .mcalc{margin-bottom:100px!important}
	.area .mtcalc, .area .mcalc{margin-top:100px!important}

	.m-area .mbcalc, .m-area .mcalc{margin-bottom:50px!important}
	.m-area .mtcalc, .m-area .mcalc{margin-top:50px!important}

	.s-area .mbcalc, .s-area .mcalc{margin-bottom:30px!important}
	.s-area .mtcalc, .s-area .mcalc{margin-top:30px!important}

	.xs-area .mbcalc, .xs-area .mcalc{margin-bottom:15px!important}
	.xs-area .mtcalc, .xs-area .mcalc{margin-top:15px!important}



	.l-order1{order:1;}.l-order2{order:2;}.l-order3{order:3;}.l-order4{order:4;}.l-order5{order:5;}.l-order6{order:6;}.l-order7{order:7;}.l-order8{order:8;}.l-order9{order:9;}.l-order10{order:10;}

	.l-w10{width:9%!important;}.l-w14{width:13%!important;}.l-w15{width:14%!important;}.l-w20{width:19%!important;}.l-w25{width:24%!important;}.l-w30{width:29%!important;}.l-w33{width:32%!important;}.l-w35{width:34%!important;}.l-w40{width:39%!important;}.l-w45{width:44%!important;}.l-w50{width:49%!important;}.l-w55{width:54%!important;}.l-w60{width:59%!important;}.l-w65{width:64%!important;}.l-w70{width:69%!important;}.l-w75{width:74%!important;}.l-w80{width:79%!important;}.l-w85{width:84%!important;}.l-w90{width:89%!important;}.l-w95{width:94%!important;}.l-w100{width:100%!important;}

	.l-w10-f{width:10%!important;}.l-w15-f{width:15%!important;}.l-w20-f{width:20%!important;}.l-w25-f{width:25%!important;}.l-w30-f{width:30%!important;}.l-w33-f{width:33%!important;}.l-w35-f{width:35%!important;}.l-w40-f{width:40%!important;}.l-w45-f{width:45%!important;}.l-w50-f{width:50%!important;}.l-w55-f{width:55%!important;}.l-w60-f{width:60%!important;}.l-w65-f{width:65%!important;}.l-w70-f{width:70%!important;}.l-w75-f{width:75%!important;}.l-w80-f{width:80%!important;}.l-w85-f{width:85%!important;}.l-w90-f{width:90%!important;}.l-w95-f{width:95%!important;}.l-w100-f{width:100%!important;}

	.l-m0{margin:0!important;}.l-mb0{margin-bottom:0!important;}.l-mb10{margin-bottom:10px!important;}.l-mb20{margin-bottom:20px!important;}.l-mb30{margin-bottom:30px!important;}.l-mb40{margin-bottom:40px!important;}.l-mb50{margin-bottom:50px!important;}.l-mb60{margin-bottom:60px!important;}.l-mb70{margin-bottom:70px!important;}.l-mb80{margin-bottom:80px!important;}.l-mb90{margin-bottom:90px!important;}.l-mb100{margin-bottom:100px!important;}.l-mt0{margin-top:0!important;}.l-mt10{margin-top:10px!important;}.l-mt20{margin-top:20px!important;}.l-mt30{margin-top:30px!important;}.l-mt40{margin-top:40px!important;}.l-mt50{margin-top:50px!important;}.l-mt60{margin-top:60px!important;}.l-mt70{margin-top:70px!important;}.l-mt80{margin-top:80px!important;}.l-mt90{margin-top:90px!important;}.l-mt100{margin-top:100px!important;}.l-mr0{margin-right:0!important;}.l-mr10{margin-right:10px!important;}.l-mr20{margin-right:20px!important;}.l-mr30{margin-right:30px!important;}.l-mr40{margin-right:40px!important;}.l-mr50{margin-right:50px!important;}.l-mr60{margin-right:60px!important;}.l-mr70{margin-right:70px!important;}.l-mr80{margin-right:80px!important;}.l-mr90{margin-right:90px!important;}.l-mr100{margin-right:100px!important;}.l-ml0{margin-left:0!important;}.l-ml10{margin-left:10px!important;}.l-ml20{margin-left:20px!important;}.l-ml30{margin-left:30px!important;}.l-ml40{margin-left:40px!important;}.l-ml50{margin-left:50px!important;}.l-ml60{margin-left:60px!important;}.l-ml70{margin-left:70px!important;}.l-ml80{margin-left:80px!important;}.l-ml90{margin-left:90px!important;}.l-ml100{margin-left:100px!important;}
	.l-mauto{margin:auto;}
	.l-p0{padding:0!important;}.l-p5{padding:5px!important;}.l-p10{padding:10px!important;}.l-p20{padding:20px!important;}.l-p30{padding:30px!important;}.l-p40{padding:40px!important;}.l-p50{padding:50px!important;}.l-p60{padding:60px!important;}.l-p70{padding:70px!important;}.l-p80{padding:80px!important;}.l-p90{padding:90px!important;}.l-p100{padding:100px!important;}.l-pb0{padding-bottom:0!important;}.l-pb10{padding-bottom:10px!important;}.l-pb20{padding-bottom:20px!important;}.l-pb30{padding-bottom:30px!important;}.l-pb40{padding-bottom:40px!important;}.l-pb50{padding-bottom:50px!important;}.l-pb60{padding-bottom:60px!important;}.l-pb70{padding-bottom:70px!important;}.l-pb80{padding-bottom:80px!important;}.l-pb90{padding-bottom:90px!important;}.l-pb100{padding-bottom:100px!important;}.l-pt0{padding-top:0!important;}.l-pt10{padding-top:10px!important;}.l-pt20{padding-top:20px!important;}.l-pt30{padding-top:30px!important;}.l-pt40{padding-top:40px!important;}.l-pt50{padding-top:50px!important;}.l-pt60{padding-top:60px!important;}.l-pt70{padding-top:70px!important;}.l-pt80{padding-top:80px!important;}.l-pt90{padding-top:90px!important;}.l-pt100{padding-top:100px!important;}.l-pr0{padding-right:0!important;}.l-pr10{padding-right:10px!important;}.l-pr20{padding-right:20px!important;}.l-pr30{padding-right:30px!important;}.l-pr40{padding-right:40px!important;}.l-pr50{padding-right:50px!important;}.l-pr60{padding-right:60px!important;}.l-pr70{padding-right:70px!important;}.l-pr80{padding-right:80px!important;}.l-pr90{padding-right:90px!important;}.l-pr100{padding-right:100px!important;}.l-pl0{padding-left:0!important;}.l-pl10{padding-left:10px!important;}.l-pl20{padding-left:20px!important;}.l-pl30{padding-left:30px!important;}.l-pl40{padding-left:40px!important;}.l-pl50{padding-left:50px!important;}.l-pl60{padding-left:60px!important;}.l-pl70{padding-left:70px!important;}.l-pl80{padding-left:80px!important;}.l-pl90{padding-left:90px!important;}.l-pl100{padding-left:100px!important;}

	.l-flx{display:flex;flex-wrap:wrap;}
	.l-flx-cnt{display:flex;justify-content:center;flex-wrap:wrap;}
	.l-flx-spc{display:flex;justify-content:space-between;flex-wrap:wrap;}
	.l-flx-vend{display:flex;align-items:flex-end;}
	.l-flx-vstrt{display:flex;align-items:flex-start;}
	.l-flx-vcnt{display:flex;flex-direction:column;justify-content:center;}
	.l-flx-hend{display:flex;justify-content:flex-end;}
	.l-flx-hstrt{display:flex;justify-content:flex-start;flex-wrap:wrap;}
	.l-flx-hcnt{display:flex;justify-content:center;}
	.l-flx-wrap{display:flex;flex-wrap:wrap;}
	.l-flx-nowrap{display:flex;flex-wrap:nowrap;}
	.l-flx-acnt{display:flex;align-items:center;}
	.l-flx-rnd{display:flex;justify-content:space-around;flex-wrap:wrap;}
	.l-flx-strtch{display:flex;align-items:stretch;}
	.l-flx-vnly{display:flex;align-items:flex-start;justify-content:space-evenly;flex-wrap:wrap;}


	.l-flx-margined > div{margin-left:.5%;margin-right:.5%;}

	h1, .h1{
		font-size:40px;
	}

	.h1-alt{
		font-size:40px;
	}

	.h1.smaller, h1.smaller{
		font-size:30px;
	}



	h2, .h2{
		font-size:35px;
	}
	h3, .h3{
		font-size:25px;
	}
	h4, .h4{
		font-size:20px;
	}
	h5, h6, .h5, .h6{
		font-size:14px;

	}

	body, table td, table th, ul.check-icon, ul.fa-list{
		font-size:18px;
	}
	
	#navi li a {
		font-size: 20px;
	}

	.mh200px img{
		height:200px!important;
	}

	.l-posrel{
		position:relative;
		left:auto;
		right:auto;
		top:auto;
		bottom:auto;
	}

	.l-bg-primary{
		background:#b1970c;
	}
	
	.l-tac{text-align:center;}

	.slick-arrow {
		right: 6%;
	}
	
	.leistungen::before {
		right: 0;
		text-align: center;
	}

}

@media all and (max-width:991px){

	.m-hide{display:none!important;}
	.m-show{display:block!important;}

	.xl-area{
		padding-top:100px;
		padding-bottom:100px;
	}

	.area{
		padding-top:80px;
		padding-bottom:80px;
	}

	.m-area{
		padding-top:100px;
		padding-bottom:100px;
	}

	.s-area{
		padding-top:25px;
		padding-bottom:25px;
	}

	.xs-area{
		padding-top:10px;
		padding-bottom:10px;
	}

	.xl-area .mbcalc, .xl-area .mcalc{margin-bottom:100px!important}
	.xl-area .mtcalc, .xl-area .mcalc{margin-top:100px!important}

	.area .mbcalc, .area .mcalc{margin-bottom:80px!important}
	.area .mtcalc, .area .mcalc{margin-top:80px!important}

	.m-area .mbcalc, .m-area .mcalc{margin-bottom:40px!important}
	.m-area .mtcalc, .m-area .mcalc{margin-top:40px!important}

	.s-area .mbcalc, .s-area .mcalc{margin-bottom:25px!important}
	.s-area .mtcalc, .s-area .mcalc{margin-top:25px!important}

	.xs-area .mbcalc, .xs-area .mcalc{margin-bottom:10px!important}
	.xs-area .mtcalc, .xs-area .mcalc{margin-top:10px!important}

	.m-posrel{
		position:relative;
		left:auto;
		top:auto;
		right:auto;
		bottom:auto;
		width:auto;
		height:auto;
	}

	.m-order1{order:1!important;}.m-order2{order:2!important;}.m-order3{order:3!important;}.m-order4{order:4!important;}.m-order5{order:5!important;}.m-order6{order:6!important;}.m-order7{order:7!important;}.m-order8{order:8!important;}.m-order9{order:9!important;}.m-order10{order:10!important;}

	.m-w10{width:9%!important;}.m-w14{width:13%!important;}.m-w15{width:14%!important;}.m-w20{width:19%!important;}.m-w25{width:24%!important;}.m-w30{width:29%!important;}.m-w33{width:32%!important;}.m-w35{width:34%!important;}.m-w40{width:39%!important;}.m-w45{width:44%!important;}.m-w50{width:49%!important;}.m-w55{width:54%!important;}.m-w60{width:59%!important;}.m-w65{width:64%!important;}.m-w70{width:69%!important;}.m-w75{width:74%!important;}.m-w80{width:79%!important;}.m-w85{width:84%!important;}.m-w90{width:89%!important;}.m-w95{width:94%!important;}.m-w100{width:100%!important;}

	.m-w10-f{width:10%!important;}.m-w15-f{width:15%!important;}.m-w20-f{width:20%!important;}.m-w25-f{width:25%!important;}.m-w30-f{width:30%!important;}.m-w33-f{width:33%!important;}.m-w35-f{width:35%!important;}.m-w40-f{width:40%!important;}.m-w45-f{width:45%!important;}.m-w50-f{width:50%!important;}.m-w55-f{width:55%!important;}.m-w60-f{width:60%!important;}.m-w65-f{width:65%!important;}.m-w70-f{width:70%!important;}.m-w75-f{width:75%!important;}.m-w80-f{width:80%!important;}.m-w85-f{width:85%!important;}.m-w90-f{width:90%!important;}.m-w95-f{width:95%!important;}.m-w100-f{width:100%!important;}

	.m-m0{margin:0!important;}.m-mb0{margin-bottom:0!important;}.m-mb10{margin-bottom:10px!important;}.m-mb20{margin-bottom:20px!important;}.m-mb30{margin-bottom:30px!important;}.m-mb40{margin-bottom:40px!important;}.m-mb50{margin-bottom:50px!important;}.m-mb60{margin-bottom:60px!important;}.m-mb70{margin-bottom:70px!important;}.m-mb80{margin-bottom:80px!important;}.m-mb90{margin-bottom:90px!important;}.m-mb100{margin-bottom:100px!important;}.m-mt0{margin-top:0!important;}.m-mt10{margin-top:10px!important;}.m-mt20{margin-top:20px!important;}.m-mt30{margin-top:30px!important;}.m-mt40{margin-top:40px!important;}.m-mt50{margin-top:50px!important;}.m-mt60{margin-top:60px!important;}.m-mt70{margin-top:70px!important;}.m-mt80{margin-top:80px!important;}.m-mt90{margin-top:90px!important;}.m-mt100{margin-top:100px!important;}.m-mr0{margin-right:0!important;}.m-mr10{margin-right:10px!important;}.m-mr20{margin-right:20px!important;}.m-mr30{margin-right:30px!important;}.m-mr40{margin-right:40px!important;}.m-mr50{margin-right:50px!important;}.m-mr60{margin-right:60px!important;}.m-mr70{margin-right:70px!important;}.m-mr80{margin-right:80px!important;}.m-mr90{margin-right:90px!important;}.m-mr100{margin-right:100px!important;}.m-ml0{margin-left:0!important;}.m-ml10{margin-left:10px!important;}.m-ml20{margin-left:20px!important;}.m-ml30{margin-left:30px!important;}.m-ml40{margin-left:40px!important;}.m-ml50{margin-left:50px!important;}.m-ml60{margin-left:60px!important;}.m-ml70{margin-left:70px!important;}.m-ml80{margin-left:80px!important;}.m-ml90{margin-left:90px!important;}.m-ml100{margin-left:100px!important;}

	.m-p0{padding:0!important;}.m-p5{padding:5px!important;}.m-p10{padding:10px!important;}.m-p20{padding:20px!important;}.m-p30{padding:30px!important;}.m-p40{padding:40px!important;}.m-p50{padding:50px!important;}.m-p60{padding:60px!important;}.m-p70{padding:70px!important;}.m-p80{padding:80px!important;}.m-p90{padding:90px!important;}.m-p100{padding:100px!important;}.m-pb0{padding-bottom:0!important;}.m-pb10{padding-bottom:10px!important;}.m-pb20{padding-bottom:20px!important;}.m-pb30{padding-bottom:30px!important;}.m-pb40{padding-bottom:40px!important;}.m-pb50{padding-bottom:50px!important;}.m-pb60{padding-bottom:60px!important;}.m-pb70{padding-bottom:70px!important;}.m-pb80{padding-bottom:80px!important;}.m-pb90{padding-bottom:90px!important;}.m-pb100{padding-bottom:100px!important;}.m-pt0{padding-top:0!important;}.m-pt10{padding-top:10px!important;}.m-pt20{padding-top:20px!important;}.m-pt30{padding-top:30px!important;}.m-pt40{padding-top:40px!important;}.m-pt50{padding-top:50px!important;}.m-pt60{padding-top:60px!important;}.m-pt70{padding-top:70px!important;}.m-pt80{padding-top:80px!important;}.m-pt90{padding-top:90px!important;}.m-pt100{padding-top:100px!important;}.m-pr0{padding-right:0!important;}.m-pr10{padding-right:10px!important;}.m-pr20{padding-right:20px!important;}.m-pr30{padding-right:30px!important;}.m-pr40{padding-right:40px!important;}.m-pr50{padding-right:50px!important;}.m-pr60{padding-right:60px!important;}.m-pr70{padding-right:70px!important;}.m-pr80{padding-right:80px!important;}.m-pr90{padding-right:90px!important;}.m-pr100{padding-right:100px!important;}.m-pl0{padding-left:0!important;}.m-pl10{padding-left:10px!important;}.m-pl20{padding-left:20px!important;}.m-pl30{padding-left:30px!important;}.m-pl40{padding-left:40px!important;}.m-pl50{padding-left:50px!important;}.m-pl60{padding-left:60px!important;}.m-pl70{padding-left:70px!important;}.m-pl80{padding-left:80px!important;}.m-pl90{padding-left:90px!important;}.m-pl100{padding-left:100px!important;}


	.m-flx{display:flex;flex-wrap:wrap;}
	.m-flx-cnt{display:flex;justify-content:center;flex-wrap:wrap;}
	.m-flx-spc{display:flex;justify-content:space-between;flex-wrap:wrap;}
	.m-flx-vend{display:flex;align-items:flex-end;}
	.m-flx-vstrt{display:flex;align-items:flex-start;}
	.m-flx-vcnt{display:flex;flex-direction:column;justify-content:center;}
	.m-flx-hend{display:flex;justify-content:flex-end;}
	.m-flx-hstrt{display:flex;justify-content:flex-start;flex-wrap:wrap;}
	.m-flx-hcnt{display:flex;justify-content:center;}
	.m-flx-wrap{display:flex;flex-wrap:wrap;}
	.m-flx-nowrap{display:flex;flex-wrap:nowrap;}
	.m-flx-acnt{display:flex;align-items:center;}
	.m-flx-rnd{display:flex;justify-content:space-around;flex-wrap:wrap;}
	.m-flx-strtch{display:flex;align-items:stretch;}
	.m-flx-vnly{display:flex;align-items:flex-start;justify-content:space-evenly;flex-wrap:wrap;}

	.m-flx-margined > div{margin-left:.5%;margin-right:.5%;}



	.m-tac{
	text-align:center;
	}

	.m-tal{text-align:left;}

	h1, .h1, .h1-alt, .h1.smaller, h1.smaller{
		font-size:35px;
	}

	.h1x2{
		font-size:52px;
	}

	h2, .h2{
		font-size:30px;
	}
	h3, .h3{
		font-size:20px;
	}
	h4, .h4{
		font-size:18px;
	}
	h5, h6, .h5, .h6{
		font-size:14px;
	}


	#navi{
		top:86px;
		padding-bottom:90px;
		transition:300ms;
	}

	body, table td, table th, ul.check-icon, ul.fa-list{
		font-size:18px;
	}
	
	#navi{
		position:fixed;
		left:-50%;
		top:135px !important;
		width:50%;
		height:100%;
		display:block;
		background:#fff;
		overflow:auto;
		top:135px;
		padding-bottom:144px;
		transition:left 300ms;
		padding-top: 40px;
	}

	#navi.active{
		left:0;
		z-index: 500;
	}
	
	.header.scrolled #navi {
		top: 65px;
	}

	#navi .dropdown{display:none!important}

	#navi li a{width:100%;padding: 20px 15px;}
	
	#navi li a:hover {color: #b1970c;	}

	#navi li > ul{
		position:relative;
		left:auto;
		right:auto!important;
		top:auto;
		display:block;
		background:rgba(0,0,0,.25);
		border-bottom:1px solid rgba(0,0,0,.65);
	}

	#navi li > ul:before{
		content:"";
		display:block;
		pointer-events:none;
		position:absolute;
		left:0;
		top:0;
		width:100%;
		height:10px;
		background: rgb(0,0,0);
		background: -moz-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
		background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
		opacity:.05;
	}

	#navtrigger{
		display:flex;
	}

	#subnav a {
		padding: 15px 10px;
	}

	#navi .dropdown {
		display: none !important;
		background: #f2f2f2;
		margin: 0;
	}
	


	#navi li {
		display: block;
	}

	#subnav li a {font: 400 17px/1.5 'Cabin';}
	
	#navi li:hover > ul {
		display: none!important;
	}
	
	#navi li:hover::before, #navi li.selected::before {
		content: '';
		width: auto;
		background: transparent;
		transition: 300ms;
	}
	
	#navi li > ul li a:hover {
		color: #b1970c;
	}
	
	.header.scrolled #navtrigger {
		padding: 25px 25px;
	}

	.col2{columns:1;}

	.overflow-container iframe{
		min-height:400px;
	}

	.detailtext{
		position:relative;
		left:auto!important;
		top:auto!important;
		right:auto!important;
		width:50%;
		transform:scale(1);
		opacity:1;
	}

	.m-posabs-lb{
		left:0;
		bottom:0;
		right:auto;
		top:auto;
	}

	.m-posabs-b{
		position:absolute;
		left:0;
		right:0;
		bottom:0;
		margin-left:auto;
		margin-right:auto;
	}

	.slick-slide img:not(.w100){
		max-width:50%;
	}

	.slick-slide .effect-shut img{
		min-width:200vw;
		position:relative;
		left:-50vw;
	}

	body{padding-top:86px;padding-bottom: 70px;}
	
	.slick-arrow.slick-prev {
		right: 13%;
	}
	
	.leistungen::before {
		font-size: 130px;
	}
	
	.before-bg::before {
		right: 0;
		margin: auto;
	}
	
	.header.scrolled #navi {
	  top: 116px !important;
	}

	#uc-btn-open-main-corner-modal {
	  bottom: 60px !important;
	}

	
}

@media all and (max-width:768px){
	.s-hide{display:none!important;}
	.s-show{display:block!important;}

	.s-show.s-flx{display:flex!important;}

	.fixed-footer{
	width:280px;
}

	.xl-area{
		padding-top:80px;
		padding-bottom:80px;
	}
	

	.area{
		padding-top:60px;
		padding-bottom:60px;
	}

	.m-area{
		padding-top:120px;
		padding-bottom:120px;
	}

	.s-area{
		padding-top:15px;
		padding-bottom:15px;
	}

	.xs-area{
		padding-top:8px;
		padding-bottom:8px;
	}

	.xl-area .mbcalc, .xl-area .mcalc{margin-bottom:80px!important}
	.xl-area .mtcalc, .xl-area .mcalc{margin-top:80px!important}

	.area .mbcalc, .area .mcalc{margin-bottom:60px!important}
	.area .mtcalc, .area .mcalc{margin-top:60px!important}

	.m-area .mbcalc, .m-area .mcalc{margin-bottom:30px!important}
	.m-area .mtcalc, .m-area .mcalc{margin-top:30px!important}

	.s-area .mbcalc, .s-area .mcalc{margin-bottom:15px!important}
	.s-area .mtcalc, .s-area .mcalc{margin-top:15px!important}

	.xs-area .mbcalc, .xs-area .mcalc{margin-bottom:8px!important}
	.xs-area .mtcalc, .xs-area .mcalc{margin-top:8px!important}


	.s-order1{order:1;}.s-order2{order:2;}.s-order3{order:3;}.s-order4{order:4;}.s-order5{order:5;}.s-order6{order:6;}.s-order7{order:7;}.s-order8{order:8;}.s-order9{order:9;}.s-order10{order:10;}

	.s-w10{width:9%!important;}.s-w14{width:13%!important;}.s-w15{width:14%!important;}.s-w20{width:19%!important;}.s-w25{width:24%!important;}.s-w30{width:29%!important;}.s-w33{width:32%!important;}.s-w35{width:34%!important;}.s-w40{width:39%!important;}.s-w45{width:44%!important;}.s-w50{width:49%!important;}.s-w55{width:54%!important;}.s-w60{width:59%!important;}.s-w65{width:64%!important;}.s-w70{width:69%!important;}.s-w75{width:74%!important;}.s-w80{width:79%!important;}.s-w85{width:84%!important;}.s-w90{width:89%!important;}.s-w95{width:94%!important;}.s-w100{width:100%!important;}

	.s-w10-f{width:10%!important;}.s-w15-f{width:15%!important;}.s-w20-f{width:20%!important;}.s-w25-f{width:25%!important;}.s-w30-f{width:30%!important;}.s-w33-f{width:33%!important;}.s-w35-f{width:35%!important;}.s-w40-f{width:40%!important;}.s-w45-f{width:45%!important;}.s-w50-f{width:50%!important;}.s-w55-f{width:55%!important;}.s-w60-f{width:60%!important;}.s-w65-f{width:65%!important;}.s-w70-f{width:70%!important;}.s-w75-f{width:75%!important;}.s-w80-f{width:80%!important;}.s-w85-f{width:85%!important;}.s-w90-f{width:90%!important;}.s-w95-f{width:95%!important;}.s-w100-f{width:100%!important;}

	.s-m0{margin:0!important;}.s-mb0{margin-bottom:0!important;}.s-mb10{margin-bottom:10px!important;}.s-mb20{margin-bottom:20px!important;}.s-mb30{margin-bottom:30px!important;}.s-mb40{margin-bottom:40px!important;}.s-mb50{margin-bottom:50px!important;}.s-mb60{margin-bottom:60px!important;}.s-mb70{margin-bottom:70px!important;}.s-mb80{margin-bottom:80px!important;}.s-mb90{margin-bottom:90px!important;}.s-mb100{margin-bottom:100px!important;}.s-mt0{margin-top:0!important;}.s-mt10{margin-top:10px!important;}.s-mt20{margin-top:20px!important;}.s-mt30{margin-top:30px!important;}.s-mt40{margin-top:40px!important;}.s-mt50{margin-top:50px!important;}.s-mt60{margin-top:60px!important;}.s-mt70{margin-top:70px!important;}.s-mt80{margin-top:80px!important;}.s-mt90{margin-top:90px!important;}.s-mt100{margin-top:100px!important;}.s-mr0{margin-right:0!important;}.s-mr10{margin-right:10px!important;}.s-mr20{margin-right:20px!important;}.s-mr30{margin-right:30px!important;}.s-mr40{margin-right:40px!important;}.s-mr50{margin-right:50px!important;}.s-mr60{margin-right:60px!important;}.s-mr70{margin-right:70px!important;}.s-mr80{margin-right:80px!important;}.s-mr90{margin-right:90px!important;}.s-mr100{margin-right:100px!important;}.s-ml0{margin-left:0!important;}.s-ml10{margin-left:10px!important;}.s-ml20{margin-left:20px!important;}.s-ml30{margin-left:30px!important;}.s-ml40{margin-left:40px!important;}.s-ml50{margin-left:50px!important;}.s-ml60{margin-left:60px!important;}.s-ml70{margin-left:70px!important;}.s-ml80{margin-left:80px!important;}.s-ml90{margin-left:90px!important;}.s-ml100{margin-left:100px!important;}

	.s-p0{padding:0!important;}.s-p5{padding:5px!important;}.s-p10{padding:10px!important;}.s-p20{padding:20px!important;}.s-p30{padding:30px!important;}.s-p40{padding:40px!important;}.s-p50{padding:50px!important;}.s-p60{padding:60px!important;}.s-p70{padding:70px!important;}.s-p80{padding:80px!important;}.s-p90{padding:90px!important;}.s-p100{padding:100px!important;}.s-pb0{padding-bottom:0!important;}.s-pb10{padding-bottom:10px!important;}.s-pb20{padding-bottom:20px!important;}.s-pb30{padding-bottom:30px!important;}.s-pb40{padding-bottom:40px!important;}.s-pb50{padding-bottom:50px!important;}.s-pb60{padding-bottom:60px!important;}.s-pb70{padding-bottom:70px!important;}.s-pb80{padding-bottom:80px!important;}.s-pb90{padding-bottom:90px!important;}.s-pb100{padding-bottom:100px!important;}.s-pt0{padding-top:0!important;}.s-pt10{padding-top:10px!important;}.s-pt20{padding-top:20px!important;}.s-pt30{padding-top:30px!important;}.s-pt40{padding-top:40px!important;}.s-pt50{padding-top:50px!important;}.s-pt60{padding-top:60px!important;}.s-pt70{padding-top:70px!important;}.s-pt80{padding-top:80px!important;}.s-pt90{padding-top:90px!important;}.s-pt100{padding-top:100px!important;}.s-pr0{padding-right:0!important;}.s-pr10{padding-right:10px!important;}.s-pr20{padding-right:20px!important;}.s-pr30{padding-right:30px!important;}.s-pr40{padding-right:40px!important;}.s-pr50{padding-right:50px!important;}.s-pr60{padding-right:60px!important;}.s-pr70{padding-right:70px!important;}.s-pr80{padding-right:80px!important;}.s-pr90{padding-right:90px!important;}.s-pr100{padding-right:100px!important;}.s-pl0{padding-left:0!important;}.s-pl10{padding-left:10px!important;}.s-pl20{padding-left:20px!important;}.s-pl30{padding-left:30px!important;}.s-pl40{padding-left:40px!important;}.s-pl50{padding-left:50px!important;}.s-pl60{padding-left:60px!important;}.s-pl70{padding-left:70px!important;}.s-pl80{padding-left:80px!important;}.s-pl90{padding-left:90px!important;}.s-pl100{padding-left:100px!important;}

	.s-flx{display:flex;flex-wrap:wrap;}
	.s-flx-cnt{display:flex;justify-content:center;flex-wrap:wrap;}
	.s-flx-spc{display:flex;justify-content:space-between;flex-wrap:wrap;}
	.s-flx-vend{display:flex;align-items:flex-end;}
	.s-flx-vstrt{display:flex;align-items:flex-start;}
	.s-flx-vcnt{display:flex;flex-direction:column;justify-content:center;}
	.s-flx-hend{display:flex;justify-content:flex-end;}
	.s-flx-hstrt{display:flex;justify-content:flex-start;flex-wrap:wrap;}
	.s-flx-hcnt{display:flex;justify-content:center;}
	.s-flx-wrap{display:flex;flex-wrap:wrap;}
	.s-flx-nowrap{display:flex;flex-wrap:nowrap;}
	.s-flx-acnt{display:flex;align-items:center;}
	.s-flx-rnd{display:flex;justify-content:space-around;flex-wrap:wrap;}
	.s-flx-strtch{display:flex;align-items:stretch;}
	.s-flx-vnly{display:flex;align-items:flex-start;justify-content:space-evenly;flex-wrap:wrap;}

	.s-flx-margined > div{margin-left:.5%;margin-right:.5%;}
	
	.s-mrml5pro {margin-left:.5%;margin-right:.5%;}


	.s-posrel{
		position:relative;
	}

	.overflow-container.s-posrel{
		height:auto;
	}

	.overflow-container.s-posrel img{
		display:block;
		width:100%;
		height:auto;
	}

	.overflow-container.s-posrel iframe{
		height:300px;
	}

	.switch-order:nth-of-type(2n-1) .centered > div:nth-of-type(1){
		order:0;
	}

	.quader-style:before{
		width:250px;
		height:250px;
	}



	h1, .h1, .h1-alt, .h1.smaller, h1.smaller{
		font-size:22px;
	}

	.h1x2{
		font-size:44px;
	}

	h2, .h2{
		font-size:18px;
	}
	h3, .h3{
		font-size:16px;
	}
	h4, .h4{
		font-size:14px;
	}
	h5, h6, .h5, .h6{
		font-size:14px;
	}

	h1 + h2:before, .h1 + .h2:before{
		line-height:.5;
	}

	.s-mauto{
		margin-left:auto;
		margin-right:auto;
	}

	.s-tac{
		text-align:center;
	}

	#navi{
		width:100%;
		left:-100%;
	}

	h1 + h2:before, .h1 + .h2:before{bottom:20px;}

	.standort{
		position:relative;
		left:auto!important;
		top:auto!important;
		width:100%;
		height:auto;
	}

	.standort .tool, .standort .tool.toolbottom{
		opacity:1;
		top:auto;
		left:auto;
		right:auto;
		bottom:auto!important;
		opacity:1;
		position:relative;
		width:100%;
		margin:0;
		margin:0 0 20px;
	}

	.standort:before{display:none!important}

	body, table td, table th, ul.check-icon, ul.nolist, ul.fa-list{
		font-size:16px;
	}

	.slick-arrow{
		width:35px;
		height:35px;
	}

	.col2{
		column-count:1;
	}

	.transbigger{
		transform:scale(1);
	}

	.fixed-hint .bigger{
		font-size:14px;
	}

	.fixed-hint .bigger strong{
		font-size:16px;
	}

	.detailtext{
		display:block;
		min-height:0;
		width:100%;
	}

	.s-posabs-b{
		position:absolute;
		left:0;
		right:0;
		bottom:0;
		margin-left:auto;
		margin-right:auto;
	}

	.ctawidget {
		width: 90%;
	}

	.btn.btn-white {
		border: 1px solid #b1970c;
	}

	.stoerer {
		top: 11%;
	}

	.emptybox {
		display: none;
	}

	.sonderContentVorteile p:not(.noSonderContent) {
		width: 100%;
	}

	body {
		padding-bottom: 40px;
	}
	
	.leistungen::before {
	  font-size: 80px;
		top: 80px;
	}
	
	#navi {
		top: 115px;
	}
	
	
}

@media all and (max-width:575px){
	.xs-hide{display:none!important;}
	.xs-show{display:block!important;}

	.xl-area{
		padding-top:60px;
		padding-bottom:60px;
	}

	.area{
		padding-top:40px;
		padding-bottom:40px;
	}

	.m-area{
		padding-top:110px;
		padding-bottom:110px;
	}

	.s-area{
		padding-top:40px;
		padding-bottom:40px;
	}

	.xs-area{
		padding-top:5px;
		padding-bottom:5px;
	}

	.xs-posrel{position:relative!important}

	.xl-area .mbcalc, .xl-area .mcalc{margin-bottom:60px!important}
	.xl-area .mtcalc, .xl-area .mcalc{margin-top:60px!important}

	.area .mbcalc, .area .mcalc{margin-bottom:40px!important}
	.area .mtcalc, .area .mcalc{margin-top:40px!important}

	.m-area .mbcalc, .m-area .mcalc{margin-bottom:20px!important}
	.m-area .mtcalc, .m-area .mcalc{margin-top:20px!important}

	.s-area .mbcalc, .s-area .mcalc{margin-bottom:10px!important}
	.s-area .mtcalc, .s-area .mcalc{margin-top:10px!important}

	.xs-area .mbcalc, .xs-area .mcalc{margin-bottom:5px!important}
	.xs-area .mtcalc, .xs-area .mcalc{margin-top:5px!important}

	.xs-order1{order:1;}.xs-order2{order:2;}.xs-order3{order:3;}.xs-order4{order:4;}.xs-order5{order:5;}.xs-order6{order:6;}.xs-order7{order:7;}.xs-order8{order:8;}.xs-order9{order:9;}.xs-order10{order:10;}

	.xs-w10{width:9%!important;}.xs-w14{width:13%!important;}.xs-w15{width:14%!important;}.xs-w20{width:19%!important;}.xs-w25{width:24%!important;}.xs-w30{width:29%!important;}.xs-w33{width:32%!important;}.xs-w35{width:34%!important;}.xs-w40{width:39%!important;}.xs-w45{width:44%!important;}.xs-w50{width:49%!important;}.xs-w55{width:54%!important;}.xs-w60{width:59%!important;}.xs-w65{width:64%!important;}.xs-w70{width:69%!important;}.xs-w75{width:74%!important;}.xs-w80{width:79%!important;}.xs-w85{width:84%!important;}.xs-w90{width:89%!important;}.xs-w95{width:94%!important;}.xs-w100{width:100%!important;}

	.xs-w10-f{width:10%!important;}.xs-w15-f{width:15%!important;}.xs-w20-f{width:20%!important;}.xs-w25-f{width:25%!important;}.xs-w30-f{width:30%!important;}.xs-w33-f{width:33%!important;}.xs-w35-f{width:35%!important;}.xs-w40-f{width:40%!important;}.xs-w45-f{width:45%!important;}.xs-w50-f{width:50%!important;}.xs-w55-f{width:55%!important;}.xs-w60-f{width:60%!important;}.xs-w65-f{width:65%!important;}.xs-w70-f{width:70%!important;}.xs-w75-f{width:75%!important;}.xs-w80-f{width:80%!important;}.xs-w85-f{width:85%!important;}.xs-w90-f{width:90%!important;}.xs-w95-f{width:95%!important;}.xs-w100-f{width:100%!important;}

	.xs-m0{margin:0!important;}.xs-mb0{margin-bottom:0!important;}.xs-mb10{margin-bottom:10px!important;}.xs-mb20{margin-bottom:20px!important;}.xs-mb30{margin-bottom:30px!important;}.xs-mb40{margin-bottom:40px!important;}.xs-mb50{margin-bottom:50px!important;}.xs-mb60{margin-bottom:60px!important;}.xs-mb70{margin-bottom:70px!important;}.xs-mb80{margin-bottom:80px!important;}.xs-mb90{margin-bottom:90px!important;}.xs-mb100{margin-bottom:100px!important;}.xs-mt0{margin-top:0!important;}.xs-mt10{margin-top:10px!important;}.xs-mt20{margin-top:20px!important;}.xs-mt30{margin-top:30px!important;}.xs-mt40{margin-top:40px!important;}.xs-mt50{margin-top:50px!important;}.xs-mt60{margin-top:60px!important;}.xs-mt70{margin-top:70px!important;}.xs-mt80{margin-top:80px!important;}.xs-mt90{margin-top:90px!important;}.xs-mt100{margin-top:100px!important;}.xs-mr0{margin-right:0!important;}.xs-mr10{margin-right:10px!important;}.xs-mr20{margin-right:20px!important;}.xs-mr30{margin-right:30px!important;}.xs-mr40{margin-right:40px!important;}.xs-mr50{margin-right:50px!important;}.xs-mr60{margin-right:60px!important;}.xs-mr70{margin-right:70px!important;}.xs-mr80{margin-right:80px!important;}.xs-mr90{margin-right:90px!important;}.xs-mr100{margin-right:100px!important;}.xs-ml0{margin-left:0!important;}.xs-ml10{margin-left:10px!important;}.xs-ml20{margin-left:20px!important;}.xs-ml30{margin-left:30px!important;}.xs-ml40{margin-left:40px!important;}.xs-ml50{margin-left:50px!important;}.xs-ml60{margin-left:60px!important;}.xs-ml70{margin-left:70px!important;}.xs-ml80{margin-left:80px!important;}.xs-ml90{margin-left:90px!important;}.xs-ml100{margin-left:100px!important;}

	.xs-p0{padding:0!important;}.xs-p5{padding:5px!important;}.xs-p10{padding:10px!important;}.xs-p20{padding:20px!important;}.xs-p30{padding:30px!important;}.xs-p40{padding:40px!important;}.xs-p50{padding:50px!important;}.xs-p60{padding:60px!important;}.xs-p70{padding:70px!important;}.xs-p80{padding:80px!important;}.xs-p90{padding:90px!important;}.xs-p100{padding:100px!important;}.xs-pb0{padding-bottom:0!important;}.xs-pb10{padding-bottom:10px!important;}.xs-pb20{padding-bottom:20px!important;}.xs-pb30{padding-bottom:30px!important;}.xs-pb40{padding-bottom:40px!important;}.xs-pb50{padding-bottom:50px!important;}.xs-pb60{padding-bottom:60px!important;}.xs-pb70{padding-bottom:70px!important;}.xs-pb80{padding-bottom:80px!important;}.xs-pb90{padding-bottom:90px!important;}.xs-pb100{padding-bottom:100px!important;}.xs-pt0{padding-top:0!important;}.xs-pt10{padding-top:10px!important;}.xs-pt20{padding-top:20px!important;}.xs-pt30{padding-top:30px!important;}.xs-pt40{padding-top:40px!important;}.xs-pt50{padding-top:50px!important;}.xs-pt60{padding-top:60px!important;}.xs-pt70{padding-top:70px!important;}.xs-pt80{padding-top:80px!important;}.xs-pt90{padding-top:90px!important;}.xs-pt100{padding-top:100px!important;}.xs-pr0{padding-right:0!important;}.xs-pr10{padding-right:10px!important;}.xs-pr20{padding-right:20px!important;}.xs-pr30{padding-right:30px!important;}.xs-pr40{padding-right:40px!important;}.xs-pr50{padding-right:50px!important;}.xs-pr60{padding-right:60px!important;}.xs-pr70{padding-right:70px!important;}.xs-pr80{padding-right:80px!important;}.xs-pr90{padding-right:90px!important;}.xs-pr100{padding-right:100px!important;}.xs-pl0{padding-left:0!important;}.xs-pl10{padding-left:10px!important;}.xs-pl20{padding-left:20px!important;}.xs-pl30{padding-left:30px!important;}.xs-pl40{padding-left:40px!important;}.xs-pl50{padding-left:50px!important;}.xs-pl60{padding-left:60px!important;}.xs-pl70{padding-left:70px!important;}.xs-pl80{padding-left:80px!important;}.xs-pl90{padding-left:90px!important;}.xs-pl100{padding-left:100px!important;}

	.xs-flx{display:flex;flex-wrap:wrap;}
	.xs-flx-cnt{display:flex;justify-content:center;flex-wrap:wrap;}
	.xs-flx-spc{display:flex;justify-content:space-between;flex-wrap:wrap;}
	.xs-flx-vend{display:flex;align-items:flex-end;}
	.xs-flx-vstrt{display:flex;align-items:flex-start;}
	.xs-flx-vcnt{display:flex;flex-direction:column;justify-content:center;}
	.xs-flx-hend{display:flex;justify-content:flex-end;}
	.xs-flx-hstrt{display:flex;justify-content:flex-start;flex-wrap:wrap;}
	.xs-flx-hcnt{display:flex;justify-content:center;}
	.xs-flx-wrap{display:flex;flex-wrap:wrap;}
	.xs-flx-nowrap{display:flex;flex-wrap:nowrap;}
	.xs-flx-acnt{display:flex;align-items:center;}
	.xs-flx-rnd{display:flex;justify-content:space-around;flex-wrap:wrap;}
	.xs-flx-strtch{display:flex;align-items:stretch;}
	.xs-flx-vnly{display:flex;align-items:flex-start;justify-content:space-evenly;flex-wrap:wrap;}

	.xs-flx-margined > div{margin-left:.5%;margin-right:.5%;}

	h1, .h1, .h1-alt, .h1.smaller, h1.smaller{
		font-size:18px;
	}

	.h1x2{
		font-size:24px;
	}

	h2, .h2{
		font-size:16px;
	}
	h3, .h3{
		font-size:16px;
	}
	h4, .h4{
		font-size:14px;
	}
	h5, h6, .h5, .h6{
		font-size:14px;
	}

	.initSlickNoDots{
		padding:0!important
	}

	.initSlickNoDots .slick-arrow{display:none!important}

	.xs-tac{text-align: center;}
	
	.leistungen::before {
		
		
	  font-size: 60px;
	}
	
	#navi {
	  top: 85px !important;
	}
	
	.header.scrolled #navi {
	  top: 65px !important;
	}

}

input#poswdhEmail{display: none;}