.btn_list {
    padding: 40px;
}

.btn_start {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 5px;
    height: 100px;
    font-size: x-large;
}

#daunen {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* exakt in die Mitte */
    font-size: 24px;
    font-weight: bold;
  }

  #progressbarLeiste {
    margin: 20px;
    margin-top: 60px;
  }

  #progressbar {
    width: 100%;
  }

  #topLeiste {
    display: flex;
    position: absolute;
    right: 10px;
    top: 48px;
    gap: 8px;
  }