/****** STORE SKRÆME ******/

@media only screen and (min-width: 1920px) {}


/****** BÆRBAR / MINDRE SKÆRME ******/

@media only screen and (max-width: 1775px) {
    .page-slider-section {
        margin-left: var(--gap-m);
        margin-right: var(--gap-m);
    }

    header .top-bar.has-background {
        padding-inline: var(--gap-m);
    }

    .section-wrap.clear.usp-section .section .grid-elements .grid-element:not(.fullwidth) .overlay > h2, 
    .section-wrap.clear.usp-section .section .grid-elements .grid-element:not(.fullwidth) .overlay > h3 {
        font-size: 30px;
    }

    .section-wrap.clear.usp-section .section .grid-elements .grid-element:not(.fullwidth) .overlay > p {
        font-size: 16px;
    }

    .section-wrap.clear.mini-cards-section .section .grid-elements .grid-element .overlay > h3 {
        font-size: 24px;
    }

    .section-wrap.clear.mini-cards-section .section .grid-elements .grid-element .overlay > p {
        font-size: 16px;
    }

    body.price-page .section-wrap.clear.price-section {
        margin-inline: var(--gap-m);
        padding-inline: var(--gap-m);
    }

    .section-wrap.clear.employee-section .section .grid-elements .grid-element:not(.content) .overlay > h3 {
        font-size: 36px;
    }

    .section-wrap.clear.employee-section .section .grid-elements .grid-element:not(.content) .overlay > p {
        font-size: 20px;
    }

    .stom-billede-sektion.picture-left .stom-cols-6 {
        padding-right: var(--gap-m);
    }

    .stom-billede-sektion.picture-right .stom-cols-6 {
        padding-left: var(--gap-m);
    }


}

