.HOMEBUTTON {
    display: flex;              /* flexibles Layout */
    justify-content: flex-end;  /* alles nach rechts schieben */
    align-items: center;        /* vertikal zentrieren */
    color: #FFFFFF;             /* Standardfarbe */
    font-family: Arial, "Arial Black", "Arial Narrow", "Arial Unicode MS";
    font-style: normal;
    font-weight: normal;
    font-size: 6vh;
    cursor: pointer;
    /*gap: 0.5em; /                /* optional: Abstand zwischen Text und Icon */
    text-align: right;
}

.HOMEBUTTON:hover {
    color: #D51E21;             /* Hoverfarbe */
    font-style: normal;
}
