/*
Theme Name: webdsigndieandere
Theme URI: https://www.dieandere-webdesign.de/
Description: webdesign dieandere / Customer - Theme
Author: Webdesign DieAndere - 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;
}

.mobile_menu_bar {
    position: absolute;
    display: none;
    right: 0;
    line-height: 0;
    background-image: url("/wp-content/uploads/menu.png");
    width: 25px;
    height: 25px;
    margin-top: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.mobile_menu_bar:hover {
    cursor: pointer;
}

.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: "Montserrat", Arial;
    font-weight: 400;
    font-size: 16px;
    color: #212529;
    line-height: 28px;
    background-color: #FFFFFF;
    
/*
    -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%;
}

body.scrollfix {
    padding-top: 275px;
}

.textRight {
    text-align: right;
}

.page-content {
    position: relative;
    width: 100%;
    float: left;
}

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




.half-centered {
    width: 50%;
    margin: auto;
}

.imagevideo-block .full,
.imagevideo-block .right-half,
.imagevideo-block .left-half {
    padding-left: 0;
    padding-right: 0;
}
.left-half > div {
    float: left;
    width: 50%;
}
.right-half > div {
    float: right;
    width: 50%;
}


.imagevideo-block.fullwidth .full {
    width: 100%;
    max-width: 100%;
}



.gallerywrapper.two-col {
    display: flex;
    justify-content: space-between;
}

.gallerywrapper.two-col .imagecon {
    width: 48%;
}







.text-two-col-block .contentbox {
   float: left;
    width: 48%;
}

.text-two-col-block .contentbox:first-child {
    margin-right: 2%;
}






@media screen and (max-width: 1440px) {
    .content-width {
        width: calc(100% - 80px);
        
    }
}

@media screen and (max-width: 1280px) {
    .content-width {
        width: calc(100% - 80px);
    }
}
@media screen and (max-width: 1160px) {
    .content-width {
        width: calc(100% - 80px);
    }
}
@media screen and (max-width: 1024px) {

    .mobile_menu_bar {
        display: block;
    }

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

   
}

@media screen and (max-width: 980px) {
    .gallerywrapper.two-col {
        display: block;
    }
    
    .gallerywrapper.two-col .imagecon {
        width: 100%;
    }

   

    .half-centered {
        width: 100%;
    }

    .text-two-col-block .contentbox {
        display: block;
        width: 100%;
    }
    
    .text-two-col-block .contentbox:first-of-type {
        margin-right: 0;
    }
}



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




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

.contentbox ul li:before {
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
    top:0;
    width: 5px;
    background: #8CC798;
    margin-right: 15px;
    margin-bottom: 35px;
}

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

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

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




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

.morebtnwrapper {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
}
a.morebtn {
    background:#3C7093;
    padding: 15px 18px;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    
    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;

}

a.morebtn:hover {
    background: #8CC798;
    color: #fff;
    
        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;

}

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

.cta-wrapper a.cta {
   
    float: left;
    text-decoration: none;
   
    font-weight: 400;

   background:#3C7093;
    padding: 15px 18px;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    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;
}


.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;
    
    background: #8CC798;
    color: #fff;

}


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

.more-link {
    background: #3C7093;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 18px;
      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;
}

.more-link:hover {
    background: #8CC798;
      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;
}



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



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: #3C7093;
    display: inline-block;
}

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

a:hover img {
    opacity: 0.7;
}

a:hover {
   opacity: 0.7;
}



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


p {
    font-size: 16px;
    color: #212529;
    line-height: 28px;
    /* text-align: left; */
    margin-bottom: 25px;
}




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

h1, .h1-style {
    color: #3C7093;
    font-size: 30px;
    text-align: left;
    line-height: 27px;
    margin-bottom: 0px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
     float: left;
     width: 100%;
}
h2, .h2-style {
    color: #8CC798;
    font-size: 30px;
    text-align: left;
    line-height: 37px;
    margin-bottom: 35px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
     float: left;
     width: 100%;
}

.headline {
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
     font-weight: 400;
    margin-bottom: 15px;
      position: relative;
    width: 100%;
    
}
.subheadline {
    font-size: 30px;
    line-height: 37px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 35px;
    position: relative;
    width: 100%;
}


h3, .h3-style {
    font-size: 18px;
    text-align: left;
    line-height: 22px;
    margin-bottom: 20px;
    font-weight: 400;
    position: relative;
}


.green-txt {
     color: #8CC798;
}
.blue-txt {
     color: #3C7093;
}

.footnote-txt {
    font-size: 12px;
}
 
.alignleft {
    float: left;
    margin-right: 40px;
}
.alignright {
    float: right;
     margin-left: 40px;
}

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

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


.center-half {
    width: 50%;
}


@media screen and (max-width: 991px) {
    h1, .h1-style,
    h2, .h2-style,
    .subheadline {
        font-size: 25px;
        line-height: 32px;
    }
}


@media screen and (max-width: 492px) {
    h1, .h1-style, 
    h2, .h2-style, 
    .subheadline {
        font-size: 20px;
        line-height: 25px;
    }
}

