/*
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: #ff5b2a;
    --STOM-maincolor-accent: #b3583c;
    --STOM-secondarycolor: #005284;
    --STOM-secondarycolor-accent: #3178a5;
    --STOM-text-color: #404040;
    --STOM-backdrop-color: #f2e3d5;
    --STOM-wrapper-width: var(--stom-content-width);
    --STOM-space: 90px;
    --STOM-transition: .175s ease-in-out;
    --STOM-half-width: 1320px;
    --STOM-quarter-width: 750px;
    --STOM-half-space: 40px;

    /*var resets*/
    --stom-header-height: 0;
    --STOM-section-text-color: var(--STOM-text-color);
    --STOM-element-text-color: inherit;
    --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;
}

/* 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: 40px;
        --STOM-h2-font-size: 30px;
        --STOM-h3-font-size: 25px;
        --STOM-h4-font-size: 25px;
        --STOM-h5-font-size: 16px;
        --STOM-h6-font-size: 20px;
        --STOM-half-width: calc(var(--STOM-wrapper-width) / 2);
        --STOM-half-space: 30px;
    }
}
/* overwrites til størrelser når vi kommer under 1280px*/
@media screen and (max-width: 1200px){
    /* NY KODE 07-08-2024 */

    /* header.site-header .top-bar {
        display: block !important;
    }
    header.site-header .top-bar strong{
        margin-left: 0;
    }
    header.site-header .top-bar .stom-button.small{
        display: none;
    } */
    /* END NY KODE 07-08-2024 */
}

/* overwrites til størrelser når vi kommer under 768px*/
@media screen and (max-width: 768px){
    :root body{
        --STOM-space: 20px;
        --STOM-font-size: 15px;
        --STOM-h1-font-size: 35px;
        --STOM-h2-font-size: 32px;
        --STOM-h3-font-size: 21px;
        --STOM-h4-font-size: 25px;
        --STOM-h5-font-size: 16px;
        --STOM-h6-font-size: 18px;
        --STOM-half-width: var(--STOM-wrapper-width);
        --STOM-half-space: 20px;
    }
}
/*properties som bliver applied til * efter media quiries */


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

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

body {
    overflow-x: unset;
}

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

p, li {
    line-height: 1.3em;
    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%;
}

