@charset "UTF-8";
/* CSS Document */


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

*{  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;}

/* Slick */

.slick-arrow{
	position:absolute;
	top:0;
	bottom:0;
	height:100%;
	width:150px;
	-webkit-appearance:none;
	appearance:none;
	background:none;
	padding:0;
	overflow:hidden;
	text-indent: -1000px;
	cursor:pointer;
	z-index:10;
}

.slick-arrow:before{
	content:"";
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	height:100%;
	pointer-events:none;
	position:absolute;
	top:0;
	left:0;
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
	font-weight:900;
	color:#5b6e88;
	opacity:.8;
	text-indent: 0;
	font-size:60px;
	transition:opacity 400ms;
}

.slick-arrow.slick-prev{
	left:0;
}

.slick-arrow.slick-prev:before{
	content:"\f104";
}

.slick-arrow.slick-next{
	right:0;
}

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

.slick-arrow:hover:before{
	opacity:1;
}

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

.slick-dots li{
	overflow:hidden;
	text-indent:-1000px;
	width:40px;
	height:6px;
	background:#fff;
	margin:0 5px;
	displaya:block;
	border-radius:5px;
	cursor:pointer;
}

.slick-dots li.slick-active{
	background:#5b6e88;
}


/* ERF*/
.right-content{
  text-align: justify;
}

.right-content h1, .right-content h2, .right-content h3{
  text-align: left ;
}

/* Own */



code {
    color: #19b3cf;
    background-color: #1f1f1f;
    border-radius: 4px;
    display: block;
    padding: 20px;
    margin: 0 10px 20px;
    position: relative;
}

code span {
    color: #e8b46a;
}

code small{
	color:#fff;
}

* {
	margin:0;
	padding:0;
	border:0;
	outline:none;
	-webkit-text-adjust: none;
	box-sizing:border-box;
}

html{
	background:#fff;
	font-family:Arial, sans-serif;
}

body{
	font:400 18px/1.5 'Nunito';
	color:#2e2e2e;
}

a{
	color:#008BCD;
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
	color:#2e2e2e;
}

header, main, footer, section, area, aside{
	display:block;
}

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

p,ol,ul,fieldset{
	margin-bottom:20px;
}

ol,ul,fieldset{
	font: 400 18px/1.5 'Nunito';
}

.ttu{text-transform:uppercase;}

h1, .h1{
	font-size:28px;
	font-weight:700;
	margin-bottom:0;
}

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

h1.bigger, .h1.bigger{
	font-size:48px;
}

.bigger{
	font-size:20px;
}


h2, .h2{
	font-size:28px;
	font-weight:400;
}
h3, .h3{
	font-size:22px;
}

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

h4, .h4{
	font-size:20px;
	font-weight:700;
}
h5, h6, .h5, .h6{
	font-size:14px;
	text-transform:uppercase;
}

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



.ttu{text-transform:uppercase;}

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

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

table td, table th {
	padding:5px 5px;
	text-align:left;
	vertical-align:top;
	border:none;
font-size:16px;
line-height:1.5;
}

table td:last-of-type{
text-align:right;
}

strong, .bolder{
font-weight:700;
}

h1.bolder, .h1.bolder{
	font-weight:800;
}

.ovrly{
	position:absolute;
	left:0;
	top:0;
	right:0;
	margin:0 auto;
	width:100%;
	max-width:1200px;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	z-index:1;
	text-decoration:none;

}

.ovrly.w100{max-width:100%;}

.imginfo{
	padding-left: 30px;
}

.imginfo p{
	font-size: 15px;
	color: gray;
	margin-bottom: 40px;
}

.imginfo hr{
	width: 30%;
	border-bottom: 1px solid #5b6e88;
	margin: 10px 0;
}

.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;}
.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-strt{display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap;}
.flx-strtch{display:flex;align-items:stretch;}

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

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

.w10{width:9%!important;}.w14{width:13%!important;}.w15{width:14%!important;}.w20{width:19%!important;}.w23{width:22%!important;}.w25{width:24%!important;}.w30{width:29%!important;}.w33{width:32%!important;}.w35{width:34%!important;}.w40{width:39%!important;}.w45{width:44%!important;}.w50{width:49%!important;}.w55{width:54%!important;}.w60{width:59%!important;}.w65{width:64%!important;}.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;}.w66{width:66%!important}.w70-f{width:70%!important;}.w75-f{width:75%!important;}.w80-f{width:80%!important;}.w85-f{width:85%!important;}.w90-f{width:90%!important;}.w95-f{width:95%!important;}.w100-f{width:100%!important;}

.mw100{max-width:100%;}

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

.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;}.pr25{padding-right:25px!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;}.pl25{padding-left:25px}.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;}

.op0{opacity:0;}.op10{opacity:.1;}.op20{opacity:.2;}.op30{opacity:.3;}.op40{opacity:.4;}.op50{opacity:.5;}.op60{opacity:.6;}.op70{opacity:.7;}.op80{opacity:.8;}.op90{opacity:.9;}

.tal{text-align:left;}
.tac{text-align:center;}
.tar{text-align:right;}
.ttu{text-transform:uppercase;}
.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;}

a.abs{display:block;position:absolute;left:0;top:0;width:100%;height:100%;}

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

#popwrapper, .popwrapper{display:none;align-items:center;justify-content:center;background:rgba(0,0,0,.5);position:fixed;left:0;top:0;width:100%;height:100%;z-index:9001;}
#popwrapper.active, .popwrapper.active{display:flex;}
#popovrly, .popovrly{position:absolute;left:0;top:0;width:100%;height:100%;z-index:0;}
#popdetails, .popdetails{display:flex;justify-content:space-between;align-items:stretch;width:800px;max-width:95vw;max-height:80vh;padding:20px;background:#fff;box-shadow:5px 10px 20px 1px rgba(0,0,0,.5);overflow-y:auto;z-index:1;}
#popdetails > aside, .popdetails > aside{display:block;width:10%;order:2;position:relative;}
.popinner{display:none;width:90%;order:0;}
.popinner.active{display:block;}
a#popclose, 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;}

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

hr{
	display:block;
	width:100%;
	border:none;
	border-bottom:1px dashed rgba(0,0,0,.2);
	margin:20px 0 40px;
}

