/*
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-large: 80px;
    --h1: 70px;
    --h2: 60px;
    --h3: 30px;
    --h4: 25px;
    --h5: 18px;
    --h6: 16px;
    --p: 16px;

    /* Gaps */
    --gap-xl: 175px;
    --gap-l: 90px;
    --gap-m: 40px;
    --gap-s: 20px;
    --gap-grids: 65px;
    --padding-blue-inline: 40px;
    --padding-blue-block: 40px;

    /* font families */
    --montserrat: "montserrat", sans-serif;
    --h-fam: var(--montserrat);
    --p-fam: var(--montserrat);
    --btn-fam: var(--p-fam);

    /* colors */
    --color-1: #355472;
    --color-2: #447e5e;
    --color-3: #d62e49;
    --color-4: #355472;
    --color-5: #ff4e52;
    --color-6: #ffffff;
    --color-7: #355472;
    --color-8: #f6f6f6;
    --color-bg: var(--color-6);
    --color-text: var(--color-1);
    --color-dark: var(--color-1);
    --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: 780px;
    
    /* Theme defined variables from PHP */
    --content-width: initial;
    --sidebar-width: initial;
    --landingpage-width: 1740px;
    /* END Theme defined variables from PHP */
}


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


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

header .main-navigation ul.menu ul.sub-menu a {
    justify-content: flex-start;
}

.experience h2:first-child {
    margin-top: -0.2em;
}

.page-slider-section:not(.main-slider-section) .slider-text {
    padding-block: var(--gap-l);
}

.page-slider-section:not(.main-slider-section)  h2 {
    font-size: var(--h2);
}

/* LANDINGPAGE */
.landingpage-container {
    min-height: 100vh;
    background-color: var(--color-1);
    --content-width: var(--landingpage-width);
}

.landingpage-container {
    font-size: 1.1em;
}

.landingpage-container .overlay-text {
    position: absolute;
    bottom: calc(var(--gap-s) * 1.25 );
    display: grid;
    width: 100%;
    grid-template-columns: repeat( auto-fit, minmax(160px, 1fr) );
}

.landingpage-container .overlay-text .contact-info {
    font-size: var(--p);
    text-align: center;
    font-weight: 600;
}

.landingpage-container .overlay-text .contact-info p {
    font-weight: 600;
}

.landingpage-container .overlay-text .contact-info h3 {
    font-size: var(--h4);
    margin-bottom: 0.2em;
}

.landingpage-container .overlay-text .contact-info h3::after {
    display: none;
}

.landingpage-container h1::after {
    margin-top: 0.25em;
    background-color: var(--color-3);
    height: 0.04em;
}

.landingpage-container h1 {
    font-size: var(--h1-large);
}

header#landingpage-masthead .header-wrapper {
    justify-content: center;
}

#landingpage-masthead .site-branding #logo img, #landingpage-masthead .site-branding #logo svg {
    max-width: 520px;
    max-height: 80px;
    height: 80px;
}

#landingpage-masthead .site-branding #logo {
    padding-block: var(--gap-l);
}

#landingpage-masthead {
    background-image: linear-gradient(rgba(0,0,0,0.2), transparent);
}

.landingpage-container#page, .landingpage-container#page main {
    display: grid;
}

.landingpage-container#page {
    grid-template-rows: 360px 1fr;
    row-gap: 0px;
}

.stom-billede-sektion.contain-img .stom-picture img {
    object-fit: contain;
    object-position: bottom;
}

.landingpage-container *:not(.page-slider-section)+main>.section-wrap:first-child,
.landingpage-container *:not(.page-slider-section)+main>.stomFEE-edit-cta:first-child+.section-wrap {
    margin-top: 0px;
}

.landingpage-container .stom-billede-sektion .stom-cols-6 {
    padding-top: 0px;
}
.page-slider-section .image-aligner img {
    height: 100%;
}
.page-slider-section .slider-inner .slides {
    position: absolute;
    height: 100%;
    width:100%;
}
.page-slider-section .slider-inner {
    position: relative;
    height: 100%;
}
.page-slider-section .slider-inner .slider-text {
    padding: var(--gap-l) var(--gap-m) 0;
    min-height: 580px;
    align-items: flex-end;
}

