.elementor-kit-10{--e-global-color-primary:#0085C0;--e-global-color-secondary:#DDDDDD;--e-global-color-text:#222222;--e-global-color-accent:#FFFFFF;--e-global-color-b6dca7e:#E9E9E9;--e-global-color-b47aa05:#FFFFFF00;--e-global-color-89e0fca:#DDF4FF;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Lora";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 a{color:var( --e-global-color-text );font-size:16px;}.elementor-kit-10 a:hover{color:var( --e-global-color-primary );}.elementor-kit-10 h1{color:var( --e-global-color-text );font-family:"Montserrat", Sans-serif;font-size:96px;font-weight:300;}.elementor-kit-10 h2{color:var( --e-global-color-text );font-family:"Montserrat", Sans-serif;font-size:72px;font-weight:300;}.elementor-kit-10 h3{color:var( --e-global-color-text );}.elementor-kit-10 h4{color:var( --e-global-color-text );}.elementor-kit-10 h5{color:var( --e-global-color-text );}.elementor-kit-10 h6{color:var( --e-global-color-text );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*** HOVER BUTTON ***/
.mainButton a {
    padding: 10px 20px;
    color: #0085C0;
    position: relative;
    transition: color 0.3s ease, transform 0.3s ease, font-weight 0.3s ease;
}
.mainButton a::before, .mainButton a::after {
    content: '';
    position: absolute;
    border: 2px solid #0085C0;
    border-radius: 0px;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease;
}
.mainButton a::before {
    top: 0;
    left: 0;
    border-top-width: 2px;
    border-left-width: 2px;
    border-right: none;
    border-bottom: none;
}
.mainButton a::after {
    bottom: 0;
    right: 0;
    border-bottom-width: 2px;
    border-right-width: 2px;
    border-left: none;
    border-top: none;
}
.mainButton a:hover::before {
    width: 0;
    height: 0;
}
.mainButton a:hover::after {
    width: 0;
    height: 0;
}
.mainButton a:hover {
    transform: scale(1.05);
}
.mainButton a span {
    transition: font-weight 0.3s ease;
}
.mainButton a:hover span {
    font-weight: 700;
}

/** Formulare **/
.dsgText {
    font-size: 12px !important;
}
span.elementor-field-option {
    display: flex !important;
    gap: 5px;
    align-items: flex-end;
}/* End custom CSS */