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


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


/* style goes here */


.page-id-427624 #content {
    max-width: 1140px;
}



/* Prospect Archive */

body.post-type-archive-prospekt #primary {
    font-size: 0px;
}

body.post-type-archive-prospekt #primary>* {
    font-size: 15px;
}

.post-type-archive-prospekt.archive .post-thumbnail,
.post-type-archive-prospekt.archive .post-thumbnail+.post-content-wrapper {
    float: none;
    width: 100%;
}

.post-type-archive-prospekt .post-thumbnail img {
    height: auto !important;
}

.post-type-archive-prospekt h2 {
    font-size: 20px;
}

.post-type-archive-prospekt.archive article {
    display: inline-block;
    width: 33.3333%;
    padding: 5px;
}

.post-type-archive-prospekt .entry-content:after {
    content: '';
    clear: both;
    display: table;
}


/* Prospect Single */

.prospekt-template-default #content {
    padding-bottom: 0;
}

.prospekt-template-default .post-thumbnail img {
    height: auto !important;
    max-height: min(calc(100vh - 250px), 65vh);
    min-height: 500px;
    width: 100%;
    object-fit: cover;
}

.propsectimage {
    position: relative;
}

.propsectimage .prospektinfo {
    position: absolute;
    bottom: 0;
    background: #FFFFFF;
    right: clamp(0%, calc(64vw - 799px), 16.9%);
    width: 570px;
    padding: 3em 3.1em 0;
}

.ejendomstype_Kontor .propsectimage .prospektinfo::after,
.propsectimage .prospektinfo::after {
    content: '';
    position: absolute;
    background-image: url(images/prospekt_bg/prospektinfo_bg.png);
    background-repeat: no-repeat;
    top: 3em;
    right: 0;
    left: 0;
    bottom: 0;
    background-position: center bottom;
    background-size: contain;
    z-index: 1;
}

.ejendomstype_Boligudlejningsejendom .propsectimage .prospektinfo::after {
    background-image: url(images/prospekt_bg/boligudlejning-ejendom.png);
}

.ejendomstype_Grunde .propsectimage .prospektinfo::after {
    background-image: url(images/prospekt_bg/erhvervsgrund.png);
}

.ejendomstype_HotelRestaurant .propsectimage .prospektinfo::after {
    background-image: url(images/prospekt_bg/hotel.png);
}

.ejendomstype_LagerProduktion .propsectimage .prospektinfo::after {
    background-image: url(images/prospekt_bg/lagerejendom.png);
}

.ejendomstype_Parkeringshus .propsectimage .prospektinfo::after {
    background-image: url(images/prospekt_bg/parkeringshus.png);
}

.ejendomstype_Projektejendom .propsectimage .prospektinfo::after {
    background-image: url(images/prospekt_bg/projektudviklingsejendom.png);
}

/* New */
.ejendomstype_Detail .propsectimage .prospektinfo::after {
    background-image: url(images/prospekt_bg/indkob_2022.png);
}

.ejendomstype_KlinikPrivathospital .propsectimage .prospektinfo::after {
    background-image: url(images/prospekt_bg/boligejendom_2022.png);
}

.ejendomstype_Andre .propsectimage .prospektinfo::after {
    background-image: url(images/prospekt_bg/investeringsejendom_2022.png);
}

.ejendomstype_BoligErhverv .propsectimage .prospektinfo::after {
    background-image: url(images/prospekt_bg/investeringsejendom_2022.png);
}

.ejendomstype_Erhvervsejendom .propsectimage .prospektinfo::after {
    background-image: url(images/prospekt_bg/investeringsejendom_2022.png);
}

.ejendomstype_Detail .propsectimage .prospektinfo::after,
.ejendomstype_KlinikPrivathospital .propsectimage .prospektinfo::after,
.ejendomstype_Andre .propsectimage .prospektinfo::after,
.ejendomstype_BoligErhverv .propsectimage .prospektinfo::after,
.ejendomstype_Erhvervsejendom .propsectimage .prospektinfo::after {
    opacity: .03;
}

/* END New */

.propsectimage h5,
.propsectimage table,
.propsectimage .tableinfobuttons {
    position: relative;
    z-index: 5 !important;
}

.prospektinfo h5 {
    font-weight: 700;
}

.prospektinfo table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 .8em;
}

.prospektinfo table {
    margin-bottom: 1em;
}

.prospektinfo tr {
    margin-bottom: 1em;
}

.prospektinfo td {
    width: 50%;
    font-weight: bold;
}

.prospektinfo td+td {
    text-align: end;
    font-weight: unset;
}

.prospektinfo .stom-button a {
    margin-bottom: 0 !important;
    margin-top: .5em;
}

.single .entry-content {
    max-width: 1138px;
    margin: 0 auto;
}

.prospekt-single-slider-wrapper:not(.not3) img,
.prospekt-single-slider-wrapper:not(.not3) img.slick-active+img.slick-active+img.slick-active {
    filter: blur(2px);
    transform: scale(0.5);
    transition: filter .2s, transform .2s;
    aspect-ratio: 540/302;
    object-fit: cover;
    pointer-events: none;
}

.prospekt-single-slider-wrapper:not(.not3) img.slick-active+img.slick-active {
    filter: blur(0);
    transform: scale(1.5);
    pointer-events: unset;
}

.prospekt-single-slider-wrapper:not(.not3) .slick-list {
    padding: 6% 0;
}

.prospekt-single-slider-wrapper .slick-next,
.prospekt-single-slider-wrapper .slick-prev {
    border-radius: 0;
    padding-top: 4px;
    height: 40px;
    width: 40px;
    transform: translate(0, -50%);
}

.prospekt-single-slider-wrapper button.slick-arrow svg {
    display: none;
}

.prospekt-single-slider-wrapper button.slick-arrow::before {
    content: '...';
    height: 40px;
    background-size: 90%;
    background-position: center;
    width: 40px;
    color: transparent !important;
    opacity: 1;
}

.prospekt-single-slider-wrapper button.slick-prev.slick-arrow::before {
    background: url('images/prev_slider.png') no-repeat;
}

.prospekt-single-slider-wrapper button.slick-next.slick-arrow::before {
    background: url('images/next_slider.png') no-repeat;
}

.prospekt-template-default .gform_wrapper.gravity-theme .gfield_contains_required.hidden_label .gfield_label,
.gform_wrapper .gfield_required {
    display: none !important;
}

.gform_wrapper.gravity-theme .gfield input,
.gform_wrapper.gravity-theme .gfield select,
.gform_wrapper.gravity-theme .gfield textarea {
    border: none;
    border-bottom: 1px solid black;
    outline: none;
    padding-left: 0 !important;
    font-family: var(--f2-kp);
}

.bottom_contact .size_container {
    max-width: 490px;
    margin-left: auto;
    margin-right: 65px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.download_map_section {
    height: 894px;
}

.download_map_section div#download {
    height: 894px;
}

.download_map_section .stom_maps_prospekt {
    height: 100%;
}

#download.bottom_contact .ginput_container_consent {
    color: #8c8c8c;
    font-size: 12px;
    line-height: normal;
    font-family: var(--f2-kp);
    display: flex;
}

#download.bottom_contact .ginput_container_consent input {
    margin-right: 2px;
    margin-top: 2px;
}

#download.bottom_contact .ginput_container_consent a {
    text-decoration: underline;
    font-weight: 400;
    text-underline-offset: 1px;
}

.download_map_section .stom-cols-6.map-container.last {
    position: absolute;
    right: 0;
}

.download_map_section .stom-cols-6.map-container.last,
.download_map_section .stom-cols-12.map-container.last,
.download_map_section iframe {
    height: 894px;
}

.prospekt_text_content {
    margin-top: 7em;
}

.prospekt_text_content div {
    columns: 27rem auto;
}

.prospekt_address {
    color: #8c8c8c;
    font-family: var(--f1-tie);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .18rem;
    font-size: .75em;
    min-height: 2rem;
}

.prospek_sub_title {
    font-family: var(--f2-kp);
    color: #8d8d8d;
    font-weight: 400;
    font-size: 30px;
}

.single-prospekt .prospekt_address {
    margin-bottom: 0.2em;
    font-size: 16px;
    min-height: unset;
}


/* Prospekt Widget */

.widget_prospektsheet:after {
    content: '';
    clear: both;
    display: table;
}

.glp-pw-cap {
    clear: both;
    float: left;
}

.glp-pw-info {
    float: right;
}


/* ____ FONTS ____ */

@font-face {
    font-family: 'kp sans';
    src: url('fonts/kpsans-black-webfont.woff2') format('woff2'), url('fonts/kpsans-black-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'kp sans';
    src: url('fonts/kpsans-bold-webfont.woff2') format('woff2'), url('fonts/kpsans-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'kp sans';
    src: url('fonts/kpsans-light-webfont.woff2') format('woff2'), url('fonts/kpsans-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'kp sans';
    src: url('fonts/kpsans-medium-webfont.woff2') format('woff2'), url('fonts/kpsans-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'kp sans';
    src: url('fonts/kpsans-regular-webfont.woff2') format('woff2'), url('fonts/kpsans-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'kp sans';
    src: url('fonts/kpsans-thin-webfont.woff2') format('woff2'), url('fonts/kpsans-thin-webfont.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'tiempos';
    src: url('fonts/tiempos-headline-web-black.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'tiempos';
    src: url('fonts/tiempos-text-web-bold.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'tiempos';
    src: url('fonts/tiempos-text-web-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'tiempos';
    src: url('fonts/tiempos-text-web-regular-italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}


/* ____ GLOBAL ____ */

:root {
    --f1-tie: 'tiempos', sans-serif;
    --f2-kp: 'kp sans', sans-serif;
    --c-primary: #;
    --c-secondary: #;
}

#colophon a:hover,
article:not(.prospekt) a:hover {
    text-decoration: underline;
}

img {
    height: auto;
    width: auto;
}

.section-wrap,
.stom-grid-section .section.columns-4 .grid-element {
    background-size: cover;
}

.grid-element img {
    object-fit: cover;
}

textarea {
    resize: none;
}

.header-wrapper,
#content,
/* .section, */
.reference_grid_sektion .section,
.three_box_slider_sektion .section,
#colophon .section,

footer.site-footer .site-info {
    max-width: 1720px;
    margin: 0 auto;
}

.slick-slide {
    height: unset;
}

#main-content .section-wrap li::marker {
    content: url(images/li_item.png);
    font-size: 1em;
}

#main-content .section-wrap:not(.quote_section) li {
    padding-left: .5em;
}

ul,
ol {
    margin-left: 0;
    padding-left: 1em;
}

h1 {
    font-weight: 900;
}

h2 {
    font-weight: 900;
}

h3 {
    font-weight: 900;
}

h4 {
    font-weight: 900;
}

h5 {}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--f1-tie);
}

html,
body,
input,
select,
optgroup,
textarea {
    font-family: var(--f2-kp);
    scroll-behavior: smooth;
    scroll-padding-top: 77px;
}

p {
    line-height: normal;
}

a {
    text-decoration: none;
}


/* ____ BUTTONS ____ */

.stom-button a {
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    transition: background-color .2s, color .2s;
    text-transform: none;
}

.stom-button.one a {
    background-color: var(--c-primary);
    color: white;
    border-color: var(--c-primary);
}

.stom-button.one:hover a {
    background-color: transparent;
    color: var(--c-primary);
}

.stom-button.one.transparent a {
    background-color: transparent;
    color: var(--c-primary);
    border-color: var(--c-primary);
}

.stom-button.one.transparent:hover a {
    background-color: var(--c-primary);
    color: white;
}

.stom-button.two a {
    background-color: var(--c-secondary);
    color: white;
    border-color: var(--c-secondary);
}

.stom-button.two:hover a {
    background-color: transparent;
    color: var(--c-secondary);
}

.stom-button.two.transparent a {
    background-color: transparent;
    color: var(--c-secondary);
    border-color: var(--c-secondary);
}

.stom-button.two.transparent:hover a {
    background-color: var(--c-secondary);
    color: white;
}

.hero_section .stom-button.boxed_arrow {
    margin-right: 2.2em;
    margin-bottom: 2.2em;
}

.stom-button.boxed_arrow {
    margin-right: 1em;
    margin-bottom: 1em;
    position: relative;
    min-width: 160px;
}

.stom-button.boxed_arrow a {
    padding: 4px 1.5em 4px calc(40px + 1.5em);
    display: flex;
    align-items: center;
    background: transparent;
    color: black;
    border: 1px solid black;
    line-height: 1;
    font-size: 17px;
    margin: 0 !important;
    /* position: relative; */
    text-align: left;
    min-height: 40px;
}

.stom-button.boxed_arrow a::before {
    content: url(images/next_slider.png);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2px;
    min-width: 40px;
    background-color: black;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}


/* prospekt variations */

.stom-button.boxed_arrow.blackbg a {
    background: black;
    color: white;
    border: 0px solid white;
}

.stom-button.boxed_arrow.blackbg a::before {
    border-right: 1px solid white;
}

.stom-button.boxed_arrow.dotsbtn a::before {
    content: url(images/dotsbtn.png);
    padding-top: 4px;
}

.stom-button.boxed_arrow:hover a {
    color: white;
    background: black;
}

#colophon .gform_footer {
    margin-top: 1.5em;
}

#colophon .extra_info {
    margin-top: 1.5em;
}

#colophon .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 0;
}

.gform_footer.top_label {
    display: flex;
    justify-content: flex-end;
}

.gform_footer.top_label .gform_button {
    padding: 0 1em 0 1em;
    display: flex;
    align-items: center;
    background: white;
    color: black;
    border: 1px solid black;
    white-space: nowrap;
    font-size: 16px;
}

#colophon .gform_footer.top_label .gform_button {
    background: transparent;
    color: white;
    border: 1px solid white;
}

.gform_footer.top_label::before {
    content: '';
    display: inline-block;
    background: url(images/next_slider.png) no-repeat;
    background-position: center;
    background-size: 40%;
    width: 40px;
    aspect-ratio: 1 / 1;
    background-color: black;
    transition: .175s;
    z-index: 10;
    pointer-events: none;
    left: 40px;
    position: relative;
}

input[type="submit"],
.gform_wrapper .gform_footer input[type=submit] {
    padding-left: calc(40px + .6em) !important;
}

#colophon .gform_footer.top_label::before {
    background-color: black;
    filter: invert(1);
}

.gform_footer.top_label .gform_button:hover {
    color: white;
    background: black;
}

#colophon .gform_footer.top_label .gform_button:hover {
    color: black;
    background: white;
}

button,
.stom-button a,
input[type="button"],
input[type="reset"],
input[type="submit"],
.gform_wrapper .gform_footer input[type=submit] {
    text-transform: unset;
    padding: 0.6em 1.5em;
}

.footer-widgets.stom-cols-3.widgets-2 .textwidget p {
    margin-bottom: 10px;
}



#colophon .gform_fields label {
    display: none;
}

