/*
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: 60px;
    --h2: 40px;
    --h3: 30px;
    --h4: 22px;
    --h5: 16px;
    --h6: 14px;
    --p: 18px;

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

    /* font families */
    --h-fam: 'venice-blvd', sans-serif;
    --p-fam: 'roc-grotesk', sans-serif;
    --btn-fam: var(--p-fam);

    /* colors */
    --color-1: #436251;
    --color-2: #447e5e;
    --color-bg: #f6f6f6;
    --color-text: #000;
    --color-dark: #222;
    --color-overlay: rgb(0 0 0 / 0%);

    /* 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 */
}

.site-main {
    margin-bottom: var(--gap-l);
}

/* form */
.gform_footer.top_label {
    justify-content: flex-end;
}

.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large {
    border-radius: 10px;
    border: 0;
}

a.nono {
    text-decoration: none;
}

body {
 background-color: #fffbe7;
}

body .gform_wrapper.gravity-theme .gfield textarea.large {
    border-radius: 10px;
    border: 0;
}
 .gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large {
    color: #666;
}

.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
    padding: 12px !important;

}
button, .stom-button a, input[type="button"], input[type="reset"], input[type="submit"], .gform_wrapper .gform_footer input[type=submit] {
    padding: 0.6em 1em;
    color: #fff;
    background-color: #00A222;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #00A222;
    transition: background-color, border, color;
    transition-duration: .0s;
    cursor: pointer;
    border-radius: 30px;
    font-family: var(--btn-fam);
    font-size: calc(var(--p) + 2px)
}
button, .stom-button a, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .gform_wrapper .gform_footer input[type=submit]:hover {
    padding: 0.6em 1em;
    color: #fff;
    background-color: #00891c;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #00A222;
    transition: background-color, border, color;
    transition-duration: .0s;
    cursor: pointer;
    border-radius: 30px;
    font-family: var(--btn-fam);
    font-size: calc(var(--p) + 2px)
}

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

body:not(.stom-gform-legacy) .gform_wrapper .gform_footer, body:not(.stom-gform-legacy) .gform_wrapper .gform_page_footer {
    margin: 25px 0 0;
    padding: 0;
}
body:not(.stom-gform-legacy) .gform_wrapper .gform_body {
    padding-top: 0;
}
/* form_end */

/* generic */
body:not(.woocommerce-cart):not(.woocommerce-checkout) .header-placeholder {
    display: none;
}
body:not(.woocommerce-cart):not(.woocommerce-checkout) .header-sticky-active.scrolled #masthead {
    box-shadow: unset;
}
.black-text {
    padding: calc(var(--gap-m) + var(--gap-s));
}

.black-text p {
    color: #000;
}
.black-text h1 {
    color: #000;
}
.half-cap {
    width: 50%;
}
/* generic_end */

/* footer */
#colophon .widget-title {
    font-family: var(--h-fam);
    color: #fff;
    font-weight: 600;
}

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

.section-wrap.footer-widget-area-site-info {
    background-color: #fff;
    color: #000;
}

#colophon.footer-setting-03 {
    padding: 0;
    color: #fff;
    background-color: #3033D0;
    border-top: 0
}
#colophon.footer-setting-03 .less-pad {
    padding: 0;
    margin: 0 0 5px 0;
}

.footer-setting-03 .footer-widget-area-extra {
    display: none
}

.footer-setting-03 .footer-widget-area-site-info .textwidget {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

main+#colophon {
    margin-top: 0;
}

section.section-wrap.footer-widget-area.stom-grid-section {
    position: relative;
}

#colophon.footer-setting-03 .footer-widget-area-site-info.copyright .section {
    padding-top: calc(100vw / 96 + 10px);
    padding-bottom: 10px;
}

section.section-wrap.footer-widget-area.stom-grid-section::after {
    content: '';
    position: absolute;
    bottom: calc(100vw / -96);
    left: 0;
    right: 0;
    height: calc(100vw / 96);
    background: url(/wp-content/uploads/2024/03/monster-bund.png);
    background-repeat: no-repeat;
    background-size: 100vw auto;
    z-index: 10;
}

