
body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: linear-gradient(to bottom right, #003e66, #009ec3, #00c7b3);
  color: white;
}

.navbar {
  background: rgba(0, 0, 0, 0.4);
  padding: 10px 20px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}

.navbar ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
}

.navbar li {
  margin-left: 20px;
}

.navbar a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}

.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90vh;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 60px;
}

.overlay {
  background: rgba(0, 0, 0, 0.5);
  padding: 40px;
  border-radius: 10px;
  max-width: 800px;
}

h1 {
  font-size: 2em;
  margin-bottom: 20px;
}

p {
  font-size: 1.2em;
}

section {
  padding: 40px 20px;
}

#leistungen ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

#leistungen li {
  margin-bottom: 8px;
  font-weight: bold;
}

.ladebild {
  text-align: center;
}

.ladebild img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-top: 10px;
}

footer {
  text-align: center;
  padding: 15px;
  background: rgba(0, 0, 0, 0.3);
}
