/*
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: 50px;
    --h2: 50px;
    --h3: 45px;
    --h4: 20px;
    --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);

    /* colors */
    --color-1: #8EA089;
    --color-2: #6a7967;
    --color-bg: #f6f6f6;
    --color-text: #222;
    --color-dark: #222;
    --color-overlay: rgb(0 0 0 / 40%);

    --border-radius: 10px;

    /* 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: 900px;
    
    /* Theme defined variables from PHP */
    --content-width: initial;
    --sidebar-width: initial;
    /* END Theme defined variables from PHP */
}


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


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


/* Generel */
html {
    scroll-behavior: smooth;
}

h1, h2, h3, h5, h6 {
    font-weight: 400;
    margin-bottom: 5px;
}

h4 {
    display: block;
    font-weight: 300;
    letter-spacing: .4px;
    color: var(--color-1);
    text-transform: uppercase;
    margin-bottom: 0;
}

html, body, input, select, optgroup, textarea {
    font-weight: 350;
    line-height: 1.25;
}

b, strong {
    font-weight: 500;
}

.stom-small {
    max-width: 800px;
}

.stom-angle-list ul {
    padding-left: 0;
    margin-bottom: 1.75em;
}

.stom-angle-list ul li {
    position: relative;
    padding-left: 1.75em;
    list-style: none;
}

.stom-angle-list ul li:not(:last-of-type) {
    margin-bottom: 10px;
}

.stom-angle-list ul li:before {
    content: url('images/chevron-right.svg');
    position: absolute;
    left: 0;
    width: 1em;
}

.stom-button a {
    display: inline-block;
    background-color: var(--color-1);
    border-radius: 25rem;
    font-size: var(--p);
    font-weight: 350;
    font-family: var(--p-fam);
    padding: 10px 20px;
}

.stom-button a .stom-custom-svg {
    margin-right: .25em;
}

.stom-button.inline:not(:last-of-type) {
    margin-right: 20px;
}

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

.stom-button.instantsearch a {
    border: 1px solid var(--color-1);
    background-color: #fff;
    color: #8EA089 !important;
}

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

.stom-button.instantsearch a .stom-custom-svg {
    line-height: 1;
    margin-left: .5em;
}

.style-header-02 .header-inner > .stom-button.instantsearch {
    margin-right: 15px;
    margin-left: 15px;
}

.slick-dots {
    top: calc(100% + 45px);
    text-align: left;
}

.slick-dots li button {
    width: 18px;
    height: 18px;
}

.slick-dots li button:before {
    opacity: 1;
    background-color: #fff;
    border: 1px solid var(--color-1);
}

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

div.infobox {
    background-color: var(--color-bg);
    border: 1px solid var(--color-1);
    padding: 40px;
    margin-bottom: 2.5em;
}

div.infobox > * {
    /* color: #fff; */
}

div.infobox > p {
    font-size: 16px;
    line-height: 1.5;
    
}

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

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

.section-wrap.clear.narrow-section .section > h3 {
    margin-top: 50px;
}

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

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

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

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

/* Mega menu */


header .main-navigation ul.menu li.mega-menu > ul {
    gap: var(--gap-m);
    max-height: 600px;
    overflow-y: auto;
    padding: 15px 20px 35px !important;
}

/* WebKit browsers (Chrome, Safari, Edge) */
header .main-navigation ul.menu li.mega-menu > ul::-webkit-scrollbar {
    width: 8px;
}

header .main-navigation ul.menu li.mega-menu > ul::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 4px;
}

header .main-navigation ul.menu li.mega-menu > ul::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 4px;
    border: 2px solid transparent;
    background-clip: content-box;
}

/* Firefox */
header .main-navigation ul.menu li.mega-menu > ul {
    scrollbar-width: thin;
    scrollbar-color: var(--color-1) #f0f0f0;
}

header .main-navigation ul.menu li.mega-menu>ul::before, header .main-navigation ul.menu li.mega-menu>ul::after {
    width: auto;
}

header .main-navigation ul.menu li.mega-menu > ul li {
    flex-basis: 20%;
}

header .main-navigation ul.menu li.mega-menu > ul li.menu-item-has-children > a {
    pointer-events: none;
    margin-bottom: 10px;
}

header .main-navigation ul.menu li.mega-menu > ul li.menu-item-has-children > a > .hidden-menu-item {
    font-weight: 700;
    color: #fff;
    width: fit-content;
    background-color: var(--color-1);
    aspect-ratio: 1 / 1;
    justify-content: center !important;
    transition: var(--transition);
}

header .main-navigation ul.menu li.mega-menu > ul li.menu-item-has-children:hover > a > .hidden-menu-item {
    background-color: var(--color-2);
}

header .main-navigation ul.menu li.mega-menu a .hidden-menu-item {
    padding: 0 !important;
}


