/* Datenschutzfreundlicher Cookie-/Externe-Inhalte-Hinweis */
.cookie-consent {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 9999;
  max-width: 960px;
  margin: 0 auto;
  background: #fffaf2;
  border: 1px solid rgba(92, 67, 43, 0.25);
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
  padding: 1.1rem;
  color: #3f4a2c;
  font-family: inherit;
}
.cookie-consent[hidden] { display: none !important; }
.cookie-consent__inner { display: flex; gap: 1rem; align-items: center; justify-content: space-between; }
.cookie-consent__text { max-width: 680px; }
.cookie-consent__title { font-weight: 700; margin-bottom: .25rem; font-size: 1.05rem; }
.cookie-consent p { margin: 0; line-height: 1.45; }
.cookie-consent__actions { display: flex; gap: .6rem; flex-wrap: wrap; justify-content: flex-end; }
.cookie-btn {
  border: 0;
  border-radius: 999px;
  padding: .7rem 1rem;
  cursor: pointer;
  font-weight: 700;
  line-height: 1;
}
.cookie-btn--primary { background: #6f7352; color: #fff; }
.cookie-btn--secondary { background: #eadfce; color: #4B5630; }
.cookie-btn:hover { opacity: .92; }
.cookie-link { color: #4B5630; text-decoration: underline; }
.map-consent-box {
  min-height: 450px;
  width: 100%;
  border-radius: 18px;
  border: 1px solid rgba(92, 67, 43, 0.2);
  background: linear-gradient(135deg, #fffaf2, #efe4d1);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  color: #3f3328;
}
.map-consent-box__content { max-width: 460px; }
.map-consent-box h3 { margin-bottom: .7rem; }
.map-consent-box p { margin-bottom: 1rem; line-height: 1.5; }
.map-consent-box iframe { border-radius: 18px; }
@media (max-width: 768px) {
  .cookie-consent__inner { display: block; }
  .cookie-consent__actions { justify-content: flex-start; margin-top: .9rem; }
  .cookie-btn { width: 100%; }
}
