/* Modernisiertes Design für Schwamm Drüber */



/* ========== Basis-Styles ========== */
body {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.6;
  color: var(--dark);
  background-color: var(--white);
  -webkit-font-smoothing: antialiased;
  margin: 0;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

h1, h2, h3, h4 {
  font-weight: 600;
  line-height: 1.2;
}

/* ========== Header ========== */
header {
  background: linear-gradient(135deg, var(--primary), #4aa8b5);
  color: var(--white);
  padding: 1.5rem 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  height: 2.5rem;
  transition: var(--transition);
}

nav ul {
  display: flex;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

nav a {
  color: var(--white);
  text-decoration: none;
  font-weight: 500;
  padding: 0.5rem 0;
  position: relative;
  transition: var(--transition);
}

nav a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--white);
  transition: var(--transition);
}

nav a:hover:after {
  width: 100%;
}

.phone-link {
  background: var(--white);
  color: var(--primary);
  padding: 0.5rem 1rem;
  border-radius: var(--rounded-full);
  font-weight: 600;
  transition: var(--transition);
}

.phone-link:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}

/* ========== Hero-Section ========== */
.hero {
  position: relative;
  padding: 8rem 0;
  overflow: hidden;
  background: linear-gradient(135deg, var(--light), var(--white));
}

.hero .container {
  position: relative;
  z-index: 1;
}

.hero h1 {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  color: var(--dark);
  max-width: 700px;
  line-height: 1.2;
}

.hero p {
  font-size: 1.25rem;
  color: var(--dark-light);
  max-width: 600px;
  margin-bottom: 2rem;
}

.usp-banner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 2rem 0;
}

.usp-banner span {
  background: var(--primary-light);
  color: var(--primary);
  padding: 0.5rem 1.25rem;
  border-radius: var(--rounded-full);
  font-size: 0.9rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: var(--transition);
}

.usp-banner span:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}

.hero:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(135deg, rgba(92, 184, 194, 0.1), rgba(255, 158, 79, 0.05));
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
  z-index: 0;
}

/* ========== USP-Section ========== */
.usp-section {
  padding: 2rem 0;
  background: linear-gradient(to right, var(--primary), #4aa8b5);
  color: var(--white);
}

.usp-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
}

.usp-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
  border-radius: var(--rounded-md);
  transition: var(--transition);
  margin: 1rem;
}

.usp-item:hover {
  background: rgba(255,255,255,0.1);
  transform: translateY(-3px);
}

.usp-item img {
  width: 2rem;
  height: 2rem;
}

.usp-item p {
  margin: 0;
  font-weight: 500;
}

/* ========== Services ========== */
.services {
  padding: 6rem 0;
  background: var(--light);
}

.services h2 {
  text-align: center;
  font-size: 2.25rem;
  margin-bottom: 1rem;
  color: var(--dark);
}

.section-intro {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 3rem;
  color: var(--dark-light);
  font-size: 1.25rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  align-items: center;
  justify-content: center;
}

.service-item {
  background: var(--white);
  border-radius: var(--rounded-xl);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  transition: var(--transition);
  padding: 10px;
  max-width: 80%;
  align-self: center;
  justify-self: center;
}

.service-item:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
}

.service-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.service-item-content {
  padding: 2rem;
}

.service-item h3 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.service-item p {
  color: var(--dark-light);
  margin-bottom: 1.5rem;
}

.service-features {
  margin: 1.5rem 0;
  padding: 0;
  list-style: none;
}

.service-features li {
  margin-bottom: 0.75rem;
  padding-left: 1.75rem;
  position: relative;
}

.service-features li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 1rem;
  height: 1rem;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%235cb8c2"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z"/></svg>') no-repeat center;
}

.service-extra {
  background: var(--white);
  border-radius: var(--rounded-xl);
  padding: 2rem;
  margin-top: 3rem;
  box-shadow: var(--shadow-md);
  max-width: 80%;
  align-self: center;
  justify-self: center;
}

.service-extra h3 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 1.5rem;
  text-align: center;
}

.extra-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
}

.extra-item {
  padding: 1.5rem;
  background: var(--light);
  border-radius: var(--rounded-lg);
  transition: var(--transition);
}

.extra-item:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-sm);
}

