{"campaignId":"68e769e6121ea1003c64eb95","campaignVersionId":"6a1581c8a3b691d3b0fa8162","companyId":"61b064d7c297240b514318ad","pageId":"68e769e6121ea1003c64ebe1","pageName":"Erfahrung","pageSlug":"startseite","tag":"landing","components":[{"_id":"6a154fda4f787b51fe577e29","type":"component","isTemplate":false,"name":"embed","content":{"body":"&lt;html&gt;&lt;head&gt;&lt;style&gt;\n\n*, ::before, ::after { box-sizing: border-box; margin: 0; padding: 0; }\n\nbody {\n  font-family: &#39;Helvetica Neue&#39;, Helvetica, Arial, sans-serif;\n  background: transparent;\n  -webkit-font-smoothing: antialiased;\n}\n\n/* ── Card ────────────────────────────────── */\n.h {\n  background: #1a9aaa;\n  border-radius: 0;\n  padding: 32px 28px 28px;\n  display: flex;\n  flex-direction: column;\n  align-items: flex-start;\n  text-align: left;\n  gap: 16px;\n  max-width: 480px;\n  margin: 0 auto;\n}\n\n/* ── Eyebrow ─────────────────────────────── */\n.h-eyebrow {\n  display: inline-flex;\n  align-items: center;\n  gap: 7px;\n  background: rgba(255,255,255,0.12);\n  color: rgba(255,255,255,0.85);\n  font-size: 10.5px;\n  font-weight: 600;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  padding: 5px 12px;\n  border-radius: 999px;\n  opacity: 0;\n  animation: fade-in 0.4s ease-out 0.1s forwards;\n}\n.h-dot {\n  width: 5px; height: 5px;\n  border-radius: 50%;\n  background: rgba(255,255,255,0.6);\n  animation: blink 2.4s ease-in-out 1s infinite;\n}\n@keyframes blink {\n  0%,100% { opacity: 0.6; }\n  50%     { opacity: 0.2; }\n}\n\n/* ── Headline ────────────────────────────── */\n.h-title {\n  font-size: 32px;\n  font-weight: 700;\n  line-height: 1.1;\n  letter-spacing: -0.025em;\n  color: #fff;\n  max-width: 360px;\n}\n.h-title .w {\n  display: inline-block;\n  opacity: 0;\n  transform: translateY(6px);\n  animation: word-in 0.4s cubic-bezier(0.16,1,0.3,1) forwards;\n}\n.h-title .w:nth-child(1)  { animation-delay: 0.22s; }\n.h-title .w:nth-child(2)  { animation-delay: 0.30s; }\n.h-title .w:nth-child(3)  { animation-delay: 0.38s; }\n.h-title .w:nth-child(4)  { animation-delay: 0.46s; }\n.h-title .w:nth-child(5)  { animation-delay: 0.54s; }\n.h-title .w:nth-child(6)  { animation-delay: 0.62s; }\n@keyframes word-in {\n  to { opacity: 1; transform: translateY(0); }\n}\n\n/* ── Subtitle ────────────────────────────── */\n.h-sub {\n  font-size: 13.5px;\n  font-weight: 400;\n  color: rgba(255,255,255,0.65);\n  line-height: 1.6;\n  max-width: 340px;\n  opacity: 0;\n  animation: fade-in 0.4s ease-out 0.72s forwards;\n}\n\n/* ── Divider ─────────────────────────────── */\n.h-divider {\n  width: 100%;\n  height: 1px;\n  background: rgba(255,255,255,0.1);\n  opacity: 0;\n  animation: fade-in 0.3s ease-out 0.8s forwards;\n}\n\n/* ── Benefits ────────────────────────────── */\n.h-benefits {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 7px;\n}\n.h-tag {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  background: rgba(255,255,255,0.1);\n  border-radius: 999px;\n  padding: 6px 13px 6px 9px;\n  font-size: 12px;\n  font-weight: 500;\n  color: #fff;\n  opacity: 0;\n  transform: translateX(-6px);\n}\n.h-tag:nth-child(1) { animation: tag-in 0.35s cubic-bezier(0.16,1,0.3,1) 0.85s forwards; }\n.h-tag:nth-child(2) { animation: tag-in 0.35s cubic-bezier(0.16,1,0.3,1) 0.95s forwards; }\n.h-tag:nth-child(3) { animation: tag-in 0.35s cubic-bezier(0.16,1,0.3,1) 1.05s forwards; }\n.h-tag:nth-child(4) { animation: tag-in 0.35s cubic-bezier(0.16,1,0.3,1) 1.15s forwards; }\n@keyframes tag-in {\n  to { opacity: 1; transform: translateX(0); }\n}\n.h-tag-icon {\n  width: 14px; height: 14px;\n  border-radius: 50%;\n  background: rgba(255,255,255,0.2);\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  flex: none;\n}\n.h-tag-icon svg { width: 8px; height: 8px; }\n\n/* ── Stats ───────────────────────────────── */\n.h-stats {\n  display: flex;\n  gap: 24px;\n  align-items: center;\n  margin-top: 2px;\n  opacity: 0;\n  animation: fade-in 0.4s ease-out 1.25s forwards;\n}\n.h-stat-item {\n  display: flex;\n  flex-direction: column;\n  gap: 1px;\n}\n.h-stat-num {\n  font-size: 18px;\n  font-weight: 700;\n  color: #fff;\n  letter-spacing: -0.02em;\n  animation: count-pop 0.5s cubic-bezier(0.34,1.5,0.64,1) 1.3s both;\n}\n.h-stat-label {\n  font-size: 10.5px;\n  font-weight: 400;\n  color: rgba(255,255,255,0.5);\n  letter-spacing: 0.03em;\n  text-transform: uppercase;\n}\n.h-stat-sep {\n  width: 1px;\n  height: 24px;\n  background: rgba(255,255,255,0.15);\n}\n@keyframes count-pop {\n  0%   { transform: scale(0.8); opacity: 0; }\n  100% { transform: scale(1);   opacity: 1; }\n}\n\n/* ── Shared ──────────────────────────────── */\n@keyframes fade-in {\n  from { opacity: 0; }\n  to   { opacity: 1; }\n}\n\n&lt;/style&gt;&lt;/head&gt;&lt;body&gt;\n\n&lt;div class=&quot;h&quot;&gt;\n\n  &lt;div class=&quot;h-eyebrow&quot;&gt;\n    &lt;span class=&quot;h-dot&quot;&gt;&lt;/span&gt;\n    Personalvermittlung\n  &lt;/div&gt;\n\n  &lt;h1 class=&quot;h-title&quot;&gt;\n    &lt;span class=&quot;w&quot;&gt;Ihre&lt;/span&gt; &lt;span class=&quot;w&quot;&gt;nächste&lt;/span&gt; &lt;span class=&quot;w&quot;&gt;Führungsposition&lt;/span&gt;&lt;br&gt;\n    &lt;span class=&quot;w&quot;&gt;in&lt;/span&gt; &lt;span class=&quot;w&quot;&gt;der&lt;/span&gt; &lt;span class=&quot;w&quot;&gt;Pflege.&lt;/span&gt;\n  &lt;/h1&gt;\n\n  &lt;p class=&quot;h-sub&quot;&gt;\n    Wir bringen erfahrene Pflegedienstleitungen mit den richtigen Einrichtungen zusammen. Diskret, schnell und auf Augenhöhe.\n  &lt;/p&gt;\n\n  &lt;div class=&quot;h-divider&quot;&gt;&lt;/div&gt;\n\n  &lt;div class=&quot;h-benefits&quot;&gt;\n    &lt;div class=&quot;h-tag&quot;&gt;\n      &lt;span class=&quot;h-tag-icon&quot;&gt;\n        &lt;svg viewBox=&quot;0 0 10 10&quot; fill=&quot;none&quot;&gt;\n          &lt;path d=&quot;M2 5L4 7.5L8 2.5&quot; stroke=&quot;#fff&quot; stroke-width=&quot;1.8&quot; stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot;/&gt;\n        &lt;/svg&gt;\n      &lt;/span&gt;\n      Unbefristet\n    &lt;/div&gt;\n    &lt;div class=&quot;h-tag&quot;&gt;\n      &lt;span class=&quot;h-tag-icon&quot;&gt;\n        &lt;svg viewBox=&quot;0 0 10 10&quot; fill=&quot;none&quot;&gt;\n          &lt;path d=&quot;M2 5L4 7.5L8 2.5&quot; stroke=&quot;#fff&quot; stroke-width=&quot;1.8&quot; stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot;/&gt;\n        &lt;/svg&gt;\n      &lt;/span&gt;\n      Attraktives Gehalt\n    &lt;/div&gt;\n    &lt;div class=&quot;h-tag&quot;&gt;\n      &lt;span class=&quot;h-tag-icon&quot;&gt;\n        &lt;svg viewBox=&quot;0 0 10 10&quot; fill=&quot;none&quot;&gt;\n          &lt;path d=&quot;M2 5L4 7.5L8 2.5&quot; stroke=&quot;#fff&quot; stroke-width=&quot;1.8&quot; stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot;/&gt;\n        &lt;/svg&gt;\n      &lt;/span&gt;\n      Führungsverantwortung\n    &lt;/div&gt;\n    &lt;div class=&quot;h-tag&quot;&gt;\n      &lt;span class=&quot;h-tag-icon&quot;&gt;\n        &lt;svg viewBox=&quot;0 0 10 10&quot; fill=&quot;none&quot;&gt;\n          &lt;path d=&quot;M2 5L4 7.5L8 2.5&quot; stroke=&quot;#fff&quot; stroke-width=&quot;1.8&quot; stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot;/&gt;\n        &lt;/svg&gt;\n      &lt;/span&gt;\n      Bundesweit\n    &lt;/div&gt;\n  &lt;/div&gt;\n\n  &lt;div class=&quot;h-stats&quot;&gt;\n    &lt;div class=&quot;h-stat-item&quot;&gt;\n      &lt;span class=&quot;h-stat-num&quot;&gt;60 Sek.&lt;/span&gt;\n      &lt;span class=&quot;h-stat-label&quot;&gt;bis zur Bewerbung&lt;/span&gt;\n    &lt;/div&gt;\n    &lt;div class=&quot;h-stat-sep&quot;&gt;&lt;/div&gt;\n    &lt;div class=&quot;h-stat-item&quot;&gt;\n      &lt;span class=&quot;h-stat-num&quot;&gt;80+&lt;/span&gt;\n      &lt;span class=&quot;h-stat-label&quot;&gt;offene PDL-Stellen&lt;/span&gt;\n    &lt;/div&gt;\n  &lt;/div&gt;\n\n&lt;/div&gt;\n\n&lt;/body&gt;&lt;/html&gt;","provider":"custom-html","box":{"left":"none","right":"none","top":"none","bottom":"medium"},"framed":false,"isGdprSensitive":false},"categoryId":"5a957843b727462286d2d61e","sectionId":"65eb072f9671ba48e6c83915","campaignId":"68e769e6121ea1003c64eb95","components":[],"allowedChildSections":[],"pageId":"68e769e6121ea1003c64ebe1","companyId":"61b064d7c297240b514318ad","componentType":"embed","createdAt":"2026-05-26T07:46:34.297Z","updatedAt":"2026-05-26T08:17:10.445Z","__v":0},{"_id":"6a155683aafd205816adca3b","type":"component","isTemplate":false,"name":"questionText","content":{"kind":[],"box":{"bottom":"xLarge","top":"medium","right":"large","left":"large"},"align":"left","plainText":"Für welche Position interessieren Sie sich?","fieldName":"question_k8nw8v","wysiwygHtml":"<p><span style=\"color: #1A9AAA; --fs-m: 24px; --fs-t: 30px; --fs-d: 36px; --lh-m: 1.25; --lh-t: 1.2; --lh-d: 1.15; --ls-m: normal; --ls-t: -0.01em; --ls-d: -0.02em\" class=\"fun-text-[length:var(--fs-m)] sm:fun-text-[length:var(--fs-t)] md:fun-text-[length:var(--fs-d)] fun-leading-[var(--lh-m)] sm:fun-leading-[var(--lh-t)] md:fun-leading-[var(--lh-d)] fun-tracking-[var(--ls-m)] sm:fun-tracking-[var(--ls-t)] md:fun-tracking-[var(--ls-d)]\"><strong class=\"fun-font-bold\">Für welche Position interessieren Sie sich?</strong></span></p>"},"categoryId":"5a957843b727462286d2d61e","sectionId":"69986568d9176e2f947d1bba","campaignId":"68e769e6121ea1003c64eb95","components":[{"_id":"6a155683aafd205816adca4a","type":"component","isTemplate":false,"name":"questionTextAnswer","content":{"plainText":"Einrichtungsleitung","box":{"bottom":"small","top":"small","right":"none","left":"none","backgroundColor":"transparent"},"linking":{"isInternal":true},"align":"left","icon":"","text":"Sehr gut!","fieldName":"question_k8nw8v","clickId":"answer_click_qf6jmd","showIcon":false,"emoji":"","srcType":"","iconName":"","platform":"","src":"","svg":"","iconColor":"#FFFFFF","isAnimated":false,"mediaIds":[],"backgroundColor":"#1A9AAA","wysiwygHtml":"<p><span class=\"fun-text-[length:var(--fs-m)] sm:fun-text-[length:var(--fs-t)] md:fun-text-[length:var(--fs-d)] fun-leading-[var(--lh-m)] sm:fun-leading-[var(--lh-t)] md:fun-leading-[var(--lh-d)] fun-tracking-[var(--ls-m)] sm:fun-tracking-[var(--ls-t)] md:fun-tracking-[var(--ls-d)]\" style=\"--fs-m: 16px;--fs-t: 16px;--fs-d: 16px;--lh-m: 1.5;--lh-t: 1.5;--lh-d: 1.5;--ls-m: normal;--ls-t: normal;--ls-d: normal;\"><strong class=\"fun-font-bold\">Einrichtungsleitung</strong></span></p>"},"parentId":"6a155683aafd205816adca3b","categoryId":"5a957843b727462286d2d61e","sectionId":"69986568d9176e2f947d1bba","campaignId":"68e769e6121ea1003c64eb95","components":[],"allowedChildSections":[],"pageId":"68e769e6121ea1003c64ebe1","companyId":"61b064d7c297240b514318ad","componentType":"questionTextAnswer","createdAt":"2026-05-26T08:14:59.468Z","updatedAt":"2026-05-26T08:17:01.069Z","__v":0},{"_id":"6a155683aafd205816adca4c","type":"component","isTemplate":false,"name":"questionTextAnswer","content":{"plainText":"Pflegedienstleitung","box":{"bottom":"small","top":"small","right":"none","left":"none","backgroundColor":"transparent"},"linking":{"isInternal":true},"align":"left","icon":"","text":"Es war okay","fieldName":"question_k8nw8v","clickId":"answer_click_i6jy42","showIcon":false,"emoji":"","srcType":"","iconName":"","platform":"","src":"","svg":"","iconColor":"#FFFFFF","isAnimated":false,"mediaIds":[],"backgroundColor":"#1A9AAA","wysiwygHtml":"<p><span class=\"fun-text-[length:var(--fs-m)] sm:fun-text-[length:var(--fs-t)] md:fun-text-[length:var(--fs-d)] fun-leading-[var(--lh-m)] sm:fun-leading-[var(--lh-t)] md:fun-leading-[var(--lh-d)] fun-tracking-[var(--ls-m)] sm:fun-tracking-[var(--ls-t)] md:fun-tracking-[var(--ls-d)]\" style=\"--fs-m: 16px;--fs-t: 16px;--fs-d: 16px;--lh-m: 1.5;--lh-t: 1.5;--lh-d: 1.5;--ls-m: normal;--ls-t: normal;--ls-d: normal;\"><strong class=\"fun-font-bold\">Pflegedienstleitung</strong></span></p>"},"parentId":"6a155683aafd205816adca3b","categoryId":"5a957843b727462286d2d61e","sectionId":"69986568d9176e2f947d1bba","campaignId":"68e769e6121ea1003c64eb95","components":[],"allowedChildSections":[],"pageId":"68e769e6121ea1003c64ebe1","companyId":"61b064d7c297240b514318ad","componentType":"questionTextAnswer","createdAt":"2026-05-26T08:14:59.471Z","updatedAt":"2026-05-26T08:17:01.069Z","__v":0},{"_id":"6a155683aafd205816adca4e","type":"component","isTemplate":false,"name":"questionTextAnswer","content":{"plainText":"Überregionales Management","box":{"bottom":"small","top":"small","right":"none","left":"none","backgroundColor":"transparent"},"linking":{"isInternal":true},"align":"left","icon":"","text":"Hat mir nicht gefallen","fieldName":"question_k8nw8v","clickId":"answer_click_e3nzb9","showIcon":false,"emoji":"","srcType":"","iconName":"","platform":"","src":"","svg":"","iconColor":"#FFFFFF","isAnimated":false,"mediaIds":[],"backgroundColor":"#1A9AAA","wysiwygHtml":"<p><span class=\"fun-text-[length:var(--fs-m)] sm:fun-text-[length:var(--fs-t)] md:fun-text-[length:var(--fs-d)] fun-leading-[var(--lh-m)] sm:fun-leading-[var(--lh-t)] md:fun-leading-[var(--lh-d)] fun-tracking-[var(--ls-m)] sm:fun-tracking-[var(--ls-t)] md:fun-tracking-[var(--ls-d)]\" style=\"--fs-m: 16px;--fs-t: 16px;--fs-d: 16px;--lh-m: 1.5;--lh-t: 1.5;--lh-d: 1.5;--ls-m: normal;--ls-t: normal;--ls-d: normal;\"><strong class=\"fun-font-bold\">Überregionales Management</strong></span></p>"},"parentId":"6a155683aafd205816adca3b","categoryId":"5a957843b727462286d2d61e","sectionId":"69986568d9176e2f947d1bba","campaignId":"68e769e6121ea1003c64eb95","components":[],"allowedChildSections":[],"pageId":"68e769e6121ea1003c64ebe1","companyId":"61b064d7c297240b514318ad","componentType":"questionTextAnswer","createdAt":"2026-05-26T08:14:59.471Z","updatedAt":"2026-05-26T08:17:01.069Z","__v":0},{"_id":"6a155683aafd205816adca4d","type":"component","isTemplate":false,"name":"questionTextAnswer","content":{"plainText":"Sonstiges","box":{"bottom":"small","top":"small","right":"none","left":"none","backgroundColor":"transparent"},"linking":{"isInternal":true},"align":"left","icon":"","text":"Hat mir nicht gefallen","fieldName":"question_k8nw8v","clickId":"answer_click_2pa23y","showIcon":false,"emoji":"","srcType":"","iconName":"","platform":"","src":"","svg":"","iconColor":"#FFFFFF","isAnimated":false,"mediaIds":[],"backgroundColor":"#1A9AAA","wysiwygHtml":"<p><span class=\"fun-text-[length:var(--fs-m)] sm:fun-text-[length:var(--fs-t)] md:fun-text-[length:var(--fs-d)] fun-leading-[var(--lh-m)] sm:fun-leading-[var(--lh-t)] md:fun-leading-[var(--lh-d)] fun-tracking-[var(--ls-m)] sm:fun-tracking-[var(--ls-t)] md:fun-tracking-[var(--ls-d)]\" style=\"--fs-m: 16px;--fs-t: 16px;--fs-d: 16px;--lh-m: 1.5;--lh-t: 1.5;--lh-d: 1.5;--ls-m: normal;--ls-t: normal;--ls-d: normal;\"><strong class=\"fun-font-bold\">Sonstiges</strong></span></p>"},"parentId":"6a155683aafd205816adca3b","categoryId":"5a957843b727462286d2d61e","sectionId":"69986568d9176e2f947d1bba","campaignId":"68e769e6121ea1003c64eb95","components":[],"allowedChildSections":[],"pageId":"68e769e6121ea1003c64ebe1","companyId":"61b064d7c297240b514318ad","componentType":"questionTextAnswer","createdAt":"2026-05-26T08:14:59.471Z","updatedAt":"2026-05-26T08:17:01.069Z","__v":0}],"allowedChildSections":[],"pageId":"68e769e6121ea1003c64ebe1","companyId":"61b064d7c297240b514318ad","componentType":"questionText","createdAt":"2026-05-26T08:14:59.413Z","updatedAt":"2026-05-26T08:17:01.036Z","__v":1},{"_id":"6a1555ab4347acc6db3ca8b7","type":"component","isTemplate":false,"name":"embed","content":{"body":"&lt;html&gt;&lt;head&gt;&lt;style&gt;\n\n*, ::before, ::after { box-sizing: border-box; margin: 0; padding: 0; }\n\nbody {\n  font-family: &#39;Helvetica Neue&#39;, Helvetica, Arial, sans-serif;\n  background: transparent;\n  -webkit-font-smoothing: antialiased;\n}\n\n/* ── Card ────────────────────────────────── */\n.b {\n  background: #1a9aaa;\n  border-radius: 0;\n  padding: 32px 28px 36px;\n  display: flex;\n  flex-direction: column;\n  align-items: flex-start;\n  gap: 24px;\n  max-width: 480px;\n  margin: 0 auto;\n}\n\n/* ── Headline ────────────────────────────── */\n.b-title {\n  font-size: 26px;\n  font-weight: 700;\n  line-height: 1.15;\n  letter-spacing: -0.02em;\n  color: #fff;\n  opacity: 0;\n  animation: rise 0.5s cubic-bezier(0.16,1,0.3,1) 0.1s forwards;\n}\n\n/* ── Divider ─────────────────────────────── */\n.b-divider {\n  width: 100%;\n  height: 1px;\n  background: rgba(255,255,255,0.12);\n  opacity: 0;\n  animation: fade-in 0.3s ease-out 0.35s forwards;\n}\n\n/* ── Benefit list ────────────────────────── */\n.b-list {\n  display: flex;\n  flex-direction: column;\n  gap: 0;\n  width: 100%;\n}\n\n/* ── Benefit row ─────────────────────────── */\n.b-row {\n  display: flex;\n  align-items: flex-start;\n  gap: 16px;\n  padding: 16px 0;\n  border-bottom: 1px solid rgba(255,255,255,0.08);\n  opacity: 0;\n  transform: translateY(8px);\n}\n.b-row:last-child { border-bottom: none; }\n\n.b-row:nth-child(1) { animation: rise 0.4s cubic-bezier(0.16,1,0.3,1) 0.45s forwards; }\n.b-row:nth-child(2) { animation: rise 0.4s cubic-bezier(0.16,1,0.3,1) 0.58s forwards; }\n.b-row:nth-child(3) { animation: rise 0.4s cubic-bezier(0.16,1,0.3,1) 0.71s forwards; }\n.b-row:nth-child(4) { animation: rise 0.4s cubic-bezier(0.16,1,0.3,1) 0.84s forwards; }\n.b-row:nth-child(5) { animation: rise 0.4s cubic-bezier(0.16,1,0.3,1) 0.97s forwards; }\n\n/* ── Icon box ────────────────────────────── */\n.b-icon {\n  width: 40px;\n  height: 40px;\n  border-radius: 10px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex: none;\n}\n.b-icon svg {\n  width: 20px;\n  height: 20px;\n  stroke: #fff;\n  fill: none;\n}\n\n/* Shades of petrol: dark to light */\n.b-row:nth-child(1) .b-icon { background: #0d6672; }\n.b-row:nth-child(2) .b-icon { background: #117885; }\n.b-row:nth-child(3) .b-icon { background: #168a97; }\n.b-row:nth-child(4) .b-icon { background: #22aabb; }\n.b-row:nth-child(5) .b-icon { background: #2fbdcc; }\n\n/* ── Text ────────────────────────────────── */\n.b-text {\n  display: flex;\n  flex-direction: column;\n  gap: 3px;\n  padding-top: 2px;\n}\n.b-text strong {\n  font-size: 14px;\n  font-weight: 700;\n  color: #fff;\n  line-height: 1.3;\n}\n.b-text p {\n  font-size: 13px;\n  font-weight: 400;\n  color: rgba(255,255,255,0.65);\n  line-height: 1.55;\n}\n\n/* ── Keyframes ───────────────────────────── */\n@keyframes rise {\n  from { opacity: 0; transform: translateY(8px); }\n  to   { opacity: 1; transform: translateY(0); }\n}\n@keyframes fade-in {\n  from { opacity: 0; }\n  to   { opacity: 1; }\n}\n\n&lt;/style&gt;&lt;/head&gt;&lt;body&gt;\n\n&lt;div class=&quot;b&quot;&gt;\n\n  &lt;!-- Headline --&gt;\n  &lt;h2 class=&quot;b-title&quot;&gt;\n    Ihr Rundum-sorglos-Paket&lt;br&gt;\n    für Jobs in der&lt;br&gt;\n    Pflegedienstleitung.\n  &lt;/h2&gt;\n\n  &lt;div class=&quot;b-divider&quot;&gt;&lt;/div&gt;\n\n  &lt;div class=&quot;b-list&quot;&gt;\n\n    &lt;!-- 1 --&gt;\n    &lt;div class=&quot;b-row&quot;&gt;\n      &lt;div class=&quot;b-icon&quot;&gt;\n        &lt;svg viewBox=&quot;0 0 24 24&quot; stroke-width=&quot;1.8&quot; stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot;&gt;\n          &lt;path d=&quot;M12 2C8.13 2 5 5.13 5 9c0 2.6 1.33 4.87 3.33 6.22L9 20h6l.67-4.78C17.67 13.87 19 11.6 19 9c0-3.87-3.13-7-7-7z&quot;/&gt;\n          &lt;path d=&quot;M9 20h6M10 20v2h4v-2&quot;/&gt;\n        &lt;/svg&gt;\n      &lt;/div&gt;\n      &lt;div class=&quot;b-text&quot;&gt;\n        &lt;strong&gt;Kostenfreie Karriereberatung &amp;amp; Vermittlung&lt;/strong&gt;\n        &lt;p&gt;Wir begleiten Sie vom ersten Gespräch bis zur Vertragsunterschrift.&lt;/p&gt;\n      &lt;/div&gt;\n    &lt;/div&gt;\n\n    &lt;!-- 2 --&gt;\n    &lt;div class=&quot;b-row&quot;&gt;\n      &lt;div class=&quot;b-icon&quot;&gt;\n        &lt;svg viewBox=&quot;0 0 24 24&quot; stroke-width=&quot;1.8&quot; stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot;&gt;\n          &lt;rect x=&quot;4&quot; y=&quot;3&quot; width=&quot;16&quot; height=&quot;18&quot; rx=&quot;2&quot;/&gt;\n          &lt;path d=&quot;M8 7h8M8 11h8M8 15h5&quot;/&gt;\n          &lt;path d=&quot;M16 17l2 2 3-3&quot; stroke-width=&quot;1.8&quot;/&gt;\n        &lt;/svg&gt;\n      &lt;/div&gt;\n      &lt;div class=&quot;b-text&quot;&gt;\n        &lt;strong&gt;Nur eine Bewerbung&lt;/strong&gt;\n        &lt;p&gt;Wir koordinieren Ihren Bewerbungsprozess bei mehreren Einrichtungen.&lt;/p&gt;\n      &lt;/div&gt;\n    &lt;/div&gt;\n\n    &lt;!-- 3 --&gt;\n    &lt;div class=&quot;b-row&quot;&gt;\n      &lt;div class=&quot;b-icon&quot;&gt;\n        &lt;svg viewBox=&quot;0 0 24 24&quot; stroke-width=&quot;1.8&quot; stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot;&gt;\n          &lt;circle cx=&quot;12&quot; cy=&quot;13&quot; r=&quot;8&quot;/&gt;\n          &lt;path d=&quot;M12 9v4l2.5 2.5&quot;/&gt;\n          &lt;path d=&quot;M9 2h6M12 2v3&quot;/&gt;\n        &lt;/svg&gt;\n      &lt;/div&gt;\n      &lt;div class=&quot;b-text&quot;&gt;\n        &lt;strong&gt;Massive Zeitersparnis&lt;/strong&gt;\n        &lt;p&gt;Wir stellen Sie auf Wunsch bei mehreren Unternehmen gleichzeitig vor.&lt;/p&gt;\n      &lt;/div&gt;\n    &lt;/div&gt;\n\n    &lt;!-- 4 --&gt;\n    &lt;div class=&quot;b-row&quot;&gt;\n      &lt;div class=&quot;b-icon&quot;&gt;\n        &lt;svg viewBox=&quot;0 0 24 24&quot; stroke-width=&quot;1.8&quot; stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot;&gt;\n          &lt;path d=&quot;M3 21h18&quot;/&gt;\n          &lt;path d=&quot;M5 21V9l7-6 7 6v12&quot;/&gt;\n          &lt;rect x=&quot;9&quot; y=&quot;14&quot; width=&quot;6&quot; height=&quot;7&quot;/&gt;\n        &lt;/svg&gt;\n      &lt;/div&gt;\n      &lt;div class=&quot;b-text&quot;&gt;\n        &lt;strong&gt;Top Arbeitgeber der Branche&lt;/strong&gt;\n        &lt;p&gt;Zugang zu geprüften Einrichtungen mit guten Arbeitsbedingungen.&lt;/p&gt;\n      &lt;/div&gt;\n    &lt;/div&gt;\n\n    &lt;!-- 5 --&gt;\n    &lt;div class=&quot;b-row&quot;&gt;\n      &lt;div class=&quot;b-icon&quot;&gt;\n        &lt;svg viewBox=&quot;0 0 24 24&quot; stroke-width=&quot;1.8&quot; stroke-linecap=&quot;round&quot; stroke-linejoin=&quot;round&quot;&gt;\n          &lt;circle cx=&quot;11&quot; cy=&quot;11&quot; r=&quot;7&quot;/&gt;\n          &lt;path d=&quot;M21 21l-4-4&quot;/&gt;\n          &lt;path d=&quot;M11 8v3l2 2&quot; stroke-width=&quot;1.8&quot;/&gt;\n        &lt;/svg&gt;\n      &lt;/div&gt;\n      &lt;div class=&quot;b-text&quot;&gt;\n        &lt;strong&gt;Zugang zum verdeckten Stellenmarkt&lt;/strong&gt;\n        &lt;p&gt;Viele Führungspositionen werden nie öffentlich ausgeschrieben.&lt;/p&gt;\n      &lt;/div&gt;\n    &lt;/div&gt;\n\n  &lt;/div&gt;\n\n&lt;/div&gt;\n\n&lt;/body&gt;&lt;/html&gt;","provider":"custom-html","box":{"left":"none","right":"none","top":"none","bottom":"none"},"framed":false,"isGdprSensitive":false},"categoryId":"5a957843b727462286d2d61e","sectionId":"65eb072f9671ba48e6c83915","campaignId":"68e769e6121ea1003c64eb95","components":[],"allowedChildSections":[],"pageId":"68e769e6121ea1003c64ebe1","companyId":"61b064d7c297240b514318ad","componentType":"embed","createdAt":"2026-05-26T08:11:23.106Z","updatedAt":"2026-05-26T09:17:18.101Z","__v":0}],"isResultPage":false,"animation":"none","theme":{"_id":"62a3213800c3ee0019158ada","type":"theme","name":"Alpha Med","typography":"699c6a12913dcdd4bec7bb85","fontColor":"#202020","backgroundColor":"#FFFFFF","formFieldBackgroundColor":"#EBEBEB","buttonBackgroundColor":"#1A9AAA","image":"https://perspective.imgix.net/assets/app/themes/custom.png","companyId":"61b064d7c297240b514318ad","createdAt":"2022-06-10T10:47:20.593Z","updatedAt":"2026-05-26T08:34:54.799Z","__v":0,"transition":"slide","borderRadius":"large","fontId":"699c6a12913dcdd4bec7bb85"},"themeV2":{"typography":"699c6a12913dcdd4bec7bb85","fontId":"699c6a12913dcdd4bec7bb85","fontColor":"#202020","backgroundColor":"#FFFFFF","formFieldBackgroundColor":"#EBEBEB","buttonBackgroundColor":"#1A9AAA","borderRadius":"large","transition":"slide"},"fields":[{"additional":{"form":{"componentId":"68e769e7121ea1003c64ed57","inputs":[{"conversionTrigger":false,"fieldName":"firstName","componentId":"68e769e7121ea1003c64ee11","inputType":"text","required":true,"title":"Ihr Vorname","visual":":wave:","visualType":"emoji"},{"conversionTrigger":false,"fieldName":"lastName","componentId":"68e769e7121ea1003c64ee12","inputType":"text","required":true,"title":"Ihr Nachname","visual":":wave:","visualType":"emoji"},{"conversionTrigger":false,"fieldName":"zip","componentId":"68e769e7121ea1003c64ee13","inputType":"text","required":true,"title":"Ihre Postleitzahl","visual":":mailbox:","visualType":"emoji"},{"conversionTrigger":true,"fieldName":"email","componentId":"68e769e7121ea1003c64ee15","inputType":"email","required":true,"title":"Ihre E-Mail Adresse","visual":":email:","visualType":"emoji"},{"conversionTrigger":true,"fieldName":"phone","componentId":"68e769e7121ea1003c64ee23","inputType":"phone","required":true,"title":"Ihre Telefonnummer","visual":":telephone_receiver:","visualType":"emoji"},{"conversionTrigger":false,"fieldName":"input_w42j6r","componentId":"68e769e7121ea1003c64ee24","inputType":"checkbox","required":true,"title":"Datenschutzbestimmungen gelesen und akzeptiert","visual":":ballot_box_with_check:","visualType":"emoji"}]},"answers":[]},"_id":"68e769e6121ea1003c64ecab","type":"field","title":"Hier Daten eintragen","interactionType":"form","companyId":"61b064d7c297240b514318ad","campaignId":"68e769e6121ea1003c64eb95","pageId":"68e769e6121ea1003c64ebe6","componentId":"68e769e6121ea1003c64ec87","createdAt":"2025-10-09T07:53:10.919Z","updatedAt":"2026-05-26T08:57:13.182Z","__v":0,"workspaceId":"692417c7be3584003c818b75"},{"additional":{"form":{"inputs":[]},"answers":[{"fieldName":"question_k8nw8v","componentId":"6a155683aafd205816adca4a","answerTextId":"6a155683aafd205816adca4a","_id":"6a155683aafd205816adca57","value":"Einrichtungsleitung","visualType":null},{"fieldName":"question_k8nw8v","componentId":"6a155683aafd205816adca4c","answerTextId":"6a155683aafd205816adca4c","_id":"6a155683aafd205816adca5b","value":"Pflegedienstleitung","visualType":null},{"fieldName":"question_k8nw8v","componentId":"6a155683aafd205816adca4d","answerTextId":"6a155683aafd205816adca4d","_id":"6a155683aafd205816adca5e","value":"Sonstiges","visualType":null},{"fieldName":"question_k8nw8v","componentId":"6a155683aafd205816adca4e","answerTextId":"6a155683aafd205816adca4e","_id":"6a155683aafd205816adca61","value":"Überregionales Management","visualType":null}]},"_id":"6a155683aafd205816adca3e","type":"field","title":"Für welche Position interessieren Sie sich?","interactionType":"answers","companyId":"61b064d7c297240b514318ad","campaignId":"68e769e6121ea1003c64eb95","pageId":"68e769e6121ea1003c64ebe1","componentId":"6a155683aafd205816adca3b","createdAt":"2026-05-26T08:14:59.422Z","updatedAt":"2026-05-26T08:17:01.060Z","__v":0},{"additional":{"form":{"inputs":[]},"answers":[{"fieldName":"question_smx5gy","componentId":"6a15595f8968f00838c7712f","answerTextId":"6a15595f8968f00838c7712f","_id":"6a15595f8968f00838c7713c","visualType":null,"value":"Ja"},{"fieldName":"question_smx5gy","componentId":"6a15595f8968f00838c77131","answerTextId":"6a15595f8968f00838c77131","_id":"6a15595f8968f00838c77141","visualType":null,"value":"Erfolgt zeitnah"},{"fieldName":"question_smx5gy","componentId":"6a15595f8968f00838c77132","answerTextId":"6a15595f8968f00838c77132","_id":"6a15595f8968f00838c77143","visualType":null,"value":"Nein"}]},"_id":"6a15595f8968f00838c77123","type":"field","title":"Besitzen Sie bereits die notwendige Qualifikation?","interactionType":"answers","companyId":"61b064d7c297240b514318ad","campaignId":"68e769e6121ea1003c64eb95","pageId":"68e769e6121ea1003c64ebe2","componentId":"6a15595f8968f00838c77120","createdAt":"2026-05-26T08:27:11.401Z","updatedAt":"2026-05-26T08:29:28.797Z","__v":0},{"additional":{"form":{"inputs":[]},"answers":[{"fieldName":"question_nwuf44","componentId":"6a155a3e3e89b3efe312a460","answerTextId":"6a155a3e3e89b3efe312a460","_id":"6a155a3e3e89b3efe312a46d","visualType":null,"value":"noch nie"},{"fieldName":"question_nwuf44","componentId":"6a155a3e3e89b3efe312a462","answerTextId":"6a155a3e3e89b3efe312a462","_id":"6a155a3e3e89b3efe312a472","visualType":null,"value":"bis 2 Jahre"},{"fieldName":"question_nwuf44","componentId":"6a155a3e3e89b3efe312a464","answerTextId":"6a155a3e3e89b3efe312a464","_id":"6a155a3e3e89b3efe312a474","visualType":null,"value":"mehr als 5 Jahre"},{"fieldName":"question_nwuf44","componentId":"6a155a3e3e89b3efe312a463","answerTextId":"6a155a3e3e89b3efe312a463","_id":"6a155a3e3e89b3efe312a478","visualType":null,"value":"2-5 Jahre"}]},"_id":"6a155a3e3e89b3efe312a454","type":"field","title":"Wie lange waren Sie bisher in Führungspositionen tätig?","interactionType":"answers","companyId":"61b064d7c297240b514318ad","campaignId":"68e769e6121ea1003c64eb95","pageId":"68e769e6121ea1003c64ebe4","componentId":"6a155a3e3e89b3efe312a451","createdAt":"2026-05-26T08:30:54.679Z","updatedAt":"2026-05-26T09:01:09.325Z","__v":0},{"additional":{"form":{"inputs":[]},"answers":[{"fieldName":"question_1ltpcq","componentId":"6a155aa75d9f0a7fe3c91f35","answerTextId":"6a155aa75d9f0a7fe3c91f35","_id":"6a155aa75d9f0a7fe3c91f42","visualType":null,"value":"in Ihrer Region"},{"fieldName":"question_1ltpcq","componentId":"6a155aa75d9f0a7fe3c91f36","answerTextId":"6a155aa75d9f0a7fe3c91f36","_id":"6a155aa75d9f0a7fe3c91f47","visualType":null,"value":"Bundesweit"}]},"_id":"6a155aa75d9f0a7fe3c91f29","type":"field","title":"Wo möchten Sie arbeiten?","interactionType":"answers","companyId":"61b064d7c297240b514318ad","campaignId":"68e769e6121ea1003c64eb95","pageId":"68e769e6121ea1003c64ebe3","componentId":"6a155aa75d9f0a7fe3c91f26","createdAt":"2026-05-26T08:32:39.378Z","updatedAt":"2026-05-26T08:33:42.449Z","__v":0},{"additional":{"form":{"inputs":[]},"answers":[{"fieldName":"question_4v6iow","componentId":"6a155b096ab8406cab085873","answerTextId":"6a155b096ab8406cab085873","_id":"6a155b096ab8406cab08587b","visualType":null,"value":"Vormittags"},{"fieldName":"question_4v6iow","componentId":"6a155b096ab8406cab085875","answerTextId":"6a155b096ab8406cab085875","_id":"6a155b096ab8406cab08587d","visualType":null,"value":"Nachmittags"},{"fieldName":"question_4v6iow","componentId":"6a155b0de471712662e7974d","answerTextId":"6a155b0de471712662e7974d","_id":"6a155b0de471712662e79751","visualType":null,"value":"Abends"},{"fieldName":"question_4v6iow","componentId":"6a155b0e5cee482d4625a298","answerTextId":"6a155b0e5cee482d4625a298","_id":"6a155b0e5cee482d4625a29f","visualType":null,"value":"Jederzeit"}]},"_id":"6a155b096ab8406cab085868","type":"field","title":"Wann sind Sie erreichbar?","interactionType":"answers","companyId":"61b064d7c297240b514318ad","campaignId":"68e769e6121ea1003c64eb95","pageId":"68e769e6121ea1003c64ebe5","componentId":"6a155b096ab8406cab085863","createdAt":"2026-05-26T08:34:17.894Z","updatedAt":"2026-05-26T08:34:40.655Z","__v":0}],"cookiesEnabled":true,"language":"de","showProgressBar":true,"showAffiliateBadge":false,"affiliateLink":"","resultMapping":{},"nextPage":"68e769e6121ea1003c64ebe2","sortedPages":["68e769e6121ea1003c64ebe1","68e769e6121ea1003c64ebe2","68e769e6121ea1003c64ebe4","68e769e6121ea1003c64ebe3","68e769e6121ea1003c64ebe5","68e769e6121ea1003c64ebe6"],"hasResultPages":true,"resultPages":["68e769e6121ea1003c64ebe7"],"isHomePage":true,"isLastPage":false,"firstResultPage":"68e769e6121ea1003c64ebe7","headScript":"","bodyScript":"","trackingProperties":[{"_id":"68e769e6121ea1003c64eb9c","type":"trackingProperty","source":"input","components":["68e769e7121ea1003c64ee15"],"fieldName":"email","title":"email","companyId":"61b064d7c297240b514318ad","campaignId":"68e769e6121ea1003c64eb95","createdAt":"2025-10-09T07:53:10.690Z","updatedAt":"2026-05-26T09:01:09.307Z","__v":0},{"_id":"68e769e6121ea1003c64eb9d","type":"trackingProperty","source":"input","components":["68e769e7121ea1003c64ee11"],"fieldName":"firstName","title":"firstName","companyId":"61b064d7c297240b514318ad","campaignId":"68e769e6121ea1003c64eb95","createdAt":"2025-10-09T07:53:10.690Z","updatedAt":"2026-05-26T09:01:09.307Z","__v":0},{"_id":"68e769e6121ea1003c64eb9e","type":"trackingProperty","source":"input","components":["68e769e7121ea1003c64ee12"],"fieldName":"lastName","title":"lastName","companyId":"61b064d7c297240b514318ad","campaignId":"68e769e6121ea1003c64eb95","createdAt":"2025-10-09T07:53:10.690Z","updatedAt":"2026-05-26T09:01:09.307Z","__v":0},{"_id":"68e769e6121ea1003c64eba0","type":"trackingProperty","source":"input","components":["68e769e7121ea1003c64ee23"],"fieldName":"phone","title":"phone","companyId":"61b064d7c297240b514318ad","campaignId":"68e769e6121ea1003c64eb95","createdAt":"2025-10-09T07:53:10.690Z","updatedAt":"2026-05-26T09:01:09.307Z","__v":0},{"_id":"6a155aa75d9f0a7fe3c91f2e","type":"trackingProperty","fieldName":"question_1ltpcq","title":"Wo möchten Sie arbeiten?","source":"question","companyId":"61b064d7c297240b514318ad","campaignId":"68e769e6121ea1003c64eb95","components":["6a155aa75d9f0a7fe3c91f26"],"createdAt":"2026-05-26T08:32:39.395Z","updatedAt":"2026-05-26T09:01:09.307Z","__v":0},{"_id":"6a155b096ab8406cab08586e","type":"trackingProperty","fieldName":"question_4v6iow","title":"Wann sind Sie erreichbar?","source":"question","companyId":"61b064d7c297240b514318ad","campaignId":"68e769e6121ea1003c64eb95","components":["6a155b096ab8406cab085863"],"createdAt":"2026-05-26T08:34:17.915Z","updatedAt":"2026-05-26T09:01:09.307Z","__v":0},{"_id":"6a155683aafd205816adca43","type":"trackingProperty","fieldName":"question_k8nw8v","title":"Für welche Position interessieren Sie sich?","source":"question","companyId":"61b064d7c297240b514318ad","campaignId":"68e769e6121ea1003c64eb95","components":["6a155683aafd205816adca3b"],"createdAt":"2026-05-26T08:14:59.445Z","updatedAt":"2026-05-26T09:01:09.307Z","__v":0},{"_id":"6a155a3e3e89b3efe312a459","type":"trackingProperty","fieldName":"question_nwuf44","title":"Wie lange waren Sie bisher in Führungspositionen tätig?","source":"question","companyId":"61b064d7c297240b514318ad","campaignId":"68e769e6121ea1003c64eb95","components":["6a155a3e3e89b3efe312a451"],"createdAt":"2026-05-26T08:30:54.697Z","updatedAt":"2026-05-26T09:01:09.330Z","__v":0},{"_id":"6a15595f8968f00838c77128","type":"trackingProperty","fieldName":"question_smx5gy","title":"Besitzen Sie bereits die notwendige Qualifikation?","source":"question","companyId":"61b064d7c297240b514318ad","campaignId":"68e769e6121ea1003c64eb95","components":["6a15595f8968f00838c77120"],"createdAt":"2026-05-26T08:27:11.416Z","updatedAt":"2026-05-26T09:01:09.307Z","__v":0},{"_id":"68e769e6121ea1003c64eba1","type":"trackingProperty","source":"input","components":["68e769e7121ea1003c64ee13"],"fieldName":"zip","title":"zip","companyId":"61b064d7c297240b514318ad","campaignId":"68e769e6121ea1003c64eb95","createdAt":"2025-10-09T07:53:10.690Z","updatedAt":"2026-05-26T09:01:09.307Z","__v":0}],"automaticRedirect":null,"inputMap":{"byComponent":{"68e769e7121ea1003c64ee11":{"name":"fname","originalName":"fname","parentId":"68e769e7121ea1003c64ed57","autocomplete":"given-name"},"68e769e7121ea1003c64ee12":{"name":"lname","originalName":"lname","parentId":"68e769e7121ea1003c64ed57","autocomplete":"family-name"},"68e769e7121ea1003c64ee13":{"name":"zip","originalName":"zip","parentId":"68e769e7121ea1003c64ed57","autocomplete":""},"68e769e7121ea1003c64ee15":{"name":"email","originalName":"email","parentId":"68e769e7121ea1003c64ed57","autocomplete":"email"},"68e769e7121ea1003c64ee23":{"name":"phone","originalName":"phone","parentId":"68e769e7121ea1003c64ed57","autocomplete":"tel"},"68e769e7121ea1003c64ee24":{"name":"input_w42j6r","originalName":"input_w42j6r","parentId":"68e769e7121ea1003c64ed57","autocomplete":""}},"byName":{"68e769e7121ea1003c64ed57":{"fname":"68e769e7121ea1003c64ee11","lname":"68e769e7121ea1003c64ee12","zip":"68e769e7121ea1003c64ee13","email":"68e769e7121ea1003c64ee15","phone":"68e769e7121ea1003c64ee23","input_w42j6r":"68e769e7121ea1003c64ee24"}}},"pageIdSlugMap":{"68e769e6121ea1003c64ebe1":"startseite","68e769e6121ea1003c64ebe3":"page_3ie1a7","68e769e6121ea1003c64ebe5":"page_dlfalk","68e769e6121ea1003c64ebe6":"page_e3agt5","68e769e6121ea1003c64ebe7":"danke","68e769e6121ea1003c64ebe2":"page_7p3t3g","68e769e6121ea1003c64ebe4":"page_k6ikk1"},"context":{"slug":"googleadspv","trackingVersion":"v4","url":"https://alphamed.perspectivefunnel.com/googleadspv/","domain":"alphamed.perspectivefunnel.com"}}