@media only screen and (max-width: 1640px) {
    #masthead .stom-button a {
        font-size: 16px;
    }

    .page-slider-section .slider-text .header-usp .section > ul li {
        font-size: 20px;
    }

    .page-slider-section .slider-text .header-usp .section > ul li img {
        max-width: 30px;
    }

    header .main-navigation ul.menu a {
        font-size: 16px;
    }

    .section-wrap.clear.faq-section .section .faq-content .faq-element > .faq-title {
        font-size: 20px;
    }

    #colophon.footer-setting-02 {
        font-size: 16px;
    }

    #colophon .widget-title {
        font-size: 30px;
    }

    .section-wrap.clear.cards-section .section .grid-elements .grid-element:not(.fullwidth) .overlay > h2, 
    .section-wrap.clear.cards-section .section .grid-elements .grid-element:not(.fullwidth) .overlay > h3, 
    .section-wrap.clear.products-section .section .grid-elements .grid-element:not(.fullwidth) .overlay > h2, 
    .section-wrap.clear.products-section .section .grid-elements .grid-element:not(.fullwidth) .overlay > h3 {
        font-size: 26px;
    }

    .section-wrap.clear.cards-section .section .grid-elements .grid-element:not(.fullwidth) .overlay > .price {
        font-size: 26px;
    }

    .section-wrap.clear.cards-section .section .grid-elements .grid-element:not(.fullwidth) .overlay > p, 
    .section-wrap.clear.products-section .section .grid-elements .grid-element:not(.fullwidth) .overlay > p {
        font-size: 16px;
    }

    .section-wrap.clear.cards-section .section .grid-elements .grid-element:not(.fullwidth) .overlay > span.read-more a,
    .section-wrap.clear.products-section .section .grid-elements .grid-element:not(.fullwidth) .overlay > span.read-more a {
        font-size: 16px;
    }

    .section-wrap.clear.contact-section .section .stom-cols-6 {
        padding-left: var(--gap-m);
    }
    
    .section-wrap.clear.contact-section .section .stom-cols-6 .stom-center-box > h2, 
    .section-wrap.clear.contact-section .section .stom-cols-6 .stom-center-box > h3 {
        font-size: 50px !important;
    }

    .stom-anmeldelse-wrapper .stom-anmeldelse .stom-anmeldelse-rating {
        font-size: 28px;
    }

    .stom-anmeldelse-wrapper .stom-anmeldelse .stom-anmeldelse-heading {
        font-size: 18px;
    }
    
    .stom-anmeldelse-wrapper .stom-anmeldelse .stom-anmeldelse-tekst .stom-anmeldelse-tekst-content {
        font-size: 16px;
    }

    .stom-anmeldelse-wrapper .stom-anmeldelse .stom-anmeldelse-forfatter {
        font-size: 16px;
    }

    .section-wrap.clear.usp-section .section .grid-elements .grid-element:not(.fullwidth) {
        column-gap: var(--gap-m);
    }

    .section-wrap.clear.usp-section .section .grid-elements .grid-element:not(.fullwidth) .overlay > p:first-of-type img {
        max-width: 50px;
    }

    .section-wrap.clear.price-section.has-background .section > p {
        font-size: 16px;
    }

    .section-wrap.clear.price-section .section > .price-table table.body-header {
        margin-top: var(--gap-s);
    }

    body.price-page .section-wrap.clear.price-section.has-background .section > p {
        max-width: 100%;
    }

    .section-wrap.clear.products-section .section .grid-elements {
        column-gap: var(--gap-s);
    }

    .section-wrap.clear.products-section .section .grid-elements .grid-element:not(.fullwidth) .overlay > p {
        font-size: 14px;
    }

    .section-wrap.clear.products-section .section .grid-elements .grid-element:not(.fullwidth) .overlay > span.read-more a {
        font-size: 14px;
    }

    .section-wrap.clear.products-section .section .grid-elements .grid-element:not(.fullwidth) .overlay > h2, 
    .section-wrap.clear.products-section .section .grid-elements .grid-element:not(.fullwidth) .overlay > h3 {
        font-size: 22px;
    }

    .section-wrap.clear.employee-section .section .grid-elements {
        column-gap: var(--gap-m);
    }

    div.stom-table table tbody tr th, 
    div.stom-table table tbody tr td {
        font-size: 14px;
    }

    .stom-produkter {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media only screen and (max-width: 1440px) {
    :root body {
        /* Font sizes */
        --h1: 60px;
        --h2: 50px;
        --h3: 22px;
        --h4: 16px;
        --h5: 15px;
        --h6: 13px;
        --p: 16px;
    }

    h4 {

    }

    .page-slider-section .slider-text-inner .slider-text-inner-wrapper > h1, 
    .page-slider-section .slider-text-inner .slider-text-inner-wrapper .stom-print-title > h1 {

    }

    .page-slider-section .slider-text-inner .slider-text-inner-wrapper > p {
        font-size: 20px;
    }

    .page-slider-section .slider-text-inner .slider-text-inner-wrapper > .stom-button a {
        font-size: 20px;
    }

    .section-wrap.clear.cards-section .section .grid-elements,
    .section-wrap.clear.products-section .section .grid-elements {
        column-gap: var(--gap-s);
    }

    .page-slider-section .slider-text .header-usp .section > ul li {
        font-size: var(--p);
    }

    .section-wrap.clear.cards-section .section .grid-elements, 
    .section-wrap.clear.products-section .section .grid-elements {
        column-gap: var(--gap-s);
    }

    .section-wrap.clear.stom-grid-section .section .grid-elements .grid-element.contact .overlay > h2, 
    .section-wrap.clear.stom-grid-section .section .grid-elements .grid-element.contact .overlay > h3 {
        font-size: 34px;
    }

    .section-wrap.clear.faq-section .section .faq-content .faq-element > .faq-title {
        font-size: 18px;
    }

    #colophon .widget-title {
        font-size: 28px;
    }

    #colophon .copyright .section .footer-widgets .widget .textwidget > ul li {
        font-size: var(--p);
    }

    #colophon.footer-setting-02:after {
        width: 335px;
        height: 195px;
    }

    .section-wrap.clear.stom-grid-section .section .grid-elements .grid-element.contact .overlay > h2, 
    .section-wrap.clear.stom-grid-section .section .grid-elements .grid-element.contact .overlay > h3 {
        font-size: 30px;
    }

    .stom-anmeldelse-wrapper.slick-slider .slick-list {
        margin-left: -15px;
        margin-right: -15px;
    }

    .stom-anmeldelse-wrapper .stom-anmeldelse {
        margin: 0 15px;
    }

    .section-wrap.clear.usp-section .section .grid-elements {
        grid-gap: var(--gap-m);
    }

    .section-wrap.clear.usp-section .section .grid-elements .grid-element:not(.fullwidth) {
        padding: 40px;
    }

    .section-wrap.clear.usp-section .section .grid-elements .grid-element:not(.fullwidth) .overlay > h2, 
    .section-wrap.clear.usp-section .section .grid-elements .grid-element:not(.fullwidth) .overlay > h3 {
        font-size: 24px;
    }

    .section-wrap.clear.usp-section .section .grid-elements .grid-element:not(.fullwidth) .overlay > p:first-of-type img {
        max-width: 40px;
    }

    .section-wrap.clear.mini-cards-section .section .grid-elements {
        column-gap: var(--gap-s);
    }

    .section-wrap.clear.price-section .section > .price-table table.body-header tbody tr.header th:not(.empty) {
        /* width: 190px !important; */
    }

    .section-wrap.clear.price-section .section > table tbody tr td:not(:first-of-type) {
        /* width: 225px !important; */
    }

    .section-wrap.clear.price-section .section > table tbody tr.header th {
        font-size: 24px;
    }

    .section-wrap.clear.employee-section .section .grid-elements {
        column-gap: var(--gap-l);
        grid-template-columns: repeat(var(--grid-3-cols), minmax(0, 1fr));
    }

    .section-wrap.clear.employee-section .section .grid-elements .grid-element:not(.content) .overlay > h3 {
        font-size: 34px;
    }

    .section-wrap.clear.employee-section .section .grid-elements .grid-element:not(.content) .overlay > p {
        font-size: 18px;
    }

    .section-wrap.clear.price-section .section > .price-table table tbody tr td:not(:first-of-type) {
        width: 215px !important;
    }

    .section-wrap.clear.price-section .section > .price-table table.body-header tbody tr.header th:not(.empty) {
        width: 200px !important;
    }

    .section-wrap.clear.price-section .section > .price-table table tbody tr.header th {
        font-size: 24px;
    }

    .section-wrap.clear.price-section .section > .price-table table tbody tr td {
        font-size: 16px;
    }

    .section-wrap.clear.price-section .section > .price-table table tbody tr td > .stom-custom-svg.active {
        font-size: 16px;
    }

    .section-wrap.clear.price-section.has-background .section > h2, 
    .section-wrap.clear.price-section.has-background .section > h3 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 1240px) {
    :root body {
        /* Font sizes */
        --h1: 50px;
        --h2: 40px;
        --h3: 22px;
        --h5: 15px;
        --h6: 13px;
        /* Gaps */
        --gap-l: 60px;
        --gap-m: 25px;
        --gap-s: 20px;
        /* Sidebar */
        --sidebar-width: 280px;
    }

    .stom-button a {
        font-size: 14px;
    }

    #masthead .stom-button a {
        font-size: 14px;
    }

    .page-slider-section .slider-text-inner {
        padding-inline: 0;
    }

    .page-slider-section .slider-text {
        gap: var(--gap-m);
    }

    .page-slider-section .slider-text-inner .slider-text-inner-wrapper > p {
        font-size: 18px;
    }

    .page-slider-section .slider-text-inner .slider-text-inner-wrapper > .stom-button a {
        font-size: 18px;
    }

    .section-wrap.clear.stom-grid-section .section .grid-elements .grid-element.contact .overlay > h2, 
    .section-wrap.clear.stom-grid-section .section .grid-elements .grid-element.contact .overlay > h3 {
        font-size: 30px;
    }

    .section-wrap.clear.faq-section .section .faq-content .faq-element > .faq-title {
        font-size: var(--p);
    }

    #colophon.footer-setting-02 {
        font-size: 14px;
    }

    #colophon .widget-title {
        font-size: 26px;
    }

    .footer-setting-02 .footer-widget-area .section .grid-elements {
        column-gap: var(--gap-m);
    }

    .section-wrap.clear.cards-section .section .grid-elements, 
    .section-wrap.clear.products-section .section .grid-elements {
        grid-template-columns: repeat(var(--grid-2-cols), minmax(0, 1fr));
    }

    .section-wrap.clear.contact-section .section .stom-cols-6 {
        padding-left: var(--gap-m);
        padding-right: 0;
    }

    .section-wrap.clear.contact-section .section .stom-cols-6 .stom-center-box > h2, 
    .section-wrap.clear.contact-section .section .stom-cols-6 .stom-center-box > h3 {
        font-size: var(--h2) !important;
    }

    .section-wrap.clear.mini-cards-section .section .grid-elements {
        grid-template-columns: repeat(2, 1fr);
    }

    .section-wrap.clear.price-section .section > table tbody tr td:not(:first-of-type) {
        width: auto !important;
    }

    .section-wrap.clear.employee-section .section .grid-elements {
        grid-template-columns: repeat(2, 1fr);
        row-gap: var(--gap-l);
    }

    .section-wrap.clear.employee-section .section .grid-elements .grid-element.content {
        grid-column: span 2;
    }
    
    .section-wrap.clear.employee-section .section .grid-elements .grid-element:not(.content) .overlay > h3 {
        font-size: 30px;
    }

    .section-wrap.clear.employee-section .section .grid-elements .grid-element:not(.content) .overlay > p {
        font-size: var(--p);
    }

    .section-wrap.clear.stom-kompakt-sektion .section > h2 {
        font-size: var(--h2);
    }

    body.page-template-location-template .section-wrap.clear.stom-billede-sektion .section .stom-cols-6 .stom-center-box > h2 {
        font-size: var(--h2);
    }

    .section-wrap.clear.price-section .section > .price-table table tbody tr td {
        font-size: 14px;
    }

    .section-wrap.clear.price-section .section > .price-table table tbody tr td > .stom-custom-svg.active {
        font-size: 14px;
    }

    .section-wrap.clear.price-section .section > .price-table table tbody tr.header th {
        font-size: 20px;
    }

    .section-wrap.clear.products-section .section .grid-elements .grid-element:not(.fullwidth) .overlay {
        padding: 20px 30px 20px;
    }

    div.stom-table table tbody tr th, 
    div.stom-table table tbody tr td {
        padding: 20px 12px;
    }

    .stom-produkter {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .stom-produkter .stom-produkt .produkt-thumbnail > img {
        height: 255px;
    }

}

