body {
  font-family: Arial, sans-serif;
  background-color: #191919;
  color: white;
  max-height: 100%;
  overflow: hidden;
  text-align: center;


}

h1 {
  text-align: center;
  margin-top: 20px;
  color: white;
}

.div-feld-oben{
  display: block;
  margin-left: 50%
  width: 100%;
  top: 0px;

}

.music-dropdown {
visibility: collapse;
}


}

.timer-container {
  text-align: center;
  background-color: #2A2A2A;
  margin-top: 0px;
  width: 50%;
  height: 60px;
  align-content: center;
  top: 0px;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  transform:translate3d(0px, -40px, 0px);
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;

}

#time {
  margin-top:40px;
  font-size: 36px;
  color: #FFBE0E;
}

.div-feld-unten{
  position: absolute;
  bottom: -50px;
  left: 0px;
  background:#2A2A2A;
  width: 100%

}


#timer-button {
  font-size: 18px;
  padding: 10px 20px;
  background-color: hsla(269, 46%, 58%, 0);
  color: white;
  border: none;
  cursor: pointer;
  transform:translate3d(0px, -40px, 0px);
}

#timer-button.running {
  background-color: #B030B0;

}
.div-username{
  width: 50%; /* adjust to desired width */
   margin: 0 auto;
}

#username {
  font-size: 14px;
  padding: 0px;
  margin-top: 0px;
  bottom: 0;
  width: 180px;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  height: 40px;
  border: hidden;
  float: center;
  text-align: center;


}

#share {
display: none;
}

#bestenliste-button{
  position: absolute;
  border-color: #FFBE0E;
  width: 70px;
  height: 70px;
  border-top-right-radius: 25px;
  background-color: #191919;
  bottom: 0px;
  left: 0px;
display: none;
}

#galerie-button{
  position: absolute;
  border-color: #FFBE0E;
  width: 70px;
  height: 70px;
  border-top-left-radius: 25px;
  background-color: #191919;
  bottom: 0px;
  right: 0px;
  display: none;
}





}
.vorlist-container{



}
.list-container {
  margin-top: 20px;
  text-align: center;
  color: white;
  margin-top: 10px;
  background: #2A2A2A;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto;


}

h2 {

}

ul {

}

li {
  font-size: 20px;

}
