*{
    margin: 0;  padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

body{
    min-height: 100vh;
    background-size: cover;
    background-position: center;
 }

header{
    position: relative;
    align-items: center;
    top: 0; left: 0; right: 0;
    background: #ffff;
    box-shadow: 0 5px 10px rgba(0,0,0,1);
    padding: 20px 7%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1000;
}

header .logo1{
    height: 70; 
    width: 70px;  
}

header .navbar ul{
    list-style: none;
}

header .navbar ul li{
    position: relative;
    float: left;
}

header .navbar ul li a{
    font-size: 20px;
    padding: 20px;
    color: #333;
    display: block;
}

header .navbar ul li a:hover{
    background: #333;
    color: #ffff;
}

header .tel{
    list-style: none;
}

header .navbar ul li ul{
    position: absolute;
    left: 0;
    width: 200px;
    background: #fff;
    display: none;
}

header .navbar ul li ul li{
    width: 100%;
    border-top:1px solid rgba(0,0,0,.1) ;
}

header .navbar ul li:focus-within > ul,
header .navbar ul li:hover > ul{
    display: initial;
}

#menu-bar{
    display: none;
}

header label{
    font-size: 20px;
    color: #333;
    cursor: pointer;
    display: none;
}

.call-button {
    display: inline-block;
    background-color: #28a745; /* Dunkelgrün */
    color: white;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.3s ease;
  }

  .call-button:hover {
    background-color: #218838; /* Etwas dunkler beim Hover */
  }

  .call-button:active {
    background-color: #1e7e34;
  }

  /* Optional: zentriert auf der Seite */
  .button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }

  
 
@media (max-width:991px){

    header{
        padding: 20px;
    }

    header label{
        display: initial;
    }

    header .navbar{
        position: absolute;
        top: 100%; left: 0; right: 0;
        background: #fff;
        border-top: 1px solid rgba(0,0,0,.1);
        display: none;
    }

    header .navbar ul li{
        width: 100%;
    }

    header .navbar ul li ul{
        position: relative;
        width: 100%;
    }

    header .navbar ul li ul li{
        background: #eee;
    }

    header .navbar ul li ul li ul{
        width: 100%;
        left: 0;
    }

    #menu-bar:checked ~ .navbar{
        display: initial;
    }

    
}

@media (max-width:321px){
    
    header{
        padding: 20px;
    }

    header label{
        display: initial;
    }

    header .navbar{
        position: absolute;
        top: 100%; left: 0; right: 0;
        background: #fff;
        border-top: 1px solid rgba(0,0,0,.1);
        display: none;
    }

    header .navbar ul li{
        width: 100%;
    }

    header .navbar ul li ul{
        position: relative;
        width: 100%;
    }

    header .navbar ul li ul li{
        background: #eee;
    }

    header .navbar ul li ul li ul{
        width: 100%;
        left: 0;
    }

    #menu-bar:checked ~ .navbar{
        display: initial;
    }

    .call-button{
        font-size: 12px;
        padding: 8px 16px;
    }

    .footer-container {
        flex-direction: column;
        align-items: center;
      }
  
      .footer-section {
        margin: 10px 0;
      }
}

.hero {
  background: url('Title bild express raeumer entruempelung und haushaltsaufloesungen.png') center/cover no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  position: relative;
}

.hero::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(6, 30, 22, 0.574); /* dunkles grün-transparentes Overlay */
  z-index: 1;
}

.hero-content {
  z-index: 2;
  padding: 2rem;
}

.hero h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: #fff;
}

.hero p {
  font-size: 1.3rem;
  max-width: 600px;
  margin: 0 auto;
  color: #e0f7e9;
}

@media (max-width: 768px) {
  .hero h1 {
    font-size: 2rem;
  }

  .hero p {
    font-size: 1rem;
  }
}

