.pyramide-yt {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  padding: 0;
  border: 0;
  cursor: pointer;
  overflow: hidden;
  background: #032f33;
  color: #fff;
  font: inherit;
}

.pyramide-yt img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pyramide-yt__play {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 4.2rem;
  height: 3rem;
  border-radius: 0.7rem;
  background: #0a778b;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.pyramide-yt__play::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 0.7rem 0 0.7rem 1.15rem;
  border-color: transparent transparent transparent #dbc076;
}

.pyramide-yt__hint {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.85rem;
  text-align: center;
  font-size: 0.92rem;
  font-weight: 600;
  color: #fff;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.55);
}

.pyramide-yt:hover .pyramide-yt__play,
.pyramide-yt:focus-visible .pyramide-yt__play {
  background: #086776;
}

.et_pb_video_box .pyramide-yt,
.et_pb_video_box iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.et_pb_video_box .et_pb_video_overlay {
  display: none !important;
}

/* Startseiten-Modul: der Bestell-Button liegt über dem Video – Hinweis nicht in die Mitte schreiben */
.et_pb_video .pyramide-yt__hint {
  display: none;
}

.et_pb_video .pyramide-yt__play {
  inset: auto 1rem 1rem auto;
  margin: 0;
  width: 3.2rem;
  height: 2.3rem;
}
