/* Hilfe-Bereich: Erklärvideos und häufige Fragen.
   Eigene Datei, damit die 1.500 Zeilen inhalt.css nicht auf jeder Seite
   um Regeln wachsen, die nur zwei Seiten brauchen. */

/* ---------------------------------------------------------- Erklärvideos */

.film {
  margin: 0 0 2.6rem;
  padding: 0 0 2.4rem;
  border-bottom: 1px solid var(--glas-rand);
}
.film:last-of-type { border-bottom: 0; }

.film-kopf {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: .95rem;
  align-items: start;
  margin-bottom: 1rem;
}
.film-nr {
  display: grid;
  place-items: center;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  background: var(--marke);
  color: #fff;
  font-weight: 700;
  font-size: .98rem;
  font-variant-numeric: tabular-nums;
}
.film-kopf h2 {
  margin: .1rem 0 .3rem;
  font-size: 1.35rem;
  line-height: 1.25;
}
.film-kurz {
  margin: 0;
  color: var(--tinte-2);
  font-size: 1rem;
  line-height: 1.5;
}
.film-dauer {
  padding: .28rem .62rem;
  border-radius: 999px;
  background: var(--akzent-hell);
  color: var(--marke);
  font-size: .86rem;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.film video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  background: var(--tiefblau);
  box-shadow: 0 6px 26px rgba(6, 24, 60, .16);
}

.film-text {
  margin-top: .95rem;
  border: 1px solid var(--glas-rand);
  border-radius: 11px;
  background: #fff;
}
.film-text > summary,
.faq > summary {
  padding: .78rem 1rem;
  cursor: pointer;
  font-weight: 600;
  color: var(--marke);
  list-style: none;
  display: flex;
  gap: .6rem;
  align-items: baseline;
}
.film-text > summary::-webkit-details-marker,
.faq > summary::-webkit-details-marker { display: none; }
.film-text > summary::before,
.faq > summary::before {
  content: "▸";
  color: var(--akzent);
  transition: transform .16s ease;
  display: inline-block;
}
.film-text[open] > summary::before,
.faq[open] > summary::before { transform: rotate(90deg); }
.film-text > summary:hover,
.faq > summary:hover { background: var(--akzent-hell); }
.film-text > summary:focus-visible,
.faq > summary:focus-visible {
  outline: 3px solid var(--akzent);
  outline-offset: -3px;
}

.film-text-innen {
  padding: 0 1rem .9rem 2.2rem;
  border-top: 1px solid var(--glas-rand);
}
.film-text-innen p {
  margin: .8rem 0 0;
  color: var(--tinte-2);
  line-height: 1.65;
}

.film-weiter { margin: .9rem 0 0; }
.film-weiter a {
  font-weight: 600;
  color: var(--marke-mittel);
  text-decoration: none;
}
.film-weiter a:hover { text-decoration: underline; }

/* ------------------------------------------------------- Häufige Fragen */

.faq-gruppe { margin: 0 0 2.4rem; }
.faq-gruppe > h2 {
  margin: 0 0 .9rem;
  padding-bottom: .5rem;
  border-bottom: 2px solid var(--akzent-hell);
  font-size: 1.3rem;
}

.faq {
  margin-bottom: .55rem;
  border: 1px solid var(--glas-rand);
  border-radius: 11px;
  background: #fff;
  transition: border-color .16s ease;
}
.faq[open] { border-color: var(--akzent); }
.faq > summary { font-size: 1.04rem; line-height: 1.4; }

.faq-antwort {
  padding: 0 1rem 1rem 2.2rem;
  border-top: 1px solid var(--glas-rand);
}
.faq-antwort p {
  margin: .85rem 0 0;
  color: var(--tinte-2);
  line-height: 1.68;
}
.faq-antwort strong { color: var(--tinte); }
.faq-weiter a {
  font-weight: 600;
  color: var(--marke-mittel);
  text-decoration: none;
}
.faq-weiter a:hover { text-decoration: underline; }

.hilfe-hinweis {
  margin: 0 0 2.2rem;
  padding: 1rem 1.15rem;
  border-left: 4px solid var(--akzent);
  border-radius: 0 11px 11px 0;
  background: var(--akzent-hell);
}
.hilfe-hinweis p { margin: 0; line-height: 1.6; }

.wegweiser ol span { color: var(--tinte-3); font-size: .9em; }

@media (max-width: 560px) {
  .film-kopf { grid-template-columns: auto 1fr; }
  .film-dauer { grid-column: 2; justify-self: start; margin-top: .35rem; }
  .film-text-innen, .faq-antwort { padding-left: 1rem; }
}

/* ------------------------------------------------------------ Termine */

.terminliste { margin: 0 0 2.4rem; }

.termin {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.1rem;
  margin-bottom: .8rem;
  padding: 1rem 1.15rem;
  border: 1px solid var(--glas-rand);
  border-radius: 13px;
  background: #fff;
}
.termin:hover { border-color: var(--akzent); }

/* Das Kalenderblatt macht das Datum auf einen Blick lesbar — wichtiger als
   jede Zierde, wenn jemand nur wissen will, ob er noch hinkommt. */
.termin-kalender {
  display: grid;
  place-content: center;
  align-self: start;
  width: 3.6rem;
  padding: .42rem 0 .5rem;
  border-radius: 10px;
  background: var(--marke);
  color: #fff;
  text-align: center;
  line-height: 1.1;
}
.termin-monat {
  display: block;
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--fund);
}
.termin-tag {
  display: block;
  font-size: 1.55rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.termin-inhalt h3 { margin: .15rem 0 .35rem; font-size: 1.16rem; line-height: 1.3; }
.termin-art {
  margin: 0;
  color: var(--marke-mittel);
  font-size: .84rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.termin-wann { margin: 0 0 .2rem; font-weight: 600; color: var(--tinte); }
.termin-zeit { color: var(--tinte-2); font-weight: 500; }
.termin-wo { margin: 0 0 .5rem; color: var(--tinte-2); font-size: .95rem; }
.termin-text { margin: 0 0 .55rem; color: var(--tinte-2); line-height: 1.6; }
.termin-quelle { margin: 0; font-size: .92rem; }
.termin-quelle a { color: var(--marke-mittel); font-weight: 600; text-decoration: none; }
.termin-quelle a:hover { text-decoration: underline; }

.dauer-wer {
  margin: 0 0 .45rem;
  color: var(--marke-mittel);
  font-size: .9rem;
  font-weight: 600;
}

@media (max-width: 520px) {
  .termin { grid-template-columns: 1fr; }
  .termin-kalender {
    display: flex;
    gap: .4rem;
    width: max-content;
    padding: .3rem .7rem;
    align-items: baseline;
  }
  .termin-tag { font-size: 1.1rem; }
}
