/*
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
*/

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

:root {
    --STOM-maincolor: #5fcb76;
    --STOM-maincolor-accent: #7be993;
    --STOM-secondarycolor: #818aa6;
    --STOM-secondarycolor-accent: #6D758C;
    --STOM-backdrop-color: #f2efe9;
    --STOM-text-color: #404040;
    --STOM-wrapper-width: var(--stom-content-width);
    --STOM-space: 90px;
    --STOM-transition: .175s ease-in-out;
    --STOM-half-width: 1140px;
    --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;
    }

    .vis-holdstart-right {
        margin: auto 0;
    }
}

/* 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: 42px;
        --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);
    }
}

@media screen and (max-width: 400px) {
    :root body {
        --STOM-h1-font-size: 28px;
    }
}

* {
    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,
li {
    line-height: 1.2em;
    color: var(--STOM-text-color);
    font-size: var(--STOM-font-size);
}

.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: 5px 20px;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
}


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: #000;
    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 a {
    color: #000;
    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;
}

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

body {
    font-family: var(--STOM-body-font);
    color: var(--STOM-text-color);
}

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: 1.2em;
}

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: 1.2em;
    }
}

body:not(.home) h1 {
    font-size: 60px;
}

body:not(.home) h2 {
    font-size: 30px;
}

body:not(.home) h3 {
    font-size: 30px;
}

body:not(.home) h4 {
    font-size: 22px;
}


/*----------------------------------------------------------------------//
//  Fonte - afsluttet                                                   //
//======================================================================//
// ANCHOR  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;
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ //
    // ANCHOR 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: #000;
    line-height: normal;
    border-radius: 0;
    font-family: var(--STOM-body-font);
    font-size: inherit;
    font-weight: 400;
    padding: 8px 20px;
    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: #000;
}

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: #000;
}

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: #fff;
}

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: #fff;
}

.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;
    }
}

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

    .hero-buttons a,
    button.white,
    .stom-button.white a {
        font-size: 14px;
    }
}

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

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;
    grid-template-rows: auto 1fr;
    gap: 0 30px;
    grid-template-areas: "topbar topbar"
        "mainnav cta";
    align-items: center;

}

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%;
    min-height: 135px;
    padding: 0 var(--STOM-space);
    transition: var(--STOM-transition);
}

.scrolled header.site-header .header-wrapper {
    min-height: 100px;
}

/*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;
}

body:not(.home) .main-slider-section .slider-text {
    align-items: end;
    width: calc(var(--STOM-half-width) + (var(--STOM-space) * 2));
    padding-left: var(--STOM-space);
    padding-right: var(--STOM-space);
}

@media screen and (max-width: 1780px) {
    header.site-header .header-wrapper {
        min-height: 100px;
    }
}

@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);
    }
}

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

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

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

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

    #page .main-slider-section .slider-text {
        align-items: flex-end;
    }
}


/*gridet skal tilpasse nu hvor burgeren er på */
@media screen and (max-width: 959px) {
    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.site-header .header-wrapper {
        min-height: 60px;
    }

    .scrolled header.site-header .header-wrapper {
        min-height: 60px;
    }
}

