.w_footer .w_logo img   {
    max-height: 240px !important;
}

.w_developer button span {
    color:var(--footer-surface-color) !important;
}
.w_static_menu,
.newsletter-button-wrapper,
.w_icon.w_icon_newsletter {
    display:none !important;
}
.custom-spacer {
    margin-top:30px !important;
}
.w_header {
    background-color:#ffffff !important;
}
.v2-menu a {
    /* color:#ffffff !important; */
}

@media only screen and (max-width: 1199px) {
    .w_carousel_slides,
    .w_carousel {
        max-height: 600px;
    }
}

@media only screen and (max-width: 799px) {
    .w_carousel_slides,
    .w_carousel {
        max-height: 400px;
    }
}




@media only screen and (min-width:1200px) {    
  div.w_design>header>.w_header_inner>.w_social_sharing,
  div.w_design>header>.w_header_inner>.search-container {
    /*  top:20px !important; */
  }
      #container #wrap #outerContent .label {
        font-weight: 500 !important;
        padding-top: 0.25em;
        padding-bottom: 0.25em;
    }
}

/* Consent */
div.consent-dialog-inner h2 {
    margin-top:22px !important;
    font-size:22px !important;
}
div.consent-dialog-inner h3 {
    font-size:19px !important;
}

/* Menu */
#wrap .v2-menu ul ul li {
    background-color: #ffffff;
}
#wrap .v2-menu ul li {
    color:#000;
}
#wrap .v2-menu ul li:hover {
/*    background-color: #00afd8; */ /* blue */
/*    background-color: #E46E3B; */ /* orange */
/*    background-color: #69BE28; */ /* light green */
}
#wrap .v2-menu ul li a:hover,
#wrap .v2-menu ul [aria-current="page"] a {
    border-color: #373737 !important;
    /*color: #373737;*/
    /*color:#ffffff;*/
}
#wrap .v2-menu ul li a:hover {
/*  color: #ffffff !important; */
}
#wrap .v2-menu ul li [data-expanded="true"] a,
#wrap .v2-menu ul li [data-has-expandable="true"] a {
    /* color: #E46E3B; */ /* orange */
    
    
}


@media only screen and (min-width:1200px) {    
  .w_header .w_logo img { 
    margin-bottom:4px !important;
    margin-top:20px;
  }   
  .w_header {
      min-height: 113px;
  }
}



/* Ansatte */
.employee-list article {
    background-color:#ffffff !important;
    padding-top:30px;
    padding-bottom:10px;
}
    
    
    
/* footer */
.w_footer h1 {
    border: 0px !important;
    padding-left: 0px !important;
}
.w_footer * {
    color:white!important;
}
.w_footer p {
    line-height:21px;
}
#wrap .w_design_5 .w_footer {
    background-color: #373737 !important;
}
#wrap .w_design_5 .w_footer li > a {
    display: flex !important;
    align-items: center;
    font-weight: normal;
}
#wrap .w_design_5 .w_footer li {
    line-height: 1.0em !important;
    padding: 7px 7px 7px 7px !important;
}
#wrap .w_design_5 .w_footer ul {
    -moz-column-count: 2;
    -moz-column-gap: 17px;
    -webkit-column-count: 2;
    -webkit-column-gap: 17px;
    column-count: 2;
    column-gap: 17px;
}
body .w_footer p {
    color:white!important;
    font-weight: 300!important;
    font-size: 0.75m!important;
}
body .w_footer li > a img {
    margin-right: 10px;
    width: 20px;
    height: auto;
}
div#W-footer>footer>.w_block>ul>li>a:after {
    display:none;
}
/* --- */


.single-article-half .article-block .button-container {
    padding-bottom: 15px; 
}
@media only screen and (min-width:1200px) {
    .button-container {
        min-width:500px;
    }
    nav.v2-menu {
        margin-bottom: -9px;
    }
}

.intro-text {}
.article-block-container {
    border-bottom: 1px solid #69be28;
    max-width: 75px;
    /*position: absolute;*/
    right: 90%;
    margin-left: 0px;
    top: 0;
}

h1 {
    border-left: 1px solid #69be28 !important;
    padding-left: 19px !important;
}
.single-article {
    margin-top:24px !important;
}