.entry-meta {
    color: #8c8c8c;
}


/* ____ HEADER ____ */

.header-wrapper {
    border-bottom: 1px solid black;
    padding-top: 21px;
}

#contact_header {
    order: 1;
    display: flex;
    align-items: center;
    padding-left: 2.2em;
    font-weight: 700;
    font-size: 14px;
}

#contact_header a {
    text-decoration: none;
}

#contact_header .header_phone svg {
    width: unset !important;
    height: 1.2em;
}

#contact_header .header_email svg {
    width: unset !important;
    height: 1.7em;
}

#contact_header .header_email {
    margin-left: 1em;
}

#contact_header .header_phone a,
#contact_header .header_email a {
    display: flex;
    align-items: center;
}

#contact_header .header_phone a,
#contact_header .header_email a {
    display: flex;
    align-items: center;
}

#contact_header .header_phone .stom-custom-svg,
#contact_header .header_email .stom-custom-svg {
    margin-right: 3px;
}

.site-branding {
    /* border-right: 1px solid black; */
}

#contact_header {
    border-left: 1px solid black;
}


/*  TOPBAR ____ */


/*  SUBMENU FOLDUD ____ */

header .top-bar .section {
    overflow: visible;
}

header .top-bar ul ul.sub-menu {
    position: absolute;
    padding: 0;
    left: 0;
    transform: translateX(-25%);
    margin: 0;
    top: 100%;
    background: white;
    z-index: 1;
    width: 190px;
    padding: 8px 0 0;
    display: none;
    box-shadow: 2px 4px 6px rgb(103 103 103 / 12%);
}

header .top-bar ul ul.sub-menu a {
    display: block;
    text-align: start;
    padding: 11px 13px;
    width: 100%;
    float: left;
    margin: 0;
    transition: background .2s ease;
}

header .top-bar ul ul.sub-menu li a:after {
    content: unset;
}

.top-bar .top-bar-right ul li.menu-item-has-children ul.sub-menu a:hover {
    background: #f2f2f2;
}

.top-bar .top-bar-right ul li.menu-item-has-children:hover ul.sub-menu {
    display: block;
}

header .top-bar ul li.menu-item-has-children {
    position: relative;
}


/*  LOGO ____ */

.site-branding {
    flex-grow: 0;
}

.site-branding #logo {
    padding: 20px 30px 20px 0;
    line-height: 0;
}

.site-branding #logo img {
    max-width: clamp(170px, 12vw, 230px);
    image-rendering: -webkit-optimize-contrast;
}

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

body:not(.woocommerce-cart):not(.woocommerce-checkout) .header-sticky-active.scrolled header:not(.style-header-4) .site-branding #logo {
    padding: 10px 20px 10px 0;
    max-width: clamp(200px, 16vw, 285px);
}


/*  MAINNAV ____ */

body.burger-menu #site-navigation.main-navigation .current-menu-item,
body.burger-menu #site-navigation.main-navigation .current-menu-ancestor {
    background: #000 !important;
    color: #fff !important;
}

body.burger-menu #site-navigation ul.menu li {
    color: #000 !important;
}

body.burger-menu #site-navigation .menu-toggle {
    color: black;
}

.style-header-1 .nav-wrap {
    justify-content: center;
}

.stom-menu-item-arrow {
    display: none;
}

.hover-active:not(.hover-style-bold) ul.menu:not(.sub-menu) a:before {
    bottom: unset;
    transform: translate(0, 1em);
    height: 2px;
    top: 50%;
}

.hover-active:not(.hover-style-bold) ul.sub-menu a:before {
    bottom: 0 !important;
    transform: unset !important;
    top: unset !important;
}

.hover-entry-none.hover-style-center ul.menu li:hover>a:before,
.hover-entry-none.hover-style-center ul.menu li.focus>a:before,
.hover-entry-none.hover-style-center ul.menu .current-menu-item>a:before,
.hover-entry-none.hover-style-center ul.menu .current-menu-ancestor>a:before {
    width: 20px;
}

body:not(.burger-menu) header .main-navigation ul:not(.sub-menu)>li>ul.sub-menu {
    border-top: 1px solid black;
}

header .main-navigation a {
    padding: 5px 16px;
}

body.burger-menu .burger-menu-content-inner .burger-menu-close {
    cursor: pointer;
    z-index: 5;
}


/* hover effects på vilkår menu ID sider */

.hover-entry-none.hover-style-center ul.menu .no_active_effect.current-menu-item>a:before {
    width: 0;
}

body.burger-menu #site-navigation.main-navigation .no_active_effect.current-menu-item {
    background: #fff !important;
}

.hover-entry-none.hover-style-center ul.menu .no_active_effect.current-menu-item:hover>a::before {
    width: 20px !important;
}

#header_contact .contact_item a {
    padding: 5px 20px;
    text-align: start;
    font-size: 1em;
    font-weight: 600;
}

#header_contact .contact_item a .stom-custom-svg {
    vertical-align: bottom;
    margin-right: .5em;
    font-size: 19px;
}

body.burger-menu .burger-menu-content-inner .stom_theme_logo img {
    max-height: 30px;
}


/* ____ FOOTER ____ */

#colophon .sub-menu {
    display: none;
}

#colophon .widgets-1,
#colophon .widgets-2 {
    width: 49%;
}

#colophon .widgets-2 {
    margin-right: 0;
}



#colophon ul {
    list-style: none;
    padding-left: 0;
}

#colophon a {
    color: white;
    text-decoration: none;
}



#colophon h2 {
    /* Style for "Kontakt os" */
    font-weight: 900;
    /* font-size: 40px; */
    margin-top: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid white;
    margin-bottom: 0;
}

#colophon h2+p {
    margin: 0;
}

#colophon .gform_wrapper.gravity-theme input:not(.button),
#colophon .gform_wrapper.gravity-theme textarea {
    padding: 15px 8px;
}

#colophon .widgets-1 img {
    margin-bottom: 8px;
    margin-top: 10px;
}

#colophon h6 {
    border-bottom: 1px solid white;
    padding-bottom: 8px;
    max-width: 330px;
    margin-top: 11px;
}

#colophon .gfield_required_asterisk {
    display: none;
}

#colophon .gform_wrapper .gform_body {
    padding-top: 0;
}

#colophon .gform_wrapper.gravity-theme .gfield input,
#colophon .gform_wrapper.gravity-theme .gfield select,
#colophon .gform_wrapper.gravity-theme .gfield textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid white;
    outline: none;
    font-family: var(--f2-kp);
}

#colophon ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    font-family: var(--f1-tie);
}

#colophon :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white;
    font-family: var(--f1-tie);
}

#colophon ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: white;
    opacity: 1;
    /* Firefox */
    font-family: var(--f1-tie);
}

#colophon .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 0;
}


.footer-widgets.stom-cols-3.widgets-1 p {
    margin-bottom: .8em;
}


/* ____ PAGESLIDER ____ */

.page-slider-section .slider-text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 1240px;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 40px 0 0;
}

.page-slider-section .slider-text-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.salg_leje_slider.page-slider-section .slider-text-inner {
    min-height: 230px !important;
}

.page-slider-section:not(.salg_leje_slider) {
    margin-bottom: 0;
}

body:not(.post-type-archive-referencesager) .page-slider-section:not(.salg_leje_slider) .slider-text-inner::after {
    content: '';
    width: 100%;
    height: 4em;
    background: white;
}


/*  FORSIDE ____ */

.home #main-content .slider_side {
    position: relative;
}

.slider_side .slick-slide img {
    height: 520px;
    object-fit: cover;
    width: 100%;
}

.slider_side .last {
    position: relative;
}

.home .slider_side h2 {
    margin-top: -11px;
}

.home #main-content .slider_side .stom-cols-7.last::before {
    content: '';
    position: absolute;
    background: url(images/P_bg_home.png) no-repeat;
    background-size: contain;
    height: 1297px;
    left: -811px;
    width: 1166px;
    bottom: -400px;
    z-index: -1;
    max-width: 1180px;
}

.slider_side.slider_left .slick-dots {
    padding-left: calc(180px + 6%);
    width: 97%;
}

.slider_side.slider_left .slick-prev {
    left: 11%
}

.slider_side.slider_left .slick-next {
    left: calc(11% + 50px);
}

.home #main-content .nyheder_slider {
    position: relative;
    background: #f7f5f3;
}

.home #main-content .nyheder_slider .section {
    padding-bottom: calc((var(--gap-l) * 2) - 5px);
}

.home .reference_grid_sektion,
.home .quote_section {
    max-width: 1920px;
    margin: 0 auto;
}


/*  UNDERSIDE ____ */

.page-slider-section {
    color: white;
    text-align: center;
}


/* ____ SEKTIONER ____ */


/*  Hero section picture with overlay____ */

.stom-billede-sektion.hero_section .section {
    max-width: 1720px;
    position: relative;
}

.hero_section {
    margin: 40px 0 75px;
}

.home .hero_section {
    margin: 40px 0 200px;
}

.hero_section .stom-center-box {
    padding: 33px 13px 33px 47px;
}

.hero_section strong {
    font-family: var(--f2-kp);
    font-weight: 400;
    font-size: 20px;
    color: #8d8d8d;
    letter-spacing: 0;
    line-height: normal;
    padding-bottom: 0em;
}

.home .hero_section p {
    margin-bottom: 3.5em;
}

.hero_section .stom-button a {
    font-size: 19px;
    text-align: center;
}

.hero_section .stom-button:not(:last-of-type) a {
    margin-right: 2em;
}

.hero_section.stom-button.boxed_arrow a::before {
    margin-right: 1.5em;
}


/*  stom billede sektion (white squares) ____ */

.stom-billede-sektion:not(.hero_section) .stom-cols-6 {
    width: 51%;
    padding-top: 0;
}

.stom-billede-sektion:not(.hero_section) .stom-picture {
    width: 45.5%;
}

.stom-billede-sektion:not(.hero_section) .section {
    padding: 50px 0;
    ;
}

.stom-billede-sektion .section {
    /* max-width: 1200px; */
}

.stom-billede-sektion:not(.hero_section) .stom-picture {
    position: relative !important;
}

.stom-billede-sektion:not(.hero_section) .stom-picture::after {
    position: absolute;
    content: '';
    width: 100px;
    height: 100px;
    background-color: white;
}

.stom-billede-sektion.picture-right .stom-picture::after {
    bottom: 0;
    right: 0;
}

.stom-billede-sektion.picture-left .stom-picture::after {
    bottom: 0;
    left: 0;
}


/*  SLIDER SIDE ____ */

.section-wrap.slider_side .section {
    display: flex;
}

.slider_side .last {
    order: 5;
}

.slider_side .slick-dotted.slick-slider {
    margin-bottom: 100px;
}

.slider_side .slick-dots {
    display: flex;
    width: 87.5%;
    padding-left: calc(97px + 6%);
    padding-top: 41px;
}

.slider_side .slick-dots li {
    margin: 0;
    flex-grow: 1;
}

.slider_side .slick-dots li button {
    height: 2px;
}

.slider_side .slick-dots li button:before {
    border-radius: 0;
}

.slider_side .slick-prev,
.slider_side .slick-next,
.slider_side .slider_side .slick-prev:hover,
.slider_side .slick-next:hover,
.slider_side .slick-prev:focus,
.slider_side .slick-next:focus {
    top: calc(100% + 38px);
    border-radius: 0;
    width: 40px;
    height: 40px;
}

.slider_side .slick-prev {
    left: 36px;
    transform: unset;
}

.slider_side .slick-next {
    left: 82px;
    right: unset;
    transform: unset;
}

.slider_side button.slick-arrow svg {
    display: none;
}

.slider_side button.slick-arrow::before {
    content: '...';
    height: 40px;
    background-size: 90%;
    background-position: center;
    width: 40px;
    color: transparent !important;
    opacity: 1;
}

.slider_side button.slick-prev.slick-arrow::before {
    background: url('images/prev_slider.png') no-repeat;
}

.slider_side button.slick-next.slick-arrow::before {
    background: url('images/next_slider.png') no-repeat;
}

