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

/* montserrat-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/montserrat-v31-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/montserrat-v31-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/montserrat-v31-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v31-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/montserrat-v31-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/montserrat-v31-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v31-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/montserrat-v31-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/montserrat-v31-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

* {margin:0;padding:0;border:0;outline:none;-webkit-text-adjust: none;box-sizing:border-box;}
html{font-family:Arial, sans-serif;scroll-behavior: smooth;overflow-x:hidden;background-color:#111;}
body{color:#f2f2f2;overflow-x: hidden;}
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;overflow:hidden;}
.videowrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;}
.videowrapper img{
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	display:block;
	min-width:100%;
	min-height:100%;
	width:auto;
	height:auto;
	margin:auto;
}

.videowrapper.videospez{padding-bottom:50%;}
.videowrapper.videospez iframe{
	top:-10%;
	height:120%;
	pointer-events:none;
}

.videowrapper-portrait{position:relative;padding-bottom: 202%;height:0;}
.videowrapper-portrait iframe{position:absolute;top:0;left: 10px;width: 90%;height:100%;}

.videowrapper.map {padding-bottom:100%;border-radius:5px;}
.videowrapper.big {
	position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videowrapper.big iframe {
	width: 100%;
    height: 100%;
    object-fit: cover;
	 pointer-events: none;
}

.videowrapper.big::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20%;
  pointer-events: none;

  background: linear-gradient(
    to top,
    rgba(17,17,17,1) 0%,    
    rgba(17,17,17,1) 10%,   
    rgba(17,17,17,0.6) 60%, 
    rgba(17,17,17,0) 100%  
  );
}

.responsive-wrapper{
	position:relative;padding-bottom: 36.25%;height:0;overflow:hidden;
}

.responsive-wrapper iframe{
	position:absolute;top:0;left:0;width:100%;height:100%;
}

.resp-wrapper {
  position: relative;
  padding-bottom: 61%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.resp-wrapper iframe {
  position: absolute;
  top: 0;
  left: -20%;
  width: 133%;
  height: 100%;
	opacity: .5;
}

/*Font styles*/
strong, .strong{font-weight:900!important;}.bold{font-weight:700;}small, .small{font-size:smaller;}em, .em{font-style:italic;}.ttu{text-transform:uppercase;} .ttn{text-transform:none!important;} .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;}

.verysmall {font-size: 10px;}

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

ul:not([class]){padding-left:40px;}

/* .scribble{font-family:"Sedgwick Ave"!important;text-transform:none!important;font-weight:400!important;  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } */

.rotate{transform:rotate(-8deg);}

h1,h2,h3,h4,h5,h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-weight:400;
}

h1, .h1{font-size:60px;}
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;}


.h1-big {font-size:80px;}
.h2-smaller{font-size:45px;line-height: 1.2}
.h3-bigger {font-size:35px;}

.bigfontstyle{font-size:120px;font-weight:700;text-transform:uppercase;line-height:1.2;}

a{color:#008BCD;text-decoration:none;}
a:hover{text-decoration:none;color:#3b3b3b;}
a.white:hover{color:#fff;opacity:.8;}

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 #b3b3ff ;
}

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


.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;justify-content:space-evenly;flex-wrap:wrap;}

.flx-margined > div{margin-left:.5%;margin-right:.5%;margin-bottom:1.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;}.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;}.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;}

.w66-f{width:66.666%!important}

.mw100{max-width:100%;}
.mh100{max-height:100vh;}

.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;}.pb120{padding-bottom:120px!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;}.pl200{padding-left:200px!important;}.pl220{padding-left:220px!important;}

.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}


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

.posabs-iconed {position: absolute;left: 40px;top: -40px;}

.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, .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, .popwrapper.active{display:flex;}
#popovrly, .popovrly{position:absolute;left:0;top:0;width:100%;height:100%;z-index:0;}
#popdetails, .popdetails{display:flex;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;position:relative;}
#popdetails > aside, .popdetails > aside{display:block;width:10%;order:2;position:relative;}
.popinner, .popinner{display:none;width:90%;order:0;}
.popinner.active, .popinner.active{display:block;}
a#popclose, a.popclose{position:absolute;top:5px;right:5px;display:block;text-decoration:none;color:#3d4651;font-size:12px;line-height:1;z-index:200; width:30px;height:30px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:100%;}
.popimg{margin:-20px -20px 40px;}



.block{display:block;}
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;}


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


/* Centered */
.ovrly, .centered{max-width:1600px;}
.centered-small{max-width:1300px;}
.centered-big{max-width:1920px;}

.centered,
.centered-small, 
.centered-big{
	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;
}

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

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

