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


/* ===== CSS Variables ===== */

:root {
    /* Font sizes */
    --h1: 45px;
    --h2: 50px;
    --h3: 25px;
    --h4: 22px;
    --h5: 16px;
    --h6: 14px;
    --p: 18px;

    /* Gaps */
    --gap-l: 90px;
    --gap-m: 40px;
    --gap-s: 20px;

    /* font families */
    --h-fam: 'DM Sans', sans-serif;
    --p-fam: 'DM Sans', sans-serif;
    --btn-fam: var(--p-fam);

    --border-radius: 10px;

    /* colors */
    --color-1: #A20514;
    --color-2: #A20514;
    --color-bg: #f6f6f6;
    --color-text: #2B2B2B;
    --color-dark: #2B2B2B;
    --color-overlay: rgb(0 0 0 / 45%);

    /* transitions */
    --transition: .175s ease-out;

    /* Margin on the right and left of the main content sections (change 0 to 1 to match template distances)*/
    --content-margin: calc(0 * var(--gap-m));
    --slider-text-width: 800px;
    
    /* Theme defined variables from PHP */
    --content-width: initial;
    --sidebar-width: initial;
    /* END Theme defined variables from PHP */
}


/* ===== END CSS Variables ===== */


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

.slick-arrow {
    background-color: #fff;
    box-shadow: none;
    border: 1px solid var(--color-1);
    width: 60px;
    height: 60px;
    aspect-ratio: 1 / 1;
    transition: var(--transition);
    top: 60%;
    padding: 0;
}

.slick-arrow:hover {
    box-shadow: none;
    background-color: var(--color-1);
}

.slick-arrow:hover .stom-custom-svg {
    color: #fff;
}

.slick-arrow .stom-custom-svg {
    font-size: 24px;
    color: var(--color-1);
    line-height: 0;
    transition: var(--transition);
}

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

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

.slick-prev, 
.slick-next {

}

.slick-slider .slick-dots li button {
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid var(--color-1);
    border-radius: 50rem;
}

.slick-slider .slick-dots li button:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    width: 10px;
    height: 10px;
    opacity: 1;
}

.slick-slider .slick-dots li.slick-active button:before {
    background-color: var(--color-1);
}

.stom-grid-section .grid-element-slider-wrap .slick-dots {
    margin-top: var(--gap-m);
}

/* Generel */
h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    line-height: 1.2;
    transition: var(--transition);
}

html, body, input, select, optgroup, textarea {
    line-height: 1.45;
    font-weight: 400;
    transition: var(--transition);
}

span.sub-heading {
    display: block;
    text-transform: uppercase;
    color: var(--color-1);
    font-weight: 300;
}

p {

}

.section-wrap.clear p + .stom-button {
    margin-top: 10px;
}

.stom-button a {
    display: inline-block;
    font-size: var(--p);
    font-weight: 400;
    border-radius: 50rem;
    padding: 12px 22px;
    /* text-transform: uppercase; */
    background-color: var(--color-1);
    border: 1px solid var(--color-1);
    color: #fff;
}

.stom-button a:hover {
    background-color: #fff;
    border-color: var(--color-1);
    color: var(--color-1);
}

.stom-button a .stom-custom-svg {
    font-size: 12px;
    line-height: 1.25;
    margin-left: .75em;
}

.stom-button.white a {
    background-color: #fff;
    border-color: #fff;
    color: #2B2B2B;
}

.stom-button.white a:hover {
    background-color: var(--color-1);
    border-color: #fff;
    color: #fff;
}

/* Sections */
.stom-grid-section .grid-element .overlay {
    justify-content: flex-start;
}

.section-wrap.clear.narrow-section .section {
    max-width: 750px;
}

.section-wrap.clear.stom-billede-sektion {
    margin-top: calc(var(--gap-l) * 2);
}

