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%}
.mod_visitors .invisible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    float: left;
	width:0px;
	height:0px;
}
/*********************************************
 *         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%;
  }
}

table.sortable thead th{background-image:url(../../assets/tablesorter/images/default.svg);background-repeat:no-repeat;background-position:center right}table.sortable thead th.tablesorter-headerAsc{background-image:url(../../assets/tablesorter/images/asc.svg)}table.sortable thead th.tablesorter-headerDesc{background-image:url(../../assets/tablesorter/images/desc.svg)}
.footer-bottom{padding:22px 1rem;background:#000;color:#fff;text-align:center}.footer-bottom p{margin:0 0 8px}.footer-bottom a{color:#fff;text-decoration:none}.footer-bottom a+a{margin-left:16px}
html{scroll-behavior:auto}#headeroffset{position:sticky;top:0;left:0;z-index:99999;width:100%;height:0;background:#fff}body.is-home-page #headeroffset{top:34px}body.is-home-page.header-scrolled #headeroffset{top:0}#header{height:84px;background:#fff;box-shadow:0 0 5px rgba(0, 0, 0, 0.3)}#header .inside{position:relative;width:100%;max-width:1290px;height:84px;margin-inline:auto;padding-inline:1rem;display:flex;align-items:center;box-sizing:border-box}#header figure,#header ul{margin:0}#header .logo-header{order:1;flex:0 0 auto;cursor:pointer}#header .logo-header img{display:block;width:166px;height:auto}#header .mod_navigation{order:2;margin-left:auto}#header .mod_navigation .level_1{display:flex;align-items:center;gap:26px;padding:0;list-style:none}#header .mod_navigation .level_1:hover li.is-active::after{opacity:0}#header .mod_navigation .level_1 li:hover::after{opacity:1}#header .mod_navigation li{position:relative}#header .mod_navigation li::after{content:"";position:absolute;left:0;right:0;bottom:0;height:8px;background:#ffd21f;opacity:0;transition:opacity 0.25s ease}#header .mod_navigation li.is-active::after{opacity:1}#header .mod_navigation li.active:not(.is-active)::after{opacity:0 !important}#header .mod_navigation a,#header .mod_navigation strong{display:block;height:84px;color:#777;font-size:16px;font-weight:300;line-height:84px;text-decoration:none;white-space:nowrap;cursor:pointer}#header .mod_changelanguage{order:3;margin-left:28px}#header .mod_changelanguage .level_1{display:flex;gap:10px;padding:0;list-style:none}#header .mod_changelanguage a,#header .mod_changelanguage strong{color:#777;font-size:16px;font-weight:300;line-height:84px;text-decoration:none}#header .mod_changelanguage .active strong,#header .mod_changelanguage strong.active{color:#000}#header .mod_mobilenav{display:none}#pagetitle,.back-home{display:none}body:not(.is-home-page) #pagetitle,body:not(.is-home-page) .back-home{display:block}body:not(.is-home-page) #pagetitle{position:absolute;top:84px;left:50%;width:100vw;transform:translateX(-50%);padding-block:14px;padding-inline:max(1rem, calc((100vw - 1290px) / 2 + 1rem));background:#f2f2f2;border-bottom:1px solid #e1e1e1;color:#ffcd04;font-size:20px;font-weight:300;text-transform:uppercase;box-sizing:border-box}body:not(.is-home-page) .back-home{position:absolute;top:98px;right:1rem;z-index:2;color:#5e5e5e;font-size:16px;font-weight:300;white-space:nowrap}body:not(.is-home-page) .back-home::before{font-family:"icons";content:"";margin-right:10px}body:not(.is-home-page).header-scrolled #pagetitle,body:not(.is-home-page).header-scrolled .back-home{display:none}body:not(.is-home-page) .legacy{padding-top:110px}#wrapper{padding-top:0}#projekte,#unternehmen,#kontakt,#projects,#company,#contact{scroll-margin-top:118px}@media (max-width:768px){#headeroffset{position:sticky;top:0 !important;left:0;z-index:99999;width:100%;height:84px;background:#fff}body.is-home-page #headeroffset,body.is-home-page.header-scrolled #headeroffset{top:0 !important}#header{height:84px;background:#fff}#header .inside{height:84px;padding-inline:1rem;justify-content:flex-start;position:relative;z-index:2}#header .logo-header{order:1;flex:0 0 auto}#header .logo-header img{width:150px}#header .mod_changelanguage{order:2;margin-left:18px;margin-right:52px;flex:0 0 auto}#header .mod_changelanguage .level_1{gap:8px}#header .mod_changelanguage a,#header .mod_changelanguage strong{font-size:15px;line-height:1}#header .mod_navigation{display:none}#header .mod_mobilenav{order:3;display:block;margin-left:auto;flex:0 0 auto;position:static;z-index:10}#header .mod_mobilenav .nav-open{position:relative;z-index:30;width:42px;height:42px;padding:0;background:#ffcd04;display:flex;align-items:center;justify-content:center;text-decoration:none;cursor:pointer;touch-action:manipulation}#header .mod_mobilenav .nav-open .word{display:none}#header .mod_mobilenav .nav-open .icon{float:none;width:20px;height:20px;padding:0;background:transparent;display:flex;align-items:center;justify-content:center;pointer-events:none}#header .mod_mobilenav .nav-open .icon::before{font-family:"icons";content:"☰";color:#fff;font-size:18px;line-height:1}#header .mod_mobilenav .nav-open .icon .hamburger{display:none}#header .mod_mobilenav .nav-mobile{position:absolute;top:84px;left:0;right:auto;z-index:20;width:100vw}#header .mod_mobilenav ul.level_1 li a,#header .mod_mobilenav ul.level_1 li span{transition:none}#header .mod_mobilenav ul.level_1 li a:hover,#header .mod_mobilenav ul.level_1 li span:hover{background:transparent;color:inherit}#header .mod_mobilenav ul.level_1 li.close-menu span{background:transparent;color:#ffcd04;cursor:pointer}#header .mod_mobilenav ul.level_1 li.close-menu span:hover{background:transparent;color:#ffcd04}body:not(.is-home-page) #pagetitle{padding-inline:1rem}body:not(.is-home-page) .back-home{right:1rem}}
.logo-md{max-width:1290px;margin:4rem auto 0;display:flex;justify-content:space-between;gap:22px}.logo-md .rs-column{float:none;width:31%;margin:0;padding:0}.logo-md .content-image{display:flex;flex-direction:column-reverse;align-items:center;gap:18px;text-align:center}.logo-md figure{height:130px;margin:0;display:flex;align-items:center}.logo-md img{width:100%;max-width:380px;height:auto;display:block}.logo-md h3{text-align:center}@media (max-width:768px){.logo-md{display:block}.logo-md .rs-column{width:100%;margin-bottom:2rem}}.headline-page{margin-bottom:1.5rem;text-align:center}.headline-page::after{content:"♟♟";display:flex;align-items:center;justify-content:center;width:170px;margin:1.5rem auto 0;color:#ffd21f;font-size:22px;line-height:1;background:linear-gradient(#e5e5e5, #e5e5e5) left 50% / 55px 1px no-repeat, linear-gradient(#e5e5e5, #e5e5e5) right 50% / 55px 1px no-repeat}.kontakt-form .headline-page::after{letter-spacing:-3px}.news-timeline .headline-page::after{content:"▦";letter-spacing:0}.content-hyperlink{text-align:center}.content-hyperlink a{display:inline-block;padding:10px 12px;border:1px solid #555;color:#555;font-weight:700;transition:0.3s}.content-hyperlink a::before{content:"";font-family:"icons";display:inline-block;margin-right:8px;transform:rotate(-90deg);position:relative;top:-1px}.content-hyperlink a:hover{background:#ffcd04;border-color:#ffcd04;color:#fff}
body,a,p,li,strong,span,input,textarea,button,select{font-family:"Raleway", Georgia, serif;line-height:1.65;letter-spacing:0;font-weight:300}body{margin:0;font-size:100.01%;color:#555}a{color:inherit;font-size:16px;text-decoration:none}p,li{font-size:14px;line-height:1.65}strong{font-weight:700}h1,h2,h3,h4,h5{margin:0;font-family:"Montserrat", Georgia, serif;font-weight:700;line-height:1.25;letter-spacing:0}h1{font-size:56px}h2{font-size:45px}h3{font-size:24px}h4,h5{font-size:20px}.txt-lg p,.txt-lg li{font-size:20px;line-height:1.8}.legacy{padding-top:100px}.legacy h1{padding-bottom:1rem;font-size:36px}.legacy h2{font-size:26px}.branding{padding-top:3rem;padding-bottom:2rem}.sld h2,.sld .text,.sld .autor,.sld .phone,.sld .address,.sld .email{font-family:"Raleway", Georgia, serif}.sld.sld-sm h2{font-size:30px}.sld.sld-md .rte::before{font-size:58px;line-height:1}.sld.sld-md .text{font-size:26px;line-height:1.35}.sld.sld-md .autor{font-size:18px}.sld.sld-lg .kontakt{font-size:40px;font-weight:300;line-height:1.2;text-transform:uppercase}.sld.sld-lg .phone{font-size:64px;line-height:1.1}.sld.sld-lg .phone::before{font-size:34px}.sld.sld-lg .address,.sld.sld-lg .email,.sld.sld-lg .email a{font-size:28px;line-height:1.35}.news-timeline,.projectlist{color:#333}.news-timeline h2,.projectlist h2{font-size:20px;line-height:1.25}.news-timeline h2 a,.projectlist h2 a{color:inherit;font-size:inherit;font-weight:inherit;line-height:inherit}.news-timeline .info,.news-timeline .info time,.projectlist .info,.projectlist .info time{color:#aaa;font-size:14px;line-height:1.4}.content-image:not(.slider-hero .content-image):not(.sld .content-image):not(.group-section .content-image){text-align:center}.content-image:not(.slider-hero .content-image):not(.sld .content-image):not(.group-section .content-image) figure{margin-inline:auto}.content-image:not(.slider-hero .content-image):not(.sld .content-image):not(.group-section .content-image) img{display:inline-block;height:auto}@media (max-width:1024px){h1{font-size:42px}h2{font-size:34px}.txt-lg p,.txt-lg li{font-size:18px}}@media (max-width:768px){a,p,li{font-size:14px}h1{font-size:30px}h2{font-size:22px}h4,h5{font-size:18px}.txt-lg p,.txt-lg li{font-size:16px;line-height:1.7}.legacy{padding-top:30px !important}.legacy h2{font-size:22px}.sld.sld-sm h2{font-size:22px}.sld.sld-md .text{font-size:20px}.sld.sld-lg .kontakt{font-size:24px}.sld.sld-lg .phone{font-size:38px}.sld.sld-lg .address,.sld.sld-lg .email,.sld.sld-lg .email a{font-size:18px}}
.slider-hero{position:relative;height:760px !important;overflow:hidden}.slider-hero .rsts-view,.slider-hero .rsts-crop,.slider-hero .rsts-slides,.slider-hero .rsts-slide,.slider-hero .rsts-slide>div,.slider-hero .content-image,.slider-hero figure{height:100% !important}.slider-hero .rsts-view,.slider-hero .rsts-crop,.slider-hero .rsts-slides,.slider-hero .rsts-slide,.slider-hero .rsts-slide>div{width:100% !important}.slider-hero .content-image,.slider-hero figure{margin:0}.slider-hero .content-image img{width:100%;height:100%;display:block;object-fit:cover;object-position:center 38%}.slider-hero .hero-title,.slider-hero .logo-small-slider{position:absolute;left:50%;z-index:2;transform:translateX(-50%)}.slider-hero .hero-title{top:300px;min-width:690px;margin:0;padding:16px 28px;border:2px solid #fff;color:#fff;font-size:42px;font-weight:700;line-height:1.15;text-align:center}.slider-hero .logo-small-slider{top:420px;width:740px;display:flex;justify-content:center;gap:34px}.slider-hero .logo-small-slider .rs-column{float:none;width:auto;margin:0;padding:0}.slider-hero .logo-small-slider img{width:212px;height:auto;display:block}.slider-hero .rsts-nav,.slider-hero .rsts-prev,.slider-hero .rsts-next{display:none !important}@media (max-width:768px){.slider-hero{height:300px !important}.slider-hero .rsts-view,.slider-hero .rsts-crop,.slider-hero .rsts-slides,.slider-hero .rsts-slide,.slider-hero .rsts-slide>div,.slider-hero .content-image,.slider-hero figure{height:300px !important}.slider-hero .content-image img{object-position:center center}.slider-hero .hero-title{top:128px;min-width:0;width:calc(100% - 4rem);padding:8px 12px;font-size:22px;line-height:1.15}.slider-hero .logo-small-slider{top:190px;width:calc(100% - 4rem);gap:16px}.slider-hero .logo-small-slider img{width:120px}}.slider-hero .hero-title{opacity:0;transform:translateX(100vw);animation:heroTitleIn 0.6s ease-out 0.2s forwards}.slider-hero .logo-small-slider{opacity:0;transform:translateX(-100vw);animation:heroLogosIn 0.6s ease-out 0.2s forwards}@keyframes heroTitleIn{from{opacity:0;transform:translateX(100vw)}to{opacity:1;transform:translateX(-50%)}}@keyframes heroLogosIn{from{opacity:0;transform:translateX(-100vw)}to{opacity:1;transform:translateX(-50%)}}
html,body{min-height:100%}body{min-height:100vh;overflow-x:hidden}#contentwrapper{min-height:100vh;display:flex;flex-direction:column}#wrapper{flex:1 0 auto}#container,#container-inside,#main,#main>.inside{width:100%;max-width:none;margin:0;padding:0}.mod_article{width:auto;max-width:80.625rem;margin-inline:auto;padding:3.625rem 1rem;box-sizing:border-box}.mod_article.ignore-inside{max-width:none;padding:0}.mod_article.section.news-timeline{max-width:none;padding:5.625rem 1rem}@media (max-width:768px){.mod_article{padding:3.5rem 1rem}.mod_article.ignore-inside{padding:0}.mod_article.section.news-timeline{padding:3.5rem 1rem}}
@font-face{font-family:"Montserrat";src:url("/files/fonts/montserrat/montserrat-v12-latin-regular.woff2") format("woff2"), url("/files/fonts/montserrat/montserrat-v12-latin-regular.woff") format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Montserrat";src:url("/files/fonts/montserrat/montserrat-v12-latin-700.woff2") format("woff2"), url("/files/fonts/montserrat/montserrat-v12-latin-700.woff") format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Raleway";src:url("/files/fonts/raleway/raleway-v12-latin-300.woff2") format("woff2"), url("/files/fonts/raleway/raleway-v12-latin-300.woff") format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:"Raleway";src:url("/files/fonts/raleway/raleway-v12-latin-regular.woff2") format("woff2"), url("/files/fonts/raleway/raleway-v12-latin-regular.woff") format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Raleway";src:url("/files/fonts/raleway/raleway-v12-latin-700.woff2") format("woff2"), url("/files/fonts/raleway/raleway-v12-latin-700.woff") format("woff");font-weight:700;font-style:normal;font-display:swap}
.sld{position:relative;padding:0;color:#fff;text-align:center}.sld .sld-img{height:var(--h);background:center center / cover fixed}.sld .sld-img figure{display:none}.sld .sld-txt,.sld .text-slider{position:absolute;inset:0;display:grid;place-items:center}.sld.sld-sm{--h: 260px}.sld.sld-sm .sld-img{background-image:url("/files/zwe/inhalt/bilder/onepager/zwe_erfahrung.jpg")}.sld.sld-md{--h: 370px}.sld.sld-md .sld-img{background-image:url("/files/zwe/inhalt/bilder/onepager/zwe_philosophie.jpg")}.sld.sld-md .rte::before{content:"❝";display:block;margin-bottom:2.5rem;color:#fff}.sld.sld-md .text{max-width:900px;margin:0 auto 2.4rem;color:#fff;font-style:italic}.sld.sld-md .autor{color:#fff}.sld.sld-lg{--h: 520px}.sld.sld-lg .kontakt{margin:0;padding:26px 1rem;background:#000;color:#fff;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:12px}.sld.sld-lg .kontakt::after{content:"";width:9px;height:9px;border-right:3px solid #fff;border-bottom:3px solid #fff;transform:rotate(45deg);transition:transform 0.25s ease;margin-top:-5px}.sld.sld-lg .map-panel{height:0;overflow:hidden;background:#fff;transition:height 0.35s ease}.sld.sld-lg.is-open .kontakt::after{transform:rotate(225deg);margin-top:5px}.sld.sld-lg.is-open .map-panel{height:430px}.sld.sld-lg .sld-img{position:relative;height:var(--h);background-image:url("/files/zwe/inhalt/bilder/slider-hero-zwe.jpg")}.sld.sld-lg .kontakt-info{inset:auto 0 0 0;height:var(--h)}.sld.sld-lg .kontakt-info .rte{display:flex;flex-direction:column;align-items:center}.sld.sld-lg .phone{width:auto;margin-bottom:22px;font-size:58px;font-weight:300;line-height:1}.sld.sld-lg .phone::before{content:"";display:block;width:78px;height:78px;margin:0 auto 26px;border-radius:50%;background-color:rgba(255, 255, 255, 0.28);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.61 21 3 13.39 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.24.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:34px 34px}.sld.sld-lg .address{margin-bottom:8px}.sld.sld-lg .address,.sld.sld-lg .email{text-transform:uppercase}.sld.sld-lg a{color:#fff;text-decoration:none}@media (max-width:768px){.sld .sld-img{background-attachment:scroll}.sld.sld-sm{--h: 200px}.sld.sld-md{--h: 300px}.sld.sld-lg{--h: 430px}.sld.sld-lg.is-open .map-panel{height:300px}.sld.sld-lg .phone{font-size:42px}.sld.sld-lg .phone::before{width:64px;height:64px;background-size:28px 28px;margin-bottom:22px}}
.kontakt-form{width:100%;max-width:980px;margin-inline:auto;padding-block:5rem;text-align:center}.kontakt-form .text-page{max-width:980px;margin:0 auto 3rem}.kontakt-form .formbody{display:flex;flex-wrap:wrap;gap:14px 24px}.kontakt-form .widget{margin:0}.kontakt-form .widget-text{position:relative;width:calc(33.333% - 16px)}.kontakt-form .widget-text::before{position:absolute;left:0;top:0;z-index:1;width:58px;height:68px;border-right:1px solid #ddd;color:#c9c9c9;font-family:"icons";font-size:28px;font-weight:400;line-height:68px;text-align:center;transition:transform 0.35s ease, color 0.35s ease}.kontakt-form .widget-text:hover::before{color:#ffcd04;transform:rotateY(360deg)}.kontakt-form .widget-text:has(input[name="Ansprechpartner"])::before,.kontakt-form .widget-text:has(input[name="Contactperson"])::before,.kontakt-form .widget-text:has(input[name="ContactPerson"])::before,.kontakt-form .widget-text:has(input[name="Contact_Person"])::before,.kontakt-form .widget-text:has(input[name="contactperson"])::before,.kontakt-form .widget-text:has(input[name="contact_person"])::before{content:""}.kontakt-form .widget-text:has(input[name="email"])::before,.kontakt-form .widget-text:has(input[name="Email"])::before{content:"✉"}.kontakt-form .widget-text:has(input[name="phone"])::before,.kontakt-form .widget-text:has(input[name="Phone"])::before,.kontakt-form .widget-text:has(input[name="Telefon"])::before{content:""}.kontakt-form .widget-text:has(input[name="Firma"])::before,.kontakt-form .widget-text:has(input[name="Company"])::before,.kontakt-form .widget-text:has(input[name="company"])::before{content:""}.kontakt-form .widget-text:has(input[name="Strasse"])::before,.kontakt-form .widget-text:has(input[name="Straße"])::before,.kontakt-form .widget-text:has(input[name="Street"])::before,.kontakt-form .widget-text:has(input[name="street"])::before{content:""}.kontakt-form .widget-text:has(input[name="Ort"])::before,.kontakt-form .widget-text:has(input[name="Place"])::before,.kontakt-form .widget-text:has(input[name="place"])::before,.kontakt-form .widget-text:has(input[name="City"])::before,.kontakt-form .widget-text:has(input[name="city"])::before{content:""}.kontakt-form input,.kontakt-form textarea{width:100%;border:1px solid #ddd;background:#fafafa;color:#555;font-size:20px;font-weight:300;text-transform:uppercase;box-sizing:border-box;outline:none}.kontakt-form input::placeholder,.kontakt-form textarea::placeholder{color:#d5d5d5;opacity:1}.kontakt-form input{height:68px;padding:0 18px 0 82px}.kontakt-form textarea{min-height:200px;padding:22px;resize:vertical}.kontakt-form .textarea,.kontakt-form .widget-checkbox,.kontakt-form .submit_container{width:100%}.kontakt-form .widget-checkbox{text-align:left}.kontakt-form .checkbox_container{margin:0;padding:9px 10px;border:1px solid #ddd;background:#fff}.kontakt-form .checkbox_container span{display:flex;align-items:center;gap:8px}.kontakt-form .checkbox_container input{width:14px;height:14px;padding:0;margin:0;flex:0 0 14px}.kontakt-form .checkbox_container label{color:#555;font-size:14px;line-height:1.3}.kontakt-form .checkbox_container a{text-decoration:underline}.kontakt-form .submit{width:100%;height:58px;border:0;background:#ffd21f;color:#fff;font-size:14px;font-weight:300;cursor:pointer}@media (max-width:768px){.kontakt-form{max-width:none;padding:3.5rem 1rem}.kontakt-form .formbody{gap:12px}.kontakt-form .widget-text{width:100%}.kontakt-form .widget-text::before{width:50px;height:58px;font-size:24px;line-height:58px}.kontakt-form input{height:58px;padding-left:68px;font-size:16px}.kontakt-form textarea{min-height:170px;font-size:16px}}
.group-section{max-width:1290px;margin-inline:auto;padding-block:5rem}.group-section .info-row,.group-section .slider-wrapper,.group-section .project{display:grid;grid-template-columns:1fr 1fr;align-items:start;margin-bottom:5rem}.group-section .info-row,.group-section .slider-wrapper{gap:80px}.group-section .project{gap:42px;padding-top:2.5rem}.group-section .rs-column{float:none;width:auto;margin:0;padding:0}.group-section .img-md figure{margin:0}.group-section .img-md figcaption{display:none}.group-section .img-md img{width:100%;height:404px;display:block;object-fit:cover}.group-section .project-cards .img-md img{height:340px}.group-section .content-text h2,.group-section .content-text h3{margin-bottom:1.4rem}.group-section .content-text p,.group-section .content-text li{font-size:14px;line-height:1.65}.group-section .content-text p{margin:0 0 1rem}.group-section .content-text ul,.group-section .content-text ol{margin:1rem 0 0;padding-left:1.3rem}.group-section .project-cards .content-text{margin-top:1.4rem}@media (max-width:768px){.group-section{padding:3.5rem 1rem}.group-section .info-row,.group-section .slider-wrapper,.group-section .project{display:block;margin-bottom:3rem}.group-section .img-md img,.group-section .project-cards .img-md img{height:auto;margin-bottom:1.5rem}}
.news-timeline .layout_latest .more,.projectlist .layout_latest .more{display:none}.news-timeline .layout_latest .image_container,.projectlist .layout_latest .image_container{margin:0}.news-timeline .layout_latest .image_container img,.projectlist .layout_latest .image_container img{width:100%;height:auto;display:block}.news-timeline .layout_latest .ce_text p,.projectlist .layout_latest .ce_text p{margin:0 0 0.7rem}.news-timeline .layout_latest .ce_text strong,.projectlist .layout_latest .ce_text strong{display:none !important}.news-timeline .layout_latest .ce_text img,.projectlist .layout_latest .ce_text img{width:auto;max-width:48%;height:auto;margin:0 0.5rem 0.8rem 0;vertical-align:middle}.news-timeline{width:100%;max-width:none;margin:0;padding-top:5.625rem;padding-bottom:5.625rem;background:#f2f2f2;box-sizing:border-box}.news-timeline .headline-page,.news-timeline .nachrichtenleser-news{max-width:1290px;margin-left:auto;margin-right:auto}.news-timeline .headline-page{margin-top:0;margin-bottom:3rem}.news-timeline .nachrichtenleser-news{overflow:visible}.news-timeline .layout_latest{display:grid;grid-template-columns:calc(50% - 22px) 44px calc(50% - 22px);align-items:start;column-gap:0}.news-timeline .layout_latest::before{content:"";grid-column:2;grid-row:1 / span 4;width:44px;min-height:330px;background:url("/files/zwe/inhalt/bilder/zwe/nachrichtteaser-divider.png") center -108px no-repeat}.news-timeline .layout_latest .image_container{grid-row:1 / span 4}.news-timeline .layout_latest h2{grid-row:1;margin:0 0 0.25rem}.news-timeline .layout_latest h2 a{color:inherit;text-decoration:none}.news-timeline .layout_latest .info{grid-row:2;margin:0 0 1rem;font-size:0}.news-timeline .layout_latest .info time{font-size:initial}.news-timeline .layout_latest .ce_text{grid-row:3}.news-timeline .layout_latest:nth-child(odd) .image_container{grid-column:1;padding-right:44px}.news-timeline .layout_latest:nth-child(odd) h2,.news-timeline .layout_latest:nth-child(odd) .info,.news-timeline .layout_latest:nth-child(odd) .ce_text{grid-column:3;padding-left:44px}.news-timeline .layout_latest:nth-child(even) .image_container{grid-column:3;padding-left:44px}.news-timeline .layout_latest:nth-child(even) h2,.news-timeline .layout_latest:nth-child(even) .info,.news-timeline .layout_latest:nth-child(even) .ce_text{grid-column:1;padding-right:44px}.projectlist{max-width:1290px;margin:0 auto 5rem;display:grid;grid-template-columns:repeat(3, 1fr);gap:34px;align-items:start}.projectlist .layout_latest{position:relative;min-height:110px;border:5px solid #e5e5e5;overflow:hidden;background:#fff;transition:0.25s ease}.projectlist .layout_latest:has(.image_container){order:1}.projectlist .layout_latest:not(:has(.image_container)){order:2}.projectlist .info{display:none}.projectlist h2{margin:0;padding:14px 16px}.projectlist .ce_text{max-height:0;padding:0 16px;overflow:hidden;opacity:0;transition:0.25s ease}.projectlist .layout_latest:hover{z-index:2;box-shadow:0 8px 24px rgba(0, 0, 0, 0.12)}.projectlist .layout_latest:hover .ce_text{max-height:600px;padding-bottom:16px;opacity:1}@media (max-width:1024px){.projectlist{grid-template-columns:repeat(2, 1fr)}}@media (max-width:768px){.news-timeline{padding-top:5.625rem;padding-bottom:5.625rem;padding-left:1rem;padding-right:1rem}.news-timeline .headline-page{margin-bottom:2.5rem}.news-timeline .layout_latest{display:block;position:relative;padding-left:48px;margin-bottom:2rem}.news-timeline .layout_latest::before{position:absolute;top:0;left:0;width:32px;min-height:100%;background-position:center -108px}.news-timeline .layout_latest .image_container{padding:0 !important}.news-timeline .layout_latest .image_container img{height:auto;margin-bottom:1.2rem}.news-timeline .layout_latest h2,.news-timeline .layout_latest .info,.news-timeline .layout_latest .ce_text{padding:0 !important}.projectlist{grid-template-columns:1fr;gap:24px;padding-inline:1rem}.projectlist .image_container img{height:auto}.projectlist .ce_text{max-height:none;padding:0 16px 16px;opacity:1}}@media (max-width:768px){.news-timeline .layout_latest{padding-left:0}.news-timeline .layout_latest::before{display:none}}
.fixed-contact-buttons{position:fixed !important;top:50% !important;right:0 !important;left:auto !important;bottom:auto !important;z-index:999999 !important;transform:translateY(-50%) !important}.fixed-contact-button{display:block;width:56px;height:56px;margin:4px 0;background-color:#eee;background-repeat:no-repeat;background-position:center;background-size:30px 30px;text-decoration:none}.fixed-contact-button.is-phone{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23555' d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.61 21 3 13.39 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.24.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E")}.fixed-contact-button.is-phone:hover{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23f5c400' d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1C10.61 21 3 13.39 3 4c0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.24.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E")}.fixed-contact-button.is-mail{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23555' d='M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4-8 5-8-5V6l8 5 8-5v2z'/%3E%3C/svg%3E")}.fixed-contact-button.is-mail:hover{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23f5c400' d='M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4-8 5-8-5V6l8 5 8-5v2z'/%3E%3C/svg%3E")}.top-scroll{position:fixed;right:24px;bottom:24px;z-index:999999;display:block;width:56px;height:56px;border-radius:50%;background:rgba(120, 120, 120, 0.85) center / 34px 34px no-repeat;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='M7.41 15.41 12 10.83l4.59 4.58L18 14l-6-6-6 6z'/%3E%3C/svg%3E");text-decoration:none}