/*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);
    }
}


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

header.site-header .header-wrapper .top-bar {
    padding: 10px 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 .top-bar-right {
    display: flex;
    align-items: center;
}

header .top-bar .top-bar-right>div {
    margin-left: 20px;
}

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 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: 12px;
    width: 1px;
    background-color: var(--STOM-maincolor);
    margin: 0;
    vertical-align: initial;
}


/*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);
}

.socials-wrapper a.stom-social-shortcode:hover span svg {
    color: var(--STOM-maincolor-accent);
}


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

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

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

.site-branding #logo {
    position: absolute;
    line-height: initial;
    top: 0;
    left: 0;
}

.site-branding #logo a {
    display: block;
}

.header-sticky-active header .site-branding #logo img,
.site-branding #logo img {
    display: block;
    max-width: 162px;
    max-height: 162px;
}

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

@media screen and (max-width: 1780px) {
    body:not(.woocommerce-cart):not(.woocommerce-checkout) .header-sticky-active header .site-branding #logo img {
        max-height: 133px;
    }

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

@media screen and (max-width: 959px) {
    body:not(.woocommerce-cart):not(.woocommerce-checkout) .header-sticky-active header .site-branding #logo img {
        max-height: 80px;
    }

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

    body:not(.woocommerce-cart):not(.woocommerce-checkout) .header-sticky-active.scrolled header .site-branding #logo img {
        max-height: 80px;
        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;
    }
}

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

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

.main-navigation li a {
    color: var(--STOM-text-color);
    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;
}

.sub-menu {
    padding: 15px 0;
}

.hover-style-center ul.sub-menu a:before {
    margin: 0 0 0 20px;
}

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

    header.site-header .main-navigation {
        column-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;
    justify-self: end;
}

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

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

.top-bar-right .current-menu-item a {
    text-decoration: underline;
}

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

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

    body header .main-navigation ul.menu,
    body header .main-navigation.toggled ul.menu {
        height: auto;
    }


    body header .stom_theme_logo a {
        display: inline-block;
        padding: 0;
    }

    body header .stom_theme_logo a img {
        width: 120px;
    }

    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;
    }

    body header #site-navigation.main-navigation .current-menu-item a {
        color: var(--STOM-maincolor);
    }

}

@media screen and (max-width: 1780px) {
    #page header .main-navigation.toggled .burger-menu-content-inner ul {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    #page header .main-navigation ul.menu {
        display: flex;
    }

    #page header .main-navigation ul.menu li,
    #page header .main-navigation.toggled ul.menu li {
        white-space: nowrap;
    }

    #page #site-navigation.main-navigation .current-menu-item {
        background: #fff;
        color: var(--STOM-maincolor);
    }

    #page #site-navigation.main-navigation .current-menu-item>a {
        color: var(--STOM-maincolor);
    }
}

/*----------------------------------------------------------------------//
//  Header - afsluttet                                                  //
//======================================================================//
// ANCHOR 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: var(--STOM-h3-font-size);
}

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

.main-slider-section .slider-text .slider-text-inner>h6 {
    font-size: 30px;
    font-weight: 300;
    line-height: 1em;
}

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

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

body:not(.home) .main-slider-section .slider-text-inner {
    width: unset;
    max-width: 80%;
}

.main-slider-section .slide-element {
    height: calc(var(--STOM-main-slider-height) * 1px);
    position: relative;
}

.main-slider-section .slide-element:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to right, #000000 0%, #363636 21%, rgba(255, 255, 255, 0) 100%);
}

.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;
}

.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%;
    }

    #page .main-slider-section .slider-text .slider-text-inner>h1,
    #page .main-slider-section .slider-text .slider-text-inner>h2 {
        font-size: 45px;
        line-height: 1.1em;
        margin-bottom: 20px;
    }

    /* Juster slider højde på mindre devices */
    .main-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 {
        min-height: 375px;
    }

    .main-slider-section .slide-element {
        position: relative;
    }

    .main-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);
    }
}

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

    #page .main-slider-section .slider-text .slider-text-inner>h1,
    #page .main-slider-section .slider-text .slider-text-inner>h2 {
        font-size: 30px;
        line-height: 1.1em;
        margin-bottom: 20px;
    }
}

/*----------------------------------------------------------------------//
//  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;
}

body:not(.home) .main-slider-section .slide-element {
    height: 300px;
}

@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                                              //
//======================================================================//
// ANCHOR 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 (max-width: 460px) {
    #content .entry-content {
        --STOM-h1-font-size: 34px;
        --STOM-h2-font-size: 34px;
        --STOM-h3-font-size: 26px;
    }

    #content .entry-content h2,
    #content .entry-content h3 {
        line-height: 1.2em;
    }
}

@media screen and (max-width: 400px) {
    #content .entry-content {
        --STOM-h1-font-size: 26px;
        --STOM-h2-font-size: 26px;
        --STOM-h3-font-size: 20px;
    }
}

article .stom-button {
    margin-top: 20px;
    margin-bottom: 20px;
}

@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;
    }
}

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

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

#secondary.widget-area .custom-overflow-wrapper {
    background-color: #f2f2f2;
    padding: var(--STOM-half-space) calc(var(--STOM-half-space) / 2);
    border-radius: 10px;
}

#secondary.widget-area .widget {
    background-color: transparent;
    border: none;
    padding: 0
}

#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                                              //
//======================================================================//
// ANCHOR Sektioner
//----------------------------------------------------------------------*/

section.section-wrap.header-section {
    margin-bottom: 50px;
}

section.section-wrap.header-section .section>h2 {
    margin-bottom: 0;
}

.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);
}

.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);
    }
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ //
    // ANCHOR Cards
    /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

main>section.section-wrap.cards .section .grid-elements .grid-element {
    box-shadow: 0 0 15px rgba(10, 10, 10, 0.1);
    transition: .2s ease;
}

main>section.section-wrap.cards .section .grid-elements .grid-element:hover {
    box-shadow: 0 0 5px rgb(10 10 10 / 10%);
}

main>section.section-wrap.cards .section .grid-elements .grid-element .overlay {
    padding: 20px 0 0;
    display: grid;
    grid-template-rows: 1fr auto;
    height: 100%;
}

main>section.section-wrap.cards .section .grid-elements .grid-element .overlay>* {
    padding-left: 20px;
    padding-right: 20px;
}

main>section.section-wrap.cards .section .grid-elements .grid-element .overlay>div:last-of-type {
    position: relative;
    background-color: var(--STOM-maincolor);
    min-height: 50px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    transition: .2s ease;
}

main>section.section-wrap.cards .section .grid-elements .grid-element:hover .overlay>div:last-of-type {
    background-color: var(--STOM-maincolor-accent);
}

