.radio.form-control:focus,
.checkbox.form-control:focus {
    box-shadow: none;
}

form div.field,
form div.fieldgroup-field {
    clear: both;
    margin-bottom: 1rem; /* 1em */
}

form div.fieldgroup-field {
    margin-bottom: 1rem; /* 1em */
}

form label {
    font-size: 1.1875rem; /* 19px */
    text-transform: uppercase;
    margin-bottom: 0 !important;
    margin-left: 0;
    letter-spacing: 0.03125rem; /* 0.5px */
    color: #000;
    user-select: none;
}

form div.text {
    position: relative;
}

form div.text label:not(.error) {
    position: absolute;
    top: 1.5625rem; /* 25px */
    left: 1.5625rem; /* 25px */
    font-size: 1rem; /* 16px */
    color: #999;
    transition: all 0.3s ease;
    text-transform: none;
    pointer-events: none;
    white-space: nowrap;
}

.high-contrast form div.text label:not(.error) {
    color: #3b3b3b;
}

form div.text label.active {
    top: -0.1875rem; /* -3px */
    left: 1.25rem; /* 20px */
    font-size: 0.625rem; /* 10px */
    text-transform: uppercase;
    background: #fff;
    width: auto;
    padding: 0 0.3125rem; /* 5px */
    color: #001d6c;
}

form label.error {
    font-size: 0.875rem; /* 14px */
    text-transform: none;
    font-weight: normal;
}

form .textarea label {
    padding: 0.375rem 0; /* 6px 0 */
}

form div.dropdown label {
    display: none;
}

form .textarea,
form option,
form select {
    color: #000 !important;
    font-size: 1.125rem !important; /* 18px */
}

form *::placeholder {
    color: #999 !important;
}

.high-contrast form *::placeholder {
    color: #3b3b3b !important;
}

label.left,
.fieldholder-small-label {
    display: inline-block;
    width: 49%;
    line-height: 0.9;
    float: left;
    margin-bottom: 0.5625rem !important; /* 9px */
}

form ul.optionset {
    padding-left: 0;
}

form .optionset li:before {
    display: none !important;
}

.form input.text,
form input.text {
    border: 1px solid #eee;
    border-radius: 99px !important;
    height: 3.75rem; /* 60px */
    line-height: 2.625rem; /* 42px */
    color: #000 !important;
    font-size: 1.125rem; /* 18px */
    box-shadow: none !important;
}

.high-contrast .form input.text,
.high-contrast form input.text {
    border-color: #3b3b3b;
}


.form input.text:focus,
form input.text:focus {
    border: 2px solid #001d6c;
}

#Form_ContactForm_Nachricht {
    height: calc(100% - 0.9375rem); /* 15px */
    border-radius: 30px !important;
}

select.form-control:not([size]):not([multiple]) {
    height: 2.625rem !important; /* 42px */
    line-height: 2.625rem !important; /* 42px */
}

form .optionset li {
    display: inline-block;
    margin-right: 0.75rem; /* 12px */
}

form .optionset li input {
    float: left;
    display: inline-block !important;
    width: auto !important;
    height: 2.375rem; /* 38px */
    margin-right: 0.625rem; /* 10px */
}

form input.checkbox {
    width: auto;
    float: left;
    height: 1.5rem; /* 24px */
    margin-right: 0.5rem; /* 8px */
}

.text-center input.checkbox {
    float: none;
    margin: 0 auto;
}

form .checkbox label {
    position: relative;
    top: -0.625rem; /* -10px */
}

form select,
form option {
    font-size: 1.1875rem; /* 19px */
    color: #000;
    padding-left: 1.25rem; /* 20px */
    padding-right: 1.25rem; /* 20px */
    border: 1px solid #000;
    height: 3.625rem; /* 58px */
    line-height: 3.625rem; /* 58px */
}

form input.action {
    padding: 0.75rem 3.75rem; /* 12px 60px */
    transition: all 0.3s ease;
    box-shadow: 0 0.3125rem 0.3125rem rgba(0, 0, 0, 0); /* 5px 5px */
    border: 0;
    border-radius: 99px !important;
    font-size: 1.125rem; /* 18px */
    font-family: 'Quicksand', Helvetica, sans-serif !important;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    color: #fff !important;
    text-decoration: none !important;
    white-space: nowrap;
    position: relative;
    top: 0;
    text-align: center;
    line-height: 1;
    height: 3.4375rem; /* 55px */
    width: auto;
    background: #7D8E98; /* Old browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#01509f', endColorstr='#001d6c', GradientType=1); /* IE6-9 */
}

.high-contrast form input.action {
    background: #3e464b;
}

