/* Cookie-Consent – eigenes, schlankes Banner im Seiten-Design */
.ktc-hidden { display: none !important; }

.ktc-banner {
  position: fixed; left: 20px; bottom: 20px; z-index: 9999;
  max-width: 420px; width: calc(100% - 40px);
  background: #fff; color: #2a2a2a;
  border: 1px solid #e2e2de; border-top: 4px solid #8a1a1a;
  border-radius: 10px; box-shadow: 0 8px 30px rgba(0,0,0,.18);
  padding: 20px 22px; font-size: 0.95rem; line-height: 1.55;
}
.ktc-banner h2 { margin: 0 0 8px; font-size: 1.1rem; color: #6e4a1f; }
.ktc-banner a { color: #8a1a1a; }
.ktc-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.ktc-btn {
  border: 0; border-radius: 6px; padding: 9px 15px; font-size: 0.9rem; font-weight: 700;
  cursor: pointer; font-family: inherit;
}
.ktc-btn--primary { background: #8a1a1a; color: #fff; }
.ktc-btn--primary:hover { background: #6f1414; }
.ktc-btn--ghost { background: #fff; color: #8a1a1a; border: 1px solid #8a1a1a; }
.ktc-btn--ghost:hover { background: #f6f6f4; }

/* Einstellungen-Dialog */
.ktc-overlay {
  position: fixed; inset: 0; z-index: 10000;
  background: rgba(0,0,0,.45); display: flex; align-items: center; justify-content: center;
  padding: 20px;
}
.ktc-modal {
  background: #fff; color: #2a2a2a; border-radius: 10px; max-width: 520px; width: 100%;
  padding: 24px; box-shadow: 0 10px 40px rgba(0,0,0,.3); max-height: 90vh; overflow: auto;
}
.ktc-modal h2 { margin: 0 0 12px; font-size: 1.2rem; color: #6e4a1f; }
.ktc-cat {
  border: 1px solid #eee; border-radius: 8px; padding: 12px 14px; margin: 12px 0;
  display: flex; gap: 12px; align-items: flex-start; justify-content: space-between;
}
.ktc-cat h3 { margin: 0 0 4px; font-size: 1rem; }
.ktc-cat p { margin: 0; font-size: 0.88rem; color: #667085; }
.ktc-switch { flex: 0 0 auto; }
.ktc-switch input { width: 18px; height: 18px; }
.ktc-switch .ktc-fixed { font-size: 0.8rem; color: #2e9e2e; font-weight: 700; }
.ktc-modal .ktc-actions { justify-content: flex-end; }

@media (max-width: 520px) {
  .ktc-banner { left: 10px; right: 10px; bottom: 10px; width: auto; }
  .ktc-actions { }
}