main>section.section-wrap.cards .section .grid-elements .grid-element .overlay>div:last-of-type span {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 0;
    transition: .2s ease;
}

main>section.section-wrap.cards .section .grid-elements .grid-element:hover .overlay>div:last-of-type span {
    right: 10px;
}

main>section.section-wrap.cards .section .grid-elements .grid-element .overlay>div:first-of-type>p:first-of-type {
    height: 75px;
}

main>section.section-wrap.cards .section .grid-elements .grid-element .overlay h3 {
    margin-bottom: 10px;
}

main>section.section-wrap.map-cards .section .grid-elements .grid-element .overlay h3 {
    font-size: 35px;
}



main>section.section-wrap.map-cards .section .grid-elements .grid-element .overlay p {
    font-size: 20px;
}

@media screen and (max-width: 1300px) {
    .stom-grid-section.cards .section .grid-elements {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        justify-items: center;
    }

    #page .section-wrap.stom-grid-section .section .grid-element {
        max-width: 100%;
    }
}

@media screen and (max-width: 620px) {
    #page .stom-grid-section.cards .section .grid-elements {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 400px) {
    main>section.section-wrap.map-cards .section .grid-elements .grid-element .overlay h3 {
        font-size: 25px;
    }
}

@media screen and (max-width: 400px) {
    main>section.section-wrap.map-cards .section .grid-elements .grid-element .overlay p {
        font-size: 16px;
    }
}

@media screen and (max-width: 1300px) {
    main>section.section-wrap.map-cards .section .grid-elements .grid-element .overlay h3 {
        font-size: 25px;
    }

    main>section.section-wrap.map-cards .section .grid-elements .grid-element .overlay p {
        font-size: 18px;
    }
}

@media screen and (max-width: 820px) {
    @media screen and (max-width: 1300px) {
        main>section.section-wrap.map-cards .section .grid-elements .grid-element .overlay h3 {
            font-size: 22px;
        }

        main>section.section-wrap.map-cards .section .grid-elements .grid-element .overlay p {
            font-size: 16px;
        }
    }
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ //
    // ANCHOR Green Background
    /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

section.section-wrap.grbg {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    margin-left: var(--STOM-space);
    margin-right: var(--STOM-space);
    overflow: hidden;
}

section.section-wrap.grbg:before {
    content: url(../../uploads/2022/11/overlay-left.png);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    transform-origin: left;
}

section.section-wrap.grbg:after {
    content: url(../../uploads/2022/11/overlay-right.png);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    transform-origin: right;
}

section.section-wrap.grbg.footer-grbg:before,
section.section-wrap.grbg.footer-grbg:after {
    transform: scaleX(.7);
}

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

    section.section-wrap.grbg:before,
    section.section-wrap.grbg:after {
        transform: scaleX(.7);
    }

    section.section-wrap.grbg.footer-grbg:before,
    section.section-wrap.grbg.footer-grbg:after {
        content: none;
    }
}

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

    section.section-wrap.grbg:not(.footer-grbg):before,
    section.section-wrap.grbg:not(.footer-grbg):after {
        transform: scaleX(.5);
    }
}

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

    section.section-wrap.grbg:before,
    section.section-wrap.grbg:after {
        content: none;
    }
}

@media screen and (max-width: 960px) {
    section.section-wrap.grbg .section {
        padding-left: var(--STOM-space);
        padding-right: var(--STOM-space);
    }
}

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

.section-wrap.overlay-section .section {
    width: 750px;
}
@media only screen and (max-width: 860px) {
    .section-wrap.overlay-section .section {
        width: calc(100% - 100px);
    }
    .section-wrap.slider-sektion .stom-button.white{
margin-top: 15px;
    }
}


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

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ //
    // ANCHOR 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;
    }
}


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

main>section.section-wrap.panel-setup {
    background: none;
}

main>section.section-wrap.panel-setup:not(.double-space-bottom) {
    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);
    }

    main>section.section-wrap.panel-setup .stom-billede-sektion-text,
    main>section.section-wrap.panel-setup {
        background-color: #fff;
    }
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ //
    // ANCHOR stom-grid-section
    /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

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

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);
    }

}

@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;
    }
}

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

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

}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ //
        BASIS
    // ANCHOR 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;
    }
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ //
    // ANCHOR Team
    /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.teamwrap {
    column-count: 2;
    column-gap: 30px;
}

.team {
    margin-bottom: 30px;
    padding: 10px;
    background-color: #f2f2f2;
    transition: var(--STOM-transition);
}

.team:hover {
    border-left: 3px solid #5fcb76;
}