.landingpage-container .stom-billede-sektion {
    display: grid;
    padding-bottom: 0;
}

.landingpage-container .stom-billede-sektion.picture-right .stom-cols-6 {
    padding-right: 5px;
}

.landingpage-container ~ #number-three-sticky-mobile-cta {
    display: none !important;
}

.landingpage-container .header-wrapper {
    padding-inline: var(--gap-m);
}

/* CLASSES */
.red-underlined {
    border-bottom: 0.04em solid var(--color-3);
}

.site-section-button.stom-button a {
    padding: 0px;
    line-height: 1;
    margin-top: 1.125em;
    font-weight: 600;
    border: unset;
    border-bottom: 0.1em solid var(--color-3);
    padding-bottom: 0.2em;
    color: inherit;
}

.site-section-button.stom-button a:hover,
.site-section-button.stom-button a:active,
.site-section-button.stom-button a:focus {
    background-color: transparent;
    border: unset;
    border-bottom: 0.1em solid var(--color-3);
    color: var(--color-3);
}

.site-section-button.stom-button a .stom-custom-svg {
    color: currentColor;
    margin-inline: unset;
}

.buttons-flex {
    display: flex;
    gap: calc(var(--gap-s) * 1.5);
}

.stom-button.space-between-icon a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
}

.stom-button.space-between-icon a .stom-custom-svg {
    margin-inline: unset;
}

.stom-button a {
    padding: 0px;
    line-height: 1;
    font-weight: 300;
    color: inherit;
    background-color: transparent;
    border: unset;
    padding-bottom: 0.2em;
    border-bottom: 1px solid transparent;
}

.stom-button a:hover,
.stom-button a:active,
.stom-button a:focus {
    background-color: transparent;
    border: unset;
    border-bottom: 1px solid var(--color-3);
    color: inherit;
}

.stom-button a .stom-custom-svg {
    color: var(--color-5);
    margin-inline: 0.25em;
}

.red-icon {
    color: var(--color-5);
}

.align-top.stom-billede-sektion .stom-cols-6 {
    padding-top: 0px;
}

.flex-grid {
    display: flex;
    gap: var(--gap-s);
    flex-wrap: wrap;
}

.flex-grid.column-2 > * {
    width: calc(50% - (var(--gap-s) / 2));
}

.contact-info a {
    text-decoration: none;
}

.contact-info a:hover,
.contact-info a:active,
.contact-info a:focus {
    color: var(--color-5);
}

.contact-info p {
    margin-bottom: 0.8em;
}

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


.no-column-gap.stom-grid-section > .section > .grid-elements {
    column-gap: 0px;
}

.no-column-gap.stom-grid-section > .section > .grid-elements > .grid-element.padding-right {
    padding-right: var(--gap-m);
}

.blue-bg {
    padding: var(--gap-l) var(--gap-grids);
    background-color: var(--color-4);
    --color-text: var(--color-6);
    --color-dark: var(--color-6);
    color: var(--color-text);
}

.blue-bg h2::after {
    margin-top: 0.1em;
}

.no-overlay.page-slider-section .slider-text {
    background-color: transparent;
}

.content-right.page-slider-section .slider-text-inner .slider-text-inner-wrapper {
    margin-left: auto;
}

.custom_grid {
    display: grid;
}

.full-width-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* SECTIONS */
.sectors .stom-button a, 
.services .stom-button a {
    font-size: 1.38em;
}
.sectors .grid-element .overlay > p:first-child,
.services .grid-element .overlay > p:first-child {
    width: 100%;
    margin-bottom: 0.5em;
}

.sectors .grid-element .overlay,
.services .grid-element .overlay {
    justify-content: flex-start;
}

.sectors.stom-grid-section .section .grid-elements,
.services.stom-grid-section .section .grid-elements {
    gap: var(--gap-grids);
}

