@import "handy.css";
/* ===== Gemeinsamer Farbverlauf & Theme – Aufbau wie Startseite ===== */
body {
  font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
  line-height: 1.6;
  font-size: clamp(16px, 2vw, 18px);
  -webkit-text-size-adjust: 100%;
  background: linear-gradient(180deg, #b8c5d4 0%, #d8e0eb 20%, #e8ecf2 45%, #f4f6f9 70%, #ffffff 100%) !important;
  color: #0f172a;
}

/* Container wie Startseite: gleiche Breite + Padding */
.container {
  width: min(1120px, 92vw);
  margin: 0 auto;
  padding: 0 4vw;
}

.container-wide {
  width: min(1400px, 94vw);
  margin: 0 auto;
  padding: 0 4vw;
}

/* Sections: gleicher Abstand wie Startseite */
section {
  padding: 56px 0;
}

/* H2 in Content: grüner Balken wie Startseite */
section h2 {
  font-size: clamp(26px, 3vw, 34px);
  margin-bottom: 16px;
  padding-left: 14px;
  border-left: 4px solid #16a34a;
  color: #0f172a;
}

@media (max-width: 600px) {
  section {
    padding: 40px 0;
  }

  section h2 {
    font-size: clamp(22px, 6vw, 30px);
    margin-bottom: 12px;
    padding-left: 12px;
  }

  .services,
  .gallery,
  .highlights,
  .image-grid {
    grid-template-columns: 1fr;
  }

  .service,
  .highlight,
  .cta {
    border-radius: 14px;
  }

  .map-with-address {
    border-radius: 16px;
  }

  .map-with-address iframe {
    height: 300px !important;
    border-radius: 16px;
  }

  .map-address-box {
    position: static;
    max-width: none;
    margin: 12px 12px 0;
  }

  .districts-section .districts {
    padding: 28px 20px 32px;
  }
}

/* ===== Hero wie Startseite: Größe, Aufbau, Sections ===== */
.page-hero-wrap {
  position: relative;
  min-height: 420px;
  padding: 20px 0 32px;
  color: #ffffff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.page-hero-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.08) 100%);
  pointer-events: none;
  z-index: 0;
}

.page-hero-wrap .container,
.page-hero-wrap .container-wide,
.page-hero-wrap .hero {
  position: relative;
  z-index: 1;
}

.page-hero-wrap .hero {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
  align-items: center;
}

.page-hero-wrap .hero-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.page-hero-wrap .hero-banner {
  display: inline-block;
  background: #16a34a;
  color: #fff;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
  letter-spacing: 0.02em;
  width: fit-content;
}

.page-hero-wrap h1 {
  font-size: clamp(28px, 7.5vw, 40px);
  font-weight: 800;
  margin: 0 0 8px;
  line-height: 1.2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7), 0 4px 12px rgba(0, 0, 0, 0.5);
}

.page-hero-wrap .hero-lead,
.page-hero-wrap p {
  color: rgba(255, 255, 255, 0.95);
  font-size: 16px;
  margin: 0;
  max-width: 560px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7), 0 4px 10px rgba(0, 0, 0, 0.5);
}

