Public accessibility assessment

Accessibility issues detected on office-plus.de

Evolize inspected 5 public pages on office-plus.de and detected 42 automatically identifiable accessibility findings.

42Findings detected
9WCAG criteria affected
5Pages inspected
19 Aug 2026Assessment date

Highest detected severity: High · 11 high-priority findings · 100% inspected-page coverage

Most widespread issueHidden elements can still receive keyboard focusDetected on 5 inspected pages
Most affected page/33 findings detected
Most represented WCAG criterionWCAG 1.4.3 — Contrast (Minimum)20 detected findings

Is office-plus.de your website?

Keep this assessment current and get notified when new accessibility issues are detected.

https://

Not your website? Scan your own site →

01 · Accessibility summary

Evolize inspected 5 public pages on office-plus.de and detected 42 accessibility findings. The most widespread issue was "Hidden elements can still receive keyboard focus", detected on 5 inspected pages. The most affected inspected page was "/", where 33 findings were detected. The assessment identified findings mapped to 9 WCAG success criterions. The sections below prioritize the broadest issues and provide technical evidence for each detected finding.

02 · Start here

These findings combine the highest severity and broadest reach detected during this assessment.

  1. High

    Hidden elements can still receive keyboard focus

    WCAG 2.4.3 (A) · 5 inspected pages · 9 instances
    Why this matters

    An element is not visible but remains in the tab order, so a sighted keyboard user loses track of focus when it lands there.

    Recommended action

    Keep this element out of the tab order while its containing region is hidden — remove it from focus (for example tabindex="-1"), or apply the inert attribute to the hidden container where supported. Restore normal focusability when the region becomes visible.

    View technical evidence →
  2. High

    Hidden elements can still receive keyboard focus

    WCAG 2.4.3 (A) · 4 inspected pages · 52 instances
    Why this matters

    An element is not visible but remains in the tab order, so a sighted keyboard user loses track of focus when it lands there.

    Recommended action

    Keep this element out of the tab order while its containing region is hidden — remove it from focus (for example tabindex="-1"), or apply the inert attribute to the hidden container where supported. Restore normal focusability when the region becomes visible.

    View technical evidence →
  3. High

    ARIA hidden element must not be focusable or contain focusable elements

    WCAG 4.1.2 (A) · 4 inspected pages · 16 instances
    Why this matters

    ARIA hidden element must not be focusable or contain focusable elements

    Recommended action

    To fix this issue, ensure that elements with 'aria-hidden=true' are not focusable and do not contain focusable elements. Remove the 'tabindex=0' attribute from the <div> element or make sure it does not contain any focusable elements.

    View technical evidence →
  4. High

    Hidden elements can still receive keyboard focus

    WCAG 2.4.3 (A) · 4 inspected pages · 12 instances
    Why this matters

    An element is not visible but remains in the tab order, so a sighted keyboard user loses track of focus when it lands there.

    Recommended action

    Keep this element out of the tab order while its containing region is hidden — remove it from focus (for example tabindex="-1"), or apply the inert attribute to the hidden container where supported. Restore normal focusability when the region becomes visible.

    View technical evidence →
  5. High

    Hidden elements can still receive keyboard focus

    WCAG 2.4.3 (A) · 4 inspected pages · 8 instances
    Why this matters

    An element is not visible but remains in the tab order, so a sighted keyboard user loses track of focus when it lands there.

    Recommended action

    To fix this issue, ensure that the element is removed from the tab order when it is not visible. This can be achieved by setting the 'tabindex' attribute to '-1' or by using CSS to set 'display: none' or 'visibility: hidden' when the element is not intended to be interacted with.

    View technical evidence →

03 · WCAG criteria affected

CriterionNameLevelFindingsPagesReach
1.4.3Contrast (Minimum)AA2044 / 5
2.5.8Target Size (Minimum)AA955 / 5
2.4.3Focus OrderA455 / 5
4.1.2Name, Role, ValueA344 / 5
1.3.1Info and RelationshipsA244 / 5
1.1.1Non-text ContentA111 / 5
1.2.2Captions (Prerecorded)A111 / 5
2.4.1Bypass BlocksA155 / 5
2.4.4Link Purpose (In Context)A111 / 5