hr.small{
	border-bottom:3px solid rgba(0,0,0,.2);
	width:100px;
	max-width:100%;
	margin:20px 0;
}
.overflow-fix{overflow-x:hidden;}
.overflow-hidden{overflow:hidden}
.xl-hide, #subnav li.xl-hide{display:none!important}

.hidden{display:none!important}

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

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

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

.centered{
	width:100%;
	max-width:1340px;
	margin-left:auto;
	margin-right:auto;
	padding-left:20px;
	padding-right:20px;
}

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

.centered-small{
	width:100%;
	max-width:840px;
	margin-left:auto;
	margin-right:auto;
	padding-left:20px;
	padding_right:20px;
}

.centered.spez-width{
	max-width:980px;
}

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

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


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

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

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

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

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

.area-notop{
	padding-top:0;
}

.bg-area{
background-size:cover;
position:relative;
}

.bg-area:before{
content:'';
display:block;
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
pointer-events:none;
background:rgba(0,0,0,.7);
z-index:0;
}

.bg-area>*{
position:relative;
z-index:1;
}

.sticky{
	position:sticky;
	top:150px;
}

.sticky-top{
	/* position:sticky;
	top:105px; */
}

.primary{color:#61a582;}
.secondary{color:#5b6e88;}
.custom{color:#67ff5b;}
.white{color:#fff;}
.lightergrey{color:#f4f4f4;}
.lightgrey{color:#e5e5e5;}
.darkgrey{color:#484848;}
.black{color:#1c1c1c;}
.grey{color:#999999;}

.green{color:#349e13}
.red{color:#9e132d;}

.purple-tracking{color:#547db7;}
.red-tracking{color:#ff5c5f;}
.green-tracking{color:#00c46e;}
.yellow-tracking{color:#f3ab1b;}

.bg-primary{background-color:#61a582;}
.bg-secondary{background-color:#5b6e88;}
.bg-custom{background-color:#67ff5b;}
.bg-white{background-color:#fff;}
.bg-white-a{background-color:rgba(255,255,255,.85);}
.bg-lightergrey{background-color:#f4f4f4;}
.bg-lightgrey{background-color:#e5e5e5;}
.bg-darkgrey{background-color:#484848;}
.bg-black{background-color:#1c1c1c;}

.bg-grey{background-color:#aaaaaa;}
.bg-blue{background-color:#56a2ff;}
.bg-green{background-color:#009a12;}
.bg-yellow{background-color:#e7e703;}
.bg-red{background-color:#ff0000;}

.bg-img{
    background: linear-gradient(45deg, #61a582 0%, #837e9b 70%);
    background: linear-gradient(90deg, rgba(0,100,128,0.8) 10%, rgba(131,126,155,0.8) 90%);
}

.border-primary{border:1px solid #61a582;}
.border-secondary{border:1px solid #5b6e88;}
.border-custom{border:1px solid #67ff5b;}
.border-white{bborder:1px solid #fff;}
.border-white-a{border:1px solid rgba(255,255,255,.85);}
.border-lightergrey{border:1px solid #f4f4f4;}
.border-lightgrey{border:1px solid #e5e5e5;}
.border-grey{border:1px solid #ccc;}
.border-darkgrey{border:1px solid #484848;}
.border-black{border:1px solid #1c1c1c;}

.rnd{
	border-radius:3px;
}

.btn, .form-field input.btn{
display:inline-block;
background: #1c1c1c;
color: #fff;
text-decoration:none;
padding:13px 30px;
border:1px solid #1c1c1c;
text-align:center;
max-width:100%;
	font-size:16px;
	font-family: "Nunito";
	font-weight:700;
}

.btn-rnd{
	border-radius: 3px;
}

.btn-small, .form-field input.btn.btn-small{
	padding:7px 20px;
	font-size:14px;
}

.btn:hover{
color:#1c1c1c;
background:#f4f4f4;
}

.btn.btn-white{
	background: #fff;
	color: #61a582;
	border-color: #fff;
}

.btn.btn-grey{
	background-color:#999;
	border-color:#999;
}

.btn.btn-white:hover{
	background: #61a582;
	color: #fff;
}

.btn.btn-red{
	background-color:#9e132d;
	color:#fff;
	border-color:#9e132d;
}

.btn.btn-red:hover{
	color:#9e132d;
	background:#fff;
}

.btn-primary, .form-field input.btn-primary{
	border-color:#61a582;
	background-color:#61a582;
	color:#fff;
}

.btn-primary.btn-inherit{
	color:#61a582;
	background-color:#fff;
}

.btn-primary.btn-inherit:hover{
	background-color:#61a582;
	color:#fff;
}

.btn-primary:hover, .form-field input.btn-primary:hover{
	background:#fff;
	color:#61a582;
}

.btn-secondary, .form-field input.btn-secondary{
	border-color:#5b6e88;
	background-color:#5b6e88;
	color:#fff;
}

.btn-secondary.btn-inherit{
	background-color:#fff;
	color:#5b6e88;
}

.btn-secondary.btn-inherit:hover{
	background-color:#5b6e88;
	color:#fff;
}

.btn-secondary:hover, .form-field input.btn-secondary:hover{
	background:#fff;
	color:#5b6e88;
}

.btn-grey{
	border-color:#9b9b9b;
	background:#9b9b9b;
	color:#fff;
}

.btn-grey:hover{
	color:#9b9b9b;
	background:#fff;
}

.btn-big{
	font-size:28px;
	font-weight:700;
	padding:20px 60px;;
}

.form-field{
position:relative;
}

.form-field-whd{display:none!important}

.form-field > * , .form-field input::placeholder, .form-field textarea::placeholder{
	-webkit-appearance:none;
	appearance:none;
	font-size: 16px;
	line-height:1.5;
	color:#2e2e2e;
	font-family:"Nunito";
}

.form-field input::placeholder, .form-field textarea::placeholder{
	color:#b3b3b3;
}

input.btn{
	font-size: 16px;
	line-height:1.5;
	font-family:"Nunito";
cursor:pointer;
-webkit-appearance:none;
appearance:none;
}

.form-field label.errorinput, .form-check label.errorinput{
	display:block;
	width:100%;
	padding:10px;
	font-size:14px;
	padding:5px 10px;
	border-radius:5px;
	color:#fff;
	background-color:#9e132d;
	margin:0 0 10px;
}

.form-field label{
	display:block;
	margin:0 0 3px;
	font-weight:700;
	font-size:15px;
}

.form-field input:not(.btn), .form-field textarea, .form-field select{
	display:block;
	background:#fff;
	padding:10px 20px;
	width:100%;
	border-radius:1px;
	border:1px solid #dbdbdb;
}

.small-field input, .small-field textarea, .small-field select{
	padding:7px 12px;
	border:none;
	background:#fff;
}

.hidden-btn{
	display:none;
}

.form-field input[readonly], .small-field input[readonly]{
	opacity:.65;
	background:none;
	border-bottom:1px solid #ccc;
}

.form-style-white .form-field input, .form-style-white .form-field textarea{
	background:#fff;
	border:1px solid #ccc;
}

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


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

.form-check .error{
	top:-15px
}

.form-border{
	border:10px solid rgba(0,0,0,.4);
	border-radius:20px;
}

.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.form-combined{
	display:flex;
}

.form-icon{
	display:flex;
	align-items:center;
	justify-content:center;
	width:75px!important;
	min-width:75px!important;
	background:#5b6e88;
	color:#fff;
}

.form-icon-width{
	width:75px!important;
	min-width:75px!important;
}

.form-icon + input{
	border-left:none!important;
}

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

.flx-field label{
	display:flex;
	align-items:center;
	justify-content: flex-start;
	background:#999;
	color:#fff;
	padding:7px 10px;
	margin:0;
}

.form-style-white .form-check{
	position:relative;
}

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


.form-style-white .form-check label{
	display:block;
	padding-left:25px;
	position: relative;
	cursor:pointer;
}

.form-check label a{
	font-weight:700;
	color:#2e2e2e;
}

.form-style-white .form-check label:before{
	content:"";
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
	font-weight:900;
	display:flex;
	align-items:center;
	justify-content:center;
	width:16px;
	height:17px;
	background:#fff;
	border:1px solid #ccc;
	position:absolute;
	left:0;
	top:3px;
	border-radius:6px;
	color:#fff;
	font-size:10px;
}

.form-style-white .form-check input:checked + label:before{
	content:"\f00c";
	background:#10c469;
	border-color:#10c469;
}

.form-check{
	position:relative;
}

.form-check label.errorinput + input + label:before, .form-check label.error + input + label:before{top:45px;}
.form-check label.errorinput + input:checked + label:before, .form-check label.error + input:checked + label:before{top:3px;}
.form-check label.errorinput:before, .form-check label.error:before{display:none!important}

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

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

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


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

.form-check input.right:checked + label:before{
	background:#10c469;
	border-color:#10c469;
}
.form-check input.error:checked + label:before{
	background:#d9534f;
	border-color:#d9534f;
	content:"\f00d";
}

.form-check input:not(:checked).right + label:before{
	content:"\f00c";
	color:rgba(0,0,0,.35);
}

.form-range input[type=range] {
  -webkit-appearance: none;
  margin: 18px 0;
  width: 100%;
position:relative;
}

.form-range{padding-left:25px;padding-right:25px;position:relative;}

.form-range:after, .form-range:before{
	content:"";
	display:block;
	width:14px;
	height:14px;
	position:absolute;
	top:-5px;
	bottom:0;
	margin:auto;
	font-family:"Font Awesome 5 Free";
	font-weight:400;
	font-size:14px;
}

.form-range:before{
	content:"\f119";
	left:0;
	color:#9e132d;
}

.form-range:after{
	content:"\f118";
	right:0;
	color:#349e13;
}

.form-range input[type=range]:focus {
  outline: none;
}
.form-range input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  background: #fff;
  border-radius: 1.3px;
  border: 1px solid #ccc;
}
.form-range input[type=range]::-webkit-slider-thumb {
  border: 1px solid #5b6e88;
  height: 21px;
  width: 6px;
  border-radius: 3px;
  background: #5b6e88;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -6.5px;
}
.form-range input[type=range]:focus::-webkit-slider-runnable-track {
  background: #fff;
}
.form-range input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  background: #fff;
  border-radius: 1.3px;
  border: 1px solid #ccc;
}
.form-range input[type=range]::-moz-range-thumb {
  border: 1px solid #5b6e88;
  height: 21px;
  width: 6px;
  border-radius: 3px;
  background: #5b6e88;
  cursor: pointer;
}
.form-range input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  background: #fff;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
.form-range input[type=range]::-ms-fill-lower {
  background: #2a6495;
  border: 1px solid #ccc;
  border-radius: 2.6px;

}
.form-range input[type=range]::-ms-fill-upper {
  background: #3071a9;
  border: 1px solid #ccc;
  border-radius: 2.6px;

}
.form-range input[type=range]::-ms-thumb {
  border: 0 solid #5b6e88;
  height: 20px;
  width: 6px;
  border-radius: 3px;
  background: #5b6e88;
  cursor: pointer;
	height: 8.4px;
}

.form-range input[type=range]:focus::-ms-fill-lower {
  background: #fff;
}
.form-range input[type=range]:focus::-ms-fill-upper {
  background: #ffff;
}


.header{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	z-index:100;
}

.header ul{
	list-style:none;
	margin:0;
	padding:0;
	display:flex;
	align-items:center;
}

.header ul li{
	display:block;
}

.header ul li a{
	display:block;
	color:#1c1c1c;
	text-decoration:none;
}

.mainlogo{
	display:block;
	width:190px;
}

.mainlogo-small{
	display:block;
	width:150px;
}


.mainlogo img, .mainlogo-small img{
	display:block;
	max-width:100%;
	height:auto;
}


#navi li a{
	font-family:"Nunito";
	font-size:18px;
	padding:20px;
	font-weight:700;
}

#navi li{
	position:relative;
}

#navi > li:hover > a, #navi > li.selected > a{
	color:#fff;
	background:#61a582;
}

#navi li > ul{
	position:absolute;
	left:0;
	top:100%;
	display:none;
	background:rgba(255,255,255,.9);
	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;
	white-space: nowrap;
}

#navi li > ul li a{
	padding:10px 20px;
	text-transform: none;
}

#navi li > ul li a span{
	display:inline-block;
	padding:10px;
}

#navi li > ul li:hover a span{
	color:#fff;
	background:#61a582;
}

#navtrigger{
	display:none;
	position:absolute;
	top:0px;
	bottom:0px;
	margin:auto 0;
	right:20px;
	color:#1c1c1c;
	width:60px;
	height:40px;
	border:1px solid #ccc;
	text-decoration: none;
	align-items:center;
	justify-content: center;
	border-radius:4px;
}




.header{
	transition:top 300ms;
}

.header.scrolled{
	top:-54px;
}

.header .bottom #navi li a{
	transition:padding 300ms;
}

.header.scrolled .bottom #navi li a{
	padding-top:15px;
	padding-bottom:15px;
}


/* Hover effects */

a:hover .bg-white-a{
	background:#fff;
}


/* custom */

.h1.bigger .caveat{
	font-size:90px;
	line-height:1;
}

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

.caveat.rotate{
	font-size:70px;
	text-align:center;
	transform:rotate(-5deg);
}

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

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

.mac{
	display:block;
	width:1085px;
	max-width:100%;
	margin:0 auto;
	position:relative;
}

.mac .vorschau, .pad .vorschau{
	display:block;
	max-width:77%;
	height:auto;
	margin:0 auto;
	position:absolute;
	left:1%;
	top:4.8%;
	right:0;
}

.pad{
	display:block;
	width:383px;
	max-width:100%;
	margin:0 auto;
}

.pad .vorschau{
	top:2.8%;
	left:1.5%;
	max-width:100%;
}

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

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

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

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

.big-circle-list li:last-of-type{
	margin:0;
}

.inline-list{
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	list-style:none;
	margin:0;
	padding:0;
}

.inline-list li{
	display:block;
	position:relative;
	padding:0 20px;
}

.inline-list li:not(:last-of-type):after{
	content:"|";
	display:block;
	position:absolute;
	top:0;
	right:-5px;
	bottom:0;
	margin:auto;
}

.footer-link{
	color:#fff;
	text-decoration:none;
	opacity:.5;
}

.footer-link:hover{
	opacity:.85;
	color:#fff;
}

.iconed-area, .iconed-area-right{
	position:relative;
	overflow:hidden;
}

.iconed-area:before, .iconed-area-right:before{
	display:block;
	position:absolute;
	left:-50px;
	top:-50px;
	font-size:350px;
	transform:rotate(-10deg);
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
	font-weight:400;
	color:#5b6e88;
	line-height:1;
	opacity:.1;
	pointer-events:none;
}


.iconed-area-right:before{
	left:auto;
	right:-50px;
	top:-20px
}

.iconed-area.white:before, .iconed-area-right.white:before{
	color:#fff;
	font-size:250px;
}

.badge{
	font-size:14px;
	font-weight:700;
	padding:5px 15px;
	border-radius:5px;
	pointer-events:none;
	background:#ccc;
}


.fas.fa-certificate.primary:after{
	color:#fff;
}

.absimg-wrapper{
	position:absolute;
	right:20px;
	bottom:-5px;
	z-index:1;
	transform:rotate(-8deg);
	display:block;
	width:375px;
}

.absimg-wrapper img{
	display:block;
	width:100%;
	height:auto;
	position:relative;
	z-index: 2;
}

.absimg-wrapper:before{
	content:"";
	display:block;
	position:absolute;
	left:10px;
	top:-10px;
	width:100%;
	height:100%;
	background:rgba(255,255,255,.7);
	z-index:1;
	transform:rotate(10deg);
	border-radius:5px;
}

.hide-overflow{
	overflow:hidden;
}

.left-nav{
	width:370px;
	max-width:100%;
	padding-left:0;

}

.right-content{
	width:825px;
	max-width:100%;
	padding-right:20px;
}

.right-content .p10 > p{
	margin-bottom:40px;
	font-size:17px;
	line-height:1.6;
	font-weight:300;
}


.right-content .p10 li{
	margin-left: 20px;
	padding-left: 10px;
	font-size: 17px;
	margin-bottom: 10px;
	line-height:1.6;
	font-weight:300;
}

.right-content .p10 ol>ul li{
	margin-left: 50px;
	padding-left: 10px;
}

.right-content .p10 ol:nth-of-type(2){
	margin-left: 50px;
	padding-left: 10px;
}

.themen-navi{
	display:block;
	padding:0;
	list-style:none;
	counter-reset: themen-list -1;
	margin:0;
}

.themen-navi li{
	display:block;
	counter-increment: themen-list ;
}

.themen-navi li a:before {
    content: counter(themen-list) "." ;
    display:block;
	position:absolute;
	left:10px;
	top:-2px;
	font-size:14px;
	color:#828282;
	font-weight: 400;
	line-height: 27px;
	padding:7px 0;
}

.themen-navi a{
	display:block;
	text-decoration:none;
	color:#1c1c1c;
	font-size:18px;
	font-weight:700;
	position: relative;
	padding:7px;
	padding-left:30px;
}

.themen-navi li.selected > a{
	color:#5b6e88;
}

.themen-navi ol{
	counter-reset: themen-list2;
	display:none;
	margin:0;
}

.themen-navi li.selected ol{
	display:block;
}

.themen-navi ol li{
	counter-increment: themen-list2;
	padding-left:20px;
}

.themen-navi ol li a:before{
	content: counter(themen-list) "." counter(themen-list2) "." ;
}

.themen-navi ol a{
	font-weight:400;
	font-size:16px;
	padding-left:40px;
}

.themen-navi li.inactive{
	pointer-events:none;
	opacity:.35;
}

.themen-navi .badge{
	display:inline-block;
	position:relative;
	left:auto;
	right:auto;
	bottom:auto;
	top:-3px;
	margin-left:10px;
	font-size:11px;
	padding:3px 10px;
}

.themen-navi .fas.fa-certificate.primary{
	margin-left:10px;
}

.themen-navi .fas.fa-certificate.primary:after{
	font-size:10px;
}

.themen-navi li:hover > a{
	background:rgba(255,255,255,.35);
}

.inputHint{
	display:none;
	width:100%;
	margin:0 0 40px;
	padding:10px;
	color:#fff;
	background:#9e132d;
	text-align:center;
	border-radius:5px;
}

.inputHint.active{
	display:block;
}

.numbered-label.inputError:before, .numbered-label.falsch:before{
	content:"Bitte beantworten Sie die Frage.";
	display:block;
	width:100%;
	padding:10px;
	font-size:14px;
	padding:5px 10px;
	border-radius:5px;
	color:#fff;
	background-color:#9e132d;
	margin:0 0 10px;
}

.numbered-label.falsch:before{
	content:"Hier ist etwas nicht ganz richtig. Überprüfen Sie Ihre Antwort.";
}

.numbered-label.inputError:after, .numbered-label.falsch:after{
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	content:"\f071";
	color:#fff;
	background-color:#9e132d;
	font-size:12px;
}

.numbered-label{
	counter-increment: circle-number;
	position:relative;
	padding-left:25px;
}

.numbered-label:after{
	content: counter(circle-number);
	position:absolute;
	left:0;
	top:2px;
	display:flex;
	align-items:center;
	justify-content:center;
	color:#fff;
	font-weight:600;
	background:#5b6e88;
	border-radius:3px;
	width:20px;
	height:20px;
	font-size:14px;
}

.download{
	display:block;
	text-decoration:none;
	padding:14px 20px;
	background:#fff;
	color:#373737;
	border:1px solid #ccc;
	border-radius:3px;
	padding-left:50px;
	position:relative;
}

.download:before{
	display:flex;
	align-items:center;
	justify-content:center;
	content:"\f15b";
	position:absolute;
	left:0;
	top:0;
	width:50px;
	height:100%;
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
	font-weight:400;
	color:#7a7a7a;
	font-size:24px;
}

.download:after{
	display:flex;
	align-items:center;
	justify-content:center;
	content:"\f019";
	position:absolute;
	right:0;
	top:0;
	width:50px;
	height:100%;
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
	font-weight:900;
	color:#7a7a7a;
	font-size:18px;
	opacity:.5;
}

.download:hover:after{
	opacity:1;
}

.download[href$=".pdf"]:before{content:"\f1c1";}

.download:hover{
	background:rgba(0,0,0,.05);
}

.popwrapper{
	display:none;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:900;
	background:rgba(0,0,0,.87);
	align-items:center;
	justify-content:center;
}

.popwrapper.active{
	display:flex;
}

.popcontent{
	display:block;
	width:800px;
	max-width:85vw;
	padding:20px 60px;
	background:#fff;
	border-radius:5px;
	box-shadow:2px 2px 10px rgba(0,0,0,1);
	max-height:90vh;
	overflow:auto;
	position:relative;
	z-index:2;
}

small.smaller{
	font-size:14px;
}

.popintern{
	display:block;
	margin:0 -60px;
	padding:20px 60px;
}

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

.popfooter{
	padding:20px 60px 0;
	margin:0 -60px;
	border-top:1px solid #ccc;
}

.normalcursor{
	cursor:default;
}

.footerfix{
	min-height:100vh;
	min-height:calc( 100vh - 137px);
}

.footerfix + footer{

}

.greylink{
	color:rgba(0,0,0,.6);
	text-decoration:none;
}

.greylink:hover{
	color:rgba(0,0,0,.85);
}

img.blackwhite{
	filter:grayscale(.55)
}

#subswitch{
	display:block;
	font-size:16px;
	position:absolute;
	top:12px;
	right:15px;
	color:#1c1c1c;
	opacity:.5;
}

#subLeft{
	left:0;
	padding-right:5%;
	top:0;
}

#subLeft.switched{
	left:-25%;
	position:absolute;
	height:100%;
}

#subRight.switched{
	width:100%!important;
	padding-left:5%;
}

#subRight.switched .right-content{
	margin-left:auto;
	margin-right:auto;
}

.detailbox{
	margin:0 0 20px;
}

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

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

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

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

.detailbox .head span{
	margin:0;
	font-size:16px;
	line-height:16px;
	font-family:'Nunito', Verdana, Geneva, sans-serif;
	font-weight:600;
	display:block;
}

.detailbox .head:hover{
	cursor:pointer;
	background:#61a582;
	color:#fff;
}

.detailbox .head:hover:after{
	color:#fff;
}

.detailbox .details{
	display:none;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:20px;
	border:1px solid #ebebeb;
	border-top:none;
}

.quader-style{
	position:relative;
}

.quader-style .centered > *{
	position:relative;
	z-index:2;
}

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

.form-play, .form-pause{
	position:relative;
	margin:0 5px 0 0;
}

.form-play .play, .form-pause .pause{
	width:57px;
	height:37px;
	border-radius:5px;
	border:1px solid #1c1c1c;
	background:#1c1c1c;
	color:#fff;
	overflow:hidden;
	text-indent:-999px;
	position:relative;
	cursor:pointer;
}

.form-play:hover .play, .form-pause:hover .pause{
	background:#fff;
}

.form-play:hover:before, .form-pause:hover:before{
	color:#1c1c1c;
}

.form-play:before, .form-pause:before{
	content:"";
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content: center;
	text-indent: 0;
	color:#fff;
	pointer-events:none;
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	font-size:12px;
	z-index:1;
}

.form-play:before{
	content:"\f04b";
}

.form-pause:before{
	content:"\f04c";
}


.form-time input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: -1px 0;
	background:rgba(0,0,0,0);
	min-width:200px;
}
.form-time input[type=range]:focus {
  outline: none;
}
.form-time input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 15px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
  background: rgba(132, 131, 131, 0.96);
  border-radius: 25px;
  border: 0px solid rgba(0, 0, 0, 0);
}
.form-time input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  border: 1.4px solid #000000;
  height: 13px;
  width: 13px;
  border-radius: 50px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: 1px;
}
.form-time input[type=range]:focus::-webkit-slider-runnable-track {
  background: rgba(145, 144, 144, 0.96);
}
.form-time input[type=range]::-moz-range-track {
  width: 100%;
  height: 15px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
  background: rgba(132, 131, 131, 0.96);
  border-radius: 25px;
  border: 0px solid rgba(0, 0, 0, 0);
}
.form-time input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  border: 1.4px solid #000000;
  height: 13px;
  width: 13px;
  border-radius: 50px;
  background: #ffffff;
  cursor: pointer;
}
.form-time input[type=range]::-ms-track {
  width: 100%;
  height: 15px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.form-time input[type=range]::-ms-fill-lower {
  background: rgba(119, 118, 118, 0.96);
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 50px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
}
.form-time input[type=range]::-ms-fill-upper {
  background: rgba(132, 131, 131, 0.96);
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 50px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
}
.form-time input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  border: 1.4px solid #000000;
  width: 13px;
  border-radius: 50px;
  background: #ffffff;
  cursor: pointer;
  height: 13px;
}
.form-time input[type=range]:focus::-ms-fill-lower {
  background: rgba(132, 131, 131, 0.96);
}
.form-time input[type=range]:focus::-ms-fill-upper {
  background: rgba(145, 144, 144, 0.96);
}

.form-time-big input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 0.05px 0;
}
.form-time-big input[type=range]:focus {
  outline: none;
}
.form-time-big input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 29.9px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
  background: #848383;
  border-radius: 25px;
  border: 0px solid rgba(0, 0, 0, 0);
}
.form-time-big input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  border: 1.4px solid #000000;
  height: 30px;
  width: 30px;
  border-radius: 50px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -0.05px;
}
.form-time-big input[type=range]:focus::-webkit-slider-runnable-track {
  background: #919090;
}
.form-time-big input[type=range]::-moz-range-track {
  width: 100%;
  height: 29.9px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
  background: #848383;
  border-radius: 25px;
  border: 0px solid rgba(0, 0, 0, 0);
}
.form-time-big input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  border: 1.4px solid #000000;
  height: 30px;
  width: 30px;
  border-radius: 50px;
  background: #ffffff;
  cursor: pointer;
}
.form-time-big input[type=range]::-ms-track {
  width: 100%;
  height: 29.9px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.form-time-big input[type=range]::-ms-fill-lower {
  background: #777676;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 50px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
}
.form-time-big input[type=range]::-ms-fill-upper {
  background: #848383;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 50px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
}
.form-time-big input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  border: 1.4px solid #000000;
  height: 30px;
  width: 30px;
  border-radius: 50px;
  background: #ffffff;
  cursor: pointer;
  height: 29.9px;
}
.form-time-big input[type=range]:focus::-ms-fill-lower {
  background: #848383;
}
.form-time-big input[type=range]:focus::-ms-fill-upper {
  background: #919090;
}

img.resp-height{
	max-height:90vh;
	width:auto;
	display:block;
	max-width:100%;
	height:auto;
}


.flx-img-wrapper{
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:10px;
	border:1px solid #ccc;
	padding:5px;
	width:100px;
	height:100px;
	background:#fff;

}

.flx-img-wrapper img{
	display:block;
	max-width:100%;
	max-height:100%;
	height:auto;
	width:auto;
}

#studiof {
		background-image: url("../images/studiofinderbg.jpg");
	}

.reg{
	width:685px;
	max-width: 100%;
	margin:0 auto;
	padding:20px;
	box-shadow:0 0 10px rgba(0,0,0,.15);
}

.no-list{
	list-style:none;
	margin:0;
	padding:0;
}

.no-list li{
	display:block;
}

.no-list li > a{
	display:block;
	padding:10px;
	color:#1c1c1c;
	text-decoration:none;
	font-size:18px;
}

.no-list li > a:hover{
	background:rgba(0,0,0,.05);
}

.iconwidth{
	display:inline-block;
	width:30px;
	text-align:center;
}

.progress{
	display:flex;
	flex-wrap:nowrap;
	align-items: stretch;
	justify-content:space-between;
	border:1px solid rgba(0,0,0,.15);
	border-radius:3px;
}

.progress > .step{
	display:flex;
	align-items:center;
	justify-content:center;
	padding:5px;
	width:100%;
	background:#f4f4f4;
	position:relative;
	color:#1c1c1c;
	text-decoration: none;
}

.progress > .step:not(:last-of-type){
	border-right:1px solid rgba(0,0,0,.15);
}

.progress > .step > span{
	display:flex;
	align-items:center;
	justify-content:center;
	width:22px;
	height:22px;
	border-radius:100%;
	background:#fff;
	font-size:14px;
	border:1px solid rgba(0,0,0,.15);
}

.progress > .step:hover{
	background:#fff;
}

.progress > .step.done{
	background-color:#10c469
}

.progress > .step > .tooltip{
	display:block;
	width:200px;
	padding:10px;
	background:#fff;
	position:absolute;
	left:-50px;
	bottom:110%;
	right:0;
	margin:auto;
	pointer-events:none;
	border:1px solid #ccc;
	font-style: normal;
	opacity:0;
}

.progress > .step:hover >.tooltip {
	opacity:1;
}

.progress > .step.done > span{
	background-color:rgba(255,255,255,0);
	color:#fff;
	font-size:12px;
	border-color:rgb(255,255,255,.7);
}

.st0 {
    fill: #FFFFFF;
    stroke: #ccc;
    stroke-width: 3;
    stroke-miterlimit: 10;
}

.st1 {
    fill: #FFFFFF;
    stroke: #5b6e88;
    stroke-width: 3;
    stroke-miterlimit: 10;
    stroke-dasharray: 288;
    stroke-dashoffset: 288;
    transition: 4s;
}

.stats svg {
    transform: rotate(-90deg);
}

.stat-gewicht, .stat-herz{position:relative;}
.stat-gewicht > *, .stat-herz > * {position:relative;z-index:1;}
.stat-gewicht:before, .stat-herz:before{
	content:"\f5cd";
	display:block;
	position:absolute;
	left:0;
	bottom:-30px;
	right:0;
	margin:auto;
	text-align:center;
	pointer-events:none;
	z-index:0;
	font-family:"Font Awesome 5 Free";
	font-weight:800;
	color:#5b6e88;
	font-size:110px;
}

.stat-herz:before{content:"\f004";bottom:-50px;}

.stat-waage{position:relative;}
.stat-waage > *{position:relative;z-index:1;}
.stat-waage:before{
	content:"";
	display:block;
	position:absolute;
	left:0;
	right:0;
	bottom:-10px;
	margin:auto;
	width:125px;
	height:125px;
	z-index:0;
	background-image:url("../images/icon-waage.png");
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
}

.tabnav{
	display:flex;
	align-items:stretch;
	justify-content:space-between;
	flex-wrap:nowrap;
	list-style:none;
	margin:0;
	padding:0;
	border:1px solid #ccc;
}

.tabnav li{
	display:flex;
	width:100%;
	border-bottom:1px solid rgba(0,0,0,0);
	margin-bottom:-1px;
	position:relative;	
}

.tabnav li.selected:not(:last-of-type){
	border:1px solid #ccc;
	border-bottom-color:#fff;	
	transform:scale(1.15);
	z-index:1;
	margin-left:-1px;
	transform-origin: bottom left;
	pointer-events:none;
}

.tabnav li.selected:last-of-type{
	border:1px solid #ccc;
	border-bottom-color:#fff;	
	transform:scale(1.15);
	z-index:1;
	margin-right:-1px;
	transform-origin: bottom right;
	pointer-events:none;
}


.tabnav li:not(.selected):before{
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:10px;
	pointer-events:none;
	background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	opacity:.05;
}


.tabnav li.selected a{
	background-color:#fff;
}

.tabnav li a{
	display:flex;
	align-items:center;
	justify-content:center;
	text-decoration:none;
	color:#1c1c1c;
	text-align:center;
	background:#f4f4f4;
	padding:5px;
	width:100%;
}

.tabnav li a > span{
	display:flex;
	align-items:center;
	justify-content:center;
	width:22px;
	height:22px;
	border-radius:100%;
	background:#fff;
	font-size:14px;
	border:1px solid rgba(0,0,0,.15);	
}

.tabnav li:hover a{
	background:#fff;
}

.tabnav li.done a {
	background-color:#10c469;
}

.tabnav li.done a > span{
	background-color:rgba(255,255,255,0);
	color:#fff;
	font-size:12px;
	border-color:rgb(255,255,255,.7);
}

.tabnav li:not(:last-of-type) a{
	border-right:1px solid rgba(0,0,0,.15);
}

.tab{
	display:none;
	border:1px solid #ccc;
	border-top:0;
	background:#fff;
	padding:30px;
}


.tab.active{display:block;}

.fixed-btn{
	position:fixed;
	bottom:40px;
	right:40px;
	text-decoration: none;
	z-index:550;
	
}



.fixed-btn span{
	width:70px;
	height:70px;
	display:flex;
	align-items:center;
	justify-content:center;
	border-radius:100%;
	background:#61a582;
	color:#fff;
	border:1px solid #61a582;
	font-size:30px;
	margin:0 auto ;
	transform:rotaate(0deg);
	transition:transform 300ms;
}

.fixed-btn.active span{
	transform:rotate(45deg);
}


.fixed-btn:hover span{
	color:#61a582;
	background:#fff;
}

.fixed-btn em{
	display:block;
	text-align:center;
	font-size:14px;
	color:#1c1c1c;
	font-style:normal;
	margin:0 0 10px;
	
	opacity:1;
	transition:opacity 300ms;
}

.fixed-btn.active em{
	opacity:0;
}

.addtobook{
	display:block;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(255,255,255,.95);
	z-index:500;
	display:flex;
	align-items:center;
	justify-content:center;
	
	opacity:0;
	pointer-events:none;
	transition:opacity 300ms;
}

.addtobook.active{
	opacity:1;
	pointer-events: all;
}

.addtobookform{
	display:block;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(255,255,255,.95);
	z-index:500;
	display:flex;
	align-items:center;
	justify-content:center;
	
	transform:scale(0);
	opacity:0;
	transition:transform 300ms;
	pointer-events:none;
}

.addtobookform.active{
	transform:scale(1);
	pointer-events:all;
	opacity:1;
}

.form-select-nostyle select{
	-webkit-appearance:none;
	appearance:none;
	color:#fff;
	font-size:28px;
	color:#fff;
	padding:0;
	border:none;
	margin:0;
	background:none;
	font-weight:600;
	pointer-events:none;
}

.form-field.form-field-small select, .form-field.form-field-small *{
	font-size:14px;
	padding:5px 10px;
}

.tagebuchentry{
	display:none;
}

.tagebuchentry.active{
	display:block;
}

.passive{
	pointer-events:none!important;
}

.width20{
	min-width:20px!important;
	width:20px!important;
}

.pt5{padding-top:5px!important;}

.accdetail{display:none;}
.acchead .fas{transition:300ms;transform-origin: center center;}
.acchead.active .fas{transform:rotate(45deg);}
.acchead{cursor: pointer;}

.rezept table{
	border:none;
	border-collapse:collapse;
	width:100%;
}

.rezept table td{
	width:50%;
	text-align:left;
	padding:5px;
	padding-left:7px;
}

.rezept table td:nth-of-type(2n-1){
	text-align:right;
	padding-left:5px;
	padding-right:8px;
}

.rezept h2{
	text-align:center;
	margin:40px 0;
	color:#5b6e88;
	position:relative;
}

.rezept h2 strong{
	z-index:20;
	background: #fff;
	display: inline-block;
		padding:0 10px;
}

.rezept h2:before{
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	width:100%;
	height:0px;
	border-bottom:2px dashed #5b6e88;
	margin:auto;
	z-index:-1;
	opacity:.55;
}

.rezept ol{
	list-style: none;
 	 counter-reset: big-circle-list2;
}
.rezept ol li {
 	counter-increment: big-circle-list2;
	position: relative;
	padding-left:55px;
	margin:0 0 40px;
}

.rezept ol li:before {
 	content: counter(big-circle-list2);
 	color: #fff;
 	font-weight: bold;
	font-size:18px;
	display:flex;
	align-items:center;
	justify-content:center;
	width:40px;
	height: 40px;
	border-radius:3px;
	background:#5b6e88;
	position:absolute;
	left:0;
	top:-5px;
	bottom:0;
	margin:auto;
}


a.link{
	text-decoration:none;
	color:#1c1c1c;
}

.ui-widget.ui-widget-content{z-index:9000;}

.tagebuchdateselect , .tagebuchdateselect > *{
	-webkit-appearance:none;
	appearance:none;
	padding:0;
	border:none;
	margin:0;
	font-size: 22px;
	font-weight:700;
}

.Frühstück + #content_table_nahrung > div:not(:last-of-type):not(.fruehstueck){
	display:none!important;
}

.Mittag + #content_table_nahrung > div:not(:last-of-type):not(.mittagessen){
	display:none!important;
}

.Abend + #content_table_nahrung > div:not(:last-of-type):not(.abendessen){
	display:none!important;
}

.Snacks + #content_table_nahrung > div:not(:last-of-type):not(.snacks){
	display:none!important;
}


.resp-wrapper{position:relative;padding-bottom: 56.25%;height:0;}
.resp-wrapper-half{position:relative;padding-bottom: 25.25%;height:0;min-height:300px;}

.videowrapper iframe, .resp-wrapper iframe, .resp-wrapper-half iframe, .resp-wrapper > img{position:absolute;top:0;left:0;width:100%;height:100%;}

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

.tabdetail{
	display:none;
}

.tabcontent.active .tabdetail{
	display:block;
}

.tabcontent.active a.btn{
	pointer-events:none;
}

.rotate-container{
	display:block;
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:100%;
	overflow:hidden;
}

.rotate-container img{
	display:block;
	width:500px;
	height:auto;
	position:absolute;
	left:0;
	right:0;
	bottom:-460px;
	margin:auto;
	transform-origin: bottom center;
	padding-bottom:400px;
	transition: transform 400ms;
	transform:rotate(-90deg);
}

.rotate-container img.rotateIn{
	transform:rotate(0deg);
}
.rotate-container img.rotateOut{
	animation-name: rotateOut;
	animation-iteration-count: 1;
	animation-duration: 300ms;
}

@keyframes rotateOut {
  0% {transform:rotate(0deg);}
  99.8% {transform:rotate(90deg);}
	99.9%{transform:rotate(-90deg);opacity:0;}
	100%{opacity:1;}
}

.tab2{display:none; padding-top:20px;}
.tab2:target, .tab2.active{display:block;}

a.tablink{
	display:block;
	color:#1c1c1c;
	padding:20px 10px;
	border-bottom:1px dashed rgba(0,0,0,.2);
	text-decoration: none;
}

a.tablink.active{color:#e84055;}

a.tablink:hover{background-color:rgba(0,0,0,.025);}

.mh700px{min-height:700px;}

.margincircle{width:200px;position: relative}
.margincircle:nth-of-type(1), .margincircle:nth-last-of-type(1){margin-top:20%;}
.margincircle:nth-of-type(2), .margincircle:nth-last-of-type(2){margin-top:8%;}

.margincircle:nth-of-type(2){left:-80px;}
.margincircle:nth-last-of-type(2){right:-80px;}

a.white{text-decoration:none;}
a.white:hover{color:#fff;opacity:.7;}

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

	.footerfix{
		min-height:calc( 100vh - 282px);
	}

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

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

	.area-notop{
		padding-top:0;
	}

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


	#navi{
		position:fixed;
		left:-50%;
		top:0;
		width:50%;
		height:100%;
		display:block;
		background:#fff;
		overflow:auto;
		top:105px;
		padding-bottom:144px;
		transition:left 300ms;
	}

	#navi.active{
		left:0;
	}

	#navi li > ul{
		position:relative;
		left:auto;
		right:auto!important;
		top:auto;
		display:block;
		background:#f4f4f4;
		border-bottom:2px solid #ccc;
	}

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

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

	.h1.bigger .caveat{
		font-size:50px;
	}

}

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

	.footerfix{
		min-height:calc( 100vh - 272px);
	}

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

	.area-nobottom{
		padding-bottom:0px;
	}

	.area-notop{
		padding-top:0px;
	}
	
	.m-tal{
		text-align:left;
	}

	.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-tac{text-align:center;}
	.m-flx-spc{justify-content:space-between;}
	.m-lh15{line-height:1.5;}
	.m-mauto{margin-left:auto;margin-right:auto;}
	.m-flx-vstrt{align-items:flex-start}
	.m-flx-vend{align-items:flex-end;}

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

	.h1x2{
		font-size:52px;
	}

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


	.header.scrolled{
		top:0;
	}

	audio{
		width:190px;
	}

	.btn-big{
		font-size:22px;
		padding:20px 40px;;
	}

}

@media all and (max-width:768px){
	.s-hide{display:none!important;}
	.s-show{display:block!important;}
	.s-block{display:block;}
	.s-posrel{position:relative;top:auto;left:auto;right:auto;bottom:auto;}

	.fas.fa-arrow-down.s-show{display:inline!important}
	
	.fixed-footer{
	width:280px;
}

	.s-btn-small{
		font-size:12px;
		padding:8px 6px;
	}

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

	.footerfix{
		min-height:calc( 100vh - 252px);
	}

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

	.area-nobottom{
		padding-bottom:0px;
	}

	.area-notop{
		padding-top:0px;
	}

	.s-white{
		color:#fff;
	}

	.circle{
		width:160px;
		height:160px;
		font-size:16px;
		bottom:-50px;
	}

	.circle .inner{
		border-top-width:110px;
	}

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

	.s-op25{opacity:.25;}

	.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-cnt{
		justify-content:center;
	}

	.s-bg-lightergrey{
		background:#f4f4f4;
	}

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

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

	.h1x2{
		font-size:44px;
	}

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

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

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

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

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

	.themen-navi li:not(.selected){
		height:0;
		overflow:hidden;
	}

	.themen-navi.active li{
		height:auto;
		overflow:visible;
	}

	.themen-navi>li.selected{
		position:relative;
	}

	.themen-navi>li.selected:after{
		content:"\f0c9";
		display:block;
		pointer-events: none;
		position:absolute;
		right:20px;
		top:7px;
		font-size:18px;
		font-family: 'Font Awesome 5 Free';
    	font-weight: 900;
	}

	.quader-style:before{
		display:none;
	}

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

}

@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:15px;
		padding-bottom:15px;
	}

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

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

	.area-notop{
		padding-top:0;
	}

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



	body{font-size:18px;}


	.mainlogo{
		width:155px;
	}



	#navi{
		top:72.5px;
	}



	.btn-big{
		font-size:18px;
		padding:15px 30px;;
	}

	.inline-list li:not(:last-of-type):after{
		display:none;
	}

	.inline-list li{
		width:100%;
	}

	.inline-list li a{
		display:block;
		text-align: center;
		padding:10px 0;
	}
}




@media screen and (max-width:640px){
	#usercentrics-button #uc-banner-modal .uc-optin-description span{
		font-size:10px;
		line-height:1.1;
	}
	
	.uc-btn-footer-container .btn-list{
		display:flex;
		aling-items:center;
		justify-content:space-between;
		flex-wrap:nowrap;
	}
	
	.usercentrics-button.layout-1.uc-button-bl .uc-banner-content .btn-list .uc-btn{
		font-size:12px!important;
		margin:0!important;
	}
	
	.usercentrics-button .uc-banner.uc-main-banner .uc-banner-content>div{padding:5px!important}
}