@media screen and (max-width: 460px) {
    .teamwrap {
        column-count: 1;
    }
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ //
    // ANCHOR Footer contact
    /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.footer-contact {
    position: relative;
    z-index: 5;
    width: var(--STOM-half-width);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0 auto;
}

@media screen and (max-width: 1500px) {
    .footer-contact {
        grid-template-columns: 1fr;
        max-width: 600px;
        margin: 0 auto;
    }
}

.footer-contact p {
    line-height: 1.3em;
}

body.home .footer-grbg {
    display: none;
}

.footer-grbg {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1500px) {
    section.section-wrap.grbg.footer-grbg {
        background-size: cover;
        margin-left: 0;
        margin-right: 0;
        padding-top: var(--STOM-space);
        padding-bottom: var(--STOM-space);
    }
}

body:not(.home) .footer-grbg h2 {
    font-size: 54px;
    line-height: 60px;
}

@media screen and (max-width: 1500px) {
    body:not(.home) .footer-grbg h2 {
        font-size: 34px;
        line-height: 40px;
    }
}

.gform_heading {
    display: none;
}

body:not(.stom-gform-legacy) .gform_wrapper .gform_body {
    padding-top: 0;
    padding-left: 40px;
}

body.contact-subpage:not(.stom-gform-legacy) .gform_wrapper .gform_body {
    padding-left: 0;
}

@media screen and (max-width: 1500px) {
    body:not(.stom-gform-legacy) .gform_wrapper .gform_body {
        padding-left: 0;
    }
}

#page .gform_wrapper.gravity-theme .gform_fields {
    row-gap: 6px;
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ //
    // ANCHOR Steps
    /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ //
    // ANCHOR Sub cards
    /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.sub-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.sub-cards>span {
    margin-bottom: 30px;
}

.sub-cards>span>p {
    margin: 0 0 10px;
}

.sub-cards>span>p:first-of-type {
    margin: 0;
}

.sub-cards>span a {
    text-decoration: none;
    font-weight: 500;
    color: var(--STOM-maincolor);
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ //
    // ANCHOR firm
    /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.firm ul {
    padding: 0;
    list-style: none;
}

.firm ul li:first-of-type {
    font-size: 22px;
    margin-bottom: 6px;
    font-weight: 500;
}

/*----------------------------------------------------------------------//
// ANCHOR Forms
//----------------------------------------------------------------------*/

#page .gform_wrapper.gravity-theme input[type=email],
#page .gform_wrapper.gravity-theme input[type=number],
#page .gform_wrapper.gravity-theme input[type=password],
#page .gform_wrapper.gravity-theme input[type=tel],
#page .gform_wrapper.gravity-theme input[type=text],
#page .gform_wrapper.gravity-theme select,
#page .gform_wrapper.gravity-theme textarea {
    padding: 8px 0;
    color: #000;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #000;
}

#page .footer-grbg .gform_wrapper.gravity-theme input[type=email],
#page .footer-grbg .gform_wrapper.gravity-theme input[type=number],
#page .footer-grbg .gform_wrapper.gravity-theme input[type=password],
#page .footer-grbg .gform_wrapper.gravity-theme input[type=tel],
#page .footer-grbg .gform_wrapper.gravity-theme input[type=text],
#page .footer-grbg .gform_wrapper.gravity-theme select,
#page .footer-grbg .gform_wrapper.gravity-theme textarea {
    padding: 8px 0;
    color: #fff;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
}

#page .gform_wrapper.gravity-theme input[type=email]::placeholder,
#page .gform_wrapper.gravity-theme input[type=number]::placeholder,
#page .gform_wrapper.gravity-theme input[type=password]::placeholder,
#page .gform_wrapper.gravity-theme input[type=tel]::placeholder,
#page .gform_wrapper.gravity-theme input[type=text]::placeholder,
#page .gform_wrapper.gravity-theme select::placeholder,
#page .gform_wrapper.gravity-theme textarea::placeholder {
    color: #000;
}

#page .footer-grbg .gform_wrapper.gravity-theme input[type=email]::placeholder,
#page .footer-grbg .gform_wrapper.gravity-theme input[type=number]::placeholder,
#page .footer-grbg .gform_wrapper.gravity-theme input[type=password]::placeholder,
#page .footer-grbg .gform_wrapper.gravity-theme input[type=tel]::placeholder,
#page .footer-grbg .gform_wrapper.gravity-theme input[type=text]::placeholder,
#page .footer-grbg .gform_wrapper.gravity-theme select::placeholder,
#page .footer-grbg .gform_wrapper.gravity-theme textarea::placeholder {
    color: #fff;
}

#page .footer-grbg .gform_wrapper.gravity-theme option {
    color: #000;
}

#page .gform_wrapper.gravity-theme textarea {
    height: 100px;
}

.gform_wrapper.gravity-theme #field_submit,
.gform_wrapper.gravity-theme .gform_footer {
    justify-content: flex-end;
}

#page .gform_wrapper.gravity-theme input[type=email]:focus-visible,
#page .gform_wrapper.gravity-theme input[type=number]:focus-visible,
#page .gform_wrapper.gravity-theme input[type=password]:focus-visible,
#page .gform_wrapper.gravity-theme input[type=tel]:focus-visible,
#page .gform_wrapper.gravity-theme input[type=text]:focus-visible,
#page .gform_wrapper.gravity-theme select:focus-visible,
#page .gform_wrapper.gravity-theme textarea:focus-visible {
    outline: 0;
}

