body {
  font-family: Arial, sans-serif;
  margin: 0;
  line-height: 1.6;
}

header {
  background: linear-gradient(135deg, #2c3e50, #34495e);
  color: white;
  padding: 40px 20px;
  text-align: center;
  margin-bottom: 20px;
}

section {
  padding: 20px;
  max-width: 900px;
  margin: auto;
}

h2 {
  color: #2c3e50;
   margin-top: 0;
}

h1 {
  color: #f9fafb;
}


.highlight {
  background: rgba(44, 62, 80, 0.05); /* sehr dezentes Blau */
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06); /* weicher Schatten */
  border: 1px solid rgba(44, 62, 80, 0.08);
}

.gallery img {
  width: 100%;
  max-width: 280px;
  margin: 5px;
  border-radius: 8px;
}

footer {
  background: #2c3e50;
  color: white;
  text-align: center;
  padding: 10px;
}

footer a {
  color: white;
  text-decoration: underline;
}##.contact-cta {
  text-align: center;
  margin-top: 20px;
}

.btn {
  display: inline-block;
  padding: 12px 18px;
  margin: 5px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease;
}

/* Telefon Button */
.btn.call {
  background: #2c3e50;
  color: white;
}

/* WhatsApp Button */
.btn.whatsapp {
  background: #25D366;
  color: white;
}

/* Hover Effekt */
.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}

.map-link {
  display: inline-block;
  padding: 10px 15px;
  background: #2c3e50;
  color: white;
  border-radius: 6px;
  text-decoration: none;
  margin-top: 10px;
}

.map-link:hover {
  background: #1a252f;
}