.w_developer button span {
    color:var(--footer-surface-color) !important;
}
.custom-spacer {
    margin-top:30px !important;
}

/* FIX BORDER RADIUS BUG ON WCAG SERVER WITH WCAG OFF */
/* CAN BE REMOVED WHEN WCAG IS ENABLED */
#menuwrap .level_1:nth-child(1),
.w_menu_wrapper .level_1:nth-child(1) {
    border-radius: 0 !important;
}

/*
.w_logo a {
    padding-top: .5em;
}*/

.w_design_6 .w_logo img {
    margin-top:24px;
}
.w_design_6 .w_footer .w_logo img {
    margin-top:0px;
}

.page_id_227426455 #container-list div .isVueArticle .teaser,
.page_id_569943334 #container-list div .isVueArticle .teaser {
    background-color: rgba(0, 0, 0, .3);
}

@media only screen and (max-width: 1199px) {
    .w_carousel_slides,
    .w_carousel {
        max-height: 700px;
    }
}

@media only screen and (max-width: 799px) {
    .w_carousel_slides,
    .w_carousel {
        max-height: 450px;
    }
}


@media only screen and (min-width: 1200px) {

    .page_id_227426455 #container-list div .isVueArticle:nth-child(odd) .teaser,
    .page_id_569943334 #container-list div .isVueArticle:nth-child(odd) .teaser {
        left: 40px;
        width: fit-content;
        margin-top: 3em;
        justify-content: center;
        background-color: var(--text-on-background-background-color);
    }

    .page_id_227426455 #container-list div .isVueArticle:nth-child(even) .teaser,
    .page_id_569943334 #container-list div .isVueArticle:nth-child(even) .teaser {
        right: 40px;
        width: fit-content;
        margin-top: 3em;
        justify-content: center;
        background-color: var(--text-on-background-background-color);
    }
}

.page_id_227426455 #container-list,
.page_id_569943334 #container-list {
    box-shadow: 0 0 20px #000000;
}

#wMenuWrapper .nav_level_2_group li:first-child span {
    border-radius: 10px 10px 0 0;
}

#wMenuWrapper .nav_level_2_group li:last-child span {
    border-radius: 0 0 10px 10px;
}

#wMenuWrapper .nav_level_2_group li:only-child span {
    border-radius: 10px;
}


.w_carousel_button {
    padding: 12px 40px !important;
    font-size: 20px !important;
    border: 1px solid #fff !important; 
}

/* Punktlister i tekstbehandler. */
.article-block ul li {
    line-height: 24px;
    margin-left: 20px;
}