        
body{font-family: Arial;}

@media (max-width: 500px){
  .has-global-padding {
    padding-right: 1px !important;
    padding-left: 1px !important;
} 
  
  body{font-family: Arial;
  --wp--style--root--padding-top: 0 !important;
    --wp--style--root--padding-right: 0 !important;
    --wp--style--root--padding-bottom: 0 !important;
    --wp--style--root--padding-left: 0 !important;
  }
}


        .wrapper {
            max-width: 1100px;
            width: 100%;
            margin: auto;
            margin-top: 20px;
        }

        .container {
            display: flex;
            align-items: flex-start;
            position: relative;
        }

        .text-content {
            width: 65%;
            padding-right: 20px;
            background: white;
            padding: 30px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            border-radius: 8px;
            overflow: hidden;
            
        }
.tooltip-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltip-icon {
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  margin-left: 6px;
  font-weight: bold;
  line-height: 18px;
}

.tooltip-text {
  visibility: hidden;
  opacity: 0;
  width: 220px;
  background-color: #333;
  color: #fff;
  text-align: left;
  border-radius: 4px;
  padding: 8px;
  position: absolute;
  z-index: 999;
  bottom: 125%; /* über dem Icon */
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.3s;
  font-size: 13px;
}

.tooltip-container:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}


.houses-heading {
  font-size: 24px;
  margin: 60px 0 15px;
  color: #173660;
  font-weight: 600;
  padding-bottom: 5px;
}


.region-hint.bad {
    color: #b00020;
  font-size: 15px;
}

.region-hint.ok {
    color: #1f7a1f;
}

.preis-value {
    font-size: 24px;
    font-weight: bold;
    color: #173660;
    margin-bottom: 6px;
}

.banner-text1 {
    font-size: 16px;
    margin: 0 0 14px 0;
    color: #444;
}

.searchbar {
      position: relative;
      display: flex;
      border: 1px solid #ccc;
      border-radius: 10px;
      overflow: hidden;
      margin-bottom: 10px;
      width: 100%;
      max-width: 400px;
    }
    .searchbar input {
      flex: 1;
      padding: 10px;
      font-size: 15px;
      border: none;
      outline: none;
      width: 100px;
    }
    .searchbar button {
      background: #007bff;
      border: none;
      width: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
    }
    .searchbar button svg { fill: #fff; width: 20px; height: 20px; }
    .searchbar button:hover { background: #0056b3; }

.suggestions {
    /* position: absolute; */
    /* top: 4px; */
    left: 0;
    /* width: 100%; */
    max-height: 220px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    z-index: 1000;
    display: none;
    font-size: 14px;
    max-width: 400px;
}



    .suggestions div { padding: 10px 12px; cursor: pointer; line-height: 1.35; color: #222; border-bottom: 1px solid #f3f4f6; }
    .suggestions div:last-child { border-bottom: none; }
    .suggestions div:hover { background: #f7f9fc; }


@media (max-width: 768px) {
    #dachTabelle, #dachTabelle thead, #dachTabelle tbody, #dachTabelle tr, #dachTabelle td {
        display: block;
        width: 100%;
        font-size: 16px;
}    }




table#dachTabelle {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
}

table#energieTabelle {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
}

@media (max-width: 768px) {
    #energieTabelle, #energieTabelle thead, #energieTabelle tbody, #energieTabelle tr, #energieTabelle td {
        display: block;
        width: 100%;
        font-size: 16px;
 }   }