.page-hero-wrap .hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.page-hero-wrap .pill {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  background: rgba(22, 163, 74, 0.25);
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

/* Schrift „CITY Schlüsseldienst“ auf Fahrzeug / Polo (Overlay) */
.page-hero-wrap .hero-branding {
  position: absolute;
  z-index: 2;
  font-weight: 800;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.85), 0 0 20px rgba(0, 0, 0, 0.4);
  pointer-events: none;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
.page-hero-wrap.hero-van .hero-branding {
  right: 14%;
  bottom: 36%;
  font-size: clamp(18px, 4vw, 28px);
}
.page-hero-wrap.hero-handwerker .hero-branding {
  left: 56%;
  top: 54%;
  transform: translate(-50%, -50%);
  font-size: clamp(14px, 2.5vw, 20px);
}

@media (min-width: 1024px) {
  .page-hero-wrap {
    padding: 24px 0 36px;
    min-height: max(52vh, 480px);
    display: flex;
    align-items: center;
  }
  .page-hero-wrap .hero {
    width: 100%;
  }
  .page-hero-wrap h1 {
    font-size: clamp(42px, 5vw, 64px);
    margin-bottom: 8px;
  }
  .page-hero-wrap .hero-lead,
  .page-hero-wrap p {
    font-size: 18px;
    margin-top: 4px;
  }
  .page-hero-wrap .hero-content {
    max-width: 520px;
  }
  .page-hero-wrap .hero-banner {
    font-size: 17px;
    padding: 8px 24px;
  }
  .page-hero-wrap .pill {
    font-size: 17px;
    padding: 12px 20px;
  }
}

/* ===== Header: dunkles Grau wie Notfall-Strip, weiße Schrift ===== */
header.site-header {
  position: relative;
  z-index: 100;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

/* Menü geöffnet: Header über FABs legen (Klasse wird von patch-nav.js gesetzt) */
header.site-header.menu-open {
  position: relative;
  z-index: 1000;
}
header.site-header.menu-open .nav-links.is-open {
  position: relative;
  z-index: 1001;
}

header.site-header .container-wide {
  width: min(1400px, 94vw);
  margin: 0 auto;
  padding: 0 4vw;
}

header.site-header .topbar.container-wide {
  width: min(1200px, 88vw);
  margin-left: auto;
  margin-right: auto;
}

header.site-header .topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 4px 0;
  min-height: 0;
}

header.site-header .topbar .brand img {
  max-height: 56px;
  height: 56px;
  width: auto;
  object-fit: contain;
}

header.site-header .brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
}

header.site-header .brand:hover {
  color: #86efac;
}

header.site-header .brand img {
  width: min(880px, 72vw);
  height: auto;
  object-fit: contain;
  background: transparent;
  filter: invert(1);
  mix-blend-mode: lighten;
}

/* Neues Logo für alle Header-Brandings */

header.site-header .phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #16a34a;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}

header.site-header .phone:hover {
  background: #15803d;
}

header.site-header .nav-toggle-mobile {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: transparent;
  color: #ffffff;
  font-size: 22px;
  cursor: pointer;
}

header.site-header .nav-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  font-size: 16px;
  color: #ffffff;
  align-items: center;
  font-weight: 700;
}

header.site-header .nav-links > a {
  padding: 6px 4px;
  border-bottom: 2px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
  color: #ffffff;
}

header.site-header .nav-links > a:hover {
  color: #86efac;
  border-color: #86efac;
}

header.site-header .nav-item {
  position: relative;
}

header.site-header .nav-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid transparent;
  background: transparent;
  font: inherit;
  color: inherit;
  cursor: pointer;
  font-weight: 700;
}

header.site-header .nav-toggle:hover,
header.site-header .nav-item:focus-within .nav-toggle {
  color: #86efac;
  border-color: rgba(255, 255, 255, 0.5);
}

header.site-header .nav-toggle .caret {
  font-size: 12px;
  line-height: 1;
}

header.site-header .nav-back {
  display: none !important;
}

header.site-header .nav-menu {
  position: absolute;
  top: 100%;
  margin-top: 6px;
  left: 0;
  min-width: 220px;
  background: #1e293b;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.3);
  padding: 10px;
  display: none;
  z-index: 100;
}

header.site-header .nav-menu a {
  display: block;
  padding: 8px 10px;
  border-radius: 8px;
  color: #ffffff;
}

header.site-header .nav-menu a:hover {
  background: rgba(22, 163, 74, 0.2);
  color: #86efac;
}

/* Dropdown nur per Klick öffnen (kein Hover) */
header.site-header .nav-item.is-open .nav-menu {
  display: block;
}

