/* =========================================
   ANLEITUNG.CSS – Seitenspezifische Styles
   ========================================= */

/* Kein extra Abstand oben – base.css regelt das schon */
main.container:first-of-type h1 {
  margin-top: 0;
}

/* Responsive YouTube Video */
.youtube-wrapper {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 2.5rem;
  padding-top: 56.25%; /* 16:9 */
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

.youtube-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