@media only screen and (max-width: 1060px) {
    .section-wrap.clear.faq-section .section {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: var(--gap-l);
    }

    .section-wrap.clear.faq-section .section .content {
        padding-right: 0;
    }

    .section-wrap.clear.usp-section .section .grid-elements {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .section-wrap.clear.usp-section .section .grid-elements .grid-element:not(.fullwidth) {
        padding: 40px var(--gap-m) var(--gap-m);
        column-gap: var(--gap-l);
    }

    .section-wrap.clear.usp-section .section .grid-elements .grid-element:not(.fullwidth) > img {
        max-width: 100%;
    }
}


/****** 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;
    }

    .style-header-02 .header-inner .cta-container {
        display: none;
    }

    header .top-bar ul li {
        font-size: 14px;
    }

    .page-slider-section .slider-text .header-usp .section > ul li img {
        max-width: 25px;
        max-height: 30px;
    }

    .footer-setting-02 .footer-widget-area .section .grid-elements {
        grid-template-columns: 1fr;
        gap: var(--gap-l);
    }

    #colophon .logo-widget .textwidget > p img {
        max-width: 200px;
    }

    #colophon .widget-title {
        border-bottom: 1px solid var(--color-1);
        padding-bottom: 5px;
    }

    .section-wrap.clear.stom-grid-section .section .grid-elements .grid-element.contact .overlay > h2, 
    .section-wrap.clear.stom-grid-section .section .grid-elements .grid-element.contact .overlay > h3 {
        font-size: 24px;
    }

    .section-wrap.clear.contact-section {
        padding-block: 0;
    }
    
    .section-wrap.clear.contact-section .section {
        display: grid;
        gap: var(--gap-l);
    }

    .section-wrap.clear.contact-section .section:after {
        display: none;
    }
    
    .section-wrap.clear.contact-section .section .stom-cols-6 {
        order: 2;
        display: block;
        width: 100%;
        padding-left: 0;
    }

    .section-wrap.clear.contact-section .section .stom-picture {
        order: 1;
        position: static;
        width: 100%;
        margin-top: 0;
    }

    .section-wrap.clear.cards-section .section .grid-elements {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .page-slider-section .slider-text .header-usp .section > ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: var(--gap-m);
    }

    .section-wrap.clear.mini-cards-section .section .grid-elements .grid-element .overlay > h3 {
        font-size: 20px;
    }

    .section-wrap.clear.mini-cards-section .section .grid-elements .grid-element .overlay > p {
        font-size: var(--p);
    }

    .section-wrap.clear.price-section .section > table tbody tr td {
        font-size: 14px;
    }

    #colophon.footer-setting-02:after {
        width: 275px;
        height: 155px;
    }

    /* Scrollable price table */
    .section-wrap.clear.price-section.has-background .section > p {
        max-width: 100%;
    }
    
    .section-wrap.clear.price-section .section > .price-table {
        overflow-x: auto;
    }
    
    .section-wrap.clear.price-section .section > .price-table table.body-list,
    .section-wrap.clear.price-section .section > .price-table table.body-header {
        width: 1000px;
    }

    .section-wrap.clear.price-section .section > .price-table table.body-header tbody tr.header th:not(.empty) {
        width: 185px !important;
    }

    .section-wrap.clear.price-section .section > .price-table table tbody tr td:not(:first-of-type) {
        width: 200px !important;
    }

    .section-wrap.clear.price-section .section > .price-table table.body-header tbody tr.header th.standard:before {
        width: 50px;
        height: 80px;
    }

    .section-wrap.clear.price-section .section > .price-table table.body-header tbody tr.header th.plus:before {
        width: 45px;
        height: 70px;
    }

    .section-wrap.clear.price-section .section > .price-table table.body-header tbody tr.header th.ekstra:before {
        width: 65px;
        height: 70px;
    }

    .section-wrap.clear.price-section .section > .price-table table tbody tr.header th.empty {
        visibility: visible;
        transform: translateX(-25px);
    }

    .stom-produkter .stom-produkt .produkt-thumbnail > img {
        height: 185px;
    }
}

