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


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

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

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

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

    /* colors */
    --color-1: #057eb4;
    --color-2: #0097d3;
    --color-bg: #f6f6f6;
    --color-text: #222;
    --color-dark: #222;
    --color-white: #ffffff;
    --color-overlay: rgb(0 0 0 / 40%);

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

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


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


/*======================================================================//
// style.css                                                            //
//======================================================================*/
/*======================================================================//
// Generiske klasser                                                    //
//======================================================================*/
.header-sticky-active.scrolled header .site-branding #logo img.logo-landscape {
    max-height: 65px;
}
header .main-navigation ul.menu a {
    justify-content: space-between;
}
header .main-navigation ul.menu#primary-menu .sub-menu a {
    background-color: var(--color-bg);
    justify-content: space-between;
    width: 300px;
}
/* font-weight */
h1, h2, h3 {
    font-weight: 500;
}
p {
    font-weight: 400;
}
/* btns */
.slider-btn-wrapper {
    display: flex;
    flex-direction: row;
    gap: var(--gap-s);
}
.stom-button.slider-btn a {
    background-color: var(--color-1);
    border: 1px solid var(--color-1);
    color: var(--color-white);
    font-size: 16px;
    padding: 8px 35px;
    width: 240px;
    text-align: center;
}
.stom-button.slider-btn a:hover {
    background-color: var(--color-2);
    border: 1px solid var(--color-2);
}
.stom-button a {
    background-color: var(--color-1);
    border: 1px solid var(--color-1);
    color: var(--color-white);
    padding: 8px 40px;
    font-size: 17px;
}
.stom-button.slider-btn a svg {
    width: 14px;
    height: 14px;
}
.stom-button a svg {
    width: 12px;
    height: 12px;
}
.cta-container .stom-button a svg {
    width: 1em;
    height: 1em;
}
.stom-grid-section.box-section .zoom.grid-element:hover .stom-button.btn-2 a {
    background-color: var(--color-2);
    border-color: var(--color-2);
    color: var(--color-white)
}
.stom-button.btn-2 a:hover {
    background-color: var(--color-2);
    border-color: var(--color-2);
    color: var(--color-white)
}
/* zoom */
.zoom p {
    overflow: hidden
}
.zoom.grid-element {
    transition: transform .5s ease
}
.zoom.grid-element:hover {
    transform: scale(1.050)
}

/* colored-pre-text */
.colored-pre-text-slider {
    color: var(--color-1);
    font-size: 25px;
    font-weight: 500;
}
.colored-pre-text {
    color: var(--color-1);
    font-size: 18px;
    font-weight: 500;
}
.white-pre-text {
    color: var(--color-white);
    font-size: 18px;
    font-weight: 400;
}
body.home #main-content.site-main {
    margin-top: -8px;
}
/*======================================================================//
// END Generiske klasser                                                //
//======================================================================*/

/*======================================================================//
// top-slider                                                           //
//======================================================================*/

body .page-slider-section .slider-text-inner .slider-text-inner-wrapper p {
    max-width: 740px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3;
}
body .page-slider-section .slider-text-inner .slider-text-inner-wrapper .pre-content-services p a {
    font-size: 30px;
    font-weight: 500;
}
body.home .page-slider-section .slider-text {
    margin-bottom: 10px;
}
/* undersider - overlay */
body:not(.home) .page-slider-section .slider-text {
    
    background-color: transparent;
}

/*======================================================================//
// END top-slider                                                       //
//======================================================================*/

/*======================================================================//
// pre-content-services                                                 //
//======================================================================*/
.pre-content-services {
    position: absolute;
    display: flex;
    justify-content: space-between;
    bottom: 0;
    right: 0;
    left: 0;
    max-width: var(--content-width);
    margin: 0 auto;
    z-index: 2;
    color: white;
    margin-bottom: 40px;
    font-size: 22px;
}
.pre-content-services a {
    text-decoration: none;
}
.pre-content-services p:first-of-type {
    margin-bottom: 0;
}
.pre-content-bg::after {
    content: '';
    position: absolute;
    height: 140px;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100;
    background-color: rgb(0 0 0 / 20%);
}
/*======================================================================//
// END pre-content-services                                             //
//======================================================================*/
/*======================================================================//
// welcome-section                                                      //
//======================================================================*/
.section-wrap.stom-grid-section.welcome-section .grid-element.welcome-section-header .overlay {
    justify-content: flex-start;
}
.section-wrap.stom-grid-section.welcome-section .grid-element .overlay .stom-button {
    align-self: flex-end;
}