.extra-item h4 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.extra-item p {
  color: var(--dark-light);
  margin: 0;
  font-size: 0.9rem;
}

/* ========== Testimonials ========== */
.testimonials {
  padding: 6rem 0;
  background: var(--white);
}

.testimonials h2 {
  text-align: center;
  font-size: 2.25rem;
  margin-bottom: 1rem;
  color: var(--dark);
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.testimonial-item {
  background: var(--light);
  border-radius: var(--rounded-xl);
  padding: 2rem;
  position: relative;
  transition: var(--transition);
}

.testimonial-item:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}

.testimonial-content:before {
  content: '"';
  position: absolute;
  top: -1rem;
  left: 0;
  font-size: 5rem;
  color: rgba(92, 184, 194, 0.1);
  font-family: serif;
  line-height: 1;
  z-index: 0;
}

.testimonial-content blockquote {
  position: relative;
  z-index: 1;
  font-style: italic;
  color: var(--dark-light);
  margin: 0 0 1.5rem;
}

.testimonial-footer {
  font-weight: 600;
  text-align: right;
}

/* ========== About ========== */
.about {
  padding: 6rem 0;
  background: linear-gradient(to bottom, var(--light), var(--white));
}

.about h2 {
  text-align: center;
  font-size: 2.25rem;
  margin-bottom: 1rem;
  color: var(--dark);
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 3rem;
  margin-top: 3rem;
}

.about-item h3 {
  color: var(--primary);
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.standards-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.standards-list li {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
  position: relative;
}

.standards-list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.25rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%235cb8c2"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/></svg>') no-repeat center;
}

.guarantee-box {
  background: var(--white);
  padding: 2rem;
  border-radius: var(--rounded-xl);
  box-shadow: var(--shadow-md);
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}

.guarantee-box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, var(--primary), var(--secondary));
}

.guarantee-box p {
  font-size: 1.25rem;
  font-style: italic;
  color: var(--dark);
  margin: 0 0 1rem;
}

.signature {
  font-weight: 600;
  color: var(--primary);
  text-align: right;
}

/* ========== Contact ========== */
.contact {
  padding: 6rem 0;
  background: var(--white);
}

.contact h2 {
  text-align: center;
  font-size: 2.25rem;
  margin-bottom: 1rem;
  color: var(--dark);
}

.contact-intro {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 3rem;
  color: var(--dark-light);
  font-size: 1.25rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 3rem;
}

.contact-info {
  background: var(--light);
  padding: 2rem;
  border-radius: var(--rounded-xl);
}

.contact-info h3 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.contact-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-info li {
  margin-bottom: 1rem;
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.contact-info li:before {
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%235cb8c2"><path d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z"/></svg>') no-repeat center;
}

.contact-info li:nth-child(2):before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%235cb8c2"><path d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/></svg>');
}

.contact-info li:nth-child(3):before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%235cb8c2"><path d="M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z"/></svg>');
}

.contact-info a {
  color: var(--dark);
  text-decoration: none;
  transition: var(--transition);
}

.contact-info a:hover {
  color: var(--primary);
}

.contact-form {
  background: var(--light);
  padding: 2rem;
  border-radius: var(--rounded-xl);
}

.contact-form h3 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-group-checkbox {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-items: center;
}

.form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: var(--dark);
}

.form-group-checkbox label {
  display: flex;
  flex-direction: column;

  font-weight: 500;
  color: var(--dark);
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 80%;
  padding: 0.75rem 1rem;
  border: 1px solid var(--gray-dark);
  border-radius: var(--rounded-md);
  font-family: inherit;
  font-size: 1rem;
  transition: var(--transition);
  resize: none;
}

.form-group-checkbox input,
.form-group-checkbox select,
.form-group-checkbox textarea {
  border: 1px solid var(--gray-dark);
  border-radius: var(--rounded-md);
  font-family: inherit;
  font-size: 1rem;
  transition: var(--transition);
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(92, 184, 194, 0.2);
}

.form-group textarea {
  min-height: 150px;
  resize: none;
}

/* ========== FAQ ========== */
.faq {
  padding: 6rem 0;
  background: var(--light);
}

.faq h2 {
  text-align: center;
  font-size: 2.25rem;
  margin-bottom: 1rem;
  color: var(--dark);
}

