.w_developer button span {
    color:var(--footer-surface-color) !important;
}
.custom-spacer {
    margin-top:30px !important;
}
/* fjern bunn linje */
.newsletter-button-wrapper, .w_static_menu {
    display:none !important;
}

#wrap .block_type_buttonblock .block-button-outer div {
    max-width: 300px;
    margin:auto !important;
}

@media only screen and (max-width: 1199px) {
    .w_carousel_slides,
    .w_carousel {
        max-height: 680px;
    }
}

@media only screen and (max-width: 799px) {
    .w_carousel_slides,
    .w_carousel {
        max-height: 420px;
    }
}

.w_footer {
    /* background-color: #eee !important; */
    background-color: #13231c !important;
    border-top: 1px solid #999;
}
.w_footer * {
    color: #ddd !important;
}

.w_footer .w_logo img   {
    max-height: 140px !important;
}
.w_social_sharing {
    display: none !important;
}
/* fjern slideshow prograss bar */
.w_carousel_progress {
    height: 0px !important;
    max-height: 0px !important;
    background-color:#fff !important;
}



/* Consent */
div.consent-dialog-inner button {
    margin-bottom: 15px;
}
div.consent-dialog-inner {
    --dialog-row-gap: 0em !important;
}
div.consent-dialog-inner h2 {
    margin-top:22px !important;
    font-size:19px !important;
}
div.consent-dialog-inner h3 {
    margin-bottom: 15px !important;
    font-size:18px !important;
}
div.consent-dialog-inner p,
div.consent-dialog-inner .show-more-button {
    margin-bottom: 5px !important;
    font-size:14px !important;
}


/* Dekorativ strek under overskrifter i tekstbehandler */
.block_type_textareaadvancedblock h2,
.block_type_foreignpagearticleslistblock h3 {
position: relative;
padding-bottom: 10px;
}

/*
.block_type_textareaadvancedblock h2::after,
.block_type_foreignpagearticleslistblock h3::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 50px;
height: 4px;
background-color: var(--secondary-color-outline);
}
*/
.block_type_foreignpagearticleslistblock h4 {
    padding-left: 15px !important;
}
.block_type_foreignpagearticleslistblock article {
    /*max-width: 20% !important; */
}






.w_header,
.w_header_inner,
.w_header_inner .v2-menu {
    background-color: transparent !important;
}

.w_header_inner .v2-menu li {
    opacity: 0.9 !important;
}
.w_header_inner .v2-menu {
    margin-top: 20px;
}



.w_header_inner .v2-menu li a {
    color:#000 !important;
}
.v2-menu li:last-child {
    background-color: #337f4a !important;
    /* background-color: ##1E5FAF !important; */
    color: #fff !important;
    border-radius: 5px !important;
}
.v2-menu li:last-child a {
    color: #fff !important;
}
.v2-menu ul ul li:last-child {
    background-color: #F5F5F5 !important;
    /* background-color: #000000 !important; */
    /* background-color: ##1E5FAF !important; */
    color: #000 !important;
    border-radius: 0px !important;
    opacity: 0.9 !important;
}
.v2-menu ul ul li:last-child a {
    color: #000 !important;
}




.w_carousel_caption_inner .w_carousel_button {
    background-color: #337f4a !important;
    opacity: 0.9 !important;
    border-radius: 5px !important;
}
.w_carousel_caption_inner a:last-child  {
    background-color: transparent !important;
    opacity: 0.9 !important;
    border-radius: 5px !important;
    border: 1px solid #fff !important;
}
.w_carousel_caption_inner .w_carousel_button:hover {
    color: #ddd !important;
}




.custom-spacer-10 {
    margin-top:10px !important;
}
.custom-spacer-20 {
    margin-top:20px !important;
}
.custom-spacer-30 {
    margin-top:30px !important;
}
.custom-spacer-40 {
    margin-top:40px !important;
}
.custom-spacer-50 {
    margin-top:50px !important;
}
.custom-spacer-60 {
    margin-top:60px !important;
}
.custom-spacer-70 {
    margin-top:70px !important;
}
.custom-spacer-80 {
    margin-top:80px !important;
}
.custom-spacer-90 {
    margin-top:90px !important;
}
.custom-spacer-100 {
    margin-top:100px !important;
}
.custom-spacer-110 {
    margin-top:110px !important;
}