body {
  background-color: #ffffff;
  color: #212529;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background-image: none;
}

/* Contentbereiche bewusst schlicht */
.region-content,
.region-sidebar-first,
.region-sidebar-second {
  background-color: #ffffff;
}

.region-content > * + * {
  margin-top: 1rem;
}

/* Links minimal */
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

/* Messages minimal */
.messages {
  margin-bottom: 1rem;
}

/* Bilder responsive */
img {
  max-width: 100%;
  height: auto;
}
