Summary report > Page report

25 Errors

  • 18 WCAG2 A
    • 8 E956 - SC 4.1.2: The value of the 'role' attribute is not valid for this element. Elements can only have specific roles as defined by the ARIA specification. So, you may be better off using a more appropriate element for this role. See ARIA in HTML.
        1 The value of the 'role' attribute is not valid for this element
            <img alt="" role="link" loading="lazy" width="0" height="0" decoding="async" data-nimg="1" style="color:transparent" src="https://api.lanserhof.com/wp-content/uploads/2024/03/lh_mail.svg"/>
      
          1 The value of the 'role' attribute is not valid for this element
            <img alt="" role="link" loading="lazy" width="0" height="0" decoding="async" data-nimg="1" style="color:transparent" src="https://api.lanserhof.com/wp-content/uploads/2024/03/lh_facetime.svg"/>
      
          1 The value of the 'role' attribute is not valid for this element
            <img alt="" role="link" loading="lazy" width="0" height="0" decoding="async" data-nimg="1" style="color:transparent" src="https://api.lanserhof.com/wp-content/uploads/2024/03/lh_shop.svg"/>
      
          3 The value of the 'role' attribute is not valid for this element
            <img alt="" role="link" loading="lazy" width="20" height="20" decoding="async" data-nimg="1" class="Socials_logo__PDQjE" style="color:transparent" src="https://api.lanserhof.com/wp-content/uploads/2024/03/lh_instagram.svg"/>
      
          3 The value of the 'role' attribute is not valid for this element
            <img alt="" role="link" loading="lazy" width="20" height="20" decoding="async" data-nimg="1" class="Socials_logo__PDQjE" style="color:transparent" src="https://api.lanserhof.com/wp-content/uploads/2024/03/lh_facebook.svg"/>
      
          3 The value of the 'role' attribute is not valid for this element
            <img alt="" role="link" loading="lazy" width="20" height="20" decoding="async" data-nimg="1" class="Socials_logo__PDQjE" style="color:transparent" src="https://api.lanserhof.com/wp-content/uploads/2024/03/lh_linkedin.svg"/>
      
          3 The value of the 'role' attribute is not valid for this element
            <img alt="" role="link" loading="lazy" width="20" height="20" decoding="async" data-nimg="1" class="Socials_logo__PDQjE" style="color:transparent" src="https://api.lanserhof.com/wp-content/uploads/2024/03/lh_x-twitter.svg"/>
      
          3 The value of the 'role' attribute is not valid for this element
            <img alt="" role="link" loading="lazy" width="20" height="20" decoding="async" data-nimg="1" class="Socials_logo__PDQjE" style="color:transparent" src="https://api.lanserhof.com/wp-content/uploads/2024/04/lh_youtube.svg"/>
        
    • 1 E8661 - SC 1.1.1/1.3.1/3.3.2/4.1.2: User interface controls without a label should have an accessible name. Use the 'aria-label', 'aria-labelledby', or where appropriate 'value', attributes to label controls when the visual design cannot accommodate the label (for example, if there is no text on the screen that can be identified as a label) or where it might be confusing or not possible to use a label. User agents, including assisting technology, can use these attributes. See WCAG2 Failure F68.
        1 User interface controls without a label should have an accessible name
            <button class="SearchInput_button__XVGZK">
        
    • 8 E9542 - SC 4.1.2: Interactive elements are not allowed here. When using ARIA roles there are additional rules where interactive elements may appear. This error may also be caused by incorrectly nesting tags, missing end tags, or similar structural issues. So if it is not obvious what is wrong, fix any structural issues first. See ARIA in HTML.
        1 Interactive elements are not allowed here
            <img alt="" role="link" loading="lazy" width="0" height="0" decoding="async" data-nimg="1" style="color:transparent" src="https://api.lanserhof.com/wp-content/uploads/2024/03/lh_mail.svg"/>
      
          1 Interactive elements are not allowed here
            <img alt="" role="link" loading="lazy" width="0" height="0" decoding="async" data-nimg="1" style="color:transparent" src="https://api.lanserhof.com/wp-content/uploads/2024/03/lh_facetime.svg"/>
      
          1 Interactive elements are not allowed here
            <img alt="" role="link" loading="lazy" width="0" height="0" decoding="async" data-nimg="1" style="color:transparent" src="https://api.lanserhof.com/wp-content/uploads/2024/03/lh_shop.svg"/>
      
          3 Interactive elements are not allowed here
            <img alt="" role="link" loading="lazy" width="20" height="20" decoding="async" data-nimg="1" class="Socials_logo__PDQjE" style="color:transparent" src="https://api.lanserhof.com/wp-content/uploads/2024/03/lh_instagram.svg"/>
      
          3 Interactive elements are not allowed here
            <img alt="" role="link" loading="lazy" width="20" height="20" decoding="async" data-nimg="1" class="Socials_logo__PDQjE" style="color:transparent" src="https://api.lanserhof.com/wp-content/uploads/2024/03/lh_facebook.svg"/>
      
          3 Interactive elements are not allowed here
            <img alt="" role="link" loading="lazy" width="20" height="20" decoding="async" data-nimg="1" class="Socials_logo__PDQjE" style="color:transparent" src="https://api.lanserhof.com/wp-content/uploads/2024/03/lh_linkedin.svg"/>
      
          3 Interactive elements are not allowed here
            <img alt="" role="link" loading="lazy" width="20" height="20" decoding="async" data-nimg="1" class="Socials_logo__PDQjE" style="color:transparent" src="https://api.lanserhof.com/wp-content/uploads/2024/03/lh_x-twitter.svg"/>
      
          3 Interactive elements are not allowed here
            <img alt="" role="link" loading="lazy" width="20" height="20" decoding="async" data-nimg="1" class="Socials_logo__PDQjE" style="color:transparent" src="https://api.lanserhof.com/wp-content/uploads/2024/04/lh_youtube.svg"/>
        
    • 1 E9591 - SC 1.3.1: The value of the attribute must match an 'id' in the same document. Each of the ids listed for this aria attribute must match elements elsewhere in the document. See ARIA 1.3.
        1 The value of 'aria-controls' must match an 'id' in the same document
            <button class="Hamburger_hamburger__6VuUc" aria-label="Opens and closes the main menu." aria-controls="navbar-main" aria-expanded="false">
        
  • 2 WCAG2 AA
    • 2 E913 - SC 2.4.6: Form control labels must be unique. Use unique labels so that users can distinguish between form controls on the same page when read out aloud. Alternatively, place them within different <fieldset> with unique <legend> labels, because the legend text is read out along with the label text. See WCAG2 Success Criterion 2.4.6.
        1 The form control label 'en' is not unique
            <button class="Listbox_listbox-button___3oOv " id="headlessui-listbox-button-:Rqiv6:" type="button" aria-haspopup="listbox" aria-expanded="false" data-headlessui-state="">
      
          1 The form control label 'en' is not unique
            <button class="Listbox_listbox-button___3oOv " id="headlessui-listbox-button-:Rq7iv6:" type="button" aria-haspopup="listbox" aria-expanded="false" data-headlessui-state="">
        
  • 5 HTML
    • 1 E622 - An attribute does not have a valid value. The HTML specification being tested against defines certain valid values for each attribute. Usually a list of valid values will be displayed when you see this message. Note that many values must be in lower case in XHTML, including the 'x' in numeric hex entity references. Also note that what values are allowed varies from standard to standard.
        1 The 'id' attribute does not have a valid value: It does not contain a valid ID. It must contain at least one character and must not contain any space characters
            <section class="Section_section__oHlmj TextPostType_text-post-type__0ZK4B has-grey-bg default section" id="">
        
    • 3 E668 - Missing value for 'content' attribute. If either 'name', 'http-equiv', 'property' or 'itemprop' is specified, then the 'content' attribute must have a value.
        1 Missing value for 'content' attribute
            <meta name="description"/>
      
          1 Missing value for 'content' attribute
            <meta property="og:description"/>
      
          1 Missing value for 'content' attribute
            <meta property="article:modified_time"/>
        
    • 1 E6091 - A tag or some content is not allowed. There are strict rules as to what tags may be nested within others, as well as the order and number of tags allowed. This error may also be caused by incorrectly nesting tags, missing end tags, or similar structural issues. So if it is not obvious what is wrong, fix any structural issues first.
        1 This tag or content is not allowed here. One of the following was expected: A phrasing content element except for interactive content. See the HTML Living Standard.
            <div class="Hamburger_hamburger-icon__Rk6CS" style="opacity:0;will-change:opacity,transform;transform:scale(0.9)">
        