.slider_side .wp-caption-text {
    margin: 0;
    position: absolute;
    bottom: 0px;
    background: white;
    padding: 1.3em 6.5em 0 0;
    pointer-events: none;
    text-align: start;
    background: url(images/graa-p-lilledel.png) white no-repeat;
    min-height: 87.8px;
}

.slider_side .slick-slide:not(.slick-current) .wp-caption-text {
    background: #fff;
}

.slider_side.slider_left .wp-caption-text {
    background: white !important;
}

.slider_side .wp-caption-text a,
.slider_side .wp-caption-text p {
    text-decoration: none;
    pointer-events: visible;
    font-weight: 300;
    color: #565656;
}

.slider_side .wp-caption-text h4 {
    font-weight: 700;
    margin-bottom: 7px;
    white-space: pre-wrap;
}

.slider_side:not(.slider_left) .slick-list {
    padding: 0 10% 0 0 !important;
}

.slider_side.slider_left .slick-list {
    padding: 0 0 0 10% !important;
}

.slider_side:not(.slider_left) .slick-slider {
    padding-right: 0;
}

.slider_side.slider_left .slick-slider {
    padding-left: 0;
}

.slider_side.section-wrap.section-fullpage:not(.slider_left) .section {
    max-width: 1820px;
    margin-left: auto;
    margin-right: 0;
    padding: 0 !important
}

.slider_side.section-wrap.section-fullpage.slider_left .section {
    max-width: 1820px;
    margin-right: auto;
    margin-left: 0;
    padding: 0 !important
}

.slider_side.section-wrap.section-fullpage {
    padding-left: 0;
    padding-right: 0;
}


/*  Quote sektion ____ */

.quote_section .section {
    text-align: center;
    max-width: 1118px;
    margin: 0 auto;
    /* padding: 2em 0 5.67em 0; */
    padding: 5.7em 0;
    font-size: 30px;
    position: relative;
}

.quote_section .section p {
    position: relative;
    z-index: 2;
    font-family: var(--f1-tie);
    font-weight: 400;
    font-style: italic;
    color: #565656;
}

.quote_section .section::before {
    position: absolute;
    content: '';
    background: url(images/quote_background.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    width: 25%;
    min-width: 150px;
    max-width: 250px;
    aspect-ratio: 1/1;
    height: 200px;
    transform: translate(-50%, -50%);
    z-index: 1;
}


/*  three_box_slider_sektion: udvalgte sager slider / nyheder slider ____ */

.three_box_slider_sektion:last-of-type .h2_container {
    text-align: start;
    /* margin-top: -.8em; */
}

.three_box_slider_sektion:last-of-type .button_container {
    text-align: end;
    margin-right: 0;
    margin: 6.1em 0 2.1em;
}

.three_box_slider_sektion:last-of-type .button_container .stom-button {
    margin-right: 0;
}

.stom-news-udvalgt-wrapper {
    padding: 0 !important;
    margin: 0;
}

.three_box_slider_sektion .individual_post {
    position: relative;
    line-height: 0;
}

.three_box_slider_sektion .slick-slide {
    margin: 0 50px !important;
    outline: none;
}

.three_box_slider_sektion .slick-list {
    margin: 0 -50px;
}

.three_box_slider_sektion .individual_post img {
    aspect-ratio: 1/1;
    width: 100%;
    object-fit: cover;
    /* max-width: 506px; */
    min-height: 400px;
}

.three_box_slider_sektion .individual_post .post_data {
    position: absolute;
    bottom: -1px;
    left: -1px;
    background: white;
    max-width: 73%;
    padding: 2em 4em 0 0;
    line-height: 1;
    min-height: 162px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.three_box_slider_sektion .individual_post .post_data .date {
    color: #8c8c8c;
    margin-bottom: 0;
}

.three_box_slider_sektion .individual_post .post_data h5 {
    font-weight: 700;
    max-height: 2.6em;
    margin-bottom: 10px;
    overflow: hidden;
}

.three_box_slider_sektion .individual_post .post_data .excerpt {
    margin-bottom: .7em;
    min-height: 2.7em;
    color: #565656;
}

.three_box_slider_sektion .individual_post a {
    /* text-decoration: none; */
    padding-bottom: 1px;
}

.three_box_slider_sektion .individual_post .post_data a {
    color: #565656;
    margin-bottom: 3px;
}

.three_box_slider_sektion .h2_container,
.three_box_slider_sektion .button_container {
    margin: 0 40px 3em 0;
}

.udvalgte_slider .button_container {
    text-align: center;
}

.nyheder_slider .button_container {
    text-align: end;
}

.three_box_slider_sektion .button_container .stom-button a {
    margin: 0;
}

.three_box_slider_sektion .h2_container {
    text-align: center;
}


/*  udvalgte referencesager grid section ____ */

.stom-reference-grid {
    padding: 0 !important;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 100px 6%;
}

.reference_grid_sektion .individual_post {
    position: relative;
    line-height: 0;
    /* flex: 1 1 430px; */
    width: calc((100% - (6% * 2)) / 3);
    max-width: 600px;
    background-color: #f5f5f5;
}

.reference_grid_sektion .individual_post img {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1/1 !important;
}

.reference_grid_sektion .individual_post .post_data {
    position: absolute;
    bottom: -1px;
    left: -1px;
    background: #fff;
    max-width: 73%;
    padding: 2em 4em 0 0;
    line-height: 130px;
}

.reference_grid_sektion .individual_post .post_data .type {
    color: #8c8c8c;
    margin-bottom: 0;
}

.reference_grid_sektion .individual_post .post_data h5 {
    font-weight: 700;
    margin-bottom: .5em;
    /* overflow: hidden; */
}

.reference_grid_sektion .individual_post .post_data .excerpt {
    margin-bottom: .7em;
    min-height: 2.7em;
    color: #565656;
}

.reference_grid_sektion .individual_post a {
    text-decoration: none;
}

.reference_grid_sektion .individual_post .post_data a {
    color: #565656;
}

.reference_grid_sektion .h2_container {
    width: 100%;
    margin: 3.6em 0 3em;
}

.reference_grid_sektion .button_container {
    width: 100%;
    margin: 60px 0 .2em;
}

.udvalgte_slider .button_container {
    text-align: center;
}

.nyheder_slider .button_container {
    text-align: center;
}

.reference_grid_sektion .button_container .stom-button a {
    margin: 0;
}

.reference_grid_sektion.udvalgte_slider .h2_container {
    text-align: center;
}

body.home section.section-wrap.clear.reference_grid_sektion.udvalgte_slider {
    padding-top: 0;
}

section.section-wrap.clear.reference_grid_sektion.udvalgte_slider {
    padding-top: 63px;
    /* padding-bottom: 31px; */
    background: linear-gradient(0deg, #f5f5f5 480px, #ffffff00 480px);
}

.reference_grid_sektion .individual_post:nth-of-type(4) .post_data,
.reference_grid_sektion .individual_post:nth-of-type(5) .post_data,
.reference_grid_sektion .individual_post:nth-of-type(6) .post_data {
    background: #f5f5f5;
}

/*  2 kolonner basis sektion ____ */

.kolonner2 .section,
.basis_sektion .section {
    max-width: 1139px;
}

.kolonner2 .columns {
    column-count: 2;
}

.kolonner2 h4 {
    text-align: center;
    margin-bottom: 2em;
}


/*  reference grid ____ */

.reference_grid table {
    border: none;
}

.reference_grid td {
    height: 285px;
    width: 25% !important;
    text-align: center;
    border-color: white
}

.reference_grid td img {
    max-width: 80%;
    max-height: 80%;
    margin: auto;
}

.reference_grid td {}

.reference_grid,
.reference_grid p {
    display: flex;
    flex-wrap: wrap;
}

.reference_grid a {
    --ref-per-row: 4;
    width: calc(100% / var(--ref-per-row));
    aspect-ratio: 1/1;
    min-height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
    border-left: 1px solid black;
    border-top: 1px solid black;
    padding-top: 0%;
}

.reference_grid a:nth-of-type(4n+1) {
    border-left: 1px solid white;
}

.reference_grid a:nth-of-type(1),
.reference_grid a:nth-of-type(2),
.reference_grid a:nth-of-type(3),
.reference_grid a:nth-of-type(4) {
    border-top: 1px solid white;
}

.reference_grid img {
    max-width: 80%;
    max-height: 80%;
}


/*  anmeldelses slider ____ */

.stom-anmeldelse-heading {
    display: none;
}

.stom-anmeldelse-tekst {
    font-size: 1.3rem;
    font-style: italic;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.stom-anmeldelse-tekst strong {
    display: block;
    margin-top: 1rem;
    font-style: normal;
}

.quote_section .section::after {
    position: absolute;
    content: '';
    background: url(images/quote_background.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    width: 25%;
    min-width: 150px;
    max-width: 250px;
    aspect-ratio: 1/1;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.stom-anmeldelse-wrapper .slick-list {
    z-index: 5;
}

.stom-anmeldelse-wrapper .slick-next,
.stom-anmeldelse-wrapper .slick-prev {
    border-radius: 0;
    padding-top: 4px;
    height: 40px;
    width: 40px;
    transform: translate(0, -50%);
}

.stom-anmeldelse-wrapper button.slick-arrow svg {
    display: none;
}

.stom-anmeldelse-wrapper button.slick-arrow::before {
    content: '...';
    height: 40px;
    background-size: 90%;
    background-position: center;
    width: 40px;
    color: transparent !important;
    opacity: 1;
}

.stom-anmeldelse-wrapper button.slick-prev.slick-arrow::before {
    background: url('images/prev_slider.png') no-repeat;
}

.stom-anmeldelse-wrapper button.slick-next.slick-arrow::before {
    background: url('images/next_slider.png') no-repeat;
}

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

.stom-anmeldelse-wrapper .slick-dots {
    width: 92%;
    max-width: 1118px;
    padding-right: 40px;
}


/*  ejendomstyper ____ */

.ejendomstyper .grid-element {
    aspect-ratio: 2 /1;
    position: relative;
}

.ejendomstyper .grid-element::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #00000070;
    z-index: 0;
}

.ejendomstyper.stom-grid-section .section .grid-element img~.overlay {
    top: 0;
    z-index: 2;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.ejendomstyper.stom-grid-section .section .grid-element {
    background-position: center;
    height: 300px;
}

.ejendomstyper.stom-grid-section .grid-elements {
    gap: 20px;
}

#main-content .section-wrap:last-of-type .section {
    padding-bottom: 150px;
}

.paddingtop0 .section {
    padding-top: 0 !important;
    padding-bottom: 100px;
}


/*  PROSPEKT ARKIVER ____ */

.salg_leje_slider.page-slider-section .slider-text {
    position: relative;
    padding-top: 0;
}

.salg_leje_slider.page-slider-section .slick-slider {
    display: none;
}

.salg_leje_slider.page-slider-section {
    background-image: url(images/tilsalgbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.salg_leje_slider h1 {
    /* font-size: 50px; */
    margin: 1em 0;
}

.prospekt_arc article {
    width: 47.8%;
    display: inline-block;
    line-height: 0;
    margin-bottom: 4.4%;
    background: #f8f8f8;
}

.prospekt_arc#primary {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 60vh;
}

.prospekt_arc article img {
    width: 100%;
    object-fit: cover;
    height: 18.313rem;
}

.prospekt_arc article h2 {
    font-size: 18px !important;
    margin-bottom: 0;
    min-height: 2.4em;
}

.finishedprospekt.prospekt_arc .entry-header p,
.finishedprospekt.prospekt_arc article h2 {
    padding-right: 51px;
}

.finishedprospekt.prospekt_arc .entry-header p {
    padding-top: 15px;
}

.prospekt_arc .post-content-wrapper {
    /* background: #f8f8f8; */
    position: relative;
    line-height: 1.5;
}

.prospekt_arc .entry-header {
    /* position: relative;
bottom: 100%;
background: #f8f8f8;
top: -63px;
margin-bottom: -63px;
margin-right: 50px;
left: 0;
min-height: 63px;
display: flex;
flex-direction: column;
justify-content: flex-start;
pointer-events: none; */
    padding: 25px 51px 0;
}

.prospekt_arc.finishedprospekt .entry-header {
    padding: 0px 0 0 51px;
    /* display: unset; */
    padding-top: 40px;
}

.prospekt_arc .entry-header p {
    margin: 0 0 4px;
}

.prospekt_arc .entry-content {
    padding: 10px 50px 50px;
}

.prospekt_arc .entry-content table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0 .8em;
    margin-bottom: 0;
}

.prospekt_arc .entry-content tr:not(:last-of-type) {
    margin-bottom: .5em;
    border-bottom: 1px solid #bfbfbf;
}

.prospekt_arc .entry-content td {
    width: 50%;
}

.prospekt_arc .entry-content td+td {
    text-align: end;
    font-weight: bold;
}

.prospekt_arc a {
    text-decoration: none;
}

.prospekt_sorterings_form label {
    padding: 7px 0px 7px 0;
}

.prospekt_sorterings_form {
    background: white;
    color: black;
    padding: 0 .75% 0 3%;
    display: flex;
}

.prospekt_sorterings_form #ejendomstype {
    order: 0;
}

.prospekt_sorterings_form #landsdel {
    order: 1;
}

.prospekt_sorterings_form #arsleje_container,
.prospekt_sorterings_form #pris_container {
    order: 2;
}

.prospekt_sorterings_form .openfilters {
    order: 3;
}

.prospekt_sorterings_form #by {
    order: 6;
    display: none;
}

.prospekt_sorterings_form #areal_container {
    order: 4;
    display: none;
}