/*======================================================================//
// END welcome-section                                                  //
//======================================================================*/

/*======================================================================//
// service-section                                                      //
//======================================================================*/
.section-wrap.stom-grid-section.service-section {
    padding-bottom: calc( 2* var(--gap-l));
}
.section-wrap.stom-grid-section.service-section .grid-element .overlay {
    justify-content: start;
}
.section-wrap.stom-grid-section.service-section .grid-element .overlay p:first-of-type {
    margin-bottom: 5px;
}
.section-wrap.stom-grid-section.service-section .grid-element .overlay h3 {
    margin-bottom: 10px;
}
.section-wrap.stom-grid-section.service-section .grid-element .overlay .stom-button {
    justify-content: start;
    margin-top: auto;
}


/*======================================================================//
// END service-section                                                  //
//======================================================================*/

/*======================================================================//
// choose-us-header                                                     //
//======================================================================*/
.section-wrap.choose-us-header.has-background .section {
    padding-bottom: var(--gap-m);
}
.section-wrap.choose-us-header.has-background .section p {
    font-size: 18px;
    max-width: 840px;
}


/*======================================================================//
// END choose-us-header                                                 //
//======================================================================*/

/*======================================================================//
// choose-us-section                                                    //
//======================================================================*/
.section-wrap.stom-grid-section.choose-us-section.center-text.has-background {
    margin-top: 0;
}
.section-wrap.stom-grid-section.choose-us-section.center-text.has-background .section {
    padding-top: 0;
}
.section-wrap.stom-grid-section.choose-us-section.center-text.has-background .section {
    padding-top: 0;
}
.section-wrap.stom-grid-section.choose-us-section .grid-element .overlay {
    justify-content: start;
    box-shadow: rgba(0, 0, 0, 0.185) 0px 3px 8px;
}
/*======================================================================//
// END choose-us-section                                                //
//======================================================================*/


/*======================================================================//
// our-customers-header                                                 //
//======================================================================*/
body.home .section-wrap.our-customers-header.center-text {
    margin-top: calc( 2 * var(--gap-l));
}

/*======================================================================//
// END our-customers-header                                             //
//======================================================================*/


/*======================================================================//
// our-customers-section                                                //
//======================================================================*/
.section-wrap.stom-grid-section.our-customers-section.center-text {
    margin-top: var(--gap-m);
    margin-bottom:  calc( 2 * var(--gap-l));
}
.stom-grid-section.our-customers-section .section .grid-elements {
    display: grid;
    gap: 0;
}
.stom-grid-section.our-customers-section .section .grid-elements .grid-element {
    padding: var(--gap-m);
    position: relative;
}
.stom-grid-section.our-customers-section .section .grid-elements .grid-element .overlay img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    vertical-align: middle;
    border-style: none;
}
.stom-grid-section.our-customers-section .grid-element .overlay {
    justify-content: center;
}
.stom-grid-section.our-customers-section .section .grid-elements .grid-element::before {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    left: -1px;
    border-left: 1px solid #eee;
    box-sizing: border-box;
}
.stom-grid-section.our-customers-section .section .grid-elements .no-border-left.grid-element::before {
    border-left: none
}

.stom-grid-section.our-customers-section .section .grid-elements .grid-element::after  {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: auto;
    left: 0;
    bottom: -1px;
    border-bottom: 1px solid #eee;
}
.stom-grid-section.our-customers-section .section .grid-elements .no-border-bottom.grid-element::after  {
    border-bottom: none;
}
/*======================================================================//
// END our-customers-section                                            //
//======================================================================*/

/*======================================================================//
// anmeldelser-section                                                  //
//======================================================================*/
.section-wrap.anmeldelser-section.has-background {
    margin-top: calc( 2 * var(--gap-l));
    background-size: cover;
}
.section-wrap.anmeldelser-section.has-background .section p:first-of-type {
    margin-bottom: 0;
    
}
.section-wrap.anmeldelser-section.has-background h2 {
    color: var(--color-white);
    margin-bottom: var(--gap-m);
}
body .section-wrap.anmeldelser-section .stom-anmeldelse-reviewer {
    color: white;
}
body .section-wrap.anmeldelser-section .stom-anmeldelse-reviewer {
    color: white;
}
body .section-wrap.anmeldelser-section .stom-anmeldelse-reviewer-verified-desc {
    color: white;
}

