/* ==========================================================================
   Ergänzung zu custom.css — Bausteine für "Mein Angebot"
   Diesen Abschnitt am Ende von custom.css einfügen.
   ========================================================================== */

/* Nutzen-Gruppe: Überschrift + Themen darunter */

.inst-gruppe {
  padding-block: 48px;
  scroll-margin-top: 96px;
}

.inst-gruppe:nth-of-type(even) {
  background: var(--inst-soft);
}

.inst-gruppe-head {
  margin-bottom: 8px;
}

.inst-aside-wide {
  max-width: 52ch;
}

/* Einzelnes Thema */

.inst-thema {
  padding-block: 28px;
  border-top: 1px solid var(--inst-line);
}

.inst-gruppe:nth-of-type(even) .inst-thema {
  border-top-color: var(--inst-line-band);
}

.inst-thema-img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  border-radius: var(--inst-r-md);
}

.inst-thema-frage {
  font-family: var(--inst-ff-head);
  font-weight: 600;
  font-size: 21px;
  line-height: 1.25;
  letter-spacing: -.025em;
  color: var(--inst-ink);
  margin: 0 0 4px;
  text-wrap: pretty;
}

.inst-thema-name {
  font-family: var(--inst-ff-mono);
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--inst-mono-band);
  margin: 0 0 12px;
}

/* Zitat innerhalb eines Themas */

.inst-zitat {
  font-size: 16px;
  line-height: 1.5;
  color: var(--inst-ink);
  border-left: 2px solid var(--inst-accent);
  padding-left: 14px;
  max-width: 46ch;
}

/* Querverweis am Ende einer Gruppe */

.inst-quer {
  font-size: 15px;
  color: var(--inst-ink-soft);
  border-top: 1px solid var(--inst-line);
  padding-top: 20px;
  margin-top: 8px;
}

.inst-quer a {
  font-weight: 600;
  color: var(--inst-accent-ink);
}

/* Sprungmarken der übrigen Abschnitte */

#online, #ki, #themen {
  scroll-margin-top: 96px;
}

/* Freigestellte Illustration auf farbigem Band: weißer Bildhintergrund
   verschwindet durch Multiplikation. Nur für helle Bänder verwenden. */

.inst-img-blend {
  mix-blend-mode: multiply;
  object-fit: contain;
  background: transparent;
}