/*
img.img-contain,
img.img-cover {
    display: block;
    max-width:100%;
}
*/

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

/* the slides */
.slick-slide {
    margin-left: 50px;
}

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

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

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


.slick-dots {
    width: calc(100% - 80px);
    position: absolute;
    bottom: 35px;
    text-align: center;   
    z-index: 3;
}
.slick-dots li {
    display: inline-block;
    width: 20px;
    margin-right: 10px;
}

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

.slick-dots li.slick-active button {
    border: 2px solid #fff;
    background: #fff;
    width: 20px;
    height: 20px;
    color: transparent;
    font-size: 0px;
}

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


@media screen and (max-width: 592px) {
    .slick-slide {
        margin-left: 0px;
    }   
    .module.news-block .content-width .newsslider {
        padding-right: 50px;
    }
}


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


.topicons {
    width: 50%; 
    float: right;
    text-align: right;
    padding: 15px 0;
    position: relative;
    z-index: 4; 
}

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

.topicons .phonebox {
    width: auto;
    display: inline-block;
    align-items: center;
    margin-right: 15px;
    height: 65px;
    vertical-align: super;
}

.topicons .phonebox img {
    height: 20px;
    width: auto;
    display: block;
}

.topicons .phonebox.mobile { display: none; }


.topicons .phonebox img, .topicons .phonebox a {
    display: inline-block;
    line-height: 22px;
}
.topicons .phonebox a {
    color: #333;
}

.topicons .phonebox img {
    margin-right: 10px;
    vertical-align: sub;
}

.topicons .iconbox {
    width: 35px;
    height: 35px;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    background: #CDDAE3;
    padding: 5px;

    vertical-align: top;
    margin-top: 10px;
}
.topicons .iconbox:last-child {
    margin-right: 0;
}

.topicons .iconbox img {
    height: 25px;
    width: auto;
    display: block;
}


.topicons.fixed {
    z-index: 21;
    position: fixed; 
    top: 0;
    right: 0;
    width: 275px;

    padding: 5px 0;
}

.topicons.fixed .phonebox.mobile {
    display: inline-block;    
    vertical-align: inherit;
}
.topicons.fixed .phonebox {display: none;}

@media screen and (max-width: 1300px) {
    .topicons.fixed {
        width: 275px;
    }
}

@media screen and (max-width: 991px) {
    .topicons {
        width: 70%;
    }
}

@media screen and (max-width: 768px) {
    .topicons .phonebox.mobile {
        display: inline-block;    
        vertical-align: inherit;
    }
    .topicons .phonebox {display: none;}
}


.topbar {
    position: relative;
    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;
/*
    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);
*/
    margin-top: -50px;
    z-index: 3;
}


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



.topbar .logo {
    position: relative;
    width: 100%;
    text-align: center;   
}

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


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

.topbar .logo img.scrolled {
   display: none;
}
.topbar .logo img.scrolled.mobile {
   display: none;
}
.topbar.fixed .logo img.scrolled.mobile {
   display: none;
}



.topbar nav.mainmen {
    display: inline-block;
    width: 100%;
    text-align: center;
    
     border-top: 1px solid #3C7093;
    border-bottom: 1px solid #3C7093;
   
}

.topbar nav.mainmen ul {
    margin:0;
    padding:0;
     display: inline-block;
    list-style-type: none;
}
.topbar nav.mainmen ul li {
   
    display: inline-block;
    position: relative;
    text-align: left;
}

