/*
Theme Name: webda
Theme URI: https://www.dieandere-webdesign.de/
Description:  Customer - Theme
Author: Jessica Schinhofen
Author URI: https://www.dieandere-webdesign.de/
*/

@import 'fonts/fonts.css';
@import 'slick.css';
@import 'aos.css';
@import 'jquery.fancybox.min.css';


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

::-moz-selection {
    /* Code for Firefox */
    color: rgba(0, 0, 0, 1);
    background: rgba(0, 0, 0, 0.2);
}

::selection {
    color: rgba(0, 0, 0, 1);
    background: rgba(0, 0, 0, 0.2);
}



html, body {
    margin: 0;
}
html {
    height: 100%;
}

body {
    font-family: "PT Sans", Arial;
    font-weight: 400;
    font-size: 16px;
    color: #707173;
    line-height: 26px;
    background-color: #FFFFFF;
    display: inline-block;
/*
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
*/


    min-height: 100%;
    position: relative;
    text-rendering: optimizeLegibility;

    overflow-x:hidden;
    max-width: 100%;
    width: 100%;
}



.page-content {
    position: relative;
    width: 100%;
    float: left;
    margin-top: 195px;
}

.page-content.notopbild {
    margin-top: 35px;
}

.centered {
    margin: 0 auto;
}

.content {
    position: relative;
}

.contentwrapper {
    width: 100%;
    position:relative;
    float: left;
}

.content-width {
    max-width: 1440px;
    margin:0 auto;
    padding: 0 40px;
    width: calc(100% - 80px);
}


.module .content-width {
    padding: 0;
}






@media screen and (max-width: 1024px) {


    .content-width {
        width: calc(100% - 60px);
        padding: 0 30px;
    }


}

@media screen and (max-width: 768px) {
    .content-width {
        width: calc(100% - 50px);
        padding: 0 25px;
    }
}

@media screen and (max-width: 492px) {
    .content-width {
        width: calc(100% - 30px);
        padding: 0 15px;
    }
}



body > .overlay {
    z-index: 80;
}
body > .overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 81;
    background: rgba(5, 5, 5, .6);
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s ease-in-out 0.3s, opacity 0.3s ease-in-out 0s;
    -webkit-transition: visibility 0s ease-in-out 0.3s, opacity 0.3s ease-in-out 0s;
    -moz-transition: visibility 0s ease-in-out 0.3s, opacity 0.3s ease-in-out 0s;
    -o-transition: visibility 0s ease-in-out 0.3s, opacity 0.3s ease-in-out 0s;
    -webkit-tap-highlight-color: transparent;
}

body > .overlay.show {
    opacity: 1;
    visibility: visible;
    transition: visibility 0s ease-in-out 0s, opacity .3s ease-in-out 0s;
    -webkit-transition: visibility 0s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
    -moz-transition: visibility 0s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
    -o-transition: visibility 0s ease-in-out 0s, opacity 0.3s ease-in-out 0s;
}



ul, ol {
    margin-left: 20px;
}

ul, li, ol li {
    list-style-position: outside;
}

ol li {
    margin-bottom: 20px;
}



.contentboxwrapper {
    display: flex;
    width: 100%;
}


.contentbox ul {
    margin-left: 25px;
    padding: 0;
    list-style-type: none;

}



.contentbox ul li {
    margin: 0 0 10px 0;
    padding: 0 0 0 15px;
    list-style-type: disc;
    position: relative;
    width: 100%;
    float: left;
}

.contentbox ul li:last-child {
    margin-bottom: 20px;
}

.contentbox ul li a {
    hyphens: auto;
}

.wp-caption-text {
    font-size: 12px;
    display: inline-block;
    margin-top: 5px;
}




/* fancybox */

#fancybox-overlay {
    background: rgb(245, 245, 246) !important;
}

#fancybox-left {
    left: 0 !important;
}

#fancybox-left span {
    position: absolute;
    left: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    background-color: #ffffff;
    background-image: none !important;
    width: 96px;
    height: 96px;
}

#fancybox-left span::before {
    position: absolute;
    left: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    width: 100%;
    height: 100%;
    background-image: url('assets/arrow-left.svg');
    -webkit-background-size: 23px 46px;
    background-size: 23px 46px;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.66;
    content: "";
    transition: opacity ease-in-out .15s;
    -webkit-transition: opacity ease-in-out .15s;
    -moz-transition: opacity ease-in-out .15s;
    -o-transition: opacity ease-in-out .15s;
}

#fancybox-left:hover span::before {
    opacity: 1;
}

#fancybox-right {
    left: auto !important;
}

#fancybox-right span {
    left: auto !important;
    right: 0 !important;
    top: auto !important;
    bottom: 0 !important;
    background-color: #ffffff;
    background-image: none !important;
    width: 96px;
    height: 96px;
}

#fancybox-right span::before {
    position: absolute;
    left: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    width: 100%;
    height: 100%;
    background-image: url('assets/arrow-right.svg');
    -webkit-background-size: 23px 46px;
    background-size: 23px 46px;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.66;
    content: "";
    transition: opacity ease-in-out .15s;
    -webkit-transition: opacity ease-in-out .15s;
    -moz-transition: opacity ease-in-out .15s;
    -o-transition: opacity ease-in-out .15s;
}

#fancybox-right:hover span::before {
    opacity: 1;
}

#fancybox-outer {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}


.box-shadow {
    box-shadow: 0 0px 20px rgba(0,0,0,.16);
    -moz-box-shadow: 0 0px 20px rgba(0,0,0,.16);
    -webkit-box-shadow: 0 0px 20px rgba(0,0,0,.16);
}



/*********************************/
/**         BUTTONS             **/
/*********************************/


.cta-wrapper {
    width: auto;
    display: inline-block;
    margin-top: 15px;
    position: relative;
}

.cta-wrapper a.cta {

    float: left;
    text-decoration: none;
    font-weight: 400;
    border: 2px solid #639e39;
    background: #639e39;
    padding: 15px 35px;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    border-radius: 0px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;

    font-family: "PT Sans";
}

.cta-wrapper a.cta:hover {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    border: 2px solid #639e39;
    background: #fff;
    color: #639e39;

}



.buttonwrapper {
    width: 100%;
    display: inline-block;
}



/*********************************/
/**         LINKS               **/
/*********************************/


.module.headline {
    text-align: center;
    padding: 50px 0;
    margin-bottom: 0;
}

a {
    transition: all ease-in-out .15s;
    -webkit-transition: all ease-in-out .15s;
    -moz-transition: all ease-in-out .15s;
    -o-transition: all ease-in-out .15s;
    text-decoration: none;
    color: #2B383B;
    font-weight: 700;
    display: inline-block;
    cursor: pointer;
}

a img,
a svg {
    transition: opacity ease-in-out .15s;
    -o-transition: opacity ease-in-out .15s;
}

a:hover img {
    opacity: 0.7;
}



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


p {
    font-size: 16px;
    color: #707173;
    line-height: 26px;
    margin-bottom: 15px;
}


.color-1 {
    color: #707173;
}
.color-2 {
    color: #639e39;
}
.color-3 {
    color: #F8F8F8;
}


.backcolor-1 {
    background-color: #707173;
    color: #fff;
}
.backcolor-2 {
    background-color: #639e39;
    color: #fff;
}
.backcolor-3 {
    background-color: #f8f8f8;
    color: #707173;
}



.backcolor-1 p {
    color: #fff;
}
.backcolor-2 p {
    color: #fff;
}
.backcolor-3 p {
    color: #707173;
}

/*accordeon*/

.accordeon .titlecolor-1 {
    color: #707173;
}
.accordeon .titlecolor-2 {
    color: #639e39;
}
.accordeon .titlecolor-3 {
    color: #f8f8f8;
}



.color-1 p {
    color: #707173;
}
.color-2 p {
    color: #639e39;
}
.color-3 p {
    color: #F8F8F8;
}


.accordeon .is-opened.backactive-color-1 {
    background-color: #707173;
}
.accordeon .is-opened.backactive-color-2 {
    background-color: #639e39;
}
.accordeon .is-opened.backactive-color-3 {
    background-color: #f8f8f8;
}





.accordeon .accordeon-title.titleactive-color-1:hover:after,
.accordeon .accordeon-title.is-opened.titleactive-color-1:after,
.accordeon .accordeon-title.titleactive-color-1:hover {
    color: #707173;
}
.accordeon .accordeon-title.titleactive-color-2:hover:after,
.accordeon .accordeon-title.is-opened.titleactive-color-2:after,
.accordeon .accordeon-title.titleactive-color-2:hover {
    color: #639e39;
}
.accordeon .accordeon-title.titleactive-color-3:hover:after,
.accordeon .accordeon-title.is-opened.titleactive-color-3:after,
.accordeon .accordeon-title.titleactive-color-3:hover {
    color: #f8f8f8;
}


