/* Logo optional */
.site-logo { height: 34px; width: auto; }

/* Navbar über Hero transparent */
.navbar-hero {
  position: absolute;
  width: 100%;
  z-index: 10;
  background: transparent;
}
.navbar-hero .nav-link { color: rgba(255,255,255,.9); }
.navbar-hero .nav-link:hover { color: #fff; }

/* HERO */
.hero {
  position: relative;
  min-height: 360px;
  background-size: cover;
  background-position: center;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.35);
}
.hero-inner {
  position: relative;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-text { text-align: center; color: #fff; }
.hero-title { font-size: 3rem; font-weight: 300; }
.hero-subtitle { font-size: 1.1rem; letter-spacing: .12em; }

/* Weißer Bereich wie Screenshot */
.home-main { background: #fff; padding: 36px 0; }
.home-content { max-width: 1100px; }

/* Content Typo */
.content-head { font-size: 2rem; font-weight: 600; margin-bottom: 18px; }
.content-subhead { font-size: 1.6rem; font-weight: 600; }
.muted { color: rgba(0,0,0,.65); }

/* Kontaktbox links */
.contact-box {
  border: 1px solid rgba(0,0,0,.12);
  padding: 18px 18px;
  background: #fff;
}
.contact-title { font-weight: 600; margin-bottom: 12px; }
.contact-lines { line-height: 1.5; margin-bottom: 14px; }

/* Aktionen ohne "Link-Look" */
.contact-actions { display: flex; flex-direction: column; gap: 10px; }
.contact-action {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: 1px solid rgba(0,0,0,.10);
  color: #111;
  text-decoration: none;
  background: #fff;
}
.contact-action:hover { background: rgba(0,0,0,.03); color: #111; }
.contact-action i { font-size: 1.1rem; }
.contact-action.is-static { cursor: default; }

/* Bullet-Liste wie im Screenshot */
.nice-bullets { margin: 0; padding-left: 1.1rem; }
.nice-bullets li { margin-bottom: .6rem; }

/* Hausbild unten rechts */
.home-house {
  max-width: 320px;
  border: 1px solid rgba(0,0,0,.10);
}

/* Mobile Feinschliff */
@media (max-width: 991px) {
  .navbar-hero { position: relative; background: rgba(0,0,0,.65); }
  .hero, .hero-inner { min-height: 260px; }
  .hero-title { font-size: 2.2rem; }
}
/* ===== Modern Touch ===== */
.hero-overlay {
  background: linear-gradient(180deg, rgba(0,0,0,.50), rgba(0,0,0,.25));
}

.hero {
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  overflow: hidden;
}

/* Contact box modern */
.contact-box {
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0,0,0,.08);
}

.contact-action {
  border-radius: 12px;
  transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
}

.contact-action:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(0,0,0,.08);
}

/* Small highlight badge */
.badge-soft {
  display: inline-block;
  font-size: .85rem;
  padding: .35rem .6rem;
  border-radius: 999px;
  background: rgba(0,0,0,.06);
  color: rgba(0,0,0,.75);
}

/* Floating actions for mobile */
.fab-wrap {
  position: fixed;
  right: 16px;
  bottom: 16px;
  display: none;
  gap: 10px;
  flex-direction: column;
  z-index: 9999;
}

.fab {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(0,0,0,.18);
  background: #111;
  color: #fff;
}

.fab i { font-size: 1.25rem; }

@media (max-width: 991px) {
  .fab-wrap { display: flex; }
  .home-house { max-width: 100%; }
}
/* optional: leichte optische Unterscheidung */
.fab { background: #111; }
.fab:hover { opacity: .92; }
.footer-link{
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
}
.footer-link:hover{
  color: inherit;
  text-decoration: none;
}
.contact-person { margin-bottom: 14px; }
.contact-role { font-size: .85rem; color: rgba(0,0,0,.6); }
.contact-name { font-size: 1.05rem; font-weight: 700; margin-top: 2px; }
.contact-address { margin-top: 6px; line-height: 1.35; }
.plain-link{
  color: inherit;
  text-decoration: none;
}
.share-card{
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 16px;
  padding: 18px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0,0,0,.06);
}
.share-label{
  font-weight: 600;
  margin-bottom: 8px;
}
.share-msg{
  font-size: .95rem;
  margin-top: 8px;
  opacity: 0;
  transform: translateY(-2px);
  transition: opacity .15s ease, transform .15s ease;
}
.share-msg.show{
  opacity: 1;
  transform: translateY(0);
}
.map-card{
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 16px;
  padding: 14px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0,0,0,.06);
}
.map-title{
  font-weight: 700;
  margin-bottom: 10px;
}
.contact-form .form-label{
  font-weight: 600;
}
.service-card{
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 16px;
  padding: 16px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(0,0,0,.06);
}
.service-img{
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.08);
  max-height: 220px;
  object-fit: cover;
}

  .cookiebar{
    position:fixed; left:0; right:0; bottom:0; z-index:9999;
    background:#fff; border-top:1px solid #e9ecef;
    box-shadow:0 -10px 30px rgba(0,0,0,.08);
    padding:14px 16px;
  }
  .cookiebar .wrap{max-width:1100px; margin:0 auto; display:flex; gap:14px; align-items:flex-start; justify-content:space-between; flex-wrap:wrap;}
  .cookiebar h6{margin:0; font-weight:800;}
  .cookiebar p{margin:6px 0 0; color:#6c757d; font-size:.95rem; line-height:1.35;}
  .cookiebar .btns{display:flex; gap:10px; flex-wrap:wrap; justify-content:flex-end;}
  .cookiebar .btn{border-radius:10px; padding:10px 14px; font-weight:700;}
  .cookiebar .btn-outline{border:1px solid #ced4da; background:#fff;}
  .cookiebar .btn-danger{border:1px solid #dc3545; background:#dc3545; color:#fff;}
  .cookiebar .btn-success{border:1px solid #198754; background:#198754; color:#fff;}
  .cookiebar a{color:#0d6efd; text-decoration:none;}
  .cookiebar a:hover{text-decoration:underline;}

  /* Modal Look */
  .cmodal-backdrop{position:fixed; inset:0; background:rgba(0,0,0,.45); z-index:10000; display:none;}
  .cmodal{position:fixed; inset:0; z-index:10001; display:none; align-items:center; justify-content:center; padding:18px;}
  .cmodal .box{
    width:min(680px, 100%); background:#fff; border-radius:16px;
    box-shadow:0 20px 60px rgba(0,0,0,.25);
    overflow:hidden;
  }
  .cmodal .head{padding:18px 18px 10px; display:flex; align-items:flex-start; justify-content:space-between;}
  .cmodal .title{font-size:1.6rem; font-weight:900; margin:0;}
  .cmodal .close{border:0; background:transparent; font-size:26px; line-height:1; cursor:pointer; opacity:.6;}
  .cmodal .close:hover{opacity:1;}
  .cmodal .body{padding:0 18px 14px;}
  .cmodal .body p{color:#6c757d; margin:0 0 12px; line-height:1.35;}
  .cmodal .rowx{
    border:1px solid #e9ecef; border-radius:14px; padding:14px;
    display:flex; align-items:center; justify-content:space-between;
    margin:10px 0;
  }
  .cmodal .rowx .left{display:flex; gap:10px; align-items:center;}
  .cmodal .rowx .name{font-weight:800;}
  .cmodal .rowx .hint{color:#6c757d; font-size:.9rem;}
  .cmodal .pill{
    display:inline-flex; align-items:center; justify-content:center;
    border-radius:999px; padding:6px 12px; font-weight:900; font-size:.85rem;
    background:#e9f7ef; color:#198754;
  }

  .switch{
    display:inline-flex; border:1px solid #e9ecef; border-radius:12px; overflow:hidden;
  }
  .switch button{
    border:0; background:#f8f9fa; padding:8px 14px; font-weight:900; cursor:pointer;
  }
  .switch button.active{background:#111827; color:#fff;}
  .cmodal .foot{
    padding:14px 18px 18px; display:flex; gap:10px; justify-content:space-between; flex-wrap:wrap;
    border-top:1px solid #f1f3f5;
  }
  .cmodal .foot .btn{border-radius:12px; padding:10px 14px; font-weight:900; border:1px solid transparent; cursor:pointer;}
  .cmodal .foot .btn-dark{background:#111827; color:#fff;}
  .cmodal .foot .btn-outline{border:1px solid #ced4da; background:#fff;}
  .cmodal .foot .btn-success{background:#198754; color:#fff;}


/* =========================
   ZIMMER: Übersicht + Modal

