/****** STORE SKRÆME ******/

@media only screen and (min-width: 1940px) {
    .section-wrap.clear.image-section {
        margin-inline: auto;
        max-width: var(--content-width);
        height: 60vh;
    }

    .section-wrap.clear.project-section {
        margin-inline: auto;
        max-width: var(--content-width);
    }
}


/****** BÆRBAR / MINDRE SKÆRME ******/

@media only screen and (max-width: 1775px) {
    .section-wrap.clear.stom-billede-sektion.not-fullwidth .section {
        padding-inline: var(--gap-m);
    }
}

@media only screen and (max-width: 1640px) {
    header .main-navigation ul.menu a {
        font-size: 17px;
        padding: .7em 1.25em;
    }

    #masthead .stom-button a {
        font-size: 16px;
    }

    .page-slider-section .slider-text-inner .slider-text-inner-wrapper h2, 
    .page-slider-section .slider-text-inner .slider-text-inner-wrapper h3 {
        font-size: 40px;
    }

    .section-wrap.clear.quote-section .section .container .content {
        font-size: 40px;
    }

    .section-wrap.clear.project-section {
        margin-left: var(--gap-m);
    }

    .section-wrap.clear.project-section .section .container .heading .slick-nav-parent {
        padding-right: var(--gap-m);
    }

    .section-wrap.clear.project-section .section .container .content .project-item .inner > h3 {
        font-size: 30px;
    }

    #colophon.footer-setting-02 {
        font-size: 16px;
    }

    #colophon .widget-title {
        font-size: 30px;
    }

    #colophon .image-widget .textwidget > p img {
        max-width: 325px;
    }

    .footer-setting-02 .footer-widget-area .section .grid-elements .grid-element .overlay .footer-widgets .widget .textwidget .content p {
        font-size: 21px;
    }

    .section-wrap.clear.course-section .section .grid-elements {
        grid-template-columns: 900px 1fr;
    }

    body:not(.home) .page-slider-section .slider-text-inner .slider-text-inner-wrapper h1 {
        font-size: 70px;
    }

    body:not(.home) .page-slider-section .slider-text-inner .slider-text-inner-wrapper p {
        font-size: 20px;
    }

    .blog-item .blog-date {
        font-size: 15px;
    }

    .blog-item .blog-title {
        font-size: 23px;
    }

    .blog-content .blog-excerpt p {
        font-size: 16px;
    }

    .blog-item--featured .blog-title {
        font-size: 32px !important;
    }

    .stom-billede-sektion .section {
        margin-inline: var(--gap-m);
    }

    .section-wrap.clear.concept-section .section .container .content .concept-item .wrapper .inner > h3 {
        font-size: 30px;
    }

    .section-wrap.clear.concept-section .section .container .content .concept-item .wrapper .inner > .koncept_uddrag {
        font-size: 16px;
    }

    .section-wrap.clear.concept-section .section .container .content .concept-item .wrapper .inner > .stom-custom-svg {
        font-size: 24px;
    }

    body.single-post #main-content #content .single-post-wrapper {
        column-gap: var(--gap-l);
        grid-template-columns: 600px 1fr;
    }

    .blog-video-outer-wrapper .blog-video-title {
        font-size: 24px;
    }

    .blog-video-outer-wrapper .blog-video-wrapper > .stom-custom-svg {
        font-size: 70px;
    }

    body.single-projekter .page-slider-section .slider-text-inner .slider-text-inner-wrapper h1 {
        font-size: 70px;
    }

    body.single-projekter .page-slider-section .slider-text-inner .slider-text-inner-wrapper p {
        font-size: 32px;
    }

    .section-wrap.clear.project-archive-section .section .project-container .project-item .inner > h3 {
        font-size: 30px;
    }

    .stom-calendar-events .stom-event {
        grid-template-columns: 100px 650px 1fr;
    }

    .stom-calendar-events .stom-event .stom-event-date {
        font-size: 16px;
    }

    body.single-events .post-content-wrapper .entry-title {
        font-size: 50px;
    }

    .section-wrap.clear.stom-billede-sektion.not-fullwidth .section {
        padding-inline: 0;
    }

}

