Accessibility
· 24 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DTabindex Anti-PatternsAction0 positive, 11 -1-on-focusableFIX
D404 Error PageActionHTTP 404, custom pageFIX
DDark Mode SupportActionTheme color onlyFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
CForm AccessibilityAction4 of 9 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #CybotCookiebotDialogBodyLevelButtonNecessary | checkbox | Necessary | for/id |
| #CybotCookiebotDialogBodyLevelButtonPreferences | checkbox | Preferences | for/id |
| #CybotCookiebotDialogBodyLevelButtonStatistics | checkbox | Statistics | for/id |
| #CybotCookiebotDialogBodyLevelButtonMarketing | checkbox | Marketing | for/id |
| #CybotCookiebotDialogBodyContentCheckboxPersonalInformation | checkbox | Do not sell or share my personal information | for/id |
| #CybotCookiebotDialogBodyLevelButtonPreferencesInline | checkbox | (none) | none |
| #CybotCookiebotDialogBodyLevelButtonStatisticsInline | checkbox | (none) | none |
| #CybotCookiebotDialogBodyLevelButtonMarketingInline | checkbox | (none) | none |
| #CybotCookiebotDialogBodyLevelButtonNecessaryInline | checkbox | (none) | none |
Form controls need a <label>, aria-label, or aria-labelledby for screen readers.
<input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonNecessaryInline">; <input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonPreferencesInline">; <input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonStatisticsInline">; <input type="checkbox" id="CybotCookiebotDialogBodyLevelButtonMarketingInline">
Form controls without labels — assistive tech announces 'edit text' with no context; users can't complete forms.
Source: WCAG 2.1 SC 3.3.2
CLink & Button QualityAction4 issue(s) across 50 links and 28 buttonsREVIEW
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| https://www.cookiebot.com/en/what-is-beh… | Cookiebot by Usercentrics - op… | new tab | Add '(opens in new tab)' to text |
| https://www.cookiebot.com/goto/privacy-p… | Learn more about this provider… | new tab | Add '(opens in new tab)' to text |
| https://vimeo.com/privacy | Learn more about this provider… | new tab | Add '(opens in new tab)' to text |
| https://vimeo.com/privacy | Learn more about this provider… | new tab | Add '(opens in new tab)' to text |
| https://vimeo.com/privacy | Learn more about this provider… | new tab | Add '(opens in new tab)' to text |
| https://www.cookiebot.com | Cookiebot | new tab | Add '(opens in new tab)' to text |
| /de/unternehmen/karriere | More infos | new tab | Add '(opens in new tab)' to text |
| http://www.hygienekongress.de/de/kongres… | Read more | generic text | Replace with descriptive text |
Before: Read more Suggested: Kongress | |||
| https://vimeo.com/bzhgmbh/sekundendiesch… | Watch now | new tab | Add '(opens in new tab)' to text |
| /Artikel-News/Berichterstattung-Kongress… | Read Now (GERMAN PDF) | new tab | Add '(opens in new tab)' to text |
| /Artikel-News/Berichterstattung_Kongress… | Read now (GERMAN PDF) | new tab | Add '(opens in new tab)' to text |
| https://www.bgw-online.de/bgw-online-de/… | Read more | generic text | Replace with descriptive text |
Before: Read more Suggested: Begx 2025 124636 | |||
| /Artikel-News/nws_2_25_Schwerpunkt_Hygie… | Publication (German) | new tab | Add '(opens in new tab)' to text |
| /en/cme | Read more | generic text | Replace with descriptive text |
Before: Read more Suggested: Cme | |||
| http://www.hygienekongress.de/de/kongres… | archives | new tab | Add '(opens in new tab)' to text |
| /de/bzh-cirs-bpl-portal | To CIRS | new tab | Add '(opens in new tab)' to text |
| /en/company | Learn more | generic text | Replace with descriptive text |
Before: Learn more Suggested: Company | |||
| new tab | Add '(opens in new tab)' to text | ||
| new tab | Add '(opens in new tab)' to text | ||
Generic link text like 'click here' doesn't describe the destination.
http://www.hygienekongress.de/de/kongress ("Read more"); https://www.bgw-online.de/bgw-online-de/service/medien-arbeitshilfen/medien-c… ("Read more"); /en/cme ("Read more"); /en/company ("Learn more")
Generic anchor text ('click here', 'read more', 'learn more') tells screen readers and search engines nothing about the destination.
Learn more ▾ ▴
Out-of-context lists of links read by AT (one navigation pattern) become useless when every link says 'click here'. Use the destination's title or topic as anchor text. Doubles as SEO win — Google passes anchor-text relevance to the destination.
Source: WCAG 2.4.4 / Google Search Central
Add '(opens in new tab)' to link text or aria-label.
https://www.cookiebot.com/en/what-is-behind-powered-by-cookiebot/?utm_source=…; https://www.cookiebot.com/goto/privacy-policy/; https://vimeo.com/privacy; https://vimeo.com/privacy; https://vimeo.com/privacy; https://www.cookiebot.com; /de/unternehmen/karriere; https://vimeo.com/bzhgmbh/sekundendieschuetzen; /Artikel-News/Berichterstattung-Kongress_Hygiene-Medizin-2025.pdf; /Artikel-News/Berichterstattung_Kongress-2025_Clinicum.pdf (+5 more)
Links with target="_blank" without rel="noopener" leak the originating page's window context — security and UX issue.
Learn more ▾ ▴
Without rel="noopener", the new tab can navigate the original tab via window.opener (tab-nabbing attack). Modern browsers default to noopener for target=_blank but only since recent versions. Always set rel="noopener noreferrer" explicitly.
Source: MDN target / OWASP
CFavicon & BrandingAction5 icon(s) detectedREVIEW
BWeb ManifestValid manifestREVIEW
ALandmark Structure5 landmarksPASS
Add a skip link as the first focusable element so keyboard users can bypass repeated navigation.
Without a skip-nav link, keyboard users tab through every nav item before reaching content — every page, every visit.
Learn more ▾ ▴
WCAG 2.4.1 (Bypass Blocks) requires a mechanism to skip past repeated content. The standard implementation is a 'Skip to main content' link that's the first focusable element, visually hidden until focused. Three lines of HTML + four of CSS.
Source: WCAG 2.1 SC 2.4.1
A+Heading Hierarchy14 headingsPASS
- H1 Job Offers
- H2 Congress 2026
- H2 Hand hygiene that's fun!
- H2 Reporting on hygiene and medicine
- H2 Reporting by clinicum
- H2 BeGX 2025
- H2 Post-coronavirus hygiene: what remains important?
- H3 Years of expertise
- H3 Customers trust in us
- H3 Employees
- H3 Courses for CME/CNE
- H3 Congress 2024 - archives
- H3 BZH-CIRS-BPL Portal (German only)
- H3 About us
A+Heading Text QualityAll 14 heading(s) have substantive, well-formed textPASS
A+Alt Text Quality1 of 14 images have issuesPASS
| Issue | Count |
|---|---|
| generic | 1 image(s) |
A+Form Input Types9 form control(s) checked, no type mismatchesPASS
A+Form Input Quality9 form control(s) checked, no input-semantic issuesPASS
A+Mobile Keyboard & AutofillNo autofill-eligible form controlsPASS
A+Document LanguageLang attribute set to "en"PASS
A+Iframe AccessibilityAll 2 iframe(s) have descriptive titlesPASS
A+Tap Target AdequacyAll tap targets meet WCAG 2.5.5/2.5.8 sizingPASS
A+Mobile-Readable Font SizesAll 72 visible text node(s) render at >= 12 CSS pixelsPASS
A+PWA Depth1 PWA signal(s) surfacedPASS
A+Mobile UX Depth1 mobile-depth signal(s) detectedPASS
A+Color Contrast (Screenshot)20 text elements analyzed, 0 fail WCAG AAPASS
Analyzes text contrast against the actual rendered page, including background images, gradients, and overlays that CSS-based tools cannot detect.
Show all checked elements (20)
| Element | Ratio | Required | FG | BG | Result |
|---|---|---|---|---|---|
| h1 Job Offers | 16.98:1 | 3.0:1 | #000000 | #E7E7E7 | Pass |
| h2 Congress 2026 | 16.98:1 | 3.0:1 | #000000 | #E7E7E7 | Pass |
| h2 Hand hygiene that's … | 16.98:1 | 3.0:1 | #000000 | #E7E7E7 | Pass |
| h2 Reporting on hygiene… | 16.98:1 | 3.0:1 | #000000 | #E7E7E7 | Pass |
| h2 Reporting by clinicu… | 16.98:1 | 3.0:1 | #000000 | #E7E7E7 | Pass |
| h2 BeGX 2025 | 16.98:1 | 3.0:1 | #000000 | #E7E7E7 | Pass |
| h2 Post-coronavirus hyg… | 16.98:1 | 3.0:1 | #000000 | #E7E7E7 | Pass |
| h3 Years of expertise | 16.98:1 | 3.0:1 | #000000 | #E7E7E7 | Pass |
| h3 Customers trust in u… | 16.98:1 | 3.0:1 | #000000 | #E7E7E7 | Pass |
| h3 Employees | 16.98:1 | 3.0:1 | #000000 | #E7E7E7 | Pass |
| h3 Courses for CME/CNE | 16.98:1 | 3.0:1 | #000000 | #E7E7E7 | Pass |
| h3 Congress 2024 - arch… | 16.98:1 | 3.0:1 | #000000 | #E7E7E7 | Pass |
| h3 BZH-CIRS-BPL Portal … | 16.98:1 | 3.0:1 | #000000 | #E7E7E7 | Pass |
| h3 About us | 16.98:1 | 3.0:1 | #000000 | #E7E7E7 | Pass |
| title Deutsches Beratungsz… | 19.95:1 | 4.5:1 | #000000 | #F9F9F9 | Pass |
| a Consent | 17.94:1 | 4.5:1 | #000000 | #EDEDED | Pass |
| a Details | 10.80:1 | 4.5:1 | #000000 | #B9B9C4 | Pass |
| a [#IABV2SETTINGS#] | 15.76:1 | 4.5:1 | #000000 | #DFDFDF | Pass |
| a About | 15.76:1 | 4.5:1 | #000000 | #DFDFDF | Pass |
| div This website uses co… | 15.76:1 | 4.5:1 | #000000 | #DFDFDF | Pass |
Methodology: The top 20 text elements by font size were checked. Background color was sampled from the desktop screenshot using a 5-point pattern. WCAG 2.1 AA requires 4.5:1 for normal text and 3:1 for large text.
A+Lighthouse Accessibility AuditsScore 100/100 — 0 failing, 30 passedPASS
Accessibility
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.