/*
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.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/



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

/*==================================//
// Custom properties               //
//================================*/

:root {
    --primary-color: #0c3d5d;
    --secondary-color: #34abfa;
    --border-radius: 1000px;
    --page: 30px;
    --gap: 30px;
    --grey: #f3f3f3;
	--transition: .175s ease-out;
}

.white-text {
    --color-text: #fff;
    --color-dark: #fff;
    color: var(--color-text);
}

/*==================================//
// Main typography                 //
//================================*/

h1,
h2,
h3,
h4,
h5 {
    hyphens: auto;
    text-transform: uppercase;
}

h1 {
    color: var(--primary-color);
    font-weight: 700;
}

body.home #page .page-slider-section .slider-inner .slider-text .slider-text-inner h1 {
    text-transform: uppercase;
    margin: 0;
    font-size: 65px;
}

body.home h1 {
    color: #fff;
}

body.home h1+p {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    line-height: 30px;
    margin-bottom: 25px;
}
body header .main-navigation a, body:not(.woocommerce-cart):not(.woocommerce-checkout):not(.burger-menu) .header-sticky-active.scrolled header #primary-menu > li > a {
    padding: 5px 10px;
    font-size: 14px;
}

h2 {
    font-weight: 700;
    color: var(--primary-color);
}

.front-cards h2 {
    text-align: center;
    margin: 0 0 80px;
}

.front-extra h2 {
    font-size: 40px;
}

h3 {
    font-weight: 700;
}

.front-contact h3 {
    text-align: center;
    color: #fff;
}

h4 {
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: var(--primary-color);
}

h5 {
    font-weight: 700;
    color: var(--primary-color);
}

.custom-body p {
    font-size: 18px;
    color: var(--primary-color);
}

/*==================================//
// Buttons                         //
//================================*/

.btn a,
#main-content input[type="submit"],
#primary-menu>li:last-of-type a {
    min-width: 240px;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: "open-sans", sans-serif;
    font-size: 18px;
    text-transform: initial;
    font-weight: 600;
    border-radius: var(--border-radius);
    transition: background-color .3s ease, border-color .3s ease, border-radius .3s ease, color .3s ease;
    border-width: 2px;
    border-style: solid;
}

.btn-v1 a,
#primary-menu>li:last-of-type a {
    border-color: transparent;
    background-color: var(--secondary-color);
    color: #fff;
}

.btn-v1:hover a,
#primary-menu>li:last-of-type a:hover {
    border-color: var(--primary-color);
    background-color: transparent;
    color: var(--primary-color);
}

.btn-v2 a,
#main-content input[type="submit"] {
    border-color: var(--secondary-color);
    background-color: var(--secondary-color);
    color: #fff;
}

.btn-v2:hover a,
#main-content input[type="submit"]:hover {
    border-color: var(--secondary-color);
    background-color: transparent;
    color: var(--secondary-color);
}


.btn-v3 a {
    border-color: var(--primary-color);
    background-color: transparent;
    color: var(--primary-color);
}

.btn-v3:hover a {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    color: #fff;
}

.front-split .btn,
#main-content input[type="submit"] {
    width: 100%;
}

/*==================================//
// General layout                  //
//================================*/

body:not(.home) #main-content .section a,
.front-extra .section a {
    text-decoration: none;
    font-weight: 700;
    color: var(--secondary-color);
}

.page-margin {
    margin-right: var(--page);
    margin-left: var(--page);
}

#main-content .section-wrap.section-fullpage {
    padding: 0;
}

#main-content .section-wrap.section-fullpage .section {
    max-width: 100%
}

.section-tight {
    margin: var(--gap) 0;
}

.front-contact {
    margin: 180px var(--page) 0;
}

.front-review .section .grid-elements .grid-element .overlay {
    text-align: center;
}

html * {
    scroll-behavior: smooth;
}

iframe.stom_maps_free {
    height: 300px !important;
}

.close-button.devices-toggle {
    z-index: 9;
}

.front-extra .section {
    max-width: 710px;
    margin: calc(var(--gap) * 3) auto;
    text-align: center;
}

/*==================================//
// Header area                     //
//================================*/

header .top-bar .section {
    border: none;
}

header#masthead .top-bar a {
    font-weight: 400;
    font-size: 14px;
    padding: 2px 12px;
}

header#masthead .top-bar .top-bar-left a:first-of-type {
    padding-left: 0;
}

header#masthead .top-bar .top-bar-right a:last-of-type {
    padding-right: 0;
}

header#masthead .top-bar a span {
    margin-right: 4px;
}

#page.scrolled .style-header-1 .menu-container {
    /*padding-bottom: 8px;*/
}

.page-slider-section {
    margin-bottom: 40px;
    
}

.page-slider-section .slider-inner {
	border-bottom: 4px solid var(--primary-color);
}


.page-slider-section .btn {
    margin: 0 30px 15px 0;
}

.page-slider-section .btn:last-of-type {
    margin: 0;
}

body:not(.home) #page .main-slider-section .slider-inner .slick-slider .slick-list {
    height: 400px !important;
}

#primary-menu>li:last-of-type a {
    align-self: center;
    min-width: 120px;
	font-size:14px;
    font-weight: 600;
}

.nav-menu li:hover a {
    color: var(--primary-color);
}

.sub-menu {
    padding: 20px 0;
}

/*==================================//
// Cards                           //
//================================*/

.front-cards .section .grid-elements .grid-element .overlay {
    overflow: hidden;
    padding: 30px;
}

/*==================================//
// Split section                   //
//================================*/

.front-split .section {
    max-width: 100%;
    margin: 0;
    display: grid;
    grid-template-columns: var(--page) 1fr var(--gap) 1fr var(--page);
    grid-template-areas:
        ". left . right .";
}

.front-split.picture-left .stom-cols-6,
.front-split.picture-right .stom-picture,
.front-split.picture-left .stom-picture,
.front-split.picture-right .stom-cols-6 {
    position: relative;
    float: none;
    width: 100%;
}

.front-split.picture-left .stom-cols-6,
.front-split.picture-right .stom-picture {
    grid-area: right;
}

.front-split.picture-left .stom-picture,
.front-split.picture-right .stom-cols-6 {
    grid-area: left;
}

.front-split.picture-left.split-bg .stom-cols-6 {
    background-color: var(--grey);
}