/*----------------------------------------------------------------------//
// 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: 700;
    line-height: 1.3em;
}

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

.page-slider-section span.h2-style {
	font-size: 50px;
    text-transform: uppercase;
    font-family: var(--STOM-header-font);
    color: var(--STOM-header-color);
    font-weight: 700;
}

h1 {
    text-transform: uppercase;
}

body:not(.home) h1 {
    font-size: var(--STOM-h2-font-size);
    margin-bottom: 40px;
}

body:not(.home) .slider-text-inner h2 {
    font-size: 50px;
    text-transform: uppercase;
}

@media screen and (max-width: 768px){
    body:not(.home) h1 {
        margin-bottom: 20px;
    }

    body:not(.home) .slider-text-inner h2 {
        font-size: var(--STOM-h2-font-size);
    }
}

h2 span {
    color: var(--STOM-maincolor);
}

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

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

    .header-btns,
    .simple-btns {
        display: flex;
        gap: 20px;
        justify-content: center;
    }
    
    .vert-btns {
        display: flex;
        gap: 20px;
        flex-direction: column;
        justify-content: center;
    }
    
    .vert-btns p{
        margin-bottom: 0;
    }
    

    @media screen and (max-width: 639px){
        .header-btns,
        .simple-btns {
            flex-direction: column;
            gap: 15px;
            align-items: center;
        }
    }

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

    button,
    input[type="submit"],
    .gform_wrapper .gform_footer input[type="submit"],
    .stom-button a,
    header.site-header .top-bar .stom-button a,
    #number-three-sticky-mobile-cta .cta-container a{
        display: inline-flex;
        align-items: baseline;
        background-color: var(--STOM-maincolor);
        color: #fff;
        line-height: calc(7em / 3);
        font-family: var(--STOM-body-font);
        font-size: inherit;
        font-weight: 400;
        padding: 0 30px;
        gap: 10px;
        border-radius: 5px;
        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,
    header.site-header .top-bar .stom-button a:hover,
    header.site-header .top-bar .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.small,
    .stom-button.small a,
    header.site-header .top-bar .stom-button a{
        padding: 0 20px;
        gap: 8px;
    }

    .stom-button a svg {
        font-size: 0.9em;
        transform: translateY(0.1em);
    }

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

    .stom-button.underside-header-btn a{
        font-size: 25px;
        font-weight: bold;
        line-height: 48px;
    }

    .stom-button.gradiant a,
    header.site-header .top-bar .stom-button.gradiant a{
        --STOM-gradiant-dark: #d95323;
        --STOM-gradiant-light: #f27d17;
        --STOM-gradiant-hover: var(--STOM-maincolor-accent);
        background-image: linear-gradient(180deg,var(--STOM-gradiant-dark) 50%,var(--STOM-gradiant-light) 100%, var(--STOM-gradiant-hover) 200%);
        background-size: 1px 200%;
        background-position: bottom;
        transition: background-position var(--STOM-transition);
    }

    .stom-button.gradiant a:hover,
    .stom-button.gradiant a:focus,
    header.site-header .top-bar .stom-button.gradiant a:hover,
    header.site-header .top-bar .stom-button.gradiant a:focus{
        background-position: top;
    }

    .stom-button.underline a {
        padding: 0;
        background-color: transparent;
        color: var(--STOM-maincolor);
        position: relative;
    }

    .stom-button.underline a:after {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        height: 2px;
        width: 60px;
        background-color: var(--STOM-maincolor);
        transition: var(--STOM-transition);
    }

    .stom-button.underline a:hover:after {
        width: 80px;
    }

    @media screen and (max-width: 1280px){
        button.bigger,
        .stom-button.bigger a{
            font-size: 18px;
            font-weight: 600;
            line-height: 2em;
            padding: 5px 20px;
            gap: 8px;
        }
    }

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

header.site-header{
    width: 100%;
}

header.site-header .top-bar{
    padding-left: var(--STOM-space);
    padding-right: var(--STOM-space);
    --STOM-font-size: 16px;
    font-size: 16px;
}

header.site-header .top-bar .section{
    padding-top: 10px;
    padding-bottom: 0px;
    border-color: transparent;
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}

header.site-header .top-bar.top-bar-right .section{
    justify-content: flex-end;
}

header.site-header .top-bar.top-bar-split .section{
    justify-content: space-between;
}

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

header.site-header .top-bar a{
    font-weight: 400;
    transition: color var(--STOM-transition);
    outline: none;
    margin: 0;
}
header.site-header .top-bar p > a{
    display: flex;
    gap: 0.66ch;
    align-items: center;
}

header.site-header .top-bar p > a svg{
    font-size: 0.9em;
    transform: translateY(1px);
}

header.site-header .top-bar svg,
header.site-header .top-bar svg *{
    fill: var(--STOM-maincolor)
}

header.site-header .top-bar .stom-button svg * {
    fill: currentColor;
}

header.site-header .top-bar a:hover,
header.site-header .top-bar a:focus{
    color: var(--STOM-maincolor);
}

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

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

.header-sticky-active .main-slider-section {
    padding-top: var(--stom-header-height);
}


header.site-header .top-bar.top-bar-split .section{
    justify-content: space-between;
}

@media screen and (max-width: 1200px){
    header.site-header .top-bar{
        display: none;
    }

    header.site-header .header-wrapper{
        padding: 20px var(--STOM-space) 20px;
    }
}

@media screen and (max-width: 640px){
    header.site-header .header-wrapper{
        padding: var(--STOM-space);
    }
}


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

    .style-header-1 .header-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

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

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

    .site-branding #logo img{
        display: block;
        max-width: 320px;
    }

    @media screen and (max-width: 1650px){
        .site-branding #logo img{
            max-width: 320px;
        }
    }

    @media screen and (max-width: 1550px){
        .site-branding #logo img{
            max-width: 220px;
        }
    }

    @media screen and (max-width: 400px){
        .site-branding #logo img{
            max-width: 180px;
        }
    }

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

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

    .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{
        width: 20px;
        height: 3px;
        background-color: var(--STOM-secondarycolor);
    }

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

    header .main-navigation ul ul a{
        width: 100%;
        min-width: 215px;
        white-space: nowrap;
    }

    .main-navigation ul ul {
        top: calc(100% + 20px);
    }

    .main-navigation ul ul:before {
        content: "";
        display: block;
        position: absolute;
        top: -20px;
        height: 20px;
        width: 100%;
    }

    .hover-entry-none.hover-style-center ul.menu ul li:hover>a:before,
    .hover-entry-none.hover-style-center ul.menu ul .current-menu-item>a:before{
        background-color: transparent;
        bottom: 50%;
        transform: translateY(50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 0 10px 10px;
        border-color: transparent transparent transparent var(--STOM-secondarycolor);
        left: 0;
        right: unset;
    }

    @media screen and (max-width: 1550px){
        .main-navigation ul{
            column-gap: 35px;
        }
    }


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

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

    /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ //
    // ANCHOR burger Nav
    /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
      
    @media only screen and (max-width: 1140px) {

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

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

        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%;
        }
        body header #site-navigation.main-navigation .current-menu-item > a{
            background-color: var(--STOM-maincolor);
            color: #fff;
            border-radius: 5px;
        }
        body header #site-navigation.main-navigation .current-menu-ancestor {
            background-color: transparent;
        }
        body header #site-navigation.main-navigation .current-menu-ancestor > a{
            background-color: var(--STOM-backdrop-color);
            color: var(--STOM-text-color);
            border-radius: 5px;
        }
    }

    header .top-bar strong {
        color: var(--STOM-secondarycolor);
    }

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

#page .main-slider-section .slider-text-inner > p:first-of-type {
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 10px;
}

@media screen and (max-width: 1280px){
    #page .main-slider-section .slider-text-inner > p:first-of-type {
        font-size: 20px;
    }
}

.main-slider-section{
    --STOM-text-color: #fff;
    --STOM-header-color: #fff;

    margin-bottom: var(--STOM-space);
    padding-left: var(--STOM-space);
    padding-right: var(--STOM-space);
}

body.home .main-slider-section {
    margin-bottom: 0;
}

.main-slider-section .slider-inner {
    width: 100%;
    max-width: var(--STOM-wrapper-width);
    margin: 0 auto;
}

.main-slider-section .slider-inner .slides {
    position: relative;
}

.main-slider-section .slider-inner .slides:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: .4;
}

body.home .main-slider-section .slider-inner .slider-text {
    z-index: 4;
    text-align: center;
}

.main-slider-section p{
    line-height: 1.3em;
    font-size: 30px;
}

@media screen and (max-width: 1280px){
    .main-slider-section p{
        line-height: 1.3em;
        font-size: 22px;
    }
}

@media screen and (max-width: 620px){
    .main-slider-section p{
        font-size: 16px;
    }
}

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

.main-slider-section .slider-text-inner{
    padding-left: var(--STOM-space);
    padding-right: var(--STOM-space);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

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

.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 > *{
    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: 40px;
}

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

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

/*på 1280 bliver skriftstørrelsen mindre, så nu begrænser vi pladsen igen*/
@media screen and (max-width: 1280px){

    /* 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: 640px){
    .main-slider-section .slider-text-inner{
        max-width: 100%;
    }

    .main-slider-section .slider-text-inner{
        text-align: center;
    }

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

    .main-slider-section{
        padding-left: 0;
        padding-right: 0;
    }
}

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

@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;
        border-left: 1px solid var(--STOM-secondarycolor);
    }

    #secondary.widget-area .custom-overflow-wrapper{
        padding: 16px calc(var(--STOM-half-space) / 2) 0;
        position: sticky;
        top: calc(var(--stom-header-height) + 26px);
    }
    #secondary.widget-area .widget{
        background-color: transparent;
        border: none;
        padding: 0
    }

    #secondary.widget-area .widget a{
        text-decoration: none;
        transition: color var(--STOM-transition);
    }

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

    #secondary.widget-area .widget h2.widget-title {
        font-size: 22px;
        font-weight: 400;
        color: #fff;
        background: var(--STOM-maincolor);
        border-radius: 10px;
        padding: 12px 10px 9px;
        margin-bottom: calc(var(--STOM-half-space) / 2);
    }

    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;
            border: none;
        }
        #secondary.widget-area .custom-overflow-wrapper{
            padding: 0;
        }
    }

    /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ //
    // ANCHOR Åbningstider
    /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

    .widget.number-three-default-widget .aabningstider-list p{
        margin-bottom: 0;
        line-height: calc(var(--STOM-font-size) + 10px);
    }

    .aabningstider-list-row{
        display: flex;
        justify-content: space-between;
    }


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

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

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

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

.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 .section{
    margin-bottom: var(--STOM-space);
}

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

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

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

@media screen and (max-width: 768px){
    /* Dobbelt størrelse skal være x3 på mobil */
    main > section.section-wrap.double-space-bottom .section{
        margin-bottom: calc(var(--STOM-space) * 3);
    }

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

    main > section.section-wrap.mobile-extra-space-top .section{
        margin-top: calc(var(--STOM-space) * 1.5);
    }
}


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

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

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

    /*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 1fr;
            gap: var(--STOM-space);
        }
        
        section.stom-billede-sektion .section .stom-center-box,
        section.stom-billede-sektion[class*="picture-"] .section .stom-center-box{
            padding: 0;
        }
    }

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

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

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

    .stom-grid-section .section .grid-elements {
        position: relative;
        display: grid;
        align-items: center;
        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 {
        display: flex;
        flex-wrap: nowrap;
        background-size: cover;
        flex-direction: column;
        justify-content: flex-end;
        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;
        flex-grow: initial;
    }

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

    @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;
        }
    }
    
    @media screen and (max-width: 768px){
        :root{
            --STOM-grid-gap: 20px;
        }

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

    .simple_slider_headline {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        padding-bottom: 5px;
        margin-bottom: 60px;
        border-bottom: 1px solid var(--STOM-maincolor);
    }

    .simple_slider_headline h1,
    .simple_slider_headline h2,
    .simple_slider_headline h3,
    .simple_slider_headline h4,
    .simple_slider_headline h5,
    .simple_slider_headline h6{
        margin-bottom: 0;
    }

    .simple_slider_headline h2{
        font-size: var(--STOM-h1-font-size);
    }

    .simple_slider_headline a{
        text-decoration: none;
        color: var(--STOM-maincolor);
        transition: color var(--STOM-transition);
        white-space: nowrap;
    }

    .simple_slider_headline a svg{
        display: inline-block;
        margin-left: 10px;
        fill: var(--STOM-maincolor);
    }
    .simple_slider_headline a:hover{
        color: var(--STOM-maincolor-accent);
    }

    .simple_slider_headline a:hover svg{
        fill: var(--STOM-maincolor-accent);
    }

    .stom-simple-slider.slick-slider{
        padding-left: 40px;
        padding-right: 40px;
    }

    .stom-simple-slider.slick-slider button .stom-custom-svg svg * {
        transition: fill var(--STOM-transition);
        fill: var(--STOM-secondarycolor);
        opacity: .5;
    }

    .stom-simple-slider.slick-slider button:hover .stom-custom-svg svg * {
        fill: var(--STOM-maincolor-accent);
    }

    .stom-simple-slider.slick-slider button {
        position: absolute;
        top: 50%;
        padding: 0;
        margin: 0;
        transform: translateY(-50%);
    }

    .stom-simple-slider.slick-slider button,
    .stom-simple-slider.slick-slider button svg{
        background-color: transparent;
        display: block;
        width: 12px;
        height: 12px;
    }

    .stom-simple-slider .slick-slide img{
        margin: 0 auto;
    }

    #page .slick-initialized .slick-slide {
        height: 70px;
        display: flex;
        align-items: center;
        margin: 0 30px;
    }

    /* Sliderens overskrift skal ikke være h1 størrelse på mobil */
    @media screen and (max-width: 640px){
        .simple_slider_headline h2{
            font-size: var(--STOM-h2-font-size);
        }

        .simple_slider_headline{
            margin-bottom: var(--STOM-space);
        }

        .stom-simple-slider.slick-slider{
            padding-left: 0;
            padding-right: 0;
        }

        .slick-prev{
            left: -12px;
        }

        .slick-next{
            right: -12px;
        }

        .slick-list{
            margin: 0 -10px;
        }

        .slick-track:before,
        .slick-track:after{
            display: none;
        }

        .stom-simple-slider.slick-slider button,
        .stom-simple-slider.slick-slider button svg{
            width: 8px;
            height: 8px; 
        }

        .slick-slide{
            margin: 0 calc(var(--STOM-space) / 2);
        }
    }

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

    .section-wrap.form-panel .section {
        padding: var(--STOM-space);
    }

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

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

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

    /*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-secondarycolor);
        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 h2 {
        font-size: 60px;
        font-weight: 600;
    }

    @media screen and (max-width: 1800px){
        .form-panel h2 {
            font-size: 50px;
        }
    }

    @media screen and (max-width: 1500px){
        .form-panel h2 {
            font-size: 40px;
        }
    }

    @media screen and (max-width: 1100px){
        .form-panel h2 {
            font-size: 32px;
        }
    }

    @media screen and (max-width: 900px){
        .stom-grid-section.form-panel .section .grid-elements {
            grid-template-columns: 1fr;
        }

        .form-panel.section-wrap.stom-grid-section .section .grid-element:not(:last-child):after {
            content: none;
        }
    }

    @media screen and (max-width: 400px){
        .form-panel h2 {
            font-size: 24px;
        }
    }

    /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ //
    // ANCHOR 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: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; /*padding + ikonbredde + gap*/
    }

    @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                                               //