@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: 42px;
        --h2: 36px;
        --h3: 24px;
        --h4: 14px;
        --h5: 14px;
        --h6: 12px;
        --p: 16px;
        /* Gaps */
        --gap-l: 50px;
        --gap-m: 20px;
        --gap-s: 15px;
        /* Outer margin */
        --content-margin: 0;

        --border-radius: 10px;
    }

    /* Topbar fjernet */
    header .top-bar.has-background {
        display: none;
    }

    .slick-dots li button {
        width: 12px;
        height: 12px;
    }

    .slick-dots li button:before {
        width: 9px;
        height: 9px;
    }

    header .top-bar {
        top: calc(var(--header-height) - 0px);
    }

    .style-header-02 .site-branding #logo {
        width: auto;
    }

    .site-branding #logo img, 
    .site-branding #logo svg {
        max-width: 268px;
    }

    .header-sticky-active.scrolled header .site-branding #logo img.logo-landscape {
        max-height: 45px;
        max-width: 268px;
    }

    /* Sections */
    .stom-billede-sektion .stom-cols-6 {
        min-height: auto !important;
    }

    .stom-billede-sektion .stom-picture {
        padding-inline: var(--gap-m);
        margin-top: var(--gap-m);
    }

    .section-wrap.clear.products-section {
        margin-top: calc(var(--gap-l) * 1);
    }

    .section-wrap.clear.usp-section {
        margin-top: calc(var(--gap-l) * 1);
    }

    .home .section-wrap.clear.contact-section {
        margin-top: calc(var(--gap-l) * 1);
    }

    .home .section-wrap.clear.faq-section {
        margin-top: calc(var(--gap-l) * 1);
    }

    .home #colophon.footer-setting-02 {
        margin-top: calc(var(--gap-l) * 1);
    }

    .home .section-wrap.clear.employee-section {
        margin-top: calc(var(--gap-l) * 1);
    }

    .home .section-wrap.clear.review-section {
        margin-top: calc(var(--gap-l) * 1);
    }

    .home .section-wrap.clear.association-section {
        margin-top: calc(var(--gap-l) * 1);
    }

    body.products-page .section-wrap.clear.faq-section {
        margin-top: calc(var(--gap-l) * 1);
    }

    .section-wrap.clear.contact-section .section .stom-picture {
        padding-inline: 0;
    }

    .page-slider-section .slider-text-inner .slider-text-inner-wrapper > .stom-button a {
        font-size: var(--p);
    }

    .page-slider-section .slider-text-inner .slider-text-inner-wrapper > .stom-button a .stom-custom-svg {
        font-size: 16px;
        width: 50px;
        height: 50px;
    }

    .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container > *,
    .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container > *::placeholder {
        font-size: 14px;
    }

    span.price {
        font-size: var(--h3);
    }

    .site-branding #logo, 
    .style-header-02 .site-branding #logo {
        padding: 20px 0;
    }

    .page-slider-section .slider-text-inner .slider-text-inner-wrapper > p {
        font-size: var(--p);
    }

    .page-slider-section .slider-text-inner .slider-text-inner-wrapper > .stom-button a {
        font-size: var(--p);
    }

    .section-wrap.clear.cards-section .section .grid-elements .grid-element:not(.fullwidth) .overlay > h2, 
    .section-wrap.clear.cards-section .section .grid-elements .grid-element:not(.fullwidth) .overlay > h3, 
    .section-wrap.clear.products-section .section .grid-elements .grid-element:not(.fullwidth) .overlay > h2, 
    .section-wrap.clear.products-section .section .grid-elements .grid-element:not(.fullwidth) .overlay > h3 {
        font-size: var(--h3);
    }

    .section-wrap.clear.stom-grid-section .section .grid-elements .grid-element.contact .overlay {
        flex-direction: column;
        gap: var(--gap-m);
    }

    .section-wrap.clear.stom-grid-section .section .grid-elements .grid-element.contact .overlay > h2, 
    .section-wrap.clear.stom-grid-section .section .grid-elements .grid-element.contact .overlay > h3 {
        text-align: center;
    }

    .section-wrap.clear.faq-section .section .faq-content .faq-element > .faq-answer > p {
        font-size: var(--p);
    }

    .section-wrap.clear.cards-section .section .grid-elements {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .section-wrap.clear.cards-section .section .grid-elements .grid-element:not(.fullwidth) .overlay, 
    .section-wrap.clear.products-section .section .grid-elements .grid-element:not(.fullwidth) .overlay {
        padding: 30px 20px 30px;
    }

    .section-wrap.clear.cards-section .section .grid-elements .grid-element:not(.fullwidth) .overlay > p, 
    .section-wrap.clear.products-section .section .grid-elements .grid-element:not(.fullwidth) .overlay > p {
        font-size: var(--p);
    }

    .section-wrap.clear.cards-section .section .grid-elements .grid-element.has-background + .grid-element.contact, 
    .section-wrap.clear.products-section .section .grid-elements .grid-element.has-background + .grid-element.contact {
        margin-top: 0;
    }

    .section-wrap.clear.usp-section .section .grid-elements .grid-element:not(.fullwidth) .overlay > p {
        font-size: 15px;
    }

    .section-wrap.clear.usp-section .section .grid-elements .grid-element.fullwidth {
        margin-bottom: var(--gap-s);
    }

    .section-wrap.clear.faq-section .section .faq-content .faq-element > .faq-answer > h2 {
        font-size: 24px;
    }

    .section-wrap.clear.faq-section .section .faq-content .faq-element > .faq-answer > p {
        font-size: 15px;
    }

    .section-wrap.clear.price-section .section > table tbody tr td {
        font-size: 12px;
    }

    .stom-anmeldelse-wrapper.slick-slider .slick-dots {
        text-align: center;
        margin-top: 40px;
    }

    .section-wrap.clear.employee-section .section .grid-elements {
        column-gap: var(--gap-m);
    }

    .section-wrap.clear.employee-section .section .grid-elements .grid-element:not(.content) .overlay > h3 {
        font-size: 28px;
    }

    body.stom-terms-page #main-content #content .entry-content > h3 {
        margin-top: 40px;
    }
    
    body.stom-terms-page #main-content #content .entry-content > *,
    body.stom-terms-page #main-content #content .entry-content > p {
        font-size: var(--p);
    }

    body.stom-terms-page #main-content #content .entry-content > h2, 
    body.stom-terms-page #main-content #content .entry-content > h3 {
        margin-bottom: 15px;
    }

    .section-wrap.clear.price-section .section > .price-table table.body-list, 
    .section-wrap.clear.price-section .section > .price-table table.body-header {
        width: 750px;
    }

    .section-wrap.clear.price-section .section > .price-table table tbody tr td:not(:first-of-type) {
        width: 140px !important;
    }

    .section-wrap.clear.price-section .section > .price-table table.body-header tbody tr.header th:not(.empty) {
        width: 125px !important;
    }

    .section-wrap.clear.price-section .section > .price-table table tbody tr.header th {
        font-size: 18px;
    }

    .section-wrap.clear.price-section .section > .price-table table tbody tr.header th label {
        font-size: 14px;
    }

    .section-wrap.clear.price-section .section > .price-table table.body-header tbody tr.header th:before {
        display: none !important;
    }

    .section-wrap.clear.price-section.has-background .section > p {
        font-size: var(--p);
    }

    .section-wrap.clear.price-section.has-background .section > h2, 
    .section-wrap.clear.price-section.has-background .section > h3 {
        font-size: var(--h2);
    }

    .stom-produkter {
        grid-template-columns: repeat(2, 1fr);
    }

    .stom-produkter .stom-produkt .produkt-thumbnail > img {
        height: 227px;
    }
}