.prospekt_sorterings_form #Investeringstype {
    order: 5;
    display: none;
}

.prospekt_sorterings_form #pris_m2_container {
    order: 7;
    display: none;
}

.prospekt_sorterings_form #fritekst {
    order: 9;
    display: none;
}

.prospekt_sorterings_form #afkast_container {
    order: 8;
    display: none;
}

.prospekt_sorterings_form .visible {
    display: flex !important;
}

.slider-text-inner h1,
body:not(.stom_title_not_centered) .stom-print-title {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prospekt_sorterings_form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.prospekt_sorterings_form label,
.prospekt_sorterings_form select,
.prospekt_sorterings_form input,
.prospekt_sorterings_form .openfilters {
    font-size: 16px !important;
    font-family: var(--f1-tie);
    color: black;
    border: none;
    outline: none;
    border-bottom: 1px solid black;
    text-align: start;
    padding: 7px 0;
}


/* HIDE ARROW BUTTONS IN NUMBER INPUT FIELDS */


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

.prospekt_sorterings_form .openfilters {
    text-align: start;
    font-weight: 700;
    font-size: 16px;
    padding-top: 5px;
}

select.boxselect,
.minmax_selector,
a.openfilters,
#fritekst {
    width: 22.75%;
    margin-top: 1.5em;
    flex-grow: 1;
    -webkit-appearance: none;
    border-radius: 0;
    margin-right: 2.25%;
}

select.boxselect,
a.openfilters {
    cursor: pointer;
}

select.boxselect {
    background: url(images/chevron.svg) no-repeat, white;
    background-position: center right 5px;
    background-size: 9px;
}

.minmax_selector {
    display: flex;
    justify-content: space-between;
}

.minmax_selector label {
    min-width: 67px;
    width: 23%;
}

.minmax_selector input {
    width: 35%;
}


/*  udvalgte sager ____ */

.finishedprospekt header.entry-header::before {
    position: absolute;
    /*font-family: 'tiempos';*/
    font-weight: 600;
    padding: 10px 25px;
    font-size: 14px;
    background: black;
    color: white;
    margin: 0 0 5px 5px;
    top: 0;
    right: 0;
}

.finishedprospekt .salg header.entry-header::before {
    content: 'Solgt';
}

.finishedprospekt .leje header.entry-header::before {
    content: 'Udlejet';
}


/*  søgeopslag side ____ */

.soegeopslag_liste,
.archive.category-nyheder #primary,
.post-type-archive-soegeoplag #primary {
    display: flex;
    flex-wrap: wrap;
    max-width: 1140px;
    margin: 0 auto;
    justify-content: space-between;
    gap: 50px 4%;
}

.soegeopslag_liste::after {
    content: '';
    flex-grow: 1;
}

.archive article:not(:last-child) {
    border-bottom: unset;
}

.soegeopslag_liste article,
.archive article.category-nyheder,
.archive article.soegeoplag {
    display: flex;
    flex-direction: column;
    max-width: 48%;
    position: relative;
    /* margin: 1%; */
    flex-grow: 1;
}

.soegeopslag_liste img,
.archive article.category-nyheder img,
.archive article.soegeoplag img {
    width: 100%;
}

.soegeopslag_liste .entry-header,
.archive article.category-nyheder .entry-header,
.archive article.soegeoplag .entry-header {
    position: absolute;
    transform: translate(0, -99%);
    background: white;
    width: 470px;
    max-width: 100%;
    padding: 1em 1em 0 0;
    pointer-events: none;
}

.soegeopslag_liste .entry-header h3,
.archive article.category-nyheder .entry-header h3,
.archive article.soegeoplag .entry-header h3 {
    font-size: 20px;
    min-height: 2.4em;
}

.soegeopslag_liste .post-thumbnail,
.archive article.category-nyheder .post-thumbnail,
.archive article.soegeoplag .post-thumbnail {
    width: 100%;
    height: 335px;
}

.soegeopslag_liste .post-thumbnail img,
.archive article.category-nyheder .post-thumbnail img,
.archive article.soegeoplag .post-thumbnail img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    aspect-ratio: unset !important;
    height: 335px;
    min-height: unset !important;
}

.soegeopslag_liste .post-content-wrapper,
.archive article.category-nyheder .post-content-wrapper,
.archive article.soegeoplag .post-content-wrapper {
    width: unset;
    ;
}

.archive.category-nyheder .entry-header h3 {
    margin-bottom: 0;
    margin-top: 0;
}

.archive.category-nyheder .entry-header .entry-meta {
    margin-top: 0;
    font-family: var(--f1-tie);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .2rem;
    font-size: .8em;
    margin-bottom: .2rem !important;
}

.archive.category-nyheder .entry-content {
    margin-top: 0.3em;
}

nav.navigation.posts-navigation {
    width: 100%;
}

.archive article {
    padding: 0;
}


/*  referencesager_arkiv ____ */

.referencesager_arkiv {
    position: relative;
}

article:not(.prospekt) h1 {
    /* font-size: 40px; */
}

article:not(.prospekt) h2 {
    /* font-size: 35px; */
}

.referencesager_arkiv>a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.post-type-archive-referencesager .referencesager_arkiv img {
    width: 555px;
    height: 213px;
    object-fit: cover;
}

.post-type-archive-referencesager .referencesager_arkiv.tall img {
    height: 555px !important;
}

.post-type-archive-referencesager #primary {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.post-type-archive-referencesager article {
    width: calc(50% - 15px);
}

.referencesager_arkiv .prospekttype {
    margin: 5px 0 0;
    color: #8c8c8c;
    font-family: var(--f1-tie);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .2rem;
    font-size: .8em;
    margin-bottom: 0.2rem !important;
}

.single_reference .prospekttype {
    margin-bottom: 1em;
    font-size: 1.3em;
}

.referencesager_arkiv .opslag_overskrift {
    font-size: 20px;
    font-weight: 900;
    margin: 0;
    margin-bottom: 0.5em;
}

.referencesager_arkiv .entry-content:not(.single_reference) {
    position: unset;
    bottom: unset;
    left: unset;
    background: #F5F5F5 !important;
    max-width: unset;
    padding: 1em;
    line-height: unset;
    justify-content: flex-start;
    min-height: 146.6px;
    flex-grow: 1;
    margin: 0;
}

.referencesager_arkiv {
    margin-bottom: 30px;
}

.referencesager_arkiv .post-content-wrapper {
    line-height: 0;
}

.isotopesortering {
    background: white;
    color: black;
    padding-top: 40px;
}

.slider_bar {
    background: white;
}

.isotopesortering {
    color: black;
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    max-width: 95%;
    width: 718px;
    margin: 0 auto;
    font-family: var(--f1-tie);
    font-size: 16px;
}

.isotopesortering a {
    cursor: pointer;
}


/*  sektion ____ */

section.section-wrap.clear.stom-grid-section.contact-page.stom-lazyload-excluded {
    max-width: 1140px;
    margin: 0 auto;
}


/*  medarbejder sektion (plugin ændringer)____ */

.stom-medarbejdere {
    margin-top: 3em;
}

.stom-medarbejder-thumb {
    padding-top: 128% !important;
}

.stom_medarbejder-detaljer td,
.stom_medarbejder-detaljer td * {
    line-height: 1;
}

.stom-medarbejder-title {
    font-family: var(--f1-tie);
    font-weight: 700;
}

tr.stom-medarbejder-title td {
    /* height: 2.7em; */
    vertical-align: bottom;
    padding-bottom: 8px;
    padding-top: 15px;
}

.stom-medarbejdere .stom-medarbejder-stilling,
.stom-medarbejdere .stom-medarbejder-stilling_fortsat {
    font-family: var(--f2-kp);
    font-size: 15px;
    color: #565656;
}


.stom-medarbejdere .stom-medarbejder-phone,
.stom-medarbejdere .stom-medarbejder-email {
    font-family: var(--f1-tie);
    font-size: 15px;
    color: #565656;
}

.stom-medarbejdere {
    justify-content: space-between;
    gap: 100px 6%;
}

.cols_4 .stom-medarbejder-wrapper {
    width: calc((100% - (6% * 3)) / 4);
    margin-right: 0;

    /* width: 25%;
    flex: 1 1 20% */
}

.cols_3 .stom-medarbejder-wrapper {
    width: calc((100% - (6% * 2)) / 3);
    margin-right: 0;
}

#frontpage_overlay_section {
    position: relative;
    margin-top: 1.5em;
    margin-bottom: 0;
}

#frontpage_overlay_section::after {
    position: absolute;
    bottom: 20%;
    left: 0;
    right: 0;
    top: -76px;
    background: url(images/G_bg_home.png) no-repeat, #f5f5f5;
    background-position: bottom right;
    background-size: 53.3%;
    content: '';
    z-index: -5;
    max-width: 1920px;
    margin: 0 auto;
}

#frontpage_overlay_section h2 {
    margin-bottom: 0;
    margin-top: -.3em;
}


/* #frontpage_overlay_section {
padding-left: 40px;
padding-right: 40px;

} */

#frontpage_overlay_section .section {
    max-width: 1720px;
    /* padding: 50px 0 0; */
    padding-bottom: 110px;
}


.stom-medarbejder-wrapper:not(:hover) .stom-medarbejder-hover-overlay {
    opacity: 0;
}

.stom-medarbejder-hover-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 30px;
    background-color: rgba(0, 0, 0, .35);
    transition: opacity .15s;
    z-index: 3;
}

.stom-medarbejder-hover-overlay-inner {
    width: 100%;
    height: 100%;
    position: relative;
}

.stom-medarbejder-hover-overlay-inner .top-left-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}

.stom-medarbejder-hover-overlay-inner .top-right-star {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 0;
    font-size: 32px;
}

.stom-medarbejder-hover-overlay-inner .bottom-right-border {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.stom-medarbejder-hover-overlay-inner .bottom-left-name {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 22px;
    font-family: var(--f1-tie);
    font-weight: 700;
    color: #fff;
    cursor: default;
}


/*  medarbejder sektion under prospekt-individuel ____ */

.maegler_sektion {
    display: flex;
    background: #f5f5f5;
    position: relative;
    padding-top: 2em;
    margin-top: 5em;
    z-index: 4;
    align-items: flex-end;
}

.single-post .maegler_sektion {
    margin-bottom: 0 !important;
}

.single-post #content {
    padding-bottom: 0 !important;
}

.single-post .entry-content {
    padding-bottom: 40px;
}


body:not(.single-prospekt) .maegler_sektion {
    max-width: 1920px;
    margin: 50px auto;
}

.maegler_sektion::before {
    content: '';
    background: url(images/G_prospekt_bg.png) no-repeat;
    background-position: bottom right;
    background-size: 38%;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100vw;
    max-width: 1816px;
    z-index: 0;
}

.maegler_sektion::after {
    content: '';
    background: #f5f5f5;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100vw;
    left: calc((100% - 100vw) / 2);
    z-index: -2;
}

.maegler_billede,
.maegler_information {
    position: relative;
    z-index: 5;
}

main {
    overflow: hidden;
}

.single-prospekt .post-thumbnail {
    margin-bottom: 0;
}

.single-prospekt .entry-content {
    margin-top: 45px;
}

.maegler_sektion>div {
    width: 49%;
}

.maegler_billede {
    text-align: center;
    margin-right: 2%;
    display: flex;
    align-items: end;
    justify-content: center;
}

.maegler_billede img {
    width: auto;
    max-height: 584px;
}

.maegler_information {
    padding: 2em 0 4em;
}

.maegler_information h2 {
    max-width: 483px;
    line-height: 1;
}

.maegler_information h3 {
    /* font-size: 30px; */
}

.maegler_information .medarbejder-stilling,
.maegler_information .medarbejder-stilling_fortsat {
    font-size: 15px;
    color: #565656;
    font-family: var(--f1-tie);
    font-weight: 400;
    margin-bottom: 0;
}

.medarbejdere-excerpt {
    max-width: 467px;
    margin: .8em 0;
}

.medarbejder-phone p,
.medarbejder-email p {
    display: inline-block;
}

.medarbejder-phone a,
.medarbejder-email a {
    text-decoration: none;
    font-weight: 500;
}

.medarbejder-phone svg,
.medarbejder-email svg {
    height: 1.3em;
    width: 1.3em;
    margin-right: 0.1em;
}

.single-prospekt .status_afsluttet.salg .prospektinfo::before {
    content: 'Solgt';
}

.single-prospekt .status_afsluttet.leje .prospektinfo::before {
    content: 'Udlejet';
}

.single-prospekt .status_afsluttet .prospektinfo::before {
    position: absolute;
    /*font-family: 'tiempos';*/
    font-weight: 600;
    padding: 10px 35px;
    font-size: 14px;
    background: black;
    color: white;
    margin: 0 0 5px 5px;
    top: 0;
    right: 0;
}


/* medarbejdere single */

.stom_medarbejdere-template-default.single #main-content {
    background: #F5F5F5;
    overflow: hidden;
}

.stom_medarbejdere-template-default.single .entry-content {
    max-width: 1541px;
    margin: 0 auto;
}

.stom_medarbejdere-template-default.single #main-content #content {
    padding-top: 80px;
    padding-bottom: 0;
    position: relative;
}

.stom_medarbejdere-template-default.single #main-content #content #primary {
    position: relative;
    z-index: 2;
}

