﻿/* =======================================================
   SILBERLINIE 2026 — TYP: ROMANFRAGMENT
   (TOC + lange Textfläche, textfenster2)
   ======================================================= */

.textfenster2{
  overflow: visible;
  width: min(86vw, 640px);
  margin: clamp(0.6rem, 3vh, 2rem) auto 0;
  padding: clamp(1rem, 2.6vw, 2.2rem);
  background: #fff;
  color: #222;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: clamp(1.1rem, 0.9vw + 0.85rem, 1.3rem);
  line-height: clamp(1.6, 0.8vw + 1.45, 1.9);
  overflow-y: auto;
  border-radius: 6px;
  max-height: clamp(2428rem, 1960vh, 2546rem);
}

/* Inhaltsverzeichnis-Raster */
.toc{
  display: grid;
  grid-template-columns: 6rem 1fr;
}
.k{
  white-space: nowrap;
  font-weight: 400;
}