.topbar nav.mainmen ul li a {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 45px;
     padding: 7px 15px 0px 15px;
    color: #333333;
    position: relative;
    
    overflow: hidden;

    display: block;

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


.topbar nav.mainmen ul li.current_page-item > a,
.topbar nav.mainmen ul li.current-menu-parent > a {
    color: #8CC798;
}

.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: 57px;   
    position: absolute;
    right: 0;
    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%;
    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(255,255,255,.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: 270px;
    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 40px 10px 15px;
     font-size: 16px;
}

.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 FIXED */

.topbar.fixed {
    background: #fff;
    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: 70px;
    border: 0;
    top: 0;
    position: fixed;
    z-index: 20;
    float: none;
    left: 0;
    margin-top: 0;
    
     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: 250px;
    text-align: center;
    display: block;
}

.topbar.fixed .logo a:first-child {
    display: none;
}

.topbar.fixed .logo img {
    width: 100%;
    height: auto;
}

.topbar.fixed nav.mainmen {
    display: inline-block;
    width: auto;
    text-align: center;
     border-top: 0px solid #3C7093;
    border-bottom: 0px solid #3C7093;
   
}

.topbar.fixed .logo img.default {
   display: none;
}

.topbar.fixed .logo img.scrolled {
   display: block;
}


.topbar.fixed nav.mainmen ul {
    float: left;
    height: auto;
    margin-top: -4px;
}

.topbar.fixed nav.mainmen ul li a {
    padding-top:0;
    padding-bottom: 10px;
    font-size: 16px;

}

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

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



nav.mainmen.mob {
        background-color: rgba(60, 112, 147, .8);
        position: fixed;
        z-index: 84;
        top: 70px;
        left: 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: 1380px) {
    .topbar.fixed nav.mainmen ul li a {
        padding: 0px 10px 0 10px;
        font-size: 14px;
    }
    .topbar nav.mainmen ul li.menu-item-has-children a {
        padding: 0px 20px 0px 15px;
    }
    .topbar.fixed nav.mainmen ul li.menu-item-has-children::after {
        height: 45px;
    }
    .topbar nav.mainmen ul li.menu-item-has-children::after {
        width: 17px;
    }
    
    .topbar nav.mainmen ul li.menu-item-has-children:after {
        height: 47px; 
    }
}

@media screen and (max-width: 1260px) {
    .topbar.fixed nav.mainmen ul li a {
        padding: 0px 7px 0 7px;

    }
    .topbar.fixed nav.mainmen ul li.menu-item-has-children a {
        padding: 0px 17px 0px 12px;
    }
    
    
    .topbar.fixed .logo {
        width: 220px;
    }
}



@media screen and (max-width: 1180px) {
    
    .topbar nav.mainmen {display: none;}
    
    .topbar .logo {margin-top: 15px; }
    
/*    .topbar nav.mainmen ul li a {font-size: 14px;}   */

    .topbar.fixed .logo {
        width: 250px;
    }
    

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

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

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

    .burger.clicked.nav {
        position: fixed;
        top: -25px;
        left: 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%;
        left: 50%;
    }
    .burger span, .burger span::before, .burger span::after {
        display: block;
        width: 45px;
        height: 2px;
        background-color: #333;
        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;
    }
    .burger span::before, .burger span::after {
        position: absolute;
        content: "";
    }
    .burger span::before {
        top: -10px;
    }
    .burger span::after {
        top: 10px;
    }
    .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);
    }
    .burger.clicked span:before, .burger.clicked span:after {
        background-color: #333;
    }
    .burger:hover {
        cursor: pointer;
    }
    
    
   

    /*  NAV
    ========================================== */
    nav.mainmen.mob {
        background-color: rgba(60, 112, 147, .8);
        position: fixed;
        z-index: 84;
        top: 70px;
        left: 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);
    }
    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 ul.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 ul.menu > li:nth-child(1) {
        transition-delay: 0.15s;
    }
    nav.mainmen.mob.show ul.menu > li:nth-child(2) {
        transition-delay: 0.3s;
    }
    nav.mainmen.mob.show ul.menu > li:nth-child(3) {
        transition-delay: 0.45s;
    }
    nav.mainmen.mob.show ul.menu > li:nth-child(4) {
        transition-delay: 0.6s;
    }
    nav.mainmen.mob.show ul.menu > li:nth-child(5) {
        transition-delay: 0.75s;
    }
    nav.mainmen.mob.show ul.menu > li:nth-child(6) {
        transition-delay: 0.9s;
    }
    nav.mainmen.mob.show ul.menu > li:nth-child(7) {
        transition-delay: 1.05s;
    }
    nav.mainmen.mob.show ul.menu > li:nth-child(8) {
        transition-delay: 1.2s;
    }
    nav.mainmen.mob.show ul.menu > li:nth-child(9) {
        transition-delay: 1.35s;
    }
   
    nav.mainmen.mob ul.menu {
        list-style-type: none;
        margin-left: 0;
    }
    nav.mainmen.mob ul.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 ul.menu li:last-of-type {
        margin-bottom: 0;
    }
    nav.mainmen.mob ul.menu li a {
        color: #fff;
        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 ul.menu li a span {
        color: #fff;
    }

    nav.mainmen.mob ul.menu li.current-menu-ancestor > a,
    nav.mainmen.mob ul.menu li.current_page_item > a,
    nav.mainmen.mob ul.menu li a:hover {
        color: rgba(255,255,255, 0.7);
    }

    /* 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-light.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 {
        display: none;
    }
    
    
    .topbar.fixed .burger {
        top: 10px;
    }
    
    .topbar.fixed .logo {
        margin-left: 75px;
        margin-top: 0px;
    }
    
    
    
}


@media screen and (max-width: 768px) {
    .burger {
        top: -25px;
    }
}

@media screen and (max-width: 592px) {
   .topbar .logo {
        margin-top: 35px;
    }
    .topbar .logo a img {
       height: 175px;
    }
    
    .topicons.fixed {
        width: 70%;
    }
    
    
    .burger {
        top: -45px;
    }
    
    .topbar.fixed .logo {
        margin-left: 55px;
        margin-top: 3px;
    }
    .topbar.fixed .logo {
        width: 230px;
    }
    
}

@media screen and (max-width: 510px) {
    .topbar.fixed .logo {
        margin-left: 55px;
        margin-top: 10px;
        width: auto;
    }
    
    .topbar.fixed .logo img.scrolled {
        display: none;
    }
    .topbar.fixed .logo img.scrolled.mobile {
       display: inline-block;
        height: 45px;
        width: auto;
    }
    
}

@media screen and (max-width: 392px) {
    .topbar.fixed .logo img.scrolled.mobile {
        height: 30px;
    }
    topbar.fixed .logo {
        margin-top: 17px;
    }
    .topicons .iconbox {
        margin-right: 5px;
    }
}


/****************************/
/**         FORMS          **/
/****************************/

.gform_wrapper .ppform textarea,
.formrow textarea,
.formrow select,
.ppform input, .ppform select {
    border: 1px solid #3C7093;
    padding: 5px 15px;
}

.ppform li:before {
    display: none;
}

.ppform li.gfield {
    margin: 0 0 15px 0 !important;
    padding-left: 0;
}


.formrow {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    width: 100%;
}


.formrow input,
.ppform li.gfield input {
    padding: 10px 20px !important;
    margin: 0 !important;
}

.gform_wrapper.gf_browser_gecko .ppform select {
    padding: 10px 15px 10px 15px;
}


.gform_wrapper .ppform .field_description_below .gfield_consent_description, .gform_wrapper .ppform .gfield_consent_description {
    width: 100%;
    max-height: 240px;
    overflow-y: scroll;
    border: 1px solid #3C7093;
    margin-top: 12px;
    padding: 6px 8px;
    font-size: 12px;
    line-height: 22px;
}

.wpcf7-submit,
.gform_wrapper .ppform .gform_button {
    background: #3C7093;
    color: #fff;
    border: 0;
    text-transform: none;
    padding: 15px 18px;
      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;

    margin-bottom: 45px;
}

.wpcf7-submit:hover,
.gform_wrapper .ppform .gform_button:hover {
     background: #8CC798;
      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;
}

 
/* Terminbuchung */

#pss {
    width: 100%;
    float:left;
}