@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;
    }

    header .top-bar ul li {
        font-size: 12px;
    }

    #colophon .copyright .section .footer-widgets .widget .textwidget > ul li {
        font-size: 14px;
    }

    #colophon.footer-setting-02:after {
        width: 205px;
        height: 115px;
    }

    .section-wrap.clear.usp-section .section .grid-elements .grid-element:not(.fullwidth) {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .home .page-slider-section .slider-text {
        justify-content: flex-end;
    }

    .page-slider-section .slider-text .header-usp {
        display: none;
        /* margin-top: 0; */
    }

    .page-slider-section .slider-text-inner {
        margin-top: inherit;
    }

    .page-slider-section .slide-element .video-aligner video {
        min-height: calc(75vh - var(--header-height));
    }

    .section-wrap.clear.mini-cards-section .section .grid-elements {
        grid-template-columns: repeat(1, 1fr);
    }

    .section-wrap.clear.employee-section .section .grid-elements .grid-element:not(.content) .overlay > h3 {
        font-size: 24px;
    }
}


/****** MOBILER ******/

@media only screen and (max-width: 479px) {
    :root body {
        /* Font sizes */
        --h1: 42px;
        --h2: 28px;
        --h3: 24px;
        --h4: 12px;
        --p: 15px;
    }

    h4 {
        letter-spacing: .25px;
    }

    .stom-button a {
        font-size: 14px;
    }

    .gform_wrapper form .gform_footer .gform_button {
        font-size: 14px;
    }

    .page-slider-section .slider-text-inner .slider-text-inner-wrapper > .stom-button a {
        font-size: 14px;
    }

    .page-slider-section .slider-text-inner .slider-text-inner-wrapper > p + .stom-button {
        margin-top: 10px;
    }

    .page-slider-section .slider-text-inner .slider-text-inner-wrapper > .stom-button a .stom-custom-svg {
        font-size: 14px;
        width: 45px;
        height: 45px;
    }

    .site-branding #logo img, 
    .site-branding #logo svg {
        max-width: 225px;
        max-height: 30px;
    }

    body:not(.woocommerce-cart):not(.woocommerce-checkout) .header-sticky-active.scrolled header .site-branding #logo img {
        max-height: 30px;
    }
    
    .page-slider-section .slider-text-inner .slider-text-inner-wrapper > h1, 
    .page-slider-section .slider-text-inner .slider-text-inner-wrapper .stom-print-title > h1 {
        font-size: 30px;
    }
    
    #colophon .widget-title {
        border-bottom: 1px solid var(--color-1);
        padding-bottom: 5px;
    }

    #colophon .widget-title {
        font-size: 22px;
    }

    .section-wrap.clear.stom-grid-section .section .grid-elements .grid-element.contact .overlay {
        padding: 30px var(--gap-m);
    }

    .header-sticky-active.scrolled .style-header-02 .section-wrap .section {
        padding: 12px 0;
    }

    header .top-bar ul li {
        font-size: 9px;
    }

    #colophon.footer-setting-02:after {
        width: 155px;
        height: 85px;
    }

    .stom-anmeldelse-wrapper .stom-anmeldelse .stom-anmeldelse-rating {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .section-wrap.clear.employee-section .section .grid-elements .grid-element.content {
        grid-column: inherit;
    }

    .section-wrap.clear.employee-section .section .grid-elements {
        grid-template-columns: 1fr;
    }

    .section-wrap.clear.employee-section .section .grid-elements .grid-element:not(.content) .overlay {
        display: block;
    }

    .stom-anmeldelse-wrapper .stom-anmeldelse {
        padding: 30px var(--gap-m);
    }

    .section-wrap.clear.mini-cards-section .section .grid-elements .grid-element .overlay {
        padding: 35px var(--gap-m);
    }

    .section-wrap.clear.cards-section .section .grid-elements .grid-element:not(.fullwidth) .overlay > .price {
        font-size: 22px;
    }

    .section-wrap.clear.stom-kompakt-sektion .section .gallery {
        grid-template-columns: 1fr;
        gap: 0;
    }

    #CookiebotWidget:not(.CookiebotWidget-inactive) {
        bottom: 60px !important;
        right: 10px;
        left: unset !important;
    }

    .stom-produkter .stom-produkt .produkt-thumbnail > img {
        height: 140px;
    }

    .stom-produkter .stom-produkt .content > .produkt-title {
        font-size: 14px;
    }

    .stom-produkter .stom-produkt .content > .pris {
        font-size: 12px;
    }

    .stom-produkter .stom-produkt .content {
        padding: 20px 20px;
    }

    body.products-page .img-modal-close {
        top: 10px;
        right: 25px;
    }
}