//======================================================================//
// ANCHOR Footer
//----------------------------------------------------------------------*/

footer#colophon.site-footer {

    --STOM-text-color: #fff;
    --STOM-section-bg-color: #404040;

    margin: 0;
    padding: 0;
    background-color: var(--STOM-secondarycolor);
    color: var(--STOM-text-color);
}



    /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ //
        Footer grid omskrivning          //
    /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

    footer#colophon.site-footer .section{
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
        gap: 40px;
        padding: var(--STOM-space) 0 0;
    }

    
    footer#colophon.site-footer .section .footer-widgets[class*="stom-cols-"]{
        width: 100%;
        margin: 0;
        float: none;
    }

    footer#colophon.site-footer .section .footer-widgets .widget{
        margin: 0;
    }

    /*fjerner after og clear, så grid ikke tror der er 6 children i stedet for 4*/
    footer#colophon.site-footer .section-wrap:not(.stom-grid-section) .clear{
        display: none;
    }

    /*Når der kommer burgermenu på skal vi deles i 2 kolonner, og reducerer det vertikale gap*/
    @media screen and (max-width: 1800px){
        footer#colophon.site-footer .section{
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 20px 40px;
        }
    }
    
    /*på små telefoner skal footeren være i 1 kolonne*/
    @media screen and (max-width: 980px){
        footer#colophon.site-footer .section{
            grid-template-columns: 1fr;
            gap: var(--STOM-space);
        }
    }

    /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ //
        Footer overskrifter              //
    /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

    footer#colophon.site-footer .widget-title{
        font-size: 21px;
        font-weight: 500;
        display: block;
        border-bottom: 1px solid #fff;
        margin-bottom: 20px;
    }

    @media screen and (max-width: 1280px){
        footer#colophon.site-footer .widget-title{
            margin-bottom: 10px;
        }
    }

    /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ //
        Footer styling af lister         //
    /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

    footer#colophon.site-footer ul{
        list-style: none;
        padding: 0;
    }
    footer#colophon.site-footer ul li > a{
        text-decoration: none;
    }
    footer#colophon.site-footer ul li > a:hover{
        color: var(--STOM-maincolor);
    }

    /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ //
        Social media knapper i footeren  //
    /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

    footer#colophon.site-footer .socials-wrapper a.stom-social-shortcode{
        color: var(--STOM-text-color);
    }

    /*Overskriver hovedtemaets socialmedia brand farver på hover.*/
    footer#colophon.site-footer .socials-wrapper a.stom-social-shortcode:hover,
    footer#colophon.site-footer .socials-wrapper a.stom-social-shortcode:hover span.fa-svg{
        color: var(--STOM-maincolor);
    }

    footer#colophon.site-footer .socials-wrapper{
        display: inline-flex;
        vertical-align: initial;
        gap: 15px;
    }

    footer#colophon.site-footer .socials-wrapper a{
        display: block;
        padding: 0;
        float: none;
        color: #000;
        text-decoration: none;
        line-height: 0;
        font-size: 34.29px;
    }

    footer#colophon.site-footer .socials-wrapper a .stom-custom-svg,
    footer#colophon.site-footer .socials-wrapper a .stom-custom-svg svg {
        display: block;
        line-height: 0;
        vertical-align: initial;
    }

    
    /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ //
        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:nth-child(2n){
        background-color: var(--STOM-maincolor-accent);
        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-maincolor);
        color: #fff;
    }

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

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

    #colophon .site-info {
        height: 60px;
        background-color: rgba(0, 0, 0, 0.1);
        width: 100%;
        margin-top: 70px;
    }

    #colophon .copyright {
        width: 100%;
        height: 60px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    #colophon .copyright a {
        margin-left: 5px;
        text-decoration: none;
    }

    #colophon .copyright a:hover {
        text-decoration: underline;
    }

    #colophon .stom-button {
        margin-bottom: 15px;
    }