.whatsapp-button {
    position: fixed;
    bottom: 90px;
    right: 32px;
    width: 50px;
    height: 50px;
    background-color: #25D366; /* WhatsApp grün */
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    transition: transform 0.3s ease, background-color 0.3s ease;
    text-decoration: none;
  }

  .whatsapp-button img {
    width: 30px;
    height: 30px;
  }

  .whatsapp-button:hover {
    background-color: #128C7E; /* dunkleres Grün beim Hover */
    transform: scale(1.1);
  }

  .to-top {
  background: white;
  position: fixed;
  bottom: 16px;
  right: 32px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #1f1f1f;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transition: all .4s;
 }

 .to-top.active{
  bottom: 32px;
  pointer-events: auto;
  opacity: 1;
 }

 section {
  height: 75vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Raleway", sans-serif;
  font-size: 32px;
 }

 .section1 {
  background: #25D366;
 }

  .section2 {
  background: #25D366;
 }

  @media (max-width: 768px) {
    .whatsapp-button {
      width: 50px;
      height: 50px;
      bottom: 90px;
      right: 32px;
    }

    .whatsapp-button img {
      width: 38px;
      height: 38px;
    }
  }
  

footer {
    background-color: #fff;
    color: #333;
    padding: 40px 20px;
    margin-bottom: 0;
    

  }

  .footer-container {
    max-width: 1500px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .footer-section {
    flex: 1 1 250px;
    margin: 20px;
  }

  .footer-section h3 {
    margin-bottom: 15px;
    font-size: 18px;
    border-bottom: 2px solid #333;
    padding-bottom: 5px;
  }

  .footer-section ul {
    list-style: none;
  }

  .footer-section ul li {
    margin-bottom: 10px;
  }

  .footer-section ul li a {
    color: #333;
    text-decoration: none;
  }

  .footer-section ul li a:hover {
    text-decoration: underline;
  }

  .footer-bottom {
    text-align: center;
    padding-top: 20px;
    font-size: 14px;
    color: #333;
  }

  
  .social-icons {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
  }

  .social-icons a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 2px solid #ccc;
    overflow: hidden;
    transition: transform 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    text-decoration: none;
  }

  .social-icons a img {
    width: 37px;
    height: 37px;
    object-fit: contain;
  }

  .social-icons a:hover {
    transform: scale(1.2);
    background-color: #f0f0f0;
    border-color: #333;
  }
  @media (max-width: 768px) {
    .footer-container {
      flex-direction: column;
      align-items: center;
    }

    .footer-section {
      margin: 10px 0;
    }
  }


  
/* Zentrierter Container */
.privacy {
  max-width: 900px;       /* Breite begrenzen */
  margin: 40px auto;      /* horizontal zentrieren */
  padding: 28px 22px;
  background: #fff;
  box-shadow: 0 0 18px rgba(0,0,0,0.5);
  border-radius: 6px;
  
}

/* Überschriften */
.privacy h1,
.privacy h2 {
  text-align: center;     /* Überschriften mittig (optional) */
  margin: 0.6em 0 0.4em;
}
.privacy h1 { font-size: clamp(1.8rem, 2.4vw, 2.4rem); }
.privacy h2 { font-size: clamp(1.2rem, 1.8vw, 1.6rem); }

/* Fließtext & Listen */
.privacy p { margin: 0 0 1rem; }
.privacy ul, .privacy ol { padding-left: 1.2rem; margin: 0 0 1rem; }
.privacy li { margin: 0.25rem 0; }

/* Inhaltsverzeichnis-Links */
.privacy .index {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  list-style: none;
  padding-left: 0;
  justify-content: center; /* Links im Index mittig */
  margin-bottom: 1rem;
}
.privacy .index-link {
  color: #0a7a5b;
  text-decoration: none;
  border-bottom: 1px dotted #0a7a5b;
}
.privacy .index-link:hover { border-bottom-style: solid; }

/* Links allgemein */
.privacy a { color: #0a7a5b; }
.privacy a:hover { text-decoration: underline; }

/* Responsiv */
@media (max-width: 640px) {
  .privacy { padding: 22px 16px; margin: 20px auto; }
}


  .impressum-container {
      max-width: 800px;
      background: #fff;
      padding: 40px;
      border-radius: 12px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.5);
      text-align: center;
      margin: 40px auto; 
    }

    h1 {
      font-size: 28px;
      margin-bottom: 20px;
      color: #333;
    }

    p {
      font-size: 16px;
      line-height: 1.6;
      margin: 8px 0;
      color: #444;
    }

    a {
      color: #0066cc;
      text-decoration: none;
    }

    a:hover {
      text-decoration: underline;
    }

    .section-title {
      margin-top: 25px;
      font-weight: bold;
      color: #222;
    }