.section-wrap.clear.stom-billede-sektion .stom-picture img {
    border-radius: var(--border-radius);
}

.section-wrap.clear.stom-billede-sektion .stom-cols-6 .stom-center-box > p a {
    text-decoration: none;
    color: var(--color-1);
}

.section-wrap.clear.stom-billede-sektion .stom-cols-6 .stom-center-box > p a:hover {
    text-decoration: underline;
}

#main-content .section-wrap.clear.has-background {
    overflow: hidden;
    border-radius: var(--border-radius);
}

.section-wrap.clear.has-background span.sub-heading {
    color: #fff;
    font-weight: 250;
}

.section-wrap.clear.has-background p {
    font-weight: 300;
}

/* Logo + Menu */
.style-header-02 .site-branding #logo {
    padding: 30px 0;
}

.header-sticky-active.scrolled header .site-branding #logo {
    padding: 30px 0;
}

.site-branding #logo img, 
.site-branding #logo svg {
    max-width: 240px;
    max-height: 50px;
}

.header-sticky-active.scrolled header .site-branding #logo img.logo-landscape {
    max-height: 50px;
}

header .main-navigation ul.menu a {
    font-size: 16px;
    font-weight: 350;
    padding: .7em .55em;
    transition: var(--transition);
}

.hover-style-bold ul.menu li:hover > a, 
.hover-style-bold ul.menu li.focus > a, 
.hover-style-bold ul.menu .current-menu-item > a, 
.hover-style-bold ul.menu .current-menu-ancestor > a {
    font-weight: 350;
    color: var(--color-1);
}

#primary-menu li.menu-item-has-children ul.sub-menu {
    transform: scaleY(0);
    transform-origin: top;
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    /* background-color: var(--color-dark); */
    display: block;
}

#primary-menu li.menu-item-has-children:hover ul.sub-menu {
    transform: scaleY(1);
    opacity: 1;
}

#primary-menu li.menu-item-has-children ul.sub-menu li.menu-item a {
    font-size: 14px;
}

.style-header-02 .header-inner .nav-wrap {
    display: flex;
    align-items: center;
}

.style-header-02 .header-inner .nav-wrap .header-cta {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    margin-left: 35px;
}

.header-cta .stom-button a {
    font-size: 16px;
    text-transform: inherit;
}

.header-cta .stom-button a .stom-custom-svg {
    margin-left: 0;
    margin-right: .25em;
    line-height: 1;
}

.header-cta .stom-button:not(.white) a .stom-custom-svg {
    font-size: 20px;
}

.header-cta .stom-button a:hover {
    color: var(--color-1) !important;
}

.header-cta .stom-button a .arrow {
    display: none;
}

.header-cta .stom-button.white a {
    background-color: #fff;
    border-color: var(--color-1);
    color: var(--color-text) !important;
    font-weight: 450;
}

.header-cta .stom-button.white a:hover {
    background-color: var(--color-1);
    border-color: var(--color-1);
    color: #fff !important;
}

.header-cta .stom-button.white a .stom-custom-svg {
    color: var(--color-1);
}


/* Header */
header#masthead {
    border-bottom: 1px solid var(--color-1);
}

#masthead {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: var(--color-bg);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    /* transform: translateY(0); */
    transition: transform 0.4s ease, box-shadow 0.4s ease, background-color 0.4s ease !important;
}
  
/* Skjul header */
#masthead.header-hidden {
    transform: translateY(-100%);
    
}

.page-slider-section .slide-element .video-aligner {
    padding-top: 0 !important;
    line-height: 0;
}

.home .page-slider-section .slider-text {
    /* padding-top: var(--header-height); */
}

.home .page-slider-section .slide-element .video-aligner video {
    min-height: 80vh;
    max-height: 80vh;
}

.home .page-slider-section .slider-text-inner .slider-text-inner-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
}

.home .page-slider-section .slider-text-inner .slider-text-inner-wrapper .white-text {
    padding-right: var(--gap-l);
}

