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);
	}
}
.rsts-main,.rsts-main *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.rsts-header,.rsts-footer,.rsts-thumbs-header,.rsts-thumbs-footer{overflow:hidden}.rsts-view,.rsts-thumbs-view{position:relative}@media print{.rsts-view,.rsts-thumbs-view{position:static}}.rsts-crop,.rsts-thumbs-crop{position:relative;overflow:hidden}@media print{.rsts-crop,.rsts-thumbs-crop{position:static;overflow:visible;width:auto !important;height:auto !important;transform:none !important}}.rsts-slides,.rsts-slide,.rsts-thumbs-slides,.rsts-thumbs-slide{position:absolute;left:0;top:0}@media print{.rsts-slides,.rsts-slide,.rsts-thumbs-slides,.rsts-thumbs-slide{position:static;width:auto !important;height:auto !important;transform:none !important}.rsts-slides.rsts-slide-image img,.rsts-slides.rsts-slide-video img,.rsts-slides.rsts-thumbs-slide-image img,.rsts-slides.rsts-thumbs-slide-video img,.rsts-slide.rsts-slide-image img,.rsts-slide.rsts-slide-video img,.rsts-slide.rsts-thumbs-slide-image img,.rsts-slide.rsts-thumbs-slide-video img,.rsts-thumbs-slides.rsts-slide-image img,.rsts-thumbs-slides.rsts-slide-video img,.rsts-thumbs-slides.rsts-thumbs-slide-image img,.rsts-thumbs-slides.rsts-thumbs-slide-video img,.rsts-thumbs-slide.rsts-slide-image img,.rsts-thumbs-slide.rsts-slide-video img,.rsts-thumbs-slide.rsts-thumbs-slide-image img,.rsts-thumbs-slide.rsts-thumbs-slide-video img{width:100% !important;height:auto !important;margin:0 !important}}.rsts-slide,.rsts-thumbs-slide{overflow:hidden}@media print{.rsts-slide,.rsts-thumbs-slide{position:static}}.rsts-video-iframe,.rsts-thumbs-video-iframe{position:absolute;top:0;left:0;width:100%;height:100%}.rsts-type-slide .rsts-view,.rsts-thumbs-type-slide .rsts-thumbs-view{cursor:url("../../bundles/rocksolidslider/img/openhand.cur"),default;cursor:-webkit-grab;cursor:-moz-grab;cursor:-ms-grab;cursor:-o-grab;cursor:grab}.rsts-type-slide.rsts-dragging .rsts-view,.rsts-thumbs-type-slide.rsts-thumbs-dragging .rsts-thumbs-view{cursor:url("../../bundles/rocksolidslider/img/closedhand.cur"),default;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-ms-grabbing;cursor:-o-grabbing;cursor:grabbing;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.rsts-type-slide.rsts-dragging-disabled .rsts-view,.rsts-thumbs-type-slide.rsts-thumbs-dragging-disabled .rsts-thumbs-view{cursor:auto}@media print{.rsts-nav,.rsts-prev,.rsts-next,.rsts-overlay-prev,.rsts-overlay-next,.rsts-progress,.rsts-thumbs-nav,.rsts-thumbs-prev,.rsts-thumbs-next,.rsts-thumbs-overlay-prev,.rsts-thumbs-overlay-next,.rsts-thumbs-progress{display:none !important}}

.rsts-skin-default.rsts-main{position:relative}.rsts-skin-default.rsts-type-fade .rsts-slide{background-color:#fff}.rsts-skin-default .rsts-caption{position:absolute;top:20px;left:20px;margin-right:20px;padding:5px 10px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;color:#fff;background-color:#000;background-color:rgba(0,0,0,0.4);filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;-webkit-transform:translate(0, -20px);-moz-transform:translate(0, -20px);-ms-transform:translate(0, -20px);-o-transform:translate(0, -20px);transform:translate(0, -20px);-webkit-transition:opacity 0.5s,-webkit-transform 0.5s;-moz-transition:opacity 0.5s,-moz-transform 0.5s;-o-transition:opacity 0.5s,-o-transform 0.5s;transition:opacity 0.5s,transform 0.5s}.rsts-skin-default .rsts-active .rsts-caption{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1;-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.rsts-skin-default .rsts-prev,.rsts-skin-default .rsts-next,.rsts-skin-default .rsts-video-play,.rsts-skin-default .rsts-video-stop,.rsts-skin-default .rsts-thumbs-prev,.rsts-skin-default .rsts-thumbs-next{position:absolute;right:55px;bottom:15px;overflow:hidden;width:30px;height:30px;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.1);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;outline:none;line-height:0;text-align:center;text-decoration:none;text-indent:-9999px;-webkit-background-clip:padding;-moz-background-clip:padding;background-clip:padding-box;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAilBMVEUHBwg/QEF5enp5ensCAwQHCAhzdHUAAQEGBwh8fX37+/svMDBub3COjo9yc3NtbW709fWvsLDm5uba2trR0dEuLi6Pj4/Q0NDl5eXZ2toFBgfz8/MuLy/09PT29vb8/Pz6+vp7e3x0dXZzdHT4+Pj39/f9/v3+/v79/f3///8EBQb5+fkAAAD19fVMP6q+AAAALnRSTlOAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8hTP8QAAAJ1JREFUeNrV0lkPwiAMAOB53zrva2xOxQm0///vWZ4a1o3EN20gNPnSlFASRKVQIS2KFHPKaPvcH8St8WesXYzddVMIZn3NZ1tTZ9Y7QLa7MdfVWlgYZqk9lzML7VZPbGCdDsFekpI14GoN/fGoY6aqkbVaUvVg0lKN7v3wvcuwt/Tg5tIPRjA77I/i1dhX2dnEJnYq4vP+2a/4FX8AsSOXytKixMYAAAAASUVORK5CYII=');-webkit-box-shadow:0 0 2px rgba(0,0,0,0.1);-moz-box-shadow:0 0 2px rgba(0,0,0,0.1);box-shadow:0 0 2px rgba(0,0,0,0.1);background-position:50% 50%;-webkit-transition:opacity 0.05s linear;-moz-transition:opacity 0.05s linear;-o-transition:opacity 0.05s linear;transition:opacity 0.05s linear}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.rsts-skin-default .rsts-prev,.rsts-skin-default .rsts-next,.rsts-skin-default .rsts-video-play,.rsts-skin-default .rsts-video-stop,.rsts-skin-default .rsts-thumbs-prev,.rsts-skin-default .rsts-thumbs-next{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAIVBMVEWhoaE7PD15enqVlpaTk5N2d3h0dHVoaWpmZmcGBwj19fXsWX/bAAAAC3RSTlOAgICAgICAgICAgMiF55wAAAB9SURBVHja7dUxEoAgFANRFBTw/ge2YythEivHn/6VmU3XiwUOHPhPuGYf196zjLHPOi0tWsBYtICx/Zxgw4INCzYs2LBgw4INC55ZFadhN+NVbeh9jhf6mGJDgw0NNjTY0GBDgz0NXusiYDRWwGisgNHFL0Yrnwxd4MCBtd3+EosAicYyWQAAAABJRU5ErkJggg==');background-size:30px,30px}}.rsts-skin-default .rsts-prev:hover,.rsts-skin-default .rsts-next:hover,.rsts-skin-default .rsts-video-play:hover,.rsts-skin-default .rsts-video-stop:hover,.rsts-skin-default .rsts-thumbs-prev:hover,.rsts-skin-default .rsts-thumbs-next:hover{background-color:#eee;background-color:rgba(238,238,238,0.7)}.rsts-skin-default .rsts-next,.rsts-skin-default .rsts-thumbs-next{right:20px;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAkFBMVEUBAQLPz9AlJiYlJifS0tIsLS0nJyjQ0dDR0tIBAQElJSYrLC2tra39/PwFBQYFBgf6+fmBgYKCgoL9/f339vZBQULIycnIyMiCg4PR0dEmJycmJyjMzMz8/Pzl5eXj4+MCAwQGBwghIiP09PT7+/shIiL6+vrNzs7Nzc0iIyP29vb39/cHCAkAAAD////19fV/WdL3AAAAMHRSTlOAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICRnvRdAAAAnklEQVR42tXSxw7CMAwG4LL3XqUtLdRQqNPY7/92WEJVDhkSN7B8iPTpl6M4ETMAA0t/ChmwPTELe+uPGKsQKywWflYUJxn5eI9xpOsneXidp7pp3Wa+dHrGbWY6d43bLD673nR9vLsZaL5cNfoAyp0eDyRdntxp6icy+/Ei981HqVGLq3xo1GaFm4kuRb1vvp1mFNzYLrzvn/2KX/MbXNOe099MDj0AAAAASUVORK5CYII=')}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.rsts-skin-default .rsts-next,.rsts-skin-default .rsts-thumbs-next{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAHlBMVEWhoaE7PD2VlpaTk5N2d3h0dHVoaWpmZmcGBwj19fXtfGSSAAAACnRSTlOAgICAgICAgICAXdxslAAAAHxJREFUeNrt1TEOgDAMxdDSAi33vzBbPVUoZkLE+1O2/HK9KHHixH/A9fS4jnGGMfZZl6VFBzAWHcLHQD9gocFCg4UGCw0WGiw0WGjwum3qEsb7tH1xWViwsGBhwcKChQULC5Z2jRs2itHdfc+GjWB094vR+ieHLnHixK4bjyV89TB6vlgAAAAASUVORK5CYII=');background-size:30px,30px}}.rsts-skin-default .rsts-thumbs-prev,.rsts-skin-default .rsts-thumbs-next{position:absolute;top:50%;right:10px;margin-top:-15px}.rsts-skin-default .rsts-thumbs-prev{right:auto;left:10px}.rsts-skin-default.rsts-direction-y .rsts-prev{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAbFBMVEUgISLDw8MgICGUlZaIiImSk5PCwsP9/f39/PyHh4iUlJWSkpLX2NgAAQIoKSkGBwgdHR7Ly8skJSYEBAXHyMj+/v739/ciIyMhIiImJyfNzc3S0tL8/Pz7+/v29vYHCAnNzs4AAAD////19fVh+HN2AAAAJHRSTlOAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC401waAAAAiUlEQVR42uXRyQ7CMAwE0LC2QHfaQkji1sP//yNR1csEiXMlfPFI7zCWbN7JCCVmnj9i738x2hbMpHPTzCAmfag+XyAmrWt2QzqV5URuSLWqdHXmsDMRbFHYuPbnkPBw0rtaBzgbw21IWPKjdg6xxHV68ZJ2j9mhXyrRX/34fblgLQyQLf57S/wBI9V2nx3O9QoAAAAASUVORK5CYII=')}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.rsts-skin-default.rsts-direction-y .rsts-prev{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAG1BMVEWjpKQ5OTqVlpaTk5NmZmdoaWp2d3gGBwj19fXoTOf7AAAACXRSTlOAgICAgICAgIC7HeZcAAAAeUlEQVR42u3UMQ6AMAzF0A8BmvufGHVpyOIOFRJI8f5WyxcqXLhw4U9jLeCznYzRNtYi2zsIs2UttqzFlrXYshZb1mLLWmg31iJ7+YVaaJ210GY9x/awWdsc+z5s1uaEQ4cNbY449LChzQFn3W3S9qsBFi5cuPDr+AYQcW8C6kiUiAAAAABJRU5ErkJggg==');background-size:30px,30px}}.rsts-skin-default.rsts-direction-y .rsts-next{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAbFBMVEUwMTKKi4suLzAGBwja2trR0dEwMDEuLi/Q0NDZ2dmJiYp7e3x6e3t/gIEAAQL09PTn5+f6+vr8/Px0dHVwcHH8/f329vYFBgdzdHT+/v79/v339/f9/f3///90dXb4+Pj5+fkEBQYAAAD19fUC5l8BAAAAJHRSTlOAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIC401waAAAAnElEQVR42uXSyQ4CIQwG4HEddRZmZUSEQnn/d7RkSAi4HI2Jf6AlfIceoHCOMcccrTXcMR5OtInf5k/YyLVL84qHjoHvwLrhmdW+0AJIhT6eVc79YYtYCQBRIZanPmO1QWuxVqr2/aIylqD9fdP4OoLMZ5sb+dK2i8Xr3cTZie+CRk49aOTUcSRNOfo8TXPUnB1QPj0J5z/5Hb7OD7UPdeTEuFeXAAAAAElFTkSuQmCC')}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.rsts-skin-default.rsts-direction-y .rsts-next{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAG1BMVEWjpKQ5OTqVlpaTk5NmZmdoaWp2d3gGBwj19fXoTOf7AAAACXRSTlOAgICAgICAgIC7HeZcAAAAg0lEQVR42u3UMQ6EMAxE0WVDYu5/YhpLXzBSRkAF8i9tvXZ+24MKFy5c+HP4P06H0RzGRoyjjWgOY1Nj0YLFpsaip7hFNrBog3ug02brDKsWK3imxQqe6EWsxWi1HqOxHqONBTuN9RiN9Vg11mPVWI9V99tL0rEe6/dVA1i4cOHCl9oBak1vAkBKLfwAAAAASUVORK5CYII=');background-size:30px,30px}}.rsts-skin-default.rsts-video-playing .rsts-nav,.rsts-skin-default.rsts-video-playing .rsts-prev,.rsts-skin-default.rsts-video-playing .rsts-next{display:none}.rsts-skin-default.rsts-video-playing .rsts-nav-thumbs{display:block}.rsts-skin-default.rsts-touch .rsts-nav-numbers,.rsts-skin-default.rsts-touch .rsts-nav-tabs{display:none}.rsts-skin-default .rsts-nav{position:absolute;right:95px;bottom:12px;left:10px;text-align:right}.rsts-skin-default .rsts-nav ul{margin:0 !important;padding:0 !important}.rsts-skin-default .rsts-nav li{display:inline}.rsts-skin-default .rsts-nav-numbers a,.rsts-skin-default .rsts-nav-tabs a{display:inline-block;height:30px;min-width:30px;padding:0.65em 0.5em 0.5em;margin:0 2px 3px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;outline:none;font-size:12px;text-align:center;text-decoration:none;color:#fff;background-color:#555;background-color:rgba(85,85,85,0.6);-webkit-background-clip:padding;-moz-background-clip:padding;background-clip:padding-box;-webkit-box-shadow:0 0 2px rgba(0,0,0,0.2);-moz-box-shadow:0 0 2px rgba(0,0,0,0.2);box-shadow:0 0 2px rgba(0,0,0,0.2);filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;-webkit-transition:opacity 0.2s ease-in;-moz-transition:opacity 0.2s ease-in;-o-transition:opacity 0.2s ease-in;transition:opacity 0.2s ease-in}.rsts-skin-default .rsts-nav-numbers a:hover,.rsts-skin-default .rsts-nav-numbers a.active,.rsts-skin-default .rsts-nav-tabs a:hover,.rsts-skin-default .rsts-nav-tabs a.active{color:#333;background-color:#fff;background-color:rgba(255,255,255,0.5)}.rsts-skin-default:hover .rsts-nav-numbers a,.rsts-skin-default:hover .rsts-nav-tabs a{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.rsts-skin-default .rsts-nav-bullets{line-height:0}.rsts-skin-default .rsts-nav-bullets a{display:inline-block;width:9px;height:9px;overflow:hidden;margin:12px 4px;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;outline:none;text-align:left;text-indent:-999px;background-color:#fff;background-color:rgba(255,255,255,0.8);-webkit-background-clip:padding;-moz-background-clip:padding;background-clip:padding-box;-webkit-box-shadow:0 0 2px #777;-moz-box-shadow:0 0 2px #777;box-shadow:0 0 2px #777}.rsts-skin-default .rsts-nav-bullets a:hover,.rsts-skin-default .rsts-nav-bullets a.active{background-color:#777;-webkit-box-shadow:inset 0 2px 0 -1px rgba(255,255,255,0.5),inset 0 -2px 0 -1px rgba(0,0,0,0.3),0 0 0 1px #555;-moz-box-shadow:inset 0 2px 0 -1px rgba(255,255,255,0.5),inset 0 -2px 0 -1px rgba(0,0,0,0.3),0 0 0 1px #555;box-shadow:inset 0 2px 0 -1px rgba(255,255,255,0.5),inset 0 -2px 0 -1px rgba(0,0,0,0.3),0 0 0 1px #555}.rsts-skin-default .rsts-nav-thumbs{position:static;padding-top:5px}.rsts-skin-default .rsts-nav .rsts-nav-prev,.rsts-skin-default .rsts-nav .rsts-nav-next{display:none}.rsts-skin-default .rsts-video-play{top:50%;right:auto;bottom:auto;left:50%;width:64px;height:64px;margin:-32px 0 0 -32px;border:none;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEYAAABGCAMAAABG8BK2AAAAb1BMVEU4ODgGBgbx8fGurq7i4uIODg5QUFD7+/vBwcEUFBQYGBggICC1tbXNzc0JCQkVFRWsrKwTExPExMTS0tImJibv7+9KSkozMzP4+PhYWFj+/v6Dg4MDAwPl5eVycnKenp4MDAza2toPDw////8AAACZ5/RyAAAAJXRSTlOAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAwmBGiwAAALNJREFUeNrt1kcOwkAQRFFyxsYmBxtDc/8zIrGpA/xaWKhnO9KT5ncvZvCxnGSSSSaZv2GK0sIsFzMHM53MWwPzfkU8OwsT9cHCRHOyMHFpLYwCIUaBEKNAiFEgxCgQYhSIMQrEGAXijAJxJrZrC7NZGZjb/WF41PHqSLw/Owa+q9D6KQthlAUwykIYZSGMsiBGWRCjLIhRFsQoC2Ga0S8LZMqx7gAzLPr0aUsmmWSS6SXzBf8cqwAv1zglAAAAAElFTkSuQmCC')}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.rsts-skin-default .rsts-video-play{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAACMCAMAAACZHrEMAAAARVBMVEUJCQlOTk4nJyddXV1gYGD29vbh4eGTk5PAwMA2NjYYGBgGBga3t7dUVFQtLS0SEhKHh4fb29sDAwPz8/NaWlr///8AAACZTZFgAAAAF3RSTlOAgICAgICAgICAgICAgICAgICAgICAgCZn8kAAAAFfSURBVHja7dpZUsMwFAVR5gDRLMT+l8r1Cqjih/5oLyB1kurYlp4evkGXGDFixIgRI0aMGDFixIgRI0aMGDFifseQvsBfPvjrdgdhzvsnCHPePkCY8/oCwpxzu4MwCQeESTggTMIBYa5wQJiEA8IkHBAm4YAwVzggTMIBYRIOCJNwQJgrHBAm4YAwCQeESTggzBUOCJNwQJiEA8IkHBDmCgeESTggTMIBYRIOCHOFA8IkHBAm4YAw5/UZhDn7iYOZjfPLlM5pZizMv2lXzk1vNs4duHTOs2kszFN7V87L1WycN73SOe/AY2FWB7tyFnGzcVaUpXPW2mNhdiF25WwWzcbZuSqds6c3Fma3c1fOpvRsnB3y0jmzg7EwU5VdOcOv2TiTuNI5M8qxMNPbXTlD9tk4E//SOWchxsKcEnmsoMM8qGNOYsRgLjFixIgRI0aMGDFixIgRI0aMGDH/e/0Ai4OJ2+ZcrkwAAAAASUVORK5CYII=');background-size:70px,70px}}.rsts-skin-default .rsts-video-stop{top:20px;right:20px;left:auto;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAbFBMVEWnp6dOTk7x8fHv7+9HR0fw8PDu7u7e3t5NTU3f398UFBQTExP4+PhLS0tvb29xcXH09PRJSUn39/fn5+cWFhampqb29vZISEhMTExLS0ukpKT////r6+sAAAD///8AAABKSkr19fUAAAD///8df9PJAAAAJHRSTlN6e35+e35+e3t7fX1/fHl5fXt/e315fnt7e3p/foGBfnt9gIDdofLFAAAAk0lEQVR42u2SSQ7DIAxF03nKPBEC2Ni9/x3jsMXqsuqiljxITx/8EcX7Y/wxuOmUhmPhIMdlg4akzxGbMscrBu4IyHLANce+Ymb7WKRWPsdyqpCnZJzVzUmUEgvpxmAYA4dxAB3TIanvupqisJdkRwr2O403K9V43bdpgaLuu6/x3KY7sO7VN7+m4TI5+K3v8H28AYM7doAzbo6MAAAAAElFTkSuQmCC')}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3){.rsts-skin-default .rsts-video-stop{background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAALVBMVEXo6OjGxsZjY2PKysq3t7ewsLCOjo7f39+Pj4/l5eVfX19hYWHj4+NRUVH///80A/15AAAAD3RSTlOGkL2PlZemiKWHvr2HyICcCOzTAAAAv0lEQVR42u3VSQ7DIAxA0bRJSBjs+x83mzYfNnatLqpKeM0THmRY9IuYeOKJJ7bwlsdTWwCfUpsS+Smni7EipfVW5PQwtte5iqAdvIvcGiuy25gs0e1ta7YwuqJ76+NRr6P1MbkSTM7HaKyP0QXK1HyMxgaxrjde1cBe1TV4MzZeMxYdm7OvF9OWR7H0YtpDG/ojnDurnc6hfT7Iw9tnImE7ney00bdFJ3Uw+mXpQoq822Nv8/Yf383EE0/8G3wBfh3Bcn7dsMIAAAAASUVORK5CYII=');background-size:30px,30px}}.rsts-skin-default .rsts-video-youtube>.rsts-video-stop{top:25px}.rsts-skin-default .rsts-video-vimeo>.rsts-video-stop{top:10px;right:auto;left:10px}.rsts-skin-default .rsts-progress{position:absolute;top:0;right:0;width:100%;height:2px;background-color:#000;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;-webkit-transition:opacity 0.2s linear;-moz-transition:opacity 0.2s linear;-o-transition:opacity 0.2s linear;transition:opacity 0.2s linear}.rsts-skin-default .rsts-progress div{height:100%;background-color:#fff}.rsts-skin-default .rsts-progress.rsts-progress-active{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=30);opacity:0.3}.rsts-skin-default .rsts-thumbs-slide{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity:0.8}.rsts-skin-default .rsts-thumbs-slide.rsts-thumbs-active-thumb{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}

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