.front-split.picture-left .stom-cols-6,
.front-split.picture-right .stom-cols-6 {
    padding: var(--gap);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.front-split.picture-right .stom-cols-6 {
    align-items: flex-end;
}

.front-split.picture-left .stom-cols-6 .stom-center-box,
.front-split.picture-right .stom-cols-6 .stom-center-box {
    max-width: calc((var(--stom-content-width) / 2) - var(--gap));
    display: block;
}

/*==================================//
// Contact                         //
//================================*/

.front-contact-container {
    position: relative;
    background-color: var(--primary-color);
    border-radius: 18px;
    padding: 90px 45px 45px;
}

.front-contact-container p {
    position: absolute;
    width: 140px;
    height: 140px;
    margin: 0;
    padding: 0;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    overflow: hidden;
	border: 1px solid var(--primary-color);
}

.front-contact .gform_wrapper.gravity-theme .gfield.gfield--width-full {
    grid-column: span 6;
}

.front-contact .gform_wrapper.gravity-theme .gfield_label {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    color: white;
}


.gform_wrapper.gravity-theme .gfield-choice-input+label {
    color: white;
}

.gform_wrapper.gravity-theme .disabled_radio_input {
    opacity: 0.5;
    pointer-events: none;
}

.gform_wrapper.gravity-theme .disabled_radio_input input,
.gform_wrapper.gravity-theme .disabled_radio_input label {
    color: #757575 !important;
    pointer-events: none !important;
}

#gform_wrapper_2 {
    max-width: 840px;
    margin: 0 auto;
}

.front-contact .gform_wrapper.gravity-theme .gform_fields {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(5, 72px);
    grid-template-areas:
        "name name message message"
        "phone phone message message"
        "email email message message"
        "address postal message message"
        "radio radio message message";
    grid-column-gap: 30px;
    grid-row-gap: 0;
}

#main-content .front-contact .form-name {
    grid-area: name;
    grid-column: span 2;
}

#main-content .front-contact .form-phone {
    grid-area: phone;
    grid-column: span 2;
}

#main-content .front-contact .form-email {
    grid-area: email;
    grid-column: span 2;
}

#main-content .front-contact .form-address {
    grid-area: address;
    grid-column: span 1;
}

#main-content .front-contact .form-postal {
    grid-area: postal;
    grid-column: span 1;
}

#main-content .front-contact .form-message {
    grid-area: message;
    grid-column: span 2;
}

#main-content .gform_wrapper.gravity-theme input[type=email],
#main-content .gform_wrapper.gravity-theme input[type=number],
#main-content .gform_wrapper.gravity-theme input[type=password],
#main-content .gform_wrapper.gravity-theme input[type=search],
#main-content .gform_wrapper.gravity-theme input[type=tel],
#main-content .gform_wrapper.gravity-theme input[type=text],
#main-content .gform_wrapper.gravity-theme select,
#main-content .gform_wrapper.gravity-theme textarea {
    padding: 3px 10px;
}

#main-content .front-contact .section .front-contact-container .gform_wrapper form textarea {
    width: 100%;
    height: calc(100% - 6px);
}

.reading-size .overlay {
    max-width: 580px;
}

body:not(.home) #main-content .front-contact {
    margin: 0;
}

.front-contact .gform_wrapper.gravity-theme #field_2_16.gfield.gfield--width-full {
    grid-area: radio;
    padding-bottom: 15px;
}

.front-contact .gform_wrapper.gravity-theme #field_2_16.gfield.gfield--width-full .gfield_radio {
    display: flex;
    flex-wrap: wrap;
}

.front-contact .gform_wrapper.gravity-theme #field_2_16.gfield.gfield--width-full .gfield_radio>div {
    margin-right: 20px;
}

body:not(.stom-gform-legacy) .gform_wrapper .ginput_container_textarea {
    height: calc(100% - 36px);
}


/*==================================//
// Sidebar                         //
//================================*/

/*body:not(.home) main#main-content {
    max-width: var(--stom-content-width);
    display: grid;
    margin: 0 auto;
    grid-template-columns: 1fr 350px;
    padding: 0 var(--page);
    margin-bottom: 40px;
}*/

/*body:not(.home) main#main-content #content {
    display: contents;
}

body:not(.home) main#main-content #primary {
    display: none;
}

body:not(.home) main#main-content aside#secondary {
    grid-column: 2 / 3;
    grid-row: 1 / span 10;
    padding-left: var(--page);
}

body:not(.home) main#main-content section {
    grid-column: 1 / 2;
}

body:not(.home) main#main-content section:first-of-type {
    grid-row: 1 / 2;
}*/

#main-content aside#secondary .custom-overflow-wrapper {
    background-color: #f4f4f4;
}
#main-content aside#secondary .custom-overflow-wrapper .stom-button.btn.btn-v3 a{
    padding: 5px 5px;
    font-size: 16px;
}
#main-content aside#secondary .custom-overflow-wrapper section {
    position: relative;
    background: transparent;
    border: none;
    padding: 40px;
}

#main-content aside#secondary .custom-overflow-wrapper section:after,
#main-content aside#secondary .custom-overflow-wrapper section:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 40px;
    right: 40px;
    height: 1px;
    background-color: var(--primary-color);
}

#main-content aside#secondary .custom-overflow-wrapper section:before {
    bottom: -3px;
}

#main-content aside#secondary .custom-overflow-wrapper section:last-of-type:before,
#main-content aside#secondary .custom-overflow-wrapper section:last-of-type:after {
    display: none;
}



/*==================================//
// Footer area                     //
//================================*/

#colophon {
    background-color: var(--grey);
    color: var(--primary-color);
    padding: 35px 0 0;
}

#colophon .footer-widget-area {
    padding: 0 var(--page);
}

#colophon .widget-title {
    display: block;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    padding: 4px 0;
    margin-bottom: 15px;
}

#colophon .widget-title:before {
    content: "";
    max-width: 240px;
    height: 2px;
    background-color: var(--primary-color);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

#colophon ul,
.widget-layout ul {
    list-style-type: none;
    padding-left: 0;
    font-size: 16px;
}

#colophon ul li,
.widget-layout ul li {
    padding: 4px 0;
}

#colophon ul li a,
.widget-layout ul li a {
    text-decoration: none;
}

#colophon svg path {
    fill: var(--primary-color);
}

#colophon .site-info {
    background-color: #fff;
    color: #000;
    max-width: 100%;
    padding: 8px;
}

#colophon .site-info .copyright {
    float: none;
    width: 100%;
    text-align: center;
    font-size: 16px;
}

