Summary report > Page report

28 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"/>
      
         15 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"/>
      
         15 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"/>
      
         15 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"/>
      
         15 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"/>
      
         15 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"/>
      
         15 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"/>
      
         15 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"/>
      
         15 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"/>
      
         15 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"/>
      
         15 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="">
        
  • 7 HTML
    • 3 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="">
      
          9 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="">
      
         13 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)">
        
  • 1 Link

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"/>
      
         15 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"/>
      
         15 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"/>
      
         15 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"/>
      
         15 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"/>
      
         15 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"/>
        

11 Warnings

  • 9 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.
       15 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/">
      
         15 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/">
      
         15 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/">
      
         15 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">
      
         15 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 W886 - SC 1.3.1: Heading mark-up should be used if this is a heading. This paragraph of text is all bold/strong or all italic/em text and so will look like a heading on screen. Use heading mark-up if that is the intention, so that accessibility aids will recognise it as such. See WCAG2 HTML Technique H42.
        9 Heading mark-up should be used if this is a heading
            <strong>
        
    • 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       Special Week: Rituals for Inner Strength &amp;#038; Tranquility - 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="Special Week: Rituals for Inner Strength &amp;#038; Tranquility - 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/rituals-for-inner-strength-tranquility/"/>
    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/rituals-for-inner-strength-tranquility/"/>
    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/rituals-for-inner-strength-tranquility/"/>
    1     <link rel="alternate" hrefLang="de" href="https://lanserhof.com/de/gesundheitsratgeber/rituale-zur-inneren-kraft-ruhe/"/>
    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 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_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="rituals-for-inner-strength-tranquility" 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                     Special Week: Rituals for Inner Strength &#038; Tranquility
    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                   Special Week: Rituals for Inner Strength &#038; Tranquility
    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                         <h2 class="">
    1                           Special Week "Inner Healing - Discover Your Power Center" with Martin Zoller at Lanserhof Tegernsee
    1                         </h2>
    1                       </div>
    1                     </div>
    1                     <div>
    1                       <p>
    1                         We are very pleased to announce that Martin Zoller, internationally renowned clairvoyant and spiritual advisor, will once again be joining us at Lanserhof Tegernsee
    1                         <strong>
    1                           from May 27th to June 1st, 2024
    1                         </strong>
    1                         , giving you the opportunity to experience a truly unique week with him.
    1                       </p>
    2                       <p>
    2                         Born in Paris and raised in Switzerland, Martin Zoller now resides in Panama. He is globally recognized for his extraordinary ability to analyze the human aura. With his sixth sense, he can read people’s personalities, recognize their potential, and explore their future development.
    2                       </p>
    3                       <p>
    3                         Through his work, Martin Zoller aims to inspire people to unfold their creative potentials and successfully achieve their goals.
    3                       </p>
    4                       <p>
    4                         During the week of “Inner Healing – Discover Your Power Center,” we aim to focus on the
    4                         <strong>
    4                           power of self-healing and the inner connection to oneself
    4                         </strong>
    4                         , accompanied and reinforced by the Lanserhof fasting cure for a holistic, sustainable state of health.
    4                       </p>
    5                       <p>
    5                         In various
    5                         <strong>
    5                           meditation ceremonies and rituals
    5                         </strong>
    5                         , Martin Zoller will show you how to calm your mind and soul, enabling you to find that inner balance which allows you to trust in the power of your own intuition and be guided by it.
    5                       </p>
    6                       <p>
    6                         Grounding yourself and connecting with nature can also provide helpful ways to strengthen your health and restore energetic balance, allowing you to face the challenges of everyday life with more ease.
    6                       </p>
    7                       <p>
    7                         Martin Zoller will support you in releasing inner blockages, reducing uncertainties, and gaining control over your thoughts, enabling you to consciously feel the spirit and realize your visions.
    7                       </p>
    8                       <p>
    8                         Experience a week (3 modules of 2 hours each) filled with deep relaxation, inner reflection, and new insights at the power place of Lanserhof Tegernsee.
    8                       </p>
    9                     </div>
    9                   </div>
    9                 </div>
    9               </div>
    9             </div>
    9           </div>
    9         </section>
    9 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="">
    9           <div class="container container">
    9             <div class="columns is-multiline is-centered">
    9               <div class="column is-12-tablet is-10-widescreen is-8-fullhd">
    9                 <div class="undefined has-text-left">
    9                   <div style="opacity:0;transform:translateX(300px)">
    9                     <div class="is-clipped">
    9                       <div class=" is-clipped">
    9                       </div>
    9                     </div>
    9                     <div>
    9                       <p>
    9 next issueprevious issueW886WCAG2 A 1.3.1: Heading mark-up should be used if this is a heading
  This paragraph of text is all bold/strong or all italic/em text and so will look like a heading on screen. Use heading mark-up if that is the intention, so that accessibility aids will recognise it as such. See WCAG2 HTML Technique H42.
                              <strong>
    9                           Price: €1,380
    9                         </strong>
    9                       </p>
   10                       <p>
   10                         plus Lanserhof Basic Package and accommodation
   10                         <br>
   11                         The “Special Week” can only be booked with a stay including the Lanserhof package.
   11                       </p>
   12                       <p>
   12                         Optionally, participants of the “Inner Healing – Discover Your Power Center” seminar week have the rare opportunity to book a private session with Martin Zoller separately.
   12                       </p>
   13                     </div>
   13                   </div>
   13                 </div>
   13               </div>
   13             </div>
   13           </div>
   13         </section>
   13 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="">
   13           <div class="container container">
   13             <div class="columns is-multiline is-centered">
   13               <div class="column is-12-tablet is-10-widescreen is-8-fullhd">
   13                 <div class="undefined has-text-left">
   13                   <div style="opacity:0;transform:translateX(300px)">
   13                     <div class="is-clipped">
   13                       <div class=" is-clipped">
   13                       </div>
   13                     </div>
   13                     <div>
   13                       <p>
   13 next issueprevious issueE404Link: Problem with link: Not Found
  Not Found: The remote server could not find a document at the URL provided. The link may refer to a document that no longer exists, or is pointing to the wrong place.
                              <img alt="Zoller" src="https://lanserhof.com/wp-content/uploads/2024/04/Martin-Zoller-klein.jpg" decoding="async">
   13                       </p>
   14                       <p>
   14                         Martin Zoller is one of the world’s most renowned seers. He felt his calling early on and has been honing and nurturing his extraordinary, psychic sensitivity for 30 years. This ability enables him to conduct aura analyses worldwide and has made him a sought-after, knowledgeable speaker. His clients are spread across the entire globe.
   14                       </p>
   15                     </div>
   15                   </div>
   15                 </div>
   15                 <button class="btn primary Button_btn__1Gtek Button_primary__ivjK_ TextPostType_back__VrhKl">
   15                   <span class="Button_children__ngKoL">
   15                     Back to overview
   15                   </span>
   15                 </button>
   15               </div>
   15             </div>
   15           </div>
   15         </section>
   15         <div class="RetreatButton_retreat-button-wrapper__JCYkL retreat-button-wrapper" style="--bg-desktop:#96bdcd;--bg-hover-desktop:#2c2f38;will-change:transform">
   15           <a class="RetreatButton_retreat-button__8J1LU retreat-button" aria-label="Booking request" target="_self" href="/en/plan-your-stay/">
   15             <div class="RetreatButton_arrow__XbWgr">
   15               <div class="RetreatButton_icon-wrapper__IJnBa">
   15                 <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"/>
   15                 <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"/>
   15               </div>
   15             </div>
   15             <span class="RetreatButton_title___9DZ4">
   15               Booking request
   15             </span>
   15           </a>
   15         </div>
   15       </main>
   15       <footer class="Footer_footer__OYoYH has-dark-grey-bg" aria-label="footer" id="kontakt">
   15         <section class="Section_section__oHlmj pb-2 pt-6 section">
   15           <div class="container py-0">
   15             <span class="Footer_instagram-title__aMV8U mb-6">
   15               Lanserhof on Instagram
   15             </span>
   15             <div class="insta socials no-padding-bottom has-text-centered undefined">
   15               <div class="feed-wrapper">
   15                 <div>
   15                   <p>
   15                     Zurzeit sind keine Instagram Posts verfügbar
   15                   </p>
   15                 </div>
   15               </div>
   15             </div>
   15             <div class="is-flex is-justify-content-center">
   15               <a class="btn primary Button_btn__1Gtek Button_primary__ivjK_ Footer_follow-button__E5PHc" target="_blank" href="https://www.instagram.com/lanserhof">
   15                 <span class="Button_children__ngKoL">
   15                   <strong>
   15                     Follow
   15                   </strong>
   15                   us
   15                 </span>
   15               </a>
   15             </div>
   15             <div class="Socials_socials__g1jWB">
   15 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/">
   15 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"/>
   15               </a>
   15 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/">
   15 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"/>
   15               </a>
   15 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/">
   15 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"/>
   15               </a>
   15 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">
   15 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"/>
   15               </a>
   15 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">
   15 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"/>
   15               </a>
   15             </div>
   15             <div class="Footer_divider__bfFrr my-6">
   15             </div>
   15             <div class="columns">
   15               <div class="column is-2-tablet is-3-desktop is-2-widescreen is-hidden-mobile">
   15                 <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"/>
   15               </div>
   15               <div class="column is-10-tablet is-9-desktop is-10-widescreen">
   15                 <div class="columns is-multiline Footer_main-menu__48BNz">
   15                   <div class="column is-6-tablet is-3-widescreen">
   15                     <div class="is-flex is-flex-direction-column">
   15                       <div class="is-flex is-justify-content-space-between is-align-items-center">
   15                         <span class="Footer_main-menu-title__ZRXUB">
   15                           LANSERHOF
   15                         </span>
   15                       </div>
   15                       <div class="is-flex is-flex-direction-column is-clipped" style="opacity:0;height:0px;will-change:opacity">
   15                         <a href="/en/lanserhof-concept/">
   15                           Lanserhof Concept
   15                         </a>
   15                         <a href="/en/services/">
   15                           Our range of services
   15                         </a>
   15                         <a href="/en/gallery/">
   15                           Gallery
   15                         </a>
   15                         <a href="/en/blog/">
   15                           Health Guide
   15                         </a>
   15                       </div>
   15                     </div>
   15                   </div>
   15                   <div class="column is-6-tablet is-3-widescreen">
   15                     <div class="is-flex is-flex-direction-column">
   15                       <div class="is-flex is-justify-content-space-between is-align-items-center">
   15                         <span class="Footer_main-menu-title__ZRXUB">
   15                           RESORT
   15                         </span>
   15                       </div>
   15                       <div class="is-flex is-flex-direction-column is-clipped" style="opacity:0;height:0px;will-change:opacity">
   15                         <a href="/en/lanserhof-tegernsee/">
   15                           Lanserhof Tegernsee
   15                         </a>
   15                         <a href="/en/lanserhof-lans/">
   15                           Lanserhof Lans
   15                         </a>
   15                         <a href="/en/lanserhof-sylt/">
   15                           Lanserhof Sylt
   15                         </a>
   15                       </div>
   15                     </div>
   15                   </div>
   15                   <div class="column is-6-tablet is-3-widescreen">
   15                     <div class="is-flex is-flex-direction-column">
   15                       <div class="is-flex is-justify-content-space-between is-align-items-center">
   15                         <span class="Footer_main-menu-title__ZRXUB">
   15                           FURTHER LOCATIONS
   15                         </span>
   15                       </div>
   15                       <div class="is-flex is-flex-direction-column is-clipped" style="opacity:0;height:0px;will-change:opacity">
   15                         <a href="https://lhtac.com/">
   15                           Lanserhof at The Art Club London
   15                         </a>
   15                         <a href="https://lansmedicum.de/">
   15                           Lans Medicum Hamburg
   15                         </a>
   15                         <a href="https://lansphysio.de/">
   15                           Lans Physio Hamburg
   15                         </a>
   15                       </div>
   15                     </div>
   15                   </div>
   15                   <div class="column is-6-tablet is-3-widescreen">
   15                     <div class="is-flex is-flex-direction-column">
   15                       <div class="is-flex is-justify-content-space-between is-align-items-center">
   15                         <span class="Footer_main-menu-title__ZRXUB">
   15                           CONTACT | CAREER
   15                         </span>
   15                       </div>
   15                       <div class="is-flex is-flex-direction-column is-clipped" style="opacity:0;height:0px;will-change:opacity">
   15                         <a href="/en/contact/">
   15                           Contact
   15                         </a>
   15                         <a href="/en/newsletter/">
   15                           Newsletter
   15                         </a>
   15                         <a href="https://jobs.lanserhof.com/">
   15                           Career
   15                         </a>
   15                       </div>
   15                     </div>
   15                   </div>
   15                 </div>
   15               </div>
   15             </div>
   15             <div class="Footer_legal-menu__EdlZ3">
   15               <div id="legal-menu" role="menubar" aria-label="legal-menu" class="LegalMenu_legal-menu__NiQAK">
   15                 <a class="legal menu-item" role="menuitem" id="menuitem-0" href="/en/legal-information/">
   15                   Legal Information
   15                 </a>
   15                 <span class="LegalMenu_divider__Yf_T6">
   15                   |
   15                 </span>
   15                 <a class="legal menu-item" role="menuitem" id="menuitem-1" href="/en/accessibility-information/">
   15                   Accessibility Information
   15                 </a>
   15                 <span class="LegalMenu_divider__Yf_T6">
   15                   |
   15                 </span>
   15                 <a class="legal menu-item" role="menuitem" id="menuitem-2" href="/en/privacy-policy/">
   15                   Privacy policy
   15                 </a>
   15                 <span class="LegalMenu_divider__Yf_T6">
   15                   |
   15                 </span>
   15                 <a class="legal menu-item LegalMenu_consent__oFrmR" role="menuitem" id="menuitem-privacysettings">
   15                   Privacy Settings
   15                 </a>
   15               </div>
   15             </div>
   15             <div class="Footer_divider__bfFrr my-3">
   15             </div>
   15             <div class="Footer_bottom__KuoWZ">
   15               <p class="Footer_copyright__1ODhL">
   15                 <span>
   15                   Copyright
   15                 </span>
   15                 <span>
   15                   2025
   15                   ,
   15                 </span>
   15                 <span>
   15                   Lanserhof
   15                 </span>
   15               </p>
   15               <div class="Footer_webdesign__UZPW_">
   15                 <div>
   15                   Webdesign &amp; Development by
   15                   <a target="_blank" href="https://www.aleksundshantu.com/">
   15                     ALEKS &amp; SHANTU
   15                   </a>
   15                 </div>
   15               </div>
   15             </div>
   15           </div>
   15         </section>
   15       </footer>
   15     </div>
   15     <script id="__NEXT_DATA__" type="application/json">
   15     </script>
   15   </body>
   15 </html>