@charset "UTF-8";

#formloader {
    background: rgba(255, 255, 255, 0.9);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.dmfv-formular {
    background: rgba(246, 246, 246, 0.3);
    box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 35px;
    padding: 35px 25px !important;
}

.dmfv-formular.white {
    background: rgba(246, 246, 246, 0.9) !important;
}

.dmfv-formular.dmfv-contactform7 label + br {
    display: none;
}

.form-holder.portal-registrierung h2 {
    margin-top: 0;
}

.form-holder.portal-registrierung .dmfv-formular {
    background: rgba(255, 255, 255, 0.9);
}

.form-holder.portal-registrierung .row {
    padding-bottom: 30px;
}

.form-holder.portal-registrierung input[type="text"],
.form-holder.portal-registrierung input[type="password"],
.form-holder.portal-registrierung input[type="date"],
.form-holder.portal-registrierung input[type="tel"],
.form-holder.portal-registrierung input[type="number"],
.form-holder.portal-registrierung input[type="email"],
.form-holder.portal-registrierung select,
.form-holder.portal-registrierung input[type="submit"],
.form-holder.portal-registrierung input[type="reset"] {
    width: 100%;
}

.requiredfield {
    color: #e61b4e;
    margin: 0 3px;
}

a.portalbtn,
button.portalbtn {
    border: none;
    padding: 0 10px;
    background-color: #3391d8;
    color: #fff !important;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
}

a.portalbtn:hover,
button.portalbtn:hover {
    background-color: #717171;
    text-decoration: none;
    border: none !important;
}

.dmfv-hinweis {
    margin: 16px 0;
    padding: 14px 16px;
    border-radius: 6px;
    border: 1px solid #b6d4fe;
    background: #eaf3ff;
    color: #0b3d91;
    font-size: 15px;
    line-height: 1.45;
}

.dmfv-hinweis--info {
    border-left: 4px solid #0b67c2;
}
