form .fzeile{
    display: flex;
    flex-direction: column;
    font-size: 12pt;
}
form .fzeile label{
    font-weight: 500;
}
form .inputfield{
    border: 0px;
    height: 30px;
    background-color: #e4e5e5;
    margin-bottom: 16px;
    margin-top: 8px;
    font-size: 12pt;
    text-indent: 4px;
    outline: none;
}
form .inputtext{
    font-family: inherit;
    font-size: 12pt;
    background-color: #e4e5e5;
    border: 0px;
    resize: vertical;
    outline: none;
}
form button{
    border: 0px;
    width: 100%;
    height: 60px;
    background-color: #f8ba00;
    margin-top: 20px;
    font-size: 14pt;
    font-weight: bold;
    cursor: pointer;
}