#colophon .site-info a {
    text-decoration: none;
    font-weight: 700;
}

#colophon a {
    text-decoration: none;
}

#number-three-sticky-mobile-cta .cta-container .stom-button a {
    font-size: 16px;
}

/*===== Widget 1 =====*/

#colophon .widgets-1 ul,
.widget-layout ul {
    display: grid;
    grid-template-columns: 30px 1fr;
    align-items: center;
}

#colophon .widgets-1 ul li,
.widget-layout ul li {
    grid-column: 2 / 3;
}

#colophon .widgets-1 ul li:last-child,
.widget-layout ul li:last-child {
    display: contents;
}

#colophon .widgets-1 ul li:last-child span:nth-child(1),
.widget-layout ul li:last-child span:nth-child(1) {
    grid-row: 1 / 2;
}

#colophon .widgets-1 ul li:last-child span:nth-child(2),
.widget-layout ul li:last-child span:nth-child(2) {
    grid-row: 4 / 5;
}

#colophon .widgets-1 ul li:last-child span:nth-child(3),
.widget-layout ul li:last-child span:nth-child(3) {
    grid-row: 5 / 6;
}

#colophon .widgets-1 ul li:last-child span:nth-child(4),
.widget-layout ul li:last-child span:nth-child(4) {
    grid-row: 6 / 7;
}

#colophon .widgets-1 ul li:last-child span:nth-child(5),
.widget-layout ul li:last-child span:nth-child(5) {
    grid-row: 7 / 8;
}

/*==================================//
// Anmeld håndværker               //
//================================*/

.flickity-viewport {
    height: 390px !important;
}

.ah-icons img {
    max-width: 50% !important;
}

#ah-type-2-1 .carousel-cell {
    min-height: 0 !important;
}

.ah-body {
    font-size: 15px !important;
    max-height: 70px;
    overflow: visible;
}

.carousel-cell {
    padding: 0 50px;
}

.awards .section p {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.awards .section p img {
    margin: 20px;
}

#main-content .gform_wrapper.gravity-theme input[type=email],
#main-content .gform_wrapper.gravity-theme input[type=number],
#main-content .gform_wrapper.gravity-theme input[type=password],
#main-content .gform_wrapper.gravity-theme input[type=search],
#main-content .gform_wrapper.gravity-theme input[type=tel],
#main-content .gform_wrapper.gravity-theme input[type=text],
#main-content .gform_wrapper.gravity-theme select,
#main-content .gform_wrapper.gravity-theme textarea {
    color: #000;
}

.front-cards.section-wrap .section {
    padding: 50px 0 20px;
}

.front-cards+.front-cards.section-wrap .section {
    padding: 0 0 50px;
}

/* Start beregner form styling */


section.pris-beregner .gform_body.gform-body .totalt_price .ginput_container input[type=number]{
    pointer-events: none !important;
}

section.pris-beregner .gform_body.gform-body {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
    background-color: var(--primary-color);
    border-radius: 18px;
    padding: 45px 45px 45px;
}

section.pris-beregner div.gform_body.gform-body div.gform_fields {
    grid-row-gap: 16px;
    grid-column-gap: 4%;
}

section.pris-beregner .gform_body.gform-body .gform_fields .gfield label,
section.pris-beregner .gform_body.gform-body .gform_fields .gfield,
section.pris-beregner .gform_body.gform-body .gform_fields .gform_fileupload_rules,
section.pris-beregner .gform_body.gform-body .gform_fields .gfield input,
section.pris-beregner .gform_body.gform-body .gform_fields .gfield select,
section.pris-beregner .gform_body.gform-body .gform_fields .gfield .gfield_label,
section.pris-beregner .gform_body.gform-body .gform_fields .gfield .gfield_description {
    color: white;
}

section.pris-beregner .gform_body.gform-body .gform_fields .gfield .gchoice label {
    padding-left: 5px;
    padding-right: 20px;
}

section.pris-beregner .gform_body.gform-body .gform_fields .gfield label .gfield_required:after {
    content: '*';
    padding-left: 2px;
}

section.pris-beregner .gform_body.gform-body .gform_fields .gfield label .gfield_required .gfield_required.gfield_required_text {
    font-size: 0;
}

section.pris-beregner .gform_body.gform-body .gform_fields .gfield.kvadratmeterTotal label {
    width: 100%;
    font-size: 22px;
    grid-column: span 6;
    -ms-grid-column-span: 6;
}
.gform_wrapper.gravity-theme .gfield.gfield--width-full.kvadratmeterTotal {
    display: grid;
    grid-row-gap: 16px;
    grid-column-gap: 4%;
    grid-template-columns: repeat(12,1fr);
    padding-top: 10px;
}
section.pris-beregner .gform_body.gform-body .gform_fields .gfield.kvadratmeterTotal .ginput_container.ginput_container_number {
    grid-column: span 6;
    -ms-grid-column-span: 6;
}

section.pris-beregner .gform_body.gform-body .gform_fields .gfield.kvadratmeterTotal .ginput_container.ginput_container_number input {
    width: 100%;
}

section.pris-beregner .gform_body.gform-body .gform_fields .gfield.kvadratmeterTotal input {
    font-size: 22px;
}
/*
section.pris-beregner .gform_body.gform-body .gform_fields .gfield.kvadratmeterTotal .ginput_container.ginput_container_number:before {
    content: 'kvm';
    color: white;
    padding-left: 10px;
    padding-right: 4px;
    font-size: 12px;
}
*/
section.pris-beregner .gform_body.gform-body .gform_fields .gfield input[type=text] {}

section.pris-beregner .gform_body.gform-body .gform_fields .gfield.totalt_price .ginput_container.ginput_container_number {
    width: auto;
    display: inline-block;
    position: relative;
    bottom: -2px;
    padding-left: 10px;
}

section.pris-beregner .gform_body.gform-body .gform_fields .gfield.totalt_price .ginput_container.ginput_container_number:before {
    content: 'kr. ';
    padding-left: 5px;
    font-size: 12px;
}

section.pris-beregner .gform_body.gform-body .gform_fields .gfield.totalt_price input,
section.pris-beregner .gform_body.gform-body .gform_fields .gfield.totalt_price label,
section.pris-beregner .gform_body.gform-body .gform_fields .gfield.totalt_price input::placeholder {
    background-color: transparent;
    border: none;
    color: white !important;
    font-size: 30px;
    width: auto;
    padding-left: 0 !important;
}