.stom_medarbejdere-template-default.single #main-content #content::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -100px;
    width: 78%;
    height: 249px;
    background: url(images/G_medarbejder_bg.png) no-repeat;
    background-position: bottom right;
    background-size: contain;
    z-index: 0;
}

.stom_medarbejdere-template-default.single .single_medarbejder_image {
    width: 39%;
    margin-right: 2%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-grow: 2 !important;
}

.stom_medarbejdere-template-default.single .single_medarbejder_image img {
    max-height: 500px;
}

.stom_medarbejdere-template-default.single .single_medarbejder_text {
    width: 59%;
    padding-bottom: 80px;
}

.stom_medarbejdere-template-default.single .single_medarbejder_text,
.stom_medarbejdere-template-default.single .single_medarbejder_image {
    flex-grow: 1;
    flex-basis: 50%;
}

.stom_medarbejdere-template-default.single .single_medarbejder_text h1 {
    /* font-size: 40px; */
}

.stom_medarbejdere-template-default.single .single_medarbejder_text .stom-medarbejder-stilling {
    font-size: 20px;
    font-family: var(--f1-tie);
    font-size: 20px;
    font-weight: 900;
    margin-bottom: .5em;
    margin-top: 1em;
}

.stom_medarbejdere-template-default.single .single_medarbejder_text .stom-medarbejder-stilling_fortsat {
    color: #565656;
    font-family: var(--f1-tie);
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 1.7em;
}

.stom_medarbejdere-template-default.single .single_medarbejder_text .stom-medarbejder-phone,
.stom_medarbejdere-template-default.single .single_medarbejder_text .stom-medarbejder-email {
    color: #000000;
    font-family: var(--f2-kp);
    font-size: 15px;
    font-weight: 700;
}

.stom_medarbejdere-template-default.single .single_medarbejder_text .stom-medarbejder-email a,
.stom_medarbejdere-template-default.single .single_medarbejder_text .stom-medarbejder-phone a {
    display: flex;
    align-items: center;
}

.stom_medarbejdere-template-default.single .single_medarbejder_text .stom-medarbejder-email a::before,
.stom_medarbejdere-template-default.single .single_medarbejder_text .stom-medarbejder-phone a::before {
    content: '';
    height: 1rem;
    width: 1.4rem;
    margin-right: .3rem;
    display: inline-block;
    background-position: center;
    background-size: contain;
}

.stom_medarbejdere-template-default.single .single_medarbejder_text .stom-medarbejder-phone a::before {
    background: url(images/telefon_02.png) no-repeat;
    width: .9rem;
    margin-left: .5rem;
    background-position: center;
    background-size: contain;
}

.stom_medarbejdere-template-default.single .single_medarbejder_text .stom-medarbejder-email a::before {
    background: url(images/mail_02.png) no-repeat;
    background-position: center;
    background-size: contain;
}

.stom_medarbejdere-template-default.single .single_medarbejder_text .main_text-content {
    max-width: 570px;
}


/*  CTA sticky buttons ____ */

#number-three-sticky-mobile-cta .cta-container .stom-button a {
    font-size: 15px;
    font-family: var(--f2-kp);
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}

#number-three-sticky-mobile-cta {
    background-color: #000;
    box-shadow: 0px 11px 10px 5px #000;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

#number-three-sticky-mobile-cta .cta-container .stom-button a svg {
    height: 1.5em;
    width: 2.5em;
    margin-right: 0.3em;
}

span.stom-button.borderless {
    min-width: max-content;
}


/* ____ UNDERSIDER ____*/

.limit_margin {
    max-width: 1160px;
    margin: 0 auto;
}

.stom-billede-sektion .section,
.kolonner2 .section,
.basis_sektion .section {
    width: calc(100% - 80px) !important;
    margin: 0 auto;
}

.basis_sektion.basis_wide .section,
.soegeopslag_liste {
    max-width: 1720px !important;
    width: 100% !important;
}

.soegeopslag_liste article {
    max-width: calc(100% / 3 - 3%) !important;
    /* margin: 1.5%; */
}

.soegeopslag_liste .post-thumbnail {
    /* aspect-ratio: 1/1; */
    /* min-height: 400px; */
    height: unset;
}

.soegeopslag_liste .entry-meta {
    margin-top: 4px;
    margin-bottom: 3px;
    color: #8c8c8c;
    font-family: var(--f1-tie);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .2rem;
    font-size: .8em;
}

.soegeopslag_liste .entry-header,
.archive article.category-nyheder .entry-header,
.archive article.soegeoplag .entry-header {
    position: unset;
    transform: unset;
    width: unset;
    background: unset;
    max-width: unset;
    padding: unset;
    pointer-events: none;
}

.soegeopslag_liste .post-content-wrapper {
    position: absolute;
    bottom: -1px;
    left: -1px;
    background-color: white;
    max-width: 85%;
    width: 100%;
    /* padding: 2em 4em 0 0; */
    line-height: 1;
    min-height: 162px;
}

.soegeopslag_liste .post-content-wrapper .entry-header {
    margin-bottom: unset !important;
}

.soegeopslag_liste .entry-header h3 {
    margin-bottom: 5px;
}

.soegeopslag_liste .entry-content {
    color: #565656;
}

.stom-embed-maps-api.stom_maps_free {
    position: absolute !important;
}

.crm-login-form {
    margin-bottom: 1.5em;
}

.crm-login-form form {
    display: flex;
    align-items: flex-end;
}

.crm-login-form form p {
    margin: 0;
}

.crm-login-form form p:not(.login-submit) {
    width: 0;
    flex-grow: 1;
    margin-right: 30px;
}

.crm-login-form form p input:not(#wp-submit) {
    display: block;
    width: 100%;
    padding-left: 0;
    border: 0px solid #000;
    border-bottom-width: 1px;
    transition: padding .175s;
}

.crm-login-form form p input:not(#wp-submit):focus,
.crm-login-form form p input:not(#wp-submit):active {
    padding-left: 10px;
}

.crm-login-form form p.login-submit {
    display: flex;
}

.crm-login-form form p.login-submit::before {
    content: '';
    display: inline-block;
    background: url(images/next_slider.png) no-repeat;
    background-position: center;
    background-size: 40%;
    width: 37px;
    aspect-ratio: 1 / 1;
    background-color: #000;
    transition: .175s;
}

.crm-login-form .crm-login-error {
    text-align: center;
}

.crm-login-form .crm-login-error span {
    display: inline-block;
    padding: 7px 10px;
    background-color: indianred;
    color: #fff;
}


/*=================== REPLACE HAK BOXES =====================*/

.soegeopslag_liste .post-content-wrapper,
.archive article.category-nyheder .post-content-wrapper,
.three_box_slider_sektion .individual_post .post_data,
.home .reference_grid_sektion .individual_post .post_data {
    position: unset;
    bottom: unset;
    left: unset;
    background: #F5F5F5 !important;
    max-width: unset;
    padding: 1em;
    line-height: unset;
    justify-content: flex-start;
    min-height: 146.6px;
    flex-grow: 1;
}

.soegeopslag_liste .post-content-wrapper {
    min-height: 220px;
}

.three_box_slider_sektion .individual_post img,
.reference_grid_sektion .individual_post img {
    object-fit: cover;
    width: 100%;
    aspect-ratio: unset !important;
    height: 335px;
    min-height: unset !important;
}

.three_box_slider_sektion .individual_post .post_data .excerpt {
    min-height: unset;
}

.three_box_slider_sektion .individual_post .post_data .date,
.post_data .type {
    font-family: var(--f1-tie);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .2rem;
    font-size: 0.8em;
    margin-bottom: .2rem !important;
}

.soegeopslag_liste article a {
    line-height: 0;
}


body:not(.home) .section-wrap .section {
    padding: 75px 0;
}

body:not(.home) .hero_section .section {
    padding: 0;
}


/*================= END REPLACE HAK BOXES ===================*/

#loginform #wp-submit {
    padding-left: 1.5em !important;
}


.stom-grid-section.ejendomstyper h2 {
    margin-bottom: 50px;
}

.prospekt_sorterings_form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 5px;
}



.prospekt_text_content>div+h3 {
    margin-top: 30px;
}


.f-badges {
    display: flex;
    flex-flow: row;
}

.f-badges img {
    height: 50px;
    margin-right: 50px;
}


/* hover-col-boxes */
.btn-transparent a {
    font-size: 18px;
    font-weight: 600;
    border: none;
    padding: 0;
    background: transparent;
    color: inherit;
}

.btn-transparent a:hover {
    background: transparent;
    color: var(--hover-col-boxes-text) !important;
}

.section-wrap.stom-grid-section.hover-col-boxes .section {
    max-width: 1780px;
}

.section-wrap.stom-grid-section.hover-col-boxes .section h2 {
    margin-inline: 30px;
}

.section-wrap.stom-grid-section.hover-col-boxes .section .grid-elements {
    --hover-col-boxes-bg: #3E3E3F;
    --hover-col-boxes-text: white;
    margin-inline: 30px;
}

.section-wrap.stom-grid-section.hover-col-boxes .section .grid-elements .grid-element {
    background-color: #f5f5f5;
    color: #565656;
    transition: all .2s;
}

.section-wrap.stom-grid-section.hover-col-boxes .section .grid-elements .grid-element:hover {
    background-color: var(--hover-col-boxes-bg) !important;
    color: var(--hover-col-boxes-text) !important;
}

.section-wrap.stom-grid-section.hover-col-boxes .section .overlay {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 34px 28px 28px;
    min-height: 250px;
    min-width: 250px;
}

.section-wrap.stom-grid-section.hover-col-boxes .section .overlay p {
    font-size: 20px;
}

.section-wrap.stom-grid-section.hover-col-boxes .section .overlay::after {
    display: none;
}

/* END hover-col-boxes */



/* custom slider sektion */

/* .style-default fuld .style-custom halv */

section.page-custom-slider-section.section-wrap .section {
    max-width: 100%;
    width: 100%;
    margin: auto;
}

.page-custom-slider-section.style-custom-single .slider-inner,
.page-custom-slider-section.style-default-single .slider-inner,
.page-custom-slider-section.style-site-single .slider-inner {
    display: grid;
    grid-template-columns: 100%;
    position: relative;
}

section.section-wrap.page-custom-slider-section.style-site,
section.section-wrap.page-custom-slider-section.style-site-single {
    max-width: 1720px;
    width: calc(100% - 80px);
    margin: auto;
}

section.section-wrap.page-custom-slider-section.style-site .slider-inner .slick-slider .slider-text .slider-text-inner,
section.section-wrap.page-custom-slider-section.style-site-single .slider-text .slider-text-inner {
    margin: 0 40px;
    pointer-events: all;
}

section.section-wrap.page-custom-slider-section.style-site .slider-inner .slick-slider .slider-text,
section.section-wrap.page-custom-slider-section.style-site-single .slider-text {
    pointer-events: none;
}

.page-custom-slider-section.style-custom-single .slider-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: calc(1780px - 60px);
    margin: auto;
    gap: 0;
}

.page-custom-slider-section .slider-inner .slider-text {
    min-height: 400px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 25px;
    padding: 0;
}

.page-custom-slider-section.style-default .slider-inner .slider-text,
.page-custom-slider-section.style-site .slider-inner .slider-text {
    min-height: unset;
    padding: 0;
}

.image_pos_top_left img {
    object-position: top left;
}

.image_pos_top_center img {
    object-position: top center;

}

.image_pos_top_right img {
    object-position: top right;

}

.image_pos_center_left img {
    object-position: center left;

}

.image_pos_center_center img {
    object-position: center center;

}

.image_pos_center_right img {
    object-position: center right;

}

.image_pos_bottom_left img {
    object-position: bottom left;

}

.image_pos_bottom_center img {
    object-position: bottom center;

}

.image_pos_bottom_right img {
    object-position: bottom right;

}



.page-custom-slider-section .slider-inner .slides {
    padding: 0;
}

.page-custom-slider-section.style-custom-single.single_image_pos_right .slider-inner .slides,
.page-custom-slider-section.style-custom.single_image_pos_right .slider-inner .image-aligner {
    order: 0;
}

.page-custom-slider-section.single_image_pos_left .slider-inner .slider-text {
    order: 1;
}

.page-custom-slider-section.single_image_pos_left .slider-inner .slider-text .slider-text-inner {
    padding: 33px 0 33px 47px;
    margin-left: 6%;
}

.page-custom-slider-section.style-custom-single.single_image_pos_right .slider-inner .slides,
.page-custom-slider-section.style-custom.single_image_pos_right .slider-inner .image-aligner {
    order: 1;
}

.page-custom-slider-section.single_image_pos_right .slider-inner .slider-text {
    order: 0;
}

.page-custom-slider-section .slider-text-inner h1,
body:not(.stom_title_not_centered) .page-custom-slider-section .stom-print-title {
    text-align: initial;
    align-items: initial;
    display: block;
}

.page-custom-slider-section.single_image_pos_right .slider-inner .slider-text .slider-text-inner {
    padding: 33px 47px 33px 0;
    margin-right: 6%;
}

.page-custom-slider-section .slider-text .slider-text-inner {
    margin-inline: 0;
    max-width: 100%;
}