.section-energie2 {
font-size: 24px;
color: #173660;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 25px;}

        .sidebar3 {
            width: 35%;
            position: relative;
        }

        

         .text-content {
            display: hidden;
         }
      
         .bannerhaus {
      display: none;
    } 
    
    

    @media (min-width: 900px) {
.bannerhaus {
    display: block;
    background-color: white;
    padding: 30px;
    border-radius: 8px;
    margin-left: 20px;
    width: 290px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);

}

.banner-contenthaus {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.banner-titlehaus {
    font-size: 32px;
    font-weight: bold;
color: #173660;
   
}

.banner-logohaus {
    width: 100px; /* Größe des Logos anpassen */
    
}

.banner-linkhaus {
    font-size: 18px;
    color: #007bff;
    text-decoration: none;
    margin-bottom: 20px;
}

.banner-texthaus {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: start;
}

.banner-link-texthaus {
    font-size: 16px;
    
    text-align: start;
}


.banner-text1 {
font-family: Arial;
    font-size: 16px;
}


.banner-buttonhaus {
    padding: 10px 20px;
    font-size: 16px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
}

.banner-buttonhaus:hover {
    background-color: #0056b3;
}
}

@media (max-width: 1169px) {
      .bannerhaus {
        width: 250px;
      }
    }

    @media (max-width: 1069px) {
      .bannerhaus {
        width: 225px;
      }
    }

    @media (max-width: 1000px) {
      .bannerhaus {
        width: 200px;
      }
    }

    @media (max-width: 899px) {
    .text-content {
            width: 100%;
            
         }

         @media (max-width: 899px) {
    .text-content {
            width: 100%;
            padding: 20px;
            
         } }

         .sidebar3 {
          width: 0%;
         }

        }


  .icon-grid {
    display: flex
;
    
    margin-bottom: 100px;
    flex-wrap: wrap;
    width: auto;
    /* background: white; */
    gap: 15px;
    margin-top: 20px;
    justify-content: start;

}

.icon-item {
  background-color: #f2f0f0; 
  width: 125px;
  padding: 10px;
  text-align: center;
  border-radius: 14px;
    
    
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
    transition: transform .2s, box-shadow .2s;
}

.icon-item:hover {
transform: translateY(-6px);
box-shadow: 0 10px 22px rgba(0,0,0, .12)}



.icon-item img {
  width: 27px;
  height: 27px;
  
}

.icon-title {
  
  
  font-size: 14px;
  color: #555;
}

.icon-text {
    font-weight: bold;
  font-size: 16px;
  
}
.icon-text {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
}

.icon-text {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
}

.tooltip-containericon {
  position: relative;
  display: inline-block;
  margin-left: 2px; /* Abstand zum Text */
  cursor: pointer;
  top: -4px;
}

.tooltip-iconicon {
  
  color: blue;
  border-radius: 50%; /* macht es rund */
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  border: solid blue 0.5px;
}

.tooltip-texticon {
  visibility: hidden;
  width: 220px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px;
  position: absolute;
  z-index: 1;
  bottom: 125%; /* über dem Icon */
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip-containericon:hover .tooltip-texticon {
  visibility: visible;
  opacity: 1;
}


.tooltip-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
    
    top: -15px;
}

.tooltip-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
   
    color: blue;
    border-radius: 50%;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
    font-weight: bold;
    border: solid blue 0.5px;
}

.tooltip-text {
    visibility: hidden;
    width: 220px;
    background-color: #333;
    color: #fff;
    text-align: left;
    border-radius: 4px;
    padding: 8px;
    position: absolute;
    z-index: 1;
    bottom: 125%; /* Über dem Icon */
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 13px;
}

.tooltip-container .tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%; /* Pfeil unten am Tooltip */
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

/* Sichtbarkeit beim Klicken */
.tooltip-container.active .tooltip-text {
    visibility: visible;
    opacity: 1;
}
.logo {
      text-align: center;
      margin-bottom: 20px;
    }

    .logo img {
      width: 80px;
      height: auto;
    }

/* Responsiv für kleinere Bildschirme */
@media (max-width: 800px) {
  .icon-grid {
    justify-content: center;
  }
}



