{"campaignId":"69ea31161511f01e60acb573","campaignVersionId":"6a19adbc5a5946369573d473","companyId":"686d27f5bc21cb003b3f6102","pageId":"69ea31502b88e3541d56c500","pageName":"Brief JFS Feedback - Copy","pageSlug":"page_7z4t6b","tag":"interaction","components":[{"_id":"69ea31502b88e3541d56c505","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;PLATOW Börse - Exklusives Abo-Angebot&lt;/title&gt;\n\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\n    &lt;!-- Alle Schriftarten in einer einzigen Anfrage --&gt;\n    &lt;link href=&quot;https://fonts.googleapis.com/css2?family=Raleway:wght@700;800&amp;family=Open+Sans:wght@400;600;700&amp;family=EB+Garamond:ital,wght@1,600;1,800&amp;display=swap&quot; rel=&quot;stylesheet&quot;&gt;\n\n    &lt;script src=&quot;https://cdn.tailwindcss.com&quot;&gt;&lt;/script&gt;\n\n    &lt;style&gt;\n        :root {\n            --platow-orange: #ec5017;\n            --platow-black: #000000;\n            --platow-grey-text: #666666;\n            --platow-bg-light: #f9f9f9;\n            --platow-grau: #e0dad7;\n            --bg-white: #ffffff;\n        }\n\n        body {\n            font-family: &#39;Open Sans&#39;, sans-serif;\n            background-color: var(--bg-white);\n            color: var(--platow-black);\n            -webkit-font-smoothing: antialiased;\n            -moz-osx-font-smoothing: grayscale;\n            overflow-x: hidden;\n            margin: 0;\n            padding: 0;\n        }\n\n        h1, h2, h3 { font-family: &#39;Raleway&#39;, sans-serif; }\n\n        .font-garamond { font-family: &#39;EB Garamond&#39;, serif; }\n        .font-raleway  { font-family: &#39;Raleway&#39;, sans-serif; }\n\n        /* Utility-Klassen */\n        .bg-platow-orange    { background-color: var(--platow-orange); }\n        .text-platow-orange  { color: var(--platow-orange); }\n        .text-platow-schwarz { color: var(--platow-black); }\n        .border-platow-orange{ border-color: var(--platow-orange); }\n\n        /* Buttons */\n        .btn-hover:hover {\n            opacity: 0.9;\n            transform: translateY(-1px);\n        }\n\n        .cta-button {\n            background-color: var(--platow-black);\n            color: white !important;\n            padding: 1rem 2rem;\n            border-radius: 8px;\n            font-weight: 700;\n            transition: all 0.3s ease;\n            display: inline-block;\n            text-align: center;\n            width: 100%;\n            max-width: 400px;\n        }\n        @media (min-width: 640px) {\n            .cta-button { width: auto; padding: 1rem 2.5rem; }\n        }\n        .cta-button:hover { background-color: #333333; transform: translateY(-1px); }\n\n        /* Pricing Cards */\n        .card-shadow { box-shadow: 0 10px 40px rgba(0,0,0,0.04); }\n\n        /* Bilder */\n        img { content-visibility: auto; }\n\n        /* Dekorationsline */\n        .orange-line {\n            width: 40px;\n            height: 4px;\n            background-color: var(--platow-orange);\n            margin-bottom: 0.75rem;\n        }\n        @media (min-width: 768px) {\n            .orange-line { width: 60px; height: 6px; margin-bottom: 1.25rem; }\n        }\n\n        /* Vorteile – Check-Circles */\n        .check-container {\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            width: 24px;\n            height: 24px;\n            border: 2px solid var(--platow-orange);\n            border-radius: 50%;\n            color: var(--platow-orange);\n            flex-shrink: 0;\n            margin-top: 2px;\n        }\n        @media (min-width: 768px) {\n            .check-container { width: 32px; height: 32px; border-width: 2.5px; margin-top: 4px; }\n        }\n\n        .grey-subheadline {\n            color: var(--platow-grey-text);\n            font-family: &#39;Open Sans&#39;, sans-serif;\n            font-weight: 600;\n        }\n\n        /* Zitat – Quote-Icon */\n        .custom-quote-icon {\n            color: var(--platow-orange);\n            width: 48px;\n            height: auto;\n            margin-bottom: 1.5rem;\n        }\n        @media (min-width: 768px) {\n            .custom-quote-icon { width: 64px; margin-bottom: 2rem; }\n        }\n\n        /* FAQ Accordion */\n        .faq-item {\n            border: 1px solid #e5e7eb;\n            border-radius: 8px;\n            transition: all 0.3s ease;\n            background-color: var(--platow-bg-light);\n        }\n        .faq-item:hover { border-color: var(--platow-orange); }\n\n        .faq-question {\n            cursor: pointer;\n            padding: 1.25rem;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n\n        .faq-answer {\n            max-height: 0;\n            overflow: hidden;\n            transition: max-height 0.3s ease-out, padding 0.3s ease;\n            padding: 0 1.25rem;\n            color: var(--platow-grey-text);\n            line-height: 1.6;\n        }\n        .faq-item.active .faq-answer { max-height: 800px; padding-bottom: 1.25rem; }\n        .faq-item.active .faq-icon  { transform: rotate(180deg); color: var(--platow-orange); }\n\n        .faq-icon { transition: transform 0.3s ease; color: #9ca3af; }\n    &lt;/style&gt;\n&lt;/head&gt;\n&lt;body class=&quot;text-gray-900&quot;&gt;\n\n    &lt;!-- Navigation --&gt;\n    &lt;nav class=&quot;bg-white border-b border-gray-100 pt-6 pb-2&quot;&gt;\n        &lt;div class=&quot;max-w-7xl mx-auto px-4 flex justify-center items-center&quot;&gt;\n            &lt;a href=&quot;https://brief.platow.de/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;\n                &lt;img src=&quot;https://brief.platow.de/app/themes/platow-brief/assets/img/logo_w_subline.svg&quot;\n                     alt=&quot;PLATOW Logo&quot;\n                     class=&quot;h-10 md:h-16&quot;\n                     fetchpriority=&quot;high&quot;&gt;\n            &lt;/a&gt;\n        &lt;/div&gt;\n    &lt;/nav&gt;\n\n    &lt;!-- Hero Header --&gt;\n    &lt;header class=&quot;bg-white pt-4 pb-4 md:pt-10 md:pb-6 px-4&quot;&gt;\n        &lt;div class=&quot;max-w-4xl mx-auto text-center&quot;&gt;\n            &lt;h1 class=&quot;text-3xl md:text-5xl font-bold mb-4 md:mb-6 text-platow-schwarz leading-tight&quot;&gt;\n                „Ein Muss für Banker&quot; (FAZ)\n&lt;/h1&gt;\n            &lt;p class=&quot;text-base md:text-xl text-black mb-4 max-w-2xl mx-auto px-2&quot;&gt;\n                Seit über 80 Jahren liefert DER PLATOW Brief Exklusivmeldungen und Hintergründe aus den Chefetagen der Finanzbranche. Informationen, die Sie sonst nirgends lesen.\n            &lt;/p&gt;\n        &lt;/div&gt;\n    &lt;/header&gt;\n\n    &lt;!-- Pricing Section --&gt;\n    &lt;section class=&quot;bg-white pb-16 px-4&quot;&gt;\n        &lt;div class=&quot;max-w-7xl mx-auto&quot;&gt;\n            &lt;div class=&quot;grid grid-cols-1 md:grid-cols-3 gap-6 lg:gap-8 items-stretch max-w-6xl mx-auto&quot;&gt;\n\n                &lt;!-- Jahresabo (Mobil: 1. / Desktop: 2.) --&gt;\n                &lt;div class=&quot;order-1 md:order-2 card-shadow border-2 border-platow-orange rounded-xl p-6 lg:p-8 flex flex-col items-center text-center relative bg-white md:transform md:scale-105 w-full z-10 shadow-2xl shadow-orange-100&quot;&gt;\n                    &lt;div class=&quot;absolute -top-4 left-1/2 -translate-x-1/2 bg-platow-orange text-white px-6 py-1.5 rounded-full text-xs font-bold shadow-lg whitespace-nowrap tracking-wide&quot;&gt;\n                        BELIEBTESTES ANGEBOT\n                    &lt;/div&gt;\n                    &lt;div class=&quot;mb-4 mt-2 md:mt-0 text-black w-full&quot;&gt;\n                        &lt;h3 class=&quot;text-xl md:text-2xl font-bold mb-1&quot;&gt;Jahresabo&lt;/h3&gt;\n                        &lt;p class=&quot;text-xs text-platow-orange uppercase tracking-widest font-semibold&quot;&gt;DER PLATOW Brief&lt;/p&gt;\n                    &lt;/div&gt;\n                    &lt;div class=&quot;flex-grow flex justify-center items-center mb-6 w-full px-2&quot;&gt;\n                        &lt;img src=&quot;https://www.platow.de/app/uploads/2026/04/aboshop-brief-v1-1.png&quot;\n                             alt=&quot;PLATOW Brief Mockup&quot;\n                             class=&quot;h-40 md:h-48 lg:h-64 w-auto max-w-full object-contain&quot;\n                             decoding=&quot;async&quot;&gt;\n                    &lt;/div&gt;\n                    &lt;div class=&quot;mb-4 w-full&quot;&gt;\n                        &lt;div class=&quot;flex items-baseline justify-center&quot;&gt;\n                            &lt;span class=&quot;text-3xl md:text-4xl font-bold text-platow-schwarz&quot;&gt;730,00 €&lt;/span&gt;\n                        &lt;/div&gt;\n                        &lt;p class=&quot;text-sm text-black font-medium mt-1&quot;&gt;pro Jahr&lt;/p&gt;\n                    &lt;/div&gt;\n                    &lt;a href=&quot;https://brief.platow.de/checkout/?offer_id=O_EH0KW28P658M5HGX6T&quot; target=&quot;_blank&quot; class=&quot;w-full bg-platow-orange text-white py-4 rounded-lg font-bold btn-hover transition text-base md:text-lg mb-4 shadow-xl shadow-orange-200 text-center block&quot;&gt;\n                        Jetzt bestellen\n                    &lt;/a&gt;\n                    &lt;div class=&quot;flex items-center justify-center space-x-1.5 opacity-60 mt-auto&quot;&gt;\n                        &lt;svg class=&quot;w-3.5 h-3.5 text-gray-500&quot; viewBox=&quot;0 0 24 24&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;&lt;path d=&quot;M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z&quot;/&gt;&lt;path d=&quot;m9 12 2 2 4-4&quot;/&gt;&lt;/svg&gt;\n                        &lt;p class=&quot;text-xs text-black&quot;&gt;Online kündbar&lt;/p&gt;\n                    &lt;/div&gt;\n                &lt;/div&gt;\n\n                &lt;!-- Monatsabo (Mobil: 2. / Desktop: 1.) --&gt;\n                &lt;div class=&quot;order-2 md:order-1 card-shadow border border-gray-100 rounded-xl p-6 lg:p-8 flex flex-col items-center text-center transition-all hover:border-gray-200 bg-white w-full&quot;&gt;\n                    &lt;div class=&quot;mb-4 text-black w-full&quot;&gt;\n                        &lt;h3 class=&quot;text-xl md:text-2xl font-bold mb-1&quot;&gt;Monatsabo&lt;/h3&gt;\n                        &lt;p class=&quot;text-xs uppercase tracking-widest font-semibold opacity-60&quot;&gt;DER PLATOW Brief&lt;/p&gt;\n                    &lt;/div&gt;\n                    &lt;div class=&quot;flex-grow flex justify-center items-center mb-6 w-full px-2&quot;&gt;\n                        &lt;img src=&quot;https://www.platow.de/app/uploads/2026/04/aboshop-brief-v1-1.png&quot;\n                             alt=&quot;PLATOW Brief Mockup&quot;\n                             class=&quot;h-40 md:h-48 lg:h-64 w-auto max-w-full object-contain&quot;\n                             loading=&quot;lazy&quot;\n                             decoding=&quot;async&quot;&gt;\n                    &lt;/div&gt;\n                    &lt;div class=&quot;mb-4 w-full&quot;&gt;\n                        &lt;div class=&quot;flex items-baseline justify-center&quot;&gt;\n                            &lt;span class=&quot;text-3xl md:text-4xl font-bold text-platow-schwarz&quot;&gt;76,00 €&lt;/span&gt;\n                        &lt;/div&gt;\n                        &lt;p class=&quot;text-sm text-black font-medium mt-1&quot;&gt;pro Monat&lt;/p&gt;\n                    &lt;/div&gt;\n                    &lt;a href=&quot;https://brief.platow.de/checkout/?offer_id=O_I1Y0M4DCCYZR0PZGGP&quot; target=&quot;_blank&quot; class=&quot;w-full bg-black text-white py-4 rounded-lg font-bold btn-hover transition text-base md:text-lg mb-4 text-center block&quot;&gt;\n                        Jetzt bestellen\n                    &lt;/a&gt;\n                    &lt;div class=&quot;flex items-center justify-center space-x-1.5 opacity-60 mt-auto&quot;&gt;\n                        &lt;svg class=&quot;w-3.5 h-3.5 text-gray-500&quot; viewBox=&quot;0 0 24 24&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;&lt;path d=&quot;M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z&quot;/&gt;&lt;path d=&quot;m9 12 2 2 4-4&quot;/&gt;&lt;/svg&gt;\n                        &lt;p class=&quot;text-xs text-black&quot;&gt;Online kündbar&lt;/p&gt;\n                    &lt;/div&gt;\n                &lt;/div&gt;\n\n                &lt;!-- Kombi-Abo (Mobil: 3. / Desktop: 3.) --&gt;\n                &lt;div class=&quot;order-3 md:order-3 card-shadow border border-gray-100 rounded-xl p-6 lg:p-8 flex flex-col items-center text-center transition-all hover:border-gray-200 bg-white w-full&quot;&gt;\n                    &lt;div class=&quot;mb-4 text-black w-full&quot;&gt;\n                        &lt;h3 class=&quot;text-xl md:text-2xl font-bold mb-1&quot;&gt;Kombi-Abo&lt;/h3&gt;\n                        &lt;p class=&quot;text-xs uppercase tracking-widest font-semibold opacity-60&quot;&gt;DER PLATOW Brief + PLATOW Börse&lt;/p&gt;\n                    &lt;/div&gt;\n                    &lt;div class=&quot;flex-grow flex justify-center items-center mb-6 w-full px-2&quot;&gt;\n                        &lt;img src=&quot;https://www.platow.de/app/uploads/2026/04/aboshop-brief-kombi-v1.png&quot;\n                             alt=&quot;PLATOW Börse Kombi Mockup&quot;\n                             class=&quot;h-40 md:h-48 lg:h-64 w-auto max-w-full object-contain&quot;\n                             loading=&quot;lazy&quot;\n                             decoding=&quot;async&quot;&gt;\n                    &lt;/div&gt;\n                    &lt;div class=&quot;mb-4 w-full&quot;&gt;\n                        &lt;div class=&quot;flex items-baseline justify-center&quot;&gt;\n                            &lt;span class=&quot;text-3xl md:text-4xl font-bold text-platow-schwarz&quot;&gt;998,00 €&lt;/span&gt;\n                        &lt;/div&gt;\n                        &lt;p class=&quot;text-sm text-black font-medium mt-1&quot;&gt;pro Jahr&lt;/p&gt;\n                    &lt;/div&gt;\n                    &lt;a href=&quot;https://brief.platow.de/checkout/?offer_id=O_G8BNCBU2CUARJTWM3D&quot; target=&quot;_blank&quot; class=&quot;w-full bg-black text-white py-4 rounded-lg font-bold btn-hover transition text-base md:text-lg mb-4 text-center block&quot;&gt;\n                        Jetzt bestellen\n                    &lt;/a&gt;\n                    &lt;div class=&quot;flex items-center justify-center space-x-1.5 opacity-60 mt-auto&quot;&gt;\n                        &lt;svg class=&quot;w-3.5 h-3.5 text-gray-500&quot; viewBox=&quot;0 0 24 24&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;&lt;path d=&quot;M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z&quot;/&gt;&lt;path d=&quot;m9 12 2 2 4-4&quot;/&gt;&lt;/svg&gt;\n                        &lt;p class=&quot;text-xs text-black&quot;&gt;Online kündbar&lt;/p&gt;\n                    &lt;/div&gt;\n                &lt;/div&gt;\n\n            &lt;/div&gt;\n        &lt;/div&gt;\n    &lt;/section&gt;\n\n    &lt;!-- Vorteile Section --&gt;\n    &lt;main class=&quot;max-w-4xl mx-auto w-full px-5 py-12 md:px-16 md:py-24&quot;&gt;\n        &lt;div class=&quot;flex flex-col space-y-8 md:space-y-10 w-full&quot;&gt;\n            &lt;header class=&quot;flex flex-col items-center text-center&quot;&gt;\n                &lt;div class=&quot;orange-line&quot;&gt;&lt;/div&gt;\n                &lt;h2 class=&quot;text-3xl md:text-5xl lg:text-6xl font-extrabold text-black leading-tight&quot;&gt;Ihre Vorteile&lt;/h2&gt;\n                &lt;p class=&quot;grey-subheadline mt-1 md:mt-3 text-sm md:text-lg lg:text-xl uppercase tracking-widest&quot;&gt;Wissen, was die banken bewegt.&lt;/p&gt;\n            &lt;/header&gt;\n\n            &lt;article class=&quot;space-y-6 md:space-y-8 w-full max-w-2xl mx-auto&quot;&gt;\n\n                &lt;section class=&quot;flex gap-4 md:gap-5 items-start&quot;&gt;\n                    &lt;div class=&quot;check-container&quot; aria-hidden=&quot;true&quot;&gt;\n                        &lt;svg class=&quot;w-3 h-3 md:w-4 h-4&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;4&quot; d=&quot;M5 13l4 4L19 7&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\n                    &lt;/div&gt;\n                    &lt;p class=&quot;text-base md:text-lg lg:text-xl leading-snug&quot;&gt;&lt;strong class=&quot;font-bold&quot;&gt;Tiefe Banken-Expertise:&lt;/strong&gt; Tief verwurzelt in Sparkassen, Genossenschaftsbanken, Privatbanken, FinTechs und Regulierung berichten wir aus dem Inneren der Branche.&lt;/p&gt;\n                &lt;/section&gt;\n\n                &lt;section class=&quot;flex gap-4 md:gap-5 items-start&quot;&gt;\n                    &lt;div class=&quot;check-container&quot; aria-hidden=&quot;true&quot;&gt;\n                        &lt;svg class=&quot;w-3 h-3 md:w-4 h-4&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;4&quot; d=&quot;M5 13l4 4L19 7&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\n                    &lt;/div&gt;\n                    &lt;p class=&quot;text-base md:text-lg lg:text-xl leading-snug&quot;&gt;&lt;strong class=&quot;font-bold&quot;&gt;Informationsvorsprung, der zählt:&lt;/strong&gt; Fusionen, Problemfälle, Vorstandswechsel — PLATOW berichtet, bevor es die Tagespresse tut.&lt;/p&gt;\n                &lt;/section&gt;\n\n                &lt;section class=&quot;flex gap-4 md:gap-5 items-start&quot;&gt;\n                    &lt;div class=&quot;check-container&quot; aria-hidden=&quot;true&quot;&gt;\n                        &lt;svg class=&quot;w-3 h-3 md:w-4 h-4&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;4&quot; d=&quot;M5 13l4 4L19 7&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\n                    &lt;/div&gt;\n                    &lt;p class=&quot;text-base md:text-lg lg:text-xl leading-snug&quot;&gt;&lt;strong class=&quot;font-bold&quot;&gt;Ihr Zeitvorteil:&lt;/strong&gt; Exklusivmeldungen, Top-Personalien, Interviews und datenbasierte Einordnungen. Alles kompakt aufbereitet.&lt;/p&gt;\n                &lt;/section&gt;\n\n                &lt;section class=&quot;flex gap-4 md:gap-5 items-start&quot;&gt;\n                    &lt;div class=&quot;check-container&quot; aria-hidden=&quot;true&quot;&gt;\n                        &lt;svg class=&quot;w-3 h-3 md:w-4 h-4&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;4&quot; d=&quot;M5 13l4 4L19 7&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\n                    &lt;/div&gt;\n                    &lt;p class=&quot;text-base md:text-lg lg:text-xl leading-snug&quot;&gt;&lt;strong class=&quot;font-bold&quot;&gt;Zugang zum Archiv:&lt;/strong&gt; Voller Zugriff auf Jahrzehnte an Berichterstattung aus den Führungsebenen des deutschen Finanzplatzes.&lt;/p&gt;\n                &lt;/section&gt;\n\n                &lt;section class=&quot;flex gap-4 md:gap-5 items-start&quot;&gt;\n                    &lt;div class=&quot;check-container&quot; aria-hidden=&quot;true&quot;&gt;\n                        &lt;svg class=&quot;w-3 h-3 md:w-4 h-4&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;4&quot; d=&quot;M5 13l4 4L19 7&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\n                    &lt;/div&gt;\n                    &lt;p class=&quot;text-base md:text-lg lg:text-xl leading-snug&quot;&gt;&lt;strong class=&quot;font-bold&quot;&gt;Kombi-Vorteil:&lt;/strong&gt; Mit dem Kombi-Abo sichern Sie sich den Wissensvorsprung aus Finanzbranche UND Kapitalmarkt. Ersteres liefert Ihnen der bewährte PLATOW Brief, während die PLATOW Börse das Paket mit fundierten Aktienanalysen zu deutschen, europäischen und US-Werten sowie dem Musterdepot seit 1996 perfekt ergänzt.&lt;/p&gt;\n                &lt;/section&gt;\n\n                &lt;section class=&quot;flex gap-4 md:gap-5 items-start&quot;&gt;\n                    &lt;div class=&quot;check-container&quot; aria-hidden=&quot;true&quot;&gt;\n                        &lt;svg class=&quot;w-3 h-3 md:w-4 h-4&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;4&quot; d=&quot;M5 13l4 4L19 7&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\n                    &lt;/div&gt;\n                    &lt;p class=&quot;text-base md:text-lg lg:text-xl leading-snug font-bold&quot;&gt;Flexible Laufzeiten. Online kündbar.&lt;/p&gt;\n                &lt;/section&gt;\n\n            &lt;/article&gt;\n        &lt;/div&gt;\n    &lt;/main&gt;\n\n    &lt;!-- Zitat Section --&gt;\n    &lt;section class=&quot;max-w-4xl mx-auto w-full px-5 py-12 md:px-16 md:py-24&quot;&gt;\n        &lt;div class=&quot;flex flex-col items-center text-center space-y-8 md:space-y-12 w-full&quot;&gt;\n\n            &lt;header class=&quot;flex flex-col items-center&quot;&gt;\n                &lt;div class=&quot;orange-line&quot;&gt;&lt;/div&gt;\n                &lt;h2 class=&quot;text-3xl md:text-5xl lg:text-6xl font-extrabold text-black leading-tight&quot;&gt;\n                    Das sagen andere über uns\n                &lt;/h2&gt;\n            &lt;/header&gt;\n\n            &lt;div class=&quot;flex flex-col items-center w-full max-w-3xl mx-auto&quot;&gt;\n                &lt;svg class=&quot;custom-quote-icon&quot; viewBox=&quot;0 0 100 80&quot; fill=&quot;currentColor&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;\n                    &lt;path d=&quot;M0 40C0 17.9086 17.9086 0 40 0V20C28.9543 20 20 28.9543 20 40H40V80H0V40Z&quot; /&gt;\n                    &lt;path d=&quot;M60 40C60 17.9086 77.9086 0 98 0V20C86.9543 20 78 28.9543 78 40H98V80H60V40Z&quot; /&gt;\n                &lt;/svg&gt;\n\n                &lt;blockquote class=&quot;text-center&quot;&gt;\n                    &lt;p class=&quot;font-garamond italic text-2xl md:text-4xl lg:text-4.5xl text-black leading-tight md:leading-snug mb-8&quot;&gt;\n                        „Im Grunde genommen wird man als Abonnent des PLATOW Briefs dreimal pro Woche zu einer Mahlzeit eingeladen. Aber: Man weiß immer erst beim Griff zum Besteck, ob man nicht diesmal vielleicht selbst die Mahlzeit ist.&quot;\n&lt;/p&gt;\n                    &lt;footer class=&quot;flex flex-col items-center&quot;&gt;\n                        &lt;div class=&quot;flex items-center space-x-3&quot;&gt;\n                            &lt;span class=&quot;h-px w-6 md:w-10 bg-gray-300&quot;&gt;&lt;/span&gt;\n                            &lt;cite class=&quot;not-italic font-bold text-sm md:text-base uppercase tracking-wider text-black&quot;&gt;Uwe Fröhlich&lt;/cite&gt;\n                            &lt;span class=&quot;h-px w-6 md:w-10 bg-gray-300&quot;&gt;&lt;/span&gt;\n                        &lt;/div&gt;\n                        &lt;p class=&quot;text-xs md:text-sm text-gray-500 mt-2&quot;&gt;ehemaliger Co-Vorstandsvorsitzender der DZ Bank AG, anlässlich des 75. Jubiläums des PLATOW Brief&lt;/p&gt;                    &lt;/footer&gt;\n                &lt;/blockquote&gt;\n            &lt;/div&gt;\n\n        &lt;/div&gt;\n    &lt;/section&gt;\n\n    &lt;!-- Unternehmenslizenzen Section --&gt;\n    &lt;section class=&quot;max-w-5xl mx-auto w-full px-6 py-12 md:px-16 md:py-24&quot;&gt;\n        &lt;div class=&quot;flex flex-col items-center text-center w-full bg-white&quot;&gt;\n\n            &lt;header class=&quot;flex flex-col items-center mb-6 md:mb-10&quot;&gt;\n                &lt;div class=&quot;orange-line&quot;&gt;&lt;/div&gt;\n                &lt;h2 class=&quot;text-3xl md:text-5xl lg:text-6xl font-extrabold text-black leading-tight&quot;&gt;\n                    PLATOW Corporate Abo\n                &lt;/h2&gt;\n            &lt;/header&gt;\n\n            &lt;p class=&quot;text-base md:text-2xl text-black mb-10 md:mb-14 max-w-3xl leading-relaxed&quot;&gt;\n                Sichern Sie Ihrem Institut den entscheidenden Informationsvorsprung. Ob Abteilung oder gesamtes Unternehmen – profitieren Sie von exklusiven Konditionen und &lt;strong&gt;attraktiven Mengenrabatten&lt;/strong&gt;, die bereits &lt;strong&gt;ab 3 Nutzerlizenzen&lt;/strong&gt; greifen.\n            &lt;/p&gt;\n\n            &lt;a href=&quot;https://abo.platow.de/der-platow-brief/corporate-abo/&quot; target=&quot;_blank&quot; rel=&quot;noopener noreferrer&quot; class=&quot;cta-button text-base md:text-xl&quot;&gt;\n                Angebot anfordern\n&lt;/a&gt;\n\n            &lt;p class=&quot;mt-10 text-xs md:text-sm text-black opacity-80&quot;&gt;\n                Kontakt: &lt;span class=&quot;font-bold text-black&quot;&gt;kundenservice@platow.de&lt;/span&gt;\n            &lt;/p&gt;\n        &lt;/div&gt;\n    &lt;/section&gt;\n\n    &lt;!-- FAQ Section --&gt;\n    &lt;section class=&quot;max-w-4xl mx-auto w-full px-5 py-12 md:px-16 md:py-24&quot;&gt;\n        &lt;div class=&quot;flex flex-col items-center text-center space-y-12 w-full&quot;&gt;\n\n            &lt;header class=&quot;flex flex-col items-center&quot;&gt;\n                &lt;div class=&quot;orange-line&quot;&gt;&lt;/div&gt;\n                &lt;h2 class=&quot;text-3xl md:text-5xl lg:text-6xl font-extrabold text-black leading-tight&quot;&gt;\n                    Häufige Fragen\n                &lt;/h2&gt;\n            &lt;/header&gt;\n\n            &lt;div class=&quot;w-full max-w-3xl mx-auto space-y-4 text-left&quot;&gt;\n\n                &lt;div class=&quot;faq-item&quot;&gt;\n                    &lt;div class=&quot;faq-question&quot; onclick=&quot;toggleFaq(this)&quot;&gt;\n                        &lt;span class=&quot;font-bold text-base md:text-lg text-black&quot;&gt;Was erwartet mich im PLATOW Brief?&lt;/span&gt;\n                        &lt;svg class=&quot;faq-icon w-5 h-5&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M19 9l-7 7-7-7&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\n                    &lt;/div&gt;\n                    &lt;div class=&quot;faq-answer&quot;&gt;\n                        &lt;p&gt;DER PLATOW Brief ist ein digitales Briefing mit klarem Fokus auf die Entwicklungen der deutschen Finanzbranche. Unsere Recherchen konzentrieren sich auf die Entscheider der Banken und Versicherungen, Teilnehmer am Immobilienmarkt sowie das Asset Management. Die Ausgaben erscheinen 3x wöchentlich (dienstags, donnerstags und freitags) per Mail.&lt;/p&gt;\n                    &lt;/div&gt;\n                &lt;/div&gt;\n\n                &lt;div class=&quot;faq-item&quot;&gt;\n                    &lt;div class=&quot;faq-question&quot; onclick=&quot;toggleFaq(this)&quot;&gt;\n                        &lt;span class=&quot;font-bold text-base md:text-lg text-black&quot;&gt;Was beinhaltet das Kombi-Abo?&lt;/span&gt;\n                        &lt;svg class=&quot;faq-icon w-5 h-5&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M19 9l-7 7-7-7&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\n                    &lt;/div&gt;\n                    &lt;div class=&quot;faq-answer&quot;&gt;\n                        &lt;p&gt;Das Kombi-Abo vereint den PLATOW Brief und die PLATOW Börse. Die PLATOW Börse ergänzt das Paket mit fundierten Aktienanalysen zu deutschen, europäischen und US-Werten sowie dem Musterdepot, das wir seit 1996 führen.&lt;/p&gt;\n                    &lt;/div&gt;\n                &lt;/div&gt;\n\n                &lt;div class=&quot;faq-item&quot;&gt;\n                    &lt;div class=&quot;faq-question&quot; onclick=&quot;toggleFaq(this)&quot;&gt;\n                        &lt;span class=&quot;font-bold text-base md:text-lg text-black&quot;&gt;Kann ich das Abo auf meinem Tablet oder Smartphone lesen?&lt;/span&gt;\n                        &lt;svg class=&quot;faq-icon w-5 h-5&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M19 9l-7 7-7-7&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\n                    &lt;/div&gt;\n                    &lt;div class=&quot;faq-answer&quot;&gt;\n                        &lt;p&gt;Ja, unser Angebot ist vollständig mobil optimiert. Sie können alle Inhalte bequem auf Ihrem Smartphone, Tablet oder Desktop-Computer abrufen.&lt;/p&gt;\n                    &lt;/div&gt;\n                &lt;/div&gt;\n\n                &lt;div class=&quot;faq-item&quot;&gt;\n                    &lt;div class=&quot;faq-question&quot; onclick=&quot;toggleFaq(this)&quot;&gt;\n                        &lt;span class=&quot;font-bold text-base md:text-lg text-black&quot;&gt;Kann ich mein Abo kündigen?&lt;/span&gt;\n                        &lt;svg class=&quot;faq-icon w-5 h-5&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M19 9l-7 7-7-7&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\n                    &lt;/div&gt;\n                    &lt;div class=&quot;faq-answer&quot;&gt;\n                        &lt;p&gt;Ja, Sie können die Kündigung ganz bequem online über Ihr Benutzerprofil tätigen. Die Kündigungsfrist von Abonnements beträgt 4 Wochen zum Ende des ersten Bezugszeitraums. Abonnements mit Mindestlaufzeit wandeln sich nach Ablauf der Mindestlaufzeit in reguläre unbefristete Abonnements um. Unbefristete Abonnements können jederzeit mit einer Frist von einem Monat gekündigt werden.&lt;/p&gt;\n                    &lt;/div&gt;\n                &lt;/div&gt;\n\n                &lt;div class=&quot;faq-item&quot;&gt;\n                    &lt;div class=&quot;faq-question&quot; onclick=&quot;toggleFaq(this)&quot;&gt;\n                        &lt;span class=&quot;font-bold text-base md:text-lg text-black&quot;&gt;Gibt es Angebote für Unternehmen?&lt;/span&gt;\n                        &lt;svg class=&quot;faq-icon w-5 h-5&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M19 9l-7 7-7-7&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\n                    &lt;/div&gt;\n                    &lt;div class=&quot;faq-answer&quot;&gt;\n                        &lt;p&gt;Als Unternehmen haben Sie die Möglichkeiten mehrere Lizenzen zu bestellen. Bereits ab 3 Benutzerlizenzen erhalten Sie 10% Rabatt. Sprechen Sie uns direkt an: &lt;span class=&quot;font-semibold text-black&quot;&gt;kundenservice@platow.de&lt;/span&gt;&lt;/p&gt;\n                    &lt;/div&gt;\n                &lt;/div&gt;\n\n                &lt;div class=&quot;faq-item&quot;&gt;\n                    &lt;div class=&quot;faq-question&quot; onclick=&quot;toggleFaq(this)&quot;&gt;\n                        &lt;span class=&quot;font-bold text-base md:text-lg text-black&quot;&gt;Gibt es Angebote für Rentner und Auszubildende?&lt;/span&gt;\n                        &lt;svg class=&quot;faq-icon w-5 h-5&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M19 9l-7 7-7-7&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\n                    &lt;/div&gt;\n                    &lt;div class=&quot;faq-answer&quot;&gt;\n                        &lt;p&gt;Auszubildende, Studenten und Rentner erhalten bei entsprechendem Nachweis 30% Rabatt. Bitte wenden Sie sich an &lt;span class=&quot;font-semibold text-black&quot;&gt;kundenservice@platow.de&lt;/span&gt;&lt;/p&gt;\n                    &lt;/div&gt;\n                &lt;/div&gt;\n\n                &lt;div class=&quot;faq-item&quot;&gt;\n                    &lt;div class=&quot;faq-question&quot; onclick=&quot;toggleFaq(this)&quot;&gt;\n                        &lt;span class=&quot;font-bold text-base md:text-lg text-black&quot;&gt;Welche Zahlarten gibt es?&lt;/span&gt;\n                        &lt;svg class=&quot;faq-icon w-5 h-5&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M19 9l-7 7-7-7&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\n                    &lt;/div&gt;\n                    &lt;div class=&quot;faq-answer&quot;&gt;\n                        &lt;p&gt;Mit folgenden Zahlungsmethoden können Sie Ihr Abonnement bezahlen: SEPA-Lastschrift, Kreditkarte und PayPal. Eine Bezahlung per Rechnung ist nur bei Mehrlizenzen oder auf Anfrage möglich.&lt;/p&gt;\n                    &lt;/div&gt;\n                &lt;/div&gt;\n\n                &lt;div class=&quot;faq-item&quot;&gt;\n                    &lt;div class=&quot;faq-question&quot; onclick=&quot;toggleFaq(this)&quot;&gt;\n                        &lt;span class=&quot;font-bold text-base md:text-lg text-black&quot;&gt;Ich habe ein PLATOW Abo abgeschlossen. Wie kann ich mich einloggen?&lt;/span&gt;\n                        &lt;svg class=&quot;faq-icon w-5 h-5&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M19 9l-7 7-7-7&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\n                    &lt;/div&gt;\n                    &lt;div class=&quot;faq-answer&quot;&gt;\n                        &lt;p&gt;Für uneingeschränkten Zugriff auf alle zahlungspflichtigen Inhalte melden Sie sich bitte direkt auf unserer Website an.&lt;/p&gt;\n                    &lt;/div&gt;\n                &lt;/div&gt;\n\n                &lt;div class=&quot;faq-item&quot;&gt;\n                    &lt;div class=&quot;faq-question&quot; onclick=&quot;toggleFaq(this)&quot;&gt;\n                        &lt;span class=&quot;font-bold text-base md:text-lg text-black&quot;&gt;Wie kann ich den Kundenservice erreichen?&lt;/span&gt;\n                        &lt;svg class=&quot;faq-icon w-5 h-5&quot; fill=&quot;none&quot; stroke=&quot;currentColor&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot; stroke-width=&quot;2&quot; d=&quot;M19 9l-7 7-7-7&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\n                    &lt;/div&gt;\n                    &lt;div class=&quot;faq-answer&quot;&gt;\n                        &lt;p&gt;Unser Kundenservice steht Ihnen gerne per E-Mail: &lt;span class=&quot;font-semibold text-black&quot;&gt;kundenservice@platow.de&lt;/span&gt; zur Verfügung.&lt;/p&gt;\n                    &lt;/div&gt;\n                &lt;/div&gt;\n\n            &lt;/div&gt;\n        &lt;/div&gt;\n    &lt;/section&gt;\n\n    &lt;script&gt;\n        function toggleFaq(element) {\n            const item = element.parentElement;\n            document.querySelectorAll(&#39;.faq-item&#39;).forEach(el =&gt; {\n                if (el !== item) el.classList.remove(&#39;active&#39;);\n            });\n            item.classList.toggle(&#39;active&#39;);\n        }\n    &lt;/script&gt;\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},"categoryId":"61af39fa0ff35780165e4faa","sectionId":"65eb072f9671ba48e6c8390b","campaignId":"69ea31161511f01e60acb573","components":[],"allowedChildSections":[],"pageId":"69ea31502b88e3541d56c500","companyId":"686d27f5bc21cb003b3f6102","componentType":"embed","createdAt":"2026-05-28T13:28:07.949Z","updatedAt":"2026-05-29T15:16:04.262Z","__v":0}],"isResultPage":false,"animation":"none","theme":{"_id":"5d5b04db87f853001d0c7c84","updatedAt":"2019-09-03T18:32:44.077Z","createdAt":"2019-08-19T20:21:47.082Z","name":"Perspective","typography":"Roboto:300,700","fontColor":"#000000","backgroundColor":"#ffffff","formFieldBackgroundColor":"#007aff","buttonBackgroundColor":"#0080FF","image":"https://perspective.imgix.net/assets/app/themes/perspective.png","type":"theme","__v":0,"transition":"default"},"themeV2":{"typography":"Roboto:300,700","fontColor":"#000000","backgroundColor":"#ffffff","formFieldBackgroundColor":"#007aff","buttonBackgroundColor":"#0080FF","borderRadius":"small","transition":"default"},"fields":[],"cookiesEnabled":false,"language":"de","showProgressBar":false,"showAffiliateBadge":false,"affiliateLink":"","resultMapping":{},"nextPage":"6a18399574ade398bee3966a","sortedPages":["69ea31502b88e3541d56c500","6a18399574ade398bee3966a"],"hasResultPages":true,"resultPages":["69ea31171511f01e60acb5aa"],"isHomePage":true,"isLastPage":false,"firstResultPage":"69ea31171511f01e60acb5aa","headScript":"","bodyScript":"","trackingProperties":[],"automaticRedirect":null,"inputMap":{"byComponent":{},"byName":{}},"pageIdSlugMap":{"69ea31171511f01e60acb5aa":"thanks","69ea31502b88e3541d56c500":"page_7z4t6b","6a18399574ade398bee3966a":"corporate-abo"},"context":{"slug":"der-platow-brief","trackingVersion":"v4","url":"https://abo.platow.de/der-platow-brief/","domain":"abo.platow.de"}}