/* Stadtteile-Dropdown: Grid-Layout für viele Links */
header.site-header .nav-menu-grid {
  min-width: 400px;
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
}
header.site-header .nav-item.is-open .nav-menu-grid {
  display: grid;
}
header.site-header .nav-menu-grid a {
  font-size: 14px;
  padding: 6px 10px;
}
@media (min-width: 1200px) {
  header.site-header .nav-menu-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  header.site-header .topbar {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  header.site-header .nav-toggle-mobile {
    display: inline-flex;
  }
  header.site-header .nav-links {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 16px 12px;
    display: none;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
    border-radius: 12px;
    margin-top: 12px;
    border: 1px solid rgba(255, 255, 255, 0.15);
  }
  header.site-header .nav-links.is-open {
    display: flex;
  }
  header.site-header .nav-links > a,
  header.site-header .nav-toggle,
  header.site-header .nav-back {
    color: #ffffff;
  }
  header.site-header .nav-links > a:hover,
  header.site-header .nav-toggle:hover,
  header.site-header .nav-item:focus-within .nav-toggle,
  header.site-header .nav-back:hover {
    color: #86efac;
  }
  header.site-header .nav-back {
    background: transparent;
    border: none;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
    padding: 8px 0;
  }
  header.site-header .nav-item {
    width: 100%;
  }
  header.site-header .nav-toggle {
    padding-left: 0;
    min-height: 44px;
    cursor: pointer;
    text-align: left;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
  }
  header.site-header .nav-menu {
    position: static;
    width: 100%;
    box-shadow: none;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: #1e293b;
    margin-top: 8px;
    border-radius: 8px;
  }
  header.site-header .nav-menu a {
    color: #ffffff;
  }
  header.site-header .nav-menu a:hover {
    color: #86efac;
    background: rgba(22, 163, 74, 0.15);
  }
  header.site-header .nav-menu-grid {
    min-width: 0;
    grid-template-columns: 1fr;
  }
}

/* Topbar Mobil wie Startseite: gleiche Höhe überall (10px Padding, 46px Logo) */
@media (max-width: 600px) {
  header.site-header .topbar {
    padding: 10px 0;
  }
  header.site-header .topbar .brand img {
    max-height: 46px;
    height: 46px;
  }
  header.site-header .brand {
    font-size: 14px;
  }
  header.site-header .brand img {
    width: auto;
    max-width: 140px;
  }
}

/* ===== Notfall-Strip (Farben wie Referenz: #21303E, #33CC33, #7EB97D) ===== */
.notfall-strip {
  width: 100%;
  background: #21303e;
  color: #fff;
  padding: 24px 24px 32px;
  min-height: 180px;
  text-align: center;
  position: relative;
  overflow: visible;
  border-top: 4px solid #33cc33;
  border-bottom: 4px solid #33cc33;
  display: flex;
  align-items: center;
  justify-content: center;
}
.notfall-strip-inner {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.notfall-strip .notfall-label {
  display: inline-block;
  font-size: clamp(12px, 1.5vw, 14px);
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #7eb97d;
}
.notfall-strip .notfall-headline {
  font-size: clamp(29px, 5.6vw, 58px);
  font-weight: 900;
  line-height: 1.15;
  margin: 0 0 8px;
  letter-spacing: -0.02em;
  color: #ffffff;
  text-shadow: 0 0 24px rgba(255, 255, 255, 0.9), 0 0 48px rgba(51, 204, 51, 0.35), 0 2px 4px rgba(0, 0, 0, 0.4);
}
.notfall-strip .notfall-subline {
  font-size: clamp(14px, 2vw, 17px);
  color: #ffffff;
  margin: 0 0 14px;
  font-weight: 600;
  text-shadow: 0 0 14px rgba(255, 255, 255, 0.4);
}
.notfall-strip .notfall-phone-line {
  margin: 0;
  font-size: clamp(18px, 3vw, 22px);
  color: #ffffff;
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.35);
}
.notfall-strip .notfall-phone-label {
  font-weight: 700;
  margin-right: 6px;
  color: #ffffff;
}
.notfall-strip .notfall-phone {
  display: inline-block;
  font-size: clamp(29px, 5.6vw, 49px);
  font-weight: 900;
  color: #ffffff;
  text-decoration: none;
  padding: 16px 32px;
  border-radius: 12px;
  background: linear-gradient(to bottom, #44e052 0%, #33cc33 100%);
  border: 2px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 4px 24px rgba(51, 204, 51, 0.5), 0 0 36px rgba(68, 224, 82, 0.35);
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.7), 0 0 32px rgba(255, 255, 255, 0.3), 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: background 0.2s, box-shadow 0.2s, filter 0.2s;
}
.notfall-strip .notfall-phone:hover {
  filter: brightness(1.1);
  box-shadow: 0 6px 28px rgba(51, 204, 51, 0.6), 0 0 48px rgba(68, 224, 82, 0.45);
}
@media (max-width: 600px) {
  .notfall-strip {
    padding: 22px 20px 28px;
    min-height: 200px;
  }
  .notfall-strip .notfall-label {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .notfall-strip .notfall-headline {
    font-size: clamp(27px, 9vw, 36px);
    margin: 0 0 16px;
  }
  .notfall-strip .notfall-phone {
    font-size: clamp(25px, 7.8vw, 31px);
    padding: 18px 28px;
  }
}

/* ===== Rezensionsbox wie Startseite (unter Notfall-Strip) ===== */
.rezension-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px 24px;
  padding: 14px 16px;
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}
.rezension-strip .hero-google-rating {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
}
.rezension-strip .hero-google-rating .stars {
  display: flex;
  align-items: center;
  gap: 2px;
}
.rezension-strip .hero-google-rating .stars svg,
.rezension-strip .hero-google-rating .stars svg path {
  fill: #facc15;
  width: 22px;
  height: 22px;
}
.rezension-strip .hero-google-rating .rating-num {
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
}
.rezension-strip .hero-google-rating .rating-label {
  font-size: 14px;
  color: #e2e8f0;
  font-weight: 600;
}
.rezension-strip .hero-google-rating .rating-link-hint {
  font-size: 13px;
  color: #86efac;
  font-weight: 600;
  margin-left: 4px;
}
.rezension-strip .rezension-bewertung-link {
  font-size: 14px;
  font-weight: 600;
  color: #86efac;
  padding: 8px 14px;
  border: 1px solid rgba(134, 239, 172, 0.5);
  border-radius: 8px;
  text-decoration: none;
}
.rezension-strip .rezension-bewertung-link:hover {
  color: #bbf7d0;
  border-color: #86efac;
  background: rgba(134, 239, 172, 0.1);
}

/* ===== Grüne Akzente: Überschriften ===== */
h2 {
  padding-left: 14px;
  border-left: 4px solid #16a34a;
}

/* ===== Grüne Akzente: Service-Icons ===== */
.service-icon {
  background: rgba(22, 163, 74, 0.1) !important;
  color: #16a34a !important;
  border: 1px solid rgba(22, 163, 74, 0.3) !important;
}

.service-icon svg {
  fill: currentColor;
}

/* ===== Grüne Akzente: Service-Karten ===== */
.service {
  border-color: rgba(22, 163, 74, 0.2) !important;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.service:hover {
  border-color: rgba(22, 163, 74, 0.45) !important;
  box-shadow: 0 8px 24px rgba(22, 163, 74, 0.08);
}

/* ===== Grüne Akzente: CTA & Highlight ===== */
.cta {
  border-left: 4px solid #16a34a !important;
  border-color: rgba(22, 163, 74, 0.25) !important;
}

.highlight {
  border-left: 4px solid #16a34a !important;
  border-color: rgba(22, 163, 74, 0.2) !important;
  background: rgba(22, 163, 74, 0.04) !important;
}

/* ===== Grüne Akzente: FAQ ===== */
.faq details {
  border-color: rgba(22, 163, 74, 0.2) !important;
}

.faq details[open] summary {
  color: #16a34a;
}

.faq summary {
  transition: color 0.2s;
}

/* ===== Footer: dunkel wie Impressum/Header ===== */
footer {
  padding: 28px 0 32px;
  font-size: 14px;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%) !important;
  border-top: 3px solid #16a34a !important;
  color: rgba(255, 255, 255, 0.9) !important;
}

footer .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

footer .footer-copy {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
}

footer .footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
}

