/* Rechtstexte: lange Fliesstexte, deshalb eigene Masse.
   Zeilenlaenge bewusst begrenzt - juristische Saetze sind lang genug. */
.rechtsseite { position: relative; z-index: 1; max-width: 760px; margin: 0 auto; padding: 30px 24px 80px; }

.zurueck { color: var(--leise); text-decoration: none; font-size: 13.5px; }
.zurueck:hover { color: var(--text); }

.rechtsseite h1 {
  font-family: var(--display); font-size: 30px; font-weight: 700;
  letter-spacing: -.04em; margin: 18px 0 4px;
}
.rechtsseite h2 {
  font-family: var(--display); font-size: 18px; font-weight: 600;
  letter-spacing: -.03em; margin: 34px 0 10px;
  padding-top: 18px; border-top: 1px solid var(--rand);
}
.rechtsseite h3 {
  font-family: var(--display); font-size: 15px; font-weight: 600;
  letter-spacing: -.02em; margin: 22px 0 8px;
}
.rechtsseite p, .rechtsseite li { font-size: 15px; line-height: 1.7; color: var(--text-2); }
.rechtsseite ul { padding-left: 20px; margin: 10px 0; }
.rechtsseite li { margin-bottom: 5px; }
.rechtsseite a { color: var(--lila-hell); }
.rechtsseite code {
  font-family: ui-monospace, Consolas, monospace; font-size: 13.5px;
  background: rgba(123, 92, 255, .14); color: var(--lila-hell);
  padding: 1px 6px; border-radius: 5px;
}

.stand { color: var(--leiser); font-size: 13.5px; margin: 0 0 8px; }
.klein { font-size: 13.5px; color: var(--leiser); }
.grundlage {
  font-size: 13.5px; color: var(--leiser);
  border-left: 2px solid var(--rand-2); padding-left: 12px; margin: 12px 0;
}


.rechtstabelle { width: 100%; border-collapse: collapse; font-size: 14.5px; margin: 12px 0; }
.rechtstabelle th {
  text-align: left; font-size: 11.5px; font-weight: 600;
  letter-spacing: .06em; text-transform: uppercase; color: var(--leiser);
  padding: 9px 0; border-bottom: 1px solid var(--rand);
}
.rechtstabelle td { padding: 9px 0; border-bottom: 1px solid var(--rand); color: var(--text-2); }
.rechtstabelle td:last-child { color: var(--leise); white-space: nowrap; }

.rechtsnav {
  margin-top: 44px; padding-top: 20px; border-top: 1px solid var(--rand);
  display: flex; gap: 18px; flex-wrap: wrap; font-size: 13.5px;
}
.rechtsnav a { color: var(--leise); text-decoration: none; }
.rechtsnav a:hover { color: var(--text); }
