/*
Theme Name: Number Three - Child
Theme URI: https://standoutmedia.dk/
Author: Standoutmedia A/S
Author URI: https://standoutmedia.dk/
Description: Et helt specielt Standoutmedia Tema
Template: number-three
Text Domain: number-three-child
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

body:not(.woocommerce-cart):not(.woocommerce-checkout) .header-sticky-active.scrolled #masthead {
    box-shadow: 0 -8px 10px 5px #000;
}

/*======================================================================//
// style.css                                                            //
//======================================================================*/

:root{
    --STOM-maincolor: #a88c52;
    --STOM-maincolor-accent: #5f5135;
    --STOM-secondarycolor: #283f44;
    --STOM-secondarycolor-accent: #172325;
    --STOM-backdrop-color: #f2efe9;
    --STOM-text-color: #404040;
    /* --STOM-text-color: #d3cec2; */
    --STOM-text-gold-color: #d6b486;
    --STOM-wrapper-width: var(--stom-content-width);
    --STOM-space: 90px;
    --STOM-transition: .175s ease-in-out;
    --STOM-half-width: 1320px;
    --STOM-half-space: 40px;
    --STOM-quarter-width: 750px;
    --STOM-cursive-font: mina, serif;
    --STOM-logo-height: 80px;
    --STOM-mobile-logo-height: 50px;

    /*var resets*/
    --stom-header-height: 0;
    --STOM-section-text-color: var(--STOM-text-color);
    --STOM-header-color: var(--STOM-text-color);
    --STOM-font-size: inherit;
    --STOM-header-font: sans-serif;
    --STOM-body-font: sans-serif;
    --STOM-h1-font-size: initial;
    --STOM-h2-font-size: initial;
    --STOM-h3-font-size: initial;
    --STOM-h4-font-size: initial;
    --STOM-h5-font-size: initial;
    --STOM-h6-font-size: initial;
    --STOM-section-bg-color: transparent;
    --STOM-element-bg-color: transparent;
    --STOM-section-bg-image: none;
    --STOM-element-bg-image: none;
    --STOM-section-bg-image-height: 0px;
}

/* overwrites til størrelser når vi kommer under 1280px*/
@media screen and (max-width: 1280px){
    :root body{
        --STOM-wrapper-width: 100%;
        --STOM-space: 40px;
        --STOM-font-size: 16px;
        --STOM-h1-font-size: 50px;
        --STOM-h2-font-size: 32px;
        --STOM-h3-font-size: 22px;
        --STOM-h4-font-size: 21px;
        --STOM-h5-font-size: 17px;
        --STOM-h6-font-size: 20px;
        --STOM-half-width: 80vw;
        --STOM-half-space: 30px;
    }
}

/* overwrites til størrelser når vi kommer under 640px*/
@media screen and (max-width: 640px){
    :root body{
        --STOM-space: 20px;
        --STOM-font-size: 15px;
        --STOM-h1-font-size: 32px;
        --STOM-h2-font-size: 32px;
        --STOM-h3-font-size: 22px;
        --STOM-h4-font-size: 17px;
        --STOM-h5-font-size: 17px;
        --STOM-h6-font-size: 20px;
        --STOM-half-width: 100%;
        --STOM-half-space: var(--STOM-space);
    }
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/*----------------------------------------------------------------------//
//  hovedtema resets                                                    //
//----------------------------------------------------------------------*/

html, body, button, .stom-button a, input, select, optgroup, textarea{
    color: initial;
    line-height: normal;
}

p {
    margin: 0 0 1.2em;
}

p, li {
    /* line-height: normal; */
    line-height: 1.275;
    color: var(--STOM-text-color);
    font-size: var(--STOM-font-size);
    font-weight: 300;
}

.section-wrap .section,
.section-wrap.section-fullpage{
    padding: 0;
}

.section-wrap:not(.stom-grid-section) .section:after{
    content: none;
    display: none;
}

.section-wrap.section-fullpage .section{
    max-width: 100%;
}

body div[class="clear"]{
    display: none;
}

.style-header-1 .header-wrapper .clear{
    display: initial;
}

header .main-navigation a{
    padding: 0px;
}

header .main-navigation .stom-button a{
    padding: 0 35px;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 300;
}

header .main-navigation a .stom-menu-item-arrow {
    margin-left: .5em;
    font-size: 12px;
}

header .nav-wrap{
    float: none;
    clear: initial;
}

header .section-wrap .section{
    padding: 0;
}

.aligncenter{
    margin-bottom: 0;
}

p.aligncenter{
    margin-bottom: inherit;
}

.widget.number-three-default-widget .stom-button a{
    background-color: var(--STOM-maincolor);
    color: #fff;
    border-color: transparent;
    transition: color var(--STOM-transition), background-color var(--STOM-transition);
}

.widget.number-three-default-widget .stom-button.white a{
    background-color: #fff;
    color: var(--STOM-text-color);
}

.widget.number-three-default-widget .stom-button.secondary-color a{
    background-color: var(--STOM-secondarycolor);
    color: #fff;
    justify-content: center;
}

.widget.number-three-default-widget .stom-button:hover a,
.widget.number-three-default-widget .stom-button:focus a,
.widget.number-three-default-widget .stom-button a:hover,
.widget.number-three-default-widget .stom-button a:focus{
    background-color: var(--STOM-maincolor-accent);
    border-color: transparent;
    color: #fff;
}
.widget.number-three-default-widget .stom-button.white:hover a,
.widget.number-three-default-widget .stom-button.white:focus a,
.widget.number-three-default-widget .stom-button.white a:hover,
.widget.number-three-default-widget .stom-button.white a:focus{
    background-color: var(--STOM-backdrop-color);
    border-color: transparent;
    color: var(--STOM-maincolor);
}

.widget.number-three-default-widget .stom-button.secondary-color:hover a,
.widget.number-three-default-widget .stom-button.secondary-color:focus a,
.widget.number-three-default-widget .stom-button.secondary-color a:hover,
.widget.number-three-default-widget .stom-button.secondary-color a:focus{
    background-color: var(--STOM-secondarycolor-accent);
    border-color: transparent;
    color: #fff;
}

/*----------------------------------------------------------------------//
//  Fonte                                                            //
//----------------------------------------------------------------------*/

body {
    font-family: var(--STOM-body-font);
    color: var(--STOM-text-color);
    background-color: #25221f;
}

html,
body,
input,
select,
optgroup,
textarea {
    font-size: var(--STOM-font-size);
}

h1,h2,h3,h4,h5,h6{
    font-family: var(--STOM-header-font);
    color: var(--STOM-header-color);
    font-weight: 400;
    line-height: 1em;
}

h1, .page-slider-section h2 {
    font-size: var(--STOM-h1-font-size);
}
h2, .page-slider-section h3 {
    font-size: var(--STOM-h2-font-size);
}
h3, .page-slider-section h4 {
    font-size: var(--STOM-h3-font-size);
}
h4, .page-slider-section h5 {
    font-size: var(--STOM-h4-font-size);
}
h5, .page-slider-section h6 {
    font-size: var(--STOM-h5-font-size);
}
h6, .page-slider-section h6 {
    font-size: var(--STOM-h6-font-size);
}

@media screen and (max-width: 640px){
    h1,h2,h3,h4,h5,h6{
        line-height: normal;
    }
}

/*----------------------------------------------------------------------//
//  Fonte - afsluttet                                                   //
//======================================================================//
//  Generelt                                                            //
//----------------------------------------------------------------------*/

::selection {
    color: #fff;
    background: var(--STOM-maincolor);
}

.header-wrapper,
#content,
.section,
footer.site-footer .site-info {
    width: var(--STOM-wrapper-width);
    margin: 0 auto;
    max-width: 100%;
}

section.half-width{
    --STOM-wrapper-width: var(--STOM-half-width);
}

div.half-width {
    width: var(--STOM-half-width);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

section.quarter-width{
    --STOM-wrapper-width: var(--STOM-quarter-width);
}

div.quarter-width {
    width: var(--STOM-quarter-width);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

    /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ //
        Knapper
    /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

    .stom-button{
        display: inline-block;
    }

    button,
    input[type="submit"],
    .gform_wrapper .gform_footer input[type="submit"],
    .stom-button a,
    #number-three-sticky-mobile-cta .cta-container a{
        display: inline-flex;
        align-items: center;
        background-color: var(--STOM-maincolor);
        color: #fff;
        line-height: calc(7em / 3);
        border-radius: calc(7em / 3);
        font-family: var(--STOM-body-font);
        font-size: inherit;
        font-weight: 300;
        padding: 0 35px;
        gap: 10px;
        transition: background-color var(--STOM-transition);
        appearance: none;
        border: none;
        text-decoration: none;
        text-transform: none;
        outline: none;
        user-select: none;
    }

    button:hover,
    button:focus,
    input[type="submit"]:hover,
    input[type="submit"]:focus,
    .gform_wrapper .gform_footer input[type="submit"]:hover,
    .gform_wrapper .gform_footer input[type="submit"]:focus,
    .stom-button a:hover,
    .stom-button a:focus,
    #number-three-sticky-mobile-cta .cta-container a:hover,
    #number-three-sticky-mobile-cta .cta-container a:focus{
        background-color: var(--STOM-maincolor-accent);
        border-color: transparent;
        color: #fff;
    }

    button.bigger,
    .stom-button.bigger a{
        font-size: var(--STOM-h4-font-size);
        font-weight: 700;
        line-height: 2em;
    }

    button:not(.break-me),
    .stom-button:not(.break-me) a{
        white-space: nowrap;
    }

    button.white,
    .stom-button.white a{
        background-color: #fff;
        color: var(--STOM-maincolor);
    }

    button.white:hover,
    button.white:focus,
    .stom-button.white a:hover,
    .stom-button.white a:focus{
        background-color: var(--STOM-backdrop-color);
        color: var(--STOM-maincolor);
    }

    button.secondary-color,
    .stom-button.secondary-color a{
        background-color: var(--STOM-secondarycolor);
        color: #f6da76;
    }

    button.secondary-color:hover,
    button.secondary-color:focus,
    .stom-button.secondary-color a:hover,
    .stom-button.secondary-color a:focus{
        background-color: var(--STOM-secondarycolor-accent);
        color: #f6da76;
    }

    button.underline a, 
    .stom-button.underline a {
        position: relative;
        font-weight: 300;
        font-size: 18px;
        padding: 0;
        text-transform: none;
        color: var(--STOM-text-color);
        background-color: transparent;
    }

    button.underline a:after, 
    .stom-button.underline a:after {
        display: block;
        content: "";
        position: absolute;
        bottom: 0;
        height: 2px;
        width: 90px;
        left: 0;
        background-color: #f6da76;
        transform-origin: left;
        transform: scale(1);
        transition: var(--STOM-transition);
    }

    button.underline a:hover::after, 
    .stom-button.underline a:hover::after {
        width: 100%;
    } 

    .hero-buttons{
        display: flex;
        gap: 20px;
    }

    
    @media screen and (max-width: 640px){
        .hero-buttons{
            display: inline-flex;
            flex-direction: column;
            gap: var(--STOM-font-size);
        }
        
        .hero-buttons a{
            width: 100%;
            text-align: center;
            justify-content: center;
        }
    }

/*----------------------------------------------------------------------//
//  Generelt - afsluttet                                                //
//======================================================================//
//  Header
//----------------------------------------------------------------------*/

header#masthead {
    background-color: #25221f;
}

