/* Gemeinsame Gestaltung der Textseiten.
   Sie stand bis v85 als Block in impressum.html und waere mit jeder neuen
   Seite ein weiteres Mal abgeschrieben worden — sieben Kopien einer
   Gestaltung, von denen bei der ersten Aenderung sechs zurueckbleiben. Das
   ist dieselbe Regel wie im Spielcode: eine Zahl, eine Stelle.
   Eigene Datei und kein Fremd-Request: sie liegt auf derselben Domain. */
@font-face{font-family:'Fredoka';font-style:normal;font-weight:400 700;font-display:swap;
  src:url(fonts/fredoka-latin.woff2) format('woff2');
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:'Fredoka',system-ui,sans-serif;background:#1a1206;color:#FFF6E6;
  line-height:1.65;padding:32px 20px 64px}
main{max-width:680px;margin:0 auto}
a{color:#FFD24A}
h1{font-size:clamp(28px,7vw,40px);line-height:1.1;margin-bottom:6px}
h2{font-size:clamp(19px,4.5vw,24px);color:#FFE99A;margin:34px 0 12px;
  padding-top:18px;border-top:1px solid rgba(255,255,255,.16)}
h3{font-size:16px;color:#FFE99A;margin:20px 0 6px}
p,ul{margin-bottom:12px;font-size:15px;opacity:.94}
ul{padding-left:22px}
li{margin-bottom:5px}
code{background:rgba(0,0,0,.35);padding:2px 6px;border-radius:5px;font-size:13.5px}
.back{display:inline-block;margin-bottom:26px;padding:10px 22px;border-radius:30px;
  background:rgba(255,255,255,.10);border:2px solid rgba(255,255,255,.4);
  color:#FFF6E6;text-decoration:none;font-weight:700;font-size:15px}
.back:hover{background:rgba(255,255,255,.2)}
.lead{opacity:.75;font-size:14px;margin-bottom:24px}
/* Fussleiste mit den Geschwisterseiten. Sie ist der Weg, auf dem ein
   Crawler ueberhaupt von einer Seite zur naechsten kommt — ohne sie waeren
   es sieben Inseln. */
nav.seiten{margin-top:44px;padding-top:18px;border-top:1px solid rgba(255,255,255,.16);
  font-size:14px;line-height:2}
nav.seiten a{margin-right:16px;white-space:nowrap}
table.welten{width:100%;border-collapse:collapse;font-size:14.5px;margin-bottom:16px}
table.welten th{text-align:left;color:#FFE99A;padding:6px 8px 6px 0;
  border-bottom:1px solid rgba(255,255,255,.16)}
table.welten td{padding:6px 8px 6px 0;vertical-align:top;
  border-bottom:1px solid rgba(255,255,255,.07)}
table.welten td:first-child{color:#FFD24A;font-weight:700;white-space:nowrap}
