.w_developer button span {
    /*color:var(--footer-surface-color) !important;*/
    color:#000 !important;
}
.custom-spacer {
    margin-top:30px !important;
}
/* @media all and (min-width: 1200px) {
    body #wrap {
        max-width: 80% !important;
        min-width: 1200px;
    }
}*/

.w_logo {
    height: 120px !important;
}

.w_logo img {
    height: 90px !important;
    margin-top:15px;
}




#W-footer,
.w_header {
    filter: drop-shadow(0px 0px 8px #888);
}


.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;
}

/* Blokker */
.outer-block-wrapper {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.outer-block-wrapper.custom-fullwidth {
    padding-left: 0px !important;
    padding-right: 0px !important;
}


/* Sentrerere artikler, slik at de treffer med toppblokker */
@media only screen and (min-width: 1200px) {
    #center {
        margin: 0px 13% 0px 13% !important;
    }
}