/* Screen Reader Text - visuell versteckt, aber für Screenreader zugänglich */
.mf-form .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/* Inline-Fehlermeldung direkt am Feld */
.mf-form .mf-field-error {
  display: block;
  margin-top: 4px;
  font-size: 0.85em;
  color: #d63638;
}

/* Zeichenzähler bei Textareas */
.mf-form .mf-char-count {
  display: block;
  margin-top: 4px;
  font-size: 0.85em;
  opacity: 0.7;
}

/* reCAPTCHA Widget */
.mf-form .form-field .g-recaptcha {
  margin: 4px 0;
}

/*# sourceMappingURL=global.css.map */
