/* PWA mobile Bottom Nav */
#lightwebBottomNav{
    /*border-top: 2px solid rgba(0, 0, 0, 0.1);*/
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: space-around;
    width: 100%;
    z-index: 1000;
}

#lightwebBottomNav a {
    flex: 1; /* Alle Links nehmen denselben Platz ein */
    display: flex; /* Flexbox für Zentrierung aktivieren */
    justify-content: center; /* Horizontal zentrieren */
    align-items: center; /* Vertikal zentrieren */
    text-align: center; /* Sicherstellen, dass Inhalt zentriert ist */
    text-decoration: none; /* Optional: Unterstrich entfernen */
    height: 60px; /* Optional: Höhe der Footer-Leiste festlegen */
}

#lightwebBottomNav a i {
    display: inline-block; /* Sicherstellen, dass i korrekt dargestellt wird */
    font-size: 24px; /* Optional: Größe der Icons */
    font-size: 30px;
    color: #656565;
}
#lightwebBottomNavPlaceholder{
    height: 60px;
}