
Danke für deine Anmeldung
{"uuid":"a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be","provider":"wsw-nova","model":"sirius","image_strategy":"ai_self_select","image_quality":null,"image_size":null,"image_aspect_ratio":null,"use_website_data":false,"html":"<style>\n #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be {\n font-family: inherit;\n box-sizing: border-box;\n background: transparent;\n padding: clamp(2rem, 6vw, 5rem) clamp(1rem, 4vw, 2rem);\n }\n #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be *,\n #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be *::before,\n #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be *::after {\n box-sizing: inherit;\n }\n\n #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .thankyou-wrapper {\n max-width: 720px;\n margin: 0 auto;\n text-align: center;\n }\n\n /* Checkmark circle */\n #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .check-circle {\n width: 96px;\n height: 96px;\n border-radius: 50%;\n background-color: var(--wsw-color-accent, #66002b);\n display: flex;\n align-items: center;\n justify-content: center;\n margin: 0 auto 2rem;\n opacity: 0;\n transform: scale(0.5);\n animation: wsw-popIn2 0.6s ease-out 0.2s forwards;\n }\n #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .check-circle svg {\n width: 48px;\n height: 48px;\n stroke: var(--wsw-color-white, #fff);\n stroke-width: 3;\n fill: none;\n stroke-linecap: round;\n stroke-linejoin: round;\n stroke-dasharray: 60;\n stroke-dashoffset: 60;\n animation: wsw-drawCheck2 0.5s ease-out 0.7s forwards;\n }\n\n @keyframes wsw-popIn2 {\n to { opacity: 1; transform: scale(1); }\n }\n @keyframes wsw-drawCheck2 {\n to { stroke-dashoffset: 0; }\n }\n\n #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .thankyou-heading {\n color: var(--wsw-color-black, #383838);\n margin: 0 0 1rem;\n }\n #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .thankyou-sub {\n color: var(--wsw-color-dark, #949494);\n margin: 0 0 3rem;\n max-width: 560px;\n margin-left: auto;\n margin-right: auto;\n line-height: 1.6;\n }\n\n /* Steps */\n #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .steps {\n display: flex;\n align-items: flex-start;\n justify-content: center;\n gap: 0;\n margin: 0 auto 3rem;\n max-width: 640px;\n }\n\n #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .step {\n display: flex;\n flex-direction: column;\n align-items: center;\n flex: 1;\n position: relative;\n padding: 0 0.5rem;\n }\n\n #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .step-icon {\n width: 72px;\n height: 72px;\n border-radius: 50%;\n display: flex;\n align-items: center;\n justify-content: center;\n margin-bottom: 1rem;\n position: relative;\n z-index: 1;\n transition: transform 0.2s ease-out;\n }\n #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .step-icon svg {\n width: 32px;\n height: 32px;\n fill: none;\n stroke-width: 2;\n stroke-linecap: round;\n stroke-linejoin: round;\n }\n\n #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .step--done .step-icon {\n background-color: var(--wsw-color-accent, #66002b);\n }\n #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .step--done .step-icon svg {\n stroke: var(--wsw-color-white, #fff);\n }\n\n #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .step-label {\n font-weight: 500;\n color: var(--wsw-color-black, #383838);\n margin-bottom: 0.25rem;\n }\n #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .step-desc {\n color: var(--wsw-color-dark, #949494);\n font-size: 0.9rem;\n line-height: 1.4;\n }\n\n /* Connector lines */\n #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .connector {\n flex: 0 0 auto;\n width: 60px;\n display: flex;\n align-items: center;\n justify-content: center;\n padding-top: 34px;\n }\n #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .connector-line {\n width: 100%;\n height: 3px;\n border-radius: 2px;\n }\n #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .connector--done .connector-line {\n background-color: var(--wsw-color-accent, #66002b);\n }\n\n /* Info box */\n #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .info-box {\n background-color: var(--wsw-color-light, #eeedeb);\n border-left: 4px solid var(--wsw-color-accent, #66002b);\n border-radius: 8px;\n padding: 1.5rem 2rem;\n text-align: left;\n max-width: 560px;\n margin: 0 auto 2.5rem;\n display: flex;\n align-items: flex-start;\n gap: 1rem;\n }\n #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .info-box-icon {\n flex-shrink: 0;\n width: 28px;\n height: 28px;\n margin-top: 2px;\n }\n #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .info-box-icon svg {\n width: 28px;\n height: 28px;\n fill: none;\n stroke: var(--wsw-color-accent, #66002b);\n stroke-width: 2;\n stroke-linecap: round;\n stroke-linejoin: round;\n }\n #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .info-box-text {\n color: var(--wsw-color-black, #383838);\n line-height: 1.6;\n }\n #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .info-box-text strong {\n color: var(--wsw-color-accent, #66002b);\n }\n\n /* Details list */\n #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .details-list {\n list-style: none;\n padding: 0;\n margin: 0 auto 2.5rem;\n max-width: 480px;\n text-align: left;\n }\n #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .details-list li {\n display: flex;\n align-items: flex-start;\n gap: 0.75rem;\n padding: 0.75rem 0;\n border-bottom: 1px solid var(--wsw-color-light, #eeedeb);\n color: var(--wsw-color-black, #383838);\n line-height: 1.5;\n }\n #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .details-list li:last-child {\n border-bottom: none;\n }\n #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .details-list-icon {\n flex-shrink: 0;\n width: 22px;\n height: 22px;\n margin-top: 2px;\n }\n #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .details-list-icon svg {\n width: 22px;\n height: 22px;\n fill: none;\n stroke: var(--wsw-color-accent, #66002b);\n stroke-width: 2;\n stroke-linecap: round;\n stroke-linejoin: round;\n }\n\n /* Hint text */\n #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .hint-text {\n color: var(--wsw-color-dark, #949494);\n font-size: 0.9rem;\n line-height: 1.5;\n max-width: 480px;\n margin: 0 auto;\n }\n\n /* Dark theme overrides */\n section.wsw-theme-d #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .thankyou-heading,\n section.wsw-theme-db #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .thankyou-heading,\n section.wsw-theme-b #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .thankyou-heading,\n section.wsw-theme-bb #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .thankyou-heading {\n color: var(--wsw-color-white, #fff);\n }\n section.wsw-theme-d #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .thankyou-sub,\n section.wsw-theme-db #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .thankyou-sub,\n section.wsw-theme-b #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .thankyou-sub,\n section.wsw-theme-bb #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .thankyou-sub {\n color: var(--wsw-color-light, #eeedeb);\n }\n section.wsw-theme-d #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .step-label,\n section.wsw-theme-db #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .step-label,\n section.wsw-theme-b #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .step-label,\n section.wsw-theme-bb #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .step-label {\n color: var(--wsw-color-white, #fff);\n }\n section.wsw-theme-d #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .step-desc,\n section.wsw-theme-db #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .step-desc,\n section.wsw-theme-b #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .step-desc,\n section.wsw-theme-bb #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .step-desc {\n color: var(--wsw-color-light, #eeedeb);\n }\n section.wsw-theme-d #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .info-box,\n section.wsw-theme-db #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .info-box,\n section.wsw-theme-b #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .info-box,\n section.wsw-theme-bb #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .info-box {\n background-color: rgba(255, 255, 255, 0.08);\n }\n section.wsw-theme-d #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .info-box-text,\n section.wsw-theme-db #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .info-box-text,\n section.wsw-theme-b #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .info-box-text,\n section.wsw-theme-bb #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .info-box-text {\n color: var(--wsw-color-light, #eeedeb);\n }\n section.wsw-theme-d #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .info-box-text strong,\n section.wsw-theme-db #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .info-box-text strong,\n section.wsw-theme-b #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .info-box-text strong,\n section.wsw-theme-bb #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .info-box-text strong {\n color: var(--wsw-color-white, #fff);\n }\n section.wsw-theme-d #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .info-box-icon svg,\n section.wsw-theme-db #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .info-box-icon svg,\n section.wsw-theme-b #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .info-box-icon svg,\n section.wsw-theme-bb #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .info-box-icon svg {\n stroke: var(--wsw-color-light, #eeedeb);\n }\n section.wsw-theme-d #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .details-list li,\n section.wsw-theme-db #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .details-list li,\n section.wsw-theme-b #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .details-list li,\n section.wsw-theme-bb #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .details-list li {\n color: var(--wsw-color-light, #eeedeb);\n border-bottom-color: rgba(255, 255, 255, 0.1);\n }\n section.wsw-theme-d #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .details-list-icon svg,\n section.wsw-theme-db #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .details-list-icon svg,\n section.wsw-theme-b #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .details-list-icon svg,\n section.wsw-theme-bb #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .details-list-icon svg {\n stroke: var(--wsw-color-light, #eeedeb);\n }\n section.wsw-theme-d #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .hint-text,\n section.wsw-theme-db #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .hint-text,\n section.wsw-theme-b #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .hint-text,\n section.wsw-theme-bb #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .hint-text {\n color: var(--wsw-color-light, #eeedeb);\n }\n\n /* Accent theme */\n section.wsw-theme-a #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .thankyou-heading,\n section.wsw-theme-a #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .step-label,\n section.wsw-theme-a #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .info-box-text {\n color: var(--wsw-color-white, #fff);\n }\n section.wsw-theme-a #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .thankyou-sub,\n section.wsw-theme-a #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .step-desc,\n section.wsw-theme-a #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .hint-text {\n color: rgba(255, 255, 255, 0.75);\n }\n section.wsw-theme-a #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .check-circle {\n background-color: var(--wsw-color-white, #fff);\n }\n section.wsw-theme-a #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .check-circle svg {\n stroke: var(--wsw-color-accent, #66002b);\n }\n section.wsw-theme-a #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .step--done .step-icon {\n background-color: var(--wsw-color-white, #fff);\n }\n section.wsw-theme-a #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .step--done .step-icon svg {\n stroke: var(--wsw-color-accent, #66002b);\n }\n section.wsw-theme-a #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .info-box {\n background-color: rgba(255, 255, 255, 0.12);\n border-left-color: var(--wsw-color-white, #fff);\n }\n section.wsw-theme-a #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .info-box-icon svg {\n stroke: var(--wsw-color-white, #fff);\n }\n section.wsw-theme-a #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .info-box-text strong {\n color: var(--wsw-color-white, #fff);\n }\n section.wsw-theme-a #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .connector--done .connector-line {\n background-color: var(--wsw-color-white, #fff);\n }\n section.wsw-theme-a #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .details-list li {\n color: var(--wsw-color-white, #fff);\n border-bottom-color: rgba(255, 255, 255, 0.15);\n }\n section.wsw-theme-a #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .details-list-icon svg {\n stroke: var(--wsw-color-white, #fff);\n }\n\n /* Mobile */\n @media (max-width: 768px) {\n #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .steps {\n flex-direction: column;\n align-items: center;\n gap: 0;\n }\n #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .connector {\n width: auto;\n height: 40px;\n padding-top: 0;\n }\n #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .connector-line {\n width: 3px !important;\n height: 100%;\n }\n #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .step {\n padding: 0;\n }\n #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be .info-box {\n padding: 1.25rem 1.25rem;\n }\n }\n\n @media (prefers-reduced-motion: reduce) {\n #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be *,\n #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be *::before,\n #wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be *::after {\n transition-duration: 0.01ms !important;\n animation-duration: 0.01ms !important;\n }\n }\n</style>\n\n<div id=\"wsw-snippet-a0dcbd3e-0d7f-4b15-b116-0fcd7573d1be\">\n <div class=\"thankyou-wrapper\">\n\n <!-- Animated Checkmark -->\n <div class=\"check-circle\" aria-hidden=\"true\">\n <svg viewBox=\"0 0 24 24\">\n <polyline points=\"6 12 10 16 18 8\"></polyline>\n </svg>\n </div>\n\n <h2 class=\"thankyou-heading\">Deine Anmeldung ist bestätigt!</h2>\n <span class=\"thankyou-sub\">Perfekt — du hast deine E-Mail-Adresse erfolgreich bestätigt und bist nun vollständig für das Webinar angemeldet.</span>\n\n <!-- 3-Step Visual Process — all done -->\n <div class=\"steps\" role=\"list\" aria-label=\"Anmeldeschritte\">\n\n <!-- Step 1: Done -->\n <div class=\"step step--done\" role=\"listitem\">\n <div class=\"step-icon\" aria-hidden=\"true\">\n <svg viewBox=\"0 0 24 24\"><polyline points=\"6 12 10 16 18 8\"></polyline></svg>\n </div>\n <span class=\"step-label\">Eintragung</span>\n <span class=\"step-desc\">Erledigt ✓</span>\n </div>\n\n <!-- Connector -->\n <div class=\"connector connector--done\" aria-hidden=\"true\">\n <div class=\"connector-line\"></div>\n </div>\n\n <!-- Step 2: Done -->\n <div class=\"step step--done\" role=\"listitem\">\n <div class=\"step-icon\" aria-hidden=\"true\">\n <svg viewBox=\"0 0 24 24\"><polyline points=\"6 12 10 16 18 8\"></polyline></svg>\n </div>\n <span class=\"step-label\">E-Mail bestätigt</span>\n <span class=\"step-desc\">Erledigt ✓</span>\n </div>\n\n <!-- Connector -->\n <div class=\"connector connector--done\" aria-hidden=\"true\">\n <div class=\"connector-line\"></div>\n </div>\n\n <!-- Step 3: Done -->\n <div class=\"step step--done\" role=\"listitem\">\n <div class=\"step-icon\" aria-hidden=\"true\">\n <svg viewBox=\"0 0 24 24\"><polyline points=\"6 12 10 16 18 8\"></polyline></svg>\n </div>\n <span class=\"step-label\">Webinar-Zugang</span>\n <span class=\"step-desc\">Erledigt ✓</span>\n </div>\n\n </div>\n\n <!-- Info Box -->\n <div class=\"info-box\" role=\"status\">\n <div class=\"info-box-icon\" aria-hidden=\"true\">\n <svg viewBox=\"0 0 24 24\">\n <path d=\"M22 12A10 10 0 1 1 12 2a10 10 0 0 1 10 10z\"></path>\n <line x1=\"12\" y1=\"16\" x2=\"12\" y2=\"12\"></line>\n <line x1=\"12\" y1=\"8\" x2=\"12.01\" y2=\"8\"></line>\n </svg>\n </div>\n <div class=\"info-box-text\">\n <strong>Dein Webinar-Zugang:</strong> Wir senden dir in Kürze eine E-Mail mit allen Informationen zum Webinar — einschließlich Datum, Uhrzeit und deinem persönlichen Zugangslink. Bitte halte dein Postfach im Auge.\n </div>\n </div>\n\n <!-- What to expect -->\n <ul class=\"details-list\">\n <li>\n <div class=\"details-list-icon\" aria-hidden=\"true\">\n <svg viewBox=\"0 0 24 24\">\n <rect x=\"3\" y=\"4\" width=\"18\" height=\"18\" rx=\"2\"></rect>\n <line x1=\"16\" y1=\"2\" x2=\"16\" y2=\"6\"></line>\n <line x1=\"8\" y1=\"2\" x2=\"8\" y2=\"6\"></line>\n <line x1=\"3\" y1=\"10\" x2=\"21\" y2=\"10\"></line>\n </svg>\n </div>\n <span>Datum und Uhrzeit des Webinars findest du in der kommenden E-Mail</span>\n </li>\n <li>\n <div class=\"details-list-icon\" aria-hidden=\"true\">\n <svg viewBox=\"0 0 24 24\">\n <path d=\"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71\"></path>\n <path d=\"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71\"></path>\n </svg>\n </div>\n <span>Dein persönlicher Zugangslink wird dir per E-Mail zugeschickt</span>\n </li>\n <li>\n <div class=\"details-list-icon\" aria-hidden=\"true\">\n <svg viewBox=\"0 0 24 24\">\n <path d=\"M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9\"></path>\n <path d=\"M13.73 21a2 2 0 0 1-3.46 0\"></path>\n </svg>\n </div>\n <span>Kurz vor dem Webinar erhältst du eine Erinnerung</span>\n </li>\n </ul>\n\n <span class=\"hint-text\">Du hast Fragen? Antworte einfach auf eine unserer E-Mails — wir helfen dir gerne weiter.</span>\n\n </div>\n</div>","summary":null,"version":3,"inserted_version":3,"total_cost":1.55778469,"total_messages_sent":3,"summarized_at_total":0}
Deine Anmeldung ist bestätigt!
Perfekt — du hast deine E-Mail-Adresse erfolgreich bestätigt und bist nun vollständig für das Webinar angemeldet.
Dein Webinar-Zugang: Wir senden dir in Kürze eine E-Mail mit allen Informationen zum Webinar — einschließlich Datum, Uhrzeit und deinem persönlichen Zugangslink. Bitte halte dein Postfach im Auge.
-
Datum und Uhrzeit des Webinars findest du in der kommenden E-Mail
-
Dein persönlicher Zugangslink wird dir per E-Mail zugeschickt
-
Kurz vor dem Webinar erhältst du eine Erinnerung