/****** STORE SKRÆME ******/

@media only screen and (min-width: 1920px) {}


/****** BÆRBAR / MINDRE SKÆRME ******/

@media only screen and (max-width: 1240px) {
     :root body {
        /* Font sizes */
        --h1: 50px;
        --h2: 36px;
        --h3: 22px;
        --h4: 19px;
        --h5: 15px;
        --h6: 13px;
        --p: 15px;
        /* Gaps */
        --gap-l: 60px;
        --gap-m: 25px;
        --gap-s: 20px;
        /* Sidebar */
        --sidebar-width: 280px;
    }
    .stom-grid-section.box-section .grid-element .overlay .box-text-wrapper {
        height: 280px
    }
    .page-slider-section .slider-text-inner .slider-text-inner-wrapper p {
        font-size: 20px;
    }
    .slider-btn-wrapper .stom-button.slider-btn a {
        font-size: 20px;
    }
}

/****** IPADS - VERTIKALT ******/

@media only screen and (max-width: 959px) {
     :root body {
        /* Grid columns */
        --grid-2-cols: 1;
        --grid-3-cols: 2;
        --grid-4-cols: 2;
        --grid-5-cols: 3;
        --grid-6-cols: 3;
        --grid-7-cols: 4;
        --grid-8-cols: 4;
        --grid-9-cols: 5;
        --grid-10-cols: 5;
        --grid-11-cols: 6;
        --grid-12-cols: 6;
        --slider-text-width: 500px;
    }
    /* Move this rule if you change the the grid columns */
    .last-on-mobile {
        order: 66;
    }
    /*======================================================================//
    // lokala-section                                                       //
    //======================================================================*/
    .section-wrap.clear.stom-billede-sektion.lokala-section.has-background {
        margin-top: var(--gap-l);
        padding-block: var(--gap-l);
    }
    .section-wrap.clear.stom-billede-sektion.kontakta-section.has-background {
        margin-top: var(--gap-l);
        padding-block: var(--gap-l);
    }
    .section-wrap.clear.stom-billede-sektion.kontakta-section.has-background .section {
        padding-block: 0;
    }
    .section-wrap.clear.stom-grid-section.company-section {
        margin-top: var(--gap-l);
    }
    #colophon.footer-setting-03 {
        margin-top: var(--gap-l);
    }
    .page-slider-section .slider-text-inner .slider-text-inner-wrapper p {
        font-size: 20px;
    }
}

@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) {
     :root body {
        /* Font sizes */
        --h1: 30px;
        --h2: 25px;
        --h3: 20px;
        --h4: 18px;
        --h5: 14px;
        --h6: 12px;
        --p: 14px;
        /* Gaps */
        --gap-l: 50px;
        --gap-m: 20px;
        --gap-s: 15px;
        /* Outer margin */
        --content-margin: 0;
    }
    .page-slider-section .slider-text-inner .slider-text-inner-wrapper p {
        text-shadow: 4px 4px 2px rgba(0,0,0,0.6);
    }
}

@media only screen and (max-width: 639px) {
     :root body {
        /* Grid columns */
        --grid-2-cols: 1;
        --grid-3-cols: 1;
        --grid-4-cols: 1;
        --grid-5-cols: 1;
        --grid-6-cols: 1;
        --grid-7-cols: 1;
        --grid-8-cols: 1;
        --grid-9-cols: 1;
        --grid-10-cols: 1;
        --grid-11-cols: 1;
        --grid-12-cols: 1;
    }
    .stom-grid-section.box-section .grid-element .overlay .box-text-wrapper {
        height: unset;
    }
    .style-header-03 .section-wrap.header-btn-wrapper .stom-button {
        display: none;
    }
    .slider-btn-wrapper .stom-button.slider-btn a {
        font-size: 16px;
    }
}
@media only screen and (max-width: 510px) {
    .slider-btn-wrapper {
        display: flex;
        flex-direction: column;
    }
}


/****** MOBILER ******/

@media only screen and (max-width: 479px) {}

@media only screen and (max-width: 400px) {}