@media only screen and (max-width: 1440px) {
    :root body {
        --h1: 50px;
        --h2: 60px;
    }
    
    .sub-heading {
        font-size: 16px;
    }
    
    #masthead .stom-button a {
        min-width: auto;
        gap: var(--gap-s);
    }

    .style-header-03 .nav-wrap {
        margin-right: var(--gap-s);
    }
    
    header .main-navigation ul.menu a {
        font-size: 16px;
    }

    .home .page-slider-section .image-aligner img {
        /* min-height: 100vh; */
    }

    .page-slider-section .slider-text-inner .slider-text-inner-wrapper h2, 
    .page-slider-section .slider-text-inner .slider-text-inner-wrapper h3 {
        font-size: 36px;
    }

    .page-slider-section .slider-text-inner .slider-text-inner-wrapper {
        max-width: 800px;
    }

    .section-wrap.clear.quote-section .section .container .content {
        font-size: 36px;
    }

    .section-wrap.clear.project-section .section .container .content .slick-list {
        padding: 0 25% 0 0;
    }

    #colophon .image-widget .textwidget > p img {
        max-width: 275px;
    }

    #colophon .widget-title {
        font-size: 28px;
    }

    .section-wrap.clear.course-section .section .grid-elements {
        grid-template-columns: 1fr 1fr;
        column-gap: 40px;
    }

    .section-wrap.clear.course-section .section .grid-elements .grid-element.heading .overlay > h2 {
        max-width: 100%;
    }

    body:not(.home) .page-slider-section .slider-text-inner .slider-text-inner-wrapper h1 {
        font-size: var(--h1);
    }

    body:not(.home) .page-slider-section .slider-text-inner .slider-text-inner-wrapper p {
        font-size: 18px;
    }

    .stom-blog-wrapper .filters .filter a {
        font-size: 15px;
    }

    .blog-item .blog-date {
        font-size: 14px;
    }

    .blog-item .blog-title {
        font-size: 20px;
    }

    .stom-blog-pagination a.prev-page, 
    .stom-blog-pagination a.next-page, 
    .stom-blog-pagination span.prev-page.disabled, 
    .stom-blog-pagination span.next-page.disabled {
        font-size: 15px;
    }

    .page-slider-section .slider-text-inner .slider-text-inner-wrapper .stom-button a {
        font-size: 18px;
    }

    .blog-category-tag {
        font-size: 14px;
    }

    .blog-item--regular,
    .blog-item--featured {
        height: 600px;
    }

    .stom-billede-sektion .stom-section-content .stom-cols-6 {
        min-height: 610px;
    }

    .section-wrap.clear.concept-section .section .container .content .concept-item .wrapper {
        grid-template-columns: 200px 1fr;
    }

    .section-wrap.clear.concept-section .section .container .content .slick-list {
        margin-left: -10px;
        margin-right: -10px;
    }

    .section-wrap.clear.concept-section .section .container .content .concept-item {
        margin: 0 10px;
    }

    body:not(.home) .page-slider-section .slider-text-inner .slider-text-inner-wrapper p {
        font-size: var(--p);
    }

    body.single-post .entry-header .entry-excerpt > p {
        font-size: 18px;
    }

    .blog-data-container .blog-data-title {
        font-size: 40px;
    }

    body.single-post #main-content #content .single-post-wrapper {
        column-gap: var(--gap-l);
        grid-template-columns: 500px 1fr;
    }

    body.single-projekter .page-slider-section .slider-text-inner .slider-text-inner-wrapper p {
        font-size: 28px;
    }

    .section-wrap.clear.project-archive-section .section .project-container .project-item .thumbnail > img {
        height: 235px;
    }

    .stom-calendar-events .stom-event {
        grid-template-columns: 100px 1fr 1fr;
        column-gap: var(--gap-m);
    }

    .stom-calendar-events .stom-event .stom-event-date {
        font-size: 14px;
    }

    .stom-calendar-events .stom-event .stom-event-thumbnail > img {
        height: 335px;
    }

    body.single-events #main-content #content .entry-content > h2 {
        font-size: 50px;
    }


}

