:root{
  --schildart:"holz";
  /* Der Farbton dieses Ladens. Alles Farbige in app.css haengt daran. */
  --ton:28.9;
  --radius-lg:26px; --radius:18px; --radius-sm:13px;
  --shadow:0 24px 60px -18px rgba(33,22,9,0.22), 0 3px 10px rgba(33,22,9,0.048);
  --shadow-sm:0 24px 60px -10px rgba(33,22,9,0.136);
  --shadow-lift:0 24px 60px -18px rgba(33,22,9,0.308), 0 5px 16px rgba(33,22,9,0.057);
  --textur:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2258%22%20height%3D%2258%22%3E%3Cg%20opacity%3D%220.171%22%3E%3Cpath%20d%3D%22M0%204.4h58%22%20stroke%3D%22%232f2114%22%20stroke-width%3D%220.49%22%20opacity%3D%220.49%22%2F%3E%3Cpath%20d%3D%22M0%2012.4h58%22%20stroke%3D%22%232f2114%22%20stroke-width%3D%220.71%22%20opacity%3D%220.61%22%2F%3E%3Cpath%20d%3D%22M0%2019.2h58%22%20stroke%3D%22%232f2114%22%20stroke-width%3D%220.85%22%20opacity%3D%220.61%22%2F%3E%3Cpath%20d%3D%22M0%2024.9h58%22%20stroke%3D%22%232f2114%22%20stroke-width%3D%220.74%22%20opacity%3D%220.65%22%2F%3E%3Cpath%20d%3D%22M0%2038.0h58%22%20stroke%3D%22%232f2114%22%20stroke-width%3D%220.67%22%20opacity%3D%220.57%22%2F%3E%3Cpath%20d%3D%22M0%2042.0h58%22%20stroke%3D%22%232f2114%22%20stroke-width%3D%220.68%22%20opacity%3D%220.42%22%2F%3E%3Cpath%20d%3D%22M0%2052.6h58%22%20stroke%3D%22%232f2114%22%20stroke-width%3D%220.70%22%20opacity%3D%220.66%22%2F%3E%3Ccircle%20cx%3D%2257.8%22%20cy%3D%2224.9%22%20r%3D%221.1%22%20fill%3D%22%23b9803f%22%20opacity%3D%22.5%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  --textur-lage:0 0 / 58px 58px repeat;
  --siegel-feld:#b9803f;
  --siegel-schrift:#211609;
  /* Die auf Lesbarkeit gerechnete Nebenfarbe. marke.css wird auf allen Seiten
     NACH app.css eingebunden und schlägt deshalb den dortigen Rückfall. */
  --muted:#76614a;
  --mk-feld:#211609; --mk-schrift:#fffaf1;
  --mk-zier:#b9803f; --mk-zier-text:#b9803f;
  --mk-size:min(2.5rem, 9.5vw); --mk-track:-.02em;
  --mk-opsz:144; --mk-gewicht:640;
  --mk-kante:0;
  --mk-verlauf:linear-gradient(150deg, #422e1a, #211609);
}