Absence of a criterion here does not indicate conformance with it — only that no automatically detectable issue was found for it.

Continuous monitoring

A scan shows today's exposure. Monitoring shows what changes next.

Evolize continuously reassesses public website pages, detects newly introduced or recurring accessibility findings, and tracks remediation over time.

04 · All detected findings

High

Hidden elements can still receive keyboard focus

WCAG 2.4.3 (A)81 instances5 inspected pages

An element is not visible but remains in the tab order, so a sighted keyboard user loses track of focus when it lands there.

Why it matters

An element is not visible but remains in the tab order, so a sighted keyboard user loses track of focus when it lands there.

Recommended correction

Keep this element out of the tab order while its containing region is hidden — remove it from focus (for example tabindex="-1"), or apply the inert attribute to the hidden container where supported. Restore normal focusability when the region becomes visible.

View 81 affected elements
Component · Ref DYX60V
Affected pagehttps://www.office-plus.de/pre-home/
Elementheader > div > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > a
Markup
<a href="https://www.office-plus.de" class="text-lg font-extrabold uppercase">
                    <img src="https://www.office-plus.de/wp-content/themes/prototypr-child/resources/assets/logo-white.png">
                </a>
Affected pages/ /404-2 /arbeitsfelder /datenschutz /new-work
Component · Ref KFT5QE
Affected pagehttps://www.office-plus.de/new-work/
Elementheader > div > nav > div > div:nth-of-type(1) > a
Accessible nameOffice Plus
Markup
<a href="https://www.office-plus.de/" class="custom-logo-link" rel="home"><img width="300" height="69" src="https://www.office-plus.de/wp-content/uploads/2023/03/cropped-Wortmarke_officeplus_blau-1.png" class="custom-logo" alt="Office Plus" decoding="async"></a>
Affected pages/ /404-2 /arbeitsfelder /new-work
Component · Ref 68FNQ5
Affected pagehttps://www.office-plus.de/pre-home/
Elementa#primary-menu-toggle
Accessible nameToggle navigation
Markup
<a href="#" aria-label="Toggle navigation" id="primary-menu-toggle" class="transition-all duration-300">
                <svg width="24" height="20" viewBox="0 0 24 20" fill="none" xmlns="http://www.w3.org/2000/svg">
                    <path d="M6 10L21 10" stroke="#003946" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"></path>
                    <path d="M3 5H21" stroke="#003946" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"></path>
                    <path d="M3 15H21" stroke="#003946" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"></pat…
Affected pages/ /404-2 /arbeitsfelder /new-work
Component · Ref AYOGGB
Affected pagehttps://www.office-plus.de/pre-home/
Elementli#menu-item-481 > a
Accessible nameHome
Markup
<a href="https://www.office-plus.de/">Home</a>
Affected pages/ /404-2 /arbeitsfelder /new-work
High

ARIA hidden element must not be focusable or contain focusable elements

WCAG 4.1.2 (A)32 instances4 inspected pages

ARIA hidden element must not be focusable or contain focusable elements

Why it matters

ARIA hidden element must not be focusable or contain focusable elements

Recommended correction

To fix this issue, ensure that the ARIA hidden element does not contain any focusable elements. Check the HTML structure and remove or disable any interactive elements within the ARIA hidden container. For example, if there are links or buttons inside the hidden element, remove their tabindex attribute or set it to -1 to prevent them from receiving focus.

