/*
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: 35px;
    --h2: 35px;
    --h3: 25px;
    --h4: 22px;
    --h5: 16px;
    --h6: 14px;
    --p: 15px;

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

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

    /* colors */
    --color-1: #4c90cd;
    --color-2: #7bbffc;
    --color-bg: #f6f6f6;
    --color-text: black;
    --color-dark: black;
    --color-overlay: rgb(0 0 0 / 45%);

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

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


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


/*======================================================================//
// style.css                                                            //
//======================================================================*/
/* Generisk styling */
.style-header-03 .header-inner {
    margin-top: 20px;
}
.header-sticky-active.scrolled header .site-branding #logo {
    padding: 15px 0;
}
.header-sticky-active.scrolled .style-header-03 .section-wrap .section {
    padding: 5px 0;
}
.header-sticky-active.scrolled header .site-branding #logo svg {
    min-height: 80px;
    max-height: 80px;
}
body #main-content.site-main{
    margin-top: calc( 0px + var(--gap-l));
}
body {
    background: #E4EEF8;
}
#masthead.site-header.style-header-03 {
    background: #E4EEF8;
}
body.home .page-slider-section .image-aligner img {
    max-height: calc(40vh - var(--header-height));
    object-position: 50% 40%;
    border-bottom: 10px solid var(--color-1);
}
.gform_wrapper.gravity-theme .gfield_required {
    color: white;
    display: inline-block;
    font-size: 18.008px;
    padding-left: 0.125em;
}
body .section-wrap.main-section .section {
    padding: 60px;
    background: #e8f3fd;
    border-radius: 40px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
/* END Generisk styling */

/* Progress bar */
body #gf_progressbar_wrapper_1 {
    position: absolute;
    top: -173px;
    width: 100%;
}
body .gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
    background:  #67ce45;
    color: #fff;
}
/* END Progress bar */

/* footer */
body #colophon .copyright {
    position: fixed;
    bottom: 0;
    background: #4C90CD;
    width: 100%;
}

body .cm-repop-element .repop-consent-wrapper {
    position: fixed;
    bottom: 65px;
}
.footer-setting-02 .footer-widget-area .section {
    display: none;
}
.footer-setting-02 .footer-widget-area-site-info .section {
    border-top: none;
}
/* END footer */

body .section-wrap.main-section.stom-lazyload-excluded #gform_confirmation_wrapper_1 {
    height: 341px;
    display: flex;
    justify-content: center;
    align-items: center;
}
body .section-wrap.main-section.stom-lazyload-excluded #gform_confirmation_wrapper_1 #gform_confirmation_message_1 {
    font-size: 28px;
    font-weight: 500;
}

body header#masthead:before {
	content:'';
	position: absolute;
    top: 0;
	left: 0;
	right: 0;
    width: 100%;
	height: 20px;
	margin-bottom: 15px;
	background-color: #4C90CD;
}
body .vis-admin {
	display: none !important;
}
body.stom-admin .vis-admin {
	display: block !important;
}
/* bosch-tilmeldinger */ 
.bosch-tilmeldinger-header {
	padding-top: 30px;
	padding-inline: 30px;
    padding-bottom: 40px;
    background-color: white;
    border-radius: 20px 20px 0 0;
	
}
.bosch-tilmeldinger-input {
	padding-inline: 30px;
	padding-bottom: 40px;
    background-color: white;
    margin-top: -31px;
    border-radius: 0 0 20px 20px;
}
.bosch-tilmeldinger-desc {
	padding-inline: 30px;
	padding-bottom: 40px;
    background-color: white;
    margin-top: -31px;
    border-radius: 0;
}
.bosch-tilmeldinger-desc-header {
	padding-inline: 30px;
	padding-bottom: 40px;
    background-color: white;
    margin-top: -31px;
    border-radius: 0 0 20px 20px;
}
.gfield.bosch-tilmeldinger-radiobtns .ginput_container.ginput_container_radio .gfield_radio {
	padding-inline: 30px;
	padding-bottom: 40px;
    background-color: white;
    margin-top: -31px;
    border-radius: 0 0 20px 20px;
}
.gform_wrapper.gravity-theme .gfield input.medium, .gform_wrapper.gravity-theme .gfield select.medium {
    border: unset;
    border-bottom: 1px solid black;
}
/*======================================================================//
// END style.css                                                        //
//======================================================================*/


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


/* woocommerce style goes here */


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