/*----------------------------------------------------------------------//
//  Footer - afsluttet                                                  //
//======================================================================//
//  Andet                                             //
//----------------------------------------------------------------------*/

.partners .simple_slider_headline h2 {
    font-size: 40px;
    margin-bottom: 20px;
}
.partners .simple_slider_headline  {
    margin-bottom: 40px;
}
#page .partners .slick-initialized .slick-slide {
    height: 60px;
}
#page .partners .slick-initialized .slick-slide img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

@media screen and (max-width: 1280px){
    .partners .simple_slider_headline h2 {
        font-size: 36px;
    }
}

@media screen and (max-width: 810px){
    .partners .simple_slider_headline h2 {
        font-size: 30px;
    }
}

@media screen and (max-width: 639px){
    .partners .simple_slider_headline h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 400px){
    .partners .simple_slider_headline h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

.simple_slider_headline {
    border-bottom: 1px solid var(--STOM-secondarycolor);
}

@media screen and (max-width: 1200px){
    #page .burger-menu-content-inner .stom_theme_logo {
        text-align: left;
    }

    #page .burger-menu-content-inner .stom_theme_logo img {
        padding: 20px 20px 0;
        max-width: 75%
    }
}

    /* ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ //
        Cookie repop                     //
    /* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

    /*når vi når ned på tablet, skal cookie repope elementet være mindre*/
    
    @media screen and (max-width: 1280px) {
        body .cm-repop-element .repop-consent-button {
            --repop-element-distance-side: 10px;
            --repop-element-distance-bottom: 10px;
            transform: translateY(var(--adjust-repop-poistion)) scale(0.7);
            transform-origin: bottom left;
            border: 1px solid #ccc;
            box-shadow: none;
        }
        body .cm-repop-element .repop-consent-button:hover {
            background-color: #f3f3f3;
        }
    }


