/* Übersichtsseite Förderthemen — offene Zeilen, nur feine Linien, kein Kasten */
.ov { max-width: 760px; margin: 0 auto; padding: 124px 28px 110px; }

.ov-head { text-align: center; }
.ov-head .kicker { margin-bottom: 18px; }
.ov-head h1 { font-family: var(--serif); font-weight: 400; font-size: clamp(30px, 5vw, 50px); line-height: 1.12; letter-spacing: -0.02em; margin: 0; }
.ov-intro { font-family: var(--serif); font-weight: 300; font-size: clamp(17px, 2vw, 20px); line-height: 1.55; color: var(--ink-soft); max-width: 48ch; margin: 24px auto 0; }

/* Gruppen */
.group { margin-top: clamp(40px, 6vh, 64px); }
.group-label { font-family: var(--sans); font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-faint); margin: 0 0 2px; }

/* Liste */
.themen-list { list-style: none; margin: 0; padding: 0; }
.themen-list li { border-top: 1px solid var(--line); }
.themen-list li:last-child { border-bottom: 1px solid var(--line); }

.t-row { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; column-gap: 20px; align-items: start; padding: 24px 2px; color: inherit; text-decoration: none; }
.t-row:hover { text-decoration: none; }
.t-idx { grid-column: 1; font-family: var(--serif); font-style: italic; font-size: 18px; line-height: 1.35; color: var(--blue); }
.t-body { grid-column: 2; min-width: 0; }
.t-h { font-family: var(--serif); font-weight: 500; font-size: clamp(18px, 2.4vw, 23px); letter-spacing: -0.01em; line-height: 1.28; color: var(--ink); margin: 0; transition: color .2s ease; }
.t-h .arrow { display: inline-block; margin-left: 8px; color: var(--blue); opacity: 0; transform: translateX(-2px); transition: opacity .2s ease, transform .2s ease; }
.t-q { font-family: var(--serif); font-style: italic; font-weight: 300; font-size: 16px; line-height: 1.45; color: var(--ink-soft); margin: 7px 0 0; }
.t-fund { font-family: var(--sans); font-size: 13px; line-height: 1.5; color: var(--ink-faint); margin: 9px 0 0; }
.t-mat { grid-column: 3; justify-self: end; padding-top: 5px; font-family: var(--sans); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-faint); white-space: nowrap; }

/* Hover: Überschrift blau + dezenter blauer Pfeil */
.t-row:hover .t-h, .t-row:focus-visible .t-h { color: var(--blue); }
.t-row:hover .t-h .arrow, .t-row:focus-visible .t-h .arrow { opacity: 1; transform: translateX(2px); }

@media (max-width: 600px) {
  .ov { padding-top: 104px; }
  .t-row { grid-template-columns: auto minmax(0, 1fr); column-gap: 16px; }
  .t-mat { grid-column: 2; justify-self: start; padding-top: 0; margin-top: 10px; }
}