.accordeon .is-opened.titleactive-color-1 {
    color: #707173;
}
.accordeon .is-opened.titleactive-color-2 {
    color: #639e39;
}
.accordeon .is-opened.titleactive-color-3 {
    color: #f8f8f8;
}






.backcolor-1 .cta-wrapper a.cta,
.backcolor-2 .cta-wrapper a.cta,
.backcolor-3 .cta-wrapper a.cta,
.backcolor-4 .cta-wrapper a.cta {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;

    margin-right: 30px;
}

.backcolor-1 .cta-wrapper a.cta:hover,
.backcolor-2 .cta-wrapper a.cta:hover,
.backcolor-3 .cta-wrapper a.cta:hover,
.backcolor-4 .cta-wrapper a.cta:hover {
    background-color: #fff;
    color: #3C6D73;
}




/*********************/
/**     HEADLINES   **/
/*********************/

h1, .h1-style {
    font-size: 35px;
    display: block;
    line-height: 45px;
    font-weight: 400;
    position: relative;
    text-transform: none;
    width: 100%;
    font-family: "Work Sans";
}


h2, .h2-style {
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    text-transform: none;
    position: relative;
    width: 100%;
    font-family: "Work Sans";

    hyphens: auto;
}


h3 {
    font-size: 40px;
    display: block;
    line-height: 52px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    font-family: "Work Sans";
}

.h3-style {
    font-size: 18px;
    display: block;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 15px;
    position: relative;
    text-transform: none;
    font-family: "Work Sans";
}



h4, .h4-style {
    font-size: 30px;
    display: block;
    line-height: 42px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    font-family: "Work Sans";

    hyphens: auto;
}


h5, .h5-style {
    font-size: 20px;
    display: block;
    line-height: 35px;
    font-weight: 700;
    position: relative;
    font-family: "Work Sans";
}


.h1-style.normaltext,
.h2-style.normaltext,
.h3-style.normaltext,
.h4-style.normaltext,
.h5-style.normaltext {
    text-transform: none;
}

.module .subheadline {
    font-size: 18px;
    line-height: 28px;
    width: 100%;
    display: inline-block;
}





.text-left {
    float: left;
}
.text-right {
    float: right;
}
.text-center {
    text-align: center;
}

img.alignright {
    float: right;
    margin: 0 0 30px 40px;
}
img.alignleft {
    float: left;
    margin: 0 40px 30px 0;
}




.img-fill {object-fit: fill;}
.img-contain {object-fit: contain; width:100%;
        height:100%;
        object-position: center;}
.img-cover {object-fit: cover; width:100%;
        height:100%;
        object-position: center;}
.img-scale-down {object-fit: scale-down;}
.img-none {object-fit: none; object-position: 50% 50%;}




/******************/
/**    SLICK    **/
/******************/

.slick-slider {
    padding-bottom: 45px;
}

/* the slides */
.slick-slide {
    margin-left: 0px;
    position: relative;
}

/* the parent */
.slick-list {
    margin-left: 0px;
}

.slick-slider button {
    background: transparent;
    width: 37px;
    height: 18px;
    position: absolute;
    top: 0%;
    border: 0;
    z-index: 5;
}