.anmeldelse-updated-design .stom-anmeldelse-popup .stom-anmeldelse-popup-inner .stom-anmeldelse-reviewer .stom-anmeldelse-reviewer-title {
    color: var(--color-text);
}
.anmeldelse-updated-design .stom-anmeldelse-popup .stom-anmeldelse-popup-inner .stom-anmeldelse-reviewer .stom-anmeldelse-reviewer-name {
    color: var(--color-text);
}
.anmeldelse-updated-design .stom-anmeldelse-popup .stom-anmeldelse-popup-inner .stom-anmeldelse-reviewer .stom-anmeldelse-reviewer-verified-desc {
    color: var(--color-text);
}


.anmeldelse-updated-design .slick-prev, .anmeldelse-updated-design .slick-next {
    top: 33%;
}
/*======================================================================//
// END anmeldelser-section                                              //
//======================================================================*/
.section-wrap.stom-grid-section.kontakt-section .section .grid-elements .grid-element .overlay {
    justify-content: center;
}
/*======================================================================//
// Footer                                                               //
//======================================================================*/
body:not(.home) #colophon.footer-setting-03 {
    margin-top: 0;
}
body.footer-top-margin #colophon.footer-setting-03 {
    margin-top: var(--gap-l);
}


/* CTA */
#number-three-sticky-mobile-cta .cta-container .stom-button a {
    display: flex;
    flex-direction: row;
    font-size: 1rem;
    font-weight: 400;
    gap: 14px;
    border-radius: 0;
}
#number-three-sticky-mobile-cta .cta-container .stom-button a p{
    font-weight: 400;
    font-size: 1rem;
}
#number-three-sticky-mobile-cta .cta-container .stom-button a .stom-custom-svg {
    display: unset;
    background-color: unset;
    padding: unset; 
    margin-left: unset;
}
/*======================================================================//
// END footer                                                           //
//======================================================================*/
/* underside-sidebar*/
aside#secondary .custom-overflow-wrapper {
    position: sticky;
    top: 175px;
    padding-bottom: var(--gap-l);
}
.widget-area .widget:not(.widget_search):not(.widget_instagram-feed-widget):not(.widget-no-border) {
    border-bottom: 1px solid var(--color-1);
    padding-block: 0 var(--gap-m);
    padding-inline: 0;
}

.widget-area .aabningstider.widget:not(.widget_search):not(.widget_instagram-feed-widget):not(.widget-no-border) {
    border-bottom: none;
}
body:not(.home) #main-content #secondary .custom-overflow-wrapper .textwidget h3 {
    font-size: 25px;
    font-weight: 400;
}
body:not(.home) #main-content #secondary .custom-overflow-wrapper .textwidget .stom-custom-svg.custom-svg svg path {
    fill: var(--color-1);
}
body:not(.home) #main-content #secondary .custom-overflow-wrapper .textwidget .stom-custom-svg.custom-svg svg {
    font-size: 32px;
}
body:not(.home) #main-content #secondary .custom-overflow-wrapper .aabningstider .textwidget .stom-custom-svg.custom-svg svg {
    font-size: 24px;
    margin-bottom: 5px;
}
body:not(.home) #main-content #secondary .custom-overflow-wrapper .aabningstider .textwidget h3 {
    margin-bottom: 0;
}
body:not(.home) #main-content #secondary .custom-overflow-wrapper .textwidget form .gform_button {
    padding: 5px 25px;
    font-size: 14px;
}
body:not(.home) #main-content #secondary .custom-overflow-wrapper .textwidget form .gform_button .stom-custom-svg.custom-svg svg {
    font-size: unset;
}
.widget-area .widget:not(.widget_search):not(.widget_instagram-feed-widget):not(.widget-no-border) p {
    font-size: 16px;
}
body:not(.home) #main-content {
    margin-top: 0;
}

/*
body:not(.home) #main-content h2 {
    font-size: 30px;
    color: var(--color-1);
}
*/

body:not(.home) #main-content h3 {
    font-size: 25px;
    font-weight: 500;
}

/* kontakt-form - undersider */

