{"id":706,"date":"2024-10-25T14:11:22","date_gmt":"2024-10-25T14:11:22","guid":{"rendered":"http:\/\/courpack.de\/?page_id=706"},"modified":"2026-05-12T15:12:16","modified_gmt":"2026-05-12T15:12:16","slug":"elementor-706","status":"publish","type":"page","link":"https:\/\/vitalhane.de\/en\/","title":{"rendered":"Home page"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"706\" class=\"elementor elementor-706\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7048e18 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"7048e18\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5eef02e elementor-widget elementor-widget-html\" data-id=\"5eef02e\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"de\">\r\n\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Vitalhane Hero Section<\/title>\r\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\r\n    <style>\r\n        .hero-section {\r\n            position: relative;\r\n            height: 100vh;\r\n            width: 100%;\r\n            overflow: hidden;\r\n        }\r\n\r\n        .hero-background {\r\n            position: absolute;\r\n            top: 0;\r\n            right: 0;\r\n            width: 55%;\r\n            height: 100%;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: flex-end;\r\n            pointer-events: none;\r\n        }\r\n\r\n        .hero-background img {\r\n            height: auto;\r\n            width: auto;\r\n            max-height: 95%;\r\n            object-fit: contain;\r\n        }\r\n\r\n        .hero-container {\r\n            height: 100vh;\r\n            max-width: 1400px;\r\n            margin: 0 auto;\r\n            padding: 0 4rem;\r\n            display: flex;\r\n            align-items: center;\r\n            position: relative;\r\n        }\r\n\r\n        .hero-content {\r\n            max-width: 600px;\r\n            padding-top: 0;\r\n            margin-left: 8%;\r\n            margin-top: -5%;\r\n            z-index: 2;\r\n        }\r\n\r\n        .hero-title {\r\n            font-size: 3.5rem;\r\n            margin-bottom: 1.5rem;\r\n            color: black;\r\n            line-height: 1.2;\r\n        }\r\n\r\n        .hero-description {\r\n            font-size: 18px !important;\r\n            line-height: 1.6;\r\n            color: black;\r\n            font-weight: 300;\r\n            margin-bottom: 2.5rem;\r\n            max-width: 550px;\r\n        }\r\n\r\n        .button-group {\r\n            display: flex;\r\n            gap: 1rem;\r\n            margin-bottom: 3rem;\r\n        }\r\n\r\n        .btn {\r\n            padding: 1rem 2rem;\r\n            border-radius: 50px;\r\n            text-decoration: none;\r\n            font-weight: 600;\r\n            transition: all 0.3s ease;\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 0.5rem;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .btn-primary {\r\n            background-color: #79D779;\r\n            color: white;\r\n        }\r\n\r\n        .btn-primary:hover {\r\n            background-color: white;\r\n            color: #79D779;\r\n            border: 1px solid;\r\n            border-color: #79D779;\r\n        }\r\n\r\n        .btn-secondary {\r\n            background-color: #f5f5f5;\r\n            color: #333;\r\n        }\r\n\r\n        .btn-secondary:hover {\r\n            background-color: white;\r\n            color: #79D779;\r\n            border: 1px solid;\r\n            border-color: #79D779;\r\n        }\r\n\r\n        .stats-container {\r\n            display: flex;\r\n            align-items: center;\r\n            gap: 1rem;\r\n        }\r\n\r\n        .stats-icon {\r\n            width: 140px;\r\n            height: auto;\r\n        }\r\n\r\n        .stats-content {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 0.25rem;\r\n        }\r\n\r\n        .stats-content h2 {\r\n            font-size: 2rem;\r\n            color: #79D779;\r\n            margin: 0;\r\n        }\r\n\r\n        .stats-content p {\r\n            color: #666;\r\n            font-size: 1.1rem;\r\n            margin: 0;\r\n        }\r\n\r\n        .email-icon {\r\n            font-size: 20px;\r\n        }\r\n\r\n        @media (max-width: 1200px) {\r\n            .hero-container {\r\n                padding: 0 2rem;\r\n            }\r\n\r\n            .hero-content {\r\n                margin-left: 5%;\r\n            }\r\n\r\n            .hero-title {\r\n                font-size: 3rem;\r\n            }\r\n        }\r\n\r\n        @media (max-width: 992px) {\r\n            .hero-container {\r\n                padding: 0 1.5rem;\r\n            }\r\n\r\n            .hero-content {\r\n                margin-left: 2%;\r\n            }\r\n\r\n            .hero-title {\r\n                font-size: 2.5rem;\r\n            }\r\n\r\n            .hero-background {\r\n                width: 50%;\r\n            }\r\n        }\r\n\r\n        @media (max-width: 768px) {\r\n            .hero-section {\r\n                height: auto;\r\n                min-height: 100vh;\r\n            }\r\n\r\n            .hero-container {\r\n                min-height: 100vh;\r\n                padding: 2rem 1rem;\r\n                text-align: center;\r\n            }\r\n\r\n            .hero-content {\r\n                padding-top: 1rem;\r\n                width: 100%;\r\n                margin: 0;\r\n            }\r\n\r\n            .button-group {\r\n                flex-direction: column;\r\n                align-items: center;\r\n            }\r\n\r\n            .stats-container {\r\n                justify-content: center;\r\n            }\r\n\r\n            .hero-background {\r\n                position: relative;\r\n                width: 100%;\r\n                height: 60vh;\r\n                margin-top: 2rem;\r\n            }\r\n\r\n            .hero-background img {\r\n                max-width: 100%;\r\n            }\r\n\r\n            .hero-description {\r\n                margin-left: auto;\r\n                margin-right: auto;\r\n            }\r\n        }\r\n\r\n        \/* \u2500\u2500 Popup \u2500\u2500 *\/\r\n        #vhSalePopup {\r\n            position: fixed;\r\n            inset: 0;\r\n            background: rgba(0,0,0,0.6);\r\n            backdrop-filter: blur(8px);\r\n            -webkit-backdrop-filter: blur(8px);\r\n            z-index: 999999;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            padding: 20px;\r\n            opacity: 0;\r\n            visibility: hidden;\r\n            transition: opacity 0.5s ease, visibility 0.5s ease;\r\n        }\r\n        body.vh-popup-active #vhSalePopup {\r\n            opacity: 1;\r\n            visibility: visible;\r\n        }\r\n        .vh-popup-card {\r\n            background: #ffffff;\r\n            border-radius: 24px;\r\n            max-width: 480px;\r\n            width: 100%;\r\n            overflow: hidden;\r\n            box-shadow: 0 32px 80px rgba(0,0,0,0.22), 0 8px 24px rgba(245,124,0,0.12);\r\n            transform: translateY(40px) scale(0.95);\r\n            transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);\r\n        }\r\n        body.vh-popup-active .vh-popup-card {\r\n            transform: translateY(0) scale(1);\r\n        }\r\n        .vh-popup-header {\r\n            background: linear-gradient(135deg, #FFB74D 0%, #F57C00 100%);\r\n            padding: 2.2rem 2rem 1.6rem;\r\n            position: relative;\r\n            text-align: center;\r\n        }\r\n        .vh-popup-icon {\r\n            width: 56px;\r\n            height: 56px;\r\n            background: rgba(255,255,255,0.22);\r\n            border-radius: 50%;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            margin: 0 auto 0.9rem;\r\n            font-size: 1.5rem;\r\n            color: #fff;\r\n        }\r\n        .vh-popup-header h3 {\r\n            margin: 0;\r\n            font-size: 1.3rem;\r\n            font-weight: 700;\r\n            color: #fff;\r\n            line-height: 1.35;\r\n        }\r\n        .vh-popup-close {\r\n            position: absolute;\r\n            top: 14px;\r\n            right: 14px;\r\n            width: 30px;\r\n            height: 30px;\r\n            border-radius: 50%;\r\n            border: none;\r\n            background: rgba(255,255,255,0.25);\r\n            color: #fff;\r\n            font-size: 18px;\r\n            cursor: pointer;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            transition: background 0.2s ease, transform 0.2s ease;\r\n        }\r\n        .vh-popup-close:hover {\r\n            background: rgba(255,255,255,0.45);\r\n            transform: rotate(90deg);\r\n        }\r\n        .vh-popup-body {\r\n            padding: 1.8rem 2rem 2rem;\r\n            text-align: center;\r\n        }\r\n        .vh-popup-badge {\r\n            display: inline-block;\r\n            background: #FFF3E0;\r\n            color: #E65100;\r\n            border: 1px solid #FFCC80;\r\n            border-radius: 50px;\r\n            font-size: 0.7rem;\r\n            font-weight: 700;\r\n            letter-spacing: 0.8px;\r\n            text-transform: uppercase;\r\n            padding: 4px 14px;\r\n            margin-bottom: 14px;\r\n        }\r\n        .vh-popup-body p {\r\n            font-size: 0.97rem;\r\n            line-height: 1.75;\r\n            color: #4a4a4a;\r\n            margin: 0 0 1.5rem;\r\n        }\r\n        .vh-popup-actions {\r\n            display: flex;\r\n            gap: 10px;\r\n            justify-content: center;\r\n            flex-wrap: wrap;\r\n        }\r\n        .vh-popup-btn-primary {\r\n            background: linear-gradient(135deg, #FFB74D 0%, #F57C00 100%);\r\n            color: #fff !important;\r\n            padding: 13px 26px;\r\n            border-radius: 50px;\r\n            text-decoration: none !important;\r\n            font-weight: 700;\r\n            box-shadow: 0 4px 14px rgba(245,124,0,0.3);\r\n            transition: transform 0.2s ease, box-shadow 0.2s ease;\r\n            display: inline-flex;\r\n            align-items: center;\r\n            gap: 6px;\r\n        }\r\n        .vh-popup-btn-primary:hover {\r\n            transform: translateY(-2px);\r\n            box-shadow: 0 7px 20px rgba(245,124,0,0.4);\r\n        }\r\n        .vh-popup-btn-secondary {\r\n            background: transparent;\r\n            color: #888 !important;\r\n            border: 1.5px solid #e5e5e5;\r\n            border-radius: 50px;\r\n            padding: 13px 22px;\r\n            font-size: 0.88rem;\r\n            font-weight: 500;\r\n            cursor: pointer;\r\n            transition: border-color 0.2s, color 0.2s;\r\n        }\r\n        .vh-popup-btn-secondary:hover {\r\n            border-color: #F57C00;\r\n            color: #F57C00 !important;\r\n        }\r\n        @media (max-width: 520px) {\r\n            .vh-popup-actions { flex-direction: column; align-items: stretch; }\r\n            .vh-popup-btn-primary, .vh-popup-btn-secondary { text-align: center; justify-content: center; }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n\r\n<body>\r\n\r\n    <!-- \u2500\u2500 Vitalhane Plattform Sat\u0131\u015f Popup \u2500\u2500 -->\r\n    <div id=\"vhSalePopup\">\r\n        <div class=\"vh-popup-card\">\r\n            <div class=\"vh-popup-header\">\r\n                <button class=\"vh-popup-close\" onclick=\"vhClosePopup()\" aria-label=\"Schlie\u00dfen\">&#10005;<\/button>\r\n                <div class=\"vh-popup-icon\">\r\n                    <i class=\"fas fa-heart\"><\/i>\r\n                <\/div>\r\n                <h3>Eine besondere Mitteilung<br>von uns an Sie<\/h3>\r\n            <\/div>\r\n            <div class=\"vh-popup-body\">\r\n                <span class=\"vh-popup-badge\">&#10022; Wichtige Information<\/span>\r\n                <p>\r\n                    Sehr geehrte Besucherinnen und Besucher,<br><br>\r\n                    leider m\u00fcssen wir Ihnen schweren Herzens mitteilen, dass wir unsere\r\n                    <strong>Vitalhane Plattform<\/strong> verkaufen m\u00fcssen.\r\n                    Wer Interesse hat, darf uns gerne \u00fcber unseren\r\n                    <a href=\"https:\/\/vitalhane.de\/en\/kontakt\/\" style=\"color:#F57C00; font-weight:700; text-decoration:underline;\">Kontaktbereich<\/a>\r\n                    erreichen. Wir stehen jederzeit zur Verf\u00fcgung. \ud83c\udf3f\r\n                <\/p>\r\n                <div class=\"vh-popup-actions\">\r\n                    <a href=\"https:\/\/vitalhane.de\/en\/kontakt\/\" class=\"vh-popup-btn-primary\">\r\n                        <i class=\"fas fa-paper-plane\"><\/i> Kontakt aufnehmen\r\n                    <\/a>\r\n                    <button class=\"vh-popup-btn-secondary\" onclick=\"vhClosePopup()\">Vielleicht sp\u00e4ter<\/button>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n        function vhClosePopup() {\r\n            document.body.classList.remove('vh-popup-active');\r\n        }\r\n        document.addEventListener('DOMContentLoaded', function() {\r\n            \/\/ Elementor edit\u00f6r modunda a\u00e7ma\r\n            if (!document.body.classList.contains('elementor-editor-active')) {\r\n                setTimeout(function() {\r\n                    document.body.classList.add('vh-popup-active');\r\n                }, 1000);\r\n            }\r\n        });\r\n        document.getElementById('vhSalePopup').addEventListener('click', function(e) {\r\n            if (e.target === this) vhClosePopup();\r\n        });\r\n        document.addEventListener('keydown', function(e) {\r\n            if (e.key === 'Escape') vhClosePopup();\r\n        });\r\n    <\/script>\r\n\r\n    <section class=\"hero-section\">\r\n        <div class=\"hero-container\">\r\n            <div class=\"hero-content\">\r\n                <h2 class=\"hero-title\">Personal development through <b>Live coaching!<\/b><\/h2>\r\n                <div class=\"hero-description\">\r\n                    <p><strong>Unsere erfahrenen Ern\u00e4hrungsberater*innen begleiten Sie individuell auf Ihrem Weg zu mehr\r\n                            Wohlbefinden. Mit einem ma\u00dfgeschneiderten Di\u00e4tplan und einem alltagstauglichen\r\n                            Ern\u00e4hrungsplan zum Abnehmen unterst\u00fctzen wir Sie bei einer gesunden Lebensweise \u2013 jederzeit\r\n                            erreichbar und pers\u00f6nlich abgestimmt. So wird Ihr Ern\u00e4hrungsplan zur Grundlage nachhaltiger\r\n                            Ver\u00e4nderung.<\/strong><\/p>\r\n                <\/div>\r\n                <div class=\"button-group\">\r\n                    <a href=\"mailto:info@vitalhane.de\" class=\"btn btn-primary\">\r\n                        <i class=\"fas fa-envelope email-icon\"><\/i>\r\n                        Free instant consultation\r\n                    <\/a>\r\n                    <a href=\"https:\/\/vitalhane.de\/en\/diatpakete\/\" class=\"btn btn-secondary\">Discover our packages<\/a>\r\n                <\/div>\r\n                <div class=\"stats-container\">\r\n                    <img decoding=\"async\" src=\"https:\/\/vitalhane.de\/wp-content\/uploads\/2024\/10\/hero-mans.png\"\r\n                        alt=\"Live-Support per Nachricht\" class=\"stats-icon\">\r\n                    <div class=\"stats-content\">\r\n                        <h2>Over 500<\/h2>\r\n                        <p>positive feedback<br> speak for themselves!<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"hero-background\">\r\n            <img decoding=\"async\" src=\"https:\/\/vitalhane.de\/wp-content\/uploads\/2024\/10\/bannerimagetvitalhane.png\" alt=\"Hero Image\">\r\n        <\/div>\r\n    <\/section>\r\n<\/body>\r\n\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-62190eda elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no\" data-id=\"62190eda\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-6620d29\" data-id=\"6620d29\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-a4a8940 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no\" data-id=\"a4a8940\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-62a9b3cd\" data-id=\"62a9b3cd\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-2f1a856b\" data-id=\"2f1a856b\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-290bbd7f elementor-widget elementor-widget-elementskit-heading\" data-id=\"290bbd7f\" data-element_type=\"widget\" data-widget_type=\"elementskit-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" ><div class=\"ekit-heading elementskit-section-title-wraper center   ekit_heading_tablet-   ekit_heading_mobile-\"><h2 class=\"ekit-heading--title elementskit-section-title\"> <span>Features<\/span><\/h2>\t\t\t\t<div class='ekit-heading__description'>\n\t\t\t\t\t<p>We offer you comprehensive, personalized services equipped with innovative features that make it easier for you to achieve your wellness goals<\/p>\n\t\t\t\t<\/div>\n\t\t\t<\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-4ac2e2cf\" data-id=\"4ac2e2cf\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-944281e elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no\" data-id=\"944281e\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-232170db\" data-id=\"232170db\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-132e93ba ekit-equal-height-enable elementor-widget elementor-widget-elementskit-icon-box\" data-id=\"132e93ba\" data-element_type=\"widget\" data-widget_type=\"elementskit-icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" >        <!-- link opening -->\n                <!-- end link opening -->\n\n        <div class=\"elementskit-infobox text-center text- icon-top-align elementor-animation-\">\n                    <div class=\"elementskit-box-header elementor-animation-\">\n                <div class=\"elementskit-info-box-icon\">\n                    <i aria-hidden=\"true\" class=\"elementkit-infobox-icon jki jki-hours-support-light\"><\/i>\n                <\/div>\n          <\/div>\n                        <div class=\"box-body\">\n                            <h3 class=\"elementskit-info-box-title\">\n                    24\/7 communication                <\/h3>\n                        \t\t  \t<p>Always available: Our nutritionists are available around the clock to answer your questions and support you.<\/p>\n                                <\/div>\n        \n        \n                <\/div>\n        <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-4f68fa22\" data-id=\"4f68fa22\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6e744af0 ekit-equal-height-enable elementor-widget elementor-widget-elementskit-icon-box\" data-id=\"6e744af0\" data-element_type=\"widget\" data-widget_type=\"elementskit-icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" >        <!-- link opening -->\n                <!-- end link opening -->\n\n        <div class=\"elementskit-infobox text-center text- icon-top-align elementor-animation-\">\n                    <div class=\"elementskit-box-header elementor-animation-\">\n                <div class=\"elementskit-info-box-icon\">\n                    <svg aria-hidden=\"true\" class=\"elementkit-infobox-icon e-font-icon-svg e-fas-people-arrows\" viewbox=\"0 0 576 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M96,128A64,64,0,1,0,32,64,64,64,0,0,0,96,128Zm0,176.08a44.11,44.11,0,0,1,13.64-32L181.77,204c1.65-1.55,3.77-2.31,5.61-3.57A63.91,63.91,0,0,0,128,160H64A64,64,0,0,0,0,224v96a32,32,0,0,0,32,32V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V383.61l-50.36-47.53A44.08,44.08,0,0,1,96,304.08ZM480,128a64,64,0,1,0-64-64A64,64,0,0,0,480,128Zm32,32H448a63.91,63.91,0,0,0-59.38,40.42c1.84,1.27,4,2,5.62,3.59l72.12,68.06a44.37,44.37,0,0,1,0,64L416,383.62V480a32,32,0,0,0,32,32h64a32,32,0,0,0,32-32V352a32,32,0,0,0,32-32V224A64,64,0,0,0,512,160ZM444.4,295.34l-72.12-68.06A12,12,0,0,0,352,236v36H224V236a12,12,0,0,0-20.28-8.73L131.6,295.34a12.4,12.4,0,0,0,0,17.47l72.12,68.07A12,12,0,0,0,224,372.14V336H352v36.14a12,12,0,0,0,20.28,8.74l72.12-68.07A12.4,12.4,0,0,0,444.4,295.34Z\"><\/path><\/svg>\n                <\/div>\n          <\/div>\n                        <div class=\"box-body\">\n                            <h3 class=\"elementskit-info-box-title\">\n                    Individual diet plans                <\/h3>\n                        \t\t  \t<p>Tailor-made advice: Receive diet plans that are specifically tailored to your needs and goals.<\/p>\n                                <\/div>\n        \n        \n                <\/div>\n        <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-6955745e\" data-id=\"6955745e\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-46c72c5b ekit-equal-height-enable elementor-widget elementor-widget-elementskit-icon-box\" data-id=\"46c72c5b\" data-element_type=\"widget\" data-widget_type=\"elementskit-icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" >        <!-- link opening -->\n                <!-- end link opening -->\n\n        <div class=\"elementskit-infobox text-center text- icon-top-align elementor-animation-\">\n                    <div class=\"elementskit-box-header elementor-animation-\">\n                <div class=\"elementskit-info-box-icon\">\n                    <i aria-hidden=\"true\" class=\"elementkit-infobox-icon jki jki-help-desk-light\"><\/i>\n                <\/div>\n          <\/div>\n                        <div class=\"box-body\">\n                            <h3 class=\"elementskit-info-box-title\">\n                    Support                <\/h3>\n                        \t\t  \t<p>Experienced consultants: Benefit from the expertise of our qualified nutritionists for comprehensive support.<\/p>\n                                <\/div>\n        \n        \n                <\/div>\n        <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-25 elementor-inner-column elementor-element elementor-element-304dfebb\" data-id=\"304dfebb\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-48aa5258 ekit-equal-height-enable elementor-widget elementor-widget-elementskit-icon-box\" data-id=\"48aa5258\" data-element_type=\"widget\" data-widget_type=\"elementskit-icon-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" >        <!-- link opening -->\n                <!-- end link opening -->\n\n        <div class=\"elementskit-infobox text-center text- icon-top-align elementor-animation-\">\n                    <div class=\"elementskit-box-header elementor-animation-\">\n                <div class=\"elementskit-info-box-icon\">\n                    <i aria-hidden=\"true\" class=\"elementkit-infobox-icon jki jki-shuffle-arrow-light\"><\/i>\n                <\/div>\n          <\/div>\n                        <div class=\"box-body\">\n                            <h3 class=\"elementskit-info-box-title\">\n                    Flexible coaching                <\/h3>\n                        \t\t  \t<p>Tailor-made for you: Our coaching adapts to your lifestyle and can be flexibly adapted to your requirements and schedule.<\/p>\n                                <\/div>\n        \n        \n                <\/div>\n        <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-22596e4f elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no\" data-id=\"22596e4f\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5252a111\" data-id=\"5252a111\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-cc2bdff elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no\" data-id=\"cc2bdff\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-430862a9\" data-id=\"430862a9\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-12e0a48b\" data-id=\"12e0a48b\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-63404eb0 elementor-widget elementor-widget-elementskit-heading\" data-id=\"63404eb0\" data-element_type=\"widget\" data-widget_type=\"elementskit-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" ><div class=\"ekit-heading elementskit-section-title-wraper center   ekit_heading_tablet-   ekit_heading_mobile-\"><h2 class=\"ekit-heading--title elementskit-section-title\">Diet<span>Packages<\/span><\/h2>\t\t\t\t<div class='ekit-heading__description'>\n\t\t\t\t\t<p>Find out about our nutrition programs for your purpose<\/p>\n\t\t\t\t<\/div>\n\t\t\t<\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-6f89fdc0\" data-id=\"6f89fdc0\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-1f0c8462 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no\" data-id=\"1f0c8462\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-2252b389\" data-id=\"2252b389\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-de17dea wpr-promo-box-style-cover elementor-invisible elementor-widget elementor-widget-wpr-promo-box\" data-id=\"de17dea\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;}\" data-widget_type=\"wpr-promo-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div class=\"wpr-promo-box wpr-animation-wrap\">\n\n\t\t\t\t\t\t<a class=\"wpr-promo-box-link\" href=\"https:\/\/vitalhane.de\/en\/diatpakete\/mediterrane-diat\/\"><\/a>\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"wpr-promo-box-image\">\n\t\t\t\t\t<div class=\"wpr-promo-box-bg-image wpr-bg-anim-zoom-in wpr-anim-timing-ease-default\" style=\"background-image:url(https:\/\/vitalhane.de\/wp-content\/uploads\/2024\/10\/Untitled-3-5-1-1.webp);\"><\/div>\n\t\t\t\t\t<div class=\"wpr-promo-box-bg-overlay wpr-border-anim-oscar\"><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t<div class=\"wpr-promo-box-content\">\n\n\t\t\t\t\t\t\t\t<div class=\"wpr-promo-box-icon\">\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t<h3 class=\"wpr-promo-box-title\"><span>Mediterranean diet<\/span><\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-580728c3\" data-id=\"580728c3\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-648f0cef wpr-promo-box-style-cover elementor-invisible elementor-widget elementor-widget-wpr-promo-box\" data-id=\"648f0cef\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"wpr-promo-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div class=\"wpr-promo-box wpr-animation-wrap\">\n\n\t\t\t\t\t\t<a class=\"wpr-promo-box-link\" href=\"https:\/\/vitalhane.de\/en\/diatpakete\/low-carb-diat\/\"><\/a>\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"wpr-promo-box-image\">\n\t\t\t\t\t<div class=\"wpr-promo-box-bg-image wpr-bg-anim-zoom-in wpr-anim-timing-ease-default\" style=\"background-image:url(https:\/\/vitalhane.de\/wp-content\/uploads\/2024\/10\/Untitled-2-4-1-1.webp);\"><\/div>\n\t\t\t\t\t<div class=\"wpr-promo-box-bg-overlay wpr-border-anim-oscar\"><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t<div class=\"wpr-promo-box-content\">\n\n\t\t\t\t\t\t\t\t<div class=\"wpr-promo-box-icon\">\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t<h3 class=\"wpr-promo-box-title\"><span>Low carb diet<\/span><\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-178116ae\" data-id=\"178116ae\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e7ccdfa wpr-promo-box-style-cover elementor-invisible elementor-widget elementor-widget-wpr-promo-box\" data-id=\"e7ccdfa\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"wpr-promo-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div class=\"wpr-promo-box wpr-animation-wrap\">\n\n\t\t\t\t\t\t<a class=\"wpr-promo-box-link\" href=\"https:\/\/vitalhane.de\/en\/diatpakete\/vegane-diat\/\"><\/a>\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"wpr-promo-box-image\">\n\t\t\t\t\t<div class=\"wpr-promo-box-bg-image wpr-bg-anim-zoom-in wpr-anim-timing-ease-default\" style=\"background-image:url(https:\/\/vitalhane.de\/wp-content\/uploads\/2024\/10\/Untitled-2-3-1-1.webp);\"><\/div>\n\t\t\t\t\t<div class=\"wpr-promo-box-bg-overlay wpr-border-anim-oscar\"><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t<div class=\"wpr-promo-box-content\">\n\n\t\t\t\t\t\t\t\t<div class=\"wpr-promo-box-icon\">\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t<h3 class=\"wpr-promo-box-title\"><span>Vegan diet<\/span><\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-382bdcae elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no\" data-id=\"382bdcae\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-dfadda7\" data-id=\"dfadda7\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6441debb wpr-promo-box-style-cover elementor-invisible elementor-widget elementor-widget-wpr-promo-box\" data-id=\"6441debb\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;}\" data-widget_type=\"wpr-promo-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div class=\"wpr-promo-box wpr-animation-wrap\">\n\n\t\t\t\t\t\t<a class=\"wpr-promo-box-link\" href=\"https:\/\/vitalhane.de\/en\/diatpakete\/vegetarische-diat\/\"><\/a>\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"wpr-promo-box-image\">\n\t\t\t\t\t<div class=\"wpr-promo-box-bg-image wpr-bg-anim-zoom-in wpr-anim-timing-ease-default\" style=\"background-image:url(https:\/\/vitalhane.de\/wp-content\/uploads\/2024\/10\/Untitled-1-2-1-1.webp);\"><\/div>\n\t\t\t\t\t<div class=\"wpr-promo-box-bg-overlay wpr-border-anim-oscar\"><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t<div class=\"wpr-promo-box-content\">\n\n\t\t\t\t\t\t\t\t<div class=\"wpr-promo-box-icon\">\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t<h3 class=\"wpr-promo-box-title\"><span>Vegetarian diet<\/span><\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-34c7268c\" data-id=\"34c7268c\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-543bb05e wpr-promo-box-style-cover elementor-invisible elementor-widget elementor-widget-wpr-promo-box\" data-id=\"543bb05e\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_delay&quot;:100}\" data-widget_type=\"wpr-promo-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div class=\"wpr-promo-box wpr-animation-wrap\">\n\n\t\t\t\t\t\t<a class=\"wpr-promo-box-link\" href=\"https:\/\/vitalhane.de\/en\/diatpakete\/paleo-diat\/\"><\/a>\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"wpr-promo-box-image\">\n\t\t\t\t\t<div class=\"wpr-promo-box-bg-image wpr-bg-anim-zoom-in wpr-anim-timing-ease-default\" style=\"background-image:url(https:\/\/vitalhane.de\/wp-content\/uploads\/2024\/10\/Untitled-2-1-1-1.webp);\"><\/div>\n\t\t\t\t\t<div class=\"wpr-promo-box-bg-overlay wpr-border-anim-oscar\"><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t<div class=\"wpr-promo-box-content\">\n\n\t\t\t\t\t\t\t\t<div class=\"wpr-promo-box-icon\">\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t<h3 class=\"wpr-promo-box-title\"><span>Paleo diet<\/span><\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-71930d66\" data-id=\"71930d66\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-272de779 wpr-promo-box-style-cover elementor-invisible elementor-widget elementor-widget-wpr-promo-box\" data-id=\"272de779\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;,&quot;_animation_delay&quot;:200}\" data-widget_type=\"wpr-promo-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div class=\"wpr-promo-box wpr-animation-wrap\">\n\n\t\t\t\t\t\t<a class=\"wpr-promo-box-link\" href=\"https:\/\/vitalhane.de\/en\/diatpakete\/intervallfasten\/\"><\/a>\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"wpr-promo-box-image\">\n\t\t\t\t\t<div class=\"wpr-promo-box-bg-image wpr-bg-anim-zoom-in wpr-anim-timing-ease-default\" style=\"background-image:url(https:\/\/vitalhane.de\/wp-content\/uploads\/2024\/10\/Untitled-2-6-1.webp);\"><\/div>\n\t\t\t\t\t<div class=\"wpr-promo-box-bg-overlay wpr-border-anim-oscar\"><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t<div class=\"wpr-promo-box-content\">\n\n\t\t\t\t\t\t\t\t<div class=\"wpr-promo-box-icon\">\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t<h3 class=\"wpr-promo-box-title\"><span>Intermittent fasting<\/span><\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-7aa6e257 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"7aa6e257\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-196559ec elementor-hidden-tablet elementor-hidden-mobile e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"196559ec\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7423fa20 wpr-promo-box-style-cover elementor-invisible elementor-widget elementor-widget-wpr-promo-box\" data-id=\"7423fa20\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;}\" data-widget_type=\"wpr-promo-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div class=\"wpr-promo-box wpr-animation-wrap\">\n\n\t\t\t\t\t\t<a class=\"wpr-promo-box-link\" href=\"https:\/\/vitalhane.de\/en\/diatpakete\/keto-diat\/\"><\/a>\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"wpr-promo-box-image\">\n\t\t\t\t\t<div class=\"wpr-promo-box-bg-image wpr-bg-anim-zoom-in wpr-anim-timing-ease-default\" style=\"background-image:url(https:\/\/vitalhane.de\/wp-content\/uploads\/2024\/10\/keto-diet-2-1.webp);\"><\/div>\n\t\t\t\t\t<div class=\"wpr-promo-box-bg-overlay wpr-border-anim-oscar\"><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t<div class=\"wpr-promo-box-content\">\n\n\t\t\t\t\t\t\t\t<div class=\"wpr-promo-box-icon\">\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t<h3 class=\"wpr-promo-box-title\"><span>Keto diet<\/span><\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-13f9ead4 elementor-hidden-desktop e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"13f9ead4\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4ce9a891 wpr-promo-box-style-cover elementor-invisible elementor-widget elementor-widget-wpr-promo-box\" data-id=\"4ce9a891\" data-element_type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;slideInUp&quot;}\" data-widget_type=\"wpr-promo-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<div class=\"wpr-promo-box wpr-animation-wrap\">\n\n\t\t\t\t\t\t<a class=\"wpr-promo-box-link\" href=\"https:\/\/vitalhane.de\/en\/produkt\/keto-diaet\/\"><\/a>\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"wpr-promo-box-image\">\n\t\t\t\t\t<div class=\"wpr-promo-box-bg-image wpr-bg-anim-zoom-in wpr-anim-timing-ease-default\" style=\"background-image:url(https:\/\/vitalhane.de\/wp-content\/uploads\/2024\/10\/KETO-DyET1-1-1.webp);\"><\/div>\n\t\t\t\t\t<div class=\"wpr-promo-box-bg-overlay wpr-border-anim-oscar\"><\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\n\t\t\t<div class=\"wpr-promo-box-content\">\n\n\t\t\t\t\t\t\t\t<div class=\"wpr-promo-box-icon\">\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t<h3 class=\"wpr-promo-box-title\"><span>Keto diet<\/span><\/h3>\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1a02f4a1 elementor-section-full_width elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no\" data-id=\"1a02f4a1\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5b7241ad\" data-id=\"5b7241ad\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6e336ead e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"6e336ead\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-4df53503 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"4df53503\" data-element_type=\"container\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6b1ff584 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"6b1ff584\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7c47b0ea elementor-widget elementor-widget-elementskit-heading\" data-id=\"7c47b0ea\" data-element_type=\"widget\" data-widget_type=\"elementskit-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" ><div class=\"ekit-heading elementskit-section-title-wraper center   ekit_heading_tablet-   ekit_heading_mobile-\"><h2 class=\"ekit-heading--title elementskit-section-title\">How it <span>works?<\/span><\/h2>\t\t\t\t<div class='ekit-heading__description'>\n\t\t\t\t\t<p>Find out in just a few steps how our service works and how you can easily get your customized diet plan.<\/p>\n\t\t\t\t<\/div>\n\t\t\t<\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-14b5c278 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"14b5c278\" data-element_type=\"container\">\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-1822475f elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no elementor-invisible\" data-id=\"1822475f\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-75f6d41\" data-id=\"75f6d41\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-74da0cb4 elementor-widget elementor-widget-video\" data-id=\"74da0cb4\" data-element_type=\"widget\" data-settings=\"{&quot;youtube_url&quot;:&quot;https:\\\/\\\/www.youtube.com\\\/watch?v=EiP3Ahw8wW8&quot;,&quot;show_image_overlay&quot;:&quot;yes&quot;,&quot;image_overlay&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/vitalhane.de\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/healthy-eating-dieting-concept-home-kitchen-with-2023-11-27-05-00-53-utc-scaled-1.webp&quot;,&quot;id&quot;:333,&quot;size&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;source&quot;:&quot;library&quot;},&quot;video_type&quot;:&quot;youtube&quot;,&quot;controls&quot;:&quot;yes&quot;}\" data-widget_type=\"video.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-wrapper elementor-open-inline\">\n\t\t\t<div class=\"elementor-video\"><\/div>\t\t\t\t<div class=\"elementor-custom-embed-image-overlay\" style=\"background-image: url(https:\/\/vitalhane.de\/wp-content\/uploads\/2024\/10\/healthy-eating-dieting-concept-home-kitchen-with-2023-11-27-05-00-53-utc-scaled-1.webp);\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-custom-embed-play\" role=\"button\" aria-label=\"Play video\" tabindex=\"0\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-play\" viewbox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M838 162C746 71 633 25 500 25 371 25 258 71 163 162 71 254 25 367 25 500 25 633 71 746 163 837 254 929 367 979 500 979 633 979 746 933 838 837 929 746 975 633 975 500 975 367 929 254 838 162M808 192C892 279 933 379 933 500 933 621 892 725 808 808 725 892 621 938 500 938 379 938 279 896 196 808 113 725 67 621 67 500 67 379 108 279 196 192 279 108 383 62 500 62 621 62 721 108 808 192M438 392V642L642 517 438 392Z\"><\/path><\/svg>\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-631c43b2 elementor-section-full_width elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no\" data-id=\"631c43b2\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-296fda20\" data-id=\"296fda20\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-1b31858f elementor-section-content-bottom elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no elementor-invisible\" data-id=\"1b31858f\" data-element_type=\"section\" data-settings=\"{&quot;animation&quot;:&quot;fadeIn&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-311e92ef\" data-id=\"311e92ef\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-54820269 elementor-section-full_width elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no\" data-id=\"54820269\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-76e2dfbc\" data-id=\"76e2dfbc\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4dc15f07 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"4dc15f07\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-29d3d0f8 elementor-widget elementor-widget-heading\" data-id=\"29d3d0f8\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Book package<\/h6>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1df36366 elementor-widget elementor-widget-heading\" data-id=\"1df36366\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Choose your ideal diet package and book it easily via our user-friendly platform.<\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-14280815\" data-id=\"14280815\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-63567efc elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"63567efc\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<i aria-hidden=\"true\" class=\"jki jki-check-light\"><\/i>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5e388142 elementor-widget elementor-widget-heading\" data-id=\"5e388142\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Fill in the survey<\/h6>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fbe1f68 elementor-widget elementor-widget-heading\" data-id=\"fbe1f68\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Complete the survey sent to you to define your personal goals and needs.<\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-260774ee\" data-id=\"260774ee\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3e0f2bdd elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"3e0f2bdd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2c05904a elementor-widget elementor-widget-heading\" data-id=\"2c05904a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Individual advice<\/h6>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-578853e4 elementor-widget elementor-widget-heading\" data-id=\"578853e4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">Our diet experts will evaluate your answers and contact you. After your feedback and approval, we will create your customized diet plan and send you the invoice.<\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-732bea97\" data-id=\"732bea97\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-16419fa4 elementor-section-full_width elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no\" data-id=\"16419fa4\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-4e24fc82\" data-id=\"4e24fc82\" data-element_type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2e3ce613 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"2e3ce613\" data-element_type=\"widget\" data-widget_type=\"icon.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-check\" viewbox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1634b2bd elementor-widget elementor-widget-heading\" data-id=\"1634b2bd\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h6 class=\"elementor-heading-title elementor-size-default\">Start consulting<\/h6>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b6f97cc elementor-widget elementor-widget-heading\" data-id=\"b6f97cc\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<span class=\"elementor-heading-title elementor-size-default\">After payment, you start your monthly package immediately. Enjoy continuous support and feedback through our platform for maximum success!<\/span>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-70d1ee5f elementor-align-center elementor-mobile-align-left elementor-widget elementor-widget-button\" data-id=\"70d1ee5f\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\" href=\"https:\/\/vitalhane.de\/en\/diatpakete\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-angle-right\" viewbox=\"0 0 256 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">To your diet package!<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-1a7578ae elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no\" data-id=\"1a7578ae\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-783514e2\" data-id=\"783514e2\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-a6b0520 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no\" data-id=\"a6b0520\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-5e1a03fd\" data-id=\"5e1a03fd\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-82dc41e\" data-id=\"82dc41e\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-34bd0cba elementor-widget elementor-widget-elementskit-heading\" data-id=\"34bd0cba\" data-element_type=\"widget\" data-widget_type=\"elementskit-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" ><div class=\"ekit-heading elementskit-section-title-wraper center   ekit_heading_tablet-   ekit_heading_mobile-\"><h2 class=\"ekit-heading--title elementskit-section-title\">Frequent  <span>Questions<\/span><\/h2>\t\t\t\t<div class='ekit-heading__description'>\n\t\t\t\t\t<p>Information center where you can find answers to the most frequently asked questions about our diet programs, services and procedures<\/p>\n\t\t\t\t<\/div>\n\t\t\t<\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-73c2b39a\" data-id=\"73c2b39a\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5819c3d4 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no\" data-id=\"5819c3d4\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-15ad9965\" data-id=\"15ad9965\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6ae97da elementor-widget elementor-widget-image\" data-id=\"6ae97da\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1080\" height=\"849\" src=\"https:\/\/vitalhane.de\/wp-content\/uploads\/2024\/10\/Yesil-Modern-Diyetisyen-Hizmet-Tanitim-Instagram-Gonderisi-e1721919383830.webp\" class=\"attachment-full size-full wp-image-574\" alt=\"Frau misst ihre Taille mit einem Ma\u00dfband\" srcset=\"https:\/\/vitalhane.de\/wp-content\/uploads\/2024\/10\/Yesil-Modern-Diyetisyen-Hizmet-Tanitim-Instagram-Gonderisi-e1721919383830.webp 1080w, https:\/\/vitalhane.de\/wp-content\/uploads\/2024\/10\/Yesil-Modern-Diyetisyen-Hizmet-Tanitim-Instagram-Gonderisi-e1721919383830-300x236.webp 300w, https:\/\/vitalhane.de\/wp-content\/uploads\/2024\/10\/Yesil-Modern-Diyetisyen-Hizmet-Tanitim-Instagram-Gonderisi-e1721919383830-600x472.webp 600w, https:\/\/vitalhane.de\/wp-content\/uploads\/2024\/10\/Yesil-Modern-Diyetisyen-Hizmet-Tanitim-Instagram-Gonderisi-e1721919383830-1024x805.webp 1024w, https:\/\/vitalhane.de\/wp-content\/uploads\/2024\/10\/Yesil-Modern-Diyetisyen-Hizmet-Tanitim-Instagram-Gonderisi-e1721919383830-768x604.webp 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4e589912\" data-id=\"4e589912\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-640201f1 elementor-widget elementor-widget-elementskit-accordion\" data-id=\"640201f1\" data-element_type=\"widget\" data-widget_type=\"elementskit-accordion.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" >\n        <div class=\"elementskit-accordion accoedion-primary\" id=\"accordion-6a8ab78db68fa\">\n\n            \n                <div class=\"elementskit-card active\">\n                    <div class=\"elementskit-card-header\" id=\"primaryHeading-0-640201f1\">\n                        <a href=\"#collapse-ae2191d6a8ab78db68fa\" class=\"ekit-accordion--toggler elementskit-btn-link collapsed\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ae2191d6a8ab78db68fa\" aria-expanded=\"true\" aria-controls=\"Collapse-ae2191d6a8ab78db68fa\">\n                            \n                            <span class=\"ekit-accordion-title\">How do I start with a diet package?<\/span>\n\n                            \n                                <div class=\"ekit_accordion_icon_group\">\n                                    <div class=\"ekit_accordion_normal_icon\">\n                                        <!-- Normal Icon -->\n\t\t\t\t\t\t\t\t\t\t<i class=\"fasicon icon-plus\"><\/i>                                    <\/div>\n\n                                    <div class=\"ekit_accordion_active_icon\">\n                                        <!-- Active Icon -->\n\t\t\t\t\t\t\t\t\t\t<i class=\"fasicon icon-minus\"><\/i>                                    <\/div>\n                                <\/div>\n\n                            \n                                                    <\/a>\n                    <\/div>\n\n                    <div id=\"Collapse-ae2191d6a8ab78db68fa\" class=\"show collapse\" aria-labelledby=\"primaryHeading-0-640201f1\" data-parent=\"#accordion-6a8ab78db68fa\">\n\n                        <div class=\"elementskit-card-body ekit-accordion--content\">\n                            <div class=\"elementskit-single-faq elementor-repeater-item-1a01986\"><div class=\"elementskit-faq-body\">Choose your package, book through our platform and fill out the survey to get started right away.<\/div><\/div>                        <\/div>\n\n                    <\/div>\n\n                <\/div><!-- .elementskit-card END -->\n\n                \n                <div class=\"elementskit-card\">\n                    <div class=\"elementskit-card-header\" id=\"primaryHeading-1-640201f1\">\n                        <a href=\"#collapse-ade871c6a8ab78db68fa\" class=\"ekit-accordion--toggler elementskit-btn-link collapsed\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-ade871c6a8ab78db68fa\" aria-expanded=\"false\" aria-controls=\"Collapse-ade871c6a8ab78db68fa\">\n                            \n                            <span class=\"ekit-accordion-title\">What happens after the booking?<\/span>\n\n                            \n                                <div class=\"ekit_accordion_icon_group\">\n                                    <div class=\"ekit_accordion_normal_icon\">\n                                        <!-- Normal Icon -->\n\t\t\t\t\t\t\t\t\t\t<i class=\"fasicon icon-plus\"><\/i>                                    <\/div>\n\n                                    <div class=\"ekit_accordion_active_icon\">\n                                        <!-- Active Icon -->\n\t\t\t\t\t\t\t\t\t\t<i class=\"fasicon icon-minus\"><\/i>                                    <\/div>\n                                <\/div>\n\n                            \n                                                    <\/a>\n                    <\/div>\n\n                    <div id=\"Collapse-ade871c6a8ab78db68fa\" class=\"collapse\" aria-labelledby=\"primaryHeading-1-640201f1\" data-parent=\"#accordion-6a8ab78db68fa\">\n\n                        <div class=\"elementskit-card-body ekit-accordion--content\">\n                            <div class=\"elementskit-single-faq elementor-repeater-item-1a01986\"><div class=\"elementskit-faq-body\">Our diet experts will contact you to create your customized diet plan and then send you the invoice.<\/div><\/div>                        <\/div>\n\n                    <\/div>\n\n                <\/div><!-- .elementskit-card END -->\n\n                \n                <div class=\"elementskit-card\">\n                    <div class=\"elementskit-card-header\" id=\"primaryHeading-2-640201f1\">\n                        <a href=\"#collapse-b5931be6a8ab78db68fa\" class=\"ekit-accordion--toggler elementskit-btn-link collapsed\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-b5931be6a8ab78db68fa\" aria-expanded=\"false\" aria-controls=\"Collapse-b5931be6a8ab78db68fa\">\n                            \n                            <span class=\"ekit-accordion-title\">Do I have to pay directly?<\/span>\n\n                            \n                                <div class=\"ekit_accordion_icon_group\">\n                                    <div class=\"ekit_accordion_normal_icon\">\n                                        <!-- Normal Icon -->\n\t\t\t\t\t\t\t\t\t\t<i class=\"fasicon icon-plus\"><\/i>                                    <\/div>\n\n                                    <div class=\"ekit_accordion_active_icon\">\n                                        <!-- Active Icon -->\n\t\t\t\t\t\t\t\t\t\t<i class=\"fasicon icon-minus\"><\/i>                                    <\/div>\n                                <\/div>\n\n                            \n                                                    <\/a>\n                    <\/div>\n\n                    <div id=\"Collapse-b5931be6a8ab78db68fa\" class=\"collapse\" aria-labelledby=\"primaryHeading-2-640201f1\" data-parent=\"#accordion-6a8ab78db68fa\">\n\n                        <div class=\"elementskit-card-body ekit-accordion--content\">\n                            <div class=\"elementskit-single-faq elementor-repeater-item-1a01986\"><div class=\"elementskit-faq-body\">No, after booking you first fill out the survey. Our experts will then create your individual diet plan and contact you. The invoice will only be issued once you have approved the plan.<\/div><\/div>                        <\/div>\n\n                    <\/div>\n\n                <\/div><!-- .elementskit-card END -->\n\n                \n                <div class=\"elementskit-card\">\n                    <div class=\"elementskit-card-header\" id=\"primaryHeading-3-640201f1\">\n                        <a href=\"#collapse-9fed9dd6a8ab78db68fa\" class=\"ekit-accordion--toggler elementskit-btn-link collapsed\" data-ekit-toggle=\"collapse\" data-target=\"#Collapse-9fed9dd6a8ab78db68fa\" aria-expanded=\"false\" aria-controls=\"Collapse-9fed9dd6a8ab78db68fa\">\n                            \n                            <span class=\"ekit-accordion-title\">How long will it take before I receive support?<\/span>\n\n                            \n                                <div class=\"ekit_accordion_icon_group\">\n                                    <div class=\"ekit_accordion_normal_icon\">\n                                        <!-- Normal Icon -->\n\t\t\t\t\t\t\t\t\t\t<i class=\"fasicon icon-plus\"><\/i>                                    <\/div>\n\n                                    <div class=\"ekit_accordion_active_icon\">\n                                        <!-- Active Icon -->\n\t\t\t\t\t\t\t\t\t\t<i class=\"fasicon icon-minus\"><\/i>                                    <\/div>\n                                <\/div>\n\n                            \n                                                    <\/a>\n                    <\/div>\n\n                    <div id=\"Collapse-9fed9dd6a8ab78db68fa\" class=\"collapse\" aria-labelledby=\"primaryHeading-3-640201f1\" data-parent=\"#accordion-6a8ab78db68fa\">\n\n                        <div class=\"elementskit-card-body ekit-accordion--content\">\n                            <div class=\"elementskit-single-faq elementor-repeater-item-1a01986\"><div class=\"elementskit-faq-body\">After payment, you will immediately receive access to your diet package and start your individual consultation straight away.<\/div><\/div>                        <\/div>\n\n                    <\/div>\n\n                <\/div><!-- .elementskit-card END -->\n\n                                        <\/div>\n    <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7b6d52d8 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no\" data-id=\"7b6d52d8\" data-element_type=\"section\" id=\"xs_mobile_app_blog\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4f81575d\" data-id=\"4f81575d\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-3132c9f2 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no\" data-id=\"3132c9f2\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-2a7e7402\" data-id=\"2a7e7402\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-7ed8fee7\" data-id=\"7ed8fee7\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5be2b30e elementor-widget elementor-widget-elementskit-heading\" data-id=\"5be2b30e\" data-element_type=\"widget\" data-widget_type=\"elementskit-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" ><div class=\"ekit-heading elementskit-section-title-wraper center   ekit_heading_tablet-   ekit_heading_mobile-\"><h2 class=\"ekit-heading--title elementskit-section-title\">Fresh from the <span>Blog<\/span><\/h2>\t\t\t\t<div class='ekit-heading__description'>\n\t\t\t\t\t<p>Discover the latest articles in our nutrition blog. Here you will find valuable tips, current trends and useful information to optimize your diet and health.<\/p>\n\t\t\t\t<\/div>\n\t\t\t<\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-55a85bcc\" data-id=\"55a85bcc\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-5237e9ea elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no\" data-id=\"5237e9ea\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-4100778e\" data-id=\"4100778e\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-24e1d79b elementor-widget elementor-widget-elementskit-blog-posts\" data-id=\"24e1d79b\" data-element_type=\"widget\" data-widget_type=\"elementskit-blog-posts.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" >        <div id=\"post-items--24e1d79b\" class=\"row post-items\">\n                    <div class=\"col-lg-6 col-md-6\">\n\n                                    <div class=\"elementskit-post-image-card\">\n                        <div class=\"elementskit-entry-header\">\n                                                            <a href=\"https:\/\/vitalhane.de\/en\/ernaehrung\/ketogene-diaet-fuer-anfaenger-der-ultimative-wissenschaftliche-guide-fuer-nachhaltigen-erfolg\/\" class=\"elementskit-entry-thumb\">\n                                    <img decoding=\"async\" src=\"https:\/\/vitalhane.de\/wp-content\/uploads\/2026\/08\/pexels-photo-10617285.jpegautocompresscstinysrgbh650w940.jpg\" alt=\"Ketogene Di\u00e4t f\u00fcr Anf\u00e4nger: Der ultimative wissenschaftliche Guide f\u00fcr nachhaltigen Erfolg\">\n                                <\/a><!-- .elementskit-entry-thumb END -->\n                                                            \n                            \n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div><!-- .elementskit-entry-header END -->\n\n\t\t\t\t\t\t<div class=\"elementskit-post-body\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class=\"entry-title\">\n\t\t\t\t\t<a href=\"https:\/\/vitalhane.de\/en\/ernaehrung\/ketogene-diaet-fuer-anfaenger-der-ultimative-wissenschaftliche-guide-fuer-nachhaltigen-erfolg\/\">\n\t\t\t\t\t\tKetogene Di\u00e4t f\u00fcr Anf\u00e4nger: Der ultimative wissenschaftliche Guide f\u00fcr nachhaltigen Erfolg\t\t\t\t\t<\/a>\n\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                                                            <div class=\"btn-wraper\">\n                                    \n                                                                            <a class=\"elementskit-btn whitespace--normal\" id=\"\" href=\"https:\/\/vitalhane.de\/en\/ernaehrung\/ketogene-diaet-fuer-anfaenger-der-ultimative-wissenschaftliche-guide-fuer-nachhaltigen-erfolg\/\">\n                                        \t                                            Read more                                        <\/a>\n                                                                    <\/div>\n                                                    <\/div><!-- .elementskit-post-body END -->\n                    <\/div>\n                \n            <\/div>\n                    <div class=\"col-lg-6 col-md-6\">\n\n                                    <div class=\"elementskit-post-image-card\">\n                        <div class=\"elementskit-entry-header\">\n                                                            <a href=\"https:\/\/vitalhane.de\/en\/ernaehrung\/dein-persoenlicher-ernaehrungsplan-nachhaltig-zum-erfolg-schluss-mit-gescheiterten-diaeten\/\" class=\"elementskit-entry-thumb\">\n                                    <img decoding=\"async\" src=\"https:\/\/vitalhane.de\/wp-content\/uploads\/2026\/08\/pexels-photo-8696477.jpegautocompresscstinysrgbh650w940.jpg\" alt=\"Dein Pers\u00f6nlicher Ern\u00e4hrungsplan: Nachhaltig zum Erfolg \u2013 Schluss mit gescheiterten Di\u00e4ten\">\n                                <\/a><!-- .elementskit-entry-thumb END -->\n                                                            \n                            \n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div><!-- .elementskit-entry-header END -->\n\n\t\t\t\t\t\t<div class=\"elementskit-post-body\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h2 class=\"entry-title\">\n\t\t\t\t\t<a href=\"https:\/\/vitalhane.de\/en\/ernaehrung\/dein-persoenlicher-ernaehrungsplan-nachhaltig-zum-erfolg-schluss-mit-gescheiterten-diaeten\/\">\n\t\t\t\t\t\tDein Pers\u00f6nlicher Ern\u00e4hrungsplan: Nachhaltig zum Erfolg \u2013 Schluss mit gescheiterten Di\u00e4ten\t\t\t\t\t<\/a>\n\t\t\t\t<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t                                                            <div class=\"btn-wraper\">\n                                    \n                                                                            <a class=\"elementskit-btn whitespace--normal\" id=\"\" href=\"https:\/\/vitalhane.de\/en\/ernaehrung\/dein-persoenlicher-ernaehrungsplan-nachhaltig-zum-erfolg-schluss-mit-gescheiterten-diaeten\/\">\n                                        \t                                            Read more                                        <\/a>\n                                                                    <\/div>\n                                                    <\/div><!-- .elementskit-post-body END -->\n                    <\/div>\n                \n            <\/div>\n                <\/div>\n       <\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-18663dce elementor-align-center elementor-mobile-align-center elementor-widget elementor-widget-button\" data-id=\"18663dce\" data-element_type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm elementor-animation-float\" href=\"https:\/\/vitalhane.de\/en\/ernahrungs-blog\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-angle-right\" viewbox=\"0 0 256 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Further contributions<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-64270922 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no\" data-id=\"64270922\" data-element_type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4b1da2ac\" data-id=\"4b1da2ac\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-77631a4a elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no\" data-id=\"77631a4a\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-7ba98f91\" data-id=\"7ba98f91\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-7613244e\" data-id=\"7613244e\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-5f63e44c elementor-widget elementor-widget-elementskit-heading\" data-id=\"5f63e44c\" data-element_type=\"widget\" data-widget_type=\"elementskit-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" ><div class=\"ekit-heading elementskit-section-title-wraper center   ekit_heading_tablet-   ekit_heading_mobile-\"><h2 class=\"ekit-heading--title elementskit-section-title\">Your <span>Customer opinions<\/span><\/h2>\t\t\t\t<div class='ekit-heading__description'>\n\t\t\t\t\t<p>Find out first-hand how our customers benefit from our diet packages and consulting services. Here you will find reviews and success stories that will give you an insight into the positive experiences with our service.<\/p>\n\t\t\t\t<\/div>\n\t\t\t<\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3a09d15b\" data-id=\"3a09d15b\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<div class=\"elementor-element elementor-element-60b0467d elementor-widget elementor-widget-elementskit-testimonial\" data-id=\"60b0467d\" data-element_type=\"widget\" data-widget_type=\"elementskit-testimonial.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" ><div class=\"elementskit-testimonial-slider ekit_testimonial_style_5 arrow_inside slider-dotted\" data-config=\"{&quot;rtl&quot;:false,&quot;arrows&quot;:false,&quot;dots&quot;:true,&quot;pauseOnHover&quot;:true,&quot;autoplay&quot;:true,&quot;speed&quot;:&quot;5000&quot;,&quot;slidesPerGroup&quot;:1,&quot;slidesPerView&quot;:3,&quot;loop&quot;:false,&quot;spaceBetween&quot;:15,&quot;breakpoints&quot;:{&quot;320&quot;:{&quot;slidesPerView&quot;:&quot;1&quot;,&quot;slidesPerGroup&quot;:1,&quot;spaceBetween&quot;:10},&quot;768&quot;:{&quot;slidesPerView&quot;:&quot;2&quot;,&quot;slidesPerGroup&quot;:1,&quot;spaceBetween&quot;:10},&quot;1024&quot;:{&quot;slidesPerView&quot;:&quot;3&quot;,&quot;slidesPerGroup&quot;:1,&quot;spaceBetween&quot;:15}}}\">\n\t<div class=\"ekit-main-swiper swiper\">\n\t\t<div class=\"swiper-wrapper\">\n\t\t\t\t\t\t\t<div class=\"swiper-slide\">\n\t\t\t\t\t<div class=\"swiper-slide-inner\">\n\t\t\t\t\t\t<div class=\"elementskit-single-testimonial-slider elementskit-testimonial-slider-block-style elementskit-testimonial-slider-block-style-two   elementor-repeater-item-c7a8722\" >\n\t\t\t\t\t\t\t<div class=\"elementskit-commentor-header\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<ul class=\"elementskit-stars\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 576 512\"><path d=\"M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z\" \/><\/svg><\/a><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 576 512\"><path d=\"M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z\" \/><\/svg><\/a><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 576 512\"><path d=\"M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z\" \/><\/svg><\/a><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 576 512\"><path d=\"M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z\" \/><\/svg><\/a><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 576 512\"><path d=\"M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z\" \/><\/svg><\/a><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementskit-icon-content elementskit-watermark-icon\">\n\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fasicon icon-quote\"><\/i>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementskit-commentor-content\"><p>The products at Vitalhane are of excellent quality and the service has always been friendly and helpful.<\/p><\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"elementskit-commentor-bio\">\n\t\t\t\t\t\t\t\t<div class=\"elementkit-commentor-details\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementskit-commentor-image ekit-testimonial--avatar\">\n\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/vitalhane.de\/wp-content\/uploads\/2024\/10\/testimonial-2.png\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https:\/\/vitalhane.de\/wp-content\/uploads\/2024\/10\/testimonial-2.png 300w, https:\/\/vitalhane.de\/wp-content\/uploads\/2024\/10\/testimonial-2-100x100.png 100w, https:\/\/vitalhane.de\/wp-content\/uploads\/2024\/10\/testimonial-2-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementskit-profile-info\">\n\t\t\t\t\t\t\t\t\t\t<strong class=\"elementskit-author-name\">Elizabeth Sofia<\/strong>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementskit-author-des\">Marketing specialist<\/span>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"swiper-slide\">\n\t\t\t\t\t<div class=\"swiper-slide-inner\">\n\t\t\t\t\t\t<div class=\"elementskit-single-testimonial-slider elementskit-testimonial-slider-block-style elementskit-testimonial-slider-block-style-two   elementor-repeater-item-5c08aec\" >\n\t\t\t\t\t\t\t<div class=\"elementskit-commentor-header\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<ul class=\"elementskit-stars\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 576 512\"><path d=\"M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z\" \/><\/svg><\/a><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 576 512\"><path d=\"M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z\" \/><\/svg><\/a><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 576 512\"><path d=\"M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z\" \/><\/svg><\/a><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 576 512\"><path d=\"M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z\" \/><\/svg><\/a><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 576 512\"><path d=\"M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z\" \/><\/svg><\/a><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementskit-icon-content elementskit-watermark-icon\">\n\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fasicon icon-quote\"><\/i>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementskit-commentor-content\"><p>I am very satisfied with my order from Vitalhane, the products are as described and the delivery was speedy<\/p><\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"elementskit-commentor-bio\">\n\t\t\t\t\t\t\t\t<div class=\"elementkit-commentor-details\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementskit-commentor-image ekit-testimonial--avatar\">\n\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"2560\" height=\"1707\" src=\"https:\/\/vitalhane.de\/wp-content\/uploads\/2024\/10\/pexels-olly-3769021-scaled-1.jpg\" class=\"attachment-full size-full\" alt=\"Eine Frau an einem Laptop\" srcset=\"https:\/\/vitalhane.de\/wp-content\/uploads\/2024\/10\/pexels-olly-3769021-scaled-1.jpg 2560w, https:\/\/vitalhane.de\/wp-content\/uploads\/2024\/10\/pexels-olly-3769021-scaled-1-300x200.jpg 300w, https:\/\/vitalhane.de\/wp-content\/uploads\/2024\/10\/pexels-olly-3769021-scaled-1-600x400.jpg 600w, https:\/\/vitalhane.de\/wp-content\/uploads\/2024\/10\/pexels-olly-3769021-scaled-1-1024x683.jpg 1024w, https:\/\/vitalhane.de\/wp-content\/uploads\/2024\/10\/pexels-olly-3769021-scaled-1-768x512.jpg 768w, https:\/\/vitalhane.de\/wp-content\/uploads\/2024\/10\/pexels-olly-3769021-scaled-1-1536x1024.jpg 1536w, https:\/\/vitalhane.de\/wp-content\/uploads\/2024\/10\/pexels-olly-3769021-scaled-1-2048x1366.jpg 2048w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" \/>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementskit-profile-info\">\n\t\t\t\t\t\t\t\t\t\t<strong class=\"elementskit-author-name\">Amelia Mia<\/strong>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementskit-author-des\">Financial advisor<\/span>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"swiper-slide\">\n\t\t\t\t\t<div class=\"swiper-slide-inner\">\n\t\t\t\t\t\t<div class=\"elementskit-single-testimonial-slider elementskit-testimonial-slider-block-style elementskit-testimonial-slider-block-style-two   elementor-repeater-item-2497a67\" >\n\t\t\t\t\t\t\t<div class=\"elementskit-commentor-header\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<ul class=\"elementskit-stars\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 576 512\"><path d=\"M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z\" \/><\/svg><\/a><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 576 512\"><path d=\"M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z\" \/><\/svg><\/a><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 576 512\"><path d=\"M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z\" \/><\/svg><\/a><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 576 512\"><path d=\"M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z\" \/><\/svg><\/a><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 576 512\"><path d=\"M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z\" \/><\/svg><\/a><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementskit-icon-content elementskit-watermark-icon\">\n\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fasicon icon-quote\"><\/i>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementskit-commentor-content\"><p>The selection at Vitalhane is impressive, the prices are fair and the delivery was fast and safe.<\/p><\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"elementskit-commentor-bio\">\n\t\t\t\t\t\t\t\t<div class=\"elementkit-commentor-details\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementskit-commentor-image ekit-testimonial--avatar\">\n\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/vitalhane.de\/wp-content\/uploads\/2024\/10\/testimonial-1.png\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https:\/\/vitalhane.de\/wp-content\/uploads\/2024\/10\/testimonial-1.png 300w, https:\/\/vitalhane.de\/wp-content\/uploads\/2024\/10\/testimonial-1-100x100.png 100w, https:\/\/vitalhane.de\/wp-content\/uploads\/2024\/10\/testimonial-1-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementskit-profile-info\">\n\t\t\t\t\t\t\t\t\t\t<strong class=\"elementskit-author-name\">Charlie Cooper<\/strong>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementskit-author-des\">Software Engineer<\/span>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"swiper-slide\">\n\t\t\t\t\t<div class=\"swiper-slide-inner\">\n\t\t\t\t\t\t<div class=\"elementskit-single-testimonial-slider elementskit-testimonial-slider-block-style elementskit-testimonial-slider-block-style-two   elementor-repeater-item-81968e6\" >\n\t\t\t\t\t\t\t<div class=\"elementskit-commentor-header\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<ul class=\"elementskit-stars\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 576 512\"><path d=\"M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z\" \/><\/svg><\/a><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 576 512\"><path d=\"M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z\" \/><\/svg><\/a><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 576 512\"><path d=\"M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z\" \/><\/svg><\/a><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 576 512\"><path d=\"M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z\" \/><\/svg><\/a><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 576 512\"><path d=\"M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z\" \/><\/svg><\/a><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementskit-icon-content elementskit-watermark-icon\">\n\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fasicon icon-quote\"><\/i>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementskit-commentor-content\"><p>I ordered from Vitalhane and the quality of the products and the ease of ordering convinced me.<\/p><\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"elementskit-commentor-bio\">\n\t\t\t\t\t\t\t\t<div class=\"elementkit-commentor-details\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementskit-commentor-image ekit-testimonial--avatar\">\n\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1708\" src=\"https:\/\/vitalhane.de\/wp-content\/uploads\/2024\/10\/positive-customer-approving-new-offer-scaled.jpg\" class=\"attachment-full size-full\" alt=\"Positiver Kunde, der neues Angebot genehmigt. L\u00e4chelndes M\u00e4dchen im gepunkteten wei\u00dfen Hemd, das Daumengeste in die Kamera zeigt. Konzept der Genehmigung oder des positiven Feedbacks\" srcset=\"https:\/\/vitalhane.de\/wp-content\/uploads\/2024\/10\/positive-customer-approving-new-offer-scaled.jpg 2560w, https:\/\/vitalhane.de\/wp-content\/uploads\/2024\/10\/positive-customer-approving-new-offer-300x200.jpg 300w, https:\/\/vitalhane.de\/wp-content\/uploads\/2024\/10\/positive-customer-approving-new-offer-1024x683.jpg 1024w, https:\/\/vitalhane.de\/wp-content\/uploads\/2024\/10\/positive-customer-approving-new-offer-768x513.jpg 768w, https:\/\/vitalhane.de\/wp-content\/uploads\/2024\/10\/positive-customer-approving-new-offer-1536x1025.jpg 1536w, https:\/\/vitalhane.de\/wp-content\/uploads\/2024\/10\/positive-customer-approving-new-offer-2048x1367.jpg 2048w, https:\/\/vitalhane.de\/wp-content\/uploads\/2024\/10\/positive-customer-approving-new-offer-18x12.jpg 18w, https:\/\/vitalhane.de\/wp-content\/uploads\/2024\/10\/positive-customer-approving-new-offer-600x400.jpg 600w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" \/>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementskit-profile-info\">\n\t\t\t\t\t\t\t\t\t\t<strong class=\"elementskit-author-name\">Katharina Wagner<\/strong>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementskit-author-des\">Graphic designer<\/span>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"swiper-slide\">\n\t\t\t\t\t<div class=\"swiper-slide-inner\">\n\t\t\t\t\t\t<div class=\"elementskit-single-testimonial-slider elementskit-testimonial-slider-block-style elementskit-testimonial-slider-block-style-two   elementor-repeater-item-77e4e7a\" >\n\t\t\t\t\t\t\t<div class=\"elementskit-commentor-header\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<ul class=\"elementskit-stars\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 576 512\"><path d=\"M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z\" \/><\/svg><\/a><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 576 512\"><path d=\"M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z\" \/><\/svg><\/a><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 576 512\"><path d=\"M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z\" \/><\/svg><\/a><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 576 512\"><path d=\"M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z\" \/><\/svg><\/a><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><a><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 576 512\"><path d=\"M316.9 18C311.6 7 300.4 0 288.1 0s-23.4 7-28.8 18L195 150.3 51.4 171.5c-12 1.8-22 10.2-25.7 21.7s-.7 24.2 7.9 32.7L137.8 329 113.2 474.7c-2 12 3 24.2 12.9 31.3s23 8 33.8 2.3l128.3-68.5 128.3 68.5c10.8 5.7 23.9 4.9 33.8-2.3s14.9-19.3 12.9-31.3L438.5 329 542.7 225.9c8.6-8.5 11.7-21.2 7.9-32.7s-13.7-19.9-25.7-21.7L381.2 150.3 316.9 18z\" \/><\/svg><\/a><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementskit-icon-content elementskit-watermark-icon\">\n\t\t\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fasicon icon-quote\"><\/i>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementskit-commentor-content\"><p>The Vitalhane products are high quality and the ordering process was straightforward, the delivery arrived on time.<\/p><\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"elementskit-commentor-bio\">\n\t\t\t\t\t\t\t\t<div class=\"elementkit-commentor-details\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementskit-commentor-image ekit-testimonial--avatar\">\n\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/vitalhane.de\/wp-content\/uploads\/2024\/10\/testimonial-3.png\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https:\/\/vitalhane.de\/wp-content\/uploads\/2024\/10\/testimonial-3.png 300w, https:\/\/vitalhane.de\/wp-content\/uploads\/2024\/10\/testimonial-3-100x100.png 100w, https:\/\/vitalhane.de\/wp-content\/uploads\/2024\/10\/testimonial-3-150x150.png 150w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementskit-profile-info\">\n\t\t\t\t\t\t\t\t\t\t<strong class=\"elementskit-author-name\">Michael Becker<\/strong>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementskit-author-des\">Architect<\/span>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\n\t\t\t<\/div>\n<\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-455eba61 e-flex e-con-boxed wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"455eba61\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-4c2bd127 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"4c2bd127\" data-element_type=\"container\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7eefa08f e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"7eefa08f\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-25172a5a elementor-widget elementor-widget-xpro-heading\" data-id=\"25172a5a\" data-element_type=\"widget\" data-widget_type=\"xpro-heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"xpro-heading-wrapper xpro-simple-heading-wrapper\">\r\n\t<h2 class=\"xpro-heading-title\">Our <span class=\"xpro-title-focus\">Partner<\/span> <\/h2><\/div>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5cdf4c8d elementor-widget elementor-widget-elementskit-client-logo\" data-id=\"5cdf4c8d\" data-element_type=\"widget\" data-widget_type=\"elementskit-client-logo.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"ekit-wid-con\" >\t\t<div class=\"elementskit-clients-slider  hover_from_left banner_logo_image\" data-config=\"{&quot;rtl&quot;:false,&quot;arrows&quot;:false,&quot;dots&quot;:false,&quot;autoplay&quot;:true,&quot;speed&quot;:1000,&quot;slidesPerView&quot;:2,&quot;slidesPerGroup&quot;:1,&quot;pauseOnHover&quot;:true,&quot;loop&quot;:false,&quot;breakpoints&quot;:{&quot;320&quot;:{&quot;slidesPerView&quot;:1,&quot;slidesPerGroup&quot;:1,&quot;spaceBetween&quot;:10},&quot;768&quot;:{&quot;slidesPerView&quot;:2,&quot;slidesPerGroup&quot;:1,&quot;spaceBetween&quot;:10},&quot;1024&quot;:{&quot;slidesPerView&quot;:2,&quot;slidesPerGroup&quot;:1,&quot;spaceBetween&quot;:75}}}\" data-direction=\"hover_from_left\">\n\t\t\t<div class=\"ekit-main-swiper swiper\">\n\t\t\t\t<div class=\"swiper-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementskit-client-slider-item swiper-slide\">\n\t\t\t\t\t\t\t<div class=\"swiper-slide-inner\">\n\t\t\t\t\t\t\t\t<div class=\"single-client image-switcher\" title=\"Title #1\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/darksn.de\/\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"content-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"678\" height=\"289\" src=\"https:\/\/vitalhane.de\/wp-content\/uploads\/2024\/10\/Adsiz-tasarim-15-1.png\" class=\"\" alt=\"\" srcset=\"https:\/\/vitalhane.de\/wp-content\/uploads\/2024\/10\/Adsiz-tasarim-15-1.png 678w, https:\/\/vitalhane.de\/wp-content\/uploads\/2024\/10\/Adsiz-tasarim-15-1-300x128.png 300w, https:\/\/vitalhane.de\/wp-content\/uploads\/2024\/10\/Adsiz-tasarim-15-1-600x256.png 600w\" sizes=\"(max-width: 678px) 100vw, 678px\" \/>\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementskit-client-slider-item swiper-slide\">\n\t\t\t\t\t\t\t<div class=\"swiper-slide-inner\">\n\t\t\t\t\t\t\t\t<div class=\"single-client image-switcher\" title=\"Title #2\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/luxsplex.de\/\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"content-image\">\n\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"784\" height=\"112\" src=\"https:\/\/vitalhane.de\/wp-content\/uploads\/2024\/10\/Luxsplex-06.webp\" class=\"\" alt=\"\" srcset=\"https:\/\/vitalhane.de\/wp-content\/uploads\/2024\/10\/Luxsplex-06.webp 784w, https:\/\/vitalhane.de\/wp-content\/uploads\/2024\/10\/Luxsplex-06-300x43.webp 300w, https:\/\/vitalhane.de\/wp-content\/uploads\/2024\/10\/Luxsplex-06-600x86.webp 600w, https:\/\/vitalhane.de\/wp-content\/uploads\/2024\/10\/Luxsplex-06-768x110.webp 768w\" sizes=\"(max-width: 784px) 100vw, 784px\" \/>\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div><!-- .elementskit-clients-slider END -->\n\t\t<\/div>\n\t\t<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5f36c5d7 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-child\" data-id=\"5f36c5d7\" data-element_type=\"container\">\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1818752 e-con-full e-flex wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no e-con e-parent\" data-id=\"1818752\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3b4e81f elementor-widget elementor-widget-html\" data-id=\"3b4e81f\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"de\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Vitalhane - Di\u00e4tprogramme<\/title>\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n            background-color: white;\n        }\n\n        .diet-section {\n            background-color: #213939;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            padding: 3rem 2rem;\n        }\n\n        .diet-container {\n            max-width: 900px;\n            text-align: center;\n        }\n\n        .diet-title {\n            font-size: 3rem;\n            color: white;\n            font-weight: 700;\n            margin-bottom: 2rem;\n            line-height: 1.2;\n        }\n\n        .diet-description {\n            font-size: 1.125rem;\n            color: white;\n            line-height: 1.8;\n            margin-bottom: 3rem;\n            font-weight: 300;\n        }\n\n        .button-group {\n            display: flex;\n            gap: 1.5rem;\n            justify-content: center;\n            align-items: center;\n            flex-wrap: wrap;\n        }\n\n        .btn {\n            padding: 1rem 2.5rem;\n            border-radius: 8px;\n            text-decoration: none;\n            font-weight: 600;\n            font-size: 1rem;\n            transition: all 0.3s ease;\n            display: inline-flex;\n            align-items: center;\n            gap: 0.75rem;\n        }\n\n        .btn-primary {\n            background-color: #8BC34A;\n            color: white;\n        }\n\n        .btn-primary:hover { \n            background-color: #7CB342 !important;\n            transform: translateY(-2px);\n            color: white;\n        }\n\n        .btn-secondary {\n            background-color: transparent;\n            color: white;\n            border: none;\n        }\n\n        .btn-secondary:hover {\n            color: #8BC34A;\n        }\n\n        .email-icon {\n            font-size: 20px;\n        }\n\n        @media (max-width: 768px) {\n            .diet-section {\n                padding: 3rem 1.5rem;\n            }\n\n            .diet-title {\n                font-size: 2rem;\n            }\n\n            .diet-description {\n                font-size: 1rem;\n            }\n\n            .button-group {\n                flex-direction: column;\n                gap: 1rem;\n            }\n\n            .btn {\n                width: 100%;\n                justify-content: center;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .diet-title {\n                font-size: 1.75rem;\n            }\n\n            .diet-description {\n                font-size: 0.95rem;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <section class=\"diet-section\">\n        <div class=\"diet-container\">\n            <h1 class=\"diet-title\">Discover our diet programs<\/h1>\n            <p class=\"diet-description\">\n                Our Vitalhane diet programs offer you tailor-made plans for a healthy and balanced diet. Developed by experienced nutrition experts, our programs are designed to control your weight and improve your quality of life. Get started with Vitalhane today and start living a healthy life!\n            <\/p>\n            <div class=\"button-group\">\n                <a href=\"mailto:info@vitalhane.de\" class=\"btn btn-primary\">\n                    <i class=\"fas fa-envelope email-icon\"><\/i>\n                    Free instant consultation\n                <\/a>\n                <a href=\"https:\/\/vitalhane.de\/en\/diatpakete\/\" class=\"btn btn-secondary\">\n                    Discover our packages\n                <\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n<\/body>\n<\/html>\n\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Vitalhane Hero Section &#10005; Eine besondere Mitteilungvon uns an Sie &#10022; Wichtige Information Sehr geehrte Besucherinnen und Besucher, leider m\u00fcssen wir Ihnen schweren Herzens mitteilen, dass wir unsere Vitalhane Plattform verkaufen m\u00fcssen. Wer Interesse hat, darf uns gerne \u00fcber unseren Kontaktbereich erreichen. Wir stehen jederzeit zur Verf\u00fcgung. \ud83c\udf3f Kontakt aufnehmen Vielleicht sp\u00e4ter Pers\u00f6nliche Entwicklung durch Live-Coaching! Unsere erfahrenen Ern\u00e4hrungsberater*innen begleiten Sie individuell auf Ihrem Weg zu mehr Wohlbefinden. Mit einem ma\u00dfgeschneiderten Di\u00e4tplan und einem alltagstauglichen Ern\u00e4hrungsplan zum Abnehmen unterst\u00fctzen wir Sie bei einer gesunden Lebensweise \u2013 jederzeit erreichbar und pers\u00f6nlich abgestimmt. So wird Ihr Ern\u00e4hrungsplan zur Grundlage nachhaltiger Ver\u00e4nderung. Gratis Sofortberatung Entdecke unsere Pakete \u00dcber 500 positive R\u00fcckmeldungen sprechen f\u00fcr sich! Features Wir bieten Ihnen umfassende, personalisierte und mit innovativen Funktionen ausgestattete Dienstleistungen, die es Ihnen erleichtern, Ihre Wellness-Ziele zu erreichen 24\/7 Kommunikation Immer erreichbar: Unsere Ern\u00e4hrungsberater stehen Ihnen rund um die Uhr zur Verf\u00fcgung, um Ihre Fragen zu beantworten und Sie zu unterst\u00fctzen. Individuelle Di\u00e4tpl\u00e4ne Ma\u00dfgeschneiderte Beratung: Erhalten Sie Di\u00e4tpl\u00e4ne, die speziell auf Ihre Bed\u00fcrfnisse und Ziele abgestimmt sind. Support Erfahrene Berater: Profitieren Sie von der Expertise unserer qualifizierten Ern\u00e4hrungsberater f\u00fcr eine umfassende Betreuung. Flexibles Coaching Passgenau f\u00fcr Sie: Unser Coaching passt sich Ihrem Lebensstil an und kann flexibel an Ihre Anforderungen und Zeitpl\u00e4ne angepasst werden. Di\u00e4t-Pakete Informieren Sie sich \u00fcber unsere Ern\u00e4hrungsprogramme f\u00fcr Ihren Zweck\u200b Mediterrane Di\u00e4t Low-Carb-Di\u00e4t Vegane Di\u00e4t Vegetarische Di\u00e4t Paleo-Di\u00e4t Intervallfasten Keto Di\u00e4t Keto Di\u00e4t Wie es funktioniert? Erfahren Sie in wenigen Schritten, wie unser Service funktioniert und wie Sie ganz einfach zu Ihrem ma\u00dfgeschneiderten Di\u00e4tplan gelangen. Paket buchen W\u00e4hlen Sie Ihr ideales Di\u00e4tpaket und buchen Sie es einfach \u00fcber unsere benutzerfreundliche Plattform. Umfrage ausf\u00fcllen F\u00fcllen Sie die zugesendete Umfrage aus, um Ihre pers\u00f6nlichen Ziele und Bed\u00fcrfnisse zu definieren. Individuelle Beratung Unsere Di\u00e4texperten evaluieren Ihre Antworten und nehmen Kontakt mit Ihnen auf. Nach Ihrem Feedback und der Zustimmung erstellen wir Ihren ma\u00dfgeschneiderten Di\u00e4tplan und senden Ihnen die Rechnung zu. Beratung starten Nach der Bezahlung starten Sie sofort mit Ihrem Monatspaket. Genie\u00dfen Sie kontinuierliche Unterst\u00fctzung und Feedback durch unsere Plattform f\u00fcr maximale Erfolge! Zu deinem Di\u00e4tpaket! H\u00e4ufige Fragen Informationszentrum, in dem Sie Antworten auf die am h\u00e4ufigsten gestellten Fragen zu unseren Di\u00e4tprogrammen, Dienstleistungen und Verfahren finden k\u00f6nnen Wie starte ich mit einem Di\u00e4tpaket? W\u00e4hlen Sie Ihr Paket, buchen Sie \u00fcber unsere Plattform, und f\u00fcllen Sie die Umfrage aus, um sofort loszulegen. Was passiert nach der Buchung? Unsere Di\u00e4texperten kontaktieren Sie, um Ihren ma\u00dfgeschneiderten Di\u00e4tplan zu erstellen, und senden Ihnen anschlie\u00dfend die Rechnung. Muss ich direkt bezahlen? Nein, nach der Buchung f\u00fcllen Sie zun\u00e4chst die Umfrage aus. Unsere Experten erstellen daraufhin Ihren individuellen Di\u00e4tplan und nehmen Kontakt mit Ihnen auf. Erst nach Ihrer Zustimmung zur Planung wird die Rechnung. ausgestellt. Wie lange dauert es, bis ich Unterst\u00fctzung erhalte? Nach der Bezahlung erhalten Sie umgehend Zugang zu Ihrem Di\u00e4tpaket und starten sofort mit der individuellen Beratung. Frisch aus dem Blog Entdecken Sie die aktuellsten Beitr\u00e4ge in unserem Ern\u00e4hrungs-Blog. Hier finden Sie wertvolle Tipps, aktuelle Trends und n\u00fctzliche Informationen, um Ihre Ern\u00e4hrung und Gesundheit zu optimieren. Dein pers\u00f6nlicher Ern\u00e4hrungsplan: Der Weg zu nachhaltiger Gesundheit und Wohlbefinden in Deutschlands Metropolen mehr lesen Zuckerfrei leben: Revolutionieren Sie Ihre Gesundheit und Ihr Wohlbefinden in deutschen Metropolen mehr lesen Weitere Beitr\u00e4ge Ihre Kundenmeinungen Erfahren Sie aus erster Hand, wie unsere Kunden von unseren Di\u00e4tpaketen und Beratungsdiensten profitieren. Hier finden Sie Bewertungen und Erfolgsgeschichten, die Ihnen einen Einblick in die positiven Erfahrungen mit unserem Service geben. Die Produkte bei Vitalhane haben eine ausgezeichnete Qualit\u00e4t, und der Service war immer freundlich und hilfsbereit. Elizabeth Sofia Marketing-Spezialistin Ich bin mit meiner Bestellung bei Vitalhane sehr zufrieden, die Produkte sind wie beschrieben und die Lieferung war z\u00fcgig Amelia Mia Finanzberater Die Auswahl bei Vitalhane ist beeindruckend, die Preise sind fair und die Lieferung erfolgte schnell und sicher. Charlie Cooper Software-Ingenieur Ich habe bei Vitalhane bestellt und die Qualit\u00e4t der Produkte sowie die einfache Bestellung haben mich \u00fcberzeugt. Katharina Wagner Grafikdesignerin Die Produkte von Vitalhane sind hochwertig und der Bestellprozess war unkompliziert, die Lieferung kam p\u00fcnktlich an. Michael Becker Architekt Unsere Partner Vitalhane &#8211; Di\u00e4tprogramme Entdecken Sie unsere Di\u00e4tprogramme Unsere Vitalhane-Di\u00e4tprogramme bieten Ihnen ma\u00dfgeschneiderte Pl\u00e4ne f\u00fcr eine gesunde und ausgewogene Ern\u00e4hrung. Entwickelt von erfahrenen Ern\u00e4hrungsexperten, sind unsere Programme darauf ausgelegt, Ihr Gewicht zu kontrollieren und Ihre Lebensqualit\u00e4t zu verbessern. Beginnen Sie noch heute mit Vitalhane und starten Sie in ein gesundes Leben! Gratis Sofortberatung Entdecke unsere Pakete<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-706","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/vitalhane.de\/en\/wp-json\/wp\/v2\/pages\/706","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vitalhane.de\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/vitalhane.de\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/vitalhane.de\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/vitalhane.de\/en\/wp-json\/wp\/v2\/comments?post=706"}],"version-history":[{"count":0,"href":"https:\/\/vitalhane.de\/en\/wp-json\/wp\/v2\/pages\/706\/revisions"}],"wp:attachment":[{"href":"https:\/\/vitalhane.de\/en\/wp-json\/wp\/v2\/media?parent=706"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}