.slick-slider button.slick-prev {
    margin-top: -35px;
    background-image: url('assets/left-arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 0px;
    width: 37px;
    height: 18px;
    position: absolute;
    text-indent: -999999px;
}
.slick-slider button.slick-next {
    margin-top: -35px;
    background-image: url('assets/right-arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 55px;
    width: 37px;
    height: 18px;
    position: absolute;
    text-indent: -999999px;
}


.slider-block .slick-slider > button {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    border: 0;
    background-color: rgba(255,255,255, .5);
    padding: 5px;
    z-index: 5;
}

.slider-block .slick-slider > button.slick-prev {
    margin-top: -35px;
    background-image: url('assets/left-arrow.svg');
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 0px;
    height: 40px;
    position: absolute;
    text-indent: -999999px;
    cursor: pointer;
}
.slider-block .slick-slider > button.slick-next {
    margin-top: -35px;
    background-image: url('assets/right-arrow.svg');
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 55px;
    height: 40px;
    position: absolute;
    text-indent: -999999px;
    right: 0;
    cursor: pointer;
}

.navislide {
    display: inline-block;
    margin-bottom: 35px;
    width: 100%;
    margin-top: 35px;
}

.navislide .slick-prev {
    margin-top: -35px;
    background-image: url('assets/left-arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 0px;
    width: 37px;
    height: 18px;
    display: inline-block;
    cursor: pointer;
}
.navislide .slick-next {
    margin-top: -35px;
    background-image: url('assets/right-arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 35px;
    width: 37px;
    height: 18px;
    display: inline-block;
    cursor: pointer;
}


.slick-dots {
    width: 100%;
    position: absolute;
    bottom: 15px;
    text-align: center;
    z-index: 3;
    margin-left: 0;
}
.slick-dots li {
    display: inline-block;
    width: 20px;
    margin-right: 10px;
}

.slick-dots li > button {
    border: 0px solid rgba(255,255,255,0.7);
    background: #DBDBDC;
    width: 20px;
    height: 20px;
    color: transparent;
    font-size: 0px;
    border-radius: 0;
    top: 0;
}

.slick-dots li.slick-active button {
    border: 0px solid #fff;
    background: rgba(99,158,57,0.45);
    width: 20px;
    height: 20px;
    color: transparent;
    font-size: 0px;
    border-radius: 0;
}


@media screen and (max-width: 991px) {
    .slick-slider button.slick-prev {
        left: 5px;
    }
    .slick-slider button.slick-next {
        right: 5px;
    }
}




.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




.topbar {
    position: fixed;
    width: 100%;
    float: left;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    height: auto;
    margin-top: 0px;
    padding: 30px 0 0;
    z-index: 3;
    background: #fff;
}




.topbar .content-width {
    padding-left: 0;
    padding-right: 0;

}



.topbar .logo {
    position: relative;
    width: 250px;
    text-align: left;
    float: left;
}

.topbar .logo a {
    display: inline-block;
}
.topbar .logo a img {
    width: 195px;
    height: auto;
}


.topbar .logo img.default {
   display: block;
}


.topbar .socialbox {
    width: 100%;
    display: block;
    text-align: right;
    padding: 35px 0;
}

.topbar .socialbox a {
    height: 20px;
    width: 30px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
}

.socialbox a.fb {
    background-image: url('assets/facebook.svg');
}

.socialbox a.insta {
    background-image: url('assets/instagram.svg');
}

.socialbox a.youtube {
    background-image: url('assets/youtube.svg');
}

.socialbox a.linkedin {
    background-image: url('assets/linkedin.svg');
}


.topbar .contentboxwrapper .contentbox:last-child {
    width: calc(100% - 250px);
}

.topbar nav.mainmen {
    display: block;
    text-align: right;
    float: right;
    width: 100%;
}


.topbar nav.mainmen ul {
    margin:0;
    padding:0;
     display: inline-block;
    list-style-type: none;
    height: 100%;
}
.topbar nav.mainmen ul li:before {
    display: none;
}
.topbar nav.mainmen ul li {

    display: inline-block;
    position: relative;
    text-align: left;
    width: auto;
}

.topbar nav.mainmen ul li a {
    text-transform: none;
    font-size: 18px;
    line-height: 21px;
    height: 100%;
    color: #707173;
    padding: 0 15px;
    position: relative;
    overflow: hidden;
    display: block;
    font-weight: 300;
}

.topbar nav.mainmen ul li a:hover,
.topbar nav.mainmen ul li.current_page_item a {
    color: #639e39;
}

.topbar nav.mainmen ul li.menu-item-has-children a {
     padding: 0px 15px 0px 15px;
/*     font-size: 16px;*/
}


.topbar nav.mainmen ul li.menu-item-has-children:after {
    content: "";
    background-image: url('assets/chevron-down.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 115px;
    position: absolute;
    right: 25px;
    top: 0;
}


.topbar nav.mainmen ul > li .sub-menu .menu-item {
    padding: 0;
    background: #fff;
    box-shadow: 3px 3px 4px rgba(0,0,0,.4);
    -moz-box-shadow: 3px 3px 4px rgba(0,0,0,.4);
    -webkit-box-shadow: 3px 3px 4px rgba(0,0,0,.4);
    opacity: 0;
    width: 100%;
    text-align: center;
    transform-origin: bottom;
    display: block;
    animation: enter 0.2s ease forwards;
}
.topbar nav.mainmen ul > li .sub-menu .menu-item:nth-child(1) {
  animation-duration: 0.2s;
  animation-delay: 0s;
}
.topbar nav.mainmen ul >  li .sub-menu .menu-item:nth-child(2) {
  animation-duration: 0.3s;
  animation-delay: 0.1s;
}
.topbar nav.mainmen ul >  li .sub-menu .menu-item:nth-child(3) {
  animation-duration: 0.4s;
  animation-delay: 0.2s;
}
.topbar nav.mainmen ul >  li .sub-menu .menu-item:nth-child(4) {
  animation-duration: 0.5s;
  animation-delay: 0.3s;
}
.topbar nav.mainmen ul >  li .sub-menu .menu-item:nth-child(5) {
  animation-duration: 0.6s;
  animation-delay: 0.4s;
}
.topbar nav.mainmen ul >  li .sub-menu .menu-item:nth-child(6) {
  animation-duration: 0.7s;
  animation-delay: 0.5s;
}
.topbar nav.mainmen ul >  li .sub-menu .menu-item:nth-child(7) {
  animation-duration: 0.8s;
  animation-delay: 0.6s;
}
.topbar nav.mainmen ul >  li .sub-menu .menu-item:hover {
    color: rgba(0,0,0, 0.7);
}
.topbar nav.mainmen ul >  li .sub-menu .menu-item a {
    padding: 10px 15px;
    line-height: 26px;
    text-transform: none;
}


.topbar nav.mainmen ul > li .sub-menu {
    position: absolute;
    width: 300px;
    height: auto;
    top: 100%;
    display: none;
    z-index: 1;
}


.topbar nav.mainmen ul >  li.menu-item:hover > .sub-menu {
  display: block;
}

.topbar nav.mainmen ul > li .sub-menu li .sub-menu {
    position: relative;
    height: auto;
    display: none;
    padding-left: 25px;
}

.topbar nav.mainmen ul > li .sub-menu li.menu-item-has-children:after {
    right: 10px;
    height: 50px;
}


.topbar nav.mainmen ul > li .sub-menu .menu-item a {
    padding: 10px 15px 10px 15px;
    font-size: 16px;
    font-weight: 400;
}

.topbar nav.mainmen ul >  li.menu-item:hover > .sub-menu li .sub-menu {
    display: block;
}


/*.topbar nav.mainmen ul > li .sub-menu .sub-menu .menu-item a {
     padding: 10px 15px 10px 15px;
    font-size: 16px;
}

.topbar nav.mainmen ul > li .sub-menu li .sub-menu .menu-item a:before {
    content: "-";
    position: absolute;
    width: 10px;
    left: 0;
    top: 0;
    line-height: 45px;
}
 */



@keyframes enter {
  from {
    opacity: 0;
    transform: scaleY(0.98) translateY(10px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


.topbar .content-width .burger {
    width:0;
    visibility: hidden;
}


/* TOPBAR FIXED */

.topbar.fixed {

    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    height: 90px;
    border: 0;
    top: 0;
    position: fixed;
    z-index: 20;
    float: none;
    left: 0;
    margin-top: 0;
    padding-top: 15px;
     box-shadow: 0 1px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
}

.topbar.fixed .content-width {
    display: flex;
    align-items: center;
}

.topbar.fixed .logo {
    position: relative;
    width: 120px;
    text-align: center;
    display: block;
    margin-top: -5px;
}


.topbar.fixed .logo img {
    width: 120px;
    height: auto;
}
.topbar.fixed .contentboxwrapper .contentbox:last-child {
    width: calc(100% - 120px);
}

.topbar.fixed .socialbox {
    padding: 5px 0;
}


.topbar.fixed nav.mainmen ul {

}

.topbar.fixed nav.mainmen ul li a {
    padding-top:0;
    padding-bottom: 0px;
    font-size: 16px;
    line-height: 26px;
}
.topbar.fixed nav.mainmen ul li {
    height: 100%;
}

.topbar.fixed nav.mainmen ul li.menu-item-has-children::after {
    height: 26px;
}

.topbar.fixed nav.mainmen ul > li .sub-menu .menu-item a {
    padding: 15px 15px 15px 15px;
   /* font-size: 14px;*/
}



nav.mainmen.mob {
        background-color: rgba(255, 255, 255, .8);
        position: fixed;
        z-index: 84;
        top: 70px;
        right: 0;
        height: calc(100vh - 70px);
        width: 100%;

        padding: 15px 25px 95px 55px;
        overflow-y: auto;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -moz-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -o-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    }


.burger.nav {
   display: none;
}




@media screen and (max-width: 1180px) {

    .topbar .content-width .burger {
        width: 50px;
        visibility: visible;
    }

    .topbar { height: 145px; }

    .topbar nav.mainmen {display: none;}

    .topbar .logo {
        position: relative;
        width: 140px;
        margin-top: 0px;
    }

    .topbar .contentboxwrapper .contentbox:last-child {
        width: calc(100% - 140px);
    }

    .topbar.fixed .socialbox {
        padding: 25px 55px 15px 0;
    }
    .topbar .socialbox {
        padding: 35px 55px 35px 0;
    }




    /* MENU */
    .burger.nav {
        opacity:1;
        display: inline-block;
    }

    /*  BURGER
    ========================================== */
    .burger {
        width: 45px;
        height: 45px;
        position: absolute;
        top: 20px;
        right: 0;
        border-radius: 0;
        z-index: 85;
    }

    .burger.clicked.norm {
        opacity:  0;
    }

    .burger.clicked.nav {
        position: fixed;
        top: -25px;
        right: 20px;
        z-index: 999;
        opacity: 1;
    }
    .burger span {
        margin-left: -22.5px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        position: absolute;
        top: 50%;
        right: 50%;
    }
    .burger span, .burger span::before, .burger span::after {
        display: block;
        width: 30px;
        height: 2px;
        background-color: #707173;
        outline: 1px solid transparent;
        -webkit-transition-property: background-color, -webkit-transform;
        -moz-transition-property: background-color, -moz-transform;
        -o-transition-property: background-color, -o-transform;
        transition-property: background-color, transform;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        right: 0;
    }
    .burger span::before, .burger span::after {
        position: absolute;
        content: "";
    }
    .burger span::before {
        top: -10px;
        width: 40px;
        right: 0;
    }
    .burger span::after {
        top: 10px;
        width: 20px;
        right: 0;
    }
    .burger.clicked span {
        background-color: transparent;
    }
    .burger.clicked span::before {
        -webkit-transform: translateY(10px) rotate(45deg);
        -moz-transform: translateY(10px) rotate(45deg);
        -ms-transform: translateY(10px) rotate(45deg);
        -o-transform: translateY(10px) rotate(45deg);
        transform: translateY(10px) rotate(45deg);
    }
    .burger.clicked span::after {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -moz-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        -o-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
        width: 40px;
    }
    .burger.clicked span:before, .burger.clicked span:after {
        background-color: #707173;
    }
    .burger:hover {
        cursor: pointer;
    }


    .topbar.fixed .burger {
        top: 10px;
    }


    /*  NAV
    ========================================== */
    nav.mainmen.mob {
        background-color: #fff;
        position: fixed;
        z-index: 84;
        top: 130px;
        left: 0;
       height: calc(100vh - 70px);
        width: 100%;

        padding: 15px 25px 95px 25px;
        overflow-y: auto;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -moz-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -o-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    }
    nav.mainmen.mob.show {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    nav.mainmen.mob.show .menu li {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    nav.mainmen.mob.show .menu > li:nth-child(1) {
        transition-delay: 0.15s;
    }
    nav.mainmen.mob.show .menu > li:nth-child(2) {
        transition-delay: 0.3s;
    }
    nav.mainmen.mob.show .menu > li:nth-child(3) {
        transition-delay: 0.45s;
    }
    nav.mainmen.mob.show .menu > li:nth-child(4) {
        transition-delay: 0.6s;
    }
    nav.mainmen.mob.show .menu > li:nth-child(5) {
        transition-delay: 0.75s;
    }
    nav.mainmen.mob.show .menu > li:nth-child(6) {
        transition-delay: 0.9s;
    }
    nav.mainmen.mob.show .menu > li:nth-child(7) {
        transition-delay: 1.05s;
    }
    nav.mainmen.mob.show .menu > li:nth-child(8) {
        transition-delay: 1.2s;
    }
    nav.mainmen.mob.show .menu > li:nth-child(9) {
        transition-delay: 1.35s;
    }

    nav.mainmen.mob .menu {
        list-style-type: none;
        margin-left: 0;
    }
    nav.mainmen.mob .menu li {
        margin-bottom: 10px;
        -webkit-transform: translateX(40px);
        -moz-transform: translateX(40px);
        -ms-transform: translateX(40px);
        -o-transform: translateX(40px);
        transform: translateX(40px);
        opacity: 0;
        list-style-type: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    nav.mainmen.mob .menu li:last-of-type {
        margin-bottom: 0;
    }
    nav.mainmen.mob .menu li a {
        color: #707173;
        text-decoration: none;
        font-size: 22px;
        line-height: 32px;
        display: block;
        letter-spacing: 0;
        font-weight: 400;
        padding: 10px 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    nav.mainmen.mob .menu li a span {
        color: #707173;
    }

    nav.mainmen.mob .menu li.current-menu-ancestor > a,
    nav.mainmen.mob .menu li.current_page_item > a,
    nav.mainmen.mob .menu li a:hover {
        color: #639e39;
    }

    /* 2. ebene */
    nav.mainmen.mob .menu li li a {
        font-size: 18px;
        line-height: 28px;
    }
    /* 3. ebene */
    nav.mainmen.mob .menu li li li a {
        font-size: 22px;
        line-height: 32px;
    }


    nav.mainmen.mob .menu > li.menu-item-has-children > a:after {
        content: "";
        position: absolute;
        right: 10px;
        background-image: url('assets/chevron-down.svg');
        /*
            width: 17px;
            height: 38px;
            background-size: 100%;
        */
        width: 17px;
        height: 17px;
        background-size: contain;
        top: 50%;
        margin-top: -9px;
        background-repeat: no-repeat;
        background-position: center;
        transform: rotate(-90deg);

    }

    /*sub menu*/
    nav.mainmen.mob .menu .sub-menu {
        list-style-type: none;
        overflow: hidden;
        margin-left: 30px;
        height: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    nav.mainmen.mob .menu li.menu-item-has-children.clicked > .sub-menu {
        height: auto;
    }



    nav.mainmen.mob .menu li.menu-item-has-children.clicked a:after {
        top: 30px;
        transform: rotate(0deg);
    }



    nav.mainmen.mob .menu li .sub-menu {
        padding-left: 30px;
        margin-left: 0;
    }

    nav.mainmen.mob .menu li li .sub-menu {
        margin-top: 10px;
    }

    nav.mainmen.mob .menu li li.menu-item-has-children:before {
        height: 27px;
        top: 50%;
        margin-top: -18px;
    }

    nav.mainmen.mob .menu .sub-menu li {
        list-style-type: none;
    }
    nav.mainmen.mob .menu .sub-menu li a {
        padding: 5px 0;
        text-transform: none;
        font-weight: 400;
    }


    .topbar.fixed + nav.mainmen.mob {
        top: 90px;
    }


}



.module.slider-block .slide {
    height: 750px;
}

.module.slider-block .slide .imagebox video {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.module.slider-block .slide .imagebox {
    position: relative;
    z-index: 1;
    height: 100%;
    overflow: hidden;
}
.module.slider-block .slide .imagebox + .contentbox {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 50%;
    background: rgba(99,158,57,0.85);
    padding: 45px 20px;
}


.module.slider-block .slide .catbox {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: auto;
    background: #f5f5f5;
    padding: 10px 20px;

    font-size: 14px;
}

.module.slider-block .slide .imagebox + .contentbox p,
.module.slider-block .slide .imagebox + .contentbox h1,
.module.slider-block .slide .imagebox + .contentbox h2 {
    color: #fff;
}



.module.cta-block .imagebox .contentover {
    margin: 0 -25%;
    width: 50%;
    padding: 100px 0;
    text-align: center;
    position: absolute;
    z-index: 2;
    left: 50%;
    height: 100%;
}

.module.cta-block .imagebox {
    display: flex;
    flex-wrap: wrap;
}
.module.cta-block .imagebox img {
    position: relative;
    z-index: 1;
    width: 100%;
}


.conbox {
    width: calc(100% / 1/3 - 30px);
    margin: 0 30px;
    text-align: center;
}


#gform_wrapper_1,
#gform_wrapper_2 {
    padding-top: 45px;
}

#kontakt::before {
    content: "Kontakt";
    text-transform: uppercase;
    font-size: 160px;
    font-family: "Work Sans";
    color: #ededed;
    top: -60px;
    left: 0;
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: -1;
}

#kontakt {
    margin-top: 200px;
}

.anfahrtbox .contentboxwrapper {
   justify-content: center;
}
.kontakt .content {
    background: #EDEDED;
}


.kontakt .contacttitle {
    font-size: 22px;
    font-weight: 600;
    margin: 25px 0;
}




#bewerbung .fieldrow,
#kontakt .fieldrow {
    display: flex;
    flex-wrap: wrap;
}

#bewerbung .fieldrow.full,
#kontakt .fieldrow.full {
    display: block;
}
#bewerbung .fieldrow .box,
#kontakt .fieldrow .box {
    width: calc(100% / 1/2 - 15px);
    margin-right: 30px;
}

#bewerbung .fieldrow .box:last-child,
#kontakt .fieldrow .box:last-child {
    margin-right: 0px;
}


#bewerbung .wpcf7-form,
#kontakt .wpcf7-form {
    padding: 50px 0;
}

#bewerbung input,
#kontakt input,
#gform_fields_1 input,
#gform_fields_2 input {
    background: #fff;
    border: 1px solid #bcbcbc;
    padding: 16px 20px;
    font-family: "PT Sans";
    font-size: 16px;
    line-height: 25px;
    width: 100%;
}

#bewerbung input[name="datenschutz"],
#kontakt input[name="datenschutz"] {
    width: auto;
}

#bewerbung textarea,
#kontakt textarea,
#gform_fields_1 textarea,
#gform_fields_2 textarea {
    border: 1px solid #bcbcbc;
    margin-top: 35px;
    padding: 16px 20px;
    font-family: "PT Sans";
    font-size: 16px;
    line-height: 25px;
}

#bewerbung textarea,
#kontakt textarea {
    margin-top: 0;
    width: 100%;
}

#bewerbung .fieldrow.full p,
#kontakt .fieldrow.full p {
    width: 100%;
}

#gform_fields_1 #field_1_5  .gfield_label + .ginput_container {
    margin-left: 0;
}