/*======================================================================//
// ANCHOR Post-header
//======================================================================*/

section.section-wrap.post-header {
    background-color: var(--STOM-secondarycolor);
    color: #fff;
    max-width: var(--STOM-wrapper-width);
    margin: 0 auto;
    padding-left: var(--STOM-space);
    padding-right: var(--STOM-space);
}

@media screen and (max-width: 1936px){
    section.section-wrap.post-header {
        margin-left: var(--STOM-space);
        margin-right: var(--STOM-space);
    }
}

@media screen and (max-width: 640px){
    section.section-wrap.post-header {
        margin-left: 0;
        margin-right: 0;
    }
}

section.section-wrap.post-header .grid-elements {
    gap: 30px;
}

section.section-wrap.post-header .grid-elements .grid-element .overlay {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 40px;
    color: #fff;
}

section.section-wrap.post-header .grid-elements .grid-element .overlay h2 {
    font-size: 30px;
    margin-bottom: 15px;
    color: #fff;
}

section.section-wrap.post-header .grid-elements .grid-element .overlay p {
    text-align: center;
    color: #fff;
}

section.section-wrap.post-header .grid-elements .grid-element .overlay p:first-of-type {
    margin: 0 0 13px;
}

@media screen and (max-width: 1650px){
    .section-wrap.stom-grid-section.post-header .section .grid-element:last-of-type {
        grid-column: span 2;
    }
}