.sectors.stom-grid-section .section .grid-element.fullwidth,
.services.stom-grid-section .section .grid-element.fullwidth {
    margin-bottom: calc(var(--gap-m) - var(--gap-grids));
}

body .section-wrap.stom-grid-section.services .grid-element img{
    height: 390px;
    object-fit: cover;
    width: 100%;
}
body .section-wrap.stom-grid-section.services .grid-element .overlay {
    padding: 0;
    padding-top: var(--gap-s);
}
body .section-wrap.stom-grid-section.services .grid-element img, body .section-wrap.stom-grid-section.services .grid-element .overlay{
    grid-column: unset;
    grid-row: unset;
}
.quote .stom-custom-svg {
    font-size: var(--h2);
}

.quote p {
    font-size: var(--h2);
    color: var(--color-1);
    font-weight: 400;
}

.quote .stom-small {
    max-width: 1200px;
}

.offset-image.stom-billede-sektion,
.offset-background.stom-billede-sektion {
    background-color: var(--color-4);
    --color-text: var(--color-6);
    --color-dark: var(--color-6);
    color: var(--color-text);
}

.offset-image.stom-billede-sektion {
    margin-top: calc(var(--gap-xl) + var(--gap-l)) !important;
}

.contact-us.stom-billede-sektion {
    margin-inline: 0px;
}

.contact-us.stom-billede-sektion > .section,
.offset-image.stom-billede-sektion > .section,
.offset-background.stom-billede-sektion > .section {
    max-width: min(var(--content-width), calc(100vw - ( 2 * var(--gap-m) ) ) );
}

.contact-us.stom-billede-sektion .stom-cols-6 {
    padding-inline: 0px;
}


.offset-background.stom-billede-sektion > .section > * {
    margin-top: var(--gap-l);
}

.offset-image.stom-billede-sektion.not-fullwidth .section {
    overflow: unset;
}

.offset-image.stom-billede-sektion .stom-picture {
    top: calc(var(--gap-l) * -1);
}

.offset-image.stom-billede-sektion .stom-cols-6 {
    padding-top: var(--gap-l);
    padding-bottom: calc(var(--gap-l) + var(--gap-l));
}

.offset-background.stom-billede-sektion .stom-cols-6 {
    padding-block: var(--gap-l);
}

.members.stom-billede-sektion > .section {
    min-height: 630px;
}

#global-search {
    padding-bottom: var(--gap-xl);
    margin-inline: 0px;
    /* padding-inline: var(--gap-m); */
    position: relative;
}

#global-search .section {
    max-width: unset;
}

#global-search .section > * {
    max-width: min(calc(100vw - ( 2 * var(--gap-m) ) ), var(--content-width));
    margin-inline: auto;
}

section#global-search::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: linear-gradient(transparent 0%, transparent 25%, var(--color-7));
    pointer-events: none;
}

#global-search .global-search-grid {
    grid-template-columns: 4fr 6fr;
    max-width: min(calc(((100vw - var(--content-width) - var(--gap-s)) / 2) + var(--content-width)), calc(100vw - ( 1 * var(--gap-m) ) ) );
    margin-inline: auto 0;
    margin-top: 3em;
}

.page-slider-section.main-slider-section .slider-text {
    background-color: transparent;
}

.page-slider-section.main-slider-section .slider-text .blue-bg {
    padding-inline: var(--gap-s);
    padding-block: var(--gap-s);
    background-color: rgba(53, 84, 114, 0.8);
}

body .page-slider-section.main-slider-section h1{
    font-size: 42px;
    line-height: 1.3;
}

.page-slider-section.main-slider-section .slider-text p {
    margin-bottom: 1.5em;
    letter-spacing: .6px;
    font-weight: 300;
}

.get-in-touch.stom-billede-sektion.picture-right .stom-cols-6 {
    padding-right: 0px;
}
.category-lukkede-stillinger.category-43 header.page-header h1.page-title{
    display: none;
}


.custom-overflow-wrapper section.widget_search{
    display: none;
}