#bewerbung input.wpcf7-submit,
#kontakt input.wpcf7-submit,
#gform_submit_button_1,
#gform_submit_button_2 {
    background-color: #fff;
    color: #333;
    text-align: center;
    border-radius: 0px;
    padding: 15px 45px;
    border: 1px solid #bcbcbc;
    text-transform: uppercase;
}



.mitgliedschaften .imagebox.twice div {
    height: 90px;
    margin-bottom: 25px;
}
.mitgliedschaften .imagebox.twice div img.img-cover {
    object-fit: contain;
    object-position: right;
}

.bread {
    font-size: 14px;
    font-family: "PT Sans";
    font-weight: 300;
    color: #9B9C9D;
}
.bread span {
    display: inline-block;
    margin: 0 10px;
}

.bread a.bread-start {
    color: #639e39;
    font-family: "PT Sans";
    font-weight: 300;
    padding-left: 10px;

}

/*********************************/
/**         Module          **/
/*********************************/


.module {
    width: 100%;
    margin-bottom: 80px;
    position: relative;
    float: left;
}

.module.first-module {
    margin-bottom: 65px;
}

.module.breadcrumb {
    margin-bottom: 35px;
}

.module.nomargin {
    margin-bottom: 0;
}


@media screen and (max-width: 911px) {
    .module {
        margin-bottom: 40px;
    }
}


.module {
    display: inline-block;
    position: relative;
}


/* Bildfläche */


.module.image-block .imagebox {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}
.module.image-block .contentover {
    position: absolute;
    bottom:  150px;
    left: 150px;
}


.module.news-block:before {
    content: "";
    position: absolute;
    width: calc(100% - 40px);
    padding: 0;
    background: #f8f8f8;
    height: 225px;
    top: 0;
    left: 20px;
    right: 20px;
}

.module.news-block .newstitlebox {
    position: relative;
    padding: 45px 0;
}

.module.news-block .newstitlebox .newscta {
    position: absolute;
    top: 45px;
    right: 0;
}


.module.news-block .newswrapper {
    /*display: inline-block;*/
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 3;
}

/*
.module.news-block .newswrapper .news:first-child {
    width: calc(50% - 15px);
    margin-right: 15px;
    float: left;
    position: relative;
}


.module.news-block .newswrapper .news:nth-child(2) {
    width: calc(50% - 15px);
    margin-left: 15px;
    float: right;
    right: 0;
    top: 0;
    position: absolute;
    height: calc(50% - 30px);
    margin-bottom: 30px;
    overflow: hidden;
}

.module.news-block .newswrapper .news:last-child {
    width: calc(50% - 15px);
    margin-left: 15px;
    float: right;
    position: absolute;
    height: calc(50% - 30px);
    right: 0;
    bottom: 0;
    margin-top: 30px;
    overflow: hidden;
}


.pg-503 .module.news-block .newswrapper .news

*/


.module.news-block .newswrapper .news,
.module.news-block .newswrapper .news:first-child,
.module.news-block .newswrapper .news:nth-child(2),
.module.news-block .newswrapper .news:last-child {
    width: calc(100% / 1/3 - 15px);
    position: relative;
    height: 100%;
    top: unset;
    bottom: unset;
    margin: 0 auto 15px;
}

