Summary report > Page report

35 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"/>
      
         37 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"/>
      
         37 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"/>
      
         37 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"/>
      
         37 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"/>
      
         37 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"/>
      
         37 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"/>
      
         37 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"/>
      
         37 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"/>
      
         37 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"/>
      
         37 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="">
        
  • 15 HTML
    • 12 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 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 TextMediaPostType_text-media-post-type__mIL3X has-grey-bg default section" id="">
      
          4 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="">
      
          6 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="">
      
         16 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="">
      
         18 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="">
      
         20 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="">
      
         23 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 TextMediaPostType_text-media-post-type__mIL3X has-grey-bg default section" id="">
      
         24 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="">
      
         26 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="">
      
         32 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="">
        
    • 2 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 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"/>
      
         37 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"/>
      
         37 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"/>
      
         37 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"/>
      
         37 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"/>
      
         37 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.
       37 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/">
      
         37 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/">
      
         37 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/">
      
         37 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">
      
         37 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       BREAST CANCER REHAB AT THE LANSERHOF: HOLISTIC CARE FOR BODY AND MIND - 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="BREAST CANCER REHAB AT THE LANSERHOF: HOLISTIC CARE FOR BODY AND MIND - 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/breast-cancer-rehab-at-the-lanserhof-holistic-care-for-body-and-mind/"/>
    1     <meta property="og:site_name" content="Lanserhof"/>
    1     <meta property="article:modified_time" content="2024-12-12T10:33:58+00:00"/>
    1     <link rel="canonical" href="https://lanserhof.com/en/health-guide/breast-cancer-rehab-at-the-lanserhof-holistic-care-for-body-and-mind/"/>
    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/breast-cancer-rehab-at-the-lanserhof-holistic-care-for-body-and-mind/"/>
    1     <link rel="alternate" hrefLang="de" href="https://lanserhof.com/de/gesundheitsratgeber/brustkrebs-reha-im-lanserhof-ganzheitliche-betreuung-fuer-koerper-und-geist/"/>
    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="breast-cancer-rehab-at-the-lanserhof-holistic-care-for-body-and-mind" 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                     BREAST CANCER REHAB AT THE LANSERHOF: HOLISTIC CARE FOR BODY AND MIND
    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                   BREAST CANCER REHAB AT THE LANSERHOF: HOLISTIC CARE FOR BODY AND MIND
    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                         For many women, being diagnosed with breast cancer is a drastic event that has both physical and emotional effects. After the intensive phases of treatment – be it surgery, chemotherapy or radiotherapy – the question often arises: What happens now?
    1                         <br>
    2                         Breast cancer rehabilitation plays a crucial role on the way back to everyday life, as it aims to strengthen the body, restore mental balance and improve quality of life in the long term. At Lanserhof Sylt, breast cancer rehabilitation takes a holistic approach that combines conventional medicine and naturopathy.
    2                       </p>
    3                     </div>
    3                   </div>
    3                 </div>
    3               </div>
    3             </div>
    3           </div>
    3         </section>
    3 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 TextMediaPostType_text-media-post-type__mIL3X has-grey-bg default section" id="">
    3           <div class="container container">
    3             <div class="columns is-multiline is-flex-direction-row-reverse">
    3               <div class="column TextMediaPostType_media__rvZoZ is-12-tablet is-8-desktop is-9-ultrahd">
    3                 <div class="TextMediaPostType_slider-wrapper__C1MGi">
    3                   <div class="TextMediaPostType_embla-slider__CnERj">
    3                     <div class="TextMediaPostType_embla-container___thwi">
    3                       <div class="TextMediaPostType_embla-slide__O0zc2">
    3                         <div class="Media_content-blocker-video-wrapper__X5m0I is-relative ">
    3                         </div>
    3                       </div>
    3                     </div>
    3                   </div>
    3                 </div>
    3               </div>
    3               <div class="column is-flex is-12-tablet is-4-desktop is-3-ultrahd">
    3                 <div class="slider-teaser-text mt-auto">
    3                   <p>
    3                     Breast cancer changes lives—but it also offers an opportunity for renewal. Our holistic rehabilitation program supports women on their journey to recovery, focusing on physical, emotional, and psychological well-being.
    3                   </p>
    4                 </div>
    4               </div>
    4             </div>
    4           </div>
    4         </section>
    4 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="">
    4           <div class="container container">
    4             <div class="columns is-multiline is-centered">
    4               <div class="column is-12-tablet is-10-widescreen is-8-fullhd">
    4                 <div class="undefined has-text-left">
    4                   <div style="opacity:0;transform:translateX(300px)">
    4                     <div class="is-clipped">
    4                       <div class=" is-clipped">
    4                         <h2 class="">
    4                           Holistic care at Lanserhof Sylt
    4                         </h2>
    4                       </div>
    4                     </div>
    4                     <div>
    4                       <p>
    4                         At Lanserhof Sylt, breast cancer patients are offered a comprehensive concept that goes far beyond traditional medical care. Viola Zwanzig, gynaecologist at Lanserhof, explains:
    4                         <br>
    5                         ‘One of our strengths here at Lanserhof is that we combine conventional medicine with naturopathy and integrative medicine. This includes approaches such as Ayurvedic medicine and acupuncture, which we offer here in addition to conventional treatment. This means that every patient can receive holistic care and all aspects of their well-being are taken into account.’
    5                       </p>
    6                     </div>
    6                   </div>
    6                 </div>
    6               </div>
    6             </div>
    6           </div>
    6         </section>
    6 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="">
    6           <div class="container container">
    6             <div class="columns is-multiline is-centered">
    6               <div class="column is-12-tablet is-10-widescreen is-8-fullhd">
    6                 <div class="undefined has-text-left">
    6                   <div style="opacity:0;transform:translateX(300px)">
    6                     <div class="is-clipped">
    6                       <div class=" is-clipped">
    6                         <h2 class="">
    6                           The phases of breast cancer rehabilitation
    6                         </h2>
    6                       </div>
    6                     </div>
    6                     <div>
    6                       <p>
    6                         Rehabilitation after breast cancer at Lanserhof comprises several key areas that specifically address the needs of women after intensive breast cancer treatment:
    6                       </p>
    7                       <p>
    7                         <strong>
    7                           Medical care:
    7                         </strong>
    7                         medical support forms the foundation of rehabilitation. This is where the patient’s state of health is stabilised and monitored after treatment to ensure that they receive the best possible care.
    7                       </p>
    8                       <p>
    8                         <strong>
    8                           Physical rehabilitation:
    8                         </strong>
    8                         A central aspect of rehabilitation is the restoration of physical strength. Many women suffer from restricted movement and lack of energy after breast cancer treatment. Individual physiotherapy, osteopathy and lymphatic drainage are used to alleviate these restrictions and improve physical mobility.
    8                       </p>
    9                       <p>
    9                         <strong>
    9                           Sports activation:
    9                         </strong>
    9                         Another focus is on sports activation. Here, women are given the opportunity to regain their strength through personal training and exercise programmes. Viola Zwanzig emphasises that exercise is an important part of recovery:
    9                         <br>
   10                         ‘We offer various exercise sessions that are customised to help women regain their strength.’
   10                       </p>
   11                       <p>
   11                         <strong>
   11                           Psychological support:
   11                         </strong>
   11                         The psychological and emotional burden of breast cancer is often enormous. Many women struggle with fears, worries and emotional exhaustion after treatment. At Lanserhof, experienced psychologists are on hand to help women overcome these challenges and restore their mental stability.
   11                         <br>
   12                         ‘It is important that we also support the women psychologically so that they can regain their mental strength after this profound illness,’ says Viola Zwanzig.
   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                         <h2 class="">
   13                           The special significance of the island location on Sylt
   13                         </h2>
   13                       </div>
   13                     </div>
   13                     <div>
   13                       <p>
   13                         In addition to the medical and therapeutic offers, the surroundings of the Lanserhof play a decisive role in rehabilitation. The nature of Sylt, the sea and the fresh air provide a unique backdrop for the healing process. Viola Zwanzig describes the healing power of the island:
   13                         <br>
   14                         ‘Our location on the island of Sylt has a special energy. The sea, the beach and nature not only offer beautiful surroundings, but also have a healing effect on body and mind. Many women feel this power and draw new courage and energy from it.’
   14                         <br>
   15                         The combination of medical care, psychological support and proximity to nature creates an environment in which patients can feel safe and secure.
   15                       </p>
   16                     </div>
   16                   </div>
   16                 </div>
   16               </div>
   16             </div>
   16           </div>
   16         </section>
   16 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="">
   16           <div class="container container">
   16             <div class="columns is-multiline is-centered">
   16               <div class="column is-12-tablet is-10-widescreen is-8-fullhd">
   16                 <div class="undefined has-text-left">
   16                   <div style="opacity:0;transform:translateX(300px)">
   16                     <div class="is-clipped">
   16                       <div class=" is-clipped">
   16                         <h2 class="">
   16                           When is the right time for rehab?
   16                         </h2>
   16                       </div>
   16                     </div>
   16                     <div>
   16                       <p>
   16                         Viola Zwanzig recommends waiting four to six weeks after completing breast cancer treatment before starting rehab. This period allows the body to recover from the acute treatments and ensures that patients can make the most of the rehab programmes on offer.
   16                         <br>
   17                         ‘It is important that the healing process is largely complete after the therapies so that the women can take full advantage of all the programmes and therapies we offer,’ explains Zwanzig.
   17                       </p>
   18                     </div>
   18                   </div>
   18                 </div>
   18               </div>
   18             </div>
   18           </div>
   18         </section>
   18 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="">
   18           <div class="container container">
   18             <div class="columns is-multiline is-centered">
   18               <div class="column is-12-tablet is-10-widescreen is-8-fullhd">
   18                 <div class="undefined has-text-left">
   18                   <div style="opacity:0;transform:translateX(300px)">
   18                     <div class="is-clipped">
   18                       <div class=" is-clipped">
   18                         <h2 class="">
   18                           Prevention: self-examination of the breast
   18                         </h2>
   18                       </div>
   18                     </div>
   18                     <div>
   18                       <p>
   18                         Regular breast self-examination is an important part of breast cancer rehabilitation and prevention. Many changes can be recognised early if women know their own bodies well.
   18                       </p>
   19                       <p>
   19                         Self-examination should be carried out systematically by dividing the breast into four quadrants. Using flat fingers, the entire breast – from the breast crease to the collarbone – is first palpated superficially and then a little deeper. Changes in the skin or the shape of the breast can also indicate possible abnormalities.
   19                       </p>
   20                     </div>
   20                   </div>
   20                 </div>
   20               </div>
   20             </div>
   20           </div>
   20         </section>
   20 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="">
   20           <div class="container container">
   20             <div class="columns is-multiline is-centered">
   20               <div class="column is-12-tablet is-10-widescreen is-8-fullhd">
   20                 <div class="undefined has-text-left">
   20                   <div style="opacity:0;transform:translateX(300px)">
   20                     <div class="is-clipped">
   20                       <div class=" is-clipped">
   20                         <h2 class="">
   20                           The importance of quality of life and normality
   20                         </h2>
   20                       </div>
   20                     </div>
   20                     <div>
   20                       <p>
   20                         After breast cancer, nothing is the same as it was before. Returning to everyday life is a major challenge. At Lanserhof, the focus is therefore also on helping women to regain their quality of life.
   20                         <br>
   21                         ‘Many women tell me at the end of their rehabilitation that they feel fitter and more active again and have regained their quality of life. That’s the biggest compliment for us,’ says Viola Zwanzig.
   21                         <br>
   22                         Thanks to the combination of medical care, naturopathic approaches and the healing power of nature, women can return to their everyday lives not only physically but also emotionally strengthened after their stay at Lanserhof.
   22                       </p>
   23                     </div>
   23                   </div>
   23                 </div>
   23               </div>
   23             </div>
   23           </div>
   23         </section>
   23 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 TextMediaPostType_text-media-post-type__mIL3X has-grey-bg default section" id="">
   23           <div class="container container">
   23             <div class="columns is-multiline is-flex-direction-row-reverse">
   23               <div class="column TextMediaPostType_media__rvZoZ is-12-tablet is-8-desktop is-9-ultrahd">
   23                 <div class="TextMediaPostType_slider-wrapper__C1MGi">
   23                   <div class="TextMediaPostType_embla-slider__CnERj">
   23                     <div class="TextMediaPostType_embla-container___thwi">
   23                       <div class="TextMediaPostType_embla-slide__O0zc2">
   23                         <div class="Media_content-blocker-video-wrapper__X5m0I is-relative ">
   23                         </div>
   23                       </div>
   23                     </div>
   23                   </div>
   23                 </div>
   23               </div>
   23               <div class="column is-flex is-12-tablet is-4-desktop is-3-ultrahd">
   23                 <div class="slider-teaser-text mt-auto">
   23                   <p>
   23                     Viola Zwanzig: “I recommend that every woman palpate her breasts once a month. Women with their period should do this in the first few days of their cycle, women without a period can choose a fixed day of the month. It’s important to take your time and not just palpate quickly in between.”
   23                   </p>
   24                 </div>
   24               </div>
   24             </div>
   24           </div>
   24         </section>
   24 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="">
   24           <div class="container container">
   24             <div class="columns is-multiline is-centered">
   24               <div class="column is-12-tablet is-10-widescreen is-8-fullhd">
   24                 <div class="undefined has-text-left">
   24                   <div style="opacity:0;transform:translateX(300px)">
   24                     <div class="is-clipped">
   24                       <div class=" is-clipped">
   24                         <h2 class="">
   24                           Breast cancer rehab at Lanserhof Sylt
   24                         </h2>
   24                       </div>
   24                     </div>
   24                     <div>
   24                       <p>
   24                         Breast cancer rehabilitation at Lanserhof Sylt offers women who have survived breast cancer the opportunity to recover holistically. The approach of combining conventional medicine with naturopathy ensures that both physical and emotional needs are taken into account. In combination with the unique natural setting of Sylt, women find a place of healing and retreat where they can recharge their batteries and regain their quality of life.
   24                         <br>
   25                         ‘We offer women here the opportunity to concentrate fully on their recovery in a familiar environment and to overcome both their physical and emotional challenges,’ says Viola Zwanzig, summarising the philosophy of the Lanserhof.
   25                       </p>
   26                     </div>
   26                   </div>
   26                 </div>
   26               </div>
   26             </div>
   26           </div>
   26         </section>
   26 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="">
   26           <div class="container container">
   26             <div class="columns is-multiline is-centered">
   26               <div class="column is-12-tablet is-10-widescreen is-8-fullhd">
   26                 <div class="undefined has-text-left">
   26                   <div style="opacity:0;transform:translateX(300px)">
   26                     <div class="is-clipped">
   26                       <div class=" is-clipped">
   26                         <h2 class="">
   26                           Important information on rehabilitation:
   26                         </h2>
   26                       </div>
   26                     </div>
   26                     <div>
   26                       <p>
   26                         <strong>
   26                           Rehabilitation four to six weeks after therapy:
   26                         </strong>
   26                         Optimal time to start rehabilitation.
   26                       </p>
   27                       <p>
   27                         <strong>
   27                           Physical and psychological support:
   27                         </strong>
   27                         From personal training and physiotherapy to psychological support.
   27                       </p>
   28                       <p>
   28                         <strong>
   28                           Healing power of nature:
   28                         </strong>
   28                         The nature of Sylt offers a unique atmosphere for healing.
   28                       </p>
   29                       <p>
   29                         <strong>
   29                           Breast self-examination:
   29                         </strong>
   29                         Regular palpation as an important preventive measure.
   29                       </p>
   30                       <p>
   30                         <strong>
   30                           Holistic approach:
   30                         </strong>
   30                         Combination of conventional medicine, naturopathy and integrative medicine.
   30                       </p>
   31                       <p>
   31                         Breast cancer rehabilitation is an important step on the way back to a self-determined and fulfilling life. At Lanserhof Sylt, this process is supported on all levels – medically, emotionally and through the power of nature.
   31                       </p>
   32                     </div>
   32                   </div>
   32                 </div>
   32               </div>
   32             </div>
   32           </div>
   32         </section>
   32 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="">
   32           <div class="container container">
   32             <div class="columns is-multiline is-centered">
   32               <div class="column is-12-tablet is-10-widescreen is-8-fullhd">
   32                 <div class="undefined has-text-left">
   32                   <div style="opacity:0;transform:translateX(300px)">
   32                     <div class="is-clipped">
   32                       <div class=" is-clipped">
   32                       </div>
   32                     </div>
   32                     <div>
   32                       <p>
   32                         Lanserhof Sylt
   32                         <br>
   33                         Am Lanserhof 1-8
   33                         <br>
   34                         25992 List / Sylt
   34                         <br>
   35                         Germany
   35                       </p>
   36                       <p>
   36                         Tel: +49 4651 995957-0
   36                       </p>
   37                     </div>
   37                     <a class="btn primary Button_btn__1Gtek Button_primary__ivjK_" target="_blank" href="mailto:info.sylt@lanserhof.com">
   37                       <span class="Button_children__ngKoL">
   37                         Send an email
   37                       </span>
   37                     </a>
   37                   </div>
   37                 </div>
   37                 <button class="btn primary Button_btn__1Gtek Button_primary__ivjK_ TextPostType_back__VrhKl">
   37                   <span class="Button_children__ngKoL">
   37                     Back to overview
   37                   </span>
   37                 </button>
   37               </div>
   37             </div>
   37           </div>
   37         </section>
   37         <div class="RetreatButton_retreat-button-wrapper__JCYkL retreat-button-wrapper" style="--bg-desktop:#96bdcd;--bg-hover-desktop:#2c2f38;will-change:transform">
   37           <a class="RetreatButton_retreat-button__8J1LU retreat-button" aria-label="Booking request" target="_self" href="/en/plan-your-stay/">
   37             <div class="RetreatButton_arrow__XbWgr">
   37               <div class="RetreatButton_icon-wrapper__IJnBa">
   37                 <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"/>
   37                 <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"/>
   37               </div>
   37             </div>
   37             <span class="RetreatButton_title___9DZ4">
   37               Booking request
   37             </span>
   37           </a>
   37         </div>
   37       </main>
   37       <footer class="Footer_footer__OYoYH has-dark-grey-bg" aria-label="footer" id="kontakt">
   37         <section class="Section_section__oHlmj pb-2 pt-6 section">
   37           <div class="container py-0">
   37             <span class="Footer_instagram-title__aMV8U mb-6">
   37               Lanserhof on Instagram
   37             </span>
   37             <div class="insta socials no-padding-bottom has-text-centered undefined">
   37               <div class="feed-wrapper">
   37                 <div>
   37                   <p>
   37                     Zurzeit sind keine Instagram Posts verfügbar
   37                   </p>
   37                 </div>
   37               </div>
   37             </div>
   37             <div class="is-flex is-justify-content-center">
   37               <a class="btn primary Button_btn__1Gtek Button_primary__ivjK_ Footer_follow-button__E5PHc" target="_blank" href="https://www.instagram.com/lanserhof">
   37                 <span class="Button_children__ngKoL">
   37                   <strong>
   37                     Follow
   37                   </strong>
   37                   us
   37                 </span>
   37               </a>
   37             </div>
   37             <div class="Socials_socials__g1jWB">
   37 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/">
   37 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"/>
   37               </a>
   37 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/">
   37 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"/>
   37               </a>
   37 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/">
   37 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"/>
   37               </a>
   37 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">
   37 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"/>
   37               </a>
   37 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">
   37 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"/>
   37               </a>
   37             </div>
   37             <div class="Footer_divider__bfFrr my-6">
   37             </div>
   37             <div class="columns">
   37               <div class="column is-2-tablet is-3-desktop is-2-widescreen is-hidden-mobile">
   37                 <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"/>
   37               </div>
   37               <div class="column is-10-tablet is-9-desktop is-10-widescreen">
   37                 <div class="columns is-multiline Footer_main-menu__48BNz">
   37                   <div class="column is-6-tablet is-3-widescreen">
   37                     <div class="is-flex is-flex-direction-column">
   37                       <div class="is-flex is-justify-content-space-between is-align-items-center">
   37                         <span class="Footer_main-menu-title__ZRXUB">
   37                           LANSERHOF
   37                         </span>
   37                       </div>
   37                       <div class="is-flex is-flex-direction-column is-clipped" style="opacity:0;height:0px;will-change:opacity">
   37                         <a href="/en/lanserhof-concept/">
   37                           Lanserhof Concept
   37                         </a>
   37                         <a href="/en/services/">
   37                           Our range of services
   37                         </a>
   37                         <a href="/en/gallery/">
   37                           Gallery
   37                         </a>
   37                         <a href="/en/blog/">
   37                           Health Guide
   37                         </a>
   37                       </div>
   37                     </div>
   37                   </div>
   37                   <div class="column is-6-tablet is-3-widescreen">
   37                     <div class="is-flex is-flex-direction-column">
   37                       <div class="is-flex is-justify-content-space-between is-align-items-center">
   37                         <span class="Footer_main-menu-title__ZRXUB">
   37                           RESORT
   37                         </span>
   37                       </div>
   37                       <div class="is-flex is-flex-direction-column is-clipped" style="opacity:0;height:0px;will-change:opacity">
   37                         <a href="/en/lanserhof-tegernsee/">
   37                           Lanserhof Tegernsee
   37                         </a>
   37                         <a href="/en/lanserhof-lans/">
   37                           Lanserhof Lans
   37                         </a>
   37                         <a href="/en/lanserhof-sylt/">
   37                           Lanserhof Sylt
   37                         </a>
   37                       </div>
   37                     </div>
   37                   </div>
   37                   <div class="column is-6-tablet is-3-widescreen">
   37                     <div class="is-flex is-flex-direction-column">
   37                       <div class="is-flex is-justify-content-space-between is-align-items-center">
   37                         <span class="Footer_main-menu-title__ZRXUB">
   37                           FURTHER LOCATIONS
   37                         </span>
   37                       </div>
   37                       <div class="is-flex is-flex-direction-column is-clipped" style="opacity:0;height:0px;will-change:opacity">
   37                         <a href="https://lhtac.com/">
   37                           Lanserhof at The Art Club London
   37                         </a>
   37                         <a href="https://lansmedicum.de/">
   37                           Lans Medicum Hamburg
   37                         </a>
   37                         <a href="https://lansphysio.de/">
   37                           Lans Physio Hamburg
   37                         </a>
   37                       </div>
   37                     </div>
   37                   </div>
   37                   <div class="column is-6-tablet is-3-widescreen">
   37                     <div class="is-flex is-flex-direction-column">
   37                       <div class="is-flex is-justify-content-space-between is-align-items-center">
   37                         <span class="Footer_main-menu-title__ZRXUB">
   37                           CONTACT | CAREER
   37                         </span>
   37                       </div>
   37                       <div class="is-flex is-flex-direction-column is-clipped" style="opacity:0;height:0px;will-change:opacity">
   37                         <a href="/en/contact/">
   37                           Contact
   37                         </a>
   37                         <a href="/en/newsletter/">
   37                           Newsletter
   37                         </a>
   37                         <a href="https://jobs.lanserhof.com/">
   37                           Career
   37                         </a>
   37                       </div>
   37                     </div>
   37                   </div>
   37                 </div>
   37               </div>
   37             </div>
   37             <div class="Footer_legal-menu__EdlZ3">
   37               <div id="legal-menu" role="menubar" aria-label="legal-menu" class="LegalMenu_legal-menu__NiQAK">
   37                 <a class="legal menu-item" role="menuitem" id="menuitem-0" href="/en/legal-information/">
   37                   Legal Information
   37                 </a>
   37                 <span class="LegalMenu_divider__Yf_T6">
   37                   |
   37                 </span>
   37                 <a class="legal menu-item" role="menuitem" id="menuitem-1" href="/en/accessibility-information/">
   37                   Accessibility Information
   37                 </a>
   37                 <span class="LegalMenu_divider__Yf_T6">
   37                   |
   37                 </span>
   37                 <a class="legal menu-item" role="menuitem" id="menuitem-2" href="/en/privacy-policy/">
   37                   Privacy policy
   37                 </a>
   37                 <span class="LegalMenu_divider__Yf_T6">
   37                   |
   37                 </span>
   37                 <a class="legal menu-item LegalMenu_consent__oFrmR" role="menuitem" id="menuitem-privacysettings">
   37                   Privacy Settings
   37                 </a>
   37               </div>
   37             </div>
   37             <div class="Footer_divider__bfFrr my-3">
   37             </div>
   37             <div class="Footer_bottom__KuoWZ">
   37               <p class="Footer_copyright__1ODhL">
   37                 <span>
   37                   Copyright
   37                 </span>
   37                 <span>
   37                   2025
   37                   ,
   37                 </span>
   37                 <span>
   37                   Lanserhof
   37                 </span>
   37               </p>
   37               <div class="Footer_webdesign__UZPW_">
   37                 <div>
   37                   Webdesign &amp; Development by
   37                   <a target="_blank" href="https://www.aleksundshantu.com/">
   37                     ALEKS &amp; SHANTU
   37                   </a>
   37                 </div>
   37               </div>
   37             </div>
   37           </div>
   37         </section>
   37       </footer>
   37     </div>
   37     <script id="__NEXT_DATA__" type="application/json">
   37     </script>
   37   </body>
   37 </html>