body:not(.home) .form-section.section-wrap.has-background {
    margin-top: 0;
}
body.sidebar-new:not(.no-sidebar) #primary {
    padding-bottom: var(--gap-l);
}
.gform_wrapper.gravity-theme .gform_footer {
    justify-content: flex-end;
}
/* contactInfo */
.custom-overflow-wrapper .sidebar-contactInfo {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.custom-overflow-wrapper .sidebar-contactInfo a {
    font-size: 15px;
    font-weight: 400;
    color: var(--color-3);
}
/* No sidebar pages */
body.home.no-sidebar #main-content {
    padding-top: 0;
}
body.no-sidebar #main-content {
    padding-top: var(--gap-l);
}
body.no-sidebar .form-section.section-wrap.has-background {
    margin-top: var(--gap-l);
}
/* sticky-sidebar */
aside#secondary .custom-overflow-wrapper {
    position: sticky;
    top: 175px;
}
body:not(.home),
body:not(.home) #page {
    overflow: visible;
}

/* undersider */
body.read-title .page-slider-section .slider-text-inner .slider-text-inner-wrapper h1 {
    text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.36);
}

body:not(.home) .page-slider-section .image-aligner img {
    width: 100%;
    height: auto;
    max-height: calc(44vh - var(--header-height));
    min-height: 100%;
    object-fit: cover;
}
.stom-grid-section.individuel-section .section .grid-elements {
    grid-template-columns: 1fr 2fr;
    padding: calc(var(--gap-m) + 10px );
    background-color: #F7F9FB;
    gap: calc(var(--gap-m) + 10px );
    border: 1px solid #dfdfdf;
}
.stom-grid-section.individuel-section .grid-element .overlay {
    justify-content: start;
}
.stom-grid-section.individuel-section .grid-element .overlay img {
    border-radius: 24px;
    max-height: 400px;
    width: auto;
}
body.medarbejdere-page  #colophon.footer-setting-03 {
    margin-top: var(--gap-l) !important;
}
.stom-medarbejdere {
    row-gap: 60px;
}
.stom-medarbejdere .stom-medarbejder-wrapper {
    background-color: var(--color-1);
    color: white;
}
.stom-medarbejdere .stom-medarbejder-wrapper .stom_medarbejder-detaljer {
    padding: 20px;
}
.stom-medarbejdere .stom-medarbejder-wrapper .stom_medarbejder-detaljer .stom-medarbejder-title {
    font-weight: 500;
}
.stom-medarbejdere .stom-medarbejder-wrapper .stom_medarbejder-detaljer .stom-medarbejder-stilling {
    font-size: 14px;
}
.stom-medarbejdere .stom-medarbejder-wrapper .stom_medarbejder-detaljer .stom-medarbejder-phone a:hover,
.stom-medarbejdere .stom-medarbejder-wrapper .stom_medarbejder-detaljer .stom-medarbejder-email a:hover {
    text-decoration: underline;
}
/* undersider-dropdown */
.mere-tekst-wrapper {
    padding: 0;
}
body .mere-tekst-wrapper button {
    font-size: 17px;
    line-height: 30px;
    font-family: var(--h-fam);
    padding: 36px 0px 20px 0px;
    border: 0;
    color: var(--color-text);
    background-color: transparent;
    border-bottom: 1px solid var(--color-1);
    color: var(--color-1);
}
.mere-tekst-wrapper button:hover {
    border-bottom: 1px solid var(var(--color-1));
}
.mere-tekst-wrapper button span>svg {
    color: var(--color-1) !important;
    font-size: 14px;
    color: var(--color-text);
}
.mere-tekst-wrapper .mere-tekst p {
    
    color: var(--color-text);
}
.stom-checkmark-list ul ul {
	margin-left: 5px;
    margin-top: 10px;
}

#content .stom-checkmark-list {
    margin-top: 1em;
    margin-bottom: 1.2em;
}
.stom-checkmark-list ul {
    padding-left: 0px;
}
.stom-checkmark-list ul li {
    position: relative;
    padding-left: 30px;
    padding-bottom: 10px;
}
.checkmark-svg-list svg {
    padding: 0.2em;
    margin-right: 0.1em;
}
.stom-checkmark-list ul li:before {
    top: 2px;
    content: url('./images/Icon-01.svg');
}