.logo {
      text-align: center;
      margin-bottom: 20px;
    }

    .logo img {
      width: 80px;
      height: auto;
    }

    .containerhausanbieter {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      align-items: stretch;
      max-width: 1200px;
    }

    .big-image {
      position: relative;
      flex: 1 1 400px;
      min-width: 300px;
      max-width: 700px;
      display: flex;
    }



    .big-image img {
        
        
      width: 100%;
      border-radius: 8px;
      display: block;
      object-fit: cover;
      margin: 0;
  padding: 0;
  border: none;
max-width: 700px;
max-height: 500px;
    }
 @media (max-width: 500px) {
.big-image img {
      
      height: auto;
}

 .icon-box-hausanbieterteil {
      background: #f2f0f0;
      width: 110px;}

}

    .image-button {
      position: absolute;
      bottom: 10px;
      left: 10px;
      background-color: rgba(0, 0, 0, 0.6);
      color: white;
      border: none;
      border-radius: 4px;
      padding: 5px 10px;
      font-size: 12px;
      cursor: pointer;
    }

    .small-images {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 10px;
      flex: 1 1 300px;
      min-width: 250px;
      max-width: 500px;
      
    }

    .small-images img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 6px;
      display: block;
      cursor: pointer;
    }

    /* Bild-Galerie */
    .slider-container {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      max-width: 100%;
      width: 100%;
      height: 100vh;
      background-color: rgba(0, 0, 0, 0.8);
      justify-content: center;
      align-items: center;
      z-index: 1000;
    }

    .slider {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      gap: 10px;
      max-width: 90%;
      max-height: 90%;
      overflow: hidden;
    }

    .slider img {
      width: 80%;
      max-width: 700px;
      height: auto;
      border-radius: 8px;
      margin: auto;
    }

    .prev, .next {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background-color: rgba(0, 0, 0, 0.6);
      color: white;
      font-size: 24px;
      border: none;
      padding: 10px;
      cursor: pointer;
    }

    .prev {
      left: 20px;
    }

    .next {
      right: 20px;
    }

    .close-slider {
      position: absolute;
      top: 20px;
      right: 20px;
      background-color: rgba(255, 0, 0, 0.6);
      color: white;
      border: none;
      padding: 10px;
      font-size: 16px;
      cursor: pointer;
    }

    /* Anzeige der aktuellen Position im Slider */
    .slider-info {
      position: absolute;
      bottom: 10px;
      left: 10px;
      color: white;
      font-size: 16px;
      background-color: rgba(0, 0, 0, 0.6);
      padding: 5px 10px;
      border-radius: 4px;
    }

    

    /* Versteckt die additional-images standardmäßig */
    #additionalImagesHausanbieter {
      display: none;
    }

    @media (max-width: 799px) {
      .container {
        flex-direction: column;
        align-items: center;
      }

      .small-images {
        display: none;
      }

      .small-images img {
        height: auto;
      }
    }
    .main-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  
  overflow: hidden;
}

@media (max-width: 500px) {

.main-container {
margin-top: -20px;
}
}
.main-title {
    font-size: 36px;
    color: #333;
    text-align: start;
    margin-top: 20px;
    font-weight: bold;
color: #173660;
  }

  .section-title {
    font-size: 28px;
    font-weight: bold;
    margin: 24px 0px 16px;
color: #173660;
  }

  .section-text {
    font-size: 16px;
    margin-bottom: 24px;
    line-height: 1.5;
  }

  #imgsektion {
  width: 90%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.8);
  border-radius: 8px;

}

.image-section {
  text-align: center;
}
.imagegrundriss-container {
      width: 100%;
      margin: auto;
      margin-top: 25px;
    }

.imagegrundriss-big-image {
    width: 500px;
    height: 500px;
    display: block;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    max-height: 500px;
    max-width: 500px;
    object-fit: contain;
}


    .imagegrundriss-small-images {
      display: flex;
      gap: 6%;
    width: 90%;
    margin-top: 20px;
    }

.imagegrundriss-small-images img {
    border-radius: 8px;
    width: 200px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    height: 200px;
    object-fit: contain;
}

    ul.haken-liste {
      list-style: none;
      padding-left: 0;
    }

    ul.haken-liste li::before {
      content: "✔";
      color: green;
      margin-right: 8px;
    }
    .section-imgtitle {
      font-size: 28px;
      font-weight: bold;
      margin-top: 100px;
color: #173660;
    }

    .section-imgtextgrundriss {
      display: flex;
      gap: 40px; /* Hier stellst du den Abstand ein */
      font-family: Arial, sans-serif;
      margin-top: 10px;
      font-size: 16px;
    }

    .section-imgtexttitle {
      font-size: 20px;
      margin-top: 15px;
    }

    button.banner-buttongrundriss {
    padding: 10px 20px;
    font-size: 16px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 10px;
    
}

.section-imgtexfrage {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 16px;
}

.section-imgfrage {
  margin-top: 25px;
  font-size: 20px;
  font-weight: bold;
}