.page-custom-slider-section .custom_slider_element_link {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.page-custom-slider-section .slider-text-inner .slider-text-inner-wrapper {
    max-width: calc((1780px - 60px) / 2);
}

.page-custom-slider-section .slider-text-inner .slider-text-inner-wrapper.needs_padding_on_box {
    padding: 40px;
}

.page-custom-slider-section.style-default .slider-text-inner .slider-text-inner-wrapper.needs_padding_on_box,
.page-custom-slider-section.style-site .slider-text-inner .slider-text-inner-wrapper.needs_padding_on_box {
    padding: 40px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.page-custom-slider-section .slick-track {
    display: flex;
}

.page-custom-slider-section .slide-element .image-aligner {
    padding: 0 !important;
    height: 100%;
    position: relative;
}

body .page-custom-slider-section .image-aligner img,
body .page-custom-slider-section .slide-element video,
body .page-custom-slider-section .slide-element iframe {
    height: 100%;
    position: absolute;
    width: 100%;
    object-fit: cover;
}

.page-custom-slider-section .slick-slider .slick-list,
.page-custom-slider-section .slick-slider .slick-track,
.page-custom-slider-section .slick-slider .slick-track .slide-element {
    height: 100% !important;
    margin: 0 !important;
}

.page-custom-slider-section.style-custom .slick-slider .slick-track .slide-element {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: calc(1780px - 60px);
    margin: auto !important;
    gap: 0;
    position: relative;
    width: 100% !important;
}

.page-custom-slider-section.style-custom .slick-slider {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
}

.page-custom-slider-section.style-default-single .slick-slider,
.page-custom-slider-section.style-site-single .slick-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

.page-custom-slider-section.style-default .slider-inner .slick-slider .slider-text,
.page-custom-slider-section.style-default-single .slider-text,
.page-custom-slider-section.style-site .slider-inner .slick-slider .slider-text,
.page-custom-slider-section.style-site-single .slider-text {
    max-width: calc(1780px - 60px);
    margin: auto;
    padding: 60px 0;
    width: 100%;
    pointer-events: none;
}

.page-custom-slider-section.style-default .slider-inner .slick-slider .slider-text .slider-text-inner,
.page-custom-slider-section.style-default-single .slider-text .slider-text-inner,
.page-custom-slider-section.style-site .slider-inner .slick-slider .slider-text .slider-text-inner,
.page-custom-slider-section.style-site-single .slider-text .slider-text-inner {
    pointer-events: all;
}

.page-custom-slider-section.style-default .slider-inner .slick-slider .slide-element,
.page-custom-slider-section.style-site .slider-inner .slick-slider .slide-element {
    position: relative;
}

.page-custom-slider-section.style-default .slider-inner .slick-slider .slide-element .image-aligner,
.page-custom-slider-section.style-site .slider-inner .slick-slider .slide-element .image-aligner {
    position: absolute;
    height: 100%;
    width: 100%;
}

/* END custom slider sektion */



.gform_wrapper .stomGFAS-container-field {
    display: flex;
}

.gform_wrapper .stomGFAS-container-field .stomGFAS-inner {
    max-width: 100%;
    gap: 20px;
}

.gform_wrapper .stomGFAS-container-field .stomGFAS-icon {
    font-size: 35px;
}

.gform_wrapper .stomGFAS-container-field .stomGFAS-icon svg {
    filter: brightness(0);
    opacity: 0.7;
}

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

.prospekt-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

.prospekt-item {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.post-thumbnail {
    position: relative;
    display: block;
}

.prospekt-banner {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
}

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


/* woocommerce style goes here */


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

/* Prospect label */
.prospekt_arc article>.thumbnail-container {
    position: relative;
}

.prospect-label,
.prospekt_arc article>.thumbnail-container .prospect-label {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;

    font-size: 13px;
    font-weight: 200;
    background-color: #000;
    color: #fff;
    line-height: initial;
    padding: 10px 30px;
}

/* Vis ikke på sager som er afsluttet - hotfix */
/*
.single-prospekt #main-content #content #primary .status_afsluttet {
	
}
*/


































































/* Ny forside kode */



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

:root {

    --h1: 30px;
    --h2: 30px;
    --h3: 25px;
    --slider-headline-size: 55px;

    --gap-l: 90px;
    --gap-m: 40px;
    --gap-s: 20px;

    /* colors */
    --color-1: #436251;
    --color-2: #E8E5DD;
    --color-bg: #f6f6f6;
    --color-text: #757575;
    --color-dark: #222;
    --color-overlay: rgb(0 0 0 / 45%);

    --grid-2-cols: 2;
    --grid-3-cols: 3;
    --grid-4-cols: 4;
    --grid-5-cols: 5;
    --grid-6-cols: 6;
    --grid-7-cols: 7;
    --grid-8-cols: 8;
    --grid-9-cols: 9;
    --grid-10-cols: 10;
    --grid-11-cols: 11;
    --grid-12-cols: 12;

    --transition: .175s ease-out;
}


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



/* Nye generelle stylings ædringer */

body.home header#masthead {
    padding-inline: var(--gap-l);
}


body.home h1 {
    font-size: var(--h1);
}

body.home h2,
.h2-styling {
    font-size: var(--h2);
}

body.home h3 {
    font-size: var(--h3);
}

body.home h1,
body.home h2,
body.home h3,
.h2-styling {
    font-weight: 900;
}


.home #main-content .nyheder_slider::before {
    content: '';
    position: absolute;
    background: url(images/star_bg_home.png) no-repeat;
    background-size: contain;
    top: 36.6%;
    left: 0;
    right: 75%;
    bottom: -150px;
    z-index: -1;
    max-width: 403px;
    z-index: 1;
    pointer-events: none;
    display: none;
}

body.home .kolonner2 .section,
body.home .basis_sektion .section {
    max-width: 100%;
    padding-inline: var(--gap-l);
}

body.home section.section-wrap .section {
    max-width: 100%;
    padding-inline: var(--gap-l);
    padding-block: 0;
}

body.home main#main-content.site-main section.section-wrap .section {
    padding-top: calc((var(--gap-l) * 2) - 6px);
}

body.home main#main-content.site-main section.section-wrap:first-of-type .section {
    padding-top: 0;
}

.h2-styling {
    font-family: var(--f1-tie);
    line-height: 1.3;
}

.white-button.stom-button.boxed_arrow a:before {
    filter: invert(1);
}

.white-button.stom-button.boxed_arrow a {
    color: #ffffff;
    border: 1px solid #ffffff;
}

.white-button.stom-button.boxed_arrow:hover a {
    color: black;
    background-color: white;
}

body #main-content section.section-wrap.no-padding-bottom .section {
    padding-bottom: 0;
}

body #main-content section.section-wrap.more-padding-top .section {
    padding-top: calc(var(--gap-l) * 2);
}

body.home .style-header-1 .header-wrapper,
section.section-wrap.clear.reference_grid_sektion.udvalgte_slider.nyt-forside-design {
    width: 100%;
    max-width: 100%;
}

section.section-wrap.background-banner-sektion {
    margin-top: calc(var(--gap-l) * 2);
}




body.home .stom-button.boxed_arrow {
    margin-right: 1em;
    margin-bottom: 1em;
    position: relative;
    min-width: 160px;
}

body.home .stom-button.boxed_arrow a {
    padding: calc(var(--gap-s) - 3px) calc(var(--gap-s) + 2px) calc(var(--gap-s) - 3px) calc(54px + var(--gap-s));
}

body.home .stom-button.boxed_arrow a::before {
    min-width: 52px;
}



/* END generelle stylings ædringer */


/* Nye opdelt-overskrift-sektion */

.opdelt-overskrift-sektion {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid black;
    padding-bottom: var(--gap-m);
}

.opdelt-overskrift-sektion a>span {
    transition: var(--transition);
}

.opdelt-overskrift-sektion a:hover>span {
    padding-right: 15px;
}

section.reference_grid_sektion.nyt-forside-design.reference_grid_sektion.udvalgte_slider .h2_container,
.section-wrap.three_box_slider_sektion.nyheder_slider.nyt-forside-design .h2_container {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid black;
    padding-bottom: calc(var(--gap-m) - 5px);
    margin-right: 0;
    margin-top: 0;
    margin-bottom: calc(var(--gap-m) + var(--gap-s));
}

.section .opdelt-overskrift-sektion h2 {
    margin-bottom: 0;
}

section.reference_grid_sektion.nyt-forside-design.reference_grid_sektion.udvalgte_slider .h2_container h2,
.section-wrap.three_box_slider_sektion.nyheder_slider.nyt-forside-design .h2_container h2 {
    margin-bottom: 0;
}

section.reference_grid_sektion.nyt-forside-design.reference_grid_sektion.udvalgte_slider .h2_container a>span,
.section-wrap.three_box_slider_sektion.nyheder_slider.nyt-forside-design .h2_container a>span {
    transition: var(--transition);
}

section.reference_grid_sektion.nyt-forside-design.reference_grid_sektion.udvalgte_slider .h2_container a:hover>span,
.section-wrap.three_box_slider_sektion.nyheder_slider.nyt-forside-design .h2_container a:hover>span {
    padding-right: 15px;
}

section.reference_grid_sektion.nyt-forside-design.reference_grid_sektion.udvalgte_slider .h2_container h2,
.section-wrap.three_box_slider_sektion.nyheder_slider.nyt-forside-design .h2_container h2 {
    margin: 0;
}



/* END tekst-billed-sektion */

/* Ny tekst-billed-sektion */

body.home .stom-billede-sektion .section {
    max-width: 100%;
    width: 100% !important;
    padding-inline: var(--gap-l);
    display: grid;
    grid-template-columns: 1fr 1fr;
}

body.home .stom-billede-sektion:not(.hero_section) .stom-picture::after {
    display: none;
}

body.home .stom-billede-sektion .stom-cols-6 {
    margin: 0;
    padding-bottom: calc(var(--gap-l) * 2);
}

body.home .stom-billede-sektion .stom-cols-6 .stom-center-box {
    vertical-align: top;
}

body.home .stom-billede-sektion .stom-cols-6 .stom-center-box p {
    margin-bottom: calc(var(--gap-s) + 3px);
}

body.home .stom-billede-sektion .stom-cols-6 .stom-center-box p:last-of-type {
    margin-bottom: 0;
}

body.home .stom-billede-sektion .stom-cols-6 .stom-center-box h2 {
    margin-bottom: calc(var(--gap-m) - 10px);

}

body.home .stom-billede-sektion .stom-cols-6 .stom-center-box h3 {
    margin-bottom: calc(var(--gap-s) - 5px);
    padding-top: 10px;
}

body.home .stom-billede-sektion .stom-cols-6 .stom-center-box .stom-button.boxed_arrow {
    margin-top: calc(var(--gap-m) + var(--gap-s));
}

body.home .stom-billede-sektion.picture-right .stom-cols-6 {
    padding-right: var(--gap-l);
}

body.home .stom-billede-sektion.picture-left .stom-cols-6 {
    padding-left: var(--gap-l);
}

body.home .stom-billede-sektion.picture-left .stom-picture {
    grid-column: 1;
    grid-row: 1;
}

body.home .stom-billede-sektion .stom-picture,
body.home .stom-billede-sektion .stom-cols-6 {
    height: 100% !important;
    width: 100%;
    position: relative;
}

/* END tekst-billed-sektion */


/* taget oppe fra den normale kode og flyttet herned da jeg har ændre i :not() */
.page-slider-section:not(.new-slider-design) .slick-track,
.page-slider-section:not(.new-slider-design) .slide-element {
    width: 100% !important;
}

.page-slider-section:not(.new-slider-design) .slide-element,
.page-slider-section:not(.new-slider-design) .slides.slick-slider,
.page-slider-section:not(.new-slider-design) .slick-slider .slick-list {
    height: 230px !important;
    max-height: 60vh;
    min-height: unset;
}

/* taget oppe fra den normale kode og flyttet herned da jeg har ændre i :not() */

/* Nyt new-slider-design */

section.page-slider-section:not(.new-slider-design) ul.slick-dots,
section.page-slider-section:not(.new-slider-design) button.slick-arrow {
    display: none !important;
}

body section.page-slider-section.new-slider-design .slider-text-inner::after {
    display: none;
}

section.page-slider-section.new-slider-design .slick-track .slide-element.slide-image {
    grid-template-columns: 720px 1fr;
    display: grid;
}

section.page-slider-section.new-slider-design {
    margin-top: var(--gap-l);
}

section.page-slider-section.new-slider-design .element-spacer {
    display: none !important;
}


section.page-slider-section.new-slider-design .image-aligner {
    position: relative !important;
    padding: 0 !important;
}

section.page-slider-section.new-slider-design .image-aligner img {
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
    margin: auto;
    object-fit: cover;
}

section.page-slider-section.new-slider-design .slider-text {
    grid-column: 1;
    grid-row: 1;
    position: relative;
    width: auto;
    min-height: 580px;
    padding: 0;
    padding-left: var(--gap-l);
    padding-right: var(--gap-l);
}

section.page-slider-section.new-slider-design .stom-button.boxed_arrow a {
    display: inline-grid;
}

section.page-slider-section.new-slider-design .slider-text .slider-text-inner {
    justify-content: flex-start;
    color: black;
    text-align: left;
}

section.page-slider-section.new-slider-design .slider-text .slider-text-inner p {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.1;
}

section.page-slider-section.new-slider-design .slider-text .slider-text-inner p:last-child {
    margin-bottom: calc(var(--gap-m) + var(--gap-s));
}

section.page-slider-section.new-slider-design .slider-text .slider-text-inner h1,
section.page-slider-section.new-slider-design .slider-text .slider-text-inner h2 {
    font-size: var(--h1);
    font-weight: 900;
    margin-top: -8px;
    margin-bottom: calc(var(--gap-m) - 12px);
}