@media only screen and (max-width: 410px) {
    .stom-button a {
        font-size: 12px;
    }

    .stom-button a .stom-custom-svg {
        font-size: 14px;
        width: 40px;
        height: 40px;
    }

    #page header .main-navigation .burger-menu-content-inner .stom_theme_logo img {
        max-height: 30px !important;
    }

    span.read-more a .stom-custom-svg {
        font-size: 14px;
        width: 40px;
        height: 40px;
    }

    .gform_wrapper form .gform_footer .gform_button {
        font-size: 12px;
    }

    .gform_wrapper form .gform_footer .gform_button .stom-custom-svg {
        font-size: 14px;
        width: 40px;
        height: 40px;
    }

    header .top-bar.has-background {
        padding-inline: 10px;
    }

    .section-wrap.clear.stom-grid-section .section .grid-elements .grid-element.contact .overlay > h2, 
    .section-wrap.clear.stom-grid-section .section .grid-elements .grid-element.contact .overlay > h3 {
        font-size: 20px;
    }

    .section-wrap.clear.cards-section .section .grid-elements .grid-element:not(.fullwidth) .overlay > .price {
        font-size: 24px;
    }

    .stom-produkter .stom-produkt .produkt-thumbnail > img {
        height: 106px;
    }

    body.products-page .img-modal-close {
        top: 5px;
        right: 15px;
        font-size: 30px;
    }
}