@charset "UTF-8";
/* Stand September 2022 | V 3.00 */


/* 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-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/montserrat-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v25-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* 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-v25-latin-500.eot'); /* IE9 Compat Modes */
  src: url('../fonts/montserrat-v25-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v25-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v25-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v25-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v25-latin-500.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* 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-v25-latin-600.eot'); /* IE9 Compat Modes */
  src: url('../fonts/montserrat-v25-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v25-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v25-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v25-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v25-latin-600.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* 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-v25-latin-700.eot'); /* IE9 Compat Modes */
  src: url('../fonts/montserrat-v25-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v25-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v25-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v25-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v25-latin-700.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* 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-v25-latin-800.eot'); /* IE9 Compat Modes */
  src: url('../fonts/montserrat-v25-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v25-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v25-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v25-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v25-latin-800.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/* Font Families */
body, ol, ul, fieldset, table th, table td, .form-field *, input, select{
  font-family:'Montserrat';
  font-weight:400;
  line-height:1.5;
}

h1,h2,h3,h4,h5,h6, .h1, .h2, .h3, .h4, .h5, .h6{
  font-family:"Montserrat";
  font-weight:400;
  line-height:1.5;
}


/* Text Gr��en */
body, ol, ul, fieldset, table th, table td, .form-field *, input, select{font-size:18px;}
h1, .h1{font-size:70px;}
h2, .h2{font-size:35px;}
h3, .h3{font-size:24px;}
h4, .h4{font-size:20px;}
h5, .h5{font-size:18px;}
h6, .h6{font-size:16px;}

.h1x2{font-size:80px;}


/* Text Farben */
body{color:#1c1c1c;}
.primary{color:#e20413;}
.secondary{color:#284354;}
.third{color:#1e82ef;}
.fourth{color:#68E3C0;}
.fifth{color:#74FDAF;}
.white{color:#fff;}
.lightergrey{color:#f4f4f4;}
.lightgrey{color:#e5e5e5;}
.grey{color:#919191;}
.darkgrey{color:#484848;}
.black{color:#1c1c1c;}
.success{color:#10c469;}
.warning{color:#FFC121;}
.error{color:#E65338;}

ul.nolist{list-style:none;}
ul.smaller li a {font-size:12px;}
ul.blocklist li:before{color:#00ceb1;}

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, ul.content-list{list-style:none;padding:0;} ul.fa-list:before{content:"";display:none;}
ul.fa-list li, ul.content-list li{display:block;position:relative;padding-left:25px;}
ul.h2.fa-list li{padding-left:50px;}
ul.fa-list li:before, ul.content-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, ul.content-list li:before{content:"\f00c";}
ul.fa-list.fa-plus li:not([class]):before{content:"\f067";}

ul.fa-list.fa-list-primary li {margin:5px 0;}


ul.fa-list.fa-list-primary li:before, ul.content-list li:before{color: #a52435;}
ul.fa-list.fa-list-secondary li:before{color:#d7a521;}
ul.fa-list.fa-list-third li:before{color:#7e6319;}
ul.fa-list.fa-list-fourth li:before{color:#FF0000;}
ul.fa-list.fa-list-fifth li:before{color:#FF00E2;}
ul.fa-list.fa-list-white li:before{color:#ffffff;}
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:#878787;}
ul.fa-list.fa-list-darkgrey li:before{color:#484848;}
ul.fa-list.fa-list-darkergrey li:before{color:#141414;}
ul.fa-list.fa-list-black li:before{color:#1c1c1c;}
ul.fa-list.fa-list-success li:before{color:#64E66D;}
ul.fa-list.fa-list-warning li:before{color:#FFC121;}
ul.fa-list.fa-list-error li:before{color:#E65338;}


/* BG Farben */
.bg-primary{background-color:#e20413!important;}
.bg-secondary{background-color:#284354!important;}
.bg-third{background-color:#1e82ef!important;}
.bg-fourth{background-color:#68E3C0!important;}
.bg-fifth{background-color:#74FDAF!important;}
.bg-white{background-color:#fff!important;}
.bg-white-a{background-color:rgba(255,255,255,.85)!important;}
.bg-lightergrey{background-color:#f4f4f4!important;}
.bg-lightgrey{background-color:#eee!important;}
.bg-grey{background-color:#232323!important;}
.bg-darkgrey{background-color:#1c1c1c!important;}
.bg-darkergrey{background-color:#141414!important;}
.bg-black{background-color:#17171b!important;}
.bg-black-a{background-color:rgba(23,23,27,.8)!important;}
.bg-black-aa {background-color: rgba(0,0,0,.6);}
.bg-white-aa{background-color:rgba(255,255,255,.15)!important;}
.bg-success{background-color:#10c469!important}
.bg-warning{background-color:#FFC121!important}
.bg-error, .disabled .bg-success{background-color:#E65338!important}



ul.blocklist li{background-color:#e34b53!important;}
.big-circle-list li:before {background: #e34b53!important;}

/* Allgemein */
* {margin:0;padding:0;border:0;outline:none;-webkit-text-adjust: none;box-sizing:border-box;}
html{font-family:Arial, sans-serif;}
header, main, footer, section, area, aside, blockquote{display:block;}
p,ol,ul,fieldset{margin-bottom:20px;}
strong, .strong{font-weight:bold;}small, .small{font-size:smaller;}em, .em{font-style:italic;}.ttu{text-transform:uppercase;} .tal{text-align:left;} .tac{text-align:center;} .tar{text-align:right;}
a{color:#1c1c1c;text-decoration:none;}a:hover{text-decoration:none;color:#e20413;}


/* Areas */
.xl-area{padding-top:200px;padding-bottom:200px;}
.area{padding-top:120px;padding-bottom:120px;}
.m-area{padding-top:60px;padding-bottom:60px;}
.s-area{padding-top:40px;padding-bottom:40px;}
.xs-area{padding-top:20px;padding-bottom:20px;}


/* Centered */
.centered{max-width:1500px;}
.centered-small{max-width:1200px;}
.centered-big{max-width:1920px;}

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


/* Flex layout */
.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 !important;}
.flx-vstrt{display:flex;align-items:flex-start;}
.flx-vcnt{display:flex;flex-direction:column;justify-content:center;}
.flx-hend{display:flex;justify-content:flex-end;}
.flx-hstrt{display:flex;justify-content:flex-start;flex-wrap:wrap;}
.flx-hcnt{display:flex;justify-content:center;}
.flx-wrap{display:flex;flex-wrap:wrap;}
.flx-nowrap{display:flex;flex-wrap:nowrap;}
.flx-acnt{display:flex;align-items:center;}
.flx-rnd{display:flex;justify-content:space-around;flex-wrap:wrap;}
.flx-strtch{display:flex;align-items:stretch;}
.flx-vnly{display:flex;align-items:flex-start;justify-content:space-evenly;flex-wrap:wrap;}
.flx-margined > div{margin-left:.5%;margin-right:.5%;}


/* Positionierung */
.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;}

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

/* Widths */
.maxw100{max-width:100%;}.minw100{min-width:100%;}
.maxh100{max-height:100%;}.minh100{min-width:100%;}
.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;}

/* Margin */
.mauto{margin:auto;}
.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;}

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


/* Lists */
ul.no-list {
  list-style: none;
}

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;}
ul.fa-list li:before{display:block;font-family:"Font Awesome 5 Free";font-weight:900;color:#1c1c1c;position:absolute;left:0;top:0;}
ul.fa-list li:not([class]):before{content:"\f00c";}
ul.fa-list.fa-plus li:not([class]):before{content:"\f067";}

ul.fa-list.fa-list-primary li:before{color:#e34b53;}
ul.fa-list.fa-list-secondary li:before{color:#1CA421;}
ul.fa-list.fa-list-custom li:before{color:#67ff5b;}
ul.fa-list.fa-list-white li:before{color:#fff;}
ul.fa-list.fa-list-lightergrey li:before{color:#f4f4f4;}
ul.fa-list.fa-list-lightgrey li:before{color:#e5e5e5;}
ul.fa-list.fa-list-grey li:before{color:#919191;}
ul.fa-list.fa-list-darkgrey li:before{color:#484848;}
ul.fa-list.fa-list-black li:before{color:#1c1c1c;}

ul.block-list{list-style:none;padding:0;margin:0 0;display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap;padding:3px;gap:1%;}
ul.block-list li{display:block;width:32%;margin:0 0 20px;color:#fff;font-weight:800;padding:20px 20px 20px 50px;background:#ccc;position:relative;overflow:hidden;}
ul.block-list li:before{content:"\f00c";display:flex;align-items:center;justify-content:flex-end;width:76px;height:76px;background:rgba(255,255,255,.75);font-size:20px;line-height:1;font-family:"Font Awesome 5 Free";font-weight:900;pointer-events: none;position:absolute;left:-38px;top:0;border-radius:100%;text-indent: -30px}

.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 {background: #1c1c1c;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%;position: absolute;left: 0;top: 0;bottom: 0;margin: auto;}





/* Border */
.border{border:1px solid #000;}
.border-lightergrey{border-color:#ccc;}



/* Hr */
hr{display:block;width:100%;border:none;border-bottom:1px solid rgba(0,0,0,1);margin:40px 0 40px;}
hr.dashed{border-bottom-style:dashed;}
hr.primary{border-color:#FF0004}
hr.secondary{border-color:#FF0004}
hr.third{border-color:#FF0004}
hr.fourth{border-color:#FF0004}
hr.fifth{border-color:#FF0004}
hr.grey{border-color:#cccccc}
hr.lightergrey{border-color:#f2f2f2}


.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;}.videowrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;}








.col2{ column-count:2; column-gap: 80px;}
.rnd{border-radius:20px;}.rndx2{border-radius:10px;}.rounded{border-radius:10000px;}
.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;}
.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}
.block{display:block;}
img.block{max-width:100%;height:auto;margin-left:auto;margin-right:auto;}





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


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









#popwrapper{display:none;align-items:center;justify-content:center;background:rgba(0,0,0,.5);position:fixed;left:0;top:0;width:100%;height:100%;z-index:9001;}
#popwrapper.active{display:flex;}
#popovrly{position:absolute;left:0;top:0;width:100%;height:100%;z-index:0;}
#popdetails{display: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;}
#popdetails > aside{display:block;width:10%;order:2;position:relative;}
.popinner{display:none;width:90%;order:0;}
.popinner.active{display:block;}
a#popclose{position:sticky;top:0;display:block;text-decoration:none;color:#3d4651;font-size:14px;width:100%;text-align:right;font-size:16px;line-height:1;}

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

.pop.active{
  display:flex;
    align-items: center;
}

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

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

.pop-content.active{
  display:block;
    height: 95vh;
    overflow: hidden;
    overflow-y: scroll;
}

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






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





/* veraltet */
.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}



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

.btn.btn-small{
  font-size:14px;
  padding:4px 8px;
}

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

.btn:hover{
  color:#17171b;
  background:#fff;
}
.btn.btn-primary{background-color:#e20413;border-color:#e20413;}
.btn.btn-primary:hover{background:#fff;color:#e20413;}
.btn.btn-secondary{background-color:#1CA421;border-color:#1CA421;}
.btn.btn-secondary:hover{background:#fff;color:#1CA421;}
.btn.btn-third{background-color:#67ff5b;border-color:#67ff5b;}
.btn.btn-third:hover{background:#fff;color:#67ff5b;}
.btn.btn-fourth{background-color:#67ff5b;border-color:#67ff5b;}
.btn.btn-fourth:hover{background:#fff;color:#67ff5b;}
.btn.btn-fifth{background-color:#67ff5b;border-color:#67ff5b;}
.btn.btn-fifth:hover{background:#fff;color:#67ff5b;}
.btn.btn-white{background-color:#fff;border-color:#fff;}
.btn.btn-white:hover{background:#1c1c1c;color:#fff;}
.btn.btn-lightergrey{background-color:#f4f4f4;border-color:#f4f4f4;}
.btn.btn-lightergrey:hover{background:#1c1c1c;color:#f4f4f4;}
.btn.btn-lightgrey{background-color:#e5e5e5;border-color:#e5e5e5;}
.btn.btn-lightgrey:hover{background:#1c1c1c;color:#e5e5e5;}
.btn.btn-grey{background-color:#919191;border-color:#919191;}
.btn.btn-grey:hover{background:#fff;color:#919191;}
.btn.btn-darkgrey{background-color:#484848;border-color:#484848;}
.btn.btn-darkgrey:hover{background:#fff;color:#484848;}
.btn.btn-success{background-color:#10c469;border-color:#10c469}
.btn.btn-success:hover{color:#10c469; background:#fff;}
.btn.btn-warning{background-color:#FFC121;border-color:#FFC121}
.btn.btn-warning:hover{color:#FFC121; background:#fff;}
.btn.btn-error{background-color:#E65338;border-color:#E65338}
.btn.btn-error:hover{color:#E65338; background:#fff;}


/* Forms */
.form-check{
  position:relative;
}

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

.form-check label{
  display:block;
  width:100%;
  padding-left:35px;
  cursor:pointer;
  position: relative;
}

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




.form-check input:checked + label:before{
  background:#41b900;
  border-color:#41b900;
  content:"";
}

.form-check input:checked + label:after {
  content: '';
  border: 2px solid #41b900;
  border-radius: 100%;
  position: absolute;
  top: 1px;
  left: -4px;
  width: 23px;
  height: 23px;
}

.form-field,
.form-select {
  position: relative;
}

.form-field label,
.form-select label {
  position: absolute;
  background: #fff;
  padding: 5px;
  left: 15px;
  top: -18px;
}

.form-select label {
  z-index: 10;
}

.form-field input,
.form-field textarea,
.form-select select {
  width: 100%;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  padding: 20px 20px;
  border: 1px solid #010101;
  background: #fff;
  border-radius: 10px;
     -webkit-appearance: none;

}

.form-field input[type="date"] {
    height: 66px;
}

.form-field label > small {
    font-size: 14px;
}

/* HEADER */
.header.fixed{position:fixed;	left:0;	top:0; width:100%; z-index:300;}
.mainlogo{width:190px;display:flex;align-items:center;}
.mainlogo img{display:block;max-width:100%;height:auto;}
/* Navi */
#navi{list-style:none;	margin:0;padding:0;	display:flex; align-items:stretch;}
#navi li{display:flex; align-items:stretch;position:relative;}
#navi li a{padding:30px 20px;display:flex;align-items:center;text-decoration:none;color:#1c1c1c;}
#navi li:hover > a,
#navi li.selected > a{color: #e20413;}
/* Dropdown */
#navi li > ul{background:#f4f4f4;position:absolute;left:0;top:100%;display:none;min-width:100%;}
#navi li:nth-last-of-type(1) > ul, #navi li:nth-last-of-type(2) > ul, #navi li:nth-last-of-type(3) > ul{left:auto;right:0;}
#navi li:hover > ul{display:block;}
#navi li > ul li{display:block;}
#navi li > ul li a{padding:10px 20px;white-space: nowrap}

#navtrigger{display:none;align-items:center;}
#navtrigger{
  color:#1c1c1c;
  padding:10px;
}
#navtrigger:hover{
  color:#fff;
  background-color:#e20413
}



/* SLICK SLIDER */


.slick-arrow{
  display:block;
  -webkit-appearance:none;
  appearance:none;
  width:50px;
  height:50px;
  overflow:hidden;
  text-indent:-9000px;
  position:absolute;
  top:45%;
  margin:auto;
  z-index:200;
  background-color:transparent;
    color: #254545;

}

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



.slick-arrow.slick-prev{left:2%;}
.slick-arrow.slick-next{right:2%;}



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

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

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

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

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



/* Liststyles */


.shadowed{
  box-shadow:1px 1px 15px rgba(0,0,0,.075);
}
.shadowedx2{
  box-shadow:1px 1px 15px rgba(0,0,0,.2);
}

.lh1{line-height:1;}


.badge{
  display:inline-block;
  font-size:14px;
  line-height:1.2;
  padding:8px 14px;
  border-radius:7px;
  background:#ccc;
  border:1px solid #ccc;
}

.modal.active, .system-modal.active{display:flex;}
.modal, .system-modal{
  display:none;
  position:fixed;
  left:0;
  top:0;
  background:rgba(0,0,0,.8);
   /*  -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px); */
  width:100%;
  height:100%;
  align-items:center;
  justify-content:center;
  z-index:90;
}

.system-modal{
  z-index:91;
  -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.modal-content.active{
  display:block;
  overflow: auto;
  height: 900px;
}

.modal-content{
  display:none;
  background:#fff;
  padding:10px;
  box-shadow:0 0 10px 0 rgba(0,0,0,1);
  width: 900px;
  max-width:100%;
  margin:0 20px;
  position:relative;
  z-index:2;
  border-radius:4px;
}

.modal-ovrly{
  display:block;
  position:absolute;
  left:0;
  top:0;width:100%;
  height:100%;
  z-index:1;
}

.btn.btn-cat{
  background:#f4f4f4;
  color:#1c1c1c;
  border-color:rgba(0,0,0,.4);
  border-radius:4px;
  padding:60px 20px;
  margin-bottom:10px;
}

.cal-entry{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:#ccc;
  z-index:1;
  padding:0 10px;
  display:flex;
  align-items:center;
}

.cal-entry.x2{height: calc(200% + 10px);}
.cal-entry.x3{height: calc(300% + 20px);}
.cal-entry.x4{height: calc(400% + 30px);}
.cal-entry.x5{height: calc(500% + 40px);}
.cal-entry.x6{height: calc(600% + 50px);}
.cal-entry.x7{height: calc(700% + 60px);}
.cal-entry.x8{height: calc(800% + 70px);}
.cal-entry.x9{height: calc(900% + 80px);}
.cal-entry.x10{height: calc(1000% + 90px);}
.cal-entry.x11{height: calc(1100% + 100px);}
.cal-entry.x12{height: calc(1200% + 110px);}
.cal-entry.x13{height: calc(1300% + 120px);}
.cal-entry.x14{height: calc(1400% + 130px);}
.cal-entry.x15{height: calc(1500% + 140px);}
.cal-entry.x16{height: calc(1600% + 150px);}
.cal-entry.x17{height: calc(1700% + 160px);}
.cal-entry.x18{height: calc(1800% + 170px);}
.cal-entry.x19{height: calc(1900% + 180px);}
.cal-entry.x20{height: calc(2000% + 190px);}
.cal-entry.x21{height: calc(2100% + 200px);}
.cal-entry.x22{height: calc(2200% + 210px);}
.cal-entry.x23{height: calc(2300% + 220px);}
.cal-entry.x24{height: calc(2400% + 230px);}
.cal-entry.x25{height: calc(2500% + 240px);}
.cal-entry.x26{height: calc(2600% + 250px);}
.cal-entry.x27{height: calc(2700% + 260px);}
.cal-entry.x28{height: calc(2800% + 270px);}
.cal-entry.x29{height: calc(2900% + 280px);}
.cal-entry.x30{height: calc(3000% + 290px);}
.cal-entry.x31{height: calc(3100% + 300px);}

.fullsize{
  width:100vw;
  min-height:100vh;
  background:#f4f4f4;
  padding:120px 20px 20px;
  display:flex;
  align-items:flex-start;
  justify-content:center;
}

.login{
  display:block;
  padding:30px;
  background-color:#386867;
  border-radius:32px;
  border:5px solid #254545;
  background-image:url(../images/shine25.png);
  background-size:contain;
  background-repeat: no-repeat;
  background-position:left top;
}

.btn.login-btn{
  width:100%;
  background-color:#e98d34;
  color:#fff;
  text-transform: uppercase;
  border-radius:200px;
  border:none;
}

.login-field{position:relative;}
.login-field input{
  padding-left:65px;
  border-radius:100px;
  font-size:20px;
}
.login-field label{
  display:flex;
  align-items:center;
  justify-content:center;
  width:52px;
  height:52px;
  border-radius:100%;
  background-color:#e98d34;
  color:#f1bf4b;
  font-size:20px;
  line-height:1;
  position:absolute;
  left:0;
  top:0;
  pointer-events:none;
  z-index:1;
}

.user-portrait{
  display:flex;
  width:120px;
  height:120px;
  border-radius:100%;
  margin:0 auto;
  background:#fff;
  align-items:flex-end;
  justify-content:center;
  overflow:hidden;
  font-size:100px;
  color:#ddd;
  margin-bottom:60px;
  opacity:.75;
}

.user-portrait-small{
  width:60px;
  height:60px;
  font-size:50px;
  background-color:#386867;
  color:#254545;
  border:2px solid #254545;
}

.options{
  position:absolute;
  top:100%;
  right:0;
  white-space:nowrap;
  padding-top:15px;
  pointer-events:none;
  opacity:0;
  z-index:1;
}

.options:before{
  content:"";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7.5px 10px 7.5px;
  border-color: transparent transparent #254545 transparent;
  display:block;
  position:absolute;
  right:23px;
  top:5px;
}

.options ul{
  list-style:none;
  padding:0px;
  border-radius:10px;
  background:#fff;
  border:1px solid #254545;
  overflow:hidden;
  padding:10px;
}

.options ul li{
  display:block;

  border-bottom:1px solid rgba(0,0,0,.1);
}

.options a, .options select, .options input:not(.option-btn){
  font-size:16px;
  color:#1c1c1c;
  text-decoration:none;
  display:block;
  padding:10px 20px;
  text-align:left;
  -webkit-appearance:none;
  appearance:none;
  min-width:150px;
}

.options select{background:#fff;}

.options input:not(.option-btn){
  border:1px solid #ccc;
  margin:0 0 5px;
  border-radius:10px;
  background:#fff;
}

.options a:hover{
  background:#f4f4f4;
}

.options ul li:last-of-type{border-bottom:none;}

.hasoptions:hover .options{
  pointer-events:all;
  opacity:1;
}

.studio-select select{
  padding-right:50px;
}
.studio-select{
  position:relative;
}
.studio-select:after{
  content:"\f2f1";
  display:block;
  position:absolute;
  top:5px;
  right:10px;
  font-family:"Font Awesome 5 Free";
  font-weight:900;
  color:#ccc;
  pointer-events:none;
  z-index: 1;
}

.option-btn{
  display:block;
  max-width:100%;
  -webkit-appearance:none;
  appearance:none;
  background:#e98d34;
  color:#1c1c1c;
  color:#fff;
  text-transform:uppercase;
  font-size:14px;
  line-height:1;
  border-radius:100px;
  margin: 0 auto 5px;
  width:90%;
  padding:5px;
}

.tab-nav-fixed{
  position:fixed;
  left:0;
  bottom:0;
  border-top:1px solid #386867;
  width:100%;
  background:#fff;
  z-index:9;
}

.tab-nav-fixed ul{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  width:1200px;
  max-width:100%;
  margin:0 auto;
  padding:0;
  list-style:none;
}

.tab-nav-fixed li{
  display:block;
  width:100%;
}


.tab-nav-fixed a{
  display:block;
  text-align:center;
  color:#1c1c1c;
  text-decoration: none;
  width:100%;
  font-size:18px;
  padding:15px;
}

.tab-nav-fixed a .fas{
  display:block;
  margin:0 0 10px;
  color:#386867;
}
.tab-nav-space{
  position:relative;
  display:block;
  height:86px;
}

.tab:not(.active){display:none!important}

.mr5{margin-right:6px!important;}
.mt5{margin-top:6px!important}

/* USERBAR */
.bar{
  display:block;
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  background:#00ceb1;
  border-radius:20px;
}

.bar.s-style{
  height:100%;
}

.bar-wrapper{
  position:relative;
  height:200px;
  margin:0 .5%;
}

.s-style.bar-wrapper {
    position: relative;
    height: 70px;
    margin: 0 0 10px;
}

.bar-wrapper .user-portrait{
  position:absolute;
  left:0;
  right:0;
  bottom:-30px;
  margin:auto;
  border:3px solid #fff;
  opacity:1;
}

.bar-wrapper .user-portrait.s-style {
    right: auto;
    bottom: auto;
    top: 6px;
    left: -30px;
}

/* USERBAR */

/* STUDIOBAR */

.bar-studio{
  display:block;
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  background:#00ceb1;
  border-radius:20px;
  height: 100%;
}

.bar-wrapper-studio{
  position: relative;
    height: 70px;
    margin: 0 0 10px;
}

.bar-wrapper-studio .user-portrait-studio{
  position:absolute;
  left:-30px;
  right:auto;
  bottom:auto;
  top:6px;
  margin:auto;
  border:3px solid #fff;
  opacity:1;
  border-radius: 100%;
}

.user-portrait-small-studio {
    width: 60px;
    height: 60px;
    font-size: 22px;
    background-color: #386867;
    color: #254545;
    border: 2px solid #254545;
}

.pointsweek.pointsweek-studio {
    bottom: 32px;
}

.user-portrait-small-studio img {
    border-radius: 100%;
}

.studiolocation {
    position: absolute;
    top: 16px;
    left: 60px;
    content: "";
}

/* STUDIOBAR */

.pager:not(.active){display:none!important}

ul.pagenav{
  display:block;
  list-style:none;
  margin:0;
  padding:0;
  font-size:14px;
}

ul.pagenav li{
  display:inline-block;
  cursor:pointer;
  background:#fff;
  border:1px solid #ccc;
  border-radius:5px;
  width:30px;
  line-height:30px;
  text-align: center;
}

ul.pagenav li.active{
  color:#fff;
  background:#10c469;
  border-color:#10c469;
}

.pointsweek{
  display:flex;
  align-items:center;
  justify-content:center;
  width:25px;
  height:25px;
  background:#fff;
  font-size:10px;
  line-heigth:20px;
  border-radius:100%;
  position:absolute;
  bottom:12px;
  right:0;
  left:40px;
  margin:auto;
  z-idnex:1;
  border:1px solid #00ceb1;
}

.s-style.pointsweek {
    right: auto;
    left: 14px;
    bottom: auto;
    top: 5px;
}

.order{order:0;}
.order.disabled{order:1;}

.modal-content .redeemWidth{transition:300ms;}
.modal-content.redeemed .redeemWidth{width:100%!important;}
.modal-content.redeemed .redeemHide{display:none!important;}
.modal-content.redeemed .redeemShow{display:block!important;}

.brdr {border: solid 2px #f2f2f2; padding:15px;border-radius: 10px;}



/** CUSTOM **/

.header-sticky {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 9000;
}

.eyecatcher {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 3;
}

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

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

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

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

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

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

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

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

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

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

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

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



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

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

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

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

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

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

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

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

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

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



  body, table td, table th, ul.check-icon{
    font-size:20px;
  }

    .l-sticky {
        position: sticky;
        top: 107px;
    }

}

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

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

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

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

  .m-area{
    padding-top: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;}



  .m-h1small{
    font-size:45px;
  }

  h2, .h2, .m-h2{
    font-size:25px;
  }

  .header.scrolled{
    top:0;
  }

  body, table td, table th, ul.check-icon{
    font-size:18px;
  }

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


}

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

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

  .fixed-footer{
  width:280px;
}

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

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

  .m-area{
    padding-top: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-tar{text-align:right;}
  .s-tac{text-align:center;}

  .s-posrel{
    position:relative;
  }

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

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

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

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

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

  .para-area img{
    left:auto;
    right:0;
    opacity:1;
  }

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

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

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

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

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

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

  .standort:before{display:none!important}

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

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

  .col2{
    column-count:1;
  }

  .transbigger{
    transform:scale(1);
  }

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

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

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

  .s-borderbottom:not(:last-of-type){border-bottom:1px solid rgba(0,0,0,.1);}


  .tab-nav-height{
    height:100px;
  }

  .badge{font-size:12px;padding:5px 10px;}
  small{font-size:12px;}
  .s-userportraitcontainer{width:350px;margin-left: auto!important;margin-right:auto!important}

  .options:not(.s-inlineoptions){
    position:relative;
    right:auto;
    top:auto;
    width:350px;
    height:0;
    overflow:hidden;
    opacity:1;
  }

  .hasoptions:hover .options:not(.s-inlineoptions){
    height:auto;
  }

  .options:not(.s-inlineoptions):before{display:none;left:0;right:0;margin:auto;}

  .hasoptions:hover .options:before{display:block;}

  .s-inlineoptions{
    position:relative;
    right:auto;
    top:auto;
    width:100%;
    opacity:1;
  }

  .s-inlineoptions:before{display:none!important;}

  .s-inlineoptions ul{
    padding:0;
    border:none;display:flex;
    align-items:center;
    justify-content:space-between;
  }

  .s-inlineoptions ul, .s-inlineoptions li, .s-inlineoptions form{
    width:100%;
  }

  .s-inlineoptions form{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between
  }

  .s-inlineoptions input{
    font-size:12px!important;
    padding:10px!important;
    min-width: 0!important
  }


  .s-posabs-rt{
    position:absolute;top:10px;right:10px;
  }

  .bar-wrapper{
    position:relative;
    height:70px;
    margin:0 0 10px;
  }

  .bar{height:100%;}

  .bar-wrapper .user-portrait{
    right:auto;
    bottom:auto;
    top:6px;
    left:-30px;
  }

    .pointsweek{
    right:auto;
    left:14px;
    bottom:auto;
    top:5px;
  }

  .bar-wrapper-studio{
    position:relative;
    height:70px;
    margin:0 0 10px;
  }

  .bar-wrapper-studio .user-portrait-studio{
    right:auto;
    bottom:auto;
    top:6px;
    left:-15px;
  }

  .pointsweek.pointsweek-studio {
    	bottom: 32px;
    left:34px;
}

  .studiolocation {
    position: absolute;
    top: 24px;
    left: 60px;
    content: "";
}


  .modal-content.active{
  height: 650px;
}

    .mainlogo {
          width: 150px;
    }

	nav {
		position: fixed;
		top: 95px;
		background: #484848;
		border-radius: 20px;
		width: 300px;
		overflow-x: scroll;
		
	}
	
	#navi {
		flex-wrap: nowrap !important;
		margin: 0 20px;
	}
	
	#navi li a {
		justify-content: flex-start;
		font-size: 14px;
  		padding: 10px 10px;
		white-space: nowrap;
		color: #fff;
	}

}

@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 {
        font-size: 35px;
      }

    h2, .h2, .m-h2 {
        font-size: 20px;
      }

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

    .xs-block{display:block;}
    .xs-tac{text-align:center;}



    .counter > .date > strong {
        font-size: 10px;
    }

}