/****** STORE SKRÆME ******/

@media only screen and (min-width: 1920px) {}


/****** BÆRBAR / MINDRE SKÆRME ******/

@media only screen and (max-width: 1440px) {
    :root body {
        /* Font sizes */
        --h1: 40px;
        --h2: 40px;
        --h3: 22px;
        --p: 16px;
    }

    .slick-arrow {
        width: 50px;
        height: 50px;
    }

    .slick-prev {
        left: -25px;
    }

    .slick-next {
        right: -25px;
    }

    .slick-arrow .stom-custom-svg {
        font-size: 20px;
    }
    
    header .main-navigation ul.menu a {
        font-size: 14px;
    }

    .header-cta .stom-button a {
        font-size: 14px;
    }

    header .top-bar ul li {
        font-size: 14px;
    }

    .page-slider-section .slider-text-inner .slider-text-inner-wrapper .formular > h3 {
        font-size: 24px;
    }

    .section-wrap.clear.usp-section .section .element .content > h3 {
        font-size: 21px;
    }

    .section-wrap.clear.cards-section .section .grid-elements .grid-element-slider-wrap .slick-list {
        margin-left: -15px;
        margin-right: -15px;
    }

    .section-wrap.clear.cards-section .section .grid-elements .grid-element:not(.heading) {
        margin: 0 15px;
    }

    .mere-tekst-wrapper button {
        font-size: 20px;
    }

    .mere-tekst-wrapper button .stom-custom-svg {
        font-size: 16px;
    }

    .section-wrap.clear.emergency-section .section > h3 {
        font-size: 24px;
    }

    #colophon.footer-setting-02 {
        font-size: 14px;
    }

    #colophon .widget-title {
        font-size: 21px;
    }
}

@media only screen and (max-width: 1240px) {
     :root body {
        /* Font sizes */
        --h1: 34px;
        --h2: 34px;
        --h3: 20px;
        --h4: 19px;
        --h5: 15px;
        --h6: 13px;
        --p: 15px;
        /* Gaps */
        --gap-l: 60px;
        --gap-m: 25px;
        --gap-s: 20px;
        /* Sidebar */
        --sidebar-width: 280px;
    }

    .slick-prev {
        left: 10px;
    }

    .slick-next {
        right: 10px;
    }

    .section-wrap.clear.usp-section .section {
        padding-block: 40px;
    }

    .section-wrap.clear.usp-section .section .element > p:first-of-type {
        min-width: 40px;
        max-width: 40px;
    }

    .section-wrap.clear.usp-section .section .element .content > h3 {
        font-size: 18px;
    }

    .section-wrap.clear.usp-section .section {
        padding-inline: var(--gap-m);
    }

    .page-slider-section .slider-text-inner .slider-text-inner-wrapper .formular {
        padding: 50px 40px;
    }

    .section-wrap.clear.review-section .section .wrapper > .stom-button {
        display: none;
    }

    .section-wrap.clear.review-section .section .wrapper .content {
        max-width: 100%;
    }

    .mere-tekst-wrapper button {
        font-size: 18px;
    }

    .mere-tekst-wrapper button .stom-custom-svg {
        font-size: 14px;
    }

    .mere-tekst-wrapper .mere-tekst p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1200px) {
    .style-header-02 .header-inner .nav-wrap .header-cta {
        display: none;
    }
}


