/* ============================================
   marksmanship.camp, Ergänzungen zu style.css und kwa.css
   ============================================ */

/* Hero mit Hintergrundvideo */
.hero-video { position: relative; overflow: hidden; padding: 0; min-height: 78vh;
              display: flex; align-items: center; }
.hero-video video { position: absolute; inset: 0; width: 100%; height: 100%;
                    object-fit: cover; z-index: 0; }
.hero-video::after { content: ""; position: absolute; inset: 0; z-index: 1;
                     background: linear-gradient(rgba(10,10,10,.72), rgba(10,10,10,.88)); }
.hero-inhalt { position: relative; z-index: 2; width: 100%; padding: 96px 0; }
.hero-inhalt h1 em { color: var(--accent); font-style: normal; }
.hero-inhalt .sub { max-width: 640px; margin: 18px 0 30px; font-size: 1.1rem; }

/* Termin-Rotationen */
.rotationen { display: grid; gap: 24px; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.rotation { background: var(--bg); border: 1px solid var(--line); padding: 30px; }
.rotation h3 { color: var(--accent); margin-bottom: 14px; }
.rotation .datum { font-family: 'Oswald', Arial, sans-serif; font-size: 1.3rem;
                   letter-spacing: .03em; margin-bottom: 10px; }
.rotation .ort { color: var(--text-muted); margin-bottom: 22px; }
.hinweis { margin-top: 30px; padding: 18px 20px; border-left: 3px solid var(--accent);
           background: var(--bg); color: var(--text-muted); }

/* Videoserie, Zwei-Klick-Lösung */
.videoserie { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
              margin-top: 26px; }
.yt { position: relative; aspect-ratio: 16/9; background: #000;
      border: 1px solid var(--line); display: flex; flex-direction: column;
      align-items: center; justify-content: center; gap: 12px; text-align: center; padding: 16px; }
.yt iframe { width: 100%; height: 100%; border: 0; }
.yt button { font-family: 'Oswald', Arial, sans-serif; text-transform: uppercase;
             letter-spacing: .05em; font-size: .95rem; cursor: pointer;
             background: var(--accent); color: #fff; border: 0; padding: 13px 22px; }
.yt button:hover { filter: brightness(1.1); }
.yt-hinweis { color: var(--text-muted); font-size: .8rem; margin: 0; }

.fusslogo { max-width: 220px; height: auto; opacity: .85; margin-bottom: 14px; }

@media (max-width: 640px) {
  .hero-video { min-height: 66vh; }
  .hero-inhalt { padding: 72px 0; }
}

/* Unterseiten */
.seitenkopf { background: var(--bg-alt); border-bottom: 1px solid var(--line); padding: 72px 0 60px; }
.seitenkopf h1 em { color: var(--accent); font-style: normal; }
.seitenkopf .sub { max-width: 620px; margin-top: 16px; color: var(--text-muted); font-size: 1.08rem; }

.module article { border-top: 1px solid var(--line); padding: 40px 0; }
.module article:first-child { border-top: 0; padding-top: 0; }
.module h2 { color: var(--accent); margin-bottom: 4px; }
.unterzeile { font-family: 'Oswald', Arial, sans-serif; text-transform: uppercase;
              letter-spacing: .05em; color: var(--text); margin-bottom: 16px; font-size: .98rem; }
.module p { margin-bottom: 14px; }
.achtung { border-left: 3px solid var(--accent); padding: 14px 18px; background: var(--bg);
           color: var(--text-muted); }

.ausbilder { border-top: 1px solid var(--line); padding: 34px 0; }
.ausbilder h3 { color: var(--accent); font-size: 1.5rem; }
.ausbilder p { margin-bottom: 14px; }

.partner { display: grid; gap: 28px; grid-template-columns: 250px 1fr; align-items: start; }
.partner img { width: 100%; max-width: 250px; height: auto; }
@media (max-width: 700px) { .partner { grid-template-columns: 1fr; } }


/* --- Opt-in-Formular ----------------------------------------------------
   Uebernommen aus kurzwaffenausbildung.de/css/freebie.css am 04.09.2026,
   damit das Camp-Formular genauso aussieht wie die drei anderen. Die
   verwendeten Variablen --accent, --line, --text und --text-muted sind auf
   dieser Seite alle definiert, geprueft am 04.09.2026. */
.optin-schmal { max-width: 520px; margin-top: 20px; }
.optin { margin-top: 1.6rem; }
.optin-zeile { margin-bottom: 14px; }
.optin-zeile label {
  display: block;
  margin-bottom: 6px;
  font-family: 'Oswald', 'Arial Narrow', Arial, sans-serif;
  text-transform: uppercase;
  font-size: .85rem;
  letter-spacing: .04em;
}
.optin-zeile input {
  width: 100%;
  padding: 13px 14px;
  background: #0d0d0c;
  border: 1px solid var(--line);
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
}
.optin-zeile input:focus {
  outline: 2px solid var(--accent);
  outline-offset: 1px;
}
.optin-zustimmung {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 16px 0 20px;
  font-size: .85rem;
  color: var(--text-muted);
}
.optin-zustimmung input { margin-top: 3px; flex: 0 0 auto; }
.optin-zustimmung a { color: var(--accent); }
.optin-knopf {
  display: inline-block;
  width: 100%;
  padding: 16px 22px;
  background: var(--accent);
  color: #fff;
  border: 0;
  cursor: pointer;
  font-family: 'Oswald', 'Arial Narrow', Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 1.05rem;
}
.optin-knopf:hover { filter: brightness(1.08); }

.optin-freiwillig {
  text-transform: none;
  letter-spacing: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .78rem;
  color: var(--text-muted);
}