.module.news-block .newswrapper .news a {
    display: block;
    width: 100%;
    height: 100%;
}

.module.news-block .newswrapper .news .imagebox {
   /* height: 100%; */
    overflow: hidden;
    position:relative;
    z-index: -1;
    height: 375px;
    width: 100%;
}


.module.news-block .newswrapper .news .imagebox img {
    object-position: center;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.module.news-block .newswrapper .news .titlebox {
    height: auto;
    position:absolute;
    z-index: 2;
    bottom: 30px;
    left: 0;
    background: rgba(99,158,57,0.85);
    padding: 10px 15px;
    width: auto;

    color: #fff;
}


.module.news-block .newsfooterbox {
    width: 100%;
    margin: 75px 0 0 0;
    padding-top: 65px;
    text-align: center;
    position: relative;
}

.module.news-block .newsfooterbox:before {
    content: "";
    position: absolute;
    width: 65px;
    padding: 0;
    height: 65px;
    top: -20px;
    left: 50%;
    right: 20px;
    background-image: url('assets/instagram.svg');
    background-position: center;
    background-size: contain;
    opacity: .15;
    margin-left: -32.5px;
}

/* Text + Image */

.module.image-text-block .imagebox {
    margin-left: 0px;
    margin-right: 35px;
    width: 50%;
}
.module.image-text-block .contentbox {
    width: 50%;
    margin-left: 35px;
    margin-right: 0px;
}


.module.image-text-block .only-text .contentbox {
    width: 65%;
    margin: 0 auto
}


.module.image-text-block.rechtstexte .only-text .contentbox {
    width: 100%;
    margin: 0 auto
}



.module.image-text-block.newsinsta {
    background: #f8f8f8;
    padding: 40px 0;
}
.module.image-text-block.newsinsta  .only-text .contentbox {
    width: 100%;
    margin: 0 auto
}


.module.image-text-block.newsinsta .spotlight-instagram-feed {
    margin-top: 40px;
}


.module.image-text-block.textleft .imagebox {
    order: 2;
    margin-left: 35px;
    margin-right: 0px;
}
.module.image-text-block.textleft .contentbox {
    order: 1;
    margin-left: 0px;
    margin-right: 35px;
}

.module.image-text-block.textleft .imagebox.twice div {
    width: 65%;
    height: 275px;
    overflow: hidden;
}

.module.image-text-block.textleft .imagebox.twice div:first-child  {
    width: 65%;
    height: 275px;
    position: relative;
    z-index: 1;

}
.module.image-text-block.textleft .imagebox.twice div:last-child {

    width: 65%;
    height: 275px;
    position: relative;
    z-index: 3;
    margin-left: 35%;
    margin-top: -45px;

}



.module.image-text-block .imagebox.twice div img {
    /*animation: zoom-in-zoom-out 16s ease-out infinite;*/
}


@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.3, 1.3);
    }
    100% {
        transform: scale(1, 1);
    }
}


.module.image-text-block.hsh .contentboxwrapper {
    align-items: center;
}

.module.image-text-block.hsh img {
    object-fit: contain;
    max-height: 120px;
}


.module.bg-right:after {
    position: absolute;
    right:0;
    width: 50%;
    height: 100%;
    background: #F8F8F8;
    content: "";
    top: 0;
    z-index: -1;
}

.module.bg-right {
    padding: 45px 0;
}




.module.leistung-block.image-left:before {
    content: "";
    position: absolute;
    top: -20px;
    right: 0;
    background: #f8f8f8;
    width: 50%;
    height: 90%;
    z-index: -1;
}


.module.leistung-block.image-right:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    background: #f8f8f8;
    width: 50%;
    height: 90%;
    z-index: -1;
}

.module.leistung-block .imagebox,
.module.leistung-block .contentbox {
    width: 50%;
}

.module.leistung-block .imagebox {
    overflow: hidden;
}


.module.leistung-block.image-left .imagebox {
    margin-right: 65px;
}

.module.leistung-block.image-left .contentbox {
    margin-left: 65px;
}

.module.leistung-block.image-right .imagebox {
    order: 2;
    margin-left: 65px;
}

.module.leistung-block.image-right .contentbox {
    order: 1;
    margin-right: 65px;
}

.module.leistung-block .imagebox img {
    animation: zoom-in-zoom-out 16s ease-out infinite;
}



img.zoomin {
    animation: zoom-in-zoom-out 16s ease-out infinite;
}


.module.leistung-block .contentbox h2 {
    margin-bottom: 20px;
}


.module.leistung-block .contentbox ul.col {
    margin-left: 0;
    margin-top: 45px;
    padding:0;
    column-count: 2;

}
.module.leistung-block .contentbox ul.col li:before {
    display: none;
}
.module.leistung-block .contentbox ul.col li {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
    padding-left: 0;
}




.sliderkar .referenzslider .slick-list {
    /*margin-left: -85px;*/
    margin-left: -5px;
}





.sliderkar {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 75px;
}
.sliderkar h3 {
    margin: 35px 0 0px;
}
.sliderkar .referenz {
    margin-right: 25px;
}

.sliderkar .referenz .imagebox {
    height: 405px;
    position: relative;
}

.sliderkar .referenz .cat {
    position: absolute;
    top:0;
    left: 0;
    background: #f8f8f8;
    padding: 10px 20px;
    font-size: 14px;
    z-index: 2;
}

.sliderkar .referenz .ctabtn {
    position: absolute;
    bottom: 15px;
    right: 20px;
    background: #fff;
    color: #639e39;
    padding: 10px 20px;
    font-size: 16px;
    z-index: 2;
}