/****** 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;
    }

    header .top-bar ul {

    }

    header .top-bar ul li {
        font-size: 12px;
        text-align: center;
    }

    header .top-bar ul li:nth-child(2) {
        text-align: center;
    }

    header .top-bar ul li:last-of-type {
        text-align: center;
    }

    .page-slider-section .slider-text-inner .slider-text-inner-wrapper .formular {
        display: none;
    }

    .home .page-slider-section .slide-element .video-aligner video {
        min-height: 60vh;
    }

    .home .page-slider-section .slider-text-inner .slider-text-inner-wrapper {
        grid-template-columns: 1fr;
    }

    .home .page-slider-section .slider-text-inner .slider-text-inner-wrapper .white-text {
        padding-right: 0;
    }

    .section-wrap.clear.usp-section .section {
        flex-direction: column;
    }

    .section-wrap.clear.emergency-section .section {
        flex-direction: column;
        gap: var(--gap-m);
        padding-block: 50px;
        text-align: center;
    }

    .section-wrap.clear.emergency-section .section > h3 {
        font-size: var(--h3);
    }

    .footer-setting-02 .footer-widget-area .section .grid-elements {
        grid-template-columns: 1fr;
        gap: var(--gap-l);
    }

    #colophon .widget-title {
        font-size: var(--h3);
    }

    .section-wrap.clear.contact-info-section .section .grid-elements .grid-element .overlay {
        padding: 50px var(--gap-m);
    }

    .section-wrap.clear.contact-info-section .section .grid-elements .grid-element .overlay > h1, 
    .section-wrap.clear.contact-info-section .section .grid-elements .grid-element .overlay > h2 {
        font-size: var(--h2);
    }

    .section-wrap.clear.contact-info-section .section .grid-elements .grid-element .overlay > p, 
    .section-wrap.clear.contact-info-section .section .grid-elements .grid-element.info .overlay > p, 
    .section-wrap.clear.contact-info-section .section .grid-elements .grid-element.info .overlay > ul li, 
    .section-wrap.clear.contact-info-section .section .grid-elements .grid-element.info .overlay > ol li {
        font-size: var(--p);
    }

    .section-wrap.clear.contact-info-section .section .grid-elements .grid-element.info .overlay .filialer p {
        font-size: var(--p);
    }

    .section-wrap.clear.contact-person-section .section .grid-elements .grid-element .overlay > p {
        font-size: var(--p);
    }

    .gform_wrapper form .gform_footer .gform_button {
        font-size: var(--p);
    }

    body:not(.home) .entry-content > h2 {
        font-size: var(--h2);
    }

    body:not(.home) .entry-content > h2:not(:first-child) {
        -webkit-margin-top-collapse: 40px;
    }

    body:not(.home) .entry-content > p, 
    body:not(.home) .entry-content > ol li, 
    body:not(.home) .entry-content > ul li {
        font-size: var(--p);
    }
}

@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: 28px;
        --h2: 24px;
        --h3: 20px;
        --h4: 18px;
        --h5: 14px;
        --h6: 12px;
        --p: 15px;
        /* Gaps */
        --gap-l: 50px;
        --gap-m: 20px;
        --gap-s: 15px;
        /* Outer margin */
        --content-margin: 0;
    }

    .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container > *,
    .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container > *::placeholder {
        font-size: var(--p);
    }

    .stom-button a {
        font-size: 14px;
    }

    .section-wrap.clear.stom-billede-sektion {
        margin-top: calc(var(--gap-l) * 1);
    }

    .section-wrap.clear.review-section {
        margin-top: calc(var(--gap-l) * 1);
    }

    .section-wrap.clear.logo-section {
        margin-top: calc(var(--gap-l) * 1);
    }

    .stom-billede-sektion .stom-picture {
        margin-top: var(--gap-m);
    }

    .section-wrap.clear.stom-billede-sektion .stom-picture img {
        max-height: 400px;
    }

    .stom-billede-sektion .stom-picture {
        padding-inline: var(--gap-m);
    }

    header .top-bar {
        display: none;
    }

    .site-branding #logo, 
    .style-header-02 .site-branding #logo {
        padding: 30px 0;
    }

    .section-wrap.clear.cards-section .section .grid-elements .grid-element.heading .overlay {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .section-wrap.clear.logo-section {
        margin-bottom: calc(var(--gap-l) * 2);
    }

    .section-wrap.clear.faq-section .section .stom-cols-6 .stom-center-box {
        width: 100%;
    }

    .footer-setting-02 .footer-widget-area .section {
        padding-block: 50px;
    }

    .footer-setting-02 .footer-widget-area-site-info .section .footer-widgets .widget .textwidget ul li {
        font-size: 14px;
    }

    .footer-setting-02 .footer-widget-area-site-info .section .footer-widgets .widget .textwidget ul li a {
        padding: 0;
    }

    .section-wrap.clear.contact-section .section .stom-cols-6,
    .section-wrap.clear.contact-section .section .stom-picture {
        padding-inline: 0;
    }

    .section-wrap.clear.faq-section .section .stom-cols-6,
    .section-wrap.clear.faq-section .section .stom-picture {
        padding-inline: 0;
    }
}

@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;
    }
}


/****** MOBILER ******/

@media only screen and (max-width: 479px) {
    .home .page-slider-section .slide-element .video-aligner video {
        min-height: 70vh;
    }
    
    .site-branding #logo, .style-header-02 .site-branding #logo {
        padding-block: 20px;
    }
    
    .site-branding #logo img {
        max-height: 40px;
        max-width: 200px;
    }

    body:not(.woocommerce-cart):not(.woocommerce-checkout) .header-sticky-active.scrolled header .site-branding #logo img {
        max-height: 40px;
    }

    .section-wrap.clear.city-section .section .grid-elements .grid-element:not(.heading) .overlay > ul {
        column-count: 1;
    }

    .section-wrap.clear.usp-section .section .element .content > h3 {
        font-size: 16px;
    }

    .section-wrap.clear.usp-section .section .element .content > p {
        font-size: 14px;
    }

    .mere-tekst-wrapper button {
        font-size: 16px;
    }
}

@media only screen and (max-width: 400px) {}