8 Probable Errors

  • 8 WCAG2 A
    • 8 P871 - SC 1.1.1/2.4.4/2.4.9: Link text is missing. Describe the purpose of a link by providing descriptive text as the content of the element, or provide an 'aria-label' or 'aria-labelledby' attribute. The description lets a user distinguish this link from other links in the Web page and helps the user determine whether to follow the link. The URL of the destination is generally not sufficiently descriptive. See WCAG2 HTML Technique H30.
        1 Link text is missing
            <img alt="" role="link" loading="lazy" width="0" height="0" decoding="async" data-nimg="1" style="color:transparent" src="https://api.lanserhof.com/wp-content/uploads/2024/03/lh_mail.svg"/>
      
          1 Link text is missing
            <img alt="" role="link" loading="lazy" width="0" height="0" decoding="async" data-nimg="1" style="color:transparent" src="https://api.lanserhof.com/wp-content/uploads/2024/03/lh_facetime.svg"/>
      
          1 Link text is missing
            <img alt="" role="link" loading="lazy" width="0" height="0" decoding="async" data-nimg="1" style="color:transparent" src="https://api.lanserhof.com/wp-content/uploads/2024/03/lh_shop.svg"/>
      
          3 Link text is missing
            <img alt="" role="link" loading="lazy" width="20" height="20" decoding="async" data-nimg="1" class="Socials_logo__PDQjE" style="color:transparent" src="https://api.lanserhof.com/wp-content/uploads/2024/03/lh_instagram.svg"/>
      
          3 Link text is missing
            <img alt="" role="link" loading="lazy" width="20" height="20" decoding="async" data-nimg="1" class="Socials_logo__PDQjE" style="color:transparent" src="https://api.lanserhof.com/wp-content/uploads/2024/03/lh_facebook.svg"/>
      
          3 Link text is missing
            <img alt="" role="link" loading="lazy" width="20" height="20" decoding="async" data-nimg="1" class="Socials_logo__PDQjE" style="color:transparent" src="https://api.lanserhof.com/wp-content/uploads/2024/03/lh_linkedin.svg"/>
      
          3 Link text is missing
            <img alt="" role="link" loading="lazy" width="20" height="20" decoding="async" data-nimg="1" class="Socials_logo__PDQjE" style="color:transparent" src="https://api.lanserhof.com/wp-content/uploads/2024/03/lh_x-twitter.svg"/>
      
          3 Link text is missing
            <img alt="" role="link" loading="lazy" width="20" height="20" decoding="async" data-nimg="1" class="Socials_logo__PDQjE" style="color:transparent" src="https://api.lanserhof.com/wp-content/uploads/2024/04/lh_youtube.svg"/>
        

10 Warnings

  • 8 WCAG2 A
    • 5 W868 - SC 2.4.4: Different adjacent links with same link text. If you have adjacent links to different places, but with the same link text (when read aloud), it can be confusing to the user. So, you should either change the link text or add a unique 'aria-label' or 'aria-labelledby' attribute to each link. See Understanding 2.4.4.
        3 Different adjacent links with the same link text 'socials-link'
            <a class="social" aria-label="socials-link" rel="noopener noreferrer" target="_blank" id="social-0" href="https://www.instagram.com/lanserhof/">
      
          3 Different adjacent links with the same link text 'socials-link'
            <a class="social" aria-label="socials-link" rel="noopener noreferrer" target="_blank" id="social-1" href="https://www.facebook.com/LanserhofDE/">
      
          3 Different adjacent links with the same link text 'socials-link'
            <a class="social" aria-label="socials-link" rel="noopener noreferrer" target="_blank" id="social-2" href="https://www.linkedin.com/company/lanserhof-gmbh/">
      
          3 Different adjacent links with the same link text 'socials-link'
            <a class="social" aria-label="socials-link" rel="noopener noreferrer" target="_blank" id="social-3" href="https://twitter.com/lanserhof">
      
          3 Different adjacent links with the same link text 'socials-link'
            <a class="social" aria-label="socials-link" rel="noopener noreferrer" target="_blank" id="social-4" href="https://www.youtube.com/channel/UCvwF4uQmURR_iEZ-V1WZOrw">
        
    • 1 W874 - SC 2.4.1: Add a skip navigation link as the first link on the page. If your document has structure then you should add a skip navigation link to make it easier for accessible users to get to the page's content. To ensure detection, skip navigation links should point to a <main> element, or an element with role='main'. See Understanding 2.4.1, and Skip Navigation.
    • 1 W877 - SC 1.3.1: Distinguish between navigation groups using an ARIA label. When the <nav> element is employed more than once on a page, distinguish between the navigation groups by using an 'aria-label' or 'aria-labelledby' attribute. See WCAG2 HTML Technique H97.
        1 Distinguish between navigation groups using an ARIA label
            <nav id="navbar" class="Navbar_navbar__W_ouQ navbar">
        
    • 1 W891 - SC 4.1.2: Avoid using fallback accessible names created from 'placeholder'. An accessible name generated from 'placeholder' typically yields a low quality accessible name, which may not always be supported. Instead use the recommended way of setting the accessible name for this element. See Avoid Fallback, and Accessible Name Computation.
        1 Avoid using fallback accessible names created from 'placeholder'
            <input type="text" name="searchbar" placeholder="Search term" autoComplete="off"/>
        
  • 2 HTML
    • 2 W619 - Unrecognised value for the 'name' attribute. The 'name' attribute in the <meta> element is restricted to values documented in the HTML5 specification with extensions in the WHATWG Wiki. Note that Lanserhof will not recognise changes to the wiki after its release date. So, you will have to wait until the next release of Lanserhof before new names are recognised, or (Pro version only) use the 'Edit meta names' option to add them yourself. See Meta Extensions.
        1 Unrecognised value for the 'name' attribute
            <meta name="twitter_card" content="summary_large_image"/>
      
          1 Unrecognised value for the 'name' attribute
            <meta name="next-head-count" content="21"/>
        
