.form-control.is-invalid, .was-validated .form-control:invalid {
    padding-right: .75rem;
    background-image: unset;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px; /* Höhe des Footers */
    background-color: whitesmoke; /* Dunkler Hintergrund */
    text-align: center; /* Zentriert den Text */
    line-height: 50px; /* Zentriert den Text vertikal */
}

header a label {
    color: #464646;
}

header img {
    margin-bottom: 41px;
}