#pss #pssMainOuterBox.A3XPBO-Yd-i {
    width: 100% !important;
    border: 0px !important;
    border-radius: 0 !important;
    max-width: 100% !important;
}

#pss #pssMainOuterBox.A3XPBO-Yd-i .A3XPBO-Yd-a + div {
    display: none !important;
}

#pss .A3XPBO-Yd-a {
    min-height: 350px !important;
}

#pss .A3XPBO-b-L {
    background:#3C7093;
    padding: 15px 18px;
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    border-radius: 0 !important;
    height: auto !important;
    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;
}


#pss .A3XPBO-b-L:hover {
    background: #8CC798;
    color: #fff;
    border-color: #8CC798;
        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;

}


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


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

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

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


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


/***********/
/* Columns */
/***********/

.col-5050 > div, .col-5050 > div + div,
.col-5050 > a > div, .col-5050 > a > div + div {
    width: 50%;
    position: relative;
    float: left;
}

.col-3070 > div,
.col-3070  > a > div  {
    width: 30%;
    float: left;
}
.col-3070 > div + div,
.col-3070 > a > div + div {
    width: 70%;
    float: left;
}

.col-7030 > div,
.col-7030 > a > div {
    width: 70%;
    float: left;
}
.col-7030 > div + div,
.col-7030  > a > div + div {
    width: 30%;
    float: left;
}

.col-4060 > div,
.col-4060 > a > div {
    width: 40%;
    float: left;
}
.col-4060 > div + div,
.col-4060 > a > div + div {
    width: 60%;
    float: left;
}

.col-6040 > div,
.col-6040 > a > div {
    width: 60%;
    float: left;
}
.col-6040 > div + div,
.col-6040 > a > div + div {
    width: 40%;
    float: left;
}


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

    .col-5050 > div, .col-5050 > div + div,
    .col-5050 > a > div, .col-5050 > a > div + div,
    .col-3070 > div,
    .col-3070  > a > div,
    .col-3070 > div + div,
    .col-3070 > a > div + div,
    .col-7030 > div,
    .col-7030 > a > div,
    .col-7030 > div + div,
    .col-7030  > a > div + div,
    .col-4060 > div,
    .col-4060 > a > div,
    .col-4060 > div + div,
    .col-4060 > a > div + div,
    .col-6040 > div,
    .col-6040 > a > div,
    .col-6040 > div + div,
    .col-6040 > a > div + div {
        width: 50%;
        float: left;
    }

}


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

    .col-5050 > div, .col-5050 > div + div,
    .col-5050 > a > div, .col-5050 > a > div + div,
    .col-3070 > div,
    .col-3070  > a > div,
    .col-3070 > div + div,
    .col-3070 > a > div + div,
    .col-7030 > div,
    .col-7030 > a > div,
    .col-7030 > div + div,
    .col-7030  > a > div + div,
    .col-4060 > div,
    .col-4060 > a > div,
    .col-4060 > div + div,
    .col-4060 > a > div + div,
    .col-6040 > div,
    .col-6040 > a > div,
    .col-6040 > div + div,
    .col-6040 > a > div + div {
        width: 100%;
        float: left;
    }

}





/********************************/
/***    Top Image slider      ***/
/********************************/

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


.not-front-page .topimage {
    margin-bottom: 35px;
}

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