/* Logo + Menu */
.site-branding #logo img, 
.site-branding #logo svg {
    max-width: 180px;
    max-height: 180px;
    width: auto;
    height: auto;
}

.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: 400;
    color: var(--color-1);
}

header .nav-wrap {
    height: 100%;
}

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

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

header .main-navigation ul.menu a {
    font-weight: 400;
    padding: .7em .7em;
}

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

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

.style-header-02 .header-inner {
    align-items: center;
}

#primary-menu {
    /* align-items: center; */
}

#primary-menu li.red a {
    color: red;
}

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

#primary-menu li.menu-item-has-children ul.sub-menu li.menu-item a .hidden-menu-item {
    justify-content: flex-start;
    padding: .7em .7em;
}

#primary-menu li.custom-menu > .sub-menu {
    /*
    display: grid;   
    grid-template-columns: repeat(5, 1fr);
    */
    display: block;
    column-count: 5;
    padding: 40px;

    /* top: 100%;
    left: 50%;
    transform: translateX(-30%); */
}

#primary-menu li.custom-menu > .sub-menu li.menu-item {
    
}

#primary-menu li.custom-menu:hover > .sub-menu {
    top: 100%;
    left: 50%;
    transform: translateX(-30%);
}

header .main-navigation ul.menu a .stom-menu-item-arrow {
    margin-left: .5em;
    opacity: 1;
    color: var(--color-1);
    font-size: 12px;
    font-weight: 300;
}

/* Header */
#masthead .stom-button a {
    padding: 6px 16px;
}

header .top-bar {
    font-size: 17px;
    border-bottom: 1px solid var(--color-1);
    margin-inline: 0;
}

header .top-bar a {
    font-weight: 400;
    transition: var(--transition);
}

header .top-bar a:hover {
    color: var(--color-1);
}

.page-slider-section .slider-text-inner .slider-text-inner-wrapper .white-text > h1,
.page-slider-section .slider-text-inner .slider-text-inner-wrapper .white-text .stom-print-title > h1 {
    font-size: 70px;
}

.page-slider-section .slider-text-inner .slider-text-inner-wrapper .white-text > p {
    font-size: 20px;
    font-weight: 400;
}

.page-slider-section .slider-text-inner .slider-text-inner-wrapper .white-text > .stom-button a {
    padding: 10px 25px;
    color: #222;
}

.page-slider-section .slider-text-inner .slider-text-inner-wrapper .white-text > .stom-button a .stom-custom-svg {
    color: var(--color-1);
    transition: var(--transition);
}

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

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

.page-slider-section .slider-text-inner .slider-text-inner-wrapper .white-text > span.adresse {
    font-size: 25px;
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
}

/* Frontpage */
.section-wrap.clear.cards-section .section .grid-elements {
    row-gap: var(--gap-s);
}

.section-wrap.clear.cards-section .section .grid-elements .grid-element-slider-wrap .slick-arrow {
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    transform: none;
    padding: 0;
    top: 54%;
}

.section-wrap.clear.cards-section .section .grid-elements .grid-element-slider-wrap .slick-prev {
    left: -50px;
}

.section-wrap.clear.cards-section .section .grid-elements .grid-element-slider-wrap .slick-next {
    right: -50px;
}

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

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

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

.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, .3);
    border-radius: var(--border-radius);
    transition: var(--transition);
}

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

.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;
    justify-content: center;
    align-items: center;
    padding: var(--gap-m) var(--gap-s);
}

.section-wrap.clear.cards-section .section .grid-elements .grid-element:not(.heading) .overlay > h3 {
    font-size: 28px;
    font-weight: 300;
    color: #fff;
}

.section-wrap.clear.clinic-section .section .stom-cols-6 {
    padding-block: var(--gap-m);
}

.section-wrap.clear.clinic-section .section .stom-cols-6 .stom-center-box div.clinic {
    position: relative;
    border-bottom: 1px solid var(--color-dark);
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.section-wrap.clear.clinic-section .section .stom-cols-6 .stom-center-box div.clinic:after {
    content: url('images/chevron-right.svg');
    position: absolute;
    right: 0;
    top: 25%;
}

.section-wrap.clear.clinic-section .section .stom-cols-6 .stom-center-box div.clinic:first-of-type {
    margin-top: 50px;
}

.section-wrap.clear.clinic-section .section .stom-cols-6 .stom-center-box div.clinic > h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0;
}


.section-wrap.clear.insurance-section {
    position: relative;
    background-size: cover;
    margin-inline: var(--gap-m);
    border-radius: var(--border-radius);
    margin-top: calc(var(--gap-l) * 2);
}

.section-wrap.clear.insurance-section:before {
    content:"";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .4);
    pointer-events: none;
    border-radius: var(--border-radius);
}

.section-wrap.clear.insurance-section .section {
    position: relative;
}