/* Forside video styling */
body.home .page-slider-section.main-slider-section .slider-inner .slide-element.slide-video .video-aligner {
    padding-top: 0 !important;
}
body.home .page-slider-section.main-slider-section .slider-text::before {
    bottom: 0;
}
/* /profil, har ingen top slider. efterspørgsel fra kunden */
body.profile-page #secondary {
    padding-top: var(--gap-m);
}
/* GALLERY STYLES */
.gallery-columns-3{
    grid-template-columns: repeat(var(--grid-3-cols), minmax(0,1fr));
}
.gallery .gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
    margin-top: 0;
}
.gallery .gallery-item .gallery-icon a img {
    object-fit: cover;
    max-width: initial;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* END GALLERY STYLES */ 

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

/*======================================================================//
// woocommerce.css                                                      //
//======================================================================*/
/* woocommerce style goes here */


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

/* CSS-tilrettelser d. 21-03-2025 */

.pre-content-services > span p a {
	transition: var(--transition);
}

.pre-content-services > span:hover p a {
	color: var(--color-1);
}


/* END CSS-tilrettelser d. 21-03-2025 */





/* Ny skabelon */
html, body, input, select, optgroup, textarea {
	line-height: 1.4;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.25;
}

p {
    font-weight: 300;
	margin: 0 0 1.25em;
}

p + .stom-button {
	margin-top: 12px;
}

.stom-button a {
	display: inline-block;
	line-height: 1;
	font-size: 18px;
	padding: 17px 20px;
}

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

.stom-button a svg {
	width: 16px;
	height: 16px;
}

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

header .top-bar .section {
	border-bottom: 1px solid var(--color-1);
}

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

header .top-bar {
	font-size: 16px;
}

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

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

header .top-bar a .stom-custom-svg {
	font-size: 14px;
	color: var(--color-1);
}

.style-header-02 .top-bar .top-bar-right>*:not(:last-child) {
	margin-right: 10px;
}

header .main-navigation ul.menu a {
	font-weight: 300;
	color: #000;
}

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

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

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

#primary-menu li.btn-contact {
	margin-left: var(--gap-s);
}

#primary-menu li.btn-contact a {
	font-weight: 400;
	background-color: var(--color-1);
	color: #fff;
}

#primary-menu li.btn-contact a:before {
	display: none;
}

body:not(.home) .stom-billede-sektion:not(.has-background) .stom-cols-6 .stom-center-box > h2 {
	font-size: 40px;
	margin-bottom: 12px;
}

body:not(.home) .stom-billede-sektion:not(.has-background) .stom-cols-6 .stom-center-box > h2 {
	color: var(--color-1);
}

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

body:not(.home) .page-slider-section .slider-text-inner .slider-text-inner-wrapper .white-text > h1,
body:not(.home) .page-slider-section .slider-text-inner .slider-text-inner-wrapper .white-text .stom-print-title > h1 {
	font-size: 70px;
	margin-bottom: 0;
}

body:not(.home) .page-slider-section .slider-text-inner .slider-text-inner-wrapper .white-text > p {
	font-size: 22px;
	line-height: 1.25;
}

body:not(.home) .page-slider-section .slider-text-inner .slider-text-inner-wrapper .white-text > .stom-button a {
	font-size: 22px;	
	padding: 16px 20px;
}

body:not(.home) .page-slider-section .slider-text-inner .slider-text-inner-wrapper .white-text > p + .stom-button {
	margin-top: 3px;
}

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

.section-wrap.clear.usp-section .section {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-block: 18px;
	max-width: calc(var(--content-width) + calc(2* var(--gap-m)));
    padding-inline: var(--gap-m);
}

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

.section-wrap.clear.usp-section .section .container {
	display: flex;
	align-items: center;
	gap: 15px;
}

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

.section-wrap.clear.usp-section .section .container .content > h2,
.section-wrap.clear.usp-section .section .container .content > h3 {
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 2px;
}

.section-wrap.clear.usp-section .section .container .content > p {
	font-size: 16px;
	font-weight: 100;
}

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

.section-wrap.clear.cases-section .section > h2,
.section-wrap.clear.cases-section .section > h3 {
	font-weight: 400;
}

.section-wrap.clear.cases-section .section > .stom-button {
	float: right;
	margin-top: 40px;
}

.section-wrap.clear.cases-section .section .new-stom-posts {
	margin-top: 50px;
	grid-gap: 60px;
}

