body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}.aspect--9\:16,.responsive.ratio-916{padding-bottom:177.7777%}.aspect--1\:1,.responsive.ratio-11{padding-bottom:100%}
/*********************************************
 *         main
 ********************************************/

 .mod_mobilenav {
    display: none;
}
 
.mod_mobilenav .nav-open {
    color: #333;
    padding: 10px;
    display: block;
}

.mod_mobilenav .nav-open .word {
	display: none;
}

.mod_mobilenav .nav-open .icon {
	position: relative;
	line-height: 40px;
	width: 40px;
	height: 40px;
	text-align: center;
	display: block;
	background: #000000;
}

.mod_mobilenav .nav-open .icon .hamburger {
	width: 25px;
	height: 3px;
	background: white;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -12.5px;
	margin-top: -1.5px;
	transition: transform 200ms;
}

.mod_mobilenav .nav-open .icon .hamburger.hamburger-1 {
  transform: translate3d(0, -8px, 0);
}
.mod_mobilenav .nav-open .icon .hamburger.hamburger-2 {
  transform: translate3d(0, 0, 0);
}
.mod_mobilenav .nav-open .icon .hamburger.hamburger-3 {
  transform: translate3d(0, 8px, 0);
}

.mod_mobilenav .nav-open.active .icon .hamburger.hamburger-1 {
	transform: translate3d(0, 0, 0) rotate(45deg);
}
.mod_mobilenav .nav-open.active .icon .hamburger.hamburger-2 {
	transform: translate3d(0, 0, 0) scale(0.1, 1);
}
.mod_mobilenav .nav-open.active .icon .hamburger.hamburger-3 {
	transform: translate3d(0, 0, 0) rotate(-45deg);
}
 
.nav-mobile  {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: auto;
    z-index: 999;
    transition: 250ms;
    background: #fff;
	transform: translateX(-100%);
	display: none;
}

.nav-mobile.active {
	box-shadow: 0 20px 70px rgb(0 0 0 / 20%)
}

.nav-mobile , .nav-mobile ul {
    width: 100%;
    max-width: 253px;
    overflow: hidden;
}
.nav-mobile ul > li {
    font-size: 16px;
}
.nav-mobile ul > li a, .nav-mobile ul > li strong {
    padding-right: 50px !important;
}

.nav-mobile * {
    box-sizing: border-box;
}

.nav-mobile button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    background: rgba(0,0,0,0);
	border: none;
    border-left: 1px solid rgba(0,0,0,0.1);
    cursor: pointer;
}

.nav-mobile .arrow {
	display: inline-block !important;
	border-right: 4px solid black;
	border-bottom: 4px solid black;
	width: 10px; height: 10px;
	padding: 0 !important;
	transform: rotate(-45deg);
}

.nav-mobile .arrow.arrow-left {
	transform: rotate(-225deg) translateX(-1px);
}

.nav-mobile span .arrow.arrow-left {
	margin-right: 10px;
}

.nav-mobile ul > li ul {
    left: 100%;
}
.nav-mobile ul {
    margin: 0;
	padding: 0;
	list-style: none;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: 100ms;
    overflow-y: auto;
    overflow-x: hidden;
}

.nav-mobile ul li {
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.1)
}

.nav-mobile ul li span.forward, .nav-mobile ul li a, .nav-mobile ul li.back span, .nav-mobile ul li.close-menu span, .nav-mobile li.trail > span.trail, .nav-mobile li.active > span, .nav-mobile li.title > span {
    position: relative;
    padding: 1rem 1.25rem;
    display: block;
    cursor: pointer;
	text-decoration: none;
}

.nav-mobile ul li span.forward, .nav-mobile li.trail > a, .nav-mobile li.active > span, .nav-mobile li.trail > span.trail {
    background: rgba(0,0,0,0.025);
}

.nav-mobile.active {
    transform: translateX(0);
	animation: mobilenavSlideIn 250ms linear;
	display: block;
}

.nav-mobile ul.active{
    left: 0;
}

.nav-mobile .no-scroll {
    overflow: hidden;
}

.nav-mobile .close-menu {

}

.nav-mobile li.title, .nav-mobile li.fa-homee span {
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
}

.nav-mobile strong {
    font-weight: normal;
}
.nav-mobile li.fa-homee span strong {
    font-weight: bold;
}

/*********************************************
 *         nav-mobile-header
 ********************************************/