.stom-some {
    margin-left: auto;
}

/* footer_end */

/* sidebar */

.widget-area .widget .widget-title {
    font-size: var(--h4);
    color: #000;
}
 
/* masthead */

header#masthead .section-wrap {
    margin-inline: 0;
}

*:not(.page-slider-section)+main>.section-wrap:first-child, *:not(.page-slider-section)+main>.stomFEE-edit-cta:first-child+.section-wrap, *:not(.page-slider-section)+main>#content {
    margin-top: calc(var(--gap-l)* 3);
    margin-bottom: var(--gap-m);
}

body:not(.home) .slides {
    height: auto;
}

body.home .page-slider-section .slider-text {
    align-content: unset;
    padding: calc(var(--header-height) + 90px) 0 calc(var(--header-height) + 90px) 0;
}

body:not(.home) .page-slider-section .slider-text {
    align-content: unset;
    padding: calc(var(--header-height) + 90px) 0 0 0;
}

header span.top-bar-ybt {
    display: inline-block;
    background-color: #F5C30F;
    font-weight: 500;
    padding: 15px 25px;
    border-radius: 30px;
}
header .top-bar ul li a {
    color: #fff;
    padding: 15px 25px;
    justify-content: center;
}

.site-header .header-wrapper {
    max-width: calc(2 * var(--gap-m) + var(--content-width));
    padding-inline: var(--gap-s);
}

li#menu-item-981 a {
	padding: 0.7em 0 0.7em 1.5em;
}

header .top-bar .top-bar-left {
    margin-right: 0;
}

header .top-bar ul li:nth-child(1) a {
    background-color: #00A222;
    border-radius: 30px 0 0 30px;
}

.page-id-24 .top-bar ul li:nth-child(1) a {
    text-decoration: underline;
}

header .top-bar {
    line-height: 1;
    font-size: var(--p);
}

header .top-bar ul li:nth-child(2) a {
    background-color: #F87CC5;
}
header .top-bar ul li:nth-child(3) a {
    background-color: #3033D0;
    border-radius: 0 30px 30px 0;
}
header .top-bar ul li:not(:last-child) a:after {
    width: 0;
}
header .top-bar ul li:not(:last-child) a {
    padding-right: 10px;
}
header .top-bar ul li a {
    display: unset;
}
header section.section-wrap.clear.top-bar.has-background {
    background-color: transparent;
}
header#masthead {
    background-color: #fff0;
}
.header-wrapper, #content, .section, footer.site-footer .site-info {
    max-width: calc(var(--content-width) + (2* var(--gap-m)));
}
header.site-header .section-wrap .section {
    padding: 15px 0;
}
.header-sticky-active.scrolled .style-header-02 .section-wrap .section {
    padding: 5px 0;
}
header.style-header-02 .header-wrapper {
    align-items: stretch;
    background-color: #fff;
    border-radius: 30px;
}
header .site-branding #logo img, .site-branding #logo svg {
    max-width: 204px;
}
/* masthead_end */

/* turplan page */

.page-id-974 {
    background-color: #2971d6;
}

/* slider */
.home .page-slider-section.image-pos-center-center .image-aligner img, .page-slider-section .slider-text {
    
}
 .page-slider-section .slider-text-inner {
    width: calc(var(--content-width) + (2* var(--gap-m)));
    margin: calc(-108px + var(--gap-l)) auto 100px auto;
}
.page-slider-section .slider-text-inner .slider-text-inner-wrapper {
    max-width: var(--slider-text-width);
    background: #fff;
    border-radius: 30px
}
.page-slider-section .image-aligner img, .page-slider-section .slide-element video, .page-slider-section .slide-element iframe {
    width: auto;
    height: 100%;
    max-height: 100%;
    min-height: 100%;
    object-fit: cover;
}

