/****** STORE SKRÆME ******/

@media only screen and (min-width: 1920px) {}


/****** BÆRBAR / MINDRE SKÆRME ******/

@media only screen and (max-width: 1775px) {
	.stom-billede-sektion.not-fullwidth .section {
		padding-inline: var(--gap-m);
	}
	
	.page-slider-section {
		margin-left: var(--gap-m);
		margin-right: var(--gap-m);
	}
	
	.section-wrap.clear.review-section {
		margin-inline: var(--gap-m);
	}
	
	#colophon .widget-title {
		font-size: 28px;
	}
	
	.footer-setting-02 .footer-widget-area .section .grid-elements {
		column-gap: var(--gap-m);
	}
}

@media only screen and (max-width: 1440px) {
	:root {
		/* Font sizes */
		--h1: 70px;
		--h2: 50px;
		--h3: 28px;
		--h4: 16px;
		--p: 15px;
	}
	
	h4 {
		font-size: var(--h4);
	}
	
	.page-slider-section .slider-text-inner .slider-text-inner-wrapper .white-text > h1 {
		font-size: var(--h1);
	}
	
	.page-slider-section .slider-text-inner .slider-text-inner-wrapper .white-text > p {
		font-size: 19px;
	}
	
	.page-slider-section .slider-text {
		padding-inline: var(--gap-m);
	}
	
	header .main-navigation ul.menu a {
		font-size: 14px;
	}
	
	.section-wrap.clear.cards-section .section .grid-elements .grid-element.heading .overlay > h2, 
	.section-wrap.clear.cards-section .section .grid-elements .grid-element.heading .overlay > h3 {
		font-size: 65px;
	}
	
	.section-wrap.clear.video-section .section .grid-elements .grid-element.heading .overlay > h2, 
	.section-wrap.clear.video-section .section .grid-elements .grid-element.heading .overlay > h3 {
		font-size: 65px;
	}
	
	.section-wrap.clear.review-section .section > h2, 
	.section-wrap.clear.review-section .section > h3 {
		font-size: 65px;
	}
	
	.footer-setting-02 .footer-widget-area .section .grid-elements {
		grid-template-columns: 400px 1fr 1fr 1fr;
	}
	
	.section-wrap.clear.subscription-section {
		margin-left: var(--gap-m);
		margin-right: var(--gap-m);
	}
	
	body:not(.home) .page-slider-section .slider-text-inner .slider-text-inner-wrapper .white-text > h1, 
	body:not(.home) .page-slider-section .slider-text-inner .slider-text-inner-wrapper .white-text .stom-print-title > h1 {
		font-size: var(--h1);
	}
	
	.widget-area .widget .widget-title-icon, .widget-area .widget .widget-title {
		font-size: 20px;
	}
	
	.section-wrap.clear.service-section .section .grid-elements {
		grid-gap: var(--gap-s);
	}
	
	.section-wrap.clear.service-section .section .grid-elements .grid-element.heading .overlay > h2 {
		font-size: 65px;
	}

}

@media only screen and (max-width: 1240px) {
     :root body {
        /* Font sizes */
        --h1: 60px;
        --h2: 50px;
        --h3: 22px;
        /* Gaps */
        --gap-l: 60px;
        --gap-m: 25px;
        --gap-s: 20px;
        /* Sidebar */
        --sidebar-width: 280px;
    }
	
	.page-slider-section .slider-text-inner .slider-text-inner-wrapper .white-text > p {
		font-size: 18px;
	}
	
	.section-wrap.clear.cards-section .section .grid-elements .grid-element.heading .overlay > h2, 
	.section-wrap.clear.cards-section .section .grid-elements .grid-element.heading .overlay > h3 {
		font-size: var(--h2);
	}
	
	.section-wrap.clear.video-section .section .grid-elements .grid-element.heading .overlay > h2, 
	.section-wrap.clear.video-section .section .grid-elements .grid-element.heading .overlay > h3 {
		font-size: var(--h2);
	}
	
	.section-wrap.clear.review-section .section > h2, 
	.section-wrap.clear.review-section .section > h3 {
		font-size: var(--h2);
	}
	
	.footer-setting-02 .footer-widget-area .section .grid-elements {
		grid-template-columns: repeat(4, 1fr);
	}
	
	#colophon .widget-title {
		font-size: 24px;
	}
	
	#colophon .about-widget .textwidget .logo > p img {
		max-width: 100%;
	}
	
	.section-wrap.clear.logo-section .section {
		justify-content: space-around;
	}
	
	.section-wrap.clear.logo-section .section > p img {
		max-width: 150px;
	}
	
	body:not(.no-sidebar) #primary {
		width: calc(100% - var(--sidebar-width) - var(--gap-l));
	}
	
	.section-wrap.clear.service-section .section .grid-elements .grid-element.heading .overlay > h2 {
		font-size: var(--h2);
	}
	
	.section-wrap.clear.contact-form-section .section .grid-elements .grid-element .overlay > h2 {
		font-size: 32px;
	}
}


