{"campaignId":"69a5a734e85b6c32e5c7999f","campaignVersionId":"69fb3ac3294c37899d06efa9","companyId":"6639155c9d634b0014e717b0","pageId":"69c79b4da4b7a26e262dd063","pageName":"Wertversprechen","pageSlug":"page_e1gqwl","tag":"landing","components":[{"_id":"69c79b93bf2f6c917983e769","type":"component","isTemplate":false,"name":"embed","content":{"body":"&lt;!DOCTYPE html&gt;\n&lt;html lang=&quot;de&quot;&gt;\n&lt;head&gt;\n    &lt;meta charset=&quot;UTF-8&quot;&gt;\n    &lt;meta name=&quot;viewport&quot; content=&quot;width=device-width, initial-scale=1.0&quot;&gt;\n    &lt;title&gt;Kostenloser Trading-Videokurs | Kilian Kropiunik&lt;/title&gt;\n    &lt;link rel=&quot;preconnect&quot; href=&quot;https://fonts.googleapis.com&quot;&gt;\n    &lt;link rel=&quot;preconnect&quot; href=&quot;https://fonts.gstatic.com&quot; crossorigin&gt;\n    &lt;link href=&quot;https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&amp;display=swap&quot; rel=&quot;stylesheet&quot;&gt;\n    &lt;style&gt;\n        /* ===== RESET &amp; BASE ===== */\n        *, *::before, *::after {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        html {\n            scroll-behavior: smooth;\n        }\n\n        body {\n            font-family: &#39;Poppins&#39;, sans-serif;\n            background: #143457;\n            color: #ffffff;\n            overflow-x: hidden;\n            -webkit-font-smoothing: antialiased;\n        }\n\n        a {\n            text-decoration: none;\n            color: inherit;\n        }\n\n        img {\n            max-width: 100%;\n            height: auto;\n            display: block;\n        }\n\n        /* ===== HERO SECTION ===== */\n        .hero {\n            background: linear-gradient(180deg, #143457 0%, #111a33 50%, #143457 100%);\n            padding: 30px 20px 40px;\n            text-align: center;\n        }\n\n        .hero-image-wrapper {\n            max-width: 100%;\n            margin: 0 auto 28px;\n            position: relative;\n        }\n\n        .hero-image-wrapper img {\n            border-radius: 12px;\n            box-shadow: 0 20px 60px rgba(0, 100, 255, 0.15);\n        }\n\n        .hero h1 {\n            font-size: 22px;\n            font-weight: 700;\n            line-height: 1.35;\n            margin-bottom: 28px;\n        }\n\n        .hero h1 .highlight {\n            color: #4a9eff;\n        }\n\n        /* ===== CHECKMARKS LIST ===== */\n        .benefits-list {\n            text-align: left;\n            margin-bottom: 30px;\n            padding: 0 5px;\n        }\n\n        .benefit-item {\n            display: flex;\n            align-items: flex-start;\n            gap: 12px;\n            margin-bottom: 14px;\n        }\n\n        .benefit-icon {\n            flex-shrink: 0;\n            width: 28px;\n            height: 28px;\n            background: linear-gradient(135deg, #1e6fff, #0044cc);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-top: 1px;\n        }\n\n        .benefit-icon svg {\n            width: 14px;\n            height: 14px;\n            fill: none;\n            stroke: #fff;\n            stroke-width: 3;\n            stroke-linecap: round;\n            stroke-linejoin: round;\n        }\n\n        .benefit-text {\n            font-size: 15px;\n            font-weight: 500;\n            line-height: 1.4;\n            color: #e0e6f0;\n        }\n\n        /* ===== CTA BUTTON ===== */\n        .cta-button {\n            display: inline-flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: center;\n            background: linear-gradient(135deg, #0066ff, #0044dd);\n            color: #fff;\n            font-family: &#39;Poppins&#39;, sans-serif;\n            font-weight: 700;\n            padding: 14px 36px;\n            border-radius: 50px;\n            border: none;\n            cursor: pointer;\n            position: relative;\n            text-align: center;\n            transition: transform 0.2s, box-shadow 0.2s;\n            line-height: 1.3;\n            gap: 2px;\n            box-shadow: 0 4px 25px rgba(0, 102, 255, 0.4);\n            white-space: nowrap;\n        }\n\n        .cta-button:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 8px 35px rgba(0, 102, 255, 0.5);\n        }\n\n        .cta-button .cta-main {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 8px;\n            font-size: 15px;\n            font-weight: 700;\n        }\n\n        .cta-button .cta-main svg {\n            width: 16px;\n            height: 16px;\n            flex-shrink: 0;\n        }\n\n        .cta-button .cta-sub {\n            font-size: 10px;\n            font-weight: 400;\n            opacity: 0.8;\n            letter-spacing: 1.5px;\n            text-transform: uppercase;\n        }\n\n        /* Pulse animation */\n        .cta-wrapper {\n            position: relative;\n            display: inline-block;\n        }\n\n        .cta-wrapper::before {\n            content: &#39;&#39;;\n            position: absolute;\n            top: 50%;\n            left: 50%;\n            width: 100%;\n            height: 100%;\n            transform: translate(-50%, -50%);\n            border-radius: 40px;\n            background: rgba(0, 102, 255, 0.3);\n            animation: pulse 2s ease-in-out infinite;\n            z-index: -1;\n        }\n\n        @keyframes pulse {\n            0% { transform: translate(-50%, -50%) scale(1); opacity: 0.6; }\n            70% { transform: translate(-50%, -50%) scale(1.15); opacity: 0; }\n            100% { transform: translate(-50%, -50%) scale(1.15); opacity: 0; }\n        }\n\n        /* ===== PREVIEW IMAGES SECTION ===== */\n        .preview-section {\n            padding: 40px 16px;\n            background: linear-gradient(180deg, #143457 0%, #111a33 100%);\n        }\n\n        .preview-card {\n            background: linear-gradient(135deg, #141e3a 0%, #0f1830 100%);\n            border: 1px solid rgba(74, 158, 255, 0.15);\n            border-radius: 16px;\n            padding: 24px 16px;\n            margin-bottom: 24px;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .preview-card::after {\n            content: &#39;&#39;;\n            position: absolute;\n            top: 0;\n            right: 0;\n            width: 60px;\n            height: 60px;\n            background: radial-gradient(circle, rgba(74,158,255,0.08), transparent);\n        }\n\n        .preview-card-title {\n            text-align: center;\n            font-size: 16px;\n            font-weight: 600;\n            margin-bottom: 16px;\n            color: #e0e6f0;\n        }\n\n        .preview-card-title span {\n            color: #4a9eff;\n        }\n\n        .lock-icon {\n            position: absolute;\n            top: 16px;\n            right: 16px;\n            width: 28px;\n            height: 28px;\n            opacity: 0.4;\n        }\n\n        .lock-icon svg {\n            width: 100%;\n            height: 100%;\n            fill: none;\n            stroke: #f5c542;\n            stroke-width: 2;\n        }\n\n        /* Tools Grid */\n        .tools-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 10px;\n        }\n\n        .tool-item {\n            background: rgba(255,255,255,0.05);\n            border: 1px solid rgba(255,255,255,0.08);\n            border-radius: 10px;\n            padding: 14px 8px;\n            text-align: center;\n            transition: background 0.2s;\n        }\n\n        .tool-item:hover {\n            background: rgba(255,255,255,0.08);\n        }\n\n        .tool-icon {\n            width: 32px;\n            height: 32px;\n            margin: 0 auto 8px;\n            background: rgba(74, 158, 255, 0.15);\n            border-radius: 8px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .tool-icon svg {\n            width: 18px;\n            height: 18px;\n            stroke: #4a9eff;\n            fill: none;\n            stroke-width: 2;\n        }\n\n        .tool-name {\n            font-size: 11px;\n            font-weight: 600;\n            color: #ccd6e6;\n            line-height: 1.2;\n        }\n\n        .tool-desc {\n            font-size: 9px;\n            color: rgba(255,255,255,0.4);\n            margin-top: 3px;\n            line-height: 1.2;\n        }\n\n        /* Disadvantages Grid */\n        .disadvantages-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 10px;\n        }\n\n        .disadvantage-item {\n            background: rgba(255,255,255,0.05);\n            border: 1px solid rgba(255,255,255,0.08);\n            border-radius: 10px;\n            padding: 14px 8px;\n            text-align: center;\n        }\n\n        .disadvantage-icon {\n            width: 32px;\n            height: 32px;\n            margin: 0 auto 8px;\n            background: rgba(74, 158, 255, 0.15);\n            border-radius: 8px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n        }\n\n        .disadvantage-icon svg {\n            width: 18px;\n            height: 18px;\n            stroke: #4a9eff;\n            fill: none;\n            stroke-width: 2;\n        }\n\n        .disadvantage-name {\n            font-size: 10px;\n            font-weight: 600;\n            color: #ccd6e6;\n            line-height: 1.2;\n        }\n\n        .disadvantage-desc {\n            font-size: 8px;\n            color: rgba(255,255,255,0.4);\n            margin-top: 4px;\n            line-height: 1.3;\n        }\n\n        /* ===== TEXT SECTION ===== */\n        .text-section {\n            padding: 40px 20px;\n            background: linear-gradient(180deg, #111a33 0%, #143457 100%);\n        }\n\n        .text-section h2 {\n            font-size: 24px;\n            font-weight: 800;\n            line-height: 1.3;\n            margin-bottom: 20px;\n        }\n\n        .text-section h2 .highlight {\n            color: #ff4444;\n        }\n\n        .text-section p {\n            font-size: 14px;\n            line-height: 1.7;\n            color: #b0bdd0;\n            margin-bottom: 30px;\n        }\n\n        .text-section p strong {\n            color: #fff;\n            font-weight: 700;\n        }\n\n        .text-section .cta-wrapper {\n            text-align: center;\n            display: block;\n        }\n\n        /* ===== TRUSTPILOT BAR ===== */\n        .trustpilot-bar {\n            padding: 20px;\n            background: #143457;\n            text-align: center;\n            border-top: 1px solid rgba(255,255,255,0.05);\n            border-bottom: 1px solid rgba(255,255,255,0.05);\n        }\n\n        .trustpilot-bar p {\n            font-size: 14px;\n            color: #b0bdd0;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            gap: 6px;\n            flex-wrap: wrap;\n        }\n\n        .trustpilot-bar a {\n            color: #fff;\n            font-weight: 600;\n            text-decoration: underline;\n        }\n\n        .trustpilot-star {\n            color: #00b67a;\n            font-size: 18px;\n        }\n\n        .trustpilot-logo {\n            font-weight: 700;\n            font-size: 14px;\n        }\n\n        .tp-green { color: #00b67a; }\n\n        /* ===== TESTIMONIALS ===== */\n        .testimonials-section {\n            padding: 40px 16px;\n            background: linear-gradient(180deg, #143457 0%, #111a33 100%);\n        }\n\n        .testimonials-section h2 {\n            text-align: center;\n            font-size: 20px;\n            font-weight: 700;\n            line-height: 1.35;\n            margin-bottom: 28px;\n        }\n\n        .testimonial-card {\n            background: linear-gradient(135deg, #141e3a 0%, #0f1830 100%);\n            border: 1px solid rgba(74, 158, 255, 0.15);\n            border-radius: 14px;\n            padding: 16px;\n            margin-bottom: 16px;\n            display: flex;\n            gap: 14px;\n            align-items: flex-start;\n        }\n\n        .testimonial-screenshot {\n            flex-shrink: 0;\n            width: 90px;\n            height: 80px;\n            background: linear-gradient(135deg, #1a2444, #0f1a33);\n            border-radius: 10px;\n            overflow: hidden;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            border: 1px solid rgba(255,255,255,0.08);\n        }\n\n        .testimonial-screenshot .stats {\n            text-align: center;\n        }\n\n        .testimonial-screenshot .stats-amount {\n            font-size: 16px;\n            font-weight: 800;\n            color: #4a9eff;\n        }\n\n        .testimonial-screenshot .stats-label {\n            font-size: 8px;\n            color: rgba(255,255,255,0.5);\n        }\n\n        .testimonial-content {\n            flex: 1;\n        }\n\n        .stars {\n            color: #f5c542;\n            font-size: 14px;\n            margin-bottom: 6px;\n            letter-spacing: 1px;\n        }\n\n        .testimonial-text {\n            font-size: 12px;\n            line-height: 1.5;\n            color: #ccd6e6;\n            font-style: italic;\n            margin-bottom: 8px;\n        }\n\n        .testimonial-author {\n            font-size: 11px;\n            color: rgba(255,255,255,0.5);\n            font-weight: 500;\n        }\n\n        /* ===== FINAL CTA ===== */\n        .final-cta {\n            padding: 40px 20px;\n            text-align: center;\n            background: linear-gradient(180deg, #111a33 0%, #143457 100%);\n        }\n\n        .final-cta .cta-button {\n            font-size: 15px;\n            padding: 18px 36px;\n            background: linear-gradient(135deg, #0066ff, #0044dd);\n        }\n\n        .final-cta .cta-button .cta-main {\n            font-size: 15px;\n        }\n\n        /* ===== UTILITIES ===== */\n        .text-center { text-align: center; }\n\n        /* ===== RESPONSIVE ===== */\n        @media (min-width: 768px) {\n            .hero h1 { font-size: 30px; }\n            .text-section h2 { font-size: 30px; }\n            .hero { padding: 50px 40px 60px; }\n            .benefits-list { max-width: 500px; margin-left: auto; margin-right: auto; margin-bottom: 30px; }\n            .testimonials-section h2 { font-size: 24px; }\n            .testimonial-card { max-width: 600px; margin-left: auto; margin-right: auto; }\n            .text-section { padding: 50px 40px; }\n            .text-section p { max-width: 600px; margin-left: auto; margin-right: auto; margin-bottom: 30px; }\n            .preview-card { max-width: 500px; margin-left: auto; margin-right: auto; margin-bottom: 24px; }\n        }\n    &lt;/style&gt;\n&lt;/head&gt;\n&lt;body&gt;\n\n    &lt;!-- ===== HERO SECTION ===== --&gt;\n    &lt;section class=&quot;hero&quot;&gt;\n        &lt;div class=&quot;hero-image-wrapper&quot;&gt;\n            &lt;a href=&quot;https://trading.kiliankropiunik.de/alter-tt&quot; onclick=&quot;openPopup(); return false;&quot;&gt;\n                &lt;img src=&quot;https://perspective.imgix.net/69c78fcea32e9eb14e5f2b16.png?auto=compress,format&amp;crop=faces,entropy&amp;dpr=2&amp;fit=crop&amp;w=375&quot; alt=&quot;Kostenloser Trading-Videokurs von Kilian Kropiunik&quot;&gt;\n            &lt;/a&gt;\n        &lt;/div&gt;\n\n        &lt;h1&gt;\n            &lt;span class=&quot;highlight&quot;&gt;Trading 2026:&lt;/span&gt; Der perfekte Markteinstieg ist jetzt!&lt;br&gt;(5.000 € / Monat)\n        &lt;/h1&gt;\n\n        &lt;div class=&quot;benefits-list&quot;&gt;\n            &lt;div class=&quot;benefit-item&quot;&gt;\n                &lt;div class=&quot;benefit-icon&quot;&gt;\n                    &lt;svg viewBox=&quot;0 0 24 24&quot;&gt;&lt;polyline points=&quot;20 6 9 17 4 12&quot;/&gt;&lt;/svg&gt;\n                &lt;/div&gt;\n                &lt;div class=&quot;benefit-text&quot;&gt;Trading als zweites Standbein neben deiner Karriere&lt;/div&gt;\n            &lt;/div&gt;\n            &lt;div class=&quot;benefit-item&quot;&gt;\n                &lt;div class=&quot;benefit-icon&quot;&gt;\n                    &lt;svg viewBox=&quot;0 0 24 24&quot;&gt;&lt;polyline points=&quot;20 6 9 17 4 12&quot;/&gt;&lt;/svg&gt;\n                &lt;/div&gt;\n                &lt;div class=&quot;benefit-text&quot;&gt;Verständlich erklärt – auch wenn Finanzen bisher nicht dein Ding waren\n&lt;/div&gt;\n            &lt;/div&gt;\n            &lt;div class=&quot;benefit-item&quot;&gt;\n                &lt;div class=&quot;benefit-icon&quot;&gt;\n                    &lt;svg viewBox=&quot;0 0 24 24&quot;&gt;&lt;polyline points=&quot;20 6 9 17 4 12&quot;/&gt;&lt;/svg&gt;\n                &lt;/div&gt;\n                &lt;div class=&quot;benefit-text&quot;&gt;Ohne dein Gehalt zu riskieren – dein Job bleibt dein Sicherheitsnetz&lt;/div&gt;\n            &lt;/div&gt;\n            &lt;div class=&quot;benefit-item&quot;&gt;\n                &lt;div class=&quot;benefit-icon&quot;&gt;\n                    &lt;svg viewBox=&quot;0 0 24 24&quot;&gt;&lt;polyline points=&quot;20 6 9 17 4 12&quot;/&gt;&lt;/svg&gt;\n                &lt;/div&gt;\n                &lt;div class=&quot;benefit-text&quot;&gt;Ohne dich durch endlose YouTube-Videos zu kämpfen&lt;/div&gt;\n            &lt;/div&gt;\n        &lt;/div&gt;\n\n        &lt;div class=&quot;cta-wrapper&quot;&gt;\n            &lt;a href=&quot;https://trading.kiliankropiunik.de/alter-tt&quot; class=&quot;cta-button&quot;&gt;\n                &lt;span class=&quot;cta-main&quot;&gt;\n                    &lt;svg viewBox=&quot;0 0 24 24&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; stroke-width=&quot;2&quot; stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot;&gt;&lt;path d=&quot;M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4&quot;/&gt;&lt;polyline points=&quot;7 10 12 15 17 10&quot;/&gt;&lt;line x1=&quot;12&quot; y1=&quot;15&quot; x2=&quot;12&quot; y2=&quot;3&quot;/&gt;&lt;/svg&gt;\n                    Kostenlosen Videokurs sichern\n                &lt;/span&gt;\n                &lt;span class=&quot;cta-sub&quot;&gt;100% KOSTENLOS&lt;/span&gt;\n            &lt;/a&gt;\n        &lt;/div&gt;\n    &lt;/section&gt;\n\n    &lt;!-- ===== PREVIEW CARDS ===== --&gt;\n    &lt;section class=&quot;preview-section&quot;&gt;\n        &lt;!-- Tools Card --&gt;\n        &lt;div class=&quot;preview-card&quot;&gt;\n            &lt;div class=&quot;lock-icon&quot;&gt;\n                &lt;svg viewBox=&quot;0 0 24 24&quot;&gt;&lt;rect x=&quot;3&quot; y=&quot;11&quot; width=&quot;18&quot; height=&quot;11&quot; rx=&quot;2&quot;/&gt;&lt;path d=&quot;M7 11V7a5 5 0 0 1 10 0v4&quot;/&gt;&lt;/svg&gt;\n            &lt;/div&gt;\n            &lt;div class=&quot;preview-card-title&quot;&gt;&lt;span&gt;Was du im Videokurs&lt;/span&gt; lernst&lt;/div&gt;\n            &lt;div class=&quot;tools-grid&quot;&gt;\n                &lt;div class=&quot;tool-item&quot;&gt;\n                    &lt;div class=&quot;tool-icon&quot;&gt;\n                        &lt;svg viewBox=&quot;0 0 24 24&quot;&gt;&lt;polyline points=&quot;23 6 13.5 15.5 8.5 10.5 1 18&quot;/&gt;&lt;polyline points=&quot;17 6 23 6 23 12&quot;/&gt;&lt;/svg&gt;\n                    &lt;/div&gt;\n                    &lt;div class=&quot;tool-name&quot;&gt;Chart-Analyse&lt;/div&gt;\n                    &lt;div class=&quot;tool-desc&quot;&gt;Märkte lesen lernen&lt;/div&gt;\n                &lt;/div&gt;\n                &lt;div class=&quot;tool-item&quot;&gt;\n                    &lt;div class=&quot;tool-icon&quot;&gt;\n                        &lt;svg viewBox=&quot;0 0 24 24&quot;&gt;&lt;line x1=&quot;12&quot; y1=&quot;1&quot; x2=&quot;12&quot; y2=&quot;23&quot;/&gt;&lt;path d=&quot;M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6&quot;/&gt;&lt;/svg&gt;\n                    &lt;/div&gt;\n                    &lt;div class=&quot;tool-name&quot;&gt;Risikomanagement&lt;/div&gt;\n                    &lt;div class=&quot;tool-desc&quot;&gt;Kapital schützen&lt;/div&gt;\n                &lt;/div&gt;\n                &lt;div class=&quot;tool-item&quot;&gt;\n                    &lt;div class=&quot;tool-icon&quot;&gt;\n                        &lt;svg viewBox=&quot;0 0 24 24&quot;&gt;&lt;circle cx=&quot;12&quot; cy=&quot;12&quot; r=&quot;10&quot;/&gt;&lt;line x1=&quot;2&quot; y1=&quot;12&quot; x2=&quot;22&quot; y2=&quot;12&quot;/&gt;&lt;path d=&quot;M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z&quot;/&gt;&lt;/svg&gt;\n                    &lt;/div&gt;\n                    &lt;div class=&quot;tool-name&quot;&gt;Aktien &amp; Forex&lt;/div&gt;\n                    &lt;div class=&quot;tool-desc&quot;&gt;Verschiedene Märkte&lt;/div&gt;\n                &lt;/div&gt;\n                &lt;div class=&quot;tool-item&quot;&gt;\n                    &lt;div class=&quot;tool-icon&quot;&gt;\n                        &lt;svg viewBox=&quot;0 0 24 24&quot;&gt;&lt;rect x=&quot;2&quot; y=&quot;3&quot; width=&quot;20&quot; height=&quot;14&quot; rx=&quot;2&quot;/&gt;&lt;line x1=&quot;8&quot; y1=&quot;21&quot; x2=&quot;16&quot; y2=&quot;21&quot;/&gt;&lt;line x1=&quot;12&quot; y1=&quot;17&quot; x2=&quot;12&quot; y2=&quot;21&quot;/&gt;&lt;/svg&gt;\n                    &lt;/div&gt;\n                    &lt;div class=&quot;tool-name&quot;&gt;Trading-Setup&lt;/div&gt;\n                    &lt;div class=&quot;tool-desc&quot;&gt;Tools &amp; Plattformen&lt;/div&gt;\n                &lt;/div&gt;\n                &lt;div class=&quot;tool-item&quot;&gt;\n                    &lt;div class=&quot;tool-icon&quot;&gt;\n                        &lt;svg viewBox=&quot;0 0 24 24&quot;&gt;&lt;circle cx=&quot;12&quot; cy=&quot;12&quot; r=&quot;10&quot;/&gt;&lt;polyline points=&quot;12 6 12 12 16 14&quot;/&gt;&lt;/svg&gt;\n                    &lt;/div&gt;\n                    &lt;div class=&quot;tool-name&quot;&gt;30 Min/Tag&lt;/div&gt;\n                    &lt;div class=&quot;tool-desc&quot;&gt;Neben dem Job&lt;/div&gt;\n                &lt;/div&gt;\n                &lt;div class=&quot;tool-item&quot;&gt;\n                    &lt;div class=&quot;tool-icon&quot;&gt;\n                        &lt;svg viewBox=&quot;0 0 24 24&quot;&gt;&lt;path d=&quot;M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z&quot;/&gt;&lt;/svg&gt;\n                    &lt;/div&gt;\n                    &lt;div class=&quot;tool-name&quot;&gt;System&lt;/div&gt;\n                    &lt;div class=&quot;tool-desc&quot;&gt;Klare Struktur&lt;/div&gt;\n                &lt;/div&gt;\n            &lt;/div&gt;\n        &lt;/div&gt;\n\n        &lt;!-- Disadvantages Card --&gt;\n        &lt;div class=&quot;preview-card&quot;&gt;\n            &lt;div class=&quot;lock-icon&quot;&gt;\n                &lt;svg viewBox=&quot;0 0 24 24&quot;&gt;&lt;rect x=&quot;3&quot; y=&quot;11&quot; width=&quot;18&quot; height=&quot;11&quot; rx=&quot;2&quot;/&gt;&lt;path d=&quot;M7 11V7a5 5 0 0 1 10 0v4&quot;/&gt;&lt;/svg&gt;\n            &lt;/div&gt;\n            &lt;div class=&quot;preview-card-title&quot;&gt;Warum &lt;span&gt;die meisten beim &lt;br&gt;Trading scheitern&lt;/span&gt;&lt;/div&gt;\n            &lt;div class=&quot;disadvantages-grid&quot;&gt;\n                &lt;div class=&quot;disadvantage-item&quot;&gt;\n                    &lt;div class=&quot;disadvantage-icon&quot;&gt;\n                        &lt;svg viewBox=&quot;0 0 24 24&quot;&gt;&lt;path d=&quot;M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z&quot;/&gt;&lt;line x1=&quot;12&quot; y1=&quot;9&quot; x2=&quot;12&quot; y2=&quot;13&quot;/&gt;&lt;line x1=&quot;12&quot; y1=&quot;17&quot; x2=&quot;12.01&quot; y2=&quot;17&quot;/&gt;&lt;/svg&gt;\n                    &lt;/div&gt;\n                    &lt;div class=&quot;disadvantage-name&quot;&gt;Kein System&lt;/div&gt;\n                    &lt;div class=&quot;disadvantage-desc&quot;&gt;Sie traden nach Bauchgefühl statt nach Strategie&lt;/div&gt;\n                &lt;/div&gt;\n                &lt;div class=&quot;disadvantage-item&quot;&gt;\n                    &lt;div class=&quot;disadvantage-icon&quot;&gt;\n                        &lt;svg viewBox=&quot;0 0 24 24&quot;&gt;&lt;circle cx=&quot;12&quot; cy=&quot;12&quot; r=&quot;10&quot;/&gt;&lt;polyline points=&quot;12 6 12 12 16 14&quot;/&gt;&lt;/svg&gt;\n                    &lt;/div&gt;\n                    &lt;div class=&quot;disadvantage-name&quot;&gt;Info-Overload&lt;/div&gt;\n                    &lt;div class=&quot;disadvantage-desc&quot;&gt;Zu viele YouTube-Videos, kein roter Faden&lt;/div&gt;\n                &lt;/div&gt;\n                &lt;div class=&quot;disadvantage-item&quot;&gt;\n                    &lt;div class=&quot;disadvantage-icon&quot;&gt;\n                        &lt;svg viewBox=&quot;0 0 24 24&quot;&gt;&lt;line x1=&quot;12&quot; y1=&quot;1&quot; x2=&quot;12&quot; y2=&quot;23&quot;/&gt;&lt;path d=&quot;M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6&quot;/&gt;&lt;/svg&gt;\n                    &lt;/div&gt;\n                    &lt;div class=&quot;disadvantage-name&quot;&gt;Kein Risikomanagement&lt;/div&gt;\n                    &lt;div class=&quot;disadvantage-desc&quot;&gt;Geld verlieren weil grundlegende Regeln fehlen&lt;/div&gt;\n                &lt;/div&gt;\n                &lt;div class=&quot;disadvantage-item&quot;&gt;\n                    &lt;div class=&quot;disadvantage-icon&quot;&gt;\n                        &lt;svg viewBox=&quot;0 0 24 24&quot;&gt;&lt;path d=&quot;M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2&quot;/&gt;&lt;circle cx=&quot;9&quot; cy=&quot;7&quot; r=&quot;4&quot;/&gt;&lt;path d=&quot;M23 21v-2a4 4 0 0 0-3-3.87&quot;/&gt;&lt;path d=&quot;M16 3.13a4 4 0 0 1 0 7.75&quot;/&gt;&lt;/svg&gt;\n                    &lt;/div&gt;\n                    &lt;div class=&quot;disadvantage-name&quot;&gt;Falsche Vorbilder&lt;/div&gt;\n                    &lt;div class=&quot;disadvantage-desc&quot;&gt;Scam-Coaches die nur schnelles Geld versprechen&lt;/div&gt;\n                &lt;/div&gt;\n                &lt;div class=&quot;disadvantage-item&quot;&gt;\n                    &lt;div class=&quot;disadvantage-icon&quot;&gt;\n                        &lt;svg viewBox=&quot;0 0 24 24&quot;&gt;&lt;path d=&quot;M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z&quot;/&gt;&lt;line x1=&quot;12&quot; y1=&quot;8&quot; x2=&quot;12&quot; y2=&quot;12&quot;/&gt;&lt;line x1=&quot;12&quot; y1=&quot;16&quot; x2=&quot;12.01&quot; y2=&quot;16&quot;/&gt;&lt;/svg&gt;\n                    &lt;/div&gt;\n                    &lt;div class=&quot;disadvantage-name&quot;&gt;Emotionale Trades&lt;/div&gt;\n                    &lt;div class=&quot;disadvantage-desc&quot;&gt;Angst und Gier statt klare Regeln&lt;/div&gt;\n                &lt;/div&gt;\n                &lt;div class=&quot;disadvantage-item&quot;&gt;\n                    &lt;div class=&quot;disadvantage-icon&quot;&gt;\n                        &lt;svg viewBox=&quot;0 0 24 24&quot;&gt;&lt;polyline points=&quot;23 6 13.5 15.5 8.5 10.5 1 18&quot;/&gt;&lt;polyline points=&quot;17 6 23 6 23 12&quot;/&gt;&lt;/svg&gt;\n                    &lt;/div&gt;\n                    &lt;div class=&quot;disadvantage-name&quot;&gt;Veraltete Methoden&lt;/div&gt;\n                    &lt;div class=&quot;disadvantage-desc&quot;&gt;Strategien die 2026 nicht mehr funktionieren&lt;/div&gt;\n                &lt;/div&gt;\n            &lt;/div&gt;\n        &lt;/div&gt;\n    &lt;/section&gt;\n\n    &lt;!-- ===== TEXT SECTION ===== --&gt;\n    &lt;section class=&quot;text-section&quot;&gt;\n        &lt;h2&gt;Ich war genau da, wo du jetzt bist – &lt;span class=&quot;highlight&quot;&gt;und habe alle Fehler gemacht, damit du es nicht musst&lt;/span&gt;&lt;/h2&gt;\n        &lt;p&gt;\n            8 Jahre Trading-Erfahrung – seit der Schulzeit im Markt. Ich habe gesehen, was funktioniert und was nicht.\n            &lt;strong&gt;Die meisten scheitern nicht am Markt, sondern an fehlendem System.&lt;/strong&gt;\n            Alle reden von Investieren, aber keiner erklärt dir wirklich wie. Genau das ändert dieser Videokurs.\n            &lt;strong&gt;Kein Glücksspiel, kein Bauchgefühl&lt;/strong&gt; – sondern ein klarer, strukturierter Ansatz, den du neben deiner 40-Stunden-Woche umsetzen kannst.\n            &lt;strong&gt;Ob Aktien, Forex oder Krypto&lt;/strong&gt; – du lernst die Märkte zu verstehen und selbstständig gute Entscheidungen zu treffen.\n        &lt;/p&gt;\n        &lt;div class=&quot;cta-wrapper&quot;&gt;\n            &lt;a href=&quot;https://trading.kiliankropiunik.de/alter-tt&quot; class=&quot;cta-button&quot;&gt;\n                &lt;span class=&quot;cta-main&quot;&gt;\n                    &lt;svg viewBox=&quot;0 0 24 24&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; stroke-width=&quot;2&quot; stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot;&gt;&lt;path d=&quot;M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4&quot;/&gt;&lt;polyline points=&quot;7 10 12 15 17 10&quot;/&gt;&lt;line x1=&quot;12&quot; y1=&quot;15&quot; x2=&quot;12&quot; y2=&quot;3&quot;/&gt;&lt;/svg&gt;\n                    Kostenlosen Videokurs sichern\n                &lt;/span&gt;\n                &lt;span class=&quot;cta-sub&quot;&gt;100% KOSTENLOS&lt;/span&gt;\n            &lt;/a&gt;\n        &lt;/div&gt;\n    &lt;/section&gt;\n\n    &lt;!-- ===== TRUSTPILOT BAR ===== --&gt;\n\n\n    &lt;!-- ===== TESTIMONIALS ===== --&gt;\n    &lt;section class=&quot;testimonials-section&quot;&gt;\n        &lt;h2&gt;Das sagen Teilnehmer, die den Videokurs durchgearbeitet haben&lt;/h2&gt;\n\n        &lt;div class=&quot;testimonial-card&quot;&gt;\n            &lt;div class=&quot;testimonial-screenshot&quot;&gt;\n                &lt;div class=&quot;stats&quot;&gt;\n                    &lt;div class=&quot;stats-amount&quot;&gt;+1.840 €&lt;/div&gt;\n                    &lt;div class=&quot;stats-label&quot;&gt;Monat 3&lt;/div&gt;\n                &lt;/div&gt;\n            &lt;/div&gt;\n            &lt;div class=&quot;testimonial-content&quot;&gt;\n                &lt;div class=&quot;stars&quot;&gt;★★★★★&lt;/div&gt;\n                &lt;div class=&quot;testimonial-text&quot;&gt;„Ich arbeite Vollzeit als Projektmanager und hatte null Ahnung von Finanzmärkten. Kilians Kurs hat mir Schritt für Schritt gezeigt, wie ich neben dem Job ein zweites Standbein aufbaue – strukturiert und ohne Zockerei.&quot;&lt;/div&gt;\n                &lt;div class=&quot;testimonial-author&quot;&gt;— Daniel L.&lt;/div&gt;\n            &lt;/div&gt;\n        &lt;/div&gt;\n\n        &lt;div class=&quot;testimonial-card&quot;&gt;\n            &lt;div class=&quot;testimonial-screenshot&quot;&gt;\n                &lt;div class=&quot;stats&quot;&gt;\n                    &lt;div class=&quot;stats-amount&quot;&gt;+730 €&lt;/div&gt;\n                    &lt;div class=&quot;stats-label&quot;&gt;Monat 2&lt;/div&gt;\n                &lt;/div&gt;\n            &lt;/div&gt;\n            &lt;div class=&quot;testimonial-content&quot;&gt;\n                &lt;div class=&quot;stars&quot;&gt;★★★★★&lt;/div&gt;\n                &lt;div class=&quot;testimonial-text&quot;&gt;„Ich hatte schon tausend YouTube-Videos geschaut und war nur noch verwirrt. Endlich hat mir jemand erklärt, wie die Märkte wirklich funktionieren – ohne Hype, ohne leere Versprechen. Einfach ein klarer Plan.&quot;&lt;/div&gt;\n                &lt;div class=&quot;testimonial-author&quot;&gt;— Kevin S.&lt;/div&gt;\n            &lt;/div&gt;\n        &lt;/div&gt;\n\n        &lt;div class=&quot;testimonial-card&quot;&gt;\n            &lt;div class=&quot;testimonial-screenshot&quot;&gt;\n                &lt;div class=&quot;stats&quot;&gt;\n                    &lt;div class=&quot;stats-amount&quot;&gt;+2.150 €&lt;/div&gt;\n                    &lt;div class=&quot;stats-label&quot;&gt;Monat 4&lt;/div&gt;\n                &lt;/div&gt;\n            &lt;/div&gt;\n            &lt;div class=&quot;testimonial-content&quot;&gt;\n                &lt;div class=&quot;stars&quot;&gt;★★★★★&lt;/div&gt;\n                &lt;div class=&quot;testimonial-text&quot;&gt;„Ich war skeptisch – gerade weil es so viele unseriöse Angebote gibt. Aber Kilian erklärt alles so nachvollziehbar, dass ich mich zum ersten Mal sicher gefühlt habe, selbst Entscheidungen am Markt zu treffen.&quot;&lt;/div&gt;\n                &lt;div class=&quot;testimonial-author&quot;&gt;— Lena R.&lt;/div&gt;\n            &lt;/div&gt;\n        &lt;/div&gt;\n\n        &lt;div class=&quot;testimonial-card&quot;&gt;\n            &lt;div class=&quot;testimonial-screenshot&quot;&gt;\n                &lt;div class=&quot;stats&quot;&gt;\n                    &lt;div class=&quot;stats-amount&quot;&gt;+4.200 €&lt;/div&gt;\n                    &lt;div class=&quot;stats-label&quot;&gt;Monat 6&lt;/div&gt;\n                &lt;/div&gt;\n            &lt;/div&gt;\n            &lt;div class=&quot;testimonial-content&quot;&gt;\n                &lt;div class=&quot;stars&quot;&gt;★★★★★&lt;/div&gt;\n                &lt;div class=&quot;testimonial-text&quot;&gt;„Mein Gehalt hat gerade so gereicht. Die Rente wird eh nicht reichen, das weiß ich. Trading hat mir einen echten Skill gegeben, der langfristig Einkommen bringt – neben meinem normalen Job.&quot;&lt;/div&gt;\n                &lt;div class=&quot;testimonial-author&quot;&gt;— Max D.&lt;/div&gt;\n            &lt;/div&gt;\n        &lt;/div&gt;\n\n        &lt;div class=&quot;testimonial-card&quot;&gt;\n            &lt;div class=&quot;testimonial-screenshot&quot;&gt;\n                &lt;div class=&quot;stats&quot;&gt;\n                    &lt;div class=&quot;stats-amount&quot;&gt;+1.380 €&lt;/div&gt;\n                    &lt;div class=&quot;stats-label&quot;&gt;Monat 3&lt;/div&gt;\n                &lt;/div&gt;\n            &lt;/div&gt;\n            &lt;div class=&quot;testimonial-content&quot;&gt;\n                &lt;div class=&quot;stars&quot;&gt;★★★★★&lt;/div&gt;\n                &lt;div class=&quot;testimonial-text&quot;&gt;„Klare Prozesse, systematischer Aufbau, kein unnötiger Schnickschnack. Ich investiere nach Feierabend 30 Minuten – und verstehe zum ersten Mal wirklich, wie Geld und Märkte funktionieren.&quot;&lt;/div&gt;\n                &lt;div class=&quot;testimonial-author&quot;&gt;— Florian T.&lt;/div&gt;\n            &lt;/div&gt;\n        &lt;/div&gt;\n\n    &lt;/section&gt;\n\n    &lt;!-- ===== FINAL CTA ===== --&gt;\n    &lt;section class=&quot;final-cta&quot;&gt;\n        &lt;div class=&quot;cta-wrapper&quot;&gt;\n            &lt;a href=&quot;https://trading.kiliankropiunik.de/alter-tt&quot; class=&quot;cta-button&quot;&gt;\n                &lt;span class=&quot;cta-main&quot;&gt;… und viele mehr!&lt;/span&gt;\n                &lt;span class=&quot;cta-sub&quot; style=&quot;font-size: 13px; font-weight: 500;&quot;&gt;Kostenlosen Videokurs starten&lt;/span&gt;\n            &lt;/a&gt;\n        &lt;/div&gt;\n    &lt;/section&gt;\n\n\n&lt;/body&gt;\n&lt;/html&gt;","provider":"custom-html","box":{"left":"none","right":"none","top":"small","bottom":"small"},"framed":false,"isGdprSensitive":false,"embedCustomHtmlNatively":true},"categoryId":"5a957843b727462286d2d61e","sectionId":"65eb072f9671ba48e6c83915","campaignId":"69a5a734e85b6c32e5c7999f","components":[],"allowedChildSections":[],"pageId":"69c79b4da4b7a26e262dd063","companyId":"6639155c9d634b0014e717b0","componentType":"embed","createdAt":"2026-03-28T09:12:51.001Z","updatedAt":"2026-03-28T12:18:24.554Z","__v":0}],"isResultPage":false,"animation":"none","theme":{"_id":"692f887cf8784f003c0691b6","type":"theme","transition":"default","name":"Kilian Dark Mode","image":"https://perspective.imgix.net/assets/app/themes/perspective.png","typography":"Open Sans:300,600","fontColor":"#010101","backgroundColor":"#FFFFFF","formFieldBackgroundColor":"#010101","buttonBackgroundColor":"#0D90FA","borderRadius":"medium","companyId":"6639155c9d634b0014e717b0","createdAt":"2025-12-03T00:46:52.738Z","updatedAt":"2026-04-11T15:02:42.815Z","__v":0},"themeV2":{"typography":"Open Sans:300,600","fontColor":"#010101","backgroundColor":"#FFFFFF","formFieldBackgroundColor":"#010101","buttonBackgroundColor":"#0D90FA","borderRadius":"medium","transition":"default"},"fields":[{"additional":{"form":{"inputs":[]},"answers":[{"fieldName":"question_j1v5ge","componentId":"69a5a734e85b6c32e5c79af1","_id":"69a5a734e85b6c32e5c79b29","answerTextId":"69a5a734e85b6c32e5c79b68","answerMediaId":"69a5a734e85b6c32e5c79b69","value":"Selbstständig","visual":"https://images.unsplash.com/photo-1576849058607-da9d05480027?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wyMjcwN3wwfDF8YWxsfHx8fHx8fHx8MTc1MDI1MjI0Nnw&ixlib=rb-4.1.0&q=80&w=1080","visualType":"image"},{"fieldName":"question_j1v5ge","componentId":"69a5a734e85b6c32e5c79af0","_id":"69a5a734e85b6c32e5c79b2b","answerTextId":"69a5a734e85b6c32e5c79b66","answerMediaId":"69a5a734e85b6c32e5c79b67","value":"Angestellt","visual":"https://images.unsplash.com/photo-1549923746-c502d488b3ea?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wyMjcwN3wwfDF8YWxsfHx8fHx8fHx8MTc3NDY4OTczM3w&ixlib=rb-4.1.0&q=80&w=1080","visualType":"image"},{"fieldName":"question_j1v5ge","componentId":"69a5a734e85b6c32e5c79aee","_id":"69a5a734e85b6c32e5c79b2d","answerTextId":"69a5a734e85b6c32e5c79b64","answerMediaId":"69a5a734e85b6c32e5c79b65","value":"In Ruhestand / Elternzeit","visual":"https://images.unsplash.com/photo-1593100126453-19b562a800c1?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wyMjcwN3wwfDF8YWxsfHx8fHx8fHx8MTc3NDU4ODgzMXw&ixlib=rb-4.1.0&q=80&w=1080","visualType":"image"},{"fieldName":"question_j1v5ge","componentId":"69a5a734e85b6c32e5c79aef","_id":"69a5a734e85b6c32e5c79b2f","answerMediaId":"69a5a734e85b6c32e5c79b8e","answerTextId":"69a5a734e85b6c32e5c79b8f","visual":"https://images.unsplash.com/photo-1507537509458-b8312d35a233?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wyMjcwN3wwfDF8YWxsfHx8fHx8fHx8MTc3NDY4OTY5MXw&ixlib=rb-4.1.0&q=80&w=1080","visualType":"image","value":"Azubi / Minijob"},{"fieldName":"question_j1v5ge","componentId":"69c79d43e2ae209a85a94476","_id":"69c79d43e2ae209a85a9447a","answerTextId":"69c79d43e2ae209a85a9447f","answerMediaId":"69c79d43e2ae209a85a94480","visual":"https://images.unsplash.com/photo-1627556704243-5f0771d90783?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wyMjcwN3wwfDF8YWxsfHx8fHx8fHx8MTc3NDY4OTc3OXw&ixlib=rb-4.1.0&q=80&w=1080","visualType":"image","value":"Student"},{"fieldName":"question_j1v5ge","componentId":"69c79d6bf57fb3230e8d427c","_id":"69c79d6bf57fb3230e8d4280","answerMediaId":"69c79d6bf57fb3230e8d4285","answerTextId":"69c79d6bf57fb3230e8d4287","visual":"https://images.unsplash.com/photo-1486002113024-43b2ce358eb0?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wyMjcwN3wwfDF8YWxsfHx8fHx8fHx8MTc3NDY4OTgwN3w&ixlib=rb-4.1.0&q=80&w=1080","visualType":"image","value":"Auf Jobsuche"}]},"_id":"69a5a734e85b6c32e5c79a93","type":"field","title":"3. Wie ist deine aktuelle Situation?","interactionType":"answers","companyId":"6639155c9d634b0014e717b0","campaignId":"69a5a734e85b6c32e5c7999f","pageId":"69a5a734e85b6c32e5c799f0","componentId":"69a5a734e85b6c32e5c79a63","createdAt":"2026-03-02T15:05:24.612Z","updatedAt":"2026-03-28T09:23:27.338Z","__v":0},{"additional":{"form":{"inputs":[]},"answers":[{"fieldName":"question_ppn2yq","componentId":"69a5a734e85b6c32e5c79b04","_id":"69a5a734e85b6c32e5c79b3e","answerTextId":"69a5a734e85b6c32e5c79b8c","answerMediaId":"69a5a734e85b6c32e5c79b8d","value":"18 - 30","visual":"https://images.unsplash.com/photo-1511632765486-a01980e01a18?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wyMjcwN3wwfDF8YWxsfHx8fHx8fHx8MTc1MDI1MjAxMHw&ixlib=rb-4.1.0&q=80&w=1080","visualType":"image"},{"fieldName":"question_ppn2yq","componentId":"69a5a734e85b6c32e5c79b05","_id":"69a5a734e85b6c32e5c79b40","answerTextId":"69a5a734e85b6c32e5c79b8a","answerMediaId":"69a5a734e85b6c32e5c79b8b","value":"unter 18","visual":"https://images.unsplash.com/photo-1614270532514-904c3aa5628e?auto=compress&crop=focalpoint&cropHeight=480&cropWidth=640&dpr=2&fit=crop&fp-x=0.50&fp-y=0.38&fp-z=1&h=1080&w=1440","visualType":"image"},{"fieldName":"question_ppn2yq","componentId":"69a5a734e85b6c32e5c79b03","_id":"69a5a734e85b6c32e5c79b42","answerTextId":"69a5a734e85b6c32e5c79b88","answerMediaId":"69a5a734e85b6c32e5c79b89","value":"31 - 45","visual":"https://images.unsplash.com/photo-1541535881962-3bb380b08458?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wyMjcwN3wwfDF8YWxsfHx8fHx8fHx8MTc1MDI1MjEwM3w&ixlib=rb-4.1.0&q=80&w=1080","visualType":"image"},{"fieldName":"question_ppn2yq","componentId":"69a5a734e85b6c32e5c79b02","_id":"69a5a734e85b6c32e5c79b44","answerTextId":"69a5a734e85b6c32e5c79b86","answerMediaId":"69a5a734e85b6c32e5c79b87","value":"über 45","visual":"https://images.unsplash.com/photo-1565096413625-af1d38174759?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=M3wyMjcwN3wwfDF8YWxsfHx8fHx8fHx8MTc1MDI1MjA3MXw&ixlib=rb-4.1.0&q=80&w=1080","visualType":"image"}]},"_id":"69a5a734e85b6c32e5c79aa6","type":"field","title":"2. Wie alt bist du?","interactionType":"answers","companyId":"6639155c9d634b0014e717b0","campaignId":"69a5a734e85b6c32e5c7999f","pageId":"69a5a734e85b6c32e5c799ed","componentId":"69a5a734e85b6c32e5c79a7e","createdAt":"2026-03-02T15:05:24.630Z","updatedAt":"2026-03-25T02:11:46.860Z","__v":0},{"additional":{"form":{"componentId":"69a5a734e85b6c32e5c79aed","inputs":[{"fieldName":"lastName","conversionTrigger":false,"componentId":"69a5a734e85b6c32e5c79b51","inputType":"text","required":true,"title":"Name","visual":":wave:","visualType":"emoji"},{"fieldName":"email","conversionTrigger":true,"componentId":"69a5a734e85b6c32e5c79b52","inputType":"email","required":true,"title":"E-Mail Adresse","visual":":email:","visualType":"emoji"},{"fieldName":"phone","conversionTrigger":true,"componentId":"69a5a734e85b6c32e5c79b53","inputType":"phone","required":true,"title":"Telefonnummer","visual":":telephone_receiver:","visualType":"emoji"}]},"answers":[]},"_id":"69a5a734e85b6c32e5c79aa8","type":"field","title":"Glückwunsch! Du qualifizierst dich für eine kostenlose Trading-Weiterbildung! Trage dich jetzt ein, um deinen kostenlosen Videokurs zu erhalten👇🏼","interactionType":"form","companyId":"6639155c9d634b0014e717b0","campaignId":"69a5a734e85b6c32e5c7999f","pageId":"69a5a734e85b6c32e5c799ee","componentId":"69a5a734e85b6c32e5c79a74","createdAt":"2026-03-02T15:05:24.632Z","updatedAt":"2026-03-28T09:19:08.479Z","__v":0},{"additional":{"form":{"inputs":[]},"answers":[{"fieldName":"question_5tmpty","componentId":"69c32b63e4f52d2c9282f493","answerTextId":"69c32b63e4f52d2c9282f493","_id":"69c32b63e4f52d2c9282f4a0","value":"Vollzeit"},{"fieldName":"question_5tmpty","componentId":"69c32b63e4f52d2c9282f497","answerTextId":"69c32b63e4f52d2c9282f497","_id":"69c32b63e4f52d2c9282f4a5","value":"Elternzeit"},{"fieldName":"question_5tmpty","componentId":"69c32b63e4f52d2c9282f495","answerTextId":"69c32b63e4f52d2c9282f495","_id":"69c32b63e4f52d2c9282f4a7","value":"Teilzeit"},{"fieldName":"question_5tmpty","componentId":"69c32b63e4f52d2c9282f496","answerTextId":"69c32b63e4f52d2c9282f496","_id":"69c32b63e4f52d2c9282f4ab","value":"Minijob"}]},"_id":"69c32b63e4f52d2c9282f487","type":"field","title":"4. Wie schaut dein Angestelltenverhältnis aus?","interactionType":"answers","companyId":"6639155c9d634b0014e717b0","campaignId":"69a5a734e85b6c32e5c7999f","pageId":"69c32b4b33feb8e230c69c72","componentId":"69c32b63e4f52d2c9282f484","createdAt":"2026-03-25T00:25:07.697Z","updatedAt":"2026-03-25T02:11:24.202Z","__v":0}],"cookiesEnabled":false,"language":"de","showProgressBar":false,"showAffiliateBadge":false,"affiliateLink":"","resultMapping":{},"nextPage":"69a5a734e85b6c32e5c799ed","sortedPages":["69c79b4da4b7a26e262dd063","69a5a734e85b6c32e5c799ed","69a5a734e85b6c32e5c799f0","69c32b4b33feb8e230c69c72","69a5a734e85b6c32e5c799ee","69a5a734e85b6c32e5c799ef","69a5a734e85b6c32e5c799f8","69a5a734e85b6c32e5c799f6"],"hasResultPages":true,"resultPages":["69a5a734e85b6c32e5c799f7","69a5a734e85b6c32e5c799f9","69a5a734e85b6c32e5c799fa"],"isHomePage":true,"isLastPage":false,"firstResultPage":"69a5a734e85b6c32e5c799f7","headScript":"","bodyScript":"","trackingProperties":[{"_id":"69a5a734e85b6c32e5c799a7","type":"trackingProperty","fieldName":"email","title":"email","source":"input","companyId":"6639155c9d634b0014e717b0","campaignId":"69a5a734e85b6c32e5c7999f","components":["69a5a734e85b6c32e5c79b52"],"createdAt":"2026-03-02T15:05:24.344Z","updatedAt":"2026-03-28T09:20:43.272Z","__v":0},{"_id":"69a5a734e85b6c32e5c799a8","type":"trackingProperty","fieldName":"lastName","title":"lastName","defaultValue":"Das hat geklappt","source":"input","companyId":"6639155c9d634b0014e717b0","campaignId":"69a5a734e85b6c32e5c7999f","components":["69a5a734e85b6c32e5c79b51"],"createdAt":"2026-03-02T15:05:24.344Z","updatedAt":"2026-03-28T09:20:43.272Z","__v":0},{"_id":"69a5a734e85b6c32e5c799aa","type":"trackingProperty","fieldName":"phone","title":"phone","source":"input","companyId":"6639155c9d634b0014e717b0","campaignId":"69a5a734e85b6c32e5c7999f","components":["69a5a734e85b6c32e5c79b53"],"createdAt":"2026-03-02T15:05:24.344Z","updatedAt":"2026-03-28T09:20:43.272Z","__v":0},{"_id":"69c32b63e4f52d2c9282f48c","type":"trackingProperty","fieldName":"question_5tmpty","title":"4. Wie schaut dein Angestelltenverhältnis aus?","source":"question","companyId":"6639155c9d634b0014e717b0","campaignId":"69a5a734e85b6c32e5c7999f","components":["69c32b63e4f52d2c9282f484"],"createdAt":"2026-03-25T00:25:07.715Z","updatedAt":"2026-03-28T09:20:43.272Z","__v":0},{"_id":"69a5a734e85b6c32e5c79ac6","type":"trackingProperty","fieldName":"question_j1v5ge","title":"3. Wie ist deine aktuelle Situation?","source":"question","companyId":"6639155c9d634b0014e717b0","campaignId":"69a5a734e85b6c32e5c7999f","components":["69a5a734e85b6c32e5c79a63"],"createdAt":"2026-03-02T15:05:24.661Z","updatedAt":"2026-03-28T09:20:43.279Z","__v":0},{"_id":"69a5a734e85b6c32e5c79ad6","type":"trackingProperty","fieldName":"question_ppn2yq","title":"2. Wie alt bist du?","source":"question","companyId":"6639155c9d634b0014e717b0","campaignId":"69a5a734e85b6c32e5c7999f","components":["69a5a734e85b6c32e5c79a7e"],"createdAt":"2026-03-02T15:05:24.675Z","updatedAt":"2026-03-28T09:20:43.272Z","__v":0}],"automaticRedirect":null,"inputMap":{"byComponent":{"69a5a734e85b6c32e5c79b51":{"name":"lname","originalName":"lname","parentId":"69a5a734e85b6c32e5c79aed","autocomplete":"family-name"},"69a5a734e85b6c32e5c79b52":{"name":"email","originalName":"email","parentId":"69a5a734e85b6c32e5c79aed","autocomplete":"email"},"69a5a734e85b6c32e5c79b53":{"name":"phone","originalName":"phone","parentId":"69a5a734e85b6c32e5c79aed","autocomplete":"tel"}},"byName":{"69a5a734e85b6c32e5c79aed":{"lname":"69a5a734e85b6c32e5c79b51","email":"69a5a734e85b6c32e5c79b52","phone":"69a5a734e85b6c32e5c79b53"}}},"pageIdSlugMap":{"69a5a734e85b6c32e5c799ee":"option","69a5a734e85b6c32e5c799f0":"page_7blbv3","69a5a734e85b6c32e5c799ed":"alter-tt","69a5a734e85b6c32e5c799ef":"termin","69a5a734e85b6c32e5c799f6":"page_nwmv4a","69a5a734e85b6c32e5c799f7":"danke-2","69a5a734e85b6c32e5c799f8":"page_7qzquz","69a5a734e85b6c32e5c799f9":"page_gx4yaq","69a5a734e85b6c32e5c799fa":"onboarding","69c32b4b33feb8e230c69c72":"page_qalg78","69c79b4da4b7a26e262dd063":"page_e1gqwl"},"context":{"slug":"","trackingVersion":"v4","url":"https://trading.kiliankropiunik.de/","domain":"trading.kiliankropiunik.de"}}