.recht-seite .rahmen { max-width: 54rem; }
.recht-seite h1 { font-size: clamp(2rem, 5vw, 3.2rem); line-height: 1.12; }
.recht-seite h2 { margin-top: 2.7rem; scroll-margin-top: 7rem; }
.recht-seite h3 { margin-top: 1.6rem; }
.recht-seite p, .recht-seite li { max-width: 76ch; }
.recht-inhalt { display: block; background: var(--flaeche); border: 1px solid var(--linie); padding: 1.1rem 1.3rem; border-radius: 1rem; margin: 1.5rem 0 2.5rem; }
.recht-inhalt ol { columns: 2; column-gap: 2.5rem; padding-left: 1.3rem; margin-bottom: 0; }
.recht-inhalt li { break-inside: avoid; padding: .22rem 0; }
.recht-inhalt a { min-height: 44px; display: inline-flex; align-items: center; line-height: 1.35; }
.recht-seite a { text-underline-offset: .2em; }
.recht-seite .recht-meta { color: var(--gedaempft); font-size: .9rem; }
@media (max-width: 560px) { .recht-inhalt ol { columns: 1; } }
@media print { header, footer, .recht-inhalt, .ueberspringen { display: none !important; } .recht-seite .rahmen { max-width: none; } .recht-seite h2 { break-after: avoid; } body { font: 11pt/1.5 sans-serif; color: #111; background: white; } }

/* Lange Einträge im Inhaltsverzeichnis müssen auch auf schmalen Ansichten lesbar bleiben. */
.recht-inhalt a { white-space: normal; overflow-wrap: anywhere; line-height: 1.45; }