table#tabelleHausanbieter {
      width: 100%;
      border-collapse: collapse;
      font-family: Arial, sans-serif;
    }

    .hausanbieter-td {
      padding: 8px 12px;
      
      vertical-align: middle;
    }

    .hausanbieter-icon-cell {
      display: flex;
      align-items: center;
      gap: 8px;
      width: 100px;
      padding-right: 90px;
      font-weight: bold;
    }

    .hausanbieter-icon {
      color: #4CAF50; /* grün */
      font-size: 18px;
      vertical-align: middle;
      width: 28px;
    }

    .faq {
    margin-bottom: 10px;
}
.faq-question {
    cursor: pointer;
    background: #f7f7f7;
    padding: 20px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 17px;
    color: darkblue;
    margin-bottom: 70px;
}

.faq-answer {
    display: none;
    padding: 10px;
    padding-left: 20px;
    border-top: none;
    border-radius: 0 0 5px 5px;
    background: #f9f9f9;
    margin-top: -75px;
    font-size: 16px;
}
.faq-symbol {
    font-weight: bold;
    transition: transform 0.2s;
}
.faq-symbol.open {
    transform: rotate(180deg);
}
.section-energie {
  font-size: 28px;
  font-weight: bold;
  margin-top: 100px;
color: #173660;
  margin-bottom: 25px;
}
.icon-text-block-preishausanbieter {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      font-family: Arial, sans-serif;
      margin-bottom: 20px;
    }

    .icon-preishausanbieter {
      font-size: 24px;
      color: #4CAF50;
      margin-top: 4px;
    }

    .text-content-preishausanbieter {
      display: flex;
      flex-direction: column;
    }

    .text-klein-preishausanbieter {
      font-size: 16px;
      color: #888;
      margin-bottom: 4px;
    }

    .text-gross-preishausanbieter {
      font-size: 18px;
      font-weight: bold;
      color: #333;
    }

    .banner-preishausanbieter {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 281px;
      background-size: cover;
      background-position: center;
      color: white;
      padding: 40px 30px;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
      font-family: Arial, sans-serif;
      position: relative;
      overflow: hidden;
      flex-wrap: wrap;
      margin-bottom: 30px;
    margin-top: 20px;
     z-index: 0;
    }

    

    .banner-text-preishausanbieter,
    .banner-image-preishausanbieter {
      position: relative;
      z-index: 1;
    }

    .banner-text-preishausanbieter {
      max-width: 60%;
    }

   .banner-image-preishausanbieter {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 2;
}

    .banner-image-preishausanbieter img {
      max-width: 150px;
      width: 90px;
      height: auto;
      border-radius: 8px;
      background: white;
    }

    @media (max-width: 768px) {
      .banner-preishausanbieter {
        flex-direction: column;
        text-align: center;
        
      }

      .banner-text-preishausanbieter {
        max-width: 100%;
        margin-bottom: 15px;
      }

      .banner-image-preishausanbieter img {
        max-width: 80px;
      }
    }
    .section-anbieter {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.icon-row-hausanbieterteil {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      padding: 20px;
      justify-content: space-evenly;
      font-family: Arial, sans-serif;
      margin-bottom: 30px;
    }

    .icon-box-hausanbieterteil {
      background: #f8f4f4;
      width: 140px;
      text-align: center;
      padding: 10px;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
    transition: transform .2s, box-shadow .2s;
    }

.icon-box-hausanbieterteil:hover {
transform: translateY(-6px);
box-shadow: 0 10px 22px rgba(0,0,0, .12)}

    .icon-symbol-hausanbieterteil {
      font-size: 24px;
      color: #4CAF50;
      margin-bottom: 6px;
    }

    .icon-title-hausanbieterteil {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 4px;
      color: #333;
hyphens: auto;
    }

    .icon-title-hausanbieterteil1 {
      font-size: 16px;
      font-weight: bold;
      margin-bottom: 4px;
      color: #777;
    }

    .icon-subtext-hausanbieterteil {
      font-size: 16px;
      color: #333;
      font-weight: bold;
    }

    /* Responsive Anpassung bei kleineren Bildschirmen */
    @media (max-width: 900px) {
      .icon-box-hausanbieterteil {
        flex: 0 0 30%; /* 2–3 pro Zeile */
        margin-bottom: 40px;
      }
    }

   

    button.button-katalog {
    padding: 10px 20px;
    font-size: 16px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 30px;
    
}

    .bilderreiheHausanbieter {
      display: flex;
      gap: 30px; /* Abstand zwischen den Bildern */
      padding: 20px;
      justify-content: space-evenly;
      flex-wrap: wrap;
      
    }

    .bilderreiheHausanbieter img {
      width: 250px;
      height: 250px;
      object-fit: contain;
      border-radius: 8px;
      
    }


    .containerHausanbieter {
      display: flex;
      justify-content: center;
      gap: 10px;
      flex-wrap: wrap;
    }

    @media (max-width: 500px) {
      .containerHausanbieter {
        gap: 20px;
      }
        
      }
    

     .cardHausanbieter {
      display: block;
      background-color: white;
      border: 2px solid #ccc;
      border-radius: 10px;
      
      width: 215px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      text-decoration: none;
      color: inherit;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .cardHausanbieter:hover {
      transform: translateY(-4px);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }

    .cardHausanbieter img.mainImageHausanbieter {
      width: 100%;
      border-radius: 8px 8px 0px 0px;
      margin-bottom: 10px;
      height: 160px;
    }

    .contentHausanbieter {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
    }

    .leftTextHausanbieter {
      text-align: left;
      flex: 1;
    }

    .leftTextHausanbieter div {
      margin-bottom: 4px;
      width: 110px;
      hyphens: auto;
    }

    .rightLogoHausanbieter {
      text-align: right;
      margin-left: 10px;
      flex-shrink: 0;
      max-width: 80px;
    }

    .rightLogoHausanbieter img {
        width: 53px;
    height: 53px;
    border-radius: 4px;
    margin-bottom: 8px;
    margin-right: 15px;
    }

    .smallTextHausanbieter {
      font-size: 13px;
      color: #555;
      padding: 5px 10px 10px 10px;
      hyphens: auto;
    }

    .smallTextHausanbieter1 {
      font-size: 13px;
      color: #555;
      padding: 5px 10px 10px 1px;
      
    }

    .smallTextHausanbieter2 {
      font-size: 13px;
      color: #555;
      padding: 5px 10px 10px 10px;
      width: 110px;
      height: 65px;
      
    }

    .boldTextHausanbieter {
      font-weight: bold;
      padding: 10px 0px 0px 10px;
      hyphens: auto;
      font-size: 16px;
    }

    .boldTextHausanbieter1 {
      font-weight: bold;
      padding:115px 10px 0px 15px;
      margin-bottom: 4px;
      hyphens: auto;
      font-size: 16px;
      
    }

    .boldTextHausanbieter3 {
      font-weight: bold;
      padding: 10px 0px 0px 10px;
      hyphens: auto;
      height: 75px;
      font-size: 16px;
    }

    .bannerHausanbieter23 {
      display: none; /* Standard: nicht anzeigen */
    }

    /* Zeige den Banner nur, wenn Bildschirm < 900px */
    @media (max-width: 899px) {
      .bannerHausanbieter23 {
        display: block;
        position: fixed;
        bottom: 25px;
        
        width: 80%;
        
        color: white;
        
        text-align: center;
        z-index: 0;
        
      }

.banner-button23 {
  background-color: hsl(122, 39%, 49%);
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  width: 60%;
}

.banner-button23:hover {
  background-color: #0056b3;
}
    }

@media (max-width: 666px) {
  .banner-button23 {
  
  width: 80%;}

}
@media (max-width: 566px) {
  .banner-button23 {
  
  width: 95%;}

}
@media (max-width: 400px) {
  .banner-button23 {
  
  width: 95%; }

  


    }

    @media (max-width: 768px) {
  #tabelleHausanbieter,
  #tabelleHausanbieter thead,
  #tabelleHausanbieter tbody,
  #tabelleHausanbieter tr,
  #tabelleHausanbieter td {
    display: block;
    width: 100%;
    font-size: 16px;
  }

  #tabelleHausanbieter tr {
    margin-bottom: 15px;
  
    padding: 10px;
  }

  .hausanbieter-td {
    padding: 10px;
    box-sizing: border-box;
    
  }

  .hausanbieter-td2 {
    padding: 10px;
    box-sizing: border-box;
    padding-left: 40px;
    
  }

  .hausanbieter-icon-cell {
    font-weight: bold;
    
  }
}
.hausanbieter-icon-img {
  width: 25px;
  height: 25px;
}

