/* EMAXO analytics consent banner — reusable, brand-agnostic.
 * Equal-prominence accept/reject (DSGVO/TTDSG): reject is a clearly visible
 * outlined button, NOT a ghost link; accept is filled. */
.ede-consent {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 9999;
  max-width: 40rem;
  margin: 0 auto;
  padding: 1rem 1.1rem;
  border-radius: 12px;
  background: rgba(18, 16, 22, 0.96);
  color: #f2eee8;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(6px);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 0.9rem;
  line-height: 1.45;
}
.ede-consent-text {
  margin: 0 0 0.85rem;
}
.ede-consent-text a {
  color: #d9c7a8;
  text-decoration: underline;
}
.ede-consent-actions {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.ede-consent-btn {
  flex: 1 1 auto;
  min-width: 9rem;
  padding: 0.6rem 1rem;
  border-radius: 999px;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.15s ease, transform 0.05s ease;
}
.ede-consent-btn:active {
  transform: translateY(1px);
}
/* Reject — clearly visible outlined button (equal prominence, not a ghost). */
.ede-consent-reject {
  background: transparent;
  color: #f2eee8;
  border: 1px solid rgba(255, 255, 255, 0.55);
}
/* Accept — filled (may be slightly more prominent). */
.ede-consent-accept {
  background: #d9c7a8;
  color: #1a1620;
  border: 1px solid #d9c7a8;
}
.ede-consent-btn:hover {
  opacity: 0.9;
}
@media (min-width: 480px) {
  .ede-consent-actions {
    flex-wrap: nowrap;
  }
  .ede-consent-btn {
    flex: 0 0 auto;
  }
}
/* Footer "Cookie-Einstellungen" reopen entry — styled to match the footer links
 * (it is a <button> so it never navigates and emits no analytics). */
.footer-link-btn {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  text-decoration: underline;
}


/* ede-deploy provenance 6342f633f687d37a4e1987aa3d60806439cf8c04 */
