/* AKE KVKK/DSGVO Consent-Manager — UI */
.ake-consent { position: fixed; left: 0; right: 0; bottom: 0; z-index: 100000; font-family: 'Poppins', sans-serif; }
.ake-consent-box { max-width: 1100px; margin: 0 auto 16px; background: #fff; border: 1px solid #e3e8f0; border-radius: 14px; box-shadow: 0 18px 50px -12px rgba(2,8,40,.4); padding: 20px 24px; }
.ake-consent-main { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; justify-content: space-between; }
.ake-consent-msg { margin: 0; font-size: 13.5px; line-height: 1.6; color: #36425c; flex: 1 1 420px; }
.ake-consent-msg a { color: #233d94; text-decoration: underline; }
.ake-consent-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.akc-btn { padding: 11px 20px; border-radius: 9px; font-size: 13.5px; font-weight: 600; cursor: pointer; border: 1.5px solid transparent; font-family: inherit; transition: background .18s, border-color .18s, color .18s; }
.akc-set { background: #fff; color: #16223f; border-color: #d4dce8; }
.akc-set:hover { border-color: #16223f; background: #f3f6fb; }
.akc-reject { background: #eef1f6; color: #16223f; }
.akc-reject:hover { background: #e2e7ef; }
.akc-accept { background: #16223f; color: #fff; }
.akc-accept:hover { background: #233d94; }
.akc-save { background: #e32726; color: #fff; }
.akc-save:hover { background: #c81f1e; }
.akc-btn:focus-visible { outline: 2px solid #233d94; outline-offset: 2px; }
.ake-consent-cats[hidden] { display: none; }
.ake-consent-cats:not([hidden]) { margin-top: 18px; border-top: 1px solid #eef1f6; padding-top: 16px; display: grid; gap: 12px; }
.ake-cat { display: grid; grid-template-columns: 22px 1fr; row-gap: 2px; column-gap: 10px; align-items: start; cursor: pointer; }
.ake-cat input { grid-row: 1 / span 2; margin-top: 3px; width: 18px; height: 18px; accent-color: #233d94; }
.ake-cat-t { font-size: 13.5px; font-weight: 600; color: #16223f; }
.ake-cat-d { font-size: 12.5px; color: #6b7689; }
.ake-cat input:disabled { opacity: .6; }

/* Click-to-load Platzhalter für Embeds */
.ake-embed-ph { display: flex; align-items: center; justify-content: center; min-height: 220px; background: #f3f6fb; border: 1px dashed #c7d0de; border-radius: 10px; text-align: center; padding: 24px; }
.ake-embed-inner p { margin: 0 0 12px; color: #36425c; font-size: 14px; font-family: 'Poppins', sans-serif; }
.ake-embed-load { padding: 11px 20px; border-radius: 9px; background: #16223f; color: #fff; border: 0; font-weight: 600; font-size: 13.5px; cursor: pointer; font-family: 'Poppins', sans-serif; }
.ake-embed-load:hover { background: #233d94; }
.ake-embed-note { display: block; margin-top: 9px; font-size: 12px; color: #586273; }

@media (max-width: 575px) {
  .ake-consent-box { padding: 16px; margin: 0 8px 8px; }
  .ake-consent-actions { width: 100%; }
  .akc-btn { flex: 1; }
}