.sliderkar .referenz .titlebox {
    background: #89c261;
    color: #fff;
    padding: 15px 30px;
    font-size: 18px;
    font-family: "Work Sans";
    line-height: 24px;
}
.sliderkar .referenz .titlebox span {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

.sliderkar .referenz a {
    font-weight: 300;
    display: block;
}



.slidehome:after {
    content: "";
    width:100%;
    height: 300px;
    background: #639e39;
    top: 190px;
    left: 0;
    position: absolute;
    z-index: -1;
}

.slidehome .referenzslider .slick-slide {
    transform: scale(0.7);

}

.slidehome .referenzslider .slick-slide a {
    margin-top: 20px;
}

.slidehome .referenzslider .imagebox .cat,
.slidehome .referenzslider .titlebox {
    /*display:none;*/
    visibility: hidden;
    opacity: 0;
    height: 0;
}


.slidehome .referenzslider .imagebox {
    height: 405px;
    position: relative;
}


.slidehome .referenzslider .slick-slide.slick-current {
    transform: scale(1);
}

.slidehome .referenzslider .slick-current .cat,
.slidehome .referenzslider .slick-current .titlebox {
    visibility: visible;
    opacity: 1;
    height: auto;
}

.slidehome .referenzslider .referenz .cat {
    position: absolute;
    top:0;
    left: 0;
    background: #f8f8f8;
    padding: 10px 20px;
    font-size: 14px;
    z-index: 2;
}
.slidehome .referenzslider .referenz .titlebox {
    background: #89c261;
    color: #fff;
    padding: 15px 230px 15px 30px;
    font-size: 18px;
    font-family: "Work Sans";
    line-height: 24px;
}
.slidehome .referenzslider  .referenz .titlebox span {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

.slidehome .referenzslider .referenz .ctabtn {
    position: absolute;
    bottom: 15px;
    right: 20px;
    background: #fff;
    color: #639e39;
    padding: 10px 20px;
    font-size: 16px;
    z-index: 2;
}


.slidehome .referenzslider  .referenz a {
    font-weight: 300;
}

.slidehome .referenzslider  .referenz a:hover {
  opacity: 1;
}


.slidehome .referenzslider  .referenz a:hover .imagebox img {
    opacity: 1;
}

.pg-2 .navislide {
    display: block;
    margin-bottom: 35px;
    width: 100%;
    position: absolute;
    top: -180px;
}
.pg-2 .navislide .slick-next {

    margin-right: 22.5%;

    float: right;
}
.pg-2 .navislide .slick-prev {

    margin-left: 22.5%;

    float: left;
}






.module.ansprechpartner-block .contentboxwrapper {
   align-items: center;
    justify-content: center;
}

.module.ansprechpartner-block .contentboxwrapper > div {
    width: auto;
    margin: 0 35px;
}
.module.ansprechpartner-block .contentboxwrapper > div:first-child {
}
.module.ansprechpartner-block .contentboxwrapper > div:nth-child(2) {
    padding: 0 35px;
}
.module.ansprechpartner-block .contentboxwrapper > div:last-child {
}

/* top image mit titel + text */
.module.image-text-block.top .contentbox {
    background: #639e39;
    padding: 60px 50px;
    color: #fff;
    margin-left: 0;
}

.module.image-text-block.top .contentbox:after {
    content: "";
    background-image: url('assets/icon-bogen.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 85px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    background-position: right;
}
.module.image-text-block.top .imagebox {
    margin-left: 0px;
    margin-right: 0px;
    width: 50%;
}

.module.image-text-block.top .imagebox > div {
    height: 100%;
}

.module.image-text-block.top .contentbox h1 {
    margin-bottom: 15px;
}
.module.image-text-block.top .contentbox .h3-style,
.module.image-text-block.top .contentbox p {
    color: #fff;
}

.accordeon {width: 100%; }
.accordeon-title {
    padding: 10px 10px 10px 30px;
    cursor: pointer;
    margin: 0 0 35px 0;

    transition: all ease-in-out .15s;
    -webkit-transition: all ease-in-out .15s;
    -moz-transition: all ease-in-out .15s;
    -o-transition: all ease-in-out .15s;
}

.accordeon-title:after {
    content: '+';
    color: #fff;
    float: right;
    width: 31px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 6px;
}

.accordeon-title.is-opened:after {
    transform: rotate(45deg);
    margin-top: 6px;
}

.accordeon-content {
    display: none;
    padding: 10px;
}




/* Referenz Details */


.single-referenz .mainimage.module.first-module {
    margin-bottom: 0;

}

.single-referenz .mainimage .cat {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: #f8f8f8;
    padding: 10px 20px;
    font-size: 14px;
    z-index: 2;
}

.single-referenz .mainimage .imagebox {
    height: 525px;
    overflow: hidden;
}

.single-referenz .detailinfo {
    display: inline-block;
}


.single-referenz .description {
    margin: 35px 0 0 0;
}



.single-referenz .detailinfo .firstbox {
    display: flex;
    margin-bottom: 45px;
}

.single-referenz .detailinfo .firstbox:before {
    content: "";
    background-image: url('assets/skizze.svg');
    background-position: bottom left;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: -10px;
    left: 0;
    height: 45%;
    width: 60%;
    z-index: -1;
}

.single-referenz .detailinfo .firstbox .rightbox {
    width: 50%;
    padding: 0 45px;
}

.single-referenz .detailinfo .firstbox .leftbox {
    width: 50%;
    padding: 45px 45px 0 0;
}


.single-referenz .detailinfo .firstbox .rightbox .redbox {
    background: #639e39;
    color: #fff;
    padding:  0px 25px 0px;
    margin-top: -145px;
    margin-bottom: 15px;
}

.single-referenz .detailinfo .firstbox .rightbox .redbox .detailed {
    display: flex;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
    padding-top: 30px;
    position: relative;

}

.single-referenz .detailinfo .firstbox .rightbox .redbox .detailed:last-child {
    border-bottom: 0px solid #fff;
    padding-bottom: 30px;
}

.single-referenz .detailinfo .firstbox .rightbox .redbox .detailed .info {
    width: 40%;
}

.single-referenz .detailinfo .firstbox .rightbox .redbox .detailed .value {
    width: 60%;
}

.single-referenz .detailinfo .extrabtn {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    text-align: right;
}

.single-referenz .detailinfo .extrabtn  a {
    margin-right: 30px;
    color: #707173;
    font-family: 'PT Sans';
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
    padding: 10px 25px 10px 60px;
    border: 1px solid #dbdbdb;
    position: relative;
}

.single-referenz .detailinfo .extrabtn  a:last-child {
    margin-right: 0;
}

.single-referenz .detailinfo .extrabtn  a.video:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 20px;
    background-image: url('assets/video.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 30px;
    height: 25px;
}

.single-referenz .detailinfo .extrabtn  a.galerie:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 20px;
    background-image: url('assets/galerie.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 30px;
    height: 25px;
}

.single-referenz .detailinfo .extrabtn  a.grundriss:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 20px;
    background-image: url('assets/grundriss.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 30px;
    height: 25px;
}




.single-referenz .mediawrapper {
   /* display: flex; */
}
.single-referenz .mediawrapper.single .gallerywrapper {
    width: 50%;
    padding-left: 45px;
}
.single-referenz .mediawrapper.single .videowrapper {
    width: 50%;
    padding-right: 45px;
}
.single-referenz .mediawrapper.full .gallerywrapper {
    width: 100%;
}
.single-referenz .mediawrapper .videowrapper {
    width: 65%;
    margin: 0 auto 45px auto;
}


.single-referenz .videowrapper .video-container {
    width: 100%;
}


.single-referenz .gallerywrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

.single-referenz .gallerywrapper .galbox {
    width: calc(100% / 1/3 - 30px);
    margin: 0 15px 30px;
}

.single-referenz .gallerywrapper .galbox figcaption {
    display: none;
}


.single-referenz .back.cta-wrapper {
    text-align: center;
    width: 100%;
}

.single-referenz .back.cta-wrapper .cta {
   float: none;
}



.job .cta-wrapper {
    text-align: center;
    margin: 25px auto 0;
    width: 100%;
}

.job .cta-wrapper a {
    display: inline-block;
    margin-right: 15px;
    float: none;
}
.job .cta-wrapper a.cta:last-child {
    background: #F5F5F5;
    color: #639e39;
    margin-right: 0;
}


#bewerbung:before {
    content: "Bewerbung";
    text-transform: uppercase;
    font-size: 160px;
    font-family: "Work Sans";
    color: #ededed;
    top: -60px;
    left: 0;
    width: 100%;
    text-align :center;
    position: absolute;
    z-index: -1;
}
#bewerbung {
    margin-top: 145px;
}

#bewerbung .content {
    background: #EDEDED;
}


#bewerbung .contacttitle {
    font-size: 22px;
    font-weight: 600;
    margin: 25px 0;
}



/************************/
/***    OVERLAYS      ***/
/************************/

.overlay-left .imagebox:before {
    position: absolute;
    content: "";
    z-index: 1;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 45%);
}
.overlay-right .imagebox:before {
    position: absolute;
    content: "";
    z-index: 1;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
    background: rgb(255,255,255);
    background: linear-gradient(-90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 45%);
}


.filter {
    display: inline-block;
    /*margin-right: 25px;*/
    margin: 45px 25px 45px 0;
    cursor: pointer;
}
.filter:last-child {
    margin-right: 0px;
}

.filter.is-active, .filter:hover {
    color: #639e39;
}

.referenzdetailbox {
    display: flex;
    position: relative;
    margin-bottom: 60px;
}

.referenzdetailbox .imagebox,
.referenzdetailbox .contentbox {
    width: 50%;

}

.referenzdetailbox .imagebox {
    height: 475px;
}