footer .footer-links a {
  color: #86efac;
  text-decoration: none;
}

footer .footer-contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 16px;
}

footer .footer-contact a {
  color: #86efac;
}

footer .footer-contact span {
  color: rgba(255, 255, 255, 0.8);
}

footer a:hover {
  color: #ffffff !important;
}

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

/* ===== Stadtteil-Sektion (dunkles Grau + Grün) ===== */
.districts-section .districts {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%) !important;
  border-top: 4px solid #16a34a !important;
  border-bottom: 4px solid #16a34a !important;
  color: #ffffff;
}

.districts-section .districts h2 {
  color: #ffffff;
  border-left-color: #22c55e;
}

.districts-section .districts p {
  color: rgba(255, 255, 255, 0.9);
}

.districts a {
  border-color: rgba(22, 163, 74, 0.5) !important;
  background: rgba(22, 163, 74, 0.15) !important;
  color: #e2e8f0 !important;
}

.districts a:hover {
  border-color: #22c55e !important;
  background: rgba(22, 163, 74, 0.3) !important;
  color: #4ade80 !important;
}

/* ===== Map-Adress-Kästchen (dunkles Grau + Grün) ===== */
.map-with-address {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.15);
}

.map-with-address iframe {
  border-radius: 20px;
  box-shadow: inset 0 0 0 1px rgba(22, 163, 74, 0.2);
}