.faq-grid {
  max-width: 800px;
  margin: 3rem auto 0;
}

details {
  background: var(--white);
  border-radius: var(--rounded-md);
  margin-bottom: 1rem;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: var(--transition);
}

details[open] {
  box-shadow: var(--shadow-md);
}

summary {
  padding: 1.25rem;
  font-weight: 600;
  color: var(--dark);
  cursor: pointer;
  list-style: none;
  position: relative;
}

summary:after {
  content: '+';
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: var(--primary);
  transition: var(--transition);
}

details[open] summary:after {
  content: '-';
}

details div {
  padding: 0 1.25rem 1.25rem;
  color: var(--dark-light);
}

details p {
  padding: 10px;
}

/* ========== Footer ========== */
footer {
  background: linear-gradient(135deg, var(--primary), #4aa8b5);
  color: var(--white);
  padding: 3rem 0;
  text-align: center;
}

footer ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
}

footer a {
  color: var(--white);
  text-decoration: none;
  transition: var(--transition);
}

footer a:hover {
  opacity: 0.8;
}

/* ========== Buttons ========== */
.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to right, var(--primary), #4aa8b5);
  color: var(--white);
  padding: 0.875rem 1.75rem;
  border-radius: var(--rounded-full);
  font-weight: 600;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  background: linear-gradient(to right, #4aa8b5, var(--primary));
}

.cta-button.secondary {
  background: var(--white);
  color: var(--primary);
  border: 1px solid var(--primary);
  margin-top: 20px;
}

.cta-button.secondary:hover {
  background: var(--primary);
  color: var(--white);
}

/* ========== Responsive ========== */
@media (max-width: 1024px) {
  .hero h1 {
    font-size: 2.5rem;
  }
  
  .hero p {
    font-size: 1.125rem;
  }

  .container {
    padding: 0;
  }

  p {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  header {
    padding: 1rem 0;
  }
  
  .logo {
    height: 2rem;
  }
  
  .hero {
    padding: 6rem 0 4rem;
    text-align: center;
  }
  
  .hero h1 {
    font-size: 2rem;
  }
  
  .hero p {
    font-size: 1rem;
  }
  
  .hero:before {
    width: 100%;
    clip-path: none;
    opacity: 0.3;
  }
  
  .usp-banner {
    justify-content: center;
  }
  
  .service-grid, .testimonial-grid, .about-grid, .contact-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .services {
    padding: 1rem 0;
  }

  .container {
    padding: 0;
  }
}

@media (max-width: 480px) {
  .hero h1 {
    font-size: 1.75rem;
  }
  
  .hero p {
    font-size: 0.9rem;
  }
  
  .usp-banner span {
    font-size: 0.8rem;
    padding: 0.4rem 1rem;
  }
  
  .cta-button {
    padding: 0.75rem 1.5rem;
    font-size: 0.9rem;
  }
  
  footer ul {
    flex-direction: column;
    gap: 0.75rem;
  }

  .services {
    padding: 1rem 0;
  }

  .container {
    padding: 0;
  }

  p {
    font-size: 0.9rem;
  }
}

/* ========== Process Steps ========== */
.process {
  padding: 6rem 0;
  background: var(--white);
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.step {
  text-align: center;
  padding: 2rem;
  position: relative;
}

.step-number {
  width: 3rem;
  height: 3rem;
  background: var(--primary);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 auto 1rem;
}

.step h3 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0.75rem;
}

.step p {
  color: var(--dark-light);
  margin: 0;
}

/* ========== Industries ========== */
.industries {
  padding: 6rem 0;
  background: var(--light);
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-top: 3rem;
}

.industry-item {
  background: var(--white);
  padding: 1.5rem;
  border-radius: var(--rounded-lg);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

.industry-item:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}

.industry-item h3 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
}

.industry-item p {
  color: var(--dark-light);
  margin: 0;
  font-size: 1,25rem;
}

/* ========== Opening Hours ========== */
.opening-hours {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
}

.opening-hours li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between;
}

.opening-hours strong {
  font-weight: 600;
}

@media (max-width: 768px) {
  .process-steps {
    grid-template-columns: 1fr;
  }
  
  .industry-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .industry-grid {
    grid-template-columns: 1fr;
  }
}