/* ---- Formular ---- */
.dh-form-wrapper {
    font-size: 1em;
    width: 100%;
    max-width: 900px;
}

.dh-form-wrapper .text-small {
    font-size: 70%;
}

form {
    display: block;
    margin-top: 0em;
}

.dh-form-group {
    /*margin-bottom: 1rem;*/
    margin-bottom: 0;
}

.dh-form label {
    display: inline-block;
    margin-bottom: .5rem;
    line-height: 120%;
}

.dh-form label sup {
    color: #333;
}

.dh-form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid transparent;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.kontaktform.dh-form label {
    color: #fff !important;
}

.bewerbung .dh-form-control {
    display: block;
    width: 100%;
    padding: .375rem 1.0rem;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid transparent;
    border-bottom: 1px solid rgba(14, 26, 43, .5);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.dh-form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.dh-form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -.35rem !important;
}

.dh-form-check-label {
    margin-bottom: 0;
    padding-left: 20px;
}

.dh-btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*background-color: transparent;*/
    border: 1px solid transparent;
    padding: 12px 20px;
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.dh-btn-primary {
    color: #fff;
    background-color: #0e1a2b;
    border-color: #0e1a2b;
}

.dh-btn-primary:hover {
    color: #fff;
    background-color: #0e1a2b;
    border-color: #0e1a2b;
}

/*.bewerbung .dh-btn-primary {
    color: #fff;
    background-color: #0e1a2b;
    border-color: #0e1a2b;
}
.bewerbung .dh-btn-primary:hover {
    color: #0e1a2b !important;
}*/
.dh-alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0;
}

.dh-alert-success {
    margin-top: 2%;
    color: #120104;
    background-color: #cfe8e5;
    border-color: #120104;
}

.dh-form-group input:focus,
.dh-form-group textarea:focus {
    outline: none;
}

/* ##### KONTAKTFFORMULAR #### */
.kofu .dh-form-group label {
    color: #fff !important;
}

p.formu {
    color: #fff !important;
}

.wgbr-form {
    padding: 0 !important;
    font-family: inherit !important;
    font-size: 15px !important;
}

.wgbr-label {
    display: block;
    font-weight: 300 !important;
    color: #fff !important;
    margin-bottom: 6px;
    padding: 0;
    margin: 0;
    text-align: left;
}

.bewerbung .wgbr-label,
.bewerbung span.wgbr-required {
    color: #333 !important;
}

.wgbr-input,
.wgbr-select,
.wgbr-textarea {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding: .375rem .75rem !important;
    margin-top: 8px;
    margin-bottom: 16px;
    border: none;
    border-bottom: 1px solid #0e1a2b !important;
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    border-radius: 0 !important;
}

.wgbr-required {
    color: #fff !important;
}

.wgbr-button,
.wsi-btn {
    display: inline-block;
    background-color: #0e1a2b;
    background: #0e1a2b;
    color: #fff;
    padding: 12px 20px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 0;
    cursor: pointer;
    /*transition: background-color 0.2s ease-in-out, transform 0.1s;*/
    width: auto;
    margin: 3% 0 3% 0;
    text-decoration: none;
}

.wgbr-button:hover,
.wsi-btn:hover {
    background: rgba(14, 26, 43, .5);
    border: 1px solid rgba(255, 255, 255, 1);
    color: #fff !important;
}

.wgbr-form a:link {
    text-decoration: underline;
}

.wsi-hr {
    display: none;
}

.dh-btn-primary {
    background-color: #0e1a2b;
    border-color: #0e1a2b;
    padding: 12px 20px;
    color: #fff;
}

.dh-btn-primary:hover {
    background: rgba(14, 26, 43, .5) !important;
    color: #fff !important;
}