.contact-us {
    background-color: var(--color-1);
    --color-text: var(--color-6);
    --color-dark: var(--color-6);
    color: var(--color-text);
    margin-inline: 0px;

}

.get-in-touch h2,
.contact-us h2 {
    margin-bottom: 1em;
}

.contact-us > .section {
    min-height: 610px;
    display: flex;
}

.contact-us.stom-billede-sektion .stom-picture {
   top: var(--gap-grids); 
}

.contact-us.stom-billede-sektion .stom-picture img {
    object-fit: contain;
    object-position: bottom;

}

.contact-us.stom-billede-sektion.picture-right .stom-cols-6 {
    padding-right: 0px;
}

/* GENERAL */
h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    margin-bottom: 0.5em;
}

h1 {
    letter-spacing: 1px;
    line-height: 0.94;
    font-weight: 500;
}

#colophon .widget-title {
    font-weight: 400;
    line-height: 1;
    margin-bottom: 1em;
    font-size: var(--h3);
}

h2, 
h3 {
    font-weight: 600;
}

#colophon .widget-title::after,
h1::after,
h2::after,
h3::after {
    content: '';
    display: block;
    height: 3px;
    background-color: var(--color-5);
}

h1::after,
h2::after {
    width: var(--gap-l);
}

#colophon .widget-title::after,
h3::after {
    width: calc(var(--gap-s) * 1.5);
}

#colophon .widget-title::after {
    margin-top: 0.25em;
}

h1::after {
    margin-top: 0.1em;
    background-color: var(--color-5);
    height: 3px;
}

#content p,
#content ul {
    font-weight: 400;
}

p, ul {
    line-height: 1.2;
    margin-bottom: 1em;
    letter-spacing: 0.6px;
    font-weight: 300;
}

#content #primary h2 {
    font-size: calc(var(--gap-s) * 1.1);
    margin-top: var(--gap-grids);
}

#content h2::after {
    display: none;
}

body:not(.no-sidebar) #primary, .single #single-post-content-sidebar+.entry-content {
    width: 50%;
}

main .section-wrap~.section-wrap, main+.section-wrap, main+#colophon, .section-wrap~.page-slider-section, .page-slider-section~.page-slider-section, .page-slider-section~.section-wrap, .page-slider-section~main, #content+.page-slider-section, #content+.stomFEE-edit-cta+.page-slider-section, #content+.section-wrap, #content+.stomFEE-edit-cta+.section-wrap {
    margin-top: var(--gap-l);
}

.stom-billede-sektion > .section > .stom-cols-6 > .stom-center-box {
    width: 100%;
}

footer a,
main a {
    text-decoration: none;
}

footer a:hover,
footer a:active,
footer a:focus,
main a:hover,
main a:active,
main a:focus {
    color: var(--color-5);
}

.socials-wrapper {
    display: flex;
    gap: var(--gap-s);
    flex-wrap: wrap;
}

.socials-wrapper a {
    padding: 0;
    margin: 0;
    color: inherit;
    font-size: 1.8em;
}

body.has-sidebar .page-slider-section~main {
    margin-top: 0px;
    padding-top: var(--gap-l);
    padding-bottom: var(--gap-l);
}

main+.section-wrap.contact-us {
    margin-top: 0px !important;
}

#content::before {
    content: '';
    position: absolute;
    display: block;
    aspect-ratio: 570 / 411;
    width: 755px;
    background-color: var(--color-1);
    mask-image: var(--atom-url);
    mask-size: contain;
    mask-repeat: no-repeat;
    top: -70px;
    left: -280px;
    opacity: 0.031;
    z-index: -1;
    pointer-events: none;
}

.grid-element > .full-element-link + .overlay>p:first-child img {
    transition: var(--transition);
}

.grid-element > .full-element-link:hover + .overlay>p:first-child img,
.grid-element > .full-element-link:focus + .overlay>p:first-child img,
.grid-element > .full-element-link:active + .overlay>p:first-child img {
    transform: scale(1.1);
}

