.elementor-21868 .elementor-element.elementor-element-1402d8d .elementor-spacer-inner{height:25px;}.elementor-21868 .elementor-element.elementor-element-e595277 .elementor-spacer-inner{height:25px;}.elementor-21868 .elementor-element.elementor-element-e6e16fe{--divider-border-style:solid;--divider-color:#000;--divider-border-width:2px;}.elementor-21868 .elementor-element.elementor-element-e6e16fe > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-21868 .elementor-element.elementor-element-e6e16fe .elementor-divider-separator{width:100%;}.elementor-21868 .elementor-element.elementor-element-e6e16fe .elementor-divider{padding-block-start:50px;padding-block-end:50px;}.elementor-21868 .elementor-element.elementor-element-275273d9 .elementor-spacer-inner{height:25px;}.elementor-21868 .elementor-element.elementor-element-1689dda > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-21868 .elementor-element.elementor-element-1689dda > .elementor-element-populated{margin:0px 14px 0px 0px;--e-column-margin-right:14px;--e-column-margin-left:0px;}.elementor-21868 .elementor-element.elementor-element-14c16ab2 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-21868 .elementor-element.elementor-element-14c16ab2 > .elementor-element-populated{margin:0px 7px 0px 7px;--e-column-margin-right:7px;--e-column-margin-left:7px;}.elementor-21868 .elementor-element.elementor-element-23941268 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-21868 .elementor-element.elementor-element-23941268 > .elementor-element-populated{margin:0px 0px 0px 14px;--e-column-margin-right:0px;--e-column-margin-left:14px;}.elementor-21868 .elementor-element.elementor-element-4e48432 .elementor-spacer-inner{height:25px;}.elementor-21868 .elementor-element.elementor-element-5a30bfee .elementor-icon-list-icon i{transition:color 0.3s;}.elementor-21868 .elementor-element.elementor-element-5a30bfee .elementor-icon-list-icon svg{transition:fill 0.3s;}.elementor-21868 .elementor-element.elementor-element-5a30bfee{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-21868 .elementor-element.elementor-element-5a30bfee .elementor-icon-list-text{transition:color 0.3s;}.elementor-21868 .elementor-element.elementor-element-af641b9 .elementor-spacer-inner{height:60px;}@media(max-width:1024px){.elementor-21868 .elementor-element.elementor-element-1689dda > .elementor-element-populated{margin:0px 0px 30px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-21868 .elementor-element.elementor-element-14c16ab2 > .elementor-element-populated{margin:0px 0px 30px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-21868 .elementor-element.elementor-element-23941268 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}}@media(max-width:1024px) and (min-width:781px){.elementor-21868 .elementor-element.elementor-element-1689dda{width:100%;}.elementor-21868 .elementor-element.elementor-element-14c16ab2{width:100%;}.elementor-21868 .elementor-element.elementor-element-23941268{width:100%;}}/* Start custom CSS for html, class: .elementor-element-5859636 */#press-form {
    max-width: 600px;
}


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

.required-fields {
    font-family: SiemensSans-Bold;
    font-size: 14px;
}

.dropdown-wrapper {
    width: 100%;
}

.dropdown-wrapper label {
    font-size: 17px;
}

.dropdown-wrapper select, .userinfo-split input, .userinfo-split 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;
}

.dropdown-wrapper.custom-selection {
    margin-top: 7px;
}

.dropdown-wrapper 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;
}

.userinfo-split textarea {
    height: 175px;
}

.userinfo-split div:first-child, .userinfo-split input:first-child {
    margin-right: 15px;
    width: 100%;
}

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

.split-single input:first-child {
    margin-right: 0;
}

.split-single textarea:first-child {
    margin-right: 0;
    padding-top: 13px;
}

.input-wrapper {
    margin-top: 28px;
    width: 100%;
}

.radio-group-horizontal {
    display: flex;
    margin-top: 18px;
    width: 100%;
}

.radio-group-horizontal .label-wrapper, .radio-group-vertical .label-wrapper, .checkbox-wrapper .label-wrapper {
    display: flex;
    margin-right: 15px;
}

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

.radio-group-horizontal input[type="radio"], .radio-group-vertical input[type="radio"] {
    margin-left: 0;
    margin-top: -14px;
}

.radio-group-horizontal .label-wrapper .sf-label-radio,  .radio-group-vertical .label-wrapper .sf-label-radio {
    font-size: 17px;
}

.radio-group-horizontal .label-wrapper .sf-label-radio:before, .radio-group-vertical .label-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-horizontal .label-wrapper .sf-input-radio:checked + .sf-label-radio:before, .radio-group-vertical .label-wrapper .sf-input-radio:checked + .sf-label-radio:before {
      background-color: #eb780a;
      box-shadow: inset 0 0 0 4px #fff;
}

.checkbox-group {
    display: flex;
    justify-content: space-between;
}

.sf-input-checkbox {
    position: absolute;
    margin-top: 8px;
    margin-left: 4px;
    cursor: pointer;
    opacity: 0;
    z-index: 100;
}

.sf-label-checkbox {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-family: siemenssans-roman;
    font-size: 17px;
    -ms-word-break: break-all;
    word-break: break-all;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.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);
}

@media (max-width: 576px) {

    
    .checkbox-group {
        display: block;
    }
    
    .checkbox-group div {
        margin-bottom: 25px;
    }
    
    .mobile-break {
        display: block;
    }
}

@media (min-width: 576px) {
    .userinfo-split {
        display: flex;
    }
    
    .mobile-break {
        display: none;
    }
}/* End custom CSS */