/* END beregner form styling */

.section-wrap.videos .grid-element .overlay {
	padding: 0
}

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

.section-wrap.videos .mejs-container {
    clear: both;
    max-width: 100%;
    width: 100% !important;
}

.mejs-overlay-button {
    height: 100% !important;
    width: 100% !important;
    background: url(https://aalborgnetpuds.dk/wp-content/plugins/wp-rocket/assets/img/youtube.png) no-repeat center !important;
    background-position: unset !important;
    background-color: transparent !important;
    cursor: pointer;
    border: none;
    margin: auto;
    position: absolute;
    top: calc(50% - 45px / 2);
    left: calc(50% - 64px / 2);
}

.mejs-controls {
	display: none !important;
	visibility: hidden !important;
}

/* ny kode - Formular tekst */
.front-contact .gform_wrapper.gravity-theme .gfield.gfield--width-full#field_2_21 {
        display: flex;
    flex-direction: column;
    align-items: start;
    color: white;
    padding-block: 30px;
    max-width: 450px;
}
/*======================================================================//
// END style.css                                                        //
//======================================================================*/





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

/* woocommerce style goes here */

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

/* CSS-tilrettelser d. 06-02-2025 */
header .header-wrapper {
	max-width: 1325px;
	padding-inline: 20px;
}

header .section-wrap .section {
	padding: 8px 20px;
	max-width: 1325px;
}

body:not(.woocommerce-cart):not(.woocommerce-checkout) .header-sticky-active.scrolled header .section-wrap .section {
	padding: 8px 20px;
	font-size: inherit;
}

body:not(.woocommerce-cart):not(.woocommerce-checkout) .header-sticky-active.scrolled header:not(.style-header-4) .site-branding #logo {
	padding: 20px 0;
}

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

.main-navigation li a {
	transition: var(--transition);
}

header .main-navigation a .stom-menu-item-arrow {
	opacity: 1;
	font-size: 12px;
	color: var(--secondary-color);
}

#primary-menu > li.btn-contact {
	margin-left: 20px;
}

#primary-menu li.menu-item-has-children ul.sub-menu {
	padding-block: 0;
}

#primary-menu li.menu-item-has-children:not(.mega-menu) ul.sub-menu li.menu-item a {
	font-size: 13px;
	width: 275px;
}

#primary-menu li.menu-item-has-children ul.sub-menu li.menu-item a .hidden-menu-item {
	justify-content: flex-start;
	padding: 10px 20px;
}

#primary-menu li.menu-item-has-children.mega-menu > ul.sub-menu {
	border-top-color: #34abfa;
	padding-block: 20px;
}

#primary-menu li.menu-item-has-children.mega-menu ul.sub-menu li.menu-item-has-children ul.sub-menu li.menu-item:not(:last-of-type) {
	padding-bottom: 5px;
}

#primary-menu li.menu-item-has-children.mega-menu ul.sub-menu li.menu-item-has-children ul.sub-menu li.menu-item a {
	font-size: 14px;
}

#primary-menu li.menu-item-has-children.mega-menu ul.sub-menu li.menu-item > a .hidden-menu-item {
	justify-content: flex-start;
}

#primary-menu li.menu-item-has-children.mega-menu ul.sub-menu li.menu-item ul.sub-menu li.menu-item a .hidden-menu-item {
	justify-content: flex-start;
}

#primary-menu li.menu-item-has-children.mega-menu ul.sub-menu li.menu-item-has-children > a {
	color: var(--primary-color);
	font-weight: 700;
}

#number-three-sticky-mobile-cta .cta-container .stom-button a {
	background-color: var(--secondary-color);
	color: #fff;
	font-size: 14px;
	text-transform: inherit;
	padding: 14px 5px;
	padding-bottom: calc(14px + (env(safe-area-inset-bottom) / 2));
}

#number-three-sticky-mobile-cta .cta-container .stom-button:not(:last-child) a {
	border-right-color: #fff;
}

.flickity-page-dots {
	position: static !important;
	margin-top: 50px !important;
}

body .h3-look-like-h2 h3{
	    font-size: 29px;
    color: var(--primary-color);
}


/* FAQ */
.section-wrap.clear.faq-section {
    border-radius: 0;   
}

.section-wrap.clear.faq-section .section {
	padding: 0 0;
}

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

.section-wrap.clear.faq-section .section .content > h4 {
    font-weight: 300;
}

.section-wrap.clear.faq-section .section .content > p {
    font-weight: 300;
}

.section-wrap.clear.faq-section .section .faq-content {
	margin-top: 40px;
}

.section-wrap.clear.faq-section .section .faq-content .faq-element {
    cursor: pointer;
    border-bottom: 1px solid #34abfa;
    padding-bottom: 15px;
}

.section-wrap.clear.faq-section .section .faq-content .faq-element:not(:last-of-type) {
    margin-bottom: 15px;
}

.section-wrap.clear.faq-section .section .faq-content .faq-element > .faq-title {
    font-size: 18px;
    font-weight: 700;
    font-family: "work-sans", sans-serif;
	text-transform: inherit;
    margin-bottom: 0;

    display: flex;
    align-items: center;
    justify-content: space-between;
    transition-duration: .175s;
}

.section-wrap.clear.faq-section.has-background .section .faq-content .faq-element > .faq-title {
    color: var(--color-bg);
}

.section-wrap.clear.faq-section .section .faq-content .faq-element:hover > .faq-title {
    color: orange;
}

.section-wrap.clear.faq-section .section .faq-content .faq-element > .faq-title .stom-custom-svg {
    line-height: 0;
    padding-left: 10px;
}

.section-wrap.clear.faq-section .section .faq-content .faq-element > .faq-answer {
    padding-block: 20px;
    padding-right: 40px;
}

.section-wrap.clear.faq-section .section .faq-content .faq-element > .faq-answer > p {
    font-size: 16px;
    line-height: 1.4;
}

.section-wrap.clear.faq-section .section .faq-content .faq-element > .faq-answer > ul li {
    font-size: 16px;
}

.section-wrap.clear.faq-section .section .faq-content .faq-element > .faq-answer > ul li:not(:last-of-type) {
    margin-bottom: 5px;
}

.section-wrap.clear.faq-section .section .faq-content .faq-element > .faq-answer > ul li strong {
    font-weight: 600;
}

