/****** STORE SKRÆME ******/

@media only screen and (min-width: 1920px) {}


@media only screen and (max-width: 1620px) {
    .page-slider-section .slider-inner {
        padding-inline: var(--gap-m);
    }

    .page-slider-section .slider-text-inner .slider-text-inner-wrapper h1 {
        font-size: 40px;
    }

    .page-slider-section .slider-text-inner .slider-text-inner-wrapper p {
        font-size: 20px;
    }

    .section-wrap.clear.step-section .section .step-container .step > h3 {
        font-size: 24px;
    }

    .card-container .card > h3 {
        font-size: 24px;
    }

    .price-cards .price-card .card-title {
        font-size: 24px;
        min-height: 65px;
    }

    .price-cards .price-card .price-card__price .price-card__from, 
    .price-cards .price-card .price-card__price .price-card__amount {
        font-size: 40px;
    }
}


@media only screen and (max-width: 1440px) {
    body.seo-page .page-slider-section .slider-text-inner .slider-text-inner-wrapper h1 {
        font-size: 18px;
    }
    
    .holdet-liste .holdet-medlem .holdet-titel {
        font-size: 18px;
    }

    .section-wrap.clear.step-section .section .step-container {
        grid-gap: var(--gap-m);
    }

    .section-wrap.clear.step-section .section .step-container .step .number {
        font-size: 45px;
    }

    .section-wrap.clear.faq-section .section .container .faq .faq-item .faq-question .title {
        font-size: 16px;
    }

    .section-wrap.clear.information-section .section {
        grid-template-columns: 1fr 750px;
    }

    .section-wrap.clear.farewell-section .section .grid-elements {
        column-gap: var(--gap-m);
    }

    .section-wrap.clear.farewell-section .section .grid-elements .grid-element.cards .overlay .container .card > h3 {
        font-size: 20px;
    }

    .section-wrap.clear.process-section .section .grid-elements {
        column-gap: var(--gap-m);
    }

    .price-cards .price-card .price-card__included-title {
        font-size: 16px;
    }

    .price-cards .price-card .price-card__price .price-card__from, 
    .price-cards .price-card .price-card__price .price-card__amount {
        font-size: 34px;
    }
}


@media only screen and (max-width: 1240px) {
     :root body {
        /* Font sizes */
        --h1: 40px;
        --h2: 34px;
        --h3: 22px;
        --h4: 19px;
        --h5: 15px;
        --h6: 13px;
        --p: 15px;
        /* Gaps */
        --gap-l: 60px;
        --gap-m: 25px;
        --gap-s: 20px;
        /* Sidebar */
        --sidebar-width: 280px;
    }

    .page-slider-section .slider-text-inner .slider-text-inner-wrapper h1 {
        font-size: var(--h1);
    }

    .page-slider-section .slider-text-inner .slider-text-inner-wrapper p {
        font-size: 18px;
    }

    .section-wrap.clear.usp-section .section .usp-container .usp > h3 {
        font-size: 18px;
    }

    .section-wrap.clear.information-section .section {
        grid-template-columns: 1fr 700px;
    }

    .section-wrap.clear.farewell-section .section .grid-elements {
        grid-template-columns: 1fr;
        gap: var(--gap-l);
    }

    .section-wrap.clear.farewell-section .section .grid-elements .grid-element.content .overlay {
        padding: var(--gap-l) var(--gap-m);
    }

    .section-wrap.clear.split-section .section .title {
        max-width: 100%;
    }


}

@media only screen and (max-width: 1100px) {
    .section-wrap.clear.information-section .section {
        grid-template-columns: 1fr;
    }
}


