
body {
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background: url("HausmeisterserviceMSchlitter.png") no-repeat center center fixed, linear-gradient(to bottom right, #141e30, #243b55);
  background-size: 30%, contain;
  opacity: 0.98;

  color: #f0f0f0;
}

a {
  color: #90caf9;
  text-decoration: none;
}

.hero {
  background: linear-gradient(to right, #0f2027, #203a43, #2c5364);
  text-align: center;
  padding: 3rem 1rem;
  border-bottom: 4px solid #90caf9;
}

.hero img {
  max-width: 200px;
  margin-bottom: 1rem;
  filter: drop-shadow(0 0 6px rgba(0,0,0,0.4));
}

.hero h1 {
  font-size: 2rem;
  margin: 0;
}

.hero p {
  margin-top: 0.5rem;
  font-size: 1.1rem;
  color: #d0d0d0;
}

.intro, .services, .reviews, .contact, .form {
  padding: 2rem 1rem;
  max-width: 800px;
  margin: auto;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  margin-bottom: 2rem;
}

.services ul {
  list-style: none;
  padding-left: 1rem;
}

.services li {
  margin-bottom: 0.5rem;
}

.review {
  background: rgba(0, 0, 0, 0.3);
  border-left: 4px solid #90caf9;
  margin-bottom: 1rem;
  padding: 1rem 1.5rem;
  border-radius: 4px;
}

.review blockquote {
  margin: 0;
  font-style: italic;
  color: #ccc;
}

.review cite {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.9rem;
  text-align: right;
  color: #999;
}

form {
  display: flex;
  flex-direction: column;
}

label {
  margin-top: 1rem;
  margin-bottom: 0.3rem;
}

input, textarea {
  padding: 0.6rem;
  border: 1px solid #444;
  border-radius: 4px;
  background-color: #222;
  color: #f0f0f0;
}

button {
  margin-top: 1rem;
  padding: 0.8rem;
  border: none;
  background-color: #90caf9;
  color: #1e1e1e;
  cursor: pointer;
  border-radius: 4px;
  font-weight: bold;
}

button:hover {
  background-color: #64b5f6;
}

footer {
  background-color: #111;
  text-align: center;
  padding: 1rem;
  font-size: 0.9rem;
  margin-top: 3rem;
  border-top: 1px solid #333;
}
.toggle-header {
  cursor: pointer;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  background: #333;
  padding: 1rem;
  border-radius: 6px;
  transition: background 0.3s;
}

.toggle-header:hover {
  background: #444;
}
.before-after-gallery {
  max-width: 900px;
  margin: auto;
  padding: 1rem;
  background: rgba(255,255,255,0.03);
  border-radius: 8px;
}
.before-after-pair {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.5rem; /* vorher 1rem */

}

.before-after-pair img {
  width: 100%;
  max-width: 180px;         /* Weniger Breite */
  height: auto;
  border-radius: 6px;
  box-shadow: 0 0 4px rgba(0,0,0,0.2);
  object-fit: cover;
  margin: 0 auto;

}
@media (max-width: 600px) {
  .ba-comparison {
    flex-direction: column;
    align-items: center;
  }

  .ba-comparison img {
    max-width: 90%;
  }

}
.before-after-collapsible {
  padding: 1rem;
  background: rgba(255,255,255,0.03);
  border-radius: 8px;
  max-width: 1000px;
  margin: auto;
}

.ba-comparison {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: stretch;
}

.ba-comparison img {
  max-width: 100%;
  width: 100%;
  height: 280px;
  object-fit: contain;
  border-radius: 6px;
  box-shadow: 0 0 4px rgba(0,0,0,0.2);
}
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999px;
  width: 80px;
  height: 80px;
  background-color: #25D366;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
  border: 2px solid white;
}

.whatsapp-float:hover {
  transform: scale(1.15);
}

.whatsapp-float img {
  width: 40px;
  height: 40px;
  filter: brightness(0) invert(1); /* macht Icon weiß */
}
.modern-welcome {
  background: linear-gradient(135deg, rgba(36,36,36,0.75), rgba(66,66,66,0.75));
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 16px;
  padding: 4rem 2rem;
  text-align: center;
  color: #f2f2f2;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
  max-width: 900px;
  margin: 2rem auto;
  border: 1px solid rgba(255, 255, 255, 0.1);

  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1s ease-out forwards;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
.modern-header {
  text-align: center;
  padding: 1rem 0,5rem;
  background: linear-gradient(to right, #0f2027, #203a43, #2c5364);
  color: white;
  border-bottom: 3px solid #90caf9;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}

.google-review-button {
  display: inline-block;
  padding: 0.8rem 1.2rem;
  background: #4285F4;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: background 0.3s ease;
}

.google-review-button:hover {
  background: #3367D6;
}





