.radio.form-control:focus,
.checkbox.form-control:focus {
    box-shadow: none;
}

form div.field,
form div.fieldgroup-field {
    clear: both;
    margin-bottom: 1em;
}

form div.fieldgroup-field {
    margin-bottom: 1em;
}

form label {
    font-size: 18px;
    margin-bottom: 0 !important;
    margin-left: 0;
    letter-spacing: 0.5px;
    color: #000;
    user-select: none;
}

form div.text {
    position: relative;
}

form div.text label:not(.error),
form div.textarea label:not(.error)

{
    position: absolute;
    top: 0;
    left: 5px;
    font-size: 16px;
    color: #999;
    transition: all 0.3s ease;
    text-transform: none;
    pointer-events: none;
    white-space: nowrap;
}
form div.textarea label:not(.error)
{
    left:20px;
}
textarea
{
    border-radius: 0 !important;
}
form div.text label.active,
form div.textarea label.active
 {
    top: -3px;
    left: 20px;
    font-size: 10px;
    text-transform: uppercase;
    background: #fff;
    width: auto;
    padding: 0 5px;
    color: #004183;
}
form div.textarea label.active
{
    left:40px;
}

form label.error {
    font-size: 14px;
    text-transform: none;
    font-weight: normal;
}

form .textarea label {
    padding: 6px 0;
}

form div.dropdown label {
    position: absolute;
    top: 0;
    left: 5px;
    font-size: 16px;
    color: #999;
    transition: all 0.3s ease;
    text-transform: none;
    pointer-events: none;
    white-space: nowrap;
    z-index: 2;
}

form .textarea,
form option,
form select {
    color: #000 !important;
    font-size: 18px !important;
}

form *::placeholder {
    color: #999 !important;
}

label.left,
.fieldholder-small-label {
    display: inline-block;
    width: 49%;
    line-height: 0.9;
    float: left;
    margin-bottom: 9px !important;
}

form ul.optionset {
    padding-left: 0px;
}

form .optionset li:before {
    display: none !important;
}

.form input.text,
form input.text {
    border-bottom: 1px solid #eee;
    border-top:none;
    border-left:none;
    border-right:none;
    height: 60px;
    line-height: 42px;
    color: #000 !important;
    font-size: 18px;
    box-shadow: none !important;
}

.form input.text:focus,
form input.text:focus {
}

form select.dropdown{
    border-bottom: 1px solid #eee;
    border-top:none;
    border-left:none;
    border-right:none;
    height:60px;
    text-indent:5px;
}

#Form_ContactForm_Nachricht {
    height: calc(100% - 15px);
}

form .optionset li {
    display: inline-block;
    margin-right: 12px;
}

form .optionset li input {
    float: left;
    display: inline-block !important;
    width: auto !important;
    height: 38px;
    margin-right: 10px;
}

form input.checkbox {
    width: auto;
    float: left;
    height: 24px;
    margin-right: 8px;
}

.text-center input.checkbox {
    float: none;
    margin: 0 auto;
}


form .checkbox label {
    position: relative;
    top: -10px;
}

form select,
form option {
    font-size: 19px;
    color: #000;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #000;
    height: 58px;
    line-height: 58px;
}

form input.action {
    text-transform: uppercase;
    display:inline-block;
    padding:16px 20px;
    transition: all 0.25s linear;
    cursor:pointer;
    background-color: #FDCD07;
    border-color: #FDCD07;
    color:#004183;
    height: auto !important;
}
form input.action:hover{
    background-color: #004183;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #c11812;
    border-color: #c11812;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}


.form-control {
    border-radius: 0;
}

::-webkit-input-placeholder {
    /* Edge */
    color: #004183 !important;
    font-size: 20px;
    font-family: "DIN Next LT W01 Light";
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #004183 !important;
    font-size: 20px;
    font-family: "DIN Next LT W01 Light";
}

::placeholder {
    color: #004183 !important;
    font-size: 20px;
    font-family: "DIN Next LT W01 Light";
}

.dropzone-holder {
    background: rgba(255, 255, 255, 0.1) !important;
}

form span.description {
    font-size: 12px;
    color: #ccc;
    margin-left: 0px;
    position: relative;
    top: -6px;
}



form ul.checkboxset {
    padding-left: 0;
}

form ul.checkboxset li {
    display: block;
    width: 100%;
    position: relative;
    height: 48px;
    margin-bottom: 12px;
}


form ul.checkboxset--inline li {
    display: inline-block;
    width: auto;
    min-width: 140px;
    margin-bottom: 0;
}

form ul.checkboxset label {
    font-family: "Rockwell W01 Regular";
    border: 2px solid #ececec;
    border-radius: 3px;
    height: 42px;
    line-height: 42px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    background: #fff;
    font-size: 19px;
    text-transform: none;
    color: #958969 !important;
}

form ul.checkboxset label.selected {
    padding-left: 19px;
    padding-right: 19px;
    border-color: #958969;
    border-width: 2px;
    height: 42px;
    line-height: 42px;
}

form ul.checkboxset input.checkbox {
    outline: 0;
    opacity: 0;
}

form ul.checkboxset label:hover {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 47, 135, 0.10);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 47, 135, 0.10);
    box-shadow: 0px 0px 5px 0px rgba(0, 47, 135, 0.10);
}

form div.optionset .middleColumn,
form ul.optionset {
    float: right;
    min-width: 49%;
    margin-bottom: 0;
}

form div.optionset:after {
    content: " ";
    clear: both;
    width: 100%;
    height: 1px;
    display: block;
}

form .fieldgroup:not(.middleColumn) {
    border-bottom: 1px solid #ececec;
}


/* crazy checkboxes */
div.checkbox {
    padding-top: 1em;
}

div.checkbox label {
    position: relative;
    display: block;
    height: 15px;
    width: 40px;
    background: #e6ebf0;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-indent: 55px;
    font-family: 'DIN Next LT W01 Regular', Helvetica, sans-serif !important;
    text-transform: none;
    line-height: 0.9;
}

div.checkbox label:after {
    position: absolute;
    left: -2px;
    top: -3px;
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 100px;
    background: #004183;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.05);
    content: '';
    transition: all 0.3s ease;
}

div.checkbox label:active:after {
    transform: scale(1.15, 0.85);
}

div.checkbox input:checked~label {
    background: #ff8f96;
}

div.checkbox input:checked~label:after {
    left: 20px;
    background: #004183;
}

div.checkbox input:disabled~label {
    background: #d5d5d5;
    pointer-events: none;
}

div.checkbox input:disabled~label:after {
    background: #bcbdbc;
}

div.checkbox input {
    display: none;
}



@media (max-width: 767.98px) {


    form .textarea,
    form option,
    form select,
    form input.text {
        font-size: 18px !important;
    }
}



/* custom overrides */
#MemberLoginForm_LoginForm_Remember_Holder {
    white-space: nowrap;
}

#MemberLoginForm_LoginForm_Remember_Holder label {
    font-size: 15px;
    color: #999;
}

#MemberLoginForm_LoginForm_action_doLogin {
    padding: 12px 30px;
    font-size: 17px;
    height: 45px;
    width: auto;
}

#MemberLoginForm_LoginForm #ForgotPassword {
    margin-top: 10px;
}

#Form_BewerbungsForm_Anhang {
    height: auto;
}