@media only screen and (max-width: 1240px) {
     :root body {
        /* Font sizes */
        /* --h1: 43px; */
        --h2: 50px;
        --h3: 24px;
        --h4: 19px;
        --h5: 15px;
        --h6: 13px;
        --p: 16px;
        /* Gaps */
        --gap-l: 60px;
        --gap-m: 25px;
        --gap-s: 20px;
        /* Sidebar */
        --sidebar-width: 280px;
    }

    .header-placeholder {
        display: block !important;
    }

    .stom-billede-sektion .section {
        padding-top: var(--gap-l);
    }

    header .main-navigation ul.menu a {
        padding: .7em 1em;
    }

    .style-header-03 .section-wrap .section .stom-button.explore {
        display: none;
    }

    .section-wrap.clear.quote-section .section .container .content {
        font-size: 30px;
    }

    .section-wrap.clear.project-section .section .container .content .slick-list {
        margin-left: -15px;
        margin-right: -15px;
    }

    .section-wrap.clear.project-section .section .container .content .project-item {
        margin: 0 15px;
    }

    #colophon .widget-title {
        font-size: 24px;
    }

    #colophon .image-widget .textwidget > p img {
        max-width: 250px;
    }
    
    .stom-blog-wrapper .filters .filter a {
        font-size: 14px;
    }

    .page-slider-section .slider-text-inner .slider-text-inner-wrapper {
        /* width: clamp(320px, 90vw, var(--content-width)); */
        /* max-width: clamp(300px, 80vw, 950px); */
    }

    .page-slider-section .slider-text-inner .slider-text-inner-wrapper h2, 
    .page-slider-section .slider-text-inner .slider-text-inner-wrapper h3 {
        font-size: 30px;
    }

    .blog-item--featured .blog-title {
        font-size: 26px !important;
    }
    
    .blog-item--regular,
    .blog-item--featured {
        height: 500px;
    }

    .stom-billede-sektion .stom-section-content .stom-cols-6 {
        padding-inline: 0;
    }

    .section-wrap.clear.effort-section .section .grid-elements .grid-element:not(.heading) .overlay > p {
        font-size: var(--p);
    }

    .section-wrap.clear.effort-section .section .grid-elements .grid-element:not(.heading) .overlay > p:first-of-type img {
        max-height: 60px;
    }

    .section-wrap.clear.image-section {
        height: 75vh;
    }

    .section-wrap.clear.concept-section .section .container .content .concept-item .wrapper .inner > h3 {
        font-size: 24px;
    }

    .section-wrap.clear.concept-section .section .container .content .concept-item .wrapper .inner > .stom-custom-svg {
        font-size: 20px;
    }

    .stom-blog-wrapper .filter-title {
        font-size: 21px;
    }

    .blog-page .blog-item--regular {
        width: calc(50% - 15px);
    }

    body.single-post #main-content #content {
        padding-inline: 0;
    }

    .blog-data-container .blog-single-date,
    .blog-data-container .blog-single-category-wrapper .blog-single-tag {
        font-size: 14px;
    }

    body.single-post #main-content {
        margin-top: calc(var(--gap-l) * 1.5);
    }

    .blog-video-outer-wrapper {
        margin-top: var(--gap-m);
    }

    .blog-data-container .blog-data-title {
        font-size: 32px;
    }

    body.single-post #main-content #content .single-post-wrapper {
        grid-template-columns: 425px 1fr;
    }

    body.single-events .post-content-wrapper .entry-title {
        font-size: 40px;
    }

    body.single-events #main-content #content {
        padding-inline: var(--gap-m);
    }

    body.single-events #main-content #content .entry-content > h2 {
        font-size: var(--h2);
    }
}


/****** IPADS - VERTIKALT ******/

@media only screen and (max-width: 1010px) {
    .section-wrap.clear.concept-section .section .container .content .concept-item .wrapper {
        /* grid-template-columns: 250px 1fr; */
    }

    .section-wrap.clear.concept-section .section .container .content .concept-item .wrapper .thumbnail img {
        height: 250px;
    }


}

