/* =========================================================
   EK4Y – E-CHECK LANDINGPAGE
   Version: 2025-11
========================================================= */

/* === Karten (Leistungen) === */
.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;
  }
  .leistungen-card img { width: 100%; height: 220px; object-fit: cover; }
  .leistungen-card .card-body { padding: 1.5rem; flex: 1; }
  .leistungen-card h5 { font-weight: 700; font-size: 1.25rem; color: #0a5c3e; margin-bottom: 1rem; }
  .leistungen-card p { color: #555; line-height: 1.6; }
  .leistungen-card:hover { transform: translateY(-6px); box-shadow: 0 8px 24px rgba(0,0,0,.12); }
  
  /* === Vorteile === */
  .vorteil-box {
    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; }
  
/* ================================
   SMARTE TECHNIK – E-CHECK
================================ */
#smarte-technik {
    padding: 4rem 0;
    background: #fff;
    color: #000;
  }
  
  #smarte-technik .headline-category {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 700;
    color: #0a5c3e;
    margin-bottom: 1.5rem;
  }
  
  #smarte-technik p {
    color: #555;
    max-width: 800px;
    margin: 0 auto 3rem;
    line-height: 1.6;
  }
  
  #smarte-technik .row {
    max-width: 1200px;   /* verhindert zu breite Darstellung */
    margin: 0 auto;      /* zentriert innerhalb der Seite */
  }
  
  /* Icon-Boxen */
  .icon-box {
    background: #fff;
    border: 1px solid #eaeaea;
    transition: transform .3s, box-shadow .3s;
    cursor: pointer;
    border-radius: 1rem;
    min-height: 180px;
  }
  
  .icon-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,0,0,.12);
  }
  
  .icon-box i {
    color: #17d68f;
    transition: transform .3s;
  }
  
  .icon-box:hover i {
    transform: scale(1.15);
  }
  
  .icon-box h5 {
    color: #000;
    font-weight: 600;
    margin-top: 1rem;
    font-size: 1.05rem;
  }
  
  .icon-box:hover h5 {
    color: #17d68f;
  }
  
  /* Responsive Korrekturen */
  @media (max-width: 991.98px) {
    #smarte-technik .row {
      max-width: 100%;
    }
    .icon-box {
      min-height: auto;
      margin-bottom: 1rem;
    }
  }
  /* ================================
   E-CHECK – VORTEILE
================================ */
#echeck-vorteile {
    padding: 4rem 0;
    background: #fff;
  }
  
  #echeck-vorteile .headline-category {
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 700;
    color: #0a5c3e;
    margin-bottom: 1.5rem;
  }
  
  /* Vorteil-Boxen */
  #echeck-vorteile .vorteil-box {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    padding: 2rem 1.5rem;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
    cursor: pointer;
  }
  
  #echeck-vorteile .vorteil-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    border-color: #17d68f;
  }
  
  #echeck-vorteile .vorteil-box h3 i {
    font-size: 2rem;
    color: #17d68f;
    transition: color 0.3s;
  }
  
  #echeck-vorteile .vorteil-box:hover i {
    color: #13b97c;
  }
  
  #echeck-vorteile .vorteil-title {
    font-weight: 600;
    font-size: 1.1rem;
    color: #000;
    margin: 1rem 0 0.5rem;
  }
  
  #echeck-vorteile .vorteil-text,
  #echeck-vorteile p {
    color: #555;
    font-size: 0.95rem;
    margin: 0;
    line-height: 1.5;
  }
  
  /* Tooltip-Stil */
  .tooltip-inner {
    background: #0a5c3e;
    color: #fff;
    font-size: 0.85rem;
    border-radius: 6px;
    padding: 0.5rem 0.75rem;
  }
  .tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #0a5c3e !important;
  }
  
  /* Responsive Anpassung */
  @media (max-width: 991.98px) {
    #echeck-vorteile .vorteil-box {
      margin-bottom: 1rem;
    }
  }
  /* ================================
   E-CHECK – FÜR WEN
================================ */
#echeck {
    padding: 4rem 0;
  }
  
  #echeck h2 {
    color: #0a5c3e;
    font-weight: 700;
    margin-bottom: 1rem;
  }
  
  #echeck p {
    color: #000; /* Text schwarz */
    font-size: 1.05rem;
    line-height: 1.7;
    margin-bottom: 0;
  }
  
  #echeck img {
    border-radius: 1rem;
    box-shadow: 0 10px 25px rgba(0,0,0,.1);
    transition: transform .3s ease, box-shadow .3s ease;
  }
  
  #echeck img:hover {
    transform: scale(1.03);
    box-shadow: 0 15px 35px rgba(0,0,0,.2);
  }
  
  /* Responsive */
  @media (max-width: 991.98px) {
    #echeck {
      text-align: center;
    }
    #echeck img {
      margin-top: 1.5rem;
    }
  }
  