/*----------------------------------------------------------------------//
//  Sektioner - afsluttet                                              //
//======================================================================//
// ANCHOR Footer
//----------------------------------------------------------------------*/

#colophon {
    --STOM-font-size: 16px;
    background: none;
    padding: 0;
    font-size: var(--STOM-font-size);
}

#colophon .footer-widget-area {
    background-color: #404040;
    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 .footer-widget-area>.section li,
#colophon .footer-widget-area>.section p,
#colophon .footer-widget-area>.section a {
    color: #fff;
    line-height: 1.2em;
}

#colophon .footer-widget-area>.section li {
    margin-bottom: 5px;
}

#colophon .footer-widget-area>.section .stom-button a {
    color: #000;
    min-width: 190px;
    display: flex;
    justify-content: center;
    font-size: 14px;
}

#colophon .footer-widget-area>.section .stom-button:first-of-type {
    margin-bottom: 10px;
}

#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: 300;
    line-height: normal;
    margin-bottom: 20px;
    position: relative;
    color: #fff;
}

#colophon .widget-title:after {
    display: block;
    content: "";
    position: absolute;
    bottom: -8px;
    height: 2px;
    width: 30px;
    left: 0;
    background-color: var(--STOM-maincolor);
}

#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: 26px;
}

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

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

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


@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;
    }

    .footer-widget-area .section .footer-widget:nth-of-type(1) {
        order: 1;
    }

    .footer-widget-area .section .footer-widget:nth-of-type(2) {
        order: 3;
    }

    .footer-widget-area .section .footer-widget:nth-of-type(2) .textwidget {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-widget-area .section .footer-widget:nth-of-type(3) {
        order: 2;
    }

    .footer-widget-area .section .footer-widget:nth-of-type(4) {
        order: 4;
    }
}

@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;
    }
}

/* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ //
        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-header-font);
}

.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: 14px 0 0 0;
}

#number-three-sticky-mobile-cta .cta-container a:last-child {
    border-radius: 0 14px 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 {
    background-color: #dbebde;
    color: #000;
}

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

#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);
    }
}

#page #content {
    width: calc(var(--STOM-wrapper-width) + (var(--STOM-space) * 2));
}


/*======================================================================//
// sektion_review                                                       //
//======================================================================*/

section.section-wrap.slider-sektion,
section.section-wrap.slider-sektion-button {
    max-width: var(--primary-site-width);
    margin: auto;
}

section.section-wrap.slider-sektion .section {
    max-width: var(--secondary-site-width);
    padding-bottom: 0;
}