@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;
    }

    .section-wrap.clear.project-section .section .container .content .project-item .inner > h3 {
        font-size: 24px;
    }

    .section-wrap.clear.project-section .section .container .content .project-item .thumbnail > img {
        height: 200px;
    }

    .footer-setting-02 .footer-widget-area .section {
        padding: 90px 0;
    }

    .footer-setting-02 .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 .overlay .footer-widgets .widget .textwidget .content {
        max-width: 100%;
    }

    #colophon .image-widget .textwidget > p img {
        max-width: 200px;
    }

    .section-wrap.clear.course-section .section .grid-elements {
        grid-template-columns: 1fr;
    }

    .section-wrap.clear.course-section .section .grid-elements .grid-element.content {
        order: 2;
    }

    .section-wrap.clear.course-section .section .grid-elements .grid-element.image {
        order: 3;
    }

    .stom-blog-pagination a.prev-page, 
    .stom-blog-pagination a.next-page, 
    .stom-blog-pagination span.prev-page.disabled, 
    .stom-blog-pagination span.next-page.disabled {
        font-size: 14px;
        margin: 0 10px;
        width: 110px;
    }

    .section-wrap.clear.blog-section .section .container .content .stom-blog-wrapper .stom-blog-featured-grid .blog-item--featured {
        width: 100%;
    }

    .section-wrap.clear.blog-section .section .container .content .stom-blog-wrapper .stom-blog-featured-grid .blog-item--regular {
        width: calc(50% - 10px);
    }

    .home .section-wrap.clear.blog-section::before {
        height: 215%;
    }

    .section-wrap.clear.image-section {
        height: 50vh;
    }

    body.single-post .entry-header .entry-excerpt > p {
        font-size: var(--p);
    }

    body.single-post .entry-header .blog-data-container {
        flex-direction: column;
        row-gap: 12px;
        width: 100%;
    }

    body.single-post #main-content #content .single-post-wrapper {
        grid-template-columns: 1fr;
    }

    body.single-post #main-content #content .single-post-wrapper #secondary {
        margin-top: 0;
    }

    body.single-projekter .page-slider-section .slider-text-inner .slider-text-inner-wrapper p {
        font-size: 24px;
    }

    body.single-projekter .page-slider-section .slider-text,
    body:not(.home) .page-slider-section .slider-text {
        background-color: rgba(0, 0, 0, .25);
    }

    body:not(.home) .page-slider-section .slider-text-inner .slider-text-inner-wrapper h1,
    body:not(.home) .page-slider-section .slider-text-inner .slider-text-inner-wrapper p {
        color: #fff;
    }

    body.single-projekter .page-slider-section .slider-text-inner .slider-text-inner-wrapper h1,
    body.single-projekter .page-slider-section .slider-text-inner .slider-text-inner-wrapper p {
        color: #fff;
    }

    #secondary.sidebar-setup-after-content {
        margin-top: 0;
    }

    .section-wrap.clear.project-archive-section .section .project-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .section-wrap.clear.project-archive-section .section .project-container .project-item .inner > h3 {
        font-size: var(--h3);
    }

    .stom-calendar-events .stom-event {
        position: relative;
        grid-template-columns: 1fr;
    }

    .stom-calendar-events .stom-event .stom-event-date {
        position: absolute;
        top: var(--gap-s);
        left: var(--gap-s);
        background-color: var(--color-bg);
        padding: 10px;
        align-items: center;
        border-radius: var(--border-radius);
        z-index: 9;
    }

    .stom-calendar-events .stom-event .stom-event-date .day {
        font-size: var(--h2);
    }

    body.single-events #main-content {
        margin-top: calc(var(--gap-l) * 1);
    }

    .stom-calendar-events {
        margin-top: 0;
        padding-top: 0;
        border-top: 0;  
    }

    .stom-calendar-events .stom-event {
        row-gap: var(--gap-m);
    }

    .section-wrap.clear.contact-footer-section .section .grid-elements .grid-element.image {
        display: none;
    }
}