.home .page-slider-section .slider-text-inner .slider-text-inner-wrapper .sub-heading {
    color: #fff;
}

.page-slider-section .slider-text-inner .slider-text-inner-wrapper .formular {
    background-color: #fff;
    border-radius: var(--border-radius);
    padding: 55px 60px;
}

.page-slider-section .slider-text-inner .slider-text-inner-wrapper .formular > h3 {
    font-size: 35px;
    margin-bottom: 20px;
    line-height: 1.35;
}

.page-slider-section .slider-text-inner .slider-text-inner-wrapper .formular .gform_wrapper form .gform_body .gform_fields {
    grid-row-gap: 10px;
    grid-column-gap: 10px;
}

.page-slider-section .slider-text-inner .slider-text-inner-wrapper .formular .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container > * {
    border-radius: 10px;
    border-color: #EDE7DB;
    font-size: 16px;
    color: var(--color-text);
    padding: 8px 15px;
}

.page-slider-section .slider-text-inner .slider-text-inner-wrapper .formular .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container > *::placeholder {
    font-size: 16px;
    color: var(--color-text);
}

.page-slider-section .slider-text-inner .slider-text-inner-wrapper .formular .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container > input {
    height: 43px;
}

.page-slider-section .slider-text-inner .slider-text-inner-wrapper .formular .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container > textarea {
    height: 90px;
}

.page-slider-section .slider-text-inner .slider-text-inner-wrapper .formular .gform_wrapper form .gform_body .gform_fields .stomGFAS-container-field .stomGFAS-inner {
    background-color: #fff;
    border-radius: 10px;
    border-color: #EDE7DB;
}

.page-slider-section .slider-text-inner .slider-text-inner-wrapper .formular .gform_wrapper form .gform_footer {
    margin-top: 10px !important;
}

.page-slider-section .slider-text-inner .slider-text-inner-wrapper .formular .gform_wrapper form .gform_footer .gform_button {
    width: 100%;
    height: 56px;
    line-height: 1 !important;
    border-radius: 25rem;
    font-size: var(--p);
    font-weight: 450;
    background-color: var(--color-1);
    border: 1px solid var(--color-1);
}

.page-slider-section .slider-text-inner .slider-text-inner-wrapper .formular .gform_wrapper form .gform_footer .gform_button:hover {
    background-color: #fff;
    border-color: var(--color-1);
    color: var(--color-1);
}

.page-slider-section .slider-text-inner .slider-text-inner-wrapper h1 {
    font-weight: 450;
    line-height: 1.3;
}

.page-slider-section .slider-text-inner .slider-text-inner-wrapper a {
    transition: var(--transition);
    white-space: nowrap;
}

.page-slider-section .slider-text-inner .slider-text-inner-wrapper a:hover {
    color: var(--color-1);
}

.page-slider-section .slider-text-inner .slider-text-inner-wrapper p {
    font-size: var(--p);
    font-weight: 300;
}

.page-slider-section .slider-text-inner .slider-text-inner-wrapper .stom-button a {
    text-transform: inherit;
}

.home .page-slider-section .slider-text-inner .slider-text-inner-wrapper .stom-button a:hover {
    background-color: var(--color-1);
    border-color: var(--color-1);
    color: #fff;
}

.home .page-slider-section .slider-text-inner .slider-text-inner-wrapper .stom-button a .arrow {
    display: none;
}

.home .page-slider-section .slider-text-inner .slider-text-inner-wrapper .stom-button a .stom-custom-svg {
    margin-left: 0;
    color: var(--color-1);
    margin-right: .25em;
    line-height: 1;
    font-size: 16px;
    transition: var(--transition);
}

.home .page-slider-section .slider-text-inner .slider-text-inner-wrapper .stom-button a:hover .stom-custom-svg {
    color: #fff;
}