/****** 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;
    }
	
	.footer-setting-02 .footer-widget-area .section .grid-elements {
		grid-template-columns: 1fr;
		gap: var(--gap-l);
	}
	
	#colophon .about-widget .textwidget .logo > p img {
        max-width: 250px;
    }
	
	.section-wrap.clear.cards-section .section .grid-elements .grid-element:not(.heading) .overlay > h2, 
	.section-wrap.clear.cards-section .section .grid-elements .grid-element:not(.heading) .overlay > h3 {
		font-size: 40px;
	}
	
	#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.logo-section .section {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: var(--gap-l);
	}
	
	.section-wrap.clear.logo-section .section > p {
		text-align: center;
	}
	
	body:not(.home) #main-content #content {
		max-width: 100%;
	}
	
	body:not(.no-sidebar) #primary {
		width: 100%;
	}
	
	.section-wrap.clear.contact-form-section .section .grid-elements .grid-element.contact-form {
		grid-column: inherit;
	}
	
}

@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: 40px;
        --h2: 34px;
        --h3: 20px;
        --h4: 14px;
        --h5: 14px;
        --h6: 12px;
        --p: 14px;
        /* Gaps */
        --gap-l: 50px;
        --gap-m: 20px;
        --gap-s: 15px;
        /* Outer margin */
        --content-margin: 0;
		
		--border-radius: 10px;
    }
	
	header .top-bar {
		font-size: 12px;
	}
	
	header .top-bar ul li:not(:last-child) a {
		padding-left: 0;
	}
	
	.section-wrap.clear.stom-billede-sektion {
		margin-top: calc(var(--gap-l) * 1);
	}
	
	.section-wrap.clear.video-section {
		margin-top: calc(var(--gap-l) * 1);
	}
	
	.section-wrap.clear.review-section {
		margin-top: calc(var(--gap-l) * 1);
	}
	
	.section-wrap.clear.video-section .section {
		padding-block: calc(var(--gap-l) * 1);
	}
	
	.stom-billede-sektion.not-fullwidth .section {
		padding-inline: 0;
	}
	
	.stom-billede-sektion.not-fullwidth .section .stom-picture {
		padding-inline: var(--gap-m);
		margin-top: var(--gap-m);
	}
	
	.section-wrap.clear.review-section .section .stom-anmeldelse-wrapper > .slick-list {
		margin-left: -15px;
		margin-right: -15px;
	}
	
	.section-wrap.clear.review-section .section .stom-anmeldelse-wrapper > .slick-dots {
		position: static;
		margin-top: var(--gap-l);
	}
	
	.section-wrap.clear.review-section .section .stom-anmeldelse-wrapper > .slick-dots li button {
		width: 10px;
		height: 10px;
	}
	
	.section-wrap.clear.contact-section {
		margin-inline: 0;
	}
	
	.footer-setting-02 .footer-widget-area .section {
		padding: 50px 0;
	}
	
	.section-wrap.clear.cards-section .section .grid-elements .grid-element:not(.heading) .overlay > h2, 
	.section-wrap.clear.cards-section .section .grid-elements .grid-element:not(.heading) .overlay > h3 {
		font-size: 30px;
	}
	
	.page-slider-section .slider-text-inner .slider-text-inner-wrapper .white-text > p {
		font-size: 16px;
	}
	
	.page-slider-section .slider-text {
		background-color: rgba(0,0,0,.25);
	}
	
	.site-branding #logo, 
	.style-header-02 .site-branding #logo {
		padding: 20px 0;
	}
	
	.header-sticky-active.scrolled header .site-branding #logo {
		padding: 20px 0;
	}
	
	.section-wrap.clear.review-section .section > h2, 
	.section-wrap.clear.review-section .section > h3 {
		margin-bottom: 20px;
	}
	
	.section-wrap.clear.review-section .section .stom-anmeldelse-wrapper .stom-anmeldelse {
		min-height: auto;
	}
	
	.section-wrap.clear.logo-section {
		margin-top: calc(var(--gap-l) * 1);
	}
	
	#colophon.footer-setting-02 {
		margin-top: calc(var(--gap-l) * 1);
	}
	
	.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container > *,
	.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container > *::placeholder {
		font-size: 14px;
	}
	
	.gform_wrapper form .gform_footer .gform_button {
		line-height: 1 !important;
	}
	
	.section-wrap.clear.review-section .section .stom-anmeldelse-wrapper .stom-anmeldelse {
		padding: 40px var(--gap-m);
	}
	
	.section-wrap.clear.review-section .section .stom-anmeldelse-wrapper .stom-anmeldelse {
		margin: 0 15px;
	}
	
	.section-wrap.clear.subscription-section {
		margin-top: calc(var(--gap-l) * 1);
	}
	
	body:not(.home) .page-slider-section .slider-text-inner .slider-text-inner-wrapper .white-text > p {
		font-size: 16px;
	}
	
	body:not(.home) #main-content #content + .section-wrap.clear.stom-billede-sektion, 
	body:not(.home) #main-content #content + .stomFEE-edit-cta + .section-wrap.clear.stom-billede-sektion {
		margin-top: calc(var(--gap-l) * 1);
	}
	
	.section-wrap.clear.service-section {
		margin-top: calc(var(--gap-l) * 1);
	}
	
	.section-wrap.clear.review-section .section .stom-anmeldelse-wrapper {
		margin-bottom: 0;
	}
	
	.section-wrap.clear.contact-form-section .section .grid-elements {
		grid-template-columns: 1fr;
		gap: 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;
    }
	
	.section-wrap.clear.cards-section .section .grid-elements {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 10px;
	}
	
	.section-wrap.clear.cards-section .section .grid-elements .grid-element:not(.heading) .overlay {
		padding: 30px 20px;
	}
	
	.section-wrap.clear.cards-section .section .grid-elements .grid-element:not(.heading) .overlay > h2, 
	.section-wrap.clear.cards-section .section .grid-elements .grid-element:not(.heading) .overlay > h3 {
		font-size: 22px;
	}
	
	.section-wrap.clear.video-section .section .grid-elements .grid-element:not(.heading):not(:last-of-type) {
		margin-bottom: var(--gap-m);
	}
}