.section-wrap.clear.insurance-section .section span.sub-heading {
    display: block;
    font-size: 25px;
    margin-bottom: 20px;
}

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

.section-wrap.clear.review-section .section > h2,
.section-wrap.clear.review-section .section > h3 {
    font-size: 60px;
    margin-bottom: 20px;
}

.section-wrap.clear.review-section .section > .stom-button {
    float: right;
}

.section-wrap.clear.review-section .section > .ti-widget {
    margin-left: -8px;
    margin-right: -8px;
}

/* Subpages */
.section-wrap.clear.usp-section {
    background-color: var(--color-1);
    margin-top: 0;
    margin-inline: 0;
}

.section-wrap.clear.usp-section .section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: var(--gap-l);
    padding-block: 30px;
}

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

.section-wrap.clear.usp-section .section .usp {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.section-wrap.clear.usp-section .section .usp > p:first-of-type {
    margin: 0;
    line-height: 0;
}

.section-wrap.clear.usp-section .section .usp > p:first-of-type img {
    transform: translateY(5px);
    min-width: 30px;
}

.section-wrap.clear.usp-section .section .usp .content {
    max-width: 250px;
}

.section-wrap.clear.usp-section .section .usp .content > * {
    color: #fff;
}

.section-wrap.clear.usp-section .section .usp .content > p {
    font-size: 15px;
    font-weight: 250;
}

.section-wrap.clear.usp-section .section .usp .content > p strong {
    font-size: 17px;
}

.section-wrap.clear.price-section .section .grid-elements .grid-element {
    /* display: block; */
    display: flex;
}

.section-wrap.clear.price-section .section .grid-elements .grid-element > img {
    /* max-height: 350px;
    object-fit: cover; */
    /*width: 280px;*/
	max-width: 280px;
}

.section-wrap.clear.price-section .section .grid-elements .grid-element>img {
	height: 375px!important;
}

.section-wrap.clear.price-section .section .grid-elements .grid-element .overlay {
    grid-column: auto;
    /* grid-row: auto; */
    justify-content: flex-start;
    padding: 40px;
    background-color: var(--color-bg);
    border-right: 2px solid var(--color-1);
    width: 100%;
}

.section-wrap.clear.price-section .section .grid-elements .grid-element .overlay > h3 {
    font-size: 24px;
    font-weight: 600;
}

.section-wrap.clear.price-section .section .grid-elements .grid-element .overlay .content.grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.section-wrap.clear.price-section .section .grid-elements .grid-element .overlay .content.grid .price h3 {
	font-size: 24px;
    font-weight: 600;
}

.section-wrap.clear.price-section .section .grid-elements .grid-element .overlay .content > * {
    font-size: 15px;
}

.section-wrap.clear.price-section .section .grid-elements .grid-element .overlay .content > ul {
    /* padding-left: 0; */
}

.section-wrap.clear.price-section .section .grid-elements .grid-element .overlay .content > ul li {
    /* list-style-type: none; */
    list-style-type: square;
}

.section-wrap.clear.price-section .section .grid-elements .grid-element .overlay .content > ul li:not(:last-of-type) {
    margin-bottom: 5px;
}

.section-wrap.clear.price-section .section .grid-elements .grid-element .overlay .content > ul li::marker {
    color: var(--color-1);
}

.section-wrap.clear.price-section .section .grid-elements .grid-element .overlay .content > ul li > ul {
    margin-top: 5px;
}

body:not(.home) .page-slider-section .slider-text-inner .slider-text-inner-wrapper .uppercase > h1 {
    text-transform: uppercase;
}

body:not(.home) .page-slider-section .slider-text-inner .slider-text-inner-wrapper .white-text > h1,
body:not(.home) .page-slider-section .slider-text-inner .slider-text-inner-wrapper .white-text .stom-print-title > h1 {
    font-size: 60px;
    font-weight: 300;
    /* text-transform: uppercase; */
    letter-spacing: .6px;
    line-height: 1.1;
    margin-bottom: 20px;
}

body:not(.home) .page-slider-section .slider-text-inner .slider-text-inner-wrapper .white-text > h1 strong,
body:not(.home) .page-slider-section .slider-text-inner .slider-text-inner-wrapper .white-text .stom-print-title > h1 strong {
    /* display: block; */
    font-weight: 500;
}

body:not(.home) .page-slider-section .slider-text-inner .slider-text-inner-wrapper .white-text > p {
    font-size: 18px;
    letter-spacing: .2px;
}

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

body:not(.home) .section-wrap.clear.review-section {
    margin-top: calc(var(--gap-l) * 1.75);
}

.section-wrap.clear.employee-section {
    /* margin-top: 0; */
}

.section-wrap.clear.employee-section .section > p {
    max-width: 950px;
}

.section-wrap.clear.info-section .section > hr {
    margin-block: 60px;
}

.section-wrap.clear.info-section .section > h3 {
    font-size: 24px;
}

.section-wrap.clear.info-section .section > p {
    font-weight: 300;
}

/* Behandling side */
.author-info {
    background-color: var(--color-1);
    padding: 10px 20px;
    margin-bottom: var(--gap-m);
}

.author-info .writer {
    font-size: 14px;
    color: #fff;
}

/* Employee page */
.section-wrap.clear.personal-section {
    margin-top: 0 !important;
}

.section-wrap.clear.personal-section .section {
    padding-bottom: calc(var(--gap-l) * 2);
}

body.employee-page #main-content {
    margin-top: 0;
}

