.custom-spacer {
    padding-top:40px !important;
}
.custom-spacer-60 {
    padding-top:60px !important;
}
.custom-spacer-80 {
    padding-top:80px !important;
}

/* Consent */
div.consent-dialog-inner h2 {
    margin-top:22px !important;
    font-size:19px !important;
}
div.consent-dialog-inner h3 {
    font-size:18px !important;
}

#mainContent {
    padding-top: 20px !important;
}


/*  Fade in logo  */
.w_logo, .logo {
    animation: fadeIn 1.5s ease-in forwards; /* Name, duration, timing, and fill-mode */
}
@keyframes fadeIn {
    0% {
        opacity: 0.0;
    }
    100% {
        opacity: 1;
    }
}

/* Meny */
.mobile-header .expander-button {
    color: #333 !important;
}
.mobile-header .w_social_sharing {
    margin-top:10px !important;
}
.w_social_sharing {
    display: none !important;
}


.w_footer .w_logo img   {
    max-height: 70px !important;
}
.w_header .w_logo img {
    margin:40px;
    max-height: 45px !important; 
}
.mobile-header .logo {
    margin: 20px;
    max-height: 35px !important; 
}



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


.w_header,
.mobile-header {
    background-color: #fbf5d8 !important;
    /*background: linear-gradient(27deg,rgba(153, 153, 153, 1) 0%, rgba(234, 234, 234, 1) 100%);
    background: linear-gradient(15deg,rgba(193, 193, 193, 1) 10%, rgba(254, 254, 254, 1) 100%);*/
    border-bottom: 1px solid #06597C;
}
.w_footer {
    background-color: #6052a1 !important;
    /*background: linear-gradient(27deg,rgba(153, 153, 153, 1) 0%, rgba(234, 234, 234, 1) 100%);
    background: linear-gradient(15deg,rgba(193, 193, 193, 1) 10%, rgba(254, 254, 254, 1) 100%);*/
    border-top: 1px solid #06597C;
}

#WIPSMAINCONTENTS {
    /*background: linear-gradient(354deg,rgba(189, 189, 189, 1) 0%, rgba(234, 234, 234, 1) 55%) !important;*/
    /*background: linear-gradient(27deg,rgba(153, 153, 153, 1) 0%, rgba(234, 234, 234, 1) 100%);*/
    background: linear-gradient(15deg,rgba(203, 203, 203, 1) 10%, rgba(254, 254, 254, 1) 100%);
}

.course-buttons a {
    padding: 12px 19px !important;
}
:is(a,button).button-element>.state-layer {
    opacity: 1 !important;
}
.course-signup-person {
    margin-bottom: 25px;
}
.form-submit-wrapper {
    margin-top: 25px;
}
/* Digitale kurs, trenger ikke sjekke om allergener */
.page_id_829589.article_id_49 .fields .custom-fields,
.page_id_829589.article_id_65 .fields .custom-fields {
    display: none !important; 
}
/* Guided tur i Håkonsehallen */
.page_id_829589.article_id_65 .invoice-receiver,
.page_id_829589.article_id_65 .common-fields{
    display: none !important;
}



/* Footer */
@media (min-width: 1200px) {
.w_block:nth-child(4) {
    width:4% !important;
    display: none !important;
}
.w_block:nth-child(2) {
    width:25% !important;
}
.w_block:nth-child(3) {
    width:45% !important;
}


.block_type_buttonblock h3 {
    line-height: 64px !important;
}