body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  background: #fefefe;
  color: #333;
}

header {
  background: #d35400;
  color: white;
  padding: 1rem;
  text-align: center;
}

nav a {
  color: white;
  margin: 0 1rem;
  text-decoration: none;
  font-weight: bold;
}

.hero {
  background: #f39c12;
  color: white;
  padding: 2rem;
  text-align: center;
}

.hero .button {
  background: white;
  color: #d35400;
  padding: 0.5rem 1rem;
  text-decoration: none;
  border-radius: 4px;
  margin-top: 1rem;
  display: inline-block;
}

.leistungen, .kontakt, .faq {
  padding: 2rem;
  max-width: 800px;
  margin: auto;
}

.leistungen ul {
  list-style-type: disc;
  padding-left: 1.5rem;
}

footer {
  background: #eee;
  text-align: center;
  padding: 1rem;
  margin-top: 2rem;
}
