{"id":532,"date":"2025-05-05T23:13:15","date_gmt":"2025-05-05T21:13:15","guid":{"rendered":"https:\/\/nextgenvision.at\/home\/"},"modified":"2026-01-22T16:50:27","modified_gmt":"2026-01-22T15:50:27","slug":"home","status":"publish","type":"page","link":"https:\/\/nextgenvision.at\/en\/","title":{"rendered":"Home"},"content":{"rendered":"\n<section class=\"lead_text mx-auto max-w-9\/10 my-6 lg:my-20\">\n    <p class=\"text-center mx-auto lg:w-3\/5 xl:w-4\/5 text-4xl lg:text-7xl lg:leading-[1.1] text-primary lg:mb-18 hyphens-auto xs:hyphens-none\">We provide holistic and strategic guidance to family businesses and destinations to ensure a successful handover to the next generation.<\/p>\n            <span class=\"hidden xl:block text-uppercase text-center text-primary opacity-50 text-2xl\">(SCROLL DOWN)<\/span>\n    <\/section>\n<section class=\"image-background min-h-100 md:min-h-[800px] lg:min-h-[1200px] bg-cover bg-no-repeat bg-center rounded-b-4xl flex items-end mb-10 overflow-x-hidden\" style=\"background-image: url(https:\/\/nextgenvision.at\/wp-content\/uploads\/2025\/06\/AHR55172-scaled-e1749549120924.jpg);\">\n    <div class=\"hidden xl:block max-w-[90vw] mx-auto xl:pb-12 xl:pr-20\">\n            <\/div>\n<\/section>\n\n<section class=\"numbered_content mx-auto max-w-9\/10 text-primary my-30 hyphens-auto xs:hyphens-none \">\n    <div class=\"grid xl:grid-cols-12\">\n        <span class=\"text-4xl xl:col-span-1\">\n            01\/        <\/span>\n                    <h4 class=\"text-4xl xl:col-start-4 xl:col-end-7\">\n                Our Philosophy            <\/h4>\n                <div class=\"text-3xl col-span-full mt-8 xl:mt-0 xl:col-start-7 xl:col-end-12\">\n                            <p class=\"text-3xl xl:text-6xl mb-4\">\n                    Business Succession with Structure, Heart, and Strategic Foresight.                <\/p>\n                            <p class=\"text-xl text-black mb-8\">\n                    Business succession is far more than an organizational process \u2013 it is a profound, emotional transformation. For this to succeed, it requires clarity, trust, empathy, and a shared understanding between generations. NextGen Vision\u00ae supports you with a unique consulting approach that combines strategic succession planning with empathetic guidance. For a transition that not only succeeds but also connects. Regionally rooted in Salzburg \u2013 in the heart of the DACH region \u2013 NextGen Vision\u00ae is the long-term partner for holistic-strategic business succession in the German-speaking world.     <br \/>\r\n<br \/>\r\nOur Goal: To profitably bring generations together to a shared perspective of self-awareness for a successful corporate future.                <\/p>\n                    <\/div>\n    <\/div>\n<\/section>\n<section class=\"animation flex justify-center lg:py-10 relative\">\n    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"block xl:w-[927px] xl:h-[1395px]\" viewBox=\"0 0 927 1395\" id=\"animated-svg\">\n        <g id=\"venn-group\" transform=\"translate(-497 -737)\">\n            <!-- Blue Circle -->\n            <ellipse id=\"blue-circle\" cx=\"463.5\" cy=\"465\" rx=\"463.5\" ry=\"465\" transform=\"translate(497 737)\" fill=\"#2a388f\" \/>\n\n            <!-- Yellow + Animated Path -->\n            <g id=\"yellow-group\">\n                <ellipse id=\"yellow-circle\" cx=\"463.5\" cy=\"465\" rx=\"463.5\" ry=\"465\" transform=\"translate(497 1202)\" fill=\"#fecb2f\" \/>\n                <path id=\"white-middle\" d=\"M0,232.517C80.212,93.509,230.133,0,401.853,0S723.5,93.509,803.71,232.517C723.5,371.526,573.578,465.035,401.853,465.035S80.212,371.526,0,232.517Z\" transform=\"translate(558 1201.983)\" fill=\"#fecb2f\" \/>\n                <text id=\"selbsterkennend-text\" transform=\"translate(808 1408)\" font-size=\"40\" font-family=\"Sombra-Regular, Sombra\" class=\"opacity-0 transition-opacity duration-500\">\n                    <tspan x=\"0\" y=\"37\">Selbsterkennend<\/tspan>\n                <\/text>\n            <\/g>\n\n            <!-- Static Labels -->\n            <text id=\"Generation_1\" transform=\"translate(848 906)\" fill=\"#fff\" font-size=\"40\" font-family=\"Sombra-Regular, Sombra\">\n                <tspan x=\"0\" y=\"37\">Generation 1<\/tspan>\n            <\/text>\n            <text id=\"Generation_2\" transform=\"translate(842 1906)\" font-size=\"40\" font-family=\"Sombra-Regular, Sombra\">\n                <tspan x=\"0\" y=\"37\">Generation 2<\/tspan>\n            <\/text>\n        <\/g>\n    <\/svg>\n<\/section>\n\n<script>\n    document.addEventListener(\"DOMContentLoaded\", function() {\n        const svg = document.querySelector(\"#animated-svg\");\n        const yellowGroup = svg.querySelector(\"#yellow-group\");\n        const text = svg.querySelector(\"#selbsterkennend-text\");\n        const whitePath = svg.querySelector(\"#white-middle\");\n\n        const section = svg.closest(\"section\");\n\n        function clamp(value, min, max) {\n            return Math.min(Math.max(value, min), max);\n        }\n\n        let ticking = false;\n\n        window.addEventListener(\"scroll\", () => {\n            if (!ticking) {\n                window.requestAnimationFrame(() => {\n                    const scrollY = window.scrollY;\n                    const sectionTop = section.offsetTop;\n                    const sectionHeight = section.offsetHeight;\n                    const windowHeight = window.innerHeight;\n\n                    const scrollProgress = clamp(\n                        (scrollY - sectionTop + windowHeight) \/ sectionHeight,\n                        0,\n                        1\n                    );\n\n                    const maxTranslateY = 300;\n                    const adjustedProgress = clamp(scrollProgress * 1.5, 0, 1);\n                    const translateY = maxTranslateY * (1 - adjustedProgress);\n\n                    yellowGroup.setAttribute(\"transform\", `translate(0, ${translateY})`);\n\n                    if (adjustedProgress >= 1) {\n                        text.classList.remove(\"opacity-0\");\n                        text.classList.add(\"opacity-100\");\n                        whitePath.setAttribute(\"fill\", \"#ffffff\");\n                    } else {\n                        text.classList.remove(\"opacity-100\");\n                        text.classList.add(\"opacity-0\");\n                        whitePath.setAttribute(\"fill\", \"#fecb2f\");\n                    }\n\n                    ticking = false;\n                });\n                ticking = true;\n            }\n        });\n\n    });\n<\/script>\n\n<section class=\"numbered_content mx-auto max-w-9\/10 text-primary my-30 hyphens-auto xs:hyphens-none \">\n    <div class=\"grid xl:grid-cols-12\">\n        <span class=\"text-4xl xl:col-span-1\">\n            02\/        <\/span>\n                    <h4 class=\"text-4xl xl:col-start-4 xl:col-end-7\">\n                Our Approach            <\/h4>\n                <div class=\"text-3xl col-span-full mt-8 xl:mt-0 xl:col-start-7 xl:col-end-12\">\n                            <p class=\"text-3xl xl:text-6xl mb-4\">\n                    Holistic. Strategic. Human.                  <\/p>\n                            <p class=\"text-xl text-black mb-8\">\n                    In many family businesses, succession fails not due to economic facts \u2013 but due to unspoken expectations, old patterns, and a lack of space for genuine encounter. Our approach builds bridges: between strategy &amp; intuition, between the handing over &amp; taking over generations, between clarity &amp; relationship. <br \/>\r\n<br \/>\r\nOur Mission: Successful business succession that preserves your life&#8217;s work while enabling new paths. Regardless of whether your company&#8217;s transition occurs within the family, to long-standing employees or partners, or as a company sale.  <br \/>\r\n                <\/p>\n                            <a href=\"https:\/\/nextgenvision.at\/unser-ansatz\/\" class=\"inline-block text-lg xl:text-xl border rounded-full px-8 py-4 hover:bg-primary hover:text-white\">Learn more<\/a>\n                    <\/div>\n    <\/div>\n<\/section>\n<section class=\"image-background min-h-100 md:min-h-[800px] lg:min-h-[1200px] bg-cover bg-no-repeat bg-center rounded-b-4xl flex items-end mb-10 overflow-x-hidden\" style=\"background-image: url(https:\/\/nextgenvision.at\/wp-content\/uploads\/2025\/06\/nextgenvision9501-scaled-e1749549910192.jpg);\">\n    <div class=\"hidden xl:block max-w-[90vw] mx-auto xl:pb-12 xl:pr-20\">\n                    <h3 class=\"xl:text-7xl text-white\" data-aos=\"fade-up\">\n                In our consulting approach, we uniquely combine heart &amp; mind.            <\/h3>\n            <\/div>\n<\/section>\n<section class=\"modules-grid mx-auto max-w-9\/10 my-8 xl:my-12\">\n    <div class=\"flex flex-col xl:grid xl:grid-cols-4 gap-4\">\n        <div class=\"xl:col-span-2 bg-primary text-white rounded-xl p-6 flex items-start justify-start text-5xl xl:min-h-[400px] break-normal hyphens-auto\">\n            Our Consulting Modules        <\/div>\n                        <a href=\"https:\/\/nextgenvision.at\/en\/our-approach#vision\" class=\"col-span-1 bg-gray-100 hover:bg-secondary text-black rounded-xl p-8 flex flex-col justify-between xl:min-h-[400px]\">\n                    <h4 class=\"text-5xl leading-[0.8] mb-8 break-normal hyphens-auto\">\n                        Vision                    <\/h4>\n                    <hr class=\"mb-8\">\n                    <div class=\"flex flex-col xl:flex-row items-start xl:items-center gap-5\">\n                        <div class=\"bg-black rounded-full p-3\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n                                <g id=\"Gruppe_2105\" data-name=\"Gruppe 2105\" transform=\"translate(-1017.5 -3216.5)\">\n                                    <line id=\"Linie_549\" data-name=\"Linie 549\" y2=\"32\" transform=\"translate(1033.5 3216.5)\" fill=\"none\" stroke=\"#f4f4f4\" stroke-width=\"1.5\" \/>\n                                    <line id=\"Linie_550\" data-name=\"Linie 550\" y2=\"32\" transform=\"translate(1049.5 3232.5) rotate(90)\" fill=\"none\" stroke=\"#f4f4f4\" stroke-width=\"1.5\" \/>\n                                <\/g>\n                            <\/svg>\n                        <\/div>\n                        <span class=\"block text-2xl\">Module 1<\/span>\n                    <\/div>\n                <\/a>\n                        <a href=\"https:\/\/nextgenvision.at\/en\/our-approach#structure\" class=\"col-span-1 bg-gray-100 hover:bg-secondary text-black rounded-xl p-8 flex flex-col justify-between xl:min-h-[400px]\">\n                    <h4 class=\"text-5xl leading-[0.8] mb-8 break-normal hyphens-auto\">\n                        Structure                    <\/h4>\n                    <hr class=\"mb-8\">\n                    <div class=\"flex flex-col xl:flex-row items-start xl:items-center gap-5\">\n                        <div class=\"bg-black rounded-full p-3\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n                                <g id=\"Gruppe_2105\" data-name=\"Gruppe 2105\" transform=\"translate(-1017.5 -3216.5)\">\n                                    <line id=\"Linie_549\" data-name=\"Linie 549\" y2=\"32\" transform=\"translate(1033.5 3216.5)\" fill=\"none\" stroke=\"#f4f4f4\" stroke-width=\"1.5\" \/>\n                                    <line id=\"Linie_550\" data-name=\"Linie 550\" y2=\"32\" transform=\"translate(1049.5 3232.5) rotate(90)\" fill=\"none\" stroke=\"#f4f4f4\" stroke-width=\"1.5\" \/>\n                                <\/g>\n                            <\/svg>\n                        <\/div>\n                        <span class=\"block text-2xl\">Module 2<\/span>\n                    <\/div>\n                <\/a>\n                        <a href=\"https:\/\/nextgenvision.at\/en\/our-approach#strategy\" class=\"xl:col-span-2 bg-gray-100 hover:bg-secondary text-black rounded-xl p-8 flex flex-col justify-between xl:min-h-[400px]\">\n                    <h4 class=\"text-5xl leading-[0.8] mb-8 break-normal hyphens-auto\">\n                        Strategy                    <\/h4>\n                    <hr class=\"mb-8\">\n                    <div class=\"flex flex-col xl:flex-row items-start xl:items-center gap-5\">\n                        <div class=\"bg-black rounded-full p-3\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n                                <g id=\"Gruppe_2105\" data-name=\"Gruppe 2105\" transform=\"translate(-1017.5 -3216.5)\">\n                                    <line id=\"Linie_549\" data-name=\"Linie 549\" y2=\"32\" transform=\"translate(1033.5 3216.5)\" fill=\"none\" stroke=\"#f4f4f4\" stroke-width=\"1.5\" \/>\n                                    <line id=\"Linie_550\" data-name=\"Linie 550\" y2=\"32\" transform=\"translate(1049.5 3232.5) rotate(90)\" fill=\"none\" stroke=\"#f4f4f4\" stroke-width=\"1.5\" \/>\n                                <\/g>\n                            <\/svg>\n                        <\/div>\n                        <span class=\"block text-2xl\">Module 3<\/span>\n                    <\/div>\n                <\/a>\n                        <a href=\"https:\/\/nextgenvision.at\/en\/our-approach#transformation\" class=\"xl:col-span-2 bg-gray-100 hover:bg-secondary text-black rounded-xl p-8 flex flex-col justify-between xl:min-h-[400px]\">\n                    <h4 class=\"text-5xl leading-[0.8] mb-8 break-normal hyphens-auto\">\n                        Transformation                    <\/h4>\n                    <hr class=\"mb-8\">\n                    <div class=\"flex flex-col xl:flex-row items-start xl:items-center gap-5\">\n                        <div class=\"bg-black rounded-full p-3\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n                                <g id=\"Gruppe_2105\" data-name=\"Gruppe 2105\" transform=\"translate(-1017.5 -3216.5)\">\n                                    <line id=\"Linie_549\" data-name=\"Linie 549\" y2=\"32\" transform=\"translate(1033.5 3216.5)\" fill=\"none\" stroke=\"#f4f4f4\" stroke-width=\"1.5\" \/>\n                                    <line id=\"Linie_550\" data-name=\"Linie 550\" y2=\"32\" transform=\"translate(1049.5 3232.5) rotate(90)\" fill=\"none\" stroke=\"#f4f4f4\" stroke-width=\"1.5\" \/>\n                                <\/g>\n                            <\/svg>\n                        <\/div>\n                        <span class=\"block text-2xl\">Module 4<\/span>\n                    <\/div>\n                <\/a>\n                        <a href=\"https:\/\/nextgenvision.at\/en\/our-approach#system-and-relationship\" class=\"xl:col-span-2 bg-gray-100 hover:bg-secondary text-black rounded-xl p-8 flex flex-col justify-between xl:min-h-[400px]\">\n                    <h4 class=\"text-5xl leading-[0.8] mb-8 break-normal hyphens-auto\">\n                        System and Relationship                    <\/h4>\n                    <hr class=\"mb-8\">\n                    <div class=\"flex flex-col xl:flex-row items-start xl:items-center gap-5\">\n                        <div class=\"bg-black rounded-full p-3\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n                                <g id=\"Gruppe_2105\" data-name=\"Gruppe 2105\" transform=\"translate(-1017.5 -3216.5)\">\n                                    <line id=\"Linie_549\" data-name=\"Linie 549\" y2=\"32\" transform=\"translate(1033.5 3216.5)\" fill=\"none\" stroke=\"#f4f4f4\" stroke-width=\"1.5\" \/>\n                                    <line id=\"Linie_550\" data-name=\"Linie 550\" y2=\"32\" transform=\"translate(1049.5 3232.5) rotate(90)\" fill=\"none\" stroke=\"#f4f4f4\" stroke-width=\"1.5\" \/>\n                                <\/g>\n                            <\/svg>\n                        <\/div>\n                        <span class=\"block text-2xl\">Module 5<\/span>\n                    <\/div>\n                <\/a>\n                        <a href=\"https:\/\/nextgenvision.at\/en\/our-approach#nextgen-destination\" class=\"xl:col-span-2 bg-primary\/60 hover:bg-secondary text-black rounded-xl p-8 flex flex-col justify-between xl:min-h-[400px]\">\n                    <h4 class=\"text-5xl leading-[0.8] mb-8 break-normal hyphens-auto\">\n                        NextGen Destination                    <\/h4>\n                    <hr class=\"mb-8\">\n                    <div class=\"flex flex-col xl:flex-row items-start xl:items-center gap-5\">\n                        <div class=\"bg-black rounded-full p-3\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n                                <g id=\"Gruppe_2105\" data-name=\"Gruppe 2105\" transform=\"translate(-1017.5 -3216.5)\">\n                                    <line id=\"Linie_549\" data-name=\"Linie 549\" y2=\"32\" transform=\"translate(1033.5 3216.5)\" fill=\"none\" stroke=\"#f4f4f4\" stroke-width=\"1.5\" \/>\n                                    <line id=\"Linie_550\" data-name=\"Linie 550\" y2=\"32\" transform=\"translate(1049.5 3232.5) rotate(90)\" fill=\"none\" stroke=\"#f4f4f4\" stroke-width=\"1.5\" \/>\n                                <\/g>\n                            <\/svg>\n                        <\/div>\n                        <span class=\"block text-2xl\">Special Module for Tourism Destinations<\/span>\n                    <\/div>\n                <\/a>\n            <\/div>\n<\/section>\n\n<section class=\"numbered_content mx-auto max-w-9\/10 text-primary my-30 hyphens-auto xs:hyphens-none \">\n    <div class=\"grid xl:grid-cols-12\">\n        <span class=\"text-4xl xl:col-span-1\">\n            03\/        <\/span>\n                    <h4 class=\"text-4xl xl:col-start-4 xl:col-end-7\">\n                The KLARBLICK Succession Model            <\/h4>\n                <div class=\"text-3xl col-span-full mt-8 xl:mt-0 xl:col-start-7 xl:col-end-12\">\n                            <p class=\"text-3xl xl:text-6xl mb-4\">\n                    Seeing the Future. Connecting Generations. Transforming Businesses.                  <\/p>\n                            <p class=\"text-xl text-black mb-8\">\n                    The collaborative development of a vision forms the basis for a successful corporate future. If the succeeding generation paints an attractive and desirable picture of the desired future, supported by the current generation, a succession process can be sustainably successful. For success, structure with a clear distribution of roles and responsibilities is required. Within the strategy, the master plan for the company&#8217;s future is developed \u2013 including the further development of the business model and strategic brand positioning. Sustainable transformation succeeds when the family system and relationships among family members receive sufficient attention, and significant challenges within the relationship system are addressed.     <br \/>\r\n<br \/>\r\nThe depicted eye of our KLARBLICK model illustrates the central prerequisite for sustainable corporate transformation: a clear view of the company and all stakeholders!                <\/p>\n                            <a href=\"https:\/\/nextgenvision.at\/unser-ansatz\/\" class=\"inline-block text-lg xl:text-xl border rounded-full px-8 py-4 hover:bg-primary hover:text-white\">Learn more<\/a>\n                    <\/div>\n    <\/div>\n<\/section>\n<section class=\"image my-10 flex justify-center\">\n    <img decoding=\"async\" src=\"https:\/\/nextgenvision.at\/wp-content\/uploads\/2025\/06\/Grafik_Auge-scaled.png\" alt=\"http:\/\/Unternehmens\u00fcbergabe%20an%20die%20n\u00e4chste%20F\u00fchrungsgeneration%20in%20Familienunternehmen%20und%20Tourismusdestinationen\" class=\"lg:w-1\/2\">\n<\/section>\n<section class=\"headline mx-auto max-w-9\/10 py-8 xl:py-25 overflow-x-hidden hyphens-auto lg:hyphens-none\">\n    <h1 class=\"text-5xl md:text-7xl xl:text-[270px] xl:leading-[230px] text-primary\">\n        <span class=\"block text-left w-4\/5 lg:w-3\/5\" data-aos=\"fade-right\">About Us \u2013<\/span>\n                    <span class=\"block text-right\" data-aos=\"fade-left\">Philipp &amp; Sabine<\/span>\n            <\/h1>\n<\/section>\n<section class=\"image-background min-h-100 md:min-h-[800px] lg:min-h-[1200px] bg-cover bg-no-repeat bg-center rounded-b-4xl flex items-end mb-10 overflow-x-hidden\" style=\"background-image: url(https:\/\/nextgenvision.at\/wp-content\/uploads\/2025\/06\/AHR55435-scaled.jpg);\">\n    <div class=\"hidden xl:block max-w-[90vw] mx-auto xl:pb-12 xl:pr-20\">\n                    <h3 class=\"xl:text-7xl text-white\" data-aos=\"fade-up\">\n                The succession of a family business is far more than an organizational change \u2013 it is a profound, emotional transformation process.            <\/h3>\n            <\/div>\n<\/section>\n\n<section class=\"numbered_content mx-auto max-w-9\/10 text-primary my-30 hyphens-auto xs:hyphens-none \">\n    <div class=\"grid xl:grid-cols-12\">\n        <span class=\"text-4xl xl:col-span-1\">\n            04\/        <\/span>\n                    <h4 class=\"text-4xl xl:col-start-4 xl:col-end-7\">\n                The Team            <\/h4>\n                <div class=\"text-3xl col-span-full mt-8 xl:mt-0 xl:col-start-7 xl:col-end-12\">\n                            <p class=\"text-3xl xl:text-6xl mb-4\">\n                    The holistic sparring partner and the strategic business developer.                <\/p>\n                            <p class=\"text-xl text-black mb-8\">\n                    <br \/>\r\nAs a lawyer, business economist, and systemic consultant with roots in her own family business, Sabine Heigl-Kazianka supports family businesses and tourism destinations with structure, depth, and foresight. In the consulting process, she creates space for trust, connection, and sustainable transformation. <br \/>\r\n<br \/>\r\nWith over 10 years as a strategy consultant in top management, strategic clarity, international experience, and systemic intuition, Philipp Kazianka, a qualified business economist, guides family businesses and tourism destinations through the succession process \u2013 so that entrepreneurial responsibility can lead to a shared future.                <\/p>\n                            <a href=\"https:\/\/nextgenvision.at\/ueber-uns\/\" class=\"inline-block text-lg xl:text-xl border rounded-full px-8 py-4 hover:bg-primary hover:text-white\">Learn more<\/a>\n                    <\/div>\n    <\/div>\n<\/section>\n<div class=\"ticker-text my-20 relative\" data-aos=\"fade-up\">\n    <div class=\"marquee text-7xl lg:text-[270px] lg:leading-[1.1] text-primary\">\n        <span class=\"clipped-text\">\n            Our Blog_Our Blog        <\/span>\n        <span class=\"clipped-text\">\n            Our Blog_Our Blog        <\/span>\n    <\/div>\n<\/div>\n\n<style>\n    .ticker-text {\n        white-space: nowrap;\n        overflow: hidden;\n        position: relative;\n    }\n\n    .marquee {\n        display: inline-flex;\n        will-change: transform;\n    }\n\n    .clipped-text {\n        display: inline-block;\n        margin-right: 5rem;\n        line-height: 1.1;\n        \/* Add spacing between repeats *\/\n    }\n<\/style>\n\n<script>\n    function setupMarquee() {\n        let marqueeElements = document.querySelectorAll('.clipped-text');\n\n        marqueeElements.forEach(el => {\n            \/\/ Clear previous transforms\n            gsap.set(el.parentElement, {\n                x: 0\n            });\n\n            let rate = 150;\n            let distance = el.clientWidth;\n            let style = window.getComputedStyle(el);\n            let marginRight = parseInt(style.marginRight) || 0;\n            let totalDistance = distance + marginRight;\n            let container = el.parentElement;\n\n            \/\/ Kill existing animations on the container\n            gsap.killTweensOf(container);\n\n            \/\/ Animate\n            gsap.to(container, {\n                duration: totalDistance \/ rate,\n                repeat: -1,\n                x: '-' + totalDistance,\n                ease: 'none',\n            });\n        });\n    }\n\n    window.addEventListener(\"load\", setupMarquee);\n    window.addEventListener(\"resize\", () => {\n        \/\/ Delay slightly to allow layout to settle after resize\n        setTimeout(setupMarquee, 200);\n    });\n<\/script>\n<section class=\"blog_carousel mx-auto max-w-9\/10 xl:max-w-1\/3  mt-20 mb-20 relative\">\n    <div class=\"flex justify-between text-primary text-3xl xl:text-4xl mb-4\">\n        <a href=\"https:\/\/nextgenvision.at\/en\/our-blog\/\" class=\"decoration-1 underline-offset-10 hover:underline\">\n            All Posts        <\/a>\n        <div class=\"text-right\">\n            <span id=\"swiper-current-594\">1<\/span>\n            \/\n            <span id=\"swiper-total-594\">0<\/span>\n        <\/div>\n    <\/div>\n    <div class=\"swiper swiper-594\">\n        <div class=\"swiper-wrapper\">\n                                                <div class=\"swiper-slide\">\n                                                    <a href=\"https:\/\/nextgenvision.at\/en\/how-inner-clarity-creates-outer-success\/\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"2012\" height=\"1342\" src=\"https:\/\/nextgenvision.at\/wp-content\/uploads\/2025\/10\/Espresso-Talk-1-Dr.-Albert-Schmidbauer.png\" class=\"rounded-t-4xl wp-post-image\" alt=\"Dr. Albert Schmidbauer NextGen Vision Espresso Talk #1\" srcset=\"https:\/\/nextgenvision.at\/wp-content\/uploads\/2025\/10\/Espresso-Talk-1-Dr.-Albert-Schmidbauer.png 2012w, https:\/\/nextgenvision.at\/wp-content\/uploads\/2025\/10\/Espresso-Talk-1-Dr.-Albert-Schmidbauer-300x200.png 300w, https:\/\/nextgenvision.at\/wp-content\/uploads\/2025\/10\/Espresso-Talk-1-Dr.-Albert-Schmidbauer-1024x683.png 1024w, https:\/\/nextgenvision.at\/wp-content\/uploads\/2025\/10\/Espresso-Talk-1-Dr.-Albert-Schmidbauer-768x512.png 768w, https:\/\/nextgenvision.at\/wp-content\/uploads\/2025\/10\/Espresso-Talk-1-Dr.-Albert-Schmidbauer-1536x1025.png 1536w, https:\/\/nextgenvision.at\/wp-content\/uploads\/2025\/10\/Espresso-Talk-1-Dr.-Albert-Schmidbauer-1320x880.png 1320w\" sizes=\"auto, (max-width: 2012px) 100vw, 2012px\" \/>                            <\/a>\n                            <span class=\"block text-primary mt-5 mb-2\">28. October 2025<\/span>\n                            <h3 class=\"text-primary mb-3 text-3xl xl:text-4xl\">How inner clarity creates outer success!<\/h3>\n                            <p>Our first NextGen Vision Espresso Talk with Dr. Albert Schmidbauer, founder and CEO of the Biogena Group.<\/p>\n                            <a href=\"https:\/\/nextgenvision.at\/en\/how-inner-clarity-creates-outer-success\/\" class=\" mt-5 inline-flex gap-4 items-center text-primary text-xl py-4 px-5 rounded-full z-9 bg-transparent outline hover:cursor-pointer outline-primary mb-2 ml-px hover:bg-primary hover:text-white\">\n                                View post                                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"15.18\" height=\"13.46\" viewBox=\"0 0 15.179 13.462\">\n                                    <path fill=\"currentColor\" d=\"M8.507 0c.75 3.81 2.961 6.06 6.672 6.06v1.387c-3.711 0-5.921 2.25-6.672 6.06l-1.5-.454c.789-2.921 2.566-5.132 4.9-5.665H0V6.06h11.962C9.554 5.523 7.8 3.337 7.007.415Z\" \/>\n                                <\/svg>\n                            <\/a>\n                                            <\/div>\n                                    <div class=\"swiper-slide\">\n                                                    <a href=\"https:\/\/nextgenvision.at\/en\/why-we-founded-nextgen-vision\/\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1707\" src=\"https:\/\/nextgenvision.at\/wp-content\/uploads\/2025\/10\/Blogbeitrag_2_Philipp_Vorstellung_Foto-scaled-1.jpg\" class=\"rounded-t-4xl wp-post-image\" alt=\"\" srcset=\"https:\/\/nextgenvision.at\/wp-content\/uploads\/2025\/10\/Blogbeitrag_2_Philipp_Vorstellung_Foto-scaled-1.jpg 2560w, https:\/\/nextgenvision.at\/wp-content\/uploads\/2025\/10\/Blogbeitrag_2_Philipp_Vorstellung_Foto-scaled-1-300x200.jpg 300w, https:\/\/nextgenvision.at\/wp-content\/uploads\/2025\/10\/Blogbeitrag_2_Philipp_Vorstellung_Foto-scaled-1-1024x683.jpg 1024w, https:\/\/nextgenvision.at\/wp-content\/uploads\/2025\/10\/Blogbeitrag_2_Philipp_Vorstellung_Foto-scaled-1-768x512.jpg 768w, https:\/\/nextgenvision.at\/wp-content\/uploads\/2025\/10\/Blogbeitrag_2_Philipp_Vorstellung_Foto-scaled-1-1536x1024.jpg 1536w, https:\/\/nextgenvision.at\/wp-content\/uploads\/2025\/10\/Blogbeitrag_2_Philipp_Vorstellung_Foto-scaled-1-2048x1366.jpg 2048w, https:\/\/nextgenvision.at\/wp-content\/uploads\/2025\/10\/Blogbeitrag_2_Philipp_Vorstellung_Foto-scaled-1-1320x880.jpg 1320w\" sizes=\"auto, (max-width: 2560px) 100vw, 2560px\" \/>                            <\/a>\n                            <span class=\"block text-primary mt-5 mb-2\"><\/span>\n                            <h3 class=\"text-primary mb-3 text-3xl xl:text-4xl\">Why we founded NextGen Vision.<\/h3>\n                            <p>From strategy consultant to holistic advisor for business succession.<\/p>\n                            <a href=\"https:\/\/nextgenvision.at\/en\/why-we-founded-nextgen-vision\/\" class=\" mt-5 inline-flex gap-4 items-center text-primary text-xl py-4 px-5 rounded-full z-9 bg-transparent outline hover:cursor-pointer outline-primary mb-2 ml-px hover:bg-primary hover:text-white\">\n                                View post                                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"15.18\" height=\"13.46\" viewBox=\"0 0 15.179 13.462\">\n                                    <path fill=\"currentColor\" d=\"M8.507 0c.75 3.81 2.961 6.06 6.672 6.06v1.387c-3.711 0-5.921 2.25-6.672 6.06l-1.5-.454c.789-2.921 2.566-5.132 4.9-5.665H0V6.06h11.962C9.554 5.523 7.8 3.337 7.007.415Z\" \/>\n                                <\/svg>\n                            <\/a>\n                                            <\/div>\n                                    <div class=\"swiper-slide\">\n                                                    <a href=\"https:\/\/nextgenvision.at\/en\/how-to-deal-with-being-overlooked\/\">\n                                <img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1708\" src=\"https:\/\/nextgenvision.at\/wp-content\/uploads\/2025\/07\/Blogbeitrag_1_Sabine_Vorstellung_Foto-scaled-1.jpg\" class=\"rounded-t-4xl wp-post-image\" alt=\"Sabine Heigl-Kazianka\" srcset=\"https:\/\/nextgenvision.at\/wp-content\/uploads\/2025\/07\/Blogbeitrag_1_Sabine_Vorstellung_Foto-scaled-1.jpg 2560w, https:\/\/nextgenvision.at\/wp-content\/uploads\/2025\/07\/Blogbeitrag_1_Sabine_Vorstellung_Foto-scaled-1-300x200.jpg 300w, https:\/\/nextgenvision.at\/wp-content\/uploads\/2025\/07\/Blogbeitrag_1_Sabine_Vorstellung_Foto-scaled-1-1024x683.jpg 1024w, https:\/\/nextgenvision.at\/wp-content\/uploads\/2025\/07\/Blogbeitrag_1_Sabine_Vorstellung_Foto-scaled-1-768x512.jpg 768w, https:\/\/nextgenvision.at\/wp-content\/uploads\/2025\/07\/Blogbeitrag_1_Sabine_Vorstellung_Foto-scaled-1-1536x1025.jpg 1536w, https:\/\/nextgenvision.at\/wp-content\/uploads\/2025\/07\/Blogbeitrag_1_Sabine_Vorstellung_Foto-scaled-1-2048x1366.jpg 2048w, https:\/\/nextgenvision.at\/wp-content\/uploads\/2025\/07\/Blogbeitrag_1_Sabine_Vorstellung_Foto-scaled-1-1320x881.jpg 1320w\" sizes=\"auto, (max-width: 2560px) 100vw, 2560px\" \/>                            <\/a>\n                            <span class=\"block text-primary mt-5 mb-2\"><\/span>\n                            <h3 class=\"text-primary mb-3 text-3xl xl:text-4xl\">How to deal with being overlooked?<\/h3>\n                            <p>When the head does everything right and the heart lags behind.<\/p>\n                            <a href=\"https:\/\/nextgenvision.at\/en\/how-to-deal-with-being-overlooked\/\" class=\" mt-5 inline-flex gap-4 items-center text-primary text-xl py-4 px-5 rounded-full z-9 bg-transparent outline hover:cursor-pointer outline-primary mb-2 ml-px hover:bg-primary hover:text-white\">\n                                View post                                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"15.18\" height=\"13.46\" viewBox=\"0 0 15.179 13.462\">\n                                    <path fill=\"currentColor\" d=\"M8.507 0c.75 3.81 2.961 6.06 6.672 6.06v1.387c-3.711 0-5.921 2.25-6.672 6.06l-1.5-.454c.789-2.921 2.566-5.132 4.9-5.665H0V6.06h11.962C9.554 5.523 7.8 3.337 7.007.415Z\" \/>\n                                <\/svg>\n                            <\/a>\n                                            <\/div>\n                                                    <\/div>\n    <\/div>\n\n    <div class=\"swiper-button-prev hidden lg:flex items-center absolute left-[-3rem] top-2\/5 -translate-y-1\/2 z-10\">\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"34\" height=\"30\" viewBox=\"0 0 33.58 29.781\">\n            <path fill=\"#2a388f\" d=\"M14.76 29.78C13.1 21.352 8.21 16.374.001 16.374v-2.751c8.209 0 13.1-4.978 14.759-13.406l3.32.782c-1.746 6.462-5.676 11.352-10.829 12.532H33.58v2.751H7.118c5.327 1.179 9.214 6.026 10.96 12.498Z\" \/>\n        <\/svg>\n    <\/div>\n    <div class=\"swiper-button-next hidden lg:flex items-center absolute right-[-3rem] top-2\/5 -translate-y-1\/2 z-10\">\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"34\" height=\"30\" viewBox=\"0 0 33.58 29.781\">\n            <path fill=\"#2a388f\" d=\"M18.82 0c1.66 8.428 6.55 13.406 14.759 13.406v2.751c-8.209 0-13.1 4.978-14.759 13.406l-3.32-.782c1.746-6.462 5.676-11.352 10.829-12.532H0v-2.751h26.462C21.135 12.319 17.248 7.472 15.502 1Z\" \/>\n        <\/svg>\n    <\/div>\n\n    <script>\n        function padWithZero(num) {\n            return num < 10 ? '0' + num : num;\n        }\n\n        const swiperSelector = '.swiper-594';\n        const swiperContainer = document.querySelector(swiperSelector);\n\n        \/\/ Count real (non-duplicate) slides\n        const totalSlides = swiperContainer.querySelectorAll('.swiper-slide:not(.swiper-slide-duplicate)').length;\n        document.getElementById('swiper-total-594').textContent = padWithZero(totalSlides);\n\n        const swiper_594 = new Swiper('.swiper-594', {\n            loop: true,\n            navigation: {\n                nextEl: '.swiper-button-next',\n                prevEl: '.swiper-button-prev',\n            },\n            on: {\n                init: function(swiper) {\n                    document.getElementById('swiper-current-594').textContent = padWithZero(swiper.realIndex + 1);\n                },\n                slideChange: function(swiper) {\n                    document.getElementById('swiper-current-594').textContent = padWithZero(swiper.realIndex + 1);\n                }\n            }\n        });\n    <\/script>\n<\/section>\n\n<section class=\"newsletter mx-auto max-w-9\/10 text-primary my-5\">\n    <div class=\"flex flex-col gap-5 lg:grid lg:grid-cols-12\">\n                    <div class=\"bullet-text lg:col-span-5 2xl:col-span-4 text-3xl xl:text-4xl\">\n                Sign up for our newsletter and receive regular updates and news.            <\/div>\n                <div class=\"lg:col-start-7 lg:col-end-12\">\n                              \n  \n  <div class=\"\n    mailpoet_form_popup_overlay\n      \"><\/div>\n  <div\n    id=\"mailpoet_form_1\"\n    class=\"\n      mailpoet_form\n      mailpoet_form_shortcode\n      mailpoet_form_position_\n      mailpoet_form_animation_\n    \"\n      >\n\n    <style type=\"text\/css\">\n     #mailpoet_form_1 .mailpoet_form {  }\n#mailpoet_form_1 .mailpoet_column_with_background { padding: 10px; }\n#mailpoet_form_1 .mailpoet_form_column:not(:first-child) { margin-left: 20px; }\n#mailpoet_form_1 .mailpoet_paragraph { line-height: 20px; margin-bottom: 20px; }\n#mailpoet_form_1 .mailpoet_segment_label, #mailpoet_form_1 .mailpoet_text_label, #mailpoet_form_1 .mailpoet_textarea_label, #mailpoet_form_1 .mailpoet_select_label, #mailpoet_form_1 .mailpoet_radio_label, #mailpoet_form_1 .mailpoet_checkbox_label, #mailpoet_form_1 .mailpoet_list_label, #mailpoet_form_1 .mailpoet_date_label { display: block; font-weight: normal; }\n#mailpoet_form_1 .mailpoet_text, #mailpoet_form_1 .mailpoet_textarea, #mailpoet_form_1 .mailpoet_select, #mailpoet_form_1 .mailpoet_date_month, #mailpoet_form_1 .mailpoet_date_day, #mailpoet_form_1 .mailpoet_date_year, #mailpoet_form_1 .mailpoet_date { display: block; }\n#mailpoet_form_1 .mailpoet_text, #mailpoet_form_1 .mailpoet_textarea { width: 200px; }\n#mailpoet_form_1 .mailpoet_checkbox {  }\n#mailpoet_form_1 .mailpoet_submit {  }\n#mailpoet_form_1 .mailpoet_divider {  }\n#mailpoet_form_1 .mailpoet_message {  }\n#mailpoet_form_1 .mailpoet_form_loading { width: 30px; text-align: center; line-height: normal; }\n#mailpoet_form_1 .mailpoet_form_loading > span { width: 5px; height: 5px; background-color: #5b5b5b; }#mailpoet_form_1{border-radius: 0px;text-align: left;}#mailpoet_form_1 form.mailpoet_form {padding: 20px;}#mailpoet_form_1{width: 100%;}#mailpoet_form_1 .mailpoet_message {margin: 0; padding: 0 20px;}#mailpoet_form_1 .mailpoet_paragraph.last {margin-bottom: 0} @media (max-width: 500px) {#mailpoet_form_1 {background-image: none;}} @media (min-width: 500px) {#mailpoet_form_1 .last .mailpoet_paragraph:last-child {margin-bottom: 0}}  @media (max-width: 500px) {#mailpoet_form_1 .mailpoet_form_column:last-child .mailpoet_paragraph:last-child {margin-bottom: 0}} \n    <\/style>\n\n    <form\n      target=\"_self\"\n      method=\"post\"\n      action=\"https:\/\/nextgenvision.at\/wp-admin\/admin-post.php?action=mailpoet_subscription_form\"\n      class=\"mailpoet_form mailpoet_form_form mailpoet_form_shortcode\"\n      novalidate\n      data-delay=\"\"\n      data-exit-intent-enabled=\"\"\n      data-font-family=\"\"\n      data-cookie-expiration-time=\"\"\n    >\n      <input type=\"hidden\" name=\"data[form_id]\" value=\"1\" \/>\n      <input type=\"hidden\" name=\"token\" value=\"cfb1f2b28a\" \/>\n      <input type=\"hidden\" name=\"api_version\" value=\"v1\" \/>\n      <input type=\"hidden\" name=\"endpoint\" value=\"subscribers\" \/>\n      <input type=\"hidden\" name=\"mailpoet_method\" value=\"subscribe\" \/>\n\n      <label class=\"mailpoet_hp_email_label\" style=\"display: none !important;\">Please leave this field empty<input type=\"email\" name=\"data[email]\"\/><\/label><div class=\"mailpoet_paragraph \"><input type=\"text\" autocomplete=\"given-name\" class=\"mailpoet_text\" id=\"form_first_name_1\" name=\"data[form_field_ZTQ1NmZhYjJkNTIxX2ZpcnN0X25hbWU=]\" title=\"Name\" value=\"\" style=\"width:100%;box-sizing:border-box;padding:5px;margin: 0 auto 0 0;\" data-automation-id=\"form_first_name\"  placeholder=\"Name *\" aria-label=\"Name *\" data-parsley-errors-container=\".mailpoet_error_7vyru\" data-parsley-names='[&quot;Please specify a valid name.&quot;,&quot;Addresses in names are not permitted, please add your name instead.&quot;]' data-parsley-required=\"true\" required aria-required=\"true\" data-parsley-required-message=\"This field is required.\"\/><span class=\"mailpoet_error_7vyru\"><\/span><\/div>\n<div class=\"mailpoet_paragraph \"><input type=\"email\" autocomplete=\"email\" class=\"mailpoet_text\" id=\"form_email_1\" name=\"data[form_field_YTk0ZjAyOWFlZmQ2X2VtYWls]\" title=\"E-Mail-Adresse\" value=\"\" style=\"width:100%;box-sizing:border-box;padding:5px;margin: 0 auto 0 0;\" data-automation-id=\"form_email\"  placeholder=\"E-Mail-Adresse *\" aria-label=\"E-Mail-Adresse *\" data-parsley-errors-container=\".mailpoet_error_1u0zy\" data-parsley-required=\"true\" required aria-required=\"true\" data-parsley-minlength=\"6\" data-parsley-maxlength=\"150\" data-parsley-type-message=\"This value should be a valid email.\" data-parsley-required-message=\"This field is required.\"\/><span class=\"mailpoet_error_1u0zy\"><\/span><\/div>\n<div class=\"mailpoet_paragraph \"><input type=\"submit\" class=\"mailpoet_submit\" value=\"Anmelden\" data-automation-id=\"subscribe-submit-button\" style=\"padding:5px;margin: 0 auto 0 0;border-color:transparent;\" \/><span class=\"mailpoet_form_loading\"><span class=\"mailpoet_bounce1\"><\/span><span class=\"mailpoet_bounce2\"><\/span><span class=\"mailpoet_bounce3\"><\/span><\/span><\/div>\n\n      <div class=\"mailpoet_message\">\n        <p class=\"mailpoet_validate_success\"\n                style=\"display:none;\"\n                >Pr\u00fcfen Sie Ihren Posteingang oder Spam-Ordner, um Ihr Abonnement zu best\u00e4tigen.\n        <\/p>\n        <p class=\"mailpoet_validate_error\"\n                style=\"display:none;\"\n                >        <\/p>\n      <\/div>\n    <\/form>\n\n      <\/div>\n\n                      <\/div>\n    <\/div>\n<\/section>\n\n<section class=\"content_with_link mx-auto max-w-9\/10 text-primary my-30 hyphens-auto xs:hyphens-none\">\n    <div class=\"grid xl:grid-cols-12\">\n        <span class=\"text-4xl xl:col-span-1\">\n            05\/        <\/span>\n                    <h4 class=\"text-4xl xl:col-start-4 xl:col-end-7\">\n                Contact            <\/h4>\n                <div class=\"text-3xl xl:text-6xl col-span-full mt-8 lg:mt-0 xl:col-start-7 xl:col-end-12\">\n                            <p class=\"mb-8\">\n                    We look forward to your message:                 <\/p>\n                            <a href=\"mailto:office@nextgenvision.at\" class=\"decoration-2 underline-offset-15 hover:underline\">office@nextgenvision.at<\/a>\n                    <\/div>\n    <\/div>\n<\/section>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-532","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/nextgenvision.at\/en\/wp-json\/wp\/v2\/pages\/532","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nextgenvision.at\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nextgenvision.at\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nextgenvision.at\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nextgenvision.at\/en\/wp-json\/wp\/v2\/comments?post=532"}],"version-history":[{"count":15,"href":"https:\/\/nextgenvision.at\/en\/wp-json\/wp\/v2\/pages\/532\/revisions"}],"predecessor-version":[{"id":663,"href":"https:\/\/nextgenvision.at\/en\/wp-json\/wp\/v2\/pages\/532\/revisions\/663"}],"wp:attachment":[{"href":"https:\/\/nextgenvision.at\/en\/wp-json\/wp\/v2\/media?parent=532"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}