@media screen and (max-width: 980px){
    section.section-wrap.post-header .grid-elements .grid-element .overlay {
        padding: 40px 0 0;
    }

    section.section-wrap.post-header .grid-elements {
        gap: 10px;
    }

    section.section-wrap.post-header {
        padding-bottom: 40px;
        margin-bottom: var(--STOM-space);
    }

    .section-wrap.stom-grid-section.post-header .section .grid-element:last-of-type {
        grid-column: span 1;
    }
}


/*======================================================================//
// ANCHOR Cards
//======================================================================*/

section.section-wrap.cards .grid-elements .grid-element {
    position: relative;
}

section.section-wrap.cards .grid-elements .grid-element:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 100%);*/
}

section.section-wrap.cards .grid-elements .grid-element .overlay {
    z-index: 4;
    padding: 40px 30px;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

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

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

    .card-icon {
        transform: scale(.5);
        transform-origin: top left;
    }
}

section.section-wrap.cards .grid-elements {
    gap: 40px;
}

.card-icon {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 82, 132, .5);
    position: absolute;
    top: 0;
    left: 0;
}

#page section.section-wrap.cards .section > h2 {
    font-size: 50px;
    margin-bottom: 40px;
}

@media screen and (max-width: 767px){
    #page section.section-wrap.cards .section > h2 {
        font-size: 32px;
    }
}

