body.burger-menu #site-navigation .menu-toggle {
    background: #003c7c;
    color: #fff;
    max-height: 50px;
    align-self: center;
    font-size: 25px;
}

#masthead .burger-menu-content-inner a,
#masthead .burger-menu-content-inner  ul.sub-menu a{
    color: #023a78;
}
body.burger-menu #site-navigation.main-navigation .current-menu-ancestor > a, body.burger-menu #site-navigation.main-navigation .current-menu-ancestor:after {
    color: #fff;
    background: #023a78;
}
/****** STORE SKRÆME ******/

@media only screen and (min-width: 1920px) {}



/****** BÆRBAR / MINDRE SKÆRME ******/

@media only screen and (max-width: 1200px) {

    .stom-billede-sektion .section {
        padding: 50px 0;
    }
}



/****** IPADS - VERTIKALT ******/

@media only screen and (max-width: 959px) {

    h1,
    .page-slider-section h2 {
        font-size: 33px !important;
    }

    h2,
    .page-slider-section h3 {
        font-size: 28px !important;
    }

    .counter table tr td h3 strong {
        font-size: 2.2em;
    }

    .counter table tr td h3 {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.6;
    }
}



@media only screen and (max-width: 810px) {}



/****** MINDRE END IPADS VERTIKALT ******/

@media only screen and (max-width: 782px) {}



@media only screen and (max-width: 767px) {
    .footer-widget-area .stom-cols-3 {
        width: 100% !important;
        margin: 0 0 0 !important;
    }

    .footer-widget-area p:empty {
        display: none;
        margin: 0;
        padding: 0;
    }

    .footer-widget-area .stom-cols-3 .widget {
        margin: 0 0 3px;
    }

    #colophon .copyright {
        text-align: center;
    }

    blockquote {
        font-size: 105%;
        line-height: 1.8;
    }

    #primary {
        padding: 50px 0px;
    }

    .page-slider-section .slide-element {
        max-height: 285px;
        min-height: 285px;
    }

    .stom-billede-sektion .section {
        padding: 0 20px;
    }

    .footer-quotes .section {
        padding: 100px 0 !important;
    }

    .footer-quotes .stom-anmeldelse-tekst {
        font-size: 23px;
        font-style: italic;
        position: relative;
        top: 7px;
    }

    .page-slider-section .slider-text {
        padding-bottom: 39px;
    }

    .home .page-slider-section .slide-element {
        min-height: 550px;
    }

    .stom-billede-sektion.home-split .stom-center-box {
        padding: 50px 0;
        text-align: center;
    }

    .stom-billede-sektion.home-split .stom-center-box h2:after {
        margin: 15px auto 0;
    }

    .stom-billede-sektion.headline h2 {
        margin: 0 auto 13px;
    }

    span.widget-title {
        color: #003c7c;
        font-size: 25px;
    }

    footer#colophon {
        padding: 0;
    }

    #colophon .copyright {
        margin: 0 auto !important;
    }

    .staff-page .stom-grid-section .section.columns-3 .grid-element {
        width: 100%;
        text-align: center;
    }
}



@media only screen and (max-width: 639px) {
    .gallery {
        margin-bottom: 1.5em;
        display: grid;
        grid-gap: 0.5em;
    }

    .home-text {
        padding: 30px 0 0;
    }
}



/****** MOBILER ******/

@media only screen and (max-width: 479px) {
    .site-branding #logo img {
        max-width: 218px;
        max-height: 53px;
    }


    h1,
    .page-slider-section h2 {
        font-size: 21px !important;
    }

    h2,
    .page-slider-section h3 {
        font-size: 20px !important;
    }
}



@media only screen and (max-width: 400px) {}