/* Inhaltliche Anpassungen für den unveränderten Miren/Framer-Aufbau. */
#template-overlay,
#__framer-badge-container {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  hyphens: auto;
}

[data-framer-name="Music"],
.framer-10zdpdp {
  display: none !important;
  pointer-events: none !important;
}

[data-framer-name="Logo + Hamburger Menu"] .hfb-logo-link {
  width: clamp(170px, 17vw, 220px) !important;
  height: 48px !important;
  padding: 7px 15px !important;
  border-radius: 999px;
  background: rgba(245, 244, 235, .96);
  box-shadow: 0 2px 10px rgba(89, 33, 46, .14);
}

.hfb-brand-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

:root {
  --token-c1dc7c21-fb1b-4e6d-a651-986f96a49794: #8c4a60 !important;
  --token-7729c3e9-5b27-4ab7-a32d-16d3c885c719: #8c4a60 !important;
  --token-6a32e568-e2a2-427c-8be7-35e3aa9da4f9: #8c4a6080 !important;
}

.hfb-form-status {
  margin-top: 14px;
  color: var(--token-d3455fdd-5fe5-47b3-9dcd-bfd84209dd4e, #ffeec8);
  font-family: Inter, sans-serif;
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
}

.hfb-legal {
  position: fixed;
  z-index: 2147483647;
  right: 18px;
  bottom: 14px;
  display: flex;
  gap: 12px;
  pointer-events: auto !important;
  font-family: Inter, sans-serif;
  font-size: 10px;
  letter-spacing: .04em;
}

.hfb-legal a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  color: #8c4a60;
  cursor: pointer;
  pointer-events: auto !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 809px) {
  [data-framer-name="Logo + Hamburger Menu"] .hfb-logo-link {
    width: 150px !important;
    height: 42px !important;
    padding: 6px 12px !important;
  }

  .hfb-legal {
    position: static;
    justify-content: center;
    padding: 14px 20px 22px;
    background: #f5f4eb;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
