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

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


/****** BÆRBAR / MINDRE SKÆRME ******/
@media only screen and (max-width: 1400px){
    :root body {
        /* Font sizes */
        --h1: 55px;
        
    }
    .landing-slider > h1 {
        font-size: var(--h1);
        font-weight: var(--h1-font-weight);
        line-height: var(--h1-line-height);
        margin-bottom: 12px;
        width: auto;
        min-width: 0;
    }
	
}
@media only screen and (max-width: 1300px){
    body:after {
        inset: unset;
    }
    .section-wrap.testimonials-header .section {
        margin-top: -50px;
        border-bottom: none;
    }
    .section-wrap.testimonials-header .section > h2 {
        margin-bottom: 0px;
    }
	#primary-menu li a {
		padding: 10px 6px;
		font-size: 14px;
	}
}
@media only screen and (max-width: 1240px) {
     :root body {
        /* Font sizes */
        --h1: 55px;
        --h2: 36px;
        --h3: 26px;
        --h4: 19px;
        --h5: 15px;
        --h6: 13px;
        --p-landing-slider: 18px;
        --p: 18px;
        --span-widget-font-size: 26px;
        --footer-font-size: 16px;
        --reviews-font-size: 16px;
        /* line-heights */
        --h1-line-height: 60px;
        --h2-line-height: 40px;
        --reviews-line-height: 18px;
        /* Gaps */
        --gap-l: 60px;
        --gap-m: 25px;
        --gap-s: 20px;
        /* Sidebar */
        --sidebar-width: 280px;
    }

    /* Generic classes */
    .grey-btn a {
        padding: 6px 15px;
    }
    .about-btn a {
        padding: 6px 15px;
    }
    .landing-slider > p {
        
        margin-bottom: 10px;
    }

    /* Testimonials */
    .section-wrap.clear.stom-grid-section.testimonials-content .section.columns-3 .grid-elements{
        margin: 0px 40px 0px 40px;
        grid-template-columns: 1fr;
        gap: var(--gap-l);
    }
    .section-wrap.clear.stom-grid-section.testimonials-content .section.columns-3 .grid-elements .grid-element .overlay.clearfix > p {
        max-width: none;
    }
    /* picture left & picture right section  */
    /* text widths */
    .stom-billede-sektion .stom-cols-6 {
        width: 50%;
    }
    /* image widths */
    .stom-billede-sektion .stom-picture {
        width: 50%;
    }
    /* first image */
    .section-wrap.clear.stom-billede-sektion.picture-left-first.stom-animation.slide-left.picture-left.is-visible {
        display: flex;
        min-height: 350px;
    }
    .section-wrap.clear.stom-billede-sektion.picture-left-first.stom-animation.slide-left.picture-left.is-visible .section .stom-cols-6 .stom-center-box > p {
        max-width: none;
    }
    /* second image */
    .section-wrap.clear.stom-billede-sektion.picture-right-first.stom-animation.slide-right.picture-right.is-visible {
        min-height: 350px;
    }
    .section-wrap.clear.stom-billede-sektion.picture-right-first.stom-animation.slide-right.picture-right.is-visible .section .stom-cols-6 .stom-center-box {
        padding-right: 0px;
    }
    /* third image */
    .section-wrap.clear.stom-billede-sektion.picture-left-second.stom-animation.slide-left.picture-left.is-visible {
        min-height: 350px;
    }
    /* horizontal column section - About */
    .about-btns .overlay.clearfix > div {
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
    .about-header .overlay.clearfix > h2{
        margin: 0px 0px 0px 40px;
    }
    /* reviews-section */
    .stom-anmeldelse.slick-slide.slick-active {
        min-width: 0;
        min-height: 230px;
    }
    .stom-anmeldelse-tekst-content {
        position: absolute;
        top: 40px;
    }
    .stom-anmeldelse-tekst-content > p > img {
        width: 150px;
    }
    
    .stom-anmeldelse.slick-slide.slick-active .stom-anmeldelse-tekst .stom-anmeldelse-tekst-content > p {
        font-size: var(--reviews-font-size);
        line-height: var(--reviews-line-height);
    }   

	#colophon.site-footer.footer-setting-02 {
		z-index: unset;
	}
	.style-header-02 .header-wrapper {
		max-width: var(--content-width);
		padding-inline: var(--gap-m);
	}
}


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

