html, body {    
  background-color: #ffde9d;
  /* Kommentar */
}
text{
  font-family:Helvetica, Arial, sans-serif;
  font-size:20px;
  pointer-events:none;
}
#auswahl{
  position: absolute;
  width:200px;
  height:150px;
  top:20px;
  left:516px;
  border: 1px solid rgb(243, 233, 95); 
}
#ende{
  position: absolute;
  width:200px;
  height:150px;
  top:345px;
  left:516px;
  border: 1px solid rgb(243, 233, 95); 
}
#ende > li {     
  width: 110px;
  height: 30px;
  margin-top : 5px;
  border-radius:15px;
  background-color: #ffffffcc;
  border: 1px solid rgb(187, 115, 8);  
  font:14px Helvetica; 
  display: flex; 
  align-items: center;
  justify-content: center; 
  box-shadow: 0 0 14px 6px rgb(245, 164, 14) inset;
  }  
#chart{
  position:absolute;
  width:500px;
  height:500px;
  top:0;
  left:10px;
}
#wert{
  position: absolute;
  width:200px;
  height:160px;
  top:173px;
  left:516px;
 /* border: 1px solid rgb(137, 243, 95); */
}
#wert h1{
  font-size: 50px;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  color: rgb(220, 20, 60);
  position: absolute;
  padding: 0;
  margin: 0;
  top:50%;
  -webkit-transform:translate(0,-50%);
          transform:translate(0,-50%);
}