header.site-header{
    --STOM-font-size: 16px;
    width: 100%;
}

header div.section-wrap, header section.section-wrap {
    padding-left: 0;
    padding-right: 0;
}

/*bruger custom properties i stedet for placeholders*/
.header-placeholder{
    display: none;
    /* height: auto!important; */
}

.header-sticky-active .main-slider-section {
    /* padding-top: calc(var(--stom-header-height) - (var(--STOM-logo-height) - var(--STOM-mobile-logo-height))); */
}

header.site-header .main-navigation{
    display: grid;
    grid-template-columns: 1fr auto auto;
    grid-template-rows: auto 1fr;
    gap: 0 30px;
    grid-template-areas: "topbar topbar topbar"
                         "mainnav socials cta";
    
}
header.site-header .main-navigation .section{
    width: auto;
}

header.site-header .main-navigation section.top-bar{
    grid-area: topbar;
}

header.site-header .main-navigation .menu-container,
header.site-header .menu-toggle{
    grid-area: mainnav;
}

header.site-header .main-navigation .socials-wrapper{
    grid-area: socials;
    display: flex;
    align-items: center;
}
header.site-header .main-navigation .menu-cta-button{
    grid-area: cta;
    display: flex;
    align-items: center;
    font-size: var(--STOM-font-size);
}

header.site-header .header-wrapper{
    width: calc(var(--STOM-wrapper-width) + (var(--STOM-space) * 2));
    margin: 0 auto;
    max-width: 100%;
    padding: 0 var(--STOM-space);
}

/*når der er tilføjet .main-slider-center på body, så centreres main sliderens tekstboks.*/
body.main-slider-center .main-slider-section .slider-text {
    justify-content: center;
}

@media screen and (max-width: 1740px) {
    body.main-slider-center .main-slider-section .slider-text {
        justify-content: center;
        left: 0;
        right: 0;
        max-width: 100%;
        padding-left: var(--STOM-space);
        padding-right: var(--STOM-space);
    }
}

@media screen and (max-width: 1540px) {
    header.site-header .header-wrapper {
        /* padding: 0 30px; */
    }

    body:not(.home) .page-slider-section .slide-element {
        min-height: 325px;
        max-height: 325px;
    }
	

	

    .main-navigation ul {
        gap: 70px !important;
    }

    .main-slider-section {
        /* max-width: calc(100% - (var(--STOM-space) * 1)); */
    }
}

@media screen and (max-width: 1440px) { 
    #colophon .footer-widget-area {
        background-image: none !important;
    }
}

/*flytter rundt på navigationselementerne inden burgemenuen.*/
@media screen and (max-width: 1340px){

    header.site-header .main-navigation{
        grid-template-rows: auto auto;
        grid-template-areas: "topbar topbar topbar topbar socials"
                             "mainnav mainnav mainnav cta cta";
        grid-template-columns: auto auto auto auto auto;
        align-items: center;
    }
}

@media screen and (max-width: 1280px){

    .main-slider-section.page-slider-section{
        margin-bottom: var(--STOM-space);
    }
}

/*gridet skal tilpasse nu hvor burgeren er på */
@media screen and (max-width: 1140px){
    header.site-header .main-navigation{
        display: block;
    }

    header.site-header .main-navigation section.top-bar,
    header.site-header .main-navigation .socials-wrapper,
    header.site-header .main-navigation .menu-cta-button{
        display: none;
    }

    header .nav-wrap{
        align-items: center;
    }

    header .burger-menu-content-inner {
        background-color: #25221f !important;
    }

    #site-navigation ul.menu li,
    body header #site-navigation.main-navigation .current-menu-item {
        background-color: #25221f !important;
    }
}

