Summary report > Page report

42 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"/>
      
        123 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"/>
      
        123 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"/>
      
        123 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"/>
      
        123 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"/>
      
        123 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"/>
      
        123 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"/>
      
        123 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"/>
      
        123 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"/>
      
        123 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"/>
      
        123 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="">
        
  • 20 HTML
    • 15 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 is-gapless-bottom section" id="">
      
          5 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 is-gapless-bottom section" id="">
      
          5 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 is-gapless-bottom 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 is-gapless-bottom 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 is-gapless-bottom 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 is-gapless-bottom section" id="">
      
         36 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 is-gapless-bottom section" id="">
      
         39 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 is-gapless-bottom section" id="">
      
         41 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 is-gapless-bottom section" id="">
      
         44 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 is-gapless-bottom section" id="">
      
         64 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 is-gapless-bottom section" id="">
      
         66 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 is-gapless-bottom section" id="">
      
         85 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 is-gapless-bottom section" id="">
      
        118 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="">
      
        122 The 'src' attribute does not have a valid value: It is an invalid URI, most likely containing invalid characters such as spaces (see rfc3986)
            <iframe height="282" width="500" data-secret="B8DW0PT9LC" src="https://adipositas-gesellschaft.de/adipositas-medikamente-fragen-und-antworten/embed/#?secret=gt0u7Fcosu#?secret=B8DW0PT9LC" title="„Adipositas-Medikamente: Antworten auf häufige Fragen“ — Adipositas Gesellschaft" style="position: absolute; visibility: hidden;" class="wp-embedded-content" loading="lazy">
        
    • 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"/>
        
    • 3 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)">
      
         15 This tag or content is not allowed here. One of the following was expected: A phrasing content element. See the HTML Living Standard.
            <ul>
      
         28 This tag or content is not allowed here. One of the following was expected: A phrasing content element. See the HTML Living Standard.
            <ul>
        
  • 2 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"/>
      
        123 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"/>
      
        123 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"/>
      
        123 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"/>
      
        123 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"/>
      
        123 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"/>
        

