/****** STORE SKRÆME ******/

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

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

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

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


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

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

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

    h4,
    .page-slider-section h5 {
        font-size: 16px !important;
    }

    h5,
    .page-slider-section h6 {
        font-size: 15px !important;
    }

    html,
    body,
    input,
    select,
    optgroup,
    textarea {
        font-size: 14px !important;
    }




    #page-below-slider-section table.aabningstider-list td,
    #page-below-slider-section .section p {
        font-size: 12px;
    }

    #page-below-slider-section .section .stom-custom-svg {
        font-size: 24px;
    }

    #page-below-slider-section table.aabningstider-list tr {
        /* margin-right: 12px; */
    }

    .section-wrap.stom-grid-section.section-fullpage.image-text-overlay .section .grid-element {
        margin: 0;
    }

    .section-wrap.section-fullpage.image-text-overlay .section {
        padding-left: 0;
        padding-right: 0;
    }

    .home .stom-grid-section.columns-section .section {
        padding-top: 0;
        padding-bottom: 0;
    }

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

    .section-wrap.stom-grid-section .section.columns-4 .grid-element {
        width: calc((100% - (20px * 3)) / 4);
    }

    .page-slider-section {
        padding: 0 30px;
    }

    #copyright_custom {
        max-width: unset;
        padding: 0 65px;
    }

    #colophon {
        margin: 0 30px 0;
    }



    #page-below-slider-section table.aabningstider-list td,
    #page-below-slider-section .section p {
        line-height: normal;
    }

    #page-below-slider-section .section .stom-custom-svg {
        font-size: 18px;
    }

    .text_overlay_section .section {
        width: 563px;
        max-width: 100%;
    }


    .instagram_section.section-wrap.stom-grid-section.section-fullpage .section .grid-element {
        margin: 0;
    }

}

@media only screen and (max-width: 1100px) {
    .style-header-5 .site-branding {
        position: relative;
        height: auto;
    }

    header#masthead.style-header-5 {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-content: center;
        padding: 0 30px;
    }

    .style-header-5 #logo {
        display: block;
    }

    header.style-header-5 .header-wrapper {
        padding: 0;
    }

    .style-header-5 #logo a {
        padding-left: 0;
        padding-right: 0;
    }

    .style-header-5 .nav-wrap {
        margin: 30px auto 0;
    }

    .home .stom-grid-section.columns-section .section .grid-element {
        width: 50% !important;
    }

    body:not(.woocommerce-cart):not(.woocommerce-checkout) .header-sticky-active.scrolled header.style-header-5 .site-branding #logo a {
        padding: 10px 0;
    }

    body:not(.woocommerce-cart):not(.woocommerce-checkout) .header-sticky-active.scrolled header.style-header-5 .nav-wrap {
        margin: 20px auto 0;
    }
}


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

@media only screen and (max-width: 959px) {
    .text_overlay_section {
        position: relative;
    }

    .text_overlay_section .section {
        position: relative;
        z-index: 2;
    }

    .text_overlay_section::before {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: white;
        opacity: 0.8;
        z-index: 1;
    }


    .stom-billede-sektion .section {
        display: flex;
        flex-direction: column;
    }

    .stom-billede-sektion .stom-cols-6 {
        width: 100%;
        height: unset !important;
        margin-bottom: 30px;
    }

    .stom-billede-sektion.not-fullwidth .stom-picture {
        margin: 0 auto;
    }

    .section-wrap.stom-grid-section .section.columns-4 .grid-element:not(.img) {
        width: calc((40% - (20px * 3 / 3)));
    }

    .section-wrap.stom-grid-section .section.columns-4 .grid-element.img {
        width: calc((20% - (20px * 3 / 3)));
    }

    .four_img_section.stom-grid-section .section .grid-element.img img {
        min-height: 300px;
    }

    .instagram_section.stom-grid-section .section.columns-2 .grid-element.img,
    .instagram_section.stom-grid-section .section.columns-2 .grid-element:not(.img) {
        width: 100% !important;
        margin: 12.5px 0;
    }

    .instagram_section #sb_instagram .sbi_link .sbi_caption {
        font-size: 12px;
    }


}

@media only screen and (max-width: 810px) {
    .footer-section .section strong {
        float: left;
        width: 50%;
        line-height: 1.5;
    }

    .footer-section .section .dot {
        display: none;
    }

    .footer-section .section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}


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

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

@media only screen and (max-width: 767px) {
	.gallery-columns-3 {
		    grid-template-columns: repeat(2,1fr);
	}
    h1,
    .page-slider-section h2 {
        font-size: 30px !important;
    }

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

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

    h4,
    .page-slider-section h5 {
        font-size: 16px !important;
    }

    h5,
    .page-slider-section h6 {
        font-size: 15px !important;
    }

    html,
    body,
    input,
    select,
    optgroup,
    textarea {
        font-size: 14px !important;
    }

    .site-branding #logo {
        padding: 0;
    }

    .split-section.image-text-overlay .grid-element {
        width: 100% !important;
    }

    .split-section.image-text-overlay,
    .split-section.image-text-overlay .grid-element.image-column .overlay {
        padding-left: 30px;
        padding-right: 30px;
    }

    .split-section.image-text-overlay .grid-element.text-column .overlay {
        padding-left: 0;
        padding-right: 0;
    }

    .split-section.image-text-overlay .grid-element.image-column .overlay {
        left: 0;
    }

    section.contact-section .section {
        padding: 100px 30px;
    }

    .home .page-slider-section .slick-list,
    .home .page-slider-section .slide-element {
        min-height: 350px;
        height: 350px;
    }

    .page-slider-section {
        padding: 0 20px;
    }


    .page-slider-section {
        padding: 0 20px;
    }

    #copyright_custom {
        max-width: unset;
        padding: 0 55px;
    }

    .stom-cols-4 {
        width: 48% !important;
        margin: 0 1% 20px !important;
    }

}

@media only screen and (max-width: 639px) {
    section.contact-section .section .stom-center-small {
        margin: 0 auto;
    }

    .footer-section .section strong {
        width: 100%;
    }

    #page-below-slider-section {
        display: none;
    }

    .kollektioner {
        flex-direction: column;
    }

}


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

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

    .site-branding #logo img,
    body:not(.woocommerce-cart):not(.woocommerce-checkout) .header-sticky-active.scrolled header .site-branding #logo img {
        max-width: 100%;
        max-height: 100%;
    }

    header .main-navigation.toggled .burger-menu-content-inner ul li a {
        padding: 0 20px;
    }

    .four_img_section.stom-grid-section .section .grid-element.img img {
        max-height: 150px;
        min-height: unset;
    }

    .footer-widget-area .stom-cols-3 {
        width: 100% !important;
        margin-right: 0% !important;
    }

    #colophon .section-wrap .section {
        padding: 0;
    }

}

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