View 32 affected elements
Component · Ref PDUV4
Affected pagehttps://www.office-plus.de/pre-home/
Element#BorlabsCookieWidget
Markup
<div id="BorlabsCookieWidget" class="brlbs-cmpnt-container" data-v-app="" aria-hidden="true" data-borlabs-cookie-aria-hidden="true">
Affected pages/ /404-2 /arbeitsfelder /new-work
Component · Ref 8N33JZ
Affected pagehttps://www.office-plus.de/pre-home/
Element#page
Accessible nameHome Referenzen Arbeitswelten Arbeitsräume Arbeitsfelder Marken Unternehmen Kontakt START HERE: Work-Like-Balance Wir entwerfen, entwickeln und ermöglichen positive Arbeitsraumkonzepte. Direkt zur Startseite WELCOME TO: Arbeitswelten Wir lassen New Work in Ihre Arbeitswelt einziehen. Arbeitswelten entdecken ENTER NOW: Arbeitsräume Wir verwandeln Ihren Arbeitsplatz in einen modernen Workspace. Arbeitsräume besuchen GET TO KNOW: Arbeitsfelder Wir begleiten Sie über das Projekt von der Planung bis zum positiven Arbeitsumfeld. Arbeitsfelder kennenlernen LET’S MEET: Zusammen­arbeit Damit Ihre Work-Life-Balance mit uns zur Work-Like-Balance wird. Arbeitsmeeting vereinbaren Weiter zur Startseite office plus Erhardt GmbH Bötzinger Straße 46 79111 Freiburg Tel: +49 761 47810-900 Fax: +49 761 47810-919 Mail: [email removed] Impressum Datenschutz
Markup
<div id="page" class="flex flex-col dark:bg-dark dark:text-light" aria-hidden="true" data-borlabs-cookie-aria-hidden="true">
Affected pages/ /404-2 /arbeitsfelder /new-work
Component · Ref 5IAS8U
Affected pagehttps://www.office-plus.de/pre-home/
Elementdiv[role="presentation"][aria-hidden="true"]:nth-child(1)
Rolepresentation
Markup
<div tabindex="0" aria-hidden="true" role="presentation"></div>
Affected pages/ /404-2 /arbeitsfelder /new-work
High

Text has insufficient colour contrast

WCAG 1.4.3 (AA)53 instances4 inspected pages

Text and background colours do not meet the minimum contrast ratio, reducing legibility.

Why it matters

Text and background colours do not meet the minimum contrast ratio, reducing legibility.

Recommended correction

Increase the contrast ratio to at least 4.5:1 for normal text and 3:1 for large text.

