/* ------------------------------------------------------------------
   Einwilligungs-Banner (Cookie-Consent) – Krankenbeförderung mit Herz
   Farben an das Website-Design angelehnt.
   ------------------------------------------------------------------ */

.kmh-consent{
  position:fixed;left:16px;right:16px;bottom:16px;z-index:9999;
  max-width:520px;margin:0 auto;
  background:#FFFDF9;color:#2E2528;
  border:1px solid #E7D9C7;border-radius:16px;
  box-shadow:0 18px 50px rgba(46,37,40,.22);
  padding:22px 22px 18px;
  font-family:'Inter',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
  font-size:.95rem;line-height:1.55;
}
.kmh-consent[hidden]{display:none}
.kmh-consent h2{
  font-family:'Fraunces',Georgia,serif;
  font-size:1.15rem;margin:0 0 8px;font-weight:600;color:#2E2528;
}
.kmh-consent p{margin:0 0 14px;color:#6B5D5E}
.kmh-consent a{color:#7A1F2B;text-decoration:underline}
.kmh-consent-btns{display:flex;flex-wrap:wrap;gap:10px}
.kmh-btn{
  flex:1 1 auto;min-width:140px;
  border:0;border-radius:999px;cursor:pointer;
  padding:12px 18px;font-family:inherit;font-weight:600;font-size:.95rem;
}
.kmh-btn-accept{background:#7A1F2B;color:#fff}
.kmh-btn-accept:hover{background:#651823}
.kmh-btn-decline{background:transparent;color:#2E2528;border:1px solid #D8C7B4}
.kmh-btn-decline:hover{background:#F3E9DA}

/* Widerruf-/Einstellungen-Link (im Footer) */
.kmh-settings-link{cursor:pointer}

@media (max-width:520px){
  .kmh-consent{padding:18px 16px 14px}
  .kmh-btn{flex:1 1 100%}
}