@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: 40px;
        --h3: 22px;
        --h4: 18px;
        --h5: 14px;
        --h6: 12px;
        --p: 15px;
        /* Gaps */
        --gap-l: 50px;
        --gap-m: 20px;
        --gap-s: 15px;
        /* Outer margin */
        --content-margin: 0;
    }

    #main-content {
        margin-top: var(--gap-l);
    }

    .stom-button a {
        font-size: 14px;
    }

    .sub-heading {
        font-size: 14px;
    }

    .site-branding #logo img, 
    .site-branding #logo svg {
        max-height: 60px;
    }

    .header-sticky-active.scrolled header .site-branding #logo img.logo-landscape {
        max-height: 40px;
    }

    .home .page-slider-section .slider-text {
        grid-column: inherit;
        grid-row: inherit;
    }

    .page-slider-section .slider-text-inner .slider-text-inner-wrapper h2, 
    .page-slider-section .slider-text-inner .slider-text-inner-wrapper h3 {
        font-size: var(--h2);
    }

    .site-branding #logo {
        padding: 20px 0;
    }

    .section-wrap.clear.quote-section .section .container .content {
        font-size: 24px;
    }

    .section-wrap.clear.project-section .section .container .content .project-item .thumbnail > img {
        height: 260px;
    }

    .section-wrap.clear.project-section .section .container .content .slick-list {
        margin-left: -10px;
        margin-right: -10px;
        padding: 0 35% 0 0;
    }

    .section-wrap.clear.project-section .section .container .content .project-item {
        margin: 0 10px;
    }

    .slick-nav-parent .slick-nav-container .slick-arrow .stom-custom-svg {
        font-size: 28px;
    }

    .footer-setting-02 .footer-widget-area .section {
        padding: 50px 0;
    }

    #colophon.footer-setting-02 {
        font-size: 14px;
    }

    .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container > * {
        font-size: 14px;
    }

    .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container > *::placeholder {
        font-size: 14px;
    }

    .stom-blog-pagination a.prev-page, 
    .stom-blog-pagination a.next-page, 
    .stom-blog-pagination span.prev-page.disabled, 
    .stom-blog-pagination span.next-page.disabled {
       display: none;
    }

    .stom-blog-pagination a.page-number {
        width: 42px;
        height: 42px;
    }

    .stom-billede-sektion .stom-section-content .stom-cols-6 {
        min-height: auto;
    }

    .stom-billede-sektion .stom-section-content .stom-picture {
        width: 100%;
        margin-top: var(--gap-m);
    }

    .section-wrap.clear.effort-section .section .grid-elements .grid-element.heading .overlay {
        grid-template-columns: 1fr;
    }

    .section-wrap.clear.effort-section .section .grid-elements .grid-element:not(.heading) .overlay > p:first-of-type img {
        max-height: 50px;
        max-width: 40px;
    }

    .section-wrap.clear.image-section {
        height: 40vh;
    }

    .page-slider-section .slider-text-inner .slider-text-inner-wrapper h2, 
    .page-slider-section .slider-text-inner .slider-text-inner-wrapper h3 {
        font-size: 26px;
    }

    .page-slider-section .slider-text-inner .slider-text-inner-wrapper .stom-button a {
        font-size: 16px;
    }

    .home .page-slider-section .slider-text {
        padding-bottom: 0;
    }

    .section-wrap.clear.about-section {
        margin-top: var(--gap-m);
    }

    .blog-data-container .blog-single-date, 
    .blog-data-container .blog-single-category-wrapper .blog-single-tag {
        font-size: 12px;
    }

    body.single-post #main-content {
        margin-top: calc(var(--gap-l) * 1);
    }

    body.single-post .entry-header .entry-image > img {
        height: 350px;
    }

    .blog-data-container .blog-data-title {
        /* font-size: var(--h3); */
    }

    .blog-video-outer-wrapper .blog-video-wrapper > .stom-custom-svg {
        font-size: var(--h2);
    }

    body.single-projekter .page-slider-section .slider-text-inner .slider-text-inner-wrapper p {
        font-size: 21px;
    }

    .section-wrap.clear.project-archive-section .section .project-container .project-item .thumbnail > img {
        height: 195px;
    }

    body.single-events .post-content-wrapper .stom-event-date-single {
        font-size: var(--p);
    }

    body.single-events .post-content-wrapper .entry-title {
        font-size: 32px;
    }
}


@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;

        --h2: 32px;
    }

    #colophon .footer-widget-area-site-info .section {
        padding: 20px 0;
    }

    #colophon .footer-widget-area-site-info .section .footer-widgets .widget .textwidget {
        flex-direction: column;
        gap: 5px;
    }

    #colophon .footer-widget-area-site-info .section .footer-widgets .widget .textwidget ul {
        flex-direction: column;
        gap: 5px;
    }

    #colophon .footer-widget-area-site-info .section .footer-widgets .widget .textwidget ul li:not(:last-of-type):after {
        display: none;
    }

    .section-wrap.clear.concept-section .section .container .content .concept-item {
        padding: 20px;
    }

    .section-wrap.clear.concept-section .section .container .content .concept-item .wrapper {
        grid-template-columns: 200px 1fr;
        column-gap: 20px;
    }

    .section-wrap.clear.concept-section .section .container .content .concept-item .wrapper .thumbnail img {
        height: 250px;
    }

    .section-wrap.clear.concept-section .section .container .content .concept-item .wrapper .inner > .koncept_uddrag {
        font-size: var(--p);
    }

    .blog-content .blog-excerpt p {
        font-size: 14px;
    }

    .section-wrap.clear.concept-section .section .container .content .concept-item .wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .section-wrap.clear.concept-section .section .container > .stom-button {
        margin-top: var(--gap-m);
    }

    .section-wrap.clear.project-archive-section .section .project-container {
        grid-template-columns: repeat(1, 1fr);
    }

    .section-wrap.clear.project-archive-section .section .project-container .project-item .thumbnail > img {
        height: 265px;
    }
}