.section-wrap.clear.faq-section .section .faq-content .faq-element > .faq-answer > h2,
.section-wrap.clear.faq-section .section .faq-content .faq-element > .faq-answer > h3 {
    margin-bottom: 5px;
}

.section-wrap.clear.faq-section .section .faq-content .faq-element > .faq-answer > h2 {
    font-size: 28px;
}

.section-wrap.clear.faq-section .section .faq-content .faq-element > .faq-answer > h3 {
    font-size: 20px;
    margin-top: 25px;
}

div.by-liste {
	background-color: #f4f4f4;
	padding: 40px;
	margin-bottom: 2em;
}

div.by-liste > ul {
	column-count: 2;
}



#site-navigation .menu-container ul.menu li.hide-link-dt {
	display: none;
}


body:not(.home) .page-slider-section .slide-element {
	position: relative;
}

body:not(.home) .page-slider-section .slide-element:before {
	content:"";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .4);
	pointer-events: none;
	z-index: 2;
}

body:not(.home) .page-slider-section .slider-text-inner {
	max-width: 950px;
}

body:not(.home) .page-slider-section .slider-text-inner .white-text > h1 {
	color: #fff;
	margin-bottom: 5px;
}

.section-wrap.clear.usp-section {
	background-color: #f4f4f4;
	border-bottom: 1px solid var(--primary-color);
}

.section-wrap.clear.usp-section .section {
	padding-block: 30px;
}

.section-wrap.clear.usp-section .section .usp-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
}

.section-wrap.clear.usp-section .section .usp-container .element {
	color: var(--primary-color);
	font-size: 14px;
	font-weight: 700;
}

.section-wrap.clear.usp-section .section .usp-container .element .stom-custom-svg {
	color: #248340;
	line-height: 0;
}

.usp-list ul {
	display: flex;
	align-items: flex-start;
	gap: 5px;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 30px;
}

.usp-list ul li {
	list-style-type: none;
	background-color: #fff;
	border-radius: 4px;
	padding: 5px 10px;
	font-weight: 600;
	color: var(--primary-color);
	display: flex;
	align-items: center;
	gap: 5px;
}

.usp-list ul li .stom-custom-svg {
	color: #248340;
	line-height: 0;
}


.underside .picture-text-section-1{
    padding-block-end: 90px;
}

.underside .picture-text-section-2,
.underside .picture-text-section-5,
.underside .picture-text-section-3,
.underside .faq,
.underside .picture-text-section-4{
    padding-block: 90px !important;
}

.underside .picture-text-section-1 .section {
    justify-content: flex-start !important;
    gap: 47px !important;
    align-items: center;
}

.underside .step-1,
.underside .step-2,
.underside .step-3 {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
}

.underside .step-1 > p:first-child,
.underside .step-2 > p:first-child,
.underside .step-3 > p:first-child {
    flex-shrink: 0;
    margin: 0;
    font-size: 25px;
}

.underside .step-1 img,
.underside .step-2 img,
.underside .step-3 img {
    width: 100%;
    height: auto;
    display: block;
}

.underside .step-1 span,
.underside .step-2 span,
.underside .step-3 span {
    flex: 1;
    max-width: 400px;
}

.underside .step-1 span p,
.underside .step-2 span p,
.underside .step-3 span p {
    margin: 0 0 10px 0;
    font-size: 18px;
}

.underside .picture-text-section-1 .section{
    padding-top: 0;
}

.underside .picture-text-section-5 .section .stom-center-box{
    color: #fff !important;
}

.underside .picture-text-section-5 .section .stom-center-box h2{
    color: #fff !important;
    font-size: 40px;
}

.underside .picture-text-section-5 .section .stom-center-box p,
.underside .picture-text-section-5 .section .stom-center-box ul{
    font-size: 18px;
}

.underside .picture-text-section-5 .stom-picture{
    height: 700px !important;
}

.underside .picture-text-section-1 .section .stom-center-box .stom-button a strong,
.underside .picture-text-section-3 .section .stom-center-box .stom-button a,
.underside .picture-text-section-4 .section .stom-center-box .stom-button a,
.underside .picture-text-section-5 .section .stom-center-box .stom-button a,
.underside .gallery-section .section .stom-button a,
.underside .text-section-3 .section .stom-button a,
.underside .text-section-1 .section .anmeldelser .stom-button a{
    color: #fff !important;
}

.underside .picture-text-section-1 .stom-picture.stom-lazyload-excluded,
.underside .picture-text-section-2 .stom-picture,
.underside .picture-text-section-3 .stom-picture,
.underside .picture-text-section-4 .stom-picture{
    border-radius: 10px;
}

.underside .text-section-1 .section,
.underside .text-section-2 .section,
.underside .text-section-3 .section{
    color: #fff;
}

.underside .text-section-1 .section h2,
.underside .text-section-2 .section h2,
.underside .text-section-3 .section h2{
    color: #fff !important
}

.underside .text-section-2 .section > h2:last-of-type{
    padding-top: 36px;
}

.underside .picture-text-section-4 .section{
    padding-top: 0;
}

.underside .gallery-section .section span,
.underside .gallery-section .section h2{
    display: flex;
    align-items: center;
    justify-content: center;
}

.underside .picture-text-section-1 .section{
    display: flex;
    gap: 67px !important;
    align-items: center;
}

.underside .picture-text-section-2 .section,
.underside .picture-text-section-3 .section,
.underside .picture-text-section-4 .section{
    display: flex !important;
    gap: 60px !important;
    align-items: center;
}

.underside .picture-text-section-2.picture-left .section,
.underside .picture-text-section-3.picture-left .section,
.underside .picture-text-section-4.picture-left .section{
    flex-direction: row-reverse;
}

.underside .picture-text-section-2.picture-right .section,
.underside .picture-text-section-3.picture-right .section,
.underside .picture-text-section-4.picture-right .section{
    flex-direction: row;
}

.underside .picture-text-section-2 .stom-cols-6,
.underside .picture-text-section-3 .stom-cols-6,
.underside .picture-text-section-4 .stom-cols-6{
    height: auto !important;
}

.underside .picture-text-section-2 .stom-picture,
.underside .picture-text-section-3 .stom-picture{
    height: auto !important;
}

.underside .picture-text-section-1 .section h2,
.underside .picture-text-section-2 .section h2,
.underside .picture-text-section-3 .section h2,
.underside .picture-text-section-4 .section h2{
    font-size: 40px;
    text-transform: none;
}