body.employee-page .stom-medarbejdere {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 40px;
    margin-inline: 0;
    margin-top: var(--gap-l);
    border-top: 1px solid var(--color-1);
    padding-top: var(--gap-l);
}

body.employee-page .stom-medarbejdere .stom-medarbejder-wrapper {
    width: 100%;
    margin: 0 0;
}

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

.section-wrap.clear.banner-section .section .grid-elements .grid-element.heading .overlay > h2,
.section-wrap.clear.banner-section .section .grid-elements .grid-element.heading .overlay > h3 {
    line-height: 1;
    margin-bottom: 30px;
}

.section-wrap.clear.banner-section .section .grid-elements .grid-element.content .overlay > p {
    font-weight: 300;
}

.section-wrap.clear.faq-section {
    margin-top: calc(var(--gap-l) * 1.75) !important;
}

.section-wrap.clear.faq-section .section .grid-elements {
    gap: 0;
}

.section-wrap.clear.choose-section .section > h2,
.section-wrap.clear.choose-section .section > h3 {
    margin-bottom: 20px;
}

.section-wrap.clear.choose-section .section > ol {
    margin-bottom: 2.5em;
}

.section-wrap.clear.choose-section .section > ol li:not(:last-of-type) {
    margin-bottom: 10px;
}

.mere-tekst-wrapper > button {
    padding: 25px 0;
    background-color: transparent;
    color: var(--color-text);
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 20px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.mere-tekst-wrapper > button:hover {
    color: var(--color-1);
}

.mere-tekst-wrapper > .mere-tekst {
    padding: 20px var(--gap-l) 40px 0;
}

.mere-tekst-wrapper > .mere-tekst > * {
    font-size: 16px;
    line-height: 1.5;
}

.mere-tekst-wrapper > .mere-tekst > * a {
    text-decoration: none;
    color: var(--color-1);
}

.mere-tekst-wrapper > .mere-tekst > * a:hover {
    text-decoration: underline;
}

body:not(.home),
body:not(.home) #page {
    overflow: visible;
}

aside#secondary {
    position: sticky;
    top: 220px;
}

.widget-area .widget:not(.widget_search):not(.widget_instagram-feed-widget):not(.widget-no-border) {
    font-size: 15px;
    font-weight: 300;
}

.widget-area .widget:not(.widget_search):not(.widget_instagram-feed-widget):not(.widget-no-border).nav-widget {
    max-height: 450px;
    overflow-y: auto;
}

.widget-area .widget:not(.widget_search):not(.widget_instagram-feed-widget):not(.widget-no-border).nav-widget::-webkit-scrollbar {
    width: 8px;
}

.widget-area .widget:not(.widget_search):not(.widget_instagram-feed-widget):not(.widget-no-border).nav-widget::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 4px;
}

.widget-area .widget:not(.widget_search):not(.widget_instagram-feed-widget):not(.widget-no-border).nav-widget::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 4px;
    border: 2px solid transparent;
    background-clip: content-box;
}


.widget-area .widget:not(.widget_search):not(.widget_instagram-feed-widget):not(.widget-no-border).nav-widget .textwidget > ul li:not(:last-of-type) {
    margin-bottom: 5px;
}

.widget-area .widget:not(.widget_search):not(.widget_instagram-feed-widget):not(.widget-no-border).nav-widget .textwidget > ul li a {
    text-decoration: none;
    transition: var(--transition);
}

.widget-area .widget:not(.widget_search):not(.widget_instagram-feed-widget):not(.widget-no-border).nav-widget .textwidget > ul li:hover a {
    text-decoration: underline;
}

.widget-area .widget:not(.widget_search):not(.widget_instagram-feed-widget):not(.widget-no-border).nav-widget .textwidget > ul li.active a {
    text-decoration: underline;
}

.widget-area .widget:not(.widget_search):not(.widget_instagram-feed-widget):not(.widget-no-border).nav-widget .textwidget > ul li a:focus {
    outline: none;
}

.widget.number-three-default-widget a {
    color: var(--color-1);
}

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



body:not(.home):not(.no-sidebar) #primary {
    width: calc(100% - var(--sidebar-width) - 100px);
}

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