Display issue details

Go to first issue

  0 next issueprevious issueW874WCAG2 A 2.4.1: Add a skip navigation link as the first link on the page
  If your document has structure then you should add a skip navigation link to make it easier for accessible users to get to the page's content. To ensure detection, skip navigation links should point to a <main> element, or an element with role='main'. See Understanding 2.4.1, and Skip Navigation.
    1 <!DOCTYPE html>
    1 <html lang="en">
    1   <head>
    1     <noscript>
    1       <link rel="stylesheet" href="/no-js.css"/>
    1     </noscript>
    1     <link rel="dns-prefetch" href="https://api.lanserhof.com/"/>
    1     <link rel="preconnect" href="https://api.lanserhof.com/"/>
    1     <link rel="preconnect" href="https://api.lanserhof.com/" crossorigin="anonymous"/>
    1     <title>
    1       Darkfield microscopy &amp;#8211; Real-time observation of blood cells - Lanserhof
    1     </title>
    1     <meta charSet="UTF-8"/>
    1     <meta name="viewport" content="width=device-width, initial-scale=1"/>
    1 next issueprevious issueE668HTML: Missing value for 'content' attribute
  If either 'name', 'http-equiv', 'property' or 'itemprop' is specified, then the 'content' attribute must have a value.
          <meta name="description"/>
    1     <meta name="robots" content="index,follow,max-image-preview:large,max-snippet:-1,max-video-preview:-1"/>
    1     <meta property="og:locale" content="en_US"/>
    1     <meta property="og:type" content="article"/>
    1     <meta property="og:title" content="Darkfield microscopy &amp;#8211; Real-time observation of blood cells - Lanserhof"/>
    1 next issueprevious issueE668HTML: Missing value for 'content' attribute
  If either 'name', 'http-equiv', 'property' or 'itemprop' is specified, then the 'content' attribute must have a value.
          <meta property="og:description"/>
    1     <meta property="og:url" content="https://lanserhof.com/en/health-guide/darkfield-microscopy-real-time-observation-of-blood-cells/"/>
    1     <meta property="og:site_name" content="Lanserhof"/>
    1 next issueprevious issueE668HTML: Missing value for 'content' attribute
  If either 'name', 'http-equiv', 'property' or 'itemprop' is specified, then the 'content' attribute must have a value.
          <meta property="article:modified_time"/>
    1     <link rel="canonical" href="https://lanserhof.com/en/health-guide/darkfield-microscopy-real-time-observation-of-blood-cells/"/>
    1 next issueprevious issueW619HTML: Unrecognised value for the 'name' attribute
  The 'name' attribute in the <meta> element is restricted to values documented in the HTML5 specification with extensions in the WHATWG Wiki. Note that Lanserhof will not recognise changes to the wiki after its release date. So, you will have to wait until the next release of Lanserhof before new names are recognised, or (Pro version only) use the 'Edit meta names' option to add them yourself. See Meta Extensions.
          <meta name="twitter_card" content="summary_large_image"/>
    1     <script type="application/ld+json" class="yoast-schema-graph">
    1     </script>
    1     <link rel="alternate" hrefLang="en" href="https://lanserhof.com/en/health-guide/darkfield-microscopy-real-time-observation-of-blood-cells/"/>
    1     <link rel="alternate" hrefLang="de" href="https://lanserhof.com/de/gesundheitsratgeber/dunkelfeldmikroskopie-eine-echtzeit-betrachtung-der-blutkoerperchen/"/>
    1 next issueprevious issueW619HTML: Unrecognised value for the 'name' attribute
  The 'name' attribute in the <meta> element is restricted to values documented in the HTML5 specification with extensions in the WHATWG Wiki. Note that Lanserhof will not recognise changes to the wiki after its release date. So, you will have to wait until the next release of Lanserhof before new names are recognised, or (Pro version only) use the 'Edit meta names' option to add them yourself. See Meta Extensions.
          <meta name="next-head-count" content="21"/>
    1     <link data-next-font="size-adjust" rel="preconnect" href="/" crossorigin="anonymous"/>
    1     <link rel="preload" href="/_next/static/css/63adddc7b06b0ca3.css" as="style"/>
    1     <link rel="stylesheet" href="/_next/static/css/63adddc7b06b0ca3.css" data-n-g=""/>
    1     <link rel="preload" href="/_next/static/css/f9ed539b02f61655.css" as="style"/>
    1     <link rel="stylesheet" href="/_next/static/css/f9ed539b02f61655.css" data-n-p=""/>
    1     <link rel="preload" href="/_next/static/css/8c79a87a95d3bafd.css" as="style"/>
    1     <link rel="stylesheet" href="/_next/static/css/8c79a87a95d3bafd.css" data-n-p=""/>
    1     <link rel="preload" href="/_next/static/css/3966c38bb998cb33.css" as="style"/>
    1     <link rel="stylesheet" href="/_next/static/css/3966c38bb998cb33.css" data-n-p=""/>
    1     <noscript data-n-css="">
    1     </noscript>
    1     <script defer="" nomodule="" src="/_next/static/chunks/polyfills-42372ed130431b0a.js">
    1     </script>
    1     <script src="/_next/static/chunks/webpack-2d82902f679cb991.js" defer="">
    1     </script>
    1     <script src="/_next/static/chunks/framework-b0ec748c7a4c483a.js" defer="">
    1     </script>
    1     <script src="/_next/static/chunks/main-90d3efdc923b9c8a.js" defer="">
    1     </script>
    1     <script src="/_next/static/chunks/pages/_app-27196396652b94f5.js" defer="">
    1     </script>
    1     <script src="/_next/static/chunks/94726e6d-00317ae994f4f689.js" defer="">
    1     </script>
    1     <script src="/_next/static/chunks/26770aaf-787165cce7b5fafa.js" defer="">
    1     </script>
    1     <script src="/_next/static/chunks/5966-de81237dcf9e7535.js" defer="">
    1     </script>
    1     <script src="/_next/static/chunks/238-8fe680e2b82a3e83.js" defer="">
    1     </script>
    1     <script src="/_next/static/chunks/7247-a1aede3b2cd4cb41.js" defer="">
    1     </script>
    1     <script src="/_next/static/chunks/pages/%5B%5B...dynamicRoute%5D%5D-7a076e0de942c264.js" defer="">
    1     </script>
    1     <script src="/_next/static/eUoTcHg2TzlCbedKziswk/_buildManifest.js" defer="">
    1     </script>
    1     <script src="/_next/static/eUoTcHg2TzlCbedKziswk/_ssgManifest.js" defer="">
    1     </script>
    1   </head>
    1   <body>
    1     <div id="__next">
    1       <header>
    1 next issueprevious issueW877WCAG2 A 1.3.1: Distinguish between navigation groups using an ARIA label
  When the <nav> element is employed more than once on a page, distinguish between the navigation groups by using an 'aria-label' or 'aria-labelledby' attribute. See WCAG2 HTML Technique H97.
              <nav id="navbar" class="Navbar_navbar__W_ouQ navbar">
    1           <a class="Navbar_navbar-text-wrapper__B93F_" target="_self" href="/en/">
    1             <span>
    1               <strong>
    1                 LANSERHOF.
    1               </strong>
    1               World’s Best Longevity Clinic
    1             </span>
    1           </a>
    1           <div class="Navbar_language-wrapper__oyLyJ">
    1             <div data-pos-top="false" data-color="black" class="Listbox_listbox__B2I19">
    1               <div class="is-relative">
    1 next issueprevious issueE913WCAG2 AA 2.4.6: The form control label 'en' is not unique
  Use unique labels so that users can distinguish between form controls on the same page when read out aloud. Alternatively, place them within different <fieldset> with unique <legend> labels, because the legend text is read out along with the label text. See WCAG2 Success Criterion 2.4.6.
                      <button class="Listbox_listbox-button___3oOv " id="headlessui-listbox-button-:Rqiv6:" type="button" aria-haspopup="listbox" aria-expanded="false" data-headlessui-state="">
    1                   <span class="Listbox_listbox-selected__m1_C1">
    1                     en
    1                   </span>
    1                   <span class="Listbox_listbox-chevron__Y1n4I ">
    1                     <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24">
    1                       <path d="m6 9 6 6 6-6">
    1                       </path>
    1                     </svg>
    1                   </span>
    1                 </button>
    1               </div>
    1             </div>
    1           </div>
    1           <div class="QuickNavMenu_quick-nav-menu__NVGNn">
    1             <div class="QuickNavMenu_language-toggle-wrapper__wpZ0b" style="opacity:0;will-change:opacity">
    1               <div data-pos-top="true" data-color="black" class="Listbox_listbox__B2I19">
    1                 <div class="is-relative">
    1 next issueprevious issueE913WCAG2 AA 2.4.6: The form control label 'en' is not unique
  Use unique labels so that users can distinguish between form controls on the same page when read out aloud. Alternatively, place them within different <fieldset> with unique <legend> labels, because the legend text is read out along with the label text. See WCAG2 Success Criterion 2.4.6.
                        <button class="Listbox_listbox-button___3oOv " id="headlessui-listbox-button-:Rq7iv6:" type="button" aria-haspopup="listbox" aria-expanded="false" data-headlessui-state="">
    1                     <span class="Listbox_listbox-selected__m1_C1">
    1                       en
    1                     </span>
    1                     <span class="Listbox_listbox-chevron__Y1n4I ">
    1                       <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24">
    1                         <path d="m6 9 6 6 6-6">
    1                         </path>
    1                       </svg>
    1                     </span>
    1                   </button>
    1                 </div>
    1               </div>
    1             </div>
    1             <div class="is-hidden-touch">
    1               <div class="SearchInput_search-input-desktop__L4kYP">
    1                 <div class="SearchInput_icon__AakeJ">
    1                   <svg xmlns="http://www.w3.org/2000/svg" data-name="Ebene 1" viewBox="0 0 24 24" width="24" height="24">
    1                     <path d="M10.771 19.219a8.6 8.6 0 1 0-3.851-2.226l-4.986 4.986" style="fill:none;stroke:#2d2f38;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.20000004768372px">
    1                     </path>
    1                     <path d="M18.827 10.906a5.868 5.868 0 0 1-11.736 0" style="fill:none;stroke:#2d2f38;stroke-linecap:round;stroke-linejoin:round;stroke-width:.699999988079071px">
    1                     </path>
    1                   </svg>
    1                 </div>
    1                 <span>
    1                   Search
    1                 </span>
    1               </div>
    1               <div class="SearchInput_search-input-desktop-input-wrapper__8Hj5W ">
    1 next issueprevious issueW891WCAG2 A 4.1.2: Avoid using fallback accessible names created from 'placeholder'
  An accessible name generated from 'placeholder' typically yields a low quality accessible name, which may not always be supported. Instead use the recommended way of setting the accessible name for this element. See Avoid Fallback, and Accessible Name Computation.
                      <input type="text" name="searchbar" placeholder="Search term" autoComplete="off"/>
    1 next issueprevious issueE8661WCAG2 A 1.1.1/1.3.1/3.3.2/4.1.2: User interface controls without a label should have an accessible name
  Use the 'aria-label', 'aria-labelledby', or where appropriate 'value', attributes to label controls when the visual design cannot accommodate the label (for example, if there is no text on the screen that can be identified as a label) or where it might be confusing or not possible to use a label. User agents, including assisting technology, can use these attributes. See WCAG2 Failure F68.
                      <button class="SearchInput_button__XVGZK">
    1                   <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 27.053 27.053" width="32" height="32">
    1                     <circle cx="13.527" cy="13.527" r="13.027" style="fill:none;stroke:#fff;stroke-miterlimit:10">
    1                     </circle>
    1                     <path d="m12.296 16.406 3.162-2.85-2.85-3.161" data-name="e" style="fill:none;stroke:#fff;stroke-linecap:round;stroke-miterlimit:10">
    1                     </path>
    1                   </svg>
    1                 </button>
    1               </div>
    1             </div>
    1             <div data-is-hidden-mobile="false" class="QuickNavMenu_quick-nav-menu-item__1IRUs">
    1               <a class="QuickNavMenu_quick-nav-menu-link__9HNcy" aria-label="MAIL" target="_blank" href="mailto:info.tegernsee@lanserhof.com">
    1                 <div data-is-last="false" class="QuickNavMenu_icon-wrapper__qRiwR">
    1 next issueprevious issueP871WCAG2 A 1.1.1/2.4.4/2.4.9: Link text is missing
  Describe the purpose of a link by providing descriptive text as the content of the element, or provide an 'aria-label' or 'aria-labelledby' attribute. The description lets a user distinguish this link from other links in the Web page and helps the user determine whether to follow the link. The URL of the destination is generally not sufficiently descriptive. See WCAG2 HTML Technique H30.
      E9542WCAG2 A 4.1.2: Interactive elements are not allowed here
  When using ARIA roles there are additional rules where interactive elements may appear. This error may also be caused by incorrectly nesting tags, missing end tags, or similar structural issues. So if it is not obvious what is wrong, fix any structural issues first. See ARIA in HTML.
      E956WCAG2 A 4.1.2: The value of the 'role' attribute is not valid for this element
  Elements can only have specific roles as defined by the ARIA specification. So, you may be better off using a more appropriate element for this role. See ARIA in HTML.
                        <img alt="" role="link" loading="lazy" width="0" height="0" decoding="async" data-nimg="1" style="color:transparent" src="https://api.lanserhof.com/wp-content/uploads/2024/03/lh_mail.svg"/>
    1                 </div>
    1                 <span>
    1                   MAIL
    1                 </span>
    1               </a>
    1             </div>
    1             <div data-is-hidden-mobile="false" class="QuickNavMenu_quick-nav-menu-item__1IRUs">
    1               <a class="QuickNavMenu_quick-nav-menu-link__9HNcy" aria-label="CONTACT" target="_blank" href="/de/kontakt/">
    1                 <div data-is-last="false" class="QuickNavMenu_icon-wrapper__qRiwR">
    1 next issueprevious issueE9542WCAG2 A 4.1.2: Interactive elements are not allowed here
  When using ARIA roles there are additional rules where interactive elements may appear. This error may also be caused by incorrectly nesting tags, missing end tags, or similar structural issues. So if it is not obvious what is wrong, fix any structural issues first. See ARIA in HTML.
      E956WCAG2 A 4.1.2: The value of the 'role' attribute is not valid for this element
  Elements can only have specific roles as defined by the ARIA specification. So, you may be better off using a more appropriate element for this role. See ARIA in HTML.
      P871WCAG2 A 1.1.1/2.4.4/2.4.9: Link text is missing
  Describe the purpose of a link by providing descriptive text as the content of the element, or provide an 'aria-label' or 'aria-labelledby' attribute. The description lets a user distinguish this link from other links in the Web page and helps the user determine whether to follow the link. The URL of the destination is generally not sufficiently descriptive. See WCAG2 HTML Technique H30.
                        <img alt="" role="link" loading="lazy" width="0" height="0" decoding="async" data-nimg="1" style="color:transparent" src="https://api.lanserhof.com/wp-content/uploads/2024/03/lh_facetime.svg"/>
    1                 </div>
    1                 <span>
    1                   CONTACT
    1                 </span>
    1               </a>
    1             </div>
    1             <div data-is-hidden-mobile="true" class="QuickNavMenu_quick-nav-menu-item__1IRUs">
    1               <a class="QuickNavMenu_quick-nav-menu-link__9HNcy" aria-label="SHOP" target="_blank" href="https://shop.lanserhof.com/">
    1                 <div data-is-last="true" class="QuickNavMenu_icon-wrapper__qRiwR">
    1 next issueprevious issueE9542WCAG2 A 4.1.2: Interactive elements are not allowed here
  When using ARIA roles there are additional rules where interactive elements may appear. This error may also be caused by incorrectly nesting tags, missing end tags, or similar structural issues. So if it is not obvious what is wrong, fix any structural issues first. See ARIA in HTML.
      E956WCAG2 A 4.1.2: The value of the 'role' attribute is not valid for this element
  Elements can only have specific roles as defined by the ARIA specification. So, you may be better off using a more appropriate element for this role. See ARIA in HTML.
      P871WCAG2 A 1.1.1/2.4.4/2.4.9: Link text is missing
  Describe the purpose of a link by providing descriptive text as the content of the element, or provide an 'aria-label' or 'aria-labelledby' attribute. The description lets a user distinguish this link from other links in the Web page and helps the user determine whether to follow the link. The URL of the destination is generally not sufficiently descriptive. See WCAG2 HTML Technique H30.
                        <img alt="" role="link" loading="lazy" width="0" height="0" decoding="async" data-nimg="1" style="color:transparent" src="https://api.lanserhof.com/wp-content/uploads/2024/03/lh_shop.svg"/>
    1                 </div>
    1                 <span>
    1                   SHOP
    1                 </span>
    1               </a>
    1             </div>
    1 next issueprevious issueE9591WCAG2 A 1.3.1: The value of 'aria-controls' must match an 'id' in the same document
  Each of the ids listed for this aria attribute must match elements elsewhere in the document. See ARIA 1.3.
                  <button class="Hamburger_hamburger__6VuUc" aria-label="Opens and closes the main menu." aria-controls="navbar-main" aria-expanded="false">
    1               <span class="Hamburger_menu-label__3wNgV" style="opacity:0;will-change:opacity,transform;transform:scale(0.9)">
    1                 MENU
    1               </span>
    1 next issueprevious issueE6091HTML: This tag or content is not allowed here. One of the following was expected: A phrasing content element except for interactive content
  There are strict rules as to what tags may be nested within others, as well as the order and number of tags allowed. This error may also be caused by incorrectly nesting tags, missing end tags, or similar structural issues. So if it is not obvious what is wrong, fix any structural issues first. See the HTML Living Standard.
                    <div class="Hamburger_hamburger-icon__Rk6CS" style="opacity:0;will-change:opacity,transform;transform:scale(0.9)">
    1                 <img alt="" loading="lazy" width="0" height="0" decoding="async" data-nimg="1" style="color:transparent;width:100%;height:auto" src="/images/navbar/menu-open.svg"/>
    1               </div>
    1             </button>
    1           </div>
    1         </nav>
    1       </header>
    1       <main id="darkfield-microscopy-real-time-observation-of-blood-cells" class="news ">
    1         <section class="Section_section__oHlmj PostHeader_post-header__Odiep has-grey-bg pb-0 section">
    1           <div class="container pb-0 pt-0">
    1             <nav aria-label="Breadcrumbs" class="column is-12 is-hidden-mobile Breadcrumbs_breadcrumbs__0II_j pl-0">
    1               <ul>
    1                 <li>
    1                   <a class="Breadcrumbs_breadcrumbs-path__fU4Zz" target="_self" href="/en/">
    1                     Lanserhof
    1                   </a>
    1                   <span class="Breadcrumbs_separator__etls7">
    1                     <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7.877 14.751">
    1                       <path d="m.5 14.251 6.877-6.876L.5.5" data-name="l" style="fill:none;stroke:#2d2f38;stroke-linecap:round;stroke-linejoin:round">
    1                       </path>
    1                     </svg>
    1                   </span>
    1                 </li>
    1                 <li>
    1                   <a class="Breadcrumbs_breadcrumbs-path__fU4Zz" target="_self" href="/en/health-guide/">
    1                     <span>
    1                       Health Guide
    1                     </span>
    1                   </a>
    1                   <span class="Breadcrumbs_separator__etls7">
    1                     <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 7.877 14.751">
    1                       <path d="m.5 14.251 6.877-6.876L.5.5" data-name="l" style="fill:none;stroke:#2d2f38;stroke-linecap:round;stroke-linejoin:round">
    1                       </path>
    1                     </svg>
    1                   </span>
    1                 </li>
    1                 <li aria-current="page">
    1                   <span class="Breadcrumbs_breadcrumbs-title__Hp5vF">
    1                     Darkfield microscopy &#8211; Real-time observation of blood cells
    1                   </span>
    1                 </li>
    1               </ul>
    1             </nav>
    1             <div class="columns is-multiline is-centered">
    1               <div class="column is-12-tablet is-10-widescreen is-8-fullhd">
    1                 <h1>
    1                   Darkfield microscopy &#8211; Real-time observation of blood cells
    1                 </h1>
    1               </div>
    1             </div>
    1           </div>
    1         </section>
    1 next issueprevious issueE622HTML: The 'id' attribute does not have a valid value: It does not contain a valid ID. It must contain at least one character and must not contain any space characters
  The HTML specification being tested against defines certain valid values for each attribute. Usually a list of valid values will be displayed when you see this message. Note that many values must be in lower case in XHTML, including the 'x' in numeric hex entity references. Also note that what values are allowed varies from standard to standard.
              <section class="Section_section__oHlmj TextPostType_text-post-type__0ZK4B has-grey-bg default section" id="">
    1           <div class="container container">
    1             <div class="columns is-multiline is-centered">
    1               <div class="column is-12-tablet is-10-widescreen is-8-fullhd">
    1                 <div class="undefined has-text-left">
    1                   <div style="opacity:0;transform:translateX(300px)">
    1                     <div class="is-clipped">
    1                       <div class=" is-clipped">
    1                       </div>
    1                     </div>
    1                     <div>
    1                       <p>
    1                         Darkfield microscopy is a special technique in microscopy that allows transparent objects to be made visible by viewing them against a dark background.
    1                       </p>
    2                       <p>
    2                         For darkfield microscopy, a drop of blood is taken from the fingertip and viewed between two glass plates under the darkfield microscope, where up to a 1000-fold magnification can occur. Fascinating insights into living blood are obtained, and areas that cannot be captured by a “classic” blood test are examined. In darkfield microscopy, blood is mainly qualitatively assessed, and the observation provides information about the condition of white and red blood cells, plasma, and the microorganisms present in it. This allows the activity and functionality of blood cells to be assessed, including the formation of cells, the self-movement of cells, the flow properties of the blood, and much more. Observations provide insights into metabolic disorders, specific stresses, precursors of diseases, or illnesses. It makes clear to what extent the organism is burdened by toxins and microorganisms and how well or poorly the body’s defense copes with the corresponding burden.
    2                       </p>
    3                     </div>
    3                   </div>
    3                 </div>
    3                 <button class="btn primary Button_btn__1Gtek Button_primary__ivjK_ TextPostType_back__VrhKl">
    3                   <span class="Button_children__ngKoL">
    3                     Back to overview
    3                   </span>
    3                 </button>
    3               </div>
    3             </div>
    3           </div>
    3         </section>
    3         <div class="RetreatButton_retreat-button-wrapper__JCYkL retreat-button-wrapper" style="--bg-desktop:#96bdcd;--bg-hover-desktop:#2c2f38;will-change:transform">
    3           <a class="RetreatButton_retreat-button__8J1LU retreat-button" aria-label="Booking request" target="_self" href="/en/plan-your-stay/">
    3             <div class="RetreatButton_arrow__XbWgr">
    3               <div class="RetreatButton_icon-wrapper__IJnBa">
    3                 <img alt="" loading="lazy" width="0" height="0" decoding="async" data-nimg="1" class="RetreatButton_touch-arrow__vvyDA" style="color:transparent;width:100%;height:auto" src="/images/retreat-btn/lh_arrow_right_white.svg"/>
    3                 <img alt="" loading="lazy" width="0" height="0" decoding="async" data-nimg="1" class="RetreatButton_desktop-arrow__Yevik" style="color:transparent;width:100%;height:auto" src="/images/retreat-btn/lh_arrow-cyrcle.svg"/>
    3               </div>
    3             </div>
    3             <span class="RetreatButton_title___9DZ4">
    3               Booking request
    3             </span>
    3           </a>
    3         </div>
    3       </main>
    3       <footer class="Footer_footer__OYoYH has-dark-grey-bg" aria-label="footer" id="kontakt">
    3         <section class="Section_section__oHlmj pb-2 pt-6 section">
    3           <div class="container py-0">
    3             <span class="Footer_instagram-title__aMV8U mb-6">
    3               Lanserhof on Instagram
    3             </span>
    3             <div class="insta socials no-padding-bottom has-text-centered undefined">
    3               <div class="feed-wrapper">
    3                 <div>
    3                   <p>
    3                     Zurzeit sind keine Instagram Posts verfügbar
    3                   </p>
    3                 </div>
    3               </div>
    3             </div>
    3             <div class="is-flex is-justify-content-center">
    3               <a class="btn primary Button_btn__1Gtek Button_primary__ivjK_ Footer_follow-button__E5PHc" target="_blank" href="https://www.instagram.com/lanserhof">
    3                 <span class="Button_children__ngKoL">
    3                   <strong>
    3                     Follow
    3                   </strong>
    3                   us
    3                 </span>
    3               </a>
    3             </div>
    3             <div class="Socials_socials__g1jWB">
    3 next issueprevious issueW868WCAG2 A 2.4.4: Different adjacent links with the same link text 'socials-link'
  If you have adjacent links to different places, but with the same link text (when read aloud), it can be confusing to the user. So, you should either change the link text or add a unique 'aria-label' or 'aria-labelledby' attribute to each link. See Understanding 2.4.4.
                    <a class="social" aria-label="socials-link" rel="noopener noreferrer" target="_blank" id="social-0" href="https://www.instagram.com/lanserhof/">
    3 next issueprevious issueE9542WCAG2 A 4.1.2: Interactive elements are not allowed here
  When using ARIA roles there are additional rules where interactive elements may appear. This error may also be caused by incorrectly nesting tags, missing end tags, or similar structural issues. So if it is not obvious what is wrong, fix any structural issues first. See ARIA in HTML.
      E956WCAG2 A 4.1.2: The value of the 'role' attribute is not valid for this element
  Elements can only have specific roles as defined by the ARIA specification. So, you may be better off using a more appropriate element for this role. See ARIA in HTML.
      P871WCAG2 A 1.1.1/2.4.4/2.4.9: Link text is missing
  Describe the purpose of a link by providing descriptive text as the content of the element, or provide an 'aria-label' or 'aria-labelledby' attribute. The description lets a user distinguish this link from other links in the Web page and helps the user determine whether to follow the link. The URL of the destination is generally not sufficiently descriptive. See WCAG2 HTML Technique H30.
                      <img alt="" role="link" loading="lazy" width="20" height="20" decoding="async" data-nimg="1" class="Socials_logo__PDQjE" style="color:transparent" src="https://api.lanserhof.com/wp-content/uploads/2024/03/lh_instagram.svg"/>
    3               </a>
    3 next issueprevious issueW868WCAG2 A 2.4.4: Different adjacent links with the same link text 'socials-link'
  If you have adjacent links to different places, but with the same link text (when read aloud), it can be confusing to the user. So, you should either change the link text or add a unique 'aria-label' or 'aria-labelledby' attribute to each link. See Understanding 2.4.4.
                    <a class="social" aria-label="socials-link" rel="noopener noreferrer" target="_blank" id="social-1" href="https://www.facebook.com/LanserhofDE/">
    3 next issueprevious issueE9542WCAG2 A 4.1.2: Interactive elements are not allowed here
  When using ARIA roles there are additional rules where interactive elements may appear. This error may also be caused by incorrectly nesting tags, missing end tags, or similar structural issues. So if it is not obvious what is wrong, fix any structural issues first. See ARIA in HTML.
      E956WCAG2 A 4.1.2: The value of the 'role' attribute is not valid for this element
  Elements can only have specific roles as defined by the ARIA specification. So, you may be better off using a more appropriate element for this role. See ARIA in HTML.
      P871WCAG2 A 1.1.1/2.4.4/2.4.9: Link text is missing
  Describe the purpose of a link by providing descriptive text as the content of the element, or provide an 'aria-label' or 'aria-labelledby' attribute. The description lets a user distinguish this link from other links in the Web page and helps the user determine whether to follow the link. The URL of the destination is generally not sufficiently descriptive. See WCAG2 HTML Technique H30.
                      <img alt="" role="link" loading="lazy" width="20" height="20" decoding="async" data-nimg="1" class="Socials_logo__PDQjE" style="color:transparent" src="https://api.lanserhof.com/wp-content/uploads/2024/03/lh_facebook.svg"/>
    3               </a>
    3 next issueprevious issueW868WCAG2 A 2.4.4: Different adjacent links with the same link text 'socials-link'
  If you have adjacent links to different places, but with the same link text (when read aloud), it can be confusing to the user. So, you should either change the link text or add a unique 'aria-label' or 'aria-labelledby' attribute to each link. See Understanding 2.4.4.
                    <a class="social" aria-label="socials-link" rel="noopener noreferrer" target="_blank" id="social-2" href="https://www.linkedin.com/company/lanserhof-gmbh/">
    3 next issueprevious issueE9542WCAG2 A 4.1.2: Interactive elements are not allowed here
  When using ARIA roles there are additional rules where interactive elements may appear. This error may also be caused by incorrectly nesting tags, missing end tags, or similar structural issues. So if it is not obvious what is wrong, fix any structural issues first. See ARIA in HTML.
      E956WCAG2 A 4.1.2: The value of the 'role' attribute is not valid for this element
  Elements can only have specific roles as defined by the ARIA specification. So, you may be better off using a more appropriate element for this role. See ARIA in HTML.
      P871WCAG2 A 1.1.1/2.4.4/2.4.9: Link text is missing
  Describe the purpose of a link by providing descriptive text as the content of the element, or provide an 'aria-label' or 'aria-labelledby' attribute. The description lets a user distinguish this link from other links in the Web page and helps the user determine whether to follow the link. The URL of the destination is generally not sufficiently descriptive. See WCAG2 HTML Technique H30.
                      <img alt="" role="link" loading="lazy" width="20" height="20" decoding="async" data-nimg="1" class="Socials_logo__PDQjE" style="color:transparent" src="https://api.lanserhof.com/wp-content/uploads/2024/03/lh_linkedin.svg"/>
    3               </a>
    3 next issueprevious issueW868WCAG2 A 2.4.4: Different adjacent links with the same link text 'socials-link'
  If you have adjacent links to different places, but with the same link text (when read aloud), it can be confusing to the user. So, you should either change the link text or add a unique 'aria-label' or 'aria-labelledby' attribute to each link. See Understanding 2.4.4.
                    <a class="social" aria-label="socials-link" rel="noopener noreferrer" target="_blank" id="social-3" href="https://twitter.com/lanserhof">
    3 next issueprevious issueE9542WCAG2 A 4.1.2: Interactive elements are not allowed here
  When using ARIA roles there are additional rules where interactive elements may appear. This error may also be caused by incorrectly nesting tags, missing end tags, or similar structural issues. So if it is not obvious what is wrong, fix any structural issues first. See ARIA in HTML.
      E956WCAG2 A 4.1.2: The value of the 'role' attribute is not valid for this element
  Elements can only have specific roles as defined by the ARIA specification. So, you may be better off using a more appropriate element for this role. See ARIA in HTML.
      P871WCAG2 A 1.1.1/2.4.4/2.4.9: Link text is missing
  Describe the purpose of a link by providing descriptive text as the content of the element, or provide an 'aria-label' or 'aria-labelledby' attribute. The description lets a user distinguish this link from other links in the Web page and helps the user determine whether to follow the link. The URL of the destination is generally not sufficiently descriptive. See WCAG2 HTML Technique H30.
                      <img alt="" role="link" loading="lazy" width="20" height="20" decoding="async" data-nimg="1" class="Socials_logo__PDQjE" style="color:transparent" src="https://api.lanserhof.com/wp-content/uploads/2024/03/lh_x-twitter.svg"/>
    3               </a>
    3 next issueprevious issueW868WCAG2 A 2.4.4: Different adjacent links with the same link text 'socials-link'
  If you have adjacent links to different places, but with the same link text (when read aloud), it can be confusing to the user. So, you should either change the link text or add a unique 'aria-label' or 'aria-labelledby' attribute to each link. See Understanding 2.4.4.
                    <a class="social" aria-label="socials-link" rel="noopener noreferrer" target="_blank" id="social-4" href="https://www.youtube.com/channel/UCvwF4uQmURR_iEZ-V1WZOrw">
    3 next issueprevious issueE9542WCAG2 A 4.1.2: Interactive elements are not allowed here
  When using ARIA roles there are additional rules where interactive elements may appear. This error may also be caused by incorrectly nesting tags, missing end tags, or similar structural issues. So if it is not obvious what is wrong, fix any structural issues first. See ARIA in HTML.
      E956WCAG2 A 4.1.2: The value of the 'role' attribute is not valid for this element
  Elements can only have specific roles as defined by the ARIA specification. So, you may be better off using a more appropriate element for this role. See ARIA in HTML.
      P871WCAG2 A 1.1.1/2.4.4/2.4.9: Link text is missing
  Describe the purpose of a link by providing descriptive text as the content of the element, or provide an 'aria-label' or 'aria-labelledby' attribute. The description lets a user distinguish this link from other links in the Web page and helps the user determine whether to follow the link. The URL of the destination is generally not sufficiently descriptive. See WCAG2 HTML Technique H30.
                      <img alt="" role="link" loading="lazy" width="20" height="20" decoding="async" data-nimg="1" class="Socials_logo__PDQjE" style="color:transparent" src="https://api.lanserhof.com/wp-content/uploads/2024/04/lh_youtube.svg"/>
    3               </a>
    3             </div>
    3             <div class="Footer_divider__bfFrr my-6">
    3             </div>
    3             <div class="columns">
    3               <div class="column is-2-tablet is-3-desktop is-2-widescreen is-hidden-mobile">
    3                 <img alt="" loading="lazy" width="1" height="1" decoding="async" data-nimg="1" class="Footer_logo__oqoeK" style="color:transparent" src="https://api.lanserhof.com/wp-content/uploads/2024/03/lanserhof-logo.svg"/>
    3               </div>
    3               <div class="column is-10-tablet is-9-desktop is-10-widescreen">
    3                 <div class="columns is-multiline Footer_main-menu__48BNz">
    3                   <div class="column is-6-tablet is-3-widescreen">
    3                     <div class="is-flex is-flex-direction-column">
    3                       <div class="is-flex is-justify-content-space-between is-align-items-center">
    3                         <span class="Footer_main-menu-title__ZRXUB">
    3                           LANSERHOF
    3                         </span>
    3                       </div>
    3                       <div class="is-flex is-flex-direction-column is-clipped" style="opacity:0;height:0px;will-change:opacity">
    3                         <a href="/en/lanserhof-concept/">
    3                           Lanserhof Concept
    3                         </a>
    3                         <a href="/en/services/">
    3                           Our range of services
    3                         </a>
    3                         <a href="/en/gallery/">
    3                           Gallery
    3                         </a>
    3                         <a href="/en/blog/">
    3                           Health Guide
    3                         </a>
    3                       </div>
    3                     </div>
    3                   </div>
    3                   <div class="column is-6-tablet is-3-widescreen">
    3                     <div class="is-flex is-flex-direction-column">
    3                       <div class="is-flex is-justify-content-space-between is-align-items-center">
    3                         <span class="Footer_main-menu-title__ZRXUB">
    3                           RESORT
    3                         </span>
    3                       </div>
    3                       <div class="is-flex is-flex-direction-column is-clipped" style="opacity:0;height:0px;will-change:opacity">
    3                         <a href="/en/lanserhof-tegernsee/">
    3                           Lanserhof Tegernsee
    3                         </a>
    3                         <a href="/en/lanserhof-lans/">
    3                           Lanserhof Lans
    3                         </a>
    3                         <a href="/en/lanserhof-sylt/">
    3                           Lanserhof Sylt
    3                         </a>
    3                       </div>
    3                     </div>
    3                   </div>
    3                   <div class="column is-6-tablet is-3-widescreen">
    3                     <div class="is-flex is-flex-direction-column">
    3                       <div class="is-flex is-justify-content-space-between is-align-items-center">
    3                         <span class="Footer_main-menu-title__ZRXUB">
    3                           FURTHER LOCATIONS
    3                         </span>
    3                       </div>
    3                       <div class="is-flex is-flex-direction-column is-clipped" style="opacity:0;height:0px;will-change:opacity">
    3                         <a href="https://lhtac.com/">
    3                           Lanserhof at The Art Club London
    3                         </a>
    3                         <a href="https://lansmedicum.de/">
    3                           Lans Medicum Hamburg
    3                         </a>
    3                         <a href="https://lansphysio.de/">
    3                           Lans Physio Hamburg
    3                         </a>
    3                       </div>
    3                     </div>
    3                   </div>
    3                   <div class="column is-6-tablet is-3-widescreen">
    3                     <div class="is-flex is-flex-direction-column">
    3                       <div class="is-flex is-justify-content-space-between is-align-items-center">
    3                         <span class="Footer_main-menu-title__ZRXUB">
    3                           CONTACT | CAREER
    3                         </span>
    3                       </div>
    3                       <div class="is-flex is-flex-direction-column is-clipped" style="opacity:0;height:0px;will-change:opacity">
    3                         <a href="/en/contact/">
    3                           Contact
    3                         </a>
    3                         <a href="/en/newsletter/">
    3                           Newsletter
    3                         </a>
    3                         <a href="https://jobs.lanserhof.com/">
    3                           Career
    3                         </a>
    3                       </div>
    3                     </div>
    3                   </div>
    3                 </div>
    3               </div>
    3             </div>
    3             <div class="Footer_legal-menu__EdlZ3">
    3               <div id="legal-menu" role="menubar" aria-label="legal-menu" class="LegalMenu_legal-menu__NiQAK">
    3                 <a class="legal menu-item" role="menuitem" id="menuitem-0" href="/en/legal-information/">
    3                   Legal Information
    3                 </a>
    3                 <span class="LegalMenu_divider__Yf_T6">
    3                   |
    3                 </span>
    3                 <a class="legal menu-item" role="menuitem" id="menuitem-1" href="/en/accessibility-information/">
    3                   Accessibility Information
    3                 </a>
    3                 <span class="LegalMenu_divider__Yf_T6">
    3                   |
    3                 </span>
    3                 <a class="legal menu-item" role="menuitem" id="menuitem-2" href="/en/privacy-policy/">
    3                   Privacy policy
    3                 </a>
    3                 <span class="LegalMenu_divider__Yf_T6">
    3                   |
    3                 </span>
    3                 <a class="legal menu-item LegalMenu_consent__oFrmR" role="menuitem" id="menuitem-privacysettings">
    3                   Privacy Settings
    3                 </a>
    3               </div>
    3             </div>
    3             <div class="Footer_divider__bfFrr my-3">
    3             </div>
    3             <div class="Footer_bottom__KuoWZ">
    3               <p class="Footer_copyright__1ODhL">
    3                 <span>
    3                   Copyright
    3                 </span>
    3                 <span>
    3                   2025
    3                   ,
    3                 </span>
    3                 <span>
    3                   Lanserhof
    3                 </span>
    3               </p>
    3               <div class="Footer_webdesign__UZPW_">
    3                 <div>
    3                   Webdesign &amp; Development by
    3                   <a target="_blank" href="https://www.aleksundshantu.com/">
    3                     ALEKS &amp; SHANTU
    3                   </a>
    3                 </div>
    3               </div>
    3             </div>
    3           </div>
    3         </section>
    3       </footer>
    3     </div>
    3     <script id="__NEXT_DATA__" type="application/json">
    3     </script>
    3   </body>
    3 </html>