
body {
  font-family: Arial, sans-serif;
  margin: 0;
  background: #f4f4f4;
  color: #333;
}

header {
  background: #88c0d0;
  color: white;
  padding: 1em;
  text-align: center;
}

.hero-image {
  width: 100%;
  max-width: 600px;
  border-radius: 1rem;
  margin: 1em auto;
  display: block;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

nav a {
  margin: 0 1em;
  color: white;
  text-decoration: none;
}

main {
  padding: 2em;
  max-width: 800px;
  margin: auto;
}

section {
  margin-bottom: 2em;
}

footer {
  text-align: center;
  padding: 1em;
  background: #ddd;
}
.datenschutz section {
  margin-bottom: 2em;
  background: white;
  padding: 1.5em;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.datenschutz h2 {
  color: #88c0d0;
  border-bottom: 2px solid #88c0d0;
  padding-bottom: 0.5em;
  margin-top: 2em;
}

.datenschutz h3 {
  margin-top: 1.5em;
}

.datenschutz h4 {
  margin-top: 1em;
}

.datenschutz p, .datenschutz ul {
  margin-bottom: 1em;
  line-height: 1.6;
}
* Fügen Sie dies zu Ihrer style.css hinzu */
.preise {
  background: #eaf6f9;
  padding: 1.5em;
  border-radius: 0.8rem;
  margin-top: 1.5em;
  border-left: 4px solid #88c0d0;
}

.preise h3 {
  color: #2e557c;
  margin-top: 0;
  margin-bottom: 0.8em;
}

.preise p {
  margin-bottom: 0.8em;
  line-height: 1.6;
}