body:not(.home) .entry-content > ol,
body:not(.home) .entry-content > ul {
    margin-top: 20px;
}

body:not(.home) .entry-content > ol li::marker,
body:not(.home) .entry-content > ul li::marker {
    color: var(--color-1);
}

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) .entry-content > h2 {
    scroll-margin-top: 200px;
}

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

body:not(.home) .entry-content > h2:not(:first-of-type) {
    margin-top: 50px;
}

body:not(.home) .entry-content > h3 {
    margin-top: 50px;
}

body:not(.home) .entry-content > p img {
    margin-top: 40px;
}

body:not(.home) .entry-content > div.fullwidth {
    margin-top: 40px;
}

body:not(.home) .entry-content > div.fullwidth > p img {
    width: 100%;
}

body.parent-pageid-1069 #main-content {
    margin-top: var(--gap-m);
}

/* Medarbejdere */
.stom-medarbejdere.slick-slider {
    /* margin-inline: 0; */
    padding-inline: 0;
    margin-top: 50px;
}

.stom-medarbejdere.slick-slider .slick-list .slick-track {
    margin-left: 0;
}

.stom-medarbejdere.slick-slider .slick-dots {
    position: static;
    text-align: right;
    margin-inline: -20px;
    margin-top: var(--gap-l);
}

.stom-medarbejdere .stom-medarbejder-wrapper {
    padding: 0;
    margin: 0 20px;
}

.stom_medarbejder_overlay_section a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: transparent;
    z-index: 5;
}

.stom_medarbejder-detaljer {
    border-spacing: 0;
    margin-top: 15px;
    width: 100%;
}

.stom-medarbejder-thumb {
    position: relative;
}

.stom-medarbejder-thumb:before {
    content:"";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(142, 160, 137, 0);
    pointer-events: none;
    transition: var(--transition);
    border-radius: var(--border-radius);
    z-index: 2;
}

.stom-medarbejdere .stom-medarbejder-wrapper:hover .stom-medarbejder-thumb:before {
    background-color: rgba(142, 160, 137, .25);
}

.stom_medarbejder-detaljer tbody tr.stom-medarbejder-title {
    height: auto;
    display: block;
    margin-bottom: 8px;
}

.stom_medarbejder-detaljer tbody tr.stom-medarbejder-title td {
    font-size: 24px;
    font-weight: 500;
}

.stom_medarbejder-detaljer tbody tr.stom-medarbejder-stilling td,
.stom_medarbejder-detaljer tbody tr.stom-medarbejder-stilling_fortsat td,
.stom_medarbejder-detaljer tbody tr.stom-medarbejder-customfield td {
    font-size: 16px;
    font-weight: 400;
}

.stom_medarbejder-detaljer tbody tr td {
    padding: 0;
}

body.single-stom_medarbejdere header#masthead {
    border-bottom: 1px solid var(--color-1);
}

body.single-stom_medarbejdere #content {
    margin-top: var(--gap-l);
}

.stom_medarbejdere-template-default.single .entry-content {
    margin-top: 0;
    column-gap: var(--gap-m);
}

.stom_medarbejdere-template-default.single .entry-content:after {
    display: none;
}

.stom_medarbejdere-template-default.single .single_medarbejder_image {
    width: 30%;
    margin-right: 0;
}

.stom_medarbejdere-template-default.single .single_medarbejder_text {
    width: 70%;
}

.stom_medarbejdere-template-default.single .single_medarbejder_text > h1 {
    /* color: var(--color-1); */
}

.stom_medarbejdere-template-default.single .single_medarbejder_image img {
    position: sticky;
    top: 220px;
    /* border: 1px solid var(--color-1); */
}

.stom_medarbejdere-template-default.single .single_medarbejder_text > .stom-medarbejder-stilling,
.stom_medarbejdere-template-default.single .single_medarbejder_text > .stom-medarbejder-stilling_fortsat,
.stom_medarbejdere-template-default.single .single_medarbejder_text > .stom-medarbejder-customfield {
    font-size: 16px;
    margin-bottom: 8px;
}

.stom_medarbejdere-template-default.single .single_medarbejder_text .main_text-content > h2,
.stom_medarbejdere-template-default.single .single_medarbejder_text .main_text-content > h3 {
    font-size: 24px;
    margin-top: 50px;
}

.stom_medarbejdere-template-default.single .single_medarbejder_text .main_text-content > p {
    font-size: 16px;
    line-height: 1.5;
}

.stom-medarbejder-thumb img {
    border-radius: var(--border-radius);
}

/* Behandlinger */
.section-wrap.clear.treatment-section .section .grid-elements {
    row-gap: var(--gap-l);
}

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

.section-wrap.clear.treatment-section .section .grid-elements .grid-element .overlay {
    flex-direction: row;
}

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