20 Warnings

  • 18 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.
      123 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/">
      
        123 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/">
      
        123 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/">
      
        123 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">
      
        123 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">
        
    • 10 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.
       12 Heading mark-up should be used if this is a heading
            <em>
      
         14 Heading mark-up should be used if this is a heading
            <strong>
      
         20 Heading mark-up should be used if this is a heading
            <strong>
      
         27 Heading mark-up should be used if this is a heading
            <strong>
      
         33 Heading mark-up should be used if this is a heading
            <strong>
      
         46 Heading mark-up should be used if this is a heading
            <strong>
      
         49 Heading mark-up should be used if this is a heading
            <strong>
      
         54 Heading mark-up should be used if this is a heading
            <strong>
      
         65 Heading mark-up should be used if this is a heading
            <strong>
      
         76 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       Weight Loss Injections Ozempic and Wegovy: Revolution or Overhyped Miracle Cure? - 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="Weight Loss Injections Ozempic and Wegovy: Revolution or Overhyped Miracle Cure? - 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/weight-loss-injections-ozempic-and-wegovy-revolution-or-overhyped-miracle-cure/"/>
    1     <meta property="og:site_name" content="Lanserhof"/>
    1     <meta property="article:modified_time" content="2025-04-25T14:54:27+00:00"/>
    1     <link rel="canonical" href="https://lanserhof.com/en/health-guide/weight-loss-injections-ozempic-and-wegovy-revolution-or-overhyped-miracle-cure/"/>
    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/weight-loss-injections-ozempic-and-wegovy-revolution-or-overhyped-miracle-cure/"/>
    1     <link rel="alternate" hrefLang="de" href="https://lanserhof.com/de/gesundheitsratgeber/abnehmspritzen-ozempic-und-wegovy-revolution-oder-ueberschaetzte-wundermittel/"/>
    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="weight-loss-injections-ozempic-and-wegovy-revolution-or-overhyped-miracle-cure" 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                     Weight Loss Injections Ozempic and Wegovy: Revolution or Overhyped Miracle Cure?
    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                   Weight Loss Injections Ozempic and Wegovy: Revolution or Overhyped Miracle Cure?
    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 is-gapless-bottom 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                         Weight loss injections such as Ozempic, Mounjaro, and Wegovy are currently making headlines. Originally developed to treat type 2 diabetes, they are now experiencing a surge in popularity as so-called miracle drugs for weight reduction.
    1                       </p>
    2                       <p>
    2                         Social media, fueled by influencers and celebrities, has accelerated the spread of information about these medications. But how do weight loss injections actually work? Who are they suitable for, and what risks do they pose? A closer look at the facts reveals that these injections can be effective—but only in the right context and under medical supervision.
    2                       </p>
    3                       <p>
    3                         To shed light on the topic, we spoke with Dr. Katharina Sandtner, the medical director of the health department at Lanserhof Lans, about these so-called miracle injections.
    3                       </p>
    4                     </div>
    4                   </div>
    4                 </div>
    4               </div>
    4             </div>
    4           </div>
    4         </section>
    4         <section class="Section_section__oHlmj media Media_media-module__IFZ1f has-grey-bg default section">
    4           <div class="container ">
    4             <div class="columns is-centered is-multiline">
    4               <div class="column ">
    4                 <div class="is-clipped">
    4                   <div class=" is-clipped">
    4                   </div>
    4                 </div>
    4               </div>
    4               <div class="column is-12-tablet is-10-desktop is-8-ultrahd is-centered Media_media-col__1Zmbn" style="transform:scale(0.7)">
    5                 <div class="Media_content-blocker-video-wrapper__X5m0I is-relative ">
    5                 </div>
    5               </div>
    5             </div>
    5           </div>
    5         </section>
    5 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 is-gapless-bottom section" id="">
    5           <div class="container container">
    5             <div class="columns is-multiline is-centered">
    5               <div class="column is-12-tablet is-10-widescreen is-8-fullhd">
    5                 <div class="undefined has-text-left">
    5                   <div style="opacity:0;transform:translateX(300px)">
    5                     <div class="is-clipped">
    5                       <div class=" is-clipped">
    5                         <h2 class="">
    5                           What Are Weight Loss Injections and How Do They Work?
    5                         </h2>
    5                       </div>
    5                     </div>
    5                   </div>
    5                 </div>
    5               </div>
    5             </div>
    5           </div>
    5         </section>
    5 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 is-gapless-bottom section" id="">
    5           <div class="container container">
    5             <div class="columns is-multiline is-centered">
    5               <div class="column is-12-tablet is-10-widescreen is-8-fullhd">
    5                 <div class="undefined has-text-left">
    5                   <div style="opacity:0;transform:translateX(300px)">
    5                     <div class="is-clipped">
    5                       <div class=" is-clipped">
    5                         <h2 class="">
    5                           Approval and Off-Label Use
    5                         </h2>
    5                       </div>
    5                     </div>
    5                     <div>
    5                       <p>
    5                         Originally, weight loss injections were approved for the treatment of
    5                         <strong>
    5                           type 2 diabetes
    5                         </strong>
    5                         . The effect of
    5                         <strong>
    5                           weight reduction
    5                         </strong>
    5                         was initially observed as a side effect. Meanwhile, they have also been approved for patients with
    5                         <strong>
    5                           obesity
    5                         </strong>
    5                         (BMI ≥ 30) or overweight in combination with comorbidities (e.g., high blood pressure or insulin resistance).
    5                       </p>
    6                       <p>
    6                         A problematic aspect is the so-called
    6                         <strong>
    6                           off-label use
    6                         </strong>
    6                         : In this case, the medications are used without a medical indication—often for purely aesthetic reasons.
    6                       </p>
    7                       <p>
    7                         <em>
    7                           “This is almost creating a black market. As a result, type 2 diabetics or severely obese individuals are missing out on an important medication.”
    7                         </em>
    7                         (Dr. Katharina Sandtner / Lanserhof Lans)
    7                       </p>
    8                       <p>
    8                         Since these medications require a prescription and are not yet covered by health insurance, gray areas emerge, posing challenges for both doctors and patients.
    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 is-gapless-bottom 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                         <h2 class="">
    9                           What Makes Weight Loss Injections So Popular?
    9                         </h2>
    9                       </div>
    9                     </div>
    9                     <div>
    9                       <p>
    9                         Weight loss injections are considered revolutionary because they offer a new approach to weight reduction that directly influences biochemical processes in the body. Diets and lifestyle interventions often require long-term commitment, whereas the injections deliver results relatively quickly.
    9                       </p>
   10                       <p>
   10                         <em>
   10                           “The mechanism of action of these injections is unique because the body’s own incretins are only active for a few minutes. The medications extend this effect to a full week.”
   10                         </em>
   10                         (Dr. Katharina Sandtner / Lanserhof Lans)
   10                       </p>
   11                       <p>
   11                         However, the expert urges caution:
   11                       </p>
   12                       <p>
   12 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.
                              <em>
   12                           “As in all areas of medicine, the dose makes the poison. Anything that is done too quickly and without control increases the risk of side effects.”
   12                         </em>
   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 is-gapless-bottom 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                           Side Effects and Risks of Weight Loss Injections
   13                         </h2>
   13                       </div>
   13                     </div>
   13                     <div>
   13                       <p>
   13                         No medication is free from side effects—and weight loss injections are no exception. The most common issues affect the gastrointestinal tract:
   13                       </p>
   14                       <p>
   14 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>
   14                         </strong>
   14                       </p>
   14                       <strong>
   15 next issueprevious issueE6091HTML: This tag or content is not allowed here. One of the following was expected: A phrasing content element
  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.
                              <ul>
   16                           <li>
   16                             Nausea
   16                           </li>
   17                           <li>
   17                             Feeling of fullness
   17                           </li>
   18                           <li>
   18                             Constipation
   18                           </li>
   19                         </ul>
   20                       </strong>
   20                       <p>
   20 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>
   20                         </strong>
   20                       </p>
   21                       <p>
   21                         These symptoms result from delayed gastric emptying, which affects the digestive process.
   21                       </p>
   22                       <p>
   22                         <em>
   22                           “The most common side effects are a feeling of fullness, nausea, and constipation. It’s easy to imagine that this is dose-dependent and can strain the gastrointestinal tract.”
   22                         </em>
   22                         (Dr. Katharina Sandtner / Lanserhof Lans)
   22                       </p>
   23                       <p>
   23                         Another phenomenon is the so-called
   23                         <strong>
   23                           “Ozempic Face”
   23                         </strong>
   23                         : Due to rapid fat loss, aesthetic changes in the face may occur. This primarily affects
   23                         <strong>
   23                           connective tissue
   23                         </strong>
   23                         and collagen breakdown.
   23                       </p>
   24                       <p>
   24                         Long-term effects are still unclear, as these medications have only been on the market for a few years.
   24                       </p>
   25                       <p>
   25                         <em>
   25                           “There is a lack of long-term studies. We do not yet know what the consequences could be in 20 years.”
   25                         </em>
   25                         (Dr. Katharina Sandtner / Lanserhof Lans)
   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 is-gapless-bottom 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                           Why Medical Supervision Is Essential
   26                         </h2>
   26                       </div>
   26                     </div>
   26                     <div>
   26                       <p>
   26                         Weight loss injections are not a home remedy. They require medical supervision and monitoring. Before starting therapy, laboratory tests must be conducted to detect potential risks early:
   26                       </p>
   27                       <p>
   27 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>
   27                         </strong>
   27                       </p>
   27                       <strong>
   28 next issueprevious issueE6091HTML: This tag or content is not allowed here. One of the following was expected: A phrasing content element
  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.
                              <ul>
   29                           <li>
   29                             Blood lipid levels
   29                           </li>
   30                           <li>
   30                             Liver values
   30                           </li>
   31                           <li>
   31                             Pancreatic enzymes
   31                           </li>
   32                         </ul>
   33                       </strong>
   33                       <p>
   33 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>
   33                         </strong>
   33                       </p>
   34                       <p>
   34                         <em>
   34                           “It’s not just about losing weight but also about managing obesity-related comorbidities.”
   34                         </em>
   34                         (Dr. Katharina Sandtner / Lanserhof Lans)
   34                       </p>
   35                       <p>
   35                         At the same time, therapy should not be viewed in isolation. A comprehensive program including nutritional counseling, exercise therapy, and lifestyle changes is crucial for long-term success.
   35                       </p>
   36                     </div>
   36 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.
                          <a class="btn primary Button_btn__1Gtek Button_primary__ivjK_" target="_blank" href="/de/lanserhof-lans/kuren/abnehmspritzen-programm-lans/">
   36                       <span class="Button_children__ngKoL">
   36                         Programm anfragen
   36                       </span>
   36                     </a>
   36                   </div>
   36                 </div>
   36               </div>
   36             </div>
   36           </div>
   36         </section>
   36 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 is-gapless-bottom section" id="">
   36           <div class="container container">
   36             <div class="columns is-multiline is-centered">
   36               <div class="column is-12-tablet is-10-widescreen is-8-fullhd">
   36                 <div class="undefined has-text-left">
   36                   <div style="opacity:0;transform:translateX(300px)">
   36                     <div class="is-clipped">
   36                       <div class=" is-clipped">
   36                         <h2 class="">
   36                           Lifestyle changes remain the key to success
   36                         </h2>
   36                       </div>
   36                     </div>
   36                     <div>
   36                       <p>
   36                         Weight Loss Injections Can Be Helpful, but They Are Not a Substitute for a Healthy Lifestyle
   36                       </p>
   37                       <p>
   37                         <em>
   37                           “The original idea of a treatment is not to lose weight, but to relearn how to eat.”
   37                         </em>
   37                         (Dr. Katharina Sandtner / Lanserhof Lans)
   37                       </p>
   38                       <p>
   38                         Mindful eating, chewing slowly, and timing meals correctly help promote the natural feeling of fullness—without the need for medication.
   38                       </p>
   39                     </div>
   39                   </div>
   39                 </div>
   39               </div>
   39             </div>
   39           </div>
   39         </section>
   39 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 is-gapless-bottom section" id="">
   39           <div class="container container">
   39             <div class="columns is-multiline is-centered">
   39               <div class="column is-12-tablet is-10-widescreen is-8-fullhd">
   39                 <div class="undefined has-text-left">
   39                   <div style="opacity:0;transform:translateX(300px)">
   39                     <div class="is-clipped">
   39                       <div class=" is-clipped">
   39                         <h2 class="">
   39                           Who Can Prescribe Weight Loss Injections?
   39                         </h2>
   39                       </div>
   39                     </div>
   39                     <div>
   39                       <p>
   39                         The medications can be prescribed by general practitioners and specialists such as endocrinologists. Since they are prescription-only, medical supervision is essential.
   39                       </p>
   40                       <p>
   40                         <em>
   40                           “It is particularly important to inform patients about the effects and side effects.”
   40                         </em>
   40                         (Dr. Katharina Sandtner / Lanserhof Lans)
   40                       </p>
   41                     </div>
   41                   </div>
   41                 </div>
   41               </div>
   41             </div>
   41           </div>
   41         </section>
   41 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 is-gapless-bottom section" id="">
   41           <div class="container container">
   41             <div class="columns is-multiline is-centered">
   41               <div class="column is-12-tablet is-10-widescreen is-8-fullhd">
   41                 <div class="undefined has-text-left">
   41                   <div style="opacity:0;transform:translateX(300px)">
   41                     <div class="is-clipped">
   41                       <div class=" is-clipped">
   41                         <h2 class="">
   41                           No Miracle Cure, But a Tool
   41                         </h2>
   41                       </div>
   41                     </div>
   41                     <div>
   41                       <p>
   41                         Weight loss injections offer a promising option for weight reduction—especially for people with obesity or accompanying metabolic disorders. However, they are not a
   41                         <strong>
   41                           miracle cure
   41                         </strong>
   41                         and only work effectively as part of a holistic treatment plan.
   41                       </p>
   42                       <p>
   42                         <em>
   42                           “The quickest way is often not the right way.”
   42                         </em>
   42                         (Dr. Katharina Sandtner / Lanserhof Lans)
   42                       </p>
   43                       <p>
   43                         Those interested in treatment should consult experienced doctors to make an informed decision.
   43                         <strong>
   43                           Dietary changes, exercise, and long-term
   43                           <strong>
   43                             lifestyle changes
   43                           </strong>
   43                         </strong>
   43                         remain the key components for sustainable success.
   43                       </p>
   44                     </div>
   44                   </div>
   44                 </div>
   44               </div>
   44             </div>
   44           </div>
   44         </section>
   44 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 is-gapless-bottom section" id="">
   44           <div class="container container">
   44             <div class="columns is-multiline is-centered">
   44               <div class="column is-12-tablet is-10-widescreen is-8-fullhd">
   44                 <div class="undefined has-text-left">
   44                   <div style="opacity:0;transform:translateX(300px)">
   44                     <div class="is-clipped">
   44                       <div class=" is-clipped">
   44                         <h2 class="">
   44                           The Lanserhof Approach to Weight Management
   44                         </h2>
   44                       </div>
   44                     </div>
   44                     <div>
   44                       <p>
   44                         At Lanserhof, we take a holistic, medically supervised approach to weight management, ensuring that the benefits of medications such as Weight Loss drugs (ie Ozempic, Mounjaro, Wegovy amongst others) are maximized while potential side effects are carefully managed.
   44                       </p>
   45                       <p>
   45                         Unlike conventional weight-loss treatments, our comprehensive programme integrates cutting-edge diagnostics, tailored lifestyle interventions, and targeted therapies to support long-term health.
   45                       </p>
   46                       <p>
   46 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>
   46                           More Than Just Medication
   46                         </strong>
   46                       </p>
   47                       <p>
   47                         While GLP-1 receptor agonists (such as weight loss drugs) have transformed weight management, they can also lead to muscle and bone density loss, metabolic changes, and structural alterations in key organs, including the thyroid and abdominal organs.
   47                       </p>
   48                       <p>
   48                         At Lanserhof, we take a proactive, personalized approach, using advanced diagnostics including device-based assessments and laboratory analyses to detect and mitigate these risks at an early stage.
   48                       </p>
   49                       <p>
   49 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>
   49                           A Personalised, Multi-Faceted Approach
   49                         </strong>
   49                       </p>
   50                       <p>
   50                         Rather than relying on high medication doses, we prioritize precision medicine, combining:
   50                       </p>
   51                       <p>
   51                         – Expert-led medical, nutritional, and sports guidance to optimise results
   51                       </p>
   52                       <p>
   52                         – Lanserhof Therapy, addressing gastrointestinal and musculoskeletal concerns
   52                       </p>
   53                       <p>
   53                         – Supplementation and tailored interventions to counteract potential deficiencies
   53                       </p>
   54                       <p>
   54 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>
   54                           Enhancing Metabolism and Recovery
   54                         </strong>
   54                       </p>
   55                       <p>
   55                         To further support the body’s adaptation, we integrate if appropriate in the specific case:
   55                       </p>
   56                       <p>
   56                         – Cold Chamber Therapy, which stimulates metabolism and alleviates joint discomfort
   56                       </p>
   57                       <p>
   57                         – Healing Mud Baths, used to support musculoskeletal health and overall recovery
   57                       </p>
   58                       <p>
   58                         – IHHT techniques (Intermittent Hypoxia-Hyperoxia Training (IHHT) such as Cellgym to stimulate cellular and metabolic adaptation leading to improved function and resilience
   58                       </p>
   59                       <p>
   59                         – Plasma stream therapy
   59                       </p>
   60                       <p>
   60                         – Hypnosis
   60                       </p>
   61                       <p>
   61                         – Psychotherapy and Energy medicine
   61                       </p>
   62                       <p>
   62                         This programme is designed not only to enhance the efficacy of treatment but also to ensure it remains safe, sustainable, and fully tailored to each individual alongside our Lanserhof principles.
   62                       </p>
   63                       <p>
   63                         We look forward to welcoming you to Lanserhof and introducing you to this pioneering approach to weight management.
   63                       </p>
   64                     </div>
   64                     <a class="btn primary Button_btn__1Gtek Button_primary__ivjK_" target="_self" href="mailto:info.lans@lanserhof.com">
   64                       <span class="Button_children__ngKoL">
   64                         Kontakt aufnehmen
   64                       </span>
   64                     </a>
   64                   </div>
   64                 </div>
   64               </div>
   64             </div>
   64           </div>
   64         </section>
   64 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 is-gapless-bottom section" id="">
   64           <div class="container container">
   64             <div class="columns is-multiline is-centered">
   64               <div class="column is-12-tablet is-10-widescreen is-8-fullhd">
   64                 <div class="undefined has-text-left">
   64                   <div style="opacity:0;transform:translateX(300px)">
   64                     <div class="is-clipped">
   64                       <div class=" is-clipped">
   64                         <h2 class="">
   64                           Ready for a Healthy Restart?
   64                         </h2>
   64                       </div>
   64                     </div>
   64                     <div>
   64                       <p>
   64                         At Lanserhof, you will receive tailored support on your journey to your desired figure and greater well-being. With professional medical supervision, individual dietary programs, and exercise therapies, you will be guided step by step towards a healthy lifestyle.
   64                       </p>
   65                       <p>
   65 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>
   65                           Contact us now and start your personal health journey with the experts at Lanserhof – for sustainable success and a new sense of life!
   65                         </strong>
   65                       </p>
   66                     </div>
   66                     <a class="btn primary Button_btn__1Gtek Button_primary__ivjK_" target="_blank" href="mailto:info.lans@lanserhof.com">
   66                       <span class="Button_children__ngKoL">
   66                         Kontakt aufnehmen
   66                       </span>
   66                     </a>
   66                   </div>
   66                 </div>
   66               </div>
   66             </div>
   66           </div>
   66         </section>
   66 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 is-gapless-bottom section" id="">
   66           <div class="container container">
   66             <div class="columns is-multiline is-centered">
   66               <div class="column is-12-tablet is-10-widescreen is-8-fullhd">
   66                 <div class="undefined has-text-left">
   66                   <div style="opacity:0;transform:translateX(300px)">
   66                     <div class="is-clipped">
   66                       <div class=" is-clipped">
   66                         <h2 class="">
   66                           What Are Weight Loss Injections?
   66                         </h2>
   66                       </div>
   66                     </div>
   66                     <div>
   66                       <p>
   66                         The most commonly used weight loss injections are based on active ingredients that mimic the body’s natural gut hormone GLP-1 (Glucagon-like Peptide-1). This hormone regulates blood sugar levels, promotes insulin secretion, and influences the feeling of satiety. Currently, two main active ingredients are in use:
   66                       </p>
   67                       <h3>
   67                         <strong>
   67                           1. Semaglutide (Ozempic® and Wegovy®)
   67                         </strong>
   67                       </h3>
   68                       <ul>
   69                         <li>
   69                           <strong>
   69                             Applications:
   69                           </strong>
   69                           <br>
   70                           Semaglutide was originally developed for the treatment of type 2 diabetes and approved under the name Ozempic®. Since January 2022, it has also been available under the name Wegovy® specifically for weight reduction in obesity.
   70                         </li>
   71                         <li>
   71                           <strong>
   71                             Effects:
   71                           </strong>
   71                           <br>
   72                           Semaglutide enhances and prolongs the feeling of fullness by slowing gastric emptying and promoting insulin secretion. This leads to a reduction in calorie intake and supports weight loss. Studies show that patients using Semaglutide in combination with lifestyle changes can lose up to 20% of their body weight.
   72                         </li>
   73                         <li>
   73                           <strong>
   73                             Availability and Restrictions:
   73                           </strong>
   73                           <br>
   74                           In Germany, Wegovy® has been available since July 2023. However, it is not covered by statutory health insurance as it is classified as a lifestyle drug. A prescription is only available for patients with a BMI ≥ 30 or a BMI ≥ 27 in combination with weight-related conditions.
   74                         </li>
   75                       </ul>
   76                       <p>
   76 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>
   76                           2. Mounjaro® (Tirzepatide)
   76                         </strong>
   76                       </p>
   77                       <p>
   77                         • Indications: Mounjaro® is a relatively new medication for the treatment of obesity and type 2 diabetes. It contains the active ingredient Tirzepatide and was approved by the FDA in 2022 for the treatment of obesity. Mounjaro® is also prescribed for weight loss in adults with a BMI ≥ 30 or ≥ 27 with comorbidities such as high blood pressure or elevated blood lipid levels.
   77                       </p>
   78                       <p>
   78                         • Mechanism of Action: Tirzepatide is a dual GLP-1 (Glucagon-Like Peptide-1) and GIP (Glucose-Dependent Insulinotropic Peptide) receptor agonist, meaning it targets two different receptors in the body. This dual effect leads to a stronger suppression of food intake, improved blood sugar control, and enhanced satiety. Mounjaro® promotes delayed gastric emptying and increases insulin secretion, thus reducing appetite while lowering blood sugar. Studies show that patients on Mounjaro® can achieve an average weight loss of 15-20% of their body weight.
   78                       </p>
   79                       <p>
   79                         • Administration and Limitations: Mounjaro® is administered as a weekly injection, which makes it more convenient compared to daily injections like Liraglutide. It is injected subcutaneously, typically in the abdomen or thigh, and the once-weekly dose offers greater convenience for users.
   79                       </p>
   80                       <p>
   80                         Conditions for Prescription: Like Liraglutide, Mounjaro® is a prescription medication and is only prescribed under specific conditions: • BMI ≥ 30 or • BMI ≥ 27 with comorbidities such as high blood pressure, elevated blood lipids, or type 2 diabetes.
   80                       </p>
   81                       <p>
   81                         It is not suitable for: • Pregnant or breastfeeding women, • Children under 18 years, • People with severe kidney insufficiency or other serious health issues that may contraindicate the use of Mounjaro®.
   81                       </p>
   82                       <h3>
   82                         <strong>
   82                           A Look Into the Future: Weight Loss Injection 2.0
   82                         </strong>
   82                       </h3>
   83                       <p>
   83                         New medications such as Tirzepatide represent another advancement. They combine the effects of GLP-1 with a second hormone, GIP (Glucose-Dependent Insulinotropic Polypeptide). Early studies show even greater weight reduction—comparable to the results of bariatric surgery. Tirzepatide is currently only approved in Europe for the treatment of type 2 diabetes, but its suitability for weight loss is being evaluated.
   83                       </p>
   84                       <p>
   84                         <strong>
   84                           Important:
   84                         </strong>
   84                         No matter how promising these medications sound, long-term success requires lifestyle changes. Without dietary adjustments and exercise, weight regain often occurs after stopping the injections.
   84                       </p>
   85                     </div>
   85                   </div>
   85                 </div>
   85               </div>
   85             </div>
   85           </div>
   85         </section>
   85 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 is-gapless-bottom section" id="">
   85           <div class="container container">
   85             <div class="columns is-multiline is-centered">
   85               <div class="column is-12-tablet is-10-widescreen is-8-fullhd">
   85                 <div class="undefined has-text-left">
   85                   <div style="opacity:0;transform:translateX(300px)">
   85                     <div class="is-clipped">
   85                       <div class=" is-clipped">
   85                         <h2 class="">
   85                           FAQ
   85                         </h2>
   85                       </div>
   85                     </div>
   85                     <div>
   85                       <p>
   85                         Recommendations from the German Obesity Society (DAG)
   85                       </p>
   86                       <p>
   86                         <strong>
   86                           1. What is the basic therapy for obesity, and what role do medications play?
   86                         </strong>
   86                         <br>
   87                         The foundation of any obesity treatment is the so-called basic therapy, which includes nutritional, exercise, and behavioral interventions. Medications such as semaglutide or liraglutide are only used when these measures alone are insufficient to achieve adequate weight loss. Medications should complement, not replace, basic therapy.
   87                       </p>
   88                       <p>
   88                         <strong>
   88                           2. Which weight-loss medications are approved in Germany?
   88                         </strong>
   88                         <br>
   89                         Currently, the following medications are approved for weight reduction:
   89                         <br>
   90                         • Orlistat: Inhibits fat digestion and reduces calorie absorption, but has limited effectiveness (an average weight loss of 4 kg per year) and frequent side effects such as fatty stools.
   90                         <br>
   91                         • Liraglutide (3 mg): A GLP-1 receptor agonist that must be injected daily, leading to an average weight loss of 8% after one year.
   91                         <br>
   92                         • Semaglutide (2.4 mg): A GLP-1 receptor agonist that is injected weekly, resulting in an average weight loss of up to 15% after one year.
   92                       </p>
   93                       <p>
   93                         <strong>
   93                           3. Is long-term use of these medications necessary?
   93                         </strong>
   93                         <br>
   94                         Yes, most patients need to take these medications long-term to maintain weight loss. Discontinuation often leads to weight regain. Research on potential interval therapies is still insufficient.
   94                       </p>
   95                       <p>
   95                         <strong>
   95                           4. What is the cost of weight-loss injections, and are they covered by insurance?
   95                         </strong>
   95                         <br>
   96                         The costs for semaglutide or liraglutide range from several hundred euros per month, depending on the dosage and brand. In Germany, patients generally have to cover these costs themselves, as medications for weight regulation are not reimbursed by statutory health insurance (§ 34 SGB V). No changes to reimbursement policies are currently planned.
   96                       </p>
   97                       <p>
   97                         <strong>
   97                           5. What are the risks associated with GLP-1 receptor agonists?
   97                         </strong>
   97                         <br>
   98                         Side effects primarily affect the gastrointestinal tract, including nausea, vomiting, or constipation. In rare cases, more severe side effects such as acute pancreatitis or a potential risk of thyroid cancer may occur. Therapy should always be conducted under medical supervision.
   98                       </p>
   99                       <p>
   99                         <strong>
   99                           6. Are weight-loss injections suitable for everyone?
   99                         </strong>
   99                         <br>
  100                         No. Weight-loss injections are approved for individuals with:
  100                         <br>
  101                         • A BMI ≥ 30 or
  101                         <br>
  102                         • A BMI ≥ 27 with comorbidities (e.g., high blood pressure, type 2 diabetes).
  102                       </p>
  103                       <p>
  103                         <strong>
  103                           They are not suitable for:
  103                         </strong>
  103                         <br>
  104                         • Pregnant or breastfeeding women,
  104                         <br>
  105                         • Individuals with type 1 diabetes,
  105                         <br>
  106                         • People with severe liver or kidney diseases.
  106                       </p>
  107                       <p>
  107                         <strong>
  107                           7. Why is medical supervision essential?
  107                         </strong>
  107                         <br>
  108                         Using weight-loss injections requires close medical supervision to detect side effects early and tailor therapy to individual needs. Additionally, basic therapy (nutritional counseling, exercise therapy) must be implemented alongside medication to achieve long-term success.
  108                       </p>
  109                       <p>
  109                         <strong>
  109                           8. Are there alternatives to medications for severe obesity?
  109                         </strong>
  109                         <br>
  110                         Yes, alternative approaches may include:
  110                         <br>
  111                         • Bariatric surgery: Procedures such as gastric bypass or sleeve gastrectomy can lead to sustainable weight reduction and improvement of comorbidities.
  111                         <br>
  112                         • Intensive nutrition and exercise therapy: Especially in specialized obesity centers.
  112                         <br>
  113                         • Psychotherapeutic interventions: To address eating disorders or emotional eating behaviors.
  113                       </p>
  114                       <p>
  114                         <strong>
  114                           9. How does media hype around weight-loss injections impact patients?
  114                         </strong>
  114                         <br>
  115                         Media attention often creates unrealistic expectations and increases off-label use, particularly among individuals without a medical indication. This can contribute to the stigmatization of obesity patients and limit the availability of medications for those with a genuine medical need.
  115                       </p>
  116                       <p>
  116                         <strong>
  116                           10. What is known about the long-term safety of these medications?
  116                         </strong>
  116                         <br>
  117                         The long-term safety of semaglutide and liraglutide is still being researched. There are indications of potential risks, such as thyroid cancer, but conclusive data is currently lacking. Regular medical check-ups and reporting of side effects are therefore crucial.
  117                       </p>
  118                     </div>
  118                   </div>
  118                 </div>
  118               </div>
  118             </div>
  118           </div>
  118         </section>
  118 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="">
  118           <div class="container container">
  118             <div class="columns is-multiline is-centered">
  118               <div class="column is-12-tablet is-10-widescreen is-8-fullhd">
  118                 <div class="undefined has-text-left">
  118                   <div style="opacity:0;transform:translateX(300px)">
  118                     <div class="is-clipped">
  118                       <div class=" is-clipped">
  118                         <h3 class="">
  118                           Sources:
  118                         </h3>
  118                       </div>
  118                     </div>
  118                     <div>
  118                       <p>
  118                         https://www.akdae.de/fileadmin/user_upload/akdae/Arzneimitteltherapie/NA/Archiv/202303-Wegovy.pdf
  118                       </p>
  119                       <p>
  119                         https://www.aerzteblatt.de/archiv/233456/Adipositastherapie-Erstmals-einwirksames-Abnehmmedikament
  119                       </p>
  120                       <p>
  120                         https://ec.europa.eu/health/documents/community-register/2023/20230428159133/anx_159133_de.pdf
  120                       </p>
  121                       <blockquote data-secret="B8DW0PT9LC" class="wp-embedded-content">
  121                         <p>
  121                           <a href="https://adipositas-gesellschaft.de/adipositas-medikamente-fragen-und-antworten/">
  121                             Adipositas-Medikamente: Antworten auf häufige Fragen
  121                           </a>
  121                         </p>
  121                       </blockquote>
  122                       <p>
  122 next issueprevious issueE42Link: Invalid URI found in attribute 'src':
  A URI was found in the link that is invalid according to RFC 3986. A common mistake is to include spaces or other special characters. An invalid <base> tag, will also cause this error.
      E622HTML: The 'src' attribute does not have a valid value: It is an invalid URI, most likely containing invalid characters such as spaces (see rfc3986)
  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.
                              <iframe height="282" width="500" data-secret="B8DW0PT9LC" src="https://adipositas-gesellschaft.de/adipositas-medikamente-fragen-und-antworten/embed/#?secret=gt0u7Fcosu#?secret=B8DW0PT9LC" title="„Adipositas-Medikamente: Antworten auf häufige Fragen“ — Adipositas Gesellschaft" style="position: absolute; visibility: hidden;" class="wp-embedded-content" loading="lazy">
  122                         </iframe>
  122                       </p>
  123                     </div>
  123                   </div>
  123                 </div>
  123                 <button class="btn primary Button_btn__1Gtek Button_primary__ivjK_ TextPostType_back__VrhKl">
  123                   <span class="Button_children__ngKoL">
  123                     Back to overview
  123                   </span>
  123                 </button>
  123               </div>
  123             </div>
  123           </div>
  123         </section>
  123         <div class="RetreatButton_retreat-button-wrapper__JCYkL retreat-button-wrapper" style="--bg-desktop:#96bdcd;--bg-hover-desktop:#2c2f38;will-change:transform">
  123           <a class="RetreatButton_retreat-button__8J1LU retreat-button" aria-label="Booking request" target="_self" href="/en/plan-your-stay/">
  123             <div class="RetreatButton_arrow__XbWgr">
  123               <div class="RetreatButton_icon-wrapper__IJnBa">
  123                 <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"/>
  123                 <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"/>
  123               </div>
  123             </div>
  123             <span class="RetreatButton_title___9DZ4">
  123               Booking request
  123             </span>
  123           </a>
  123         </div>
  123       </main>
  123       <footer class="Footer_footer__OYoYH has-dark-grey-bg" aria-label="footer" id="kontakt">
  123         <section class="Section_section__oHlmj pb-2 pt-6 section">
  123           <div class="container py-0">
  123             <span class="Footer_instagram-title__aMV8U mb-6">
  123               Lanserhof on Instagram
  123             </span>
  123             <div class="insta socials no-padding-bottom has-text-centered undefined">
  123               <div class="feed-wrapper">
  123                 <div>
  123                   <p>
  123                     Zurzeit sind keine Instagram Posts verfügbar
  123                   </p>
  123                 </div>
  123               </div>
  123             </div>
  123             <div class="is-flex is-justify-content-center">
  123               <a class="btn primary Button_btn__1Gtek Button_primary__ivjK_ Footer_follow-button__E5PHc" target="_blank" href="https://www.instagram.com/lanserhof">
  123                 <span class="Button_children__ngKoL">
  123                   <strong>
  123                     Follow
  123                   </strong>
  123                   us
  123                 </span>
  123               </a>
  123             </div>
  123             <div class="Socials_socials__g1jWB">
  123 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/">
  123 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"/>
  123               </a>
  123 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/">
  123 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"/>
  123               </a>
  123 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/">
  123 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"/>
  123               </a>
  123 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">
  123 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"/>
  123               </a>
  123 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">
  123 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"/>
  123               </a>
  123             </div>
  123             <div class="Footer_divider__bfFrr my-6">
  123             </div>
  123             <div class="columns">
  123               <div class="column is-2-tablet is-3-desktop is-2-widescreen is-hidden-mobile">
  123                 <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"/>
  123               </div>
  123               <div class="column is-10-tablet is-9-desktop is-10-widescreen">
  123                 <div class="columns is-multiline Footer_main-menu__48BNz">
  123                   <div class="column is-6-tablet is-3-widescreen">
  123                     <div class="is-flex is-flex-direction-column">
  123                       <div class="is-flex is-justify-content-space-between is-align-items-center">
  123                         <span class="Footer_main-menu-title__ZRXUB">
  123                           LANSERHOF
  123                         </span>
  123                       </div>
  123                       <div class="is-flex is-flex-direction-column is-clipped" style="opacity:0;height:0px;will-change:opacity">
  123                         <a href="/en/lanserhof-concept/">
  123                           Lanserhof Concept
  123                         </a>
  123                         <a href="/en/services/">
  123                           Our range of services
  123                         </a>
  123                         <a href="/en/gallery/">
  123                           Gallery
  123                         </a>
  123                         <a href="/en/blog/">
  123                           Health Guide
  123                         </a>
  123                       </div>
  123                     </div>
  123                   </div>
  123                   <div class="column is-6-tablet is-3-widescreen">
  123                     <div class="is-flex is-flex-direction-column">
  123                       <div class="is-flex is-justify-content-space-between is-align-items-center">
  123                         <span class="Footer_main-menu-title__ZRXUB">
  123                           RESORT
  123                         </span>
  123                       </div>
  123                       <div class="is-flex is-flex-direction-column is-clipped" style="opacity:0;height:0px;will-change:opacity">
  123                         <a href="/en/lanserhof-tegernsee/">
  123                           Lanserhof Tegernsee
  123                         </a>
  123                         <a href="/en/lanserhof-lans/">
  123                           Lanserhof Lans
  123                         </a>
  123                         <a href="/en/lanserhof-sylt/">
  123                           Lanserhof Sylt
  123                         </a>
  123                       </div>
  123                     </div>
  123                   </div>
  123                   <div class="column is-6-tablet is-3-widescreen">
  123                     <div class="is-flex is-flex-direction-column">
  123                       <div class="is-flex is-justify-content-space-between is-align-items-center">
  123                         <span class="Footer_main-menu-title__ZRXUB">
  123                           FURTHER LOCATIONS
  123                         </span>
  123                       </div>
  123                       <div class="is-flex is-flex-direction-column is-clipped" style="opacity:0;height:0px;will-change:opacity">
  123                         <a href="https://lhtac.com/">
  123                           Lanserhof at The Art Club London
  123                         </a>
  123                         <a href="https://lansmedicum.de/">
  123                           Lans Medicum Hamburg
  123                         </a>
  123                         <a href="https://lansphysio.de/">
  123                           Lans Physio Hamburg
  123                         </a>
  123                       </div>
  123                     </div>
  123                   </div>
  123                   <div class="column is-6-tablet is-3-widescreen">
  123                     <div class="is-flex is-flex-direction-column">
  123                       <div class="is-flex is-justify-content-space-between is-align-items-center">
  123                         <span class="Footer_main-menu-title__ZRXUB">
  123                           CONTACT | CAREER
  123                         </span>
  123                       </div>
  123                       <div class="is-flex is-flex-direction-column is-clipped" style="opacity:0;height:0px;will-change:opacity">
  123                         <a href="/en/contact/">
  123                           Contact
  123                         </a>
  123                         <a href="/en/newsletter/">
  123                           Newsletter
  123                         </a>
  123                         <a href="https://jobs.lanserhof.com/">
  123                           Career
  123                         </a>
  123                       </div>
  123                     </div>
  123                   </div>
  123                 </div>
  123               </div>
  123             </div>
  123             <div class="Footer_legal-menu__EdlZ3">
  123               <div id="legal-menu" role="menubar" aria-label="legal-menu" class="LegalMenu_legal-menu__NiQAK">
  123                 <a class="legal menu-item" role="menuitem" id="menuitem-0" href="/en/legal-information/">
  123                   Legal Information
  123                 </a>
  123                 <span class="LegalMenu_divider__Yf_T6">
  123                   |
  123                 </span>
  123                 <a class="legal menu-item" role="menuitem" id="menuitem-1" href="/en/accessibility-information/">
  123                   Accessibility Information
  123                 </a>
  123                 <span class="LegalMenu_divider__Yf_T6">
  123                   |
  123                 </span>
  123                 <a class="legal menu-item" role="menuitem" id="menuitem-2" href="/en/privacy-policy/">
  123                   Privacy policy
  123                 </a>
  123                 <span class="LegalMenu_divider__Yf_T6">
  123                   |
  123                 </span>
  123                 <a class="legal menu-item LegalMenu_consent__oFrmR" role="menuitem" id="menuitem-privacysettings">
  123                   Privacy Settings
  123                 </a>
  123               </div>
  123             </div>
  123             <div class="Footer_divider__bfFrr my-3">
  123             </div>
  123             <div class="Footer_bottom__KuoWZ">
  123               <p class="Footer_copyright__1ODhL">
  123                 <span>
  123                   Copyright
  123                 </span>
  123                 <span>
  123                   2025
  123                   ,
  123                 </span>
  123                 <span>
  123                   Lanserhof
  123                 </span>
  123               </p>
  123               <div class="Footer_webdesign__UZPW_">
  123                 <div>
  123                   Webdesign &amp; Development by
  123                   <a target="_blank" href="https://www.aleksundshantu.com/">
  123                     ALEKS &amp; SHANTU
  123                   </a>
  123                 </div>
  123               </div>
  123             </div>
  123           </div>
  123         </section>
  123       </footer>
  123     </div>
  123     <script id="__NEXT_DATA__" type="application/json">
  123     </script>
  123   </body>
  123 </html>