/* Hofladen Ecknachtal — Demo-Website Hofladen 1
   Röstbraun #3E2E24 · Sehr dunkel #2A2019 · Leinen #F7F1E4 · Sand #EFE5D2
   Mohnrot #A8422E · Mohnrot hell #E8845F · Text #2B2320

   Aufbau übernommen von Maler 1: halbhohe Bühne mit Text links und Bild rechts,
   normale feste Kopfzeile, keine bildschirmfüllende Bühne.

   Unterschied zu allen bisherigen Demos: Überschriften laufen in einer Serife
   (Bitter, liegt lokal in schriften/), der Grundton der Seite ist warm statt
   grau. Keine Verbindung zu Google Fonts oder sonst einem fremden Server. */

/* ------------------------------------------------------------- Schriften */

@font-face {
  font-family: "Bitter";
  src: url("schriften/bitter-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bitter";
  src: url("schriften/bitter-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --dunkel: #3E2E24;
  --dunkler: #2A2019;
  --rot: #A8422E;
  --rot-tief: #8C3323;
  --rot-hell: #E8845F;
  --flaeche: #F7F1E4;
  --flaeche2: #EFE5D2;
  --linie: #E2D6C1;
  --linie-dunkel: #55402F;
  --text: #2B2320;
  --text-leise: #6B5B4E;
  --weiss: #FFFFFF;
  --auf-dunkel: #E4D8C7;
  --auf-dunkel-leise: #B5A48F;

  --fruehjahr: #DDE4CE;
  --sommer: #F3D9A4;
  --herbst: #EBC6A4;
  --winter: #DCE0DC;

  --breit: 1280px;
  --schmal: 780px;

  --schrift: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
             Arial, sans-serif;
  --serife: "Bitter", Georgia, "Iowan Old Style", "Times New Roman", serif;
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--schrift);
  font-size: 1.0625rem;
  line-height: 1.68;
  color: var(--text);
  background: var(--weiss);
  -webkit-text-size-adjust: 100%;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--rot-tief); }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible,
label:focus-visible { outline: 3px solid var(--rot); outline-offset: 2px; }

/* Überschriften in der Serife und in normaler Schreibweise. Versal laufen nur
   Menü, Knöpfe und die kleinen Kicker. */
h1, h2, h3 {
  font-family: var(--serife);
  line-height: 1.2; margin: 0 0 .6em; letter-spacing: -.01em; font-weight: 700;
}
h1 { font-size: clamp(1.95rem, 4.2vw, 3rem); }
h2 { font-size: clamp(1.5rem, 2.8vw, 2.15rem); }
h3 { font-size: 1.18rem; }
p { margin: 0 0 1.1em; }
p:last-child { margin-bottom: 0; }

.kicker {
  text-transform: uppercase; letter-spacing: .16em; font-size: .78rem;
  font-weight: 700; color: var(--rot); margin: 0 0 .9rem;
  font-family: var(--schrift);
}
.buehne-text .kicker, .seitenkopf .kicker, .band-dunkel .kicker,
.abschluss .kicker { color: var(--rot-hell); }

.springen {
  position: absolute; left: -9999px;
  background: var(--rot); color: #fff; padding: .8rem 1.2rem; z-index: 200;
}
.springen:focus { left: .5rem; top: .5rem; }

.nur-lesbar {
  position: absolute; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap;
}

/* ---------------------------------------------------------------- Raster */

.innen { width: min(100% - 2.5rem, var(--breit)); margin-inline: auto; }
.innen.schmal { width: min(100% - 2.5rem, var(--schmal)); }