.section-wrap.clear.treatment-section .section .grid-elements .grid-element .overlay > span.letter {
    /* position: sticky;
    top: 0; */
    /* z-index: 2; */

    font-size: var(--h2);
    font-weight: 700;
    line-height: 1;
    color: #fff;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-1);
}

.section-wrap.clear.treatment-section .section .grid-elements .grid-element .overlay > ul {
    width: 100%;
    padding-left: 2em;
}

.section-wrap.clear.treatment-section .section .grid-elements .grid-element .overlay > ul li {
    list-style-type: none;
    border-bottom: 1px solid var(--color-1);
    padding: 18px 0;
}

.section-wrap.clear.treatment-section .section .grid-elements .grid-element .overlay > ul li:first-of-type {
    padding-top: 0;
}

.section-wrap.clear.treatment-section .section .grid-elements .grid-element .overlay > ul li:not(:last-of-type) {
    /* margin-bottom: 10px; */
}

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

.section-wrap.clear.treatment-section .section .grid-elements .grid-element .overlay > ul li a:hover {
    color: #116797;
}

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

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

.stom-anmeldelse-wrapper .stom-anmeldelse {
    border: 2px solid var(--color-1);
    padding: 25px;
    margin: 0 5px;
}

.stom-anmeldelse-wrapper .stom-anmeldelse .stom-anmeldelse-tekst .stom-anmeldelse-tekst-content {
    position: relative;
    padding: 35px;
}

.stom-anmeldelse-wrapper .stom-anmeldelse .stom-anmeldelse-tekst .stom-anmeldelse-tekst-content:before {
    content: "";
    display: block;
    width: 28px;
    height: 21px;
    background-image: url('data:image/svg+xml,<svg width="27" height="20" viewBox="0 0 27 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.505 19.66C4.825 19.66 3.47167 19.0767 2.445 17.91C1.41833 16.6967 0.905 15.0867 0.905 13.08C0.905 10.5133 1.65167 8.11 3.145 5.87C4.63833 3.63 6.48167 1.97333 8.675 0.899999L9.375 2.09C8.44167 2.83666 7.60167 3.74666 6.855 4.82C6.155 5.89333 5.595 7.2 5.175 8.74L6.645 9.16C8.13833 9.62666 9.305 10.3267 10.145 11.26C11.0317 12.1933 11.475 13.3367 11.475 14.69C11.475 16.1833 10.985 17.3967 10.005 18.33C9.025 19.2167 7.85833 19.66 6.505 19.66ZM21.205 19.66C19.525 19.66 18.1717 19.0767 17.145 17.91C16.1183 16.6967 15.605 15.0867 15.605 13.08C15.605 10.5133 16.3517 8.11 17.845 5.87C19.3383 3.63 21.1817 1.97333 23.375 0.899999L24.075 2.09C23.1417 2.83666 22.3017 3.74666 21.555 4.82C20.855 5.89333 20.295 7.2 19.875 8.74L21.345 9.16C22.8383 9.62666 24.005 10.3267 24.845 11.26C25.7317 12.1933 26.175 13.3367 26.175 14.69C26.175 16.1833 25.685 17.3967 24.705 18.33C23.725 19.2167 22.5583 19.66 21.205 19.66Z" fill="%238EA089"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 10px;
    left: 0px;
    pointer-events: none;
}

.stom-anmeldelse-wrapper .stom-anmeldelse .author-container > .anmeldelses-billede {
    display: block;
    max-width: 36px;
    max-height: 36px;
    aspect-ratio: 1 / 1;
    width: auto;
    height: auto;
    object-fit: cover;
    border-radius: 50rem;
    margin-bottom: 5px;
}

.stom-anmeldelse-wrapper .stom-anmeldelse .author-container > .stom-anmeldelse-heading {
    font-weight: 400;
    margin-bottom: 0;
}

.stom-anmeldelse-wrapper .stom-anmeldelse .author-container > .stom-rating {
    display: flex;
    column-gap: 2px;
}

.stom-anmeldelse-wrapper .stom-anmeldelse .author-container > .stom-rating .star {
    font-size: var(--p);
    color: #FFD24C;
}

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

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container > * {
    font-size: 15px;
    font-weight: 400;
}

.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container > *::placeholder {
    font-size: 15px;
    font-weight: 400;
}

.gform_wrapper form .gform_body .gform_fields .stomGFAS-container-field .stomGFAS-inner {
    max-width: 100%;
    width: 100%;
    background-color: #fff;
    box-shadow: 0;
    border-radius: 0;
    border-color: var(--color-dark);
}

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

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

.gform_wrapper form .gform_footer .gform_button {
    width: 100%;
    border-radius: 25rem;
    height: 50px;
}

/* Accordions */
.section-wrap.clear.information .section .stom-cols-6 {
    padding-block: var(--gap-m);
    flex-direction: column;
    min-height: 675px;
}

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

.accordion {
    width: 100%;
    margin-top: 15px;
}

.accordion .accordion-item {
    
}

.accordion .accordion-item .accordion-header {
    width: 100%;
    font-size: 20px;
    font-weight: 350;
    color: var(--color-text);
    text-align: left;
    padding: 0;
    background-color: transparent;
    border-width: 2px;
    border-top: none;
    border-left: none;
    border-right: none;
    padding-block: 15px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.accordion .accordion-item .accordion-header .stom-custom-svg {
    line-height: 0;
    color: var(--color-1);
}

.accordion .accordion-item .accordion-content {
    padding: 20px 0;
}

.accordion .accordion-item .accordion-content > p {
    font-size: 16px;
}

.accordion .accordion-item .accordion-content > p a {
    color: var(--color-1);
    text-decoration: none;
}

.accordion .accordion-item .accordion-content > p a:hover {
    text-decoration: underline;
}

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

.section-wrap.clear.contact-page-section .section .grid-elements .grid-element.grid-span-2 {
    grid-column: span 2;
}

.section-wrap.clear.contact-page-section .section .grid-elements .grid-element .overlay {
    padding: 50px var(--gap-m);
}

.section-wrap.clear.contact-page-section .section .grid-elements .grid-element .overlay > h2,
.section-wrap.clear.contact-page-section .section .grid-elements .grid-element .overlay > h3 {
    font-size: 36px;
    margin-bottom: 20px;
}

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

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

body.contact-page #colophon.footer-setting-02 {
    margin-top: calc(var(--gap-l) * 2);
}

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

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

.section-wrap.clear.contact-section .section .stom-picture img {
    border-radius: 0;
}

#colophon.footer-setting-02 {
    font-size: var(--p);
    font-weight: 400;
    background-color: #fff;
    color: inherit;
    border-top: 1px solid var(--color-1);
}