.map-address-box {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-left: 4px solid #16a34a !important;
  color: #ffffff;
}

.map-address-box:hover {
  border-left-color: #22c55e !important;
}

.map-address-label {
  color: #22c55e !important;
}

.map-address-text {
  color: rgba(255, 255, 255, 0.95) !important;
}

.map-address-link {
  color: #4ade80 !important;
}

.map-address-box:hover .map-address-link {
  color: #86efac !important;
}

/* ===== Fade-up Animation für alle Hero-Bereiche ===== */
.fade-up {
  animation: heroFadeUp 0.6s ease both;
}

.hero-delay-0 { animation-delay: 0.05s; }
.hero-delay-1 { animation-delay: 0.15s; }
.hero-delay-2 { animation-delay: 0.25s; }
.hero-delay-3 { animation-delay: 0.35s; }
.hero-delay-4 { animation-delay: 0.45s; }
.hero-delay-5 { animation-delay: 0.55s; }
.hero-delay-6 { animation-delay: 0.65s; }
.hero-delay-7 { animation-delay: 0.75s; }
.hero-delay-8 { animation-delay: 0.85s; }
.hero-delay-9 { animation-delay: 0.95s; }

@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .fade-up {
    animation: none;
    opacity: 1;
    transform: none;
  }
}

/* ===== FAB: Telefon, WhatsApp, Standort (fixiert rechts) ===== */
.call-fab,
.whatsapp-fab,
.standort-fab {
  position: fixed;
  right: 22px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #22c55e;
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 8px 22px rgba(34, 197, 94, 0.35);
  z-index: 999;
  text-decoration: none;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}
.call-fab {
  bottom: 100px;
}
.call-fab .call-fab-icon,
.call-fab svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}
.call-fab:not([class*="icon"]) {
  font-size: 28px;
  line-height: 1;
}
.whatsapp-fab {
  bottom: 36px;
}
.whatsapp-fab .whatsapp-fab-icon,
.whatsapp-fab svg {
  width: 32px;
  height: 32px;
  fill: #fff;
}
.standort-fab {
  bottom: 164px;
}
.standort-fab svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}
.call-fab:hover,
.whatsapp-fab:hover,
.standort-fab:hover {
  background: #16a34a;
  box-shadow: 0 10px 26px rgba(34, 197, 94, 0.45);
}
@media (max-width: 600px) {
  .call-fab,
  .whatsapp-fab,
  .standort-fab {
    right: 16px;
    width: 52px;
    height: 52px;
  }
  .call-fab { bottom: 92px; }
  .whatsapp-fab { bottom: 28px; }
  .standort-fab { bottom: 156px; }
}