.grid-element > .full-element-link + .overlay>p {
    overflow: hidden;
}

.grid-element > .full-element-link:hover + .overlay .stom-button a,
.grid-element > .full-element-link:focus + .overlay .stom-button a,
.grid-element > .full-element-link:active + .overlay .stom-button a {
    background-color: transparent;
    border: unset;
    border-bottom: 1px solid var(--color-3);
    color: inherit;
}

.stom-billede-sektion > .section {
    max-width: min(var(--content-width), calc(100vw - ( 2 * var(--gap-m) ) ));
}

/* ASIDE */
#main-content {
    position: relative;
}

aside#secondary::before {
    content: '';
    width: max(calc(((100vw - var(--content-width)) / 2 ) + var(--sidebar-width)), calc(var(--sidebar-width) + var(--gap-m)));
    position: absolute;
    background: var(--color-8);
    top: 0;
    bottom: 0;
    z-index: -1;
}

#secondary.widget-area .widget:not(.widget_search):not(.widget_instagram-feed-widget):not(.widget-no-border) {
    background-color: transparent;
    padding-inline: var(--gap-grids) 0;
    padding-bottom: 0px;
    padding-top: calc(var(--gap-s) * 1.5);
    margin-bottom: 0px;
    margin-top: calc(var(--gap-s) * 1.5);
}

#secondary.widget-area .widget:not(.widget_search):not(.widget_instagram-feed-widget):not(.widget-no-border):first-child {
    padding-top: 0px;
    margin-top: 0px;
}

#secondary.widget-area .widget:not(.widget_search):not(.widget_instagram-feed-widget):not(.widget-no-border) .textwidget img,
#secondary.widget-area .widget:not(.widget_search):not(.widget_instagram-feed-widget):not(.widget-no-border) .textwidget p img {
    max-width: 250px;
}

#secondary.widget-area .widget img:not(:last-child) {
    margin-bottom: 1em;
}

#content {
    --content-width: 1200px;
    --sidebar-width: 350px;
}

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

aside#secondary.widget-area .widget-title {
    font-size: var(--h4);
    margin-bottom: 1em;
}

aside#secondary.widget-area .widget-title::after {
    content: '';
    display: block;
    height: 1px;
    background-color: var(--color-5);
    width: var(--gap-l);
    margin-top: 0.6em;
}

.stom-anmeldelse.old-design.slick-slide {
    margin-inline: 0px;
}

.stom-anmeldelse.old-design.slick-slide .stom-anmeldelse-tekst::before {
    margin-bottom: 0.5em;
}

.stom-anmeldelse.old-design.slick-slide .stom-anmeldelse-tekst::after {
    margin-top: 0.5em;
    margin-left: auto;
}

.stom-anmeldelse.old-design.slick-slide .stom-anmeldelse-tekst::before,
.stom-anmeldelse.old-design.slick-slide .stom-anmeldelse-tekst::after {
    content: '';
    display: block;
    aspect-ratio: 19 / 14;
    width: 1em;
    background-color: var(--color-5);
    mask-image: var(--quote-url);
    mask-size: contain;
    mask-repeat: no-repeat;
}

.stom-anmeldelse.old-design.slick-slide .stom-anmeldelse-tekst-reviewer {
    font-weight: 600;
    margin-top: 0.25em;
}

.stom-anmeldelse-wrapper.old-design.slick-slider {
    padding-inline: 0px;
}

.stom-anmeldelse-wrapper.old-design .slick-track {
    margin-inline: 0px;
}

.stom-anmeldelse-wrapper.old-design .slick-dots {
    text-align: right;
    margin-top: 0.5em;
}

.stom-anmeldelse-wrapper.old-design .slick-prev, .stom-anmeldelse-wrapper.old-design .slick-next {
    display: none !important;
}

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

.ul-checklist ul li {
    padding-left: 1.2em;
    margin-bottom: 1em;
    position: relative;
}

.ul-checklist ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.3em;
    width: 0.7em;
    aspect-ratio: 1 / 1;
    background-color: var(--color-5);
    mask-image: var(--check-url);
    mask-size: contain;
    mask-repeat: no-repeat;
}