/****** MOBILER ******/

@media only screen and (max-width: 479px) {
    :root body {
        --h2: 24px;
    }

    .sub-heading {
        font-size: 12px;
    }

    .slick-nav-parent .slick-nav-container .slick-arrow .stom-custom-svg {
        font-size: 20px;
    }

    #masthead .stom-button a {
        height: 40px;
        width: 40px;
    }

    #site-navigation .menu-toggle .stom-custom-svg {
        width: 40px !important;
        height: 40px !important;
        font-size: 20px;
    }

    .instantsearch-trigger a .stom-custom-svg {
        font-size: 16px;
    }
    
    .style-header-03 .section-wrap {
        display: inline-flex;
    }

    body:not(.woocommerce-cart):not(.woocommerce-checkout) .header-sticky-active.scrolled header .site-branding #logo img {
        max-height: 40px;
    }

    .section-wrap.clear.quote-section .section .container .content {
        font-size: 24px;
    }

    .slick-nav-parent .slick-nav-container .slick-arrow .stom-custom-svg {
        font-size: 24px;
    }

    .section-wrap.clear.project-section .section .container .content .slick-list {
        padding: 0 25% 0 0;
    }

    .section-wrap.clear.project-section .section .container .content .project-item .thumbnail > img {
        height: 175px;
    }

    .blog-item .blog-date {
        font-size: 12px;
    }

    .blog-item .blog-title {
        font-size: 18px;
    }

    .blog-category-tag {
        font-size: 12px;
        bottom: .75rem;
        left: .75rem;
    }

    .section-wrap.clear.image-section {
        height: 30vh;
    }

    .blog-content .blog-excerpt p {
        font-size: 14px;
    }

    
    .page-slider-section .slider-text-inner .slider-text-inner-wrapper h2, 
    .page-slider-section .slider-text-inner .slider-text-inner-wrapper h3 {
        font-size: 24px;
    }

    .page-slider-section .slider-text-inner .slider-text-inner-wrapper .stom-button a {
        font-size: 14px;
    }

    header .burger-menu-content-inner {
        max-width: 100%;
        width: 100%;
    }

    .stom-blog-wrapper .filters {
        gap: 10px 10px;
    }

    .stom-blog-wrapper .filter-title {
        font-size: 18px;
    }

    .stom-blog-wrapper .filters .filter a {
        font-size: 12px;
        padding-left: 6px 15px;
    }

    .blog-page .blog-item--regular,
    .blog-page .blog-item--featured {
        width: 100%;
    }

    .stom-blog-pagination a.page-number {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }

    .blog-item--regular .blog-content {
        padding: 20px 15px;
    }

    .blog-featured-image .blog-content {
        top: 1rem;
        left: 1rem;
    }

    .blog-data-container .blog-data-title {
        font-size: var(--h3);
    }

    .blog-video-outer-wrapper .blog-video-title {
        font-size: var(--h3);
    }

    body.single-post .entry-content > p img {
        margin-block: 10px;
    }

    body.single-projekter .page-slider-section .slider-text-inner .slider-text-inner-wrapper p {
        font-size: 18px;
    }

    .section-wrap.clear.concept-section .section .container .content .concept-item .wrapper .thumbnail img {
        height: 200px;
    }

    .section-wrap.clear.project-archive-section .section .project-container .project-item .thumbnail > img {
        height: 225px;
    }

    body.single-events .post-content-wrapper .stom-event-date-single {
        font-size: 14px;
    }

    .stom-calendar-events .stom-event .stom-event-date {
        font-size: 12px;
    }

    body:not(.home) .page-slider-section .image-aligner img {
        object-position: right;
    }

}

@media only screen and (max-width: 410px) {
    .section-wrap.clear.project-section .section .container .content .project-item .thumbnail > img {
        height: 135px;
    }

    .section-wrap.clear.blog-section .section .container .content .stom-blog-wrapper .stom-blog-featured-grid .blog-item--regular {
        width: 100%;
    }

    .blog-item--regular, 
    .blog-item--featured {
        height: 425px;
    }

    .gform_wrapper form .gform_body .gform_fields .stomGFAS-container-field .stomGFAS-label {
        font-size: 12px;
    }

    .section-wrap.clear.project-archive-section .section .project-container .project-item .thumbnail > img {
        height: 185px;
    }
}