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

/* open-sans-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: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v44-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-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: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v44-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


body {
	overflow-x: hidden;
}


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

h1,h2,h3,h4,h5,h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-family:"Open Sans";
	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:50px;}
h2, .h2{font-size:34px;}
h3, .h3{font-size:24px;}
h4, .h4{font-size:20px;}
h5, .h5{font-size:18px;}
h6, .h6{font-size:16px;}

h1.big, .h1.big {font-size:95px;}

/* Text Farben */
body{color:#1c1c1c;}
.primary{color:#00305b;}
.secondary{color:#78767e;}
.third{color:#67ff5b;}
.fourth{color:#67ff5b;}
.fifth{color:#67ff5b;}
.white{color:#fff;}
.lightergrey{color:#f4f4f4;}
.lightgrey{color:#e5e5e5;}
.grey{color:#919191;}
.darkgrey{color:#484848;}
.black{color:#1c1c1c;}

ul.blocklist li:before{color:#00305b;}

ol {
    padding: 0 10px;
}
ol li strong {color:#00305b;}

ol li > ol {
    padding-left: 50px;
    list-style-type: lower-alpha;
}

/* BG Farben */
.bg-primary{background-color:#00305b!important;}
.bg-secondary{background-color:#78767e!important;}
.bg-third{background-color:#edeff1!important;}
.bg-fourth{background-color:#67ff5b!important;}
.bg-fifth{background-color:#67ff5b!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:#e5e5e5!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-white-aa{background-color:rgba(255,255,255,.15)!important;}

.bg-kreis-white {
    background: url(/storage/images/bg-kreis-white.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
}

.bg-kreis-primary {
    background: url(/storage/images/bg-kreis-primary.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
}

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

/* Allgemein */
* {margin:0;padding:0;border:0;outline:none;-webkit-text-adjust: none;box-sizing:border-box;}
html{font-family:Arial, sans-serif;background:#edeff1;}
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:#008BCD;text-decoration:none;}a:hover{text-decoration:none;color:#000;}

footer ul.inline-list li a {color: #fff;}
footer ul.inline-list li a:hover {color: #111;}

p.smaller {font-size:12px;}

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

.area-nobottom{padding-bottom:0!important;}


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

.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;}
.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;flex-wrap:wrap;}
.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;}

.sticky{position:sticky;top:0;left:0;right:0;z-index:100;}

/* 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 */
.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;}
.mauto {margin:20px auto !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:#00305b;}
ul.fa-list.fa-list-secondary li:before{color:#78767e;}
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;}

ul.fa-list.fa-list-primary > li {margin-bottom:20px;}

ol li {margin-bottom:20px;}







/* Hr */
hr{display:block;width:100%;border:none;border-bottom:1px solid rgba(0,0,0,1);margin:20px 0 20px;}
hr.dashed{border-bottom-style:dashed;}
hr.primary{border-color:#00305b;}


.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:5px;}.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 #00305b;
}


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


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

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

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

.mvc-pop .pop-content,
.mvc-pop-dashboard .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;
}

.mvc-pop .pop-content.active,
.mvc-pop-dashboard .pop-content.active {
	display:block;
}

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



.overflow-fix{overflow-x:hidden;}
.xl-hide{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: #1c1c1c;
	text-decoration:none;
	padding:13px 30px;
	border:1px solid #17171b;
	text-align:center;
	max-width:100%;
	cursor:pointer!important;
}

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

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

.btn:hover{
	color:#17171b;
	background:#fff;
}
.btn.btn-primary{background-color:#00305b;border-color:#00305b;color:#fff;}
.btn.btn-primary:hover{background:#fff;color:#00305b;}
.btn.btn-secondary{background-color:#78767e;border-color:#78767e;color:#fff;}
.btn.btn-secondary:hover{background:#fff;color:#1c1c1c;color:#111;}
.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;}

.hidden {display:none;}

/* Forms */

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

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

#poswdhEmail {
    display:none !important;
}

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

.form-select select.false {border: 1px solid red;}

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

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

.form-select.tische:after {
	top:5px;
	right: 30px;
}

.form-control {
	margin-bottom: 0;
}

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

.form-check label a{
	font-weight:700;
	color:#1c1c1c;
}


.form-check{
	position:relative;
}

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

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

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

.form-check.interessentdatenschutz label:not(.error):before {
	left: 5px;
	top: 22px;
}


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

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


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

.form-field label.errorinput, .form-check label.errorinput, .form-select label.errorinput  {
   display: block;
  width: 100%;
  padding: 10px;
  font-size: 10px;
  padding: 5px 10px;
  border-radius: 5px;
  color: red;
  background-color: transparent;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  text-align: right;
}

.form-check label.errorinput:before {
	content:"";
	width: 0;
height: 0;
opacity: 0;
}


/* HEADER */
.header.fixed{position:fixed;	left:0;	top:0; width:100%; z-index:300;}
.mainlogo{width:250px;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;flex-wrap: wrap;}
#navi li a{padding:30px 20px;display:flex;align-items:center;text-decoration:none;color:#1c1c1c;}
#navi li:hover > a,
#navi li.selected > a{background-color:#00305b;color:#fff;}
/* 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;width:100%;}
#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;
	background:#f4f4f4;
	padding:35px 25px;
}
#navtrigger:hover{
	color:#fff;
	background-color:#00305b
}

.border {border:1px solid #ccc;}
.border-left {border-left: 1px solid #ccc;}

sup {font-size:10px;}

/* SLICK SLIDER */

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

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



.slick-arrow.slick-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:#00305b;
}



/* Liststyles */

.counter .date {
	color: #fff;
	width: 25%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.counter .date > span {
	width: 100%;
	font-size: 80px;
}

.counter .date > strong {
	font-size: 25px;
	font-weight: 400;
}

.stripe {
	border: 2px dashed #00305b;
}


/* FORMULAR INDUSTRIE */

.tabs {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 0;
  font-size: 0;
}

.tabs li {
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  background: #00305b;
  color: #fff;
  border: 1px solid #00305b;
  margin-right: -1px;
  padding: 20px 20px;
  opacity: .3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.tabs li.active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.tabs input {
  display: none;
}

.tabs li label {
  padding: 20px;
  display: block;
  cursor: pointer;
}

.tabs-detail {
  box-sizing: border-box;
/*  padding: 10px;
  background: #f4f4f4;
  border: 1px solid #ccc;
  margin-top: -1px;*/
  display: none;
}

.tabs-detail.active {
  display: block;
}

.accordion {
  margin: 0 0 10px;
}

.accordion .head {
  display: block;
  font-size: 16px;
  line-height: 18px;
  border: 1px solid #00305b;
  background: #00305b;
  color: #fff;
}

.accordion input[type="radio"] {
  display: none;
}

.accordion .head label {
  box-sizing: border-box;
  padding: 15px 15px 15px 65px;
  display: block;
  position: relative;
  cursor: pointer;
}

.accordion .head label::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 100%;
  background: #E6E6E6;
  text-align: center;
  line-height: 50px;
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
  color: #e85815;
  font-size: 20px;
}

.accordion .head label::after {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 5px;
  top: 5px;
  background: #fff;
  border-radius: 100%;
  font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
	font-weight: 900;
  color: #e85815;
  font-size: 26px;
  line-height: 40px;
  text-align: center;
  content: "\f00c";
  color: #fff;
}

.accordion input[type="radio"]:checked + label::after {
	
    background: #184766;
	border-color: #184766;
	content: "\f00c";
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
	
}

.accordion .detail {
  box-sizing: border-box;
  padding: 10px 0;
  background: #edeff1;
  border: none;
  border-top: none;
}

.accordion.active .detail {
  display: block;
}

.accordion table {
  text-align: center;
  width: 100%;
  margin: 0;
}

.accordion table td, .accordion table th {
  text-align: center;
}

.accordion table th {
  padding: 10px 0 10px;
  border-bottom: 1px dashed #ccc;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
}

.accordion table th small {
	font-size: 12px;
}

#subnav li {
	list-style: none;
}

#subnav li a {
	background: #f4f4f4;
	display: block;
	padding: 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	color: #292929;
	font-family: "Open Sans";
	transition: 300ms;
	font-weight: 700;
	z-index: 80;
position: relative;
}

#subnav li a:hover,
#subnav li.selected a,
#subnav li.selected ul li a:hover {
	transition: 300ms;
	color: #00305b;
}

#subnav li.selected ul li a {
	color: #111;
}


#subnav li > ul {
	padding-left: 40px;
}

#subnav li > ul li {
	position: relative;
}

#subnav li > ul li a {
	font-weight: 400;
	text-transform: inherit;
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding: 20px 20px 20px 30px;
}

#subnav li > ul li.selected a {
	color: #00305b;
	background:transparent;
	font-weight: 700;
}

#subnav li > ul li:last-of-type a {
	border-bottom: none;
}

#subnav li > ul li:before{content:"\f061";}
#subnav li > ul li:before{display:block;font-family:"Font Awesome 5 Free";font-weight:900;color:#00305b;position:absolute;left:0;top:20px;}

#matches-interessenten_wrapper,
#matches-kalender-f1-t1_wrapper,
#matches-kalender-f1-t2_wrapper,
#matches-kalender-f2-t1_wrapper,
#matches-kalender-f2-t2_wrapper {
	width: 100%;
}

#matches-kalender-f1-t1_wrapper,
#matches-kalender-f2-t1_wrapper {
	margin-bottom: 40px;
}

#matches-interessenten_wrapper.dataTables_wrapper .dataTables_length select,
#matches-kalender-f1-t1_wrapper.dataTables_wrapper .dataTables_length select,
#matches-kalender-f1-t2_wrapper.dataTables_wrapper .dataTables_length select,
#matches-kalender-f2-t1_wrapper.dataTables_wrapper .dataTables_length select,
#matches-kalender-f2-t2_wrapper.dataTables_wrapper .dataTables_length select {
	padding: 0 5px;
	margin: 0 10px;
}

#matches-interessenten_wrapper.dataTables_wrapper .dataTables_filter input,
#matches-kalender-f1-t1_wrapper.dataTables_wrapper .dataTables_filter input,
#matches-kalender-f1-t2_wrapper.dataTables_wrapper .dataTables_filter input,
#matches-kalender-f2-t1_wrapper.dataTables_wrapper .dataTables_filter input,
#matches-kalender-f2-t2_wrapper.dataTables_wrapper .dataTables_filter input
{
	margin-left: 10px;
}

#matches-interessenten_wrapper #matches-interessenten_length,
#matches-interessenten_wrapper #matches-interessenten_filter,
#matches-interessenten_wrapper #matches-interessenten,
#matches-kalender-f1-t1_wrapper matches-kalender-f1-t1_length,
#matches-kalender-f1-t1_wrapper #matches-kalender-f1-t1_filter,
#matches-kalender-f1-t1_wrapper #matches-kalender-f1-t1,
#matches-kalender-f1-t2_wrapper matches-kalender-f1-t2_length,
#matches-kalender-f1-t2_wrapper #matches-kalender-f1-t2_filter,
#matches-kalender-f1-t12_wrapper #matches-kalender-f1-t2,
#matches-kalender-f2-t1_wrapper #matches-kalender-f2-t1_length,
#matches-kalender-f2-t1_wrapper #matches-kalender-f2-t1_filter,
#matches-kalender-f2-t1_wrapper #matches-kalender-f2-t1
#matches-kalender-f2-t2_wrapper #matches-kalender-f2-t2_length,
#matches-kalender-f2-t2_wrapper #matches-kalender-f2-t2_filter,
#matches-kalender-f2-t2_wrapper #matches-kalender-f2-t2 {
	margin-bottom: 20px;
}

#matches-interessenten_wrapper table th, #matches-interessenten_wrapper table td,
#matches-interessenten_wrapper table.dataTable.no-footer,
#matches-interessenten_wrapper table.dataTable thead th, #matches-interessenten_wrapper table.dataTable thead td,
#matches-kalender-f1-t1_wrapper table th, #matches-kalender-f1-t1_wrapper table td,
#matches-kalender-f1-t1_wrapper table.dataTable.no-footer,
#matches-kalender-f1-t1_wrapper table.dataTable thead th, #matches-kalender-f1-t1_wrapper table.dataTable thead td,
#matches-kalender-f1-t2_wrapper table th, #matches-kalender-f1-t2_wrapper table td,
#matches-kalender-f1-t2_wrapper table.dataTable.no-footer,
#matches-kalender-f1-t2_wrapper table.dataTable thead th, #matches-kalender-f1-t2_wrapper table.dataTable thead td,
#matches-kalender-f2-t1_wrapper table th, #matches-kalender-f2-t1_wrapper table td,
#matches-kalender-f2-t1_wrapper table.dataTable.no-footer,
#matches-kalender-f2-t1_wrapper table.dataTable thead th, #matches-kalender-f2-t1_wrapper table.dataTable thead td,
#matches-kalender-f2-t2_wrapper table th, #matches-kalender-f2-t2_wrapper table td,
#matches-kalender-f2-t2_wrapper table.dataTable.no-footer,
#matches-kalender-f2-t2_wrapper table.dataTable thead th, #matches-kalender-f2-t2_wrapper table.dataTable thead td {
	border: none !important;
}

#matches-interessenten_wrapper table.dataTable thead th,
#matches-kalender-f1-t1_wrapper table.dataTable thead th,
#matches-kalender-f1-t2_wrapper table.dataTable thead th,
#matches-kalender-f2-t1_wrapper table.dataTable thead th,
#matches-kalender-f2-t2_wrapper table.dataTable thead th  {
	background-color: #78767e;
	padding: 20px;
}

#matches-interessenten_wrapper table.dataTable.display tbody tr td,
#matches-kalender-f1-t1_wrapper table.dataTable.display tbody tr td,
#matches-kalender-f1-t2_wrapper table.dataTable.display tbody tr td,
#matches-kalender-f2-t1_wrapper table.dataTable.display tbody tr td,
#matches-kalender-f2-t2_wrapper table.dataTable.display tbody tr td {
	padding: 20px;
}

#matches-interessenten_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button,
#matches-kalender-f1-t1_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button,
#matches-kalender-f1-t2_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button,
#matches-kalender-f2-t1_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button,
#matches-kalender-f2-t2_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button {
	border: none !important;
}

#matches-interessenten_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button.current,
#matches-interessenten_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
#matches-interessenten_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
#matches-interessenten_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
#matches-kalender-f1-t1_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button.current,
#matches-kalender-f1-t1_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
#matches-kalender-f1-t1_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
#matches-kalender-f1-t1_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
#matches-kalender-f1-t2_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button.current,
#matches-kalender-f1-t2_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
#matches-kalender-f1-t2_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
#matches-kalender-f1-t2_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
#matches-kalender-f2-t1_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button.current,
#matches-kalender-f2-t1_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
#matches-kalender-f2-t1_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
#matches-kalender-f2-t1_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
#matches-kalender-f2-t2_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button.current,
#matches-kalender-f2-t2_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
#matches-kalender-f2-t2_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
#matches-kalender-f2-t2_wrapper.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	border: none !important;
	background: #78767e !important;
	color: #111 !important;
}



/* ICONS meAdmin */

a.ok, a.notok, a.edit, a.delete, a.refresh{
	border:1px solid #ccc;
}

tr .action a.add,
tr .action a.ok, a.ok,
tr .action a.notok, a.notok,
tr .action a.edit, a.edit,
tr .action a.config,
tr .action a.delete, a.delete,
tr .action a.down,
tr .action a.up,
tr .action a.galery,
tr .action a.refresh,
tr .action a.preview,
tr .action a.match,
tr .action a.matchneu,
tr .action a.back,
tr .action a.firma,
tr .action a.email, a.email,
tr .action a.zuordnung, a.zuordnung {
	width:33px; 
	height:33px;
	position:relative;
	background:#10c469;
	border-color:#10c469;
	display:inline-block;
	border-radius:5px;
}

tr .action a.notok, a.notok,
tr .action a.delete, a.delete{
	background:#ff5b5b;
	border-color:#ff5b5b;
}

tr .action a.edit, a.edit,
tr .action a.config{
	background:#f9c851;
	border-color:#f9c851;
}

tr .action a.down,
tr .action a.up{
	background:#71b6f9;
	border-color:#71b6f9;
}

tr .action a.galery,
tr .action a.refresh,
tr .action a.preview{
	background:#282e38;
	border-color:#282e38;
}

tr .action a.match {
	background:#9505F7;
	border-color:#9505F7;
}

tr .action a.matchneu {
	background:#6702AB;
	border-color:#6702AB;
}

tr .action a.back {
	background:#000;
	border-color:#000;
}

tr .action a.edit.firma, a.edit.firma {
	background:#EB780F;
	border-color:#EB780F;
}

tr .action a.email, a.email {
	background:#5F7BD9;
	border-color:#5F7BD9;
}

tr .action a.zuordnung, a.zuordnung {
	background:#595970;
	border-color:#595970;
}


tr .action a.add:before,
tr .action a.ok:before, a.ok:before,
tr .action a.notok:before, a.notok:before,
tr .action a.edit:before, a.edit:before,
tr .action a.config:before,
tr .action a.delete:before, a.delete:before,
tr .action a.down:before,
tr .action a.up:before,
tr .action a.galery:before,
tr .action a.refresh:before,
tr .action a.preview:before,
tr .action a.match:before,
tr .action a.matchneu:before,
tr .action a.back:before,
tr .action a.email:before, a.email:before,
tr .action a.zuordnung:before, a.zuordnung:before {
	content:"";
	display:flex;
	align-items:center;
	justify-content:center;
	color:#fff;
	font-size:14px;
	pointer-events:none;
	color:#fff;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	line-height:0;
}

tr .action a.match:before {
	content:"\f075";
}

tr .action a.matchneu:before {
	content:"\f086";
}

tr .action a.add:before{
	content:"\f067";
}

tr .action a.ok:before, a.ok:before{
	content:"\f00c";
}

tr .action a.notok:before, a.notok:before{
	content:"\f00d";
}

tr .action a.edit:before, a.edit:before{
	content:"\f303";
}

tr .action a.config:before{
	content:"\f013";
}

tr .action a.delete:before, a.delete:before{
	content:"\f2ed";
}

tr .action a.up:before{
	content:"\f062";
}

tr .action a.down:before{
	content:"\f063";
}

tr .action a.galery:before{
	content:"\f302";
}

tr .action a.refresh:before{
	content:"\f2f1";
}

tr .action a.preview:before{
	content:"\f0db";
}

tr .action a.back:before {
	content: '\f060';
}

tr .action a.email:before, a.email:before {
	content: '\f0e0';
}

tr .action a.zuordnung:before, a.zuordnung:before {
	content: '\f133';
}

tr .action a.add:hover:before,
tr .action a.ok:hover:before, a.ok:hover:before{
	color:#10c469;
}

tr .action a.notok:hover:before, a.notok:hover:before,
tr .action a.delete:hover:before, a.delete:hover:before{
	color:#ff5b5b;
}

tr .action a.edit:hover:before, a.edit:hover:before,
tr .action a.config:hover:before{
	color:#f9c851;
}

tr .action a.up:hover:before,
tr .action a.down:hover:before{
	color:#71b6f9;
}

tr .action a.galery:hover:before,
tr .action a.refresh:hover:before,
tr .action a.preview:hover:before{
	color:#282e38;
}

tr .action a.match:hover:before{
	color: #9505F7;
}

tr .action a.matchneu:hover:before{
	color: #6702AB;
}

tr .action a.back:hover:before {
	color: #000;
}

tr .action a.edit.firma:hover:before {
	color: #EB780F;
}

tr .action a.email:hover:before {
	color: #5F7BD9;
}

tr .action a.zuordnung:hover:before, a.zuordnung:hover:before {
	color: #595970;
}

a.add:hover,
a.ok:hover,
a.notok:hover,
a.edit:hover,
a.config:hover,
a.delete:hover,
a.down:hover,
a.up:hover,
a.galery:hover,
a.refresh:hover,
a.match:hover,
a.matchneu:hover,
a.back:hover,
a.edit.firma:hover,
a.email:hover,
a.zuordnung:hover {
	background:#fff;
}

.logoleiste .buchungsbanner {
	margin: 0 auto;
}

.responsive-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.responsive-video {
	position: relative;
	padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

.eyecatcher:before {
	content: '';
	background: rgba(0, 48, 91, .75);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

aside img,
.kreis img,
.dreiboxen img {
    border-radius: 100%;
    width: 100%;
    max-width: 400px;
    padding: 30px;
}

.kreis img {
    max-width: 800px;
    padding: 80px;
}

@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:50px;
	}

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

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



	h2, .h2{
		font-size:28px;
	}
	
	.l-h3{font-size:24px;}

	h4, .h4{
		font-size:20px;
	}
	h5, h6, .h5, .h6{
		font-size:14px;

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

	
	
	#navi{
		position:fixed;
		left:-100%;
		top:0;
		width:100%;
		height:100%;
		display:block;
		background:#fff;
		overflow:auto;
		top:120px;
		padding:120px 0;
		transition:left 300ms;
	}
	
	#navi.active{
		left:0;
	}
	
	#navi li {
		justify-content: center;
	}
	
	#navi li a {
		display: block;
		width: 100%;
		text-align: center;
		font-weight: 700;
		text-transform: uppercase;
	}
	
	#navi li > ul{
		position:relative;
		left:auto;
		right:auto!important;
		top:auto;
		display:block;
		background:rgba(0,0,0,.25);
		border-bottom:1px solid rgba(0,0,0,.65);
	}
	
	#navi li > ul:before{
		content:"";
		display:block;
		pointer-events:none;
		position:absolute;
		left:0;
		top:0;
		width:100%;
		height:10px;
		background: rgb(0,0,0);
		background: -moz-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
		background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
		opacity:.05;
	}
	
	#navtrigger{
		display:flex;
	}
	

	
}

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

	
	#navi{
		padding-bottom:90px;
		transition:300ms;
	}
	
	.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;
	}
	
	#subnav {
	  display: flex;
	  justify-content: space-between;
	  align-items: stretch;
	  flex-wrap: wrap;
	  margin-bottom: 40px;
	}
	
	.subnavneu li{
		width:100%!important;
		
		margin:0!important
	}
	
	.subnavneu li:not(.selected) {
		display:none;
	}
	
	#subnav li > ul li.selected {
		display: block;
	}
	
	.subnavneu li.selected:after{
		content:"\f0c9";
		display:flex;
		align-items:flex-start;
		justify-content: center;
		pointer-events:none;
		position:absolute;
		top:25px;
		right:0;
		width:50px;
		height:100%;
		color:#111;
		line-height:1;
		font-size:20px;
		font-family:"Font Awesome 5 Free";
		font-weight:900;
		z-index: 88;

	}
	
	.subnavneu li a{
		text-align:left!important;
		margin:0!important
	}
	
	.subnavneu.active li{
		display:block!important;
	}
	
	.subnavneu.active li.selected:after {
		content: '\f00d';
	}
	
	
}

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

	
	
	h1 + h2:before, .h1 + .h2:before{
		line-height:.5;
	}
	
	.s-h3 {font-size:22px;}
	
	.s-mauto{
		margin-left:auto;
		margin-right:auto;
	}
	
	#navi{
		width:100%;
		left:-100%;
	}
	
	h1 + h2:before, .h1 + .h2:before{bottom:20px;}
	
	.standort{
		position:relative;
		left:auto!important;
		top:auto!important;
		width:100%;
		height:auto;		
	}
	
	.standort .tool, .standort .tool.toolbottom{
		opacity:1;
		top:auto;
		left:auto;
		right:auto;
		bottom:auto!important;
		opacity:1;
		position:relative;
		width:100%;
		margin:0;
		margin:0 0 20px;
	}
	
	.standort:before{display:none!important}
	
	body, table td, table th, ul.check-icon, ul.nolist{
		font-size:18px;
	}
	
	.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%;
	}
	
	.counter .date > span {
		font-size: 50px;
	}
	
	.counter .date > strong {
		font-size: 20px;
	}
	
	.accordion .head{
		font-size:14px;
		line-height:18px;
	}
	
	.accordion thead{
		display:block;
		width:50%;
		float:left;
	}
	
	.accordion tbody{
		display:block;
		width:50%;
		float:right;
	}
	
	.accordion th, .accordion td, .accordion tr{
		display:block;
		width:100%;
		box-sizing:border-box;
	}
	
	.accordion table th{
		border:none;
	}
	
		
	.accordion table tr th{
		padding:10px;
	}
	
	.accordion table tr td{
		padding:23px 10px 21px;
		border: 0;
	}
    
    .mainlogo {
        width: 160px;
    }
    
    .poweredby p {
        font-size: 10px;
    }
    
    .poweredby img {
        max-width: 100px;
        height: auto;
    }
    
    #navi {
        top: 88px;
    }

}

@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: 30px;
	}
	
	h1.big, .h1.big {
	  font-size: 40px;
	}
	
	.counter .date > span {
		font-size: 30px;
	}
	
	.counter .date > strong {
		font-size: 14px;
	}
	
	#navi {
		top: 88px;
		padding: 60px 0;
	}
	
	.tabs li {
		width: 50%;
		text-align: center;
	}
	
	.logoleiste p {
		font-size: 16px;
	}
	
	.xs-area {
		padding-top: 20px;
		padding-bottom: 20px;
	}
    
    .mainlogo {
        width: 110px;
    }
    
    .poweredby p {
        font-size: 10px;
    }
    
    .poweredby img {
        max-width: 60px;
        height: auto;
    }
    
    .tabs li {
        padding: 20px 0;
    }
	
}