/* FOOTER */
#colophon.footer-setting-03 {
    background-color: var(--color-7);
    border-top: unset;
    --color-text: var(--color-6);
    --color-dark: var(--color-6);
    color: var(--color-text);
}

#colophon .widget strong {
    font-weight: 700;
}

.footer-setting-03 .section-wrap {
    border-bottom: unset;
}

.footer-setting-03 .footer-widget-area-extra .section {
    border-top: 1px solid var(--color-6);
}

.footer-setting-03 .footer-widget-area .section .grid-elements {
    column-gap: var(--gap-grids);
}

.footer-setting-03 .footer-widget-area-extra .textwidget {
    justify-content: space-between;
    gap: 1em;
    flex-wrap: wrap;
}

.stom-info > .menu {
    display: flex;
}

.stom-info > .menu > li {
    padding-inline: 1em;
    position: relative;
}

.stom-info > .menu > li::after {
    content: '';
    width: 1px;
    height: 1em;
    background-color: currentColor;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.stom-info > .menu > li:first-child {
    padding-left: 0px;
}

.stom-info > .menu > li:last-child {
    padding-right: 0px;
    border-right: unset;
}

.stom-info > .menu > li:last-child::after {
    display: none;
}

.hide-footer-sections .hideable-footer-section {
    display: none;
}

/* HEADER */
.top-bar > .section {
    border-bottom: 1px solid var(--color-1);
}

header .top-bar a {
    font-size: var(--h6);
    color: var(--color-1);
    font-weight: 400;
    margin-right: 0.8em;
}

header .top-bar a:hover,
header .top-bar a:active,
header .top-bar a:focus {
    color: var(--color-5);
}

header .top-bar a:last-child {
    margin-right: 0em;
}

header .top-bar a .stom-custom-svg {
    margin-right: 0.2em;
}

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

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

.hover-active:not(.hover-style-bold) ul.menu a:before {
    bottom: 1.3em;
    background-color: var(--color-5);

}
.hover-active:not(.hover-style-bold) ul.menu li .sub-menu li a:before {
    bottom: 0;
    width: 100%;
}

.header-sticky-active.scrolled header .hover-active:not(.hover-style-bold) ul.menu li .sub-menu li a:before {
    bottom: 0;

}
.single .entry-header h1 {
    font-size: var(--h3);
}

body.posts-archive-layout-2.posts-archive #primary {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

body.posts-archive-layout-2.posts-archive #content #primary .entry-title {
    font-size: calc(var(--gap-s)* 1.1);
    margin-top: 0;
}

.header-sticky-active.scrolled header .hover-active:not(.hover-style-bold) ul.menu a:before {
    bottom: 0.9em;
}

header .main-navigation ul.menu a {
    padding-inline: 0.83em;
}

.style-header-02 .site-branding #logo {
    padding-block: var(--gap-s);
}

header .nav-wrap,
header .nav-wrap .navigation-tools {
    display: flex;
}

header .nav-wrap .navigation-tools > * {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-inline: 0.5em;
    padding-block: 0.7em;
}

.flags .stom-multilingual-language-switcher__current-lang > a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-inline: 0px;
}

.flags .stom-multilingual-language-switcher__current-lang > a > img {
    aspect-ratio: 29 / 14;
    min-width: 29px;
    height: auto;
}
.flags .stom-multilingual-language-switcher__current-lang > a > .stom-custom-svg {
    font-size: 1.3em;
}

.flags .stom-multilingual-language-switcher__list {
    width: unset;
}

.flags .stom-multilingual-language-switcher__list__item > a > img {
    aspect-ratio: 29 / 14;
    min-width: 29px;
    height: auto;
}

.language-menu img {
    aspect-ratio: 29 / 14;
    min-height: 1em;
    width: auto;
}

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


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


/* woocommerce style goes here */


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

.landingpage-container .overlay-text .contact-info:first-of-type {
    transform: translateX(170px);
}