section.section-wrap.slider-sektion .section .slider-sektion-slider {
    padding: 40px var(--primary-padding) var(--primary-padding);
    border-top: 1px solid var(--primary-button-color);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

section.section-wrap.slider-sektion .section .slider-sektion-slider button {
    background-color: transparent;
    width: 20px;
    height: 20px;
}

section.section-wrap.slider-sektion .section .slider-sektion-slider button.slick-next span:after {
    content: url('images/arrow_icon_right.png');
    filter: invert(1);
    right: -50px;
    display: block;
    position: relative;
}

section.section-wrap.slider-sektion .section .slider-sektion-slider button.slick-prev span:after {
    content: url('images/arrow_icon_left.png');
    filter: invert(1);
    left: -50px;
    display: block;
    position: relative;
}

section.section-wrap.slider-sektion .section .slider-sektion-slider button.slick-prev,
section.section-wrap.slider-sektion .section .slider-sektion-slider button.slick-next {
    transform: unset;
    transform: translateY(-50%);
}

section.section-wrap.slider-sektion .section .slider-sektion-slider .slider-sektion-slider-item {
    color: white;
    line-height: 1.2;
}

section.section-wrap.slider-sektion .section .slider-sektion-slider .slider-sektion-slider-item em {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 30px;
    font-weight: 600;
}

section.section-wrap.slider-sektion_button .section {
    padding: 25px 0;
}

/*======================================================================//
// END sektion_review                                                   //
//======================================================================*/

/*======================================================================//
// style.css                                                            //
//======================================================================*/
/*
body {
    padding-right: 50px;
    padding-left: 50px;
}



button,
.stom-button a,
input[type="button"],
input[type="reset"],
input[type="submit"],
.gform_wrapper .gform_footer input[type=submit] {
    background-color: transparent;
}

.stom-button.filled:not(.white) a {
    background-color: #000;
    color: #fff;
}
.stom-button.filled:not(.white):hover a {
    background-color: #fff;
    color: #000;
}

.stom-button.filled.white a {
    background-color: #fff;
    color: #000;
}
.stom-button.filled.white:hover a {
    background-color: #000;
    color: #fff;
}

.stom-button a {
    font-size: 14px;
    text-align: center;
}
.stom-button.inline ~ .stom-button.inline {
    margin-left: 15px;
}
.stom-button.white a {
    color: #fff;
    border-color: #fff;
}
.stom-button.white:hover a {
    color: #000;
    background-color: #fff;
    border-color: #000;
}
.stom-button.size-140 a {
    min-width: 140px;
}
.stom-button.size-160 a {
    min-width: 160px;
}
.stom-button.size-180 a {
    min-width: 180px;
}
.stom-button.size-190 a {
    min-width: 190px;
}
.stom-button.size-210 a {
    min-width: 210px;
}

.stom-button a svg {
    font-size: .8em;
}

.page-slider-section .stom-button a {
    font-size: 18px;
}

.cursive {
    font-family: mina, serif;
    font-size: 30px;
}

h1,
h2 {
    text-transform: uppercase;
}

header .socials-wrapper.placement-menu {
    display: inline-flex;
    align-items: center;
    margin: 0;
}
header .socials-wrapper.placement-menu a {
    font-size: 19px;
    padding: 5px;
}
header .main-navigation .menu a {
    font-size: 16px;
}



.header-sticky-active #masthead {
    transition: background-color .175s;
}
body:not(.woocommerce-cart):not(.woocommerce-checkout) .header-sticky-active.scrolled #masthead {
    background-color: #fff;
    box-shadow: none;
}

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

.header-sticky-active .header-wrapper {
    transition: padding .175s;
}
body:not(.woocommerce-cart):not(.woocommerce-checkout) .header-sticky-active.scrolled .header-wrapper {
    padding-top: 10px;
    padding-bottom: 0;
}

.header-sticky-active .style-header-4 #logo {
    transition: padding .175s;
}
body:not(.woocommerce-cart):not(.woocommerce-checkout) .header-sticky-active.scrolled .style-header-4 #logo {
    padding: 0 0 10px;
}

.header-sticky-active header #header-top-section .section {
    transition: margin .175s;
}
body:not(.woocommerce-cart):not(.woocommerce-checkout) .header-sticky-active.scrolled header #header-top-section .section {
    margin-bottom: 20px;
}



.page-slider-section {
    margin: 0;
}



header #header-top-section .section {
    margin: 0 0 30px;
    padding: 0;
    text-align: right;
}


.style-header-4 .nav-wrap {
    margin: 0 0 0 30px;
}
.style-header-4 .site-branding {
    margin: 0;
}
.style-header-4 #logo {
    position: static;
    padding: 15px 0;
}

header .header-wrapper {
    padding: 20px 0;
}

header#masthead {
    background-color: transparent;
}

.page-slider-section,
#page-below-slider-section {
    position: relative;
}
.page-slider-section:before,
#page-below-slider-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: -50px;
    width: calc(50vw - (350px));
    height: 100%;
    background-color: #d5cdc3;
    pointer-events: none;
    z-index: -1;
}
.page-slider-section:before {
    top: -49vh;
    height: calc(100% + 50vh);
}
#page-below-slider-section:before {
    top: -50vh;
    height: calc(100% + 50vh);
}

#page-below-slider-section .section {
    padding: 15px 0;
    text-align: center;
}
#page-below-slider-section table.aabningstider-list {
    font-size: 0;
    border-spacing: 0;
}
#page-below-slider-section table.aabningstider-list,
#page-below-slider-section table.aabningstider-list tbody {
    display: block;
}
#page-below-slider-section table.aabningstider-list thead {
    display: none;
}
#page-below-slider-section table.aabningstider-list tr {
    display: inline-block;
}
#page-below-slider-section table.aabningstider-list tr:not(:last-child):after {
    content: '•';
    display: inline-block;
    margin: 0 19px;
    font-size: .8rem;
    vertical-align: middle;
}
#page-below-slider-section table.aabningstider-list td {
    display: inline-block;
    padding: 0 !important;
    font-size: 14px;
}
#page-below-slider-section table.aabningstider-list td:first-child {
    margin-right: 3px;
}



.icon-navigation-section h2 {
    text-align: center;
}
.icon-navigation-section .grid-element {
    text-align: center;
}
.icon-navigation-section .grid-element h3 {
    font-size: 14px;
}
.icon-navigation-section .section .grid-element .overlay {
    padding: 0;
}
.icon-navigation-section .grid-element p {
    display: inline-block;
    width: 75px;
    height: 75px;
    margin: 0;
    line-height: 75px;
    border: 1px solid #000;
    border-radius: 50%;
    transition: background-color, border-color;
    transition-duration: .175s;
}
.icon-navigation-section .grid-element:hover p {
    background-color: #f1922f;
    border-color: #f1922f;
}
.icon-navigation-section .grid-element img {
    margin-top: -5px;
    vertical-align: middle;
}
.icon-navigation-section .grid-element h3 {
    margin: 15px 0 0;
}
.icon-navigation-section .grid-element:hover h3 {
    font-weight: bold;
}
.icon-navigation-section .grid-element:hover .hover-content + h3,
.icon-navigation-section .grid-element .hover-content {
    display: none;
}
.icon-navigation-section .grid-element:hover .hover-content,
.icon-navigation-section .grid-element .hover-content h3 {
    display: block;
}



#main-content .section-wrap {
    margin: 120px 0 0;
}
#main-content .section-wrap .section {
    padding: 0;
}

#main-content .section-wrap.overlay-section {
    background-size: cover;
}
#main-content .section-wrap.overlay-section .section {
    max-width: 800px;
    padding: 100px 20px;
}

#main-content .section-wrap.stom-billede-sektion .stom-picture {
    max-width: calc(50% - 20px);
}
#main-content .section-wrap.stom-billede-sektion .stom-cols-6 {
    width: calc(50% - 20px);
}

#main-content .section-wrap.stom-billede-sektion.split-section-full {
    position: relative;
}
#main-content .section-wrap.stom-billede-sektion.split-section-full .section {
    max-width: calc(50% - 20px);
    background-color: #d5cdc3;
}
#main-content .section-wrap.stom-billede-sektion.split-section-full .stom-cols-6 {
    width: auto;
    max-width: 490px;
}
#main-content .section-wrap.stom-billede-sektion.split-section-full.picture-right .section {
    margin-left: 0;
}
#main-content .section-wrap.stom-billede-sektion.split-section-full.picture-right .stom-cols-6 {
    margin-right: 40px;
    float: right;
}
#main-content .section-wrap.stom-billede-sektion.split-section-full.picture-left .section {
    margin-right: 0;
}
#main-content .section-wrap.stom-billede-sektion.split-section-full.picture-left .stom-cols-6 {
    margin-right: 0;
    margin-left: 40px;
    float: left;
}

#main-content .section-wrap.stom-billede-sektion.split-section-full ~ .stom-billede-sektion.split-section-full {
    margin-top: 40px;
}



.sub-heading h1,
.sub-heading h2,
.sub-heading h3 {
    line-height: .8;
}
.sub-heading h1 br + span,
.sub-heading h2 br + span,
.sub-heading h3 br + span {
    font-size: .6em;
}



body:not(.home) .page-slider-section .slide-element {
    max-height: 400px;
}
body:not(.home) .page-slider-section .slider-text {
    align-items: flex-end;
}

body:not(.home) #main-content .section-wrap:first-child {
    margin-top: 60px;
}

.company-info {
    display: block;
}



.widget-area .widget {
    background: #d5cdc3;
    border: none;
    font-size: 16px;
}

.widget-area .widget .aabningstider-list {
    width: 100%;
    margin: 0;
}
.widget-area .widget .aabningstider-list td:last-child {
    text-align: right;
}
.widget-area .widget .aabningstider-list thead {
    display: none;
}



.gform_wrapper.gravity-theme .gform_fields {
    -ms-grid-rows: repeat(auto-fill,auto);
}





#before-footer-icons .section {
    padding: 80px 0;
    text-align: center;
}
#before-footer-icons p {
    display: inline-block;
    margin: 0;
}
#before-footer-icons p:not(:last-child) {
    margin-right: 200px;
}


#colophon {
    padding: 0;
    font-size: 16px;
    background-color: transparent;
}

#colophon .footer-widget-area {
    background-color: #d5cdc3;
    color: #fff
}
#colophon .footer-widget-area .section {
    padding: 95px 0;
}

#colophon .widget-title {
    display: block;
    margin: 0 0 20px;
    font-size: 22px;
    text-transform: uppercase;
}

#colophon .aabningstider-list {
    border-spacing: 0;
}

#colophon .socials-wrapper {
    margin-bottom: 30px;
}

#colophon .site-info .copyright {
    width: 100%;
    padding: 15px 0;
    text-align: left;
}
#colophon .site-info .copyright a {
    text-decoration: none;
    font-weight: bold;
}

footer .stom-custom-svg {
    font-size: 35px;
    color: #fff
}

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

.mere-tekst {
    padding: 10px 0 20px 0;
}

.mere-tekst-wrapper>button {
    white-space: inherit !important;
}

.widget.number-three-default-widget .stom-button a {
    border-radius: 30px;
}

.hold-start-page #secondary.widget-area .widget h2.widget-title {
    font-size: 25px;
    font-weight: 500;
}

body.hold-start-page #page :not(.home) h1 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 60px;
}

body.hold-start-page #page:not(.no-sidebar) #secondary {
    margin-top: 0;
}

.vis-holdstart-sektion button.fold-ud,
.vis-holdstart-sektion button.fold-ind {
    font-size: 35px;
    font-weight: 500;
    display: flex;
}

.vis-holdstart-sektion button.fold-ud svg,
.vis-holdstart-sektion button.fold-ind svg {
    font-size: 16px
}

.vis-holdstart-sektion button .stom-custom-svg {
    line-height: 0;
    margin: auto 0 auto auto;
    display: flex;
}

.vis-holdstart-sektion.mere-tekst-wrapper>button {
    padding: 20px;
    background-color: var(--STOM-maincolor);
    border-radius: 10px;
}

.vis-holdstart-sektion.mere-tekst-wrapper>button.fold-ind {
    border-radius: 10px 10px 0 0;
}

.hold-start-page #secondary.widget-area .custom-overflow-wrapper {
    background-color: #fff;
}

.hold-start-page section.section-wrap.clear.grbg.footer-grbg {
    display: none;
}

.hold-start-page #page {
    background-color: #f6f6f6
}

.hold-start-page main {
    padding-top: 0px;
    margin-top: unset;
    background-color: #F6F6F6;
}

.vis-holdstart-sektion .mere-tekst {
    padding: 20px;
    background-color: #fff;
}

.hold-start-page .section-wrap.footer-grbg {
    margin-top: 75px;
}

.vis-holdstart-sektion.mere-tekst-wrapper {
    margin-bottom: 20px;
}

.hold-start-page #field_2_7 .gfield_label {
    display: none;
}

.hold-start-page #field_2_7 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.hold-start-page #field_2_7 .ginput_recaptcha {
    align-self: flex-end;
}


.vis-holdstart-wrapper .label {
    display: block;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.vis-holdstart-wrapper .title {
    font-size: 20px;
    font-weight: 600;
}

.vis-holdstart-wrapper .desc {
    font-size: 16px;
    font-weight: 400;
}

.vis-holdstart-wrapper .ico-flex svg {
    font-size: 12px;
}

.vis-holdstart-wrapper:last-child {
    margin-bottom: 0;
}

.vis-holdstart-wrapper {
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    padding: 20px 20px 20px 20px;
    margin-bottom: 20px;
    color: #fff;
    gap: 10px;
}

.vis-holdstart-wrapper.blue {
    background-color: #4384F6;
}

.vis-holdstart-wrapper.green {
    background-color: #0E8340;
}


.vis-holdstart-wrapper.yellow {
    background-color: #F2B243;
}

.vis-holdstart-right {
    display: flex;
    margin: auto 0 auto auto;
}

.ico-flex .stom-custom-svg {
    line-height: 0;
    margin: auto 6px auto 0;
}

.ico-flex {
    display: flex;
}

.vis-holdstart-right a.button {
    font-size: 16px;
    border-radius: 10px;
    background-color: #fff;
    padding: 12px 20px;
    text-decoration: none;
    font-weight: 600;
}

.blue .vis-holdstart-right a.button {
    color: #4384F6;
}

.green .vis-holdstart-right a.button {
    color: #0E8340;
}

.yellow .vis-holdstart-right a.button {
    color: #F2B243;
}

.hold-start-page .mere-tekst:first-of-type {
    padding: 20px 20px 20px 20px;
}


body.hold-start-page #page .gform_wrapper.gravity-theme .gform_body input[type=text],
body.hold-start-page #page .gform_wrapper.gravity-theme .gform_body input[type=email],
body.hold-start-page #page .gform_wrapper.gravity-theme .gform_body input[type=tel],
body.hold-start-page #page .gform_wrapper.gravity-theme .gform_body input[type=number] {
    background-color: #fff;
    border-radius: 5px;
    border-bottom: unset;
    padding: 8px 15px;
}

body.hold-start-page #page .gform_wrapper.gravity-theme .gform_body textarea {
    background-color: #fff;
    border-radius: 5px;
    border-bottom: unset;
    padding: 8px 15px;
}

body.hold-start-page #page .gform_wrapper.gravity-theme .gform_body select {
    background-color: #fff;
    border-radius: 5px;
    border-bottom: unset;
    padding: 8px 15px;
}

body:not(.stom-gform-legacy).hold-start-page #page .gform_wrapper .gform_body {
    padding-left: 0;
}

html {
    scroll-behavior: smooth;
}

#scrolltome {
    scroll-margin-top: 150px
}

body.hold-start-page #page .gform_wrapper.gravity-theme .gform_fields {
    gap: 20px !important;
}

body.hold-start-page :not(.home) h1:last-of-type {
    margin-bottom: 35px;
    margin-top: 65px;
}

body.hold-start-page .btn-text {
    display: flex;
    gap: 10px;
}

body.hold-start-page input#gform_submit_button_2 {
    background-color: #4384F6;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    padding: 12px 20px;
}

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

    .vis-holdstart-sektion button.fold-ud,
    .vis-holdstart-sektion button.fold-ind {
        font-size: 30px;
    }
}

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

    .vis-holdstart-sektion button.fold-ud,
    .vis-holdstart-sektion button.fold-ind {
        font-size: 24px;
    }
}

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

    .vis-holdstart-sektion button.fold-ud,
    .vis-holdstart-sektion button.fold-ind {
        font-size: 20px;
    }
}