.w_developer button span {
    color:var(--footer-surface-color) !important;
}
.custom-spacer {
    margin-top:30px !important;
}

/* lager mindre luft */
.page_id_1676543465 #container-list .outercol {
    margin-top: -43px !important;
}

.mobile-header .logo img {
    margin-left: 20px;
}


h1,h2,h3,h4,h5,h6 {
    /*color: var(--primary-color) !important;*/
    font-weight: 400 !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: 320px;
    }
}
.w_carousel_icons {
    display: none !important;
}
.w_carousel_caption {
    display: none !important;
}


/* Punktlister i tekstbehandler. */
.article-block ul li,
.article-block ol li{
line-height: 24px;
margin-left: 20px;
}






/* Consent */
.v2-form section.consent-header * {
background-color: var(--modal-dialog-background-color, #fff) !important;
}
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;
}

