/* Zweck: historisches A4-Textblatt | Schicht: Seitentyp | Ladende Seiten: Handbuch Teil 16 */
.sheet{position:relative;box-sizing:border-box;width:210mm;margin:0 auto var(--sheet-gap);background:#fff;box-shadow:var(--shadow)}
.sheet--text{min-height:297mm;padding:25mm 20mm}
.sheet--text h1{color:var(--ink);font:700 28px/1.2 var(--serif)}
.sheet--text h2{color:var(--ink);font:600 22px/1.3 var(--serif)}
.sheet--text p{color:#1c1c1c;font:16px/1.7 var(--serif)}
.sheet+.sheet::before{content:"";position:absolute;top:calc(-1*var(--sheet-gap)/2);left:50%;width:210mm;height:1px;background:rgba(255,255,255,.35);transform:translateX(-50%)}
html[data-theme="dark"] .sheet{border-color:var(--amg-line);background:var(--amg-paper);color:var(--amg-ink)}
@media(max-width:820px){
  .sheet{width:100%;margin:0 0 12px;box-shadow:none}
  .sheet--text{min-height:0;padding:1.2rem}
  .sheet+.sheet::before{display:none}
}