.country-list p {
    font-size: 12px;
    color: var(--color-3);
}

.mere-tekst-wrapper > button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
    
    padding: 30px 0;
    background-color: #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid var(--color-3);
    font-size: var(--p);
    font-weight: 500;
    color: var(--color-1);
}

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

.mere-tekst-wrapper > .mere-tekst {
    padding-block: 20px;   
}

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

.footer-setting-03 .footer-widget-area .section .grid-elements {
    grid-template-columns: repeat(4, 1fr);
}

.footer-setting-03 .footer-widget-area .section .grid-elements .grid-element:nth-child(3) {
    grid-column: span 2;
}

body.executive-page #main-content {
    margin-top: var(--gap-l);
}

body:not(.home) .page-slider-section .image-aligner img {
    object-position: center center;
}

/* Closed positions */
body.page-id-1346 .widget-area .widget_categories ul li.cat-item-44,
body.page-id-1077 .widget-area .widget_categories ul li.cat-item-44,
body.category-closed-positions .widget-area .widget_categories ul li.cat-item-44 {
    display: none;
}

/* Open positions */
body.page-id-1349 .widget-area .widget_categories ul li.cat-item-45,
body.page-id-1075 .widget-area .widget_categories ul li.cat-item-45,
body.category-open-positions .widget-area .widget_categories ul li.cat-item-45 {
    display: none;
}

body:not(.home) .entry-content > p a span {
    transition: var(--transition);
}

body:not(.home) .entry-content > p a:hover span {
    color: var(--color-dark) !important;
}



.section-wrap.clear.stom-billede-sektion.no-padding-block .section .stom-cols-6 {
    padding-block: 0;
}

.widget-area .widget_categories ul li {
    font-size: 0;
}

.widget-area .widget_categories ul li a {
    font-size: 1rem;
}

body.closed-positions-page .entry-content > ul li {
    font-size: 14px;
    line-height: 1.5;
}

body.closed-positions-page .entry-content > ul li:not(:last-of-type) {
    margin-bottom: 10px;
}

body.closed-positions-page .entry-content > ul li::marker {
    /* color: var(--color-5); */
}

body.page-template-page-blog #main-content #content .header-divider {
    display: none;
}

body.page-template-page-blog #primary,
body.page-template-page-blog #secondary {
    margin-top: 0 !important;
}

#primary-menu li.menu-item-has-children:last-child ul.sub-menu li.menu-item-has-children:hover > ul.sub-menu {
    left: auto;
    right: 100%;
}

#page header .main-navigation .burger-menu-content-inner .stom-tabs .tabs-header li a {
    font-size: 14px;
    text-transform: inherit;
}


body.page-template-page-blog .page-header .stom-button {
    margin-bottom: var(--gap-s);
}

body.closed-positions-page .entry-content > .stom-button:first-of-type {
    margin-bottom: var(--gap-m);
}

.single .post-navigation a {
    background-color: var(--color-1);
    border: 1px solid var(--color-1);
    color: #fff;
}

.single .post-navigation a:hover {
    background-color: #fff;
    border-color: var(--color-1);
    color: var(--color-1);
}


#media_image-2 > img {
    filter: brightness(0) invert(1);

}

body.contact-page .page-slider-section .slider-text-inner .slider-text-inner-wrapper .stom-button {
    display: none;
}

body.closed-positions-page .entry-content .mere-tekst-wrapper {
    margin-bottom: 1.5em;
}

body.closed-positions-page .entry-content .mere-tekst-wrapper > button {
    font-size: 16px;
    font-weight: 400;
    padding-block: 10px;
    letter-spacing: .6px;
}

body.closed-positions-page .entry-content .mere-tekst-wrapper:hover > button {
    color: var(--color-5);
}

body.closed-positions-page .entry-content .mere-tekst-wrapper .mere-tekst ul li {
    font-size: 14px;
    line-height: 1.5;
}

body.closed-positions-page .entry-content .mere-tekst-wrapper .mere-tekst ul li:not(:last-of-type) {
    margin-bottom: 10px;
}