View 53 affected elements
Component · Ref B1F062
Affected pagehttps://www.office-plus.de/pre-home/
Element#CookieBoxPreferencesButton
Accessible nameIndividuelle Datenschutzeinstellungen
Rolebutton
Markup
<button data-v-6c5b3f99="" data-v-20e7815a="" tabindex="0" role="button" class="brlbs-cmpnt-btn brlbs-cmpnt-font-semibold brlbs-cmpnt-w-full brlbs-cmpnt-btn brlbs-cmpnt-btn-preferences" id="CookieBoxPreferencesButton">Individuelle Datenschutzeinstellungen</button>
Affected pages/ /404-2 /arbeitsfelder /new-work
Component · Ref 33JRXJ
Affected pagehttps://www.office-plus.de/pre-home/
Element.brlbs-btn-accept-only-essential
Accessible nameNur essenzielle Cookies akzeptieren
Rolebutton
Markup
<button data-v-6c5b3f99="" data-v-b27fdef4="" tabindex="0" role="button" class="brlbs-cmpnt-btn brlbs-cmpnt-font-semibold brlbs-cmpnt-w-full brlbs-btn-accept-only-essential">Nur essenzielle Cookies akzeptieren</button>
Affected pages/ /404-2 /arbeitsfelder /new-work
Component · Ref F9L8F4
Affected pagehttps://www.office-plus.de/new-work/
Element.brlbs-cmpnt-text-revoke
Accessible nameSie können Ihre Auswahl jederzeit unter Einstellungen widerrufen oder anpassen.
Markup
<p class="brlbs-cmpnt-text-revoke brlbs-inline">Sie können Ihre Auswahl jederzeit unter <a href="#" role="button" data-borlabs-cookie-actions="preferences">Einstellungen</a> widerrufen oder anpassen.</p>
Affected pages/ /404-2 /arbeitsfelder /new-work
Component · Ref DALB34
Affected pagehttps://www.office-plus.de/404-2/
Element.brlbs-cmpnt-text-more-information
Accessible nameWeitere Informationen über die Verwendung Ihrer Daten finden Sie in unserer Datenschutzerklärung.
Markup
<p class="brlbs-cmpnt-text-more-information brlbs-inline">Weitere Informationen über die Verwendung Ihrer Daten finden Sie in unserer  <a href="https://www.office-plus.de/datenschutz/">Datenschutzerklärung</a>.</p>
Affected pages/404-2 /arbeitsfelder /new-work
Component · Ref NH3BDX
Affected pagehttps://www.office-plus.de/404-2/
Element.brlbs-cmpnt-text-confirm-age
Accessible nameWenn Sie unter 16 Jahre alt sind und Ihre Zustimmung zu freiwilligen Diensten geben möchten, müssen Sie Ihre Erziehungsberechtigten um Erlaubnis bitten.
Markup
<p class="brlbs-cmpnt-text-confirm-age brlbs-block brlbs-my-2">Wenn Sie unter 16 Jahre alt sind und Ihre Zustimmung zu freiwilligen Diensten geben möchten, müssen Sie Ihre Erziehungsberechtigten um Erlaubnis bitten.</p>
Affected pages/404-2 /arbeitsfelder /new-work
Component · Ref VLMHHP
Affected pagehttps://www.office-plus.de/404-2/
Element.brlbs-cmpnt-text-personal-data
Accessible namePersonenbezogene Daten können verarbeitet werden (z. B. IP-Adressen), z. B. für personalisierte Anzeigen und Inhalte oder Anzeigen- und Inhaltsmessung.
Markup
<p class="brlbs-cmpnt-text-personal-data brlbs-inline">Personenbezogene Daten können verarbeitet werden (z. B. IP-Adressen), z. B. für personalisierte Anzeigen und Inhalte oder Anzeigen- und Inhaltsmessung.</p>
Affected pages/404-2 /arbeitsfelder /new-work
Component · Ref ORIPB5
Affected pagehttps://www.office-plus.de/404-2/
Element.brlbs-cmpnt-text-technology
Accessible nameWir verwenden Cookies und andere Technologien auf unserer Website. Einige von ihnen sind essenziell, während andere uns helfen, diese Website und Ihre Erfahrung zu verbessern.
Markup
<p class="brlbs-cmpnt-text-technology brlbs-inline">Wir verwenden Cookies und andere Technologien auf unserer Website. Einige von ihnen sind essenziell, während andere uns helfen, diese Website und Ihre Erfahrung zu verbessern.</p>
Affected pages/404-2 /new-work
Component · Ref 7D5EHF
Affected pagehttps://www.office-plus.de/404-2/
Element.brlbs-cmpnt-text-description
Accessible nameWir benötigen Ihre Zustimmung, bevor Sie unsere Website weiter besuchen können.
Markup
<p class="brlbs-cmpnt-text-description">Wir benötigen Ihre Zustimmung, bevor Sie unsere Website weiter besuchen können.</p>
Affected pages/404-2 /new-work
Component · Ref 2IN6B9
Affected pagehttps://www.office-plus.de/pre-home/
Elementa[href$="leafletjs.com"]
Accessible nameLeaflet
Markup
<a href="https://leafletjs.com" title="A JS library for interactive maps">Leaflet</a>
Component · Ref HB1202
Affected pagehttps://www.office-plus.de/pre-home/
Element.footer_info_text > p
Accessible nameoffice plus Erhardt GmbH Bötzinger Straße 46 79111 Freiburg
Markup
<p>office plus Erhardt GmbH<br>
Bötzinger Straße 46<br>
79111 Freiburg</p>
Component · Ref 2N08ZD
Affected pagehttps://www.office-plus.de/pre-home/
Element.leaflet-control-attribution > a:nth-child(2)
Accessible nameOpenStreetMap
Markup
<a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a>
Component · Ref SLP93X
Affected pagehttps://www.office-plus.de/pre-home/
Element.my-12.teaser-single.lg\:justify-center:nth-child(3) > .teaser-single__box.lg\:w-1\/2.z-2 > .lg\:pb-6.headline-element.underline
Accessible nameArbeitswelten
Markup
<h2 class="headline-element text-left underline pb-3 lg:pb-6 font-normal text-textimageMobile md:text-6xl  xl:text-8xl 2xl:text-big">Arbeitswelten</h2>
Component · Ref 3JUDW3
Affected pagehttps://www.office-plus.de/pre-home/
Element.btn-primary
Accessible nameKontakt
Markup
<a target="" href="https://www.office-plus.de/kontakt/" class="btn-primary !w-[100%] sm:!w-[350px] text-center">
            Kontakt        </a>