.page-slider-section .image-aligner img, 
.page-slider-section .slide-element video, 
.page-slider-section .slide-element iframe {
    /* max-height: calc(85vh - var(--header-height)); */
}

body:not(.home) .page-slider-section .slider-text {
    background-color: rgba(0, 0, 0, .4);
}

.section-wrap.clear.usp-section {
    background-color: var(--color-1);
    border-radius: 0 0 var(--border-radius) var(--border-radius);
    margin-inline: 0;
}

.section-wrap.clear.usp-section .section {
    display: flex;
    align-items: flex-start;
    padding-block: 60px;
    gap: var(--gap-m);
}

.section-wrap.clear.usp-section .section:after {
    display: none;
}

.section-wrap.clear.usp-section .section .element {
    display: flex;
    column-gap: 15px;
    flex: 1;
}

.section-wrap.clear.usp-section .section .element > p:first-of-type {
    min-width: 60px;
    max-width: 60px;
    margin: 0;
    line-height: 0;
}

.section-wrap.clear.usp-section .section .element .content > h3 {
    font-size: 25px;
    margin-bottom: 2px;
}

.section-wrap.clear.usp-section .section .element .content > p {
    font-size: var(--p);
    font-weight: 300;
    line-height: 1.25;
}

header.site-header .section-wrap .section {
    padding: 15px 0;
}

.header-sticky-active.scrolled .style-header-02 .section-wrap .section {
    padding: 15px 0;
}

header .top-bar ul {
    justify-content: space-between;
}

header .top-bar ul li {
    flex: 1;
    font-size: 16px;
    font-weight: 600;
}

header .top-bar ul li:nth-child(2) {
    text-align: center;
}

header .top-bar ul li:last-of-type {
    text-align: right;
}

header .top-bar ul li .stom-custom-svg {
    font-size: 20px;
    margin-right: .25em;
}

/* Frontpage */
.section-wrap.clear.cards-section .section .grid-elements .grid-element.heading {
    border-bottom: 1px solid var(--color-dark);
    padding-bottom: 30px;
    margin-bottom: 20px;
}

.section-wrap.clear.cards-section .section .grid-elements .grid-element.heading .overlay {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row;
}

.section-wrap.clear.cards-section .section .grid-elements .grid-element.heading .overlay:after {
    display: none;
}

.section-wrap.clear.cards-section .section .grid-elements .grid-element:not(.heading) {
    position: relative;
    margin: 0 30px;
}

.section-wrap.clear.cards-section .section .grid-elements .grid-element:not(.heading):before {
    content:"";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .2);
    border-radius: var(--border-radius);
    pointer-events: none;
    transition: var(--transition);
}

.section-wrap.clear.cards-section .section .grid-elements .grid-element:not(.heading):hover:before {
    background-color: rgba(0, 0, 0, .4);
}

.section-wrap.clear.cards-section .section .grid-elements .grid-element:not(.heading) > img {
    border-radius: var(--border-radius);
}

.section-wrap.clear.cards-section .section .grid-elements .grid-element:not(.heading) .overlay {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row;
    padding: 30px;
}

.section-wrap.clear.cards-section .section .grid-elements .grid-element:not(.heading) .overlay:after {
    display: none;
}

.section-wrap.clear.cards-section .section .grid-elements .grid-element:not(.heading) .overlay > h3,
.section-wrap.clear.cards-section .section .grid-elements .grid-element:not(.heading) .overlay > .stom-custom-svg {
    color: #fff;
}

.section-wrap.clear.cards-section .section .grid-elements .grid-element:not(.heading) .overlay > h3 {
    font-weight: 350;
    margin: 0;
}

.section-wrap.clear.cards-section .section .grid-elements .grid-element:not(.heading) .overlay > .stom-custom-svg {
    font-size: 24px;
    /* line-height: 0; */
}

.section-wrap.clear.cards-section .section .grid-elements .grid-element-slider-wrap {

}

