Accessibility
· 13 checks — Landmarks, headings, alt text, forms, and link quality rolled into one auditable list.DAlt Text QualityAction4 of 38 images have issuesFIX
| Issue | Count |
|---|---|
| missing | 4 image(s) |
Images without alt text are invisible to screen readers.
Each image without alt text is a WCAG 1.1.1 failure — invisible to screen-reader users, lost from Google Image Search.
Learn more ▾ ▴
WCAG 2.1 Level A requires text alternatives for non-decorative images. Empty alt='' is fine for decorative; meaningful images need descriptive text. Common fixes: CMS audit + bulk add, build-time linter (alt-text-required ESLint rule), CI gate on Lighthouse a11y score.
Source: WCAG 2.1 SC 1.1.1 / WebAIM Million Report
An image inside a link with no alt creates an empty link.
Image-only links with no alt create empty links — screen-reader users hear 'link' with no destination context.
Learn more ▾ ▴
An <a><img></a> with no img alt is the worst-case for accessibility: AT announces the link but can't describe where it goes. Either add alt to the image OR add aria-label to the link.
Source: WCAG 2.1 SC 2.4.4
FLink & Button QualityAction8 issue(s) across 299 links and 7 buttonsFIX
| Element | Text | Issue | Suggested Fix |
|---|---|---|---|
| /ecommerce/13472-widerrufsbutton.html | eRecht24 | img no alt | Add alt attribute to the image |
| /ki/13380-weiterbildung-kuenstliche-inte… | eRecht24 | img no alt | Add alt attribute to the image |
| /urheberrecht/13142-musik-auf-instagram-… | (empty) | empty | Add link text or aria-label |
| /datenschutz/13514-hinweisgebersystem.ht… | eRecht24 | img no alt | Add alt attribute to the image |
| /ki/13512-ki-beratung.html | eRecht24 | img no alt | Add alt attribute to the image |
| /tracking-cookies/13513-nis-2-schulung.h… | eRecht24 | img no alt | Add alt attribute to the image |
| /news/datenschutz/13520-update-des-daten… | (empty) | empty | Add link text or aria-label |
| /news/datenschutz/13476-klage-abgewiesen… | (empty) | empty | Add link text or aria-label |
| /news/datenschutz/13454-update-des-daten… | (empty) | empty | Add link text or aria-label |
| /news/datenschutz/13482-update-des-daten… | (empty) | empty | Add link text or aria-label |
| /news/vertragsrecht/13450-wichtiges-urte… | (empty) | empty | Add link text or aria-label |
| javascript:void(0); | (empty) | empty | Add link text or aria-label |
| https://www.e-recht24.de/e24link/tso3r | Jetzt Webseite Absichern | new tab | Add '(opens in new tab)' to text |
| https://www.kanzlei-siebert.de/ | www.kanzlei-siebert.de | new tab | Add '(opens in new tab)' to text |
| https://www.semotion.de/online-marketing… | Suchmaschienoptimierung & Onli… | new tab | Add '(opens in new tab)' to text |
| https://www.kanzlei-siebert.de/rechtspro… | Rechtliche OnlineShop-Prüfung | new tab | Add '(opens in new tab)' to text |
| https://www.e-recht24.de/mitglieder/affi… | Affiliate werden | new tab | Add '(opens in new tab)' to text |
| /datenschutzerklaerung.html | Datenschutz | new tab | Add '(opens in new tab)' to text |
| /impressum.htm | Impressum | new tab | Add '(opens in new tab)' to text |
| <button> | (empty) | empty | Add button text or aria-label |
Links without text are announced as raw URLs by screen readers.
/urheberrecht/13142-musik-auf-instagram-abmahngefahr-wegen-urheberrechtsverle…; /news/datenschutz/13520-update-des-datenschutz-generators-auf-version-1-50.html; /news/datenschutz/13476-klage-abgewiesen-eug-erklaert-datenschutzabkommen-mit…; /news/datenschutz/13454-update-des-datenschutz-generators-auf-version-1-48.html; /news/datenschutz/13482-update-des-datenschutz-generators-auf-version-1-49.html; /news/vertragsrecht/13450-wichtiges-urteil-fuer-coaches-berater-dozenten-das-…; javascript:void(0);
Links with no accessible text (empty <a></a>, image-only no alt, icon-only no aria-label) are unidentifiable to screen readers.
Source: WCAG 2.1 SC 2.4.4
Image-only links need alt text on the image (or aria-label on the link) so screen readers can announce them.
a[href="/ecommerce/13472-widerrufsbutton.html"]; a[href="/ki/13380-weiterbildung-kuenstliche-intelligenz.html"]; a[href="/datenschutz/13514-hinweisgebersystem.html"]; a[href="/ki/13512-ki-beratung.html"]; a[href="/tracking-cookies/13513-nis-2-schulung.html"]
Image-only links with no alt are unidentifiable to screen-reader users — link's destination is invisible.
Source: WCAG 2.1 SC 2.4.4
Add '(opens in new tab)' to link text or aria-label.
https://www.e-recht24.de/e24link/tso3r; https://www.kanzlei-siebert.de/; https://www.semotion.de/online-marketing/suchmaschinenoptimierung/; https://www.kanzlei-siebert.de/rechtsprodukte/online-shop-pruefung/; https://www.e-recht24.de/mitglieder/affiliate/; /datenschutzerklaerung.html; /impressum.htm
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
Icon-only buttons need an aria-label so screen readers can announce them.
button.navbar-toggle (#121 on page)
Buttons with no accessible text (icon-only, no aria-label) can't be activated by voice control or understood by screen readers.
Source: WCAG 2.1 SC 4.1.2
FFavicon & BrandingAction2 icon(s) detectedFIX
DWeb ManifestActionNot foundFIX
No web manifest found.
DDark Mode SupportActionNo dark mode signalsFIX
Detection limited to meta tags and inline styles.
DPrint StylesheetActionNo print stylesFIX
CLandmark StructureAction15 landmarksREVIEW
Screen reader users cannot quickly navigate to the primary content. Wrap your main content in <main>.
Without a <main> landmark, screen-reader users can't skip past the navigation to the page content — every page starts with re-reading the menu.
Learn more ▾ ▴
The <main> element marks the page's primary content area. Assistive tech offers a 'jump to main' shortcut — but only if <main> exists. Without it, every page navigation forces re-reading the header. Wrap your primary content in a single <main>.
Source: WAI-ARIA / WCAG 2.4.1
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
BForm Accessibility2 of 3 controls have issuesREVIEW
| Control | Type | Label | Method |
|---|---|---|---|
| #mod-search-searchword | text | Suchen ... | for/id |
| #FormField_EmailAddressStart | text | (ihre@e-mail-adresse.de) | placeholder only |
| #cbws_domain | text | (https://www.meine-domain.de) | placeholder only |
Placeholder text disappears on focus and is not a reliable label.
<input type="text" name="email" id="FormField_EmailAddressStart">; <input type="text" id="cbws_domain">
Placeholder-only labels disappear when the user starts typing — they must remember what the field was for.
Learn more ▾ ▴
Placeholders are NOT labels. They vanish on input, fail color contrast checks (most are gray), and don't satisfy WCAG SC 3.3.2. Always use a real <label> alongside (or aria-labelledby).
Source: WCAG 2.1 SC 3.3.2 / Nielsen Norman
B404 Error PageHTTP 404, custom pageREVIEW
CColor Contrast (Screenshot)Action20 text elements analyzed, 16 fail WCAG AAREVIEW
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 eRecht24 - Portal zu… | 16.67:1 | 3.0:1 | #000000 | #E5E5E5 | Pass |
| h2 Beauftragen Sie jetz… | 16.67:1 | 3.0:1 | #000000 | #E5E5E5 | Pass |
| title eRecht24: Internetre… | 1.88:1 | 4.5:1 | #000000 | #004059 | Fail |
| span eRecht24.de | 1.88:1 | 4.5:1 | #000000 | #004059 | Fail |
| a Impressum-Generator | 9.54:1 | 4.5:1 | #000000 | #99B3BD | Pass |
| a Datenschutz-Generato… | 1.62:1 | 4.5:1 | #000000 | #01354E | Fail |
| a Login | 1.62:1 | 4.5:1 | #000000 | #01354E | Fail |
| a Jetzt Mitglied werde… | 1.64:1 | 4.5:1 | #000000 | #03364F | Fail |
| a Home | 1.62:1 | 4.5:1 | #000000 | #01354E | Fail |
| a Ratgeber | 1.66:1 | 4.5:1 | #000000 | #03374F | Fail |
| span Schwerpunkte | 1.62:1 | 4.5:1 | #000000 | #01354E | Fail |
| a AGB | 1.62:1 | 4.5:1 | #000000 | #01354E | Fail |
| a Arbeitsrecht | 1.66:1 | 4.5:1 | #000000 | #03374F | Fail |
| a Datenschutz | 1.62:1 | 4.5:1 | #000000 | #01354E | Fail |
| a Domain & Hosting | 1.64:1 | 4.5:1 | #000000 | #03364F | Fail |
| a E-Commerce | 1.62:1 | 4.5:1 | #000000 | #01354E | Fail |
| a Impressum | 1.62:1 | 4.5:1 | #000000 | #01354E | Fail |
| span --- | 1.64:1 | 4.5:1 | #000000 | #03364F | Fail |
| a Künstliche Intellig… | 8.33:1 | 4.5:1 | #000000 | #A3A3A3 | Pass |
| a Markenrecht | 3.66:1 | 4.5:1 | #000000 | #666666 | Fail |
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.
CLighthouse Accessibility AuditsActionScore 71/100 — 8 failing, 22 passedREVIEW
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.
ARIA
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
eRecht24
Der Widerrufsbutton kommt: Das müssen Online-Shops und Unternehmen je… div.col > div.magazine-item > div#magazine-carousel-325 > div.carousel-inner |
When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. Learn more about input field labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
eRecht24
Der Widerrufsbutton kommt: Das müssen Online-Shops und Unternehmen je… div.col > div.magazine-item > div#magazine-carousel-325 > div.carousel-inner |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Names and labels
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.container > div.row > div.navbar-header > button.navbar-toggle div.container > div.row > div.navbar-header > button.navbar-toggle |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div#t3-content > div#showdummychat > a#chatlink > img div#t3-content > div#showdummychat > a#chatlink > img |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
section.row > div.col > div.pull-left > a section.row > div.col > div.pull-left > a |
section.row > div.col > div.pull-left > a section.row > div.col > div.pull-left > a |
section.row > div.col > div.pull-left > a section.row > div.col > div.pull-left > a |
section.row > div.col > div.pull-left > a section.row > div.col > div.pull-left > a |
section.row > div.col > div.pull-left > a section.row > div.col > div.pull-left > a |
div.row > div#t3-content > div#showdummychat > a#chatlink div.row > div#t3-content > div#showdummychat > a#chatlink |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Contrast
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Weiterlesen ... div.magazine-item-main > div.magazine-item-ct > p > a |
1 of 6 div.magazine-item > div#magazine-carousel-325 > div.carousel-control-btns > span.carousel-number |
stockfotocz - Fotolia.com div > div.category-desc > div.img_caption > p.img_caption |
Weiterlesen ... section.row > div.col > p > a |
Weiterlesen ... section.row > div.col > p > a |
Weiterlesen ... section.row > div.col > p > a |
Weiterlesen ... section.row > div.col > p > a |
Weiterlesen ... section.row > div.col > p > a |
Weiterlesen » div.su-column-inner > div.su-column-content > p > a |
Die DSGVO und die E-Mail-Verschlüsselung div.su-column-inner > div.su-column-content > p > a |
Geschäftliche E-Mails: Signatur, Impressum & DSGVO div.su-column-inner > div.su-column-content > p > a |
Datenschutzerklärung rundum beschrieben div.su-column-inner > div.su-column-content > p > a |
Webinar: 7 häufigsten Abmahnfallen div.su-column-inner > div.su-column-content > p > a |
Der Datenschutz-Ratgeber im Überblick div.su-column-inner > div.su-column-content > p > a |
Datenschutz: Was jetzt für Kitas und Schulen wichtig ist div.su-column-inner > div.su-column-content > p > a |
Weiterlesen » div.su-column-inner > div.su-column-content > p > a |
DSGVO Gesetz div.su-column-inner > div.su-column-content > p > a |
Erstellen Sie eine Datenschutzerklärung für Ihre Webseite div.su-column-inner > div.su-column-content > p > a |
DSGVO Auftragsverarbeitung: Was ist das und was geht mich das an? div.su-column-inner > div.su-column-content > p > a |
Whatsapp: Darf der Messenger auf dem Firmenhandy bleiben? div.su-column-inner > div.su-column-content > p > a |
Datenschutzbeauftragter: Bestellung, Aufgaben, Qualifikation. Intern/Extern? div.su-column-inner > div.su-column-content > p > a |
Wichtiges aktuelles Urteil: DSGVO-Verstöße sind abmahnfähig div.su-column-inner > div.su-column-content > p > a |
Datenpannen: Wann sind Sie zu einer Meldung verpflichtet? div.su-column-inner > div.su-column-content > p > a |
E-Privacy-Verordnung: Die DSGVO war erst der Anfang div.su-column-inner > div.su-column-content > p > a |
Art. 4 DSGVO - Begriffsbestimmungen div.su-column-inner > div.su-column-content > p > a |
Art. 5 DSGVO - Grundsätze für die Verarbeitung personenbezogener Daten div.su-column-inner > div.su-column-content > p > a |
Art. 6 DSGVO - Rechtmäßigkeit der Verarbeitung div.su-column-inner > div.su-column-content > p > a |
Art. 9 DSGVO - Verarbeitung besonderer Kategorien personenbezogener Daten div.su-column-inner > div.su-column-content > p > a |
Art. 13 DSGVO - Informationspflicht bei Erhebung von personenbezogenen Daten ... div.su-column-inner > div.su-column-content > p > a |
Art. 15 DSGVO - Auskunftsrecht der betroffenen Person div.su-column-inner > div.su-column-content > p > a |
Art. 17 DSGVO - Recht auf Löschung („Recht auf Vergessenwerden“) div.su-column-inner > div.su-column-content > p > a |
Art. 28 DSGVO - Auftragsverarbeiter div.su-column-inner > div.su-column-content > p > a |
Weiterlesen » div.su-column-inner > div.su-column-content > p > a |
Facebook: Abmahnungen wegen Einbindung des Like-Buttons? div.su-column-inner > div.su-column-content > p > a |
Fehlende Datenschutzerklärung kann ab sofort abgemahnt werden div.su-column-inner > div.su-column-content > p > a |
Google Analytics rechtssicher nutzen - Was Webseitenbetreiber tun müssen div.su-column-inner > div.su-column-content > p > a |
WordPress Tools & Plugins: Was ist nach DSGVO noch erlaubt? div.su-column-inner > div.su-column-content > p > a |
Datenschutzerklärung für Apps: Alles, was Entwickler wissen müssen div.su-column-inner > div.su-column-content > p > a |
Facebook: 10 Tipps, wie Sie persönlichen Daten schützen können div.su-column-inner > div.su-column-content > p > a |
Online Shops: Was Shopbetreiber wissen müssen div.su-column-inner > div.su-column-content > p > a |
Facebook, Google, Foren & Co.: So löschen Sie Ihren Account div.su-column-inner > div.su-column-content > p > a |
Facebook und Fanpages: Wer ist für den Datenschutz verantwortlich? div.su-column-inner > div.su-column-content > p > a |
Datenschutz: Was Sie zu Google Analytics wissen müssen div.su-column-inner > div.su-column-content > p > a |
Weiterlesen » div.su-column-inner > div.su-column-content > p > a |
Die Abmahnung: Was Arbeitgeber und Arbeitnehmer wissen müssen div.su-column-inner > div.su-column-content > p > a |
Die Kündigung: 10 Punkte, die Sie beachten sollten div.su-column-inner > div.su-column-content > p > a |
Bin ich (Schein)Selbständig oder abhängiger Arbeitnehmer? div.su-column-inner > div.su-column-content > p > a |
Arbeitsvertrag, Abmahnung, Kündigung und Internet am Arbeitsplatz div.su-column-inner > div.su-column-content > p > a |
Den richtigen Anwalt für Arbeitsrecht finden div.su-column-inner > div.su-column-content > p > a |
Weiterlesen » div.su-column-inner > div.su-column-content > p > a |
Fernabsatzrecht: Harmonisierung des Versandhandels in der EU? div.su-column-inner > div.su-column-content > p > a |
Verpackungsverordnung: Was müssen Shops und eBay-Händler beachten? div.su-column-inner > div.su-column-content > p > a |
AGB für Online Shops: So werden Sie nicht abgemahnt div.su-column-inner > div.su-column-content > p > a |
Rechtssicheres E-Mail Marketing und DSGVO - 11 Tipps div.su-column-inner > div.su-column-content > p > a |
AGBs: Generator, Muster-AGB oder individuell vom Anwalt? div.su-column-inner > div.su-column-content > p > a |
Was das neue Verpackungsgesetz (VerpackG) konkret bedeutet div.su-column-inner > div.su-column-content > p > a |
Streitschlichtung: Schon wieder neue Informationspflichten div.su-column-inner > div.su-column-content > p > a |
Wichtige Neuregelungen durch neue EU-Verbraucherrichtlinie div.su-column-inner > div.su-column-content > p > a |
Abo- und Vertragsfallen im Internet div.su-column-inner > div.su-column-content > p > a |
Vertragsschluss im Internet div.su-column-inner > div.su-column-content > p > a |
Weiterlesen » div.su-column-inner > div.su-column-content > p > a |
Verjährung bei Abmahnungen: Fristen und Mahnbescheid div.su-column-inner > div.su-column-content > p > a |
Abmahnungen der Kanzlei Daniel Sebastian: So reagieren Sie richtig div.su-column-inner > div.su-column-content > p > a |
Abmahnung der Kanzlei Baumgarten Brandt Rechtsanwälte div.su-column-inner > div.su-column-content > p > a |
Filesharing: Ein Ratgeber für Eltern div.su-column-inner > div.su-column-content > p > a |
Abmahnungen der Kanzlei Fareds div.su-column-inner > div.su-column-content > p > a |
Abmahnungen der Rasch Rechtsanwälte div.su-column-inner > div.su-column-content > p > a |
Abmahnung der Rechtsanwaltskanzlei Nimrod bei Urheberrechtsverletzungen div.su-column-inner > div.su-column-content > p > a |
Themenspecial Abmahnungen Filesharing div.su-column-inner > div.su-column-content > p > a |
Weiterlesen » div.su-column-inner > div.su-column-content > p > a |
Rote Ampel überfahren: Was müssen Sie beachten? div.su-column-inner > div.su-column-content > p > a |
Handy am Steuer: Was erlaubt ist und was nicht div.su-column-inner > div.su-column-content > p > a |
Drogen und Alkohol am Steuer div.su-column-inner > div.su-column-content > p > a |
Geschwindigkeitsüberschreitung: Was muss ich tun? div.su-column-inner > div.su-column-content > p > a |
Einspruch ja oder nein: Lohnt sich der Einspruch? Jetzt checken! div.su-column-inner > div.su-column-content > p > a |
Fahrer- und Unfallflucht div.su-column-inner > div.su-column-content > p > a |
Finden Sie den richtigen Anwalt für Ihr Vergehen div.su-column-inner > div.su-column-content > p > a |
Abstand und Abstandvergehen div.su-column-inner > div.su-column-content > p > a |
Halte- und Parkverstöße - Was tun? div.su-column-inner > div.su-column-content > p > a |
Fahrverbot – Was nun? div.su-column-inner > div.su-column-content > p > a |
These are opportunities to improve the legibility of your content.
Best practices
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
head > meta head > meta |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.layout-erecht24 html.layout-erecht24 |
These items highlight common accessibility best practices.
A+Heading Hierarchy20 headingsPASS
- H2 Beauftragen Sie jetzt Ihren persönlichen Datenschutzbeauftragten - fest an Ihrer Seite!
- H1 eRecht24 - Portal zum Internetrecht von Rechtsanwalt Sören Siebert
- H2 Der Widerrufsbutton kommt: Das müssen Online-Shops und Unternehmen jetzt wissen
- H2 Unternehmen aufgepasst: Seit Februar 2025 gilt die KI-Schulungspflicht
- H2 Warum die Insta-Musikbibliothek für Ihr Business ein Problem ist
- H2 Hinweisgebersysteme im Unternehmen: Für wen eine interne Meldestelle unverzichtbar ist
- H2 Haftung, KI-Verordnung & DSGVO: Wie Sie sich mit einer Beratung zur künstlichen Intelligenz rechtssicher aufstellen
- H2 NIS-2 verpflichtet zur Schulung – sind Sie als Geschäftsleitung vorbereitet?
- H2 Update des eRecht24 Datenschutz-Generators auf Version 1.50
- H2 Klage abgewiesen: EuG erklärt Datenschutzabkommen mit den USA für rechtmäßig
- H2 Update des eRecht24 Datenschutz-Generators auf Version 1.48
- H2 Update des eRecht24 Datenschutz-Generators auf Version 1.49
- H2 Wichtiges Urteil für Coaches, Berater & Dozenten - Das müssen Sie jetzt wissen
- H3 Impressumspflicht: 7 wichtige Fragen zum Impressum für Webseiten
- H3 DSGVO: Das müssen Webseitenbetreiber und Unternehmer wissen!
- H3 Cookie-Hinweis und Einwilligung auf Webseiten: Quatsch oder Pflicht?
- H3 Der Arbeitsrecht-Ratgeber für Arbeitnehmer und Arbeitgeber
- H3 Garantie, Gewährleistung und Produkthaftung: Wo ist der Unterschied
- H3 Filesharing Abmahnung: So reagieren Sie richtig!
- H3 Einspruch gegen Bußgeldbescheid: So gehen Sie richtig vor