#shots {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0;
    overflow: hidden;
    position: relative;
  }

  .zielscheibe {
    position: absolute;
    height: 100%;
    aspect-ratio: 1/1;
    background-color: bisque; 
    border-radius: 50%;
    scale: 1.0;
    margin: 0;
  }
  
  .ring {
    position: absolute;
    top: 50%;
    left: 50%; 
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid white;
    transform: translate(-50%, -50%);
  }

  .beschriftung {
    position: absolute;
    font-size: 8px;
    top: 50%;
    left: 50%; 
    aspect-ratio: 1 / 1;
    transform: translate(-50%, -50%);
    color: white;
    margin: 0;
  }
  
  .ring1 {
    width: 100%;
    border: 1px solid black;
  }
  .ring2 {
    width: 89.01%;
    border: 1px solid black;
  }
  .ring2.LP {
    width: 89.71%;
  }

  .ring3 {
    width: 78.02%;
    border: 1px solid black;
  }
  .ring3.LP {
    width: 79.42%;
  }

  .ring4 {
    width: 67.03%;
    border: 1px solid black;
    background-color: black;
  }
  .ring4.LP {
    width: 69.13%;
    background-color: transparent;
  }

  .ring5 {
    width: 56.04%;
  }
  .ring5.LP {
    width: 58.84%;
    border: 1px solid black;
  }

  .ring6 {
    width: 45.05%;
  }
  .ring6.LP {
    width: 48.55%;
    border: 1px solid black;
  }

  .ring7 {
    width: 34.07%;
  }
  .ring7.LP {
    width: 38.26%;
    border: 1px solid black;
    background-color: black;
  }

  .ring8 {
    width: 23.08%;
  }
  .ring8.LP {
    width: 27.97%;
  }

  .ring9 {
    width: 12.09%;
  }
  .ring9.LP {
    width: 17.68%;
  }

  .ring10 {
    width: 1.10%;
    background-color: white;
  }
  .ring10.LP {
    width: 7.4%;
    background-color: transparent;
  }

  .ring10Innen {
    width: 1.10%;
    background-color: transparent;
  }
  .ring10Innen.LP {
    width: 3.22%;
  }

  #shotContainer {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    margin: 0;
  }
  .singleShot {
    position: absolute;
    top: 50%;
    left: 50%; 
    width: 9.89%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background-color: #26A69A;
    transform: translate(-50%, -50%);
    margin: 0;
    border: none;
    z-index: 0;
  }
  .singleShot.LP {
    width: 2.89%;
  }

  .singleShot.highlighted {
    background-color: yellow;
    opacity: 1 !important;
    z-index: 1;
  }

  #buttonContainer {
    width: 100%;
    height: 100%;
    margin: 0;
    position: relative;
    top: 0%;
    left: 0%;
}

.zoomButton {
    position: absolute !important;
    transform: translate(-50%, -50%);
    box-shadow: none !important;
    margin: 0;
    top: 0%;
    left: 100%;
    transition: margin-top 0.3s;
    margin-left: -35px;
    margin-top: 35px;
}

#zoomOut.hovered {
    margin-left: -35px;
    margin-top: 98px;
}

#zoomAuto.hovered {
  margin-left: -35px;
  margin-top: 161px;
}