.section-wrap.clear.cards-section .section .grid-elements .grid-element-slider-wrap .slick-list {
    margin-left: -30px;
    margin-right: -30px;
}

.section-wrap.clear.cards-section .section .grid-elements .grid-element-slider-wrap .slick-list .slick-track {
    margin-left: 0;
    column-gap: 0;
}

.section-wrap.clear.review-section {
    margin-top: calc(var(--gap-l) * 2);
}

.section-wrap.clear.review-section .section .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.section-wrap.clear.review-section .section .wrapper .content {
    max-width: 775px;
}

.section-wrap.clear.review-section .section .stom-anmeldelse-wrapper {
    margin-top: 55px;
}

.section-wrap.clear.review-section .section .stom-anmeldelse-wrapper .slick-list {

}

.section-wrap.clear.review-section .section .stom-anmeldelse-wrapper .slick-dots li button {
    background-color: #fff;
} 

.section-wrap.clear.review-section .section .stom-anmeldelse-wrapper .slick-dots li.slick-active button:before {
    background-color: var(--color-1);
}

.section-wrap.clear.logo-section {
    margin-top: calc(var(--gap-l) * 2);
}

.section-wrap.clear.logo-section .section .container {
    margin-top: 50px;
    padding-inline: 0;
}

.section-wrap.clear.logo-section .section .container .slick-dots {
    top: calc(100% + 45px);
}

.section-wrap.clear.logo-section .section .container .slick-arrow {
    top: 30%;
}

.section-wrap.clear.logo-section .section .container .slick-list {
    margin-left: -15px;
    margin-right: -15px;
}

.section-wrap.clear.logo-section .section .container .slick-list .slick-track {
    display: flex;
    align-items: center;
}

.section-wrap.clear.logo-section .section .container .slick-list .slick-track .slick-slide > img {
    margin-inline: auto;
}

/* Anmeldelser */
.stom-anmeldelse-wrapper {
    padding-inline: 0;
}

.stom-anmeldelse-wrapper .slick-list {
    margin-left: -15px;
    margin-right: -15px;
}

.stom-anmeldelse-wrapper .stom-anmeldelse {
    background-color: #fff;
    border-radius: var(--border-radius);
    padding: 35px;
}

.stom-anmeldelse-wrapper .stom-anmeldelse .stom-anmeldelse-heading {
    color: #2B2B2B;
    line-height: 1.3;
    margin-bottom: 15px;
}

.stom-anmeldelse-wrapper .stom-anmeldelse .stom-anmeldelse-tekst {

}

.stom-anmeldelse-wrapper .stom-anmeldelse .stom-anmeldelse-tekst .stom-anmeldelse-tekst-content {
    
}

.stom-anmeldelse-wrapper .stom-anmeldelse .stom-anmeldelse-tekst .stom-anmeldelse-tekst-content p {
    font-size: var(--p);
    font-weight: 400;
    color: #2B2B2B;
    line-height: 1.3;
}

.stom-anmeldelse-wrapper .stom-anmeldelse .stom-anmeldelse-author {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 35px;
}

.stom-anmeldelse-wrapper .stom-anmeldelse .stom-anmeldelse-author > .stom-custom-svg {
    font-size: 34px;
    color: var(--color-1);
    line-height: 1.5;
}

.stom-anmeldelse-wrapper .stom-anmeldelse .stom-anmeldelse-author .container {
    display: flex;
    flex-direction: column;
}

.stom-anmeldelse-wrapper .stom-anmeldelse .stom-anmeldelse-author .container .name,
.stom-anmeldelse-wrapper .stom-anmeldelse .stom-anmeldelse-author .container .position {
    color: #2B2B2B;
    line-height: 1.25;
}

.stom-anmeldelse-wrapper .stom-anmeldelse .stom-anmeldelse-author .container .name {
    font-size: var(--p);
    font-weight: 700;
}

