/* Minimales Grundgerüst; Layout im Detail folgt in Ticket 004. */
body {
  font-family: sans-serif;
  max-width: 40rem;
  margin: 2rem auto;
  padding: 0 1rem;
}
label {
  display: block;
  margin-bottom: 0.5rem;
}
.error {
  color: #b00020;
}

/* Ticket 004: Zustände von Aufenthalten/Ereignissen in Tages-/Wochenansicht. */
.pruefen {
  color: #b06000;
  font-weight: bold;
}
.laufend {
  color: #0060b0;
  font-style: italic;
}
.storniert {
  color: #808080;
  text-decoration: line-through;
}
.korrigiert {
  color: #2e7d32;
  font-style: italic;
}