.home .page-slider-section .slider-text::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: calc(100vw / 7.77327935223);
    background: url(/wp-content/uploads/2024/03/top-1.png);
    background-repeat: no-repeat;
    background-size: 100vw auto;
    z-index: 10;
}

.home .page-slider-section~main {
    margin-top: 0;
}
.section-wrap.section-fullpage div.section {
    width: calc(var(--content-width) + (2* var(--gap-m)));
    padding: 0 0 var(--gap-m) 0;
}

.home .page-slider-section.main-slider-section {
    font-weight: 500;
    font-size: 24px;
}

.sp .turplaner-grid {
    font-size: 1.125rem;
}


.slider-text .stom-button a {
    display: inline-block;
    background-color: #3033D0;
    color: #fff;
    padding: 30px 20px;
    line-height: 0;
    border-radius: 30px;
    box-shadow: 5px 5px 1px 1px #F4B4CC;
    margin-top: 30px;
    border: 0
}

.slider-text .stom-button a:hover {
    background-color: #171ab6;
}

.hover-active:not(.hover-style-bold) ul.menu a:before {
    background-color: #51409b;
    height: 4px;
}

/* slider_end */

/* the_page */

.sct1 .section {
    margin-top: calc(0px - var(--h1) / 2);
    position: relative;
    z-index: 10;
}

.sct1 .section {
    margin-top: calc(0px - (var(--h1) / 2 * 1 + (100vw / 7.77327935223) / 100));
    position: relative;
    z-index: 10;
}

/* custom turplan grid */

.turplan-link a {
    text-decoration: none;
}

.turplaner-grid {
    padding-top: var(--gap-m);
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    font-weight: 500;
}

.bottom-line {
    height: 1px;
    width: 100%;
    background-color: white;
    grid-column: 1 / -1; /* span across all columns */
}

@media screen and (max-width: 1000px) {
    .turplaner-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr)); /* Single column layout */
    }
}

/* custom turplan grid  */