.stom-anmeldelse-wrapper .stom-anmeldelse .stom-anmeldelse-author .container .position {
    font-size: 16px;
}

.stom-anmeldelse-wrapper .stom-anmeldelse .stom-anmeldelse-rating {
    display: flex;
    align-items: flex-start;
    column-gap: 8px;
    margin-bottom: 10px;
}


.stom-anmeldelse-wrapper .stom-anmeldelse .stom-anmeldelse-rating .stom-custom-svg {
    font-size: 21px;
    color: var(--color-1);
}

/* Subpages */
body:not(.no-sidebar) #primary, 
.single #single-post-content-sidebar+.entry-content {
    width: calc(100% - var(--sidebar-width) - 100px);
}

body:not(.home):not(.no-sidebar) #main-content {
    border-bottom: 1px solid var(--color-1);
}

body:not(.home):not(.no-sidebar) #main-content #content {
    padding-bottom: var(--gap-l);
}

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

body:not(.home) .entry-content > h2:not(:first-child) {
    margin-top: 60px;
}

body:not(.home) .entry-content > p {

}

body:not(.home) .entry-content > p a {
    text-decoration: none;
    color: var(--color-1);
}

body:not(.home) .entry-content > p a:hover {
    text-decoration: underline;
}

body:not(.home) .entry-content > p,
body:not(.home) .entry-content > ol li,
body:not(.home) .entry-content > ul li {
    font-size: 16px;
    line-height: 1.5;
}

body:not(.home) .entry-content > ol li:not(:last-of-type),
body:not(.home) .entry-content > ul li:not(:last-of-type) {
    margin-bottom: 10px;
}

body:not(.home) .page-slider-section .image-aligner img {
    max-height: calc(70vh - var(--header-height));
}

body:not(.home) #main-content .section-wrap.clear.stom-billede-sektion:first-of-type {
    margin-top: calc(var(--gap-l) * 1);
}

body.contact-page .section-wrap.clear.city-section {
    margin-top: var(--gap-l);
}

body.contact-page .section-wrap.clear.contact-section {
    display: none;
}

.section-wrap.clear.contact-info-section {
    margin-top: var(--gap-l) !important;
}

.section-wrap.clear.contact-info-section .section .grid-elements {
    border: 1px solid var(--color-1) ;
    gap: 0;
}

.section-wrap.clear.contact-info-section .section .grid-elements .grid-element .overlay > h1,
.section-wrap.clear.contact-info-section .section .grid-elements .grid-element .overlay > h2 {
    font-size: 32px;
    /* color: var(--color-1); */
}

.section-wrap.clear.contact-info-section .section .grid-elements .grid-element .overlay > p,
.section-wrap.clear.contact-info-section .section .grid-elements .grid-element.info .overlay > p,
.section-wrap.clear.contact-info-section .section .grid-elements .grid-element.info .overlay > ul li,
.section-wrap.clear.contact-info-section .section .grid-elements .grid-element.info .overlay > ol li {
    font-size: 16px;
}

.section-wrap.clear.contact-info-section .section .grid-elements .grid-element.info .overlay .filialer {
    border-top: 1px solid #fff;
    padding-top: var(--gap-m);
}

.section-wrap.clear.contact-info-section .section .grid-elements .grid-element.info .overlay .filialer p {
    font-size: 16px;
}

.section-wrap.clear.contact-person-section .section .grid-elements .grid-element .overlay > h3 {
    font-size: var(--h4);
    color: var(--color-1);
    margin-bottom: 5px;
}

.section-wrap.clear.contact-person-section .section .grid-elements .grid-element .overlay > p {
    font-size: 16px;
}

.section-wrap.clear.contact-person-section .section .grid-elements .grid-element .overlay > p a {
    color: var(--color-1);
    text-decoration: none;
}

