.elementor-kit-6{--e-global-color-primary:#254331;--e-global-color-secondary:#54595F;--e-global-color-text:#254331;--e-global-color-accent:#61CE70;--e-global-color-26d39a6:#FCF4E7;--e-global-color-056c513:#FAAF3A;--e-global-color-95610dd:#FFFFFF;--e-global-typography-primary-font-family:"venice-blvd";--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.2em;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-26d39a6 );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-primary );font-weight:600;}.elementor-kit-6 h1{font-size:70px;line-height:1.2em;}.elementor-kit-6 h2{font-size:50px;line-height:1.2em;}.elementor-kit-6 h3{font-size:40px;line-height:1.2em;}.elementor-kit-6 h4{font-family:"venice-blvd", Sans-serif;font-size:20px;font-weight:700;line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:0px;--container-default-padding-right:60px;--container-default-padding-bottom:0px;--container-default-padding-left:60px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;--container-default-padding-top:0px;--container-default-padding-right:40px;--container-default-padding-bottom:0px;--container-default-padding-left:40px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-line-height:1.3em;--e-global-typography-text-line-height:1.3em;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-6 h1{font-size:50px;}.elementor-kit-6 h2{font-size:40px;}.elementor-kit-6 h3{font-size:30px;}.elementor-kit-6 h4{line-height:1.3em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:0px;--container-default-padding-right:20px;--container-default-padding-bottom:0px;--container-default-padding-left:20px;}}/* Start custom CSS *//* Bagbillede */

.bagbillede .elementor-widget-image:first-of-type img{
    width: 550px;
    max-width: 100%;
    height: 762px;
    object-fit: cover;
    object-position: center center;
    border-radius: 20px 20px 20px 20px;
}
.bagbillede .elementor-widget-image:nth-of-type(2){
    position: absolute;
}


@media (min-width: 1025px){
    .bagbillede .elementor-widget-image:nth-of-type(2){
    top: 50%;
    transform: translateY(-50%);
    }
}

@media (max-width: 1024px){
    .bagbillede .elementor-widget-image:first-of-type img{
        height: 500px;
    }
    
    
    .bagbillede .elementor-widget-image:nth-of-type(2){
        top: -50px;
    }
}


@media (max-width: 767px){
    .bagbillede .elementor-widget-image:first-of-type img{
        width: 100%;
        max-width: 100%;
        height: 400px;
    }
    .bagbillede .elementor-widget-image:first-of-type{
        width: 90%;
    }
    
    .bagbillede .elementor-widget-image:nth-of-type(2){
        top: -30px;
        width: 80% !important;
        left: 50% !important;
        right: unset !important;
        transform: translateX(-50%) !important;
    }
    .bagbillede .elementor-widget-image:nth-of-type(2) img{
        width: 100%;
        max-width: 100%;
        height: 400px;
    }
}

.elementor-kit-6 .elementor-field-type-submit{
    margin-top: 10px;
}


.elementor-kit-6 input::placeholder, .elementor-kit-6 textarea::placeholder{
    opacity: 1 !important;
}

.flatpickr-monthDropdown-months{
    display: inline-block;
}

/* Removes the native rough design IOS */
.elementor-date-field {
   -webkit-appearance: none;
}


/* Adding placeholder Via Placeholder on before pseudo*/
.elementor-date-field:before {
   content: attr(placeholder);
}


/* Removing placeholder once input field is changed*/
.elementor-date-field.date-selected:before {
   content: "" !important;
}

/* -------- IOS mobile alignment left ---------------- */
input::-webkit-date-and-time-value {
   text-align: left !important;
   width: 100% !important;
   display: block !important;
   position: absolute;
}/* End custom CSS */