{"id":7552,"date":"2026-07-03T13:11:09","date_gmt":"2026-07-03T12:11:09","guid":{"rendered":"https:\/\/taskbrowse.com\/de\/?page_id=7552"},"modified":"2026-07-13T13:26:34","modified_gmt":"2026-07-13T12:26:34","slug":"taskbrowse-pilot","status":"publish","type":"page","link":"https:\/\/taskbrowse.com\/de\/taskbrowse-pilot\/","title":{"rendered":"taskbrowse-pilot"},"content":{"rendered":"\n<style data-wp-block-html=\"css\">\n\/* ============================================================\n   TaskBrowse \u2014 Pilot Landing Page\n   Scope: alles unter .tb-pilot-wrap \u2014 kein globales body\/html.\n   Font: IBM Plex Sans wird \u00fcber das Theme geladen.\n   ============================================================ *\/\n\n.tb-pilot-wrap {\n  --tb-charcoal: #202124;\n  --tb-red: #C8102E;\n  --tb-offwhite: #F7F4F0;\n  --tb-white: #FFFFFF;\n  --tb-border: #E4E0DA;\n  --tb-muted: #5F6368;\n  --tb-secondary: #9AA0A6;\n  font-family: \"IBM Plex Sans\", -apple-system, \"Segoe UI\", Arial, sans-serif;\n  color: var(--tb-charcoal);\n  line-height: 1.6;\n  font-size: 17px;\n}\n\n.tb-pilot-wrap *,\n.tb-pilot-wrap *::before,\n.tb-pilot-wrap *::after {\n  box-sizing: border-box;\n}\n\n.tb-pilot-container {\n  max-width: 1120px;\n  margin: 0 auto;\n  padding: 0 24px;\n}\n\n.tb-pilot-narrow {\n  max-width: 780px;\n}\n\n.tb-pilot-section {\n  padding: 72px 0;\n}\n\n\/* ---------- Typografie ---------- *\/\n\n.tb-pilot-h1 {\n  font-size: clamp(2rem, 4.5vw, 3rem);\n  font-weight: 600;\n  line-height: 1.15;\n  margin: 0 0 20px;\n  color: var(--tb-charcoal);\n}\n\n.tb-pilot-h2 {\n  font-size: clamp(1.5rem, 3vw, 2.05rem);\n  font-weight: 600;\n  line-height: 1.25;\n  margin: 0 0 20px;\n  color: var(--tb-charcoal);\n}\n\n.tb-pilot-h3 {\n  font-size: 1.1rem;\n  font-weight: 600;\n  margin: 0 0 8px;\n  color: var(--tb-charcoal);\n}\n\n.tb-pilot-eyebrow {\n  font-size: 0.85rem;\n  font-weight: 600;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  color: var(--tb-red);\n  margin: 0 0 14px;\n}\n\n.tb-pilot-lead {\n  font-size: 1.1rem;\n  color: var(--tb-muted);\n  max-width: 760px;\n  margin: 0 0 28px;\n}\n\n.tb-pilot-sub {\n  font-size: 1.15rem;\n  color: var(--tb-muted);\n  margin: 0 0 18px;\n}\n\n.tb-pilot-supportnote {\n  font-size: 0.95rem;\n  color: var(--tb-secondary);\n  margin: 0 0 28px;\n}\n\n.tb-pilot-note {\n  font-size: 0.95rem;\n  color: var(--tb-muted);\n  margin: 12px 0 0;\n}\n\n.tb-pilot-disclaimer {\n  font-size: 0.85rem;\n  color: var(--tb-secondary);\n  margin: 20px 0 0;\n}\n\n.tb-pilot-red {\n  color: var(--tb-red);\n}\n\n\/* ---------- Buttons ---------- *\/\n\n.tb-pilot-btn {\n  display: inline-block;\n  padding: 14px 28px;\n  border-radius: 8px;\n  font-size: 1rem;\n  font-weight: 600;\n  text-decoration: none;\n  text-align: center;\n  border: 1px solid transparent;\n  cursor: pointer;\n  transition: background-color 0.15s ease, border-color 0.15s ease;\n}\n\n.tb-pilot-btn-primary {\n  background: var(--tb-red);\n  color: var(--tb-white);\n}\n\n.tb-pilot-btn-primary:hover,\n.tb-pilot-btn-primary:focus {\n  background: #A50D26;\n  color: var(--tb-white);\n}\n\n.tb-pilot-btn-secondary {\n  background: transparent;\n  color: var(--tb-charcoal);\n  border-color: var(--tb-charcoal);\n}\n\n.tb-pilot-btn-secondary:hover,\n.tb-pilot-btn-secondary:focus {\n  background: var(--tb-charcoal);\n  color: var(--tb-white);\n}\n\n.tb-pilot-btn:focus-visible {\n  outline: 2px solid var(--tb-charcoal);\n  outline-offset: 2px;\n}\n\n.tb-pilot-btn-full {\n  width: 100%;\n  border: none;\n}\n\n.tb-pilot-cta-row {\n  display: flex;\n  gap: 14px;\n  flex-wrap: wrap;\n}\n\n\/* ---------- Hero ---------- *\/\n\n.tb-pilot-hero {\n  background: var(--tb-offwhite);\n  padding: 88px 0 80px;\n}\n\n.tb-pilot-hero-inner {\n  max-width: 1120px;\n  margin: 0 auto;\n  padding: 0 24px;\n  display: grid;\n  grid-template-columns: 1.1fr 0.9fr;\n  gap: 56px;\n  align-items: center;\n}\n\n.tb-pilot-img {\n  width: 100%;\n  height: auto;\n  display: block;\n  border-radius: 12px;\n}\n\n\/* ---------- Was ist TaskBrowse ---------- *\/\n\n.tb-pilot-whatis {\n  background: var(--tb-offwhite);\n}\n\n.tb-pilot-whatis-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 20px;\n  margin-top: 36px;\n}\n\n.tb-pilot-whatis-card {\n  background: var(--tb-white);\n  border: 1px solid var(--tb-border);\n  border-radius: 12px;\n  overflow: hidden;\n  display: flex;\n  flex-direction: column;\n}\n\n.tb-pilot-whatis-body {\n  padding: 26px 22px;\n}\n\n.tb-pilot-whatis-icon {\n  display: block;\n  margin-bottom: 16px;\n}\n\n.tb-pilot-whatis-body p {\n  margin: 0;\n  font-size: 0.95rem;\n  color: var(--tb-muted);\n}\n\n\/* ---------- Problem-Panel ---------- *\/\n\n.tb-pilot-problem {\n  background: var(--tb-white);\n}\n\n.tb-pilot-problem-panel {\n  background: var(--tb-white);\n  border: 1px solid var(--tb-border);\n  border-radius: 14px;\n  margin-top: 36px;\n  box-shadow: 0 2px 10px rgba(32, 33, 36, 0.04);\n}\n\n.tb-pilot-problem-head {\n  padding: 22px 32px;\n  border-bottom: 1px solid var(--tb-border);\n}\n\n.tb-pilot-problem-eyebrow {\n  margin: 0;\n  padding-left: 14px;\n  border-left: 3px solid var(--tb-red);\n  font-size: 0.8rem;\n  font-weight: 600;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  color: var(--tb-muted);\n  line-height: 1.4;\n}\n\n.tb-pilot-problem-row {\n  display: grid;\n  grid-template-columns: 48px 1fr;\n  gap: 22px;\n  align-items: start;\n  padding: 28px 32px;\n  border-bottom: 1px solid var(--tb-border);\n}\n\n.tb-pilot-problem-row:last-child {\n  border-bottom: none;\n}\n\n.tb-pilot-problem-icon {\n  width: 48px;\n  height: 48px;\n  border-radius: 12px;\n  background: var(--tb-offwhite);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n\n.tb-pilot-problem-copy h3 {\n  margin: 0 0 6px;\n}\n\n.tb-pilot-problem-copy p {\n  margin: 0;\n  font-size: 0.98rem;\n  color: var(--tb-muted);\n  max-width: 720px;\n}\n\n\/* ---------- Pilot-Programm \/ Was der Check sichtbar macht ---------- *\/\n\n.tb-pilot-program {\n  background: var(--tb-offwhite);\n}\n\n.tb-pilot-program-layout {\n  display: grid;\n  grid-template-columns: 1.05fr 0.95fr;\n  gap: 36px;\n  align-items: stretch;\n  margin-top: 36px;\n}\n\n.tb-pilot-program-steps,\n.tb-pilot-program-outcomes {\n  background: var(--tb-white);\n  border: 1px solid var(--tb-border);\n  border-radius: 14px;\n  padding: 30px 28px;\n}\n\n.tb-pilot-program-title {\n  margin: 0 0 22px;\n  padding-left: 14px;\n  border-left: 3px solid var(--tb-red);\n  font-size: 0.9rem;\n  font-weight: 600;\n  letter-spacing: 0.06em;\n  text-transform: uppercase;\n  color: var(--tb-muted);\n}\n\n.tb-pilot-program-steplist {\n  list-style: none;\n  padding: 0;\n  margin: 0;\n}\n\n.tb-pilot-program-step {\n  display: grid;\n  grid-template-columns: 34px 1fr;\n  gap: 16px;\n  align-items: start;\n  padding: 18px 0;\n  border-bottom: 1px solid var(--tb-border);\n}\n\n.tb-pilot-program-step:first-child {\n  padding-top: 0;\n}\n\n.tb-pilot-program-step:last-child {\n  padding-bottom: 0;\n  border-bottom: none;\n}\n\n.tb-pilot-program-step-number {\n  width: 34px;\n  height: 34px;\n  border-radius: 50%;\n  background: var(--tb-charcoal);\n  color: var(--tb-white);\n  font-weight: 600;\n  font-size: 0.95rem;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n}\n\n.tb-pilot-program-step-title {\n  margin: 0 0 6px;\n  font-size: 1.05rem;\n  font-weight: 600;\n  color: var(--tb-charcoal);\n  line-height: 1.35;\n}\n\n.tb-pilot-program-step p {\n  margin: 0;\n  font-size: 0.97rem;\n  color: var(--tb-muted);\n}\n\n.tb-pilot-program-list {\n  list-style: none;\n  padding: 0;\n  margin: 0;\n}\n\n.tb-pilot-program-item {\n  display: flex;\n  align-items: flex-start;\n  gap: 14px;\n  padding: 12px 0;\n  border-bottom: 1px solid var(--tb-border);\n  font-size: 1rem;\n  line-height: 1.55;\n  color: var(--tb-charcoal);\n}\n\n.tb-pilot-program-item:first-child {\n  padding-top: 0;\n}\n\n.tb-pilot-program-item:last-child {\n  padding-bottom: 0;\n  border-bottom: none;\n}\n\n.tb-pilot-program-marker {\n  flex: 0 0 18px;\n  margin-top: 4px;\n  line-height: 0;\n}\n\n\/* ---------- Formular ---------- *\/\n\n.tb-pilot-final {\n  background: var(--tb-white);\n}\n\n.tb-pilot-form {\n  margin-top: 12px;\n  background: var(--tb-offwhite);\n  border: 1px solid var(--tb-border);\n  border-radius: 14px;\n  padding: 36px;\n}\n\n.tb-pilot-form-row {\n  margin-bottom: 20px;\n}\n\n.tb-pilot-label {\n  display: block;\n  font-size: 0.92rem;\n  font-weight: 600;\n  margin-bottom: 6px;\n}\n\n.tb-pilot-input {\n  width: 100%;\n  padding: 12px 14px;\n  border: 1px solid var(--tb-border);\n  border-radius: 8px;\n  font-size: 1rem;\n  font-family: inherit;\n  background: var(--tb-white);\n  color: var(--tb-charcoal);\n}\n\n.tb-pilot-input:focus {\n  outline: 2px solid var(--tb-charcoal);\n  outline-offset: 1px;\n  border-color: var(--tb-charcoal);\n}\n\n.tb-pilot-select {\n  appearance: auto;\n}\n\n.tb-pilot-textarea {\n  resize: vertical;\n  min-height: 100px;\n  line-height: 1.5;\n}\n\n.tb-pilot-inline-link {\n  color: var(--tb-charcoal);\n  text-decoration: underline;\n}\n\n.tb-pilot-inline-link:hover,\n.tb-pilot-inline-link:focus {\n  color: var(--tb-red);\n}\n\n\/* ---------- Responsive ---------- *\/\n\n@media (max-width: 900px) {\n  .tb-pilot-hero-inner {\n    grid-template-columns: 1fr;\n    gap: 36px;\n  }\n\n  .tb-pilot-whatis-grid {\n    grid-template-columns: 1fr;\n    max-width: 540px;\n  }\n\n  .tb-pilot-program-layout {\n    grid-template-columns: 1fr;\n    gap: 24px;\n  }\n}\n\n@media (max-width: 600px) {\n  .tb-pilot-section {\n    padding: 52px 0;\n  }\n\n  .tb-pilot-hero {\n    padding: 60px 0 56px;\n  }\n\n  .tb-pilot-problem-row {\n    padding: 22px 20px;\n    gap: 16px;\n    grid-template-columns: 40px 1fr;\n  }\n\n  .tb-pilot-problem-icon {\n    width: 40px;\n    height: 40px;\n    border-radius: 10px;\n  }\n\n  .tb-pilot-problem-head {\n    padding: 18px 20px;\n  }\n\n  .tb-pilot-program-steps,\n  .tb-pilot-program-outcomes {\n    padding: 26px 20px;\n  }\n\n  .tb-pilot-program-step {\n    grid-template-columns: 32px 1fr;\n    gap: 14px;\n  }\n\n  .tb-pilot-program-step-number {\n    width: 32px;\n    height: 32px;\n    font-size: 0.9rem;\n  }\n\n  .tb-pilot-form {\n    padding: 26px 20px;\n  }\n}\n<\/style>\n\n<!--\nSEO (in Rank Math eintragen, NICHT im HTML-Block):\nMeta-Titel: Projekt-Realit\u00e4tscheck mit TaskBrowse | Pilot f\u00fcr Projektteams\nMeta-Beschreibung: Testen Sie TaskBrowse mit einem echten Projekt. Vergleichen Sie geplante Arbeit, tats\u00e4chliche Zeiten, Auslastung, Fortschritt und Kosten \u2014 mit 50% Pilot-Rabatt.\n-->\n\n<div class=\"tb-pilot-wrap\">\n\n  <!-- 1. HERO -->\n  <section class=\"tb-pilot-hero\">\n    <div class=\"tb-pilot-hero-inner\">\n      <div class=\"tb-pilot-hero-text\">\n        <p class=\"tb-pilot-eyebrow\">Begleiteter TaskBrowse-Pilot<\/p>\n        <h1 class=\"tb-pilot-h1\">TaskBrowse Pilot: Starten Sie gemeinsam mit uns anhand Ihres echten Projekts.<\/h1>\n        <p class=\"tb-pilot-sub\">Unser erfahrenes Team begleitet Sie von der Einrichtung bis zur ersten Auswertung. Mit Ihren eigenen Projektdaten sehen Sie, wie TaskBrowse Planung, Aufgaben, Zeiten, Auslastung und Kosten in Ihrem Arbeitsalltag verbindet.<\/p>\n        <p class=\"tb-pilot-supportnote\">Kostenlose Ersteinsch\u00e4tzung&nbsp;\u00b7&nbsp;Start mit echten Projektdaten&nbsp;\u00b7&nbsp;50% Rabatt auf den ersten Monat f\u00fcr geeignete Pilot-Teams<\/p>\n        <div class=\"tb-pilot-cta-row\">\n          <a href=\"#tb-pilot-form\" class=\"tb-pilot-btn tb-pilot-btn-primary\" data-event=\"pilot_request_cta\" data-location=\"hero\">Begleiteten Pilot anfragen<\/a>\n          <a href=\"#tb-pilot-what-is\" class=\"tb-pilot-btn tb-pilot-btn-secondary\" data-event=\"what_is_cta\" data-location=\"hero\">Was ist TaskBrowse?<\/a>\n        <\/div>\n      <\/div>\n      <div class=\"tb-pilot-hero-visual\">\n        <img decoding=\"async\" src=\"https:\/\/taskbrowse.com\/de\/wp-content\/uploads\/sites\/7\/2026\/07\/B2B-Project-Report-Mockup.png\" alt=\"TaskBrowse Pilot: Projekt-Realit\u00e4tscheck mit Planung, Zeiten, Auslastung und Kosten\" class=\"tb-pilot-img\" loading=\"eager\">\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- 1b. WAS IST TASKBROWSE -->\n  <section class=\"tb-pilot-section tb-pilot-whatis\" id=\"tb-pilot-what-is\">\n    <div class=\"tb-pilot-container\">\n      <p class=\"tb-pilot-eyebrow\">TaskBrowse kurz erkl\u00e4rt<\/p>\n      <h2 class=\"tb-pilot-h2\">Eine Plattform, um Projektplanung mit der Realit\u00e4t der t\u00e4glichen Arbeit zu verbinden.<\/h2>\n      <p class=\"tb-pilot-lead\">TaskBrowse verbindet Projektplanung, Aufgaben, Zeiterfassung, Auslastung, Kosten und Berichte in einer Plattform. So sehen Teams nicht nur, welche Aufgaben geplant sind, sondern auch, wie Arbeit, Zeit und Kosten im echten Projektverlauf zusammenh\u00e4ngen.<\/p>\n      <div class=\"tb-pilot-whatis-grid\">\n        <div class=\"tb-pilot-whatis-card\">\n          <div class=\"tb-pilot-whatis-body\">\n            <svg class=\"tb-pilot-whatis-icon\" width=\"48\" height=\"48\" viewBox=\"0 0 48 48\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\">\n              <rect x=\"8\" y=\"6\" width=\"32\" height=\"36\" rx=\"4\" stroke=\"#202124\" stroke-width=\"2\"><\/rect>\n              <path d=\"M14.5 16 L17 18.5 L21 13.5\" stroke=\"#C8102E\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path>\n              <line x1=\"24\" y1=\"16.5\" x2=\"34\" y2=\"16.5\" stroke=\"#202124\" stroke-width=\"2\" stroke-linecap=\"round\"><\/line>\n              <rect x=\"14\" y=\"23\" width=\"5\" height=\"5\" rx=\"1\" stroke=\"#202124\" stroke-width=\"2\"><\/rect>\n              <line x1=\"24\" y1=\"25.5\" x2=\"34\" y2=\"25.5\" stroke=\"#202124\" stroke-width=\"2\" stroke-linecap=\"round\"><\/line>\n              <rect x=\"14\" y=\"32\" width=\"5\" height=\"5\" rx=\"1\" stroke=\"#202124\" stroke-width=\"2\"><\/rect>\n              <line x1=\"24\" y1=\"34.5\" x2=\"34\" y2=\"34.5\" stroke=\"#202124\" stroke-width=\"2\" stroke-linecap=\"round\"><\/line>\n            <\/svg>\n            <h3 class=\"tb-pilot-h3\">Projekte, Aufgaben und Planung<\/h3>\n            <p>Strukturieren Sie Projekte, Aufgaben, Termine und Verantwortlichkeiten an einem Ort.<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"tb-pilot-whatis-card\">\n          <div class=\"tb-pilot-whatis-body\">\n            <svg class=\"tb-pilot-whatis-icon\" width=\"48\" height=\"48\" viewBox=\"0 0 48 48\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\">\n              <circle cx=\"15\" cy=\"16\" r=\"9\" stroke=\"#202124\" stroke-width=\"2\"><\/circle>\n              <path d=\"M15 11.5 V16 H18.5\" stroke=\"#202124\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path>\n              <line x1=\"28\" y1=\"42\" x2=\"46\" y2=\"42\" stroke=\"#202124\" stroke-width=\"2\" stroke-linecap=\"round\"><\/line>\n              <line x1=\"31\" y1=\"42\" x2=\"31\" y2=\"33\" stroke=\"#202124\" stroke-width=\"4\"><\/line>\n              <line x1=\"38\" y1=\"42\" x2=\"38\" y2=\"28\" stroke=\"#202124\" stroke-width=\"4\"><\/line>\n              <line x1=\"45\" y1=\"42\" x2=\"45\" y2=\"24\" stroke=\"#202124\" stroke-width=\"4\"><\/line>\n              <line x1=\"45\" y1=\"24\" x2=\"45\" y2=\"18\" stroke=\"#C8102E\" stroke-width=\"4\"><\/line>\n              <line x1=\"27\" y1=\"24\" x2=\"47\" y2=\"24\" stroke=\"#202124\" stroke-width=\"1.5\" stroke-dasharray=\"3 3\"><\/line>\n            <\/svg>\n            <h3 class=\"tb-pilot-h3\">Zeiterfassung, Auslastung und Kosten<\/h3>\n            <p>Verbinden Sie erfasste Zeiten mit Projekten, Aufgaben und Teamkapazit\u00e4t.<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"tb-pilot-whatis-card\">\n          <div class=\"tb-pilot-whatis-body\">\n            <svg class=\"tb-pilot-whatis-icon\" width=\"48\" height=\"48\" viewBox=\"0 0 48 48\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\">\n              <path d=\"M8 8 V40 H40\" stroke=\"#202124\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path>\n              <path d=\"M13 34 L38 15\" stroke=\"#202124\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-dasharray=\"4 3\"><\/path>\n              <path d=\"M13 34 L21 28 L29 26 L38 24\" stroke=\"#202124\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path>\n              <circle cx=\"38\" cy=\"24\" r=\"3\" fill=\"#C8102E\"><\/circle>\n            <\/svg>\n            <h3 class=\"tb-pilot-h3\">Berichte, Abweichungen und Projektintelligenz<\/h3>\n            <p>Nutzen Sie Berichte, Dashboards und Analysen, um Abweichungen fr\u00fcher zu erkennen.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- 2. PROBLEM -->\n  <section class=\"tb-pilot-section tb-pilot-problem\">\n    <div class=\"tb-pilot-container\">\n      <h2 class=\"tb-pilot-h2\">Projekte scheitern selten am Plan. Meist wird die Realit\u00e4t zu sp\u00e4t sichtbar.<\/h2>\n      <p class=\"tb-pilot-lead\">Der Plan zeigt, was passieren soll. Doch im Alltag verschieben sich Aufgaben, Zeiten, Auslastung und Kosten oft unbemerkt \u2014 bis Entscheidungen zu sp\u00e4t kommen.<\/p>\n      <div class=\"tb-pilot-problem-panel\">\n        <div class=\"tb-pilot-problem-head\">\n          <p class=\"tb-pilot-problem-eyebrow\">Die Realit\u00e4tsl\u00fccke im Projektalltag<\/p>\n        <\/div>\n        <div class=\"tb-pilot-problem-row\">\n          <div class=\"tb-pilot-problem-icon\">\n            <svg width=\"28\" height=\"28\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\">\n              <path d=\"M6 32 L34 12\" stroke=\"#202124\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-dasharray=\"4 3\"><\/path>\n              <path d=\"M6 32 L18 26 L26 25 L34 24\" stroke=\"#202124\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path>\n              <circle cx=\"34\" cy=\"24\" r=\"2.5\" fill=\"#C8102E\"><\/circle>\n            <\/svg>\n          <\/div>\n          <div class=\"tb-pilot-problem-copy\">\n            <h3 class=\"tb-pilot-h3\">Plan und Realit\u00e4t laufen auseinander<\/h3>\n            <p>Aufgaben verschieben sich, Aufw\u00e4nde wachsen und Priorit\u00e4ten \u00e4ndern sich \u2014 aber der urspr\u00fcngliche Plan bleibt oft zu lange unver\u00e4ndert.<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"tb-pilot-problem-row\">\n          <div class=\"tb-pilot-problem-icon\">\n            <svg width=\"28\" height=\"28\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\">\n              <circle cx=\"15\" cy=\"20\" r=\"10\" stroke=\"#202124\" stroke-width=\"2\"><\/circle>\n              <path d=\"M15 15 V20 H19\" stroke=\"#202124\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path>\n              <line x1=\"30\" y1=\"14\" x2=\"36\" y2=\"14\" stroke=\"#202124\" stroke-width=\"2\" stroke-linecap=\"round\"><\/line>\n              <line x1=\"30\" y1=\"20\" x2=\"36\" y2=\"20\" stroke=\"#202124\" stroke-width=\"2\" stroke-linecap=\"round\" opacity=\"0.55\"><\/line>\n              <line x1=\"30\" y1=\"26\" x2=\"36\" y2=\"26\" stroke=\"#202124\" stroke-width=\"2\" stroke-linecap=\"round\" opacity=\"0.25\"><\/line>\n            <\/svg>\n          <\/div>\n          <div class=\"tb-pilot-problem-copy\">\n            <h3 class=\"tb-pilot-h3\">Zeiten werden erfasst, aber kaum genutzt<\/h3>\n            <p>Stundendaten landen oft nur in Abrechnung oder Kontrolle. F\u00fcr bessere Planung und Steuerung bleiben sie ungenutzt.<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"tb-pilot-problem-row\">\n          <div class=\"tb-pilot-problem-icon\">\n            <svg width=\"28\" height=\"28\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\">\n              <circle cx=\"10\" cy=\"10\" r=\"3.5\" stroke=\"#202124\" stroke-width=\"2\"><\/circle>\n              <circle cx=\"20\" cy=\"10\" r=\"3.5\" stroke=\"#202124\" stroke-width=\"2\"><\/circle>\n              <circle cx=\"30\" cy=\"10\" r=\"3.5\" stroke=\"#202124\" stroke-width=\"2\"><\/circle>\n              <line x1=\"10\" y1=\"34\" x2=\"10\" y2=\"26\" stroke=\"#202124\" stroke-width=\"4\"><\/line>\n              <line x1=\"20\" y1=\"34\" x2=\"20\" y2=\"22\" stroke=\"#202124\" stroke-width=\"4\"><\/line>\n              <line x1=\"20\" y1=\"22\" x2=\"20\" y2=\"18\" stroke=\"#C8102E\" stroke-width=\"4\"><\/line>\n              <line x1=\"30\" y1=\"34\" x2=\"30\" y2=\"28\" stroke=\"#202124\" stroke-width=\"4\"><\/line>\n            <\/svg>\n          <\/div>\n          <div class=\"tb-pilot-problem-copy\">\n            <h3 class=\"tb-pilot-h3\">Auslastung bleibt Gef\u00fchlssache<\/h3>\n            <p>Wer \u00fcberlastet ist und wo noch Kapazit\u00e4t frei w\u00e4re, wird h\u00e4ufig gesch\u00e4tzt statt klar aus Projektdaten sichtbar.<\/p>\n          <\/div>\n        <\/div>\n        <div class=\"tb-pilot-problem-row\">\n          <div class=\"tb-pilot-problem-icon\">\n            <svg width=\"28\" height=\"28\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\">\n              <circle cx=\"17\" cy=\"23\" r=\"11\" stroke=\"#202124\" stroke-width=\"2\"><\/circle>\n              <path d=\"M17 17 C 13.5 17, 12 19, 13.5 21 C 15 23, 19 23, 20.5 25 C 22 27, 20.5 29, 17 29 M17 15.5 V17 M17 29 V30.5\" stroke=\"#202124\" stroke-width=\"2\" stroke-linecap=\"round\"><\/path>\n              <line x1=\"33\" y1=\"8\" x2=\"33\" y2=\"15\" stroke=\"#C8102E\" stroke-width=\"2.5\" stroke-linecap=\"round\"><\/line>\n              <circle cx=\"33\" cy=\"19.5\" r=\"1.5\" fill=\"#C8102E\"><\/circle>\n            <\/svg>\n          <\/div>\n          <div class=\"tb-pilot-problem-copy\">\n            <h3 class=\"tb-pilot-h3\">Kosten werden zu sp\u00e4t sichtbar<\/h3>\n            <p>Kostenabweichungen fallen oft erst auf, wenn Budget, Termine oder Marge bereits unter Druck stehen.<\/p>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- 3. WAS IST DER PILOT -->\n  <section class=\"tb-pilot-section tb-pilot-program\">\n    <div class=\"tb-pilot-container\">\n      <h2 class=\"tb-pilot-h2\">Was ist der TaskBrowse Pilot?<\/h2>\n      <p class=\"tb-pilot-lead\">Sie testen TaskBrowse nicht mit leeren Beispieldaten, sondern mit einem echten Projekt aus Ihrem Unternehmen. Wir begleiten die Einrichtung, helfen beim Start und zeigen, welche Projektrealit\u00e4t aus Aufgaben, Zeiten, Auslastung und Kosten sichtbar wird.<\/p>\n      <div class=\"tb-pilot-program-layout\">\n        <div class=\"tb-pilot-program-steps\">\n          <h3 class=\"tb-pilot-h3 tb-pilot-program-title\">So l\u00e4uft der Pilot ab<\/h3>\n          <ol class=\"tb-pilot-program-steplist\">\n            <li class=\"tb-pilot-program-step\">\n              <span class=\"tb-pilot-program-step-number\">1<\/span>\n              <div>\n                <h4 class=\"tb-pilot-program-step-title\">Projekt ausw\u00e4hlen<\/h4>\n                <p>Sie w\u00e4hlen ein reales Projekt, das f\u00fcr Ihr Team wichtig genug ist, aber \u00fcberschaubar bleibt.<\/p>\n              <\/div>\n            <\/li>\n            <li class=\"tb-pilot-program-step\">\n              <span class=\"tb-pilot-program-step-number\">2<\/span>\n              <div>\n                <h4 class=\"tb-pilot-program-step-title\">Gemeinsam einrichten<\/h4>\n                <p>Wir helfen, Aufgaben, Zeiten, Verantwortlichkeiten und relevante Projektdaten sinnvoll in TaskBrowse abzubilden.<\/p>\n              <\/div>\n            <\/li>\n            <li class=\"tb-pilot-program-step\">\n              <span class=\"tb-pilot-program-step-number\">3<\/span>\n              <div>\n                <h4 class=\"tb-pilot-program-step-title\">Realit\u00e4t auswerten<\/h4>\n                <p>Nach der Pilotphase sehen Sie klarer, wo Planung, Aufwand, Auslastung und Kosten vom urspr\u00fcnglichen Bild abweichen.<\/p>\n              <\/div>\n            <\/li>\n          <\/ol>\n        <\/div>\n        <div class=\"tb-pilot-program-outcomes\">\n          <h3 class=\"tb-pilot-h3 tb-pilot-program-title\">Was Sie danach besser sehen<\/h3>\n          <ul class=\"tb-pilot-program-list\">\n            <li class=\"tb-pilot-program-item\">\n              <span class=\"tb-pilot-program-marker\"><svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\"><path d=\"M3.5 9.5 L7 13 L14.5 4.5\" stroke=\"#C8102E\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg><\/span>\n              Welche Aufgaben mehr Aufwand verbrauchen als geplant\n            <\/li>\n            <li class=\"tb-pilot-program-item\">\n              <span class=\"tb-pilot-program-marker\"><svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\"><path d=\"M3.5 9.5 L7 13 L14.5 4.5\" stroke=\"#C8102E\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg><\/span>\n              Wo Auslastungsdruck im Team entsteht\n            <\/li>\n            <li class=\"tb-pilot-program-item\">\n              <span class=\"tb-pilot-program-marker\"><svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\"><path d=\"M3.5 9.5 L7 13 L14.5 4.5\" stroke=\"#C8102E\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg><\/span>\n              Ob Fortschritt und erfasste Zeiten zusammenpassen\n            <\/li>\n            <li class=\"tb-pilot-program-item\">\n              <span class=\"tb-pilot-program-marker\"><svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\"><path d=\"M3.5 9.5 L7 13 L14.5 4.5\" stroke=\"#C8102E\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg><\/span>\n              Wie sich Aufwand und Kosten im Pilotprojekt entwickeln\n            <\/li>\n            <li class=\"tb-pilot-program-item\">\n              <span class=\"tb-pilot-program-marker\"><svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\"><path d=\"M3.5 9.5 L7 13 L14.5 4.5\" stroke=\"#C8102E\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg><\/span>\n              Welche Daten f\u00fcr bessere Steuerung fehlen\n            <\/li>\n            <li class=\"tb-pilot-program-item\">\n              <span class=\"tb-pilot-program-marker\"><svg width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" aria-hidden=\"true\"><path d=\"M3.5 9.5 L7 13 L14.5 4.5\" stroke=\"#C8102E\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path><\/svg><\/span>\n              Ob TaskBrowse f\u00fcr einen gr\u00f6\u00dferen Rollout sinnvoll ist\n            <\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n<!-- 4. FINAL CTA \/ FORM -->\n<section class=\"tb-pilot-section tb-pilot-final\" id=\"tb-pilot-form\">\n  <div class=\"tb-pilot-container tb-pilot-narrow\">\n    <h2 class=\"tb-pilot-h2\">Begleiteten Pilot anfragen<\/h2>\n    <p class=\"tb-pilot-lead\">\n      Senden Sie uns kurz Ihre Anfrage. Wir pr\u00fcfen, ob ein begleiteter TaskBrowse-Pilot f\u00fcr Ihr Projekt sinnvoll ist, und melden uns mit den n\u00e4chsten Schritten. Ein Termin ist nicht automatisch erforderlich.\n    <\/p>\n\n    <div class=\"tb-pilot-form\">\n      \t\t\t<form id=\"tbpf-form\" class=\"tbpf-form\" method=\"post\" enctype=\"multipart\/form-data\" novalidate dir=\"ltr\">\n\t\t\t\t<input type=\"hidden\" id=\"tbpf_nonce\" name=\"tbpf_nonce\" value=\"16593ea578\" \/><input type=\"hidden\" name=\"_wp_http_referer\" value=\"\/de\/wp-json\/wp\/v2\/pages\/7552\" \/>\t\t\t\t<input type=\"hidden\" name=\"tbpf_action\" value=\"submit\">\n\t\t\t\t<input type=\"hidden\" name=\"tbpf_started_at\" value=\"1784329360\">\n\t\t\t\t<input type=\"hidden\" name=\"tbpf_page_id\" value=\"7552\">\n\t\t\t\t<div class=\"tbpf-hp\" aria-hidden=\"true\">\n\t\t\t\t\t<label for=\"tbpf-website-url\">Bitte leer lassen<\/label>\n\t\t\t\t\t<input id=\"tbpf-website-url\" type=\"text\" name=\"tbpf_website_url\" value=\"\" tabindex=\"-1\" autocomplete=\"off\">\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"tbpf-message\" data-tbpf-message aria-live=\"polite\" tabindex=\"-1\" hidden><\/div>\n\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<div class=\"tbpf-row\">\n\t\t\t\t\t<label class=\"tbpf-label\" for=\"tbpf-name\">Name <span aria-hidden=\"true\">*<\/span><\/label>\n\t\t\t\t\t<input class=\"tbpf-input\" id=\"tbpf-name\" name=\"tbpf_name\" type=\"text\" value=\"\" required aria-invalid=\"false\">\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t<div class=\"tbpf-row\">\n\t\t\t\t\t<label class=\"tbpf-label\" for=\"tbpf-email\">Gesch\u00e4ftliche E-Mail <span aria-hidden=\"true\">*<\/span><\/label>\n\t\t\t\t\t<input class=\"tbpf-input\" id=\"tbpf-email\" name=\"tbpf_email\" type=\"email\" value=\"\" required aria-invalid=\"false\">\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t<div class=\"tbpf-row\">\n\t\t\t\t\t<label class=\"tbpf-label\" for=\"tbpf-company\">Unternehmen <span aria-hidden=\"true\">*<\/span><\/label>\n\t\t\t\t\t<input class=\"tbpf-input\" id=\"tbpf-company\" name=\"tbpf_company\" type=\"text\" value=\"\" required aria-invalid=\"false\">\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t<div class=\"tbpf-row\">\n\t\t\t\t\t<label class=\"tbpf-label\" for=\"tbpf-website-description\">Website des Unternehmens oder kurze Beschreibung<\/label>\n\t\t\t\t\t<input class=\"tbpf-input\" id=\"tbpf-website-description\" name=\"tbpf_website_description\" type=\"text\" value=\"\" placeholder=\"https:\/\/... oder kurze Beschreibung, falls keine Website vorhanden ist\">\n\t\t\t\t<\/div>\n\n\t\t\t\t<div class=\"tbpf-row\">\n\t\t\t\t\t<label class=\"tbpf-label\" for=\"tbpf-goal\">Was m\u00f6chten Sie im Pilot pr\u00fcfen? <span aria-hidden=\"true\">*<\/span><\/label>\n\t\t\t\t\t<select class=\"tbpf-select\" id=\"tbpf-goal\" name=\"tbpf_goal\" required aria-invalid=\"false\">\n\t\t\t\t\t\t<option value=\"\">Bitte ausw\u00e4hlen<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"project_delays\" >Projektverz\u00f6gerungen fr\u00fcher erkennen<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"time_project_mapping\" >Zeiten besser mit Projekten verbinden<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"team_utilization\" >Auslastung im Team sichtbar machen<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"project_costs\" >Projektkosten besser verstehen<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"reduce_excel\" >Excel-basierte Projektsteuerung reduzieren<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"reporting_overview\" >Reporting und Management-\u00dcbersicht verbessern<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"other\" >Sonstiges \/ nicht in der Liste<\/option>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"not_sure\" >Noch nicht sicher<\/option>\n\t\t\t\t\t\t\t\t\t\t\t<\/select>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t<div class=\"tbpf-row\">\n\t\t\t\t\t<label class=\"tbpf-label\" for=\"tbpf-notes\">Optional: Was sollten wir vorab wissen?<\/label>\n\t\t\t\t\t<textarea class=\"tbpf-textarea\" id=\"tbpf-notes\" name=\"tbpf_notes\" rows=\"5\" placeholder=\"Kurzer Hinweis zu Ihrem Projekt, Ihrer Situation oder einem Punkt, der oben nicht passt.\"><\/textarea>\n\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t<div class=\"tbpf-row\">\n\t\t\t\t\t\t<label class=\"tbpf-label\" for=\"tbpf-project-file\">Relevantes Dokument hochladen (optional)<\/label>\n\t\t\t\t\t\t<input class=\"tbpf-file\" id=\"tbpf-project-file\" name=\"tbpf_project_file\" type=\"file\" accept=\".pdf,.docx,.xlsx,.csv,.pptx\" aria-invalid=\"false\">\n\t\t\t\t\t\t<p class=\"tbpf-help\">Optional: Projektplan, Aufgabenliste, Excel-Datei, PDF, Leistungsbeschreibung oder andere relevante Projektdokumentation.<\/p>\n\t\t\t\t\t\t<p class=\"tbpf-help\">\n\t\t\t\t\t\t\tErlaubte Dateien: PDF, DOCX, XLSX, CSV, PPTX. Maximal 10 MB.\t\t\t\t\t\t<\/p>\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t<div class=\"tbpf-row tbpf-checkbox-row\">\n\t\t\t\t\t<input class=\"tbpf-checkbox\" id=\"tbpf-privacy-consent\" name=\"tbpf_privacy_consent\" type=\"checkbox\" value=\"1\" required  aria-invalid=\"false\">\n\t\t\t\t\t<label class=\"tbpf-label\" for=\"tbpf-privacy-consent\">\n\t\t\t\t\t\tIch bin damit einverstanden, dass TaskBrowse meine Angaben zur Bearbeitung meiner Anfrage verwendet. Weitere Informationen finde ich in der <a href=\"https:\/\/taskbrowse.com\/de\/terms\/#datenschutz\" target=\"_blank\" rel=\"noopener noreferrer\">Datenschutzerkl\u00e4rung<\/a>.\t\t\t\t\t\t<span aria-hidden=\"true\">*<\/span>\n\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t<button class=\"tbpf-submit\" type=\"submit\">Pilot-Anfrage senden<\/button>\n\t\t\t<\/form>\n\t\t\t\n    <\/div>\n\n    <p class=\"tb-pilot-note\">\n      Keine lange Anfrage. Kein sofortiger Rollout. Erst pr\u00fcfen, ob der Pilot sinnvoll ist.\n    <\/p>\n  <\/div>\n<\/section>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Begleiteter TaskBrowse-Pilot TaskBrowse Pilot: Starten Sie gemeinsam mit uns anhand Ihres echten Projekts. Unser erfahrenes Team begleitet Sie von der Einrichtung bis zur ersten Auswertung. Mit Ihren eigenen Projektdaten sehen Sie, wie TaskBrowse Planung, Aufgaben, Zeiten, Auslastung und Kosten in Ihrem Arbeitsalltag verbindet. Kostenlose Ersteinsch\u00e4tzung&nbsp;\u00b7&nbsp;Start mit echten Projektdaten&nbsp;\u00b7&nbsp;50% Rabatt auf den ersten Monat f\u00fcr geeignete&hellip;&nbsp;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"ghostkit_customizer_options":"","ghostkit_custom_css":"","ghostkit_custom_js_head":"","ghostkit_custom_js_foot":"","ghostkit_typography":"","neve_meta_sidebar":"","neve_meta_container":"","neve_meta_enable_content_width":"","neve_meta_content_width":0,"neve_meta_title_alignment":"","neve_meta_author_avatar":"","neve_post_elements_order":"","neve_meta_disable_header":"","neve_meta_disable_footer":"","neve_meta_disable_title":"on","_themeisle_gutenberg_block_has_review":false,"footnotes":""},"class_list":["post-7552","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/taskbrowse.com\/de\/wp-json\/wp\/v2\/pages\/7552","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/taskbrowse.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/taskbrowse.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/taskbrowse.com\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/taskbrowse.com\/de\/wp-json\/wp\/v2\/comments?post=7552"}],"version-history":[{"count":24,"href":"https:\/\/taskbrowse.com\/de\/wp-json\/wp\/v2\/pages\/7552\/revisions"}],"predecessor-version":[{"id":7602,"href":"https:\/\/taskbrowse.com\/de\/wp-json\/wp\/v2\/pages\/7552\/revisions\/7602"}],"wp:attachment":[{"href":"https:\/\/taskbrowse.com\/de\/wp-json\/wp\/v2\/media?parent=7552"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}