.topimage .imagebox {
    width: 100%;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.topimage .topsliderwrapper {
     width: 100%;
    position: relative;
}


.topimage .topsliderwrapper .slick-slide {
    margin-left: 0;width: 100%;
}

.topimage .topsliderwrapper .slick-slide a {
    width: 100%;
    padding: 0;
}


/*.topimage .imagebox.ol img {*/
.topimage .imagebox.ol {
    height: 380px;
    overflow: hidden;
}

.topimage .imagebox.ol.middle, .topimage .imagebox.middle {
    height: 380px;
    overflow: hidden;
} 

.topimage .imagebox.ol.smaller, .topimage .imagebox.smaller {
    height: 275px;
    overflow: hidden;
}




.topimage .imagebox .overlay + img {
/*    float: right;*/
    object-position: center right;
}

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

.topimage  .imagebox .overlay .quote {
    position: relative;
    width: 50%;
    text-align: center;
}


.topimage  .imagebox .overlay .titlebox {
    padding-left: 40px;
}



.topimage  .imagebox .overlay .quote .content:before {
    content: '';
    background: url('assets/quoteicon.svg');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    color: #E9E9E9;
    font-size: 170px;
    line-height: 208px;
    width: 100px;
    height: 90px;
    margin-top: -42px;
    margin-left: -83px;
    font-weight: 500;
    font-style: italic;
}

.topimage  .imagebox .overlay .quote .content,
.topimage  .imagebox .overlay .quote .author {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}
.topimage  .imagebox .overlay .quote .author {
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
}


.topimage .topsliderwrapper .slide .imagebox {
    height: 380px;
    width: 100%;
}

.topimage .topsliderwrapper .slide .imagebox img {
    position: relative;
    z-index: 1;
}
.topimage .topsliderwrapper .slide a .overtext,
.topimage .topsliderwrapper .slide .overtext {
    position: absolute;
    z-index: 2;
    width: 100%;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0,0,0,.3);
    font-size: 60px;
    font-weight: bold;
    line-height: 60px;
    
    top: 50%;
    margin-top: -30px;
}

.topimage .topsliderwrapper .slide a .overtext.white-color,
.topimage .topsliderwrapper .slide .overtext.white-color {
    color: #fff;   
}
.topimage .topsliderwrapper .slide a .overtext.black-color,
.topimage .topsliderwrapper .slide .overtext.black-color {
    color: #000;   
}



.topimage .topsliderwrapper .slide a:hover,
.topimage .topsliderwrapper .slide a:hover .imagebox img {
    opacity: 1;
}
.topimage .topsliderwrapper .slide a:hover .imagebox .overtext.white-color {
    color: #fff;
}
.topimage .topsliderwrapper .slide a:hover .imagebox .overtext.black-color {
    color: #000;
}



.topimage h1,
.topimage .h1-style {
    width: auto;
    line-height: 35px;
/*
    hyphens: auto;
     -moz-hyphens: auto;
    -webkit-hyphens: auto;
*/
    background: rgba(255,255,255,0.7);
    padding: 5px 10px;
}



.topimage h2,
.topimage .h2-style {
     background: rgba(255,255,255,0.7);
    padding: 5px 10px;
    width: auto;
/*
     hyphens: auto;
     -moz-hyphens: auto;
    -webkit-hyphens: auto;
*/
    clear:both;
}

@media screen and (max-width: 1200px) {
    
.topimage h1,
.topimage .h1-style, .topimage h2,
.topimage .h2-style {
/*    width: 70%;*/
    background: rgba(255,255,255,0.7);
    padding: 5px 10px;
}
}

@media screen and (max-width: 1180px) {
    .topimage .imagebox.ol {
        height: 245px;
    }
    .topimage { 
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1024px) {
    .topimage .imagebox.ol {
        height: 225px;
    }
    .topimage .imagebox .overlay { width: 65%; }
     .topimage .imagebox .overlay .titlebox {
        padding-left: 30px;
    }
    
    .topimage .imagebox .overlay .quote { margin-left: 15%; }

    /*.topimage h1,
   .topimage .h1-style, .topimage h2,
   .topimage .h2-style {


       hyphens: auto;
        -moz-hyphens: auto;
       -webkit-hyphens: auto;

}     */

    
    
.topimage .imagebox.ol {
    /*height: 245px;*/
    height: auto;
    overflow: hidden;
}

.topimage .imagebox.ol.middle {
    /*height: 265px;*/
      height: auto;
    overflow: hidden;
}

    .topimage .imagebox.middle {
        height: 265px;
        /*height: auto;*/
        overflow: hidden;
    }

    .topimage .imagebox.ol.smaller {
    /*height: 205px;*/
      height: auto;
    overflow: hidden;
}

    .topimage .imagebox.smaller {
        height: 205px;
        /*height: auto;*/
        overflow: hidden;
    }

    .topimage .imagebox .overlay .quote {
        margin-left: 100px;
        width: 100%;
        margin-top: 55px;

    }
    
    
    
}



@media screen and (max-width: 991px) {
    .topimage .imagebox.ol {
        display: flex;
        flex-direction: column;
        
        height: auto;
    }
    
    .topimage .imagebox.ol .overlay {
        order: 2;
        position: relative;
        text-align: center;
        padding: 35px 0;
        margin-top: -75px;
        width: 100%;
         background: rgb(255,255,255);
        background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 45%); 
        
    }
    
    .topimage .imagebox.ol img {
        order: 1;
        height: 225px;
    }

    .topimage .imagebox .overlay .quote {
        width: calc(100% - 70px);
        margin-left: 70px;
    }
    
    
    .topimage .imagebox.ol.smaller {
        height: 185px;
    }
    
    .topimage .imagebox .overlay .titlebox {
        padding-left: 15px;
    }
    
    
    
}