.icon-preishausanbieter img {
  width: 32px;
  height: 32px;
}

.icon-symbol-hausanbieterteil img {
  width: 40px;
  height: 40px;
}

.link-anbieterseite {
  
  color: #007bff;
  text-decoration: none;
  
  
}
@media (max-width: 500px) {
      

      

    .tooltip-texticonre {
      left: -40px;
    }
    }


    @media (max-width: 500px) {
      .tooltip-texticonli {
        left: -40px;
      }
      }
 .banner-buttongrundriss:hover {
 background-color: #4CAF50 ;
}

.button-katalog:hover {
background-color: #4CAF50;
}

.linebreak {
    display: inline;
  }

  @media (max-width: 500px) {
    .linebreak {
      display: block;
    }
  }
  
    @media (max-width: 500px) {
      
.icon-box-hausanbieterteil {
      background: #f8f4f4;
      width: 110px;}

      .icon-row-hausanbieterteil {
      gap: 0px;
      padding: 1px; 
    }

    .tooltip-texticon {
      left: -40px;
    }
    }

 .text-desktop {
    display: inline;
  }

  .text-mobile {
    display: none;
  }

  @media (max-width: 499px) {
    .text-desktop {
      display: none;
    }

.icon-item {
  background-color: #f2f0f0; 
  width: 110px;}

     .cardHausanbieter {
      
      border-radius: 10px;
      
      width: 275px;
      
    }

    .cardHausanbieter img.mainImageHausanbieter {
      width: 100%;
      border-radius: 8px 8px 0px 0px;
      margin-bottom: 10px;
      height: 230px;
      object-fit:cover;
    }
     
    .bilderreiheHausanbieter {
     margin-bottom: 60px;
     padding: 1px;
     gap: 20px;
    }
     

    .text-mobile {
      display: inline;
    }
  }