.footer-setting-02 .footer-widget-area .section {
    padding: 100px 0;
}

#colophon .widget-title {
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 20px;
}

#colophon .copyright {
    border-top: 1px solid var(--color-1);
}

#colophon .copyright .section .footer-widgets .widget .textwidget > ul {
    display: flex;
    align-items: center;
    padding-left: 0;
}

#colophon .footer-widget-area-site-info .section {
    padding: 10px 0;
}

#colophon .copyright .section .footer-widgets .widget .textwidget > ul li {
    font-size: 14px;
    font-weight: 400;
}

#colophon .copyright .section .footer-widgets .widget .textwidget > ul li:not(:last-of-type):after {
    content: '|';
    margin: 0 5px;
    font-weight: 300;
    color: var(--color-1);
}

.footer-setting-02 .footer-widget-area .section .grid-elements {
    grid-template-columns: 310px 1fr 1fr 1fr;
    column-gap: var(--gap-m);
}

#colophon .contact-widget .textwidget > ul li:not(:last-of-type) {
    margin-bottom: 10px;
}

#colophon .contact-widget .textwidget > ul li .stom-custom-svg {
    font-size: 22px;
    color: var(--color-1);
    margin-right: .75em;
}

#colophon .contact-widget .textwidget > ul li a {
    
}

.socials-wrapper {
    display: flex;
    column-gap: 12px;
}

.socials-wrapper a.stom-social-shortcode {
    font-size: 30px;
    color: var(--color-1);
    padding: 0;
}

/* Blog */
.single-post header#masthead {
    border-bottom: 1px solid var(--color-1);
}

.single-post #main-content #content {
    margin-top: var(--gap-l);
}

.single-post .entry-header .entry-meta,
body.page-template-page-blog #main-content #content #primary article .post-content-wrapper .entry-header .entry-meta {
    pointer-events: none;
    opacity: 1;
    font-weight: 500;
    font-style: normal;
    margin-top: 10px;
    color: var(--color-1);
}

.single-post .entry-content {
    margin-top: var(--gap-m);
}

.single .navigation.post-navigation {
    display: none;
}

.posts-archive-layout-2.posts-archive .post-thumbnail img,
.single .post-thumbnail img {
    border-radius: var(--border-radius);
}

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


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


/* woocommerce style goes here */


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

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

#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 .stom-custom-svg {
    color: #fff;
    font-size: 14px;
    line-height: 0;
}


/* Ivory Search */
.is-form-style {
    /* overflow: hidden;
    border-radius: 25rem;
    border: 1px solid var(--color-1); */
    margin-right: 15px;
}

.is-form-style input.is-search-input {
    border-radius: 25rem;
    border-color: var(--color-1) !important;
    height: 41px;
}

.is-ajax-search-details a, 
.is-ajax-search-result a {
    font-weight: 500;
    color: var(--color-1) !important;
}

/* Anmeldelses */
.stom-anmeldelse {
    cursor: pointer;
    margin-bottom: 1.5em;
}