/*fordobler spacing til næste element på mobiludgaven*/
@media screen and (max-width: 640px){

    .main-slider-section.page-slider-section{
        margin-bottom: calc(var(--STOM-space) * 2);
    }

    .behandlinger-section .section .grid-elements .grid-element .overlay {
        padding: 20px !important;
    }
}


    /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ //
        Top bar
    /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

    header.site-header .header-wrapper .top-bar{
        padding: 0 0 0;
        display: block;
    }

    header.site-header .top-bar .section{
        flex-wrap: nowrap;
        justify-content: flex-end;
        border: none;
        width: auto;
        padding: 0;
        gap: 0px;
    }

    header .top-bar .section > *{
        flex-grow: 0;
    }

    header .top-bar ul {
        display: flex;
        flex-wrap: nowrap;
        margin: 0;
        padding: 0;
        list-style: none;
        vertical-align: initial;
        gap: 18px;
    }

    header .top-bar a {
        font-size: 14px;
        font-weight: 300;
        color: var(--STOM-text-gold-color);
    }

    header .top-bar a .stom-custom-svg {
        font-size: 12px;
        margin-right: .25em;
    }

    header .top-bar ul li a{
        position: relative;
        padding: 0;
    }

    header .top-bar ul li a:hover{
        color: var(--STOM-maincolor);
    }

    header .top-bar ul li:not(:last-child) a:after{
        position: absolute;
        content: "";
        display: block;
        right: -9px;
        top: 0;
        bottom: 0;
        height: 100%;
        width: 1px;
        background-color: var(--STOM-maincolor);
        margin: 0;
        vertical-align: initial;
    }

    /*flytter rundt på navigationselementerne inden burgemenuen.*/
    @media screen and (max-width: 1340px){
        header.site-header .header-wrapper .top-bar{
            padding: 0;
        }
    }

    /*Skjul topbaren på mobil, vi bruger CTA knapper i bunden af siden i stedet.*/
    @media screen and (max-width: 960px){
        header.site-header .header-wrapper .top-bar{
            display: none;
        }
    }



    /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ //
        Socials
    /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

    .socials-wrapper a.stom-social-shortcode{
        padding: 0;
    }

    header .socials-wrapper.placement-menu{
        margin: 0;
        gap: 10px;
    }

    .socials-wrapper a.stom-social-shortcode span,
    .socials-wrapper a.stom-social-shortcode span svg{
        display: block;
        width: 19.44px;
        height: 19.44px;
        /* color: var(--STOM-maincolor); */
        color: #fff;
    }
    .socials-wrapper a.stom-social-shortcode:hover span svg{
        color: var(--STOM-maincolor-accent);
    }


    /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ //
        Site Branding
    /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

    .site-header .header-wrapper {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
    }

    .site-branding {
        flex-grow: initial;
        display: block;
    }

    .site-branding #logo{
        padding: 5px 0 5px;
        line-height: initial;
    }
    .site-branding #logo a{
        display: block;
    }

    .site-branding #logo img {
        max-height: 174px;
        max-width: 174px;
        height: auto;
        width: auto;
    }

    .header-sticky-active header .site-branding #logo img,
    .site-branding #logo img {
        display: block;
    }

    body:not(.woocommerce-cart):not(.woocommerce-checkout) .header-sticky-active.scrolled header .site-branding #logo img {
        max-height: calc(var(--STOM-logo-height) * 0.8);
        width: auto;
    }

    @media screen and (max-width: 640px){
        body:not(.woocommerce-cart):not(.woocommerce-checkout) .header-sticky-active header .site-branding #logo img {
            max-height: var(--STOM-mobile-logo-height);
            width: auto;
        }
        
        body:not(.woocommerce-cart):not(.woocommerce-checkout) .header-sticky-active.scrolled header .site-branding #logo img {
            max-height: calc(var(--STOM-mobile-logo-height) * 0.8);
        }

        .site-branding #logo{
            padding: 22px 0 8px;
        }
    }

    /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ //
        Main Nav
    /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

    .main-navigation ul{
        display: flex;
        gap: 70px;
    }

    .main-navigation li a {
        /* color: var(--STOM-text-color); */
        color: var(--STOM-text-gold-color);
        font-size: 18px;
        font-weight: 300;
        padding: 0;
    }

    .main-navigation .hover-active:not(.hover-style-bold) ul.menu a:before {
        bottom: 50%;
        transform: translateY(calc(-50% + 20px));
    }

    .hover-entry-none.hover-style-center ul.menu li:hover > a:before,
    .hover-entry-none.hover-style-center ul.menu li.focus > a:before,
    .hover-entry-none.hover-style-center ul.menu .current-menu-item > a:before,
    .hover-entry-none.hover-style-center ul.menu .current-menu-ancestor > a:before,
    .hover-entry-slide-in.hover-style-center ul.menu li:hover > a:before,
    .hover-entry-slide-in.hover-style-center ul.menu li.focus > a:before,
    .hover-entry-slide-in.hover-style-center ul.menu .current-menu-item > a:before,
    .hover-entry-slide-in.hover-style-center ul.menu .current-menu-ancestor > a:before,
    .hover-entry-slide-up ul.menu li:hover > a:before,
    .hover-entry-slide-up ul.menu li.focus > a:before,
    .hover-entry-slide-up ul.menu .current-menu-item > a:before,
    .hover-entry-slide-up ul.menu .current-menu-ancestor > a:before{
        width: 20px;
        height: 4px;
        opacity: 1;
    }

    .hover-active:not(.hover-style-bold) ul.menu a:before{
        width: 20px;
        height: 4px;
        background-color: var(--STOM-maincolor);
        opacity: 0;
    }

    body:not(.woocommerce-cart):not(.woocommerce-checkout):not(.burger-menu) .header-sticky-active.scrolled header #primary-menu > li > a{
        padding: 0;
    }

    /*justerer mellemrummet mellem menupunkter når vi når under 1540px, inden burger menu*/
    @media screen and (max-width: 1540px){
        .main-navigation ul{
            gap: 20px;
        }
    
        header.site-header .main-navigation{
            gap: 0 20px;
        }
    }

    /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ //
        burger button
    /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

    header #site-navigation .menu-toggle.burger-button {
        width: 34px;
        height: 15px;
        position: relative;
        display: var(--STOM-burger-menu-display);
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-end;
        padding: 0;
        top: auto;
        gap: unset;
    }

    .burger-bar{
        height: 3px;
        border-radius: 4px;
        width: 100%;
        /* background-color: var(--STOM-text-color); */
        background-color: #fff;
    }

    .burger-bar:nth-child(2){
        height: 3px;
        border-radius: 3px;
        width: 75%;
        /* background-color: var(--STOM-text-color); */
        background-color: #fff;
    }

    /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ //
        burger Nav
    /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

    @media only screen and (max-width: 1140px) {
        body header .main-navigation ul.menu,
        body header .main-navigation.toggled ul.menu {
            /*height: auto;*/
			background-color: #25221f;
        }
		
		header .main-navigation .burger-menu-content-inner ul.menu ul {
			background-color: #25221f !important;
		}
		
        
        body header .stom_theme_logo a {
            display: inline-block;
            padding: 0;
        }

        body header .burger-menu-content-inner{
            width: 100%;
        }

        .burger-menu-content-inner .aabningstider-list{
            margin-top: auto;
            padding: 0 var(--STOM-space) var(--STOM-space);
        }
        
        body header #site-navigation ul.menu li{
            padding: 5px 10px;
        }

        body header #site-navigation.main-navigation .current-menu-item{
            background-color: transparent;
            color: var(--STOM-text-color);
        }
        body header #site-navigation ul.menu li a{
            padding: 5px 10px;
            width: 100%;
            align-items: center;
        }
        body header #site-navigation.main-navigation .current-menu-item > a{
            background-color: var(--STOM-maincolor);
            color: #fff;
            border-radius: 5px;
            align-items: center;
        }

        .style-header-4 .nav-wrap {
            margin: 30px 0 30px 175px !important;
        }

        .burger-menu-content-inner .stom_theme_logo > a img {
            max-height: 125px;
            width: auto;
        }

        body header .main-navigation ul.menu, body header .main-navigation.toggled ul.menu {
            /* height: inherit; */
        }
        
    }

/*----------------------------------------------------------------------//
//  Header - afsluttet                                                  //
//======================================================================//
//  Top Slider
//----------------------------------------------------------------------*/

.main-slider-section{
    --STOM-text-color: #fff;
    --STOM-header-color: #fff;
    margin: 0 auto;
    width: var(--STOM-wrapper-width);
    max-width: calc(100% - (var(--STOM-space) * 2));
}

#page-below-slider-section{
    margin-bottom: var(--STOM-space);
}

.main-slider-section .slider-inner{
    width: 100%;
    margin: 0 auto;
}

.main-slider-section p {
    font-size: 25px;
    font-weight: 300;
}

.page-slider-section {
    margin-bottom: var(--STOM-space);
}

.page-slider-section .slider-text {
    padding: var(--STOM-space) 0;
    z-index: 3;
}

.page-slider-section .slider-text-inner > * {
    color: #d3cec2;
}

.page-slider-section .slider-text-inner .subheading {
    font-size: 33px;
    font-weight: 400;

}

.main-slider-section .slider-text {
    display: flex;
    align-items: flex-end;
    position: absolute;
    top: 0;
    left: var(--STOM-space);
    right: var(--STOM-space);
    width: 100%;
    max-width: calc(var(--STOM-wrapper-width) - (var(--STOM-space) * 2));
    height: 100%;
    margin: 0;
}

.main-slider-section .slider-text .slider-text-inner > h6{
    font-family: var(--STOM-cursive-font);
    font-size: 30px;
    font-weight: 400;
    line-height: 60px;
}

.main-slider-section .slider-text .slider-text-inner > h1,
.main-slider-section .slider-text .slider-text-inner > h2{
    line-height: 78px;
    margin-bottom: 25px;
}

.main-slider-section .slider-text-inner{
    width: 800px;
    max-width: 80%;
}

.main-slider-section .slide-element,
body.page-id-703 .page-slider-section .slide-element {
    height: calc(var(--STOM-main-slider-height) * 1px);
}

.page-slider-section .slide-element img{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: unset;
    height: 100%;
    max-height: unset;
    margin: 0;
    object-fit: cover;
    object-position: center;
}

.main-slider-section .slider-text-inner > h1{
    font-weight: 400;
    margin-bottom: 0 !important;
}

.main-slider-section .slider-text-inner > .subheading {
    display: block;
    margin-bottom: 10px;
}

.main-slider-section .slider-text-inner > *{
    margin-bottom: 0px;
}
.main-slider-section .slider-text-inner > *:not(:last-child){
    margin-bottom: 10px;
}
.main-slider-section .slider-text-inner > p:not(:last-child){
    margin-bottom: 30px;
}

/*vi giver lidt mere plads til tekst i headeren når vi kommer under 1540px i bredden*/
@media screen and (max-width: 1540px){
    .main-slider-section .slider-text-inner{
        max-width: var(--STOM-half-width);
    }
}


/*vi giver sliderteksten fuld bredde under 1280px */
@media screen and (max-width: 1280px){

    .main-slider-section .slider-text-inner{
        max-width: 100%;
    }

    .main-slider-section .slider-text .slider-text-inner > h1,
    .main-slider-section .slider-text .slider-text-inner > h2{
        line-height: calc(var(--STOM-h1-font-size) + 5px);
        margin-bottom: 20px;
    }
    
    /* Juster slider højde på mindre devices */
    .main-slider-section .slide-element,
	body.page-id-703 .page-slider-section .slide-element{
        height: calc((100vw - (var(--STOM-space) * 2)) / (var(--STOM-main-slider-width) / var(--STOM-main-slider-height)));
    }
}