.nav-mobile-header {
    display: none;
    position: fixed;
    padding: 10px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

/*********************************************
 *         media
 ********************************************/
@media screen and (max-width: 800px) {
    .mod_mobilenav {
        display: block;
    }

    header .mod_navigation,
	header .mod_customnav,
	header .mod_rocksolid_mega_menu {
        display: none;
    }
}

@keyframes mobilenavSlideIn {
	from {
		transform: translateX(-100%);
	}
	to {
		transform: translateX(0);
	}
}
.rs-columns {
  clear: both;
  display: inline-block;
  width: 100%;
}

.rs-column {
  float: left;
  width: 100%;
  margin-top: 7.69231%;
  margin-right: 7.69231%;
}
.rs-column.-large-first {
  clear: left;
}
.rs-column.-large-last {
  margin-right: -5px;
}
.rs-column.-large-first-row {
  margin-top: 0;
}
.rs-column.-large-col-1-1 {
  width: 100%;
}
.rs-column.-large-col-2-1 {
  width: 46.15385%;
}
.rs-column.-large-col-2-2 {
  width: 100%;
}
.rs-column.-large-col-3-1 {
  width: 28.20513%;
}
.rs-column.-large-col-3-2 {
  width: 64.10256%;
}
.rs-column.-large-col-3-3 {
  width: 100%;
}
.rs-column.-large-col-4-1 {
  width: 19.23077%;
}
.rs-column.-large-col-4-2 {
  width: 46.15385%;
}
.rs-column.-large-col-4-3 {
  width: 73.07692%;
}
.rs-column.-large-col-4-4 {
  width: 100%;
}
.rs-column.-large-col-5-1 {
  width: 13.84615%;
}
.rs-column.-large-col-5-2 {
  width: 35.38462%;
}
.rs-column.-large-col-5-3 {
  width: 56.92308%;
}
.rs-column.-large-col-5-4 {
  width: 78.46154%;
}
.rs-column.-large-col-5-5 {
  width: 100%;
}
.rs-column.-large-col-6-1 {
  width: 10.25641%;
}
.rs-column.-large-col-6-2 {
  width: 28.20513%;
}
.rs-column.-large-col-6-3 {
  width: 46.15385%;
}
.rs-column.-large-col-6-4 {
  width: 64.10256%;
}
.rs-column.-large-col-6-5 {
  width: 82.05128%;
}
.rs-column.-large-col-6-6 {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .rs-column {
    margin-top: 7.69231%;
    margin-right: 7.69231%;
  }
  .rs-column.-large-first {
    clear: none;
  }
  .rs-column.-large-last {
    margin-right: 7.69231%;
  }
  .rs-column.-large-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-medium-first {
    clear: left;
  }
  .rs-column.-medium-last {
    margin-right: -5px;
  }
  .rs-column.-medium-first-row {
    margin-top: 0;
  }
  .rs-column.-medium-col-1-1 {
    width: 100%;
  }
  .rs-column.-medium-col-2-1 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-2-2 {
    width: 100%;
  }
  .rs-column.-medium-col-3-1 {
    width: 28.20513%;
  }
  .rs-column.-medium-col-3-2 {
    width: 64.10256%;
  }
  .rs-column.-medium-col-3-3 {
    width: 100%;
  }
  .rs-column.-medium-col-4-1 {
    width: 19.23077%;
  }
  .rs-column.-medium-col-4-2 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-4-3 {
    width: 73.07692%;
  }
  .rs-column.-medium-col-4-4 {
    width: 100%;
  }
  .rs-column.-medium-col-5-1 {
    width: 13.84615%;
  }
  .rs-column.-medium-col-5-2 {
    width: 35.38462%;
  }
  .rs-column.-medium-col-5-3 {
    width: 56.92308%;
  }
  .rs-column.-medium-col-5-4 {
    width: 78.46154%;
  }
  .rs-column.-medium-col-5-5 {
    width: 100%;
  }
  .rs-column.-medium-col-6-1 {
    width: 10.25641%;
  }
  .rs-column.-medium-col-6-2 {
    width: 28.20513%;
  }
  .rs-column.-medium-col-6-3 {
    width: 46.15385%;
  }
  .rs-column.-medium-col-6-4 {
    width: 64.10256%;
  }
  .rs-column.-medium-col-6-5 {
    width: 82.05128%;
  }
  .rs-column.-medium-col-6-6 {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .rs-column {
    margin-top: 7.69231%;
    margin-right: 7.69231%;
  }
  .rs-column.-large-last {
    margin-right: 7.69231%;
  }
  .rs-column.-large-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-medium-first {
    clear: none;
  }
  .rs-column.-medium-last {
    margin-right: 7.69231%;
  }
  .rs-column.-medium-first-row {
    margin-top: 7.69231%;
  }
  .rs-column.-small-first {
    clear: left;
  }
  .rs-column.-small-last {
    margin-right: -5px;
  }
  .rs-column.-small-first-row {
    margin-top: 0;
  }
  .rs-column.-small-col-1-1 {
    width: 100%;
  }
  .rs-column.-small-col-2-1 {
    width: 46.15385%;
  }
  .rs-column.-small-col-2-2 {
    width: 100%;
  }
  .rs-column.-small-col-3-1 {
    width: 28.20513%;
  }
  .rs-column.-small-col-3-2 {
    width: 64.10256%;
  }
  .rs-column.-small-col-3-3 {
    width: 100%;
  }
  .rs-column.-small-col-4-1 {
    width: 19.23077%;
  }
  .rs-column.-small-col-4-2 {
    width: 46.15385%;
  }
  .rs-column.-small-col-4-3 {
    width: 73.07692%;
  }
  .rs-column.-small-col-4-4 {
    width: 100%;
  }
  .rs-column.-small-col-5-1 {
    width: 13.84615%;
  }
  .rs-column.-small-col-5-2 {
    width: 35.38462%;
  }
  .rs-column.-small-col-5-3 {
    width: 56.92308%;
  }
  .rs-column.-small-col-5-4 {
    width: 78.46154%;
  }
  .rs-column.-small-col-5-5 {
    width: 100%;
  }
  .rs-column.-small-col-6-1 {
    width: 10.25641%;
  }
  .rs-column.-small-col-6-2 {
    width: 28.20513%;
  }
  .rs-column.-small-col-6-3 {
    width: 46.15385%;
  }
  .rs-column.-small-col-6-4 {
    width: 64.10256%;
  }
  .rs-column.-small-col-6-5 {
    width: 82.05128%;
  }
  .rs-column.-small-col-6-6 {
    width: 100%;
  }
}

footer{background-color:#228080}footer ul{list-style:none;padding:0;display:flex;flex-direction:row}footer ul li a{text-decoration:none;font-size:1.125rem;color:#FFF}footer ul li:first-of-type{margin-right:2.5rem}@media (max-width:599px){footer ul{margin:7px 0}footer ul li a{font-size:0.875rem}}
header{position:fixed;z-index:9999;background-color:#FFF;width:100%;border-bottom:1px solid rgba(0, 0, 0, 0.1)}header .inside{display:flex;justify-content:space-between;align-items:center}header .mod_navigation ul{display:flex;list-style:none;padding:0;text-transform:uppercase}header .mod_navigation ul li{font-size:0.875rem;padding:1rem}header .mod_navigation ul li a{font-family:"Roboto", sans-serif;color:#228080;font-weight:600;text-decoration:none}
.mod_article .inside,.mod_article .inside-width,.mod_nodes .inside,.mod_nodes .inside-width,footer .inside,footer .inside-width,header .inside,header .inside-width{width:100%;max-width:var(--content-width);margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.mod_article.ignore-inside .inside,.mod_nodes.ignore-inside .inside,footer.ignore-inside .inside,header.ignore-inside .inside{max-width:100%;padding-left:0;padding-right:0}.mod_article.content-sm .inside,.mod_nodes.content-sm .inside,footer.content-sm .inside,header.content-sm .inside{max-width:var(--content-width-sm)}.onepage_article:not(:first-child){counter-increment:onepage_article}.ce_rs_columns_start.mb-2{margin-bottom:3.25rem}.content-text.mt-2>h2{margin-top:0}
@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:100;src:url("/files/aid/design/fonts/roboto-slab/roboto-slab-v36-latin-100.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:200;src:url("/files/aid/design/fonts/roboto-slab/roboto-slab-v36-latin-200.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:300;src:url("/files/aid/design/fonts/roboto-slab/roboto-slab-v36-latin-300.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:400;src:url("/files/aid/design/fonts/roboto-slab/roboto-slab-v36-latin-regular.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:500;src:url("/files/aid/design/fonts/roboto-slab/roboto-slab-v36-latin-500.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:600;src:url("/files/aid/design/fonts/roboto-slab/roboto-slab-v36-latin-600.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:700;src:url("/files/aid/design/fonts/roboto-slab/roboto-slab-v36-latin-700.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:800;src:url("/files/aid/design/fonts/roboto-slab/roboto-slab-v36-latin-800.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Roboto Slab";font-style:normal;font-weight:900;src:url("/files/aid/design/fonts/roboto-slab/roboto-slab-v36-latin-900.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:100;src:url("/files/aid/design/fonts/roboto/roboto-v51-latin-100.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:100;src:url("/files/aid/design/fonts/roboto/roboto-v51-latin-100italic.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:200;src:url("/files/aid/design/fonts/roboto/roboto-v51-latin-200.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:200;src:url("/files/aid/design/fonts/roboto/roboto-v51-latin-200italic.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:300;src:url("/files/aid/design/fonts/roboto/roboto-v51-latin-300.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:300;src:url("/files/aid/design/fonts/roboto/roboto-v51-latin-300italic.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:400;src:url("/files/aid/design/fonts/roboto/roboto-v51-latin-regular.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:400;src:url("/files/aid/design/fonts/roboto/roboto-v51-latin-italic.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:500;src:url("/files/aid/design/fonts/roboto/roboto-v51-latin-500.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:500;src:url("/files/aid/design/fonts/roboto/roboto-v51-latin-500italic.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:600;src:url("/files/aid/design/fonts/roboto/roboto-v51-latin-600.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:600;src:url("/files/aid/design/fonts/roboto/roboto-v51-latin-600italic.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:700;src:url("/files/aid/design/fonts/roboto/roboto-v51-latin-700.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:700;src:url("/files/aid/design/fonts/roboto/roboto-v51-latin-700italic.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:800;src:url("/files/aid/design/fonts/roboto/roboto-v51-latin-800.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:800;src:url("/files/aid/design/fonts/roboto/roboto-v51-latin-800italic.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Roboto";font-style:normal;font-weight:900;src:url("/files/aid/design/fonts/roboto/roboto-v51-latin-900.woff2") format("woff2")}@font-face{font-display:swap;font-family:"Roboto";font-style:italic;font-weight:900;src:url("/files/aid/design/fonts/roboto/roboto-v51-latin-900italic.woff2") format("woff2")}
html{scroll-behavior:smooth}::selection{background:#ff5636;color:#FFF}::-moz-selection{background:#ff5636;color:#FFF}*,*:before,*:after{box-sizing:border-box}body{font-family:"Open Sans", sans-serif;counter-reset:onepage_article}h1,h2,h3,h4,h5,h6{font-family:"Roboto Slab", sans-serif;color:#228080;font-size:2.25rem;font-weight:700}h1{font-size:3.125rem}p{margin:0;font-size:1.125rem;line-height:1.5;color:#222222}p+p{margin-top:1em}p a{color:#2c9c2b;text-decoration:underline}ul li{font-size:1.125rem;line-height:1.5}img{vertical-align:middle}@media (max-width:599px){h2{font-size:1.5rem}h3{font-size:1.25rem}p{font-size:0.875rem}ul li{font-size:0.875rem}}
:root{--color-accent: #98A884;--color-accent-rgb: 152, 168, 132;--color-green-dark: #5B6F64;--color-green-dark-rgb: 91, 111, 100;--color-green-light: #C9CEB8;--color-green-light-rgb: 201, 206, 184;--color-gray-light: #F5F5F5;--color-gray-light-rgb: 245, 245,245;--color-gray: #959595;--color-gray-rgb: 149, 149, 149;--color-gray-dark: #434343;--color-gray-dark-rgb: 67, 67, 67;--color-white: #FFFFFF;--color-black: #000000;--color-red: #F2625A;--color-red-rgb: 242, 98, 90;--content-width: 1200px;--content-width-sm: 1032px}
.mod_article:not(.p-t-0){padding-top:100px}.mod_article:not(.p-b-0){padding-bottom:100px}.mod_article.bg.bg-green{background:#2C9C2B}.mod_article.bg.bg-green h1,.mod_article.bg.bg-green h2,.mod_article.bg.bg-green h3,.mod_article.bg.bg-green h4,.mod_article.bg.bg-green h5{margin-top:0;color:#000;font-weight:700}.mod_article.bg.bg-green h3{font-size:1.5rem}.mod_article.bg.bg-green h5{font-size:1.125rem;margin-bottom:0.5rem}.mod_article.bg.bg-green .content-headline.heading-count{font-size:1.125rem !important}.mod_article.bg.bg-green .content-headline.heading-count:before{color:#FFF}.mod_article.bg.bg-green p{color:#FFF}.mod_article.bg.bg-gray-light{background:#F6F6F6}.mod_article#article-5{border-bottom:solid 20px var(--color-gray-light)}@media (max-width:899px){.mod_article:not(.p-t-0){padding-top:50px}.mod_article:not(.p-b-0){padding-bottom:50px}}@media (max-width:599px){.mod_article:not(.p-t-0){padding-top:35px}.mod_article:not(.p-b-0){padding-bottom:35px}}
.mod_rocksolid_slider{margin-top:80px}.mod_rocksolid_slider>div{position:relative}.mod_rocksolid_slider img{width:100%;max-height:1000px;object-fit:cover}.mod_rocksolid_slider .windpark-wrapper{max-width:var(--content-width);margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);z-index:99}.mod_rocksolid_slider .windpark-content{background:#FFF;max-width:470px;padding:3.25rem}.mod_rocksolid_slider .windpark-content .content-headline{font-size:2.25rem;color:#228080;margin-bottom:2.25rem}.mod_rocksolid_slider .windpark-content .content-text ul{margin:0;padding:0;margin-left:1rem}.mod_rocksolid_slider .windpark-content .content-text ul li{font-size:1.125rem;color:#555555}.mod_rocksolid_slider .windpark-content .content-text.a-as-btn p a{margin-top:1.875rem;background:#2c9c2b;color:#FFF;padding:9px 18px;text-decoration:none;font-size:1.125rem;line-height:1.5;display:inline-block}.mod_rocksolid_slider .windpark-content .content-text.a-as-btn p a:hover{background:#217420}@media (max-width:599px){.mod_rocksolid_slider{margin-top:70px;height:800px}.mod_rocksolid_slider .rsts-view{height:100%}.mod_rocksolid_slider .rsts-view .rsts-crop{height:100%}.mod_rocksolid_slider .content-image img{height:800px}.mod_rocksolid_slider .windpark-wrapper .content-headline{font-size:1.75rem}.mod_rocksolid_slider .windpark-wrapper .content-text ul li{font-size:0.875rem}.mod_rocksolid_slider .windpark-wrapper .content-text.a-as-btn p a{font-size:0.875rem}}
.content-headline.heading-count{line-height:1.15;font-weight:700;font-size:1.125rem;color:#000;margin:0}.content-headline.heading-count:before{content:counter(onepage_article,decimal-leading-zero) " —";display:block;color:#2c9c2b;font-size:1rem}.ce_headline.heading--4{font-size:1.375rem}@media (max-width:599px){.content-headline.heading-count{font-size:0.875rem}.content-headline.heading-count:before{font-size:0.875rem}}
.content-gallery.content-gallery--cols-6 ul{display:flex;flex-wrap:wrap;gap:6px;margin:0;padding:6px;list-style:none;background:#2c9c2b}.content-gallery.content-gallery--cols-6 ul li{flex:0 0 calc((100% - 5 * 6px) / 6);background:#FFF;overflow:hidden;position:relative}.content-gallery.content-gallery--cols-6 ul li img{display:block;width:100%;height:auto;transition:transform 0.4s ease}.content-gallery.content-gallery--cols-6 ul li:hover img{transform:scale(1.08)}.content-gallery .pswp__scroll-wrap{position:relative;z-index:9999;background:#2c9c2b}@media (max-width:599px){.content-gallery.content-gallery--cols-6 ul li{flex:0 0 calc((100% - 1 * 6px) / 2)}}
.ce_form.orderform{padding:3.25rem 3.25rem;background:#FFF;color:#555555}.ce_form.orderform .formbody{display:flex;flex-wrap:wrap;gap:20px}.ce_form.orderform .formbody .widget-text{flex:0 0 calc((100% - 20px) / 2);font-size:1rem}.ce_form.orderform .formbody .widget-text input{width:100%;box-sizing:border-box;padding:0.225rem 0.75rem}.ce_form.orderform .formbody .widget-textarea{display:flex;flex-direction:column;flex:0 0 100%;font-size:1rem}.ce_form.orderform .formbody .widget-textarea textarea{font-family:"Open Sans", Sans-Serif;min-width:100%;max-width:100%;padding:0.225rem 0.75rem}.ce_form.orderform .formbody .widget-submit button{background:#2c9c2b;color:#FFF;padding:9px 18px;text-decoration:none;font-size:1.125rem;line-height:1.5;display:inline-block;border:none}.ce_form.orderform .formbody .widget-submit button:hover{background:#217420}@media (max-width:599px){.ce_form.orderform .formbody{flex-direction:column;flex-wrap:nowrap}.ce_form.orderform .formbody .widget-text,.ce_form.orderform .formbody .widget-textarea{font-size:0.875rem}.ce_form.orderform .formbody .widget-submit button{font-size:0.875rem}}
