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

@font-face {
    font-family: 'Dax';
    src: url('../fonts/DaxBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Dax';
    src: url('../fonts/DaxMedium.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Dax';
    src: url('../fonts/DaxRegular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Beton13';
    src: url('../fonts/rvd_beton13.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

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

/*#uc-privacy-button{display:none!important;}*/
@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}
}

.wdhemail{
    display: none!important;
}

body{overflow-x:hidden}

.hide {display:none!important;}

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

code small {
    color: #e8b46a;
}

* {
	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 20px/1.5 'Dax';
	color:#2e2e2e;
	padding-top:160px;
	padding-bottom: 50px;
}

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-family:"Dax";
	font-weight:normal;
}

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

ol,ul,fieldset{
	font:400 20px/1.5 'Dax';
}

.ttu{text-transform:uppercase;}

h1, .h1{
	font-weight:normal;
	margin-bottom:0;
	text-transform:uppercase;
	font-size:43px;
	font-family:"Rubik Dirt";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ccg-firma h1, .ccg-firma .h1{
	font-family:"Dax";
	font-weight:bold;
}

h1.small, .h1.small{
	font-size:33px;
}

h1.bordred{
	padding-top:40px;
padding-bottom:40px;
border-top:3px solid #fff;
border-bottom:3px solid #fff;

}

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

h1.smallerx2, .h1.smallerx2{
	font-size:25px;
}

h2.bordred, .h2.bordred{
	padding-left:10px;
	border-left:6px solid #92bb3b;
}

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

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



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

table{
	font-size:18px;
}

table td{
	border-bottom:1px solid rgba(0,0,0,.1);
	padding:10px;
}

table td[colspan="2"]{
	width:33%;
}

table td[colspan="3"]{
	with:75%;
}

table tr:last-of-type td{
	border:none;
}

table td[colspan="4"], table tr:last-of-type td[colspan="4"]{
	background:#f4f4f4;
	border-bottom:3px solid rgba(0,0,0,.1);
}


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

.ovrly{
position:absolute;
left:0;
top:0;
right:0;
margin:0 auto;
width:100%;
max-width:1640px;
height:100%;
display:flex;
align-items:center;
justify-content:center;
z-index:1;
padding-left:20px;
	padding-right:20px;
}

.flx{display:flex;flex-wrap:wrap;}
.flx-clmn{display:flex;flex-direction: column;justify-content:space-between;}
.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-strt{display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap;}
.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-strtch{align-items:stretch;}
.flx-margined>div{margin-left:.5%;margin-right:.5%;}
.flx-margined>a.btn{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;}

.hauto{height: auto;}

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

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

.f25{font-size:25px;}.f26{font-size:26px!important;}.f30{font-size:30px;}

.g5{display:flex;gap:5px;}.g10{display:flex;gap:10px;}

.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;}
.posrel-80{position:relative;top:-80px;left:0;}
.medium{font-weight:600;}
.link{text-decoration:none;padding-bottom:3px;position:relative;}
.link:after{content:"";display:block;width:0px;margin:auto;position:absolute;left:0;right:0;bottom:0;height:3px;background:#92bb3b;transition:300ms;}
.link:hover:after{width:100%;}
.link.white:hover{color:#fff;}
.link.white:hover:after{color:#fff;background:#fff;}


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

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

#popwrapper{display:none;align-items:center;justify-content:center;background:rgba(0,0,0,.5);position:fixed;left:0;top:0;width:100%;height:100%;z-index:9001;}
#popwrapper.active{display:flex;}
#popovrly{position:absolute;left:0;top:0;width:100%;height:100%;z-index:0;}
#popdetails{display: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;}

.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;}
.xl-hide, #subnav li.xl-hide{display:none!important}

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

.centered-medium{
	width:100%;
	max-width:1750px;
	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:1200px;
	margin-left:auto;
	margin-right:auto;
	padding-left:20px;
	padding-right:20px;
}

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

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

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

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

.primary{color:#92bb3b;}
.secondary{color:#1CA421;}
.custom{color:#67ff5b;}
.white{color:#fff;}
.lightergrey{color:#f4f4f4;}
.lightgrey{color:#e5e5e5;}
.darkgrey{color:#484848;}
.black{color:#061316;}

.bg-primary{background-color:#92bb3b;}
.bg-primary-a{background-color:rgba(146,187,59,.9)}
.bg-primary-aa{background-color:rgba(146,187,59,.45)}
.bg-secondary{background-color:#ff5b66;}
.bg-teritiary{
	position: relative;
	background:#000;
}
.bg-teritiary > div{
	z-index: 1;
}
.bg-teritiary > img{
	width: 100%;
	height: 100%;
	inset: 0;
	position: absolute;
	object-fit: cover;
	opacity: .55;
}
.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:#061316;}
.bg-red{background-color:#ca0f26;}
.bg-grey{background-color:#BABABA;}

.bg-gradient{
	background: rgb(71,146,55);
background: linear-gradient(61deg, rgba(71,146,55,1) 39%, rgba(33,103,40,1) 100%);
}

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

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

.btn.btn-small{
	padding:7px 13px;
	font-size:14px;
}

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

.btn:hover{
color:#92bb3b;
background:#f4f4f4;
}

.btn.btn-white{
	background: #fff;
	color: #92bb3b;
	border-color: #fff;
}

.btn.btn-white:hover{
	background: #92bb3b;
	color: #fff;
}


.btn-badeland{
	border-color:#00647b;
	background-color:#00647b;
	color:#fff;
}

.btn-badeland:hover{
	background:#fff;
	color:#00647b;
}

.btn-parkbetriebe{
	border-color:#08408a;
	background-color:#08408a;
	color:#fff;
}

.btn-parkbetriebe:hover{
	background:#fff;
	color:#08408a;
}

.btn-womo{
	border-color:#ff6500;
	background-color:#ff6500;
	color:#fff;
}

.btn-womo:hover{
	background:#fff;
	color:#ff6500;
}

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

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

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

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

.btn-tertiary, .form-field input.btn-tertitary {
	border: none;
	background: #d00;
	color: #fff;
	font-size: 25px;
	font-weight: 700;
}

.btn-tertiary:hover, .form-field input.btn-tertitary:hover {
	box-shadow: 0 0 0 1px #b00;
	background: #d005;
	color: #fff;
}

.form-check{
	position:relative;
}

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

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

.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 #92bb3b;
	border-radius:100%;
	left:0;
	top:5px;
	color:#fff;
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
	font-size:11px;
	font-weight:900;
}

.form-check label.error {
    font-size: 14px;
    display: inline-block;
    padding: 0 10px;
    color: #ff5b5b;
    border: 1px solid #ff5b5b;
    border-radius: 4px;
    background: #fff;
}

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

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

.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:#2e2e2e;
	text-decoration:none;
}

.mainlogo{
	display:block;
	width:245px;
	transition: width 300ms;
}

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


#navi li a{
	font-family:"Dax";
	font-size:17px;
	padding:48px 5px;
	text-transform:uppercase;
	font-weight:600;
}

#navi li a small{
	display:block;
	font-weight:400;
	opacity:.75;
}

#navi li{
	position:relative;
}

#navi > li.drop > a{
	padding-right:50px;
}

#navi li.drop:after{
	content:"\f107";
	display:flex;
	align-items:center;
	pointer-events:none;
	position:absolute;
	top:0;
	bottom:0;
	right:20px;
	font-size:30px;
	font-weight:900;
	font-family:"Font Awesome 5 Free";
}

#navi > li:hover > a, #navi > li.selected > a, #navi > li:hover:after, #navi > li.selected:after{
	color:#fff;
	background:#92bb3b;
}

#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:#92bb3b;
}

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

.strassentabs a.aktiv {
	border-color: #fff;
	background-color: #fff;
	color: #92bb3b;
}

.header{
	transition:top 300ms;
}

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

.smaller-news{
	height:100%
}

.header.scrolled .mainlogo{
	width:137.5px;
}

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

.header.scrolled #navi li a{
	font-size:18px;
}

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



.para-area{
	position:relative;
	overflow:hidden;
	background:#fff;
}

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

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

.slick-arrow{
	display:block;
	-webkit-appearance:none;
	appearance:none;
	background:none;
	width:60px;
	height:60px;
	overflow:hidden;
	text-indent:-9000px;
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
	z-index:200;
	color:#92bb3b;
	cursor: pointer;
}

.slick-arrow.slick-prev{
	left:20px;
}

.slick-arrow.slick-next{
	right:20px;
}

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

.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:20px;
	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;
	background-color: #f4f4f4;
}

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

.slick-slide.slick-current.slick-center {
	color: #92bb3b;
}

.beton13{
	font-size:80px;
	line-height:0;
	font-family:"Beton13";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.beton13-smaller {
	font-size:50px;
	line-height:0;
	font-family:"Beton13";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.cocogoose{
	font-size:38px;
	font-family:"Rubik Dirt";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.cocogoose-smaller{
	font-size:27px;
	font-family:"Rubik Dirt";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.poly{
	padding:30px 60px;
	transform:skewX(-20deg);
	line-height:1.2;
	position:relative;
	right:40px;
}

.poly>*{
	transform:skewX(20deg);
}

.intiSlickCircle, .intiSlickCircle4{
	padding-left:70px;
	padding-right:70px;
}

.minHeightFix{
	min-height:165px;
}

.fw400{
	font-weight:400;
}

.fw600{font-weight:600;}

.lh1{line-height:1;}

ul.inlinelist{
	list-style:none;
	margin:0;
	padding:0;
	display:flex;
	align-items:center;
	justify-content:flex-start;
}

ul li{
	display:block;
}

.iconheadline{
	width:285px;
	max-width:100%;
}

.autobottommargin + .autobottommargin{
	margin-top:40px;
}

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

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

.detailtext{
	display:none;
	order:9;
}

.badge{
	display:inline-block;
	background:#1c1c1c;
	color:#fff;
	font-size:16px;
	padding:2px 10px;
	border-radius:4px;
}

.badge.badge-primary{
	background:#92bb3b;
}

.centered-small ul{
	display:block;
	list-style:none;
	margin:0 0 20px;
	padding:0;
}

.centered-small li{
	display:block;
	position:relative;
	padding-left:30px;
	margin:0 0 10px;
}

.centered-small li:before{
	content:"\f14a";
	display:block;
	position:absolute;
	left:0;
	top:0;
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	color:#92bb3b;
}

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

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

.form-field * , .form-field input::placeholder, .form-field textarea::placeholder, .form-select *{
	-webkit-appearance:none;
	appearance:none;
	font-size: 18px;
	line-height:1.5;
	color:#6B6B6B;
	font-family:"Dax";
	border-radius:4px
}

.small-info {font-size: 11px;color: #949494;}

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

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

.dataTables_wrapper select,
.dataTables_wrapper input{
	display:inline-block;
	width:auto;
	margin:0 10px 0 0;
	font-size:18px;
	-webkit-appearance:none;
	appearance:none;
	border-radius:4px;
	font-family:"Dax";
}

.form-select:after{
	content:"\f0d7";
	display:block;
	pointer-events:none;
	position:absolute;
	right:10px;
	bottom:0;
	line-height:49px;
	font-size:18px;
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	opacity:.5;
}

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

.form-field label.error{
	position:absolute;
	top:2px;
	right:2px;
	font-size:14px;
	display:inline-block;
	padding:0 10px;
	color:#ff5b5b;
	border:1px solid #ff5b5b;
	border-radius:4px;
	background:#fff;
}

.accordion{
	margin:0 0 20px;
}

.accordion .head{
	padding:20px;
	border:1px solid #ccc;
	position:relative;
	border-radius:4px;
	padding-right:50px;
}

.accordion .head:after{
	content:"\f067";
	display:block;
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	pointer-events:none;
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	font-size:25px;
	transition:300ms;
	width:37px;
	height:37px;
	line-height:37px;
	color:#92bb3b;
}

.accordion.active .head:after{
	transform:rotate(-45deg);
	top:-15px
}

.accordion .detail{
	padding:20px;
	border:1px solid #ccc;
	border-top:none;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	margin-top:-4px;
	display:none;
}

.accordion + h2{
	margin-top:60px;
}

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




.area:not(.bg-lightergrey) + .area:not(.area-area-fix):not(.bg-lightergrey){padding-top:0!important;}

.hint{
	display:block;
	padding:20px;
	background:#f4f4f4;
	font-size:16px;
	border-left:5px solid #ccc;
}

.videowrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.data-table{
	text-align:left;
}

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

.inline-list li{
	display:inline-block;
	padding:5px 10px;
	border:1px solid rgba(0,0,0,.1);
	border-radius:4px;
	margin:0 5px 10px;
}

.bordered {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 4px;
  margin: 0 5px 10px;
}

.hint{font-size:14px;}
.hint>*:last-child{margin-bottom:0!important}

.rnd{border-radius:16px;}

.absicon{
	pointer-events:none;
	position:absolute;
	top:0;
	right:0;
	font-size:250px;
	transform:rotate(-30deg);
	opacity:.15;
}

.biglist{
	list-style:none;
	display:flex!important;
	align-items:stretch;
	justify-content:space-between;
	flex-wrap:wrap;
	margin:0 0 20px;
	padding:0;
}

.biglist li{
	display:flex;
	align-items:flex-start;
	justify-content: center;
	flex-direction: column;
	width:49%;
	padding:15px 15px 15px 90px;
	position:relative;
	border:1px solid rgba(0,0,0,.1);
	margin:0 0 20px;
	flex-wrap:wrap;
	border-radius:5px;
}

.biglist li:before{
	content:"\f058";
	display:flex;
	align-items:center;
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:80px;
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	font-size:30px;
	color:#92bb3b;
	text-align:center;
	justify-content: center;
}

.whiteborder{
	border-bottom:6px solid #fff;
}

.rotate-soft{
	transform:rotate(-2deg);
}

.importantblock{
	display:block!important;
}

.slickwrapper + .tarifrechner{
	position:relative;
	top:-70px;
}

ul.tabnav{
	display:flex;
	justify-content:space-between;
	list-style:none;
	flex-wrap:nowrap;
}

ul.tabnav li{
	padding:0;
	width:100%;
	margin:0 5px;
}

ul.tabnav li:before{
	display:none;
}

ul.tabnav li:first-of-type{
	margin-left:0;
}

ul.tabnav li:last-of-type{
	margin-right:0;
}

ul.tabnav a{
	text-decoration:none;
	color:#fff;
	text-transform:uppercase;
	background:#646263;
	padding:10px;
	font-weight:600;
}

ul.tabnav a.active{
	background:#fff;
	color:#1c1c1c;
}

.line-field{
	display:block;
	width:100%;
}

.line-field input, .line-field .person-field{
	display:block;
	width:100%;
	border-bottom:2px solid #b2b2b2;
	font-size:20px;
	line-height:1.5;
}

.line-field .person-field{
	height:50px;
	position:relative;
}

.line-field .person-field-overlay{
	content:"";
	display:block;
	position:absolute;
	top:0;
	right:0;
	left:0;
	margin:0 auto;
	width:10%;
	background:#fff;
	height:100%;
	background-image: url(../images/personen.png);
	background-size:215px auto;
	background-repeat: no-repeat;
	background-position: left bottom;
}

.line-field label{
	display:block;
	color:#737373;
}

.tab{
	display:none;
}

.tab.active{
	display:block;
}

.input-btn{
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	width:45px;
	min-width:45px;
	height:45px;
	border:2px solid #9ba1a2;
	color:#9ba1a2;
	margin-right:10px;
	text-decoration:none;
	font-size:34px;
	font-weight:800;
}

.input-btn:hover{
	color:#93bb3b;
	border-color:#93bb3b;
}

.downloadtable{
	font-size:18px;
}

.downloadtable td{
	position:relative;
	vertical-align: top;
}
.downloadtable a{
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}

.downloadtable tbody tr:hover{
	background:rgba(0,0,0,.05);
}

.smaller-news .h2{
	font-size:20px;
	font-weight:700;
}

.newsfix{
	font-size:18px;
	text-align:left;
	position:relative;
}

.newsfix span{
	display:block;
	height:162px;
	overflow:hidden;
	padding-right:20px;
}

.newsfix:after{
	content:"[...]";
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	pointer-events:none;
	color:#ccc;
	background:#fff;
}

.imgauto img{
	display:block;
	max-width:100%;
	margin:0 0 20px;
	height:auto;
}

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


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

.ulstyleauto ul{
	list-style:none;
	margin:0 0 20px;
	padding:0;
}

.ulstyleauto li{
	position:relative;
	margin:0 0 10px;
	padding-left:30px;
}

.ulstyleauto li:before{
	content:"\f058";
	display:block;
	position:absolute;
	left:0;
	top:0;
	font-family:"Font Awesome 5 Free";
	font-weight:900;
}

.widget {
	position: fixed;
	right: -520px;
	top: 350px;
	width: 620px;
	padding: 15px;
	transition: ease 800ms;
	z-index: 299;
}

.widget:hover {
	right: -15px;
	transition: ease 800ms;
}
.widget-titel {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	width: 191px;
	height: 80px;
	margin: 0;
	padding: 10px 5px;
	left: -25px;
	top: -50px;
	background-color: #3690be;
	position:absolute;
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}
.widget-titel p {
	font-size: 16px;
	padding: 6px 0 0;
}
.widget-titel p span {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18px;
}
.widget-inhalt {
	background-color:#fff;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	border: 10px solid #3690be;
	float: right;
	width: 500px;
	position: relative;
	margin: -120px 0 0 0;
	top: 0;
	right: 0;
	padding: 15px;
	box-sizing: border-box;
	height: auto;
	height: 191px;
	display:flex;
	align-items:center;
}
.widget-text {
	width: 100%;
	text-align: center;
	background-color: rgba(255, 255, 255, .9);
	padding: 15px;
}
.widget-text h2 {
	font-family: 'Lato', sans-serif;
	font-size: 25px;
	color: #323232;
	margin: 0;
	padding: 0;
}
.widget-text p {
	font-size: 14px;
	padding: 10px 0px;
	margin: 0px;
	/*padding: 10px 0px 0px;*/
}
.widget-text span a {
	width: 150px;
	background-color: #3690be;
	padding: 10px 5px;
	display: block;
	box-sizing: border-box;
	color: #fff;
	text-decoration: none;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 auto;
	border: 1px solid #3690be;
}
.widget-text span a:hover {
	background-color: #fff;
	border: 1px solid #3690be;
	color: #454545;
}

.widget-footer {
    width: 100%;
    background-color: #f2f2f2;
    height: auto;
    display: block;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 400ms;
}


.mhhl{
	height:60px;
	overflow:hidden;
}


.posabsimg{
	position:absolute;
	top:0;
	left:0;
	width:auto;
	height:auto;
	min-width:100%;
	min-height:100%;
	display:block;
}

.overflowhidden{
	overflow:hidden;
}

svg text{font-family:"Dax"!important}

.minheightfix{
	min-height:430px;
}

.bg-imgcnt{
	background-position:center;
	background-size:cover;
}

tr[data-download]{
	cursor:pointer;
}

.downloadtable thead th{
	position:relative;
}

.downloadtable thead th:first-of-type:before{
	content:"Bereich:";
	display:flex;
	align-items:center;
	justify-content:flex-end;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	font-weight:700;
}

.downloadtable thead th:not(:nth-of-type(2)) select{display:none;}

.h100{height:100%;}

iframe.neu .ReiterTarifrechner input.submit {
	font-size: 20px !important;
}

.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:rgb(146, 187, 59);
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	margin:auto;
	font-family:"Dax";
}

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

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

#subnav li{display:block;}
#subnav li a{
	display:block;
	color:#fff;
	text-decoration:none;
	padding:20px;
}

#subnav li:hover a{
	background:#fff;
	color:#92bb3b;
}

.subwrapper{

}

.subwrapper.scrolled{
	position:fixed;
	left:0;
	top:67px;
	width:100%;
	z-index:200;
}

.subwrapper.scrolled.twice{
	top:160px;
	transition:top 300ms;
}


.jp{position:relative;
top:-100px;}

html{
	scroll-behavior: smooth;
}

.imgwrapper{
	position:relative;
	width:100%;
	height:175px;
	overflow:hidden;
}

.imgwrapper img{
	display:block;
	width:100%;
	height:auto;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
}

.oneline{
	display:block;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}

.fs18{font-size:18px;}

ul.tag-list{
	display:flex;
	align-items:flex-start;
	justify-content:flex-start;
	list-style:none;
	margin:0;
	padding:0;
	flex-wrap:wrap;
}

ul.tag-list li{
	display:block;
	padding:0 5px;
	font-size:14px;
	border:1px solid #fff;
	border-radius:4px;
}

.hoverImgOpacity img{
	opacity:.75;
}

.hoverImgOpacity:hover img{
	 opacity:.4;
}

.micromapwrapper .consent-not-exists{
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}


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

ul.checklist li{
	display:block;
	position:relative;
	padding-left:30px;
}

ul.checklist li:before{
	content:"\f00c";
	display:flex;
	align-content: center;
	justify-content:flex-start;
	position:absolute;
	left:0;
	top:0;
	width:20px;
	height:100%;
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	font-size:16px;
	color:#92bb3b;
}

.ccg-firma .fas.h2{
	font-size:3.5rem;
}

.kachel-border {
	border: 1px solid #a4a4a4;
}

a[href=""].showlink{opacity:0;pointer-events:none;}

.uc-embedding-1 {position:absolute!important;top:0!important;left:0!important;}

.issuu-iframe {position:relative;padding-top:max(60%,326px);height:0;width:100%}

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

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

.smaller {font-size:smaller;}

.style.thg + div img {
	position: relative;
	width: 100%;
}

.mxauto { margin-inline: auto; }

.p5 { padding: 5px; }
.px20 { padding-inline: 20px; }
.py10 { padding-block: 10px; }

.g50 { gap: 50px; }

.overflow_x-auto { overflow-x: auto; }

table.custom-table
{
	background-color: #f4f4f4;
	outline: 2px solid #2e2e2e;
	overflow-x: auto;
}
		
table.custom-table caption,
table.custom-table th,
table.custom-table td
{
	outline: 1px solid #2e2e2e;
}
		
table.custom-table thead
{
	background-color: #92bb3b;
	color: #fff;
}


.custom-kunden-werben-kunden
{
	position: relative;
	width: max-content;
	margin-inline: auto;
}
.custom-kunden-werben-kunden > img
{
	position: absolute;
	inset: auto auto 0 calc(100% + 1rem);
	rotate: 10deg;
}

.btn-gewinnspiel {
	transform: rotate(-25deg);
    left: 10px;
    top: 30px;
}

.full-frame iframe{display:block;width:100%;}

.boxshadow {
	box-shadow: 0 0 2px 0 rgba(0,0,0,.1),0 0 27px 0 rgba(0,0,0,.12)
}

@media ( max-width: 1200px )
{
	.custom-kunden-werben-kunden > img
	{
		width: 150px;
	}
}

@media ( max-width: 750px )
{
	.custom-kunden-werben-kunden > img
	{
		width: 120px;
	}
}

@media ( max-width: 550px )
{
	.custom-kunden-werben-kunden
	{
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
		gap: 20px;
	}
	
	.custom-kunden-werben-kunden > img
	{
		position: static;
	}
}

/* ENERGIEPREISBREMSENRECHNER RESPONSIVE START */

@media all and (max-width:1375px){
	.sonderiframe-wrapper {
	padding-bottom: 50.25%;}
}

@media all and (max-width:1310px){
	.sonderiframe-wrapper {
	padding-bottom: 52.25%;}
}

@media all and (max-width:1260px){
	.sonderiframe-wrapper {
	padding-bottom: 54.25%;}
}

@media all and (max-width:1240px){
	.sonderiframe-wrapper {
	padding-bottom: 58.25%;}
}

@media all and (max-width:1195px){
	.sonderiframe-wrapper {
	padding-bottom: 60.25%;}
}

@media all and (max-width:1120px){
	.sonderiframe-wrapper {
	padding-bottom: 62.25%;}
}

@media all and (max-width:1090px){
	.sonderiframe-wrapper {
	padding-bottom: 64.25%;}
}

@media all and (max-width:1060px){
	.sonderiframe-wrapper {
	padding-bottom: 68.25%;}
}

@media all and (max-width:1035px){
	.sonderiframe-wrapper {
	padding-bottom: 72.25%;}
}

@media all and (max-width:1010px){
	.sonderiframe-wrapper {
	padding-bottom: 74.25%;}
}

@media all and (max-width:985px){
	.sonderiframe-wrapper {
	padding-bottom: 78.25%;}
}

@media all and (max-width:935px){
	.sonderiframe-wrapper {
	padding-bottom: 80.25%;}
}

@media all and (max-width:915px){
	.sonderiframe-wrapper {
	padding-bottom: 82.25%;}
}

@media all and (max-width:891px){
	.sonderiframe-wrapper {
	padding-bottom: 84.25%;}
}

@media all and (max-width:870px){
	.sonderiframe-wrapper {
	padding-bottom: 86.25%;}
}

@media all and (max-width:851px){
	.sonderiframe-wrapper {
	padding-bottom: 88.25%;}
}

@media all and (max-width:835px){
	.sonderiframe-wrapper {
	padding-bottom: 90.25%;}
}

@media all and (max-width:820px){
	.sonderiframe-wrapper {
	padding-bottom: 92.25%;}
}

@media all and (max-width:808px){
	.sonderiframe-wrapper {
	padding-bottom: 100.25%;}
}

/* ENERGIEPREISBREMSENRECHNER RESPONSIVE END */


	@media all and (max-width:1500px){
	
	.btn-gewinnspiel {
	transform: rotate(-15deg);
    left: 10px;
    top: -40px;
}
}

@media all and (max-width:1400px){
	h1, .h1{
		font-size:50px;
	}

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

	h1.smallerx2, .h1.smallerx2{
		font-size:20px;
	}

	h3, .h3{
		font-size:20px;
	}
	h4, .h4{
		font-size:20px;
	}

	.xp0{padding:0!important}

	.x-w100{width:100%!important;}
	.x-w33{width:32.333%!important;}

	#navi li a{
		padding-left:15px;
		padding-right:15px;
		font-size:15px;
	}

	#navi li.drop:after{
		right:10px;
		font-size:14px;
	}

	#navi > li.drop > a{
		padding-right:25px;
	}

	.mobile-hover{
		position:relative;
	}

	.mobile-hover-detail{
		display:none;
		position:absolute;
		background:#fff;
		padding:5px;
		border-radius:5px;
		left:100%;
		top:0;
		height:100%;
		align-items:center;
		z-index:2;
		white-space:nowrap;
	}

	.mobile-hover:hover .mobile-hover-detail{
		display:flex;
	}
}



@media all and (max-width:1199px){
	
	.l-posrel{position:relative;}

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

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

	.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;}
	.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{align-items:stretch;}

	.l-fs16{font-size:16px;}

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

	#navi.active{
		left:0;
	}


	#navi li > ul{
		position:relative;
		left:auto;
		right:auto!important;
		top:auto;
		display:none;
		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;
	}

	#navi li.drop a{
		position:relative;
	}

	#navi li.drop:not(.selected) > a:after{
		content:"\f055";
		display:block;
		position:absolute;
		right:26px;
		bottom:0;
		top:0;
		margin:auto;
		height:30px;
		line-height:30px;
		font-size:20px;
		text-align:center;
		font-family:"Font Awesome 5 Free";
		font-weight:900;
		pointer-events:none;
		color:#92bb3b;
	}



	#navi li.drop.selected > a:after, #navi li.drop:hover > a:after{
		color:#fff;

	}

	#navtrigger{
		display:flex;
	}

	#navi li.drop:after{
		display:none;
	}

	#navi li.selected > ul{
		display:block;
	}


	.header #navi > li > a{
		padding-top:20px;
		padding-bottom:20px;

	}

	.header #navi li a{
		font-size:18px;
	}

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

	.subwrapper.scrolled{
		top:62px;
	}



}

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

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

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

	.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;}
	.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{align-items:stretch;}

	.m-posrel{position:relative;}



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

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


	#navi{
		transition:300ms;
	}

	.col2{
		column-count:1;
	}

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

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

	.data-table td:nth-of-type(1),
	.data-table th:nth-of-type(1),
	.data-table td:nth-of-type(2),
	.data-table th:nth-of-type(2){
		display:none!important
	}


	.dataTables_wrapper .dataTables_length,
	.dataTables_wrapper .dataTables_filter{
		text-align:left!important;
	}

	.biglist li{
		width:100%;
	}

	.responsiveauto{
		display:flex;
		flex-wrap:wrap;
	}

	.responsiveauto tbody{
		display:block;width:100%;
	}

	.responsiveauto tr{
		display:flex;
		flex-wrap:wrap;
		width:100%;
	}

	.responsiveauto br{display:none;}

	.responsiveauto tr:nth-of-type(n+1){
		margin-bottom:40px;
	}

	.responsiveauto tr:first-of-type td:first-of-type{display:none;}
	.responsiveauto tr td:first-of-type{width:100%;}
	.responsiveauto tr td{width:50%;text-align:left;}

	.responsiveauto tr td:first-of-type strong{margin-right:10px;}
	
	.m-f24{font-size:24px!important}.m-f26{font-size:26px!important;}.m-f30{font-size:30px;}
	
		body{
	padding-bottom: 35px;
}
	
	.cocogoose-smaller {
    font-size: 22px;
    font-family: "Rubik Dirt";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
	
		.m-no-poly,.m-no-poly>*{
		transform:none;
		right:auto;
		width:100%;
	}
}