/*på mobiler skal vi igen have fuld bredde på slider-text-inner*/
@media screen and (max-width: 960px){
    .main-slider-section .slider-text-inner h6{
        display: none;
    }
}

@media screen and (max-width: 640px){
    .page-slider-section .slide-element,
	body.page-id-703 .page-slider-section .slide-element{
        min-height: 300px;
    }

    .main-slider-section .slide-element,
	body.page-id-703 .page-slider-section .slide-element{
        position: relative;
    }

    .main-slider-section .slide-element:after,
	body.page-id-703 .page-slider-section .slide-element:after{
        content: "";
        position: absolute;
        background-color: rgba(0,0,0,0.3);
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
    }

    
    .main-slider-section p{
        font-size: var(--STOM-font-size);
    }
}

/*----------------------------------------------------------------------//
//  Top Slider - afsluttet                                              //
//======================================================================//
//  Åbningstider
//----------------------------------------------------------------------*/

.aabningstider-dage{
    display: flex;
}
.aabningstider-dage p{
    white-space: nowrap;
    margin: 0;
}

.aabningstider-list .aabningstider-dag{
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 0.5ch;
}

.aabningstider-list.horisontal{
    padding: 10px 0;
    border-bottom: 1px solid var(--STOM-maincolor);
}

.aabningstider-list.horisontal .aabningstider-dage{
    flex-direction: row;
    justify-content: center;
    gap: 30px;
}

.aabningstider-list.horisontal .aabningstider-dag:not(:last-child):after{
    content: "";
    display: block;
    position: absolute;
    right: -18px;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background-color: var(--STOM-maincolor);
    top: 50%;
    transform: translateY(-50%);
}

.aabningstider-list.vertikal .aabningstider-dage{
    flex-direction: column;
}

.aabningstider-list.vertikal .aabningstider-dag{
    gap: 0;
    justify-content: space-between;
}

@media screen and (max-width: 1530px){
    #page-below-slider-section{
        --STOM-font-size: 14px;
    }
}

@media screen and (max-width: 1280px){
    /*bemærk, for at fjerne spacing, skal du i stedet give #page-below-slider-section display: none*/
    #page-below-slider-section{
        display: none;
    }
}

/*----------------------------------------------------------------------//
//  Åbningstider - afsluttet                                              //
//======================================================================//
//  Artikler
//----------------------------------------------------------------------*/

#content {
    padding: 0 var(--STOM-space) var(--STOM-space);
    display: grid;
    grid-template-columns: 1fr var(--stom-sidebar-width);
    gap: var(--STOM-space);
}

#content .clear{
    display: none;
}

body:not(.no-sidebar) #primary,
body:not(.no-sidebar) #secondary{
    width: auto;
    float: none;
}

#content .entry-content{
    --STOM-h1-font-size: 40px;
    --STOM-h2-font-size: 40px;
    --STOM-h3-font-size: 40px;
}

@media screen and (min-width: 1280px){
    #content {
        --STOM-wrapper-width: var(--STOM-half-width);
    }
}

@media screen and (max-width: 768px){
    #content {
        grid-template-columns: 1fr;
    }

    .section-wrap.form-panel {
        background-size: cover;
    }

    #secondary.widget-area {
        width: 100% !important;
    }
}

    /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ //
        Sidebar widgets
    /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

    #secondary.widget-area{
        --STOM-font-size: 16px;
    }

    #secondary.widget-area .custom-overflow-wrapper{
        /* background-color: var(--STOM-backdrop-color); */
        background-color: #211f1c;
        /* background-image: url('images/bg-footer.jpg'); */
        padding: var(--STOM-half-space) calc(var(--STOM-half-space) / 2);
        border-radius: 0;
        border: 1px solid;
    }

    #secondary.widget-area .custom-overflow-wrapper:before {

    }

    #secondary.widget-area .widget{
        background-color: transparent;
        border: none;
        padding: 0;
        color: #d3cec2;
        font-size: 16px;
    }

    #secondary.widget-area .widget p,
    #secondary.widget-area .widget p a {
        color: #d3cec2;
    }

    #secondary.widget-area .widget *:not(.stom-button) > a{
        text-decoration: none;
        transition: color var(--STOM-transition);
    }
    
    #secondary.widget-area .widget *:not(.stom-button) > a:hover{
        color: var(--STOM-maincolor);
    }

    #secondary.widget-area .widget:not(:last-child){
        margin-bottom: var(--STOM-half-space);
    }

    #secondary.widget-area .widget h2.widget-title {
        font-size: 30px;
        font-weight: 400;
        color: var(--STOM-text-color);
        border-radius: 0;
        padding: 0 0 5px;
        margin-bottom: 10px;
        border-bottom: 1px solid var(--STOM-maincolor);
    }

    h2.widget-title .stom-custom-svg{
        display: inline-block;
        margin-right: 9px;
    }

    @media screen and (max-width: 768px){
        #secondary.widget-area{
            --STOM-font-size: 14px;
            max-width: var(--stom-sidebar-width);
            margin-left: auto;
            margin-right: auto;
        }
    }

/*----------------------------------------------------------------------//
//  Artikler - afsluttet                                              //
//======================================================================//
//  Sektioner
//----------------------------------------------------------------------*/

.section-wrap.center-headline .section > *:not(div):first-child {
    text-align: center;
}

div.section-wrap,
section.section-wrap{
    padding-left: var(--STOM-space);
    padding-right: var(--STOM-space);
}

section.section-wrap{
    background-color: var(--STOM-section-bg-color);
    background-image: var(--STOM-section-bg-image);
    min-height: var(--STOM-section-bg-image-height);
    color: var(--STOM-section-text-color);
    /* overflow-x: hidden; */
}

.grid-element{
    background-color: var(--STOM-element-bg-color);
    background-image: var(--STOM-element-bg-image);
    color: var(--STOM-section-text-color);
}

.section-wrap.section-fullpage {
    padding-left: var(--STOM-space);
    padding-right: var(--STOM-space);
}

main > section.section-wrap .section{
    padding: 0;
}

main > section.section-wrap{
    margin-bottom: var(--STOM-space);
}

main > section.section-wrap.no-space-bottom{
    margin-bottom: 0;
}

main > section.section-wrap.reduced-gap > *{
    --STOM-space: 45px;
}

main > section.section-wrap.double-space-bottom{
    margin-bottom: calc(var(--STOM-space) * 2);
}
main > section.section-wrap.extra-space-bottom{
    margin-bottom: calc(var(--STOM-space) * (4 / 3));
}

main > section.section-wrap.double-space-top{
    margin-top: calc(var(--STOM-space) * 2);
}

