/* InfinityDigital – Marken-Anpassung für den Cookie-Banner (überschreibt cookieconsent.css) */
#cc-main {
  --cc-font-family: 'Instrument Sans', system-ui, sans-serif;
  --cc-btn-primary-bg: #233dff;
  --cc-btn-primary-hover-bg: #1b31d6;
  --cc-btn-primary-color: #ffffff;
  --cc-btn-primary-hover-color: #ffffff;
  --cc-btn-secondary-bg: #eef1f7;
  --cc-btn-secondary-hover-bg: #e2e7f1;
  --cc-btn-secondary-color: #050a30;
  --cc-btn-secondary-hover-color: #050a30;
  --cc-toggle-on-bg: #233dff;
  --cc-modal-border-radius: 16px;
  --cc-btn-border-radius: 10px;
  --cc-link-color: #233dff;
  --cc-primary-color: #050a30;
  --cc-secondary-color: #4a5170;
}
#cc-main .cm__title,
#cc-main .pm__title { color: #050a30; font-family: 'Instrument Sans', system-ui, sans-serif; }
#cc-main .pm__badge { background: #eef1f7; color: #233dff; }