@media screen and (max-width: 1024px) {
    .topimage .imagebox.ol.smaller {
        height: 175px; 
    }
    
     .topimage .imagebox {
        overflow: inherit;
         display: flex;
         flex-wrap: wrap;
         
    }
    
    .topimage .imagebox .overlay {
        width: 100%;
        order: 2;
        background: none;
        position: relative;
    }
    .topimage .imagebox .overlay .titlebox {
        padding-left: 15px;
        position: relative;
        float: left;

        
        width: 100%;
    }
    .topimage .imagebox img {
        order: 1;
    }
    .topimage h1, .topimage .h1-style {
        width: 100%;
    }
    .topimage h2, .topimage .h2-style {
       margin-bottom: 0;
    }
    
    
    
}

@media screen and (max-width: 492px) {
    .topimage .imagebox .overlay .quote .content::before {
        display: none; 
    }
    
    
    .topimage .imagebox.ol .overlay {
        padding: 35px 0 0;
    }

    .topimage .imagebox .overlay .quote .content, .topimage .imagebox .overlay .quote .author {
        text-align: center;
        font-size: 13px;
        font-weight: 500;
        line-height: 20px;
    }

    .topimage .imagebox .overlay .quote {
        width: calc(100% - 10px);
        margin-left: 10px;
    }
    
}



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





/****************************/
/***    TEXT + IMAGE      ***/
/****************************/

.module.text-imagevideo-block .image-right-text-left > div {
    display: flex;
    flex-wrap: wrap;
}

.module.text-imagevideo-block div.sameheight .imagebox {
    height: 225px;
}


.module.text-imagevideo-block.persobild div .imagebox img {
    max-height: 365px;
    width: auto;
    float: right;
}


.module.text-imagevideo-block .image-right-text-left > div .contentbox,.module.text-imagevideo-block .video-right-text-left > div .contentbox  {
    order: 1;
}
.module.text-imagevideo-block .image-right-text-left > div .imagebox, .module.text-imagevideo-block .video-right-text-left > div .videobox {
    order: 2;
}

.module.text-imagevideo-block .image-right-text-left .col-6040 .imagebox, .module.text-imagevideo-block .video-right-text-left .col-6040 .videobox {
    width: 40%;
}
.module.text-imagevideo-block .image-right-text-left .col-6040 .contentbox, .module.text-imagevideo-block .video-right-text-left .col-6040 .contentbox {
    width: 60%;
}




.module.text-imagevideo-block .image-right-text-left > div .contentbox,
.module.text-imagevideo-block .video-right-text-left > div .contentbox {
    padding-right: 45px;
}

.module.text-imagevideo-block .image-left-text-right > div .contentbox,
.module.text-imagevideo-block .video-left-text-right > div .contentbox {
    padding-left: 45px;
}


.module.text-imagevideo-block .image-right-text-left, .module.text-imagevideo-block .video-right-text-left {
    padding-right:0;
}
.module.text-imagevideo-block .image-left-text-right, .module.text-imagevideo-block .video-left-text-right {
    padding-left:0;
}




@media screen and (max-width: 892px) {
   
    .module.text-imagevideo-block .image-left-text-right > div .imagebox, 
    .module.text-imagevideo-block .video-left-text-right > div .videobox {
      
    }
    
    .module.text-imagevideo-block .image-right-text-left > div,
    .module.text-imagevideo-block .video-right-text-left > div {
/*        display: flex;*/
    }
    
    .module.text-imagevideo-block .image-right-text-left > div .imagebox, 
    .module.text-imagevideo-block .video-right-text-left > div .videobox {
        order: 1;
    
    }
    
    .module.text-imagevideo-block .image-right-text-left > div .contentbox, 
    .module.text-imagevideo-block .video-right-text-left > div .contentbox {
        padding-right: 0;
        order: 2;
    }
     .module.text-imagevideo-block .image-left-text-right > div .contentbox, 
    .module.text-imagevideo-block .video-left-text-right > div .contentbox {
        padding-left: 30px;
    }
    
    .module.text-imagevideo-block .image-left-text-right > div .imagebox, 
    .module.text-imagevideo-block .video-left-text-right > div .videobox,
    .module.text-imagevideo-block .image-right-text-left > div .imagebox, 
    .module.text-imagevideo-block .video-right-text-left > div .videobox {
        height: 75% !important;
        width: 75%;
        margin-bottom: 35px;
    }
    .module.text-imagevideo-block .image-left-text-right > div .imagebox, 
    .module.text-imagevideo-block .video-left-text-right > div .videobox {
        padding-left: 30px;
    }
    
/*
    .module.text-imagevideo-block .image-left-text-right > div .imagebox .img-cover, 
    .module.text-imagevideo-block .image-right-text-left > div .imagebox .img-cover {
        object-position: center;
    } 
*/
   
    .overlay-right .imagebox::before,
    .overlay-left .imagebox::before {
        display: none;
    }
    
    
    .module.text-imagevideo-block .image-right-text-left .col-6040 .imagebox, 
    .module.text-imagevideo-block .video-right-text-left .col-6040 .videobox {
        width: 100%;
    }
    .module.text-imagevideo-block .image-right-text-left .col-6040 .contentbox, 
    .module.text-imagevideo-block .video-right-text-left .col-6040 .contentbox {
        width: 100%;
    }
    
    
    
    .mobile-off {display: none;}
    
}