Component · Ref 4A58OH
Affected pagehttps://www.office-plus.de/pre-home/
Element.leaflet-control-zoom-out
Accessible nameZoom out
Rolebutton
Markup
<a class="leaflet-control-zoom-out" href="#" title="Zoom out" role="button" aria-label="Zoom out">−</a>
Component · Ref G855H6
Affected pagehttps://www.office-plus.de/pre-home/
Element.ml-auto > .text-32px.uppercase
Accessible nameENTER NOW:
Markup
<p class="uppercase text-32px">ENTER NOW:</p>
Component · Ref WGQQA2
Affected pagehttps://www.office-plus.de/pre-home/
Element.leaflet-control-attribution
Accessible nameLeaflet | © OpenStreetMap contributors © CARTO
Markup
<div class="leaflet-control-attribution leaflet-control"><a href="https://leafletjs.com" title="A JS library for interactive maps">Leaflet</a> | © <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors © <a href="https://carto.com/attributions">CARTO</a></div>
Component · Ref 8J9EDC
Affected pagehttps://www.office-plus.de/pre-home/
Element.my-12.teaser-single.lg\:justify-center:nth-child(3) > .teaser-single__box.lg\:w-1\/2.z-2 > .\!w-\[80\%\].sm\:\!w-\[350px\].btn-secondary
Accessible nameArbeitswelten entdecken
Markup
<a target="" href="https://www.office-plus.de/arbeitswelten/" class="btn-secondary !w-[80%] sm:!w-[350px] text-center">
            Arbeitswelten entdecken        </a>
Component · Ref IS8GZB
Affected pagehttps://www.office-plus.de/pre-home/
Element.footer_info_links > p
Accessible nameTel: +49 761 47810-900 Fax: +49 761 47810-919 Mail: [email removed]
Markup
<p>Tel: <a href="callto:+49 761 47810-900">+49 761 47810-900</a><br>
Fax: +49 761 47810-919<br>
Mail: <a href="mailto:[email removed]">[email removed]</a></p>
Component · Ref CSE2N7
Affected pagehttps://www.office-plus.de/pre-home/
Element.xl\:max-w-\[550px\]
Accessible nameWir beraten Sie gerne.
Markup
<div class="text-element text-p text-18px dark:text-white mb-12 xl:max-w-[550px]">Wir beraten Sie gerne.</div>
Component · Ref JU4JPW
Affected pagehttps://www.office-plus.de/pre-home/
Element.my-12.teaser-single.lg\:justify-center:nth-child(3) > .teaser-single__box.lg\:w-1\/2.z-2 > .text-element.text-p.text-description > p
Accessible nameWir lassen New Work in Ihre Arbeitswelt einziehen.
Markup
<p>Wir lassen New Work in Ihre Arbeitswelt einziehen.</p>
High

Images lack text alternatives

WCAG 1.1.1 (A)1 instance1 inspected page

Informative images have no alternative text, so their meaning is unavailable to people using assistive technology.

Why it matters

Informative images have no alternative text, so their meaning is unavailable to people using assistive technology.

Recommended correction

Add an alt attribute to the img tag with a descriptive text, for example: <img src="https://www.office-plus.de/wp-content/themes/prototypr-child/resources/assets/logo-white.png" alt="Office Plus Logo">

View 1 affected element
Component · Ref RSDFNQ
Affected pagehttps://www.office-plus.de/datenschutz/
Element.text-lg > img
Markup
<img src="https://www.office-plus.de/wp-content/themes/prototypr-child/resources/assets/logo-white.png">
Medium

Touch targets are too small on mobile

WCAG 2.5.8 (AA)53 instances5 inspected pages

Interactive controls are smaller than the 24×24px minimum target size, making them hard to activate reliably by touch.

Why it matters

Interactive controls are smaller than the 24×24px minimum target size, making them hard to activate reliably by touch.

Recommended correction

Increase the touch target size of the 'Impressum' link to at least 24x24px to make it easier for users to activate on mobile devices. Consider adding padding or increasing the font size of the link to achieve this.

