.dsgvo--formular-wrapper {
    max-width: 500px;
    margin: auto;
}
.dsgvo--formular-wrapper label {
    display: block;
    color: #1f3f50;
}
.dsgvo--formular-wrapper input, .dsgvo--formular-wrapper textarea {
    width: 100%;
}

.dsgvo--formular-wrapper input:focus::placeholder {
    color: transparent;
}
#hn_alert {
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.in--background {
    z-index: -5;
}
.in--foreground {
    z-index: 5;
}