@media screen and (max-width: 492px) {
    .module.text-imagevideo-block .image-left-text-right > div .imagebox, .module.text-imagevideo-block .video-left-text-right > div .videobox {
        padding-left: 15px;
    }
    .module.text-imagevideo-block .image-left-text-right > div .contentbox, .module.text-imagevideo-block .video-left-text-right > div .contentbox {
        padding-left: 15px;
    }
}



/**********************/
/***    MAPS      ***/
/**********************/

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

#map_canvas {
    width: 100%;
    height: 375px;
    float: left;
    position: relative;
}


.module.contact-googlemaps-block .content-width {
     background: #8CC798;
    color: #fff;
    display: flex;
    align-items: center;
    align-content: center;
    padding-left: 0;
    padding-right: 0;
}

.module.contact-googlemaps-block .googlemaps {
    width: 50%;
    float: left; 
    position: relative;
}
.module.contact-googlemaps-block .contactinfo {
    width: 50%;
    float: left; 
    position: relative;
    padding-left: 140px;
}


.module.contact-googlemaps-block .contactdet {
    width: 100%;
    float: left; 
}
.module.contact-googlemaps-block .contactdet .info {
    position: relative;
    float: left;
    width: 100px;
    clear: left;
}
.module.contact-googlemaps-block .contactdet .desc {
    float: left;
    position: relative;
}

.module.contact-googlemaps-block .contactdet .desc a {
    color: #fff;
}



@media screen and (max-width: 1180px) {
    .module.contact-googlemaps-block .contactinfo {
        padding-left: 80px;
    }
}

@media screen and (max-width: 991px) {
    .module.contact-googlemaps-block .contactinfo {
        padding-left: 45px;
    }
}


@media screen and (max-width: 892px) {
    .module.contact-googlemaps-block .content-width {
        flex-direction: column;
    }
    
    .module.contact-googlemaps-block .contactinfo,
    .module.contact-googlemaps-block .googlemaps {
        width: 100%;
    }
    
    .module.contact-googlemaps-block .contactinfo {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    
}


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

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

.module.text-block .readmorebtn {
    width: 100%;
    position:relative;
    margin-top: 35px;
}

.module.text-block .readmorebtn.closed:before {
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); 
    position: absolute;
    margin-top: -75px;
    width: 100%;
    height: 75px;
    content: "";
}
.module.text-block .readmorebtn.open:before {
    display: none;
}




/**********************/
/***    NEWS      ***/
/**********************/

.module.news-block .content-width {
    padding-left:0;
    padding-right: 0;
}

.module.news-block .newsshow {
    background: #3C7093;
    color: #fff;
    width: 100%;
    position: relative;
    float: left;
    padding-left: 45px;
    display: flex;
    align-items: center;
    padding-top: 60px;
    
}

.module.news-block .content-width .introbox {
    width: 33%;
    position: relative;
    float: left;
    
}

.module.news-block .content-width .introbox .h1-style {
    color: #fff;
}

.module.news-block .content-width .newsslider {
    width: calc(100% - 30%);
    position: relative;
    float: left;
    padding-right: 3%;
}

.module.news-block .content-width .newsslider .news {
    margin-bottom: 60px;
}

.module.news-block .content-width .newsslider .news a {
    color: #fff;
}