.new-stom-posts {
	
}

.new-stom-posts .new-stom-post-wrapper {
	position: relative;
}

.new-stom-posts .new-stom-post-wrapper > a.full-element-link {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: transparent;
    z-index: 5;
}

.new-stom-posts .new-stom-post-wrapper .new-stom-post-thumb {
	position: relative;
	margin-bottom: 25px;
	line-height: 0;
}

.new-stom-posts .new-stom-post-wrapper .new-stom-post-thumb:before {
	content:"";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(5, 126, 180, 0);
	pointer-events: none;
	transition: var(--transition);
}

.new-stom-posts .new-stom-post-wrapper:hover .new-stom-post-thumb:before {
	background-color: rgba(5, 126, 180, .5);
}

.new-stom-posts .new-stom-post-wrapper .new-stom-post-thumb img {
	height: 200px;
}

.new-stom-posts .new-stom-post-wrapper .new-stom-post-title > h4 {
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 8px;
}

.new-stom-posts .new-stom-post-wrapper .new-stom-post-content > p {
	font-weight: 400;
	line-height: 1.3;
}

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

.section-wrap.clear.faq-section .section {
	padding-block: 0 var(--gap-l);
}

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

.mere-tekst-wrapper .button {
	padding: 0;
}

.section-wrap.clear.faq-section .section .stom-cols-6 .stom-center-box > h2,
.section-wrap.clear.faq-section .section .stom-cols-6 .stom-center-box > h3 {
	margin-bottom: 30px;
}

.section-wrap.clear.faq-section .section .stom-cols-6 .stom-center-box > .mere-tekst-wrapper:not(:last-of-type) {
	margin-bottom: 10px;
}

.section-wrap.clear.faq-section .section .stom-cols-6 .stom-center-box > .mere-tekst-wrapper .button {
	font-size: 22px;
	font-weight: 400;
	color: #fff;
	border-bottom-color: #fff;
	padding: 12px 0;
}

.section-wrap.clear.faq-section .section .stom-cols-6 .stom-center-box > .mere-tekst-wrapper .button .stom-custom-svg svg {
	color: #fff !important;
}

.section-wrap.clear.faq-section .section .stom-cols-6 .stom-center-box > .mere-tekst-wrapper .mere-tekst {
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 20px;
}

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

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

body:not(.custom-template) .section-wrap.clear.contact-section {
	/*display: none;*/
}

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

.section-wrap.clear.contact-section .section .stom-cols-6 {
	min-height: 690px;
	align-items: flex-start;
	padding-block: 0 var(--gap-l);
}

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

.section-wrap.clear.contact-section .section .stom-cols-6 .stom-center-box > p {
	font-weight: 400;
}

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

body:not(.home) #colophon.footer-setting-03 {
	margin-top: var(--gap-l);
}

.section-wrap.clear.contact-section .section .stom-cols-6 .stom-center-box > .gform_wrapper form .gform_body {
	padding-top: 0;
}

.section-wrap.clear.contact-section .section .stom-cols-6 .stom-center-box > .gform_wrapper form .gform_body .gform_fields {
	
}

.section-wrap.clear.contact-section .section .stom-cols-6 .stom-center-box > .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container > textarea {
	height: 100px;
}

.section-wrap.clear.contact-section .section .stom-cols-6 .stom-center-box > .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container > *::placeholder {
	font-weight: 400;
}

.section-wrap.clear.contact-section .section .stom-cols-6 .stom-center-box > .gform_wrapper form .gform_body .gform_fields .stomGFAS-container-field .stomGFAS-inner {
	max-width: 100%;
	width: 100%;
	border-radius: 0;
	background-color: transparent;
	box-shadow: none;
	border-color: #000;
}

.section-wrap.clear.contact-section .section .stom-cols-6 .stom-center-box > .gform_wrapper form .gform_body .gform_fields .stomGFAS-container-field .stomGFAS-label {
	font-size: 14px;	
}

.section-wrap.clear.contact-section .section .stom-cols-6 .stom-center-box > .gform_wrapper form .gform_footer {
	margin: 30px 0 0;
}

.section-wrap.clear.contact-section .section .stom-cols-6 .stom-center-box > .gform_wrapper form .gform_footer .gform_button {
	padding: 13px 23px;
}

/* END Ny skabelon */