.referenzdetailbox .contentbox {
    background-color: #ededed;
    background-image: url('assets/maske.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top right;
    padding: 45px;

}

.referenzdetailbox:nth-child(even) .imagebox {
    order: 2;
}
.referenzdetailbox:nth-child(even) .contentbox {
    order: 1;
}


.referenzdetailbox .imagebox .cat {
    position: absolute;
    top:0;
    left: 0;
    background: #f8f8f8;
    padding: 10px 20px;
    font-size: 14px;
    z-index: 2;
}
.referenzdetailbox:nth-child(even) .imagebox .cat {
    top:0;
    left: unset;
    right: 0;
}
.referenzdetailbox .h2-style {
    font-size: 18px;
    font-weight: 28px;
}
.referenzdetailbox .title {
    font-size: 25px;
    font-weight: 35px;
    margin-bottom: 30px;
    margin-top: 25px;
}


.referenzdetailbox .details {
    position: relative;
}

.referenzdetailbox .details .infobox {
    display: flex;
    margin-bottom: 20px;
}

.referenzdetailbox .details .infobox .info {
   width: 45%;
}
.referenzdetailbox .details .infobox .value {
    width: 65%;
}

/**********************/
/***    TEXT BLOCK      ***/
/**********************/

.module.text-block.shorten .contentbox {
    width: 100%;
    position: relative;
     overflow: hidden;
}
.module.text-block .contentbox {
     width: 100%;
    position: relative;
}

.module.text-block .contentbox.half-centered {
    width: 50%;
    text-align: center;
    margin-top: 45px;
}

.module.text-block .headline {
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 25px;
    width: 100%;
    position: relative;
    display: inline-block;

}
.module.text-block .headline:after {
    background: #EE7F01;
    height: 4px;
    width: 150px;
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0%;
    margin-left: 0px;
}

.module.text-block .headline.margin {
    margin-bottom: 45px;
}





.module.text-iconbox-block {
    width: 100%;
    position: relative;
    background: #F9F9F9;
    padding: 125px 0;
}


.module.text-iconbox-block .headline {
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 25px;
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: center;

}
.module.text-iconbox-block .headline:after {
    background: #EE7F01;
    height: 4px;
    width: 150px;
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -75px;
}
.module.text-iconbox-block .subheadline {
    width: 100%;
    margin-bottom: 45px;
}
.module.text-iconbox-block .subheadline + p {
    width: 50%;
    margin: 0 auto;
}


.module.text-iconbox-block .iconwrapper.mobile {
    display: none;
}

.module.text-iconbox-block .iconwrapper {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-top: 45px;
}
.module.text-iconbox-block .iconwrapper .iconbox {
    background: #fff;
    border-radius: 40px;
    padding: 40px 0;
    text-align: center;
   /* width: 280px;*/
    width: calc(100% - 80%);
    height: 280px;
}

.module.text-iconbox-block .iconwrapper .iconbox:nth-child(2) {
    margin: 0 20%;
}

.module.text-iconbox-block .iconwrapper .icon {
    border-radius: 23484689249px;
    background: #fff;
    padding: 40px;
    width: 131px;
    height: 131px;
    text-align: center;
    position: relative;
    display: inline-block;
}

.module.text-iconbox-block .iconwrapper .icontext {
    width: 100%;
    display: inline-block;
    padding: 0 30px;
}
.module.text-iconbox-block .iconwrapper .icontext .title {
    color:#0186C4;
    font-weight: 600;
    margin-top: 15px;
    width: 100%;
}
.module.text-iconbox-block .iconwrapper .icontext .desc {
    font-weight: 400;
    width: 100%;
    margin:0 auto;
    padding: 0 35px;
    line-height: 22px;
}



.module.image-full-block.bg-red .imagebox {
    margin:0 auto;
    width: 45%;
    position: relative;
}

.module.image-full-block.bg-red .imagebox:after {
    content: "";
    position: absolute;
    background: #639e39;
    top: 75px;
    right: -55px;
    width: 90%;
    height: 90%;
    z-index: -1;
}


/*************************/
/***    accordeon      ***/
/*************************/

.module.accordeon-block .accordeon {
    width: 100%;
    position: relative;
}

.module.accordeon-block.backcolor-1,
.module.accordeon-block.backcolor-2,
.module.accordeon-block.backcolor-3,
.module.accordeon-block.backcolor-4,
.module.accordeon-block.backcolor-5,
.module.accordeon-block.backcolor-6 {
    padding: 100px 0;
}

.module.accordeon-block.backcolor-1 .h2-style,
.module.accordeon-block.backcolor-2 .h2-style,
.module.accordeon-block.backcolor-3 .h2-style,
.module.accordeon-block.backcolor-4 .h2-style,
.module.accordeon-block.backcolor-5 .h2-style,

.module.accordeon-block.backcolor-1 .h4-style,
.module.accordeon-block.backcolor-2 .h4-style,
.module.accordeon-block.backcolor-3 .h4-style,
.module.accordeon-block.backcolor-4 .h4-style,
.module.accordeon-block.backcolor-5 .h4-style{
    color: #fff;
}

.backcolor-3 .h4-style   {
    color: #fff;
}

.module.accordeon-block.backcolor-6 .h2-style,
.module.accordeon-block.backcolor-6 .h4-style {
    color: #2B383B;
}

.module.accordeon-block .accordeon-content .innercon {
    display: flex;
    flex-wrap: wrap;
}

.module.accordeon-block .accordeon-content .contentbox {
    width: 60%;
    display: inline-block;
    padding-right: 60px;
    float: left;
}
.module.accordeon-block .accordeon-content .imagebox {
    width: 40%;
    display: inline-block;
      float: left;
}


    /**********************/
/***    FOOTER      ***/
/**********************/

.footer {
    width: 100%;
    position: relative;
    float: left;
    margin: 0;
    background: #F8F8F8;
    color: #707173;
    font-size: 16px;
    line-height: 26px;
    padding: 65px 0;

}

.footer .content-width {
    padding-left: 0;
    padding-right: 0;
}

.footer a {
    font-weight: 300;
    color: #707173;
}

.footer .address {
    text-align: center;
}

.footer .foologo {
    margin-bottom: 15px;
    display: inline-block;
}

.footer .foologo img {
    width: 190px;
    height: auto;
}


.footer .contentbox:last-child {
    width: calc(100% - 195px - 90px);
    margin-left: 90px;
    display: flex;
    flex-wrap: wrap;
}

.footer .boxinner {
    width: calc(100% / 1/4);
}

.footer .boxinner:nth-child(2) {
    margin-left: 45px;
    width: 250px;
}

.footer .boxinner:nth-child(3) {
    width: 400px;
}

.footer .boxinner:nth-child(5),
.footer .boxinner:last-child {
    width: 50%;
    margin-top: 45px;
}

.footer .boxinner:last-child .imagebox {
   height: 75px;
}

.footer .boxinner:last-child .imagebox a {
    height: 100%;
}

.footer .h3-style {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.footer .boxinner.links a {
    display: block;
    width: 100%;
}

.footer .boxinner .imagebox {
    display: inline-block;
    margin-right: 30px;
}
.footer .boxinner .imagebox:last-child {
    margin-right: 0px;
}

.footer .socialbox {
    width: 75px;
    display: block;
    text-align: right;
    padding: 35px 0;
}

.footer .boxinner:nth-child(5) .imagebox {
    height: 45px;
}
.footer .boxinner:nth-child(5) .imagebox a {
    height: 100%;
}


.footer .socialbox a {
    height: 20px;
    width: 30px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
}

.legalbox {
    position: relative;
    display: block;
    width: 100%;
    float: left;
}


.legal {
    color: #707173;
    text-align: right;
    padding: 15px 0;
    font-size: 14px;
    line-height: 26px;

}
 .legal p {
    margin-bottom: 0;
     font-size: 14px;
     line-height: 26px;
}



.scrollToTop  {
    position: absolute;
    z-index: 4;
    text-align: center;
    bottom: 50px;
    right: 0px;
    width: 78px;
    height: 78px;
    background: #639e39;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.scrollToTop a {
    display: block;
    width: 100%;
    height: 100%;
}

.scrollToTop a:after  {
    content: "";
    position: absolute;
    width: 78px;
    height: 78px;
    background-size: 50%;
    background-image: url('assets/scrolltop.svg');
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
}

/*


.sidebar {
    position: fixed;
    right:0;
    width: 78px;
    z-index: 9;
    top: 50%;
    margin-top: -166px;
}

.sidebar .iconbox:first-child {
    border-top-left-radius: 10px;
}

.sidebar .iconbox {
    background: #0186C4;
    height: 78px;
    margin-bottom: 5px;
}

.sidebar .iconbox a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.sidebar .iconbox a img.img-contain {
    width: 35%;
}

.sidebar .iconbox:last-child {
      border-bottom-left-radius: 10px;
}
*/




@media screen and (max-width: 1400px) {

    .footer .boxinner:nth-child(2) {
        width: 160px;
    }

    .footer .boxinner:nth-child(5),
    .footer .boxinner:last-child {
        width: calc(100% / 1/4);
        margin-top: 45px;
    }

}

@media screen and (max-width: 1260px) {
    .footer .socialbox {
        width: calc(100% / 1/3);
        text-align: left;
        padding-top: 45px;
    }

    .footer .boxinner:nth-child(5), .footer .boxinner:last-child {
        width: calc(100% / 1/3);
        margin-top: 45px;
    }

    .footer .boxinner:nth-child(2),
    .footer .boxinner:nth-child(3),
    .footer .boxinner {
        width: calc(100% / 1/3);
        margin-left: 0px;
    }

}

@media screen and (max-width: 1220px) {
    .slidehome .referenzslider .referenz .titlebox {
        padding: 15px 30px 15px 30px;
    }
    .slidehome .referenzslider .referenz .ctabtn {
        position: relative;
        bottom: -30px;
        right: auto;
        background: #fff;
        color: #639e39;
        padding: 10px 20px;
        font-size: 16px;
        text-align: center;
        z-index: 2;
    }

}


@media screen and (max-width: 1180px) {

    .page-content {
        margin-top: 145px;
    }

}


@media screen and (max-width: 1080px) {

    .module.slider-block .slide {
        height: 560px;
    }

    h1, .h1-style {
        font-size: 30px;
        line-height: 40px;
    }


    .slidehome::after {
        height: 250px;
        top: 200px;
    }


    .slidehome .referenzslider .imagebox {
        height: 255px;
        position: relative;
    }


    #bewerbung::before {
        font-size: 80px;
        top: -35px;

    }

}


@media screen and (max-width: 1024px) {
    .module.image-text-block .only-text .contentbox {
        width: 75%;
    }
}


@media screen and (max-width: 991px) {


    .accordeon-content .beitragbox .contentwrapper .description {
        order: 2;
        width: 100%;
    }
    .accordeon-content .beitragbox .contentwrapper .noticebox,
    .accordeon-content .beitragbox .contentwrapper .imagebox {
        order: 1;
        margin-bottom: 45px;
        width: 100%;
    }



    .footer .socialbox {
        width: calc(100% / 1/2);
        text-align: left;
        padding-top: 45px;
    }
    .footer .boxinner:nth-child(3),
    .footer .boxinner:nth-child(5), .footer .boxinner:last-child {
        width: calc(100% / 1/2);
        margin-top: 45px;
    }

    .footer .boxinner:nth-child(2),

    .footer .boxinner {
        width: calc(100% / 1/2);
        margin-left: 0px;
    }


    .single-referenz .mainimage .imagebox {
        height: 405px;
    }


    .single-referenz .detailinfo .firstbox {
        flex-direction: column;
    }
    .single-referenz .detailinfo .firstbox .leftbox,
    .single-referenz .detailinfo .firstbox .rightbox {
        width: 100%;
    }

    .single-referenz .detailinfo .firstbox .rightbox {
        padding: 0;
    }

    .single-referenz .detailinfo .firstbox .rightbox .redbox {
        margin-top: 35px;
    }

    .single-referenz .gallerywrapper .galbox {
        width: calc(100% / 1/3 - 20px);
        margin: 0 10px 30px;
    }

    .footer .boxinner:nth-child(5) .imagebox {
        height: 45px;
        margin-bottom: 25px;
    }
}



@media screen and (max-width: 892px) {

     .contentboxwrapper {
        flex-direction: column;
    }

    .topbar .contentboxwrapper {
        flex-direction: row;
    }

    h1, .h1-style {
        font-size: 25px;
        line-height: 35px;
    }

    .module.slider-block .slide .imagebox + .contentbox {
        width: 70%;
    }

    .module.image-text-block .imagebox,
    .module.image-text-block .contentbox {
        width: 100%;
        margin-left: 0;
    }

    .module.image-text-block .yt-text .imagebox,
    .module.image-text-block.textleft .imagebox {
        order: 2;
        margin-left: 0px;
        margin-top: 35px;
        margin-right: 0px;
    }

    .module.image-text-block.textright .imagebox {
        order: 2;
        margin-right: 0px;
        margin-top: 35px;
        margin-left: 0px;
    }

    .module.news-block .newstitlebox {
        margin-bottom: 45px;
    }



    .module.news-block .newswrapper .news:first-child,
    .module.news-block .newswrapper .news:nth-child(2),
    .module.news-block .newswrapper .news:last-child {
        width: calc(100% / 1/3 - 15px);
        position: relative;
        height: 100%;
        top: unset;
        bottom: unset;
        margin: 0 auto;
    }




    .module.news-block .newsfooterbox {
        margin: 45px 0 0 0;
    }



    .module.image-text-block.top .imagebox {
        width: 100%;
        order: 2;
        height: 325px;
        position: relative;
    }

    .module.image-text-block.top .contentbox {
        order: 1;
        position: relative;
    }

    .module.image-text-block .only-text .contentbox {
        width: 100%;
    }

    .module.image-text-block#bewerbung .only-text .contentbox,
    .module.image-text-block#kontakt .only-text .contentbox {
        width: 90%;
    }




    .footer .foologo {
        display: block;
        text-align: center;
    }

    .footer .contentbox:last-child {
        width: 100%;
        margin-left: 0px;
        display: flex;
        flex-wrap: wrap;

        text-align: center;
    }


    .footer .socialbox {
        width: 100%;
        text-align: center;
        padding-top: 45px;
    }
    .footer .boxinner:nth-child(2),
    .footer .boxinner:nth-child(3),
    .footer .boxinner:nth-child(5), .footer .boxinner:last-child {
        width: 100%;
        margin-top: 45px;
        text-align: center;
    }


    .footer .boxinner {
        width: 100%;
        text-align: center;
        margin-left: 0px;
    }



    .module.ansprechpartner-block .contentboxwrapper > div:first-child {
        padding-right: 0;
        margin-top: 15px;
    }
    .module.ansprechpartner-block .contentboxwrapper > div:nth-child(2) {
        padding: 0;
    }
    .module.ansprechpartner-block .contentboxwrapper > div:last-child {
        padding-left: 0;
    }



    .module.leistung-block.image-right .contentbox {
        margin-right: 0px;
    }
    .module.leistung-block.image-right .imagebox {
        margin-left: 0px;
        height: 325px;
        margin-top: 35px;
    }
    .module.leistung-block .imagebox, .module.leistung-block .contentbox {
        width: 100%;
    }

    .module.leistung-block.image-left .imagebox {
        margin-right: 0px;
        order: 2;
        height: 325px;
        margin-top: 35px;
    }







    .module.leistung-block.image-left .contentbox {
        margin-left: 0px;
        order: 1;
    }


    .sliderkar .referenz .imagebox {
        height: 255px;
        position: relative;
    }

    .sliderkar .referenzslider .slick-list {
        margin-left: -0px;
    }
    .sliderkar .referenz {
        margin: 0 12.5px;
    }

    .sliderkar .referenz .titlebox {
        font-size: 16px;
        padding: 15px;
    }
    .sliderkar .referenz .titlebox span {
        font-size: 14px;
        line-height: 22px;
    }

    .conbox {
        width: 100%;
        margin: 0 0px 25px;
        text-align: center;
    }

}