.module.news-block .content-width .newsslider .news .contentbox .newsdate {
    font-size: 14px;
    font-weight: 300;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.module.news-block .content-width .newsslider .news .contentbox h3 {
    font-size: 18px;
    font-weight: 400;
    width: 100%;
    margin-bottom: 20px;
    height: 45px;
    overflow: hidden;
}
.module.news-block .content-width .newsslider .news .contentbox .content {
    font-size: 14px;
    width: 100%;
    float: left;
    line-height: 26px;
    margin-bottom: 30px;
}

.newsslider.slick-slider button.slick-prev {
    background-image: url('assets/newsleft.svg');
    background-size: contain;
    background-repeat: no-repeat;
    right: 50px;
    width: 30px;
    height: 30px;
    left:unset;
    position: absolute;
    text-indent: -999999px;
}
.newsslider.slick-slider button.slick-next {
    background-image: url('assets/newsright.svg');
    background-size: contain;
    background-repeat: no-repeat;
    right: 10px;
    
    width: 30px;
    height: 30px;
    position: absolute;
    text-indent: -999999px;
}
.newsslider.slick-slider button {
    top: unset;
    bottom: 10px;
    z-index: 5;
}



.module.news-block .newspage {
    width: 100%;
    position: relative;
    float: left;   
}

.module.news-block .newspage .news {
    float: left;
    width: 100%;
    border-left: 5px solid #8CC798;
    padding-left: 20px;
       margin-bottom: 30px;
    padding-bottom: 15px;
}

.module.news-block .newspage .news a {
    color: #333;
} 

.module.news-block .newspage .news .contentbox .newsdate {
    font-size: 14px;
    font-weight: 300;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.module.news-block .newspage .news .contentbox h3 {
    font-size: 18px;
    font-weight: 400;
    width: 100%;
    margin-bottom: 20px;
    
}
.module.news-block .newspage .news .contentbox .content {
    font-size: 14px;
    width: 100%;
    float: left;
    line-height: 26px;
    
}



.mainnews {
    float: left;
    width: 100%; 
    position: relative;
    margin-top: 35px;
}




.module.blog-block .newspage {
    width: 100%;
    position: relative;
    float: left;
}

.module.blog-block .newspage .news {
    float: left;
    width: 100%;
    border-left: 5px solid #8CC798;
    padding-left: 20px;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.module.blog-block .newspage .news a {
    color: #333;
}

.module.blog-block .newspage .news .contentbox .newsdate {
    font-size: 14px;
    font-weight: 300;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.module.blog-block .newspage .news .contentbox h3 {
    font-size: 18px;
    font-weight: 400;
    width: 100%;
    margin-bottom: 20px;

}
.module.blog-block .newspage .news .contentbox .content {
    font-size: 14px;
    width: 100%;
    float: left;
    line-height: 26px;

}





@media screen and (max-width: 991px) {
    .module.news-block .newsshow {
        flex-direction: column;
    }
    
    .module.news-block .content-width .introbox {
        width: 100%;
    }
    .module.news-block .content-width .newsslider {
        width: 100%;
        padding-right: 0;
    }

    .module.blog-block .newsshow {
        flex-direction: column;
    }

    .module.blog-block .content-width .introbox {
        width: 100%;
    }
    .module.blog-block .content-width .newsslider {
        width: 100%;
        padding-right: 0;
    }
    
    .slick-slide {
        margin-left: 0px;
        padding-right: 30px;
    }
}



@media screen and (max-width: 592px) {
     
    .module.blog-block .content-width .newsslider,
    .module.news-block .content-width .newsslider {
        padding-right: 50px;
    }
}


/**********************/
/***    ANGEBOT      ***/
/**********************/

.module.service-block .intro {
    width: 100%;
    position: relative;
    float: left;
}
.module.service-block .servicewrapper {
    width: 100%;
    position: relative;
    float: left;
    margin-top: 10px;
}

.module.service-block .servicewrapper .servicebox {
    margin: 0 50px 50px 0;
    float: left;
    width: calc(100% / 1/3 - 50px);
    position: relative;
    height: 255px;
}

.module.service-block .servicewrapper .servicebox a {
    color: #333;   
}
.module.service-block .servicewrapper .servicebox h3 {
    color: #3C7093;
}

.module.service-block .servicewrapper .servicebox .contentbox {
    font-size: 14px;
    line-height: 26px;
}


@media screen and (max-width: 1300px) {
    .module.service-block .servicewrapper .servicebox {
        width: calc(100% / 1/2 - 50px);
        height: 205px;
    }
}

@media screen and (max-width: 1024px) {
    .module.service-block .servicewrapper .servicebox {
       height: 245px;
    }
}

@media screen and (max-width: 892px) {
    .module.service-block .servicewrapper .servicebox {
        width: 100%;
        height: auto;
    }
}



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


.footer {
    width: 100%;
    position: relative;
    float: left;
    margin: 0;
    
    font-size: 14px;
    line-height: 18px;
    
}

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


.footer .legalbox {
    width: 100%;
    float: left;
    padding: 13px 10px;
     background: #8CC798;
    position: relative;
  
}

.footer .legalbox .legal {
       width: 50%;
    float: left;
    position: relative;
    text-align: right;
     color: #fff;
}

.footermenu {
    width: 50%;
    float: left;
    position: relative;
    text-align: left;
}
.footermenu .menu-footer-menu-container,
.footermenu .menu-footer-menu-container ul {
    width: 100%;
    float: left;
    position: relative;
    margin-left: 0;
    list-style-type:none;
}

.footermenu .menu-footer-menu-container ul li {
    display: inline-block;
    padding: 0 8px 0 4px;
    border-right: 1px solid #fff;
    margin-right: 0px;
    font-size: 14px;
    line-height: 14px;
}
.footermenu .menu-footer-menu-container ul li a {
    color: #fff;
}

.footermenu .menu-footer-menu-container ul li:last-child {
    margin-right: 0; 
    border-right: 0;
}



@media screen and (max-width: 991px) {
    .footer .legalbox .legal {
        width: 40%;
    }
    .footermenu {
        width: 60%;
    }
}


@media screen and (max-width: 892px) {
    
    .footer {
        border-top: 1px solid #fff;
    }
    
    .footer .legalbox .legal {
        width: 100%;
        text-align: center;
    }
    .footermenu {
        width: 100%;
        text-align: center;
    }
    
    
}