.alles {
  margin-left: 33px;}


.slider-wrapper {
    display: flex;
    align-items: center;
    width: 500px; /* Breite auf 300px beschränken */}

  .slider-wrapper span[id="value1"] {
    position: absolute;
    top: 10px; /* Hier kannst du den Wert anpassen, um die Vertikale Position zu justieren */
    left: 290px;
    transform: translateX(-50%);}

  .slider-wrapper span[id="value2"] {
    position: absolute;
    top: 75px; /* Hier kannst du den Wert anpassen, um die Vertikale Position zu justieren */
    left: 290px;
    transform: translateX(-50%);}

  .slider-wrapper span[id="value3"] {
    position: absolute;
    top: 135px; /* Hier kannst du den Wert anpassen, um die Vertikale Position zu justieren */
    left: 290px;
    transform: translateX(-50%);}

  .slider-wrapper span[id="value4"] {
    position: absolute;
    top: 200px; /* Hier kannst du den Wert anpassen, um die Vertikale Position zu justieren */
    left: 290px;
    transform: translateX(-50%);}

  .slider-wrapper input[type="range"] {
    flex-grow: 1;
    margin: center;}
  
  .slider-wrapper button {
    width: 30px;
    height: 30px;}

  

.tabellenachrechts {
      margin-left: 100px;}
 


  table, th, td {  
    border:2px solid black;
    border-spacing: 0px;
    height: 10px;}

    td:nth-child(3) {
      transition: background-color 0.5s ease;
    }
    
    td:nth-child(3).gray {
      background-color: rgba(44, 44, 44, 0.8);
      color: #fff;
      font-size:25px;
    }
    


            
      #spalte1 { width: 110px;}
      #spalte2 { width: 60px;}
      #spalte3 { width: 100px;}   
  
  .div-005 {
    background-color:  #7e63a1; 
    color: #fff;
    font-size:25px;}       
  .div-0067 {
    background-color: #4e553d;
    color: #fff;
    font-size:25px;}
  .div-0075 {
    background-color: rosybrown;
    color: #fff;
    font-size:25px;}
  .div-01 {
    background-color: #e75b12;
    color: #333;
    font-size:25px;}
  .div-015 {
    background-color: #008455;
    color: #fff;
    font-size:25px; }
  .div-02 {
    background-color: #f3e03b;
    color: #333;
    font-size:25px;}
  .div-025 {
    background-color: #853d7d;
    color: #fff;
    font-size:25px;}
  .div-03 {
    background-color: #2074d4;
    color: #fff;
    font-size:25px;}
  .div-04 {
    background-color: #d33024;
    color: #fff;
    font-size:25px;}
  .div-05 {
    background-color: #5b3927;
    color: #fff;
    font-size:25px;}
  .div-06 {
    background-color: #9f9f9f;
    color: #333;
    font-size:25px;}





  
