#chart-wrapper {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 12px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.25);
}

.sB {
  background-color: #2d353d;
  border: none;
  padding-right: 5px;
  padding-left: 5px;
  color: white;
  font-family: 'Lato';
  height: 1.5rem;
  width: 4rem;
  font-size: clamp(0.5rem, 1vw, 0.7rem);
}

.gB {
  background-color: #925e00;
  border: none;
  padding-right: 5px;
  padding-left: 5px;
  color: white;
  font-family: 'Lato';
  height: 1.5rem;
  width: 4rem;
  font-size: clamp(0.5rem, 1vw, 0.7rem);
}

.goldButtons {
  display: flex;
  justify-content: flex-start;
  gap: 4px;
  padding-bottom: 5px;
  padding-top: 16px;
}

.silberButtons {
  display: flex;
  justify-content: flex-start;
  gap: 6px;
  padding-bottom: 5px;
}

.navbar {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* Overlay für den Zoom */

#zoom_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

/* Das gezoomte Bild */

#zoom_overlay img {
  max-width: 95vw;
  max-height: 95vh;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

.rotate40 {
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}

@media (min-width:992px) {
  .py-lg-5 {
    padding-top: 5rem!important;
    padding-bottom: 0rem!important;
  }
}

.insta-wrapper iframe {
  width: 100%;
  aspect-ratio: 5 / 5;
  border: none;
}