section.page-slider-section.new-slider-design .slides.slick-slider {
    height: unset !important;
    max-height: unset;
    min-height: unset;
}

section.page-slider-section.new-slider-design.main-slider-section {
    margin-bottom: calc(var(--gap-l) - 8px);
}

/* END new-slider-design */


/* Nyt new-kolonner-design */

.stom-grid-section.new-kolonner-design .section.columns-1 .grid-elements {
    grid-template-columns: minmax(0, 1fr)
}

.stom-grid-section.new-kolonner-design .section.columns-2 .grid-elements {
    grid-template-columns: repeat(var(--grid-2-cols), minmax(0, 1fr))
}

.stom-grid-section.new-kolonner-design .section.columns-3 .grid-elements {
    grid-template-columns: repeat(var(--grid-3-cols), minmax(0, 1fr))
}

.stom-grid-section.new-kolonner-design .section.columns-4 .grid-elements {
    grid-template-columns: repeat(var(--grid-4-cols), minmax(0, 1fr))
}

.stom-grid-section.new-kolonner-design .section.columns-5 .grid-elements {
    grid-template-columns: repeat(var(--grid-5-cols), minmax(0, 1fr))
}

.stom-grid-section.new-kolonner-design .section.columns-6 .grid-elements {
    grid-template-columns: repeat(var(--grid-6-cols), minmax(0, 1fr))
}

.stom-grid-section.new-kolonner-design .section.columns-7 .grid-elements {
    grid-template-columns: repeat(var(--grid-7-cols), minmax(0, 1fr))
}

.stom-grid-section.new-kolonner-design .section.columns-8 .grid-elements {
    grid-template-columns: repeat(var(--grid-8-cols), minmax(0, 1fr))
}

.stom-grid-section.new-kolonner-design .section.columns-9 .grid-elements {
    grid-template-columns: repeat(var(--grid-9-cols), minmax(0, 1fr))
}

.stom-grid-section.new-kolonner-design .section.columns-10 .grid-elements {
    grid-template-columns: repeat(var(--grid-10-cols), minmax(0, 1fr))
}

.stom-grid-section.new-kolonner-design .section.columns-11 .grid-elements {
    grid-template-columns: repeat(var(--grid-11-cols), minmax(0, 1fr))
}

.stom-grid-section.new-kolonner-design .section.columns-12 .grid-elements {
    grid-template-columns: repeat(var(--grid-12-cols), minmax(0, 1fr))
}

.stom-grid-section.new-kolonner-design .section .grid-element.fullwidth {
    grid-column: 1/-1
}

.stom-grid-section.new-kolonner-design .section .grid-element.fullwidth>.overlay {
    padding-top: 0;
}

.stom-grid-section.new-kolonner-design .section .grid-elements .grid-element {
    width: 100%;
}

.stom-grid-section.new-kolonner-design .grid-element .overlay {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    word-break: break-word
}

section.stom-grid-section.new-kolonner-design .section {
    max-width: 100%;
    padding-inline: var(--gap-l);
}

.stom-grid-section.new-kolonner-design .section .grid-elements {
    display: grid;
    gap: var(--gap-s);
}

.stom-grid-section.new-kolonner-design .section.columns-3 .grid-elements {
    gap: var(--gap-s) var(--gap-l);
}

section.new-kolonner-design.stom-grid-section .grid-elements .grid-element.fullwidth .overlay {
    padding-inline: 0;
}

section.new-kolonner-design.stom-grid-section .grid-elements .grid-element.fullwidth:last-of-type .overlay .stom-button.boxed_arrow {
    margin-right: 0;
    margin-bottom: 0;
}

section.new-kolonner-design.stom-grid-section .grid-elements .grid-element.fullwidth:last-of-type .overlay {
    padding-top: var(--gap-m);
    padding-bottom: 0;
}

section.new-kolonner-design.stom-grid-section .grid-elements .grid-element:not(.fullwidth) {
    border: 1px solid black;
    transition: var(--transition);
    background-color: white;
}

section.new-kolonner-design.stom-grid-section .grid-elements .grid-element:not(.fullwidth):hover {
    background-color: var(--color-2);
    border-color: var(--color-2);
}

section.new-kolonner-design.stom-grid-section .grid-elements .grid-element:not(.fullwidth) .overlay {
    padding: 30px;
}

section.new-kolonner-design.stom-grid-section .grid-elements .grid-element:not(.fullwidth) .overlay>p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 50px;
}

section.new-kolonner-design.stom-grid-section .grid-elements .grid-element:not(.fullwidth) .overlay>.stom-custom-svg {
    font-size: 30px;
    margin-bottom: 10px;
}

section.new-kolonner-design.stom-grid-section .grid-elements .grid-element:not(.fullwidth) .overlay .readmore {
    font-size: 20px;
    font-weight: 500;
    margin-top: auto;
    position: relative;
}

section.new-kolonner-design.stom-grid-section .grid-elements .grid-element:not(.fullwidth) .overlay .readmore p {
    margin: 0;
    transition: var(--transition);
    line-height: 1.2;
}

section.new-kolonner-design.stom-grid-section .grid-elements .grid-element:not(.fullwidth) .overlay .readmore>span {
    position: absolute;
    transition: var(--transition);
    opacity: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}

section.new-kolonner-design.stom-grid-section .grid-elements .grid-element:not(.fullwidth):hover .overlay .readmore>p {
    opacity: 0;
}

section.new-kolonner-design.stom-grid-section .grid-elements .grid-element:not(.fullwidth) .overlay .readmore .stom-custom-svg {
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 51%;
    transform: translateY(-50%);
}

section.new-kolonner-design.stom-grid-section .grid-elements .grid-element:not(.fullwidth):hover .overlay .readmore span {
    opacity: 1;
}

/* END new-kolonner-design */

/* Ny reference_grid_sektion.nyt-forside-design */



body.home #content,
body.home .reference_grid_sektion .section,
body.home .three_box_slider_sektion .section,
body.home #colophon .section,
body.home footer.site-footer .site-info {
    padding-inline: var(--gap-l);
    max-width: 100%;
}

body.home .stom-billede-sektion .section,
body.home .kolonner2 .section,
body.home .basis_sektion .section {
    width: 100% !important;
}

section.reference_grid_sektion.nyt-forside-design .stom-reference-grid {
    display: grid;
    flex-wrap: unset;
    justify-content: unset;
    gap: var(--gap-m);
    grid-template-columns: repeat(var(--grid-3-cols), minmax(0, 1fr));
}

section.reference_grid_sektion.nyt-forside-design .stom-reference-grid .individual_post {
    width: 100%;
    max-width: unset;
    background-color: transparent;
}

section.reference_grid_sektion.nyt-forside-design .individual_post .post_data {
    background: transparent !important;
    padding: 30px 0 0;
    min-height: unset;
}

section.reference_grid_sektion.nyt-forside-design .individual_post .post_data .type {
    font-family: var(--f2-kp);
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: normal;
    color: black;
}

section.reference_grid_sektion.nyt-forside-design .individual_post .post_data h5 {
    font-size: var(--h3);
    font-weight: 700;
}

section.reference_grid_sektion.nyt-forside-design .individual_post .post_data .excerpt {
    color: black;
    min-height: unset;
    font-size: 18px;
    margin-bottom: 0;
}

section.reference_grid_sektion.nyt-forside-design.udvalgte_slider .button_container {
    display: none;
}

section.section-wrap.clear.reference_grid_sektion.udvalgte_slider.nyt-forside-design {
    background: #f7f5f3;
}

section.section-wrap.clear.reference_grid_sektion.udvalgte_slider.nyt-forside-design .section {
    margin-top: calc(var(--gap-l) * 2);
    padding-bottom: calc((var(--gap-l) * 2) - 5px);
}

/* END reference_grid_sektion.nyt-forside-design */


/* ny medarbejder-sektion */

/* taget oppe fra den normale kode og flyttet herned da jeg har ændre hvad der skal være none */
.stom-medarbejdere .stom-medarbejder-customfield,
.stom_medarbejder_social_links {
    display: none;
}

body.home .stom_medarbejder-detaljer td,
body.home .stom_medarbejder-detaljer td * {
    line-height: 1.3;
}

body.home table.stom_medarbejder-detaljer {
    margin-bottom: 0;
}

body.home section.medarbejder-sektion.section-wrap .section {
    padding-bottom: calc((var(--gap-l) * 2) - 5px);
}

section.medarbejder-sektion {
    margin-top: calc(var(--gap-l) * 2);
}

section.medarbejder-sektion div.stom-medarbejdere.nyt-forside-design {
    display: grid;
    justify-content: unset;
    gap: calc(var(--gap-m) + 20px);
    margin-top: calc(var(--gap-m) + var(--gap-s));
}

body.home main#main-content.site-main section.section-wrap.half-padding .section {
    padding-top: calc(var(--gap-l) - 6px);
}

section.medarbejder-sektion div.stom-medarbejdere.nyt-forside-design.cols_2 {
    grid-template-columns: repeat(var(--grid-2-cols), minmax(0, 1fr));
}

section.medarbejder-sektion div.stom-medarbejdere.nyt-forside-design.cols_3 {
    grid-template-columns: repeat(var(--grid-3cols), minmax(0, 1fr));
}

section.medarbejder-sektion div.stom-medarbejdere.nyt-forside-design.cols_4 {
    grid-template-columns: repeat(var(--grid-4-cols), minmax(0, 1fr));
}

section.medarbejder-sektion div.stom-medarbejdere.nyt-forside-design.cols_5 {
    grid-template-columns: repeat(var(--grid-5-cols), minmax(0, 1fr));
}

section.medarbejder-sektion div.stom-medarbejdere.nyt-forside-design.cols_6 {
    grid-template-columns: repeat(var(--grid-5-cols), minmax(0, 1fr));
}

section.medarbejder-sektion div.stom-medarbejdere.nyt-forside-design .stom-medarbejder-wrapper {
    width: 100%;
    max-width: unset;
}

section.medarbejder-sektion div.stom-medarbejdere.nyt-forside-design .stom-medarbejder-wrapper .stom-medarbejder-thumb {
    padding-top: 0 !important;
    aspect-ratio: 390 / 448;
}

section.medarbejder-sektion div.stom-medarbejdere.nyt-forside-design .stom-medarbejder-wrapper tr.stom-medarbejder-title td {
    font-size: var(--h3);
    padding-bottom: 12px;
}

section.medarbejder-sektion div.stom-medarbejdere.nyt-forside-design .stom-medarbejder-wrapper tr.stom-medarbejder-phone {
    margin-top: 10px;
    display: inline-table;
}

section.medarbejder-sektion div.stom-medarbejdere.nyt-forside-design .stom-medarbejder-wrapper tr.stom-medarbejder-stilling td,
section.medarbejder-sektion div.stom-medarbejdere.nyt-forside-design .stom-medarbejder-wrapper tr.stom-medarbejder-stilling_fortsat td,
section.medarbejder-sektion div.stom-medarbejdere.nyt-forside-design .stom-medarbejder-wrapper tr.stom-medarbejder-email td,
section.medarbejder-sektion div.stom-medarbejdere.nyt-forside-design .stom-medarbejder-wrapper tr.stom-medarbejder-phone td {
    color: black;
    font-size: 18px;
    font-family: var(--f2-kp);
}

section.medarbejder-sektion div.stom-medarbejdere.nyt-forside-design .stom-medarbejder-wrapper.stom-medarbejder-wrapper-quotes {
    grid-column: span 2;
}

section.medarbejder-sektion div.stom-medarbejdere.nyt-forside-design .stom-medarbejder-wrapper.stom-medarbejder-wrapper-quotes .stom-custom-svg {
    display: block;
    font-size: 80px;
    color: transparent;
}

section.medarbejder-sektion div.stom-medarbejdere.nyt-forside-design .stom-medarbejder-wrapper.stom-medarbejder-wrapper-quotes .stom-custom-svg:last-of-type {
    text-align: right;
}

section.medarbejder-sektion div.stom-medarbejdere.nyt-forside-design .stom-medarbejder-wrapper.stom-medarbejder-wrapper-quotes {
    font-size: 35px;
    font-family: var(--f1-tie);
    line-height: 1.2;
}

section.medarbejder-sektion div.stom-medarbejdere.nyt-forside-design .stom-medarbejder-wrapper.stom-medarbejder-wrapper-quotes .stom-custom-svg:first-of-type {
    margin-top: -10px;
}

/* END medarbejder-sektion */

/* nyt design nyheder_slider */

.nyheder_slider.nyt-forside-design.three_box_slider_sektion .slick-list {
    padding-right: 300px !important;
    padding-left: 0 !important;
}

.nyheder_slider.nyt-forside-design.three_box_slider_sektion .slick-list .individual_post .post_data {
    background: transparent !important;
    padding: 0;
    padding-top: 30px;
}

.nyheder_slider.nyt-forside-design.three_box_slider_sektion .individual_post .post_data .date {
    font-family: var(--f2-kp);
    font-weight: 400;
    color: black;
    text-transform: uppercase;
    letter-spacing: unset;
    font-size: 15px;
}

.nyheder_slider.nyt-forside-design.three_box_slider_sektion .individual_post .post_data h5 {
    font-weight: 700;
    font-size: var(--h3);
    line-height: 1.3;
}

.nyheder_slider.nyt-forside-design.three_box_slider_sektion .individual_post .post_data h5,
section.medarbejder-sektion div.stom-medarbejdere.nyt-forside-design .stom-medarbejder-wrapper tr.stom-medarbejder-title td {
    letter-spacing: 0.5px;
}

