{"id":3731,"date":"2026-04-22T15:14:59","date_gmt":"2026-04-22T13:14:59","guid":{"rendered":"https:\/\/motorflug.com\/new-homepage-2026\/"},"modified":"2026-05-26T14:45:34","modified_gmt":"2026-05-26T12:45:34","slug":"new-homepage-2026","status":"publish","type":"page","link":"https:\/\/motorflug.com\/en\/","title":{"rendered":"New homepage 2026"},"content":{"rendered":"\n\n\n\n    <meta charset=\"UTF-8\"\/>\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\/>\n    <title>Motorflug Baden-Baden GmbH | Airbus Helicopters Partner<\/title>\n    \n    <!-- Tailwind CSS -->\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n    <!-- Lucide Icons (f\u00fcr den Rest der Seite) -->\n    <script src=\"https:\/\/unpkg.com\/lucide@latest\"><\/script>\n    \n    <!-- Typografie: Inter (Apple Style) -->\n    <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800;900&#038;display=swap\" rel=\"stylesheet\"\/>\n\n    <script>\n        tailwind.config = {\n            theme: {\n                extend: {\n                    fontFamily: { sans: ['Inter', 'sans-serif'] },\n                    colors: {\n                        aviation: {\n                            base: '#00205b',\n                            accent: '#00a0e9',\n                            surface: '#f8fafc'\n                        }\n                    },\n                    letterSpacing: { tightest: '-.04em' },\n                    boxShadow: {\n                        'premium': '0 20px 50px -15px rgba(0, 32, 91, 0.1)',\n                    }\n                }\n            }\n        }\n    <\/script>\n\n    <style>\n        body { background-color: #ffffff; color: #334155; overflow-x: hidden; }\n        ::-webkit-scrollbar { display: none; }\n\n        \/* Bento Box Hover Effekte *\/\n        .bento-box {\n            transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.5s ease;\n        }\n        .bento-box:hover {\n            transform: scale(0.98);\n            box-shadow: 0 30px 60px -15px rgba(0, 32, 91, 0.15);\n        }\n\n        \/* Infinite Marquee f\u00fcr die Historien-Bilder *\/\n        .marquee-container {\n            display: flex;\n            width: 200%;\n            animation: marquee 25s linear infinite;\n        }\n        .marquee-container:hover {\n            animation-play-state: paused;\n        }\n        @keyframes marquee {\n            0% { transform: translateX(0); }\n            100% { transform: translateX(-50%); }\n        }\n    <\/style>\n\n\n\n    <!-- ACHTUNG WORDPRESS: Header\/Navbar wurde gel\u00f6scht, da Ihr Theme das \u00fcbernimmt -->\n\n    <!-- 1. SLOGAN (Zentriert \u00fcber dem Video, Schriftgr\u00f6\u00dfe etwas reduziert) -->\n    <section id=\"slogan-section\" class=\"pt-32 pb-12 bg-white relative z-20 w-full\">\n        <div class=\"w-full max-w-[1400px] mx-auto px-4 md:px-8 text-center\">\n            <h1 class=\"text-5xl md:text-7xl lg:text-[6.5rem] font-black tracking-tightest leading-[1.05] text-aviation-base\">\n  Excellence in the air.<br\/>  Satisfaction on the ground.\n            <\/h1>\n        <\/div>\n    <\/section>\n\n    <!-- 2. VIDEO BEREICH (Riesig, mit Einrast-Funktion & Untertitel-Hinweis) -->\n    <section id=\"video-section\" class=\"relative w-full bg-white pb-24 z-20 flex items-center justify-center min-h-[90vh]\">\n        <div class=\"w-full max-w-[1600px] mx-auto px-4 md:px-8 relative\">\n            <div class=\"w-full rounded-[2.5rem] overflow-hidden relative shadow-2xl bg-black\">\n                <!-- Iframe mit forciertem Autoplay -->\n                <iframe src=\"https:\/\/www.unserebroschuere.de\/video\/455D63438?autoplay=1&#038;muted=1&#038;loop=1&#038;background=1\" scrolling=\"no\" frameborder=\"no\" style=\"width: 100%; aspect-ratio: 16\/9; min-height: 200px; border: none;\" allow=\"autoplay; fullscreen; encrypted-media; picture-in-picture\" allowfullscreen=\"\">\n                <\/iframe>\n\n                <!-- PREMIUM UNTERTITEL-HINWEIS (WordPress-sicher dank CSS-Resets & inline SVGs) -->\n                <div id=\"subtitle-badge\" class=\"absolute bottom-6 right-6 md:bottom-10 md:right-10 z-30 pointer-events-none select-none transition-all duration-[1200ms] ease-in-out opacity-100 transform translate-y-0\">\n                    <div class=\"flex items-center gap-3 bg-slate-950\/85 backdrop-blur-md border border-white\/10 px-4 py-2.5 rounded-2xl shadow-2xl pointer-events-auto\">\n                        <!-- Pulsierender Punkt f\u00fcr Aufmerksamkeit -->\n                        <span class=\"relative flex h-2 w-2\">\n                            <span class=\"animate-ping absolute inline-flex h-full w-full rounded-full bg-aviation-accent opacity-75\"><\/span>\n                            <span class=\"relative inline-flex rounded-full h-2 w-2 bg-aviation-accent\"><\/span>\n                        <\/span>\n                        \n                        <!-- Inline \u00dcbersetzungs-SVG (WordPress-unabh\u00e4ngig) -->\n                        <svg class=\"w-4 h-4 text-slate-300\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                            <path d=\"m5 8 6 6M4 14l6-6 2-3M2 5h12M7 2h1m14 20-5-10-5 10M14 18h6\"><\/path>\n                        <\/svg>\n\n                        <div class=\"flex flex-col\">\n                            <span class=\"text-[11px] font-bold text-white tracking-wide uppercase leading-none\">English Subtitles<\/span>\n                            <span class=\"text-[9px] text-slate-400 font-medium mt-0.5 leading-none\">Available in Player<\/span>\n                        <\/div>\n                        \n                        <!-- WordPress-sicherer Schlie\u00dfen-Button dank inline CSS und nativem SVG -->\n                        <button id=\"close-subtitle-badge\" style=\"all: unset; cursor: pointer; display: flex; align-items: center; justify-content: center;\" class=\"ml-1 p-1 text-slate-400 hover:text-white hover:bg-white\/10 rounded-lg transition-all\" title=\"Hide\">\n                            <svg class=\"w-3.5 h-3.5 text-slate-400 hover:text-white transition-colors\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n                                <line x1=\"18\" y1=\"6\" x2=\"6\" y2=\"18\"><\/line>\n                                <line x1=\"6\" y1=\"6\" x2=\"18\" y2=\"18\"><\/line>\n                            <\/svg>\n                        <\/button>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- Dezenter Hinweis, dass man weiter scrollen kann -->\n            <div id=\"scroll-hint\" class=\"absolute -bottom-16 left-1\/2 -translate-x-1\/2 text-slate-400 flex flex-col items-center animate-bounce opacity-0\">\n                <span class=\"text-[10px] font-bold uppercase tracking-widest mb-1\">Scroll further<\/span>\n                <i data-lucide=\"chevron-down\" class=\"w-4 h-4\"><\/i>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- 3. BROSCH\u00dcRE IM IPAD -->\n    <section class=\"py-24 bg-white relative z-20\">\n        <div class=\"max-w-[1600px] w-full mx-auto px-4 md:px-8\">\n            <div class=\"flex flex-col lg:flex-row items-center gap-16\">\n                <div class=\"lg:w-5\/12\">\n                    <h3 class=\"text-aviation-accent font-bold tracking-widest text-xs uppercase mb-4\">Digital reading<\/h3>\n                    <h2 class=\"text-4xl md:text-5xl font-black text-aviation-base tracking-tight mb-6\">Company brochure<\/h2>\n                    <p class=\"text-lg text-slate-600 mb-8 leading-relaxed\">\n  Take a deep dive into our company history and find out all the details about our capacities, certifications and the people behind Motorflug.\n                    <\/p>\n                    <a href=\"https:\/\/www.unserebroschuere.de\/Motorflug_Baden-Baden_GmbH\/WebView\/\" target=\"_blank\" class=\"inline-flex items-center gap-3 bg-aviation-base text-white px-8 py-4 rounded-full font-bold hover:bg-aviation-accent hover:-translate-y-1 transition-all shadow-md group\">\n                        <i data-lucide=\"book-open\" class=\"w-5 h-5\"><\/i>\n  Browse online now\n                        <i data-lucide=\"arrow-right\" class=\"w-4 h-4 ml-2 group-hover:translate-x-1 transition-transform\"><\/i>\n                    <\/a>\n                <\/div>\n                \n                <div class=\"lg:w-7\/12 w-full flex justify-center lg:justify-end\">\n                    <!-- Clean iPad Mockup (Hochformat & Kleiner, ohne Border) -->\n                    <div class=\"relative w-[280px] md:w-[340px] aspect-[3\/4] bg-slate-100 rounded-[2.5rem] p-3 shadow-2xl\">\n                        <div class=\"absolute top-3 left-1\/2 -translate-x-1\/2 w-1.5 h-1.5 rounded-full bg-slate-300 hidden md:block\"><\/div>\n                        \n                        <a href=\"https:\/\/www.unserebroschuere.de\/Motorflug_Baden-Baden_GmbH\/WebView\/\" target=\"_blank\" class=\"block w-full h-full bg-black rounded-[1.5rem] overflow-hidden relative group\">\n                            <!-- Echtes Cover Bild f\u00fcr das Mockup -->\n                            <img decoding=\"async\" src=\"https:\/\/motorflug.com\/wp-content\/uploads\/2026\/04\/Screenshot-2026-04-22-144359.png\" alt=\"Brochure cover\" class=\"w-full h-full object-cover transition-transform duration-700 group-hover:scale-105 opacity-90\"\/>\n                            \n                            <div class=\"absolute inset-0 bg-aviation-base\/40 flex items-center justify-center opacity-0 group-hover:opacity-100 transition-opacity duration-300 backdrop-blur-sm\">\n                                <div class=\"bg-white text-aviation-base p-6 rounded-full shadow-2xl flex flex-col items-center transform scale-90 group-hover:scale-100 transition-transform\">\n                                    <i data-lucide=\"external-link\" class=\"w-8 h-8 mb-2\"><\/i>\n                                    <span class=\"font-bold text-xs uppercase\">Open brochure<\/span>\n                                <\/div>\n                            <\/div>\n                        <\/a>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- 4. LEISTUNGEN (BENTO GRID VERLINKT AUF WP) -->\n    <section class=\"py-32 bg-white relative z-20\">\n        <div class=\"max-w-[1600px] w-full mx-auto px-4 md:px-8\">\n            <div class=\"text-center mb-16\">\n                <h2 class=\"text-5xl font-black tracking-tightest text-aviation-base mb-4\">Our services<\/h2>\n                <p class=\"text-xl text-slate-500 font-medium\">We can do that for you!<\/p>\n            <\/div>\n\n            <div class=\"grid grid-cols-1 md:grid-cols-3 gap-6 auto-rows-[350px]\">\n                \n                <!-- MRO -->\n                <a href=\"\/leistungen\/hubschrauber-mro\/\" class=\"bg-white rounded-[2rem] p-10 relative overflow-hidden bento-box shadow-lg flex flex-col justify-between group\">\n                    <div class=\"relative z-10\">\n                        <div class=\"w-12 h-12 bg-slate-50 rounded-xl flex items-center justify-center mb-6 shadow-sm group-hover:bg-aviation-base group-hover:text-white transition-colors text-aviation-base\">\n                            <i data-lucide=\"wrench\"><\/i>\n                        <\/div>\n                        <h3 class=\"text-3xl font-bold text-aviation-base tracking-tight mb-3\">MRO<\/h3>\n                        <p class=\"text-slate-600 font-medium leading-relaxed\">\n  Maintenance, repair and overhaul &#8211; all from a single source.\n                        <\/p>\n                    <\/div>\n                    <div class=\"flex justify-end\"><i data-lucide=\"arrow-right\" class=\"text-slate-400 group-hover:text-aviation-accent transition-colors\"><\/i><\/div>\n                <\/a>\n\n                <!-- Upgrades -->\n                <a href=\"https:\/\/motorflug.com\/en\/upgrades\/\" class=\"bg-white rounded-[2rem] p-10 relative overflow-hidden bento-box shadow-lg flex flex-col justify-between group\">\n                    <div class=\"relative z-10\">\n                        <div class=\"w-12 h-12 bg-slate-50 rounded-xl flex items-center justify-center mb-6 shadow-sm group-hover:bg-aviation-base group-hover:text-white transition-colors text-aviation-base\">\n                            <i data-lucide=\"cpu\"><\/i>\n                        <\/div>\n                        <h3 class=\"text-3xl font-bold text-aviation-base tracking-tight mb-3\">Upgrades<\/h3>\n                        <p class=\"text-slate-600 font-medium leading-relaxed\">\n  Custom-made products &#038; upgrades. Individual solutions for special requirements. \n                        <\/p>\n                    <\/div>\n                    <div class=\"flex justify-end\"><i data-lucide=\"arrow-right\" class=\"text-slate-400 group-hover:text-aviation-accent transition-colors\"><\/i><\/div>\n                <\/a>\n\n                <!-- CAMO -->\n                <a href=\"\/leistungen\/camo\/\" class=\"bg-white rounded-[2rem] p-10 relative overflow-hidden bento-box shadow-lg flex flex-col justify-between group\">\n                    <div class=\"relative z-10\">\n                        <div class=\"w-12 h-12 bg-slate-50 rounded-xl flex items-center justify-center mb-6 shadow-sm group-hover:bg-aviation-base group-hover:text-white transition-colors text-aviation-base\">\n                            <i data-lucide=\"shield-check\"><\/i>\n                        <\/div>\n                        <h3 class=\"text-3xl font-bold text-aviation-base tracking-tight mb-3\">CAMO<\/h3>\n                        <p class=\"text-slate-600 font-medium leading-relaxed\">\n  We ensure continuous airworthiness through precise management.\n                        <\/p>\n                    <\/div>\n                    <div class=\"flex justify-end\"><i data-lucide=\"arrow-right\" class=\"text-slate-400 group-hover:text-aviation-accent transition-colors\"><\/i><\/div>\n                <\/a>\n\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- 5. HISTORIE (70 Jahre + Endlos-Slider) -->\n    <section class=\"py-32 bg-white overflow-hidden\">\n        <div class=\"max-w-[1600px] w-full mx-auto px-4 md:px-8 mb-16 text-center\">\n            <h3 class=\"text-aviation-accent font-bold tracking-widest text-xs uppercase mb-4\">70 years of powered flight Baden-Baden<\/h3>\n            <h2 class=\"text-5xl font-black tracking-tightest text-aviation-base mb-6\">Experience our history.<\/h2>\n            <p class=\"text-xl text-slate-600 max-w-2xl mx-auto mb-10\">\n  From the first flights to modern helicopter solutions. Let&#8217;s write the next chapter together! \n            <\/p>\n            <a href=\"\/unternehmensgeschichte\/\" class=\"bg-white text-aviation-base px-8 py-3 rounded-full font-bold hover:bg-slate-50 shadow-md transition inline-block\">\n  Company history\n            <\/a>\n        <\/div>\n\n        <div class=\"w-full relative py-4\">\n            <div class=\"marquee-container gap-6 px-3\">\n                <!-- Bilder Block 1 -->\n                <div class=\"w-[400px] h-[250px] shrink-0 rounded-3xl overflow-hidden shadow-xl\"><img decoding=\"async\" src=\"https:\/\/motorflug.com\/wp-content\/uploads\/2025\/06\/MF01_20210721_095626-scaled.jpg\" class=\"w-full h-full object-cover\"\/><\/div>\n                <div class=\"w-[400px] h-[250px] shrink-0 rounded-3xl overflow-hidden shadow-xl\"><img decoding=\"async\" src=\"https:\/\/motorflug.com\/wp-content\/uploads\/2025\/06\/IMG_3118_copy-scaled.jpg\" class=\"w-full h-full object-cover\"\/><\/div>\n                <div class=\"w-[400px] h-[250px] shrink-0 rounded-3xl overflow-hidden shadow-xl\"><img decoding=\"async\" src=\"https:\/\/motorflug.com\/wp-content\/uploads\/2025\/06\/IMG_3087_copy-scaled.jpg\" class=\"w-full h-full object-cover\"\/><\/div>\n                <div class=\"w-[400px] h-[250px] shrink-0 rounded-3xl overflow-hidden shadow-xl\"><img decoding=\"async\" src=\"https:\/\/motorflug.com\/wp-content\/uploads\/2025\/06\/Baden-Oos-Gemini-vor-Werft.jpg\" class=\"w-full h-full object-cover\"\/><\/div>\n                <div class=\"w-[400px] h-[250px] shrink-0 rounded-3xl overflow-hidden shadow-xl\"><img decoding=\"async\" src=\"https:\/\/motorflug.com\/wp-content\/uploads\/2025\/06\/1955-Hubschrauber-Bell-47.jpg\" class=\"w-full h-full object-cover\"\/><\/div>\n                \n                <!-- Bilder Block 2 (Duplikat f\u00fcr Loop) -->\n                <div class=\"w-[400px] h-[250px] shrink-0 rounded-3xl overflow-hidden shadow-xl\"><img decoding=\"async\" src=\"https:\/\/motorflug.com\/wp-content\/uploads\/2025\/06\/MF01_20210721_095626-scaled.jpg\" class=\"w-full h-full object-cover\"\/><\/div>\n                <div class=\"w-[400px] h-[250px] shrink-0 rounded-3xl overflow-hidden shadow-xl\"><img decoding=\"async\" src=\"https:\/\/motorflug.com\/wp-content\/uploads\/2025\/06\/IMG_3118_copy-scaled.jpg\" class=\"w-full h-full object-cover\"\/><\/div>\n                <div class=\"w-[400px] h-[250px] shrink-0 rounded-3xl overflow-hidden shadow-xl\"><img decoding=\"async\" src=\"https:\/\/motorflug.com\/wp-content\/uploads\/2025\/06\/IMG_3087_copy-scaled.jpg\" class=\"w-full h-full object-cover\"\/><\/div>\n                <div class=\"w-[400px] h-[250px] shrink-0 rounded-3xl overflow-hidden shadow-xl\"><img decoding=\"async\" src=\"https:\/\/motorflug.com\/wp-content\/uploads\/2025\/06\/Baden-Oos-Gemini-vor-Werft.jpg\" class=\"w-full h-full object-cover\"\/><\/div>\n                <div class=\"w-[400px] h-[250px] shrink-0 rounded-3xl overflow-hidden shadow-xl\"><img decoding=\"async\" src=\"https:\/\/motorflug.com\/wp-content\/uploads\/2025\/06\/1955-Hubschrauber-Bell-47.jpg\" class=\"w-full h-full object-cover\"\/><\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- 6. KARRIERE MIT AUFTRIEB -->\n    <section class=\"py-32 bg-white\">\n        <div class=\"max-w-[1600px] w-full mx-auto px-4 md:px-8\">\n            <div class=\"flex flex-col lg:flex-row gap-16 items-center\">\n                \n                <div class=\"lg:w-1\/2\">\n                    <h3 class=\"text-aviation-accent font-bold tracking-widest text-xs uppercase mb-4\">Jobs &#038; Career<\/h3>\n                    <h2 class=\"text-5xl font-black text-aviation-base tracking-tight mb-6\">A career with a boost &#8211; <br\/>Climb up with us!<\/h2>\n                    <p class=\"text-xl text-slate-600 mb-10 leading-relaxed\">\n  Whether in the cockpit, in maintenance or in technology &#8211; with us you shape the future of flying with every screw. Become part of a team that achieves great things every day. \n                    <\/p>\n                    <a href=\"https:\/\/ag.wd3.myworkdayjobs.com\/de-DE\/Airbus?locations=f5811cef9cb501ccb21073694c0acc45&#038;hiringCompany=f5811cef9cb501b896513d134e0a8b5e\" target=\"_blank\" class=\"inline-flex items-center gap-3 bg-aviation-base text-white px-8 py-4 rounded-full font-bold hover:bg-aviation-accent hover:-translate-y-1 transition-all shadow-premium group\">\n  View current vacancies\n                        <i data-lucide=\"external-link\" class=\"w-5 h-5 group-hover:scale-110 transition-transform\"><\/i>\n                    <\/a>\n                <\/div>\n\n                <div class=\"lg:w-1\/2 w-full\">\n                    <div class=\"grid grid-cols-2 gap-4\">\n                        <div class=\"space-y-4 pt-12\">\n                            <img decoding=\"async\" src=\"https:\/\/motorflug.com\/wp-content\/uploads\/2025\/05\/Screenshot-2025-05-21-100823.png\" class=\"w-full rounded-3xl shadow-lg border border-slate-100 object-cover hover:scale-105 transition duration-500\"\/>\n                            <img decoding=\"async\" src=\"https:\/\/motorflug.com\/wp-content\/uploads\/2025\/05\/Screenshot-2025-05-21-100754.png\" class=\"w-full rounded-3xl shadow-lg border border-slate-100 object-cover hover:scale-105 transition duration-500\"\/>\n                        <\/div>\n                        <div class=\"space-y-4\">\n                            <img decoding=\"async\" src=\"https:\/\/motorflug.com\/wp-content\/uploads\/2025\/05\/Screenshot-2025-05-21-100732.png\" class=\"w-full rounded-3xl shadow-lg border border-slate-100 object-cover hover:scale-105 transition duration-500\"\/>\n                            <img decoding=\"async\" src=\"https:\/\/motorflug.com\/wp-content\/uploads\/2025\/05\/Screenshot-2025-05-21-100059.png\" class=\"w-full rounded-3xl shadow-lg border border-slate-100 object-cover hover:scale-105 transition duration-500\"\/>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- ACHTUNG WORDPRESS: Footer wurde gel\u00f6scht, da Ihr Theme das \u00fcbernimmt -->\n\n    <!-- SKRIPTE (ScrollTrigger & GSAP) -->\n    <script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/gsap\/3.12.2\/gsap.min.js\"><\/script>\n    <script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/gsap\/3.12.2\/ScrollTrigger.min.js\"><\/script>\n\n    <script>\n        \/\/ Lucide Icons initialisieren\n        lucide.createIcons();\n\n        document.addEventListener(\"DOMContentLoaded\", () => {\n            gsap.registerPlugin(ScrollTrigger);\n\n            \/\/ VIDEO SNAP ON (Einrast-Effekt)\n            ScrollTrigger.create({\n                trigger: \"#video-section\",\n                start: \"center center\",\n                end: \"+=600\",\n                pin: true,\n                onEnter: () => gsap.to(\"#scroll-hint\", {opacity: 1, duration: 0.5}),\n                onLeave: () => gsap.to(\"#scroll-hint\", {opacity: 0, duration: 0.3}),\n                onEnterBack: () => gsap.to(\"#scroll-hint\", {opacity: 1, duration: 0.5}),\n                onLeaveBack: () => gsap.to(\"#scroll-hint\", {opacity: 0, duration: 0.3}),\n            });\n\n            \/\/ MANUELLES AUSBLENDEN BEI KLICK AUF DAS 'X'\n            const badge = document.getElementById(\"subtitle-badge\");\n            const closeBtn = document.getElementById(\"close-subtitle-badge\");\n\n            if (closeBtn && badge) {\n                closeBtn.addEventListener(\"click\", (e) => {\n                    e.preventDefault();\n                    e.stopPropagation();\n                    \n                    \/\/ Sch\u00f6ne Transition nach unten und auf Opacity 0\n                    badge.classList.replace(\"opacity-100\", \"opacity-0\");\n                    badge.classList.replace(\"translate-y-0\", \"translate-y-4\");\n                    \n                    \/\/ Nach Abschluss der Animation vollst\u00e4ndig ausblenden\n                    setTimeout(() => {\n                        badge.style.display = \"none\";\n                    }, 1200);\n                });\n            }\n        });\n    <\/script>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Motorflug Baden-Baden GmbH | Airbus Helicopters Partner Excellence in the air. Satisfaction on the ground. English Subtitles Available in Player Scroll further Digital reading Company brochure Take a deep dive into our company history and find out all the details about our capacities, certifications and the people behind Motorflug. Browse online now Open brochure Our [&hellip;]<\/p>\n","protected":false},"author":11,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-3731","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/motorflug.com\/en\/wp-json\/wp\/v2\/pages\/3731","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/motorflug.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/motorflug.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/motorflug.com\/en\/wp-json\/wp\/v2\/users\/11"}],"replies":[{"embeddable":true,"href":"https:\/\/motorflug.com\/en\/wp-json\/wp\/v2\/comments?post=3731"}],"version-history":[{"count":4,"href":"https:\/\/motorflug.com\/en\/wp-json\/wp\/v2\/pages\/3731\/revisions"}],"predecessor-version":[{"id":3830,"href":"https:\/\/motorflug.com\/en\/wp-json\/wp\/v2\/pages\/3731\/revisions\/3830"}],"wp:attachment":[{"href":"https:\/\/motorflug.com\/en\/wp-json\/wp\/v2\/media?parent=3731"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}