/****** STORE SKRÆME ******/

@media only screen and (min-width: 1920px) {}


/****** BÆRBAR / MINDRE SKÆRME ******/

@media only screen and (max-width: 1240px) {
     :root body {
        /* Sidebar */
        --sidebar-width: 280px;
    }

    .footer-setting-03 .footer-widget-area-site-info .textwidget {
        justify-content: flex-start;
    }
    
    #colophon .copyright .section .footer-widgets .widget .textwidget ul, .footer-setting-03 .footer-widget-area-site-info .textwidget {
        display: block;
    }
    
    #colophon .copyright .section .footer-widgets .widget .textwidget ul li:not(:last-of-type):after {
        display: none;
    }
    
    span.website-designed-by:before {
        display: none;
    }
    
    span.website-designed-by, #colophon .copyright .textwidget ul li {
        padding: 3px
    }

    main .section-wrap.news-section.stom-billede-sektion .section {
        margin-inline: var(--gap-m);
    }

    .section-wrap.news-section.stom-billede-sektion .stom-cols-6 {
        padding: 0 0 0 var(--gap-m);
      }
    
}


/****** 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;
    }
    /* Move this rule if you change the the grid columns */
    .last-on-mobile {
        order: 66;
    }
}

@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 {
        /* Outer margin */
        --content-margin: 0;
    }

    body:not(.woocommerce-cart):not(.woocommerce-checkout) .header-sticky-active #masthead, body:not(.woocommerce-cart):not(.woocommerce-checkout) .header-sticky-resize #masthead {
        box-shadow: 0 3px 0 var(--color-1) inset;
      }
}

@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;
    }

    main .section-wrap.news-section.stom-billede-sektion .section {
    flex-direction: column-reverse;
    }

    .section-wrap.news-section.stom-billede-sektion .stom-cols-6 {
        padding: var(--gap-s) 0 0 0;
    }
}


/****** MOBILER ******/

@media only screen and (max-width: 479px) {

    .site-header {
        box-shadow: 0 3px 0 var(--color-1) inset;
      }

    body:not(.woocommerce-cart):not(.woocommerce-checkout) .header-sticky-active.scrolled header .site-branding #logo img {
        max-height: 45px;
      }

}

@media only screen and (max-width: 400px) {}