/****** MOBILER ******/

@media only screen and (max-width: 479px) {
	.section-wrap.clear.cards-section .section .grid-elements {
		grid-template-columns: 1fr;
	}
	
	.section-wrap.clear.cards-section .section .grid-elements .grid-element:not(.heading) .overlay {
		padding: 30px 20px;
	}
	
	.section-wrap.clear.cards-section .section .grid-elements .grid-element:not(.heading) .overlay > h2, 
	.section-wrap.clear.cards-section .section .grid-elements .grid-element:not(.heading) .overlay > h3 {
		font-size: 24px;
	}
	
	header .top-bar .top-bar-left {
		display: none;
	}
	
	.site-branding #logo, .style-header-02 .site-branding #logo {
		padding: 15px 0;
	}
	
	.header-sticky-active.scrolled header .site-branding #logo {
		padding: 15px 0;
	}
	
	.site-branding #logo img {
		max-width: 150px;
	}
	
	body:not(.woocommerce-cart):not(.woocommerce-checkout) .header-sticky-active.scrolled header .site-branding #logo img {
		max-height: 60px;
	}
	
	.section-wrap.clear.logo-section .section > p img {
        max-width: 125px;
    }
	
	.section-wrap.clear.contact-form-section .section .grid-elements .grid-element .overlay > h2 {
		font-size: 28px;
	}
}

@media only screen and (max-width: 400px) {}