form input.action:hover {
    background: #001d6c;
    color: #fff !important;
    transition: 0.3s ease all;
    background: -moz-linear-gradient(left, rgba(1,80,159,1) 0%, rgba(0,29,108,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(1,80,159,1) 0%, rgba(0,29,108,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(1,80,159,1) 0%, rgba(0,29,108,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#01509f', endColorstr='#001d6c', GradientType=1); /* IE6-9 */
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 0.125rem rgba(0,123,255,0.25); /* 0.2rem */
}

.form-control {
    border-radius: 0;
    padding: 1.5625rem; /* 25px */
}
.high-contrast .form-control {
    border-color: #3b3b3b;
}
.dropzone-holder {
    background: rgba(255, 255, 255, 0.1) !important;
}

form span.description {
    font-size: 0.75rem; /* 12px */
    color: #ccc;
    margin-left: 0;
    position: relative;
    top: -0.375rem; /* -6px */
}

form ul.checkboxset {
    padding-left: 0;
}

form ul.checkboxset li {
    display: block;
    width: 100%;
    position: relative;
    height: 3rem; /* 48px */
    margin-bottom: 0.75rem; /* 12px */
}

form ul.checkboxset--inline li {
    display: inline-block;
    width: auto;
    min-width: 8.75rem; /* 140px */
    margin-bottom: 0;
}

form ul.checkboxset label {
    font-family: "Rockwell W01 Regular";
    border: 0.125rem solid #ececec; /* 2px */
    border-radius: 0.1875rem; /* 3px */
    height: 2.625rem; /* 42px */
    line-height: 2.625rem; /* 42px */
    padding-left: 1.25rem; /* 20px */
    padding-right: 1.25rem; /* 20px */
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    background: #fff;
    font-size: 1.1875rem; /* 19px */
    text-transform: none;
    color: #958969 !important;
}

form ul.checkboxset label.selected {
    padding-left: 1.1875rem; /* 19px */
    padding-right: 1.1875rem; /* 19px */
    border-color: #958969;
    height: 2.625rem; /* 42px */
    line-height: 2.625rem; /* 42px */
}

form ul.checkboxset input.checkbox {
    outline: 0;
    opacity: 0;
}

form ul.checkboxset label:hover {
    box-shadow: 0px 0px 0.3125rem 0px rgba(0, 47, 135, 0.1); /* 5px */
}

div.checkbox {
    padding-top: 1rem; /* 1em */
}

div.checkbox label {
    position: relative;
    display: block;
    height: 0.9375rem; /* 15px */
    width: 2.5rem; /* 40px */
    background: #e6ebf0;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-indent: 3.4375rem; /* 55px */
    font-family: 'Quicksand', Helvetica, sans-serif !important;
    font-weight: 400;
    text-transform: none;
    line-height: 0.9;
}

div.checkbox label:after {
    position: absolute;
    left: -0.125rem; /* -2px */
    top: -0.1875rem; /* -3px */
    display: block;
    width: 1.375rem; /* 22px */
    height: 1.375rem; /* 22px */
    border-radius: 100px;
    background: #001d6c;
    box-shadow: 0px 0.1875rem 0.1875rem rgba(0, 0, 0, 0.05); /* 3px */
    content: '';
    transition: all 0.3s ease;
}

div.checkbox label:active:after {
    transform: scale(1.15, 0.85);
}

div.checkbox input:checked ~ label {
    background: #7288b3;
}

div.checkbox input:checked ~ label:after {
    left: 1.25rem; /* 20px */
    background: #001d6c;
}

div.checkbox input:disabled ~ label {
    background: #d5d5d5;
    pointer-events: none;
}

div.checkbox input:disabled ~ label:after {
    background: #bcbdbc;
}

div.checkbox input {
    display: none;
}

form.userform h3.FormHeading {
    font-size: 1.75rem; /* 28px */
}

form.userform button:not(.step-button-jump) {
    padding: 0.75rem 3.75rem; /* 12px 60px */
    transition: all 0.3s ease;
    box-shadow: 0 0.3125rem 0.3125rem rgba(0, 0, 0, 0); /* 5px */
    border: 0;
    border-radius: 99px !important;
    font-size: 1.125rem; /* 18px */
    font-family: 'Quicksand', Helvetica, sans-serif !important;
    font-weight: 400;
    cursor: pointer;
    line-height: 1.625rem; /* 26px */
    background: #7D8E98;
    color: #fff !important;
}

form.userform button:not(.step-button-jump):hover {
    background: #001d6c;
    color: #fff !important;
    transition: 0.3s ease all;
}

form.userform .step-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}

form.userform .step-buttons li {
    padding: 0;
    margin: 0;
}

form.userform .userform-progress .step-buttons {
    margin-top: 1rem;
}

form.userform .userform-progress .step-buttons button{
    position: relative;
    border: none;
    background-color: #001D6C;
    color: #fff;
    border-radius: 2rem;
    padding: .5rem 1rem;
}

form.userform .userform-progress .step-buttons li:not(.current,.viewed){
    opacity: .5;
    pointer-events: none;
}

form.userform .step-buttons li:before {
    display: none;
}

form.userform .userformsoptionset{
    margin-bottom: 1.5rem;
}

form.userform .userformsoptionset .middleColumn > div {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: .5rem;
    width: 100%;
}

form.userform .userformsoptionset .middleColumn > div input {
    flex-basis: calc(1.5em + .75rem + 2px);
}

form.userform .userformsoptionset .middleColumn label {
    text-transform: none;
}

@media screen and (max-width: 767.98px) {
    form.userform button {
        padding: 0.625rem 1.25rem; /* 10px 20px */
    }

    form.userform .userformsoptionset .odd,
    form.userform .userformsoptionset .even {
        margin: 0.625rem 0.9375rem; /* 10px 15px */
    }
}

/* Login Form */
#MemberLoginForm_LoginForm {
    padding-top: 1.25rem; /* 20px */
}

#MemberLoginForm_LoginForm_Remember_Holder {
    white-space: nowrap;
}

#MemberLoginForm_LoginForm_Remember_Holder label {
    font-size: 0.9375rem; /* 15px */
    color: #999;
}

#MemberLoginForm_LoginForm_action_doLogin {
    padding: 0.75rem 1.875rem; /* 12px 30px */
    font-size: 1.0625rem; /* 17px */
    height: 2.8125rem; /* 45px */
    width: auto;
}
