@media only screen and (max-width: 1800px) {
    .w_carousel_slides,
    .w_carousel {
        max-height:840px;
    }
    .w_carousel_html {
        top: 0% !important;
    }
}
@media only screen and (max-width: 1700px) {
    .w_carousel_slides,
    .w_carousel {
        max-height:800px;
    }
    .w_carousel_html {
        top: 0% !important;
    }
}
@media only screen and (max-width: 1600px) {
    .w_carousel_slides,
    .w_carousel {
        max-height:760px;
    }
    .w_carousel_html {
        top: 0% !important;
    }
}
@media only screen and (max-width: 1500px) {
    .w_carousel_slides,
    .w_carousel {
        max-height:720px;
    }
    .w_carousel_html {
        top: 0% !important;
    }
}
@media only screen and (max-width: 1400px) {
    .w_carousel_slides,
    .w_carousel {
        max-height:680px;
    }
    .w_carousel_html {
        top: 0% !important;
    }
}
@media only screen and (max-width: 1300px) {
    .w_carousel_slides,
    .w_carousel {
        max-height:640px;
    }
    .w_carousel_html {
        top: 0% !important;
    }
}
@media only screen and (max-width: 1200px) {
    .w_carousel_slides,
    .w_carousel {
        max-height:590px;
    }
    .w_carousel_html {
        top: 0% !important;
    }
}

@media only screen and (max-width: 1100px) {
    .w_carousel_slides,
    .w_carousel {
        max-height:560px;
    }
    .w_carousel_html {
        top: 0% !important;
    }
}
@media only screen and (max-width: 1000px) {
    .w_carousel_slides,
    .w_carousel {
        max-height: 390px;
    }
    .w_carousel_html {
        top: 0% !important;
    }
}

@media only screen and (max-width: 900px) {
    .w_carousel_slides,
    .w_carousel {
        max-height: 350px;
    }
    .w_carousel_html {
        top: 0% !important;
    }
}

@media only screen and (max-width: 800px) {
    .w_carousel_slides,
    .w_carousel {
        max-height: 290px;
    }
    .w_carousel_html {
        top: 0% !important;
    }
}

@media only screen and (max-width: 700px) {
    .w_carousel_slides,
    .w_carousel {
        max-height: 260px;
    }
    .w_carousel_html {
        top: 0% !important;
    }
}




.w_developer button span {
    color:var(--footer-surface-color) !important;
}
.custom-spacer {
    margin-top:30px !important;
}

/* Skjuler Hjem menypunkt */

@media all and (min-width: 1200px) {
    #menuwrap #menu .menu .pageid_198405547 {
        display: none !important;
    }
}

.logged-in #menuwrap #menu .menu .pageid_198405547 {
    display: inline-block !important;
}

.w_footer .w_logo img   {
    max-height: 61px !important;
}


.page_id_237214613 #container-list .media-wrapper {
    border-radius: 0px !important;
    padding-bottom: 44% !important;
}



.editorContent a {
    text-decoration: underline !important;
}
.editorContent a:hover {
    color: #fff !important;
}




/* Consent */
div.consent-dialog-inner h2 {
    margin-top:22px !important;
    font-size:21px !important;
}
div.consent-dialog-inner h3 {
    margin-bottom: 15px !important;
    font-size:18px !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;
}