@media screen and (max-width: 640px){
    main > section.section-wrap{
        margin-bottom: calc(var(--STOM-space) * 1.5);
    }

    main > section.section-wrap.mobile-double-space-bottom{
        margin-bottom: calc(var(--STOM-space) * 3);
    }
}

    /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ //
        CTA Mini cards
    /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

    .section-wrap.cta-mini-cards{
        margin-bottom: var(--STOM-space);
    }

    .section-wrap.cta-mini-cards .section .grid-element .overlay{
        padding: 20px 40px 0px;
    }

    .section-wrap.cta-mini-cards .section .grid-element .overlay > *:last-child{
        margin-bottom: 0;
    }

    @media screen and (max-width: 1280px){
        .section-wrap.cta-mini-cards .section .grid-element .overlay{
            padding: 0;
        }
    }

    @media screen and (max-width: 640px){

        .section-wrap.cta-mini-cards{
            margin-bottom: calc(var(--STOM-space) * 3);
        }

        .section-wrap.cta-mini-cards{
            --STOM-grid-gap: 30px;
        }

        .section-wrap.cta-mini-cards .section.more-than-four-children .grid-element .overlay p:has(img),
        .section-wrap.cta-mini-cards .section.more-than-four-children .grid-element .overlay p:first-child{
            margin-bottom: 0;
        }
        
        .section-wrap.cta-mini-cards .section.more-than-four-children .grid-element .overlay img{
            max-width: 50px;
            margin: 0 auto 15px;
        }

        .section-wrap.stom-grid-section.cta-mini-cards .section.more-than-four-children .grid-elements {
            gap: var(--STOM-grid-gap) 0;
        }

        .section-wrap.stom-grid-section.mobile-element-limit-2 .grid-element:nth-child(n+3) {
            display: none;
        }

    }

    @media screen and (max-width: 479px){ 
		.behandlinger-section .section .grid-elements {
            grid-template-columns: 1fr !important;
        }
		
        .behandlinger-section .section .grid-elements .grid-element .overlay h3 {
            font-size: 18px !important;
        }

        #sb_instagram #sbi_images {
            grid-template-columns: repeat(2, 1fr) !important;
        }

        #colophon .footer-widget-area {
            /* background-image: none !important; */
        }

        body:not(.home) .page-slider-section .slide-element {
            min-height: 200px !important;
            max-height: 200px !important;
        }
		
		body.page-id-703 .page-slider-section .slide-element {
			min-height: 400px !important;
            max-height: 400px !important;
		}

        #secondary.widget-area {
            max-width: none;
        }

        .single-behandling-section .section .grid-elements .grid-element .overlay .stom-cols-elm {
            width: 100%;
        }

        .single-behandling-section .section .grid-elements .grid-element .overlay .stom-cols-elm.last {
            margin-top: 40px;
        }

        .single-product-fullwidth #primary .product_title {
            font-size: 24px;
        }

        body:not(.home) #content .entry-content>h1 {
            font-size: 32px;
        }
    }

    @media screen and (max-width: 375px){  
        .woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product {
            width: calc((100% - (0px * 1)) / 1) !important;
        }
    }

    @media screen and (max-width: 320px){  
        /*.behandlinger-section .section .grid-elements {
            grid-template-columns: 1fr !important;
        }*/

        #sb_instagram #sbi_images {
            gap: 20px !important;
        }
    }

    /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ //
        overlay-section
    /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

    .section-wrap.overlay-section .section {
        width: 750px;
    }

    .section-wrap.overlay-section{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ //
        stom-billede-sektion 
    /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

    section.stom-billede-sektion .section {
        display: flex;
        flex: 1 1 100%;
    }

    section.stom-billede-sektion.picture-left .section {
        flex-direction: row-reverse;
    }

    section.stom-billede-sektion.picture-left .stom-billede-sektion-text {
        justify-content: start;
    }

    .stom-billede-sektion .stom-picture {
        position: relative;
    }

    .stom-billede-sektion .stom-picture img {
        visibility: visible;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .stom-billede-sektion .stom-billede-sektion-text {
        display: grid;
        align-items: center;
        justify-content: end;
        width: 100%;
    }

    .stom-billede-sektion .stom-picture,
    .stom-billede-sektion.not-fullwidth .stom-picture{
        position: relative;
        min-height: var(--STOM-section-min-height);
        width: 100%;
    }

    .stom-billede-sektion .stom-center-box {
        display: block;
        width: 100%;
        padding: 0 var(--STOM-space);
    }

    .stom-billede-sektion.picture-left .stom-center-box {
        padding-right: 0;
    }

    .stom-billede-sektion.picture-right .stom-center-box {
        padding-left: 0;
    }

    .stom-billede-sektion.fullwidth .section {
        width: calc(100% + (var(--STOM-space) * 2));
        margin-left: calc(var(--STOM-space) * -1);
        margin-right: calc(var(--STOM-space) * -1);
        max-width: calc(100% + (var(--STOM-space) * 2));
    }

    .stom-billede-sektion.fullwidth .stom-center-box {
        max-width: calc(var(--STOM-wrapper-width) / 2);
    }

    /*når vi kommer under wrapperbreden, giver vi teksten i sektionerne lidt mere plads*/
    @media screen and (max-width: 1740px){
        .section-wrap.stom-billede-sektion.picture-left .stom-center-box{
            padding-right: 0;
        }
        .section-wrap.stom-billede-sektion.picture-right .stom-center-box{
            padding-left: 0;
        }
    }

    /*når vi når under 1280 skal billederne ikke være så høje*/
    @media screen and (max-width: 1280px){
        .stom-billede-sektion .stom-picture,
        .stom-billede-sektion.not-fullwidth .stom-picture{
            min-height: unset;
        }

        .stom-billede-sektion .stom-center-box{
            padding: var(--STOM-space);
        }
    }

    /*Billedesektion skal stå vertikalt når vi når ned under 640px*/
    @media screen and (max-width: 640px){
        section.stom-billede-sektion .section,
        section.stom-billede-sektion[class*="picture-"] .section{
            /*vi går fra flex til grid, for at lave billedet lige så høj som teksten*/
            display: grid;
            grid-template-columns: 1fr;
            grid-template-rows: 1fr auto;
            gap: calc(var(--STOM-space) * 1.5);
        }

        

        .stom-billede-sektion .stom-picture img {
            visibility: visible;
            position: relative;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: auto;
            object-fit: cover;
            object-position: center;
        }
        
        section.stom-billede-sektion .section .stom-center-box,
        section.stom-billede-sektion[class*="picture-"] .section .stom-center-box{
            padding: 0;
        }

        .woocommerce #content div.product div.images, 
        .woocommerce div.product div.images, 
        .woocommerce-page #content div.product div.images, 
        .woocommerce-page div.product div.images {
            float: none;
            width: 100%;
        }

        .woocommerce #content div.product div.summary, 
        .woocommerce div.product div.summary, 
        .woocommerce-page #content div.product div.summary, 
        .woocommerce-page div.product div.summary {
            width: 100%;
            float: none;
            padding-left: 0;
        }
    }

    
    /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ //
        panel setup
    /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

    main > section.section-wrap.panel-setup{
        background: none;
        margin-bottom: var(--STOM-half-space);
    }

    main > section.section-wrap.panel-setup .section{
        gap: var(--STOM-half-space);
    }

    main > section.section-wrap.panel-setup .stom-billede-sektion-text{
        background-color: var(--STOM-section-bg-color);
    }

    main > section.section-wrap.panel-setup .stom-center-box {
        max-width: calc((var(--STOM-half-width) - var(--STOM-half-space)) / 2);
    }

    /*laver spacing efter en samling af sektioner med panel-setup klassen.*/
    main > section.section-wrap.panel-setup + section:not(.panel-setup) {
        margin-top: var(--STOM-space);
    }

    @media screen and (max-width: 640px){
        main > section.section-wrap.panel-setup{
            background-color: var(--STOM-section-bg-color);
            margin-bottom: calc(var(--STOM-space) * 1.5);
        }

        main > section.section-wrap.panel-setup .stom-center-box {
            max-width: none;
        }

        /*lader billeder gå full bleed på mobil*/
        main > section.section-wrap.panel-setup {
            padding: 0;
        }

        main > section.section-wrap.panel-setup .stom-center-box,
        main > section.stom-billede-sektion.panel-setup .section .stom-center-box,
        main > section.stom-billede-sektion.panel-setup[class*="picture-"] .section .stom-center-box{
            padding: calc(var(--STOM-space) * 3) var(--STOM-space) calc(var(--STOM-space) * 2);
        }

        main > section.section-wrap.panel-setup + section:not(.panel-setup) {
            margin-top: calc(var(--STOM-space) * 3);
        }
    }
    
    /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ //
        stom-grid-section
    /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

    :root{
        --STOM-grid-section-repeat: auto-fit;
        --STOM-grid-gap: 60px;
    }

    section.section-wrap .section > h2{
        text-align: center;
        margin-bottom: 25px;
    }

    .stom-grid-section .section .grid-elements {
        position: relative;
        display: grid;
        gap: var(--STOM-grid-gap);
        grid-template-columns: repeat( var(--STOM-grid-section-repeat), minmax(0, 1fr) );
    }

    .section-wrap.stom-grid-section .section .grid-element {
        width: 100%;
    
        /* Sætter en maksimalbredde på hver enkelt element, så den ikke overskrider designet, uafhængig af hvor bred den omliggende kasse er*/
        max-width: calc((var(--stom-content-width) - (var(--STOM-grid-gap) * (var(--STOM-grid-section-repeat) - 1))) / var(--STOM-grid-section-repeat) );
        margin-left: auto;
        margin-right: auto;
    }

    .stom-grid-section .section .grid-element .overlay{
        padding: 40px;
    }

    .stom-grid-section .section .grid-element .overlay h1,
    .stom-grid-section .section .grid-element .overlay h2,
    .stom-grid-section .section .grid-element .overlay h3,
    .stom-grid-section .section .grid-element .overlay h4,
    .stom-grid-section .section .grid-element .overlay h5,
    .stom-grid-section .section .grid-element .overlay h6{
        margin: 0 0 5px;
    }

    .stom-grid-section .section .grid-element .overlay p{
        margin: 0 0 1.4em;
    }

    @media screen and (max-width: 1280px){
        /*reducerer padding i overlay for at imødekomme mindre spaceing under 1280px*/
        .stom-grid-section .section .grid-element .overlay{
            padding: 20px;
        }
        .stom-grid-section .section.more-than-four-children .grid-elements {
            grid-template-columns: repeat(calc(var(--STOM-grid-section-repeat) / 2), minmax(0, 1fr) );
            gap: 20px var(--STOM-grid-gap);
        }

        body:not(.home) .page-slider-section .slide-element {
            min-height: 200px !important;
            max-height: 200px !important;
        }
		
		body.page-id-703 .page-slider-section .slide-element {
			min-height:400px !important;
			max-height:400px !important;
		}

        .woocommerce #main-content {
            /* margin-top: 120px !important; */
        }

    }

    @media screen and (max-width: 980px){
        :root{
            --STOM-grid-gap: 40px;
        }

        /*når vi kommer ned på tablet skal grids med mere en 2 elementer ligge sig vertikalt*/
        .stom-grid-section .section.more-than-two-children .grid-elements {
            grid-template-columns: 1fr 1fr;
        }
    }
    
    @media screen and (max-width: 768px){
        :root{
            --STOM-grid-gap: 40px;
        }

        /*når vi kommer ned på 768px skal grids ligge sig vertikalt*/
        .stom-grid-section .section .grid-elements {
            grid-template-columns: 1fr;
        }

        #colophon .section-wrap .instagram-section {
            display: flex;
            flex-direction: column;
            gap: 30px;
        }
        
        #colophon .section-wrap .instagram-section .cover,
        #colophon .section-wrap .instagram-section .feed {
            width: 100%;
        }

        .woocommerce ul.products, 
        .woocommerce-page ul.products {
            gap: 30px;
            margin: 0 0 0 0;
        }

        .woocommerce ul.products li.product, 
        .woocommerce-page ul.products li.product {
            width: calc((100% - (30px * 2)) / 3) !important;
        }

        .woocommerce ul.products::before, 
        .woocommerce-page ul.products::before,
        .woocommerce ul.products::after, 
        .woocommerce-page ul.products::after {
            /* justify-content: space-between; */
            display: none;
        }

        .site-branding #logo img {
            max-height: 75px !important;
        }
    }

    @media screen and (max-width: 640px){

        .stom-grid-section .section.more-than-four-children .grid-elements {
            gap: var(--STOM-grid-gap);
        }

        .site-branding #logo {
            padding: 5px 0 5px;
        }

    }

    /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ //
        BASIS
        Giant-image-panel
    /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

    .section-wrap.giant-image-panel p:first-child{
        display: block;
        margin-bottom: var(--STOM-space);
    }

    .section-wrap.giant-image-panel img{
        display: block;
    }

    @media screen and (max-width: 768px){
        .section-wrap.giant-image-panel img {
            display: block;
            height: 400px;
            object-fit: cover;
        }
    }

    /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ //
        form-panel
    /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

    .section-wrap.form-panel {
        margin-top: var(--STOM-space);
        margin-bottom: var(--STOM-space);
    }
    
    .section-wrap.form-panel .section {
        /* padding: var(--STOM-space) 0; */
        padding: 0 0;
    }

    .stom-grid-section.form-panel .grid-element .overlay{
        padding: 0;
    }

    .stom-grid-section.form-panel .grid-element .overlay h1,
    .stom-grid-section.form-panel .grid-element .overlay h2,
    .stom-grid-section.form-panel .grid-element .overlay h3,
    .stom-grid-section.form-panel .grid-element .overlay h4,
    .stom-grid-section.form-panel .grid-element .overlay h5,
    .stom-grid-section.form-panel .grid-element .overlay h6{
        margin-bottom: 10px;
        font-size: var(--STOM-h1-font-size);
    }

    .stom-grid-section.form-panel .grid-element .overlay *:last-child{
        margin-bottom: 0;
    }

    .stom-grid-section.form-panel .section .grid-elements{
        padding: 50px 0;
        gap: var(--STOM-space);
        align-items: center;
    }

    /*Streg mellem kolonner*/
    .form-panel.section-wrap.stom-grid-section .section .grid-element:not(:last-child):after {
        content: "";
        position: absolute;
        right: calc((var(--STOM-space) / 2) * -1);
        width: 1px;
        height: calc(100% * (var(--STOM-space) * 2));
        background: var(--STOM-text-color);
        top: calc(var(--STOM-space) * -1);
        bottom: calc(var(--STOM-space) * -1);
    }

    @media screen and (max-width: 1740px){

        /*slår ekstra padding fra når skærmen er mindre end wrapper bredden*/
        .section-wrap.form-panel .section{
            padding-left: 0;
            padding-right: 0;
        }
    }
    
    @media screen and (max-width: 768px){
        /*stregen mellem kolonner skal skiftes til bunden.*/
        .form-panel.section-wrap.stom-grid-section .section .grid-element:not(:last-child):after {
            content: "";
            position: absolute;
            right: 0;
            left: 0;
            width: 100%;
            height: 1px;
            background: var(--STOM-maincolor);
            top: auto;
            bottom: calc(var(--STOM-space) * -1);
        }
    }

    /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ //
        form-panel
        - Gravity Forms
    /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

    .form-panel .gform_wrapper{
        max-width: unset;
    }
    .form-panel .gform_wrapper.gravity-theme .gform_fields{
        gap: 20px;
    }

    .form-panel .gform_wrapper.gravity-theme .gfield input:not([type="submit"]),
    .form-panel .gform_wrapper.gravity-theme .gfield textarea {
        position: relative;
        background: transparent;
        border: none;
        border-bottom: 1px solid var(--STOM-text-color);
        padding: 0 0 10px;
        outline: none;
        font-family: var(--STOM-body-font);
        font-size: var(--STOM-font-size);
    }

    .form-panel .gform_wrapper.gravity-theme .gfield input:not([type="submit"])::placeholder,
    .form-panel .gform_wrapper.gravity-theme .gfield textarea::placeholder {
        color: var(--STOM-text-color);
    }

    /*Focus styling på input og textarea*/
    .form-panel .gform_wrapper.gravity-theme .gfield .ginput_container{
        position: relative;
    }

    .form-panel .gform_wrapper.gravity-theme .gfield .ginput_container > * {
        font-weight: 300;
        color: var(--STOM-text-color);
    }

    .form-panel .gform_wrapper.gravity-theme .gfield .ginput_container:after {
        content: "";
        position: absolute;
        display: block;
        bottom: 1px;
        left: 0;
        right: 0;
        width: 100%;
        height: 1px;
        background-color: var(--STOM-maincolor);
        opacity: 0;
        transform: scale(0, 1);
        transition: opacity var(--STOM-transition), transform var(--STOM-transition);
    }

    .form-panel .gform_wrapper.gravity-theme .gfield .ginput_container:focus-within:after {
        opacity: 1;
        transform: scale(1);
    }

    /*Textarea styling*/
    .form-panel .gform_wrapper.gravity-theme .gfield textarea.medium {
        height: 110px;
        margin-top: 10px;
        resize: vertical;
    }

    /*submit knap*/
    .form-panel .gform_wrapper.gravity-theme .gform_footer{
        margin-top: 30px;
        justify-content: flex-end;
    }

    /*submit knap pil*/
    .form-panel .gform_wrapper.gravity-theme .gform_footer input[type="submit"]{
        background-image: url("images/arrow-right.png");
        background-repeat: no-repeat;
        background-position: center right 30px;
        /* padding-right: 52px; */
    }

    @media screen and (max-width: 768px){
        .form-panel .gform_wrapper.gravity-theme .gfield input:not([type="submit"]),
        .form-panel .gform_wrapper.gravity-theme .gfield textarea{
            padding: 0;
        }

        .form-panel .gform_wrapper.gravity-theme .gfield textarea.medium{
            margin-top: 0;
            height: 60px;
        }
    }
    