.underside .picture-text-section-1 .section::after,
.underside .picture-text-section-2 .section::after,
.underside .picture-text-section-3 .section::after,
.underside .picture-text-section-4 .section::after {
    display: none !important;
}

.underside .gallery {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px !important;
}

.underside .gallery .gallery-item {
    margin: 0 !important;
}

.underside .gallery .gallery-item img{
    border-radius: 10px;
}

.underside .gallery .gallery-icon {
    width: 100% !important;
    height: 300px !important;
    overflow: hidden;
}

.underside .gallery .gallery-icon img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}

.underside .spørgsmål .mere-tekst-wrapper .button.fold-ud {
    font-size: 18px;
    font-weight: 700;
    font-family: "work-sans", sans-serif;
    text-transform: inherit;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition-duration: .175s;
    border: none;
    border-bottom: 1px solid #34abfa;
    padding: 20px 0;
    width: 100%;
    background: transparent;
    cursor: pointer;
}

.underside .spørgsmål .mere-tekst-wrapper .button.fold-ud strong {
    text-align: left;
    flex: 1;
}

.underside .spørgsmål .mere-tekst-wrapper .button.fold-ud .stom-custom-svg {
    margin-left: 15px;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #34abfa;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #34abfa;
    font-size: 14px;
}

.underside .spørgsmål .mere-tekst-wrapper .mere-tekst {
    padding: 15px 0;
}

.underside .faq .section {
    display: flex !important;
    gap: 60px !important;
    align-items: center;
}

.underside .faq .section .stom-picture{
    border-radius: 10px;
}

.underside .main-slider-section {
    position: relative;
}

.underside .main-slider-section .slider-inner {
    position: relative;
    padding-bottom: 90px;
}

.underside .main-slider-section .slides,
.underside .main-slider-section .slick-list,
.underside .main-slider-section .slide-element {
    height: 420px !important;
}

.underside .main-slider-section .slider-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    color: #fff;
}

.underside .main-slider-section .slider-svg {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    background-color: #0E3D5D;
    padding: 30px 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 60px;
}

.underside .main-slider-section .slider-svg p {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #fff;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}

.underside .main-slider-section .slider-svg img {
    width: 50px;
    height: 50px;
    filter: brightness(0) invert(1);
}

.underside .slider-text-inner{
    padding-bottom: 90px;
}

.underside .slider-text-inner h1{
    font-size: 40px;
    color: #fff;
}

.underside .slider-text-inner p:first-of-type{
    font-size: 22px;
}

.underside .stom-button.btn.btn-v1:hover{
    border-color: var(--primary-color);
    background-color: transparent;
    color: var(--primary-color) !important;
}

.underside .picture-text-section-1 .section .stom-cols-6 .stom-center-box .stom-button a{
    color: #fff !important;
}

.underside .picture-text-section-3 .section .stom-cols-6 .stom-center-box .stom-button:hover a,
.underside .picture-text-section-1 .section .stom-cols-6 .stom-center-box .stom-button:hover a,
.underside .picture-text-section-4 .section .stom-cols-6 .stom-center-box .stom-button:hover a,
.underside .gallery-section .section .stom-button:hover a{
    color: var(--primary-color) !important;
}

.underside .text-section-3 .section .stom-button.btn.btn-v1:hover a,
.underside .picture-text-section-5 .section .stom-cols-6 .stom-center-box .stom-button:hover a{
    border-color: #fff !important;
    background-color: transparent !important; 
    color: #fff !important;
}

.underside .stom-button.btn.btn-v1 a{
    gap: 20px;
}

/* ANMELDELSER - UNDERSIDE (2 slides) */
.underside #ah-type-2-1 {
    width: 100% !important;
}

.underside .ah-type-2-1carousel-ah.flickity-enabled {
    width: 100% !important;
}

.underside .ah-type-2-1carousel-ah.flickity-enabled .flickity-viewport {
    overflow: hidden !important;
    width: 100% !important;
}

.underside .ah-type-2-1carousel-ah.flickity-enabled .carousel-cell {
    width: calc(50% - 20px) !important;
    min-width: calc(50% - 20px) !important;
    max-width: calc(50% - 20px) !important;
    margin-right: 40px !important;
}

.underside .section-wrap.clear.stom-grid-section.front-review.section-tight{
    display: none;
}

.underside .text-section-1 .section {
    margin-inline: 0 !important;
    max-width: 1140px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: flex !important;
    gap: 40px !important;
    align-items: center !important;
}

.underside .text-section-1 .section .anmeldelser {
    flex: 0 0 40% !important;
    text-align: left !important;
}

.underside .text-section-1 .section #ah-type-2-1 {
    flex: 1 !important;
}

.underside .text-section-1 .section script,
.underside .text-section-1 .section > p:empty {
    display: none !important;
}

.underside .text-section-1 .ah-type-2-1carousel-ah.flickity-enabled .carousel-cell {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
}

.underside .text-section-1 .ah-type-2-1carousel-ah.flickity-enabled .flickity-viewport {
    overflow: hidden !important;
}

.underside .ah-type-2-1carousel-ah:not(.flickity-enabled) {
    display: none !important;
}
@media (max-width: 768px) {
    .text-section-1 .section {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
    
    .text-section-1 .section .anmeldelser {
        flex: 1 !important;
    }
}


.underside h1{
    font-size: 40px;
}

.underside .slider-text-inner p:first-of-type{
    font-size: 18px;
}

body.underside #main-content .section a {
    color: #fff !important;
}

body.underside .page-slider-section .slider-text-inner{
    width: auto;
    max-width: 1200px;
}

body.underside #main-content .picture-text-section-3 .section p a,
body.underside #main-content .picture-text-section-2 .section p a,
body.underside #main-content .faq  .section p a{
    color: var(--secondary-color) !important;
}


/* Prisberegner - NY inkl. Gravity Perks */
.section-wrap.clear.calculator-section {
	padding-block: 90px;
}

.section-wrap.clear.calculator-section .section {
	background-color: #fff;
	border-radius: 10px;
	padding: 60px;
	max-width: 1200px;
}

.section-wrap.clear.calculator-section .section .header {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: flex-end;
	column-gap: 70px;
	border-bottom: 1px solid #0E3D5D;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.section-wrap.clear.calculator-section .section .header > h2 {
	font-size: 40px;
	font-weight: 600;
	text-transform: inherit;
	margin-bottom: 0;
}

.section-wrap.clear.calculator-section .section .header > p {
	color: #0E3D5D;
}

