/* Wasserheimat – Wasserhärte */
.whwh-wrap{max-width:820px;margin:0 auto;padding:1.5rem 1.1rem 3rem}
.whwh-crumbs{font-size:.85rem;opacity:.7;margin-bottom:.9rem}
.whwh-crumbs a{text-decoration:none}
.whwh-main h1{line-height:1.2;margin:.2rem 0 1rem}
.whwh-main h2{margin-top:2.2rem}
.whwh-main h3{margin-top:1.4rem;font-size:1.05rem}

.whwh-card{display:flex;flex-wrap:wrap;gap:1rem;padding:1.1rem;border-radius:12px;
  border:1px solid rgba(0,0,0,.1);margin:1.2rem 0}
.whwh-card--weich{background:#eef7f1;border-color:#bcdcc8}
.whwh-card--mittel{background:#fdf5e6;border-color:#e8d5a8}
.whwh-card--hart{background:#fbeeee;border-color:#e2bcbc}
.whwh-kpi{flex:1 1 30%;min-width:130px}
.whwh-kpi__val{display:block;font-size:1.5rem;font-weight:700;line-height:1.15}
.whwh-kpi__lbl{display:block;font-size:.78rem;opacity:.72;margin-top:.2rem}

.whwh-note{border-left:3px solid #c9a227;padding:.5rem .85rem;background:rgba(201,162,39,.07);
  border-radius:0 6px 6px 0;font-size:.94rem}

.whwh-table{width:100%;border-collapse:collapse;margin:1rem 0;font-size:.94rem}
.whwh-table th,.whwh-table td{border:1px solid rgba(0,0,0,.12);padding:.5rem .65rem;text-align:left;vertical-align:top}
.whwh-table thead th{background:rgba(0,0,0,.04)}
.whwh-table tbody th{width:38%;font-weight:600;background:rgba(0,0,0,.02)}
.whwh-row--active td{background:rgba(0,0,0,.05);font-weight:600}

.whwh-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.6rem;margin:1rem 0}
.whwh-tile{display:flex;flex-direction:column;gap:.15rem;padding:.65rem .75rem;border-radius:9px;
  text-decoration:none;border:1px solid rgba(0,0,0,.12);color:inherit}
.whwh-tile:hover{border-color:rgba(0,0,0,.35)}
.whwh-tile--weich{background:#f3faf5}
.whwh-tile--mittel{background:#fdf8ee}
.whwh-tile--hart{background:#fdf2f2}
.whwh-tile__ort{font-weight:600}
.whwh-tile__dh{font-size:.82rem;opacity:.75}

.whwh-list{columns:2;column-gap:1.5rem;padding-left:1.1rem}
.whwh-az{line-height:2.1}
.whwh-az a{display:inline-block;min-width:2rem;text-align:center;border:1px solid rgba(0,0,0,.15);
  border-radius:6px;padding:.1rem .35rem;text-decoration:none;margin-right:.15rem}

.whwh-search{margin:1.2rem 0}
.whwh-search input[type=search]{width:100%;padding:.75rem .9rem;font-size:1rem;
  border:1px solid rgba(0,0,0,.28);border-radius:9px}
.whwh-search button{margin-top:.55rem;padding:.7rem 1.2rem;font-size:1rem;border:0;border-radius:9px;
  background:#1c4a5a;color:#fff;cursor:pointer}
.whwh-search button:hover{background:#153847}
.whwh-results{margin-top:.8rem}
.whwh-results__item{display:flex;justify-content:space-between;gap:1rem;padding:.6rem .75rem;
  border:1px solid rgba(0,0,0,.12);border-radius:8px;margin-bottom:.4rem;text-decoration:none;color:inherit}
.whwh-results__item:hover{border-color:rgba(0,0,0,.4)}
.whwh-results__meta{font-size:.8rem;opacity:.7}
.whwh-results__empty{padding:.7rem .8rem;background:rgba(0,0,0,.04);border-radius:8px;font-size:.93rem}

.whwh-foot{font-size:.85rem;opacity:.75;margin-top:2rem;padding-top:1rem;border-top:1px solid rgba(0,0,0,.1)}

@media (max-width:600px){
  .whwh-list{columns:1}
  .whwh-kpi{flex:1 1 100%}
  .whwh-table tbody th{width:45%}
}
