#handyiconbar {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0,0,0, 0.5));
    backdrop-filter: blur(5px);
    z-index:100;
    position: fixed;
    width:100%;
    bottom:0;
    padding:0;
    margin-bottom:0;
    height:6vh;
    padding-top:2vh;
    padding-bottom:2vh;
  }
  
  #handyiconbar li {
    flex: 1; /* Alle Zellen gleich breit machen */
    text-align: center;
  }
  
  .handyicons {
    height: 3vh;
    margin: 0 auto; /* Zentriert das Bild horizontal */
    padding-bottom:1vh;
  }
  
  #handyiconbar span {
    font-size: 1.7vh;
    color: white;
    display: block; /* Jeden Text unter dem Bild zentrieren und in einer neuen Zeile anzeigen */
    text-align: center; /* Text zentrieren */
    text-decoration: none;
  }
  
  .scheisse {
    text-decoration: none;
  }
  
  .handyheaderleft{
    border-right:0.1vw solid white;
  }