.fehler {
    display: none;
    text-align: left;
}
#erinnermich_form {
    width: 100%;
    max-width: 490px;
    margin: 1em auto;
}
#erinnermich_form p {
    text-align: right;
}

.label {
    display: block;
    float: left;
    width: 20%;
    font-weight: bold;
    text-align: left;
    margin: 0;
}

label.text {
    width: 100%;
    text-align: left;
    margin-bottom: 2px;
}

#hinweise {
    margin: 1.5em auto;
}
.panel-toggle {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
input[type=text], textarea {
    width: 100%;
}
.hp-field {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}