@media only screen and (max-width: 959px) {
     :root body {
        /* Font sizes */
        --h1: 42px;
        --h2: 30px;
        --h3: 26px;
        --h4: 19px;
        --h5: 15px;
        --h6: 13px;
        --reviews-font-size: 22px;
        /* line-heighst */
        --h1-line-height: 50px;
        --h2-line-height: 40px;
        --h3-line-height: #;
        --p-line-height: 22px;
        --p-landing-slider-line-height: 22px;
        --reviews-line-height: 24px;
        /* 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;
    }
    /* picture-section second and last - btns */
    .stom-billede-sektion .section .stom-cols-6 .stom-center-box .stom-button, .stom-button a {
        text-align: center;
        line-height: 20px;
    }
    .section-wrap.clear.stom-billede-sektion.picture-right-first.stom-animation.slide-right.picture-right.is-visible {
        margin-top: 20px;
    }
    /* reviews-section */
    .stom-anmeldelse.slick-slide.slick-active {
        min-width: 95%;
        margin-bottom: 20px;
    }
    .stom-anmeldelse-tekst-content {
        text-align: center;
        position: absolute;
        top: 25%;
    }
    .stom-anmeldelse-tekst-content > p > img {
        display: block;
        margin: 0 auto;
        width: 200px;
    }
    .stom-anmeldelse.slick-slide.slick-active .stom-anmeldelse-tekst .stom-anmeldelse-tekst-content > p {
        font-size: var(--reviews-font-size);
        line-height: var(--reviews-line-height);
    }
    .section-wrap.clear.review-section .section h2 {
        margin-top: 20px;
        margin-bottom: 0px;
    }
    
    /* dropdown */
    .mere-tekst-wrapper .button.fold-ud,
    .mere-tekst-wrapper .button.fold-ind{
        font-size: var(--h4);
        
    }
    /* underside */
    /* subpage-picture-section */
    .section-wrap.clear.stom-billede-sektion.subpage-picture-section.stom-animation.slide-right.picture-right.is-visible{
        margin-top: 20px;
    }
    .section-wrap.clear.review-section.review-subpage{
        margin-top: 20px;
    }

    /* menuCard */
    .section-wrap.clear.stom-grid-section.menuCard-section {
        border-radius: 0px;
    }
}

@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: 36px;
        --h2: 24px;
        --h3: 22px;
        --h4: 18px;
        --h5: 14px;
        --h6: 12px;
        --p: 18px;
        /* line-heighst */
        --h1-line-height: 40px;
        --h2-line-height: 30px;
        --h3-line-height: #;
        --p-line-height: 18px;
        --p-landing-slider-line-height: 22px;
        /* Gaps */
        --gap-l: 40px;
        --gap-m: 20px;
        --gap-s: 15px;
        /* Outer margin */
        --content-margin: 0;
    }
    /* testimonials */
    .section-wrap.testimonials-header .section {
        margin-top: -20px;
        border-bottom: none;
    }
    .testimonials-header .section > h2{
        margin-left: 0px;
    }
    /* picture-sections */
    /* own classes - picture-right on desktop */
    .section-wrap.clear.stom-billede-sektion.picture-right-first.stom-animation.slide-right.picture-right.is-visible .section .stom-cols-6 .stom-center-box {
        padding-right: 30px;
    }
    .section-wrap.clear.stom-billede-sektion.stom-animation.slide-right.picture-right.is-visible .section .stom-cols-6 {
        margin-left: 0px;
    }
    /* "all" picture-sections */
    .picture-sections > .section{
        flex-direction: column;
        align-items: center;
        
    }
    .stom-billede-sektion .stom-picture {
        width: 100%;
        max-height: 330px;
    }
    /* about-section */
    .about-header .overlay.clearfix > h2 {
        margin: 0px;
    }
    /* reviews-section */
    /* header */
    .section-wrap.clear.review-section .section > h2,
    .section-wrap.clear.review-section .section > p {
        margin-left: 0px;
    }
    .stom-anmeldelse-tekst-content > p > img {
        width: 150px;
    }
    .stom-anmeldelse-tekst-content {
        top: 20%;
    }
    /* footer */
    .section-wrap.clear.stom-billede-sektion.underline-form.picture-left {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 639px) {
     :root body {
        /* Font sizes */
        --reviews-font-size: 16px;
        /* line heights */
        --reviews-line-height: 18px;
        /* 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-center-box .stom-button.grey-btn {
        text-align: center;
    }
    .stom-anmeldelse.slick-slide.slick-active .stom-anmeldelse-tekst .stom-anmeldelse-tekst-content > p {
        font-size: var(--reviews-font-size);
        line-height: var(--reviews-line-height);
    }
    .stom-anmeldelse-tekst-content {
        top: 25%;
    }
    .stom-button.grey-btn.reviews-btn {
        margin-right: 0px;
    }
    
}


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

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

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