fertiges design

This commit is contained in:
2025-08-28 13:48:46 +02:00
parent c66a0e49f3
commit d31681cee1
50 changed files with 7516 additions and 0 deletions

12
ACCESSIBILITY.md Normal file
View File

@@ -0,0 +1,12 @@
# Accessibility Report (WCAG 2.2 AA)
- Skip link present and focusable.
- Landmarks used: header/nav/main/footer.
- One H1 per page via route pages.
- Visible :focus-visible outlines (2px, offset 2px).
- Tap targets ≥44x44 via min-h-11 buttons/chips.
- Contrast ≥4.5:1 for text on white/subtle. Sanctuary red with white text for buttons.
- Link purpose is clear (no generic "Learn more").
- Respects prefers-reduced-motion; no auto-carousels or parallax.
- Forms labeled; consent checkbox; honeypot field included.