@media screen and (max-width: 768px) {

    .module.slider-block .slide {
        height: 360px;
    }

    .module.news-block::before {
        content: "";
        position: absolute;
        width: calc(100% - 0px);
        padding: 0;
        background: #f8f8f8;
        height: 385px;
        top: 0;
        left: 0px;
        right: 0px;
    }

    .module.news-block .newstitlebox {
        margin-bottom: 5px;
    }

    .module.news-block .newstitlebox .newscta {
        position: relative;
        top: unset;
        right: 0;
        margin-top: 35px;
    }

    .module.news-block .newswrapper .news:first-child,
    .module.news-block .newswrapper .news:nth-child(2),
    .module.news-block .newswrapper .news:last-child {
        width: calc(100% / 1/2 - 35px);
        margin: 0 auto 35px;
    }


    .module.image-text-block .contentbox {
        margin-left: 0;
        margin-right: 0px;
    }

    .slidehome .referenzslider .slick-slide a {
        display: block;
        max-width: 85%;
        margin: 40px auto 0;
    }
    .slidehome .referenzslider .slick-slide {
        transform: scale(1);
    }
    .pg-2 .navislide {
        top: 30px;
    }



    .referenzdetailbox {
        display: flex;
        flex-direction: column;
    }

    .referenzdetailbox .imagebox{
        width: 100%;
        order: 2;
        position: relative;
    }

     .referenzdetailbox .contentbox {
        width: 100%;
         order: 1;
         position: relative;
    }

}


@media screen and (max-width: 692px) {
    .accordeon-content .beitragbox {
        padding: 35px 20px;
    }

    .accordeon-content .beitragbox .contentwrapper .description {
        padding-right: 0;
    }
    .single-referenz .mainimage .imagebox {
        height: 275px;
    }

    .single-referenz .gallerywrapper .galbox {
        width: calc(100% / 1/2 - 20px);
    }

}


@media screen and (max-width: 592px) {

    .module.slider-block .slide .imagebox + .contentbox {
        width: 100%;
    }

    .module.news-block .newswrapper .news:first-child,
    .module.news-block .newswrapper .news:nth-child(2),
    .module.news-block .newswrapper .news:last-child {
        width: 100%;
        margin: 0 auto 35px;
    }



    #bewerbung {
        margin-top: 45px;
    }

    #bewerbung::before {
        font-size: 45px;
        top: -25px;
    }



}


@media screen and (max-width: 492px) {

    .referenzdetailbox .contentbox {
        padding: 45px 15px;
    }

    .filterbox {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 25px;
        margin-bottom: 25px;
        border: 1px solid #ccc;
        padding: 0 0 15px 0;
    }
    .filterbox .filter {
        margin: 15px 30px 0;
    }

    .referenzdetailbox .details .infobox {
        flex-direction: column;
    }
    .referenzdetailbox .details .infobox .info {
        width: 100%;
    }
    .referenzdetailbox .details .infobox .value {
        width: 100%;
    }

    .job .cta-wrapper a {
        margin-right: 0;
        display: block;
    }
    .job .cta-wrapper a.cta:last-child {

        margin-top: 35px;
    }
}


@media screen and (max-width: 392px) {
    .accordeon-content .beitragbox .contentwrapper .noticebox {
        padding: 20px 15px;
    }
    .accordeon-content .beitragbox .contentwrapper .noticebox p {
        margin-bottom: 0;
    }
    .accordeon-title {
        padding: 10px;
    }
    .accordeon-content .beitragbox .title {
        font-size: 22px;
        margin-bottom: 30px;
        line-height: 26px;
    }


    .module.leistung-block .contentbox ul.col {

        column-count: 1;
    }


}
