.w_developer button span {
    color:var(--footer-surface-color) !important;
}
.custom-spacer {
    margin-top:30px !important;
}

#WIPSMAINCONTENTS ul li {
    line-height: 1.5em;
}
.content-adjust.w_adjust {
    min-width:100%;
}


@media all and (min-width: 1200px) {
    nav { margin-bottom: -8px; }
}
#menuwrap span {
    width: 100% !important;
    min-width: 100% !important;
}

#block-serial-1071538666 {
    margin-bottom: -38px !important;
}

#wrap #block-serial-1341430875 p a *,
#wrap #block-serial-1341430875 p a {
    text-decoration: none !important;
}



/* Tok vekk paginator på forsiden */
.page_id_1064623921 #paginator {
    display: none;
}

/* Mindre h1 på mobil*/
@media (max-width: 679px) {
    #WIPSMAINCONTENTS > h1, .responsive-text .single-article-full h1 {
        font-size: 19% !important;
    }
}

/* Fjerner logofelt i footer */
@media all and (min-width: 1200px) {
/*
    body #wrap {
        max-width: 80% !important;
        min-width: 1200px;
    }
*/
    #footer div:first-child {
        display: none;
    }

    .footer-block {
        width: 33% !important;
    }
}

.w_footer div:nth-child(1) {
    width: 12% !important;
}


/* 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;
}