.sct2 h1 {
    color: #242A9B;
}
.sct3.section-wrap.clear.stom-grid-section {
    margin-top: 0;
}
.sct3 img {
    border-radius: 25px;
    width: 100%;
}
.sct3 p {
    margin: 0 0 0.5em;
}
.sct3 .grid-element .overlay {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    word-break: break-word;
}
.sct3 .flexer {
    display: flex;
}
.sct3 .flexer h3 {
    margin: auto auto auto 0
}
.sct3 .flexer .stom-custom-svg {
    width: 37px;
    margin: auto 0 auto auto;
}
.sct3 .flexer *:last-child {
    margin-bottom: auto;
}
.sct3 .flexer .stom-custom-svg svg {
    margin: auto 0 auto auto;
    width: 37px;
}
.sct3 .flexer .stom-custom-svg svg * {
    fill: #242A9B;
}
.sct4.picture-left.not-fullwidth {
    margin-inline: var(--gap-m);
    margin-top: calc(var(--gap-l)* 2);
}
.sct4 .stom-cols-6 {
    padding-top: 0;
    align-content: flex-start;
    min-height: 700px;
}
.sct4 .stom-picture img {
    border-radius: 25px;
}
.sct4 .stom-button a {
    display: inline-block;
    background-color: #2971D6;
    color: #fff;
    padding: 30px 20px;
    line-height: 0;
    border-radius: 30px;
    margin-top: 30px;
    font-size: calc(var(--p) + 2px);
    border: 0
}
.sct4 .stom-button a:hover {
    background-color: #2951d6;
}
.sct5.stom-billede-sektion .stom-picture {
    margin-right: 90px
}
.sct5.stom-billede-sektion .stom-picture {
    position: absolute;
    width: unset;
    font-size: 0;
    top: 0;
    bottom: 0
}
.sct5.picture-right .stom-cols-6 {
    padding-right: var(--gap-m);
}
.sct5.section-wrap.clear.stom-billede-sektion.picture-right {
    margin-top: calc(var(--gap-l)* 2)
}
.sct6.section.section-wrap.clear.stom-billede-sektion.sub-inherit-color.has-background.picture-left.not-fullwidth {
    padding: 0;
    margin-top: 0;
}
.sct6 .stom-button a:hover {
    display: inline-block;
    background-color: #e6e6e6;
    color: #000000;
    padding: 30px 20px;
    line-height: 0;
    border-radius: 30px;
    margin-top: 0;
    font-size: calc(var(--p) + 2px);
    border: 0;
}
.sct6 .stom-button a {
    display: inline-block;
    background-color: #ffffff;
    color: #000000;
    padding: 30px 20px;
    line-height: 0;
    border-radius: 30px;
    margin-top: 0;
    font-size: calc(var(--p) + 2px);
    border: 0;
}
.sct6.stom-billede-sektion .stom-cols-6 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    min-height: 300px;
    margin: 0;
    padding: var(--gap-s) 0;
    float: none;
}
.sct6.stom-billede-sektion.picture-left .stom-cols-6 {
    margin-left: auto;
    padding-left: 0;
}
.sct6.sub-inherit-color.has-background.picture-left.not-fullwidth {
    margin-top: calc(129px / 2);
    position: relative;
    padding-bottom: var(--gap-m);
}
.sct6.sub-inherit-color.has-background.picture-left.not-fullwidth::before {
    content: '';
    position: absolute;
    top: calc(100vw / -2.74285714286 + 1px);
    left: 0;
    right: 0;
    height: calc(100vw / 2.74285714286);
    background: url(/wp-content/uploads/2024/03/karussel-med-bolge.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}
.sct6.stom-billede-sektion .stom-picture img {
    height: 100%;
    object-fit: cover;
    width: unset
}
.sct7.section.section-wrap.clear.stom-grid-section.sub-inherit-color.has-background {
    margin-top: 0;
}
.sct7.stom-grid-section  .grid-element .overlay {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    word-break: break-word;
}
.sct7 .e1.grid-element.has-background .overlay {
    padding: var(--gap-m) var(--gap-m) var(--gap-m) 0;
}
.sct7 .e2.grid-element.has-background .overlay {
    padding: 0;
}
.sct7.section-wrap.clear.stom-grid-section.sub-inherit-color.has-background {
    margin-top: 0
}


/* the_page_end */


.stomGFAS-container-field .stomGFAS-inner {
	background-color: inherit !important;
	border:0 !important;
	box-shadow: inherit !important;
	-webkit-box-shadow: inherit !important;
}

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


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


/* style goes here */


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


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


/* woocommerce style goes here */


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

.entry-content .grid-container {
    display: inline-block;
    margin-bottom: var(--gap-m);
}

.entry-content .grid-container .grid-element {
	position: relative;
	margin-bottom: 20px;
}

.entry-content .grid-container .grid-element > p:first-of-type {
	position: relative;
	margin: 0;
	line-height: 0;
}

.entry-content .grid-container .grid-element > p:first-of-type:before {
	content:"";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .35);
	border-radius: 10px;
	pointer-events: none;
	transition: var(--transition)
}

.entry-content .grid-container .grid-element:hover > p:first-of-type:before {
	background-color: rgba(0, 0, 0, .4);
}

.entry-content .grid-container .grid-element > p:first-of-type img {
	height: 300px;
	width: 100%;
    object-fit: cover;
	border-radius: 10px;
}

.entry-content .grid-container .grid-element .content {
	position: absolute;
	bottom: 30px;
	left: 20px;
	padding-right: 20px;
	pointer-events: none;
}

.entry-content .grid-container .grid-element .content > h3 {
	margin-bottom: 0;
}

.entry-content .grid-container .grid-element .content > p {
	margin: 0 0 1em;
}

.mere-tekst-wrapper:not(:last-of-type) {
    margin-bottom: 20px;
}

.mere-tekst-wrapper > button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.25em;
    padding: .7em 1em;
}

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

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