.section-wrap.clear.contact-person-section .section .grid-elements .grid-element .overlay > p a:hover {
    text-decoration: underline;
}

/* Sidebar */
.widget-area .widget:not(.widget_search):not(.widget_instagram-feed-widget):not(.widget-no-border) {
    font-size: 14px;
    border: 1px solid var(--color-1);
    border-radius: var(--border-radius);
    background-color: #fff;
}

.widget.number-three-default-widget p:first-child {
    margin: 0 0 1.5em;
}

/* Colophon */
.section-wrap.clear.contact-section {
    margin-top: calc(var(--gap-l) * 1);
}

.section-wrap.clear.contact-section .section .stom-cols-6 {
    align-items: flex-start;
    padding-top: 0;
}

.section-wrap.clear.contact-section .section .stom-cols-6 .stom-center-box > h3 {
    font-size: var(--h2);
}

.section-wrap.clear.city-section {
    border-top: 1px solid var(--color-1);
}

.section-wrap.clear.city-section .section .grid-elements .grid-element.heading .overlay > h3 {
    font-size: var(--h2);
    /* color: var(--color-1); */
    margin-bottom: 5px;
}

.section-wrap.clear.city-section .section .grid-elements .grid-element.heading .overlay > p {
    max-width: 950px;
}

.section-wrap.clear.city-section .section .grid-elements .grid-element:not(.heading) {
    border-radius: var(--border-radius);
    border: 1px solid var(--color-1);
}

.section-wrap.clear.city-section .section .grid-elements .grid-element:not(.heading) .overlay > h3 {
    color: var(--color-1);
}

.section-wrap.clear.city-section .section .grid-elements .grid-element:not(.heading) .overlay > ul {
    column-count: 2;
    padding-left: 0;
    font-size: 14px;
}

.section-wrap.clear.city-section .section .grid-elements .grid-element:not(.heading) .overlay > ul li {
    list-style-type: none;
}

.section-wrap.clear.city-section .section .grid-elements .grid-element:not(.heading) .overlay > ul li a {
    text-decoration: none;
    transition: var(--transition);
}

.section-wrap.clear.city-section .section .grid-elements .grid-element:not(.heading) .overlay > ul li a:hover {
    color: var(--color-1);
}

.section-wrap.clear.emergency-section {
    /* border-radius: var(--border-radius) var(--border-radius) 0 0; */
    margin-top: 0;
}

.section-wrap.clear.emergency-section .section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block: 25px;
}

.section-wrap.clear.emergency-section .section:after {
    display: none;
}

.section-wrap.clear.emergency-section .section > h3 {
    font-size: 30px;
    margin: 0;
}

.section-wrap.clear.emergency-section .section > .stom-button a {
    border-color: #fff;
    text-transform: inherit;
}

#colophon.footer-setting-02 {
    background-color: #fff;
    font-size: var(--p);
    color: inherit;
}

#colophon .widget p {
    margin: 0 0 1.25em;
}

#colophon .widget-title {
    position: relative;
    font-size: 25px;
    font-weight: 450;
    padding-bottom: 12px;
    margin-bottom: 25px;
}

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

.footer-setting-02 .footer-widget-area-site-info .section {
    border-top-color: var(--color-1);
    padding-block: 18px;
}