.cards-wrapper {
      max-width: 1200px;
      width: 100%;
      display: flex;
      justify-content: center;
    }

    .cards {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      max-width: 1100px; 
      gap: 35px;
      width: 100%;
      justify-items: center;
      margin-bottom: 90px;
    }

    a.card-link {
      text-decoration: none; /* kein Unterstrich */
      color: inherit; /* Textfarbe übernehmen */
      display: block;
      width: 100%;
      max-width: 310px;
      border-radius: 16px;
    }

    .card {
      background: #fff;
      border-radius: 16px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      display: flex;
      flex-direction: column;
      width: 100%;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .card:hover {
      transform: translateY(-6px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    }

    .card img {
      width: 100%;
      height: 230px;
      object-fit: cover;
    }

    .card-content {
      padding: 16px;
      display: flex;
      flex-direction: column;
      background: #f8f4f4;
      gap: 10px;
    }

    .card-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .card-title {
      font-size: 18px;
      font-weight: bold;
    }

    .card-logo img {
      width: 50px;
      height: 50px;
      object-fit: contain;
      display: block;
    }

    .card-company {
      color: #666;
      font-size: 14px;
      word-break: break-word;
    }

    .card-row {
      display: flex;
      justify-content: space-between;
      font-size: 16px;
      font-weight: bold;
    }

    .card-footer {
      display: flex;
      justify-content: space-between;
      font-size: 13px;
      color: #555;
    }


/* 👇 Auf kleinen Bildschirmen (z. B. Smartphones) Navigationspfeile ausblenden */
@media (max-width: 768px) {
  .slider button.prev,
  .slider button.next {
    display: none !important;
  }
}


@media (max-width: 440px) {
     .button-katalog { width: 100%; }}



@media (max-width: 600px) {.imagegrundriss-big-image {
    width: 350px;
    height: 350px;
    display: block;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    max-height: 500px;
    max-width: 500px;
    object-fit: contain;
}

.imagegrundriss-small-images img {
    border-radius: 8px;
    width: 80px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    height: 80px;
    object-fit: contain;
}

}  

@media (max-width: 450px) {.imagegrundriss-big-image {
    width: 270px;
    height: 270px;
    display: block;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    max-height: 500px;
    max-width: 500px;
    object-fit: contain;
}
} 

    

@media (max-width: 500px) {
  .main-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 15px 20px 15px;
  
  overflow: hidden;
}
  
 .text-content {
   
    border-radius: 14px;
    
} 
}