/* =========================================================
   EK4Y – BADSANIERUNG / LEISTUNGEN
   Optimiert: 2025-11
========================================================= */

/* #############################################
   ## LEISTUNGEN – CARDS
############################################# */
.leistungen-card {
    border: none;
    border-radius: .75rem;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 16px rgba(0,0,0,.08);
    transition: transform .25s ease, box-shadow .25s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    cursor: pointer;
  }
  
  .leistungen-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center;
  }
  
  .leistungen-card .card-body {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .leistungen-card h5 {
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: #0a5c3e;
  }
  
  .leistungen-card p {
    flex: 1;
    color: #555;
    font-size: 1rem;
    margin-bottom: 1.25rem;
    line-height: 1.6;
  }
  
  .leistungen-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 24px rgba(0,0,0,.12);
  }
  
  /* #############################################
     ## ICON-BOXEN (SMARTE TECHNIK)
  ############################################# */
  .icon-box {
    background: #fff;
    transition: transform .3s, box-shadow .3s;
    cursor: pointer;
    border: 1px solid #eaeaea;
  }
  
  .icon-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,0,0,.12);
  }
  
  .icon-box i {
    transition: transform .3s;
  }
  
  .icon-box:hover i {
    transform: scale(1.15);
  }
  
  /* #############################################
     ## SECTION - VORHER UND NACHHER
  ############################################# */
  .before-after-section {
    display: flex;
    justify-content: center;
    padding: 60px 0;
    background: #fff;
  }
  
  .ba-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 1rem;
    box-shadow: 0 10px 25px rgba(0,0,0,.1);
  }
  
  .ba-image {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
  }
  
  .ba-before {
    clip-path: inset(0 50% 0 0);
    z-index: 2;
  }
  
  .ba-after {
    z-index: 1;
  }
  
  .ba-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background: #fff;
    transform: translateX(-50%);
    cursor: ew-resize;
    z-index: 3;
  }
  
  .ba-handle::after {
    content: "⇆";
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 50%;
    padding: 8px;
    font-size: 16px;
    line-height: 1;
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
  }
    
  /* =========================================================
   EK4Y – VORTEILE SEKTION (KLIMA / WÄRMEPUMPE)
   Version: 2025-11
    ========================================================= */
.vorteil-box {
cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  transition: all 0.3s ease;
  background-color: #fff;
}

.vorteil-box h3 i {
  font-size: 2rem;
  color: #17d68f;
}

.vorteil-box .vorteil-title {
  font-weight: 600;
  color: #000;
  margin: 1rem 0 0.5rem;
}

.vorteil-box p {
  color: #555;
  font-size: 0.95rem;
  margin-bottom: 0;
}

.vorteil-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
  border-color: #17d68f;
}

.vorteil-box:hover i {
  color: #13b97c;
}

@media (max-width: 767px) {
  .vorteil-box {
      padding: 1.5rem;
  }

  .vorteil-box h3 i {
      font-size: 1.8rem;
  }

  .vorteil-box .vorteil-title {
      font-size: 1rem;
  }
}
  /* === Tooltip Farbe === */
  .tooltip-inner {
    background-color: #0a5c3e !important;
    color: #fff !important;
    font-size: .9rem;
    border-radius: .5rem;
    padding: .5rem .75rem;
  }
  .tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #0a5c3e !important;
  }
  
  /* #############################################
   ## SECTIONS – INDIVIDUELL
  ############################################# */
#badmodernisierung,
#qualitaet,
#planung3d,
#smarte-technik {
  padding: 4rem 0;
  color: #333 !important;
}

/* Text-Vertikale Zentrierung wie Wärmepumpe */
#badmodernisierung .col-lg-6:first-child,
#qualitaet .col-lg-6:first-child,
#planung3d .col-lg-6:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#badmodernisierung .headline-category,
#qualitaet .headline-category,
#planung3d .headline-category,
#smarte-technik .headline-category {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700;
  color: #0a5c3e;
  margin-bottom: 1.5rem;
}

#badmodernisierung p,
#qualitaet p,
#planung3d p,
#smarte-technik p {
  font-size: 1.1rem;
  line-height: 1.7;
}

/* Bilder */
#badmodernisierung img,
#qualitaet img,
#planung3d img {
  border-radius: 1rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

#badmodernisierung img:hover,
#qualitaet img:hover,
#planung3d img:hover {
  transform: scale(1.03);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

/* Smarte Technik Icons */
#smarte-technik .icon-box i {
  color: #17d68f;
  font-size: 2rem;
}

/* #############################################
   ## RESPONSIVE
############################################# */
@media (max-width: 991.98px) {
  #badmodernisierung,
  #qualitaet,
  #planung3d {
    text-align: center;
  }

  #badmodernisierung img,
  #qualitaet img,
  #planung3d img {
    margin-top: 2rem;
  }

  /* Auf Mobilgeräten kein zentriertes Flex nötig */
  #badmodernisierung .col-lg-6:first-child,
  #qualitaet .col-lg-6:first-child,
  #planung3d .col-lg-6:first-child {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .leistungen-card img {
    height: 180px;
  }

  .vorteil-box {
    padding: 1.5rem;
  }

  #smarte-technik .icon-box {
    padding: 1rem;
  }
}

/* ==========================================
   ICON-BOX – TEXT FARBE KORRIGIEREN
========================================== */
.icon-box h5 {
    color: #000;              /* kräftiges Schwarz */
    font-weight: 600;
    margin-top: 1rem;
  }
  
  .icon-box p,
  .icon-box span {
    color: #333;              /* mittleres Grau für Untertexte */
  }
  .icon-box:hover h5 {
    color: #17d68f;           /* EK4Y-Mint beim Hover */
  }