.band { padding: clamp(3rem, 6.5vw, 5.25rem) 0; }
.band-flaeche { background: var(--flaeche); }
.band-sand { background: var(--flaeche2); }
.band-dunkel { background: var(--dunkel); color: var(--auf-dunkel); }
.band-dunkel h2, .band-dunkel h3 { color: #fff; }

.gross { font-size: 1.18rem; }
.klein { font-size: .9rem; color: var(--text-leise); }
.band-dunkel .klein { color: var(--auf-dunkel-leise); }

/* ------------------------------------------------------------ Demo-Hinweis */

.hinweis-schalter { position: absolute; opacity: 0; pointer-events: none; }

.demo-schicht {
  position: fixed; inset: 0; z-index: 150;
  background: rgba(42, 32, 25, .94);
  display: flex; align-items: center; justify-content: center;
  padding: 1.25rem;
  overflow-y: auto;
}
.hinweis-schalter:checked ~ .demo-schicht { display: none; }

.demo-kasten {
  background: #fff; max-width: 640px; width: 100%;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border-top: 6px solid var(--rot);
}
.demo-marke {
  text-transform: uppercase; letter-spacing: .18em; font-size: .78rem;
  font-weight: 700; color: var(--rot); margin-bottom: .5rem;
}
.demo-kasten h2 { margin-bottom: .7em; font-size: clamp(1.45rem, 3vw, 1.85rem); }
.demo-kasten p { font-size: 1rem; }
.demo-knoepfe { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.5rem; }

.demo-band {
  background: var(--dunkler); color: var(--auf-dunkel);
  font-size: .88rem; text-align: center;
  padding: .55rem 1rem;
  border-bottom: 3px solid var(--rot);
  position: relative; z-index: 120;
}
.demo-band p { margin: 0; }
.demo-band a { color: #fff; }

/* -------------------------------------------------------------- Kopfzeile */

.servicezeile {
  background: var(--dunkler); color: var(--auf-dunkel-leise);
  font-size: .87rem;
  display: flex; flex-wrap: wrap; gap: .25rem 1.75rem;
  justify-content: center; padding: .5rem 1.25rem;
  border-bottom: 1px solid var(--linie-dunkel);
  position: relative; z-index: 120;
}
.servicezeile p { margin: 0; }
.servicezeile a { color: #fff; font-weight: 700; text-decoration: none; }

.kopf { background: var(--dunkel); position: sticky; top: 0; z-index: 100; }
.kopf-innen {
  width: min(100% - 2.5rem, var(--breit));
  margin-inline: auto;
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: 1rem 0;
  flex-wrap: wrap;
}

.logo { text-decoration: none; display: block; color: #fff; }
.logo svg { display: block; height: 48px; width: auto; }

.kopf nav ul {
  list-style: none; display: flex; gap: 1.4rem; margin: 0; padding: 0; flex-wrap: wrap;
}
.kopf nav a {
  text-decoration: none; color: #fff;
  text-transform: uppercase; letter-spacing: .08em;
  font-size: .8rem; font-weight: 700;
  padding: .4rem 0; display: block;
  border-bottom: 2px solid transparent;
}
.kopf nav a:hover { color: var(--rot-hell); }
.kopf nav a[aria-current="page"] { border-bottom-color: var(--rot-hell); }

.menue-schalter { position: absolute; opacity: 0; pointer-events: none; }
.menue-knopf { display: none; }

@media (max-width: 899px) {
  .menue-knopf {
    display: inline-flex; align-items: center; gap: .5rem;
    text-transform: uppercase; letter-spacing: .09em; font-size: .8rem; font-weight: 700;
    border: 2px solid #fff; color: #fff;
    padding: .5rem .8rem; cursor: pointer;
  }
  .menue-knopf span { width: 18px; height: 2px; background: #fff; position: relative; display: block; }
  .menue-knopf span::before, .menue-knopf span::after {
    content: ""; position: absolute; left: 0; width: 18px; height: 2px; background: #fff;
  }
  .menue-knopf span::before { top: -6px; }
  .menue-knopf span::after { top: 6px; }

  .kopf nav { display: none; width: 100%; }
  .menue-schalter:checked ~ nav { display: block; }
  .kopf nav ul { flex-direction: column; gap: 0; padding-top: .5rem; }
  .kopf nav li { border-top: 1px solid var(--linie-dunkel); }
  .kopf nav a { padding: .85rem 0; border-bottom: none; }
  .kopf nav a[aria-current="page"] { color: var(--rot-hell); }
}

/* ------------------------------------------------- Bühne (nur Startseite) */

.buehne { display: grid; grid-template-columns: 1fr; }
.buehne-bild img { width: 100%; }
.buehne-text {
  background: var(--dunkel); color: #fff;
  padding: clamp(1.9rem, 5vw, 3.25rem) 1.25rem;
}
.buehne-innen { width: min(100%, calc(var(--breit) / 2)); margin-inline: auto; }
.buehne h1 { color: #fff; margin-bottom: .45em; }
.buehne-text p { font-size: 1.18rem; color: var(--auf-dunkel); max-width: 32em; }
.buehne-text p.kicker { max-width: none; font-size: .78rem; }

@media (min-width: 900px) {
  .buehne { grid-template-columns: 1fr 1fr; min-height: 58vh; }
  .buehne-bild { order: 2; }
  .buehne-bild img { width: 100%; height: 100%; object-fit: cover; object-position: center 50%; }
  .buehne-text {
    order: 1;
    display: flex; align-items: center;
    padding: clamp(2.5rem, 5vw, 4rem) clamp(1.5rem, 3vw, 2.5rem);
  }
  .buehne-innen { width: min(100%, 34rem); margin-inline: 0; margin-left: auto; }
}
@media (min-width: 1400px) {
  .buehne-innen { margin-right: 3rem; }
}

.knopfreihe { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.75rem; }

.knopf {
  display: inline-block; text-decoration: none; cursor: pointer;
  font-family: var(--schrift);
  font-weight: 700; text-transform: uppercase; letter-spacing: .08em; font-size: .84rem;
  padding: .95rem 1.6rem; border: 2px solid transparent;
}
.knopf-rot { background: var(--rot); color: #fff; }
.knopf-rot:hover { background: var(--rot-tief); }
.knopf-hell { background: #fff; color: var(--dunkel); }
.knopf-hell:hover { background: var(--flaeche); }
.knopf-linie { border-color: var(--dunkel); color: var(--dunkel); background: transparent; }
.knopf-linie:hover { background: var(--dunkel); color: #fff; }

.abschluss .knopf-linie,
.band-dunkel .knopf-linie,
.buehne-text .knopf-linie,
.seitenkopf .knopf-linie { border-color: #fff; color: #fff; }
.abschluss .knopf-linie:hover,
.band-dunkel .knopf-linie:hover,
.buehne-text .knopf-linie:hover,
.seitenkopf .knopf-linie:hover { background: #fff; color: var(--dunkel); }

/* ------------------------------------------------------------- Seitenkopf */

.seitenkopf { background: var(--dunkel); color: var(--auf-dunkel); padding: clamp(2.25rem, 5vw, 3.5rem) 0; }
.seitenkopf h1 { color: #fff; }
.seitenkopf p { color: var(--auf-dunkel); font-size: 1.15rem; max-width: 40em; }

.seitenkopf.mit-bild { padding-top: 0; }
.seitenkopf.mit-bild .kopfbild { margin-bottom: clamp(1.75rem, 4vw, 2.75rem); }
.seitenkopf.mit-bild .kopfbild img { width: 100%; }
@media (min-width: 900px) {
  .seitenkopf.mit-bild .kopfbild img { max-height: 40vh; object-fit: cover; object-position: center 52%; }
}

/* ---------------------------------------------------------------- Kacheln */

.kacheln { display: grid; gap: 1.5rem; grid-template-columns: 1fr; margin-top: 2.25rem; }
@media (min-width: 700px)  { .kacheln { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1100px) { .kacheln { grid-template-columns: repeat(4, 1fr); } }

.kachel { background: #fff; border: 1px solid var(--linie); display: flex; flex-direction: column; }
.kachel img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.kachel-text { padding: 1.3rem; display: flex; flex-direction: column; flex: 1; }
.kachel-text h3 { color: var(--dunkel); }
.kachel-text p { flex: 1; font-size: .97rem; }
.kachel-text a {
  font-weight: 700; text-transform: uppercase; letter-spacing: .07em; font-size: .78rem;
  color: var(--rot-tief); text-decoration: none; margin-top: .9rem;
}
.kachel-text a:hover { text-decoration: underline; }

/* --------------------------------------------------------------- Schritte */

.schritte {
  list-style: none; padding: 0; margin: 2.25rem 0 0;
  display: grid; gap: 1.75rem; grid-template-columns: 1fr;
}
@media (min-width: 800px) { .schritte { grid-template-columns: repeat(3, 1fr); } }
.schritte li { border-top: 3px solid var(--rot); padding-top: 1.15rem; }
.schritt-zahl {
  display: block; font-family: var(--serife);
  font-size: 2.3rem; font-weight: 700; color: var(--rot);
  line-height: 1; margin-bottom: .4rem;
}

/* ----------------------------------------------------------------- Gründe */

.gruende { display: grid; gap: 1.9rem; grid-template-columns: 1fr; margin-top: 2.25rem; }
@media (min-width: 800px) { .gruende { grid-template-columns: repeat(3, 1fr); } }
.gruende h3 { border-left: 3px solid var(--rot-hell); padding-left: .85rem; }
.gruende p { color: var(--auf-dunkel); }

/* --------------------------------------------------------------- Streifen */

.streifen { display: grid; grid-template-columns: 1fr; }
@media (min-width: 700px) { .streifen { grid-template-columns: repeat(3, 1fr); } }
.streifen img { width: 100%; }
@media (min-width: 700px) { .streifen img { aspect-ratio: 3 / 2; object-fit: cover; } }

/* ------------------------------------------------------------- Zweispalter */

.zweispalt {
  display: grid; gap: clamp(1.5rem, 4vw, 3.25rem); grid-template-columns: 1fr; align-items: start;
}
@media (min-width: 900px) {
  .zweispalt { grid-template-columns: 5fr 6fr; }
  .zweispalt.gedreht .spalt-bild { order: 2; }
  .zweispalt.gedreht .spalt-text { order: 1; }
}
.spalt-bild img { width: 100%; }

.haken, .kreuze { padding-left: 0; list-style: none; margin: 0 0 1.2em; }
.haken li, .kreuze li { padding-left: 1.7rem; position: relative; margin-bottom: .5rem; }
.haken li::before {
  content: ""; position: absolute; left: 0; top: .66em;
  width: .5rem; height: .5rem; background: var(--rot);
}
.kreuze li::before {
  content: "×"; position: absolute; left: 0; top: 0;
  color: var(--rot); font-weight: 700; font-size: 1.2rem; line-height: 1.5;
}
@media (min-width: 700px) {
  .haken.zweizeilig { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 1.5rem; }
}

.nummern { margin: 0 0 1.2em; padding-left: 1.35rem; }
.nummern li { margin-bottom: .65rem; }

.weiter {
  font-weight: 700; text-transform: uppercase; letter-spacing: .07em;
  font-size: .8rem; color: var(--rot-tief); text-decoration: none;
}
.weiter:hover { text-decoration: underline; }

.merksatz { background: var(--flaeche); border-left: 3px solid var(--rot); padding: 1.1rem 1.35rem; }
.band-flaeche .merksatz, .band-sand .merksatz { background: #fff; }

/* ------------------------------------------------------------ Saisonkalender */

.kalenderrahmen { overflow-x: auto; margin: 1.9rem 0 .6rem; border: 1px solid var(--linie); }
table.kalender { border-collapse: collapse; width: 100%; min-width: 720px; font-size: .93rem; }
table.kalender th, table.kalender td { border-bottom: 1px solid var(--linie); }
table.kalender thead th {
  font-family: var(--schrift);
  font-size: .78rem; text-transform: uppercase; letter-spacing: .06em;
  padding: .6rem .2rem; text-align: center; color: var(--dunkel);
  border-bottom: 2px solid var(--dunkel);
}
table.kalender thead th.ware {
  text-align: left; padding-left: 1rem; background: var(--flaeche2); min-width: 11rem;
}
table.kalender thead th.m-winter   { background: var(--winter); }
table.kalender thead th.m-fruehjahr{ background: var(--fruehjahr); }
table.kalender thead th.m-sommer   { background: var(--sommer); }
table.kalender thead th.m-herbst   { background: var(--herbst); }

table.kalender tbody th {
  text-align: left; font-weight: 400; padding: .5rem 1rem; white-space: nowrap;
  background: var(--flaeche2);
}
table.kalender td { text-align: center; padding: .5rem .2rem; width: 5.4%; }
table.kalender td span { display: block; line-height: 1; font-size: 1.1rem; }
table.kalender td.frisch { background: var(--rot); color: #fff; }
table.kalender td.lager  { background: #E9D3C4; color: var(--rot-tief); }
table.kalender tbody tr:hover td:not(.frisch):not(.lager) { background: var(--flaeche); }

.kalender-legende {
  display: flex; flex-wrap: wrap; gap: .6rem 1.6rem; align-items: center;
  font-size: .9rem; margin-bottom: 1.6rem;
}
.kalender-legende span.muster {
  display: inline-block; width: 1.15rem; height: 1.15rem; vertical-align: -.25rem;
  margin-right: .45rem; border: 1px solid var(--linie);
}
.kalender-legende span.muster.frisch { background: var(--rot); border-color: var(--rot); }
.kalender-legende span.muster.lager  { background: #E9D3C4; }

.jahreszeiten { display: grid; gap: 1.5rem; grid-template-columns: 1fr; margin-top: 2.25rem; }
@media (min-width: 780px)  { .jahreszeiten { grid-template-columns: repeat(2, 1fr); } }
.jahreszeit { padding: 1.4rem 1.5rem; }
.jahreszeit h3 { margin-bottom: .5em; }
.jahreszeit p { font-size: .97rem; }
.jahreszeit.fruehjahr { background: var(--fruehjahr); }
.jahreszeit.sommer    { background: var(--sommer); }
.jahreszeit.herbst    { background: var(--herbst); }
.jahreszeit.winter    { background: var(--winter); }

/* --------------------------------------------------------------- Aktuelles */

.eintraege { margin-top: 2rem; }
.eintrag {
  border-top: 3px solid var(--rot);
  padding: 1.3rem 0 1.6rem;
}
.eintrag:first-child { border-top-width: 3px; }
.eintrag-datum {
  font-family: var(--schrift);
  text-transform: uppercase; letter-spacing: .1em; font-size: .78rem;
  font-weight: 700; color: var(--rot); margin-bottom: .3rem;
}
.eintrag h2 { font-size: 1.35rem; margin-bottom: .4em; }
.eintrag p { margin-bottom: .6em; }

/* --------------------------------------------------------------- Tabellen */

.tabellenrahmen { overflow-x: auto; margin: 1.6rem 0 .5rem; }
table.preise { border-collapse: collapse; width: 100%; min-width: 380px; }
table.preise th, table.preise td {
  text-align: left; padding: .85rem 1rem; border-bottom: 1px solid var(--linie);
}
table.preise thead th {
  background: var(--dunkel); color: #fff;
  text-transform: uppercase; letter-spacing: .08em; font-size: .78rem;
}

table.zeiten { border-collapse: collapse; margin-bottom: 1.1em; }
table.zeiten td { padding: .35rem 1.5rem .35rem 0; vertical-align: top; }

/* ---------------------------------------------------------------- Fragen */

.fragen { display: grid; gap: 1.5rem; grid-template-columns: 1fr; margin-top: 1.9rem; }
@media (min-width: 850px) { .fragen { grid-template-columns: repeat(2, 1fr); } }
.frage { background: #fff; padding: 1.3rem 1.45rem; border-top: 3px solid var(--rot); }
.frage h3 { color: var(--dunkel); font-size: 1.05rem; }
.frage p { font-size: .97rem; margin: 0; }

/* -------------------------------------------------------------- Abschluss */

.abschluss { background: var(--dunkler); color: var(--auf-dunkel); padding: clamp(2.75rem, 6vw, 4.25rem) 0; }
.abschluss h2 { color: #fff; }

.tel-zeile {
  font-family: var(--serife);
  font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 700; margin-bottom: .35em;
}
.tel-zeile a { color: var(--rot-tief); text-decoration: none; }
.abschluss .tel-zeile a { color: var(--rot-hell); }

/* --------------------------------------------------------------- Formular */

.formular { margin-top: 1.9rem; }
.feld { margin-bottom: 1.1rem; }
.feld label { display: block; font-weight: 700; font-size: .92rem; margin-bottom: .35rem; }
.freiwillig { font-weight: 400; color: var(--text-leise); }
.feld input, .feld textarea {
  width: 100%; font: inherit; color: inherit;
  padding: .75rem .85rem; border: 2px solid var(--linie); background: #fff;
}
.feld input:focus, .feld textarea:focus { border-color: var(--rot); }
.honigtopf { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.formular button { border: none; }
.formular .klein { margin-top: 1rem; }

/* ----------------------------------------------------------- Platzhalter */

.platzhalter {
  background: #FBEEE9; border: 2px dashed var(--rot);
  padding: 1.25rem 1.4rem; margin-bottom: 1.75rem;
}

/* ------------------------------------------------------------------ Fuß */

.fuss { background: var(--dunkel); color: var(--auf-dunkel); padding-top: clamp(2.5rem, 5vw, 3.5rem); }
.fuss a { color: #fff; }
.fuss-innen {
  width: min(100% - 2.5rem, var(--breit)); margin-inline: auto;
  display: grid; gap: 2rem; grid-template-columns: 1fr;
  padding-bottom: 2.5rem;
}
@media (min-width: 750px) { .fuss-innen { grid-template-columns: repeat(3, 1fr); } }
.fuss-logo svg { height: 44px; width: auto; display: block; margin-bottom: .9rem; }
.fuss-titel {
  text-transform: uppercase; letter-spacing: .1em; font-size: .78rem; font-weight: 700;
  color: #fff; margin-bottom: .6rem;
}
.fuss-liste { list-style: none; padding: 0; margin: 0; }
.fuss-liste li { margin-bottom: .35rem; }

.fuss-hinweis {
  background: var(--dunkler);
  border-top: 3px solid var(--rot);
  padding: 1.6rem 1.25rem;
}
.fuss-hinweis p {
  width: min(100%, var(--breit)); margin-inline: auto;
  font-size: .87rem; color: var(--auf-dunkel-leise);
}
.fuss-hinweis strong { color: #fff; }
.fuss-links { margin-top: .9rem !important; }
.fuss-sichtvoll { margin-top: .5rem !important; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

/* --------------------------------------------------- Rechtstextseiten */

.rechtstext h2 { margin-top: 2.6rem; }
.rechtstext h3 { margin-top: 2.2rem; }
.rechtstext h4 { margin-top: 1.6rem; font-size: 1.02rem; }
.rechtstext h2:first-child, .rechtstext h3:first-child { margin-top: 0; }
.rechtstext p { margin-bottom: 1.1em; }
.rechtstext ul, .rechtstext ol { margin: 0 0 1.1em; padding-left: 1.4rem; }
.rechtstext li { margin-bottom: .4rem; }
.rechtstext a { word-break: break-word; }
.rechtstext .quellenhinweis {
  margin-top: 3rem; padding-top: 1.5rem;
  border-top: 1px solid var(--linie);
  font-size: .9rem; color: var(--text-leise);
}

.demo-kasten-text {
  background: var(--flaeche); border-left: 3px solid var(--rot);
  padding: 1.25rem 1.4rem; margin-bottom: 2.5rem;
}
.demo-kasten-text p { font-size: .97rem; }

/* --------------------------------------------------- Selbstpflege-Editor */

/* Gilt nur für verwaltung/bearbeiten.php, nicht für die öffentliche Seite. */
.verwaltung { max-width: 52rem; margin: 2.5rem auto; padding: 0 1.25rem; }
.verwaltung h1 { font-size: 1.8rem; }
.verwaltung textarea {
  width: 100%; font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  font-size: .95rem; line-height: 1.6;
  padding: 1rem; border: 2px solid var(--linie); background: #fff;
}
.verwaltung .hinweisfeld {
  border-left: 3px solid var(--rot); background: var(--flaeche);
  padding: 1rem 1.25rem; margin-bottom: 1.5rem;
}
.verwaltung .geklappt { background: #E7F0E2; border-left-color: #4C7A3B; }
.verwaltung .fehler { background: #FBEEE9; border-left-color: var(--rot); }
.verwaltung .passwortfeld { max-width: 22rem; }
