/* === Neue Variablen === */
/* === Alte Variablen === */
.dropdown-container h3 {
  color: #000000;
}

.vocatium-akkordion {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.vocatium-akkordion .vocatium-video-OptIn {
  aspect-ratio: 9/16;
}
@media screen and (min-width: 900px) {
  .vocatium-akkordion .vocatium-video-OptIn {
    aspect-ratio: 1;
  }
}

.dropdown-container .dropdown-options .akkordion-video {
  margin-bottom: 0.5rem;
}