@CHARSET "UTF-8";
table td.Sonstiges, table th.Sonstiges{
    vertical-align: top;
    text-align: left;
    background-color: rgb(231, 229, 229);
    border-top: 5px solid black;
}
table td.Sonstiges:not(:empty)::before{
    content: "Sonstiges: ";
    font-weight: bold;
}

#textMenuLink_Logout{
    font-size: 1.8em;
}


#loginForm{
   display:inline-flex; align-items:center; gap:0.5rem; margin-left:1rem;margin-top:0px;
}

#loginForm #passwordInput{
    padding:0.4rem 0.5rem; font-size:4.0rem;margin-top:2.0rem;width:30%;
}

#loginForm #loginButton{
    padding:0.35rem 0.7rem; font-size:4.0rem;height:55px;margin-top:2.0rem;
}

#textWillkommen{
    display:none;
}