View 53 affected elements
Component · Ref I30GZS
Affected pagehttps://www.office-plus.de/pre-home/
Elementli#menu-item-987 > a
Accessible nameImpressum
Markup
<a href="https://www.office-plus.de/impressum/">Impressum</a>
Affected pages/ /404-2 /arbeitsfelder /datenschutz /new-work
Component · Ref MEOO6P
Affected pagehttps://www.office-plus.de/datenschutz/
Elementdiv > div:nth-of-type(1) > div > div:nth-of-type(2) > p > a:nth-of-type(1)
Accessible name+49 761 47810-900
Markup
<a href="callto:+49 761 47810-900">+49 761 47810-900</a>
Affected pages/ /404-2 /arbeitsfelder /datenschutz /new-work
Component · Ref OTNI9O
Affected pagehttps://www.office-plus.de/datenschutz/
Elementheader > div > div:nth-of-type(1) > div:nth-of-type(1) > div:nth-of-type(1) > a
Markup
<a href="https://www.office-plus.de" class="text-lg font-extrabold uppercase">
                    <img src="https://www.office-plus.de/wp-content/themes/prototypr-child/resources/assets/logo-white.png">
                </a>
Affected pages/ /404-2 /arbeitsfelder /datenschutz /new-work
Component · Ref H5Y9I6
Affected pagehttps://www.office-plus.de/datenschutz/
Elementa#primary-menu-toggle
Accessible nameToggle navigation
Markup
<a href="#" aria-label="Toggle navigation" id="primary-menu-toggle" class="transition-all duration-300">
                <svg width="24" height="20" viewBox="0 0 24 20" fill="none" xmlns="http://www.w3.org/2000/svg">
                    <path d="M6 10L21 10" stroke="#003946" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"></path>
                    <path d="M3 5H21" stroke="#003946" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"></path>
                    <path d="M3 15H21" stroke="#003946" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"></pat…
Affected pages/ /404-2 /arbeitsfelder /datenschutz /new-work
Component · Ref FPW7YL
Affected pagehttps://www.office-plus.de/pre-home/
Elementinput#essential
Markup
<input data-v-ec98bf49="" checked="" disabled="" id="essential" name="essential" class="brlbs-cmpnt-checkbox" type="checkbox">
Affected pages/ /404-2 /arbeitsfelder /new-work
Component · Ref FP0T2M
Affected pagehttps://www.office-plus.de/pre-home/
Elementdiv#BorlabsCookieEntranceA11YDescription > p:nth-of-type(5) > a
Accessible nameDatenschutzerklärung
Markup
<a href="https://www.office-plus.de/datenschutz/">Datenschutzerklärung</a>
Affected pages/ /404-2 /arbeitsfelder /new-work
Component · Ref GVIVD0
Affected pagehttps://www.office-plus.de/pre-home/
Elementdiv#map > div:nth-of-type(2) > div:nth-of-type(4) > div > a:nth-of-type(1)
Accessible nameLeaflet
Markup
<a href="https://leafletjs.com" title="A JS library for interactive maps">Leaflet</a>
Component · Ref XYQ6NS
Affected pagehttps://www.office-plus.de/datenschutz/
Elementsection > div > div > div > p:nth-of-type(55) > a
Accessible namehttps://veronalabs.com
Markup
<a href="https://veronalabs.com" target="_blank" rel="noopener noreferrer">https://veronalabs.com</a>
Component · Ref 04WM7Y
Affected pagehttps://www.office-plus.de/pre-home/
Elementarticle#post-428 > div > section:nth-of-type(5) > div:nth-of-type(2) > a
Accessible nameBrands & Friends we like to work with
Markup
<a href="https://www.office-plus.de/marken/">Brands &amp; Friends we like to work with</a>
Medium

Content sits outside any landmark region

WCAG 1.3.1 (A)8 instances4 inspected pages

Meaningful content is not contained in a landmark (header/nav/main/footer/aside), so assistive-technology users cannot reach it via landmark navigation.

Why it matters

Meaningful content is not contained in a landmark (header/nav/main/footer/aside), so assistive-technology users cannot reach it via landmark navigation.

Recommended correction

Wrap the content in a landmark region such as a header, nav, main, footer, or aside to enable assistive technology users to reach it via landmark navigation.