.stom-anmeldelse-heading {
    font-weight: bold;
    margin-bottom: 0.5em;
    display: block;
}

.stom-anmeldelse-tekst-content {
    overflow: hidden;
}

.stom-anmeldelse-tekst-content .trimmed,
.stom-anmeldelse-tekst-content .full {
    display: block;          /* Gør dem blok-elementer, så fold sker pænt */
    margin-bottom: 0.5em;    /* Lidt luft under teksten */
    line-height: 1.4;
    transition: max-height 0.3s ease; /* Ikke strengt nødvendigt her, men kan bruges til max-height animation */
}

/* Skjul fuldt indhold som default (vi bruger jQuery til at slideToggle) */
.stom-anmeldelse-tekst-content .full {
    display: none;
}

/* Eventuelt styling på reviewer info */
.stom-anmeldelse-reviewer {
    margin-top: 0.8em;
    font-style: italic;
    color: #555;
}

.stom-anmeldelse-reviewer-name {
    font-weight: 600;
}

.stom-anmeldelse-reviewer-title {
    margin-left: 0.5em;
    color: #888;
}


/* Popup */
#stom_popups_wrapper .stom_popup.custom-popup {
    box-shadow: -5px -4px 10px 0px rgba(0, 0, 0, 0.45);
}
#stom_popups_wrapper .stom_popup.custom-popup .stom_popup_close {
    top: 10px;
    right: 5px;
    width: 26px;
}

#stom_popups_wrapper .stom_popup.custom-popup .stom_popup_content_wrapper {
    padding: 0;
    height: 100%;
	width: 100%;
}

#stom_popups_wrapper .stom_popup.custom-popup .stom_popup_content_wrapper .stom_popup_content {
    display: grid;
    grid-template-columns: 230px 1fr;
    height: 100%;
}

#stom_popups_wrapper .stom_popup.custom-popup .stom_popup_content_wrapper .stom_popup_content .content {
    padding: 40px;
    display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
}

#stom_popups_wrapper .stom_popup.custom-popup .stom_popup_content_wrapper .stom_popup_content .content h2,
#stom_popups_wrapper .stom_popup.custom-popup .stom_popup_content_wrapper .stom_popup_content .content h3 {
    font-size: 24px;
    font-weight: 600;
}

#stom_popups_wrapper .stom_popup.custom-popup .stom_popup_content_wrapper .stom_popup_content .content .inner {
    width: 100%;
}

#stom_popups_wrapper .stom_popup.custom-popup .stom_popup_content_wrapper .stom_popup_content .content .inner > p {
    font-size: 16px;
}

#stom_popups_wrapper .stom_popup.custom-popup .stom_popup_content_wrapper .stom_popup_content .image {
    line-height: 0;
}

#stom_popups_wrapper .stom_popup.custom-popup .stom_popup_content_wrapper .stom_popup_content .image > p,
#stom_popups_wrapper .stom_popup.custom-popup .stom_popup_content_wrapper .stom_popup_content .image > p img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#stom_popups_wrapper .stom_popup.custom-popup .stom_popup_content_wrapper .stom_popup_content .content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container > * {
    border-color: #000;
    text-indent: 10px;
}

#stom_popups_wrapper .stom_popup.custom-popup .stom_popup_content_wrapper .stom_popup_content .content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container > *::placeholder {
    color: #000;
}

#stom_popups_wrapper .stom_popup.custom-popup .stom_popup_content_wrapper .stom_popup_content .content .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container > input {
    height: 50px;
}

h2#faq
{
	margin-bottom: -100px!important;
}

body:not(.single-stom_medarbejdere) .stom-medarbejder-email {
	display: none;
}

body.single-stom_medarbejdere .stom-medarbejder-email {
	margin-bottom: .5em;
}

body.single-stom_medarbejdere .stom-medarbejder-email > a {
	font-size: 16px;
	text-decoration: none;
	color: var(--color-1);
}

body.single-stom_medarbejdere .stom-medarbejder-email > a:hover {
	text-decoration: underline;
}

/* Tak for din booking-side */
body.confirmation-page .page-slider-section .slider-text {
	background-color: transparent;
}

body.confirmation-page .page-slider-section .slider-text-inner p {
	font-size: 24px !important;
}

body.confirmation-page .page-slider-section .slider-text-inner .slider-text-inner-wrapper {
	max-width: 750px;
}

body.confirmation-page .page-slider-section .image-aligner img {
	max-height: calc(100vh - var(--header-height));
	object-position: top;
}

body.confirmation-page #main-content {
	margin-top: 0;
}

body.confirmation-page .section-wrap.clear.usp-section,
body.confirmation-page .section-wrap.clear.review-section,
body.confirmation-page .section-wrap.clear.contact-section {
	display: none;
}