/* Cookie-/Consent-Banner */
#cookie-consent-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background: #212529;
  color: #fff;
  box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.35);
  padding: 20px 0;
}

#cookie-consent-banner .cookie-consent-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}

#cookie-consent-banner .cookie-consent-text {
  flex: 1 1 500px;
}

#cookie-consent-banner .cookie-consent-text h5 {
  color: #fff;
  margin-bottom: 8px;
}

#cookie-consent-banner .cookie-consent-text p {
  color: #d4d8dc;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 0;
}

#cookie-consent-banner .cookie-consent-text a {
  color: #4db1e8;
  text-decoration: underline;
}

#cookie-consent-banner .cookie-consent-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

#cookie-consent-banner .cookie-consent-essential {
  color: #fff;
  border: 1px solid #6c757d;
  background: transparent;
}

#cookie-consent-banner .cookie-consent-essential:hover {
  background: #6c757d;
  color: #fff;
}

/* Inhalts-Sperre: erscheint, wenn nach Ablauf der Bedenkzeit keine Auswahl getroffen wurde */
#cookie-consent-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99990; /* unterhalb des Banners (99999), damit dieser bedienbar bleibt */
  background: rgba(33, 37, 41, 0.8);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

#cookie-consent-overlay p {
  max-width: 520px;
  color: #fff;
  font-size: 18px;
  line-height: 1.7;
  text-align: center;
  margin: 0;
}

body.cookie-consent-lock {
  overflow: hidden;
}

/* Platzhalter fuer Google Maps (Zwei-Klick-Loesung) */
.map-consent {
  height: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #e9ecef;
  border: 1px solid #dee2e6;
  padding: 30px;
}

.map-consent p {
  max-width: 420px;
  color: #555;
  margin-bottom: 20px;
}

.map-consent p a {
  color: #0077b5;
  text-decoration: underline;
}