@media screen and (max-width: 1650px){
    .stom-grid-section .section .grid-elements {
        grid-template-columns: repeat(2, auto);
        justify-content: center;
    }
}

/*======================================================================//
// ANCHOR Simple slider
//======================================================================*/

section.section-wrap.simple-center {
    padding-top: var(--STOM-space);
    padding-bottom: var(--STOM-space);
    margin-bottom: var(--STOM-space);
    margin-left: var(--STOM-space);
    margin-right: var(--STOM-space);
}

@media screen and (max-width: 1280px){
    section.section-wrap.simple-center {
        padding-top: calc(var(--STOM-space)* 2);
        padding-bottom: calc(var(--STOM-space)* 2);
        margin-bottom: calc(var(--STOM-space)* 2);
    }
}

section.section-wrap.simple-center .section {
    margin-bottom: 0;
}

section.section-wrap.simple-center .section > h2 {
    font-size: 40px;
    font-weight: 400;
}

@media screen and (max-width: 639px){
    section.section-wrap.simple-center .section > h2 {
        font-size: 25px;
        font-weight: 500;
    }

    section.section-wrap.simple-center {
        margin-left: 0;
        margin-right: 0;
    }
}

section.section-wrap.simple-center .section > p {
    margin-inline: auto;
    max-width: 780px;
}

.split-column {
    column-count: 2;
    column-gap: 20px;
    margin-bottom: 35px;
}

body:not(.home) .entry-content ul {
   padding-left: 2.2em;
}

body:not(.home) .entry-content ul li {
    position: relative;
    list-style-type: none;
    margin-bottom: 12px;
}

body:not(.home) .entry-content ul li:before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: -40px;
    height: 18px;
    width: 18px;
    background-image: url(../../uploads/2023/01/wrench.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

/* Kontaktformular */

.entry-content form {
    background: #eee;
    padding: 20px;
    border: 1px solid var(--STOM-secondarycolor);
}
.entry-content > .gform_wrapper {
    margin: 0 0 1.5em
}

.entry-content .gform_wrapper form .gform_body {
    padding-top: 0px;
}

.entry-content form h3 {
    font-size: 28px;
    margin-bottom: 0;
    border-bottom: 1px solid var(--STOM-secondarycolor);
    padding-bottom: 5px;
}

.entry-content form input[type="text"],
.entry-content form input[type="email"],
.entry-content form input[type="url"],
.entry-content form input[type="password"],
.entry-content form input[type="search"],
.entry-content form input[type="number"],
.entry-content form input[type="tel"],
.entry-content form input[type="range"],
.entry-content form input[type="date"],
.entry-content form input[type="month"],
.entry-content form input[type="week"],
.entry-content form input[type="time"],
.entry-content form input[type="datetime"],
.entry-content form input[type="datetime-local"],
.entry-content form input[type="color"],
.entry-content form textarea {
    border: none;
}

.entry-content form input[type="submit"],
.entry-content .gform_wrapper .gform_footer input[type="submit"] {
    width: 100%;
    text-align: center;
    justify-content: center;
    padding: 0;
    text-transform: uppercase;
    font-weight: bold;
}

/* Widgets */

#secondary.widget-area .trust-oneshot {
    border-top: 1px solid var(--STOM-secondarycolor);
    padding-top: calc(var(--STOM-space) / 2);
}

#secondary.widget-area .trust-oneshot p{
    font-size: var(--STOM-h4-font-size);
}

.firmaoplysninger{
    margin: 0 0 1.5em;
}