/*----------------------------------------------------------------------//
//  Sektioner - afsluttet                                              //
//======================================================================//
//  Footer
//----------------------------------------------------------------------*/
    
#colophon{
    /* background-image: url('images/bg-footer.jpg');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top 50px center; */
    --STOM-font-size: 16px;
    background: none;
    padding: 0;
    font-size: var(--STOM-font-size);
}

#colophon .footer-widget-area{
    /* background-color: var(--STOM-backdrop-color); */
    background-color: transparent;
    background-image: url('images/bg-footer.jpg');
    /* background-size: 100% auto; */
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top 250px center;
    width: var(--STOM-wrapper-width);
    max-width: 100%;
    margin: 0 auto;
}

#colophon .footer-widget-area > .section{
    width: var(--STOM-half-width);
    max-width: 100%;
    margin: 0 auto;
}

#colophon .widget{
    margin: 0;
}

.footer-widget-area .section{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: var(--STOM-half-space);
    padding: var(--STOM-space) 0;
}

#colophon .widget-title {
    display: block;
    font-family: var(--STOM-header-font);
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
    position: relative;
    color: #d3cec2;
}

#colophon .widget-title:after {
    display: block;
    content: "";
    position: absolute;
    bottom: -8px;
    height: 2px;
    width: 31px;
    left: 0;
    background-color: #d3cec2;
}

#colophon .socials-wrapper a.stom-social-shortcode span,
#colophon .socials-wrapper a.stom-social-shortcode span svg{
    height: 34.29px;
    width: 34.29px;
}

#colophon .socials-wrapper{
    display: flex;
    gap: 15px;
}
#colophon .aabningstider-dag p,
#colophon .stom-inline-menu li,
#colophon .textwidget p{
    line-height: 1.275;
    color: #d3cec2;
}