@media all and (max-width:768px){
	
	body{
	padding-bottom: 40px;
}
	
	.s-hide{display:none!important;}
	.s-show{display:block!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;
	}

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

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

	.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;}
	.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{align-items:stretch;}



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

	.h1x2, .beton13{
		font-size:44px;
	}


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

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

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

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

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


	.s-posrel{
		position:relative!important;
	}

	.para-area > img{
		position:relative;
		transform:none!important;
		width:100%;
		height:auto;
	}


	.s-para-bg > img{
		position:absolute;
		left:0;
		top:0;
		width:100%;height:100%;
	}

	.poly, .poly>*{
		transform:none;
		right:auto;
		width:100%;
	}

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

	.slick-arrow:before{
		font-size:25px;
		line-height:25px;
	}

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

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

	.intiSlickCircle, .intiSlickCircle4{
		padding-left:20px;
		padding-right:20px;
	}

	.mainlogo{
		width:185px;
	}

	body{
		padding-top:133px;
	}

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

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

	.s-tar{
		text-align:right;
	}

	.s-border0{
		border:none;
	}

	table, body, ul{
		font-size:16px;
	}


	.imgwrapper{
	position:relative;
	width:100%;
	height:auto;
}

.imgwrapper img{
	display:block;
	width:100%;
	height:auto;
	position:relative;
	left:auto;
	right:auto;
	top:auto;
	bottom:auto;
}
	
	.slick-dots {
  bottom: -10px;
}
	
	.btn, .btn-s-small{
font-size:11px;
}
	
.s-bg-primary{background-color:#92bb3b;}
	
	

}

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

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

	.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;}
	.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{align-items:stretch;}

	.footer-crowdfunding p.h2 {
		font-size: 19px;
	}
	
		.cocogoose-smaller {
    font-size: 18px;
    font-family: "Rubik Dirt";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

}