.firmaoplysninger .stom-custom-svg{
    display: inline-block;
    margin-right: 20px;
}

.firmaoplysninger p{
    line-height: 2em;
}
.firmaoplysninger .postnr{
    display: inline-block;
    padding-left: calc(1em + 20px);
}





/* NY KODE 08-08-2024 */
div.orange-box{
    background-color: var(--STOM-maincolor);
    border-radius: 5px;
    color: white;
    padding: 15px 25px;
    margin-top: 5px;
}
@media screen and (max-width: 479px){
    div.orange-box{
        background-color: var(--STOM-maincolor);
        border-radius: 5px;
        color: white;
        padding: 10px 15px;
        margin-top: 5px;
        font-size: 14px;
    }
}


/* END NY KODE 08-08-2024 */






/*======================================================================//
// stom_anmeldelser
//======================================================================*/

body:not(.stom-admin) .hide {
    display: none !important;
}


body #main-content .anmeldelser.section-wrap .section .stom-anmeldelse-wrapper .stom-anmeldelse{
    border: 1px solid var(--STOM-maincolor);
    border-radius: 15px;
    padding: 40px;
    margin: 0 20px;
    cursor: pointer;
    min-height: 290px;
    height: auto;
    display: block;
}

body .anmeldelser.section-wrap .section .stom-anmeldelse-wrapper .stom-anmeldelse>.stom-anmeldelse-heading {
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px
}
body .anmeldelser.section-wrap .section .stom-anmeldelse-wrapper .slick-list{
    padding-bottom: 30px;
}
body .anmeldelser.section-wrap .section .stom-anmeldelse-wrapper .stom-anmeldelse>.anmeldelses-logo {
    display: block;
    margin-top: 40px
}

body .anmeldelser.section-wrap .stom-anmeldelse-wrapper, .stom-anmeldelse-wrapper.slick-dotted {
    margin-bottom: calc(20px + 3.0em);
}
body .anmeldelser.section-wrap .section .stom-anmeldelse-wrapper .stom-anmeldelse>.anmeldelses-logo img {
    max-height: 53px;
    width: auto
}

body .anmeldelser.section-wrap .section .stom-anmeldelse-wrapper .stom-anmeldelse>.author {
    display: grid;
    grid-template-columns: 50px 1fr;
    grid-gap: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    align-items: center
}

.stom-anmeldelse-tekst-content .full {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s ease
}

body .anmeldelser.section-wrap .section .stom-anmeldelse-wrapper .stom-anmeldelse>.author .avatar {
    background-color: var(--STOM-maincolor);
    border-radius: 50rem;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

body .anmeldelser.section-wrap .section .stom-anmeldelse-wrapper .stom-anmeldelse>.author .avatar .stom-custom-svg {
    color: #fff;
    line-height: 0;
    font-size: 28px;
    opacity: .5
}

body .anmeldelser.section-wrap .section .stom-anmeldelse-wrapper .stom-anmeldelse>.author .content {
    font-size: 18px;
    font-weight: 350;
    line-height: 1.25
}

body .anmeldelser.section-wrap .section .stom-anmeldelse-wrapper .stom-anmeldelse>.author .content>span {
    display: block;
    font-size: 18px;
    font-weight: 600
}

body .anmeldelser.section-wrap .section .stom-anmeldelse-wrapper .stom-anmeldelse>.author>span {
    display: block;
    font-weight: 400
}

body .anmeldelser.section-wrap .section .stom-anmeldelse-wrapper .stom-anmeldelse>a.laes-mere {
    display: block;
    margin-top: 20px;
    pointer-events: none;
    text-decoration: none;
    font-weight: 600;
    color:var(--STOM-maincolor)
}


/*======================================================================//
// END stom_anmeldelser                                                 //
//======================================================================*/



/*======================================================================//
// woocommerce.css                                                      //
//======================================================================*/

/* woocommerce style goes here */

/*======================================================================//
// END woocommerce.css                                                  //
//======================================================================*/


header .main-navigation ul {
	column-gap: 40px;
}

header .main-navigation a {
	font-size: 16px;
}

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

.number-three-burger-menu-content li a {
	padding: 12px 20px;
}

@media only screen and (max-width: 1460px) {
	header .main-navigation ul {
		column-gap: 30px;
	}
}