.footer-setting-02 .footer-widget-area-site-info .section .footer-widgets .widget .textwidget {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-setting-02 .footer-widget-area-site-info .section .footer-widgets .widget .textwidget ul {
    display: flex;
    align-items: center;
}

.footer-setting-02 .footer-widget-area-site-info .section .footer-widgets .widget .textwidget ul li {
    font-size: 16px;
    font-weight: 300;
}

.footer-setting-02 .footer-widget-area-site-info .section .footer-widgets .widget .textwidget ul li:not(:last-of-type):after {
    content: '|';
    margin: 0 8px;
    font-weight: 300;
}

.footer-setting-02 .footer-widget-area-site-info .section .footer-widgets .widget .textwidget ul li a {
    padding: 0;
}

.footer-setting-02 .footer-widget-area-site-info .section .footer-widgets .widget .textwidget .socials-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-setting-02 .footer-widget-area-site-info .section .footer-widgets .widget .textwidget .socials-wrapper a.stom-social-shortcode {
    font-size: 28px;
    padding: 0;
    color: var(--color-1);
}

/* Gravity Form */
.gform_wrapper form .gform_body {
    padding-top: 0 !important;
}

.gform_wrapper form .gform_body .gform_fields .stomGFAS-container-field .stomGFAS-inner {
    max-width: 100%;
    width: 100%;
}

.gform_wrapper form .gform_body .gform_fields .stomGFAS-container-field .stomGFAS-label {
    font-size: 14px;
    font-weight: 400;
}

.gform_wrapper form .gform_body .gform_fields .stomGFAS-container-field .stomGFAS-icon {
    font-size: 30px;
}

.gform_wrapper form .gform_footer {
    margin: 40px 0 0 !important;
}

.gform_wrapper form .gform_footer .gform_button {
    font-weight: 300;
    border-radius: 25rem;
    height: 53px;
    line-height: 1 !important;
    border: 1px solid var(--color-1);
    background-color: var(--color-1);
    padding: 10px 30px;
}

.gform_wrapper form .gform_footer .gform_button:hover {
    background-color: #fff;
    border-color: var(--color-1);
    color: var(--color-1);
}

/* FAQ */
.section-wrap.clear.faq-section .section {
    /* padding-block: 0; */
}

.section-wrap.clear.faq-section .section .stom-picture {
    top: calc(var(--gap-l) * 2);
}

.section-wrap.clear.faq-section .section .stom-picture > img {
    max-height: 800px;
}

.section-wrap.clear.faq-section .section .stom-cols-6 .stom-center-box > .stom-button {
   display: block; 
   text-align: right;
   margin-top: var(--gap-m);
}

.mere-tekst-wrapper {
    border-bottom: 1px solid;
    margin-bottom: 0;
}

.mere-tekst-wrapper button {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-inline: 0;
    font-size: 24px;
    font-weight: 300;
    padding-block: 25px;
    gap: 10px;
    line-height: 1.25;
}

.mere-tekst-wrapper button .stom-custom-svg {
    line-height: 0;
}

.mere-tekst-wrapper .mere-tekst {
    padding-inline: 0;
    padding-top: 0;
    margin-bottom: 40px;
}

.mere-tekst-wrapper .mere-tekst p {
    font-size: 16px;
}

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


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


/* woocommerce style goes here */


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

#number-three-sticky-mobile-cta .cta-container .stom-button a {
    flex-direction: row;
    gap: 8px;
    background-color: var(--color-1);
    color: #fff;
    border-radius: 0;
    font-size: 14px;
}

#number-three-sticky-mobile-cta .cta-container .stom-button:not(:last-child) a {
    border-right-color: #fff;
}

#number-three-sticky-mobile-cta .cta-container .stom-button a p {
    margin: 0;
}

#number-three-sticky-mobile-cta .cta-container .stom-button a .stom-custom-svg {
    color: #fff;
    font-size: 14px;
    line-height: 0;
}

#number-three-sticky-mobile-cta .cta-container .stom-button a .arrow {
    display: none;
}

.stom-gallery .gallery {
    grid-gap: 1em;
    margin-top: var(--gap-m);
}

.stom-gallery .gallery .gallery-item {
    margin: 0;
}

.stom-gallery .gallery .gallery-item .gallery-icon {
    line-height: 0;
}

.stom-gallery .gallery .gallery-item .gallery-icon > a img {
    aspect-ratio: 3 / 2;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: var(--border-radius);
}


/* Skjules - ønske fra kunde */
.section-wrap.clear.vis-ikke {
    display: none;
}