#colophon .stom-inline-menu{
    list-style: none;
    padding: 0;
}

#colophon .stom-inline-menu li a,
#colophon .textwidget a{
    text-decoration: none;
    color: #d3cec2;
}

#colophon .stom-inline-menu li a:hover,
#colophon .textwidget a:hover{
    /* color: var(--STOM-maincolor); */
    text-decoration: underline;
}


@media only screen and (max-width: 1140px) {
    .footer-widget-area .section{
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: var(--STOM-half-space);
        padding: var(--STOM-space) 0;
    }
}

@media screen and (max-width: 640px){
    #colophon{
        --STOM-font-size: 15px;
    }

    #colophon .socials-wrapper{
        gap: 10px;
    }

    #colophon .socials-wrapper a.stom-social-shortcode span,
    #colophon .socials-wrapper a.stom-social-shortcode span svg {
        height: 29px;
        width: 29px;
    }

    .footer-widget-area .section{
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        gap: var(--STOM-half-space);
        padding: var(--STOM-space) 0;
    }

    .woocommerce ul.products, 
    .woocommerce-page ul.products {
        gap: 20px;
    }

    .woocommerce ul.products li.product, 
    .woocommerce-page ul.products li.product {
        width: calc((100% - (20px * 1)) / 2) !important;
    }
}

    /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ //
        footer-epilogue - designet af
    /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
    .footer-epilogue{
        width: var(--STOM-wrapper-width);
        max-width: 100%;
        margin: 0 auto;
        padding: var(--STOM-half-space) 0;
    }

    .footer-epilogue p{
        width: var(--STOM-half-width);
        max-width: 100%;
        margin: 0 auto;
        font-size: 14px;
        font-family: var(--STOM-body-font);
        color: #d3cec2;
        text-align: center;
    }
    .footer-epilogue a{
        text-decoration: none;
    }

    .footer-epilogue a:hover{
        color: var(--STOM-maincolor);
    }

    @media screen and (max-width: 640px){
        .footer-epilogue{
            display: none;
        }
    }

    /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ //
        Mobile CTA
    /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

    #number-three-sticky-mobile-cta{
        box-shadow: none;
        background-color: transparent;
    }

    #number-three-sticky-mobile-cta .cta-container {
        display: grid;
        align-items: initial;
        justify-content: initial;
        grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    }

    #number-three-sticky-mobile-cta .cta-container a{
        line-height: normal;
        height: 56px;
        padding: 0 5px;
        border-radius: 0;
        text-align: center;
        align-items: center;
        justify-content: center;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        white-space: nowrap;
    }

    #number-three-sticky-mobile-cta .cta-container a:first-child {
        border-radius: 0 0 0 0;
    }

    #number-three-sticky-mobile-cta .cta-container a:last-child{
        border-radius: 0 0 0 0;
    }
    
    #number-three-sticky-mobile-cta .cta-container a:nth-child(2n + 1) {
        /* Fikser skyggen over knapper med secondary colors */
        z-index: 1;
    }

    #number-three-sticky-mobile-cta .cta-container a:nth-child(2n){
        background-color: var(--STOM-secondarycolor);
        color: #fff;
    }

    #number-three-sticky-mobile-cta .cta-container a:nth-child(2n):hover,
    #number-three-sticky-mobile-cta .cta-container a:nth-child(2n):focus{
        background-color: var(--STOM-secondarycolor-accent);
        color: #fff;
    }

    @media screen and (max-width: 959px){
        #number-three-sticky-mobile-cta{
            display: block;
        }

        #number-three-sticky-mobile-cta-placeholder{
            background-color: var(--STOM-backdrop-color);
        }
    }

/*======================================================================//
// style.css                                                            //
//======================================================================*/

b, strong {
    font-weight: 700;
}

.stom-heart-list ul {
	padding-left: 0;
    margin-bottom: 40px;
}
.stom-heart-list ul li {
	position: relative;
	padding-left: 1.5em;
	list-style: none;
}
.stom-heart-list ul li:not(:last-of-type) {
    margin-bottom: 5px;
}
.stom-heart-list ul li:before {
	content: url('images/heart.svg');
	position: absolute;
	left: 0;
	width: .75em;
    line-height: 1.5;
}

/*======================================================================//
// END style.css                                                        //
//======================================================================*/

body:not(.woocommerce-cart):not(.woocommerce-checkout) .header-sticky-active.scrolled header .section-wrap .section {
    padding: 0 0;
    font-size: inherit;
}

body:not(.woocommerce-cart):not(.woocommerce-checkout) .header-sticky-active.scrolled header .header-wrapper .nav-wrap .main-navigation {
    gap: 15px 30px;
}

body:not(.woocommerce-cart):not(.woocommerce-checkout) .header-sticky-active.scrolled header .site-branding #logo img {
    max-height: 80px;
}

.style-header-4 .nav-wrap {
    margin: 10px 0 30px 175px;
}

#primary-menu li.current-menu-item > a,
#primary-menu li.current-menu-ancestor > a {
    font-weight: 700;
    color: #fff;
}

header.site-header .main-navigation {
    gap: 30px;
}

header .menu-container {
    display: flex;
    align-items: center;
}

span.read-more-link a {
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
}

#primary-menu li.menu-item-has-children ul.sub-menu {
    gap: 0!important;
    background-color: #25221f;
}

#primary-menu li.menu-item-has-children ul.sub-menu li.menu-item a {
    font-size: 14px;
    width: 250px;
    color: #d3cec2;
    justify-content: space-between;
}

.home .page-slider-section .slide-element,
body.page-id-703 .page-slider-section .slide-element{
    position: relative;
}

.home .page-slider-section .slide-element:before,
body.page-id-703 .page-slider-section .slide-element:before{
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    /* background-color: rgba(0, 0, 0, .15); */
    background: linear-gradient(0deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
}

body:not(.home) .page-slider-section .slide-element {
    min-height: 400px;
    max-height: 400px;
}

body.page-id-703 .page-slider-section .slide-element {
	min-height: 400px;
	max-height: 700px;
}


body:not(.home) #content .entry-content > * {
    color: #d3cec2;
}

body:not(.home) #content .entry-content > h1 {
    color: #d6b486;
    /* font-size: var(--STOM-h2-font-size); */
}

.cards-section .section .grid-elements .grid-element {
    position: relative;
    /* outline: 5px solid #25221f; */
    /* outline: 5px solid transparent;
    outline-offset: -5px;
    transition: var(--STOM-transition);  */
    /* filter: grayscale(75%); */
}

.cards-section .section .grid-elements .grid-element > img {
    filter: grayscale(75%);
    /* visibility: visible !important; */
}

.cards-section .section .grid-elements .grid-element a.full-element-link {
    outline: 5px solid transparent;
    outline-offset: -5px;
    transition: var(--STOM-transition);
}

.cards-section .section .grid-elements .grid-element:hover a.full-element-link {
    outline-color: var(--STOM-maincolor);
}


.cards-section .section .grid-elements .grid-element:hover {
    /* outline-color: var(--STOM-maincolor); */
}

.cards-section .section .grid-elements .grid-element:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
}

.cards-section .section .grid-elements .grid-element .overlay {
    padding: 30px;
}

.cards-section .section .grid-elements .grid-element .overlay > span.read-more-link a {
    color: #d3cec2;
}

@media screen and (max-width: 1200px){
    .cards-section .section .grid-elements {
        gap: 20px;
    }
}

@media screen and (max-width: 980px){
    .main-slider-section .slider-text-inner > h1 {
        font-size: 40px;
    }
    
    .page-slider-section .slider-text-inner .subheading {
        font-size: 24px;
    }
    
    .main-slider-section p {
        font-size: 18px;
    }
    
    .cards-section .section .grid-elements {
        grid-template-columns: 1fr !important;
    }

    .cards-section .section .grid-elements .grid-element {
        max-width: none;
        height: 300px;
        background-position: center;
    }
}

@media screen and (max-width: 640px){
    .home .page-slider-section .slide-element,
	body.page-id-703 .page-slider-section .slide-element{
        min-height: 400px;
    }

    .main-slider-section .slider-text-inner > h1 {
        margin-bottom: 8px !important;
    }

    .page-slider-section .slider-text-inner .subheading {
        font-size: 21px;
    }
    
    .main-slider-section .slider-text-inner {
        width: 100% !important;
    }

    .main-slider-section .slider-text-inner .hero-buttons {
        flex-direction: row;
    }
}

@media screen and (max-width: 479px){
    .cards-section .section .grid-elements .grid-element .overlay {
        padding: 30px 20px;
    }

    #colophon .section-wrap .section {
        padding-bottom: 80px;
    }
    
    #colophon .section-wrap .section .footer-widget:not(:last-of-type) {
        margin-bottom: 20px;
    }

    .home .page-slider-section .slide-element,
	body.page-id-703 .page-slider-section .slide-element{
        min-height: 500px;
    }

    .main-slider-section .slider-text-inner > h1 {
        font-size: 32px;
    }

    .main-slider-section .slider-text-inner .hero-buttons {
        flex-direction: column;
    }
}

