/* ===== BARRIEREFREIHEITS-WIDGET ===== */
#gmim-scale.gmim-a11y-contrast { filter: invert(1) hue-rotate(180deg); }
#gmim-scale.gmim-a11y-grayscale { filter: grayscale(1); }
#gmim-scale.gmim-a11y-contrast.gmim-a11y-grayscale { filter: invert(1) hue-rotate(180deg) grayscale(1); }

#gmim-scale.gmim-a11y-highlight a,
#gmim-scale.gmim-a11y-highlight button {
  outline: 3px solid #f5b400 !important;
  text-decoration: underline !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 3px;
}

#gmim-scale.gmim-a11y-dyslexia,
#gmim-scale.gmim-a11y-dyslexia * {
  font-family: Verdana, Tahoma, Arial, sans-serif !important;
  letter-spacing: 0.03em !important;
  word-spacing: 0.08em !important;
  line-height: 1.7 !important;
}

#gmim-scale.gmim-a11y-reduce-motion *,
#gmim-scale.gmim-a11y-reduce-motion *::before,
#gmim-scale.gmim-a11y-reduce-motion *::after {
  animation: none !important;
  transition: none !important;
}

#gmim-a11y-btn {
  position: fixed; left: 20px; bottom: 20px; z-index: 2000;
  width: 52px; height: 52px; border-radius: 50%;
  background: #111827; color: #fff; border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 14px rgba(0,0,0,.25);
}
#gmim-a11y-btn svg { width: 28px; height: 28px; }
#gmim-a11y-btn:hover { background: #2563eb; }
body.gmim-cookie-shift #gmim-a11y-btn { bottom: 96px; }

#gmim-a11y-panel {
  position: fixed; left: 20px; bottom: 82px; z-index: 2000;
  width: 280px; max-height: 70vh; overflow-y: auto;
  background: #fff; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,.2);
  padding: 20px; font-family: system-ui, sans-serif; color: #1f2937;
}
body.gmim-cookie-shift #gmim-a11y-panel { bottom: 158px; }
#gmim-a11y-panel h2 { font-size: 16px; margin: 0 0 14px; }
.gmim-a11y-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; font-size: 14px; }
.gmim-a11y-stepper { display: flex; align-items: center; gap: 8px; }
.gmim-a11y-stepper button { border: 1px solid #d1d5db; background: #f9fafb; border-radius: 6px; width: 30px; height: 30px; cursor: pointer; font-weight: 600; }
#gmim-a11y-fontval { font-size: 12px; color: #4b5563; width: 40px; text-align: center; }
.gmim-a11y-toggle {
  display: block; width: 100%; text-align: left; padding: 10px 12px; margin-bottom: 8px;
  border: 1px solid #e5e7eb; border-radius: 8px; background: #f9fafb; font-size: 14px; cursor: pointer;
}
.gmim-a11y-toggle.is-active { background: #2563eb; color: #fff; border-color: #2563eb; }
#gmim-a11y-reset { display: block; width: 100%; margin-top: 6px; padding: 10px 12px; border: none; border-radius: 8px; background: #111827; color: #fff; font-size: 14px; cursor: pointer; }
#gmim-a11y-reset:hover { background: #374151; }

@media (max-width: 480px) {
  #gmim-a11y-panel { width: calc(100vw - 40px); }
}
