.elementor-107 .elementor-element.elementor-element-5fb89ac > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-107 .elementor-element.elementor-element-1b262794 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:25px;}.elementor-107 .elementor-element.elementor-element-1b262794 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-107 .elementor-element.elementor-element-b2fe3c2 .elementor-spacer-inner{height:50px;}.elementor-107 .elementor-element.elementor-element-6bcfc38d{--divider-border-style:solid;--divider-color:#000;--divider-border-width:2px;}.elementor-107 .elementor-element.elementor-element-6bcfc38d > .elementor-widget-container{margin:0px 0px -50px 0px;padding:0px 0px 0px 0px;}.elementor-107 .elementor-element.elementor-element-6bcfc38d .elementor-divider-separator{width:100%;}.elementor-107 .elementor-element.elementor-element-6bcfc38d .elementor-divider{padding-block-start:50px;padding-block-end:50px;}@media(max-width:780px){.elementor-107 .elementor-element.elementor-element-5fb89ac > .elementor-element-populated{margin:0px 0px 30px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-107 .elementor-element.elementor-element-1b262794 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}}/* Start custom CSS for html, class: .elementor-element-10a744e */.nutellapot {
    opacity: 0;
    position: absolute;
    top: -500px;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}
    
.contact-form hr {
    margin-top: 50px;   
    margin-bottom: 50px;
    opacity: 0.3;
}

.contact-form-element input, .contact-form-element select, .contact-form-element textarea {
    width: 100%;
    height: 50px;
    font-size: 17px;
    padding-left: 13px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: siemenssans-roman;
    border: 0;
    margin-top: 8px;
    margin-bottom: 8px;
}

.contact-form-element select {
    -moz-appearance: none; 
    -webkit-appearance: none; 
    appearance: none;
    overflow-wrap: break-word;
    word-break: break-all;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.contact-form-element textarea {
    padding-top: 13px;
    margin-bottom: 0px;
    height: 200px;
}

.userinfo-split div:first-child {
    margin-right: 15px;
}

.userinfo-split div {
    width: 100%;
}

.userinfo-split {
    display: flex;
    justify-content: space-between;
}

.radio-group-contact-form {
    display: flex;
    margin-bottom: 18px;
    width: 100%;
}

.radio-group-contact-form .radio-wrapper {
    margin-right: 15px;
}

.radio-group-contact-form .radio-wrapper input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    z-index: 1;
    margin-left: 7px;
    margin-top: 7px;
}

.radio-group-contact-form .radio-wrapper .sf-label-radio:before {
    content: '';
    background: #fff;
    border-radius: 100%;
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 15px;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
    bottom: 0;
    position: relative;
    top: 5px;
    left: 4px;
}

.radio-group-contact-form .radio-wrapper .sf-input-radio:checked + .sf-label-radio:before {
      background-color: #eb780a;
      box-shadow: inset 0 0 0 4px #fff;
}

.sf-input-checkbox {
    position: absolute;
    opacity: 0;
}

.sf-label-checkbox {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-family: siemenssans-roman;
    font-size: 17px;
}

.sf-label-checkbox:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
}

.sf-input-checkbox:checked + .sf-label-checkbox:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background: #eb780a;
    width: 2px;
    height: 2px;
    box-shadow: 
        2px 0 0 #eb780a,
        4px 0 0 #eb780a,
        4px -2px 0 #eb780a,
        4px -4px 0 #eb780a,
        4px -6px 0 #eb780a,
        4px -8px 0 #eb780a;
    transform: rotate(45deg);
}

.checkbox-wrapper {
    margin-top: 50px;
}

.required-fields-wrapper {
    margin-top: 20px;
}



.contact-form .dropdown-wrapper.custom-selection {
    margin-top: 7px;
}/* End custom CSS */