.cosmetics-section .section > * {
    color: #d3cec2;
}

.instagram-section .section {
    max-width: 1560px;
}

.instagram-section .section .grid-elements {
    gap: 30px;
}

.instagram-section .section .grid-elements .cover:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .4);
}

.instagram-section .section .grid-elements .cover .overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    height: 100%;
}

.instagram-section .section .grid-elements .cover .overlay > p:first-of-type {
    margin: 0;
}

.instagram-section .section .grid-elements .feed .overlay {
    padding: 0;
}

#colophon .section-wrap .instagram-section .cover {
    position: relative;
}

#colophon .section-wrap .instagram-section .cover:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .4);
}

#colophon .section-wrap .instagram-section .cover > p:first-of-type {
    line-height: 0;
    margin: 0;
}

#colophon .section-wrap .instagram-section .cover .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

#colophon .section-wrap .instagram-section .cover .content > p:first-of-type {
    line-height: 0;
    margin: 0;
}

#colophon .section-wrap .instagram-section .cover .content h3 {
    color: #d3cec2;
    margin-top: 20px;
}

#sb_instagram {
    padding-bottom: 0 !important;
}

#sb_instagram #sbi_images {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

#sb_instagram #sbi_images .sbi_item {
    width: 100% !important;
}

/* Arkiv behandlinger */
.behandlinger-section {
    overflow: inherit;
}

.behandlinger-section .section .grid-elements {
    gap: 25px;
}

.behandlinger-section .section h1 {
    text-align: center;
    font-size: var(--STOM-h2-font-size);
    margin-bottom: 30px;
}

.behandlinger-section .section .grid-elements .grid-element {
    max-height: 215px;
    background-position: center;
    border-radius: 5px;
    position: relative;
    /* outline: 5px solid transparent;
    outline-offset: -5px;
    transition: var(--STOM-transition);  */
}

.behandlinger-section .section .grid-elements .grid-element a.full-element-link {
    outline: 5px solid transparent;
    outline-offset: -5px;
    transition: var(--STOM-transition); 
}

.behandlinger-section .section .grid-elements .grid-element:hover a.full-element-link {
    outline-color: var(--STOM-maincolor);
}

.behandlinger-section .section .grid-elements .grid-element:hover {
    /* outline-color: var(--STOM-maincolor); */
    /* filter: grayscale(100%); */
}

.behandlinger-section .section .grid-elements .grid-element:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(51, 43, 26, .6);
}

.behandlinger-section .section .grid-elements .grid-element .overlay {
    padding: 30px;
}

.behandlinger-section .section .grid-elements .grid-element .overlay h3 {
    font-size: 21px;
}

/* Employees */
#employee-container {
    /* margin-top: 40px; */
    margin-bottom: 20px;
}

#employee-container .inner-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

#employee-container > h2 {
    color: #d6b486;
}

#employee-container .employee {
    display: flex;
    flex-wrap: wrap;
    justify-content: unset;
    align-items: center;
    gap: 30px;
    border: 1px solid;
    background-color: #211f1c;
}

#employee-container .employee:not(:last-of-type) {
    margin-bottom: 20px;
}

#employee-container .employee img {
    max-width: 150px;
	max-height: 150px;
	object-fit: cover;
}

#employee-container .employee .content > p {
    color: #d3cec2;
    margin-bottom: 0;
}

#employee-container .employee .content > .entry-title {
    color: #d6b486;
    font-size: 24px;
    margin-bottom: 0;
}

#employee-container .employee .content > .maternity-leave {
	font-style: italic;
	margin-top: 10px;
}

#employee-container .inner-container .employee .entry-title {
    /* border: 1px solid #404040; */
    font-size: 24px;
    color: #d6b486;
}

/* Single behandlinger */
.single-behandling-section .section .grid-elements {
    gap: 25px;
}

.single-behandling-section .section .grid-elements .grid-element {
    border: 1px solid;
}

.single-behandling-section .section .grid-elements .grid-element .overlay h2,
.single-behandling-section .section .grid-elements .grid-element .overlay h3 {
    color: var(--STOM-text-gold-color);
    margin-bottom: 10px;
}

.single-behandling-section .section .grid-elements .grid-element .overlay h3,
.single-behandling-section .section .grid-elements .grid-element .overlay h4 {
    font-size: 26px;
}

.single-behandling-section .section .grid-elements .employee .overlay .stom-cols-elm h2 {
    margin-bottom: 30px;
}

.single-behandling-section .section .grid-elements .employee .overlay .image > p {
    line-height: 0;
    margin: 0;
}

.single-behandling-section .section .grid-elements .employee .overlay .image > p img {
    border-radius: 50%;
}

.single-behandling-section .section .grid-elements .employee .overlay .content {
    padding-left: 20px;
}

.single-behandling-section p,
.single-behandling-section li {
    font-size: 16px;
}

.single-behandling-section li:not(:last-of-type) {
    margin-bottom: 5px;
}

span.topheading {
    font-size: 24px;
    font-family: var(--STOM-header-font);
    color: var(--STOM-text-color);
}

/* WooCommerce */
.woocommerce #main-content {
    margin-top: 80px;
}

.woocommerce #content {
    /* display: block; */
    grid-template-columns: 1fr;
    /* padding-bottom: 0; */
}

.woocommerce-products-header .woocommerce-products-header__title {
    color: #d6b486;
    font-size: var(--STOM-h2-font-size);
}

.woocommerce ul.products li.product:hover button, 
.woocommerce-page ul.products li.product:hover button {
    background-color: var(--STOM-maincolor-accent);
}

.woocommerce ul.products li.product .stom-product-loop-image-wrap {
    border: 1px solid #d6b486;
}

.woocommerce ul.products li.product .product-category {
    color: #d3cec2;
    font-size: 16px;
    text-transform: inherit;
    opacity: 1;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    color: #d6b486;   
    font-size: 18px;
    text-transform: inherit;
    padding-bottom: 5px;
    line-height: 1.25;
    min-height: 50px;
    white-space: inherit;
}

.woocommerce ul.products li.product .price {
    color: #d3cec2;
    margin-bottom: 25px;
    font-weight: 300;
    font-size: 18px;
}

.woocommerce div.product .woocommerce-product-details__short-description > *, 
.woocommerce div.product .single_variation_wrap .woocommerce-variation-description > * {
    color: #d3cec2;
}

.woocommerce div.product .woocommerce-product-details__short-description p, 
.woocommerce div.product .single_variation_wrap .woocommerce-variation-description p {
    font-size: 16px;
}

.single-product-fullwidth #primary .stom-product-header-wrapper {
    border-color: #d6b486;
}

.single-product-fullwidth #primary .product_title {
    color: #d6b486;
}

.woocommerce div.product p.price, 
.woocommerce div.product span.price {
    /* color: #d3cec2; */
    color: #d6b486;
    font-weight: 700;
}

.woocommerce div.product .product_meta {
    display: none;
}

.woocommerce-products-footer .page-description p {
    font-size: 16px;
    color: #d3cec2;
}

.woocommerce-products-footer .page-description h2 {
    color: #d6b486;
}

.woocommerce-products-footer .page-description h2:not(:first-of-type) {
    margin-top: 40px;
}

body.shop-page #main-content #content {

}

body:not(.home) .stom-grid-section .section .grid-element .overlay p {
    color: #d3cec2;
}

div#aabningstider {
    background-color: #211f1c;
    border: 1px solid #404040;
    padding: 40px;
}

div#aabningstider h2 {
    color: #d3cec2;
}

div#aabningstider p {
    font-size: 14px;
    font-weight: 300;
    color: #d3cec2;
}

div#aabningstider table {
    margin-bottom: 0;
}

div#aabningstider table,
div#aabningstider table tbody tr td {
    border: none;
}

div#aabningstider table tbody tr {
    border-bottom: 1px solid #404040;
}

div#aabningstider table tbody tr td {
    font-size: 14px;
    font-weight: 300;
    padding: 5px 0;
    vertical-align: top;
}

.stom_maps_free {
    filter: grayscale(100%);
}
.stjerner {
	display:flex;
	justify-content: center;
}
.stjerner img {
	max-width: 40px;
	height: auto;
	width: 100%;
}
.stom-anmeldelse-heading {
	Color: white;
	display: block;
    margin-bottom: 10px;
    font-size: 1.4rem;
    font-weight: 700; 	
	text-align: center !important; 
}	

.woocommerce-products-header .term-short-description p, li {
    color: #d3cec2;
}

.woocommerce-products-header .term-short-description h2 {
    color: #d6b486;
	margin-top: 40px;
}



/*======================================================================//
// new style 2024                                                            //
//======================================================================*/

.hide-element {
    display: none !important;
}