.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:#b3b3ff ;}
.secondary{color:#3b3b3b;}
.custom{color:#ffde00;}
.white{color:#fff;}
.lightergrey{color:#f4f4f4;}
.lightgrey{color:#e5e5e5;}
.grey{color:#919191;}
.darkgrey{color:#1c1c1c;}
.black{color:#1c1c1c;}

ul.fa-list.fa-list-primary li:before{color:#b3b3ff ;}
ul.fa-list.fa-list-secondary li:before{color:#3b3b3b;}
ul.fa-list.fa-list-custom li:before{color:#ffde00;}
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:#1c1c1c;}
ul.fa-list.fa-list-black li:before{color:#1c1c1c;}

.white ul.fa-list:not(.fa-list-primary) li:before{color:#fff}

.bg-primary{background-color:#b3b3ff ;}
.bg-secondary{background-color:#3b3b3b;}
.bg-custom{background-color:#ffde00;}
.bg-white{background-color:#fff;}
.bg-white-a{background-color:rgba(255,255,255,.85);}
.bg-lightergrey{background-color:#f4f4f4;}
.bg-lightgrey{background-color:#e5e5e5;}
.bg-grey{background-color:#232323;}
.bg-darkgrey{background-color:#1c1c1c;}
.bg-darkergrey{background-color:#141414;}
.bg-black{background-color:#1c1c1c;}
.bg-primary-a{background-color: rgba(0, 152, 70, .8);}
.bg-primary-aa{background-color: rgba(0, 152, 70, .15);}
.bg-secondary-a{background-color:rgba(161, 20, 62, .8);}
.bg-secondary-aa{background-color:rgba(161, 20, 62, .15);}
.bg-custom-a{background-color:rgba(255, 222, 0, .8);}
.bg-custom-aa{background-color:rgba(255, 222, 0, .15);}
.bg-black-a{background-color:rgba(23,23,27,.8);}
.bg-black-aa{background-color:rgba(23,23,27,.5);}
.bg-white-aa{background-color:rgba(255,255,255,.15);}


/* Buttons */
.btn, .popdetails p a:not([class]){
	display:inline-block;
	background: #17171b;
	color: #fff;
	text-decoration:none;
	padding:5px 30px;
	border:2px solid #17171b;
	text-align:center;
	max-width:100%;
	cursor:pointer!important;
	border-radius: 10px;
	font-weight: 900;
	text-transform:uppercase;
}
.btn:hover{
	color:#17171b;
	background:#fff;
}
.btn.btn-primary,
.popdetails p a:not([class])
{background-color:#b3b3ff ;border-color:#b3b3ff ;}
.btn.btn-primary:hover,
.popdetails p a:not([class]):hover
{background:#fff;color:#b3b3ff ;}
.btn.btn-secondary{background-color:#3b3b3b;border-color:#3b3b3b;}
.btn.btn-secondary:hover{background:#fff;color:#3b3b3b;}
.btn.btn-custom{background-color:#ffde00;border-color:#ffde00;}
.btn.btn-custom:hover{background:#fff;color:#ffde00;}
.btn.btn-white{background-color:#f2f2f2;border-color:#f2f2f2;color:#111;}
.btn.btn-white:hover{background:#1c1c1c;color:#f2f2f2;}
.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-big {color:#111; background-color:#f2f2f2; padding:20px 40px; border-radius:5px; border: solid 2px #f2f2f2; font-size:30px;}
.btn.btn-big:hover {color:#f2f2f2; background-color:#1c1c1c;}

.btn.btn-small, .popdetails p a:not([class]){font-size:18px;padding:7px 30px;}

.btn.sonder-btn {
	color: #111;
    background-color: #f2f2f2;
    border: 2px solid #f2f2f2;
    font-size: 30px;
    padding: 20px 40px;
	border-radius: 5px 0px 5px 0px;
}

.btn.sonder-btn:hover {
	color: #f2f2f2;
    background-color: #111;
    border: 2px solid #f2f2f2;
}

.btn.sonder-btn-small {
	color: #111;
    background-color: #f2f2f2;
    border: 2px solid #f2f2f2;
    font-size: 20px;
    padding: 20px 30px;
	border-radius: 5px 0px 0px 0px;
}

.btn.sonder-btn-small:hover {
	color: #f2f2f2;
    background-color: #111;
    border: 2px solid #f2f2f2;
}

/* Forms */

.form-field, .form-select{position:relative; border:solid 2px #f2f2f2 ;background-color:#111; border-radius:5px;}.form-select.form-select-white{background-color:#fff} .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;
	text-transform:uppercase;
	color:#f2f2f2;
}

.form-field input,
.form-field textarea, 
.form-select select{	
	display:block;
	padding:10px 20px;
	width:100%;
	background-color:#111;
	color:#f2f2f2;
}

.form-textarea {
	height:80px;
}
.form-textarea input::placeholder, .form-textarea textarea::placeholder * {
	color:#f2f2f2;
	appearance: initial;
}


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

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


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:not(.primary){
	font-weight:700;
	color:#fff;
}


.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:15px;
	height:15px;
	border:2px solid #f2f2f2 ;
	border-radius:100%;
	left:0;
	top:7px;
	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:#f2f2f2 ;
	border-color:#f2f2f2 ;
	content:"\f00c";
	color:#1c1c1c;
}

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



/* HEADER */
.header.fixed{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 30000;
	background-color:rgba(17,17,17,.5);
	backdrop-filter: blur(13px);
	padding-top:0;
	border-radius: 0 0 10px 10px;
	transition: 1000ms;
}
.mainlogo{width:60px;display:flex;align-items:center;transition:300ms;}

.mainlogo img{display:block;max-width:100%;height:auto;}
/*.header.scrolled{
	background-color:rgba(17,17,17,.5);
	backdrop-filter: blur(13px);
	padding-top:0;
	border-radius: 0 0 10px 10px;
	transition: 1000ms;
}

.header.scrolled .mainlogo {width: 77px;}*/

/* Navi */
#navi{list-style:none;	margin:0;padding:0;	display:flex; align-items:stretch;}
#navi li{display:flex; align-items:stretch;position:relative;z-index:100;}
#navi li a{padding:20px 15px;display:flex;align-items:center;text-decoration:none;color:#f2f2f2;}
#navi li:hover > a,
#navi li.selected > a{color:#f2f2f2;font-weight: 900;}
/* Dropdown */
#navi li > ul{background:#fff;position:fixed;left:0;top:95px;display:none;min-width:100%;border-top:1px solid #f2f2f2;}
#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:flex;justify-content: center;align-items:center;}
#navi li > ul li{display:block;}
#navi li > ul li a{padding:20px 30px;white-space: nowrap}
#navi li > ul li a:hover{background-color: #b3b3ff ; color:#fff;}

#navi li a .active {font-weight:900;}

.border {
	border: 2px solid #f2f2f2;
	border-radius:5px;
}

#navtrigger{display:none;align-items:center;}

/*#navtrigger{
	color:#fff;
	background:#b3b3ff ;
	width:51px;
	height:51px;
	border-radius:100%;
	display:flex;
	align-items:center;
	justify-content: center;
}
#navtrigger:hover{
	color:#b3b3ff ;
	background-color:#f2f2f2;
}*/

.subnavi ul {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.subnavi ul li a {
    display: block;
    padding: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.subnavi ul li a:hover, .subnavi ul li.selected a {
    background: #fff;
    color: #3b3b3b;
}

.subnavi ul li > ul {
    display: none;
}


/* SLICK SLIDER */

.slick-arrow{
	display:block;
	-webkit-appearance:none;
	appearance:none;
	background:rgba(242,242,242,1);
	width:40px;
	height:40px;
	color:rgba(17, 17, 17, 1);
	overflow:hidden;
	text-indent:-9000px;
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
	z-index:200;
	border-radius: 5px;
}

.slick-arrow:before{
	content:"\f053";
	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:25px;
}



.slick-arrow.slick-prev{left:-10px;}
.slick-arrow.slick-next{right:-10px;}


.initSlickSingle .slick-arrow {background:rgba(0,0,0,0);}

.initSlickSingle .slick-arrow.slick-prev{left:-40px;}
.initSlickSingle .slick-arrow.slick-next{right:-40px;}

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

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

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

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

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



/* Liststyles */
ul.inline-list{list-style:none;display:flex;align-items:center;padding:0;}
ul.inline-list li{display:inline-block;}
ul.inline-list a{display:block;padding:0 8px;}

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:25px;margin:0 0 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:"\f105";}
ul.fa-list.fa-plus li:not([class]):before{content:"\f067";}
ul.fa-list.fa-arrow-right li:not([class]):before{content:"\f101";}
ul.fa-list.fa-external-link li:not([class]):before{content:"\f35d";}

.flx-col{flex-direction:column;}

.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:17px;
	color:#fff;
	text-decoration:none;
	padding:10px;
	background:#3b3b3b;
	font-weight:700;
	text-align:center;
	text-transform: uppercase;
}

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

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

.circleicon{
	display:flex!important;
	align-items:center;
	justify-content:center;
	width:160px;
	height:160px;
	background-color:rgba(255,255,255,.5);
	border-radius:100%;
	color:#fff;
}

.pm-auto p:last-of-type{
	margin-bottom:0;
}

.switchorder:nth-of-type(2n) > div:nth-of-type(1), .switchorder:nth-of-type(2n) .w50-f:nth-of-type(1){order:2;}

.primary-pink .primary{color:#b3b3ff ;}
.primary-pink ul.fa-list.fa-list-primary li:before{color:#b3b3ff ;}
.primary-pink .bg-primary{background-color:#b3b3ff ;}
.primary-pink .btn.btn-primary{background-color:#b3b3ff ;border-color:#b3b3ff ;}
.primary-pink .btn.btn-primary:hover{background:#fff;color:#b3b3ff ;}
.primary-pink .form-check label:not(.error):before{border:2px solid #b3b3ff ;}
.primary-pink .form-check input:checked + label:before, .primary-pink .form-check input:checked + label + label:before{background:#b3b3ff ;border-color:#b3b3ff ;}
.primary-pink .slick-dots .slick-active button{background:#b3b3ff ;}

.primary-red .primary{color:#b91a28;}
.primary-red ul.fa-list.fa-list-primary li:before{color:#b91a28;}
.primary-red .bg-primary{background-color:#b91a28;}
.primary-red .btn.btn-primary{background-color:#b91a28;border-color:#b91a28;}
.primary-red .btn.btn-primary:hover{background:#fff;color:#b91a28;}
.primary-red .form-check label:not(.error):before{border:2px solid #b91a28;}
.primary-red .form-check input:checked + label:before, .primary-red .form-check input:checked + label + label:before{background:#b91a28;border-color:#b91a28;}
.primary-red .slick-dots .slick-active button{background:#b91a28;}

.primary-orange .primary{color:#fa8726;}
.primary-orange ul.fa-list.fa-list-primary li:before{color:#fa8726;}
.primary-orange .bg-primary{background-color:#fa8726;}
.primary-orange .btn.btn-primary{background-color:#fa8726;border-color:#fa8726;}
.primary-orange .btn.btn-primary:hover{background:#fff;color:#fa8726;}
.primary-orange .form-check label:not(.error):before{border:2px solid #fa8726;}
.primary-orange .form-check input:checked + label:before, .primary-orange .form-check input:checked + label + label:before{background:#fa8726;border-color:#fa8726;}
.primary-orange .slick-dots .slick-active button{background:#fa8726;}


.primary-yellow .primary{color:#fab455;}
.primary-yellow .secondary{color:#3b3b3b;}
.primary-yellow .border-secondary{border:2px solid #3b3b3b}
.primary-yellow .bg-secondary{background:#3b3b3b}
.primary-yellow ul.fa-list.fa-list-secondary li:before{color:#3b3b3b;}
.primary-yellow ul.fa-list.fa-list-primary li:before{color:#fab455;}
.primary-yellow .bg-primary{background-color:#fab455;}
.primary-yellow .btn.btn-primary{background-color:#fab455;border-color:#fab455;}
.primary-yellow .btn.btn-primary:hover{background:#fff;color:#fab455;}
.primary-yellow .form-check label:not(.error):before{border:2px solid #fab455;}
.primary-yellow .form-check input:checked + label:before, .primary-yellow .form-check input:checked + label + label:before{background:#fab455;border-color:#fab455;}
.primary-yellow .slick-dots .slick-active button{background:#fab455;}


.primary-green .primary{color:#aecb32;}
.primary-green .secondary{color:#3b3b3b;}
.primary-green .border-secondary{border:2px solid #3b3b3b}
.primary-green .bg-secondary{background:#3b3b3b}
.primary-green ul.fa-list.fa-list-secondary li:before{color:#3b3b3b;}
.primary-green ul.fa-list.fa-list-primary li:before{color:#aecb32;}
.primary-green .bg-primary{background-color:#aecb32;}
.primary-green .btn.btn-primary{background-color:#aecb32;border-color:#aecb32;}
.primary-green .btn.btn-primary:hover{background:#fff;color:#aecb32;}
.primary-green .form-check label:not(.error):before{border:2px solid #aecb32;}
.primary-green .form-check input:checked + label:before, .primary-green .form-check input:checked + label + label:before{background:#aecb32;border-color:#aecb32;}
.primary-green .slick-dots .slick-active button{background:#aecb32;}

.primary-purple .primary{color:#b3b3ff ;}
.primary-purple .secondary{color:#f888b5;}
.primary-purple .border-secondary{border:2px solid #f888b5}
.primary-purple .bg-secondary{background:#f888b5}
.primary-purple ul.fa-list.fa-list-secondary li:before{color:#f888b5;}
.primary-purple ul.fa-list.fa-list-primary li:before{color:#b3b3ff ;}
.primary-purple .bg-primary{background-color:#b3b3ff ;}
.primary-purple .btn.btn-primary{background-color:#b3b3ff ;border-color:#b3b3ff ;}
.primary-purple .btn.btn-primary:hover{background:#fff;color:#b3b3ff ;}
.primary-purple .form-check label:not(.error):before{border:2px solid #b3b3ff ;}
.primary-purple .form-check input:checked + label:before, .primary-purple .form-check input:checked + label + label:before{background:#b3b3ff ;border-color:#b3b3ff ;}
.primary-purple .slick-dots .slick-active button{background:#b3b3ff ;}



.border-bottom-primary{
	border-bottom:14px solid #86bc25;
}
.primary-pink.border-bottom-primary{border-color:#b3b3ff }
.primary-red.border-bottom-primary{border-color:#b91a28}
.primary-orange.border-bottom-primary{border-color:#fa8726}
.primary-yellow.border-bottom-primary{border-color:#fab455}
.primary-green.border-bottom-primary{border-color:#aecb32}
.primary-purple.border-bottom-primary{border-color:#b3b3ff }


img.fillbox{min-height:100%;min-width:100%;}

.innerborder{
	border:3px solid #2e2d2c;
}

.tab{
	display:none;
	background:#fff;
	position:relative;
/*	overflow:hidden;*/
}

.tab img{
	display:block;
	position:absolute;
	top:-80px;
	right:-80px;
	z-index:0;
	opacity:.15;
	border-radius: 100%;
}


.tab *{position:relative;}


.tab.active{
	display:block;
}

.tabnav{
	display:flex;
	flex-direction: column;
	list-style:none;
	padding:0;
	margin:0;
	background:#f4f4f4;
	width:100%;
}

.tabnav li{
	width:100%;
	display:flex;
	align-items:stretch;	
}

.tabnav a{
	display:flex;
	align-items:center;
	width:100%;
	justify-content: flex-start;
		color:#1c1c1c;
	font-weight:800;
	padding:20px;
}

.tabnav img{
	display:inline-block;margin:0 10px 0 0;
	border-radius:100%;
}

.tabnav li.active a{
	background:#fff;

}

.zc-border, .zc-border-double{
	position:relative;
	padding-bottom:50px;
	margin:0 0 30px;
}

.zc-border:after, .zc-border-double:after{
	content:"â€ºâ€ºâ€ºâ€ºâ€ºâ€ºâ€ºâ€º";
	position:absolute;
	left:0;
	bottom:0;
	font-size:60px;
	line-height:1;
	font-weight:800;
	letter-spacing: 8px;
	overflow:hidden;
	width:100%;
	text-overflow: clip;
}

.zc-border-double:after{
	content:"â€ºâ€ºâ€ºâ€ºâ€ºâ€ºâ€ºâ€ºâ€ºâ€ºâ€ºâ€ºâ€ºâ€ºâ€ºâ€º";
}

.zc-border-top{
	position:relative;
	padding-top:90px;
}

.zc-border-top:before{
	content:"â€¹â€¹â€¹â€¹â€¹â€¹â€¹â€¹â€¹â€¹â€¹â€¹â€¹â€¹â€¹â€¹â€¹â€¹â€¹â€¹â€¹â€¹";
	position:absolute;
	left:0;
	top:0;
	font-size:60px;
	line-height:1;
	font-weight:800;
	letter-spacing: 8px;
	color:#fff;
	width:100%;
	text-align: right;
	overflow:hidden;
}

.darkgrey .zc-border-top:before{
	color:#484848;
}

.floatright{
	float:right;
	margin:15px;
}

.rotate{
	transform:rotate(-5deg);
}

.round{border-radius:100%;}

.pull-right{
	position:relative!important;
	margin-right:-30px!important;
}

.pull-left{
	position:relative!important;
	margin-left:-30px!important;
}

.pull-right:nth-of-type(1), .pull-left:nth-of-type(1){z-index:1;}
.pull-right:nth-of-type(2), .pull-left:nth-of-type(2){z-index:2;}
.pull-right:nth-of-type(3), .pull-left:nth-of-type(3){z-index:3;}
.pull-right:nth-of-type(4), .pull-left:nth-of-type(4){z-index:4;}
.pull-right:nth-of-type(5), .pull-left:nth-of-type(5){z-index:5;}

ul.content-list{
	padding-left:30px;
}

.push-up{
	position:relative;
	margin-top:-40px;
}

.badged-items > span{
	background:#f4f4f4;
	font-size:16px;
	display:inline-block;
	padding:5px 8px;
	border-radius:4px;
	border:1px solid #ccc;
	margin-right:5px;
	font-weight:700;
}

.iconed{
	position:relative;
	overflow:hidden;
}

.iconed:after{
	content:"\f067";
	display:block;
	position:absolute;
	bottom:0px;
	right:0px;
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	color:rgba(136, 40, 70, .1);
	font-size:400px;
	line-height: 1;
	pointer-events: none;
}

.iconed.house:after{
	content:"\f015";
	bottom:-25px;
}

.iconed.brokenhouse:after{
	content:"\f6f1";
}

.iconed.news:after{
	content:"\f0a1";
}

.iconed.team:after{
	content:"\f406";
}

.iconed.shoe:after{
	content:"\f54b";
	transform: rotate(150deg);
    bottom: 50px;
}


.iconquader{
	display:flex;
	width:75px;
	height: 75px;
	align-items: center;
	justify-content:center;
	background:#f4f4f4;
	border:1px solid #ccc;
	border-radius:4px;
	font-size:30px;
	color:#999;
	margin-right:20px;
}

.kursplan-wrapper .tab{background:none;}

table:not([class]){
	margin:0 0 30px;
	width:100%;
	border:none;
	border-collapse: collapse;
}

table:not([class]) td{
	width:50%;
	border:none;
	padding:10px;
}

table:not([class]) td:nth-of-type(2){
	text-align:right;
}

/*table:not([class]) tr:not(:last-of-type) td{
	border-bottom:1px solid rgba(0,0,0,.1);
}*/



.link.primary:hover{color:#b3b3ff ;opacity:.7}

.loadingicon{
	display:block;
	font-size:60px;
	line-height:1;
	color:#fff;
	animation-name: spinMe;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.white p a:not([class]), .white p a.normal-btn{color:#86bc25!important;}
.white p a:not([class]):hover, .white p a.normal-btn:hover{opacity:.75;}

@keyframes spinMe{
	from{transform:rotate(0deg);}
	to{transform:rotate(360deg);}
}

.black h2.white{color:#fff!important}

.team-main:before{
	content:"Unser Team";
	color:#fff;
	font-size: 56px;
    line-height: 1.2;
	font-weight:700;
	text-transform: uppercase;
	pointer-events:none;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
}

.spez-team{
	height:0;
	padding:0 0 50%;
	background-color:#86bc25;
	width:50%;
	position:relative;
}

.team-entry:nth-of-type(3), .team-entry:nth-of-type(4){
	flex-direction: column;
}

.team-entry:nth-of-type(4){
	align-items:flex-end;
}

.team-entry:nth-of-type(3) .w50-f{
	order:2;
}

.spez-team{position:relative;}
.spez-team:after{
	pointer-events:none;
	content:"\f104";
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	color:#435e12;
	position:absolute;
	left:-20px;
	top:0;
	bottom:0;
	margin:auto;
	font-size:80px;
	line-height:80px;
	height:80px;
	width:40px;
}

.team-entry:nth-of-type(3) .spez-team:after{
	top:auto;
	right:0;
	transform:rotate(-90deg);
	bottom:-40px;
}

.team-entry:nth-of-type(4) .spez-team:after{
	bottom:auto;
	right:0;
	transform:rotate(90deg);
	top:-40px;
}

.height100{height:100%;}


.bg-bfr-bl-primary::before {
	content: '';
    width: 105%;
    height: 115%;
    display: block;
    position: absolute;
    top: -7%;
    right: 10%;
	background-color: #b3b3ff ;
}

.bg-bfr-br-primary::before {
	content: '';
    width: 105%;
    height: 115%;
    display: block;
    position: absolute;
    top: -7%;
    right: -11%;
	background-color: #b3b3ff ;
}

.bg-bfr-bl-secondary::before {
	content: '';
    width: 105%;
    height: 115%;
    display: block;
    position: absolute;
    top: -7%;
    right: 10%;
	background-color: #3b3b3b;
}

.bg-bfr-br-secondary::before {
	content: '';
    width: 105%;
    height: 111%;
    display: block;
    position: absolute;
    top: -6%;
    right: -11%;
	background-color: #3b3b3b;
}

.bg-bfr-bl-custom::before {
	content: '';
    width: 105%;
    height: 111%;
    display: block;
    position: absolute;
    top: -7%;
    right: 10%;
	background-color: #ffde00;
}

.bg-bfr-br-custom::before {
	content: '';
    width: 105%;
    height: 111%;
    display: block;
    position: absolute;
    top: -7%;
    right: -10%;
	background-color: #ffde00;
}

.ctawidget {
	width: 500px;
	position: fixed;
	bottom: 60px;
	right: -650px;
	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: -650px;
}

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

.stroke {
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 2px #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
	font-family: 'Helvetica' , sans-serif;
}

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

.bg-myintense {
  background: #afcb08;
}

.myintense {
  color: #afcb08;
}

.btn.btn-myintense {
  color: #fff;
  background-color: #afcb08;
  border-radius: 15px;
  border-color: #afcb08;
}

.btn.btn-myintense:hover {
	background-color: #fff;
	color: #afcb08;
	border-color: #afcb08;
}

.btn.btn-myline {
  color: #fff;
  background-color: #ef7d00;
  border-radius: 15px;
  border-color: #ef7d00;
}

.btn.btn-myline:hover {
	background-color: #fff;
	color: #ef7d00;
	border-color: #ef7d00;
}

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

.myline-essenimg {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
    margin-right: auto;
    margin-left: auto;
  top: -20%;
}

.nolist {
  list-style: none;
}

.testimonial .testimonial-entry {
    display: inline-block;
    width: 100%;
}

.testimonial{
    column-count: 2;
}

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

.max100vh {
  max-height: 100vh;
  overflow: hidden;
}

.big-circle-list {
  list-style: none;
  counter-reset: big-circle-list;
}

.big-circle-list li {
  counter-increment: big-circle-list;
  position: relative;
  padding-left: 95px;
  margin: 0 0 80px;
}

.big-circle-list li::before {
  content: counter(big-circle-list);
  color: #fff;
  font-weight: bold;
  font-size: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: #3b3b3b;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.big-circle-list li:nth-of-type(2n)::before {
  left: auto;
  right: 0;
}

.big-circle-list li:nth-of-type(2n) {
  text-align: right;
}

.big-circle-list li:nth-of-type(2n) {
  padding-left: 0;
  padding-right: 95px;
  text-align: right;
}

/* BIG CIRCLE LIST YARA */

.big-circle-list-yara {
  list-style: none;
  counter-reset: big-circle-list;
}

.big-circle-list-yara li {
  counter-increment: big-circle-list;
  position: relative;
  padding-left: 95px;
  margin: 0 0 80px;
}

.big-circle-list-yara li::before {
content: counter(big-circle-list);
color: #fff;
font-weight: bold;
font-size: 64px;
display: flex;
align-items: center;
justify-content: center;
width: 80px;
height: 80px;
border-radius: 100%;
background: #ffb000;
position: absolute;
left: 0;
top: 0;
bottom: 0;
margin: auto;
}

.big-circle-list-yara li:nth-of-type(2n)::before {
  left: auto;
  right: 0;
}

.big-circle-list-yara li:nth-of-type(2n) {
  text-align: right;
}

.big-circle-list-yara li:nth-of-type(2n) {
  padding-left: 0;
  padding-right: 95px;
  text-align: right;
}

.w50:hover .moretext {
  transition: 600ms;
  opacity: 1;
  display: block;
}

.moretext {
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  color: #fff;
  transition: 600ms;
  opacity: 0;
  display: none;
}

.w50:hover > .bg-black-aa {
  transition: 600ms;
  background-color: rgba(0,0,0,.65);
  cursor: default;
}

.circle {
  position: absolute;
  left: 0;
  bottom: -90px;
  width: 380px;
  height: 380px;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

.circle .inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #fff;
  border-top: 290px solid #5ea4ad;
}

.overflow-hidden {
  overflow: hidden;
}

.caveat {
  font-family: "Caveat";
  font-weight: 400 !important;
}

.caveat.rotate {
  font-size: 70px;
  text-align: center;
  transform: rotate(-5deg);
}
.caveat {
  font-family: "Caveat";
  font-weight: 400 !important;
}

.quader-style::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 40%;
  background: #f4f4f4;
  pointer-events: none;
}

.stepliste > li:last-of-type::after {
  content: '';
}


.stepliste > li::after {

    content: '\f061';
    position: absolute;
    right: -20%;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
    font-weight: 900;
    font-size: 30px;

}

.stepliste > li > span {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
    margin-bottom: 0px;
  border-radius: 100%;
  font-size: 40px;
  font-weight: 700;
}

.stepliste > li {
  position: relative;
  width: 20%;
  background: rgba(0,0,0,.05);
  padding: 20px;
}

.stepliste > li .h3 {
  font-weight: bold;
}

.flexlist {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
	flex-wrap: wrap;
}

.bulletchange li::before, .bulletchange-w li::before {
  content: "\2022";
  color: #f27c00;
  font-weight: bold;
  display: inline-block;
  width: 20px;
}

.bulletchange, .bulletchange-w {
  list-style: none;
}

.brdr-top-white {border-top: #fff 1px solid;}
.brdr-top-primary {border-top: #b3b3ff 2px solid;}
.brdr-right-white {border-right: #fff 1px solid;}
.brdr-right-lightergrey {border-right:#f2f2f2 1px solid;}
.brdr-bottom-lightergrey {border-bottom:#f2f2f2 1px solid;}
.brdr-primary {border: solid 2px #b3b3ff ;}
.brdr-black {border: solid 2px #1c1c1c;}

/*SCROLL  ANIMATION START*/

.arrow-container{
  width: 100px;
  height: 100px;
  margin: 0 auto;
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
}

.arrow-1{
  width: 100px;
  height: 100px;
  background: rgba(136, 40, 70, .05);
  opacity: 0.5;
  border-radius: 50%;
  position: absolute;
}

.arrow-2{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  display: table;
}

/*.arrow-2:before{
  width: 52px;
  height: 52px;
  content: "";
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
}*/

.arrow-2 i.fa{
  font-size: 30px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #b3b3ff ;
}



.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
		  animation-iteration-count: infinite
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.4, .4, .4);
            transform: scale3d(.4, .4, .4);
  }

  50% {
    opacity: 0.5;
  }
  
  100% {
    opacity: 0;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.4, .4, .4);
            transform: scale3d(.4, .4, .4);
  }

  50% {
    opacity: 0.5;
  }
  
  100% {
    opacity: 0;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

/*SCROLL ENDE*/

.inline {display:inline-block;}

.fixed-size {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    min-height: 500px;
}

.fixed-size img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    display: block;
}

.iconbox:nth-of-type(3n-1) {
  border-right: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2;
}

.iconbox:nth-of-type(1),
.iconbox:nth-of-type(2),
.iconbox:nth-of-type(3){
  border-bottom: 1px solid #f2f2f2;
}

.iconbox a:hover {
	color:#3b3b3b!important;
}

.iconbox:hover {
	background-color:#f2f2f2;
}

.minheightNews {min-height:467px!important;}

.invisible-anchor {
    display: block;
    width: 1px;
    height: 1px;
    pointer-events: none;
    position: relative;
    top: -120px;
    opacity: 0;
}

.line1 {line-height: 1;}

.after-bg-primary:after {
	content: '';
    width: 50%;
    height: 100%;
    background-color: #b3b3ff ;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
	z-index:-1;
}

.after-bg-primary2:after {
	content: '';
    width: 100%;
    height: 60%;
    background-color: #b3b3ff ;
    display: block;
    position: absolute;
    bottom: 20%;
    left: 0;
    z-index: -1;
}

.top-20 {top:-20px;}

.after-bg-lightergrey:after {
	content: '';
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
    display: block;
    position: absolute;
    bottom: 30%;
    left: 0;
	z-index:-1;
}

.after-bg-lightergrey-small:after {
	content: '';
    width: 100%;
    height: 85%;
    background-color: #f2f2f2;
    display: block;
    position: absolute;
    bottom: 4%;
    left: 0;
	z-index:-1;
}

/* ACCORDION */

.detailbox {
	border: 2px solid #f2f2f2;
    margin-bottom: 20px;
    border-radius: 10px;
}

.detailbox .boxhead{
	display:block;
	-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:"\f078";
	font-size:20px;
	position:absolute;
	top:27px;
	right:16px;
	color:#b3b3ff ;
}
.detailbox.active .boxhead{
	border-bottom:none;
}
.detailbox.active .boxhead:after{
	content:"\f077";
}
.detailbox .boxhead span{
	margin:0;
	font-size:18px;
	line-height:1.5;
	font-weight:600;
	display:block;	
	padding:10px;
}

.detailbox .boxdetails{
	display:none;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:30px;
}
.detailbox a{
	color:#009fe3;
}
.detailbox a:hover{
	color:#333;
}

.scrolltop-btn {
    position: fixed;
    bottom: 2%;
    right: 2%;
    content: '';
    padding: 10px 15px;
    border-radius: 10px;
    border-color: #76b948;
    background-color: #76b948;
    z-index: 2;
}

.scrolltop-btn:hover {
    background-color: #3a3b32;
    border-color: #3a3b32;
}

/* ACCORDION ENDE */

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


/* TYPEWRITER START */

p.h1 a {pointer-events:none;}

/* TYPEWRITER END */


.table-wohnung tbody {display:flex;flex-wrap: wrap;justify-content:space-between;}
.table-wohnung tr  {width:49%;display:flex;justify-content:space-between;}
.table-wohnung tr td {width:49%;}
.table-wohnung tr {border-bottom:1px solid rgba(0,0,0,.1);}

.vh100 {
	min-height:90vh;
}

.minus-87 {
	top: -87px;
}

/* BLOB */
.blob {
	border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
    width: 70vmin;
    height: 70vmin;
    background: #b3b3ff;
    /*background-image: linear-gradient(45deg, #3023AE 0%, #f09 100%);*/
    background-image: url(https://template.mediaeller.com/jenny/images/placeholder_woman.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center 40px;
    box-shadow: -10vmin 10vmin 0 rgba(255,255,255,0.07);
	margin:0 auto;
	animation: morph 10s linear infinite alternate;
}

@keyframes morph {
  0% {
    border-radius: 40% 60% 60% 40% / 70% 30% 70% 30%;
  }
  100% {
    border-radius: 40% 60%;
  }
}

/* BLOB */

.dotted {
	  background: white;
  background-image: radial-gradient(rgba(0,0,0,.2) 1px, transparent 0);
  background-size: 40px 40px;
  background-position: -19px -19px;
}

.handypreview{
	position:relative;
	overflow:hidden;
	border-radius:47px;
	transform:rotate(-5deg);
	padding:10px 0;
	z-index:1;
}

.handypreview:after{
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	pointer-events:none;
	z-index:1;
	background-image:url(../images/mobile_1.svg);
	background-size:cover;
}

.handy{position: relative;/*overflow:hidden;*/}
.handy:after{
	content:"";
	display:block;
	position:absolute;
	top: 40px;
    left: 100px;
	right:0;
	bottom:0;
	pointer-events:none;
	width:70%;
	height:90%;
	background-color:#f2f2f2;
	border-radius:100%;
}

.arrow {position:relative;}
.arrow:after {
    content: '>>>';
	font-weight: 900;
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 70%;
    right: 0;
}

.arrow:nth-of-type(4n)::after {
  content: '';
}

.after-bg{position: relative;}
.after-bg:after {
	content:'';
	background-color:#1c1c1c;
	width: 1500px;
	height: 1000px;
	margin-left:auto;
	margin-right:auto;
	position: absolute;
	top:22%;
	left:0;
	right:0;
	bottom:0;
	z-index:-1;
	border-radius:5px;
}

.after-border {position:relative;}
.after-border:after {
	content:'';
	background-color:#111;
	border:2px solid #f2f2f2;
	border-radius:5px;
	width:100%;
	max-width:1920px;
	height:800px;
	margin-left: auto;
	margin-right: auto;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:-1;
}

.visually-hidden {
	height:0;
	opacity: 0;
}


/*.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}*/

/* Standard: alle Bilder sind SW */
/*section.reveal img {
  filter: grayscale(100%);
  transition: filter 0.8s ease;
}*/

/* Sobald der Observer feuert → Farbe 
section.reveal img.color {
  filter: grayscale(0%);
}*/

.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}


section.reveal img {
  filter: grayscale(100%);
  transition: filter 0.6s ease;
}

section.reveal img:hover {
  filter: grayscale(0%);
}

/* Hover auf den gesamten Block */
section.reveal .posrel:hover img {
  filter: grayscale(0%);
}

.posabs-spez {
    position: absolute;
    right: 100px;
    bottom: 50px;
    transform: scale(.85);
}

.round-btn{
	display:flex;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	flex-direction:column;
	width:188px;
	height:188px;
	border-radius: 100%;
	background: rgb(255,255,2553);
    background: linear-gradient(190deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
	color:#1c1c1c!important;
	font-size:20px;
	line-height:1.1;
	font-weight:700;
}

.round-btn strong{
	font-size:30px;
	font-weight:600;
}

.round-btn:hover{
	transform:scale(1.1);
}




@media all and (min-width:1920px){
	
	.after-bg:after {
	width: 1600px;

}
	
}

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

	h1, .h1{font-size:55px;}
	
	.h1-big {
    	font-size: 70px;
	}
	
	.after-bg:after {
		top: 17%;
		height: 970px;
		width:1150px;
	}
	


	
}

@media all and (max-width:1199px){
	
	#navi li > ul {
    top: 85px;
}
	
	.stepliste > li::after {
  content: '';
}
	
	.stepliste > li {
  width: 50%;
}

	.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;
	}
	
	.l-area{
		padding-top:40px;
		padding-bottom:40px;
	}
	
	.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-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%;}
	
	.l-posrel{position:relative!important}
	
	h1, .h1, .team-main:before{
		font-size:50px;
	}

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

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



/*	h2, .h2{
		font-size:28px;
	}*/
	h3, .h3{
		font-size:22px;
	}
	h4, .h4{
		font-size:20px;
	}
	h5, h6, .h5, .h6{
		font-size:14px;

	}

	
	

	
	body, table td, table th, ul.check-icon, ul:not([class]), ul.content-list, ul.inline-list{
		font-size:20px;
	}
	
	.bigfontstyle{font-size:44px;}
	.zc-border:after, .zc-border-double:after, .zc-border-top:before{font-size:40px;letter-spacing: 4px;}
	.l-bg-white{background:#fff;}
	.l-nopointer{pointer-events:none!important;}
	
	.l-small{font-size:smaller;}
	
	.l-sticky {
  position: sticky;
  top: 110px;
}
	
	.mainlogo {
  width: 170px;
	}
	
	#subnav li a {
		font-size: 16px;
		padding: 20px 10px;
	}
	
	#navi li > a {
		font-size: 18px;
		padding: 30px 10px;
	}
	
	.h2-smaller {
    font-size: 35px;
}
	
	.minheightNews {
    min-height: 540px!important;
}
	
	.l-tal {text-align: left;}
	
		.minheightNews {
    min-height: 539px!important;
}
	
	.after-bg-lightergrey-small:after {
    height: 100%;
    bottom: 0%;
}
	
	
	.handy:after {
		top: 30px;
    	left: 80px;
	}
	
	.after-border:after {
		height:900px;
	}
	
		.mainlogo img {
    max-width: 50%;
}
	
	
}



@media all and (max-width:991px){
	
	#navi li > ul {
    border-top: none;
}
	
	.mainlogo {
		width: 140px;
		padding: 10px 0;;
	}
	
	.stepliste > li::after {
		right: -15%;
}
	
	.stepliste > li::after {
  content: '';
}
	
	.lm-flx-wrap {
  display: flex;
  flex-wrap: wrap;
}
	
	.m-small{font-size:smaller;}
	
	.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:40px;
		padding-bottom:40px;
	}
	
	.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, .team-main:before{
		font-size:35px;
	}

	.h1x2{
		font-size:52px;
	}

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

	

	


	body, ol, ul, fieldset, table th, table td, .form-field *, input, select{
	font:400 18px/1.5 'Montserrat';
}
	
	.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;
	}
	
	.tabnav{
		flex-direction:inherit;
	}
	
	.tabnav a{
		flex-direction:column;
	}
	
	.tabnav li:not(.active){
		opacity:.7;
	}
	
	.tabnav img{
		display:block;
		margin:0 auto 20px;
	}
	
	#navi li > ul{
		flex-wrap:wrap;
	}
	
	#navi li ul li{
		width:100%;
	}
	
	.m-heightfix{
		height:350px;
	}
	
	.m-normal {font-size: inherit;}
	
	.testimonial{
    column-count: 1;
}
	
	.m-sticky {
  position: sticky;
  top: 110px;
}
	
	#subnav, .subfix {
		display: none;
	}
	
	
	
#navtrigger{
	color:#f2f2f2;
	background:none ;
	width:50px;
	height:50px;
	display:flex;
	align-items:center;
	justify-content: center;
}
#navtrigger:hover{
	color:#f2f2f2 ;
	background-color:none;
}


#navi{
	position:fixed;
	right:-30%;
	top:100px;
	width:50%;
	height:100%;
	display:block;
	background:rgba(28, 28, 28,.95);
	backdrop-filter: blur(12px);
	overflow:auto;
	transition: 300ms;
	opacity:0;
	pointer-events:none;
	z-index:-1;
	text-align:center;
	flex-wrap: wrap;
	padding-top:15px;

}

#navi.active{
	opacity:1;
	pointer-events: all;
	right:0;
	top:100px;
}

#navi li{
	display:block;
	width:100%;
	text-align: center;
	position:relative;
}

#navi li.drop span{position:relative;padding-right:30px;}

#navi li.drop span:before{
	content:"\f067";
	display:block;
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	position:absolute;
	top:0;
	right:0;
	pointer-events:none;
	line-height:1.8;
	transition:300ms;
	font-size:20px;
}

#navi li.drop.active span:before, #navi li.drop.selected span:before{
	transform:rotate(-45deg);
}

#navi li a{
	display:block;
	text-align:left;
	font-size:24px;
	padding:20px 20px;
}


#navi li > ul{
	position:relative;
	left:auto;
	right:auto!important;
	top:auto;
	display:block!important;
	background:none;
	overflow:hidden;
	margin:0;
	transition:height 300ms;
}

#navi li.selected > ul{
	height:auto!important;
}

#navi li ul li{
	width:auto;
}

#navi li ul li a{
	font-size:20px;	
	padding:10px 20px 10px 40px;
	min-width:300px;
}



#navtrigger{
	display:flex;
	z-index: 302;
}
	
	.dropdown:before {
    background-color: rgba(255,255,255,0);
}

#subnav {
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0;
	border: 1px solid #3b3b3b;
}

#subnav li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
}

#subnav li a {
	width: 100%;
	display: block;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	padding: 20px;
	margin-bottom: 0;
	transition: 300ms;
}

#subnav li a:hover,
#subnav li.selected a {
	background: #fff;
	color: #3b3b3b;
}

#subnav li > ul {
	display: none;
}

#kurse-fitnesskurse.jp,
#kurse-paragraph-20.jp {
	position: relative;
	top: -100px;
	left: 0;
}

#kurse-paragraph-20.jp {
	top: -200px;
}

.subnavi.scrolled {
	position: fixed;
	z-index: 300;
	left: 0;
	right: 0;
	top: 104px;
}

.subfix {
	height: 72px;
	display: none;
}

.subfix.active {
	height: 72px;
	display: block;
}
	
	.m-mauto {
		margin-left: auto;
		margin-right: auto;
	}
	
	.minheightNews {
    min-height: 420px!important;
}

	.iconbox:nth-of-type(1n) {
    border:none;
}
	
	.iconbox:nth-of-type(1),
	.iconbox:nth-of-type(2),
	.iconbox:nth-of-type(3),
	.iconbox:nth-of-type(4) {
		border-bottom:1px solid #f2f2f2;
	}
	
	.iconbox:nth-of-type(1),
	.iconbox:nth-of-type(3),
	.iconbox:nth-of-type(5) {
		border-right:1px solid #f2f2f2;
	}
	
	
	
	.detailbox .boxhead {
		padding:10px 22px;
	}
	
	.after-bg-primary2:after {
    height: 100%;
    bottom: 0%;

	
	}
	
	.after-bg-lightergrey-small:after {
    height: 75%;
    bottom: -6%;
}
	
	.after-bg-primary:after {
		width:100%;
    height: 13%;
    top: 38px;
}
	
	    .after-bg:after {
        top: 20%;
        height: 740px;
        width: 1150px;
    }
	
	    .after-border:after {
        height: 740px;
    }
	
	body {padding-top: 30px;}
	
	.btn-nav {padding:0px 20px;}
	
		.area{
		padding-top:50px;
		padding-bottom:50px;
	}
	
	    .after-border:after {
      height: 40%;
    }
	




	
}

@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:40px;
		padding-bottom:40px;
	}
	
	.m-area{
		padding-top:30px;
		padding-bottom:30px;
	}
	
	.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-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;
	}
	

	
	.quader-style:before{
		width:250px;
		height:250px;
	}
	
	.para-area img{
		left:auto;
		right:0;
		opacity:1;
	}
	
	h1, .h1, .h1-alt, .h1.smaller, h1.smaller, .team-main:before{
		font-size:40px;
	}

	.h1x2{
		font-size:44px;
	}

	h2, .h2{
		font-size:25px;
	}
	
	.h2-smaller {font-size:25px;line-height:110%;}
	
	
	
	
	h3, .h3{
		font-size:20px;
	}
	h4, .h4{
		font-size:16px;
	}
	h5, h6, .h5, .h6{
		font-size:14px;
	}
	
	h1 + h2:before, .h1 + .h2:before{
		line-height:.5;
	}
	
	.s-mauto{
		margin-left:auto;
		margin-right:auto;
	}
	
	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}
	
	
	.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-push-up{
		position:relative;
		top:-80px;
		margin-bottom:-60px;
	}

	.s-bg-darkergrey{
		background:#141414;
	}
	
	.s-bg-white{
		background:#fff;
	}
	
	.s-shadow{box-shadow:0 0 20px rgba(0,0,0,.1);}

	#navi{width:100%;right:-100%;backdrop-filter: blur(12px);top:90px;}
	
	
	.team-main:before{
		position:relative;
		margin:0 0 20px;
	}
	
	.team-entry:nth-of-type(3), .team-entry:nth-of-type(4){
		flex-direction:row;
	}
	
	.team-entry:nth-of-type(2n) .w50-f{
		order:1!important;
	}
	
	.team-entry:nth-of-type(2n) .spez-team{
		order:0!important;
	}
	
	.team-entry:nth-of-type(2n-1) .w50-f{
		order:0!important;
	}
	
	.team-entry:nth-of-type(2n-1) .spez-team{
		order:1!important;
	}
	
	.team-entry:nth-of-type(2n-1) .spez-team:after{
		top:0;
		bottom:0;
		left:-20px;
		right:auto;
		transform:none;
	}
	
	.team-entry:nth-of-type(2n) .spez-team:after{
		top:0;
		bottom:0;
		right:-20px;
		left:auto;
		transform:rotate(180deg);
	}
	
	.responsive-wrapper{
		padding-bottom:300px;
	}
	
	.s-posabs-rt{position:absolute;left:0;top:45%;}
	
	.s-posabs-rt-yara {position: absolute;left: 0;top: 25%;}
	
	.s-height-auto {height:auto;}
	
	.s-nostroke {
		color: #fff;
		-webkit-text-stroke: 0px;
	}
	
	.s-small {font-size:smaller;}
	
	.s-nornd{border-radius:0px;}
	
	.s-heightauto {height:auto;}
	
	.s-posabs-br {position:absolute;left:0; bottom:-60px;}
	
	.s-bg-lightergrey{background-color:#f4f4f4;}
	
	.s-rndx2{border-radius:10px;}
	
	.h2 {
  font-size: 29px;
}
	
	.h2-big {
  font-size: 28px;
}
	
	.s-op30{opacity: .3;}
    
    .linkleiste a {
        font-size: 11px;
    }
	
	.minheightNews {
    min-height: 360px!important;
}
	
	.centered-big {
		padding-left:20px;
		padding-right:20px;
	}
	
	.after-bg-lightergrey:after {
    height: 80%;
    bottom: 60%;
	}
	
	
	.detailbox .boxhead {
    padding: 10px 26px;
}
	
	.after-bg-primary:after {
    width: 100%;
    height: 10%;
    top: 32px;
}
	
	.after-bg-lightergrey-small:after {
    height: 60%;
    bottom: 0;
}
	
	.after-bg-primary2:after {
    height: 100%;
    bottom: 0;
}
	
	.iconed:after {display:none;}
	
		table td {
    display: block;
    width: 100%!important;
    text-align: left!important;
}
	
	table td:first-of-type {
    font-weight: 600;
		border-bottom:none!important;
}
	
	.s-h2-smaller {font-size:22px!important;}
	
	
	.fixed-size {min-height:470px;}
	
	.s-tac {text-align:center;}
	
	.table-wohnung tbody {display:flex;flex-wrap: wrap;justify-content:space-between;}
.table-wohnung tr  {width:100%;display:flex;justify-content:space-between;}
.table-wohnung tr td {width:50%;}
	
	.s-big {font-size:25px;}
	.s-bigger {font-size:45px;}
	body {padding-top:18px;}
	
	.handy:after {
		height: 80%;
	}
	
	.handy:after {
        top: 30px;
        left: 100px;
    }
	
    .h1-big {
        font-size: 40px;
    }
	
	.arrow:after {
		width: 100%;
		top: 130%;
		left: 0%;
		transform: rotate(90deg);
	}
	
	.arrow:last-of-type::after {
 		 content: '>>>';
	}
	
	.arrow.is-last::after {
		content: none;
	}
	
	.btn.btn-big {
		    font-size: 20px;
		padding: 10px 30px;
	}
	
	.after-bg:after {
        top: 0%;
        height: 100%;
        width: 1150px;
    }
	
	.round-btn{
		width:158px;
		height:158px;

}

	.round-btn strong{
		font-size:20px;
		font-weight:600;
	}
	
	.posabs-spez {
    	position: absolute;
		right: 30px;
    	bottom: -100px;
    	transform: scale(.85);
	}
	
			.mainlogo img {
    max-width: 80%;
}
	
	
}


@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:20px;
		padding-bottom:20px;
	}
	
	.s-area{
		padding-top:10px;
		padding-bottom:10px;
	}
	
	.xs-area{
		padding-top:5px;
		padding-bottom:5px;
	}	
	
	.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, .team-main:before{
		font-size:25px;
		margin-bottom: 5px;
	}

	.h1x2{
		font-size:24px;
	}

	h2, .h2{
		font-size:20px;
	}
	h3, .h3{
		font-size:20px;
	}
	h4, .h4{
		font-size:14px;
	}
	h5, h6, .h5, .h6{
		font-size:14px;
	}
	
	.bigfontstyle{font-size:24px;}
	
	.xs-push-up{
		position:relative;
		top:-80px;
		margin-bottom:-60px;
	}

	.xs-bg-darkergrey{
		background:#141414;
	}
	
	#navi li a{font-size:20px;padding:20px;}
	#navi li ul li a{font-size:20px;}
	#navi li.drop span:before{font-size:16px;line-height:1.3;}
	

	
	#navi{width:100%;right:-100%;backdrop-filter: blur(12px);}
	
	.mainlogo{
		width:25%;
	}
	
	.tabnav{
		flex-direction:column;
	}
	
	.tabnav a{
		flex-direction:inherit;
		font-size:18px;
	}
	
	.tabnav li:not(.active){
		opacity:.7;
	}
	
	.tabnav img{
		display:block;
		margin:0 20px 0 0;
	}
	
	.tab{padding:0px;}
	.tab img{opacity:0;}
	
	.xs-imgwrapper, .xs-marginfix{
		margin-left:-20px;
		margin-right:-20px;
	}
	
	.xs-marginfix{width:auto!important}
	
	.pull-right, .pull-left{margin-right:0!important;margin-left:0!important}
	.xs-notzc:after{display:none;}
	.xs-notzc{padding-bottom:0!important}
	#popwrapper, .popwrapper{background-color:rgba(0,0,0,.85);}

	.xs-novideowrapper{
		height:auto;
		padding:0!important;
	}
	
	.xs-novideowrapper img{
		position:relative;
		display:block;
		width:100%;
		height:auto;
	}
	
	.xs-flx-vend{align-items:flex-end!important;}
	
	.btn, .popdetails p a:not([class]){
		padding:13px 20px;
	}
	
	.bg-bfr-bl-primary::before {
		height: 107%;
	}
	
	.bg-bfr-br-secondary::before {
		height: 100%;
		top:0;
		width: 92%;
		right:-6%;
	}
	
	.bg-bfr-bl-custom::before {
		height: 107%;
	}
	
	.xs-tac{text-align:center;}
	
	.max100vh {
		overflow: inherit;
		max-height: unset;
	}
	
	.xs-mauto {margin-right:auto; margin-left: auto;}
	
	.after-bg-primary:after {
    width: 100%;
    height: 8%;
    top: 19px;
}
	
	.xs-smaller {font-size:20px!important;}
	
	.minheightNews {
    min-height: 470px!important;
}
	
	.iconbox:nth-of-type(1), .iconbox:nth-of-type(3), .iconbox:nth-of-type(5) {
    border-right: none;
	border-bottom: 1px solid #f2f2f2;
}
	
	.xs-very-small {font-size:15px!important;}
	.xs-very-smaller {font-size:13px!important;}
	
	.after-bg-lightergrey-small:after {
    height: 80%;
}
	
	table td {
    display: block;
    width: 100%!important;
    text-align: left!important;
}
	
	table td:first-of-type {
    font-weight: 600;
		border-bottom:none!important;
}
	
	.after-bg-lightergrey:after {
		height: 30%;
    	bottom: 72%;
}
	
	.fixed-size {min-height:280px;}
	
	.btn-nav {
		padding:0px 20px;
	}
	
	.arrow:after {
		top:140%;
		left:2%;
	}
	
		.btn-nav {
		display:none;
	}
	
	.btn.sonder-btn {
font-size: 20px;
    padding: 0px 20px;
	}
	
	.btn.sonder-btn-small {
		font-size: 20px;
    	padding: 10px 10px;
	}
	
	.handy:after {
		top: 30px;
    left: 50px;
		width: 70%;
    height: 70%;
	}
	
	.handypreview {
		border-radius: 17px;
	}
	
	    .h1-big {
        font-size: 30px;
    }
	
	.btn.btn-white {
		padding:5px 10px;
	}
	
	#navi.active {
		top: 90px;
	}

	body {
		padding-top:60px;
	}
	
	

}