.nyheder_slider.nyt-forside-design.three_box_slider_sektion .individual_post .post_data .excerpt {
    color: black;
    font-size: 18px;
}

.nyheder_slider.nyt-forside-design.three_box_slider_sektion .individual_post .post_data a {
    display: block;
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

.nyheder_slider.nyt-forside-design.three_box_slider_sektion .individual_post img {
    height: 250px;
}

.nyheder_slider.nyt-forside-design.three_box_slider_sektion .slick-slide {
    margin: 0 40px !important;
}

.nyheder_slider.nyt-forside-design.three_box_slider_sektion .slick-list {
    margin: 0 -40px;
    margin-right: calc(0px - var(--gap-l));
}

.nyheder_slider.nyt-forside-design.three_box_slider_sektion .button_container {
    display: none !important;
}

/* END nyheder_slider */


/* Nye slider dots arrows */

section.page-slider-section.new-slider-design button.slick-arrow.slick-prev,
.nyheder_slider.nyt-forside-design.three_box_slider_sektion button.slick-arrow.slick-prev {
    display: none !important;
}

section.page-slider-section.new-slider-design button.slick-arrow.slick-next:after,
.nyheder_slider.nyt-forside-design.three_box_slider_sektion button.slick-arrow.slick-next:after {
    content: url('images/gottlieb_slider_right_arrow.svg');
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

section.page-slider-section.new-slider-design button.slick-arrow span.stom-custom-svg,
.nyheder_slider.nyt-forside-design.three_box_slider_sektion button.slick-arrow span.stom-custom-svg {
    display: none;
}

section.page-slider-section.new-slider-design button.slick-arrow.slick-next:hover,
.nyheder_slider.nyt-forside-design.three_box_slider_sektion button.slick-arrow.slick-next:hover {
    background: #000000;
}

section.page-slider-section.new-slider-design button.slick-arrow.slick-next {
    right: 30px;
    padding-left: 0;
    transform: translateY(-50%);
    top: 50%;
    width: 60px;
    height: 60px;
    background: transparent;
}

.nyheder_slider.nyt-forside-design.three_box_slider_sektion button.slick-arrow.slick-next {
    width: 60px;
    height: 60px;
    background: transparent;
    top: calc(250px / 2 - 30px);
}

section.page-slider-section.new-slider-design ul.slick-dots {
    position: absolute;
    top: unset;
    right: 30px;
    bottom: 30px;
    width: auto;
}

.nyheder_slider.nyt-forside-design.three_box_slider_sektion ul.slick-dots {
    position: absolute;
    top: unset;
    right: 0;
    bottom: calc(0px - var(--gap-s));
    width: auto;
}

section.page-slider-section.new-slider-design ul.slick-dots li button,
.nyheder_slider.nyt-forside-design.three_box_slider_sektion ul.slick-dots li button {
    width: 12px;
    height: 12px;
}

.nyheder_slider.nyt-forside-design.three_box_slider_sektion ul.slick-dots li {
    padding-left: 0 !important;
}

section.page-slider-section.new-slider-design ul.slick-dots li button:before,
.nyheder_slider.nyt-forside-design.three_box_slider_sektion ul.slick-dots li button:before {
    opacity: 1;
    background-color: transparent;
}

section.page-slider-section.new-slider-design ul.slick-dots li button:before {
    border: 1px solid white;
}

.nyheder_slider.nyt-forside-design.three_box_slider_sektion ul.slick-dots li button:before {
    border: 1px solid black;
}

section.page-slider-section.new-slider-design ul.slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: white;
}

.nyheder_slider.nyt-forside-design.three_box_slider_sektion ul.slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: black;
}

/* END slider dots arrows */


/* ny double-billed-kolonner */

section.section-wrap.stom-grid-section.double-billed-kolonner .section {
    max-width: 100%;
    padding-inline: var(--gap-l);
}

section.section-wrap.stom-grid-section.double-billed-kolonner .section .grid-elements {
    display: grid;
    justify-content: unset;
    gap: 0;
    grid-template-columns: 44.83% 55.17%;
}

section.section-wrap.stom-grid-section.double-billed-kolonner .overlay h2 {
    margin-top: -6px;
}

section.section-wrap.stom-grid-section.double-billed-kolonner .section .grid-elements .grid-element {
    width: 100%;
}

section.section-wrap.stom-grid-section.double-billed-kolonner .section .grid-elements .grid-element p:last-of-type {
    margin-bottom: 0;
    line-height: 0;
}

section.section-wrap.stom-grid-section.double-billed-kolonner .section .grid-elements .grid-element .overlay {
    padding: 0;
}

section.section-wrap.stom-grid-section.double-billed-kolonner .section .grid-element>img {
    visibility: visible !important;
    position: absolute;
    height: 100%;
    object-fit: cover;
    padding-right: var(--gap-l);
}

section.section-wrap.stom-grid-section.double-billed-kolonner .section .grid-elements .grid-element .overlay .stom-button.boxed_arrow {
    margin-bottom: var(--gap-l);
    margin-top: var(--gap-m);
}

/* END double-billed-kolonner */

/* Nyt background-banner-sektion */

section.section-wrap.stom-grid-section.background-banner-sektion .overlay {
    padding: 0;
}

section.section-wrap.stom-grid-section.background-banner-sektion .grid-elements .grid-element:last-of-type .overlay {
    max-width: 780px;
}

section.section-wrap.stom-grid-section.background-banner-sektion .grid-elements .grid-element:last-of-type {
    justify-content: flex-end;
}

section.section-wrap.stom-grid-section.background-banner-sektion .grid-elements .grid-element .overlay .stom-button.boxed_arrow {
    margin-top: var(--gap-m);
}

#main-content section.section-wrap.stom-grid-section.background-banner-sektion .section {
    padding-bottom: calc(var(--gap-l) * 3);
    padding-top: var(--gap-l);
}



/* END background-banner-sektion*/

/* nyt .footer-formular-sektion.contact-form */

.footer-formular-sektion.contact-form .gform_wrapper.gravity-theme .gfield input::placeholder,
.footer-formular-sektion.contact-form .gform_wrapper.gravity-theme .gfield textarea::placeholder {
    color: black;
}

.footer-formular-sektion.contact-form.stom-billede-sektion .stom-picture {
    width: calc(100% + var(--gap-l));
}

.footer-formular-sektion.contact-form.stom-billede-sektion .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 0;
}

.footer-formular-sektion.contact-form.stom-billede-sektion .stomGFAS-container-field {
    margin-top: var(--gap-m);
}

.footer-formular-sektion.contact-form.stom-billede-sektion .gform_footer {
    margin-top: 0;
}

/* END .footer-formular-sektion.contact-form */

/* Nyt Footer ændringer / jeg har rykket koden */


#colophon .footer-widget-area .section::before {}


#colophon .section-wrap.footer-widget-area .section::after {}


#colophon {
    background: black;
    font-family: var(--f1-tie);
    font-size: 16px;
    color: #fafafa;
    position: relative;
    z-index: 2;
    padding-bottom: 0;
    padding-top: 0;
}

#colophon a[data-stom-remove="1"] {
    display: block !important;
    color: black;
}

#colophon .widgets-3,
#colophon .widgets-4 {}

body #colophon .section-wrap.footer-widget-area .section {
    display: grid;
    grid-template-columns: repeat(var(--grid-3-cols), minmax(0, 1fr));
    gap: 0 var(--gap-m);
    padding-bottom: 0;
    padding-top: calc(var(--gap-l) - 10px);
}

body #colophon .section-wrap.footer-widget-area .section .footer-widgets.widgets-4 {
    grid-column: span 3;
}

body #colophon .section-wrap.footer-widget-area .section .footer-widgets .widget {
    margin-bottom: calc(var(--gap-l) - 6px);
}

body #colophon .section-wrap.footer-widget-area .section .footer-widgets .widget-title {
    font-family: var(--f1-tie);
    font-size: 35px;
    font-weight: 900;
    margin-bottom: 10px;
    display: block;
}

body #colophon .section-wrap.footer-widget-area .section .footer-widgets {
    width: 100%;
}

body #colophon .section-wrap.footer-widget-area .section .footer-widgets .textwidget {
    font-family: var(--f2-kp);
    line-height: 1.7;
}

body #colophon .section-wrap.footer-widget-area .section .footer-widgets .textwidget p {
    line-height: 1.4;
    margin-bottom: 20px;
}

body #colophon .section-wrap.footer-widget-area .section .footer-widgets.widgets-4 .textwidget .footer-icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: var(--gap-s);
    border-top: 1px solid white;
}

body #colophon .section-wrap.footer-widget-area .section .footer-widgets.widgets-4 .widget {
    margin-bottom: var(--gap-s);
}

body #colophon .section-wrap.footer-widget-area .section .footer-widgets.widgets-4 .textwidget .footer-icons img {
    width: auto;
    height: 50px;
}

body #colophon .section-wrap.footer-widget-area .section .footer-widgets.widgets-4 .textwidget .footer-icons .right-side img:last-child {
    height: 35px;
}

body #colophon .section-wrap.footer-widget-area .section .footer-widgets.widgets-4 .textwidget .footer-icons .left-side,
body #colophon .section-wrap.footer-widget-area .section .footer-widgets.widgets-4 .textwidget .footer-icons .right-side {
    display: grid;
    grid-template-columns: auto auto;
    gap: var(--gap-m);
    align-items: center;
}

body #colophon .section-wrap.footer-widget-area .section .footer-widgets.widgets-4 .textwidget .footer-icons .right-side {
    grid-template-columns: auto auto auto;
}

body #colophon .section-wrap.footer-widget-area .section .footer-widgets .stom-social-shortcode {
    padding: 0;
    margin-right: 5px;
    font-size: 30px;
}

/* END Footer ændringer / jeg har rykket koden */



/* END Ny forside kode */


/* Off market sektion */
      

.stom-off-market-section-overlay-form .dynmaisk_tekst input {
	pointer-events:none;
}

section.stom-off-market-section .section .grid-elements {
    display: grid;
    gap: var(--gap-m);

}

section.stom-off-market-section .section.columns-2 .grid-elements {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

section.stom-off-market-section .section.columns-3 .grid-elements {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

section.stom-off-market-section .section.columns-4 .grid-elements {
    grid-template-columns: repeat(4, minmax(0, 1fr));

}

section.stom-off-market-section .section .grid-elements .grid-element {
    background-color: #e8e5dd;
    padding: var(--gap-m) var(--gap-m) var(--gap-m) var(--gap-l);
    position: relative;
    cursor: pointer;
}

section.stom-off-market-section .section .grid-elements .grid-element .headline {
    font-size: 20px;
    font-weight: 900;
    font-family: var(--f1-tie);
    line-height: 1.3;
    margin-bottom: 10px;
}

section.stom-off-market-section .section .grid-elements .grid-element .type_text,
section.stom-off-market-section .section .grid-elements .grid-element .price_text {
    font-family: var(--f2-kp);
    font-size: 16px;
}

section.stom-off-market-section .stom-off-market-section-star {
    background-image: url(images/stjerne.svg);
    background-repeat: no-repeat;
    width: calc(var(--gap-l) - 40px);
    height: 150px;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 10;
    pointer-events: none;
    filter: brightness(0);
}

section.stom-off-market-section .section .grid-elements .grid-element:hover .stom-off-market-section-click-overlay {
    opacity: 1;
}

.stom-off-market-section-click-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #e8e5dd;
    display: grid;
    align-content: center;
    text-align: center;
    transition: all 0.265s;
}

section.stom-off-market-section .stom-off-market-section-click-overlay p {
    font-weight: 900;
    font-family: var(--f1-tie);
    font-size: 30px;
    padding: 20px;

}

section.stom-off-market-section {
    position: relative;
    padd
}
section.stom-off-market-section .section {
    padding-inline: 40px;
}
.stom-off-market-section-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1000;
    opacity: 0;
    background-color: rgba(232, 229, 221, 0.8);
    display: grid;
    align-content: center;
    pointer-events: none;
}

.stom-off-market-section-overlay.overlay-active {
    opacity: 1;
    pointer-events: all;
}

.stom-off-market-section-overlay .stom-off-market-section-overlay-form {
    max-width: 700px;
    margin: auto;
    background-color: rgb(247 245 243);
    padding: var(--gap-m);
    min-width: 479px;
}

.stom-off-market-section-overlay .stom-off-market-section-overlay-form .dynmaisk_tekst input {
    background-color: white;
}

.stom-off-market-section-overlay .stom-off-market-section-overlay-form form .gform_body input {
    padding: 10px 15px !important;
}

.stom-off-market-section .formsent-sektion {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
}

.stom-off-market-section .formsent-sektion .formsent-sektion-tekst {
    background-color: #e8e5dd;
    color: black;
    padding: 20px;
    font-weight: 500;
    font-size: 18px;
    display: inline-block;
    left: 30px;
    position: relative;
    border-radius: 10px 10px 0 0;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    bottom: -200px;
    font-family: var(--f1-tie);
    animation: slideUpDown 4s ease-in-out forwards;
    opacity: 0;
}


@keyframes slideUpDown {
    0% {
        bottom: -200px;
        opacity: 1;
    }
    20% {
        bottom: 0;
        opacity: 1;
    }

    80% {
        bottom: 0;
        opacity: 1;
    }

    100% {
        bottom: -200px;
        opacity: 0;
    }
}

/* END Off market sektion */