/****** 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;
    }

    .page-slider-section .slider-inner {
        padding-block: var(--gap-m);
    }

    .page-slider-section .slider-inner .slides .slide-element {
        max-width: 100%;
        float: none;
    }

    .page-slider-section .image-aligner img {
        max-height: calc(70vh - var(--header-height));
    }

    .page-slider-section .slider-inner .slider-text {
        max-width: 100%;
        padding-left: var(--gap-m);
    }

    .section-wrap.clear.cards-section .section .grid-elements {
        row-gap: var(--gap-m);
    }

    .section-wrap.clear.gallery-section .section .stom-cols-6 {
        width: 100%;
    }

    .section-wrap.clear.gallery-section .section .stom-gallery {
        position: static;
        width: 100%;
    }

    .holdet-liste {
        grid-template-columns: repeat(3, 1fr);
    }

    #colophon .footer-widget-area .section .grid-elements {
        grid-template-columns: 1fr;
        gap: var(--gap-l);
    }

    .footer-setting-02 .footer-widget-area .section .grid-elements .grid-element:first-of-type {
        grid-column: inherit;
    }

    #colophon .copyright .section .footer-widgets .widget .textwidget {
        flex-direction: column;
        gap: 5px;
    }

    #colophon .copyright .section .footer-widgets .widget .textwidget ul {
        flex-direction: column;
        gap: 5px;
    }

    #colophon .copyright .section .footer-widgets .widget .textwidget ul li:not(:last-of-type):after {
        display: none;
    }

    .section-wrap.clear.faq-section .section .container {
        grid-template-columns: 1fr;
    }

    .section-wrap.clear.faq-section .section .container .faq {
        grid-column: inherit;
    }

    .section-wrap.clear.step-section .section .step-container {
        grid-template-columns: 1fr;
    }

    .page-slider-section .slider-text-inner .slider-text-inner-wrapper {
        background-color: rgba(255, 255, 255, .7);
        padding: var(--gap-m);
        border-radius: var(--border-radius);
    }

    .section-wrap.clear.split-section .section .section-split.section-split--to-kolonner {
        grid-template-columns: 1fr;
        gap: var(--gap-l);
    }

    .card-container {
        grid-gap: var(--gap-m);
    }

    .section-wrap.clear.process-section .section .grid-elements {
        grid-template-columns: 1fr;
        row-gap: 20px;
    }

    .price-cards {
        grid-template-columns: 1fr;
    }

    .price-cards .price-card .card-title {
        min-height: auto;
        font-size: var(--h2);
    }

    .price-cards .price-card .price-card__price .price-card__from, 
    .price-cards .price-card .price-card__price .price-card__amount {
        font-size: var(--h2);
    }

    .section-wrap.clear.contact-section .section .grid-elements .grid-element.form {
        grid-column: inherit;
    }
}

@media only screen and (max-width: 900px) {
    .section-wrap.clear.usp-section .section .usp-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: var(--gap-l) var(--gap-m);
    }
}

@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: 24px;
        --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;
    }

    body.seo-page .page-slider-section .slider-text-inner .slider-text-inner-wrapper h1 {
        font-size: var(--p);
        margin-bottom: 5px;
    }

    .site-branding #logo, 
    .style-header-02 .site-branding #logo {
        padding: 20px 0;
    }

    .header-sticky-active.scrolled header .site-branding #logo {
        padding: 20px 0;
    }

    .stom-billede-sektion .stom-cols-6 {
        min-height: auto;
    }

    .section-wrap.clear.usp-section .section .usp-container .usp > h3 {
        font-size: 16px;
    }

    .section-wrap.clear.cards-section .section .grid-elements .grid-element:not(.heading) .overlay {
        padding: 30px var(--gap-m);
    }

    .section-wrap.clear.cards-section .section .grid-elements .grid-element:not(.heading) .overlay > p:first-of-type img {
        max-width: 40px;
    }

    .section-wrap.clear.gallery-section.has-background {
        padding-block: 0;
    }

    .section-wrap.clear.gallery-section.has-background .section .stom-cols-6 {
        padding-inline: 0;
    }

    .holdet-liste {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-setting-02 .footer-widget-area .section {
        padding-block: 50px;
    }

    #colophon .copyright {
        font-size: 12px;
    }

    .section-wrap.clear.faq-section .section .container .faq .faq-item .faq-question .title {
        font-size: var(--p);
    }

    .section-wrap.clear.faq-section .section .container .faq .faq-item .faq-question svg {
        width: 20px;
        height: 20px;
    }

    .section-wrap.clear.step-section .section .step-container .step .number {
        font-size: 40px;
    }

    .section-wrap.clear.step-section .section .step-container .step > h3 {
        font-size: var(--h3);
    }

    .stom-billede-sektion .stom-picture {
        margin-top: var(--gap-m);
    }

    .card-container .card > h3 {
        font-size: var(--h3);
    }

    .praktiske-informationer {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }

    .section-wrap.clear.farewell-section .section .grid-elements .grid-element.cards .overlay .container {
        grid-template-columns: 1fr;
    }

    .section-wrap.clear.process-section .section .grid-elements .grid-element:not(.heading) .overlay > p:first-of-type img {
        max-width: 40px;
    }

    .section-wrap.clear.team-section .section > p + .holdet-liste {
        margin-top: 40px;
    }

    .section-wrap.clear.contact-section .section .grid-elements {
        grid-template-columns: 1fr;
    }

    .section-wrap.clear.contact-section .section .grid-elements .grid-element .overlay {
        padding: var(--gap-l) var(--gap-m);
    }

    .gform_wrapper form .gform_footer .gform_button {
        font-size: var(--p);
        line-height: 1 !important;
    }
}

@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;
    }

    .style-header-03 .section-wrap {
        display: none;
    }

    .section-wrap.clear.step-section .section .heading {
        flex-direction: column;
        gap: var(--gap-m);
        align-items: flex-start;
    }

    .page-slider-section .slider-text-inner .slider-text-inner-wrapper .stom-button {
        display: block;
    }
    
    .page-slider-section .slider-text-inner .slider-text-inner-wrapper .stom-button:not(:last-of-type) {
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    .page-slider-section .slider-text-inner .slider-text-inner-wrapper .stom-button a {
        width: 100%;
        text-align: center;
    }

    .card-container {
        grid-template-columns: 1fr;
    }

    .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container > input {
        height: 40px;
    }

    .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container > textarea {
        height: 100px;
    }
}


/****** MOBILER ******/

@media only screen and (max-width: 479px) {
    :root body {
        /* Font sizes */
        --h1: 24px;
    }
    
    .stom-button a {
        padding: 11px 20px;
    }

    .stom-button.inline:not(:last-of-type) {
        margin-right: 10px;
    }
    
    .site-branding #logo img {
        max-width: 150px;
    }

    .page-slider-section .slider-text-inner .slider-text-inner-wrapper p {
        font-size: var(--p);
    }

    body:not(.woocommerce-cart):not(.woocommerce-checkout) .header-sticky-active.scrolled header .site-branding #logo img {
        max-height: 50px;
    }
    
    .section-wrap.clear.usp-section .section .usp-container {
        grid-template-columns: repeat(1, 1fr);
    }

    .holdet-liste {
        grid-template-columns: repeat(1, 1fr);
    }

    .stom-button a .stom-custom-svg {
        display: none;
    }
}

@media only screen and (max-width: 410px) {

}