{"campaignId":"69df49b33b67c0571eb22b06","campaignVersionId":"69f8961b896183e60c45302e","companyId":"6639155c9d634b0014e717b0","pageId":"69df77362da9e28771e9bb84","pageName":"Advanced B","pageSlug":"page_ns7xhs","tag":"landing","components":[{"_id":"69df77362da9e28771e9bb89","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 LIVE Online Workshop PDF Methode | Jenny Richter&lt;/title&gt;\n&lt;link rel=&quot;preconnect&quot; href=&quot;https://fonts.googleapis.com&quot;&gt;\n&lt;link href=&quot;https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&amp;family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&amp;display=swap&quot; rel=&quot;stylesheet&quot;&gt;\n&lt;style&gt;\n*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}\n:root{\n  --bg:#FDFCFA;\n  --bg-card:#FFFFFF;\n  --text:#1C1410;\n  --text-muted:#6B5E54;\n  --cream:#F5F0E8;\n  --rose:#480A0B;\n  --rose-light:#7A1C1E;\n  --gold:#C4974A;\n  --gold-light:#DDB978;\n  --topbar:#480B0B;\n  --border:rgba(28,20,16,0.08);\n  --border-warm:rgba(196,151,74,0.2);\n  --shadow:0 4px 32px rgba(28,20,16,0.06);\n  --shadow-lg:0 20px 60px rgba(28,20,16,0.1);\n  --serif:&#39;Cormorant Garamond&#39;,Georgia,serif;\n  --sans:&#39;DM Sans&#39;,&#39;Segoe UI&#39;,sans-serif;\n}\nhtml{scroll-behavior:smooth}\nbody{font-family:var(--sans);background:var(--bg);color:var(--text);line-height:1.6;overflow-x:hidden}\n\n/* ─── KEYFRAMES ───────────────────── */\n@keyframes livePulse{0%,100%{box-shadow:0 0 0 0 rgba(255,255,255,0.5)}50%{box-shadow:0 0 0 8px rgba(255,255,255,0)}}\n@keyframes shimmer{0%{background-position:-200% center}100%{background-position:200% center}}\n@keyframes textShimmer{0%{background-position:-200% center}100%{background-position:200% center}}\n@keyframes badgePulse{0%,100%{box-shadow:0 0 0 0 rgba(184,113,90,0.25)}60%{box-shadow:0 0 0 10px rgba(184,113,90,0)}}\n@keyframes rotateSlow{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}\n@keyframes drift1{0%{transform:translate(0,0) rotate(0deg);opacity:0}10%{opacity:0.9}90%{opacity:0.9}100%{transform:translate(60px,-280px) rotate(120deg);opacity:0}}\n@keyframes drift2{0%{transform:translate(0,0);opacity:0}10%{opacity:0.7}90%{opacity:0.7}100%{transform:translate(-50px,-320px);opacity:0}}\n@keyframes marqueeScroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}\n\n/* ─── LAYOUT ─────────────────────── */\n.container{max-width:1080px;margin:0 auto;padding:0 24px}\n\n/* ─── TOPBAR ─────────────────────── */\n.topbar{\n  background:var(--topbar);\n  color:#fff;text-align:center;padding:13px 24px;\n  font-family:var(--sans);font-size:12px;font-weight:700;\n  letter-spacing:2px;text-transform:uppercase;\n  display:flex;align-items:center;justify-content:center;gap:10px;\n  width:100vw;position:relative;left:50%;margin-left:-50vw;\n  white-space:nowrap;line-height:1;\n}\n.topbar-dot{width:7px;height:7px;border-radius:50%;background:#fff;animation:livePulse 2s infinite;flex-shrink:0}\n\n/* ─── HERO ───────────────────────── */\n.hero{\n  padding:0;\n  position:relative;\n  overflow:hidden;\n  display:grid;\n  grid-template-rows:1fr;\n  min-height:700px;\n  max-height:900px;\n  background:#0F0805;\n}\n\n.hero-bg-color{\n  grid-area:1/1;\n  background:#0F0805;\n}\n\n.hero-bg-img{\n  grid-area:1/1;\n  position:relative;\n  z-index:1;\n  pointer-events:none;\n}\n.hero-bg-img img{\n  position:absolute;\n  top:0;\n  right:0;\n  height:100%;\n  width:auto;\n  max-width:65%;\n  object-fit:contain;\n  object-position:top right;\n  display:block;\n  image-rendering:-webkit-optimize-contrast;\n  image-rendering:crisp-edges;\n}\n\n.hero-bg-overlay{\n  grid-area:1/1;\n  position:relative;\n  z-index:2;\n  background:linear-gradient(\n    to right,\n    rgba(15,8,5,1.0)   0%,\n    rgba(15,8,5,0.97)  25%,\n    rgba(15,8,5,0.80)  45%,\n    rgba(15,8,5,0.30)  62%,\n    rgba(15,8,5,0.0)   78%\n  );\n  pointer-events:none;\n}\n\n.hero-ring{display:none}\n.hero-particles{display:none}\n.petal{position:absolute;border-radius:50%;pointer-events:none}\n.petal.p1{width:7px;height:7px;background:var(--gold);opacity:0;bottom:25%;left:10%;animation:drift1 10s ease-in-out infinite}\n.petal.p2{width:5px;height:5px;background:var(--rose-light);opacity:0;bottom:18%;left:30%;animation:drift2 13s ease-in-out infinite 2s}\n.petal.p3{width:5px;height:5px;background:var(--gold-light);opacity:0;bottom:30%;left:20%;animation:drift1 9s ease-in-out infinite 4s}\n.petal.c1{width:12px;height:12px;border:1.5px solid rgba(196,151,74,0.35);bottom:22%;left:16%;border-radius:50%;animation:drift1 14s ease-in-out infinite 1s}\n.petal.c2{width:9px;height:9px;border:1.5px solid rgba(184,113,90,0.28);bottom:15%;left:38%;border-radius:50%;animation:drift2 11s ease-in-out infinite 5s}\n\n.hero-content{\n  grid-area:1/1;\n  position:relative;\n  z-index:4;\n  display:flex;\n  flex-direction:column;\n  align-items:flex-start;\n  justify-content:center;\n  padding:52px 24px 52px 5vw;\n  max-width:55%;\n  color:#fff;\n}\n\n.info-strip{display:flex;align-items:center;gap:10px;margin-bottom:22px;flex-wrap:wrap}\n.info-badge{\n  display:inline-flex;align-items:center;gap:8px;\n  background:rgba(255,255,255,0.1);backdrop-filter:blur(12px);\n  border:1px solid rgba(255,255,255,0.18);\n  border-radius:100px;padding:9px 18px;\n  font-family:var(--sans);font-size:11px;font-weight:600;\n  letter-spacing:1px;text-transform:uppercase;color:#fff;\n}\n.info-badge svg{width:13px;height:13px;stroke:var(--gold-light);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}\n.live-dot{width:7px;height:7px;border-radius:50%;background:#E8A090;flex-shrink:0;animation:livePulse 2s infinite}\n\n.live-badge{\n  display:inline-flex;align-items:center;gap:10px;\n  background:rgba(184,113,90,0.18);border:1px solid rgba(184,113,90,0.4);\n  border-radius:100px;padding:11px 28px;margin-bottom:26px;\n  animation:badgePulse 2.5s infinite;\n}\n.live-badge .dot{width:8px;height:8px;border-radius:50%;background:#E8A090;animation:livePulse 2s infinite;flex-shrink:0}\n.live-badge span{font-family:var(--sans);font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:rgba(255,255,255,0.88)}\n\n.hero h1{\n  font-family:var(--sans);\n  font-size:clamp(28px,4.5vw,56px);\n  font-weight:800;\n  line-height:1.1;\n  margin-bottom:20px;\n  color:#fff;\n  letter-spacing:-0.5px;\n  text-shadow:0 2px 24px rgba(0,0,0,0.5);\n  max-width:580px;\n}\n.hero h1 em{\n  font-style:italic;font-weight:800;\n  font-family:var(--sans);\n  background:linear-gradient(\n    90deg,\n    #C4974A 0%,\n    #E8D09A 25%,\n    #FFF5D0 50%,\n    #E8D09A 75%,\n    #C4974A 100%\n  );\n  background-size:300% auto;\n  -webkit-background-clip:text;\n  background-clip:text;\n  -webkit-text-fill-color:transparent;\n  animation:goldShimmer 3s linear infinite;\n}\n@keyframes goldShimmer{\n  0%{background-position:0% center}\n  100%{background-position:300% center}\n}\n\n.hero-sub{\n  font-family:var(--sans);font-size:clamp(14px,1.6vw,17px);\n  color:rgba(255,255,255,0.7);max-width:480px;margin:0 0 30px;line-height:1.7;\n}\n.hero-sub strong{color:rgba(255,255,255,0.95);font-weight:600}\n\n.date-strip{\n  display:inline-flex;align-items:center;gap:14px;\n  background:rgba(255,255,255,0.09);backdrop-filter:blur(16px);\n  border:1px solid rgba(255,255,255,0.16);\n  border-radius:14px;padding:14px 22px;margin-bottom:28px;\n}\n.date-strip .icon{\n  width:40px;height:40px;\n  background:linear-gradient(135deg,var(--gold),var(--gold-light));\n  border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;\n}\n.date-strip .info{text-align:left}\n.date-strip .day{font-weight:700;font-size:15px;color:#fff}\n.date-strip .time{color:rgba(255,255,255,0.58);font-size:12px}\n\n.cta-btn{\n  display:inline-flex;align-items:center;gap:10px;\n  background:linear-gradient(135deg,#B8715A,#D4957F);\n  background-size:200% auto;color:#fff;\n  font-family:var(--sans);font-size:16px;font-weight:700;\n  padding:16px 40px;border:none;border-radius:100px;cursor:pointer;\n  text-decoration:none;box-shadow:0 8px 32px rgba(184,113,90,0.45);\n  transition:all 0.3s ease;letter-spacing:0.2px;\n}\n.cta-btn:hover{transform:translateY(-3px);box-shadow:0 14px 48px rgba(184,113,90,0.55)}\n.cta-btn svg{width:17px;height:17px;flex-shrink:0;transition:transform 0.3s}\n.cta-btn:hover .arrow-icon{transform:translateX(4px)}\n.cta-note{display:block;margin-top:14px;font-size:12px;color:rgba(255,255,255,0.48)}\n.cta-note svg{width:12px;height:12px;vertical-align:-2px;margin-right:4px;stroke:rgba(255,255,255,0.48);fill:none;stroke-width:2;stroke-linecap:round}\n\n/* ─── MARQUEE ────────────────────── */\n.marquee-section{padding:44px 0 36px;overflow:hidden;background:var(--bg)}\n.marquee-label{text-align:center;font-size:13px;text-transform:uppercase;letter-spacing:3px;color:var(--text-muted);font-weight:700;margin-bottom:22px}\n.marquee-wrap{overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}\n.marquee-track{display:flex;align-items:center;gap:52px;width:max-content;animation:marqueeScroll 25s linear infinite}\n.marquee-track:hover{animation-play-state:paused}\n.marquee-item{display:flex;align-items:center;gap:8px;white-space:nowrap;opacity:0.35;filter:grayscale(100%);transition:opacity 0.4s;flex-shrink:0}\n.marquee-item:hover{opacity:0.75;filter:grayscale(0%)}\n.marquee-item img{height:22px;width:auto;object-fit:contain}\n.marquee-item .brand-text{font-family:var(--sans);font-size:16px;font-weight:700;color:var(--text)}\n.marquee-sep{width:4px;height:4px;border-radius:50%;background:var(--text-muted);opacity:0.2;flex-shrink:0}\n\n/* ─── SECTION HEADINGS ────────────── */\n.section-eyebrow{\n  display:block;\n  font-family:var(--sans);font-size:13px;letter-spacing:3px;\n  text-transform:uppercase;color:#480A0B;font-weight:700;margin-bottom:12px;\n}\nh2.section-title{\n  font-family:var(--sans);font-size:clamp(32px,5vw,58px);font-weight:800;\n  line-height:1.15;color:var(--text);\n}\nh2.section-title em{font-style:italic;color:#C4974A;font-weight:800;font-family:var(--sans)}\n\n/* ─── LEARN ──────────────────────── */\n.learn{padding:90px 0 100px;position:relative;overflow:hidden;background:var(--cream)}\n.learn::before{content:&#39;&#39;;position:absolute;inset:0;background:radial-gradient(ellipse at 5% 5%,rgba(196,151,74,0.06),transparent 60%),radial-gradient(ellipse at 95% 95%,rgba(184,113,90,0.05),transparent 60%);pointer-events:none}\n.learn-header{text-align:center;margin-bottom:52px;position:relative;z-index:1}\n\n.learn-grid{\n  display:grid;grid-template-columns:repeat(2,1fr);gap:14px;\n  position:relative;z-index:1;max-width:800px;margin:0 auto;\n}\n.learn-item:nth-child(5){\n  grid-column:1/-1;\n  max-width:calc(50% - 7px);\n  justify-self:center;\n}\n.learn-item{\n  display:flex;align-items:center;gap:18px;\n  background:var(--bg-card);border:1px solid rgba(196,151,74,0.2);\n  border-radius:16px;padding:26px 24px;min-height:90px;\n  box-shadow:0 2px 20px rgba(28,20,16,0.04);\n  transition:transform 0.3s,box-shadow 0.3s,border-color 0.3s;\n}\n.learn-item:hover{transform:translateY(-3px);box-shadow:0 8px 32px rgba(184,113,90,0.1);border-color:rgba(184,113,90,0.3)}\n.learn-icon{width:46px;height:46px;min-width:46px;border-radius:12px;background:linear-gradient(135deg,#B8715A,#D4957F);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px rgba(184,113,90,0.3);flex-shrink:0}\n.learn-icon svg{width:22px;height:22px;stroke:#fff;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;fill:none}\n.learn-item p{font-family:var(--sans);font-size:14px;font-weight:500;line-height:1.5;color:var(--text);margin:0}\n\n/* ─── VIDEO SECTION ───────────────── */\n.video-section{padding:90px 0;text-align:center;background:var(--bg)}\n.video-section .section-eyebrow{display:block;margin-bottom:12px}\n.video-section h2.section-title{margin-bottom:40px}\n\n/* ─── HOST ───────────────────────── */\n.host{padding:80px 0 100px;background:var(--bg)}\n.host-card{\n  display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;\n  background:linear-gradient(135deg,var(--bg-card),#FAF7F4);\n  border:1px solid rgba(196,151,74,0.2);border-radius:28px;\n  padding:52px;box-shadow:var(--shadow-lg);position:relative;overflow:hidden;\n  max-width:900px;margin:0 auto;\n}\n.host-card::before{content:&#39;&#39;;position:absolute;top:-100px;right:-100px;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(196,151,74,0.07),transparent 70%);pointer-events:none}\n.host-card::after{content:&#39;&#39;;position:absolute;bottom:-80px;left:-80px;width:250px;height:250px;border-radius:50%;background:radial-gradient(circle,rgba(184,113,90,0.05),transparent 70%);pointer-events:none}\n.host-image{position:relative;border-radius:20px;overflow:hidden;aspect-ratio:3/4}\n.host-image img{width:100%;height:100%;object-fit:cover;object-position:center 10%;transition:transform 0.6s}\n.host-card:hover .host-image img{transform:scale(1.03)}\n.host-image::after{content:&#39;&#39;;position:absolute;inset:0;border-radius:20px;border:2px solid rgba(196,151,74,0.22);pointer-events:none}\n.host-info{position:relative;z-index:1}\n.host-info h3{font-family:var(--sans);font-size:clamp(30px,3.5vw,46px);font-weight:800;margin-bottom:4px;line-height:1.15;color:var(--text)}\n.host-info .title{font-family:var(--sans);font-size:13px;color:var(--text-muted);margin-bottom:24px;letter-spacing:0.3px}\n.host-info .host-desc{font-family:var(--sans);font-size:14px;color:var(--text-muted);line-height:1.75}\n\n/* ─── STATS ──────────────────────── */\n.stats-section{padding:0 0 80px;background:var(--bg)}\n.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;max-width:900px;margin:0 auto}\n.stat{text-align:center;padding:28px 16px;background:var(--bg-card);border:1px solid rgba(196,151,74,0.2);border-radius:16px;box-shadow:var(--shadow);transition:transform 0.3s}\n.stat:hover{transform:translateY(-4px)}\n.stat .num{font-family:var(--sans);font-size:clamp(26px,3.5vw,40px);font-weight:800;color:#480A0B;margin-bottom:4px;line-height:1}\n.stat .label{font-family:var(--sans);font-size:12px;color:var(--text-muted);font-weight:500}\n\n/* ─── PRESS SLIDER ───────────────── */\n.press-section{padding:80px 0;background:var(--cream)}\n.press-header{text-align:center;margin-bottom:44px}\n.press-slider{position:relative;max-width:460px;margin:0 auto}\n.press-track{position:relative;overflow:hidden;border-radius:20px;box-shadow:0 12px 48px rgba(28,20,16,0.12)}\n.press-slide{display:none;width:100%}\n.press-slide.active{display:block}\n.press-slide img{width:100%;height:auto;display:block;aspect-ratio:1/1;object-fit:cover}\n.press-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,0.95);border:1px solid rgba(28,20,16,0.08);cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:5;box-shadow:0 4px 16px rgba(28,20,16,0.1);transition:all 0.2s}\n.press-arrow:hover{transform:translateY(-50%) scale(1.08)}\n.press-arrow svg{width:18px;height:18px;stroke:var(--text);fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}\n.press-prev{left:-22px}\n.press-next{right:-22px}\n.press-dots{display:flex;justify-content:center;gap:8px;margin-top:22px}\n.press-dot{width:8px;height:8px;border-radius:50%;border:none;background:rgba(28,20,16,0.15);cursor:pointer;transition:all 0.3s;padding:0}\n.press-dot.active{background:#480A0B;transform:scale(1.25)}\n\n/* ─── FINAL CTA ──────────────────── */\n.final-cta{text-align:center;padding:100px 0 120px;position:relative;overflow:hidden;background:linear-gradient(160deg,#1C1410,#2A1810,#1C1410)}\n.final-cta::before{content:&#39;&#39;;position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:900px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(196,151,74,0.1),transparent 70%);pointer-events:none}\n.final-cta::after{content:&#39;&#39;;position:absolute;top:-200px;right:-200px;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(184,113,90,0.06),transparent 70%);pointer-events:none}\n.final-cta .container{position:relative;z-index:1}\n.final-cta .section-eyebrow{color:rgba(255,255,255,0.6)}\n.final-cta h2.section-title{color:#fff;margin-bottom:16px}\n.final-cta h2.section-title em{color:var(--gold-light)}\n.final-cta p{font-family:var(--sans);font-size:16px;color:rgba(255,255,255,0.58);max-width:480px;margin:0 auto 40px}\n.final-cta .cta-note{color:rgba(255,255,255,0.38)}\n\n/* ─── MOBILE HERO IMG ───────────── */\n.hero-mobile-img{display:none}\n.hero-mobile-img img{\n  position:absolute;top:0;left:0;width:100%;height:100%;\n  object-fit:cover;object-position:top center;display:block;\n}\n\n/* ─── REVEAL ─────────────────────── */\n.reveal{opacity:0;transform:translateY(24px);transition:opacity 0.7s ease,transform 0.7s ease}\n.reveal.visible{opacity:1;transform:translateY(0)}\n\n/* ─── RESPONSIVE ─────────────────── */\n@media(max-width:900px){\n  .host-card{grid-template-columns:1fr;padding:32px;gap:28px}\n  .stats{grid-template-columns:repeat(2,1fr)}\n}\n@media(max-width:600px){\n  .topbar{font-size:10px;padding:11px 16px}\n  .hero{display:block !important;position:relative !important;min-height:auto !important;overflow:hidden !important;background:#0F0805 !important}\n  .hero-bg-color{display:none !important}\n  .hero-desktop-img{display:none !important}\n  .hero-mobile-img{display:block !important;position:absolute !important;top:0 !important;left:0 !important;right:0 !important;bottom:0 !important;z-index:1 !important;width:100% !important;height:100% !important;overflow:hidden !important}\n  .hero-mobile-img img{position:absolute !important;top:0 !important;left:0 !important;width:100% !important;height:860px !important;object-fit:contain !important;object-position:right top !important;background:#0F0805 !important;display:block !important}\n  .hero-bg-overlay{position:absolute !important;top:0 !important;left:0 !important;right:0 !important;bottom:0 !important;z-index:2 !important;background:linear-gradient(to bottom,rgba(10,5,3,0.0) 0%,rgba(10,5,3,0.0) 25%,rgba(10,5,3,0.5) 50%,rgba(10,5,3,0.85) 68%,rgba(10,5,3,0.96) 100%) !important}\n  .hero-content{position:relative !important;z-index:3 !important;display:flex !important;flex-direction:column !important;align-items:flex-start !important;justify-content:flex-start !important;text-align:left !important;padding:22px 20px 48px !important;max-width:100% !important}\n  .info-strip{flex-direction:column !important;align-items:flex-start !important;flex-wrap:nowrap !important;gap:8px !important;margin-bottom:10px !important}\n  .info-badge{font-size:10px !important;padding:8px 14px !important;white-space:nowrap !important;width:auto !important}\n  .live-badge{display:none !important}\n  .hero h1{font-size:clamp(28px,7.5vw,38px) !important;margin-top:20px !important;margin-bottom:16px !important;text-align:left !important}\n  .hero-sub{font-size:15px !important;margin-bottom:22px !important;text-align:left !important}\n  .date-strip{width:100% !important;padding:14px 16px !important;gap:12px !important;margin-bottom:20px !important}\n  .date-strip .day{font-size:15px !important}\n  .date-strip .time{font-size:12px !important}\n  .cta-btn{width:100% !important;justify-content:center !important;padding:17px 28px !important;font-size:15px !important}\n  .cta-note{text-align:center !important;font-size:12px !important;margin-top:10px !important;width:100% !important;display:block !important}\n  .learn{padding:60px 0 70px}\n  .learn-grid{grid-template-columns:1fr}\n  .learn-item:nth-child(5){grid-column:auto;max-width:100%;justify-self:auto}\n  .learn-item{min-height:auto;padding:18px 16px;gap:12px}\n  .learn-item p{font-size:13px}\n  .learn-icon{width:40px;height:40px;min-width:40px;border-radius:10px}\n  .video-section{padding:60px 0}\n  .host{padding:60px 0 70px}\n  .host-card{grid-template-columns:1fr;padding:24px;gap:20px}\n  .stats{grid-template-columns:1fr 1fr;gap:10px}\n  .stat{padding:20px 12px}\n  .press-section{padding:50px 0}\n  .press-slider{max-width:100%;padding:0 20px}\n  .press-prev{left:8px}\n  .press-next{right:8px}\n  .press-arrow{width:34px;height:34px}\n  .final-cta{padding:70px 0 80px}\n  .container{padding:0 16px}\n  h2.section-title{font-size:clamp(26px,7vw,38px)}\n}\n\n@media(min-width:768px){\n  .container{padding:0 40px}\n  .info-strip{gap:14px}\n  .info-badge{font-size:13px;padding:12px 26px}\n  .live-badge{padding:13px 40px}\n  .live-badge span{font-size:15px}\n  .date-strip{padding:18px 36px}\n  .date-strip .day{font-size:18px}\n  .date-strip .time{font-size:14px}\n}\n\n@media(min-width:1024px){\n  .container{padding:0 48px}\n  .learn{padding:100px 0 120px}\n  .learn-header{margin-bottom:64px}\n  .learn-grid{gap:18px}\n  .learn-item{padding:30px 28px;gap:22px}\n  .learn-item p{font-size:15px}\n  .video-section{padding:100px 0}\n  .host{padding:100px 0 120px}\n  .host-card{padding:60px;gap:64px}\n  .host-info h3{font-size:44px}\n  .host-info .host-desc{font-size:16px}\n  .stats{gap:18px}\n  .stat{padding:32px 20px}\n  .press-section{padding:100px 0}\n  .press-slider{max-width:500px}\n  .press-prev{left:-24px}\n  .press-next{right:-24px}\n  .final-cta{padding:120px 0 140px}\n  .marquee-section{padding:60px 0}\n}\n\n@media(min-width:1280px){\n  .container{max-width:1160px;padding:0 60px}\n  .learn-grid{max-width:900px}\n  .host-card{max-width:960px}\n  .stats{max-width:960px}\n}\n\n@media(min-width:900px){\n  .hero{min-height:780px;max-height:860px}\n  .hero-content{padding:64px 48px 64px max(5vw, 48px);max-width:52%}\n  .hero h1{font-size:clamp(36px,3.8vw,60px);max-width:640px}\n  .hero-sub{font-size:18px;max-width:520px}\n  .info-badge{font-size:12px;padding:10px 20px}\n  .date-strip{padding:18px 28px}\n  .date-strip .day{font-size:18px}\n  .date-strip .time{font-size:14px}\n  .hero-bg-img img{max-width:60%}\n}\n@media(min-width:1200px){\n  .hero{min-height:840px}\n  .hero-content{padding:72px 56px 72px max(7vw, 80px);max-width:50%}\n  .hero h1{font-size:clamp(44px,4vw,68px)}\n  .hero-sub{font-size:19px}\n  .hero-bg-img img{max-width:58%}\n  .cta-btn{font-size:19px !important;padding:20px 52px !important}\n}\n@media(min-width:1440px){\n  .hero{min-height:880px}\n  .hero-content{max-width:48%;padding-left:max(8vw,100px)}\n  .hero h1{font-size:72px}\n}\n&lt;/style&gt;\n&lt;/head&gt;\n&lt;body&gt;\n\n&lt;!-- TOPBAR --&gt;\n&lt;div class=&quot;topbar&quot;&gt;\n  &lt;span class=&quot;topbar-dot&quot;&gt;&lt;/span&gt;\n  Live Online Workshop\n&lt;/div&gt;\n\n&lt;!-- ═══ HERO ════════════════════════════ --&gt;\n&lt;section class=&quot;hero&quot;&gt;\n  &lt;div class=&quot;hero-bg-color&quot;&gt;&lt;/div&gt;\n  &lt;div class=&quot;hero-bg-img hero-desktop-img&quot;&gt;\n    &lt;img src=&quot;https://perspective.imgix.net/69d39b4b6ba3fd5d2d1f2a0a.png?w=2400&amp;dpr=2&amp;auto=format&amp;q=100&amp;fit=max&quot; alt=&quot;Jenny Richter&quot; loading=&quot;eager&quot; fetchpriority=&quot;high&quot;&gt;\n  &lt;/div&gt;\n  &lt;div class=&quot;hero-mobile-img&quot;&gt;\n    &lt;img src=&quot;https://perspective.imgix.net/69d39b4b6ba3fd5d2d1f2a0a.png?w=2400&amp;dpr=2&amp;auto=format&amp;q=100&amp;fit=max&quot; alt=&quot;Jenny Richter&quot; loading=&quot;eager&quot; fetchpriority=&quot;high&quot;&gt;\n  &lt;/div&gt;\n  &lt;div class=&quot;hero-bg-overlay&quot;&gt;&lt;/div&gt;\n\n  &lt;div class=&quot;hero-content&quot;&gt;\n    &lt;div class=&quot;info-strip&quot;&gt;\n      &lt;div class=&quot;info-badge info-badge-1&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        Dauer: 90 Min\n      &lt;/div&gt;\n      &lt;div class=&quot;info-badge info-badge-2&quot;&gt;\n        &lt;span class=&quot;live-dot&quot;&gt;&lt;/span&gt;\n        Kostenloser Live Workshop\n      &lt;/div&gt;\n    &lt;/div&gt;\n\n    &lt;h1&gt;So verdienst du als Angestellter&lt;br&gt;&lt;em&gt;326 bis 467€&lt;/em&gt; täglich nebenbei&lt;/h1&gt;\n\n    &lt;p class=&quot;hero-sub&quot;&gt;LIVE: &lt;strong&gt;326 bis 467€ täglich&lt;/strong&gt; nebenbei mit einer simplen Ablese-Methode. Schritt für Schritt erklärt.&lt;/p&gt;\n\n    &lt;div class=&quot;date-strip&quot;&gt;\n      &lt;div class=&quot;icon&quot;&gt;\n        &lt;svg viewBox=&quot;0 0 40 40&quot; width=&quot;24&quot; height=&quot;24&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;\n          &lt;rect x=&quot;2&quot; y=&quot;6&quot; width=&quot;36&quot; height=&quot;32&quot; rx=&quot;4&quot; fill=&quot;#fff&quot;/&gt;\n          &lt;rect x=&quot;2&quot; y=&quot;6&quot; width=&quot;36&quot; height=&quot;11&quot; rx=&quot;4&quot; fill=&quot;#B8715A&quot;/&gt;\n          &lt;rect x=&quot;8&quot; y=&quot;4&quot; width=&quot;3&quot; height=&quot;6&quot; rx=&quot;1.5&quot; fill=&quot;#fff&quot;/&gt;\n          &lt;rect x=&quot;29&quot; y=&quot;4&quot; width=&quot;3&quot; height=&quot;6&quot; rx=&quot;1.5&quot; fill=&quot;#fff&quot;/&gt;\n          &lt;text x=&quot;20&quot; y=&quot;32&quot; text-anchor=&quot;middle&quot; font-family=&quot;Arial,sans-serif&quot; font-size=&quot;16&quot; font-weight=&quot;800&quot; fill=&quot;#333&quot;&gt;19&lt;/text&gt;\n        &lt;/svg&gt;\n      &lt;/div&gt;\n      &lt;div class=&quot;info&quot;&gt;\n        &lt;div class=&quot;day&quot;&gt;Sonntag, 19. April 2026&lt;/div&gt;\n        &lt;div class=&quot;time&quot;&gt;11:00 Uhr · Online &amp;amp; Kostenlos&lt;/div&gt;\n      &lt;/div&gt;\n    &lt;/div&gt;\n\n    &lt;button id=&quot;top-cta&quot; class=&quot;cta-btn&quot; onclick=&quot;try{window.top.location.href=&#39;https://live.erfolgswerk-pdf.de/platz-sichern&#39;}catch(e){window.location.href=&#39;https://live.erfolgswerk-pdf.de/platz-sichern&#39;}&quot;&gt;\n      &lt;svg viewBox=&quot;0 0 24 24&quot; width=&quot;17&quot; height=&quot;17&quot; fill=&quot;none&quot; stroke=&quot;#fff&quot; stroke-width=&quot;1.8&quot; stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot;&gt;\n        &lt;path d=&quot;M2 9a3 3 0 1 0 0 6&quot;/&gt;&lt;path d=&quot;M22 9a3 3 0 1 1 0 6&quot;/&gt;\n        &lt;rect x=&quot;2&quot; y=&quot;5&quot; width=&quot;20&quot; height=&quot;14&quot; rx=&quot;2&quot;/&gt;\n        &lt;path d=&quot;M9 5v14&quot; stroke-dasharray=&quot;2.5 2.5&quot;/&gt;\n        &lt;line x1=&quot;13&quot; y1=&quot;9&quot; x2=&quot;18&quot; y2=&quot;9&quot;/&gt;&lt;line x1=&quot;13&quot; y1=&quot;12&quot; x2=&quot;18&quot; y2=&quot;12&quot;/&gt;&lt;line x1=&quot;13&quot; y1=&quot;15&quot; x2=&quot;16&quot; y2=&quot;15&quot;/&gt;\n      &lt;/svg&gt;\n      Jetzt kostenlos registrieren\n      &lt;svg class=&quot;arrow-icon&quot; viewBox=&quot;0 0 24 24&quot; width=&quot;17&quot; height=&quot;17&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; stroke-width=&quot;2.5&quot; stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot;&gt;\n        &lt;path d=&quot;M5 12h14&quot;/&gt;&lt;path d=&quot;m12 5 7 7-7 7&quot;/&gt;\n      &lt;/svg&gt;\n    &lt;/button&gt;\n\n    &lt;span class=&quot;cta-note&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      100% kostenlos · Kein Risiko · Begrenzte Plätze\n    &lt;/span&gt;\n  &lt;/div&gt;\n&lt;/section&gt;\n\n&lt;!-- Gradient Transition Hero → Marquee --&gt;\n&lt;div style=&quot;height:60px;background:linear-gradient(to bottom,#0F0805,#FDFCFA);display:block;&quot;&gt;&lt;/div&gt;\n\n&lt;!-- ═══ MARQUEE ═══════════════════════════ --&gt;\n&lt;div class=&quot;marquee-section&quot;&gt;\n  &lt;div class=&quot;marquee-label&quot;&gt;Bekannt aus&lt;/div&gt;\n  &lt;div class=&quot;marquee-wrap&quot;&gt;\n    &lt;div class=&quot;marquee-track&quot;&gt;\n      &lt;div class=&quot;marquee-item&quot;&gt;&lt;img src=&quot;https://logo.clearbit.com/forbes.com&quot; alt=&quot;Forbes&quot;&gt;&lt;span class=&quot;brand-text&quot;&gt;Forbes&lt;/span&gt;&lt;/div&gt;\n      &lt;div class=&quot;marquee-sep&quot;&gt;&lt;/div&gt;\n      &lt;div class=&quot;marquee-item&quot;&gt;&lt;span class=&quot;brand-text&quot;&gt;GEWINNER&lt;span style=&quot;font-weight:400;font-size:11px&quot;&gt;magazin&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;\n      &lt;div class=&quot;marquee-sep&quot;&gt;&lt;/div&gt;\n      &lt;div class=&quot;marquee-item&quot;&gt;&lt;span class=&quot;brand-text&quot; style=&quot;font-size:13px;letter-spacing:2px;text-transform:uppercase&quot;&gt;Unternehmer Journal&lt;/span&gt;&lt;/div&gt;\n      &lt;div class=&quot;marquee-sep&quot;&gt;&lt;/div&gt;\n      &lt;div class=&quot;marquee-item&quot;&gt;&lt;img src=&quot;https://logo.clearbit.com/focus.de&quot; alt=&quot;FOCUS&quot;&gt;&lt;span class=&quot;brand-text&quot;&gt;FOCUS&lt;/span&gt;&lt;/div&gt;\n      &lt;div class=&quot;marquee-sep&quot;&gt;&lt;/div&gt;\n      &lt;div class=&quot;marquee-item&quot;&gt;&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; viewBox=&quot;0 0 24 24&quot; fill=&quot;#333&quot; width=&quot;24&quot; height=&quot;24&quot;&gt;&lt;path d=&quot;M19.615 3.184c-3.604-.246-11.631-.245-15.23 0C.488 3.45.029 5.804 0 12c.029 6.185.484 8.549 4.385 8.816 3.6.245 11.626.246 15.23 0C23.512 20.55 23.971 18.196 24 12c-.029-6.185-.484-8.549-4.385-8.816zM9 16V8l8 4-8 4z&quot;/&gt;&lt;/svg&gt;&lt;span class=&quot;brand-text&quot;&gt;YouTube&lt;/span&gt;&lt;/div&gt;\n      &lt;div class=&quot;marquee-sep&quot;&gt;&lt;/div&gt;\n      &lt;div class=&quot;marquee-item&quot;&gt;&lt;img src=&quot;https://logo.clearbit.com/ntv.de&quot; alt=&quot;ntv&quot;&gt;&lt;span class=&quot;brand-text&quot;&gt;ntv&lt;/span&gt;&lt;/div&gt;\n      &lt;div class=&quot;marquee-sep&quot;&gt;&lt;/div&gt;\n      &lt;div class=&quot;marquee-item&quot;&gt;&lt;img src=&quot;https://logo.clearbit.com/forbes.com&quot; alt=&quot;Forbes&quot;&gt;&lt;span class=&quot;brand-text&quot;&gt;Forbes&lt;/span&gt;&lt;/div&gt;\n      &lt;div class=&quot;marquee-sep&quot;&gt;&lt;/div&gt;\n      &lt;div class=&quot;marquee-item&quot;&gt;&lt;span class=&quot;brand-text&quot;&gt;GEWINNER&lt;span style=&quot;font-weight:400;font-size:11px&quot;&gt;magazin&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;\n      &lt;div class=&quot;marquee-sep&quot;&gt;&lt;/div&gt;\n      &lt;div class=&quot;marquee-item&quot;&gt;&lt;span class=&quot;brand-text&quot; style=&quot;font-size:13px;letter-spacing:2px;text-transform:uppercase&quot;&gt;Unternehmer Journal&lt;/span&gt;&lt;/div&gt;\n      &lt;div class=&quot;marquee-sep&quot;&gt;&lt;/div&gt;\n      &lt;div class=&quot;marquee-item&quot;&gt;&lt;img src=&quot;https://logo.clearbit.com/focus.de&quot; alt=&quot;FOCUS&quot;&gt;&lt;span class=&quot;brand-text&quot;&gt;FOCUS&lt;/span&gt;&lt;/div&gt;\n      &lt;div class=&quot;marquee-sep&quot;&gt;&lt;/div&gt;\n      &lt;div class=&quot;marquee-item&quot;&gt;&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; viewBox=&quot;0 0 24 24&quot; fill=&quot;#333&quot; width=&quot;24&quot; height=&quot;24&quot;&gt;&lt;path d=&quot;M19.615 3.184c-3.604-.246-11.631-.245-15.23 0C.488 3.45.029 5.804 0 12c.029 6.185.484 8.549 4.385 8.816 3.6.245 11.626.246 15.23 0C23.512 20.55 23.971 18.196 24 12c-.029-6.185-.484-8.549-4.385-8.816zM9 16V8l8 4-8 4z&quot;/&gt;&lt;/svg&gt;&lt;span class=&quot;brand-text&quot;&gt;YouTube&lt;/span&gt;&lt;/div&gt;\n      &lt;div class=&quot;marquee-sep&quot;&gt;&lt;/div&gt;\n      &lt;div class=&quot;marquee-item&quot;&gt;&lt;img src=&quot;https://logo.clearbit.com/ntv.de&quot; alt=&quot;ntv&quot;&gt;&lt;span class=&quot;brand-text&quot;&gt;ntv&lt;/span&gt;&lt;/div&gt;\n    &lt;/div&gt;\n  &lt;/div&gt;\n&lt;/div&gt;\n\n&lt;!-- ═══ WAS DICH ERWARTET ═══════════════ --&gt;\n&lt;section class=&quot;learn&quot;&gt;\n  &lt;div class=&quot;container&quot;&gt;\n    &lt;div class=&quot;learn-header reveal&quot;&gt;\n      &lt;span class=&quot;section-eyebrow&quot;&gt;Dein Programm&lt;/span&gt;\n      &lt;h2 class=&quot;section-title&quot;&gt;Was Dich in den &lt;em&gt;nächsten 90 Minuten&lt;/em&gt; erwartet.&lt;/h2&gt;\n    &lt;/div&gt;\n    &lt;div class=&quot;learn-grid&quot;&gt;\n      &lt;div class=&quot;learn-item reveal&quot;&gt;\n        &lt;div class=&quot;learn-icon&quot;&gt;&lt;svg viewBox=&quot;0 0 24 24&quot;&gt;&lt;rect x=&quot;2&quot; y=&quot;6&quot; width=&quot;20&quot; height=&quot;14&quot; rx=&quot;2&quot;/&gt;&lt;circle cx=&quot;12&quot; cy=&quot;13&quot; r=&quot;3&quot;/&gt;&lt;line x1=&quot;6&quot; y1=&quot;6&quot; x2=&quot;6&quot; y2=&quot;4&quot;/&gt;&lt;line x1=&quot;18&quot; y1=&quot;6&quot; x2=&quot;18&quot; y2=&quot;4&quot;/&gt;&lt;/svg&gt;&lt;/div&gt;\n        &lt;p&gt;Wie du mit der PDF Methode 326 bis 467€ / Tag verdienen kannst&lt;/p&gt;\n      &lt;/div&gt;\n      &lt;div class=&quot;learn-item reveal&quot;&gt;\n        &lt;div class=&quot;learn-icon&quot;&gt;&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;circle cx=&quot;12&quot; cy=&quot;10&quot; r=&quot;2.5&quot;/&gt;&lt;path d=&quot;M5 10s2.5-4 7-4 7 4 7 4-2.5 4-7 4-7-4-7-4z&quot;/&gt;&lt;/svg&gt;&lt;/div&gt;\n        &lt;p&gt;Live Demonstration: So sieht ein Ablese-Vorgang aus&lt;/p&gt;\n      &lt;/div&gt;\n      &lt;div class=&quot;learn-item reveal&quot;&gt;\n        &lt;div class=&quot;learn-icon&quot;&gt;&lt;svg viewBox=&quot;0 0 24 24&quot;&gt;&lt;circle cx=&quot;12&quot; cy=&quot;7&quot; r=&quot;4&quot;/&gt;&lt;path d=&quot;M5.5 20a7 7 0 0 1 13 0&quot;/&gt;&lt;/svg&gt;&lt;/div&gt;\n        &lt;p&gt;Wie Jenny dieses System von Grund auf aufgebaut hat&lt;/p&gt;\n      &lt;/div&gt;\n      &lt;div class=&quot;learn-item reveal&quot;&gt;\n        &lt;div class=&quot;learn-icon&quot;&gt;&lt;svg viewBox=&quot;0 0 24 24&quot;&gt;&lt;rect x=&quot;3&quot; y=&quot;4&quot; width=&quot;18&quot; height=&quot;18&quot; rx=&quot;2&quot;/&gt;&lt;line x1=&quot;16&quot; y1=&quot;2&quot; x2=&quot;16&quot; y2=&quot;6&quot;/&gt;&lt;line x1=&quot;8&quot; y1=&quot;2&quot; x2=&quot;8&quot; y2=&quot;6&quot;/&gt;&lt;line x1=&quot;3&quot; y1=&quot;10&quot; x2=&quot;21&quot; y2=&quot;10&quot;/&gt;&lt;line x1=&quot;8&quot; y1=&quot;14&quot; x2=&quot;8&quot; y2=&quot;14&quot; stroke-width=&quot;2.5&quot;/&gt;&lt;line x1=&quot;12&quot; y1=&quot;14&quot; x2=&quot;12&quot; y2=&quot;14&quot; stroke-width=&quot;2.5&quot;/&gt;&lt;line x1=&quot;16&quot; y1=&quot;14&quot; x2=&quot;16&quot; y2=&quot;14&quot; stroke-width=&quot;2.5&quot;/&gt;&lt;line x1=&quot;8&quot; y1=&quot;18&quot; x2=&quot;8&quot; y2=&quot;18&quot; stroke-width=&quot;2.5&quot;/&gt;&lt;line x1=&quot;12&quot; y1=&quot;18&quot; x2=&quot;12&quot; y2=&quot;18&quot; stroke-width=&quot;2.5&quot;/&gt;&lt;/svg&gt;&lt;/div&gt;\n        &lt;p&gt;Wie du in 14 Tagen deine ersten Einnahmen Online machst&lt;/p&gt;\n      &lt;/div&gt;\n      &lt;div class=&quot;learn-item reveal&quot;&gt;\n        &lt;div class=&quot;learn-icon&quot;&gt;&lt;svg viewBox=&quot;0 0 24 24&quot;&gt;&lt;path d=&quot;M10.29 3.86 1.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; stroke-width=&quot;2.5&quot;/&gt;&lt;/svg&gt;&lt;/div&gt;\n        &lt;p&gt;Die 3 größten Fehler, die Einsteiger machen&lt;/p&gt;\n      &lt;/div&gt;\n    &lt;/div&gt;\n  &lt;/div&gt;\n&lt;/section&gt;\n\n&lt;!-- ═══ VIDEO NACHRICHT ══════════════ --&gt;\n&lt;section class=&quot;video-section&quot;&gt;\n  &lt;div class=&quot;container&quot;&gt;\n    &lt;span class=&quot;section-eyebrow reveal&quot;&gt;Persönliche Nachricht&lt;/span&gt;\n    &lt;h2 class=&quot;section-title reveal&quot;&gt;Eine Nachricht von &lt;em&gt;Jenny&lt;/em&gt; an Dich&lt;/h2&gt;\n    &lt;div class=&quot;reveal&quot; style=&quot;max-width:400px;margin:0 auto;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px rgba(28,20,16,0.12);&quot;&gt;\n      &lt;div id=&quot;vidalytics_embed_MMQHCLKuP5QGBbYF&quot; style=&quot;width:100%;position:relative;padding-top:177.78%;&quot;&gt;&lt;/div&gt;\n    &lt;/div&gt;\n  &lt;/div&gt;\n&lt;/section&gt;\n\n&lt;!-- ═══ HOST ════════════════════════════ --&gt;\n&lt;section class=&quot;host&quot;&gt;\n  &lt;div class=&quot;container&quot;&gt;\n    &lt;div class=&quot;host-card reveal&quot;&gt;\n      &lt;div class=&quot;host-image&quot;&gt;\n        &lt;img src=&quot;https://perspective.imgix.net/69d3a214c5a03b49a07abf6f.png?w=1200&amp;h=1500&amp;dpr=2&amp;auto=format&amp;q=100&amp;fit=crop&amp;crop=faces,top&quot; alt=&quot;Jenny Richter&quot;&gt;\n      &lt;/div&gt;\n      &lt;div class=&quot;host-info&quot;&gt;\n        &lt;span class=&quot;section-eyebrow&quot;&gt;Deine Mentorin&lt;/span&gt;\n        &lt;h3&gt;Jenny Richter&lt;/h3&gt;\n        &lt;div class=&quot;title&quot;&gt;PDF Business Trainerin &amp;amp; Online Unternehmerin · Erfolgspfad&lt;/div&gt;\n        &lt;p class=&quot;host-desc&quot;&gt;Jenny Richter ist eine erfahrene Unternehmerin und Expertin für die PDF Ablese Methode. Mit der Erfolgspfad hat sie ein fundiertes Programm geschaffen, das Menschen ohne Vorkenntnisse Schritt für Schritt zu ihren ersten Online-Einnahmen führt flexibel, von zu Hause aus.&lt;/p&gt;\n      &lt;/div&gt;\n    &lt;/div&gt;\n  &lt;/div&gt;\n&lt;/section&gt;\n\n&lt;!-- ═══ STATS ════════════════════════════ --&gt;\n&lt;div class=&quot;stats-section&quot;&gt;\n  &lt;div class=&quot;container&quot;&gt;\n    &lt;div class=&quot;stats reveal&quot;&gt;\n      &lt;div class=&quot;stat&quot;&gt;&lt;div class=&quot;num&quot;&gt;1.328+&lt;/div&gt;&lt;div class=&quot;label&quot;&gt;Erfolgreiche Teilnehmer&lt;/div&gt;&lt;/div&gt;\n      &lt;div class=&quot;stat&quot;&gt;&lt;div class=&quot;num&quot;&gt;14&lt;/div&gt;&lt;div class=&quot;label&quot;&gt;Tage bis zum ersten Abschluss&lt;/div&gt;&lt;/div&gt;\n      &lt;div class=&quot;stat&quot;&gt;&lt;div class=&quot;num&quot;&gt;326 bis 467€&lt;/div&gt;&lt;div class=&quot;label&quot;&gt;Täglicher Verdienst möglich&lt;/div&gt;&lt;/div&gt;\n      &lt;div class=&quot;stat&quot;&gt;&lt;div class=&quot;num&quot;&gt;1 bis 2h&lt;/div&gt;&lt;div class=&quot;label&quot;&gt;Täglicher Zeitaufwand&lt;/div&gt;&lt;/div&gt;\n    &lt;/div&gt;\n  &lt;/div&gt;\n&lt;/div&gt;\n\n&lt;!-- ═══ PRESS SLIDER ═════════════════════ --&gt;\n&lt;section class=&quot;press-section&quot;&gt;\n  &lt;div class=&quot;container&quot;&gt;\n    &lt;div class=&quot;press-header reveal&quot;&gt;\n      &lt;span class=&quot;section-eyebrow&quot;&gt;In den Medien&lt;/span&gt;\n      &lt;h2 class=&quot;section-title&quot;&gt;Unsere &lt;em&gt;Unternehmensdarstellung&lt;/em&gt;&lt;/h2&gt;\n    &lt;/div&gt;\n    &lt;div class=&quot;press-slider reveal&quot;&gt;\n      &lt;div class=&quot;press-track&quot;&gt;\n        &lt;div class=&quot;press-slide active&quot;&gt;\n          &lt;img src=&quot;https://perspective.imgix.net/69bd8b4c385f15e76754aee0.jpeg?w=500&amp;dpr=2&amp;auto=compress,format&quot; alt=&quot;Presseartikel 1&quot;&gt;\n        &lt;/div&gt;\n        &lt;div class=&quot;press-slide&quot;&gt;\n          &lt;img src=&quot;https://perspective.imgix.net/69bd8b4981fd4f731b0eef9f.jpeg?w=500&amp;dpr=2&amp;auto=compress,format&quot; alt=&quot;Presseartikel 2&quot;&gt;\n        &lt;/div&gt;\n        &lt;div class=&quot;press-slide&quot;&gt;\n          &lt;img src=&quot;https://perspective.imgix.net/69bd8b4f603d25b502d8533f.jpeg?w=500&amp;dpr=2&amp;auto=compress,format&quot; alt=&quot;Presseartikel 3&quot;&gt;\n        &lt;/div&gt;\n      &lt;/div&gt;\n      &lt;button class=&quot;press-arrow press-prev&quot;&gt;&lt;svg viewBox=&quot;0 0 24 24&quot;&gt;&lt;path d=&quot;m15 18-6-6 6-6&quot;/&gt;&lt;/svg&gt;&lt;/button&gt;\n      &lt;button class=&quot;press-arrow press-next&quot;&gt;&lt;svg viewBox=&quot;0 0 24 24&quot;&gt;&lt;path d=&quot;m9 18 6-6-6-6&quot;/&gt;&lt;/svg&gt;&lt;/button&gt;\n      &lt;div class=&quot;press-dots&quot;&gt;\n        &lt;button class=&quot;press-dot active&quot; data-slide=&quot;0&quot;&gt;&lt;/button&gt;\n        &lt;button class=&quot;press-dot&quot; data-slide=&quot;1&quot;&gt;&lt;/button&gt;\n        &lt;button class=&quot;press-dot&quot; data-slide=&quot;2&quot;&gt;&lt;/button&gt;\n      &lt;/div&gt;\n    &lt;/div&gt;\n  &lt;/div&gt;\n&lt;/section&gt;\n\n&lt;!-- ═══ FINAL CTA ════════════════════════ --&gt;\n&lt;section class=&quot;final-cta&quot;&gt;\n  &lt;div class=&quot;container&quot;&gt;\n    &lt;span class=&quot;section-eyebrow reveal&quot;&gt;Bereit für den nächsten Schritt?&lt;/span&gt;\n    &lt;h2 class=&quot;section-title reveal&quot;&gt;Sichere dir deinen &lt;em&gt;kostenlosen&lt;/em&gt; Platz.&lt;/h2&gt;\n    &lt;p class=&quot;reveal&quot;&gt;Erfahre live, wie du mit der PDF Ablese Methode deinen ersten Nebenverdienst online aufbaust ohne Erfahrung, ohne Risiko.&lt;/p&gt;\n    &lt;div style=&quot;text-align:center&quot;&gt;\n      &lt;button class=&quot;cta-btn&quot; onclick=&quot;try{window.top.location.href=&#39;https://live.erfolgswerk-pdf.de/platz-sichern&#39;}catch(e){window.location.href=&#39;https://live.erfolgswerk-pdf.de/platz-sichern&#39;}&quot;&gt;\n        &lt;svg viewBox=&quot;0 0 24 24&quot; width=&quot;17&quot; height=&quot;17&quot; fill=&quot;none&quot; stroke=&quot;#fff&quot; stroke-width=&quot;1.8&quot; stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot;&gt;\n          &lt;path d=&quot;M2 9a3 3 0 1 0 0 6&quot;/&gt;&lt;path d=&quot;M22 9a3 3 0 1 1 0 6&quot;/&gt;\n          &lt;rect x=&quot;2&quot; y=&quot;5&quot; width=&quot;20&quot; height=&quot;14&quot; rx=&quot;2&quot;/&gt;\n          &lt;path d=&quot;M9 5v14&quot; stroke-dasharray=&quot;2.5 2.5&quot;/&gt;\n          &lt;line x1=&quot;13&quot; y1=&quot;9&quot; x2=&quot;18&quot; y2=&quot;9&quot;/&gt;&lt;line x1=&quot;13&quot; y1=&quot;12&quot; x2=&quot;18&quot; y2=&quot;12&quot;/&gt;&lt;line x1=&quot;13&quot; y1=&quot;15&quot; x2=&quot;16&quot; y2=&quot;15&quot;/&gt;\n        &lt;/svg&gt;\n        Jetzt kostenlos registrieren\n        &lt;svg class=&quot;arrow-icon&quot; viewBox=&quot;0 0 24 24&quot; width=&quot;17&quot; height=&quot;17&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; stroke-width=&quot;2.5&quot; stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot;&gt;\n          &lt;path d=&quot;M5 12h14&quot;/&gt;&lt;path d=&quot;m12 5 7 7-7 7&quot;/&gt;\n        &lt;/svg&gt;\n      &lt;/button&gt;\n    &lt;/div&gt;\n    &lt;span class=&quot;cta-note reveal&quot;&gt;Sonntag, 19. April 2026 · 11:00 Uhr · Online &amp;amp; Kostenlos&lt;/span&gt;\n  &lt;/div&gt;\n&lt;/section&gt;\n\n&lt;script&gt;\nconst reveals = document.querySelectorAll(&#39;.reveal&#39;);\nconst observer = new IntersectionObserver((entries) =&gt; {\n  entries.forEach((e, i) =&gt; {\n    if (e.isIntersecting) {\n      setTimeout(() =&gt; e.target.classList.add(&#39;visible&#39;), i * 80);\n      observer.unobserve(e.target);\n    }\n  });\n}, { threshold: 0.1 });\nreveals.forEach(el =&gt; observer.observe(el));\n\nlet currentSlide = 0;\nconst slides = document.querySelectorAll(&#39;.press-slide&#39;);\nconst dots = document.querySelectorAll(&#39;.press-dot&#39;);\nconst totalSlides = slides.length;\nlet autoSlide;\nfunction showSlide(n) {\n  slides.forEach(s =&gt; s.classList.remove(&#39;active&#39;));\n  dots.forEach(d =&gt; d.classList.remove(&#39;active&#39;));\n  currentSlide = (n + totalSlides) % totalSlides;\n  slides[currentSlide].classList.add(&#39;active&#39;);\n  dots[currentSlide].classList.add(&#39;active&#39;);\n}\nfunction startAuto() { autoSlide = setInterval(() =&gt; showSlide(currentSlide + 1), 3500); }\nfunction resetAuto() { clearInterval(autoSlide); startAuto(); }\ndocument.querySelector(&#39;.press-next&#39;)?.addEventListener(&#39;click&#39;, () =&gt; { showSlide(currentSlide + 1); resetAuto(); });\ndocument.querySelector(&#39;.press-prev&#39;)?.addEventListener(&#39;click&#39;, () =&gt; { showSlide(currentSlide - 1); resetAuto(); });\ndots.forEach(dot =&gt; dot.addEventListener(&#39;click&#39;, (e) =&gt; { showSlide(parseInt(e.target.dataset.slide)); resetAuto(); }));\nif (totalSlides &gt; 0) startAuto();\n&lt;/script&gt;\n\n&lt;script type=&quot;text/javascript&quot;&gt;\n(function (v, i, d, a, l, y, t, c, s) {\n    y=&#39;_&#39;+d.toLowerCase();c=d+&#39;L&#39;;if(!v[d]){v[d]={};}if(!v[c]){v[c]={};}if(!v[y]){v[y]={};}var vl=&#39;Loader&#39;,vli=v[y][vl],vsl=v[c][vl + &#39;Script&#39;],vlf=v[c][vl + &#39;Loaded&#39;],ve=&#39;Embed&#39;;\n    if (!vsl){vsl=function(u,cb){\n        if(t){cb();return;}s=i.createElement(&quot;script&quot;);s.type=&quot;text/javascript&quot;;s.async=1;s.src=u;\n        if(s.readyState){s.onreadystatechange=function(){if(s.readyState===&quot;loaded&quot;||s.readyState==&quot;complete&quot;){s.onreadystatechange=null;vlf=1;cb();}};}else{s.onload=function(){vlf=1;cb();};}\n        i.getElementsByTagName(&quot;head&quot;)[0].appendChild(s);\n    };}\n    vsl(l+&#39;loader.min.js&#39;,function(){if(!vli){var vlc=v[c][vl];vli=new vlc();}vli.loadScript(l+&#39;player.min.js&#39;,function(){var vec=v[d][ve];t=new vec();t.run(a);});});\n})(window, document, &#39;Vidalytics&#39;, &#39;vidalytics_embed_MMQHCLKuP5QGBbYF&#39;, &#39;https://fast.vidalytics.com/embeds/kb0XQZsx/MMQHCLKuP5QGBbYF/&#39;);\n&lt;/script&gt;\n&lt;/body&gt;\n&lt;/html&gt;","provider":"custom-html","box":{"left":"none","right":"none","top":"none","bottom":"none"},"framed":false,"isGdprSensitive":false,"enforceCenteredCustomHtmlContent":false,"embedCustomHtmlNatively":false},"categoryId":"5a957843b727462286d2d61e","sectionId":"65eb072f9671ba48e6c83915","campaignId":"69df49b33b67c0571eb22b06","components":[],"allowedChildSections":[],"pageId":"69df77362da9e28771e9bb84","companyId":"6639155c9d634b0014e717b0","componentType":"embed","createdAt":"2026-04-15T11:32:06.102Z","updatedAt":"2026-04-15T13:42:33.933Z","__v":0}],"isResultPage":false,"animation":"none","theme":{"_id":"692a48109b40fe003ca09b1c","type":"theme","transition":"default","name":"SHORT ONLY MICHI","image":"https://perspective.imgix.net/assets/app/themes/perspective.png","typography":"Open Sans:300,600","fontColor":"#343435","backgroundColor":"#410303","formFieldBackgroundColor":"#FFFFFF","buttonBackgroundColor":"#FFFFFF","borderRadius":"small","companyId":"6639155c9d634b0014e717b0","createdAt":"2025-11-29T01:10:40.872Z","updatedAt":"2025-11-29T01:13:02.151Z","__v":0},"themeV2":{"typography":"Open Sans:300,600","fontColor":"#343435","backgroundColor":"#410303","formFieldBackgroundColor":"#FFFFFF","buttonBackgroundColor":"#FFFFFF","borderRadius":"small","transition":"default"},"fields":[{"additional":{"form":{"componentId":"69df4a336538f981d8d788bd","inputs":[{"fieldName":"firstName","conversionTrigger":false,"componentId":"69df4a336538f981d8d788c6","inputType":"text","required":true,"title":"Dein Vorname","visual":":wave:","visualType":"emoji"},{"fieldName":"email","conversionTrigger":true,"componentId":"69df4a336538f981d8d788c7","inputType":"email","required":true,"title":"Deine E-Mail Adresse","visual":":email:","visualType":"emoji"},{"fieldName":"phone","conversionTrigger":true,"componentId":"69df62776cd2658e9d8f64de","inputType":"phone","required":true,"title":"Deine Telefonnummer","visual":":telephone_receiver:","visualType":"emoji"},{"fieldName":"lastName","conversionTrigger":false,"componentId":"69e0f32f12b3d8a181773902","inputType":"text","required":true,"title":"Dein Nachname","visual":"bust_in_silhouette","visualType":"emoji"}]},"answers":[]},"_id":"69df4a336538f981d8d788b8","type":"field","title":"Kostenlosen Live-Workshop Ticket sichern! Sonntag 19. April um 11 Uhr.","interactionType":"form","companyId":"6639155c9d634b0014e717b0","campaignId":"69df49b33b67c0571eb22b06","pageId":"69df4a184dafac8bf4454962","componentId":"69df4a336538f981d8d788b5","createdAt":"2026-04-15T08:20:03.911Z","updatedAt":"2026-04-16T14:33:34.388Z","__v":0}],"cookiesEnabled":false,"language":"de","showProgressBar":false,"showAffiliateBadge":false,"affiliateLink":"","resultMapping":{},"nextPage":"69df4a184dafac8bf4454962","sortedPages":["69df77362da9e28771e9bb84","69df4a184dafac8bf4454962"],"hasResultPages":true,"resultPages":["69df49b33b67c0571eb22b52"],"isHomePage":true,"isLastPage":false,"firstResultPage":"69df49b33b67c0571eb22b52","headScript":"","bodyScript":"","trackingProperties":[{"_id":"69df49b33b67c0571eb22b0e","type":"trackingProperty","fieldName":"email","title":"email","source":"input","companyId":"6639155c9d634b0014e717b0","campaignId":"69df49b33b67c0571eb22b06","components":["69df4a336538f981d8d788c7"],"createdAt":"2026-04-15T08:17:55.415Z","updatedAt":"2026-04-16T14:33:34.371Z","__v":0},{"_id":"69df49b33b67c0571eb22b0f","type":"trackingProperty","fieldName":"firstName","title":"firstName","source":"input","companyId":"6639155c9d634b0014e717b0","campaignId":"69df49b33b67c0571eb22b06","components":["69df4a336538f981d8d788c6"],"createdAt":"2026-04-15T08:17:55.415Z","updatedAt":"2026-04-16T14:33:34.371Z","__v":0},{"_id":"69df49b33b67c0571eb22b11","type":"trackingProperty","fieldName":"lastName","title":"lastName","source":"input","companyId":"6639155c9d634b0014e717b0","campaignId":"69df49b33b67c0571eb22b06","components":["69e0f32f12b3d8a181773902"],"createdAt":"2026-04-15T08:17:55.415Z","updatedAt":"2026-04-16T14:33:34.377Z","__v":0},{"_id":"69df49b33b67c0571eb22b14","type":"trackingProperty","fieldName":"phone","title":"phone","source":"input","companyId":"6639155c9d634b0014e717b0","campaignId":"69df49b33b67c0571eb22b06","components":["69df62776cd2658e9d8f64de"],"createdAt":"2026-04-15T08:17:55.415Z","updatedAt":"2026-04-16T14:33:34.371Z","__v":0}],"automaticRedirect":null,"inputMap":{"byComponent":{"69df4a336538f981d8d788c6":{"name":"fname","originalName":"fname","parentId":"69df4a336538f981d8d788bd","autocomplete":"given-name"},"69e0f32f12b3d8a181773902":{"name":"lname","originalName":"lname","parentId":"69df4a336538f981d8d788bd","autocomplete":"family-name"},"69df4a336538f981d8d788c7":{"name":"email","originalName":"email","parentId":"69df4a336538f981d8d788bd","autocomplete":"email"},"69df62776cd2658e9d8f64de":{"name":"phone","originalName":"phone","parentId":"69df4a336538f981d8d788bd","autocomplete":"tel"}},"byName":{"69df4a336538f981d8d788bd":{"fname":"69df4a336538f981d8d788c6","lname":"69e0f32f12b3d8a181773902","email":"69df4a336538f981d8d788c7","phone":"69df62776cd2658e9d8f64de"}}},"pageIdSlugMap":{"69df49b33b67c0571eb22b52":"platz-gesichert","69df4a184dafac8bf4454962":"platz-sichern","69df77362da9e28771e9bb84":"page_ns7xhs"},"context":{"slug":"","trackingVersion":"v4","url":"https://live.erfolgswerk-pdf.de/","domain":"live.erfolgswerk-pdf.de"}}