.w_developer button span {
    color:var(--footer-surface-color) !important;
}
.custom-spacer {
    margin-top:30px !important;
}
.w_static_menu {
    display:none;
}

/* Forside */
.page_id_1120888740 {}

#container-list .textbox-inner h2 {
    font-size: 19px !important;
    color: #fff !important;
    /*background-color: var(--text-on-background-background-color);  */
    background-color: rgba(0, 0, 0, 0.5) !important;
    padding: 10px 20px !important;
}
#container-list .teaser-wrapper.teaser {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

/* Footer */
@media (min-width: 1200px) {
    .w_block:nth-child(2) {
        width:4% !important;
        display: none !important;
        
    }
    .w_block:nth-child(4) {
        width:25% !important;
    }
    .w_block:nth-child(4) {
        width:50% !important;
    }
}
@media (max-width: 549px) {
    .hideonmobile { display: none !important; }
}

@media all and (min-width: 1200px) {
    body #wrap {
        max-width: 80% !important;
        min-width: 1200px;
    }

    body.read-more #featured .bx-viewport .bxslider li {
        height: 77vh !important;
    }
}

#inner-header #logo img {
    padding-bottom: 10px;
}

.bxslider .sliderImage {
    background-size: contain !important;
    background-repeat: no-repeat !important;
}


@media (min-width: 960px) {
    /* Unntak, for å få 4 artikler på linje, nr 10 og 11*/
    #container-list .outercol:nth-child(10n-2) {
        margin-left: 0;
        margin-top: 0;
    }

    #container-list .outercol:nth-child(10n-1) {
        margin-left: 0;
        margin-top: 0;
    }
}