.gform_wrapper.custom-calculator_wrapper {
	/*
	background-color: #fff;
	border-radius: 10px;
	padding: 60px;
	*/
}

.gform_wrapper.custom-calculator_wrapper form .gform_body {
	margin-bottom: 20px;
}

.gform_wrapper.custom-calculator_wrapper form .gf_page_steps {
	padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.gform_wrapper.custom-calculator_wrapper form .gf_page_steps .gf_step {
	margin-right: 10px;
	margin-top: 30px;
	margin-bottom: 0;
}

.gform_wrapper.custom-calculator_wrapper form .gf_page_steps .gf_step .gf_step_number {
	overflow: hidden;
	border-width: 1px;
	color: #34ABFA;
	border-radius: 5px;
	border-color: #34ABFA;
	width: 30px;
	height: 30px;
}

.gform_wrapper.custom-calculator_wrapper form .gf_page_steps .gf_step .gf_step_label {
	position: absolute;
	top: 0;
	left: -10px;
	padding: 0;
	color: #0E3D5D;
	padding-left: 10px;
}

.gform_wrapper.custom-calculator_wrapper form .gf_page_steps .gf_step.gf_step_active .gf_step_number {
	color: #fff;
	background-color: #34ABFA;
}

.gform_wrapper.custom-calculator_wrapper form .gf_page_steps .gf_step:not(.gf_step_active) .gf_step_label {
	display: none;
}

.gform_wrapper.custom-calculator_wrapper form .gf_page_steps .gf_step.gf_step_completed .gf_step_number {
	border-color: #32cd32;
}

.gform_wrapper.custom-calculator_wrapper form .gf_page_steps .gf_step.gf_step_completed .gf_step_number:before {
	top: -1px;
	left: -1px;
	background-color: #32cd32;
	border: none;
	width: 30px;
	height: 30px;
	border-radius: 5px;
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_page {
	border: 1px solid #DEDEDE;
	border-radius: 10px;
	padding: 30px;
	min-height: 450px;
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_page .gform_page_footer {
	margin: 40px 0 0 !important;
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_page .gform_page_footer .button {
	border-radius: 5px;
	text-transform: inherit;
	background-color: #34ABFA;
	border-color: #34ABFA;
	color: #fff;
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_page .gform_page_footer .gform_previous_button {
	background-color: #fff;
	color: #34ABFA;
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_page .gform_page_footer .gform_next_button {
	
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_page .gform_page_footer .gform_next_button:hover {
	color: #fff;
	background-color: #3e8abd;
	border-color: #3e8abd;
}

#main-content .gform_wrapper.custom-calculator_wrapper form .gform_body .gform_page .gform_page_footer > input[type="submit"].gform_button {
	position: absolute;
    right: 0;
    bottom: 0;
	font-size: 16px;
	border-radius: 0 0 5px 0;
	min-width: 160px;
	width: auto;
	border: none;
}

#main-content .gform_wrapper.custom-calculator_wrapper form .gform_body .gform_page .gform_page_footer > input[type="submit"].gform_button:hover {
	color: #fff;
	background-color: #3e8abd;
}

/* Fields */
.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_fields .gfield.add-margin-top {
	margin-top: 10px;
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_fields .ginput_container label {
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 20px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.25;
	color: #0E3D5D;
	max-width: 100%;
	width: 100%;
	height: 100%;
	padding-left: 20px;
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_fields .gfield:not(.col-2) .ginput_container_radio label {
	padding-left: 5px;
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_fields .gfield.value-container {
	justify-self: end;
	border-radius: 5px;
	background-color: #CDDEFF;
	transform: translate(20px, -20px);
	padding: 5px 10px;
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_fields .gfield.value-container .gfield_label {
	font-size: 14px;
	margin-bottom: 0;
	margin-right: .25em;
	display: inline-block;
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_fields .gfield.value-container .ginput_container {
	margin-top: 0;
	display: inline-block;
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_fields .gfield.value-container .ginput_container input[readonly="readonly"] {
	pointer-events: none;
	width: auto;
    max-width: 100%;
	border: none;
	height: auto !important;
	font-size: 14px;
	background-color: transparent;
	padding: 0 !important;
	color: #0E3D5D !important;
	transition: width 0.3s ease;
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_fields .gfield .ginput_container label > img {
	max-width: 130px;
	max-height: 90px;
	border-radius: 5px;
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_fields .gfield .ginput_container {
	margin-top: 10px;
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_fields .gfield .ginput_container .gfield_checkbox,
.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_fields .gfield .ginput_container .gfield_radio {
	display: grid;
	grid-gap: 20px;
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_fields .gfield.no-image .ginput_container label {
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_fields .gfield.no-image .ginput_container label > .grey {
	display: block;
	font-size: 14px;
	font-weight: 300;
	color: #848484;
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_fields .gfield.col-2 .ginput_container .gfield_checkbox,
.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_fields .gfield.col-2 .ginput_container .gfield_radio {
	grid-template-columns: repeat(2, 1fr);
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_fields .gfield.col-3 .ginput_container .gfield_checkbox {
	grid-template-columns: repeat(3, 1fr);
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_fields .gfield.col-3 .ginput_container label > img {
	max-width: 110px;
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_fields .gfield.col-4 .ginput_container .gfield_checkbox {
	grid-template-columns: repeat(4, 1fr);
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_fields .ginput_container .gfield_checkbox .gchoice,
.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_fields .gfield.col-2 .ginput_container .gfield_radio .gchoice {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	/*padding: 20px;*/
	border: 1px solid #DEDEDE;
	border-radius: 5px;
	transition: var(--transition);
	
	min-height: 130px;
	max-height: 130px;
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_fields .ginput_container .gfield_checkbox .gchoice:hover,
.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_fields .gfield.col-2 .ginput_container .gfield_radio .gchoice:hover {
	border-color: #34ABFA;
	/*box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;*/
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_fields .ginput_container .gfield_checkbox .gchoice .gfield-choice-input,
.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_fields .gfield.col-2 .ginput_container .gfield_radio .gchoice .gfield-choice-input {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	/*accent-color: #34abfa;*/
}

/*
.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_fields .gfield .ginput_container .gfield_radio .gchoice .gfield-choice-input {
	appearance: none;
    -webkit-appearance: none;
    min-width: 20px;
    height: 20px;
    border: 1px solid #767676;
    border-radius: 2px;
    cursor: pointer;
    position: relative;
}
*/

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_fields .gfield .gfield_label {
	font-size: 30px;
	color: #0E3D5D;
	margin-bottom: 2px;
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_fields .gfield .gfield_description {
	color: #0E3D5D;
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_fields #field_4_6 .gfield_label {
	position: relative;
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_fields #field_4_6 .gfield_label:after {
	display: block;
    content: 'Det behøver ikke være præcist. Vælg det, der kommer tættest på.';
    font-size: 15px;
    font-weight: 400;
    margin-top: 5px;
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_fields .gfield .ginput_container_gps_slider {
	border: 1px solid #DEDEDE;
    border-radius: 10px;
    padding: 30px;
    margin-top: 20px;
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_fields .gfield .ginput_container_gps_slider .gps-slider__value-display {
	margin-top: 30px;
    font-size: 40px;
    font-weight: 700;
    color: #0E3D5D;
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_fields .gfield .ginput_container_gps_slider .gps-slider .gps-slider__track {
	background-color: #CDDEFF;
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_fields .gfield .ginput_container_gps_slider .gps-slider .gps-slider__fill {
	background-color: #34ABFA;
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_fields .gfield .ginput_container_gps_slider .gps-slider .gps-slider__handles .gps-slider__handle {
	border-color: #34ABFA;
	background-color: #34ABFA;
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_fields .gfield .ginput_container_gps_slider .gps-slider .gps-slider__handles .gps-slider__handle .gps-slider__tooltip {
	background-color: #34ABFA;
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_fields .gfield.horizontal > .gfield_label {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 0;
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_fields .gfield.horizontal .ginput_container .gfield_radio {
	display: flex;
	column-gap: 15px;
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_fields .gfield.horizontal .ginput_container .gfield_radio .gchoice {
	display: flex;
	column-gap: 5px;
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_fields .gfield.horizontal .ginput_container .gfield_radio .gchoice label {
	font-weight: 400;
	color: #848484;
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_page:last-child .gform_fields {
	grid-column-gap: 11px;
	grid-row-gap: 11px;
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_page:last-child .gform_fields .gfield .ginput_container {
	margin-top: 0;
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_page:last-child .gform_fields .gfield .ginput_container > * {
	font-size: 15px;
	border-radius: 5px;
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_page:last-child .gform_fields .gfield .ginput_container > *::placeholder {
	font-size: 15px;
	font-weight: 400;
	color: #0E3D5D;
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_page:last-child .gform_fields .gfield .ginput_container > input {
	height: 41px;
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_page:last-child .gform_fields .gfield .ginput_container > textarea {
	height: 90px;
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_fields .gfield .ginput_container_fileupload {
	border-bottom: 1px solid #DEDEDE;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_fields .gfield .ginput_container_fileupload .gform_fileupload_multifile .gpfup .gpfup__droparea {
	background-color: #CDDEFF;
	border-radius: 5px;
	border: none;
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_fields .gfield .ginput_container_fileupload .gform_fileupload_multifile .gpfup .gpfup__droparea div {
	flex-direction: column;
	gap: 8px;
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_fields .gfield .ginput_container_fileupload .gform_fileupload_multifile .gpfup .gpfup__droparea div span:not(.gpfup__select-files-container) {
	font-size: 14px;
	color: #0E3D5D;
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_fields .gfield .ginput_container_fileupload .gform_fileupload_multifile .gpfup .gpfup__droparea .gpfup__select-files-container .gpfup__select-files {
	border: none;
    background-color: transparent;
    text-transform: inherit;
	padding: 0;
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_fields .gfield .ginput_container_fileupload .gform_fileupload_multifile .gpfup .gpfup__droparea .gpfup__select-files-container .gpfup__select-files:hover {
	color: #34abfa;
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_fields .gfield.total-price {
	margin-top: 10px;
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_fields .gfield.total-price > .gfield_label {
	display: block;
	font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_fields .gfield.total-price .ginput_container {
	display: inline-block;
	max-width: 170px;
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_fields .gfield.total-price > .vejledende-pris {
	display: inline-block;
	font-size: 15px;
	color: #848484;
	transform: translateY(-2px);
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_fields .gfield.total-price > .vejledende-pris + .gfield_description {
	padding-top: 0;
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_fields .gfield.total-price .ginput_container > input {
	border: none;
    padding: 0 !important;
    height: auto !important;
    color: #0E3D5D !important;
    font-weight: 700;
    font-size: 30px !important;
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_fields .gfield.total-price .ginput_container > .gfield_description {
	padding-top: 0;
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_fields .gfield.total-price .ginput_container > input:focus-visible,
.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_fields .gfield.value-field .ginput_container > input:focus-visible {
	outline: none;
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_fields .gfield.value-field {
	border: 1px solid #DEDEDE;
	border-radius: 5px;
	min-height: 95px;
    max-height: 95px;
	padding: 14px 20px;
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_fields .gfield.value-field > .gfield_label {
	font-size: 16px;
    font-weight: 600;
	margin-bottom: 0;
	padding-left: 40px;
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_fields .gfield.value-field .ginput_container {
	line-height: 1.25;
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_fields .gfield.value-field .ginput_container > input {
	color: #848484 !important;
	border: none;
    padding: 0 0 0 40px !important;
    height: auto !important;
    font-weight: 400;
    font-size: 14px;
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_fields .gfield.value-field .ginput_container {
	position: relative;
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_fields .gfield.value-field .ginput_container:before {
	content: '';
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-65%);
    width: 26px;
    height: 30px;
    background-image: url('images/value-1.svg');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_fields #field_4_35.value-field .ginput_container:before {
	background-image: url('images/value-2.svg');
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_fields #field_4_37.value-field .ginput_container:before {
	background-image: url('images/value-3.svg');
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gform_fields #field_4_36.value-field .ginput_container:before {
	background-image: url('images/value-4.svg');
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gfield.gsection {
	border-bottom: none;
	padding-bottom: 0;
	padding-right: 0;
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gfield.gsection .gsection_title {
	text-transform: inherit;
    font-size: 30px;
	font-weight: 600;
    color: #0E3D5D;
	margin-bottom: 5px;
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gfield.gsection.small {
	border-top: 1px solid #DEDEDE;
    padding-top: 20px;
    margin-top: 12px;
}

.gform_wrapper.custom-calculator_wrapper form .gform_body .gfield.gsection.small .gsection_title {
	font-size: 20px;
	margin-bottom: 5px;
}