View 8 affected elements
Component · Ref J4FJ3Y
Affected pagehttps://www.office-plus.de/pre-home/
Elementdiv:nth-of-type(2) > div > div:nth-of-type(1) > div > div:nth-of-type(1) > p
Accessible nameoffice plus Erhardt GmbH Bötzinger Straße 46 79111 Freiburg
Markup
<p>office plus Erhardt GmbH<br>
Bötzinger Straße 46<br>
79111 Freiburg</p>
Affected pages/ /404-2 /arbeitsfelder /new-work
Low

Page has no level-one heading

WCAG 1.3.1 (A)2 instances1 inspected page

The page exposes no <h1>, so its topic is not conveyed in the heading structure.

Why it matters

The page exposes no <h1>, so its topic is not conveyed in the heading structure.

Recommended correction

Add a level-one heading (h1) to the page to convey its topic and provide a clear structure for screen readers and other assistive technologies.

View 2 affected elements
Component · Ref DB6Z15
Affected pagehttps://www.office-plus.de/404-2/
Elementhtml > body
Accessible nameHome Referenzen Arbeitswelten Arbeitsräume Arbeitsfelder Marken Unternehmen Kontakt 404: Fehlermeldung Diese Seite existiert leider nicht mehr. Zur Startseite office plus Erhardt GmbH Bötzinger Straße 46 79111 Freiburg Tel: +49 761 47810-900 Fax: +49 761 47810-919 Mail: [email removed] Impressum Datenschutz {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"/*"},{"not":{"href_matches":["/wp-*.php","/wp-admin/*","/wp-content/uploads/*","/wp-content/*","/wp-content/plugins/*","/wp-content/themes/prototypr-child/*","/wp-content/themes/prototypr-theme/*","/*\\?(.+)"]}},{"not":{"selector_matches":"a[rel~=\"nofollow\"]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} {"imports":{"borlabs-cookie-core":"https://www.office-plus.de/wp-content/plugins/borlabs-cookie/assets/javascript/borlabs-cookie.min.js?ver=3.4.2"}} Mit diesem Button wird der Dialog geschlossen. Seine Funktionalität ist identisch mit der des Buttons Nur essenzielle Cookies akzeptieren.DatenschutzeinstellungenWir benötigen Ihre Zustimmung, bevor Sie unsere Website weiter besuchen können.Wenn Sie unter 16 Jahre alt sind und Ihre Zustimmung zu freiwilligen Diensten geben möchten, müssen Sie Ihre Erziehungsberechtigten um Erlaubnis bitten. Wir verwenden Cookies und andere Technologien auf unserer Website. Einige von ihnen sind essenziell, während andere uns helfen, diese Website und Ihre Erfahrung zu verbessern. Personenbezogene Daten können verarbeitet werden (z. B. IP-Adressen), z. B. für personalisierte Anzeigen und Inhalte oder Anzeigen- und Inhaltsmessung. Weitere Informationen über die Verwendung Ihrer Daten finden Sie in unserer Datenschutzerklärung. Sie können Ihre Auswahl jederzeit unter Einstellungen widerrufen oder anpassen. Es folgt eine Liste der Service-Gruppen, für die eine Einwilligung erteilt werden kann. Die erste Service-Gruppe ist essenziell und kann nicht abgewählt werden.Essenziell Externe Medien SpeichernAlle akzeptierenNur essenzielle Cookies akzeptierenIndividuelle DatenschutzeinstellungenCookie-DetailsDatenschutzerklärungImpressum (function() { const template = document.querySelector("#brlbs-cmpnt-cb-template-acf-osm-field"); const divsToInsertBlocker = document.querySelectorAll('.leaflet-map[data-map="leaflet"]'); for (const div of divsToInsertBlocker) { const cb = template.content.cloneNode(true).querySelector('.brlbs-cmpnt-container'); div.appendChild(cb); const randomClassName = Math.random().toString(36).replace(/[^a-z0-9A-Z]+/g, '').substring(0, 8); if (div.dataset.height != null) { div.classList.add('brlbs-acf-osm-field-container-' + randomClassName); const style = document.createElement('style'); style.innerText = '.brlbs-acf-osm-field-container-' + randomClassName + ':has(.brlbs-cmpnt-container) { height: ' + div.dataset.height + 'px; }'; div.insertAdjacentElement('afterend', style); } } })() (function() { const template = document.querySelector("#brlbs-cmpnt-cb-template-facebook-content-blocker"); const divsToInsertBlocker = document.querySelectorAll('div.fb-video[data-href*="//www.facebook.com/"], div.fb-post[data-href*="//www.facebook.com/"]'); for (const div of divsToInsertBlocker) { const blocked = template.content.cloneNode(true).querySelector('.brlbs-cmpnt-container'); blocked.dataset.borlabsCookieContent = btoa(unescape(encodeURIComponent(div.outerHTML))); div.replaceWith(blocked); } })() (function() { const template = document.querySelector("#brlbs-cmpnt-cb-template-instagram"); const divsToInsertBlocker = document.querySelectorAll('blockquote.instagram-media[data-instgrm-permalink*="instagram.com/"],blockquote.instagram-media[data-instgrm-version]'); for (const div of divsToInsertBlocker) { const blocked = template.content.cloneNode(true).querySelector('.brlbs-cmpnt-container'); blocked.dataset.borlabsCookieContent = btoa(unescape(encodeURIComponent(div.outerHTML))); div.replaceWith(blocked); } })() (function() { const template = document.querySelector("#brlbs-cmpnt-cb-template-x-alias-twitter-content-blocker"); const divsToInsertBlocker = document.querySelectorAll('blockquote.twitter-tweet,blockquote.twitter-video'); for (const div of divsToInsertBlocker) { const blocked = template.content.cloneNode(true).querySelector('.brlbs-cmpnt-container'); blocked.dataset.borlabsCookieContent = btoa(unescape(encodeURIComponent(div.outerHTML))); div.replaceWith(blocked); } })()
Markup
<body class="wp-singular page-template-default page page-id-568 wp-custom-logo wp-theme-prototypr-theme wp-child-theme-prototypr-child bg-white antialiased" style="overflow: hidden;">

    
    <div id="page" class="flex flex-col dark:bg-dark dark:text-light" aria-hidden="true" data-borlabs-cookie-aria-hidden="true">

        
        <header class="header fixed left-0 w-full z-[999]">
            <div class="navigation font-primary">
                <nav class="navigation__vertical">
    <div class="flex py-5 justify-between items-center min-h-[48px] w-full">
        <div>
                   …
Low

Video may be missing captions

WCAG 1.2.2 (A)1 instance1 inspected page

A video element has no captions or subtitles track. Whether captions are needed depends on the audio content and requires manual review.

Why it matters

A video element has no captions or subtitles track. Whether captions are needed depends on the audio content and requires manual review.

Recommended correction

Add captions or subtitles to the video if it contains audio that is essential for understanding the content. This can be done by adding a track element to the video element with the kind attribute set to "captions" and the src attribute set to the URL of the caption file.

View 1 affected element
Component · Ref KUC1EL
Affected pagehttps://www.office-plus.de/pre-home/
Elementvideo#myVideo
Markup
<video class="object-cover object-center w-full h-full header-bg-video__video" preload="metadata" muted="" loop="" playsinline="" id="myVideo" data-desktop-video="https://www.office-plus.de/wp-content/uploads/2023/02/2023-02-24_officeplus_WebHeader.mp4" data-mobile-video="https://www.office-plus.de/wp-content/uploads/2023/02/2023-02-24_officeplus_WebHeader.mp4" src="https://www.office-plus.de/wp-content/uploads/2023/02/2023-02-24_officeplus_WebHeader.mp4" type="video/mp4"></video>

05 · Most affected inspected pages

06 · About this assessment

Evolize inspects publicly accessible website pages using automated browser-based testing and deterministic accessibility rules. Automated testing can identify many reproducible technical issues but cannot determine complete WCAG or legal compliance.

  • Publicly accessible surfaces only — no credentials, private systems, or source-code access.
  • Findings apply to the pages and states successfully inspected; automated analysis may not detect every issue.
  • Results reflect the site at the scan date and may have changed since.

Evolize provides digital risk intelligence and does not provide legal advice, certify compliance, or guarantee that litigation will not occur. Methodology · Security · Example assessment

07 · Continuous monitoring

This public report captures one assessment. Evolize monitoring rescans the website, detects new and recurring findings, tracks changes over time and verifies corrections.

Is information in this report inaccurate or outdated? Request a correction or removal.