<!DOCTYPE html><!-- Last Published: Tue Jun 09 2026 12:14:30 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain="www.contentbird.io" data-wf-page="69cb78f0709ca8ac16730597" data-wf-site="6940f84e84d7ab65b0774a60" lang="de"><head><meta charset="utf-8"/><link href="https://cdn.prod.website-files.com" rel="preconnect" crossorigin="anonymous"/><title>AI Content Operations Platform für Teams | contentbird</title><meta content="contentbird ist die AI Content Operations Platform für Marketing-Teams: Strategie, Planung, AI-Erstellung, Distribution und Performance in einer Plattform." name="description"/><meta content="AI Content Operations Platform für Teams | contentbird" property="og:title"/><meta content="contentbird ist die AI Content Operations Platform für Marketing-Teams: Strategie, Planung, AI-Erstellung, Distribution und Performance in einer Plattform." property="og:description"/><meta content="https://cdn.prod.website-files.com/6940f84e84d7ab65b0774a60/69cf8f482fae233d7a038770_OG%20Image.png" property="og:image"/><meta content="AI Content Operations Platform für Teams | contentbird" name="twitter:title"/><meta content="contentbird ist die AI Content Operations Platform für Marketing-Teams: Strategie, Planung, AI-Erstellung, Distribution und Performance in einer Plattform." name="twitter:description"/><meta property="og:type" content="website"/><meta content="summary_large_image" name="twitter:card"/><meta content="width=device-width, initial-scale=1" name="viewport"/><link href="https://cdn.prod.website-files.com/6940f84e84d7ab65b0774a60/css/contentbird-staging.webflow.shared.d20e20129.css" rel="stylesheet" type="text/css" integrity="sha384-0g4gEppo2ks+IdJQk9WwYsEba6+PMl5IpUnQRgUTr5+ihDSvN+BgpGFeb/3pRBYm" crossorigin="anonymous"/><link href="https://fonts.googleapis.com" rel="preconnect"/><link href="https://fonts.gstatic.com" rel="preconnect" crossorigin="anonymous"/><script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js" type="text/javascript"></script><script type="text/javascript">WebFont.load({  google: {    families: ["Poppins:300,400,500,600,700"]  }});</script><script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script><link href="https://cdn.prod.website-files.com/6940f84e84d7ab65b0774a60/699bf72a1bda483d5d48bb3a_favicon.svg" rel="shortcut icon" type="image/x-icon"/><link href="https://cdn.prod.website-files.com/6940f84e84d7ab65b0774a60/699be252fab10922f8439d98_6214c0621924ab75fe7df7b2_contentbird-webclip.png" rel="apple-touch-icon"/><script src="https://www.google.com/recaptcha/api.js" type="text/javascript"></script><!-- Swiper CSS CDN -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />

<style>
  ::selection {
  background: rgba(9, 87, 222, 0.75);
  color: var(--white);
}

::-moz-selection {
  background: rgba(9, 87, 222, 0.75);
  color: var(--white);
}
</style>

<!-- Cokkies Code -->
<script type="text/javascript">
    window.dataLayer = window.dataLayer || [];
    function gtag() {
        dataLayer.push(arguments);
    }
    gtag("consent", "default", {
        ad_user_data: "denied",
        ad_personalization: "denied",
        ad_storage: "denied",
        analytics_storage: "denied",
        wait_for_update: 2000
    });
    gtag("set", "ads_data_redaction", true);
</script>

<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-P93X2CT');</script></head><body><div class="page-wrapper"><div class="page_code-wrap"><div class="global-styles w-embed"><!-- Phosphor Regular Icons -->
<link rel="stylesheet" href="https://unpkg.com/@phosphor-icons/web@2.1.1/src/regular/style.css"/>
<!-- Phosphor Bold Icons -->
<link rel="stylesheet" href="https://unpkg.com/@phosphor-icons/web@2.1.1/src/bold/style.css"/>
<!-- Phosphor Fill Icons -->
<link rel="stylesheet" href="https://unpkg.com/@phosphor-icons/web@2.1.1/src/fill/style.css"/>
<!-- Font Awesome Brand Icons -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css"/>

<style>
/* Make text look crisper and more legible in all browsers */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Focus state style for keyboard navigation for the focusable elements */
*[tabindex]:focus-visible,
  input[type="file"]:focus-visible {
   outline: 0.125rem solid #4d65ff;
   outline-offset: 0.125rem;
}

/* Set color style to inherit */
.inherit-color * {
    color: inherit;
}

/* Get rid of top margin on first element in any rich text element */
.w-richtext > :not(div):first-child, .w-richtext > div:first-child > :first-child {
  margin-top: 0 !important;
}

/* Get rid of bottom margin on last element in any rich text element */
.w-richtext>:last-child, .w-richtext ol li:last-child, .w-richtext ul li:last-child {
	margin-bottom: 0 !important;
}


/* Make sure containers never lose their center alignment */
.container-medium,.container-small, .container-large {
	margin-right: auto !important;
  margin-left: auto !important;
}

/* 
Make the following elements inherit typography styles from the parent and not have hardcoded values. 
Important: You will not be able to style for example "All Links" in Designer with this CSS applied.
Uncomment this CSS to use it in the project. Leave this message for future hand-off.
*/
/*
a,
.w-input,
.w-select,
.w-tab-link,
.w-nav-link,
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  color: inherit;
  text-decoration: inherit;
  font-size: inherit;
}
*/

/* Apply "..." after 3 lines of text */
.text-style-3lines {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

/* Apply "..." after 2 lines of text */
.text-style-2lines {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

/* These classes are never overwritten */
.hide {
  display: none !important;
}

@media screen and (max-width: 991px) {
    .hide, .hide-tablet {
        display: none !important;
    }
}
  @media screen and (max-width: 767px) {
    .hide-mobile-landscape{
      display: none !important;
    }
}
  @media screen and (max-width: 479px) {
    .hide-mobile{
      display: none !important;
    }
}
 
.margin-0 {
  margin: 0rem !important;
}
  
.padding-0 {
  padding: 0rem !important;
}

.spacing-clean {
padding: 0rem !important;
margin: 0rem !important;
}

.margin-top {
  margin-right: 0rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important;
}

.padding-top {
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
}
  
.margin-right {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important;
}

.padding-right {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important;
}

.margin-bottom {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}

.padding-bottom {
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

.margin-left {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-bottom: 0rem !important;
}
  
.padding-left {
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
}
  
.margin-horizontal {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.padding-horizontal {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.margin-vertical {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}
  
.padding-vertical {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

</style>


<style>
.submenu_links_wrapper:hover .submenu_hover_title_block{
color:var(--_color---secondary--blue);
  font-weight:600;
  left:0rem;
}
.submenu_wrapper.w-dropdown-toggle.w--open .megamenu_icon{
  transform: rotate(180deg) translateY(1px);
}
  @media screen and (max-width:991px){
    .submenu_links_block.is-active-submenu .submenu_links_container{
      margin-bottom: 1rem;
    }
    .nav_button.w--open .nav_humburger .is-center-navline{
        opacity: 0;
    }
    .nav_button.w--open .nav_humburger .is-top-navline{
        transform: rotate(45deg) translate(5px, -6px);
    }
    .nav_button.w--open .nav_humburger .is-bottom-navline{
		transform: rotate(-45deg) translate(-12px, -1px);
    }
}
</style>

<style>
  .integration-swiper,
  .case-study-swiper,
  .software-swiper{
  	overflow:visible !important;
  }
  .integration-swiper .swiper-slide,
  .case-study-swiper .swiper-slide,
  .software-swiper .swiper-slide{
  	height:auto !important;
  }
</style>

<style>
.home_tab_feature_wrapper.is-tab-active .feature_icon_wrapper{
  background-color: var(--_color---secondary--light-blue);
}
.home_tab_feature_wrapper.is-tab-active .feature_icon_wrapper.w-variant-04dabacd-5a6d-fd9f-f715-7df6cc6b42d8{
  background-color: var(--_color---secondary--blue);
}

/* Remove Default Appearance */
.filter_checkbox-btn input[type="checkbox"]{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* Checked State - Checkbox */
.filter_checkbox-btn input[type="checkbox"]:checked {
  background-image: url('https://cdn.prod.website-		files.com/694e69bd7fec2e3eb86b984c/696e2ccb096664afca3fc55c_Check%20Blue.svg');
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
}

  .points_info_wrapper:hover .info_content_wrapper{
    opacity: 100%;
    pointer-events: auto;
  }
</style></div></div><div class="styles"><div class="hero-graphics w-embed"><style>
:root {
  --blue: #0957DE;
  --blue-lt: #669EFF;
  --blue-bg: #F0F7FF;
  --black: #202020;
  --grey: #808080;
  --grey-sec: #8A8A8A;
  --line: #ECECEC;
  --bg: #F9F9F9;
  --white: #FFFFFF;
  --green: #1CA44B;
  --green-bg: #E2FCEA;
  --orange: #FF8000;
  --orange-bg: #FAEDE0;
  --red: #FE6060;
  --purple: #9300F4;
  --ai-grad: linear-gradient(90deg, #0957DE 0%, #9300F4 100%);
  --f: 'Montserrat', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
.is-tagline-gradient{
  background: linear-gradient(90deg, #0957DE 0%, #9300F4 100%);
  background-clip:text;
}
.hero-ui {
  padding: 0;
  overflow: hidden;
  border-radius: 14px;
  height: 490px;
  width: 560px;
  background: var(--white);
  border: 1px solid rgba(255,255,255,0.15);
  box-shadow: 0 4px 6px rgba(0,0,0,0.12), 0 24px 64px rgba(0,0,0,0.2);
  display: flex;
  flex-direction: column;
}

.m-winbar {
  height: 38px;
  background: #ffffff;
  border-bottom: 1px solid #e8ecf0;
  display: flex;
  align-items: center;
  padding: 0 12px;
  gap: 8px;
  flex-shrink: 0;
}

.m-app {
  display: flex;
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

.m-sb {
  width: 122px;
  background: #fafbfd;
  border-right: 1px solid #e8ecf0;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  overflow: hidden;
}

.m-sb-logo {
  padding: 9px 12px 8px;
  border-bottom: 1px solid #e8ecf0;
  display: flex;
  align-items: center;
}

.m-sb-create {
  margin: 8px 8px 4px;
  background: #0957DE;
  color: white;
  font-size: 9px;
  font-weight: 700;
  padding: 5px 8px;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
  letter-spacing: 0.2px;
  font-family: var(--f);
}

.m-sb-item {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  font-size: 10px;
  font-weight: 500;
  color: #64748b;
  cursor: pointer;
  transition: background 0.1s;
  white-space: nowrap;
  font-family: var(--f);
}

.m-sb-item:hover { background: #f0f4f8; }

.m-sb-item.on {
  color: #0957DE;
  background: rgba(9, 87, 222, 0.07);
  font-weight: 700;
}

.m-sb-item svg {
  width: 11px;
  height: 11px;
  flex-shrink: 0;
}

.m-sb-sep {
  height: 1px;
  background: #e8ecf0;
  margin: 4px 0;
}

.m-main {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: white;
}

.m-appbar {
  height: 38px;
  border-bottom: 1px solid #e8ecf0;
  display: flex;
  align-items: center;
  padding: 0 14px;
  gap: 8px;
  flex-shrink: 0;
}

.m-proj {
  font-size: 10px;
  color: #94a3b8;
  font-weight: 500;
  font-family: var(--f);
}

.m-proj strong {
  color: #1e293b;
  font-weight: 700;
}

.m-appbar-r {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 6px;
}

.m-ai-btn {
  font-size: 9px;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 6px;
  background: linear-gradient(90deg, rgba(9,87,222,0.08) 0%, rgba(147,0,244,0.08) 100%);
  border: 1px solid rgba(9, 87, 222, 0.15);
  color: #0957DE;
  display: flex;
  align-items: center;
  gap: 3px;
  cursor: pointer;
  font-family: var(--f);
}

.m-bell {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
}

.m-avatar {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #0957DE;
  color: white;
  font-size: 8px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--f);
}

.m-content {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

.m-panel {
  height: 100%;
  overflow: hidden;
  padding: 12px 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  box-sizing: border-box;
}

.m-kpis {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  flex-shrink: 0;
}

.m-kpi {
  border: 1px solid #e8ecf0;
  border-radius: 7px;
  padding: 6px 8px;
  background: white;
}

.m-kpi-label {
  font-size: 8px;
  color: #94a3b8;
  font-weight: 600;
  margin-bottom: 2px;
  font-family: var(--f);
}

.m-kpi-value {
  font-size: 13px;
  font-weight: 800;
  color: #1e293b;
  letter-spacing: -0.5px;
  line-height: 1;
  font-family: var(--f);
}

.m-kpi-delta {
  font-size: 7.5px;
  font-weight: 600;
  margin-top: 2px;
  font-family: var(--f);
}

.m-kpi-delta.up { color: #22c55e; }
.m-kpi-delta.dn { color: #f87171; }

.m-dash-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  flex: 1;
  min-height: 0;
  align-items: stretch;
}

.m-widget {
  border: 1px solid #e8ecf0;
  border-radius: 8px;
  padding: 8px 10px;
  background: white;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.m-widget-title {
  font-size: 9.5px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
  font-family: var(--f);
}

.m-cal-week {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2px;
  margin-bottom: 6px;
  flex-shrink: 0;
}

.m-cal-day {
  text-align: center;
  font-size: 7px;
  font-weight: 500;
  color: #94a3b8;
  padding: 2px 1px;
  border-radius: 4px;
  line-height: 1.4;
  font-family: var(--f);
}

.m-cal-day.today {
  background: #0957DE;
  color: white;
  font-weight: 700;
  border-radius: 5px;
}

.m-cal-row {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 3px 0;
  border-bottom: 1px solid #f8fafc;
}

.m-cal-row:last-child { border-bottom: none; }

.m-cal-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
}

.m-cal-title {
  flex: 1;
  font-size: 8.5px;
  font-weight: 600;
  color: #1e293b;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: var(--f);
}

.m-cal-prog {
  font-size: 7.5px;
  color: #94a3b8;
  white-space: nowrap;
  font-family: var(--f);
}

.m-task-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 6px;
  padding: 3px 0;
  border-bottom: 1px solid #f8fafc;
}

.m-task-row:last-child { border-bottom: none; }

.m-task-title {
  font-size: 8.5px;
  font-weight: 600;
  color: #1e293b;
  line-height: 1.3;
  font-family: var(--f);
}

.m-task-sub {
  font-size: 7.5px;
  color: #94a3b8;
  margin-top: 1px;
  font-family: var(--f);
}

.m-task-badge {
  font-size: 7.5px;
  font-weight: 700;
  padding: 2px 5px;
  border-radius: 99px;
  white-space: nowrap;
  flex-shrink: 0;
  font-family: var(--f);
}

.m-task-badge.approve { background: #dbeafe; color: #1e40af; }
.m-task-badge.inprod { background: #fef3c7; color: #92400e; }

.m-pl-head {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-shrink: 0;
}

.m-pl-title {
  font-size: 14px;
  font-weight: 800;
  color: #1e293b;
  font-family: var(--f);
}

.m-pl-btn {
  margin-left: auto;
  font-size: 9px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 6px;
  background: #0957DE;
  color: white;
  cursor: pointer;
  font-family: var(--f);
}

.m-pl-tabs {
  display: flex;
  gap: 3px;
  flex-shrink: 0;
  flex-wrap: nowrap;
  overflow: hidden;
}

.m-pl-tab {
  font-size: 8px;
  font-weight: 700;
  padding: 3px 6px;
  border-radius: 99px;
  background: #f1f5f9;
  color: #64748b;
  cursor: pointer;
  white-space: nowrap;
  font-family: var(--f);
}

.m-pl-tab.on { background: #0957DE; color: white; }

.m-pl-tab-count {
  font-size: 8px;
  background: rgba(255,255,255,0.3);
  border-radius: 99px;
  padding: 0 3px;
  display: inline-block;
  margin-left: 2px;
}

.m-pl-row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 2px;
  border-bottom: 1px solid #f1f5f9;
  min-width: 0;
  overflow: hidden;
}

.m-pl-row:last-child { border-bottom: none; }

.m-pl-name {
  font-weight: 600;
  font-size: 9.5px;
  color: #1e293b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: var(--f);
}

.m-pl-meta {
  font-size: 8px;
  color: #94a3b8;
  margin-top: 1px;
  font-family: var(--f);
}

.m-type-ico {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  font-weight: 700;
  font-family: var(--f);
}

.m-status {
  font-size: 8px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 99px;
  white-space: nowrap;
  font-family: var(--f);
}

.m-status.inprod { background: #f1f5f9; color: #475569; }
.m-status.published { background: #e8f5ee; color: #276749; }
.m-status.accepted { background: #f1f5f9; color: #334155; }
.m-status.author { background: #f1f5f9; color: #64748b; }

.m-prog {
  display: flex;
  align-items: center;
  gap: 4px;
}

.m-prog-bar {
  width: 38px;
  height: 3px;
  background: #f1f5f9;
  border-radius: 99px;
  overflow: hidden;
}

.m-prog-fill {
  height: 100%;
  background: #0957DE;
  border-radius: 99px;
}

.m-prog-txt {
  font-size: 8px;
  color: #94a3b8;
  font-family: var(--f);
}

.m-ed-bc {
  font-size: 9px;
  color: #94a3b8;
  flex-shrink: 0;
  font-family: var(--f);
}

.m-ed-bc span { color: #0957DE; font-weight: 600; }

.m-ed-title {
  font-size: 16px;
  font-weight: 800;
  color: #1e293b;
  letter-spacing: -0.3px;
  flex-shrink: 0;
  font-family: var(--f);
}

.m-ed-meta {
  font-size: 9px;
  color: #94a3b8;
  flex-shrink: 0;
  font-family: var(--f);
}

.m-ed-tabs {
  display: flex;
  border-bottom: 1px solid #e8ecf0;
  flex-shrink: 0;
  overflow: hidden;
}

.m-ed-tab {
  font-size: 9px;
  font-weight: 600;
  padding: 5px 9px;
  color: #64748b;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  white-space: nowrap;
  font-family: var(--f);
}

.m-ed-tab.on {
  color: #0957DE;
  border-bottom-color: #0957DE;
  font-weight: 700;
}

.m-ed-count {
  font-size: 8px;
  background: #f1f5f9;
  border-radius: 99px;
  padding: 1px 4px;
  margin-left: 2px;
  color: #64748b;
}

.m-ed-toolbar {
  display: flex;
  gap: 5px;
  align-items: center;
  flex-shrink: 0;
  flex-wrap: wrap;
}

.m-ed-tbtn {
  font-size: 9px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 6px;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  color: #475569;
  cursor: pointer;
  font-family: var(--f);
}

.m-ed-body {
  flex: 1;
  min-height: 0;
  overflow: hidden;
}

.m-ed-h1 {
  font-size: 12px;
  font-weight: 800;
  color: #1e293b;
  margin-bottom: 6px;
  line-height: 1.4;
  font-family: var(--f);
}

.m-ed-h2 {
  font-size: 11px;
  font-weight: 700;
  color: #1e293b;
  margin: 7px 0 3px;
  font-family: var(--f);
}

.m-ed-p {
  font-size: 9.5px;
  color: #475569;
  line-height: 1.6;
  margin-bottom: 4px;
  font-family: var(--f);
}

.m-ed-cursor {
  width: 1.5px;
  height: 12px;
  background: #0957DE;
  display: inline-block;
  animation: blink 1s step-end infinite;
  vertical-align: middle;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

.m-ed-footer {
  display: flex;
  gap: 8px;
  padding-top: 7px;
  border-top: 1px solid #f1f5f9;
  align-items: center;
  flex-shrink: 0;
}

.m-ed-score {
  font-size: 9px;
  font-weight: 700;
  font-family: var(--f);
}

.m-ed-wc {
  font-size: 9px;
  color: #94a3b8;
  font-family: var(--f);
}

.m-ed-ai {
  font-size: 9px;
  color: #6366f1;
  font-weight: 600;
  margin-left: auto;
  font-family: var(--f);
}

.m-ai-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 14px;
  border-bottom: 1px solid #e8ecf0;
  background: #fafbfd;
  flex-shrink: 0;
}

.m-ai-header-left {
  display: flex;
  align-items: center;
  gap: 6px;
}

.m-ai-spark {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: linear-gradient(135deg, rgba(9,87,222,0.12), rgba(147,0,244,0.15));
  display: flex;
  align-items: center;
  justify-content: center;
}

.m-ai-header-title {
  font-size: 10px;
  font-weight: 700;
  color: #1e293b;
  font-family: var(--f);
}

.m-ai-header-ctx {
  font-size: 9px;
  color: #94a3b8;
  font-family: var(--f);
}

.m-ai-header-badge {
  font-size: 8px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 99px;
  background: linear-gradient(90deg, rgba(9,87,222,0.1), rgba(147,0,244,0.1));
  color: #7c3aed;
  border: 1px solid rgba(147, 0, 244, 0.2);
  font-family: var(--f);
}

.m-ai-chat {
  flex: 1;
  overflow: hidden;
  padding: 10px 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.m-ai-msg {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.m-ai-msg.visible {
  opacity: 1;
  transform: translateY(0);
}

.m-ai-user { flex-direction: row-reverse; }

.m-ai-bubble {
  font-size: 9px;
  line-height: 1.55;
  padding: 7px 10px;
  border-radius: 10px;
  max-width: 85%;
  font-family: var(--f);
}

.m-ai-bubble-user {
  background: #0957DE;
  color: white;
  border-radius: 10px 10px 2px 10px;
}

.m-ai-bubble-bot {
  background: #f1f5f9;
  color: #334155;
  border-radius: 10px 10px 10px 2px;
}

.m-ai-bv-tag {
  font-size: 7.5px;
  font-weight: 700;
  color: #7c3aed;
  margin-bottom: 4px;
  opacity: 0.8;
  font-family: var(--f);
}

.m-ai-avatar-user {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #0957DE;
  color: white;
  font-size: 7px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: var(--f);
}

.m-ai-avatar-bot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0957DE, #9300F4);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.m-ai-input-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-top: 1px solid #e8ecf0;
  background: #fff;
  flex-shrink: 0;
}

.m-ai-input-field {
  flex: 1;
  font-size: 9px;
  color: #94a3b8;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 5px 10px;
  font-family: var(--f);
}

.m-ai-input-send {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background: linear-gradient(135deg, #0957DE, #9300F4);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  cursor: pointer;
}

.m-ai-ctx-bar {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 6px 12px;
  background: #f8f9ff;
  border-bottom: 1px solid #eaecf5;
  flex-shrink: 0;
  flex-wrap: nowrap;
  overflow: hidden;
}

.m-ai-ctx-label {
  font-size: 8px;
  font-weight: 700;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  flex-shrink: 0;
  margin-right: 2px;
  font-family: var(--f);
}

.m-ai-ctx-chip {
  display: flex;
  align-items: flex-start;
  gap: 3px;
  font-size: 8px;
  font-weight: 600;
  color: #64748b;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 99px;
  padding: 2px 7px 2px 5px;
  white-space: nowrap;
  transition: background 0.25s, border-color 0.25s, color 0.25s, box-shadow 0.25s;
  font-family: var(--f);
}

.m-ai-ctx-chip svg { flex-shrink: 0; opacity: 0.7; }

@keyframes ctx-pulse {
  0% { transform: scale(1); }
  40% { transform: scale(1.06); }
  100% { transform: scale(1); }
}

.m-ai-ctx-chip.active {
  background: linear-gradient(135deg, rgba(9,87,222,0.08), rgba(147,0,244,0.1));
  border-color: rgba(147, 0, 244, 0.35);
  color: #6d28d9;
  box-shadow: 0 0 0 2px rgba(147, 0, 244, 0.12);
  animation: ctx-pulse 0.4s ease;
}

.m-ai-ctx-chip.active svg { opacity: 1; }

.m-ai-typing-dots {
  display: flex;
  gap: 3px;
  align-items: center;
  padding: 2px 0;
}

.m-ai-typing-dots span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #94a3b8;
  animation: aiDot 0.9s ease-in-out infinite;
}

.m-ai-typing-dots span:nth-child(2) { animation-delay: 0.2s; }
.m-ai-typing-dots span:nth-child(3) { animation-delay: 0.4s; }

@keyframes aiDot {
  0%, 60%, 100% { transform: translateY(0); opacity: 0.4; }
  30% { transform: translateY(-4px); opacity: 1; }
}

.m-ai-input-typing { color: #1e293b !important; }

@keyframes cal-lift {
  0% { transform: translate(0,0) rotate(0deg); box-shadow: 0 1px 3px rgba(0,0,0,.08); opacity: 1; }
  15% { transform: translate(0,-4px) rotate(-1deg); box-shadow: 0 8px 20px rgba(9,87,222,.18); opacity: 0.92; }
  60% { transform: translate(calc(var(--cal-col-w) + 4px), -4px) rotate(-1deg); box-shadow: 0 8px 20px rgba(9,87,222,.18); opacity: 0.92; }
  85% { transform: translate(calc(var(--cal-col-w) + 4px), 0px) rotate(0deg); box-shadow: 0 2px 6px rgba(0,0,0,.10); opacity: 1; }
  100% { transform: translate(calc(var(--cal-col-w) + 4px), 0px) rotate(0deg); box-shadow: 0 1px 3px rgba(0,0,0,.06); opacity: 1; }
}

@keyframes cal-ghost {
  0%, 14% { opacity: 1; }
  15%, 100% { opacity: 0; }
}

@keyframes cal-target-show {
  0%, 14% { opacity: 0; }
  20%, 84% { opacity: 1; }
  85%, 100% { opacity: 0; }
}

@keyframes cal-land {
  0%, 84% { opacity: 0; }
  85%, 100% { opacity: 1; }
}

.cal-drag-card {
  --cal-col-w: 0px;
  position: relative;
  animation: cal-lift 2.8s cubic-bezier(.4,0,.2,1) 0.8s forwards;
  animation-iteration-count: 1;
  z-index: 10;
}

.cal-ghost {
  animation: cal-ghost 2.8s linear 0.8s forwards;
  animation-iteration-count: 1;
}

.cal-target-slot {
  animation: cal-target-show 2.8s linear 0.8s forwards;
  animation-iteration-count: 1;
}

.cal-land-card {
  animation: cal-land 2.8s linear 0.8s forwards;
  animation-iteration-count: 1;
}

.hero-trust-mini {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
  flex-wrap: wrap;
}

.hero-trust-mini-item {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 11px;
  border: 1px solid rgba(255,255,255,0.28);
  border-radius: 99px;
  color: rgba(255,255,255,0.82);
  font-size: 10.5px;
  font-weight: 600;
  white-space: nowrap;
  background: rgba(255,255,255,0.08);
  font-family: var(--f);
}

.hero-trust-mini-item svg { flex-shrink: 0; opacity: 0.75; }

@media screen and (max-width:991px){
  .hero-ui {
    width: 100%;
    height: auto;
}
  .m-app{
    display: flex;
    flex-direction: column;
  }
  .m-sb{
    width: auto;
    flex-direction: row;
    white-space: nowrap;
    overflow: auto;
  }
  .m-main{
    max-height: 400px;
    min-height: 400px;
    overflow-y: auto;
  }
}
  
</style></div><div class="page-styles w-embed"><style>
:root {
  --blue: #0957DE;
  --bg: #f8fafc;
  --line: #e2e8f0;
  --grey: #64748b;
  --text: #1e293b;
}
* { margin:0; padding:0; box-sizing:border-box; }
.cb-win {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.10);
  width: 100%;
  display: flex;
  flex-direction: column;
}
.cb-bar {
  height: 32px;
  background: #f0f2f5;
  border-bottom: 1px solid #dde1e7;
  display: flex;
  align-items: center;
  padding: 0 12px;
  gap: 8px;
  flex-shrink: 0;
}
.cb-dots { display:flex; gap:5px; align-items:center; }
.cb-dot { width:9px; height:9px; border-radius:50%; display:block; }
.cb-title {
  font-size: 10px; font-weight: 600; color: #64748b;
  display: flex; align-items: center; gap: 5px;
}
.bv-layout {
  display: grid;
  grid-template-columns: 130px 1fr;
  flex: 1;
  min-height: 0;
  overflow: hidden;
}
.bv-sidenav {
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fafbfd;
}
.bv-proj {
  padding: 10px 12px;
  border-bottom: 1px solid var(--line);
}
.bv-proj-name { font-size: 10px; font-weight: 700; color: var(--text); }
.bv-proj-sub { font-size: 8px; color: #94a3b8; margin-top: 1px; }
.bv-nav-item {
  padding: 7px 12px;
  font-size: 9px;
  color: var(--grey);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
}
.bv-nav-item.on {
  background: rgba(9,87,222,0.07);
  color: var(--blue);
  font-weight: 600;
}
.bv-nav-dot { width:6px; height:6px; border-radius:50%; background:#e2e8f0; flex-shrink:0; }
.bv-nav-item.on .bv-nav-dot { background: var(--blue); }
.bv-proj-section {
  padding: 8px 12px;
  border-top: 1px solid var(--line);
  margin-top: 2px;
}
.bv-proj-label { font-size: 7px; font-weight: 700; color: #94a3b8; text-transform: uppercase; letter-spacing: .5px; margin-bottom: 5px; }
.bv-proj-row { display:flex; align-items:center; gap:5px; padding: 3px 0; }
.bv-proj-ico { width:16px; height:16px; border-radius:4px; color:#fff; font-size:7px; font-weight:800; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.bv-proj-info { font-size:8px; color:var(--text); font-weight:500; }
.bv-proj-market { font-size:7px; color:#94a3b8; }
.bv-main {
  padding: 13px 15px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  overflow: hidden;
}
.bv-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bv-header-title { font-size: 11px; font-weight: 700; color: var(--text); }
.bv-active-pill {
  background: #dcfce7; color: #166534;
  font-size: 8px; font-weight: 600;
  padding: 2px 8px; border-radius: 99px;
  display: flex; align-items: center; gap: 4px;
}
.bv-edit-btn {
  background: #f1f5f9; border: 1px solid var(--line);
  color: #475569; font-size: 8px;
  padding: 3px 9px; border-radius: 6px; font-weight: 500;
}
.bv-section-title {
  font-size: 8px; font-weight: 700; color: #94a3b8;
  text-transform: uppercase; letter-spacing: .5px; margin-bottom: 4px;
}
.bv-tone-row { display: flex; flex-wrap: wrap; gap: 4px; }
.bv-tone-pill {
  background: #eff6ff; color: #1d4ed8;
  font-size: 8px; font-weight: 600;
  padding: 3px 9px; border-radius: 99px;
}
.bv-glossar-table { display: flex; flex-direction: column; gap: 3px; }
.bv-glossar-row {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 6px;
  align-items: center;
  padding: 4px 8px;
  background: #f8fafc;
  border-radius: 6px;
  font-size: 8px;
}
.bv-glossar-key { color: var(--text); font-weight: 600; }
.bv-glossar-val { color: #475569; }
.bv-glossar-badge {
  background: #e0e7ff; color: #3730a3;
  font-size: 7px; font-weight: 600;
  padding: 1px 6px; border-radius: 99px; white-space: nowrap;
}
.bv-dodo { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.bv-do-box {
  background: #f0fdf4; border: 1px solid #bbf7d0;
  border-radius: 7px; padding: 7px 9px;
}
.bv-dont-box {
  background: #fef2f2; border: 1px solid #fecaca;
  border-radius: 7px; padding: 7px 9px;
}
.bv-do-title { font-size: 8px; font-weight: 700; color: #166534; margin-bottom: 4px; }
.bv-dont-title { font-size: 8px; font-weight: 700; color: #dc2626; margin-bottom: 4px; }
.bv-do-item { font-size: 8px; color: #166534; display:flex; align-items:center; gap:4px; margin-bottom:2px; }
.bv-dont-item { font-size: 8px; color: #dc2626; display:flex; align-items:center; gap:4px; margin-bottom:2px; }
.bv-stat-row { display: flex; gap: 8px; margin-top: 2px; }
.bv-stat {
  background: #f8fafc; border: 1px solid var(--line);
  border-radius: 7px; padding: 5px 10px;
  text-align: center; flex: 1;
}
.bv-stat-n { font-size: 12px; font-weight: 800; color: var(--blue); }
.bv-stat-l { font-size: 7px; color: #94a3b8; margin-top: 1px; }
.bv-roles {
  background: #f8fafc;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 8px 10px;
}
.bv-roles-header {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 6px;
}
.bv-role-row {
  display: flex; align-items: center; gap: 6px;
  padding: 3px 0;
  border-bottom: 1px solid #f1f5f9;
}
.bv-role-row:last-child { border-bottom: none; }
.bv-role-av {
  width: 18px; height: 18px; border-radius: 50%;
  color: #fff; font-size: 7px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.bv-role-name { font-size: 8px; color: var(--text); flex: 1; font-weight: 500; }
.bv-role-tag {
  font-size: 7px; padding: 1px 6px; border-radius: 99px; font-weight: 600;
}
.bv-sec {
  display: flex; align-items: center; gap: 5px;
  background: #f0fdf4; border: 1px solid #bbf7d0;
  border-radius: 6px; padding: 5px 9px;
  font-size: 8px; color: #166534; font-weight: 600;
}
</style>



<style>
  :root {
    --blue: #0957DE;
    --bg: #f8fafc;
    --line: #e2e8f0;
    --grey: #64748b;
    --text: #1e293b;
    --f: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  }
  * { margin:0; padding:0; box-sizing:border-box; }
  .cb-win {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0,0,0,0.10);
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  /* Window bar */
  .cb-bar {
    height: 32px;
    background: #f0f2f5;
    border-bottom: 1px solid #dde1e7;
    display: flex;
    align-items: center;
    padding: 0 12px;
    gap: 8px;
    flex-shrink: 0;
  }
  .cb-dots { display:flex; gap:5px; align-items:center; }
  .cb-dot { width:9px; height:9px; border-radius:50%; display:block; }
  .cb-title { font-size:10px; font-weight:600; color:#64748b; }

  /* Layout */
  .rp-layout {
    display: grid;
    grid-template-columns: 42% 58%;
    flex: 1;
    min-height: 0;
    overflow: hidden;
  }

  /* LEFT: AI Research */
  .rp-left {
    border-right: 1px solid #e8ecf0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .rp-search-bar {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 9px 12px;
    border-bottom: 1px solid #f1f5f9;
    flex-shrink: 0;
  }
  .rp-search-input {
    flex: 1;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 7px;
    padding: 5px 9px;
    font-size: 9px;
    color: #1e293b;
    font-weight: 500;
  }
  .rp-search-btn {
    background: var(--blue);
    color: white;
    font-size: 8px;
    font-weight: 700;
    padding: 4px 9px;
    border-radius: 6px;
    white-space: nowrap;
    cursor: pointer;
  }
  .rp-ai-reply {
    padding: 9px 12px;
    display: flex;
    gap: 7px;
    flex-shrink: 0;
    border-bottom: 1px solid #f1f5f9;
  }
  .rp-ai-avatar {
    width: 17px; height: 17px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0957DE, #7c3aed);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; margin-top: 1px;
    font-size: 8px; color: white; font-weight: 800;
  }
  .rp-ai-text { font-size: 8.5px; color: #475569; line-height: 1.5; }
  .rp-ai-text strong { color: #1e293b; font-weight: 700; }

  /* Keyword table */
  .rp-kw-head {
    display: grid;
    grid-template-columns: 1fr 40px 54px 50px;
    gap: 4px;
    padding: 5px 12px;
    background: #f8fafc;
    border-bottom: 1px solid #e8ecf0;
    flex-shrink: 0;
  }
  .rp-kw-head span { font-size: 7px; font-weight: 700; color: #94a3b8; text-transform: uppercase; letter-spacing: .4px; }
  .rp-kw-row {
    display: grid;
    grid-template-columns: 1fr 40px 54px 50px;
    gap: 4px;
    padding: 6px 12px;
    align-items: center;
    border-bottom: 1px solid #f8fafc;
  }
  .rp-kw-row:last-child { border-bottom: none; }
  .rp-kw-row.top { background: #eff6ff; }
  .rp-kw-name { font-size: 8.5px; font-weight: 600; color: #1e293b; line-height: 1.3; }
  .rp-kw-intent { font-size: 7px; color: #94a3b8; font-weight: 500; }
  .rp-kw-vol { font-size: 8.5px; font-weight: 700; color: #1e293b; text-align: right; }
  .rp-diff { display: flex; align-items: center; gap: 3px; }
  .rp-diff-bar { flex: 1; height: 3px; background: #e8ecf0; border-radius: 99px; overflow: hidden; }
  .rp-diff-fill { height: 100%; border-radius: 99px; }
  .rp-diff-n { font-size: 8px; color: #64748b; width: 14px; text-align: right; }
  .rp-opp { font-size: 7.5px; font-weight: 700; padding: 2px 6px; border-radius: 99px; text-align: center; white-space: nowrap; }
  .rp-opp.hi { background: #dcfce7; color: #166534; }
  .rp-opp.mid { background: #fef3c7; color: #92400e; }
  .rp-opp.lo { background: #f1f5f9; color: #64748b; }

  .rp-cta { padding: 8px 12px; border-top: 1px solid #f1f5f9; flex-shrink: 0; }
  .rp-cta-btn {
    width: 100%;
    background: var(--blue);
    color: white;
    font-size: 9px;
    font-weight: 700;
    padding: 6px;
    border-radius: 7px;
    text-align: center;
    cursor: pointer;
  }

  /* RIGHT: Kalender */
  .rp-right { display: flex; flex-direction: column; overflow: hidden; }
  .rp-cal-head {
    display: flex; align-items: center; justify-content: space-between;
    padding: 9px 11px;
    border-bottom: 1px solid #f1f5f9;
    flex-shrink: 0;
  }
  .rp-cal-title { font-size: 10px; font-weight: 800; color: #1e293b; }
  .rp-cal-tabs { display: flex; gap: 2px; }
  .rp-cal-tab { font-size: 8px; font-weight: 600; padding: 2px 7px; border-radius: 5px; color: #94a3b8; cursor: pointer; }
  .rp-cal-tab.on { background: #f1f5f9; color: #1e293b; }

  .rp-cal-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 4px;
    padding: 8px 10px;
    flex: 1;
    align-content: start;
  }
  .rp-cal-col { display: flex; flex-direction: column; gap: 4px; }
  .rp-cal-col-head { text-align: center; padding: 0 2px 5px; flex-shrink: 0; }
  .rp-cal-col-day { font-size: 7.5px; font-weight: 700; color: #94a3b8; text-transform: uppercase; }
  .rp-cal-col-date { font-size: 12px; font-weight: 800; color: #1e293b; line-height: 1.1; }
  .rp-cal-col-date.today { color: var(--blue); }

  .rp-cal-item {
    border-radius: 5px;
    padding: 4px 6px;
    font-size: 7.5px;
    font-weight: 600;
    line-height: 1.3;
    cursor: pointer;
    overflow: hidden;
  }
  .rp-cal-item.blue   { background: #eff6ff; color: #1e40af; border-left: 2px solid #3b82f6; }
  .rp-cal-item.green  { background: #f0fdf4; color: #166534; border-left: 2px solid #22c55e; }
  .rp-cal-item.yellow { background: #fffbeb; color: #92400e; border-left: 2px solid #f59e0b; }
  .rp-cal-item.purple { background: #faf5ff; color: #6b21a8; border-left: 2px solid #a855f7; }
  .rp-cal-item.pink   { background: #fdf2f8; color: #9d174d; border-left: 2px solid #ec4899; }
  .rp-cal-item-type { font-size: 7px; font-weight: 500; opacity: .7; margin-top: 1px; }

  .rp-cal-add {
    border: 1px dashed #e2e8f0;
    border-radius: 5px;
    padding: 4px 6px;
    font-size: 8px;
    color: #cbd5e1;
    text-align: center;
    cursor: pointer;
  }
  .rp-cal-footer {
    display: flex;
    gap: 10px;
    padding: 7px 10px;
    border-top: 1px solid #f1f5f9;
    flex-shrink: 0;
    align-items: center;
  }
  .rp-cal-stat { display: flex; align-items: center; gap: 4px; font-size: 8px; color: #64748b; }
  .rp-cal-stat-dot { width: 6px; height: 6px; border-radius: 50%; flex-shrink: 0; }
  .rp-cal-stat strong { color: #1e293b; font-weight: 700; }
</style>



<style>
  :root {
    --blue: #0957DE;
    --bg: #f8fafc;
    --line: #e2e8f0;
    --grey: #64748b;
    --text: #1e293b;
    --f: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  }
  * { margin:0; padding:0; box-sizing:border-box; }

  /* ── WINDOW ─────────────────────────────────── */
  .cb-win {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0,0,0,0.10);
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .cb-bar {
    height: 32px;
    background: #f0f2f5;
    border-bottom: 1px solid #dde1e7;
    display: flex;
    align-items: center;
    padding: 0 12px;
    gap: 8px;
    flex-shrink: 0;
  }
  .cb-dots { display:flex; gap:5px; align-items:center; }
  .cb-dot { width:9px; height:9px; border-radius:50%; display:block; }
  .cb-title { font-size:10px; font-weight:600; color:#64748b; }

  /* ── LAYOUT ─────────────────────────────────── */
  .ek-layout { display:flex; flex-direction:column; flex:1; min-height:0; overflow:hidden; }

  /* ── WORKFLOW STAGES ────────────────────────── */
  .ek-stages {
    display: flex; align-items: center;
    padding: 8px 14px;
    border-bottom: 1px solid #e8ecf0;
    gap: 0;
    flex-shrink: 0;
    background: #fafbfd;
  }
  .ek-stage { display:flex; align-items:center; gap:5px; font-size:8px; font-weight:600; color:#94a3b8; white-space:nowrap; }
  .ek-stage.done  { color:#64748b; }
  .ek-stage.active{ color:#0957DE; }
  .ek-stage-dot {
    width:16px; height:16px; border-radius:50%;
    display:flex; align-items:center; justify-content:center;
    font-size:7px; font-weight:800; flex-shrink:0;
  }
  .ek-stage.done   .ek-stage-dot { background:#f1f5f9; color:#64748b; }
  .ek-stage.active .ek-stage-dot { background:#0957DE; color:white; box-shadow:0 0 0 3px rgba(9,87,222,.15); }
  .ek-stage.todo   .ek-stage-dot { background:#f1f5f9; color:#94a3b8; }
  .ek-stage-arrow { color:#e2e8f0; font-size:8px; margin:0 5px; }

  /* ── BODY: EDITOR + AI ──────────────────────── */
  .ek-body { display:grid; grid-template-columns:1fr 200px; flex:1; min-height:0; overflow:hidden; }

  /* ── EDITOR LEFT ────────────────────────────── */
  .ek-editor { display:flex; flex-direction:column; overflow:hidden; border-right:1px solid #e2e8f0; }
  .ek-ed-head { padding:9px 13px 0; flex-shrink:0; }
  .ek-ed-title { font-size:12px; font-weight:800; color:#1e293b; letter-spacing:-.2px; line-height:1.3; }
  .ek-ed-meta { font-size:8px; color:#94a3b8; margin-top:2px; display:flex; align-items:center; gap:6px; }
  .ek-ed-meta-pill { background:#f1f5f9; color:#64748b; font-size:7.5px; font-weight:700; padding:1px 6px; border-radius:99px; }

  .ek-ed-tabs { display:flex; border-bottom:1px solid #e2e8f0; padding:0 13px; margin-top:8px; flex-shrink:0; gap:0; }
  .ek-ed-tab { font-size:8.5px; font-weight:600; padding:5px 9px; color:#94a3b8; cursor:pointer; border-bottom:2px solid transparent; margin-bottom:-1px; white-space:nowrap; }
  .ek-ed-tab.on { color:#0957DE; border-bottom-color:#0957DE; font-weight:700; }
  .ek-ed-tab-count { font-size:7px; background:#f1f5f9; border-radius:99px; padding:0 4px; margin-left:2px; }

  .ek-ed-body { flex:1; padding:10px 13px; overflow:hidden; display:flex; flex-direction:column; gap:5px; }
  .ek-ed-h1 { font-size:11.5px; font-weight:800; color:#1e293b; line-height:1.4; margin-bottom:2px; }
  .ek-ed-p { font-size:9px; color:#475569; line-height:1.6; }
  .ek-ed-highlight { background:rgba(9,87,222,.08); border-radius:3px; padding:0 2px; }

  /* Inline AI suggestion – inspired from homepage bubble style */
  .ek-ed-ai-inline {
    background: linear-gradient(135deg, rgba(9,87,222,.05), rgba(124,58,237,.06));
    border: 1px solid rgba(9,87,222,.18);
    border-left: 3px solid #0957DE;
    border-radius: 6px;
    padding: 6px 9px;
    font-size: 8.5px;
    color: #1e293b;
    line-height: 1.5;
    font-style: italic;
    position: relative;
  }
  .ek-ed-ai-inline-tag {
    position: absolute; top: -8px; left: 8px;
    font-size: 7px; font-weight: 700;
    background: linear-gradient(90deg, #0957DE, #7c3aed);
    color: white; padding: 1px 6px; border-radius: 99px;
    font-style: normal;
  }

  .ek-ed-comment { display:flex; align-items:flex-start; gap:6px; background:#f8fafc; border:1px solid #e2e8f0; border-radius:6px; padding:5px 8px; }
  .ek-ed-comment-avatar { width:14px; height:14px; border-radius:50%; background:#94a3b8; color:white; font-size:7px; font-weight:800; display:flex; align-items:center; justify-content:center; flex-shrink:0; margin-top:1px; }
  .ek-ed-comment-text { font-size:8px; color:#475569; line-height:1.4; }
  .ek-ed-comment-author { font-weight:700; }
  .ek-ed-cursor { width:1.5px; height:11px; background:#0957DE; display:inline-block; animation:blink 1s step-end infinite; vertical-align:middle; }
  @keyframes blink { 0%,100%{opacity:1} 50%{opacity:0} }

  .ek-ed-footer { display:flex; align-items:center; gap:8px; padding:6px 13px; border-top:1px solid #f1f5f9; flex-shrink:0; background:white; }
  .ek-score { font-size:8.5px; font-weight:700; display:flex; align-items:center; gap:3px; }
  .ek-score-n { font-size:13px; font-weight:800; }
  .ek-score-divider { width:1px; height:14px; background:#e2e8f0; }
  .ek-wc { font-size:8.5px; color:#64748b; }
  .ek-bv-badge {
    margin-left:auto;
    background: linear-gradient(90deg,rgba(9,87,222,.1),rgba(124,58,237,.1));
    border: 1px solid rgba(9,87,222,.2);
    color:#0957DE; font-size:8px; font-weight:700;
    padding:2px 8px; border-radius:99px;
    display:flex; align-items:center; gap:3px;
  }

  /* ── AI PANEL RIGHT ─────────────────────────── */
  .ek-ai { display:flex; flex-direction:column; background:#fafbfd; overflow:hidden; }
  .ek-ai-head { padding:9px 11px; border-bottom:1px solid #e2e8f0; flex-shrink:0; display:flex; align-items:center; gap:5px; }
  .ek-ai-head-title { font-size:9.5px; font-weight:800; color:#1e293b; }
  .ek-ai-head-badge { font-size:7.5px; background:#ede9fe; color:#5b21b6; font-weight:700; padding:2px 6px; border-radius:99px; }

  .ek-ai-msgs { flex:1; display:flex; flex-direction:column; gap:6px; padding:9px 10px; overflow:hidden; }
  .ek-msg { font-size:8.5px; line-height:1.5; padding:7px 9px; border-radius:8px; max-width:100%; }
  .ek-msg.bot { background:white; border:1px solid #e2e8f0; color:#475569; }
  .ek-msg.bot strong { color:#1e293b; font-weight:700; display:block; margin-bottom:2px; }
  .ek-msg.user { background:#0957DE; color:white; align-self:flex-end; margin-left:20px; border-radius:8px 8px 2px 8px; }

  .ek-ai-suggestion {
    background:white; border:1px solid #dbeafe;
    border-left:3px solid #0957DE; border-radius:6px;
    padding:7px 9px; font-size:8.5px; color:#1e293b;
    line-height:1.5; font-style:italic;
  }
  .ek-ai-actions { display:flex; gap:4px; padding:0 10px 8px; flex-shrink:0; }
  .ek-ai-act-btn { flex:1; font-size:8px; font-weight:700; padding:4px 6px; border-radius:6px; text-align:center; cursor:pointer; border:1px solid #e2e8f0; color:#475569; background:white; }
  .ek-ai-act-btn.primary { background:#0957DE; color:white; border-color:#0957DE; }
  .ek-ai-input-row { display:flex; gap:5px; padding:0 10px 10px; flex-shrink:0; }
  .ek-ai-field { flex:1; background:white; border:1px solid #e2e8f0; border-radius:7px; padding:5px 9px; font-size:8.5px; color:#94a3b8; }
  .ek-ai-send { width:24px; height:24px; border-radius:6px; background:#0957DE; color:white; display:flex; align-items:center; justify-content:center; font-size:10px; cursor:pointer; flex-shrink:0; }

  /* ── PROMPT TEMPLATES STRIP (homepage-inspired) ── */
  .ek-templates-strip {
    display: flex; gap: 5px; padding: 6px 10px;
    border-top: 1px solid #e2e8f0;
    flex-shrink: 0; overflow: hidden;
    background: #fafbfd;
  }
  .ek-tpl-chip {
    font-size: 7.5px; font-weight: 600;
    padding: 3px 8px; border-radius: 99px;
    border: 1px solid #e2e8f0;
    color: #475569; background: white;
    white-space: nowrap; cursor: pointer;
  }
  .ek-tpl-chip.active { background: rgba(9,87,222,.07); border-color: rgba(9,87,222,.25); color: #0957DE; }
</style>



<style>
  :root {
    --blue: #0957DE;
    --bg: #f8fafc;
    --line: #e2e8f0;
    --grey: #64748b;
    --text: #1e293b;
    --f: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  }
  * { margin:0; padding:0; box-sizing:border-box; }

  /* ── WINDOW ──────────────────────────────────── */
  .cb-win {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0,0,0,0.10);
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .cb-bar {
    height: 32px;
    background: #f0f2f5;
    border-bottom: 1px solid #dde1e7;
    display: flex; align-items: center;
    padding: 0 12px; gap: 8px; flex-shrink: 0;
  }
  .cb-dots { display:flex; gap:5px; align-items:center; }
  .cb-dot  { width:9px; height:9px; border-radius:50%; display:block; }
  .cb-title{ font-size:10px; font-weight:600; color:#64748b; }

  /* ── LAYOUT ──────────────────────────────────── */
  .pu-layout {
    display: grid;
    grid-template-columns: 52% 48%;
    flex: 1; min-height: 0; overflow: hidden;
  }

  /* ── LEFT ─────────────────────────────────────── */
  .pu-left { display:flex; flex-direction:column; overflow:hidden; border-right:1px solid #e8ecf0; }

  .pu-head {
    padding: 9px 13px; border-bottom: 1px solid #f1f5f9;
    flex-shrink: 0; display:flex; align-items:center; justify-content:space-between;
  }
  .pu-head-title { font-size:10px; font-weight:800; color:#1e293b; }
  .pu-head-date  { font-size:8px; color:#94a3b8; }

  .pu-channels {
    display:flex; gap:5px; padding:8px 13px;
    border-bottom:1px solid #f1f5f9; flex-shrink:0; flex-wrap:wrap;
  }
  .pu-ch {
    display:flex; align-items:center; gap:4px;
    padding:3px 8px; border-radius:99px;
    font-size:8px; font-weight:700; border:1.5px solid; cursor:pointer;
  }
  .pu-ch.on  { opacity:1; }
  .pu-ch.off { opacity:.4; }
  .pu-ch-dot { width:8px; height:8px; border-radius:50%; }

  .pu-preview {
    flex:1; padding:10px 13px;
    display:flex; flex-direction:column; gap:7px; overflow:hidden;
  }
  .pu-preview-label {
    font-size:8px; font-weight:700; color:#94a3b8;
    text-transform:uppercase; letter-spacing:.4px;
  }

  /* Post card */
  .pu-post-card { border:1px solid #e2e8f0; border-radius:10px; overflow:hidden; background:white; }
  .pu-post-hero {
    height:72px;
    background: linear-gradient(135deg,#e8eef8 0%,#dde6f5 40%,#eae8f5 100%);
    position:relative; display:flex; align-items:center; justify-content:center; overflow:hidden;
  }
  .pu-post-hero-inner {
    display:flex; flex-direction:column; align-items:center; justify-content:center;
    gap:5px; width:100%; height:100%; position:relative;
  }
  .pu-post-hero-title {
    font-size:9px; font-weight:800; color:#1e293b;
    letter-spacing:-0.2px; text-align:center; line-height:1.3; max-width:160px;
  }
  .pu-post-hero-bar {
    position:absolute; bottom:0; left:0; right:0; height:3px;
    background: linear-gradient(90deg,#0957DE,#7c3aed);
  }
  .pu-post-top { padding:7px 10px; display:flex; align-items:center; gap:7px; }
  .pu-post-avatar {
    width:22px; height:22px; border-radius:50%; background:#0957DE;
    display:flex; align-items:center; justify-content:center;
    font-size:8px; font-weight:800; color:white; flex-shrink:0;
  }
  .pu-post-name   { font-size:8.5px; font-weight:700; color:#1e293b; }
  .pu-post-handle { font-size:7.5px; color:#94a3b8; }
  .pu-post-ch-icon {
    margin-left:auto; width:15px; height:15px; border-radius:3px;
    display:flex; align-items:center; justify-content:center;
    font-size:7px; font-weight:800; color:white;
  }
  .pu-post-body { padding:0 10px 8px; font-size:8.5px; color:#1e293b; line-height:1.5; }
  .pu-post-tag  { color:#0957DE; font-weight:600; }
  .pu-post-reactions {
    padding:5px 10px; border-top:1px solid #f1f5f9;
    display:flex; align-items:center; gap:2px;
  }
  .pu-post-react-dots { display:flex; margin-right:4px; }
  .pu-post-react-dot {
    width:12px; height:12px; border-radius:50%;
    border:1.5px solid white; display:flex; align-items:center;
    justify-content:center; font-size:7px; margin-left:-3px;
  }
  .pu-post-react-dot:first-child { margin-left:0; }
  .pu-post-react-count { font-size:7.5px; color:#94a3b8; }
  .pu-post-footer {
    padding:4px 10px 6px; border-top:1px solid #f1f5f9;
    display:flex; gap:0; align-items:center;
  }
  .pu-post-action {
    flex:1; display:flex; align-items:center; justify-content:center;
    gap:3px; padding:4px 0; border-radius:4px; cursor:pointer;
  }
  .pu-post-action-lbl { font-size:8px; color:#64748b; font-weight:600; }

  /* Schedule */
  .pu-sched-row {
    display:flex; align-items:center; gap:6px;
    padding:6px 0; border-bottom:1px solid #f8fafc;
  }
  .pu-sched-row:last-child { border-bottom:none; }
  .pu-sched-icon {
    width:20px; height:20px; border-radius:5px;
    display:flex; align-items:center; justify-content:center;
    font-size:9px; font-weight:800; color:white; flex-shrink:0;
  }
  .pu-sched-info { flex:1; }
  .pu-sched-name { font-size:8.5px; font-weight:600; color:#1e293b; }
  .pu-sched-time { font-size:8px; color:#94a3b8; }
  .pu-sched-badge { font-size:7.5px; font-weight:700; padding:2px 7px; border-radius:99px; white-space:nowrap; }

  .pu-pub-btn {
    margin:0 13px 10px;
    background:#0957DE; color:white;
    font-size:9px; font-weight:700;
    padding:7px; border-radius:7px;
    text-align:center; cursor:pointer; flex-shrink:0;
  }

  /* ── RIGHT: Social Inbox ─────────────────────── */
  .pu-right { display:flex; flex-direction:column; overflow:hidden; background:#fafbfd; }
  .pu-inbox-head {
    padding:9px 12px; border-bottom:1px solid #e8ecf0;
    flex-shrink:0; display:flex; align-items:center; gap:6px;
  }
  .pu-inbox-title { font-size:9.5px; font-weight:800; color:#1e293b; }
  .pu-inbox-badge {
    background:#ef4444; color:white;
    font-size:7.5px; font-weight:800;
    padding:1px 6px; border-radius:99px;
  }

  .pu-msgs { display:flex; flex-direction:column; gap:0; flex:1; overflow:hidden; }
  .pu-msg-item { padding:9px 12px; border-bottom:1px solid #f1f5f9; display:flex; flex-direction:column; gap:5px; }
  .pu-msg-item.unread { background:white; }
  .pu-msg-item.read   { background:#fafbfd; }
  .pu-msg-top  { display:flex; align-items:center; gap:6px; }
  .pu-msg-avatar {
    width:22px; height:22px; border-radius:50%;
    display:flex; align-items:center; justify-content:center;
    font-size:8px; font-weight:800; color:white; flex-shrink:0;
  }
  .pu-msg-meta { flex:1; }
  .pu-msg-name { font-size:8.5px; font-weight:700; color:#1e293b; }
  .pu-msg-src  { font-size:7.5px; color:#94a3b8; }
  .pu-msg-time { font-size:7.5px; color:#94a3b8; margin-left:auto; }
  .pu-msg-text { font-size:8.5px; color:#475569; line-height:1.4; }
  .pu-msg-text strong { color:#1e293b; }

  .pu-ai-reply {
    background: linear-gradient(90deg,rgba(9,87,222,.05),rgba(124,58,237,.05));
    border:1px solid rgba(9,87,222,.15);
    border-radius:6px; padding:5px 8px;
    display:flex; align-items:flex-start; gap:5px;
  }
  .pu-ai-reply-icon  { font-size:9px; margin-top:1px; flex-shrink:0; }
  .pu-ai-reply-text  { font-size:8px; color:#475569; line-height:1.4; flex:1; font-style:italic; }
  .pu-ai-reply-btns  { display:flex; gap:4px; margin-top:3px; }
  .pu-ai-btn { font-size:7.5px; font-weight:700; padding:2px 7px; border-radius:5px; cursor:pointer; }
  .pu-ai-btn.send { background:#0957DE; color:white; }
  .pu-ai-btn.edit { background:#f1f5f9; color:#64748b; }

  /* CMS integrations strip at bottom of inbox */
  .pu-integrations {
    padding:7px 12px; border-top:1px solid #e8ecf0;
    flex-shrink:0; display:flex; align-items:center; gap:5px;
  }
  .pu-int-label { font-size:7.5px; font-weight:700; color:#94a3b8; margin-right:2px; }
  .pu-int-badge {
    font-size:7.5px; font-weight:700;
    padding:2px 7px; border-radius:99px;
    border:1px solid #e2e8f0; color:#64748b; background:white;
    display:flex; align-items:center; gap:3px;
  }
  .pu-int-dot { width:6px; height:6px; border-radius:50%; }
</style>

<style>
  :root {
    --blue: #0957DE;
    --bg: #f8fafc;
    --line: #e2e8f0;
    --grey: #64748b;
    --text: #1e293b;
    --f: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  }
  * { margin:0; padding:0; box-sizing:border-box; }

  /* ── WINDOW ──────────────────────────────────── */
  .cb-win {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0,0,0,0.10);
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .cb-bar {
    height: 32px;
    background: #f0f2f5;
    border-bottom: 1px solid #dde1e7;
    display: flex; align-items: center;
    padding: 0 12px; gap: 8px; flex-shrink: 0;
  }
  .cb-dots { display:flex; gap:5px; align-items:center; }
  .cb-dot  { width:9px; height:9px; border-radius:50%; display:block; }
  .cb-title{ font-size:10px; font-weight:600; color:#64748b; }
  .cb-tag  {
    font-size:8px; color:#64748b; background:#f1f5f9;
    padding:2px 8px; border-radius:5px; font-weight:600;
  }

  /* ── LAYOUT ──────────────────────────────────── */
  .an-layout {
    display: grid;
    grid-template-columns: 55% 45%;
    flex: 1; min-height: 0; overflow: hidden;
  }

  /* ── LEFT ────────────────────────────────────── */
  .an-left  { display:flex; flex-direction:column; overflow:hidden; border-right:1px solid #e8ecf0; }
  .an-right { display:flex; flex-direction:column; overflow:hidden; background:#fafbfd; }

  .an-head {
    padding:9px 13px; border-bottom:1px solid #f1f5f9;
    flex-shrink:0; display:flex; align-items:center; justify-content:space-between;
  }
  .an-head-title { font-size:10px; font-weight:800; color:#1e293b; }
  .an-period { display:flex; gap:2px; }
  .an-period-btn { font-size:8px; font-weight:600; padding:2px 7px; border-radius:5px; color:#94a3b8; cursor:pointer; }
  .an-period-btn.on { background:#f1f5f9; color:#1e293b; }

  /* KPIs */
  .an-kpis { display:grid; grid-template-columns:repeat(3,1fr); gap:0; border-bottom:1px solid #f1f5f9; flex-shrink:0; }
  .an-kpi  { padding:9px 13px; border-right:1px solid #f1f5f9; }
  .an-kpi:last-child { border-right:none; }
  .an-kpi-label { font-size:8px; color:#94a3b8; font-weight:600; margin-bottom:3px; }
  .an-kpi-value { font-size:15px; font-weight:800; color:#1e293b; letter-spacing:-.5px; line-height:1; }
  .an-kpi-delta { font-size:8px; font-weight:700; margin-top:3px; display:flex; align-items:center; gap:2px; }
  .an-delta-up  { color:#22c55e; }
  .an-delta-dn  { color:#f87171; }

  /* Chart */
  .an-chart { padding:10px 13px 8px; flex-shrink:0; }
  .an-chart-label { font-size:8px; font-weight:700; color:#94a3b8; text-transform:uppercase; letter-spacing:.4px; margin-bottom:6px; }
  .an-chart-wrap  { position:relative; height:44px; }
  .an-chart-wrap svg { width:100%; height:44px; }

  /* Table */
  .an-table-head {
    display:grid; grid-template-columns:1fr 54px 46px 36px; gap:4px;
    padding:5px 13px; background:#f8fafc;
    border-top:1px solid #f1f5f9; border-bottom:1px solid #e8ecf0; flex-shrink:0;
  }
  .an-table-head span { font-size:7.5px; font-weight:700; color:#94a3b8; text-transform:uppercase; letter-spacing:.3px; }
  .an-row {
    display:grid; grid-template-columns:1fr 54px 46px 36px; gap:4px;
    padding:6px 13px; align-items:center; border-bottom:1px solid #f8fafc;
  }
  .an-row:last-child { border-bottom:none; }
  .an-row-title { font-size:8.5px; font-weight:600; color:#1e293b; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
  .an-row-type  { font-size:7.5px; color:#94a3b8; margin-top:1px; }
  .an-row-bar-wrap { height:3px; background:#f1f5f9; border-radius:99px; overflow:hidden; margin-top:2px; }
  .an-row-bar   { height:100%; border-radius:99px; }
  .an-row-traffic { font-size:9px; font-weight:700; color:#1e293b; text-align:right; }
  .an-row-delta   { font-size:8px; font-weight:700; text-align:right; }

  .an-footer {
    padding:7px 13px; border-top:1px solid #f1f5f9;
    flex-shrink:0; display:flex; align-items:center; gap:8px;
  }
  .an-footer-item { font-size:8px; color:#64748b; display:flex; align-items:center; gap:4px; }
  .an-footer-dot  { width:6px; height:6px; border-radius:50%; flex-shrink:0; }
  .an-cta { margin-left:auto; font-size:8px; font-weight:700; color:#0957DE; cursor:pointer; }

  /* ── RIGHT: Rankings ─────────────────────────── */
  .an-rank-head {
    padding:9px 12px; border-bottom:1px solid #e8ecf0;
    flex-shrink:0; display:flex; align-items:center; justify-content:space-between;
  }
  .an-rank-title { font-size:9.5px; font-weight:800; color:#1e293b; }
  .an-rank-sub   { font-size:8px; color:#94a3b8; }

  .an-rank-kpis {
    display:grid; grid-template-columns:1fr 1fr; gap:6px;
    padding:9px 12px; border-bottom:1px solid #e8ecf0; flex-shrink:0;
  }
  .an-rank-kpi   { background:white; border:1px solid #e8ecf0; border-radius:7px; padding:6px 9px; }
  .an-rank-kpi-n { font-size:14px; font-weight:800; color:#1e293b; letter-spacing:-.4px; }
  .an-rank-kpi-l { font-size:7.5px; color:#94a3b8; font-weight:600; margin-top:1px; }

  .an-kw-head {
    display:grid; grid-template-columns:1fr 32px 32px 40px; gap:3px;
    padding:5px 12px; background:#f8fafc; border-bottom:1px solid #e8ecf0; flex-shrink:0;
  }
  .an-kw-head span { font-size:7px; font-weight:700; color:#94a3b8; text-transform:uppercase; letter-spacing:.3px; }
  .an-kw-row {
    display:grid; grid-template-columns:1fr 32px 32px 40px; gap:3px;
    padding:6px 12px; align-items:center; border-bottom:1px solid #f8fafc;
  }
  .an-kw-row:last-child { border-bottom:none; }
  .an-kw-name { font-size:8.5px; font-weight:600; color:#1e293b; }
  .an-kw-url  { font-size:7.5px; color:#94a3b8; margin-top:1px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
  .an-pos { font-size:10px; font-weight:800; color:#1e293b; text-align:center; }
  .an-pos.top3 { color:#0957DE; }
  .an-move { font-size:8px; font-weight:700; text-align:center; display:flex; align-items:center; justify-content:center; gap:1px; }
  .an-move.up { color:#22c55e; }
  .an-move.dn { color:#f87171; }
  .an-move.eq { color:#94a3b8; }
  .an-vol { font-size:8px; color:#64748b; text-align:right; }

  /* AI insight strip at bottom of right panel */
  .an-ai-insight {
    margin:7px 10px;
    background: linear-gradient(90deg,rgba(9,87,222,.05),rgba(124,58,237,.06));
    border:1px solid rgba(9,87,222,.18);
    border-left:3px solid #0957DE;
    border-radius:6px; padding:6px 9px;
    display:flex; align-items:flex-start; gap:5px;
    flex-shrink:0;
  }
  .an-ai-icon { font-size:9px; margin-top:1px; flex-shrink:0; }
  .an-ai-text { font-size:8px; color:#475569; line-height:1.4; font-style:italic; }
  .an-ai-text strong { color:#1e293b; font-style:normal; font-weight:700; }




@media screen and (max-width:991px){
	.bv-layout{
      grid-template-columns:1fr;
    }	
  .bv-sidenav,.cb-bar,.ek-stages {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    white-space: nowrap;
    }
  .bv-proj-section{
    display: none;
  }
  .rp-layout,.ek-body,.pu-layout,.an-layout{
    grid-template-columns:1fr;
  }
}
</style></div></div><div data-wf-target="[[[&quot;69cb78f0709ca8ac16730597&quot;,&quot;4af446cf-0c83-7b06-9c21-2561efc0d42f&quot;],[]]]" data-wf-component-id="0bc295d8-ac7d-51d4-7e44-06c61a8a8f42" data-wf-variant-state="base" class="nav_fixed"><div data-animation="default" data-collapse="medium" data-duration="400" data-easing="ease" data-easing2="ease" role="banner" class="nav_component w-nav"><div class="nav_container"><a href="/de" aria-current="page" class="nav_brand w-nav-brand w--current"><img loading="lazy" src="https://cdn.prod.website-files.com/6940f84e84d7ab65b0774a60/69d553a66513d5f5b8c22b34_contentbird-logo-black.svg" alt="" class="nav_logo"/></a><nav role="navigation" class="nav_menu w-nav-menu"><div data-lenis-prevent="" class="nav_menu-wrapper"><div data-delay="0" data-hover="true" class="megamenu_wrapper w-dropdown"><div class="submenu_wrapper w-dropdown-toggle"><a href="/de/ai-content-operations-platform" class="w-inline-block"><div>AI Platform</div></a><div class="megamenu_icon mobile-arrow w-icon-dropdown-toggle"></div></div><nav class="megamenu_links_wrapper w-dropdown-list"><div class="submenu_block"><div id="w-node-_0bc295d8-ac7d-51d4-7e44-06c61a8a8f4f-1a8a8f42" class="submenu_links_block"><div class="dropdown-arrow-wrapper"><a href="/de/ai-content-operations-platform/strategy-setup" class="submenu_header w-inline-block"><svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 16 16" fill="none" class="submenu_header_svg"><path d="M8.66667 11.3333V6M12 11.3333V3.33333M2 2V12.6667C2 13.0203 2.14048 13.3594 2.39052 13.6095C2.64057 13.8595 2.97971 14 3.33333 14H14M5.33333 11.3333V9.33333" stroke="currentColor" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"></path></svg><div>Strategie &amp; Setup</div></a><svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 16 12" fill="none" class="submenu-arrow"><path d="M7.83333 10.5L0 2.66667L1.16667 1.5L7.83333 8.16667L14.5 1.5L15.6667 2.66667L7.83333 10.5Z" fill="#333333"></path></svg></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="submenu_links_container"><a href="https://contentbird.io/de/ai-content-operations-platform/strategy-setup#strategy-goals" class="submenu_links_wrapper w-inline-block"><div class="submenu_hover_title_block"><i id="w-node-da39e052-bad3-e4d8-d680-8f9099ab1367-99ab1367" data-wf--icon--size="sm---20px" class="icon ph ph-arrow-right" aria-lable="true"></i><div>Strategie &amp; Ziele</div></div><div class="submenu_description">Definieren. Abstimmen. Gemeinsam umsetzen.</div></a><a href="https://contentbird.io/de/ai-content-operations-platform/strategy-setup#ai-brand-voice" class="submenu_links_wrapper w-inline-block"><div class="submenu_hover_title_block"><i id="w-node-da39e052-bad3-e4d8-d680-8f9099ab1367-99ab1367" data-wf--icon--size="sm---20px" class="icon ph ph-arrow-right" aria-lable="true"></i><div><span class="submenu_gradient_text">AI Brand</span> Voice</div></div><div class="submenu_description">Kanalübergreifend konsistente Sprache.</div></a><a href="https://contentbird.io/de/ai-content-operations-platform/strategy-setup#project-setup" class="submenu_links_wrapper w-inline-block"><div class="submenu_hover_title_block"><i id="w-node-da39e052-bad3-e4d8-d680-8f9099ab1367-99ab1367" data-wf--icon--size="sm---20px" class="icon ph ph-arrow-right" aria-lable="true"></i><div>Projektverwaltung</div></div><div class="submenu_description">Ein Content Hub. Alle Länder und Marken.</div></a><a href="https://contentbird.io/de/ai-content-operations-platform/strategy-setup#user-access-center" class="submenu_links_wrapper w-inline-block"><div class="submenu_hover_title_block"><i id="w-node-da39e052-bad3-e4d8-d680-8f9099ab1367-99ab1367" data-wf--icon--size="sm---20px" class="icon ph ph-arrow-right" aria-lable="true"></i><div>Benutzer Rechte- &amp; Rollen</div></div><div class="submenu_description">Team an einem Ort. Einfach per Single-Sign-On.</div></a></div></div><div id="w-node-_0bc295d8-ac7d-51d4-7e44-06c61a8a8f75-1a8a8f42" class="submenu_links_block"><div class="dropdown-arrow-wrapper"><a href="/de/ai-content-operations-platform/research-planning" class="submenu_header w-inline-block"><svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 16 16" fill="none" class="submenu_header_svg"><path d="M2.66675 13V2.99999C2.66675 2.55797 2.84234 2.13404 3.1549 1.82148C3.46746 1.50892 3.89139 1.33333 4.33341 1.33333H12.6667C12.8436 1.33333 13.0131 1.40357 13.1382 1.52859C13.2632 1.65361 13.3334 1.82318 13.3334 1.99999V14C13.3334 14.1768 13.2632 14.3464 13.1382 14.4714C13.0131 14.5964 12.8436 14.6667 12.6667 14.6667H4.33341C3.89139 14.6667 3.46746 14.4911 3.1549 14.1785C2.84234 13.8659 2.66675 13.442 2.66675 13ZM2.66675 13C2.66675 12.558 2.84234 12.134 3.1549 11.8215C3.46746 11.5089 3.89139 11.3333 4.33341 11.3333H13.3334M5.33341 7.33333H10.6667M5.33341 4.66666H9.33341" stroke="currentColor" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"></path></svg><div>Recherche &amp; Planung</div></a><svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 16 12" fill="none" class="submenu-arrow"><path d="M7.83333 10.5L0 2.66667L1.16667 1.5L7.83333 8.16667L14.5 1.5L15.6667 2.66667L7.83333 10.5Z" fill="#333333"></path></svg></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="submenu_links_container"><a href="https://contentbird.io/de/ai-content-operations-platform/research-planning#ai-data-research-assistant" class="submenu_links_wrapper w-inline-block"><div class="submenu_hover_title_block"><i id="w-node-da39e052-bad3-e4d8-d680-8f9099ab1367-99ab1367" data-wf--icon--size="sm---20px" class="icon ph ph-arrow-right" aria-lable="true"></i><div><span class="submenu_gradient_text">AI &amp; Data</span> Research </div></div><div class="submenu_description">Smarter recherchieren. Datenbasiert entscheiden.</div></a><a href="https://contentbird.io/de/ai-content-operations-platform/research-planning#content-pipeline" class="submenu_links_wrapper w-inline-block"><div class="submenu_hover_title_block"><i id="w-node-da39e052-bad3-e4d8-d680-8f9099ab1367-99ab1367" data-wf--icon--size="sm---20px" class="icon ph ph-arrow-right" aria-lable="true"></i><div>Content Pipeline</div></div><div class="submenu_description">Redaktionsplan ohne Excel-Chaos.</div></a><a href="https://contentbird.io/de/ai-content-operations-platform/research-planning#content-calendar" class="submenu_links_wrapper w-inline-block"><div class="submenu_hover_title_block"><i id="w-node-da39e052-bad3-e4d8-d680-8f9099ab1367-99ab1367" data-wf--icon--size="sm---20px" class="icon ph ph-arrow-right" aria-lable="true"></i><div>Content Kalender</div></div><div class="submenu_description">Planung perfekt visualisiert.</div></a><a href="https://contentbird.io/de/ai-content-operations-platform/research-planning#strategic-topic-planning" class="submenu_links_wrapper w-inline-block"><div class="submenu_hover_title_block"><i id="w-node-da39e052-bad3-e4d8-d680-8f9099ab1367-99ab1367" data-wf--icon--size="sm---20px" class="icon ph ph-arrow-right" aria-lable="true"></i><div>Themenplanung &amp; Newsroom</div></div><div class="submenu_description">Strategisch denken. Systematisch umsetzen.</div></a><a href="https://contentbird.io/de/ai-content-operations-platform/research-planning#ai-campaign-assistant" class="submenu_links_wrapper w-inline-block"><div class="submenu_hover_title_block"><i id="w-node-da39e052-bad3-e4d8-d680-8f9099ab1367-99ab1367" data-wf--icon--size="sm---20px" class="icon ph ph-arrow-right" aria-lable="true"></i><div><span class="submenu_gradient_text">AI Campaign</span> Assistant</div></div><div class="submenu_description">Kampagnen skalieren. Zeit sparen.</div></a></div></div><div id="w-node-_0bc295d8-ac7d-51d4-7e44-06c61a8a8f99-1a8a8f42" class="submenu_links_block"><div class="dropdown-arrow-wrapper"><a href="/de/ai-content-operations-platform/creation-collaboration" class="submenu_header w-inline-block"><svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 16 16" fill="none" class="submenu_header_svg"><path d="M7.3335 11.3334L8.66683 12.6667C8.79815 12.7981 8.95405 12.9022 9.12563 12.9733C9.29721 13.0444 9.48111 13.081 9.66683 13.081C9.85255 13.081 10.0364 13.0444 10.208 12.9733C10.3796 12.9022 10.5355 12.7981 10.6668 12.6667C10.7982 12.5354 10.9023 12.3795 10.9734 12.2079C11.0445 12.0364 11.081 11.8525 11.081 11.6667C11.081 11.481 11.0445 11.2971 10.9734 11.1256C10.9023 10.954 10.7982 10.7981 10.6668 10.6667" stroke="currentColor" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"></path><path d="M9.33348 9.33343L11.0002 11.0001C11.2654 11.2653 11.6251 11.4143 12.0002 11.4143C12.3752 11.4143 12.7349 11.2653 13.0002 11.0001C13.2654 10.7349 13.4144 10.3752 13.4144 10.0001C13.4144 9.62502 13.2654 9.26531 13.0002 9.00009L10.4135 6.41342C10.0385 6.03889 9.53015 5.82852 9.00015 5.82852C8.47015 5.82852 7.96182 6.03889 7.58682 6.41342L7.00015 7.00009C6.73493 7.26531 6.37522 7.41431 6.00015 7.41431C5.62508 7.41431 5.26537 7.26531 5.00015 7.00009C4.73493 6.73488 4.58594 6.37516 4.58594 6.00009C4.58594 5.62502 4.73493 5.26531 5.00015 5.00009L6.87348 3.12676C7.48165 2.52019 8.27475 2.13379 9.12725 2.02874C9.97974 1.92369 10.8429 2.10598 11.5802 2.54676L11.8935 2.73342C12.1773 2.90475 12.5148 2.96417 12.8402 2.90009L14.0002 2.66676" stroke="currentColor" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"></path><path d="M14.0002 2.00012L14.6668 9.33346H13.3335M2.00016 2.00012L1.3335 9.33346L5.66683 13.6668C5.93205 13.932 6.29176 14.081 6.66683 14.081C7.0419 14.081 7.40161 13.932 7.66683 13.6668C7.93205 13.4016 8.08104 13.0419 8.08104 12.6668C8.08104 12.2917 7.93205 11.932 7.66683 11.6668M2.00016 2.66679H7.3335" stroke="currentColor" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"></path></svg><div>Erstellung &amp; Team</div></a><svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 16 12" fill="none" class="submenu-arrow"><path d="M7.83333 10.5L0 2.66667L1.16667 1.5L7.83333 8.16667L14.5 1.5L15.6667 2.66667L7.83333 10.5Z" fill="#333333"></path></svg></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="submenu_links_container"><a href="https://contentbird.io/de/ai-content-operations-platform/creation-collaboration#ai-content-creation" class="submenu_links_wrapper w-inline-block"><div class="submenu_hover_title_block"><i id="w-node-da39e052-bad3-e4d8-d680-8f9099ab1367-99ab1367" data-wf--icon--size="sm---20px" class="icon ph ph-arrow-right" aria-lable="true"></i><div><span class="submenu_gradient_text">AI Content </span>Creation</div></div><div class="submenu_description">Mehr besseren Content. Weniger Aufwand.</div></a><a href="https://contentbird.io/de/ai-content-operations-platform/creation-collaboration#multi-content-creation" class="submenu_links_wrapper w-inline-block"><div class="submenu_hover_title_block"><i id="w-node-da39e052-bad3-e4d8-d680-8f9099ab1367-99ab1367" data-wf--icon--size="sm---20px" class="icon ph ph-arrow-right" aria-lable="true"></i><div>Multi-Content Erstellung</div></div><div class="submenu_description">Ein Briefing. Verschiedene Formate und Kanäle.</div></a><a href="https://contentbird.io/de/ai-content-operations-platform/creation-collaboration#team-content-editor" class="submenu_links_wrapper w-inline-block"><div class="submenu_hover_title_block"><i id="w-node-da39e052-bad3-e4d8-d680-8f9099ab1367-99ab1367" data-wf--icon--size="sm---20px" class="icon ph ph-arrow-right" aria-lable="true"></i><div>Team Content-Editor</div></div><div class="submenu_description">Zusammenarbeit und Abstimmung beschleunigen.</div></a><a href="https://contentbird.io/de/ai-content-operations-platform/creation-collaboration#workflow-engine" class="submenu_links_wrapper w-inline-block"><div class="submenu_hover_title_block"><i id="w-node-da39e052-bad3-e4d8-d680-8f9099ab1367-99ab1367" data-wf--icon--size="sm---20px" class="icon ph ph-arrow-right" aria-lable="true"></i><div>Workflow Engine</div></div><div class="submenu_description">Freigaben vereinfachen. E-Mails reduzieren.</div></a><a href="https://contentbird.io/de/ai-content-operations-platform/creation-collaboration#ai-prompt-templates" class="submenu_links_wrapper w-inline-block"><div class="submenu_hover_title_block"><i id="w-node-da39e052-bad3-e4d8-d680-8f9099ab1367-99ab1367" data-wf--icon--size="sm---20px" class="icon ph ph-arrow-right" aria-lable="true"></i><div><span class="submenu_gradient_text">AI Prompt </span>Templates</div></div><div class="submenu_description">Besserer Output mit AI. Sofort einsatzbereit.</div></a><a href="https://contentbird.io/de/ai-content-operations-platform/creation-collaboration#ai-1-click-translation" class="submenu_links_wrapper w-inline-block"><div class="submenu_hover_title_block"><i id="w-node-da39e052-bad3-e4d8-d680-8f9099ab1367-99ab1367" data-wf--icon--size="sm---20px" class="icon ph ph-arrow-right" aria-lable="true"></i><div><span class="submenu_gradient_text">AI 1-Click-</span>Translation</div></div><div class="submenu_description">Globaler Content. Ein Klick.</div></a><a href="https://contentbird.io/de/ai-content-operations-platform/creation-collaboration#data-to-content" class="submenu_links_wrapper w-inline-block"><div class="submenu_hover_title_block"><i id="w-node-da39e052-bad3-e4d8-d680-8f9099ab1367-99ab1367" data-wf--icon--size="sm---20px" class="icon ph ph-arrow-right" aria-lable="true"></i><div>Data to Content</div></div><div class="submenu_description">Daten werden zu optimierten Inhalten.</div></a></div></div><div id="w-node-_0bc295d8-ac7d-51d4-7e44-06c61a8a8fbd-1a8a8f42" class="submenu_links_block"><div class="dropdown-arrow-wrapper"><a href="/de/ai-content-operations-platform/distribution" class="submenu_header w-inline-block"><svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 16 16" fill="none" class="submenu_header_svg"><path d="M11.9999 14C11.9999 12.5855 11.438 11.2289 10.4378 10.2287C9.43763 9.22853 8.08107 8.66663 6.66659 8.66663C5.2521 8.66663 3.89554 9.22853 2.89535 10.2287C1.89516 11.2289 1.33325 12.5855 1.33325 14" stroke="currentColor" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"></path><path d="M6.66659 8.66667C8.50753 8.66667 9.99992 7.17428 9.99992 5.33333C9.99992 3.49238 8.50753 2 6.66659 2C4.82564 2 3.33325 3.49238 3.33325 5.33333C3.33325 7.17428 4.82564 8.66667 6.66659 8.66667Z" stroke="currentColor" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"></path><path d="M14.6666 13.3333C14.6666 11.0867 13.3333 9.00001 12 8.00001C12.4382 7.67119 12.7887 7.2394 13.0203 6.74285C13.252 6.24631 13.3576 5.70032 13.328 5.15321C13.2983 4.6061 13.1342 4.07473 12.8503 3.60614C12.5663 3.13755 12.1712 2.74618 11.7 2.46667" stroke="currentColor" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"></path></svg><div>Veröffentlichung</div></a><svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 16 12" fill="none" class="submenu-arrow"><path d="M7.83333 10.5L0 2.66667L1.16667 1.5L7.83333 8.16667L14.5 1.5L15.6667 2.66667L7.83333 10.5Z" fill="#333333"></path></svg></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="submenu_links_container"><a href="https://contentbird.io/de/ai-content-operations-platform/distribution#website-cms" class="submenu_links_wrapper w-inline-block"><div class="submenu_hover_title_block"><i id="w-node-da39e052-bad3-e4d8-d680-8f9099ab1367-99ab1367" data-wf--icon--size="sm---20px" class="icon ph ph-arrow-right" aria-lable="true"></i><div>Website &amp; CMS</div></div><div class="submenu_description">Strukturiert live gehen. </div></a><a href="https://contentbird.io/de/ai-content-operations-platform/distribution#social-media-publishing" class="submenu_links_wrapper w-inline-block"><div class="submenu_hover_title_block"><i id="w-node-da39e052-bad3-e4d8-d680-8f9099ab1367-99ab1367" data-wf--icon--size="sm---20px" class="icon ph ph-arrow-right" aria-lable="true"></i><div>Social Media Publishing</div></div><div class="submenu_description">Alle Kanäle. Ein Klick. Individuelles Timing.</div></a><a href="https://contentbird.io/de/ai-content-operations-platform/distribution#ai-community-management" class="submenu_links_wrapper w-inline-block"><div class="submenu_hover_title_block"><i id="w-node-da39e052-bad3-e4d8-d680-8f9099ab1367-99ab1367" data-wf--icon--size="sm---20px" class="icon ph ph-arrow-right" aria-lable="true"></i><div><span class="submenu_gradient_text">AI Community</span> Management</div></div><div class="submenu_description">Schneller antworten. Dank zentraler Inbox und KI.</div></a><a href="https://contentbird.io/de/ai-content-operations-platform/distribution#browser-extension" class="submenu_links_wrapper w-inline-block"><div class="submenu_hover_title_block"><i id="w-node-da39e052-bad3-e4d8-d680-8f9099ab1367-99ab1367" data-wf--icon--size="sm---20px" class="icon ph ph-arrow-right" aria-lable="true"></i><div>Browser Extension</div></div><div class="submenu_description">Content in jedes System übertragen.</div></a><a href="https://contentbird.io/de/ai-content-operations-platform/distribution#integrations" class="submenu_links_wrapper w-inline-block"><div class="submenu_hover_title_block"><i id="w-node-da39e052-bad3-e4d8-d680-8f9099ab1367-99ab1367" data-wf--icon--size="sm---20px" class="icon ph ph-arrow-right" aria-lable="true"></i><div>Integrations</div></div><div class="submenu_description">Bestehende Systeme verbinden.</div></a></div></div><div id="w-node-_0bc295d8-ac7d-51d4-7e44-06c61a8a8fe1-1a8a8f42" class="submenu_links_block"><div class="dropdown-arrow-wrapper"><a href="/de/ai-content-operations-platform/performance" class="submenu_header w-inline-block"><svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 16 16" fill="none" class="submenu_header_svg"><g clip-path="url(#clip0_264_640)"><path d="M10.4 1.80001C8.97408 1.24607 7.40108 1.19932 5.94483 1.66763C4.48858 2.13593 3.23768 3.09078 2.40196 4.37201C1.56625 5.65324 1.19656 7.1829 1.35492 8.70438C1.51329 10.2259 2.19007 11.6466 3.27172 12.7282C4.35338 13.8099 5.77412 14.4867 7.29559 14.645C8.81707 14.8034 10.3467 14.4337 11.628 13.598C12.9092 12.7623 13.864 11.5114 14.3323 10.0551C14.8006 8.59889 14.7539 7.02589 14.2 5.60001" stroke="currentColor" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"></path><path d="M7.99996 9.33317C8.73634 9.33317 9.33329 8.73622 9.33329 7.99984C9.33329 7.26346 8.73634 6.6665 7.99996 6.6665C7.26358 6.6665 6.66663 7.26346 6.66663 7.99984C6.66663 8.73622 7.26358 9.33317 7.99996 9.33317Z" stroke="currentColor" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"></path><path d="M8.93335 7.06659L12.6667 3.33325" stroke="currentColor" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"></path></g><defs><clippath id="clip0_264_640"><rect width="16" height="16" fill="currentColor"></rect></clippath></defs></svg><div>Performance</div></a><svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 16 12" fill="none" class="submenu-arrow"><path d="M7.83333 10.5L0 2.66667L1.16667 1.5L7.83333 8.16667L14.5 1.5L15.6667 2.66667L7.83333 10.5Z" fill="#333333"></path></svg></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="submenu_links_container"><a href="https://contentbird.io/de/ai-content-operations-platform/performance#content-performance" class="submenu_links_wrapper w-inline-block"><div class="submenu_hover_title_block"><i id="w-node-da39e052-bad3-e4d8-d680-8f9099ab1367-99ab1367" data-wf--icon--size="sm---20px" class="icon ph ph-arrow-right" aria-lable="true"></i><div>Content Performance</div></div><div class="submenu_description">Sehen was funktioniert. Richtig Priorisieren.</div></a><a href="https://contentbird.io/de/ai-content-operations-platform/performance#strategy-analytics" class="submenu_links_wrapper w-inline-block"><div class="submenu_hover_title_block"><i id="w-node-da39e052-bad3-e4d8-d680-8f9099ab1367-99ab1367" data-wf--icon--size="sm---20px" class="icon ph ph-arrow-right" aria-lable="true"></i><div>Strategie-Analyse</div></div><div class="submenu_description">Messen was zählt.</div></a><a href="https://contentbird.io/de/ai-content-operations-platform/performance#google-ranking-monitoring" class="submenu_links_wrapper w-inline-block"><div class="submenu_hover_title_block"><i id="w-node-da39e052-bad3-e4d8-d680-8f9099ab1367-99ab1367" data-wf--icon--size="sm---20px" class="icon ph ph-arrow-right" aria-lable="true"></i><div>Google Ranking Monitoring</div></div><div class="submenu_description">Rankings tracken. Wettbewerb schlagen.</div></a><a href="https://contentbird.io/de/ai-content-operations-platform/performance#social-media-analytics" class="submenu_links_wrapper w-inline-block"><div class="submenu_hover_title_block"><i id="w-node-da39e052-bad3-e4d8-d680-8f9099ab1367-99ab1367" data-wf--icon--size="sm---20px" class="icon ph ph-arrow-right" aria-lable="true"></i><div>Social Media Analytics</div></div><div class="submenu_description">Immer nah am Trend.</div></a></div></div></div></nav></div><a href="/de/content-agents/creation-agent" class="nav_menu_link w-nav-link">Content Agent</a><a href="/de/case-studies" class="nav_menu_link w-nav-link">Kunden</a><a href="/de/pricing" class="nav_menu_link w-nav-link">Preise</a><div class="nav_button_wrapper"><div class="nav_language_block"><div class="locale_wrap w-locales-list"><div data-delay="0" data-hover="false" class="language_dd w-dropdown"><div class="language_dd-toggle w-dropdown-toggle"><svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 14 14" fill="none" class="nav_globe_svg"><path d="M7 14C3.1 14 0 10.9 0 7C0 3.1 3.1 0 7 0C10.9 0 14 3.1 14 7C14 10.9 10.9 14 7 14ZM5.4 12.4C4.7 10.9 4.3 9.4 4.2 7.7H1.4C1.6 8.8 2 9.8 2.7 10.6C3.4 11.4 4.4 12.1 5.4 12.4ZM5.6 7.7C5.7 9.4 6.2 11 7 12.4C7.8 11 8.3 9.4 8.4 7.7H5.6ZM12.6 7.7H9.8C9.7 9.3 9.3 10.9 8.6 12.4C9.6 12.1 10.6 11.5 11.3 10.7C12 9.8 12.4 8.8 12.6 7.7ZM1.4 6.3H4.2C4.3 4.7 4.7 3.1 5.4 1.6C4.4 1.9 3.4 2.5 2.7 3.3C2 4.2 1.6 5.2 1.4 6.3ZM5.6 6.3H8.4C8.3 4.6 7.8 3 7 1.6C6.2 3 5.7 4.6 5.6 6.3ZM8.6 1.6C9.3 3.1 9.7 4.6 9.8 6.3H12.6C12.5 5.2 12 4.2 11.3 3.4C10.6 2.6 9.6 1.9 8.6 1.6Z" fill="currentColor"></path></svg><div class="language_dd-text">de</div><div class="dropdown_arow_icon mobile-arrow w-icon-dropdown-toggle"></div></div><nav class="language_dd-list w-dropdown-list"><div class="language_dd-list-wrap"><div role="list" class="locale_list w-locales-items"><div role="listitem" class="locale_contain w-locales-item"><a hreflang="en" href="/?r=0" class="locale_text">en</a></div><div role="listitem" class="locale_contain w-locales-item"><a hreflang="de" href="/de" aria-current="page" class="locale_text w--current">de</a></div></div></div></nav></div></div></div><div class="desktop-button"><a data-wf--button--button-style="blue-button---small" href="/de/book-a-demo" class="button w-variant-67798646-d87e-799e-449e-4e28d80d7947 w-inline-block"><div>kostenlose Demo</div><div class="button-icon"><div data-wf--icon-component--icon-color-icon-style="icon-only" class="icon-component"><div data-wf--icon-color--icon-color="inherit" class="icon-color"><i id="w-node-da39e052-bad3-e4d8-d680-8f9099ab1367-99ab1367" data-wf--icon--size="xxs---16px" class="icon w-variant-bd22b425-e61c-1b9b-f1ef-8a904fddf646 ph ph-arrow-right" aria-lable="true"></i></div></div></div></a></div><div class="mobile-button"><a data-wf--button--button-style="blue-button---large" href="/de/book-a-demo" class="button w-variant-307d3f2f-bf6e-2ce4-a4e7-a4a6b7821ee2 w-inline-block"><div>kostenlose Demo</div><div class="button-icon"><div data-wf--icon-component--icon-color-icon-style="icon-only" class="icon-component"><div data-wf--icon-color--icon-color="inherit" class="icon-color"><i id="w-node-da39e052-bad3-e4d8-d680-8f9099ab1367-99ab1367" data-wf--icon--size="xxs---16px" class="icon w-variant-bd22b425-e61c-1b9b-f1ef-8a904fddf646 ph ph-arrow-right" aria-lable="true"></i></div></div></div></a></div></div></div></nav><div class="nav_button w-nav-button"><svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 24 24" fill="none" class="nav_humburger"><path d="M4 6H20" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="is-top-navline"></path><path d="M4 12H20" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="is-center-navline"></path><path d="M4 18H20" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="is-bottom-navline"></path></svg></div></div></div></div><main class="main-wrapper"><section class="section_hero is-home-gradient"><div class="container-large"><div data-wf--section-space--section-space="page-top---160px" class="section_space w-variant-14d04c16-48a0-a64a-d04c-60bdf5c02968"></div><div class="hero-grid-wrapper"><div id="w-node-_4af446cf-0c83-7b06-9c21-2561efc0d435-16730597" class="home_hero_content_wrapper is-left-align"><div class="hero-icon-flex"><svg xmlns="http://www.w3.org/2000/svg" width="120%" viewBox="0 0 28 28" fill="none" STYLE="display:inline-block;vertical-align:middle;margin-right:5px;margin-bottom:1px;" class="hero-ai-icon"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.5 7.75C11.7791 7.75 12.0243 7.93498 12.101 8.2033L12.7786 10.5751C13.0753 11.6133 13.8868 12.4248 14.9249 12.7214L17.2967 13.3991C17.565 13.4758 17.75 13.7209 17.75 14C17.75 14.2791 17.565 14.5243 17.2967 14.6009L14.9248 15.2786C13.8868 15.5752 13.0753 16.3867 12.7786 17.4249L12.101 19.7967C12.0243 20.065 11.7791 20.25 11.5 20.25C11.221 20.25 10.9757 20.065 10.8991 19.7967L10.2214 17.4249C9.92477 16.3867 9.11328 15.5752 8.07513 15.2786L5.7033 14.6009C5.43498 14.5243 5.25 14.2791 5.25 14C5.25 13.7209 5.43498 13.4758 5.7033 13.3991L8.07513 12.7214C9.11328 12.4248 9.92477 11.6133 10.2214 10.5751L10.8991 8.2033C10.9757 7.93498 11.221 7.75 11.5 7.75Z" fill="currentColor"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M19 5.25C19.2868 5.25 19.5368 5.44518 19.6063 5.72342L19.8221 6.5863C20.018 7.37005 20.6299 7.982 21.4137 8.17794L22.2766 8.39366C22.5548 8.46322 22.75 8.71321 22.75 9C22.75 9.28679 22.5548 9.53678 22.2766 9.60634L21.4137 9.82206C20.6299 10.018 20.018 10.63 19.8221 11.4137L19.6063 12.2766C19.5368 12.5548 19.2868 12.75 19 12.75C18.7132 12.75 18.4633 12.5548 18.3937 12.2766L18.1779 11.4137C17.982 10.63 17.3701 10.018 16.5863 9.82206L15.7234 9.60634C15.4452 9.53678 15.25 9.28679 15.25 9C15.25 8.71321 15.4452 8.46322 15.7234 8.39366L16.5863 8.17794C17.3701 7.982 17.982 7.37005 18.1779 6.5863L18.3937 5.72342C18.4633 5.44518 18.7132 5.25 19 5.25Z" fill="currentColor"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M17.75 16.5C18.019 16.5 18.2578 16.6722 18.3429 16.9273L18.6715 17.913C18.7959 18.2863 19.0888 18.5791 19.462 18.7035L20.4477 19.0321C20.7028 19.1172 20.875 19.356 20.875 19.625C20.875 19.894 20.7028 20.1328 20.4477 20.2179L19.462 20.5465C19.0888 20.6709 18.7959 20.9638 18.6715 21.337L18.3429 22.3227C18.2578 22.5778 18.019 22.75 17.75 22.75C17.481 22.75 17.2422 22.5778 17.1571 22.3227L16.8285 21.337C16.7041 20.9638 16.4113 20.6709 16.038 20.5465L15.0523 20.2179C14.7972 20.1328 14.625 19.894 14.625 19.625C14.625 19.356 14.7972 19.1172 15.0523 19.0321L16.038 18.7035C16.4113 18.5791 16.7041 18.2863 16.8285 17.913L17.1571 16.9273C17.2422 16.6722 17.481 16.5 17.75 16.5Z" fill="currentColor"></path><defs><lineargradient id="ov0" x1="14" y1="1.43" x2="17.75" y2="22.75" gradientUnits="userSpaceOnUse"><stop stop-color="#BF42D5"></stop><stop offset="1" stop-color="#426DD5"></stop></lineargradient><lineargradient id="ov1" x1="14" y1="1.43" x2="17.75" y2="22.75" gradientUnits="userSpaceOnUse"><stop stop-color="#BF42D5"></stop><stop offset="1" stop-color="#426DD5"></stop></lineargradient><lineargradient id="ov2" x1="14" y1="1.43" x2="17.75" y2="22.75" gradientUnits="userSpaceOnUse"><stop stop-color="#BF42D5"></stop><stop offset="1" stop-color="#426DD5"></stop></lineargradient></defs></svg><div class="heading_tagline is-new-hero">AI Content OPERATIONS Platform </div></div><div data-wf--spacer--spacer="16px" class="spacer w-variant-071941dd-632c-c296-58a8-41f8b8a7f8aa"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><h1 class="is-bold">Wirksamer Content statt Silos &amp; Chaos.</h1><div data-wf--spacer--spacer="16px" class="spacer w-variant-071941dd-632c-c296-58a8-41f8b8a7f8aa"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><p class="hero-paragraph hero-max-width">contentbird zentralisiert Strategie, Erstellung, Veröffentlichung und Analyse auf einer Plattform - unterstützt durch AI, Workflows und strukturierte Prozesse.</p><div data-wf--spacer--spacer="32px" class="spacer w-variant-f5a4064c-ef22-bf58-1b1d-7e46c499ae22"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="button-group"><a data-wf--button--button-style="blue-button---large" href="/de/book-a-demo" class="button w-variant-307d3f2f-bf6e-2ce4-a4e7-a4a6b7821ee2 w-inline-block"><div>kostenlose Demo</div></a><a data-wf--button--button-style="transparent" href="/de/book-a-call" class="button w-variant-560e688b-a7ae-1f52-8a1a-aec482b912cc w-inline-block"><div>Erstgespräch buchen</div></a></div><div data-wf--spacer--spacer="32px" class="spacer w-variant-f5a4064c-ef22-bf58-1b1d-7e46c499ae22"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="opacity-80"><span class="is-color-gold">★★★★★</span> 4.6 Trustpilot    .    <span class="is-color-gold">★★★★★ </span>4.4 Capterra</div></div><div class="hero-home-graphics"><div class="hero-graphics w-embed"><style>
.m-sb-logo img{
  min-width: 5rem;
}
</style>
<div>
  <div class="hero-ui" style="padding:0;overflow:hidden;border-radius:14px;height:490px;">
    <!-- Window bar -->
    <div class="m-winbar">
      <div style="display:flex;gap:5px;align-items:center;flex-shrink:0;">
        <span style="width:9px;height:9px;border-radius:50%;display:block;background:#d4d8de;"></span>
        <span style="width:9px;height:9px;border-radius:50%;display:block;background:#e2e5e9;"></span>
        <span style="width:9px;height:9px;border-radius:50%;display:block;background:#eaecef;"></span>
      </div>
      <!-- Center title -->
      <div style="flex:1;text-align:center;font-size:10px;font-weight:600;color:#64748b;letter-spacing:0.1px;">Content Operations Platform &amp; AI Assistants</div>
    </div>
    <!-- Tab progress bar -->
    <div style="height:2px;background:#e8ecf0;overflow:hidden;flex-shrink:0;">
      <div id="hero-progress-bar" style="height:100%;width:0%;background:#0957DE;border-radius:0 2px 2px 0;"></div>
    </div>
    <!-- App layout -->
    <div class="m-app">
      <!-- Sidebar -->
      <div class="m-sb">
        <div class="m-sb-logo"><img src="https://cdn.prod.website-files.com/6940f84e84d7ab65b0774a60/69d553a66513d5f5b8c22b34_contentbird-logo-black.svg" style="height:14px;width:auto;display:block;" alt="contentbird"></div>
        <div class="m-sb-create">+ Neuer Inhalt</div>
        <div class="m-sb-item" id="mock-sb-dashboard"><svg viewBox="0 0 14 14" fill="none"><path d="M2 2h4v4H2zM8 2h4v4H8zM2 8h4v4H2zM8 8h4v4H8z" fill="#94a3b8"/></svg>Strategie</div>
        <div class="m-sb-item"><svg viewBox="0 0 14 14" fill="none"><circle cx="6" cy="6" r="4" stroke="#94a3b8" stroke-width="1.3"/><path d="M10 10l2.5 2.5" stroke="#94a3b8" stroke-width="1.3" stroke-linecap="round"/></svg>Recherche</div>
        <div class="m-sb-item" id="mock-sb-planung"><svg viewBox="0 0 14 14" fill="none"><rect x="1.5" y="1.5" width="11" height="11" rx="2" stroke="#94a3b8" stroke-width="1.3"/><path d="M4 5h6M4 7h4" stroke="#94a3b8" stroke-width="1.2" stroke-linecap="round"/></svg>Planung</div>
        <div class="m-sb-item" id="mock-sb-creation"><svg viewBox="0 0 14 14" fill="none"><path d="M2 11V9l6-6 2 2-6 6H2z" fill="currentColor" opacity=".8"/></svg>Erstellung</div>
        <div class="m-sb-item"><svg viewBox="0 0 14 14" fill="none"><path d="M7 2v6M4 6l3 3 3-3M2 11h10" stroke="#94a3b8" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/></svg>Distribution</div>
        <div class="m-sb-item"><svg viewBox="0 0 14 14" fill="none"><path d="M2 3h10v6a1 1 0 01-1 1H3a1 1 0 01-1-1V3z" stroke="#94a3b8" stroke-width="1.3"/><path d="M2 3l5 4 5-4" stroke="#94a3b8" stroke-width="1.2" stroke-linecap="round"/></svg>Social Inbox</div>
        <div class="m-sb-sep"></div>
        <div class="m-sb-item"><svg viewBox="0 0 14 14" fill="none"><path d="M2 10l3-3 2 2 3-4 2 2" stroke="#94a3b8" stroke-width="1.3" stroke-linecap="round" stroke-linejoin="round"/></svg>Analyse</div>
        <div class="m-sb-item"><svg viewBox="0 0 14 14" fill="none"><rect x="1.5" y="3.5" width="11" height="8" rx="1.5" stroke="#94a3b8" stroke-width="1.3"/><path d="M4.5 3.5V2.5a1 1 0 012 0v1M7.5 3.5V2.5a1 1 0 012 0v1" stroke="#94a3b8" stroke-width="1.2"/></svg>Assets</div>
        <div class="m-sb-sep"></div>
        <div class="m-sb-item"><svg viewBox="0 0 14 14" fill="none"><circle cx="7" cy="7" r="5" stroke="#94a3b8" stroke-width="1.3"/><path d="M7 4v3l2 1" stroke="#94a3b8" stroke-width="1.2" stroke-linecap="round"/></svg>Setups</div>
      </div>
      <!-- Main -->
      <div class="m-main">
        <!-- App bar -->
        <div class="m-appbar">
          <span class="m-proj">Projekt / <strong>contentbird.io</strong></span>
          <div class="m-appbar-r">
            <div class="m-ai-btn">
              <svg width="9" height="9" viewBox="0 0 9 9" fill="none"><path d="M4.5 1L5.5 3.5L8 4.5L5.5 5.5L4.5 8L3.5 5.5L1 4.5L3.5 3.5L4.5 1Z" fill="#0957DE"/></svg>
              AI Assistent
            </div>
            <div class="m-bell"><svg width="10" height="11" viewBox="0 0 10 11" fill="none"><path d="M5 1a3 3 0 00-3 3v2l-1 2h8l-1-2V4a3 3 0 00-3-3z" stroke="#64748b" stroke-width="1.1"/><path d="M4 9.5a1 1 0 002 0" stroke="#64748b" stroke-width="1.1" stroke-linecap="round"/></svg></div>
            <div class="m-avatar">LS</div>
          </div>
        </div>
        <!-- Content panels -->
        <div class="m-content">

          <!-- DASHBOARD PANEL -->
          <div id="mock-panel-dashboard" class="m-panel" style="display:none;gap:6px;">
            <div class="m-kpis">
              <div class="m-kpi">
                <div class="m-kpi-label">Inhalte gesamt</div>
                <div class="m-kpi-value">487</div>
                <div class="m-kpi-delta up">↑ 18%</div>
              </div>
              <div class="m-kpi">
                <div class="m-kpi-label">Org. Sichtbarkeit</div>
                <div class="m-kpi-value">+41%</div>
                <div class="m-kpi-delta up">↑ ggü. Vorquartal</div>
              </div>
              <div class="m-kpi">
                <div class="m-kpi-label">Freigaben offen</div>
                <div class="m-kpi-value">5</div>
                <div class="m-kpi-delta dn">↓ 4 vs. Vw.</div>
              </div>
              <div class="m-kpi">
                <div class="m-kpi-label">Ø Time-to-Live</div>
                <div class="m-kpi-value">3,8 T</div>
                <div class="m-kpi-delta up">↓ 41%</div>
              </div>
            </div>
            <div class="m-dash-grid">
              <div class="m-widget">
                <div class="m-widget-title">
                  <svg width="10" height="10" viewBox="0 0 10 10" fill="none"><rect x="0.5" y="0.5" width="9" height="9" rx="1.5" stroke="#64748b" stroke-width="1.1"/><path d="M2.5 3.5h5M2.5 5h3" stroke="#64748b" stroke-width="1" stroke-linecap="round"/></svg>
                  Kalender
                </div>
                <div class="m-cal-week">
                  <div class="m-cal-day">Mo<br>14</div>
                  <div class="m-cal-day today">Di<br>15</div>
                  <div class="m-cal-day">Mi<br>16</div>
                  <div class="m-cal-day">Do<br>17</div>
                  <div class="m-cal-day">Fr<br>18</div>
                  <div class="m-cal-day">Sa<br>19</div>
                  <div class="m-cal-day">So<br>20</div>
                </div>
                <div class="m-cal-row">
                  <div class="m-cal-dot" style="background:#0957DE"></div>
                  <div class="m-cal-title">Blog: Was ist AI Content Operations?</div>
                  <div class="m-cal-prog">8/8</div>
                </div>
                <div class="m-cal-row">
                  <div class="m-cal-dot" style="background:#1877f2"></div>
                  <div class="m-cal-title">LinkedIn: CEO Nicolai Doering</div>
                  <div class="m-cal-prog">0/8</div>
                </div>
                <div class="m-cal-row">
                  <div class="m-cal-dot" style="background:#9333ea"></div>
                  <div class="m-cal-title">Newsletter: Produkt-Update März</div>
                  <div class="m-cal-prog">2/8</div>
                </div>
              </div>
              <div class="m-widget">
                <div class="m-widget-title">
                  <svg width="10" height="10" viewBox="0 0 10 10" fill="none"><path d="M5 1L6 3.5H8.5L6.5 5 7.3 7.5 5 6 2.7 7.5 3.5 5 1.5 3.5H4L5 1Z" fill="#64748b"/></svg>
                  Aufgaben
                </div>
                <div class="m-task-row">
                  <div><div class="m-task-title">Whitepaper „Content Operations 2026" freigeben</div><div class="m-task-sub">T. Maier · 18. März</div></div>
                  <div class="m-task-badge approve">Freigabe</div>
                </div>
                <div class="m-task-row">
                  <div><div class="m-task-title">Feature Page „AI Agents" reviewen</div><div class="m-task-sub">S. Fischer · 20. März</div></div>
                  <div class="m-task-badge inprod">In Produktion</div>
                </div>
                <div class="m-task-row">
                  <div><div class="m-task-title">Redaktionsplan April mit Sales abstimmen</div><div class="m-task-sub">Ich · 25. März</div></div>
                  <div class="m-task-badge approve">Wichtig</div>
                </div>
              </div>
            </div>
          </div>

          <!-- PIPELINE / CREATION PANEL -->
          <div id="mock-panel-pipeline" class="m-panel" style="display:none">
            <div class="m-pl-head">
              <div class="m-pl-title">Inhalte · Pipeline</div>
              <div class="m-pl-btn">+ Inhalt erstellen</div>
            </div>
            <div class="m-pl-tabs">
              <div class="m-pl-tab on">Alle <span class="m-pl-tab-count">312</span></div>
              <div class="m-pl-tab">In Produktion <span class="m-pl-tab-count">67</span></div>
              <div class="m-pl-tab">Freigabe <span class="m-pl-tab-count">35</span></div>
              <div class="m-pl-tab">Veröffentlicht <span class="m-pl-tab-count">51</span></div>
            </div>
            <div style="flex:1;overflow:hidden;min-width:0;display:flex;flex-direction:column;gap:0;">
              <div class="m-pl-row">
                <div class="m-type-ico" style="background:#f1f5f9;color:#475569;font-size:8px;font-weight:800;flex-shrink:0;">B</div>
                <div style="flex:1;min-width:0;">
                  <div class="m-pl-name">Blog: Was ist AI Content Operations?</div>
                  <div class="m-pl-meta">M. Weber · 28.03.26</div>
                </div>
                <span class="m-status inprod">In Produktion</span>
                <div class="m-prog" style="width:52px;flex-shrink:0;"><div class="m-prog-bar"><div class="m-prog-fill" style="width:25%"></div></div><span class="m-prog-txt">2/8</span></div>
              </div>
              <div class="m-pl-row">
                <div class="m-type-ico" style="background:#f1f5f9;color:#475569;font-size:8px;font-weight:800;flex-shrink:0;">B</div>
                <div style="flex:1;min-width:0;">
                  <div class="m-pl-name">Whitepaper: Content Operations 2026</div>
                  <div class="m-pl-meta">E. Müller · 25.03.26</div>
                </div>
                <span class="m-status published">Veröffentlicht</span>
                <div class="m-prog" style="width:52px;flex-shrink:0;"><div class="m-prog-bar"><div class="m-prog-fill" style="width:100%"></div></div><span class="m-prog-txt">8/8</span></div>
              </div>
              <div class="m-pl-row">
                <div class="m-type-ico" style="background:#f1f5f9;color:#475569;font-size:8px;font-weight:800;flex-shrink:0;">in</div>
                <div style="flex:1;min-width:0;">
                  <div class="m-pl-name">LinkedIn-Serie: AI im Content-Marketing</div>
                  <div class="m-pl-meta">J. Müller · 22.03.26</div>
                </div>
                <span class="m-status accepted">Akzeptiert</span>
                <div class="m-prog" style="width:52px;flex-shrink:0;"><div class="m-prog-bar"><div class="m-prog-fill" style="width:0%"></div></div><span class="m-prog-txt">0/8</span></div>
              </div>
              <div class="m-pl-row">
                <div class="m-type-ico" style="background:#f1f5f9;color:#475569;font-size:8px;font-weight:800;flex-shrink:0;">B</div>
                <div style="flex:1;min-width:0;">
                  <div class="m-pl-name">Case Study: contentbird bei Axel Springer</div>
                  <div class="m-pl-meta">S. Fischer · 20.03.26</div>
                </div>
                <span class="m-status author">Autor gesucht</span>
                <div class="m-prog" style="width:52px;flex-shrink:0;"><div class="m-prog-bar"><div class="m-prog-fill" style="width:87%"></div></div><span class="m-prog-txt">7/8</span></div>
              </div>
              <div class="m-pl-row">
                <div class="m-type-ico" style="background:#f1f5f9;color:#475569;font-size:8px;font-weight:800;flex-shrink:0;">@</div>
                <div style="flex:1;min-width:0;">
                  <div class="m-pl-name">Newsletter: Produkt-Update März 2026</div>
                  <div class="m-pl-meta">L. Becker · 18.03.26</div>
                </div>
                <span class="m-status inprod">In Produktion</span>
                <div class="m-prog" style="width:52px;flex-shrink:0;"><div class="m-prog-bar"><div class="m-prog-fill" style="width:50%"></div></div><span class="m-prog-txt">4/8</span></div>
              </div>
              <div class="m-pl-row">
                <div class="m-type-ico" style="background:#f1f5f9;color:#475569;font-size:8px;font-weight:800;flex-shrink:0;">ig</div>
                <div style="flex:1;min-width:0;">
                  <div class="m-pl-name">Feature Page: AI Agents & Automation</div>
                  <div class="m-pl-meta">A. Koch · 15.03.26</div>
                </div>
                <span class="m-status inprod">In Produktion</span>
                <div class="m-prog" style="width:52px;flex-shrink:0;"><div class="m-prog-bar"><div class="m-prog-fill" style="width:62%"></div></div><span class="m-prog-txt">5/8</span></div>
              </div>
            </div>
          </div><!-- /mock-panel-pipeline -->

          <!-- KALENDER PANEL -->
          <div id="mock-panel-kalender" class="m-panel" style="display:none;flex-direction:column;gap:0;padding:0;">
            <style>
              /* Card being dragged */
              @keyframes cal-lift {
                0%   { transform: translate(0,0) rotate(0deg); box-shadow: 0 1px 3px rgba(0,0,0,.08); opacity:1; }
                15%  { transform: translate(0,-4px) rotate(-1deg); box-shadow: 0 8px 20px rgba(9,87,222,.18); opacity:.92; }
                60%  { transform: translate(calc(var(--cal-col-w) + 4px), -4px) rotate(-1deg); box-shadow: 0 8px 20px rgba(9,87,222,.18); opacity:.92; }
                85%  { transform: translate(calc(var(--cal-col-w) + 4px), 0px) rotate(0deg); box-shadow: 0 2px 6px rgba(0,0,0,.10); opacity:1; }
                100% { transform: translate(calc(var(--cal-col-w) + 4px), 0px) rotate(0deg); box-shadow: 0 1px 3px rgba(0,0,0,.06); opacity:1; }
              }
              /* Ghost placeholder left behind */
              @keyframes cal-ghost {
                0%,14%  { opacity:1; }
                15%,100%{ opacity:0; }
              }
              /* Target slot highlights */
              @keyframes cal-target-show {
                0%,14%  { opacity:0; }
                20%,84% { opacity:1; }
                85%,100%{ opacity:0; }
              }
              /* Landing card appears in new column */
              @keyframes cal-land {
                0%,84%  { opacity:0; }
                85%,100%{ opacity:1; }
              }
              .cal-drag-card {
                --cal-col-w: 0px;
                position:relative;
                animation: cal-lift 2.8s cubic-bezier(.4,0,.2,1) 0.8s forwards;
                animation-iteration-count: 1;
                z-index: 10;
              }
              .cal-ghost {
                animation: cal-ghost 2.8s linear 0.8s forwards;
                animation-iteration-count: 1;
              }
              .cal-target-slot {
                animation: cal-target-show 2.8s linear 0.8s forwards;
                animation-iteration-count: 1;
              }
              .cal-land-card {
                animation: cal-land 2.8s linear 0.8s forwards;
                animation-iteration-count: 1;
              }
            </style>
            <!-- Cal header -->
            <div style="display:flex;align-items:center;justify-content:space-between;padding:8px 12px 6px;flex-shrink:0;">
              <div style="font-size:10.5px;font-weight:800;color:#1e293b;">KW 12 · März 2026</div>
              <div style="display:flex;gap:2px;">
                <div style="font-size:8px;font-weight:600;padding:2px 7px;border-radius:5px;background:#f1f5f9;color:#1e293b;">Woche</div>
                <div style="font-size:8px;font-weight:600;padding:2px 7px;border-radius:5px;color:#94a3b8;">Monat</div>
                <div style="font-size:8px;font-weight:600;padding:2px 7px;border-radius:5px;color:#94a3b8;">Liste</div>
              </div>
            </div>
            <!-- Day columns -->
            <div id="cal-grid" style="display:grid;grid-template-columns:repeat(5,1fr);gap:4px;padding:0 10px 8px;flex:1;align-content:start;position:relative;">
              <!-- Mo -->
              <div style="display:flex;flex-direction:column;gap:4px;">
                <div style="text-align:center;padding:0 2px 5px;">
                  <div style="font-size:7.5px;font-weight:700;color:#94a3b8;text-transform:uppercase;">Mo</div>
                  <div style="font-size:13px;font-weight:800;color:#1e293b;line-height:1.1;">16</div>
                </div>
                <div style="border-radius:5px;padding:4px 6px;font-size:7.5px;font-weight:600;line-height:1.3;background:#eff6ff;color:#1e40af;border-left:2px solid #3b82f6;">Blog: AI Content Operations<div style="font-size:7px;font-weight:500;opacity:.7;margin-top:1px;">Blog · Website</div></div>
                <div style="border-radius:5px;padding:4px 6px;font-size:7.5px;font-weight:600;line-height:1.3;background:#faf5ff;color:#6b21a8;border-left:2px solid #a855f7;">LinkedIn: CEO-Post Nicolai<div style="font-size:7px;font-weight:500;opacity:.7;margin-top:1px;">Social</div></div>
              </div>
              <!-- Di -->
              <div style="display:flex;flex-direction:column;gap:4px;">
                <div style="text-align:center;padding:0 2px 5px;">
                  <div style="font-size:7.5px;font-weight:700;color:#94a3b8;text-transform:uppercase;">Di</div>
                  <div style="font-size:13px;font-weight:800;color:#0957DE;line-height:1.1;">17</div>
                </div>
                <div style="border-radius:5px;padding:4px 6px;font-size:7.5px;font-weight:600;line-height:1.3;background:#fffbeb;color:#92400e;border-left:2px solid #f59e0b;">Newsletter: Produkt-Update<div style="font-size:7px;font-weight:500;opacity:.7;margin-top:1px;">E-Mail · In Review</div></div>
                <div style="border:1px dashed #e2e8f0;border-radius:5px;padding:4px 6px;font-size:8px;color:#cbd5e1;text-align:center;">+ Hinzufügen</div>
              </div>
              <!-- Mi -->
              <div style="display:flex;flex-direction:column;gap:4px;">
                <div style="text-align:center;padding:0 2px 5px;">
                  <div style="font-size:7.5px;font-weight:700;color:#94a3b8;text-transform:uppercase;">Mi</div>
                  <div style="font-size:13px;font-weight:800;color:#1e293b;line-height:1.1;">18</div>
                </div>
                <div style="border-radius:5px;padding:4px 6px;font-size:7.5px;font-weight:600;line-height:1.3;background:#f0fdf4;color:#166534;border-left:2px solid #22c55e;">Case Study: Axel Springer<div style="font-size:7px;font-weight:500;opacity:.7;margin-top:1px;">Blog · Freigabe</div></div>
                <div style="border-radius:5px;padding:4px 6px;font-size:7.5px;font-weight:600;line-height:1.3;background:#fdf2f8;color:#9d174d;border-left:2px solid #ec4899;">Instagram: Feature-Launch<div style="font-size:7px;font-weight:500;opacity:.7;margin-top:1px;">Social · Entwurf</div></div>
              </div>
              <!-- Do: contains the card being dragged -->
              <div style="display:flex;flex-direction:column;gap:4px;position:relative;">
                <div style="text-align:center;padding:0 2px 5px;">
                  <div style="font-size:7.5px;font-weight:700;color:#94a3b8;text-transform:uppercase;">Do</div>
                  <div style="font-size:13px;font-weight:800;color:#1e293b;line-height:1.1;">19</div>
                </div>
                <!-- Dragged card (animated, moves right into Fr column) -->
                <div class="cal-drag-card" style="border-radius:5px;padding:4px 6px;font-size:7.5px;font-weight:600;line-height:1.3;background:#fffbeb;color:#92400e;border-left:2px solid #f59e0b;border:1px solid rgba(9,87,222,.25);cursor:grab;">
                  Briefing: Q2-Kampagne
                  <div style="font-size:7px;font-weight:500;opacity:.7;margin-top:1px;">Planung</div>
                </div>
                <!-- Ghost placeholder, fades out when dragging starts -->
                <div class="cal-ghost" style="border-radius:5px;padding:4px 6px;font-size:7.5px;font-weight:600;line-height:1.3;background:#f8fafc;color:#cbd5e1;border-left:2px solid #e2e8f0;border:1px dashed #e2e8f0;">
                  Briefing: Q2-Kampagne
                  <div style="font-size:7px;font-weight:500;opacity:.7;margin-top:1px;">Planung</div>
                </div>
              </div>
              <!-- Fr: target column -->
              <div style="display:flex;flex-direction:column;gap:4px;">
                <div style="text-align:center;padding:0 2px 5px;">
                  <div style="font-size:7.5px;font-weight:700;color:#94a3b8;text-transform:uppercase;">Fr</div>
                  <div style="font-size:13px;font-weight:800;color:#1e293b;line-height:1.1;">20</div>
                </div>
                <div style="border-radius:5px;padding:4px 6px;font-size:7.5px;font-weight:600;line-height:1.3;background:#f0fdf4;color:#166534;border-left:2px solid #22c55e;">Whitepaper: Content ROI<div style="font-size:7px;font-weight:500;opacity:.7;margin-top:1px;">Whitepaper · Live</div></div>
                <!-- Target drop slot, glows while card is hovering -->
                <div class="cal-target-slot" style="border-radius:5px;padding:4px 6px;font-size:7.5px;font-weight:600;line-height:1.3;background:rgba(9,87,222,.07);color:#1e40af;border:1.5px dashed rgba(9,87,222,.4);text-align:center;">Hier ablegen</div>
                <!-- Card appears after drop -->
                <div class="cal-land-card" style="border-radius:5px;padding:4px 6px;font-size:7.5px;font-weight:600;line-height:1.3;background:#fffbeb;color:#92400e;border-left:2px solid #f59e0b;">
                  Briefing: Q2-Kampagne
                  <div style="font-size:7px;font-weight:500;opacity:.7;margin-top:1px;">Planung</div>
                </div>
                <div style="border-radius:5px;padding:4px 6px;font-size:7.5px;font-weight:600;line-height:1.3;background:#faf5ff;color:#6b21a8;border-left:2px solid #a855f7;">XING: CEO-Beitrag KI & Content<div style="font-size:7px;font-weight:500;opacity:.7;margin-top:1px;">Social · Geplant</div></div>
              </div>
            </div>
            <!-- Footer stats -->
            <div style="display:flex;gap:10px;padding:6px 12px;border-top:1px solid #f1f5f9;flex-shrink:0;align-items:center;">
              <div style="display:flex;align-items:center;gap:4px;font-size:8px;color:#64748b;"><div style="width:6px;height:6px;border-radius:50%;background:#3b82f6;"></div><strong style="color:#1e293b;">9</strong>&nbsp;geplant</div>
              <div style="display:flex;align-items:center;gap:4px;font-size:8px;color:#64748b;"><div style="width:6px;height:6px;border-radius:50%;background:#f59e0b;"></div><strong style="color:#1e293b;">3</strong>&nbsp;in Review</div>
              <div style="display:flex;align-items:center;gap:4px;font-size:8px;color:#64748b;"><div style="width:6px;height:6px;border-radius:50%;background:#22c55e;"></div><strong style="color:#1e293b;">2</strong>&nbsp;live diese Woche</div>
              <div style="margin-left:auto;font-size:8px;color:#0957DE;font-weight:700;cursor:pointer;">Ganzer Monat →</div>
            </div>
          </div><!-- /mock-panel-kalender -->

          <div id="mock-panel-editor" class="m-panel" style="display:none">
            <div class="m-ed-bc">Dashboard › Erstellung › <span>Blog: Was ist AI Content Operations?</span> &nbsp;<span style="background:#fef3c7;color:#92400e;padding:1px 6px;border-radius:99px;font-size:8px;">In Bearbeitung</span></div>
            <div class="m-ed-title">Blog: Was ist AI Content Operations?</div>
            <div class="m-ed-meta">Zuletzt geändert: heute</div>
            <div class="m-ed-tabs">
              <div class="m-ed-tab">Überblick</div>
              <div class="m-ed-tab on">Editor</div>
              <div class="m-ed-tab">Elemente <span class="m-ed-count">36</span></div>
              <div class="m-ed-tab">Briefing <span class="m-ed-count">12</span></div>
              <div class="m-ed-tab">Inspirationen <span class="m-ed-count">4</span></div>
              <div class="m-ed-tab">Versionen</div>
            </div>
            <div class="m-ed-toolbar">
              <div class="m-ed-tbtn">✏ Optimieren ▾</div>
              <div class="m-ed-tbtn">⚙ Aktionen ▾</div>
              <div class="m-ed-tbtn" style="background:#0957DE;color:white;border-color:#0957DE;">Jetzt bearbeiten</div>
            </div>
            <div class="m-ed-body">
              <div class="m-ed-h1">AI Content Operations: Warum der nächste Schritt im Content Marketing kein Tool ist – sondern ein System</div>
              <div class="m-ed-p">Viele Marketing-Teams im Mittelstand haben bereits AI-Tools im Einsatz – aber kein System dahinter. Das Ergebnis: generischer Output, fehlende Brand Voice, keine Messbarkeit. Ohne strukturierten Prozess verpuffen Zeit und Budget.</div>
              <div class="m-ed-h2">Vom AI-Tool zur AI-Content-Operation</div>
              <div class="m-ed-p">contentbird verbindet Strategie, AI-Assistenten, Workflows und Performance-Analyse auf einer Plattform – damit Marketing-Teams schneller, konsistenter und messbarer produzieren.</div>
              <div class="m-ed-h2">Was Teams konkret gewinnen</div>
              <div class="m-ed-p">50 % schneller von Briefing zu Go-Live. Konsistente Brand Voice über alle Kanäle. Messbarer Content-ROI statt Bauchgefühl.<span class="m-ed-cursor"></span></div>
            </div>
            <div class="m-ed-footer">
              <div class="m-ed-score"><span style="color:#22c55e;font-weight:800">87</span> SEO Score</div>
              <div class="m-ed-wc">612 Wörter</div>
              <div class="m-ed-ai">● AI Brand Voice aktiv</div>
            </div>
          </div>

          <!-- AI SPARRING PANEL -->
          <div id="mock-panel-ai" class="m-panel" style="display:none;padding:0;gap:0;">
            <div class="m-ai-header">
              <div class="m-ai-header-left">
                <div class="m-ai-spark">
                  <svg width="12" height="12" viewBox="0 0 14 14" fill="none"><path d="M7 1L8.5 5H13L9.5 7.5L11 11L7 8.5L3 11L4.5 7.5L1 5H5.5L7 1Z" fill="url(#sp)"/><defs><linearGradient id="sp" x1="0" y1="0" x2="14" y2="0"><stop offset="0%" stop-color="#0957DE"/><stop offset="100%" stop-color="#9300F4"/></linearGradient></defs></svg>
                </div>
                <span class="m-ai-header-title">AI Assistent</span>
                <span class="m-ai-header-ctx">· contentbird Blog</span>
              </div>
              <div class="m-ai-header-badge">Brand Voice aktiv</div>
            </div>
            <!-- Context bar: shows what background info the AI is using -->
            <div class="m-ai-ctx-bar" id="ai-ctx-bar">
              <span class="m-ai-ctx-label">Kontext:</span>
              <div class="m-ai-ctx-chip" data-ctx="strategie">
                <svg width="8" height="8" viewBox="0 0 14 14" fill="none"><path d="M2 7h10M7 2l5 5-5 5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
                Strategie
              </div>
              <div class="m-ai-ctx-chip" data-ctx="persona">
                <svg width="8" height="8" viewBox="0 0 14 14" fill="none"><circle cx="7" cy="5" r="2.5" stroke="currentColor" stroke-width="1.3"/><path d="M2 12c0-2.76 2.24-5 5-5s5 2.24 5 5" stroke="currentColor" stroke-width="1.3" stroke-linecap="round"/></svg>
                Persona: CMO Mittelstand
              </div>
              <div class="m-ai-ctx-chip" data-ctx="brandvoice">
                <svg width="8" height="8" viewBox="0 0 14 14" fill="none"><path d="M2 4h10M2 7h7M2 10h5" stroke="currentColor" stroke-width="1.3" stroke-linecap="round"/></svg>
                Brand Voice
              </div>
              <div class="m-ai-ctx-chip" data-ctx="thema">
                <svg width="8" height="8" viewBox="0 0 14 14" fill="none"><circle cx="6" cy="6" r="4" stroke="currentColor" stroke-width="1.3"/><path d="M10 10l2.5 2.5" stroke="currentColor" stroke-width="1.3" stroke-linecap="round"/></svg>
                Content Ops · AI · SEO
              </div>
              <div class="m-ai-ctx-chip" data-ctx="glossar">
                <svg width="8" height="8" viewBox="0 0 14 14" fill="none"><rect x="2" y="2" width="10" height="10" rx="1.5" stroke="currentColor" stroke-width="1.3"/><path d="M4 5h6M4 7h4" stroke="currentColor" stroke-width="1.2" stroke-linecap="round"/></svg>
                Glossar
              </div>
            </div>
            <div class="m-ai-chat" id="ai-chat-messages"></div>
            <div class="m-ai-input-bar">
              <div class="m-ai-input-field" id="ai-input-preview">Frag contentbird AI...</div>
              <div class="m-ai-input-send">
                <svg width="12" height="12" viewBox="0 0 14 14" fill="none"><path d="M2 7h10M7 2l5 5-5 5" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
              </div>
            </div>
          </div>

        </div><!-- /m-content -->
      </div><!-- /m-main -->
    </div><!-- /m-app -->
  </div><!-- /hero-ui -->
  <div class="hero-trust-mini">
    <div class="hero-trust-mini-item">
      <svg width="13" height="13" viewBox="0 0 22 22" fill="none"><path d="M11 2L3 6V11c0 4.5 3.4 8 8 9 4.6-1 8-4.5 8-9V6L11 2z" stroke="white" stroke-width="1.5" stroke-linejoin="round"/><path d="M7.5 11l2.5 2.5 5-5" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>
      ISO 27001 Hosting
    </div>
    <div class="hero-trust-mini-item">
      <svg width="13" height="13" viewBox="0 0 22 22" fill="none"><rect x="4" y="9" width="14" height="10" rx="2" stroke="white" stroke-width="1.5"/><path d="M8 9V7a3 3 0 016 0v2" stroke="white" stroke-width="1.5" stroke-linecap="round"/><circle cx="11" cy="14" r="1.5" fill="white"/></svg>
      DSGVO-konform
    </div>
    <div class="hero-trust-mini-item">
      <svg width="13" height="13" viewBox="0 0 22 22" fill="none"><circle cx="11" cy="8" r="3" stroke="white" stroke-width="1.5"/><path d="M5 19c0-3.31 2.69-6 6-6s6 2.69 6 6" stroke="white" stroke-width="1.5" stroke-linecap="round"/><path d="M16 5l1.5-1.5M16 8h2" stroke="white" stroke-width="1.2" stroke-linecap="round"/></svg>
      SSO & MFA
    </div>
  </div>
  </div></div><div class="w-embed w-script"><script>
const heroTabs = ['dashboard','pipeline','kalender','editor','ai'];
let heroIdx = 0;
let heroTimer = null;
let heroProgress = null;
let aiChatTimer = null;
let aiInputTimer = null;
let aiChatStep = 0;

const heroTabDurations = { dashboard: 4000, pipeline: 4000, kalender: 5000, editor: 4000, ai: 28000 };

const AI_BOT_SVG = `<svg width="10" height="10" viewBox="0 0 14 14" fill="none"><path d="M7 1L8.5 5H13L9.5 7.5L11 11L7 8.5L3 11L4.5 7.5L1 5H5.5L7 1Z" fill="white"/></svg>`;
const AI_AVATAR_USER = `<div class="m-ai-avatar-user">LS</div>`;
const AI_AVATAR_BOT = `<div class="m-ai-avatar-bot">${AI_BOT_SVG}</div>`;
const AI_BV_TAG = `<div class="m-ai-bv-tag">Brand Voice: contentbird.ai · sachlich, direkt</div>`;

const aiScript = [
  { role:'user', text:'Schreib die Einleitung für unseren Blog-Artikel „AI Content Operations". Zielgruppe: Marketing-Leader im Mittelstand.' },
  { role:'bot', text:'Viele Marketing-Teams haben bereits AI-Tools im Einsatz – aber kein System dahinter. Das Ergebnis: generischer Output, fehlende Brand Voice, keine Messbarkeit. contentbird löst genau das.', bv:true, ctx:['strategie','thema','persona'] },
  { role:'user', text:'Gut. Mach den Einstieg kürzer und knackiger.' },
  { role:'bot', text:'AI-Tools produzieren Content. contentbird produziert Wirkung – mit Strategie, Brand Voice und messbarem ROI auf einer Plattform.', bv:true, ctx:['brandvoice','persona'] },
  { role:'user', text:'Perfekt. Jetzt ein starkes CTA für die Demo.' },
  { role:'bot', text:'In 30 Minuten zeigen wir dir, wie dein Team 50 % schneller von der Idee zum veröffentlichten Content kommt – mit konsistenter Brand Voice und echtem Content-ROI.', bv:true, ctx:['strategie','brandvoice','glossar'] },
];

function _applyTab(tab) {
  ['dashboard','pipeline','kalender','editor','ai'].forEach(p => {
    const panel = document.getElementById('mock-panel-' + p);
    if (panel) panel.style.display = p === tab ? 'flex' : 'none';
  });
  const sbMap = { dashboard:'mock-sb-dashboard', pipeline:'mock-sb-planung', kalender:'mock-sb-planung', editor:'mock-sb-creation', ai:'mock-sb-creation' };
  document.querySelectorAll('.m-sb-item').forEach(i => i.classList.remove('on'));
  if (sbMap[tab]) { const el = document.getElementById(sbMap[tab]); if (el) el.classList.add('on'); }
  if (tab === 'ai') { startAiChat(); } else { stopAiChat(); }
  if (tab === 'kalender') {
    setTimeout(function() {
      var grid = document.getElementById('cal-grid');
      if (!grid) return;
      var colW = grid.offsetWidth / 5;
      var animated = grid.querySelectorAll('.cal-drag-card, .cal-ghost, .cal-target-slot, .cal-land-card');
      animated.forEach(function(el) {
        var clone = el.cloneNode(true);
        el.parentNode.replaceChild(clone, el);
        if (clone.classList.contains('cal-drag-card')) clone.style.setProperty('--cal-col-w', colW + 'px');
      });
    }, 60);
  }
}

function startAutoplay() {
  const tab = heroTabs[heroIdx];
  const duration = heroTabDurations[tab] || 4000;
  if (heroProgress) {
    heroProgress.style.transition = 'none';
    heroProgress.style.width = '0%';
    requestAnimationFrame(() => requestAnimationFrame(() => {
      heroProgress.style.transition = `width ${duration}ms linear`;
      heroProgress.style.width = '100%';
    }));
  }
  heroTimer = setTimeout(() => {
    heroIdx = (heroIdx + 1) % heroTabs.length;
    _applyTab(heroTabs[heroIdx]);
    startAutoplay();
  }, duration);
}

function resetAutoplay() { clearTimeout(heroTimer); startAutoplay(); }

function aiMakeUserMsg(text) {
  const d = document.createElement('div');
  d.className = 'm-ai-msg m-ai-user';
  d.innerHTML = `<div class="m-ai-bubble m-ai-bubble-user">${text}</div>${AI_AVATAR_USER}`;
  return d;
}

function aiMakeTyping() {
  const d = document.createElement('div');
  d.className = 'm-ai-msg m-ai-bot';
  d.innerHTML = `${AI_AVATAR_BOT}<div class="m-ai-bubble m-ai-bubble-bot"><div class="m-ai-typing-dots"><span></span><span></span><span></span></div></div>`;
  return d;
}

function aiMakeBotMsg(text, bv) {
  const d = document.createElement('div');
  d.className = 'm-ai-msg m-ai-bot';
  d.innerHTML = `${AI_AVATAR_BOT}<div class="m-ai-bubble m-ai-bubble-bot">${bv ? AI_BV_TAG : ''}${text}</div>`;
  return d;
}

function aiTypeInput(text, cb) {
  const el = document.getElementById('ai-input-preview');
  if (!el) { cb && cb(); return; }
  el.textContent = '';
  el.classList.add('m-ai-input-typing');
  let i = 0;
  clearInterval(aiInputTimer);
  aiInputTimer = setInterval(() => {
    el.textContent += text[i++];
    if (i >= text.length) {
      clearInterval(aiInputTimer);
      setTimeout(() => {
        el.textContent = 'Frag contentbird AI...';
        el.classList.remove('m-ai-input-typing');
        cb && cb();
      }, 600);
    }
  }, 38);
}

function aiShowMsg(el, container) {
  container.appendChild(el);
  container.scrollTop = container.scrollHeight;
  requestAnimationFrame(() => requestAnimationFrame(() => el.classList.add('visible')));
}

function runAiStep() {
  const container = document.getElementById('ai-chat-messages');
  if (!container) return;
  if (aiChatStep >= aiScript.length) {
    aiChatTimer = setTimeout(() => { container.innerHTML = ''; aiChatStep = 0; aiChatTimer = setTimeout(runAiStep, 800); }, 2200);
    return;
  }
  const step = aiScript[aiChatStep];
  if (step.role === 'user') {
    aiTypeInput(step.text, () => {
      const msg = aiMakeUserMsg(step.text);
      aiShowMsg(msg, container);
      aiChatStep++;
      aiChatTimer = setTimeout(runAiStep, 700);
    });
  } else {
    const typing = aiMakeTyping();
    aiShowMsg(typing, container);
    document.querySelectorAll('.m-ai-ctx-chip').forEach(c => c.classList.remove('active'));
    if (step.ctx) {
      let delay = 200;
      step.ctx.forEach(key => {
        setTimeout(() => { const chip = document.querySelector(`.m-ai-ctx-chip[data-ctx="${key}"]`); if (chip) chip.classList.add('active'); }, delay);
        delay += 280;
      });
    }
    aiChatTimer = setTimeout(() => {
      typing.remove();
      const msg = aiMakeBotMsg(step.text, step.bv);
      aiShowMsg(msg, container);
      aiChatStep++;
      aiChatTimer = setTimeout(runAiStep, 1000);
    }, 1200);
  }
}

function startAiChat() {
  const container = document.getElementById('ai-chat-messages');
  if (!container) return;
  container.innerHTML = '';
  aiChatStep = 0;
  clearTimeout(aiChatTimer);
  clearInterval(aiInputTimer);
  document.querySelectorAll('.m-ai-ctx-chip').forEach(c => c.classList.remove('active'));
  aiChatTimer = setTimeout(runAiStep, 400);
}

function stopAiChat() { clearTimeout(aiChatTimer); clearInterval(aiInputTimer); }

document.addEventListener('DOMContentLoaded', () => {
  heroProgress = document.getElementById('hero-progress-bar');
  _applyTab(heroTabs[heroIdx]);
  startAutoplay();
});
</script></div></div></div><div data-wf--section-space--section-space="page-top---160px" class="section_space w-variant-14d04c16-48a0-a64a-d04c-60bdf5c02968"></div></div></section><section class="section_marquee center-heading"><div data-wf--section-space--section-space="24px" class="section_space w-variant-2a6f700a-adf3-f18c-56f0-57aac800c391"></div><div class="marque_container_heading center-heading-2"><div class="container-large center-heading-3"><div class="marque_heading center-heading-4">FÜHRENDE CONTENT TEAMS vertrauen auf contentbird</div><div data-wf--spacer--spacer="14px" class="spacer w-variant-6ceb79b4-908c-114f-6cb5-3118909be400"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div></div></div><div class="marquee_container center-heading-5"><div class="marquee_logo_wrapper center-heading-6"><div class="marquee_list_wrapper center-heading-7 w-dyn-list"><div role="list" class="marquee_list center-heading-8 w-dyn-items"><div role="listitem" class="marquee_logo_block center-heading-9 w-dyn-item"><div class="marque_logo_container center-heading-10"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6980af289fb21a6e7405eecb_623086f027b9a945e1f6a1f2_contentbird_kunden-weller-grey400.svg" alt="" class="marquee-logo-img is-home-logo center-heading-11"/></div></div><div role="listitem" class="marquee_logo_block center-heading-9 w-dyn-item"><div class="marque_logo_container center-heading-10"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6980aecd7e5bbdfb098c6999_6231892648b14465e6415b81_contentbird_kunden-thyssenkrupp-b.svg" alt="" class="marquee-logo-img is-home-logo center-heading-11"/></div></div><div role="listitem" class="marquee_logo_block center-heading-9 w-dyn-item"><div class="marque_logo_container center-heading-10"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6980aecaf927ad21ba45921a_6231891b06cba5c6a6b9bddf_contentbird_kunden-schore-b.svg" alt="" class="marquee-logo-img is-home-logo center-heading-11"/></div></div><div role="listitem" class="marquee_logo_block center-heading-9 w-dyn-item"><div class="marque_logo_container center-heading-10"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6980aecaac330875356c871a_623188c9173a76d6c03d4fa5_contentbird_kunden-service_plan_gruppe-b.svg" alt="" class="marquee-logo-img is-home-logo center-heading-11"/></div></div><div role="listitem" class="marquee_logo_block center-heading-9 w-dyn-item"><div class="marque_logo_container center-heading-10"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6980aec99d1b76ad203bbc4e_6231891057f02ab89d69b8a6_contentbird_kunden-schoner_wohnen-b.svg" alt="" class="marquee-logo-img is-home-logo center-heading-11"/></div></div><div role="listitem" class="marquee_logo_block center-heading-9 w-dyn-item"><div class="marque_logo_container center-heading-10"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6980aec889f860b98de76d0a_623188ad173a76e0e63d4f42_contentbird_kunden-pc_welt-b.svg" alt="" class="marquee-logo-img is-home-logo center-heading-11"/></div></div><div role="listitem" class="marquee_logo_block center-heading-9 w-dyn-item"><div class="marque_logo_container center-heading-10"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6980aec5d4e8ea48a04ade2f_623189011ab1f497df5292ed_contentbird_kunden-ksb-b.svg" alt="" class="marquee-logo-img is-home-logo center-heading-11"/></div></div><div role="listitem" class="marquee_logo_block center-heading-9 w-dyn-item"><div class="marque_logo_container center-heading-10"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6980aec475faf2754e498753_623188a105f1699e135147a4_contentbird_kunden-fressnapf-b.svg" alt="" class="marquee-logo-img is-home-logo center-heading-11"/></div></div><div role="listitem" class="marquee_logo_block center-heading-9 w-dyn-item"><div class="marque_logo_container center-heading-10"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6980aec371056058a8ecffda_623188f184db5149a280461b_contentbird_kunden-electronic_partner-b.svg" alt="" class="marquee-logo-img is-home-logo center-heading-11"/></div></div><div role="listitem" class="marquee_logo_block center-heading-9 w-dyn-item"><div class="marque_logo_container center-heading-10"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6980aec2e69fd970b55f55b1_623087c52425bf2e80907377_contentbird_kunden-dkb-grey400.svg" alt="" class="marquee-logo-img is-home-logo center-heading-11"/></div></div><div role="listitem" class="marquee_logo_block center-heading-9 w-dyn-item"><div class="marque_logo_container center-heading-10"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6980aec17e1a82ac04a773fb_62318889e794adcba5d04aed_contentbird_kunden-clinique-b.svg" alt="" class="marquee-logo-img is-home-logo center-heading-11"/></div></div><div role="listitem" class="marquee_logo_block center-heading-9 w-dyn-item"><div class="marque_logo_container center-heading-10"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6980aec0f1819b788eb2979b_623188e0787f4766680b2b6f_contentbird_kunden-axel_springer-b.svg" alt="" class="marquee-logo-img is-home-logo center-heading-11"/></div></div></div></div><div class="marquee_list_wrapper center-heading-7 w-dyn-list"><div role="list" class="marquee_list center-heading-8 w-dyn-items"><div role="listitem" class="marquee_logo_block center-heading-9 w-dyn-item"><div class="marque_logo_container center-heading-10"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6980af289fb21a6e7405eecb_623086f027b9a945e1f6a1f2_contentbird_kunden-weller-grey400.svg" alt="" class="marquee-logo-img is-home-logo center-heading-11"/></div></div><div role="listitem" class="marquee_logo_block center-heading-9 w-dyn-item"><div class="marque_logo_container center-heading-10"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6980aecd7e5bbdfb098c6999_6231892648b14465e6415b81_contentbird_kunden-thyssenkrupp-b.svg" alt="" class="marquee-logo-img is-home-logo center-heading-11"/></div></div><div role="listitem" class="marquee_logo_block center-heading-9 w-dyn-item"><div class="marque_logo_container center-heading-10"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6980aecaf927ad21ba45921a_6231891b06cba5c6a6b9bddf_contentbird_kunden-schore-b.svg" alt="" class="marquee-logo-img is-home-logo center-heading-11"/></div></div><div role="listitem" class="marquee_logo_block center-heading-9 w-dyn-item"><div class="marque_logo_container center-heading-10"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6980aecaac330875356c871a_623188c9173a76d6c03d4fa5_contentbird_kunden-service_plan_gruppe-b.svg" alt="" class="marquee-logo-img is-home-logo center-heading-11"/></div></div><div role="listitem" class="marquee_logo_block center-heading-9 w-dyn-item"><div class="marque_logo_container center-heading-10"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6980aec99d1b76ad203bbc4e_6231891057f02ab89d69b8a6_contentbird_kunden-schoner_wohnen-b.svg" alt="" class="marquee-logo-img is-home-logo center-heading-11"/></div></div><div role="listitem" class="marquee_logo_block center-heading-9 w-dyn-item"><div class="marque_logo_container center-heading-10"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6980aec889f860b98de76d0a_623188ad173a76e0e63d4f42_contentbird_kunden-pc_welt-b.svg" alt="" class="marquee-logo-img is-home-logo center-heading-11"/></div></div><div role="listitem" class="marquee_logo_block center-heading-9 w-dyn-item"><div class="marque_logo_container center-heading-10"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6980aec5d4e8ea48a04ade2f_623189011ab1f497df5292ed_contentbird_kunden-ksb-b.svg" alt="" class="marquee-logo-img is-home-logo center-heading-11"/></div></div><div role="listitem" class="marquee_logo_block center-heading-9 w-dyn-item"><div class="marque_logo_container center-heading-10"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6980aec475faf2754e498753_623188a105f1699e135147a4_contentbird_kunden-fressnapf-b.svg" alt="" class="marquee-logo-img is-home-logo center-heading-11"/></div></div><div role="listitem" class="marquee_logo_block center-heading-9 w-dyn-item"><div class="marque_logo_container center-heading-10"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6980aec371056058a8ecffda_623188f184db5149a280461b_contentbird_kunden-electronic_partner-b.svg" alt="" class="marquee-logo-img is-home-logo center-heading-11"/></div></div><div role="listitem" class="marquee_logo_block center-heading-9 w-dyn-item"><div class="marque_logo_container center-heading-10"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6980aec2e69fd970b55f55b1_623087c52425bf2e80907377_contentbird_kunden-dkb-grey400.svg" alt="" class="marquee-logo-img is-home-logo center-heading-11"/></div></div><div role="listitem" class="marquee_logo_block center-heading-9 w-dyn-item"><div class="marque_logo_container center-heading-10"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6980aec17e1a82ac04a773fb_62318889e794adcba5d04aed_contentbird_kunden-clinique-b.svg" alt="" class="marquee-logo-img is-home-logo center-heading-11"/></div></div><div role="listitem" class="marquee_logo_block center-heading-9 w-dyn-item"><div class="marque_logo_container center-heading-10"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6980aec0f1819b788eb2979b_623188e0787f4766680b2b6f_contentbird_kunden-axel_springer-b.svg" alt="" class="marquee-logo-img is-home-logo center-heading-11"/></div></div></div></div></div></div><div data-wf--section-space--section-space="24px" class="section_space w-variant-2a6f700a-adf3-f18c-56f0-57aac800c391"></div></section><section class="section_home-challenge"><div data-wf--section-space--section-space="lg---100px" class="section_space w-variant-c6cc91bf-b9e6-fd5c-2db5-3bf7969dffc6"></div><div class="container-large"><div class="align-left"><div class="heading_tagline is-dark">HERAUSFORDERUNG</div><div data-wf--spacer--spacer="10px" class="spacer w-variant-3c24f7e7-f05c-dfb4-15ae-8fedd5b5f7b1"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><h2 class="is-bold">Hohe Komplexität, Tool-Silos und fehlende Ressourcen reduzieren Marketing-ROI</h2></div><div data-wf--spacer--spacer="64px" class="spacer w-variant-991cca4b-6220-bef0-a927-d10f905ce172"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="challenge-tags-wrapper"><div data-wf--challenge-tag--variant="dark" class="challenge-tag"><div>generic AI output</div></div><div data-wf--challenge-tag--variant="light" class="challenge-tag w-variant-6cb9f185-c84c-c4db-1c51-efafe56367fe"><div>manuelle Freigabeprozesse</div></div><div data-wf--challenge-tag--variant="dark" class="challenge-tag"><div>Content-Strategie ohne Wirkung</div></div><div data-wf--challenge-tag--variant="light" class="challenge-tag w-variant-6cb9f185-c84c-c4db-1c51-efafe56367fe"><div>fehlende Skalierbarkeit</div></div><div data-wf--challenge-tag--variant="dark" class="challenge-tag"><div>Kanalvielfalt ohne Steuerung</div></div><div data-wf--challenge-tag--variant="light" class="challenge-tag w-variant-6cb9f185-c84c-c4db-1c51-efafe56367fe"><div>keine Messbarkeit des Content-ROI</div></div><div data-wf--challenge-tag--variant="dark" class="challenge-tag"><div>fehlende Strukturen</div></div><div data-wf--challenge-tag--variant="light" class="challenge-tag w-variant-6cb9f185-c84c-c4db-1c51-efafe56367fe"><div>manuelle Übergaben</div></div><div data-wf--challenge-tag--variant="dark" class="challenge-tag"><div>unklare Verantwortlichkeiten</div></div></div><div data-wf--spacer--spacer="40px" class="spacer w-variant-6b792a10-8597-9483-b228-8faeef3309e6"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="challenge-numbers-wrapper"><div class="number-block is-remove-border"><div class="heading_tagline is-dark is-bold">AI ohne Governance</div><div data-wf--spacer--spacer="8px" class="spacer"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="data-number">70%</div><div data-wf--spacer--spacer="14px" class="spacer w-variant-6ceb79b4-908c-114f-6cb5-3118909be400"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="text-color-gray">nutzen AI experimentell – ohne Governance oder Integration</div></div><div class="number-block"><div class="heading_tagline is-dark is-bold">Druck auf Output</div><div data-wf--spacer--spacer="8px" class="spacer"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="data-number">53%</div><div data-wf--spacer--spacer="14px" class="spacer w-variant-6ceb79b4-908c-114f-6cb5-3118909be400"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="text-color-gray">müssen mit gleichen Ressourcen mehr Output &amp; Ergebnis liefern</div></div><div class="number-block"><div class="heading_tagline is-dark is-bold">Tool- &amp; TEam-Silos</div><div data-wf--spacer--spacer="8px" class="spacer"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="data-number">82%</div><div data-wf--spacer--spacer="14px" class="spacer w-variant-6ceb79b4-908c-114f-6cb5-3118909be400"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="text-color-gray">kämpfen mit fragmentierten Prozessen und Tool-Silos</div></div></div></div><div data-wf--section-space--section-space="sm---64px" class="section_space w-variant-d98598fb-e369-d97d-e216-73de43b633f0"></div></section><section class="background-color-gray"><div data-wf--section-space--section-space="md---80px" class="section_space"></div><div class="container-large"><div class="compliance_tag_wrapper"><div class="heading_tagline is-dark">LÖSUNG </div><div data-wf--spacer--spacer="12px" class="spacer w-variant-94195f3a-f3f8-5736-22d1-9359a28ace5a"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><h2 class="is-bold">Eine zentrale AI Platform für den gesamten Content Prozess </h2><div data-wf--spacer--spacer="56px" class="spacer w-variant-17d3040e-5fec-61c3-3c04-893ca4096fcc"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div></div><div class="platform_grid_blocks"><div class="platform-grid-wrapper"><div class="icon-wrapper is-dark"><svg width="100%" viewBox="0 0 18 18" fill="none" class="trust-icon-svg"><path d="M9 2C9 2 13 4 13 9c0 2.2-.9 4.2-2.3 5.6L9 16l-1.7-1.4A7.9 7.9 0 0 1 5 9c0-5 4-7 4-7z" stroke="#fff" stroke-width="1.5" stroke-linejoin="round"></path><circle cx="9" cy="9" r="1.5" fill="#fff"></circle><path d="M6 15.5l-2 1.5M12 15.5l2 1.5" stroke="#fff" stroke-width="1.3" stroke-linecap="round"></path></svg></div><div class="rollout-header is-flex-down"><div>Geschwindigkeit &amp; Output im Team steigern</div><div class="text-size-xsmall text-color-light-gray">Mit gleichen Ressourcen mehr erreichen und Reichweite steigern.</div></div></div><div class="platform-grid-wrapper"><div class="icon-wrapper is-dark"><svg width="100%" viewBox="0 0 18 18" fill="none" class="trust-icon-svg"><path d="M9 2L3 5v5c0 3.9 2.6 7.2 6 8 3.4-.8 6-4.1 6-8V5L9 2z" stroke="#fff" stroke-width="1.5" stroke-linejoin="round"></path><path d="M6.5 9l2 2 3-3" stroke="#fff" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg></div><div class="rollout-header is-flex-down"><div>Governance, Konsistenz &amp; Qualität sichern</div><div class="text-size-xsmall text-color-light-gray">Qualität, Reputation und Marken-Vertrauen auf allen Kanälen schützen.</div></div></div><div class="platform-grid-wrapper"><div class="icon-wrapper is-dark"><svg width="100%" viewBox="0 0 18 18" fill="none" class="trust-icon-svg"><path d="M2 13l4-4 3 3 5-6" stroke="#fff" stroke-width="1.7" stroke-linecap="round" stroke-linejoin="round"></path><path d="M12 6h4v4" stroke="#fff" stroke-width="1.7" stroke-linecap="round" stroke-linejoin="round"></path><line x1="2" y1="16" x2="16" y2="16" stroke="#fff" stroke-width="1.3" stroke-linecap="round"></line></svg></div><div class="rollout-header is-flex-down"><div>Marketing-ROI erhöhen und Sichtbarkeit steigern</div><div class="text-size-xsmall text-color-light-gray">Mehr Sichtbarkeit in Google, Social, ChatGPT und Co. - bei weniger Overhead.</div></div></div></div><div data-wf--spacer--spacer="56px" class="spacer w-variant-17d3040e-5fec-61c3-3c04-893ca4096fcc"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="hero-graphics w-embed"><style>
  :root {
    --blue: #0957de;
    --blue-lt: #669eff;
    --blue-bg: #f0f7ff;
    --black: #202020;
    --grey: #808080;
    --grey-sec: #8a8a8a;
    --line: #ececec;
    --bg: #f9f9f9;
    --white: #ffffff;
    --green: #1ca44b;
    --green-bg: #e2fcea;
    --orange: #ff8000;
    --orange-bg: #faede0;
    --red: #fe6060;
    --purple: #9300f4;
    --ai-grad: linear-gradient(90deg, #0957de 0%, #9300f4 100%);
    --f: "Montserrat", sans-serif;
  }
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .ai-text {
    background: var(--ai-grad);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  .tools-flow-wrap {
    position: relative;
    overflow: hidden;
    height: 120px;
    margin-bottom: -2px;
  }
  .tf-bg-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 480px;
    pointer-events: none;
    z-index: 0;
    opacity: 0.07;
    filter: grayscale(100%);
  }
  .tf-bg-logo img {
    width: 100%;
    display: block;
  }
  .tf-bg-glow {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 340px;
    height: 100px;
    background: radial-gradient(
      ellipse at center,
      rgba(9, 87, 222, 0.13) 0%,
      rgba(147, 0, 244, 0.09) 40%,
      transparent 75%
    );
    pointer-events: none;
    z-index: 0;
  }
  .tools-flow-cols {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    height: 100%;
    padding: 0 12px;
    gap: 4px;
  }
  .tfc {
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: toolsFall var(--dur, 4s) var(--delay, 0s) ease-in infinite;
    will-change: transform, opacity;
  }
  @keyframes toolsFall {
    0% {
      transform: translateY(-100px);
      opacity: 0;
    }
    18% {
      opacity: 1;
    }
    72% {
      opacity: 1;
    }
    100% {
      transform: translateY(120px);
      opacity: 0;
    }
  }
  .tf-chip {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 10px;
    background: #fff;
    border: 1px solid #e8ecf3;
    border-radius: 8px;
    font-size: 10px;
    font-weight: 600;
    color: #475569;
    white-space: nowrap;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
  }
  .tools-flow-fade {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 56px;
    background: linear-gradient(to bottom, transparent, #eef2fb);
    pointer-events: none;
    z-index: 2;
  }

  .p-stack {
    display: flex;
    flex-direction: column;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid var(--line);
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
  }
  .p-band {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 13px 20px;
    flex-wrap: wrap;
  }
  .p-band-top {
    background: linear-gradient(
      90deg,
      rgba(9, 87, 222, 0.1) 0%,
      rgba(59, 130, 246, 0.13) 100%
    );
  }
  .p-band-bot {
    background: linear-gradient(
      90deg,
      rgba(9, 87, 222, 0.1) 0%,
      rgba(59, 130, 246, 0.13) 100%
    );
  }
  .p-band > span {
    font-size: 11.5px;
    font-weight: 700;
    color: var(--blue);
    letter-spacing: 0.3px;
    white-space: nowrap;
  }
  .p-band-pills {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
  }
  .p-band-pill {
    font-size: 10.5px;
    font-weight: 600;
    color: var(--blue);
    background: rgba(9, 87, 222, 0.08);
    border: 1px solid rgba(9, 87, 222, 0.2);
    border-radius: 20px;
    padding: 3px 10px;
    white-space: nowrap;
  }
  .p-stack .p-steps {
    border-radius: 0;
    border-left: none;
    border-right: none;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    box-shadow: none;
  }
  .p-steps {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    border: 1px solid var(--line);
    border-radius: 12px;
    overflow: hidden;
    background: var(--white);
  }
  .p-step {
    cursor: pointer;
    padding: 28px 20px;
    border-right: 1px solid var(--line);
    transition: background 0.15s;
  }
  .p-step:last-child {
    border-right: none;
  }
  .p-step:hover {
    background: var(--blue-bg);
  }
  .p-step.ai-step {
    background: linear-gradient(
      135deg,
      rgba(9, 87, 222, 0.04) 0%,
      rgba(147, 0, 244, 0.06) 100%
    );
  }
  .p-step.ai-step:hover {
    background: linear-gradient(
      135deg,
      rgba(9, 87, 222, 0.09) 0%,
      rgba(147, 0, 244, 0.12) 100%
    );
  }
  .p-step.ai-step .p-step-ico {
    background: linear-gradient(
      135deg,
      rgba(9, 87, 222, 0.12) 0%,
      rgba(147, 0, 244, 0.14) 100%
    );
  }
  .p-step.ai-step .p-step-ico svg path {
    stroke: #7c3aed;
  }
  .p-step.ai-step h4 {
    background: var(--ai-grad);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  .p-step-ico {
    width: 28px;
    height: 28px;
    border-radius: 7px;
    background: var(--blue-bg);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-step-ico svg {
    width: 14px;
    height: 14px;
  }
  .p-step h4 {
    font-size: 13px;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 5px;
    line-height: 1.3;
  }
  .p-step-sub {
    font-size: 11.5px;
    font-weight: 400;
    color: var(--grey);
    line-height: 1.5;
  }
  @media screen and (max-width:991px){
 .p-steps{
   grid-template-columns:repeat(2, 1fr);
 }
  .p-step{
    padding: 20px 15px;
  }
  .p-band-pills{
    align-content: center;
    align-items: center;
    justify-content: center;
  }
}
</style>

<div class="p-stack reveal in">
  <!-- TOOLS FLOWING IN -->
  <div class="tools-flow-wrap">
    <!-- Background: giant CB logo + convergence glow -->
    <div class="tf-bg-logo">
      <img
        loading="lazy"
        data-cblogo="true"
        alt=""
        role="presentation"
        src="https://cdn.prod.website-files.com/6940f84e84d7ab65b0774a60/6940f84e84d7ab65b0774a79_a6bc11e55c08c9f7b6e89b8ba56e719b_client-first-logo-white.svg"
      />
    </div>
    <div class="tf-bg-glow"></div>
    <div class="tools-flow-cols">
      <div class="tfc" style="--delay: 0s; --dur: 7.5s">
        <div class="tf-chip">
          <svg width="13" height="13" viewBox="0 0 32 32">
            <rect width="32" height="32" rx="6" fill="#0052CC"></rect>
            <path
              d="M6.5 22.5L11 15l3 5 4-7 3 5 4.5-8"
              stroke="white"
              stroke-width="2.2"
              stroke-linecap="round"
              stroke-linejoin="round"
              fill="none"
            ></path></svg
          >Trello
        </div>
        <div class="tf-chip" style="margin-top: 22px">
          <svg width="13" height="13" viewBox="0 0 32 32">
            <rect width="32" height="32" rx="6" fill="#6B7280"></rect>
            <path
              d="M8 10h16v2H8zM8 14h16v2H8M8 18h16v2H8M8 22h10v2H8"
              stroke="white"
              stroke-width="1.4"
              stroke-linecap="round"
              fill="none"
            ></path>
            <path
              d="M22 20l2 2 4-4"
              stroke="#4ade80"
              stroke-width="1.8"
              stroke-linecap="round"
              stroke-linejoin="round"
            ></path></svg
          >Checkliste
        </div>
      </div>
      <div class="tfc" style="--delay: -2.8s; --dur: 8.2s">
        <div class="tf-chip">
          <svg width="13" height="13" viewBox="0 0 32 32">
            <rect width="32" height="32" rx="6" fill="#217346"></rect>
            <path
              d="M18 8h6v16h-6M8 12h10v2H8M8 15h10v2H8M8 18h10v2H8"
              fill="white"
            ></path></svg
          >Excel
        </div>
        <div class="tf-chip" style="margin-top: 20px">
          <svg width="13" height="13" viewBox="0 0 32 32">
            <rect width="32" height="32" rx="6" fill="#E01E5A"></rect>
            <path
              d="M11 20a3 3 0 110-6 3 3 0 010 6zm0-9a3 3 0 110-6 3 3 0 010 6zm9 9a3 3 0 110-6 3 3 0 010 6zm0-9a3 3 0 110-6 3 3 0 010 6z"
              fill="white"
            ></path></svg
          >Slack
        </div>
      </div>
      <div class="tfc" style="--delay: -1.4s; --dur: 7s">
        <div class="tf-chip">
          <svg width="13" height="13" viewBox="0 0 32 32">
            <rect width="32" height="32" rx="6" fill="#10A37F"></rect>
            <path
              d="M9 21l3.5-9 3.5 9M11 17.5h4"
              stroke="white"
              stroke-width="2"
              stroke-linecap="round"
            ></path>
            <circle
              cx="22"
              cy="13"
              r="3"
              stroke="white"
              stroke-width="2"
              fill="none"
            ></circle>
            <path
              d="M22 16v5"
              stroke="white"
              stroke-width="2"
              stroke-linecap="round"
            ></path></svg
          >OpenAI
        </div>
        <div class="tf-chip" style="margin-top: 18px">
          <svg width="13" height="13" viewBox="0 0 32 32">
            <rect width="32" height="32" rx="6" fill="#D04E00"></rect>
            <path
              d="M9 8h14v16H9z"
              stroke="white"
              stroke-width="1.4"
              fill="none"
            ></path>
            <path
              d="M12 13h8M12 16h8M12 19h5"
              stroke="white"
              stroke-width="1.3"
              stroke-linecap="round"
            ></path>
            <rect
              x="7"
              y="10"
              width="4"
              height="4"
              rx="1"
              fill="#FF7043"
            ></rect></svg
          >PDF
        </div>
      </div>
      <div class="tfc" style="--delay: -4.2s; --dur: 9s">
        <div class="tf-chip">
          <svg width="13" height="13" viewBox="0 0 32 32">
            <rect width="32" height="32" rx="6" fill="#0A66C2"></rect>
            <path
              d="M10 13h3v10h-3zM11.5 11.5a1.5 1.5 0 110-3 1.5 1.5 0 010 3zM16 13h3v1.5c.5-1 1.5-1.7 3-1.7 2.5 0 3.5 1.7 3.5 4V23h-3v-5.5c0-1.2-.5-2-1.5-2s-2 .8-2 2V23h-3V13z"
              fill="white"
            ></path></svg
          >LinkedIn
        </div>
        <div class="tf-chip" style="margin-top: 24px">
          <svg width="13" height="13" viewBox="0 0 32 32">
            <rect width="32" height="32" rx="6" fill="#4285F4"></rect>
            <path
              d="M8 10h16l-8 9-8-9zM8 10v12h16V10"
              stroke="white"
              stroke-width="1.8"
              stroke-linejoin="round"
              fill="none"
            ></path></svg
          >Google Docs
        </div>
      </div>
      <div class="tfc" style="--delay: -0.6s; --dur: 8s">
        <div class="tf-chip">
          <svg width="13" height="13" viewBox="0 0 32 32">
            <rect width="32" height="32" rx="6" fill="#2B579A"></rect>
            <path
              d="M8 10h16v2H8zM8 15h10v2H8M8 20h12v2H8"
              stroke="white"
              stroke-width="1.5"
              stroke-linecap="round"
              fill="none"
            ></path></svg
          >Word
        </div>
        <div class="tf-chip" style="margin-top: 20px">
          <svg width="13" height="13" viewBox="0 0 32 32">
            <rect width="32" height="32" rx="6" fill="#1A56DB"></rect>
            <path
              d="M6 16a10 10 0 1020 0A10 10 0 006 16z"
              stroke="white"
              stroke-width="1.5"
              fill="none"
            ></path>
            <path
              d="M6 16h20M16 6c-2 3-3 6.5-3 10s1 7 3 10M16 6c2 3 3 6.5 3 10s-1 7-3 10"
              stroke="white"
              stroke-width="1.3"
            ></path></svg
          >Website
        </div>
      </div>
      <div class="tfc" style="--delay: -3.5s; --dur: 7.2s">
        <div class="tf-chip">
          <svg width="13" height="13" viewBox="0 0 32 32">
            <rect width="32" height="32" rx="6" fill="url(#ig3)"></rect>
            <circle
              cx="16"
              cy="16"
              r="5"
              stroke="white"
              stroke-width="2"
              fill="none"
            ></circle>
            <circle cx="22" cy="10" r="1.5" fill="white"></circle>
            <defs>
              <linearGradient id="ig3" x1="0" y1="32" x2="32" y2="0">
                <stop stop-color="#F58529"></stop>
                <stop offset=".5" stop-color="#DD2A7B"></stop>
                <stop offset="1" stop-color="#8134AF"></stop>
              </linearGradient>
            </defs></svg
          >Instagram
        </div>
        <div class="tf-chip" style="margin-top: 16px">
          <svg width="13" height="13" viewBox="0 0 32 32">
            <rect width="32" height="32" rx="6" fill="#FF0000"></rect>
            <path d="M23 16l-10 6V10l10 6z" fill="white"></path></svg
          >YouTube
        </div>
      </div>
      <div class="tfc" style="--delay: -1.8s; --dur: 8.6s">
        <div class="tf-chip">
          <svg width="13" height="13" viewBox="0 0 32 32">
            <rect width="32" height="32" rx="6" fill="#0061FF"></rect>
            <path
              d="M16 8a5 5 0 015 5c0 2-1 3.5-2.5 4.5L22 24h-3l-3-6h-2v6h-3V8h5zm-2 3v5h2a2.5 2.5 0 000-5h-2z"
              fill="white"
            ></path></svg
          >Dropbox
        </div>
        <div class="tf-chip" style="margin-top: 22px">
          <svg width="13" height="13" viewBox="0 0 32 32">
            <rect width="32" height="32" rx="6" fill="#C43E1C"></rect>
            <path
              d="M8 9h16v10H8zM12 9V7h8v2M10 19l2 6h8l2-6"
              stroke="white"
              stroke-width="1.5"
              stroke-linecap="round"
              stroke-linejoin="round"
              fill="none"
            ></path></svg
          >Powerpoint
        </div>
      </div>
      <div class="tfc" style="--delay: -5s; --dur: 7.8s">
        <div class="tf-chip">
          <svg width="13" height="13" viewBox="0 0 32 32">
            <rect width="32" height="32" rx="6" fill="#1877F2"></rect>
            <path
              d="M20.5 10H18c-1.1 0-2 .9-2 2v2h4.5l-.5 4H16v10h-4V18h-3v-4h3v-2c0-3.3 2.7-6 6-6h3v4z"
              fill="white"
            ></path></svg
          >Facebook
        </div>
        <div class="tf-chip" style="margin-top: 20px">
          <svg width="13" height="13" viewBox="0 0 32 32">
            <rect width="32" height="32" rx="6" fill="#1DA1F2"></rect>
            <path
              d="M26 10a9 9 0 01-2.5.7 4.5 4.5 0 002-2.5 9 9 0 01-2.8 1A4.5 4.5 0 0015 14c0 .35.04.7.1 1A12.8 12.8 0 016 10.5a4.5 4.5 0 001.4 6A4.4 4.4 0 016 16v.05a4.5 4.5 0 003.6 4.4 4.5 4.5 0 01-2 .08 4.5 4.5 0 004.2 3.1A9 9 0 016 25.4a12.8 12.8 0 006.9 2c8.3 0 12.8-6.9 12.8-12.8v-.6A9.2 9.2 0 0026 10z"
              fill="white"
            ></path></svg
          >Twitter/X
        </div>
      </div>
      <div class="tfc" style="--delay: -2.2s; --dur: 8.4s">
        <div class="tf-chip">
          <svg width="13" height="13" viewBox="0 0 32 32">
            <rect width="32" height="32" rx="6" fill="#475569"></rect>
            <path
              d="M6 11h20v2H6zM6 15h14v2H6M10 19h10v2H10"
              stroke="white"
              stroke-width="1.4"
              stroke-linecap="round"
              fill="none"
            ></path>
            <rect x="4" y="8" width="4" height="4" rx="1" fill="#60a5fa"></rect>
            <rect
              x="4"
              y="16"
              width="4"
              height="4"
              rx="1"
              fill="#60a5fa"
            ></rect>
            <rect
              x="4"
              y="24"
              width="4"
              height="4"
              rx="1"
              fill="#60a5fa"
            ></rect></svg
          >Briefing
        </div>
        <div class="tf-chip" style="margin-top: 18px">
          <svg width="13" height="13" viewBox="0 0 32 32">
            <rect width="32" height="32" rx="6" fill="#374151"></rect>
            <rect
              x="6"
              y="7"
              width="6"
              height="6"
              rx="1.5"
              stroke="white"
              stroke-width="1.4"
              fill="none"
            ></rect>
            <rect
              x="20"
              y="7"
              width="6"
              height="6"
              rx="1.5"
              stroke="white"
              stroke-width="1.4"
              fill="none"
            ></rect>
            <rect
              x="13"
              y="19"
              width="6"
              height="6"
              rx="1.5"
              stroke="white"
              stroke-width="1.4"
              fill="none"
            ></rect>
            <path
              d="M9 13v3h7M23 13v3h-7"
              stroke="white"
              stroke-width="1.3"
              stroke-linecap="round"
            ></path></svg
          >Workflow
        </div>
      </div>
      <div class="tfc" style="--delay: -6.2s; --dur: 9.3s">
        <div class="tf-chip">
          <svg width="13" height="13" viewBox="0 0 32 32">
            <rect width="32" height="32" rx="6" fill="#0891b2"></rect>
            <path
              d="M8 9h16v2H8zM8 21h16v2H8M16 11v10"
              stroke="white"
              stroke-width="1.4"
              stroke-linecap="round"
            ></path>
            <circle cx="8" cy="10" r="2" fill="white"></circle>
            <circle cx="16" cy="16" r="2" fill="#7dd3fc"></circle>
            <circle cx="24" cy="10" r="2" fill="white"></circle>
            <circle cx="8" cy="22" r="2" fill="white"></circle>
            <circle cx="24" cy="22" r="2" fill="white"></circle></svg
          >Prozess
        </div>
      </div>
      <div class="tfc" style="--delay: -3.1s; --dur: 7.6s">
        <div class="tf-chip">
          <svg width="13" height="13" viewBox="0 0 32 32">
            <rect width="32" height="32" rx="6" fill="#7c3aed"></rect>
            <circle
              cx="11"
              cy="13"
              r="4"
              stroke="white"
              stroke-width="1.5"
              fill="none"
            ></circle>
            <circle
              cx="21"
              cy="13"
              r="4"
              stroke="white"
              stroke-width="1.5"
              fill="none"
            ></circle>
            <path
              d="M5 24c0-3 2.7-5 6-5h10c3.3 0 6 2 6 5"
              stroke="white"
              stroke-width="1.5"
              stroke-linecap="round"
              fill="none"
            ></path></svg
          >Team
        </div>
        <div class="tf-chip" style="margin-top: 20px">
          <svg width="13" height="13" viewBox="0 0 32 32">
            <rect width="32" height="32" rx="6" fill="#059669"></rect>
            <path
              d="M6 10h20v2H6zM6 10v12h20V10"
              stroke="white"
              stroke-width="1.5"
              stroke-linejoin="round"
              fill="none"
            ></path>
            <path
              d="M6 10l10 7 10-7"
              stroke="white"
              stroke-width="1.4"
              stroke-linecap="round"
            ></path></svg
          >E-Mail
        </div>
      </div>
      <div class="tfc" style="--delay: -0.9s; --dur: 8.8s">
        <div class="tf-chip">
          <svg width="13" height="13" viewBox="0 0 32 32">
            <rect width="32" height="32" rx="6" fill="#b45309"></rect>
            <path
              d="M9 8h8l6 6v10H9V8z"
              stroke="white"
              stroke-width="1.5"
              stroke-linejoin="round"
              fill="none"
            ></path>
            <path
              d="M17 8v6h6"
              stroke="white"
              stroke-width="1.3"
              stroke-linecap="round"
            ></path>
            <path
              d="M12 18h8M12 21h5"
              stroke="white"
              stroke-width="1.3"
              stroke-linecap="round"
            ></path></svg
          >Report
        </div>
      </div>
    </div>
    <div class="tools-flow-fade"></div>
  </div>
  <!-- TOP BAND -->
  <div class="p-band p-band-top">
    <span>Content Operations Fundament</span>
    <div class="p-band-pills">
      <div class="p-band-pill">Zentralisierung</div>
      <div class="p-band-pill">Prozesse</div>
      <div class="p-band-pill">Workflows</div>
      <div class="p-band-pill">Rollen &amp; Rechte</div>
      <div class="p-band-pill">Templates</div>
      <div class="p-band-pill">Freigaben</div>
      <div class="p-band-pill">Governance</div>
    </div>
  </div>

  <!-- STEPS -->
  <div class="p-steps">
    <a href="#Strategy-Setup" class="p-step" onclick="setStep(this, 'strategie')">
      <div class="p-step-ico">
        <svg viewBox="0 0 14 14" fill="none">
          <path
            d="M2 7h10M7 2l5 5-5 5"
            stroke="#0957DE"
            stroke-width="1.5"
            stroke-linecap="round"
            stroke-linejoin="round"
          ></path>
        </svg>
      </div>
      <h4>Strategie &amp; Setup</h4>
      <div class="p-step-sub">Eine Plattform statt verteilter Silos.</div>
    </a>
    <a href="#Research-Planning" class="p-step" onclick="setStep(this, 'recherche')">
      <div class="p-step-ico">
        <svg viewBox="0 0 14 14" fill="none">
          <circle
            cx="6"
            cy="6"
            r="4"
            stroke="#0957DE"
            stroke-width="1.5"
          ></circle>
          <path
            d="M9.5 9.5L12 12"
            stroke="#0957DE"
            stroke-width="1.5"
            stroke-linecap="round"
          ></path>
        </svg>
      </div>
      <h4>Recherche &amp; Planung</h4>
      <div class="p-step-sub">Smarter recherchieren. Besser planen.</div>
    </a>
    <a href="#Creation-Collaboration" class="p-step" onclick="setStep(this, 'erstellung')">
      <div class="p-step-ico">
        <svg viewBox="0 0 14 14" fill="none">
          <path
            d="M2 10.5V12h1.5l6-6L8 4.5l-6 6zM11.5 3L10 1.5 8.5 3 10 4.5l1.5-1.5z"
            fill="#0957DE"
          ></path>
        </svg>
      </div>
      <h4>Erstellung &amp; Kollaboration</h4>
      <div class="p-step-sub">Bessere Inhalte. Schneller im Team.</div>
    </a>
    <a href="#distribution" class="p-step" onclick="setStep(this, 'veroeffentlichung')">
      <div class="p-step-ico">
        <svg viewBox="0 0 14 14" fill="none">
          <path
            d="M7 2v6M4 6l3 3 3-3M2 11h10"
            stroke="#0957DE"
            stroke-width="1.5"
            stroke-linecap="round"
            stroke-linejoin="round"
          ></path>
        </svg>
      </div>
      <h4>Veröffentlichung</h4>
      <div class="p-step-sub">Multi-Channel aus einer Plattform.</div>
    </a>
    <a href="#performance" class="p-step" onclick="setStep(this, 'performance')">
      <div class="p-step-ico">
        <svg viewBox="0 0 14 14" fill="none">
          <path
            d="M2 10l3-3 2 2 3-4 2 2"
            stroke="#0957DE"
            stroke-width="1.5"
            stroke-linecap="round"
            stroke-linejoin="round"
          ></path>
        </svg>
      </div>
      <h4>Performance</h4>
      <div class="p-step-sub">Wissen was wirkt. Fokus richtig setzen.</div>
    </a>
    <a href="#ai-roll-out" class="p-step ai-step" onclick="setStep(this, 'contentai')">
      <div class="p-step-ico">
        <svg viewBox="0 0 14 14" fill="none">
          <path
            d="M7 1L8.5 5H13L9.5 7.5L11 11L7 8.5L3 11L4.5 7.5L1 5H5.5L7 1Z"
            stroke="#0957DE"
            stroke-width="1.3"
            stroke-linejoin="round"
            fill="none"
          ></path>
        </svg>
      </div>
      <h4>AI Agents</h4>
      <div class="p-step-sub">Strukturiert. Markenkonform. Skalierbar.</div>
    </a>
  </div>

  <!-- BOTTOM BAND -->
  <div class="p-band p-band-bot">
    <span
      >Unternehmensdaten + <span style="opacity: 0.9">AI</span> Assistants</span
    >
    <div class="p-band-pills">
      <div class="p-band-pill">Brand Voice</div>
      <div class="p-band-pill">Personas &amp; Ziele</div>
      <div class="p-band-pill">Glossar &amp; Guidelines</div>
      <div class="p-band-pill">Produktdaten (PIM)</div>
      <div class="p-band-pill">161+ Prompt Templates</div>
    </div>
  </div>
</div></div><div data-wf--spacer--spacer="32px" class="spacer w-variant-f5a4064c-ef22-bf58-1b1d-7e46c499ae22"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="flex-align-center"><a data-wf--button--button-style="blue-button---small" href="/de/book-a-demo" class="button w-variant-67798646-d87e-799e-449e-4e28d80d7947 w-inline-block"><div>kostenlose Demo</div><div class="button-icon"><div data-wf--icon-component--icon-color-icon-style="icon-only" class="icon-component"><div data-wf--icon-color--icon-color="inherit" class="icon-color"><i id="w-node-da39e052-bad3-e4d8-d680-8f9099ab1367-99ab1367" data-wf--icon--size="sm---20px" class="icon ph ph-arrow-right" aria-lable="true"></i></div></div></div></a></div></div><div data-wf--section-space--section-space="md---80px" class="section_space"></div><section class="section-results"><div data-wf--section-space--section-space="sm---64px" class="section_space w-variant-d98598fb-e369-d97d-e216-73de43b633f0"></div><div class="container-large"><div class="compliance_tag_wrapper"><div class="compliance_cards_wrapper is-grid"></div><div class="trust-icons-flex-wrapper"><div class="trust-icons-wrap"><div class="icon-wrapper"><svg width="100%" viewBox="0 0 22 22" fill="none" class="trust-icon-svg"><path d="M11 2L3 6V11c0 4.5 3.4 8 8 9 4.6-1 8-4.5 8-9V6L11 2z" stroke="#0957DE" stroke-width="1.5" stroke-linejoin="round"></path><path d="M7.5 11l2.5 2.5 5-5" stroke="#0957DE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg></div><div class="trust-content-block"><div class="is-bold">ISO 27001</div><div class="text-size-xsmall text-color-light-gray">Zertifiziert</div></div></div><div class="trust-icons-wrap"><div class="icon-wrapper"><svg width="100%" viewBox="0 0 22 22" fill="none" class="trust-icon-svg"><rect x="4" y="9" width="14" height="10" rx="2" stroke="#0957DE" stroke-width="1.5"></rect><path d="M8 9V7a3 3 0 016 0v2" stroke="#0957DE" stroke-width="1.5" stroke-linecap="round"></path><circle cx="11" cy="14" r="1.5" fill="#0957DE"></circle></svg></div><div class="trust-content-block"><div class="is-bold">DSGVO-konform<br/></div><div class="text-size-xsmall text-color-light-gray">Deutsches Recht<br/></div></div></div><div class="trust-icons-wrap"><div class="icon-wrapper"><svg width="100%" viewBox="0 0 22 22" fill="none" class="trust-icon-svg"><path d="M11 3C6.58 3 3 6.58 3 11s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8z" stroke="#0957DE" stroke-width="1.5"></path><path d="M11 7v4l2.5 2.5" stroke="#0957DE" stroke-width="1.5" stroke-linecap="round"></path></svg></div><div class="trust-content-block"><div class="is-bold">Hosting Frankfurt</div><div class="text-size-xsmall text-color-light-gray">Made in Germany</div></div></div><div class="trust-icons-wrap"><div class="icon-wrapper"><svg width="100%" viewBox="0 0 22 22" fill="none" class="trust-icon-svg"><circle cx="11" cy="8" r="3" stroke="#0957DE" stroke-width="1.5"></circle><path d="M5 19c0-3.31 2.69-6 6-6s6 2.69 6 6" stroke="#0957DE" stroke-width="1.5" stroke-linecap="round"></path><path d="M16 5l1.5-1.5M16 8h2" stroke="#0957DE" stroke-width="1.2" stroke-linecap="round"></path></svg></div><div class="trust-content-block"><div class="is-bold">SSO &amp; MFA</div><div class="text-size-xsmall text-color-light-gray">Audit-Logs inklusive<br/></div></div></div><div class="trust-icons-wrap"><div class="icon-wrapper"><svg width="100%" viewBox="0 0 22 22" fill="none" class="trust-icon-svg"><path d="M11 3l2 5.5h5.5l-4.5 3.25 1.75 5.5L11 14l-4.75 3.25 1.75-5.5L3.5 8.5H9L11 3z" stroke="#0957DE" stroke-width="1.4" stroke-linejoin="round"></path></svg></div><div class="trust-content-block"><div class="is-bold">Seit 2012</div><div class="text-size-xsmall text-color-light-gray">Inhabergeführt</div></div></div><div class="trust-icons-wrap"><div class="icon-wrapper"><svg width="100%" viewBox="0 0 22 22" fill="none" class="trust-icon-svg"><circle cx="7" cy="11" r="2" stroke="#0957DE" stroke-width="1.4"></circle><circle cx="15" cy="7" r="2" stroke="#0957DE" stroke-width="1.4"></circle><circle cx="15" cy="15" r="2" stroke="#0957DE" stroke-width="1.4"></circle><path d="M9 10l4-2M9 12l4 2" stroke="#0957DE" stroke-width="1.3" stroke-linecap="round"></path></svg></div><div class="trust-content-block"><div class="is-bold">Technologie-Partner<br/></div><div class="text-size-xsmall text-color-light-gray">Google · OpenAI · DeepL · Meta<br/></div></div></div></div></div></div><div data-wf--section-space--section-space="sm---64px" class="section_space w-variant-d98598fb-e369-d97d-e216-73de43b633f0"></div></section></section><section class="section_products-tabs"><div data-wf--section-space--section-space="md---80px" class="section_space"></div><div class="container-large"><div class="align-left"><div class="heading_tagline is-dark">AI Content Operations Platform </div><div data-wf--spacer--spacer="10px" class="spacer w-variant-3c24f7e7-f05c-dfb4-15ae-8fedd5b5f7b1"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><h2 class="is-bold">Mehr qualitative Inhalte. Mehr Sichtbarkeit. Weniger Aufwand. </h2><div data-wf--spacer--spacer="40px" class="spacer w-variant-6b792a10-8597-9483-b228-8faeef3309e6"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div></div><div class="product-tabs-wrapper"><a href="#Strategy-Setup" class="product-tab-button w-inline-block"><svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 12 12" fill="none" class="product-tab-icon"><path d="M1.71436 8.99993V10.2856H3.00007L8.14293 5.14279L6.85721 3.85707L1.71436 8.99993ZM9.85721 2.57136L8.5715 1.28564L7.28578 2.57136L8.5715 3.85707L9.85721 2.57136Z" fill="#808080"></path></svg><div class="text-size-xsmall text-color-light-gray">Strategie &amp; Setup</div></a><a href="#Research-Planning" class="product-tab-button w-inline-block"><svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 12 12" fill="none" class="product-tab-icon"><path d="M5.14293 8.5715C7.03647 8.5715 8.5715 7.03647 8.5715 5.14293C8.5715 3.24938 7.03647 1.71436 5.14293 1.71436C3.24938 1.71436 1.71436 3.24938 1.71436 5.14293C1.71436 7.03647 3.24938 8.5715 5.14293 8.5715Z" stroke="#808080" stroke-width="1.28571"></path><path d="M8.14307 8.14282L10.2859 10.2857" stroke="#808080" stroke-width="1.28571" stroke-linecap="round"></path></svg><div class="text-size-xsmall text-color-light-gray">Recherche &amp; Planung</div></a><a href="#Creation-Collaboration" class="product-tab-button w-inline-block"><svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 12 12" fill="none" class="product-tab-icon"><path d="M1.71436 8.99993V10.2856H3.00007L8.14293 5.14279L6.85721 3.85707L1.71436 8.99993ZM9.85721 2.57136L8.5715 1.28564L7.28578 2.57136L8.5715 3.85707L9.85721 2.57136Z" fill="#808080"></path></svg><div class="text-size-xsmall text-color-light-gray">Erstellung &amp; Kollaboration</div></a><a href="#distribution" class="product-tab-button w-inline-block"><svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 12 12" fill="none" class="product-tab-icon"><path d="M6.00007 1.71436V6.85721M3.42864 5.14293L6.00007 7.71436L8.5715 5.14293M1.71436 9.42864H10.2858" stroke="#808080" stroke-width="1.28571" stroke-linecap="round" stroke-linejoin="round"></path></svg><div class="text-size-xsmall text-color-light-gray">Veröffentlichung</div></a><a href="#performance" class="product-tab-button w-inline-block"><svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 12 12" fill="none" class="product-tab-icon"><path d="M1.71436 8.57136L4.28578 5.99993L6.00007 7.71422L8.5715 4.28564L10.2858 5.99993" stroke="#808080" stroke-width="1.28571" stroke-linecap="round" stroke-linejoin="round"></path></svg><div class="text-size-xsmall text-color-light-gray">Performance</div></a><div class="highlighted_box"><a href="#ai-roll-out" class="product-tab-button is-highlighted w-inline-block"><svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 12 12" fill="none" class="star-svg"><g><path d="M5.99979 0.857178L7.28551 4.28575H11.1426L8.14265 6.42861L9.42836 9.42861L5.99979 7.28575L2.57122 9.42861L3.85693 6.42861L0.856934 4.28575H4.71408L5.99979 0.857178Z" stroke="currentColor" stroke-width="1" stroke-linejoin="round"></path></g><defs><lineargradient id="paint0_linear_522_7176" x1="-0.000209282" y1="3.46184e-05" x2="11.9998" y2="3.46184e-05" gradientUnits="userSpaceOnUse"><stop stop-color="currentColor"></stop><stop offset="1" stop-color="currentColor"></stop></lineargradient><clippath id="clip0_522_7176"><rect width="12" height="12" fill="currentColor"></rect></clippath></defs></svg><div class="text-size-xsmall text-color-light-gray">AI Agents</div></a></div></div><div data-wf--spacer--spacer="48px" class="spacer w-variant-0e98f5d6-f700-10b9-e58a-594c1aba4bbc"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="home_products_tab_wrapper"><div class="product_tab_container"><div id="Strategy-Setup" class="product-anchor"></div><div data-wf--spacer--spacer="64px" class="spacer w-variant-991cca4b-6220-bef0-a927-d10f905ce172"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="product_tab_wrapper"><div class="home_product_content_wrapper"><div class="heading_tagline is-dark is-small is-bold">Strategie &amp; Setup</div><div data-wf--spacer--spacer="10px" class="spacer w-variant-3c24f7e7-f05c-dfb4-15ae-8fedd5b5f7b1"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><h3 class="heading-style-h4">Strategie, Marke und Teams vereint</h3><div data-wf--spacer--spacer="18px" class="spacer w-variant-e7c36acc-f699-5d51-af72-0236b5fe7920"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="product-list-wrapper"><div class="product_point"><svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 17 17" fill="none" class="product-point-svg"><rect width="17" height="17" rx="8.5" fill="#F0F7FF"></rect><rect x="0.5" y="0.5" width="16" height="16" rx="8" stroke="#0957DE" stroke-opacity="0.2"></rect><path d="M5 8.5L7.5 11L12 6" stroke="#0957DE" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"></path></svg><div><strong>Strategie &amp; Ziele im Workflow verankert, </strong>damit alles darauf einzahlt<br/></div></div><div class="product_point"><svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 17 17" fill="none" class="product-point-svg"><rect width="17" height="17" rx="8.5" fill="#F0F7FF"></rect><rect x="0.5" y="0.5" width="16" height="16" rx="8" stroke="#0957DE" stroke-opacity="0.2"></rect><path d="M5 8.5L7.5 11L12 6" stroke="#0957DE" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"></path></svg><div><strong>AI Brand Voice für Konsistenz </strong>statt generischem Output</div></div><div class="product_point"><svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 17 17" fill="none" class="product-point-svg"><rect width="17" height="17" rx="8.5" fill="#F0F7FF"></rect><rect x="0.5" y="0.5" width="16" height="16" rx="8" stroke="#0957DE" stroke-opacity="0.2"></rect><path d="M5 8.5L7.5 11L12 6" stroke="#0957DE" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"></path></svg><div><strong>Rollen, Rechte und Projekte zentral gesteuert</strong></div></div></div><div data-wf--spacer--spacer="32px" class="spacer w-variant-f5a4064c-ef22-bf58-1b1d-7e46c499ae22"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="align-left"><a data-wf--button--button-style="light-blue" href="/de/ai-content-operations-platform/strategy-setup" class="button w-variant-dea3ebd6-a60b-33c7-e6f5-69f769e29510 w-inline-block"><div>mehr zu Strategie &amp; Setup →</div></a></div></div><div class="product_tab_image_wrapper"><div class="w-embed"><div class="f-ui f-ui-light">
  <div class="cb-win">
    <div class="cb-bar">
      <span class="cb-dot" style="background: #d4d8de"></span><span class="cb-dot" style="background: #e2e5e9"></span><span class="cb-dot" style="background: #eaecef"></span
      ><span class="cb-title" style="display: flex; align-items: center; gap: 5px"
        ><svg width="11" height="11" viewBox="0 0 14 14" fill="none"><path d="M2 10.5V12h1.5l6-6L8 4.5l-6 6zM11.5 3L10 1.5 8.5 3 10 4.5l1.5-1.5z" fill="#94a3b8"></path></svg>Setup · Brand Voice</span
      >
    </div>
    <div class="bv-layout">
      <div class="bv-sidenav">
        <div class="bv-proj">
          <div class="bv-proj-name">contentbird.ai</div>
          <div class="bv-proj-sub">DACH · DE · EN</div>
        </div>
        <div class="bv-nav-item on">
          <div class="bv-nav-dot"></div>
          Brand Voice
        </div>
        <div class="bv-nav-item">
          <div class="bv-nav-dot"></div>
          Personas
        </div>
        <div class="bv-nav-item">
          <div class="bv-nav-dot"></div>
          Templates
        </div>
        <div class="bv-nav-item">
          <div class="bv-nav-dot"></div>
          Workflows
        </div>
        <div class="bv-nav-item">
          <div class="bv-nav-dot"></div>
          Zugriffsrechte
        </div>
      </div>
      <div class="bv-main">
        <div class="bv-header">
          <div class="bv-header-title">AI Brand Voice</div>
          <div style="display: flex; align-items: center; gap: 6px">
            <div class="bv-active-pill">● Aktiv</div>
            <div class="bv-edit-btn">Bearbeiten</div>
          </div>
        </div>
        <div>
          <div class="bv-section-title">Tonalität</div>
          <div class="bv-tone-row">
            <div class="bv-tone-pill">Professionell</div>
            <div class="bv-tone-pill">Direkt</div>
            <div class="bv-tone-pill">Lösungsorientiert</div>
            <div class="bv-tone-pill">Empathisch</div>
            <div class="bv-tone-pill">Klar strukturiert</div>
          </div>
        </div>
        <div>
          <div class="bv-section-title">Terminologie-Glossar <span style="color: #0957de; font-weight: 700">47 Einträge</span></div>
          <div class="bv-glossar-table">
            <div class="bv-glossar-row">
              <span class="bv-glossar-key">content marketing</span><span class="bv-glossar-val">Content-Marketing</span>
              <div class="bv-glossar-badge">Pflichtbegriff</div>
            </div>
            <div class="bv-glossar-row">
              <span class="bv-glossar-key">KI, Artificial Intelligence</span><span class="bv-glossar-val">AI</span>
              <div class="bv-glossar-badge">Schreibweise</div>
            </div>
            <div class="bv-glossar-row">
              <span class="bv-glossar-key">Mittelstand</span><span class="bv-glossar-val">KMU, SMB</span>
              <div class="bv-glossar-badge">Synonym</div>
            </div>
          </div>
        </div>
        <div class="bv-dodo">
          <div class="bv-do-box">
            <div class="bv-do-title">✓ Do's</div>
            <div class="bv-do-item">✓ Faktenbasiert schreiben</div>
            <div class="bv-do-item">✓ Aktive Sprache nutzen</div>
            <div class="bv-do-item">✓ Nutzen zuerst nennen</div>
          </div>
          <div class="bv-dont-box">
            <div class="bv-dont-title">✗ Don'ts</div>
            <div class="bv-dont-item">✗ Kein Fachjargon</div>
            <div class="bv-dont-item">✗ Kein Passiv</div>
            <div class="bv-dont-item">✗ Kein Werbesprech</div>
          </div>
        </div>
        <div class="bv-stat-row">
          <div class="bv-stat">
            <div class="bv-stat-n">47</div>
            <div class="bv-stat-l">Glossar-Einträge</div>
          </div>
          <div class="bv-stat">
            <div class="bv-stat-n">161</div>
            <div class="bv-stat-l">Prompt-Templates</div>
          </div>
          <div class="bv-stat">
            <div class="bv-stat-n">3</div>
            <div class="bv-stat-l">Personas aktiv</div>
          </div>
        </div>
      </div>
    </div>
  </div>
</div></div></div></div><div data-wf--spacer--spacer="64px" class="spacer w-variant-991cca4b-6220-bef0-a927-d10f905ce172"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div></div><div class="product_tab_container"><div id="Research-Planning" class="product-anchor"></div><div data-wf--spacer--spacer="64px" class="spacer w-variant-991cca4b-6220-bef0-a927-d10f905ce172"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="product_tab_wrapper is-reverse"><div class="product_tab_image_wrapper"><div class="w-embed"><div class="cb-win">
    <div class="cb-bar"><span class="cb-dot" style="background:#d4d8de"></span><span class="cb-dot" style="background:#e2e5e9"></span><span class="cb-dot" style="background:#eaecef"></span><span class="cb-title">Recherche · KI Assistent &amp; Redaktionsplanung</span></div>
    <div class="rp-layout">

      <!-- LEFT: AI Research -->
      <div class="rp-left">
        <div class="rp-search-bar">
          <div class="rp-search-input">AI im Marketing für den Mittelstand</div>
          <div class="rp-search-btn">✦ Analysieren</div>
        </div>
        <div class="rp-ai-reply">
          <div class="rp-ai-avatar">✦</div>
          <div class="rp-ai-text"><strong>4 Keywords mit hohem Potenzial gefunden.</strong> Empfehlung: „AI Marketing Mittelstand" – geringer Wettbewerb, starke Nachfrage.</div>
        </div>
        <div class="rp-kw-head">
          <span>Keyword</span><span style="text-align:right">Vol.</span><span>Potenzial</span>
        </div>
        <div class="rp-kw-row top">
          <div class="rp-kw-name">AI Marketing Mittelstand</div>
          <div class="rp-kw-vol">5.400</div>
          <div class="rp-opp hi">Sehr hoch</div>
        </div>
        <div class="rp-kw-row">
          <div class="rp-kw-name">Content Strategie KMU</div>
          <div class="rp-kw-vol">2.900</div>
          <div class="rp-opp hi">Hoch</div>
        </div>
        <div class="rp-kw-row">
          <div class="rp-kw-name">Marketing Automatisierung</div>
          <div class="rp-kw-vol">8.100</div>
          <div class="rp-opp mid">Mittel</div>
        </div>
        <div class="rp-kw-row">
          <div class="rp-kw-name">AI Content Erstellung Tools</div>
          <div class="rp-kw-vol">1.600</div>
          <div class="rp-opp hi">Hoch</div>
        </div>
        <div class="rp-cta">
          <div class="rp-cta-btn">→ Content-Idee direkt einplanen</div>
        </div>
      </div>

      <!-- RIGHT: Redaktionskalender -->
      <div class="rp-right">
        <div class="rp-cal-head">
          <div class="rp-cal-title">KW 12 · März 2026</div>
          <div class="rp-cal-tabs">
            <div class="rp-cal-tab on">Woche</div>
            <div class="rp-cal-tab">Monat</div>
            <div class="rp-cal-tab">Liste</div>
          </div>
        </div>
        <div class="rp-cal-grid">
          <div class="rp-cal-col">
            <div class="rp-cal-col-head"><div class="rp-cal-col-day">Mo</div><div class="rp-cal-col-date">16</div></div>
            <div class="rp-cal-item blue">Blog: AI Content Operations<div class="rp-cal-item-type">Blog Post · Website</div></div>
            <div class="rp-cal-item purple">LinkedIn: CEO-Post Nicolai<div class="rp-cal-item-type">Social</div></div>
          </div>
          <div class="rp-cal-col">
            <div class="rp-cal-col-head"><div class="rp-cal-col-day">Di</div><div class="rp-cal-col-date today">17</div></div>
            <div class="rp-cal-item yellow">Newsletter: Produkt-Update<div class="rp-cal-item-type">E-Mail · In Prüfung</div></div>
            <div class="rp-cal-add">+ Hinzufügen</div>
          </div>
          <div class="rp-cal-col">
            <div class="rp-cal-col-head"><div class="rp-cal-col-day">Mi</div><div class="rp-cal-col-date">18</div></div>
            <div class="rp-cal-item green">SEO-Guide 2026<div class="rp-cal-item-type">Blog · Freigabe</div></div>
            <div class="rp-cal-item pink">Instagram: Feature-Launch<div class="rp-cal-item-type">Social · Entwurf</div></div>
          </div>
          <div class="rp-cal-col">
            <div class="rp-cal-col-head"><div class="rp-cal-col-day">Do</div><div class="rp-cal-col-date">19</div></div>
            <div class="rp-cal-item blue">Briefing: Kampagne Q2<div class="rp-cal-item-type">Planung</div></div>
            <div class="rp-cal-add">+ Hinzufügen</div>
          </div>
          <div class="rp-cal-col">
            <div class="rp-cal-col-head"><div class="rp-cal-col-day">Fr</div><div class="rp-cal-col-date">20</div></div>
            <div class="rp-cal-item green">KMU-Ratgeber 2026<div class="rp-cal-item-type">Whitepaper · Live</div></div>
            <div class="rp-cal-item purple">XING: CEO-Beitrag KI &amp; Content<div class="rp-cal-item-type">Social · Geplant</div></div>
          </div>
        </div>
        <div class="rp-cal-footer">
          <div class="rp-cal-stat"><div class="rp-cal-stat-dot" style="background:#3b82f6"></div><strong>9</strong> geplant</div>
          <div class="rp-cal-stat"><div class="rp-cal-stat-dot" style="background:#f59e0b"></div><strong>3</strong> in Review</div>
          <div class="rp-cal-stat"><div class="rp-cal-stat-dot" style="background:#22c55e"></div><strong>2</strong> live diese Woche</div>
          <div style="margin-left:auto;font-size:8px;color:#0957DE;font-weight:700;cursor:pointer;">Ganzen Monat →</div>
        </div>
      </div>

    </div>
  </div></div></div><div class="home_product_content_wrapper"><div class="heading_tagline is-dark is-small is-bold">Recherche &amp; Planung</div><div data-wf--spacer--spacer="10px" class="spacer w-variant-3c24f7e7-f05c-dfb4-15ae-8fedd5b5f7b1"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><h3 class="heading-style-h4">Smarter recherchieren und besser entscheiden</h3><div data-wf--spacer--spacer="18px" class="spacer w-variant-e7c36acc-f699-5d51-af72-0236b5fe7920"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="product-list-wrapper"><div class="product_point"><svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 17 17" fill="none" class="product-point-svg"><rect width="17" height="17" rx="8.5" fill="#F0F7FF"></rect><rect x="0.5" y="0.5" width="16" height="16" rx="8" stroke="#0957DE" stroke-opacity="0.2"></rect><path d="M5 8.5L7.5 11L12 6" stroke="#0957DE" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"></path></svg><div><strong>Recherche &amp; Validierung</strong>, ob Ideen Potential haben</div></div><div class="product_point"><svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 17 17" fill="none" class="product-point-svg"><rect width="17" height="17" rx="8.5" fill="#F0F7FF"></rect><rect x="0.5" y="0.5" width="16" height="16" rx="8" stroke="#0957DE" stroke-opacity="0.2"></rect><path d="M5 8.5L7.5 11L12 6" stroke="#0957DE" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"></path></svg><div><strong>Pipeline &amp; Kalender für das gesamte Team </strong>- Schluss mit Excel-Chaos<br/></div></div><div class="product_point"><svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 17 17" fill="none" class="product-point-svg"><rect width="17" height="17" rx="8.5" fill="#F0F7FF"></rect><rect x="0.5" y="0.5" width="16" height="16" rx="8" stroke="#0957DE" stroke-opacity="0.2"></rect><path d="M5 8.5L7.5 11L12 6" stroke="#0957DE" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"></path></svg><div><strong>strategische Themenplanung </strong>für Newsroom-Konzept</div></div></div><div data-wf--spacer--spacer="32px" class="spacer w-variant-f5a4064c-ef22-bf58-1b1d-7e46c499ae22"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="align-left"><a data-wf--button--button-style="light-blue" href="/de/ai-content-operations-platform/research-planning" class="button w-variant-dea3ebd6-a60b-33c7-e6f5-69f769e29510 w-inline-block"><div>mehr zu Recherche &amp; Planung →</div></a></div></div></div><div data-wf--spacer--spacer="64px" class="spacer w-variant-991cca4b-6220-bef0-a927-d10f905ce172"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div></div><div class="product_tab_container"><div id="Creation-Collaboration" class="product-anchor"></div><div data-wf--spacer--spacer="64px" class="spacer w-variant-991cca4b-6220-bef0-a927-d10f905ce172"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="product_tab_wrapper"><div class="home_product_content_wrapper"><div class="heading_tagline is-dark is-small is-bold">Erstellung &amp; Kollaboration</div><div data-wf--spacer--spacer="10px" class="spacer w-variant-3c24f7e7-f05c-dfb4-15ae-8fedd5b5f7b1"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><h3 class="heading-style-h4">Bessere Inhalte im Sparring zwischen Teams und AI</h3><div data-wf--spacer--spacer="18px" class="spacer w-variant-e7c36acc-f699-5d51-af72-0236b5fe7920"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="product-list-wrapper"><div class="product_point"><svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 17 17" fill="none" class="product-point-svg"><rect width="17" height="17" rx="8.5" fill="#F0F7FF"></rect><rect x="0.5" y="0.5" width="16" height="16" rx="8" stroke="#0957DE" stroke-opacity="0.2"></rect><path d="M5 8.5L7.5 11L12 6" stroke="#0957DE" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"></path></svg><div><strong>Content AI-gestützt in Unternehmenssprache erstellen</strong> </div></div><div class="product_point"><svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 17 17" fill="none" class="product-point-svg"><rect width="17" height="17" rx="8.5" fill="#F0F7FF"></rect><rect x="0.5" y="0.5" width="16" height="16" rx="8" stroke="#0957DE" stroke-opacity="0.2"></rect><path d="M5 8.5L7.5 11L12 6" stroke="#0957DE" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"></path></svg><div><strong>ein Editor für das Team </strong>- alle Kanäle, Kommentare, Freigaben und Optimierung in Echtzeit</div></div><div class="product_point"><svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 17 17" fill="none" class="product-point-svg"><rect width="17" height="17" rx="8.5" fill="#F0F7FF"></rect><rect x="0.5" y="0.5" width="16" height="16" rx="8" stroke="#0957DE" stroke-opacity="0.2"></rect><path d="M5 8.5L7.5 11L12 6" stroke="#0957DE" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"></path></svg><div><strong>Workflows und Templates </strong>- Teams, Agents und Agenturen sofort produktiv</div></div></div><div data-wf--spacer--spacer="32px" class="spacer w-variant-f5a4064c-ef22-bf58-1b1d-7e46c499ae22"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="align-left"><a data-wf--button--button-style="light-blue" href="/de/ai-content-operations-platform/creation-collaboration" class="button w-variant-dea3ebd6-a60b-33c7-e6f5-69f769e29510 w-inline-block"><div>mehr zu Erstellung &amp; Kollaboration →</div></a></div></div><div class="product_tab_image_wrapper"><div class="w-embed"><div class="cb-win" style="height:100%">
    <div class="cb-bar">
      <span class="cb-dot" style="background:#d4d8de"></span>
      <span class="cb-dot" style="background:#e2e5e9"></span>
      <span class="cb-dot" style="background:#eaecef"></span>
      <span class="cb-title">Erstellung · Editor &amp; AI Sparring</span>
      <div style="margin-left:auto;display:flex;gap:5px;align-items:center;">
        <div style="font-size:8px;color:#64748b;font-weight:600;">S. Maier</div>
        <div style="width:18px;height:18px;border-radius:50%;background:#94a3b8;color:white;font-size:7px;font-weight:800;display:flex;align-items:center;justify-content:center;">SM</div>
        <div style="width:18px;height:18px;border-radius:50%;background:#64748b;color:white;font-size:7px;font-weight:800;display:flex;align-items:center;justify-content:center;">TK</div>
        <div style="font-size:8px;color:#475569;font-weight:700;padding:2px 8px;border-radius:6px;background:#f1f5f9;border:1px solid #e2e8f0;cursor:pointer;">+ Freigabe anfragen</div>
      </div>
    </div>
    <div class="ek-layout">
      <!-- Workflow Stage Bar -->
      <div class="ek-stages">
        <div class="ek-stage done"><div class="ek-stage-dot">✓</div>Briefing</div>
        <div class="ek-stage-arrow">›</div>
        <div class="ek-stage done"><div class="ek-stage-dot">✓</div>Recherche</div>
        <div class="ek-stage-arrow">›</div>
        <div class="ek-stage active"><div class="ek-stage-dot">3</div>Schreiben</div>
        <div class="ek-stage-arrow">›</div>
        <div class="ek-stage todo"><div class="ek-stage-dot">4</div>Prüfung</div>
        <div class="ek-stage-arrow">›</div>
        <div class="ek-stage todo"><div class="ek-stage-dot">5</div>Freigabe</div>
        <div class="ek-stage-arrow">›</div>
        <div class="ek-stage todo"><div class="ek-stage-dot">6</div>Live</div>
        <div style="margin-left:auto;font-size:7.5px;color:#94a3b8;">Fällig: <strong style="color:#475569;">18. März</strong></div>
      </div>
      <!-- Editor + AI body -->
      <div class="ek-body">
        <!-- Left: Editor -->
        <div class="ek-editor">
          <div class="ek-ed-head">
            <div class="ek-ed-title">AI im Marketing: 5 Strategien für den Mittelstand</div>
            <div class="ek-ed-meta">
              Blog Post · contentbird.ai
              <div class="ek-ed-meta-pill">In Bearbeitung</div>
            </div>
          </div>
          <div class="ek-ed-tabs">
            <div class="ek-ed-tab">Briefing <span class="ek-ed-tab-count">8</span></div>
            <div class="ek-ed-tab on">Editor</div>
            <div class="ek-ed-tab">SEO</div>
            <div class="ek-ed-tab">Versionen</div>
          </div>
          <div class="ek-ed-body">
            <div class="ek-ed-h1">Warum KI im Marketing für den Mittelstand jetzt entscheidend ist</div>
            <div class="ek-ed-p">Unternehmen, die KI strukturiert einsetzen, produzieren bis zu <span class="ek-ed-highlight">3× mehr Content</span> bei gleichem Ressourceneinsatz. Der entscheidende Faktor: nicht das Tool, sondern der Prozess.</div>
            <div class="ek-ed-comment">
              <div class="ek-ed-comment-avatar">TK</div>
              <div class="ek-ed-comment-text"><span class="ek-ed-comment-author">T. Krause:</span> Können wir hier noch ein konkretes Kundenbeispiel einfügen? Macht den Einstieg stärker.</div>
            </div>
            <div class="ek-ed-p">Die fünf Strategien, die wachstumsstarke Content-Teams 2026 anwenden<span class="ek-ed-cursor"></span></div>
          </div>
          <div class="ek-ed-footer">
            <div class="ek-score"><span class="ek-score-n" style="color:#22c55e;">91</span><span style="font-size:8px;color:#64748b;font-weight:600;">SEO</span></div>
            <div class="ek-score-divider"></div>
            <div class="ek-score"><span class="ek-score-n" style="color:#6366f1;">84</span><span style="font-size:8px;color:#64748b;font-weight:600;">GEO</span></div>
            <div class="ek-score-divider"></div>
            <div class="ek-wc">487 Wörter</div>
            <div class="ek-bv-badge">✦ Brand Voice aktiv</div>
          </div>
        </div>
        <!-- Right: AI Chat -->
        <div class="ek-ai">
          <div class="ek-ai-head">
            <svg width="12" height="12" viewBox="0 0 12 12" fill="none"><path d="M6 1L7.2 4.2L10.5 5.5L7.2 6.8L6 10L4.8 6.8L1.5 5.5L4.8 4.2L6 1Z" fill="#7c3aed"></path></svg>
            <div class="ek-ai-head-title">AI Sparring</div>
            <div class="ek-ai-head-badge">Brand Voice</div>
          </div>
          <div class="ek-ai-msgs">
            <div class="ek-msg bot"><strong>Bereit. Brand Voice geladen.</strong>Tonalität: professionell, direkt, lösungsorientiert.</div>
            <div class="ek-msg user">Schreib einen stärkeren Einstieg - mit konkretem Beispiel.</div>
            <div class="ek-ai-suggestion">"Wer KI strukturiert einsetzt, bringt Inhalte bis zu 60% schneller von Briefing bis Live - der Schlüssel liegt nicht im Tool, sondern im Prozess."</div>
            <div class="ek-msg bot" style="padding:5px 8px;">✓ Beispiel eingebaut &nbsp;✓ Direkter Einstieg &nbsp;✓ Markenkonform</div>
          </div>
          <div class="ek-ai-actions">
            <div class="ek-ai-act-btn primary">Übernehmen</div>
            <div class="ek-ai-act-btn">Variante</div>
          </div>
          <div class="ek-ai-input-row">
            <div class="ek-ai-field">Frag die AI...</div>
            <div class="ek-ai-send">→</div>
          </div>
        </div>
      </div>
    </div>
  </div></div></div></div><div data-wf--spacer--spacer="64px" class="spacer w-variant-991cca4b-6220-bef0-a927-d10f905ce172"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div></div><div class="product_tab_container"><div id="distribution" class="product-anchor"></div><div data-wf--spacer--spacer="64px" class="spacer w-variant-991cca4b-6220-bef0-a927-d10f905ce172"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="product_tab_wrapper is-reverse"><div class="product_tab_image_wrapper"><div class="w-embed"><div class="cb-win">
  <div class="cb-bar">
    <div class="cb-dots">
      <span class="cb-dot" style="background:#d4d8de;"></span>
      <span class="cb-dot" style="background:#e2e5e9;"></span>
      <span class="cb-dot" style="background:#eaecef;"></span>
    </div>
    <div class="cb-title">Verteilung · Mehrere Kanäle</div>
  </div>

  <div class="pu-layout">
    <div class="pu-left">
      <div class="pu-head">
        <div class="pu-head-title">Jetzt veröffentlichen</div>
        <div class="pu-head-date">Di, 17. März 2026</div>
      </div>

      <div class="pu-channels">
        <div class="pu-ch on" style="color:#334155;border-color:#cbd5e1;background:#f8fafc;">
          <div class="pu-ch-dot" style="background:#0077b5;"></div>LinkedIn
        </div>
        <div class="pu-ch on" style="color:#334155;border-color:#cbd5e1;background:#f8fafc;">
          <div class="pu-ch-dot" style="background:#e1306c;"></div>Instagram
        </div>
        <div class="pu-ch on" style="color:#334155;border-color:#cbd5e1;background:#f8fafc;">
          <div class="pu-ch-dot" style="background:#2563eb;"></div>WordPress
        </div>
        <div class="pu-ch off" style="color:#94a3b8;border-color:#e2e8f0;">
          <div class="pu-ch-dot" style="background:#cbd5e1;"></div>+ 3 weitere
        </div>
      </div>

      <div class="pu-preview">
        <div class="pu-preview-label">Vorschau · LinkedIn</div>
        <div class="pu-post-card">
          <div class="pu-post-hero">
            <div class="pu-post-hero-inner">
              <svg width="110" height="44" viewBox="0 0 110 44" fill="none">
                <rect x="12" y="24" width="10" height="14" rx="2" fill="#bfcfe8" opacity="0.7"></rect>
                <rect x="26" y="16" width="10" height="22" rx="2" fill="#9ab4d8" opacity="0.8"></rect>
                <rect x="40" y="8" width="10" height="30" rx="2" fill="#0957DE" opacity="0.55"></rect>
                <rect x="54" y="18" width="10" height="20" rx="2" fill="#bfcfe8" opacity="0.7"></rect>
                <rect x="68" y="11" width="10" height="27" rx="2" fill="#7c9dcf" opacity="0.75"></rect>
                <path d="M17 28 L31 18 L45 11 L59 21 L73 14" stroke="#0957DE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" opacity="0.6"></path>
                <circle cx="17" cy="28" r="2" fill="#0957DE" opacity="0.5"></circle>
                <circle cx="45" cy="11" r="2.5" fill="#0957DE" opacity="0.8"></circle>
                <circle cx="73" cy="14" r="2" fill="#0957DE" opacity="0.5"></circle>
                <rect x="86" y="10" width="18" height="4" rx="2" fill="#cbd5e1" opacity="0.5"></rect>
                <rect x="86" y="18" width="14" height="4" rx="2" fill="#cbd5e1" opacity="0.35"></rect>
                <rect x="86" y="26" width="16" height="4" rx="2" fill="#cbd5e1" opacity="0.35"></rect>
              </svg>
              <div class="pu-post-hero-title">5 Content-Strategien für den Mittelstand 2026</div>
            </div>
            <div class="pu-post-hero-bar"></div>
          </div>
          <div class="pu-post-top">
            <div class="pu-post-avatar">CB</div>
            <div>
              <div class="pu-post-name">contentbird GmbH</div>
              <div class="pu-post-handle">Gerade eben · 🌐</div>
            </div>
            <div class="pu-post-ch-icon" style="background:#0077b5;">in</div>
          </div>
          <div class="pu-post-body">
            5 Strategien für mittelständische Unternehmen, um 2026 mehr aus ihren Inhalten herauszuholen – ohne zusätzliches Budget. <span class="pu-post-tag">#ContentMarketing #Mittelstand</span>
          </div>
          <div class="pu-post-reactions">
            <div class="pu-post-react-dots">
              <div class="pu-post-react-dot" style="background:#0957DE;">👍</div>
              <div class="pu-post-react-dot" style="background:#e1306c;">❤️</div>
            </div>
            <div class="pu-post-react-count">48 · 12 Kommentare</div>
          </div>
          <div class="pu-post-footer">
            <div class="pu-post-action">
              <svg width="11" height="11" viewBox="0 0 11 11" fill="none"><path d="M5.5 1.5l1 3h3l-2.5 1.8.9 3-2.4-1.7-2.4 1.7.9-3L2 4.5h3z" stroke="#64748b" stroke-width="1.1" stroke-linejoin="round"></path></svg>
              <span class="pu-post-action-lbl">Gefällt mir</span>
            </div>
            <div class="pu-post-action">
              <svg width="11" height="11" viewBox="0 0 11 11" fill="none"><path d="M1 2h9v6H7l-1.5 2L4 8H1V2z" stroke="#64748b" stroke-width="1.1" stroke-linejoin="round"></path></svg>
              <span class="pu-post-action-lbl">Kommentieren</span>
            </div>
            <div class="pu-post-action">
              <svg width="11" height="11" viewBox="0 0 11 11" fill="none"><path d="M7 1l3 3-3 3M1 9V6.5C1 4.5 2.5 3 4.5 3H10" stroke="#64748b" stroke-width="1.1" stroke-linecap="round" stroke-linejoin="round"></path></svg>
              <span class="pu-post-action-lbl">Teilen</span>
            </div>
          </div>
        </div>

        <div class="pu-preview-label" style="margin-top:2px;">Zeitplan</div>
        <div>
          <div class="pu-sched-row">
            <div class="pu-sched-icon" style="background:#0077b5;">in</div>
            <div class="pu-sched-info">
              <div class="pu-sched-name">LinkedIn · Unternehmenspost</div>
              <div class="pu-sched-time">10:00 Uhr</div>
            </div>
            <div class="pu-sched-badge" style="background:#e8f5ee;color:#276749;">● Live</div>
          </div>
          <div class="pu-sched-row">
            <div class="pu-sched-icon" style="background:#e1306c;">ig</div>
            <div class="pu-sched-info">
              <div class="pu-sched-name">Instagram · Karussell</div>
              <div class="pu-sched-time">14:30 Uhr</div>
            </div>
            <div class="pu-sched-badge" style="background:#f1f5f9;color:#64748b;">Geplant</div>
          </div>
          <div class="pu-sched-row">
            <div class="pu-sched-icon" style="background:#2563eb;">WP</div>
            <div class="pu-sched-info">
              <div class="pu-sched-name">WordPress · Blog</div>
              <div class="pu-sched-time">09:00 Uhr · morgen</div>
            </div>
            <div class="pu-sched-badge" style="background:#fffbeb;color:#92400e;">Entwurf</div>
          </div>
        </div>
      </div>

      <div class="pu-pub-btn">→ Auf allen Kanälen veröffentlichen</div>
    </div>

    <div class="pu-right">
      <div class="pu-inbox-head">
        <div class="pu-inbox-title">Soziale Inbox</div>
        <div class="pu-inbox-badge">7 neu</div>
        <div style="margin-left:auto;font-size:8px;color:#0957DE;font-weight:700;cursor:pointer;">Alle anzeigen →</div>
      </div>
      <div class="pu-msgs">

        <div class="pu-msg-item unread">
          <div class="pu-msg-top">
            <div class="pu-msg-avatar" style="background:#0077b5;">MH</div>
            <div class="pu-msg-meta">
              <div class="pu-msg-name">Markus Hoffmann <span style="font-weight:400;color:#94a3b8;font-size:7.5px;">· LinkedIn</span></div>
              <div class="pu-msg-src">Vor 12 Min.</div>
            </div>
          </div>
          <div class="pu-msg-text"><strong>Haben Sie Erfahrung mit kleineren Teams unter 10 Personen?</strong></div>
          <div class="pu-ai-reply">
            <div class="pu-ai-reply-icon">✦</div>
            <div style="flex:1;">
              <div class="pu-ai-reply-text">„Ja! contentbird ist ideal für Teams ab 3 Personen. Wir zeigen es Ihnen gerne in einer kurzen Demo."</div>
              <div class="pu-ai-reply-btns">
                <div class="pu-ai-btn send">Senden</div>
                <div class="pu-ai-btn edit">Bearbeiten</div>
              </div>
            </div>
          </div>
        </div>

        <div class="pu-msg-item unread">
          <div class="pu-msg-top">
            <div class="pu-msg-avatar" style="background:#94a3b8;">SK</div>
            <div class="pu-msg-meta">
              <div class="pu-msg-name">sarah.k_marketing <span style="font-weight:400;color:#94a3b8;font-size:7.5px;">· Instagram</span></div>
              <div class="pu-msg-src">Vor 28 Min.</div>
            </div>
          </div>
          <div class="pu-msg-text"><strong>Ist das Karussell auch als PDF-Download verfügbar?</strong></div>
          <div class="pu-ai-reply">
            <div class="pu-ai-reply-icon">✦</div>
            <div style="flex:1;">
              <div class="pu-ai-reply-text">„Das PDF finden Sie hier: contentbird.ai/resources – viel Spaß!"</div>
              <div class="pu-ai-reply-btns">
                <div class="pu-ai-btn send">Senden</div>
                <div class="pu-ai-btn edit">Bearbeiten</div>
              </div>
            </div>
          </div>
        </div>

        <div class="pu-msg-item read">
          <div class="pu-msg-top">
            <div class="pu-msg-avatar" style="background:#16a34a;">JB</div>
            <div class="pu-msg-meta">
              <div class="pu-msg-name">Jan Becker <span style="font-weight:400;color:#94a3b8;font-size:7.5px;">· LinkedIn</span></div>
              <div class="pu-msg-src">Vor 1 Std.</div>
            </div>
          </div>
          <div class="pu-msg-text">Toller Artikel – ich teile ihn sofort mit meinem Team! 👏</div>
        </div>

      </div>

      <div class="pu-integrations">
        <div class="pu-int-label">Verbunden:</div>
        <div class="pu-int-badge"><div class="pu-int-dot" style="background:#0077b5;"></div>LinkedIn</div>
        <div class="pu-int-badge"><div class="pu-int-dot" style="background:#e1306c;"></div>Instagram</div>
        <div class="pu-int-badge"><div class="pu-int-dot" style="background:#2563eb;"></div>WordPress</div>
        <div class="pu-int-badge"><div class="pu-int-dot" style="background:#ff0000;"></div>YouTube</div>
        <div style="font-size:7.5px;color:#94a3b8;margin-left:2px;">+2</div>
      </div>
    </div>

  </div>
</div></div></div><div class="home_product_content_wrapper"><div class="heading_tagline is-dark is-small is-bold">Veröffentlichung</div><div data-wf--spacer--spacer="10px" class="spacer w-variant-3c24f7e7-f05c-dfb4-15ae-8fedd5b5f7b1"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><h3 class="heading-style-h4">Multi-Channel Distribution aus einer zentralen Plattform</h3><div data-wf--spacer--spacer="18px" class="spacer w-variant-e7c36acc-f699-5d51-af72-0236b5fe7920"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="product-list-wrapper"><div class="product_point"><svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 17 17" fill="none" class="product-point-svg"><rect width="17" height="17" rx="8.5" fill="#F0F7FF"></rect><rect x="0.5" y="0.5" width="16" height="16" rx="8" stroke="#0957DE" stroke-opacity="0.2"></rect><path d="M5 8.5L7.5 11L12 6" stroke="#0957DE" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"></path></svg><div><strong>Inhalte systematisch veröffentlichen und recyclen - </strong>kürzere Time-to-Publish<br/></div></div><div class="product_point"><svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 17 17" fill="none" class="product-point-svg"><rect width="17" height="17" rx="8.5" fill="#F0F7FF"></rect><rect x="0.5" y="0.5" width="16" height="16" rx="8" stroke="#0957DE" stroke-opacity="0.2"></rect><path d="M5 8.5L7.5 11L12 6" stroke="#0957DE" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"></path></svg><div><strong>6 Social-Kanäle nativ integriert </strong>- LinkedIn, Instagram, X und Co. zeitgesteuert bespielen<br/></div></div><div class="product_point"><svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 17 17" fill="none" class="product-point-svg"><rect width="17" height="17" rx="8.5" fill="#F0F7FF"></rect><rect x="0.5" y="0.5" width="16" height="16" rx="8" stroke="#0957DE" stroke-opacity="0.2"></rect><path d="M5 8.5L7.5 11L12 6" stroke="#0957DE" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"></path></svg><div><strong>bestehende Infrastruktur nutzen </strong>- mit APIs, Zapier und Browser Extension - kein Migrationsprojekt<br/></div></div></div><div data-wf--spacer--spacer="32px" class="spacer w-variant-f5a4064c-ef22-bf58-1b1d-7e46c499ae22"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="align-left"><a data-wf--button--button-style="light-blue" href="/de/ai-content-operations-platform/distribution" class="button w-variant-dea3ebd6-a60b-33c7-e6f5-69f769e29510 w-inline-block"><div>mehr zu Veröffentlichung →</div></a></div></div></div><div data-wf--spacer--spacer="64px" class="spacer w-variant-991cca4b-6220-bef0-a927-d10f905ce172"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div></div><div class="product_tab_container"><div id="performance" class="product-anchor"></div><div data-wf--spacer--spacer="64px" class="spacer w-variant-991cca4b-6220-bef0-a927-d10f905ce172"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="product_tab_wrapper"><div class="home_product_content_wrapper"><div class="heading_tagline is-dark is-small is-bold">Performance</div><div data-wf--spacer--spacer="10px" class="spacer w-variant-3c24f7e7-f05c-dfb4-15ae-8fedd5b5f7b1"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><h3 class="heading-style-h4">Content analysieren und Fokus richtig setzen</h3><div data-wf--spacer--spacer="18px" class="spacer w-variant-e7c36acc-f699-5d51-af72-0236b5fe7920"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="product-list-wrapper"><div class="product_point"><svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 17 17" fill="none" class="product-point-svg"><rect width="17" height="17" rx="8.5" fill="#F0F7FF"></rect><rect x="0.5" y="0.5" width="16" height="16" rx="8" stroke="#0957DE" stroke-opacity="0.2"></rect><path d="M5 8.5L7.5 11L12 6" stroke="#0957DE" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"></path></svg><div><strong>ROI pro Inhalt nachweisen </strong>- Besucher, Engagement und Conversions auswerten<br/></div></div><div class="product_point"><svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 17 17" fill="none" class="product-point-svg"><rect width="17" height="17" rx="8.5" fill="#F0F7FF"></rect><rect x="0.5" y="0.5" width="16" height="16" rx="8" stroke="#0957DE" stroke-opacity="0.2"></rect><path d="M5 8.5L7.5 11L12 6" stroke="#0957DE" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"></path></svg><div><strong>Google Ergebnisse und Wettbewerb im Blick</strong> - Keywords und Wettbewerber überwachen, Chancen entdecken<br/></div></div><div class="product_point"><svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 17 17" fill="none" class="product-point-svg"><rect width="17" height="17" rx="8.5" fill="#F0F7FF"></rect><rect x="0.5" y="0.5" width="16" height="16" rx="8" stroke="#0957DE" stroke-opacity="0.2"></rect><path d="M5 8.5L7.5 11L12 6" stroke="#0957DE" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round"></path></svg><div><strong>Social-Performance</strong> kanalübergreifend auswerten - von Reichweite bis beste Posting-Zeiten usw.<br/></div></div></div><div data-wf--spacer--spacer="32px" class="spacer w-variant-f5a4064c-ef22-bf58-1b1d-7e46c499ae22"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="align-left"><a data-wf--button--button-style="light-blue" href="/de/ai-content-operations-platform/performance" class="button w-variant-dea3ebd6-a60b-33c7-e6f5-69f769e29510 w-inline-block"><div>mehr zu Performance →</div></a></div></div><div class="product_tab_image_wrapper"><div class="w-embed"><div class="cb-win" style="height:100%">
    <div class="cb-bar">
      <span class="cb-dot" style="background:#d4d8de"></span>
      <span class="cb-dot" style="background:#e2e5e9"></span>
      <span class="cb-dot" style="background:#eaecef"></span>
      <span class="cb-title">Analyse · Content Performance &amp; SEO Rankings</span>
<div style="margin-left:auto;font-size:8px;color:#94a3b8;font-weight:600;">30 Tage</div>
    </div>
    <div class="an-layout">

      <!-- LEFT: Content Performance -->
      <div class="an-left">
        <div class="an-head">
          <div class="an-head-title">Content Performance</div>
          <div class="an-period">
            <div class="an-period-btn">7T</div>
            <div class="an-period-btn on">30T</div>
            <div class="an-period-btn">90T</div>
          </div>
        </div>

        <!-- 3 KPIs -->
        <div class="an-kpis">
          <div class="an-kpi">
            <div class="an-kpi-label">Organ. Traffic</div>
            <div class="an-kpi-value">24.830</div>
            <div class="an-kpi-delta an-delta-up">↑ +38%</div>
          </div>
          <div class="an-kpi">
            <div class="an-kpi-label">Ø Verweildauer</div>
            <div class="an-kpi-value">3:42</div>
            <div class="an-kpi-delta an-delta-up">↑ +12%</div>
          </div>
          <div class="an-kpi">
            <div class="an-kpi-label">Conversions</div>
            <div class="an-kpi-value">186</div>
            <div class="an-kpi-delta an-delta-up">↑ +21%</div>
          </div>
        </div>

        <!-- Sparkline -->
        <div class="an-chart">
          <div class="an-chart-label">Organischer Traffic · März 2026</div>
          <div class="an-chart-wrap">
            <svg viewBox="0 0 320 44" fill="none" preserveAspectRatio="none">
              <line x1="0" y1="36" x2="320" y2="36" stroke="#f1f5f9" stroke-width="1"></line>
              <line x1="0" y1="22" x2="320" y2="22" stroke="#f1f5f9" stroke-width="1"></line>
              <line x1="0" y1="8" x2="320" y2="8" stroke="#f1f5f9" stroke-width="1"></line>
              <path d="M0 34 C20 32 40 30 60 28 C80 26 90 30 110 24 C130 18 140 22 160 16 C180 10 200 18 220 12 C240 6 260 10 280 8 C300 6 310 7 320 5 L320 44 L0 44Z" fill="rgba(9,87,222,0.07)"></path>
              <path d="M0 34 C20 32 40 30 60 28 C80 26 90 30 110 24 C130 18 140 22 160 16 C180 10 200 18 220 12 C240 6 260 10 280 8 C300 6 310 7 320 5" stroke="#0957DE" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"></path>
              <circle cx="320" cy="5" r="3" fill="#0957DE"></circle>
            </svg>
          </div>
        </div>

        <!-- Top content table — 3 cols only: name, traffic, trend -->
        <div class="an-table-head">
          <span>Inhalt</span><span style="text-align:right">Traffic</span><span style="text-align:right">Trend</span>
        </div>
        <div class="an-row">
          <div class="an-row-title">Content-Strategie Guide 2026</div>
          <div class="an-row-traffic">4.820</div>
          <div class="an-row-delta an-delta-up">↑ 18%</div>
        </div>
        <div class="an-row">
          <div class="an-row-title">AI im Marketing: 5 Use Cases</div>
          <div class="an-row-traffic">3.570</div>
          <div class="an-row-delta an-delta-up">↑ 24%</div>
        </div>
        <div class="an-row">
          <div class="an-row-title">SEO-Ratgeber für den Mittelstand</div>
          <div class="an-row-traffic">2.460</div>
          <div class="an-row-delta an-delta-dn">↓ 3%</div>
        </div>
        <div class="an-row">
          <div class="an-row-title">Newsletter Q1 Kampagne</div>
          <div class="an-row-traffic">1.830</div>
          <div class="an-row-delta an-delta-up">↑ 9%</div>
        </div>
        <div class="an-footer">
          <div class="an-footer-item"><div class="an-footer-dot" style="background:#3b82f6;"></div>Blog</div>
          <div class="an-footer-item"><div class="an-footer-dot" style="background:#f59e0b;"></div>E-Mail</div>
          <div class="an-cta">Alle Inhalte →</div>
        </div>
      </div>

      <!-- RIGHT: Keyword Rankings -->
      <div class="an-right">
        <div class="an-rank-head">
          <div class="an-rank-title">Keyword-Rankings</div>
          <div class="an-rank-sub">DACH · Top 10</div>
        </div>

        <!-- Summary bar -->
        <div class="an-rank-summary">
          <div class="an-rank-sum-item"><span class="an-rank-sum-n">47</span><span class="an-rank-sum-l">Top-10 Keywords</span></div>
          <div class="an-rank-sum-div"></div>
          <div class="an-rank-sum-item"><span class="an-rank-sum-n an-delta-up">+12</span><span class="an-rank-sum-l">Verbesserungen</span></div>
        </div>

        <!-- Keyword table — 3 cols: keyword, pos, Δ -->
        <div class="an-kw-head">
          <span>Keyword</span>
          <span style="text-align:center">Pos.</span>
          <span style="text-align:center">Δ</span>
        </div>
        <div class="an-kw-row">
          <div class="an-kw-name">Content Marketing Software</div>
          <div class="an-pos top3">2</div>
          <div class="an-move up">+3</div>
        </div>
        <div class="an-kw-row">
          <div class="an-kw-name">AI Content Plattform</div>
          <div class="an-pos top3">3</div>
          <div class="an-move up">+1</div>
        </div>
        <div class="an-kw-row">
          <div class="an-kw-name">Redaktionsplan Tool</div>
          <div class="an-pos">7</div>
          <div class="an-move up">+4</div>
        </div>
        <div class="an-kw-row">
          <div class="an-kw-name">Content Operations Mittelstand</div>
          <div class="an-pos">9</div>
          <div class="an-move eq">–</div>
        </div>
        <div class="an-kw-row">
          <div class="an-kw-name">Brand Voice KI</div>
          <div class="an-pos">12</div>
          <div class="an-move dn">−2</div>
        </div>
        <div class="an-kw-row">
          <div class="an-kw-name">Content Workflow Software</div>
          <div class="an-pos">14</div>
          <div class="an-move up">+6</div>
        </div>
        <div style="padding:8px 12px;border-top:1px solid #f1f5f9;flex-shrink:0;display:flex;align-items:center;justify-content:space-between;">
          <div style="display:flex;gap:10px;">
            <div style="font-size:8px;color:#64748b;display:flex;align-items:center;gap:3px;"><span style="color:#22c55e;font-weight:700;">↑</span> Verbessert</div>
            <div style="font-size:8px;color:#64748b;display:flex;align-items:center;gap:3px;"><span style="color:#f87171;font-weight:700;">↓</span> Gefallen</div>
          </div>
          <div style="font-size:8px;font-weight:700;color:#0957DE;cursor:pointer;">Alle 47 →</div>
        </div>
      </div>

    </div>
    </div></div></div></div><div data-wf--spacer--spacer="64px" class="spacer w-variant-991cca4b-6220-bef0-a927-d10f905ce172"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div></div></div></div></section><section id="ai-roll-out" class="section-compliance"><div data-wf--section-space--section-space="lg---100px" class="section_space w-variant-c6cc91bf-b9e6-fd5c-2db5-3bf7969dffc6"></div><div class="container-large"><div class="results-heading-wrapper"><div class="heading_tagline is-dark">BEREIT FÜR DIE AGENTIC WORLD?</div><div data-wf--spacer--spacer="8px" class="spacer"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><h2><strong>AI Agents zentral ausrollen.</strong></h2><div data-wf--spacer--spacer="16px" class="spacer w-variant-071941dd-632c-c296-58a8-41f8b8a7f8aa"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div></div><div data-wf--spacer--spacer="32px" class="spacer w-variant-f5a4064c-ef22-bf58-1b1d-7e46c499ae22"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="compliance_cards_wrapper is-grid"><div class="content-block"><div class="rollout-header"><div class="icon-wrapper"><svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 16 16" fill="none" class="trust-icon-svg"><path d="M8 13C10.7614 13 13 10.7614 13 8C13 5.23858 10.7614 3 8 3C5.23858 3 3 5.23858 3 8C3 10.7614 5.23858 13 8 13Z" stroke="#0957DE" stroke-width="1.5"></path><path d="M8 5V8L10 10" stroke="#0957DE" stroke-width="1.5" stroke-linecap="round"></path></svg></div><div><span class="is-color-dark-blue">AI </span>Brand Voice &amp; Consistency</div></div><p class="text-color-gray is-light-weight">Tonalität, Glossar und Markenwerte zentral hinterlegt - AI produziert in Unternehmenssprache.</p><div class="roll-out-highlight-block"><div class="text-color-gray align-center"><span class="is-rollout-number">100%</span>markenkonformer AI-Output</div></div></div><div class="content-block"><div class="rollout-header"><div class="icon-wrapper"><svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 16 16" fill="none" class="trust-icon-svg"><path d="M3 13L8 3L13 13H3Z" stroke="#0957DE" stroke-width="1.5" stroke-linejoin="round"></path><path d="M5.5 9.5H10.5" stroke="#0957DE" stroke-width="1.5" stroke-linecap="round"></path></svg></div><div><span class="is-color-dark-blue">AI</span> Campaign Assistant<br/></div></div><p class="text-color-gray is-light-weight">Aus Briefings Kampagnen erstellen - Blog, Social, Newsletter kanalgerecht und konsistent skalieren.</p><div class="roll-out-highlight-block"><div class="text-color-gray align-center"><span class="is-rollout-number">+50%</span>schneller von Idee zu Go-Live</div></div></div><div class="content-block"><div class="rollout-header"><div class="icon-wrapper"><svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 16 16" fill="none" class="trust-icon-svg"><path d="M12.5 4H3.5C2.67157 4 2 4.67157 2 5.5V11.5C2 12.3284 2.67157 13 3.5 13H12.5C13.3284 13 14 12.3284 14 11.5V5.5C14 4.67157 13.3284 4 12.5 4Z" stroke="#0957DE" stroke-width="1.5"></path><path d="M5 4V3C5 2.73478 5.10536 2.48043 5.29289 2.29289C5.48043 2.10536 5.73478 2 6 2C6.26522 2 6.51957 2.10536 6.70711 2.29289C6.89464 2.48043 7 2.73478 7 3V4M9 4V3C9 2.73478 9.10536 2.48043 9.29289 2.29289C9.48043 2.10536 9.73478 2 10 2C10.2652 2 10.5196 2.10536 10.7071 2.29289C10.8946 2.48043 11 2.73478 11 3V4" stroke="#0957DE" stroke-width="1.5" stroke-linecap="round"></path></svg></div><div>AI Governance statt Wildwuchs</div></div><p class="text-color-gray is-light-weight">Prompt Templates sichern den AI-Output teamübergreifend - angereichert mit relevanten Daten.<br/></p><div class="roll-out-highlight-block"><div class="text-color-gray align-center"><span class="is-rollout-number">161+</span>AI Prompt Templates einsatzbereit</div></div></div></div><div data-wf--spacer--spacer="80px" class="spacer w-variant-443e2cfb-26cc-565a-063c-e23a22a85eff"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="compliance_cards_wrapper w-embed"><style>
:root {
  --blue: #0957DE;
  --blue-bg: #F0F7FF;
  --line: #ECECEC;
  --bg: #F9F9F9;
  --white: #FFFFFF;
  --grey: #808080;
  --ai-grad: linear-gradient(90deg, #0957DE 0%, #9300F4 100%);
  --f: 'Montserrat', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

.ai-text {
  background: var(--ai-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.agents-wrap {
  margin-top: 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  background: var(--white);
}

.agents-head {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 24px;
  background: linear-gradient(90deg, #F0F4FF 0%, #FAF0FF 100%);
  border-bottom: 1px solid var(--line);
  flex-wrap: wrap;
}

.agents-badge {
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  background: var(--ai-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  border: 1px solid rgba(147,0,244,0.2);
  background-color: rgba(147,0,244,0.06);
  border-radius: 20px;
  padding: 3px 10px;
  white-space: nowrap;
  position: relative;
}

.agents-title {
  font-size: 14px;
  font-weight: 700;
  color: #202020;
  letter-spacing: -0.2px;
  white-space: nowrap;
}

.agents-sub {
  font-size: 12.5px;
  color: var(--grey);
  font-weight: 400;
  flex: 1;
  min-width: 200px;
}

.agents-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-top: none;
}

.agent-card {
  padding: 20px 18px;
  min-width: 0;
  border-right: 1px solid var(--line);
  transition: background 0.25s, border-top 0.25s, box-shadow 0.25s;
  border-top: 2px solid transparent;
}

.agent-card:last-child { border-right: none; }
.agent-card:hover { background: var(--bg); }
.agent-card-soon { opacity: 0.6; }

.agent-ico {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: linear-gradient(135deg, rgba(9,87,222,0.08) 0%, rgba(147,0,244,0.10) 100%);
  border: 1px solid rgba(147,0,244,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 11px;
}

.agent-name {
  font-size: 12.5px;
  font-weight: 700;
  color: #202020;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.agent-soon-tag {
  font-size: 9.5px;
  font-weight: 700;
  color: var(--grey);
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 1px 6px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.agent-desc {
  font-size: 11.5px;
  color: var(--grey);
  line-height: 1.55;
  font-weight: 400;
}

.agent-card.pipe-active {
  background: #f5f8ff;
  border-top: 2px solid #0957DE;
}

.agent-card.pipe-active .agent-ico {
  background: linear-gradient(135deg, rgba(9,87,222,0.14) 0%, rgba(147,0,244,0.16) 100%);
  box-shadow: 0 0 0 3px rgba(9,87,222,0.1);
}

.agent-pipeline {
  position: relative;
  height: 32px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, #f0f4ff 0%, #f5f0ff 50%, #f0f4ff 100%);
  overflow: hidden;
}

.agent-pipe-track {
  position: absolute;
  left: 0;
  right: 0;
  height: 1.5px;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(90deg, transparent 0%, #c7d7fb 8%, #d8b4fe 50%, #c7d7fb 92%, transparent 100%);
}

.agent-pipe-progress {
  position: absolute;
  left: 0;
  height: 1.5px;
  top: 50%;
  transform: translateY(-50%);
  width: 0%;
  background: linear-gradient(90deg, #0957DE, #7c3aed);
  transition: width 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: left center;
}

.agent-pipe-ball {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 8.33%;
  background: radial-gradient(circle at 35% 35%, #60a5fa, #0957DE 60%, #7c3aed);
  box-shadow: 0 0 0 3px rgba(9,87,222,0.18), 0 0 10px rgba(9,87,222,0.4), 0 0 20px rgba(124,58,237,0.2);
  transition: left 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
}

.agent-pipe-ball.resetting { transition: none; }

.agent-pipe-trail {
  position: absolute;
  width: 40px;
  height: 4px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 99px;
  background: linear-gradient(90deg, transparent, rgba(9,87,222,0.25));
  transition: left 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
  pointer-events: none;
}

.agent-pipe-trail.resetting { transition: none; }

.agent-pipe-dots {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  grid-template-columns: repeat(6, minmax(0,1fr));
  z-index: 0;
}

.agent-pipe-dot {
  display: flex;
  justify-content: center;
  align-items: center;
}

.agent-pipe-dot-inner {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #dde5fb;
  border: 1.5px solid #fff;
  transition: background 0.4s, box-shadow 0.4s, transform 0.4s;
}

.agent-pipe-dot.visited .agent-pipe-dot-inner {
  background: rgba(9,87,222,0.4);
}

.agent-pipe-dot.active .agent-pipe-dot-inner {
  background: white;
  box-shadow: 0 0 0 3px rgba(9,87,222,0.25);
  transform: scale(1.2);
}

.agent-pipe-label {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 8.5px;
  font-weight: 600;
  color: #7c3aed;
  opacity: 0;
  transition: opacity 0.3s;
  white-space: nowrap;
  letter-spacing: 0.2px;
  font-family: var(--f);
}

.agent-pipe-label.visible { opacity: 0.8; }

.agent-ticker {
  margin-top: 10px;
  min-height: 26px;
  position: relative;
  overflow: hidden;
}

.agent-ticker-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-start;
  gap: 5px;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.35s ease, transform 0.35s ease;
  pointer-events: none;
  min-width: 0;
}

.agent-ticker-item.visible {
  opacity: 1;
  transform: translateY(0);
}

.agent-ticker-item.exit {
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.agent-ticker-chip {
  display: inline-flex;
  align-items: flex-start;
  gap: 5px;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 10px;
  padding: 3px 8px 3px 6px;
  font-size: 9.5px;
  font-weight: 700;
  color: #1d4ed8;
  white-space: normal;
  word-break: break-word;
  line-height: 1.35;
  max-width: 100%;
  font-family: var(--f);
}

.agent-ticker-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #22c55e;
  flex-shrink: 0;
  margin-top: 3px;
  animation: tickerPulse 1.8s ease-in-out infinite;
}

@keyframes tickerPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(0.75); }
}

.agent-card-soon .agent-ticker-chip {
  background: #f8fafc;
  border-color: #e2e8f0;
  color: #94a3b8;
}

.agent-card-soon .agent-ticker-dot {
  background: #cbd5e1;
  animation: none;
}

@media (max-width: 900px) {
  .agents-grid { grid-template-columns: repeat(3, 1fr); }
  .agent-card:nth-child(3) { border-right: none; }
  .agent-card:nth-child(n+4) { border-top: 1px solid var(--line); }
}
    @media (max-width: 900px) {
    .agents-grid {
      grid-template-columns: repeat(1, 1fr);
    }
    .agent-card:nth-child(3) {
      border-right: none;
    }
    .agent-card:nth-child(n + 4) {
      border-top: 1px solid var(--line);
    }
     .agent-pipe-label {
        display: none;
      }
  }
</style>


<div class="agents-wrap reveal in">
  <div class="agents-head">
    <div class="agents-badge"><span class="ai-text">AI</span> Agents</div>
    <div style="display:flex;flex-direction:column;gap:3px;">
      <div style="font-size:9.5px;font-weight:700;letter-spacing:0.6px;text-transform:uppercase;color:#7c3aed;opacity:0.65;">Agentic Content Platform</div>
      <div class="agents-title">Bereit für die Zusammenarbeit zwischen Menschen und AI-Agents für bessere Qualität und höheren Output</div>
    </div>
  </div>

  <div class="agent-pipeline" id="agentPipeline">
    <div class="agent-pipe-track"></div>
    <div class="agent-pipe-progress" id="agentPipeProgress"></div>
    <div class="agent-pipe-trail" id="agentPipeTrail"></div>
    <div class="agent-pipe-ball" id="agentPipeBall"></div>
    <div class="agent-pipe-dots" id="agentPipeDots">
      <div class="agent-pipe-dot" data-idx="0"><div class="agent-pipe-dot-inner"></div></div>
      <div class="agent-pipe-dot" data-idx="1"><div class="agent-pipe-dot-inner"></div></div>
      <div class="agent-pipe-dot" data-idx="2"><div class="agent-pipe-dot-inner"></div></div>
      <div class="agent-pipe-dot" data-idx="3"><div class="agent-pipe-dot-inner"></div></div>
      <div class="agent-pipe-dot" data-idx="4"><div class="agent-pipe-dot-inner"></div></div>
      <div class="agent-pipe-dot" data-idx="5"><div class="agent-pipe-dot-inner"></div></div>
    </div>
    <div class="agent-pipe-label" id="agentPipeLabel"></div>
  </div>

  <div class="agents-grid" id="agentsGrid">

    <div class="agent-card">
      <div class="agent-ico"><svg width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M9 2L3 5.5V9c0 3.5 2.5 6.5 6 7.5 3.5-1 6-4 6-7.5V5.5L9 2z" stroke="#0957DE" stroke-width="1.4" stroke-linejoin="round"></path><path d="M6.5 9l2 2 3-3" stroke="#0957DE" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"></path></svg></div>
      <div class="agent-name">Strategy Agent</div>
      <div class="agent-desc">Analysiert Ziele und Marktdaten – schlägt strategierelevante Themen und Kampagnen vor.</div>
    </div>

    <div class="agent-card">
      <div class="agent-ico"><svg width="18" height="18" viewBox="0 0 18 18" fill="none"><circle cx="9" cy="9" r="6" stroke="#0957DE" stroke-width="1.4"></circle><path d="M6.5 9l2 2 3-3" stroke="#0957DE" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"></path></svg></div>
      <div class="agent-name">Research Agent</div>
      <div class="agent-desc">Recherchiert Keywords und Trendthemen – validiert Nachfrage, bevor Ressourcen fließen.</div>
    </div>

    <div class="agent-card">
      <div class="agent-ico"><svg width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M4 14l2-5 7-7 3 3-7 7-5 2z" stroke="#0957DE" stroke-width="1.4" stroke-linejoin="round"></path><path d="M11 4l3 3" stroke="#0957DE" stroke-width="1.4" stroke-linecap="round"></path></svg></div>
      <div class="agent-name">Creation Agent</div>
      <div class="agent-desc">Erstellt Inhalte auf Basis von Briefing und Brand Voice – vom Titel bis zum fertigen Artikel.</div>
    </div>

    <div class="agent-card">
      <div class="agent-ico"><svg width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M3 9h3l2-5 3 10 2-5h3" stroke="#0957DE" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"></path></svg></div>
      <div class="agent-name">Sparring Agent</div>
      <div class="agent-desc">Gibt Feedback zu Entwürfen und hilft beim Feinjustieren – wie ein erfahrener Content-Partner.</div>
    </div>

    <div class="agent-card">
      <div class="agent-ico"><svg width="18" height="18" viewBox="0 0 18 18" fill="none"><rect x="2" y="5" width="14" height="9" rx="2" stroke="#0957DE" stroke-width="1.4"></rect><path d="M6 5V4a3 3 0 016 0v1" stroke="#0957DE" stroke-width="1.4" stroke-linecap="round"></path></svg></div>
      <div class="agent-name">Campaign Agent</div>
      <div class="agent-desc">Skaliert ein Briefing auf alle Kanäle – Blog, Social, Newsletter und mehr in einem Schritt.</div>
    </div>

    <div class="agent-card agent-card-soon">
      <div class="agent-ico"><svg width="18" height="18" viewBox="0 0 18 18" fill="none"><circle cx="9" cy="9" r="6.5" stroke="#0957DE" stroke-width="1.4" stroke-dasharray="3 2"></circle><path d="M9 6v3l2 2" stroke="#0957DE" stroke-width="1.4" stroke-linecap="round"></path></svg></div>
      <div class="agent-name">Optimization Agent <span class="agent-soon-tag">bald</span></div>
      <div class="agent-desc">Überwacht Performance und schlägt automatisch Optimierungen für Rankings und Engagement vor.</div>
    </div>

  </div>
</div></div><div class="compliance_cards_wrapper w-embed w-script"><script>
(function() {
  var tickers = [
    ['Target audience defined','Topic cluster built','Q2 campaign planned'],
    ['8 keywords found','Competition analyzed','Demand validated'],
    ['Blog article created','Meta text optimized','Social posts generated'],
    ['Readability improved','CTA sharpened','Tone adjusted'],
    ['LinkedIn · Blog · E-Mail','Newsletter distributed','5 channels simultaneously'],
    ['Rankings monitored','Optimization recommended','CTR improved']
  ];

  var pipeLabels = [
    'Strategy Agent working …',
    'Research Agent analyzing …',
    'Creation Agent writing …',
    'Sparring Agent reviewing …',
    'Campaign Agent distributing …',
    'Optimization Agent optimizing …'
  ];

  function colPct(i) { return ((2 * i + 1) / 12 * 100).toFixed(4) + '%'; }

  function init() {
    var grid     = document.getElementById('agentsGrid');
    var ball     = document.getElementById('agentPipeBall');
    var trail    = document.getElementById('agentPipeTrail');
    var progress = document.getElementById('agentPipeProgress');
    var dotsWrap = document.getElementById('agentPipeDots');
    var label    = document.getElementById('agentPipeLabel');
    if (!grid || !ball) return;

    var cards     = Array.from(grid.querySelectorAll('.agent-card'));
    var dots      = dotsWrap ? Array.from(dotsWrap.querySelectorAll('.agent-pipe-dot')) : [];
    var tickerIdx = cards.map(function() { return 0; });
    var active    = 0;
    var STEP_MS   = 2200;

    cards.forEach(function(card, i) {
      var data = tickers[i] || [];
      var ticker = document.createElement('div');
      ticker.className = 'agent-ticker';
      data.forEach(function(text, j) {
        var item = document.createElement('div');
        item.className = 'agent-ticker-item' + (j === 0 ? ' visible' : '');
        item.innerHTML = '<span class="agent-ticker-chip"><span class="agent-ticker-dot"></span>' + text + '</span>';
        ticker.appendChild(item);
      });
      card.appendChild(ticker);
    });

    function updateTickerHeight(card, item) {
      var ticker = card.querySelector('.agent-ticker');
      if (!ticker || !item) return;
      setTimeout(function() {
        var chip = item.querySelector('.agent-ticker-chip');
        if (chip) ticker.style.height = chip.offsetHeight + 'px';
      }, 20);
    }

    function rotateTicker(idx) {
      var card  = cards[idx];
      if (!card) return;
      var items = Array.from(card.querySelectorAll('.agent-ticker-item'));
      if (!items.length) return;
      var cur = items[tickerIdx[idx]];
      if (cur) { cur.classList.add('exit'); setTimeout(function() { cur.classList.remove('visible','exit'); }, 280); }
      tickerIdx[idx] = (tickerIdx[idx] + 1) % items.length;
      setTimeout(function() {
        items[tickerIdx[idx]].classList.add('visible');
        updateTickerHeight(card, items[tickerIdx[idx]]);
      }, 300);
    }

    function activateCard(idx) {
      cards.forEach(function(c) { c.classList.remove('pipe-active'); });
      dots.forEach(function(d, i) {
        d.classList.remove('active');
        if (i < idx) d.classList.add('visited');
        else if (i === idx) d.classList.add('active');
        else d.classList.remove('visited');
      });
      if (cards[idx]) cards[idx].classList.add('pipe-active');
    }

    function moveBall(idx, reset) {
      var pct = colPct(idx);
      var progressPct = ((2 * idx + 1) / 12 * 100).toFixed(4) + '%';
      if (reset) {
        ball.classList.add('resetting');
        trail.classList.add('resetting');
        progress.classList.add('resetting');
        ball.style.left = colPct(0);
        trail.style.left = 'calc(' + colPct(0) + ' - 44px)';
        progress.style.width = colPct(0);
        void ball.offsetWidth;
        ball.classList.remove('resetting');
        trail.classList.remove('resetting');
        progress.classList.remove('resetting');
      } else {
        ball.style.left = pct;
        trail.style.left = 'calc(' + pct + ' - 44px)';
        progress.style.width = progressPct;
      }
    }

    function updateLabel(idx) {
      if (!label) return;
      label.classList.remove('visible');
      setTimeout(function() {
        label.textContent = pipeLabels[idx] || '';
        label.classList.add('visible');
      }, 200);
    }

    moveBall(0, false);
    activateCard(0);
    updateLabel(0);

    setTimeout(function() {
      cards.forEach(function(card) {
        var firstItem = card.querySelector('.agent-ticker-item.visible');
        if (firstItem) {
          var chip = firstItem.querySelector('.agent-ticker-chip');
          var ticker = card.querySelector('.agent-ticker');
          if (chip && ticker) ticker.style.height = chip.offsetHeight + 'px';
        }
      });
    }, 50);

    setInterval(function() {
      rotateTicker(active);
      var next = active + 1;
      if (next >= cards.length) {
        setTimeout(function() {
          active = 0;
          moveBall(0, true);
          activateCard(0);
          updateLabel(0);
        }, 400);
      } else {
        active = next;
        setTimeout(function() {
          moveBall(active, false);
          activateCard(active);
          updateLabel(active);
        }, 300);
      }
    }, STEP_MS);
  }

  if (document.readyState === 'loading') {
    document.addEventListener('DOMContentLoaded', init);
  } else {
    init();
  }
})();
</script></div><div data-wf--spacer--spacer="32px" class="spacer w-variant-f5a4064c-ef22-bf58-1b1d-7e46c499ae22"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="flex-align-center"><a data-wf--button--button-style="blue-button---small" href="/de/book-a-demo" class="button w-variant-67798646-d87e-799e-449e-4e28d80d7947 w-inline-block"><div>kostenlose Demo</div><div class="button-icon"><div data-wf--icon-component--icon-color-icon-style="icon-only" class="icon-component"><div data-wf--icon-color--icon-color="inherit" class="icon-color"><i id="w-node-da39e052-bad3-e4d8-d680-8f9099ab1367-99ab1367" data-wf--icon--size="sm---20px" class="icon ph ph-arrow-right" aria-lable="true"></i></div></div></div></a></div></div><div data-wf--section-space--section-space="md---80px" class="section_space"></div></section><section class="section-results"><div data-wf--section-space--section-space="lg---100px" class="section_space w-variant-c6cc91bf-b9e6-fd5c-2db5-3bf7969dffc6"></div><div class="container-large"><div class="results-heading-wrapper"><div class="heading_tagline is-dark">Ergebnisse</div><div data-wf--spacer--spacer="14px" class="spacer w-variant-6ceb79b4-908c-114f-6cb5-3118909be400"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><h2><strong>Marketing-Teams wachsen mit AI Content Operations.</strong></h2></div><div data-wf--spacer--spacer="56px" class="spacer w-variant-17d3040e-5fec-61c3-3c04-893ca4096fcc"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="results-grid-block"><div class="result-card-block"><div class="data-number">bis 50%</div><div class="text-color-gray">schneller von Briefing zu Go-Live<br/></div></div><div class="result-card-block"><div class="data-number">+30%</div><div class="text-color-gray">mehr organische Sichtbarkeit<br/></div></div><div class="result-card-block"><div class="data-number">300+</div><div class="text-color-gray">Kunden in DACH<br/></div></div><div class="result-card-block"><div class="data-number">4 Wo.</div><div class="text-color-gray">bis zur produktiven Nutzung<br/></div></div></div></div><div data-wf--section-space--section-space="lg---100px" class="section_space w-variant-c6cc91bf-b9e6-fd5c-2db5-3bf7969dffc6"></div></section><section data-wf--case-study--variant="blue-gradient" class="section_case-studies-swiper background-color-gradient"><div data-wf--section-space--section-space="lg---100px" class="section_space w-variant-c6cc91bf-b9e6-fd5c-2db5-3bf7969dffc6"></div><div class="container-large"><div class="case_study_heading_wrapper"><h2 class="text-color-white is-bold">hunderte Unternehmen skalieren Content mit contentbird</h2><div class="swiper_arrow_wrapper"><div class="swiper_arrow case_arrow_prev"><svg xmlns="http://www.w3.org/2000/svg" fill="none" width="100%" viewBox="0 0 56 40" class="swiper_arrow_icon is-small-arrow"><g clip-path="url(#clip0_113_12158)"><path d="M18.586 0.566631L0.5872 18.5654C0.349938 18.8027 0.178369 19.0975 0.0892982 19.421C-0.0135996 19.7645 -0.0216458 20.1295 0.0660095 20.4772C0.153665 20.8249 0.333758 21.1424 0.5872 21.396L18.586 39.3948C18.9628 39.7612 19.4687 39.9646 19.9943 39.9609C20.5199 39.9572 21.0229 39.7468 21.3945 39.3751C21.7661 39.0035 21.9765 38.5005 21.9802 37.9749C21.9839 37.4493 21.7805 36.9434 21.4141 36.5666L6.8286 21.9807L54 21.9807C54.5304 21.9807 55.0391 21.77 55.4142 21.3949C55.7893 21.0199 56 20.5112 56 19.9807C56 19.4503 55.7893 18.9416 55.4142 18.5665C55.0391 18.1914 54.5304 17.9807 54 17.9807L6.8286 17.9807L21.4141 3.39483C21.7805 3.01803 21.9839 2.51214 21.9802 1.98656C21.9765 1.46099 21.7661 0.957989 21.3945 0.586338C21.0229 0.214688 20.5199 0.00426399 19.9943 0.000576019C19.4687 -0.00311195 18.9628 0.200233 18.586 0.566631Z" fill="currentColor"></path></g><defs><clippath id="clip0_113_12158"><rect width="56" height="39.9604" fill="currentColor" transform="matrix(-1 0 0 -1 56 39.9609)"></rect></clippath></defs></svg></div><div class="swiper_arrow case_arrow_next"><svg xmlns="http://www.w3.org/2000/svg" width="100%" viewBox="0 0 56 40" fill="none" class="swiper_arrow_icon is-small-arrow"><g clip-path="url(#clip0_113_12158)"><path d="M37.414 39.3943L55.4128 21.3955C55.6501 21.1582 55.8216 20.8634 55.9107 20.5399C56.0136 20.1964 56.0216 19.8315 55.934 19.4838C55.8463 19.1361 55.6662 18.8186 55.4128 18.5649L37.414 0.566105C37.0372 0.199706 36.5313 -0.00363867 36.0057 4.93028e-05C35.4801 0.00373727 34.9771 0.214161 34.6055 0.585811C34.2339 0.957462 34.0235 1.46047 34.0198 1.98604C34.0161 2.51161 34.2195 3.0175 34.5859 3.3943L49.1714 17.9802H2C1.46957 17.9802 0.960859 18.1909 0.585786 18.566C0.210714 18.9411 0 19.4498 0 19.9802C0 20.5106 0.210714 21.0193 0.585786 21.3944C0.960859 21.7695 1.46957 21.9802 2 21.9802H49.1714L34.5859 36.5661C34.2195 36.9429 34.0161 37.4488 34.0198 37.9744C34.0235 38.4999 34.2339 39.0029 34.6055 39.3746C34.9771 39.7462 35.4801 39.9567 36.0057 39.9604C36.5313 39.964 37.0372 39.7607 37.414 39.3943Z" fill="currentColor"></path></g><defs><clippath id="clip0_113_12158"><rect width="56" height="39.9604" fill="currentColor"></rect></clippath></defs></svg></div></div></div><div data-wf--section-space--section-space="sm---64px" class="section_space w-variant-d98598fb-e369-d97d-e216-73de43b633f0"></div><div class="case_study_swiper_wrapper"><div class="swiper case-study-swiper w-dyn-list"><div role="list" class="swiper-wrapper w-dyn-items"><div role="listitem" class="swiper-slide case_study_swiper_slide w-dyn-item"><div class="case_study_cards"><div class="case_study_top_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/698350223b867552ea39ce65_646fb994069c9c9ee6fd260c_EGLE_Logo-2019.png" alt="" class="case_study_logo"/></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><p class="text-size-medium is-weight-light">Mit Al Assistant können wir sowohl lange Texte zu knappen Social Media Posts, als auch kurze Produktbeschreibungen in längere, gut lesbare Beiträge verwandeln. Und das alles in wenig Zeit mit wenig Arbeitsaufwand!</p><div data-wf--spacer--spacer="28px" class="spacer w-variant-b100b80d-fb98-afd5-fbc9-6b7c8e55c66b"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="divider is-margin-auto"></div><div data-wf--spacer--spacer="28px" class="spacer w-variant-b100b80d-fb98-afd5-fbc9-6b7c8e55c66b"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="case_stady_profile_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/698350223b867552ea39ce69_646fbaabcfbf75754263df7e_sarah%2520petautschnig.png" alt="" class="case_study_client_image"/><div class="case_study_client_details_wrapper"><div class="case_study_client_name">Sarah Petautschnig</div><div class="case_study_client_position">Online Marketing Managerin</div></div></div></div></div><div role="listitem" class="swiper-slide case_study_swiper_slide w-dyn-item"><div class="case_study_cards"><div class="case_study_top_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/69835021bb29bd20ab264923_6440eb74bb1155cad7d8d2fb_logo-pafero-marketing.png" alt="" class="case_study_logo"/></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><p class="text-size-medium is-weight-light">Die KI-Plattform Al Assistant hat uns nicht nur bei der Erstellung von Inhalten geholfen, sondern auch bei der Definition von Personas und der Entwicklung von Themenclustern. Al Assistant hat uns enorm dabei geholfen, Zeit und Ressourcen zu sparen, da die künstliche Intelligenz es uns ermöglicht, Inhalte schneller und effizienter zu produzieren. Wir sind auch beeindruckt von der Benutzerfreundlichkeit der Plattform und der stetigen Weiterentwicklung.</p><div data-wf--spacer--spacer="28px" class="spacer w-variant-b100b80d-fb98-afd5-fbc9-6b7c8e55c66b"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="divider is-margin-auto"></div><div data-wf--spacer--spacer="28px" class="spacer w-variant-b100b80d-fb98-afd5-fbc9-6b7c8e55c66b"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="case_stady_profile_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/69835021bb29bd20ab26491f_6440e9d3af8d2f711ae84968_contentbird-robin-baechtle.jpeg" alt="" class="case_study_client_image"/><div class="case_study_client_details_wrapper"><div class="case_study_client_name">Robin Bächtle</div><div class="case_study_client_position">Inhaber</div></div></div></div></div><div role="listitem" class="swiper-slide case_study_swiper_slide w-dyn-item"><div class="case_study_cards"><div class="case_study_top_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/69835021c0c5b6d674679248_6245646bfef1664d699abbcc_contentbird_kunden-edogs-black-transparent.png" alt="" class="case_study_logo"/></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><p class="text-size-medium is-weight-light">Ich konnte Trusted Content innerhalb von 2 Minuten in meine Themenwelt einbinden, habe innerhalb weniger Wochen tausende Bewertungen eingesammelt und mein Team konnte unseren Content auf Grund der Leserkommentare optimieren.</p><div data-wf--spacer--spacer="28px" class="spacer w-variant-b100b80d-fb98-afd5-fbc9-6b7c8e55c66b"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="divider is-margin-auto"></div><div data-wf--spacer--spacer="28px" class="spacer w-variant-b100b80d-fb98-afd5-fbc9-6b7c8e55c66b"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="case_stady_profile_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/69835020c0c5b6d674679244_6230b7423193fafc7e72730b_contenbird_testimonial-edogs-Michael_Mo%25CC%2588ller.jpeg" alt="" class="case_study_client_image"/><div class="case_study_client_details_wrapper"><div class="case_study_client_name">edogs</div><div class="case_study_client_position">Head of Growth &amp; Digital Marketing</div></div></div></div></div><div role="listitem" class="swiper-slide case_study_swiper_slide w-dyn-item"><div class="case_study_cards"><div class="case_study_top_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/69835021ba01500af9095b3f_63625ff3126b810b6841d382_logo-itsm.png" alt="" class="case_study_logo"/></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><p class="text-size-medium is-weight-light">Das Framework der Content Marketing Academy hat uns ermöglicht, in einheitlichen Arbeitsweisen vorzugehen. Wir konnten damit unsere Strategie so anpassen, dass der produzierte Content zielführender und messbar geworden ist.</p><div data-wf--spacer--spacer="28px" class="spacer w-variant-b100b80d-fb98-afd5-fbc9-6b7c8e55c66b"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="divider is-margin-auto"></div><div data-wf--spacer--spacer="28px" class="spacer w-variant-b100b80d-fb98-afd5-fbc9-6b7c8e55c66b"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="case_stady_profile_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/69835021ba01500af9095b43_631a0bde8d2a9f55c02c0b79_patricia-peyre-business2.jpeg" alt="" class="case_study_client_image"/><div class="case_study_client_details_wrapper"><div class="case_study_client_name">Patricia Peyre</div><div class="case_study_client_position">Marketing Operations Managerin</div></div></div></div></div><div role="listitem" class="swiper-slide case_study_swiper_slide w-dyn-item"><div class="case_study_cards"><div class="case_study_top_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/69835021cbd35574958d02be_64f360b3d6d4df81de547482_waschbaer_log.png" alt="" class="case_study_logo"/></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><p class="text-size-medium is-weight-light">Wir erstellen jetzt mehr Content in weniger Zeit. Das heißt, wir arbeiten effizienter, können aber dank der künstlichen Intelligenz trotzdem noch darauf achten, hochwertige Inhalte mit großem Informationsgehalt und Mehrwert zu produzieren.</p><div data-wf--spacer--spacer="28px" class="spacer w-variant-b100b80d-fb98-afd5-fbc9-6b7c8e55c66b"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="divider is-margin-auto"></div><div data-wf--spacer--spacer="28px" class="spacer w-variant-b100b80d-fb98-afd5-fbc9-6b7c8e55c66b"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="case_stady_profile_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/69835020cbd35574958d02ba_64f361fe79172e1761fe1370_nina%2520geb.jpeg" alt="" class="case_study_client_image"/><div class="case_study_client_details_wrapper"><div class="case_study_client_name">Waschbär GmbH</div><div class="case_study_client_position">Lektorin</div></div></div></div></div><div role="listitem" class="swiper-slide case_study_swiper_slide w-dyn-item"><div class="case_study_cards"><div class="case_study_top_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/69835020e65d1070fcd30340_6606a7addb8e51407c31b324_Logo_Veritastii_-_PNG_-_transparent.jpeg" alt="" class="case_study_logo"/></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><p class="text-size-medium is-weight-light">Ein sehr gutes Tool, das uns dabei hilft, SEO-relevante Inhalte für unsere Website schneller, effizienter und kostengünstiger zu produzieren.</p><div data-wf--spacer--spacer="28px" class="spacer w-variant-b100b80d-fb98-afd5-fbc9-6b7c8e55c66b"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="divider is-margin-auto"></div><div data-wf--spacer--spacer="28px" class="spacer w-variant-b100b80d-fb98-afd5-fbc9-6b7c8e55c66b"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="case_stady_profile_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/69835021e65d1070fcd30344_6606a802df8c11ddb765a660_ralf%2520contentbird%2520testi.jpeg" alt="" class="case_study_client_image"/><div class="case_study_client_details_wrapper"><div class="case_study_client_name">Genuport Trade GmbH</div><div class="case_study_client_position">Head of Online Marketing und eCommerce</div></div></div></div></div><div role="listitem" class="swiper-slide case_study_swiper_slide w-dyn-item"><div class="case_study_cards"><div class="case_study_top_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/69835020a7421820ef29d4de_6230b453d7b253760bd7fb90_contentbird_kunden-prodot-black.png" alt="" class="case_study_logo"/></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><p class="text-size-medium is-weight-light">contentbird vereinfacht unsere Redaktionsplanung durch Einhaltung eines Workflows - bei gleichzeitiger Individualisierbarkeit für unsere eigenen Prozesse.</p><div data-wf--spacer--spacer="28px" class="spacer w-variant-b100b80d-fb98-afd5-fbc9-6b7c8e55c66b"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="divider is-margin-auto"></div><div data-wf--spacer--spacer="28px" class="spacer w-variant-b100b80d-fb98-afd5-fbc9-6b7c8e55c66b"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="case_stady_profile_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/69835020a7421820ef29d4e1_61fbac7b1594d3364734ae03_contentbird-kunde-bild-1.jpeg" alt="" class="case_study_client_image"/><div class="case_study_client_details_wrapper"><div class="case_study_client_name">Nadine Höltig</div><div class="case_study_client_position">Director of Marketing and Communications</div></div></div></div></div><div role="listitem" class="swiper-slide case_study_swiper_slide w-dyn-item"><div class="case_study_cards"><div class="case_study_top_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6983502069a9df85a9c87c19_66ec02d3ed136c6a121f0de8_sioux%2520logo%25201.png" alt="" class="case_study_logo"/></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><p class="text-size-medium is-weight-light">Sobald alle Einstellungen stehen und man sich eingearbeitet hat, erhält man eine echt sehr gute Textqualität, bei der die KI gar nicht zu merken ist.</p><div data-wf--spacer--spacer="28px" class="spacer w-variant-b100b80d-fb98-afd5-fbc9-6b7c8e55c66b"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="divider is-margin-auto"></div><div data-wf--spacer--spacer="28px" class="spacer w-variant-b100b80d-fb98-afd5-fbc9-6b7c8e55c66b"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="case_stady_profile_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6983502069a9df85a9c87c1c_66ec0429fe6e9ba549825396_maximilian-pfeiffer.256x256.jpeg" alt="" class="case_study_client_image"/><div class="case_study_client_details_wrapper"><div class="case_study_client_name">Sioux Online GmbH</div><div class="case_study_client_position">Marketing</div></div></div></div></div><div role="listitem" class="swiper-slide case_study_swiper_slide w-dyn-item"><div class="case_study_cards"><div class="case_study_top_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6983501fabd8f0d3494a257c_62d185168585d2e9e6517bf6_contentbird_kunden-vorwerk-black.svg" alt="" class="case_study_logo"/></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><p class="text-size-medium is-weight-light">Ich konnte Trusted Content innerhalb von 2 Minuten in meine Themenwelt einbinden, habe innerhalb weniger Wochen tausende Bewertungen eingesammelt und mein Team konnte unseren Content auf Grund der Leserkommentare optimieren.</p><div data-wf--spacer--spacer="28px" class="spacer w-variant-b100b80d-fb98-afd5-fbc9-6b7c8e55c66b"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="divider is-margin-auto"></div><div data-wf--spacer--spacer="28px" class="spacer w-variant-b100b80d-fb98-afd5-fbc9-6b7c8e55c66b"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="case_stady_profile_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6983501fabd8f0d3494a256c_62d18536714254290c98d655_contenbird_testimonial-vorbech-Lisa.jpeg" alt="" class="case_study_client_image"/><div class="case_study_client_details_wrapper"><div class="case_study_client_name">Lisa-Alexa Kopka</div><div class="case_study_client_position">Online Marketing Managerin</div></div></div></div></div><div role="listitem" class="swiper-slide case_study_swiper_slide w-dyn-item"><div class="case_study_cards"><div class="case_study_top_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/69835020784b080c2c9cf232_6230b5527cb3be474fd24920_contentbird_kunden-pfefferminzia-black.png" alt="" class="case_study_logo"/></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><p class="text-size-medium is-weight-light">Gepaart mit einem exzellenten Kundenservice ist contentbird ein für uns ideales Content- und Kollaborations-Tool für unsere Redaktionsplanung und Umsetzung.</p><div data-wf--spacer--spacer="28px" class="spacer w-variant-b100b80d-fb98-afd5-fbc9-6b7c8e55c66b"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="divider is-margin-auto"></div><div data-wf--spacer--spacer="28px" class="spacer w-variant-b100b80d-fb98-afd5-fbc9-6b7c8e55c66b"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="case_stady_profile_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/69835020784b080c2c9cf236_62444f22ff22b76c1602574e_contenbird_testimonial-pfefferminzia-mathiashess.png" alt="" class="case_study_client_image"/><div class="case_study_client_details_wrapper"><div class="case_study_client_name">Matthias Heß</div><div class="case_study_client_position">Geschäftsführer</div></div></div></div></div><div role="listitem" class="swiper-slide case_study_swiper_slide w-dyn-item"><div class="case_study_cards"><div class="case_study_top_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6983501fabd8f0d3494a2572_637a7f9f34a46fe2056715ce_contentbird_kunden-xpose360-black.png" alt="" class="case_study_logo"/></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><p class="text-size-medium is-weight-light">Mit der übersichtlichen Operations Software von contentbird weiß jeder in unserem Team, was er gerade zu tun hat und wo er dazugehörige Informationen findet. Was soll ich sagen? Das Tool ist einfach super praktisch.</p><div data-wf--spacer--spacer="28px" class="spacer w-variant-b100b80d-fb98-afd5-fbc9-6b7c8e55c66b"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="divider is-margin-auto"></div><div data-wf--spacer--spacer="28px" class="spacer w-variant-b100b80d-fb98-afd5-fbc9-6b7c8e55c66b"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="case_stady_profile_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6983501fabd8f0d3494a2575_637a7fb57267fb38fdcc55c5_contenbird_testimonial--xpose360-Lydia%2520Hagen.png" alt="" class="case_study_client_image"/><div class="case_study_client_details_wrapper"><div class="case_study_client_name">Lydia Hagen</div><div class="case_study_client_position">Teamleitung Content Experience</div></div></div></div></div><div role="listitem" class="swiper-slide case_study_swiper_slide w-dyn-item"><div class="case_study_cards"><div class="case_study_top_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6983501fbd7da2472e4ee61a_62d184884e57802f5c4fe0d5_contentbird_kunden-studio1-black.svg" alt="" class="case_study_logo"/></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><p class="text-size-medium is-weight-light">Die Content Marketing Academy von Contentbird hat uns dabei geholfen, dass wir unsere internen Prozesse von der Planung über die Produktion und Distribution bis hin zur Effizienz-Analyse von Content noch deutlich verbessern konnten. Neben dem haben wir auch neue Ansätze kennen gelernt, die wir bereits jetzt erfolgreich bei der Content-Produktion für unsere Kunden umsetzen. Ein rundum gelungenes Konzept aus Content Marketing Software und Academy!</p><div data-wf--spacer--spacer="28px" class="spacer w-variant-b100b80d-fb98-afd5-fbc9-6b7c8e55c66b"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="divider is-margin-auto"></div><div data-wf--spacer--spacer="28px" class="spacer w-variant-b100b80d-fb98-afd5-fbc9-6b7c8e55c66b"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="case_stady_profile_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6983501fbd7da2472e4ee61e_62d18491ec464763c2b83af8_contenbird_testimonial-studio1-markus.jpeg" alt="" class="case_study_client_image"/><div class="case_study_client_details_wrapper"><div class="case_study_client_name">Markus Siebert</div><div class="case_study_client_position">Abteilungsleiter Marketing &amp; Content</div></div></div></div></div><div role="listitem" class="swiper-slide case_study_swiper_slide w-dyn-item"><div class="case_study_cards"><div class="case_study_top_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6983501f1d57f9f567673bf6_62d184289ec6caf4e9644648_contentbird_kunden-virtual_q-black.svg" alt="" class="case_study_logo"/></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><p class="text-size-medium is-weight-light">Content Marketing Academy - Top! Ich habe an der Content Marketing Academy teilgenommen und fand diese wirklich klasse. Die Inhalte sind gut vorbereitet, sehr umfangreich und Praxisnah und auch als Fortgeschrittener lernt man eine Menge dazu. Einziger Sternabzug dafür, dass ich mehr Interaktivät erhofft hatte. Die Teilnehmer vor allem in den Live Sessions mehr einbeziehen gegenseitigen Erfahrungsaustausch abfordern... Das wird eher den Teilnehmern und ihrem eigenen Aktivismus überlassen, hier könnten die Kursleiter etwas mehr fordern / pushen / führen. Aber das ist Meckern auf hohem Niveau, rundherum ein wirklich toller Kurs!</p><div data-wf--spacer--spacer="28px" class="spacer w-variant-b100b80d-fb98-afd5-fbc9-6b7c8e55c66b"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="divider is-margin-auto"></div><div data-wf--spacer--spacer="28px" class="spacer w-variant-b100b80d-fb98-afd5-fbc9-6b7c8e55c66b"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="case_stady_profile_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6983501f1d57f9f567673bf9_62d184344c9e202ffac53a68_contenbird_testimonial-virtualq-kristin.jpeg" alt="" class="case_study_client_image"/><div class="case_study_client_details_wrapper"><div class="case_study_client_name">Kristin Rosenov</div><div class="case_study_client_position">Senior Marketing Manager</div></div></div></div></div><div role="listitem" class="swiper-slide case_study_swiper_slide w-dyn-item"><div class="case_study_cards"><div class="case_study_top_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6983501f1df9507a41600818_6380ad91562c77e335f89a8e_contentbird_kunden-ksb-grey.svg" alt="" class="case_study_logo"/></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><p class="text-size-medium is-weight-light">Die Nutzung der Operations Software von contentbird ist für uns eine Trendwende. Sie erleichtert uns im Headquarter die Kommunikation mit den Ländergesellschaften unheimlich und stellt einen Meilenstein in unserer Zusammenarbeit dar.</p><div data-wf--spacer--spacer="28px" class="spacer w-variant-b100b80d-fb98-afd5-fbc9-6b7c8e55c66b"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="divider is-margin-auto"></div><div data-wf--spacer--spacer="28px" class="spacer w-variant-b100b80d-fb98-afd5-fbc9-6b7c8e55c66b"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="case_stady_profile_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6983501f1df9507a4160081b_6380ad3a5b902530f1c9fba4_contenbird_testimonial-KerstinPaulus.png" alt="" class="case_study_client_image"/><div class="case_study_client_details_wrapper"><div class="case_study_client_name">Kerstin Paulus</div><div class="case_study_client_position">Global Marketing Manager</div></div></div></div></div><div role="listitem" class="swiper-slide case_study_swiper_slide w-dyn-item"><div class="case_study_cards"><div class="case_study_top_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6983501e458e14ad1c67fa89_6311cbf86773ce68357c327b_logo-landscape.png" alt="" class="case_study_logo"/></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><p class="text-size-medium is-weight-light">Dank contentbird konnten wir Ordnung in unser Chaos bringen und haben eine All-in-one Lösung für die Content-Produktion im Team gefunden. Gut verständlich und praxisorientiert haben wir gelernt, effizienter zusammenzuarbeiten.</p><div data-wf--spacer--spacer="28px" class="spacer w-variant-b100b80d-fb98-afd5-fbc9-6b7c8e55c66b"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="divider is-margin-auto"></div><div data-wf--spacer--spacer="28px" class="spacer w-variant-b100b80d-fb98-afd5-fbc9-6b7c8e55c66b"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="case_stady_profile_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6983501e458e14ad1c67fa85_6311cac0da9029f23903e8eb_1614797614827.jpeg" alt="" class="case_study_client_image"/><div class="case_study_client_details_wrapper"><div class="case_study_client_name">Kerstin Esselsbach</div><div class="case_study_client_position">Team Lead Content bei BIKE24</div></div></div></div></div><div role="listitem" class="swiper-slide case_study_swiper_slide w-dyn-item"><div class="case_study_cards"><div class="case_study_top_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6983501ed21c8b17b43b82d0_6230b7d5c573b54acbfcc966_contentbird_kunden-coldtec-black.png" alt="" class="case_study_logo"/></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><p class="text-size-medium is-weight-light">Für uns ist u.a. ein großer Vorteil, dass wir mit relativ wenig Aufwand verhältnismäßig schnell und viele qualifizierte Email Adressen sammeln können. Was uns wiederum für unsere eigene Kommunikation nützt. Den sehr schnellen und überaus kompetenten Support möchten wir natürlich auch nicht unerwähnt lassen.</p><div data-wf--spacer--spacer="28px" class="spacer w-variant-b100b80d-fb98-afd5-fbc9-6b7c8e55c66b"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="divider is-margin-auto"></div><div data-wf--spacer--spacer="28px" class="spacer w-variant-b100b80d-fb98-afd5-fbc9-6b7c8e55c66b"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="case_stady_profile_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6983501ed21c8b17b43b82cc_6230b7db450d0e1f8def8a9a_contenbird_testimonial-coldtec-Nadine.jpeg" alt="" class="case_study_client_image"/><div class="case_study_client_details_wrapper"><div class="case_study_client_name">Katrin Jocham</div><div class="case_study_client_position">Leiterin Marketing</div></div></div></div></div><div role="listitem" class="swiper-slide case_study_swiper_slide w-dyn-item"><div class="case_study_cards"><div class="case_study_top_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6983501e9cddcbade5ee5174_64f844f61bec2d65e3dc30e9_Falcon%2520Logo_Falcon%2520Hell%255B16710%255D.svg" alt="" class="case_study_logo"/></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><p class="text-size-medium is-weight-light">Wir können als Team endlich gemeinsam an einem Ziel arbeiten und folgen alle demselben Plan. Das macht sich sowohl in der Produktivität als auch der Kommunikation und Effizienz bemerkbar.</p><div data-wf--spacer--spacer="28px" class="spacer w-variant-b100b80d-fb98-afd5-fbc9-6b7c8e55c66b"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="divider is-margin-auto"></div><div data-wf--spacer--spacer="28px" class="spacer w-variant-b100b80d-fb98-afd5-fbc9-6b7c8e55c66b"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="case_stady_profile_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6983501e9cddcbade5ee5177_64ecd65965f5e15c18f1ac95_johanna%2520testi%2520bild.jpeg" alt="" class="case_study_client_image"/><div class="case_study_client_details_wrapper"><div class="case_study_client_name">Nordantech</div><div class="case_study_client_position">Marketing Manager</div></div></div></div></div><div role="listitem" class="swiper-slide case_study_swiper_slide w-dyn-item"><div class="case_study_cards"><div class="case_study_top_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6983501ea7421820ef29d47c_62d184c8e03feb7787a5c597_contentbird_kunden-ratbacher-black.svg" alt="" class="case_study_logo"/></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><p class="text-size-medium is-weight-light">Zu Beginn der Academy war ich davon überzeugt, mich bereits ziemlich gut im Bereich Content Marketing auszukennen. Nach dem erfolgreichen Abschluss der Fortbildung konnte ich die gesamte Struktur des Ratbacher Content Marketings optimieren - angefangen von der Vision und Strategie bis hin zur Analyse. Jetzt verstehe ich noch besser, welche positiven Effekte Content Marketing bietet und wie es nachhaltigen Erfolg für unser Unternehmen erzielen kann.</p><div data-wf--spacer--spacer="28px" class="spacer w-variant-b100b80d-fb98-afd5-fbc9-6b7c8e55c66b"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="divider is-margin-auto"></div><div data-wf--spacer--spacer="28px" class="spacer w-variant-b100b80d-fb98-afd5-fbc9-6b7c8e55c66b"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="case_stady_profile_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6983501ea7421820ef29d477_62d184d3461f82c3a69002fb_contenbird_testimonial-ratbacher-katharina.jpeg" alt="" class="case_study_client_image"/><div class="case_study_client_details_wrapper"><div class="case_study_client_name">Katharina Aganina</div><div class="case_study_client_position">Marketing Managerin</div></div></div></div></div><div role="listitem" class="swiper-slide case_study_swiper_slide w-dyn-item"><div class="case_study_cards"><div class="case_study_top_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6983501e71d6faa9dddd2471_646fbcffec6146a895c34926_arvatis%2520logo.png" alt="" class="case_study_logo"/></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><p class="text-size-medium is-weight-light">Wir nutzen Al Assistant mittlerweile jeden Tag und die Kl ist aus unserem Arbeitsalltag im Content Marketing auch nicht mehr wegzudenken. Vom Briefing über die Texterstellung bis hin zu den Korrekturschleifen ist uns Al Assistant ein willkommener Helfer, um Prozesse zu beschleunigen und zu vereinfachen.</p><div data-wf--spacer--spacer="28px" class="spacer w-variant-b100b80d-fb98-afd5-fbc9-6b7c8e55c66b"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="divider is-margin-auto"></div><div data-wf--spacer--spacer="28px" class="spacer w-variant-b100b80d-fb98-afd5-fbc9-6b7c8e55c66b"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="case_stady_profile_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6983501e71d6faa9dddd2475_646fbd6e907950fb367c8d3f_Janine%2520Vogler.png" alt="" class="case_study_client_image"/><div class="case_study_client_details_wrapper"><div class="case_study_client_name">Janine Vogler</div><div class="case_study_client_position">SEO-Manager</div></div></div></div></div><div role="listitem" class="swiper-slide case_study_swiper_slide w-dyn-item"><div class="case_study_cards"><div class="case_study_top_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6983501ddfa13e4d33bd65f4_6230b603d0a153e5cc62203e_contentbird_kunden-ipunkto-black-1.png" alt="" class="case_study_logo"/></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><p class="text-size-medium is-weight-light">Wir sind positiv vom neuen Editor überrascht. Der Spellchecker und die Änderungsvorschläge machen es deutlich einfacher zu kommunizieren, was wir wirklich meinen. Damit gehen die Korrekturen deutlich einfacher und schneller.</p><div data-wf--spacer--spacer="28px" class="spacer w-variant-b100b80d-fb98-afd5-fbc9-6b7c8e55c66b"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="divider is-margin-auto"></div><div data-wf--spacer--spacer="28px" class="spacer w-variant-b100b80d-fb98-afd5-fbc9-6b7c8e55c66b"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="case_stady_profile_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6983501ddfa13e4d33bd65f7_622b577db73fd9dd125ce43d_contenbird_testimonial-ipunkto-JanaFichtner.jpeg" alt="" class="case_study_client_image"/><div class="case_study_client_details_wrapper"><div class="case_study_client_name">ipunkto</div><div class="case_study_client_position">Key Account Managerin</div></div></div></div></div><div role="listitem" class="swiper-slide case_study_swiper_slide w-dyn-item"><div class="case_study_cards"><div class="case_study_top_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6983501da7421820ef29d42f_6380abc2a943334079683c44_contentbird_kunden-kronenzeitung-white.png" alt="" class="case_study_logo"/></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><p class="text-size-medium is-weight-light">Ich habe mich unwissend in diese Materie gestürzt. Die Digital Content Marketing Academy hat mir einen ersten wichtigen Anhaltspunkt im Content Marketing gegeben, mit dem ich mir einen guten Überblick verschaffen konnte.</p><div data-wf--spacer--spacer="28px" class="spacer w-variant-b100b80d-fb98-afd5-fbc9-6b7c8e55c66b"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="divider is-margin-auto"></div><div data-wf--spacer--spacer="28px" class="spacer w-variant-b100b80d-fb98-afd5-fbc9-6b7c8e55c66b"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="case_stady_profile_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6983501da7421820ef29d433_637a624788eca6acc8f84ddd_contenbird_testimonial--kronenzeitung-HaraldDragan.png" alt="" class="case_study_client_image"/><div class="case_study_client_details_wrapper"><div class="case_study_client_name">Harald Dragan</div><div class="case_study_client_position">Content Marketing</div></div></div></div></div><div role="listitem" class="swiper-slide case_study_swiper_slide w-dyn-item"><div class="case_study_cards"><div class="case_study_top_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6983501dad2f1546927f1143_6484bf154626afe1b24bb022_asecos-logo%2520cb.jpeg" alt="" class="case_study_logo"/></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><p class="text-size-medium is-weight-light">Al Assistant ist ein zuverlässiges Tool, mit dem ich schnell hochwertigen Content für Social Media und Websites erstellen kann. Das gibt mir die Möglichkeit, mir meine Zeit besser einzuteilen und effizienter zu arbeiten.</p><div data-wf--spacer--spacer="28px" class="spacer w-variant-b100b80d-fb98-afd5-fbc9-6b7c8e55c66b"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="divider is-margin-auto"></div><div data-wf--spacer--spacer="28px" class="spacer w-variant-b100b80d-fb98-afd5-fbc9-6b7c8e55c66b"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="case_stady_profile_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6983501dad2f1546927f1146_6484c235c763679daed6777e_in%2520g%25C3%25B6b.jpeg" alt="" class="case_study_client_image"/><div class="case_study_client_details_wrapper"><div class="case_study_client_name">Ina Göbel</div><div class="case_study_client_position">Content Marketing Managerin</div></div></div></div></div><div role="listitem" class="swiper-slide case_study_swiper_slide w-dyn-item"><div class="case_study_cards"><div class="case_study_top_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6983501decb9bdec23086297_651bd350e1b81116432c8965_Dominos-logo.png" alt="" class="case_study_logo"/></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><p class="text-size-medium is-weight-light">Da wir neue, interaktive Elemente zu den Angeboten einbauen können, werden auch immer mehr Menschen auf unsere Pizzen und Specials aufmerksam.</p><div data-wf--spacer--spacer="28px" class="spacer w-variant-b100b80d-fb98-afd5-fbc9-6b7c8e55c66b"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="divider is-margin-auto"></div><div data-wf--spacer--spacer="28px" class="spacer w-variant-b100b80d-fb98-afd5-fbc9-6b7c8e55c66b"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="case_stady_profile_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6983501decb9bdec2308629a_651bd42424701dc3436a2c81_hans%2520chaw%2520dom.jpeg" alt="" class="case_study_client_image"/><div class="case_study_client_details_wrapper"><div class="case_study_client_name">Domino&#x27;s Pizza Deutschland GmbH</div><div class="case_study_client_position">Digital Marketing Manager</div></div></div></div></div><div role="listitem" class="swiper-slide case_study_swiper_slide w-dyn-item"><div class="case_study_cards"><div class="case_study_top_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6983501d1face41c5425d089_64eccc52557ee38ba5bc7148_mobily%2520testi%2520logo.jpeg" alt="" class="case_study_logo"/></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><p class="text-size-medium is-weight-light">contentbird hilft dabei, Nebensächliches auszublenden und sich im Team voll und ganz auf strategisch relevante Themen zu fokussieren. Damit können wir weit effizienter arbeiten und erzielen bereits merkbar bessere Ergebnisse mit unseren Inhalten.</p><div data-wf--spacer--spacer="28px" class="spacer w-variant-b100b80d-fb98-afd5-fbc9-6b7c8e55c66b"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="divider is-margin-auto"></div><div data-wf--spacer--spacer="28px" class="spacer w-variant-b100b80d-fb98-afd5-fbc9-6b7c8e55c66b"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="case_stady_profile_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6983501d1face41c5425d085_64eccdbf532e72c7cc5999bf_guido%2520testi.jpeg" alt="" class="case_study_client_image"/><div class="case_study_client_details_wrapper"><div class="case_study_client_name">Mobility</div><div class="case_study_client_position">Head of Marketing Communications</div></div></div></div></div><div role="listitem" class="swiper-slide case_study_swiper_slide w-dyn-item"><div class="case_study_cards"><div class="case_study_top_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6983501c8ed77f5039865e7b_63c8207ef976cf1f0c552781_contentbird_VNR-Verlag-Logo-black.png" alt="" class="case_study_logo"/></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><p class="text-size-medium is-weight-light">Wir können jetzt ein großes und vor allem externes Redaktionsteam komplett inhouse managen. Mit der Workflow-Steuerung arbeiten wir effizient mit einem umfangreichen Team aus internen und externen Experten zusammen.</p><div data-wf--spacer--spacer="28px" class="spacer w-variant-b100b80d-fb98-afd5-fbc9-6b7c8e55c66b"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="divider is-margin-auto"></div><div data-wf--spacer--spacer="28px" class="spacer w-variant-b100b80d-fb98-afd5-fbc9-6b7c8e55c66b"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="case_stady_profile_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6983501c8ed77f5039865e77_63c820c7ac312f014b2d65bf_contenbird_testimonial-DavidGerginov.png" alt="" class="case_study_client_image"/><div class="case_study_client_details_wrapper"><div class="case_study_client_name">David Gerginov</div><div class="case_study_client_position">Head of Website Marketing</div></div></div></div></div><div role="listitem" class="swiper-slide case_study_swiper_slide w-dyn-item"><div class="case_study_cards"><div class="case_study_top_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6983501ca25ff2d36dd9c4c9_64ec70ac9fbf0717a1196568_mds%2520logo.png" alt="" class="case_study_logo"/></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><p class="text-size-medium is-weight-light">Al Assistant hilft uns, mit kreativeren Inhalten und größerer Content-Mengen auf verschiedenen Kanälen die Zielgruppe noch besser zu erreichen. Wir können mehr Aufmerksamkeit auf unsere Marke ziehen, was sich auch in der Leadgenerierung positiv bemerkbar macht.</p><div data-wf--spacer--spacer="28px" class="spacer w-variant-b100b80d-fb98-afd5-fbc9-6b7c8e55c66b"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="divider is-margin-auto"></div><div data-wf--spacer--spacer="28px" class="spacer w-variant-b100b80d-fb98-afd5-fbc9-6b7c8e55c66b"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="case_stady_profile_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6983501ca25ff2d36dd9c4cd_64ec7c821a439baa7087e944_feigl%2520testi.png" alt="" class="case_study_client_image"/><div class="case_study_client_details_wrapper"><div class="case_study_client_name">mds. Agenturgruppe GmbH</div><div class="case_study_client_position">Leitung New Business und Content Management</div></div></div></div></div><div role="listitem" class="swiper-slide case_study_swiper_slide w-dyn-item"><div class="case_study_cards"><div class="case_study_top_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6983501ce457a0786ab2f8ef_635268cf58f41412a9aadd5a_CD_Logo_RGB.jpeg" alt="" class="case_study_logo"/></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><p class="text-size-medium is-weight-light">Das Tool hat uns die Zusammenarbeit extrem erleichtert. Wir arbeiten damit weitaus effizienter und strukturierter im Team. Auch der Kundenservice bei contentbird ist top. Ich möchte es nicht mehr missen.</p><div data-wf--spacer--spacer="28px" class="spacer w-variant-b100b80d-fb98-afd5-fbc9-6b7c8e55c66b"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="divider is-margin-auto"></div><div data-wf--spacer--spacer="28px" class="spacer w-variant-b100b80d-fb98-afd5-fbc9-6b7c8e55c66b"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="case_stady_profile_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6983501ce457a0786ab2f8eb_6352b0d4006d7aa4e36d0e42_Alex1.jpeg" alt="" class="case_study_client_image"/><div class="case_study_client_details_wrapper"><div class="case_study_client_name">Alexandra Schmidt</div><div class="case_study_client_position">Team Lead Content &amp; Community</div></div></div></div></div><div role="listitem" class="swiper-slide case_study_swiper_slide w-dyn-item"><div class="case_study_cards"><div class="case_study_top_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6983501cd5d2c34ef52a7389_647db7ca109fe27042d0a84a_vivann%2520logo.png" alt="" class="case_study_logo"/></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><p class="text-size-medium is-weight-light">Al Assistant hilft uns einerseits wertvolle Zeit zu sparen, die wir dann wiederum in anderen Bereichen nutzen können. Andererseits unterstützt uns die KI dahingehend, dass Textblockaden aufgelöst werden und wir kreativer arbeiten können.</p><div data-wf--spacer--spacer="28px" class="spacer w-variant-b100b80d-fb98-afd5-fbc9-6b7c8e55c66b"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="divider is-margin-auto"></div><div data-wf--spacer--spacer="28px" class="spacer w-variant-b100b80d-fb98-afd5-fbc9-6b7c8e55c66b"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="case_stady_profile_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6983501cd5d2c34ef52a7385_647db8c30307e4eb77f99b5b_ak%2520vivan.jpeg" alt="" class="case_study_client_image"/><div class="case_study_client_details_wrapper"><div class="case_study_client_name">Alexander Kaeding</div><div class="case_study_client_position">Online Marketing Manager</div></div></div></div></div><div role="listitem" class="swiper-slide case_study_swiper_slide w-dyn-item"><div class="case_study_cards"><div class="case_study_top_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6983501c9ecd948146ff3145_6230bb28a8c898b9cafd0679_contentbird_kunden-kneipp-black.png" alt="" class="case_study_logo"/></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><p class="text-size-medium is-weight-light">Mit den interaktiven Formaten von contentbird Convert können wir unkompliziert und ressourcensparend unseren Content wirklich spannend gestalten und unsere Ziele zu Conversion und Leads realisieren.</p><div data-wf--spacer--spacer="28px" class="spacer w-variant-b100b80d-fb98-afd5-fbc9-6b7c8e55c66b"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="divider is-margin-auto"></div><div data-wf--spacer--spacer="28px" class="spacer w-variant-b100b80d-fb98-afd5-fbc9-6b7c8e55c66b"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="case_stady_profile_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6983501c9ecd948146ff3148_6230bb31036ea8bbdd5d47ef_contenbird_testimonial--Kneipp-ChristinaMeier.jpeg" alt="" class="case_study_client_image"/><div class="case_study_client_details_wrapper"><div class="case_study_client_name">Christina Meier</div><div class="case_study_client_position">Product Manager</div></div></div></div></div><div role="listitem" class="swiper-slide case_study_swiper_slide w-dyn-item"><div class="case_study_cards"><div class="case_study_top_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6983501cd09da746a2754c9b_6230b31fc7b726786a40c648_contentbird_kunden-yello-black.png" alt="" class="case_study_logo"/></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><p class="text-size-medium is-weight-light">Die hohe Anpassbarkeit an die eigenen Bedürfnisse und die Nutzung als zentrales Steuerungsinstrument begeistern mich an contentbird.</p><div data-wf--spacer--spacer="28px" class="spacer w-variant-b100b80d-fb98-afd5-fbc9-6b7c8e55c66b"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="divider is-margin-auto"></div><div data-wf--spacer--spacer="28px" class="spacer w-variant-b100b80d-fb98-afd5-fbc9-6b7c8e55c66b"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="case_stady_profile_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/6983501cd09da746a2754c97_622b5aea4b4a2b6b1aafafbe_contenbird_testimonial-yello-CanStruk.jpeg" alt="" class="case_study_client_image"/><div class="case_study_client_details_wrapper"><div class="case_study_client_name">Can Struck</div><div class="case_study_client_position">Digital Marketing Manager</div></div></div></div></div></div></div></div></div><div data-wf--section-space--section-space="lg---100px" class="section_space w-variant-c6cc91bf-b9e6-fd5c-2db5-3bf7969dffc6"></div></section><section class="section_home-integrationen"><div data-wf--section-space--section-space="lg---100px" class="section_space w-variant-c6cc91bf-b9e6-fd5c-2db5-3bf7969dffc6"></div><div class="w-layout-blockcontainer container-large w-container"><div class="integration_heading_wrapper"><h2>Integrationen &amp; Partnerschaften</h2><a data-wf--button--button-style="blue-button---small" href="/de/integration" class="button w-variant-67798646-d87e-799e-449e-4e28d80d7947 w-inline-block"><div>Mehr Infos</div><div class="button-icon"><div data-wf--icon-component--icon-color-icon-style="icon-only" class="icon-component"><div data-wf--icon-color--icon-color="inherit" class="icon-color"><i id="w-node-da39e052-bad3-e4d8-d680-8f9099ab1367-99ab1367" data-wf--icon--size="sm---20px" class="icon ph ph-arrow-right" aria-lable="true"></i></div></div></div></a></div><div data-wf--section-space--section-space="xsm---60px" class="section_space w-variant-5ab59ab2-e7b5-8673-b1df-4199868feb6c"></div><div class="swiper integration-swiper w-dyn-list"><div role="list" class="swiper-wrapper w-dyn-items"><div role="listitem" class="swiper-slide w-dyn-item"><div class="integration_card"><div class="integration_top_content_block"><div class="integration_block_icon_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/698aec249ecbf99833828229_61fd281a8ec5a438ba80f46f_contentbird-logo-youtube.svg" alt="" class="integration_card_icon"/></div><div class="integration_card_details"><h3 class="integration-heading">YouTube</h3><div class="integration_category_tag">Social Media</div></div></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="divider"></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="integration_card_description"><p class="text-size-medium is-intergration-description">Verwalte, plane und veröffentliche deine YouTube-Veröffentlichungen direkt aus contentbird.</p></div></div></div><div role="listitem" class="swiper-slide w-dyn-item"><div class="integration_card"><div class="integration_top_content_block"><div class="integration_block_icon_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/698aec246c1277282f07240f_6230c3b7eb5958055019823c_contentbird_integrationen-wordpress.svg" alt="" class="integration_card_icon"/></div><div class="integration_card_details"><h3 class="integration-heading">Wordpress</h3><div class="integration_category_tag">CMS</div></div></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="divider"></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="integration_card_description"><p class="text-size-medium is-intergration-description">Website- und Blog-Inhalte mit der Integration zu WordPress bequem in contentbird erstellen und managen.</p></div></div></div><div role="listitem" class="swiper-slide w-dyn-item"><div class="integration_card"><div class="integration_top_content_block"><div class="integration_block_icon_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/698aec237da351c2a9e5e004_61fd27f13a299f5e597a89e6_contentbird-logo-twitter.svg" alt="" class="integration_card_icon"/></div><div class="integration_card_details"><h3 class="integration-heading">Twitter</h3><div class="integration_category_tag">Social Media</div></div></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="divider"></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="integration_card_description"><p class="text-size-medium is-intergration-description">Erstelle, bearbeite, plane und veröffentliche deine Twitter-Beiträge direkt in contentbird.</p></div></div></div><div role="listitem" class="swiper-slide w-dyn-item"><div class="integration_card"><div class="integration_top_content_block"><div class="integration_block_icon_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/698aec2346cb482a0d0d06ad_63ecbfcd8a40f4810bb5841e_open-ai-logo.svg" alt="" class="integration_card_icon"/></div><div class="integration_card_details"><h3 class="integration-heading">OpenAI</h3><div class="integration_category_tag">Automation</div></div></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="divider"></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="integration_card_description"><p class="text-size-medium is-intergration-description">Die OpenAI- und Chat GPT-Integration in contentbird revolutioniert die Art und Weise, wie moderne Content Marketing Teams arbeiten.</p></div></div></div><div role="listitem" class="swiper-slide w-dyn-item"><div class="integration_card"><div class="integration_top_content_block"><div class="integration_block_icon_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/698aec23f8c29ba143d0e4c2_6230c18ac573b51715fd091f_contentbird_integrationen-Seolyze.svg" alt="" class="integration_card_icon"/></div><div class="integration_card_details"><h3 class="integration-heading">seolyze (WDF*IDF)</h3><div class="integration_category_tag">SEO-Tools</div></div></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="divider"></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="integration_card_description"><p class="text-size-medium is-intergration-description">Analysiere, optimiere und überwache deinen Content nach neuesten WDF*IDF-Konzepten direkt in contentbird.</p></div></div></div><div role="listitem" class="swiper-slide w-dyn-item"><div class="integration_card"><div class="integration_top_content_block"><div class="integration_block_icon_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/698aec231612bb3b1af2aadb_61fd27881f4b998474ed5cc5_contentbird-logo-linkedin.svg" alt="" class="integration_card_icon"/></div><div class="integration_card_details"><h3 class="integration-heading">LinkedIn</h3><div class="integration_category_tag">Social Media</div></div></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="divider"></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="integration_card_description"><p class="text-size-medium is-intergration-description">Erstelle und veröffentliche Deine LinkedIn-Posts direkt aus contentbird und behalte stets den Überblick.</p></div></div></div><div role="listitem" class="swiper-slide w-dyn-item"><div class="integration_card"><div class="integration_top_content_block"><div class="integration_block_icon_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/698aec2323f0f83b0fe435ff_6230c1d0dbf6c81043287b05_contentbird_integrationen-Keywordtool.png" alt="" class="integration_card_icon"/></div><div class="integration_card_details"><h3 class="integration-heading">keywordtool.io</h3><div class="integration_category_tag">SEO-Tools</div></div></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="divider"></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="integration_card_description"><p class="text-size-medium is-intergration-description">Analysiere, optimiere und überwache deinen Content anhand der gängigen Metriken direkt in contentbird.</p></div></div></div><div role="listitem" class="swiper-slide w-dyn-item"><div class="integration_card"><div class="integration_top_content_block"><div class="integration_block_icon_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/698aec233f7875734d519914_61fd27d990785d59a2fa7d57_contentbird-logo-instagram.svg" alt="" class="integration_card_icon"/></div><div class="integration_card_details"><h3 class="integration-heading">Instagram</h3><div class="integration_category_tag">Social Media</div></div></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="divider"></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="integration_card_description"><p class="text-size-medium is-intergration-description">Erstelle, bearbeite, plane und veröffentliche deine Instagram Posts direkt aus contentbird.</p></div></div></div><div role="listitem" class="swiper-slide w-dyn-item"><div class="integration_card"><div class="integration_top_content_block"><div class="integration_block_icon_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/698aec22fc78763596e74ede_6230c216010091114384c285_contentbird_integrationen-google.svg" alt="" class="integration_card_icon"/></div><div class="integration_card_details"><h3 class="integration-heading">Google Suggest</h3><div class="integration_category_tag">SEO-Tools</div></div></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="divider"></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="integration_card_description"><p class="text-size-medium is-intergration-description">Nutze diese Integration für deine Vorschlagssuche und lass dir während des Tippens eines Suchworts beliebte Stichwörter in contentbird auflisten.</p></div></div></div><div role="listitem" class="swiper-slide w-dyn-item"><div class="integration_card"><div class="integration_top_content_block"><div class="integration_block_icon_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/698aec2292db1253311d5762_61fd290a7befa834ee2fea9c_contentbird-logo-google-analytics.svg" alt="" class="integration_card_icon"/></div><div class="integration_card_details"><h3 class="integration-heading">Google Analytics</h3><div class="integration_category_tag">Analytics</div></div></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="divider"></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="integration_card_description"><p class="text-size-medium is-intergration-description">contentbird ist integriert mit Google Analytics, so dass du mehr über eure Website-Besucher und deine Kunden erfahren kannst.</p></div></div></div><div role="listitem" class="swiper-slide w-dyn-item"><div class="integration_card"><div class="integration_top_content_block"><div class="integration_block_icon_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/698aec2292db1253311d5762_61fd290a7befa834ee2fea9c_contentbird-logo-google-analytics.svg" alt="" class="integration_card_icon"/></div><div class="integration_card_details"><h3 class="integration-heading">Google Search Console</h3><div class="integration_category_tag">Analytics</div></div></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="divider"></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="integration_card_description"><p class="text-size-medium is-intergration-description">Noch mehr Suchmaschinenoptimierung mit der Integration contentbird und dem Analyse-Tool Google Search Console von Google.</p></div></div></div><div role="listitem" class="swiper-slide w-dyn-item"><div class="integration_card"><div class="integration_top_content_block"><div class="integration_block_icon_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/698aec2279e944f4d9391049_61fd27a4b26d4d7f57e71482_contentbird-logo-facebook.svg" alt="" class="integration_card_icon"/></div><div class="integration_card_details"><h3 class="integration-heading">Facebook</h3><div class="integration_category_tag">Social Media</div></div></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="divider"></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="integration_card_description"><p class="text-size-medium is-intergration-description">Mit dieser Integration kannst du deine Facebook-Beiträge erstellen, bearbeiten, planen und veröffentlichen.</p></div></div></div><div role="listitem" class="swiper-slide w-dyn-item"><div class="integration_card"><div class="integration_top_content_block"><div class="integration_block_icon_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/698aec227ac93fb8d550381d_62d1636ed3bae55e6a9cf93d_contentbird_integrationen-evalanche.png" alt="" class="integration_card_icon"/></div><div class="integration_card_details"><h3 class="integration-heading">Evalanche</h3><div class="integration_category_tag">Automation</div></div></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="divider"></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="integration_card_description"><p class="text-size-medium is-intergration-description">Evalanche bietet die Basis, um Marketing- und Vertriebsprozesse professionell zu digitalisieren und zu automatisieren.</p></div></div></div><div role="listitem" class="swiper-slide w-dyn-item"><div class="integration_card"><div class="integration_top_content_block"><div class="integration_block_icon_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/698aec2243e66e96f08d0034_67ab6bd10bfdc50b71213554_images.png" alt="" class="integration_card_icon"/></div><div class="integration_card_details"><h3 class="integration-heading">DeepL</h3><div class="integration_category_tag w-dyn-bind-empty"></div></div></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="divider"></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="integration_card_description"><p class="text-size-medium is-intergration-description">Mit DeepL perfekte Übersetzungen und Lokalisierungen direkt in contentbird umsetzen, um Inhalte international zu skalieren.</p></div></div></div><div role="listitem" class="swiper-slide w-dyn-item"><div class="integration_card"><div class="integration_top_content_block"><div class="integration_block_icon_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/698aec212ae1955263db3891_6230c250a1120f08299f0f4a_contentbird_integrationen-Copyscape.svg" alt="" class="integration_card_icon"/></div><div class="integration_card_details"><h3 class="integration-heading">Copyscape</h3><div class="integration_category_tag">SEO-Tools</div></div></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="divider"></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="integration_card_description"><p class="text-size-medium is-intergration-description">Mit der Integration in contentbird kannst du Duplicate Content erkennen und prüfen, ob dein Text original ist. So beugst du Plagiaten vor.</p></div></div></div><div role="listitem" class="swiper-slide w-dyn-item"><div class="integration_card"><div class="integration_top_content_block"><div class="integration_block_icon_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/698aec21fdc3ced9870e7fcf_61fd29c92c9101f4f8802e66_contentbird-logo-canva-pro.png" alt="" class="integration_card_icon"/></div><div class="integration_card_details"><h3 class="integration-heading">Canva Pro</h3><div class="integration_category_tag">Design</div></div></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="divider"></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="integration_card_description"><p class="text-size-medium is-intergration-description">Die Integration für Teams, mit Design- und Kommunikations-Tools, die die Produktivität erhöhen.</p></div></div></div><div role="listitem" class="swiper-slide w-dyn-item"><div class="integration_card"><div class="integration_top_content_block"><div class="integration_block_icon_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/698aec2155810d8009c7b5d6_6230c3388ef3f98d9872e1cd_contentbird_integrationen-Contentful.png" alt="" class="integration_card_icon"/></div><div class="integration_card_details"><h3 class="integration-heading">Contentful</h3><div class="integration_category_tag">CMS</div></div></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="divider"></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="integration_card_description"><p class="text-size-medium is-intergration-description">Erstellen, Verwalten und Veröffentlichen von Inhalten auf allen digitalen Kanälen jetzt noch reibungsloser mit der Integration zum Headless CMS Contentful.</p></div></div></div><div role="listitem" class="swiper-slide w-dyn-item"><div class="integration_card"><div class="integration_top_content_block"><div class="integration_block_icon_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/698aec21f8c29ba143d0e455_622ba2904185915a7d2fcde6_contentbird_integrationen-CKSource.svg" alt="" class="integration_card_icon"/></div><div class="integration_card_details"><h3 class="integration-heading">CKFinder</h3><div class="integration_category_tag">Digital Asset Management</div></div></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="divider"></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="integration_card_description"><p class="text-size-medium is-intergration-description">Verwalte deine Dateien für deinen Content direkt in contentbird und stelle sicher, dass euer Team immer und ortsunabhängig Zugriff darauf hat.</p></div></div></div><div role="listitem" class="swiper-slide w-dyn-item"><div class="integration_card"><div class="integration_top_content_block"><div class="integration_block_icon_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/698aec21f1527540bbc259a7_61fd28dcc0dbec6d497413cd_contentbird-logo-ck-editor.svg" alt="" class="integration_card_icon"/></div><div class="integration_card_details"><h3 class="integration-heading">CKEditor 5</h3><div class="integration_category_tag">Collaboration</div></div></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="divider"></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="integration_card_description"><p class="text-size-medium is-intergration-description">Bearbeite deinen Content im hochmodernen JavaScript-Rich-Text-Editor.</p></div></div></div><div role="listitem" class="swiper-slide w-dyn-item"><div class="integration_card"><div class="integration_top_content_block"><div class="integration_block_icon_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/698066fa9127be678e142617/698aec21fa0bfb6211625144_61fd299bac18133cc4f3c509_contentbird-logo-canva.png" alt="" class="integration_card_icon"/></div><div class="integration_card_details"><h3 class="integration-heading">Canva</h3><div class="integration_category_tag">Design</div></div></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="divider"></div><div data-wf--spacer--spacer="20px" class="spacer w-variant-ba91994a-fad8-3af0-fdf6-e22448d9b520"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="integration_card_description"><p class="text-size-medium is-intergration-description">Zugriff auf Tausende professionell erstellte Vorlagen und Bilder für deine Content-Erstellung.</p></div></div></div></div></div></div><div data-wf--section-space--section-space="lg---100px" class="section_space w-variant-c6cc91bf-b9e6-fd5c-2db5-3bf7969dffc6"></div></section><section class="section_content-downloads"><div data-wf--section-space--section-space="lg---100px" class="section_space w-variant-c6cc91bf-b9e6-fd5c-2db5-3bf7969dffc6"></div><div class="container-large"><div class="content-downloads-headings"><div class="heading_tagline is-dark">Content Downloads</div><div data-wf--spacer--spacer="10px" class="spacer w-variant-3c24f7e7-f05c-dfb4-15ae-8fedd5b5f7b1"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><h2 class="is-bold">Know-How, das weiterhilft.</h2><div data-wf--spacer--spacer="16px" class="spacer w-variant-071941dd-632c-c296-58a8-41f8b8a7f8aa"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><p>Unsere Vorträge, Leitfäden, Checklisten und Frameworks – kostenlos, direkt anwendbar.</p></div><div data-wf--spacer--spacer="56px" class="spacer w-variant-17d3040e-5fec-61c3-3c04-893ca4096fcc"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="content-downloads-cards-wrapper"><div data-wf--content-download-card--variant="dark-blue" class="content-download-cards"><img loading="lazy" src="https://cdn.prod.website-files.com/6940f84e84d7ab65b0774a60/69e1ef9f67482937816f38c3_01_Content_Marketing_Powerhouse(1).png" alt="" class="content-download-image"/><div class="content-download-text-wrapper"><div class="heading_tagline is-dark is-bold is-small">Präsentation<br/></div><div data-wf--spacer--spacer="10px" class="spacer w-variant-3c24f7e7-f05c-dfb4-15ae-8fedd5b5f7b1"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><h3 class="content-cards-heading">Aufbau Content Marketing Powerhouse</h3><div data-wf--spacer--spacer="8px" class="spacer"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="text-size-xsmall text-color-light-gray">Wie führende Marketing-Teams ihre Content-Maschinerie aufbauen – Strategie, Prozesse, Tools und Team-Struktur in einem kompakten Vortrag.<br/></div><div data-wf--spacer--spacer="24px" class="spacer w-variant-65ac54d4-3579-b0a4-e58c-763c00a1baa0"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="tags_wrapper"><div class="content-tags"><div>Strategie<br/></div></div><div class="content-tags"><div>Team-Setup<br/></div></div><div class="content-tags"><div>Prozesse</div></div></div><div data-wf--spacer--spacer="18px" class="spacer w-variant-e7c36acc-f699-5d51-af72-0236b5fe7920"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><a href="/de/book-a-demo" class="button is-content-button w-inline-block"><div class="button-icon"><div data-wf--icon-component--icon-color-icon-style="icon-only" class="icon-component"><div data-wf--icon-color--icon-color="inherit" class="icon-color"><i id="w-node-da39e052-bad3-e4d8-d680-8f9099ab1367-99ab1367" data-wf--icon--size="xxs---16px" class="icon w-variant-bd22b425-e61c-1b9b-f1ef-8a904fddf646 ph ph-arrow-line-down" aria-lable="true"></i></div></div></div><div>Kostenlos herunterladen</div></a></div></div><div data-wf--content-download-card--variant="dark-blue" class="content-download-cards"><img loading="lazy" src="https://cdn.prod.website-files.com/6940f84e84d7ab65b0774a60/69e1efdc736899c0f1940aea_02_Content_Strategie_Checkliste(1).png" alt="" class="content-download-image"/><div class="content-download-text-wrapper"><div class="heading_tagline is-dark is-bold is-small">Checkliste · PDF<br/></div><div data-wf--spacer--spacer="10px" class="spacer w-variant-3c24f7e7-f05c-dfb4-15ae-8fedd5b5f7b1"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><h3 class="content-cards-heading">Content Strategie Checkliste</h3><div data-wf--spacer--spacer="8px" class="spacer"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="text-size-xsmall text-color-light-gray">11 essenzielle Punkte für eine wirkungsvolle Content-Strategie – von Zielgruppe und Brand Voice bis zu KPIs und Redaktionsplanung.<br/></div><div data-wf--spacer--spacer="24px" class="spacer w-variant-65ac54d4-3579-b0a4-e58c-763c00a1baa0"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="tags_wrapper"><div class="content-tags"><div>Strategie</div></div><div class="content-tags"><div>Planung</div></div><div class="content-tags"><div>11 Checkpoints<br/></div></div></div><div data-wf--spacer--spacer="18px" class="spacer w-variant-e7c36acc-f699-5d51-af72-0236b5fe7920"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><a href="/de/resources/download-content-strategy-checklist" class="button is-content-button w-inline-block"><div class="button-icon"><div data-wf--icon-component--icon-color-icon-style="icon-only" class="icon-component"><div data-wf--icon-color--icon-color="inherit" class="icon-color"><i id="w-node-da39e052-bad3-e4d8-d680-8f9099ab1367-99ab1367" data-wf--icon--size="xxs---16px" class="icon w-variant-bd22b425-e61c-1b9b-f1ef-8a904fddf646 ph ph-arrow-line-down" aria-lable="true"></i></div></div></div><div>Kostenlos herunterladen</div></a></div></div><div data-wf--content-download-card--variant="dark-blue" class="content-download-cards"><img loading="lazy" src="https://cdn.prod.website-files.com/6940f84e84d7ab65b0774a60/69e1eff3bbd9c0e4f7256923_03_GEO_Checkliste(1).png" alt="" class="content-download-image"/><div class="content-download-text-wrapper"><div class="heading_tagline is-dark is-bold is-small">Checkliste · PDF<br/></div><div data-wf--spacer--spacer="10px" class="spacer w-variant-3c24f7e7-f05c-dfb4-15ae-8fedd5b5f7b1"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><h3 class="content-cards-heading">GEO-Checkliste für Content-Profis</h3><div data-wf--spacer--spacer="8px" class="spacer"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="text-size-xsmall text-color-light-gray">11 Maßnahmen, um in ChatGPT, Perplexity und Co. sichtbarer zu werden – Generative Engine Optimization praxisnah erklärt.<br/></div><div data-wf--spacer--spacer="24px" class="spacer w-variant-65ac54d4-3579-b0a4-e58c-763c00a1baa0"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="tags_wrapper"><div class="content-tags"><div>GEO<br/></div></div><div class="content-tags"><div>LLM-Sichtbarkeit<br/></div></div><div class="content-tags"><div>11 Maßnahmen<br/></div></div></div><div data-wf--spacer--spacer="18px" class="spacer w-variant-e7c36acc-f699-5d51-af72-0236b5fe7920"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><a href="/de/resources/download-ai-llm-seo" class="button is-content-button w-inline-block"><div class="button-icon"><div data-wf--icon-component--icon-color-icon-style="icon-only" class="icon-component"><div data-wf--icon-color--icon-color="inherit" class="icon-color"><i id="w-node-da39e052-bad3-e4d8-d680-8f9099ab1367-99ab1367" data-wf--icon--size="xxs---16px" class="icon w-variant-bd22b425-e61c-1b9b-f1ef-8a904fddf646 ph ph-arrow-line-down" aria-lable="true"></i></div></div></div><div>Kostenlos herunterladen</div></a></div></div></div></div><div data-wf--section-space--section-space="lg---100px" class="section_space w-variant-c6cc91bf-b9e6-fd5c-2db5-3bf7969dffc6"></div></section><section class="section-results"><div data-wf--section-space--section-space="lg---100px" class="section_space w-variant-c6cc91bf-b9e6-fd5c-2db5-3bf7969dffc6"></div><div class="container-large"><div class="compliance_tag_wrapper"><div class="heading_tagline is-dark">Sicherheit &amp; Compliance</div><div data-wf--spacer--spacer="12px" class="spacer w-variant-94195f3a-f3f8-5736-22d1-9359a28ace5a"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><h2 class="is-bold">Hohe Governance- &amp; Compliance-Standards.</h2><div data-wf--spacer--spacer="24px" class="spacer w-variant-65ac54d4-3579-b0a4-e58c-763c00a1baa0"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="compliance_cards_wrapper is-grid"><div class="content-block"><svg width="100%" viewBox="0 0 28 28" fill="none" class="compliance-icon"><rect width="28" height="28" rx="6" fill="#F0F7FF" class="rect-2"></rect><path d="M14 6l-7 3v5c0 4.4 2.98 8.53 7 9.5 4.02-.97 7-5.1 7-9.5V9l-7-3z" fill="#0957DE" opacity=".15" stroke="#0957DE" stroke-width="1.5"></path><path d="M11 14l2 2 4-4" stroke="#0957DE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg><div data-wf--spacer--spacer="12px" class="spacer w-variant-94195f3a-f3f8-5736-22d1-9359a28ace5a"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><h3 class="text-size-large is-bold">ISO 27001 &amp; DSGVO-konform</h3><div data-wf--spacer--spacer="12px" class="spacer w-variant-94195f3a-f3f8-5736-22d1-9359a28ace5a"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><p class="text-color-gray">MFA, SSO via Google und Microsoft, granulares Rechtemanagement, Audit-Logs.</p></div><div class="content-block"><svg width="100%" viewBox="0 0 28 28" fill="none" class="compliance-icon"><rect width="28" height="28" rx="6" fill="#F0F7FF" class="rect"></rect><rect x="7" y="7" width="14" height="14" rx="2" stroke="#0957DE" stroke-width="1.5"></rect><path d="M10 14h8M14 10v8" stroke="#0957DE" stroke-width="1.5" stroke-linecap="round"></path></svg><div data-wf--spacer--spacer="12px" class="spacer w-variant-94195f3a-f3f8-5736-22d1-9359a28ace5a"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><h3 class="text-size-large is-bold">Made &amp; Hosting in Germany</h3><div data-wf--spacer--spacer="12px" class="spacer w-variant-94195f3a-f3f8-5736-22d1-9359a28ace5a"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><p class="text-color-gray">Hosting in Frankfurt. Inhabergeführt seit 2012, Hauptsitz Berlin. Daten verlassen Deutschland nicht.</p></div><div class="content-block"><svg width="100%" viewBox="0 0 28 28" fill="none" class="compliance-icon"><rect width="28" height="28" rx="6" fill="#F0F7FF"></rect><circle cx="14" cy="12" r="4" stroke="#0957DE" stroke-width="1.5"></circle><path d="M6 22c0-3.31 3.58-6 8-6s8 2.69 8 6" stroke="#0957DE" stroke-width="1.5" stroke-linecap="round"></path></svg><div data-wf--spacer--spacer="12px" class="spacer w-variant-94195f3a-f3f8-5736-22d1-9359a28ace5a"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><h3 class="text-size-large is-bold">Enterprise-Erfahrung</h3><div data-wf--spacer--spacer="12px" class="spacer w-variant-94195f3a-f3f8-5736-22d1-9359a28ace5a"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><p class="text-color-gray">Erprobt bei Banken, Versicherungen und Konzernen. Dedizierter Customer Success und SLAs.</p></div></div><div data-wf--spacer--spacer="32px" class="spacer w-variant-f5a4064c-ef22-bf58-1b1d-7e46c499ae22"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="flex-align-center"><div class="flex-align-center"><a href="https://status.check.mycontentbird.io/" class="button is-light-blue w-inline-block"><div class="button-icon"><svg width="100%" viewBox="0 0 15 15" fill="none" class="is-icon-small"><path d="M7.5 1.5L2 4.5V8c0 3 2.2 5.5 5.5 6 3.3-.5 5.5-3 5.5-6V4.5L7.5 1.5z" stroke="currentColor" stroke-width="1.4" stroke-linejoin="round"></path><path d="M5 7.5l2 2 3.5-3.5" stroke="currentColor" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"></path></svg></div><div>zum Trust Center</div></a></div></div><div data-wf--spacer--spacer="40px" class="spacer w-variant-6b792a10-8597-9483-b228-8faeef3309e6"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="divider"></div><div data-wf--spacer--spacer="40px" class="spacer w-variant-6b792a10-8597-9483-b228-8faeef3309e6"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="trust-icons-flex-wrapper"><div class="trust-icons-wrap"><div class="icon-wrapper"><svg width="100%" viewBox="0 0 22 22" fill="none" class="trust-icon-svg"><path d="M11 2L3 6V11c0 4.5 3.4 8 8 9 4.6-1 8-4.5 8-9V6L11 2z" stroke="#0957DE" stroke-width="1.5" stroke-linejoin="round"></path><path d="M7.5 11l2.5 2.5 5-5" stroke="#0957DE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg></div><div class="trust-content-block"><div class="is-bold">ISO 27001</div><div class="text-size-xsmall text-color-light-gray">Zertifiziert</div></div></div><div class="trust-icons-wrap"><div class="icon-wrapper"><svg width="100%" viewBox="0 0 22 22" fill="none" class="trust-icon-svg"><rect x="4" y="9" width="14" height="10" rx="2" stroke="#0957DE" stroke-width="1.5"></rect><path d="M8 9V7a3 3 0 016 0v2" stroke="#0957DE" stroke-width="1.5" stroke-linecap="round"></path><circle cx="11" cy="14" r="1.5" fill="#0957DE"></circle></svg></div><div class="trust-content-block"><div class="is-bold is-dark">DSGVO-konform</div><div class="text-size-xsmall text-color-light-gray">Deutsches Recht</div></div></div><div class="trust-icons-wrap"><div class="icon-wrapper"><svg width="100%" viewBox="0 0 22 22" fill="none" class="trust-icon-svg"><path d="M11 3C6.58 3 3 6.58 3 11s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8z" stroke="#0957DE" stroke-width="1.5"></path><path d="M11 7v4l2.5 2.5" stroke="#0957DE" stroke-width="1.5" stroke-linecap="round"></path></svg></div><div class="trust-content-block"><div class="is-bold is-dark">Hosting Frankfurt</div><div class="text-size-xsmall text-color-light-gray">Made in Germany</div></div></div><div class="trust-icons-wrap"><div class="icon-wrapper"><svg width="100%" viewBox="0 0 22 22" fill="none" class="trust-icon-svg"><circle cx="11" cy="8" r="3" stroke="#0957DE" stroke-width="1.5"></circle><path d="M5 19c0-3.31 2.69-6 6-6s6 2.69 6 6" stroke="#0957DE" stroke-width="1.5" stroke-linecap="round"></path><path d="M16 5l1.5-1.5M16 8h2" stroke="#0957DE" stroke-width="1.2" stroke-linecap="round"></path></svg></div><div class="trust-content-block"><div class="is-bold is-dark">SSO &amp; MFA</div><div class="text-size-xsmall text-color-light-gray">Audit-Logs inklusive</div></div></div><div class="trust-icons-wrap"><div class="icon-wrapper"><svg width="100%" viewBox="0 0 22 22" fill="none" class="trust-icon-svg"><path d="M11 3l2 5.5h5.5l-4.5 3.25 1.75 5.5L11 14l-4.75 3.25 1.75-5.5L3.5 8.5H9L11 3z" stroke="#0957DE" stroke-width="1.4" stroke-linejoin="round"></path></svg></div><div class="trust-content-block"><div class="is-bold is-dark">Seit 2012</div><div class="text-size-xsmall text-color-light-gray">inhabergeführt</div></div></div><div class="trust-icons-wrap"><div class="icon-wrapper"><svg width="100%" viewBox="0 0 22 22" fill="none" class="trust-icon-svg"><circle cx="7" cy="11" r="2" stroke="#0957DE" stroke-width="1.4"></circle><circle cx="15" cy="7" r="2" stroke="#0957DE" stroke-width="1.4"></circle><circle cx="15" cy="15" r="2" stroke="#0957DE" stroke-width="1.4"></circle><path d="M9 10l4-2M9 12l4 2" stroke="#0957DE" stroke-width="1.3" stroke-linecap="round"></path></svg></div><div class="trust-content-block"><div class="is-bold is-dark">Technologie-Partner</div><div class="text-size-xsmall text-color-light-gray">Google · OpenAI · DeepL · Meta</div></div></div></div></div></div><div data-wf--section-space--section-space="sm---64px" class="section_space w-variant-d98598fb-e369-d97d-e216-73de43b633f0"></div></section><section class="section_home-cta"><div data-wf--section-space--section-space="lg---100px" class="section_space w-variant-c6cc91bf-b9e6-fd5c-2db5-3bf7969dffc6"></div><div class="container-large"><div class="home-cta-wrapper"><h2 class="text-color-white is-bold">Bereit für weniger Chaos und höheren Content-ROI?</h2><div data-wf--spacer--spacer="16px" class="spacer w-variant-071941dd-632c-c296-58a8-41f8b8a7f8aa"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><p class="para-opacity-70"><br/><br/></p><div data-wf--spacer--spacer="24px" class="spacer w-variant-65ac54d4-3579-b0a4-e58c-763c00a1baa0"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><a data-wf--button--button-style="blue-button---large" href="/de/book-a-demo" class="button w-variant-307d3f2f-bf6e-2ce4-a4e7-a4a6b7821ee2 w-inline-block"><div>kostenlose Demo</div></a><div data-wf--spacer--spacer="24px" class="spacer w-variant-65ac54d4-3579-b0a4-e58c-763c00a1baa0"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="text-block">oder anrufen: 0800 100 38 44</div></div></div><div data-wf--section-space--section-space="lg---100px" class="section_space w-variant-c6cc91bf-b9e6-fd5c-2db5-3bf7969dffc6"></div></section><section data-wf--footer--variant="large-footer" class="section_footer"><div data-wf--section-space--section-space="rg---72px" class="section_space w-variant-0cb5c95c-c792-5a0e-4027-dccb05bb475c"></div><div class="container-large"><div class="footer_header_wrapper"><img loading="lazy" src="https://cdn.prod.website-files.com/6940f84e84d7ab65b0774a60/69d553e6dfec3a2bbc1492c1_contentbird-logo-white.svg" alt="" class="footer_logo"/></div><div data-wf--spacer--spacer="32px" class="spacer w-variant-f5a4064c-ef22-bf58-1b1d-7e46c499ae22"><div data-wf--section-space--section-space="md---80px" class="section_space"></div></div><div class="footer-top-grid"><div id="w-node-_579266cd-5a17-7d33-4808-14407f8a2508-7f8a2502" class="footer_links_wrapper"><div class="footer_block_heading">Contentbird</div><a href="/de/pricing" class="footer_link w-inline-block"><div class="footer_text">Preise</div></a><a href="https://contentbird.jobs.personio.de" target="_blank" class="footer_link w-inline-block"><div class="footer_text">Karriere</div></a><a href="/de/blog" class="footer_link w-inline-block"><div class="footer_text">Blog</div></a><a href="/de/request-a-quote" class="footer_link w-inline-block"><div class="footer_text">Kontakt</div></a><a href="/de/data-protection" class="footer_link w-inline-block"><div class="footer_text">Datenschutz</div></a></div><div class="footer_links_wrapper"><div class="footer_block_heading">ZIELGRUPPEN</div><a href="/de/use-case/e-commerce" class="footer_link w-inline-block"><div class="footer_text">E-Commerce</div></a><a href="/de/use-case/agencies" class="footer_link w-inline-block"><div class="footer_text">Agenturen</div></a><a href="/de/use-case/b2b-mittelstand" class="footer_link w-inline-block"><div class="footer_text">B2B-Mittelstand</div></a><a href="/de/use-case/online-publisher-portale" class="footer_link w-inline-block"><div class="footer_text">Online-Portale</div></a><a href="/de/use-case/corporations" class="footer_link w-inline-block"><div class="footer_text">Konzerne</div></a></div><div class="footer_links_wrapper"><div class="footer_block_heading">KUNDEN &amp; CASES</div><a href="/de/case-studies" class="footer_link w-inline-block"><div class="footer_text">Case Studies</div></a><a href="/de/content-software" class="footer_link w-inline-block"><div class="footer_text">Ziele &amp; Use Cases</div></a><a href="/de/industries" class="footer_link w-inline-block"><div class="footer_text">Branchen</div></a><a href="/de/user" class="footer_link w-inline-block"><div class="footer_text">Anwender</div></a><a href="/de/use-case" class="footer_link w-inline-block"><div class="footer_text">Use Cases</div></a></div><div id="w-node-_579266cd-5a17-7d33-4808-14407f8a253e-7f8a2502" class="footer_links_wrapper"><div class="footer_block_heading">Produkt</div><a href="/de/products/operations" class="footer_link w-inline-block"><div class="footer_text">Operations</div></a><a href="/de/products/ai-assistant" class="footer_link w-inline-block"><div class="footer_text">AI Assistant</div></a><a href="/de/ai-assistant-templates" class="footer_link w-inline-block"><div class="footer_text">AI Assistant Templates</div></a><a href="/de/products/trusted-content" class="footer_link w-inline-block"><div class="footer_text">Trusted Content</div></a><a href="/de/integration" class="footer_link w-inline-block"><div class="footer_text">Integrationen</div></a></div><div id="w-node-_579266cd-5a17-7d33-4808-14407f8a255c-7f8a2502" class="footer_links_wrapper"><div class="footer_block_heading">SOZIAL</div><a href="https://www.linkedin.com/company/contentbird-gmbh" class="footer_link w-inline-block"><div class="footer_text">LinkedIn</div></a><a href="https://www.instagram.com/contentbird.io/" class="footer_link w-inline-block"><div class="footer_text">Instagram</div></a><a href="https://twitter.com/contentbird_de" class="footer_link w-inline-block"><div class="footer_text">Twitter</div></a></div></div><div class="footer_spacer"><div data-wf--section-space--section-space="xsm---60px" class="section_space w-variant-5ab59ab2-e7b5-8673-b1df-4199868feb6c"></div></div><div class="footer-bottom-wrapper"><div id="w-node-_579266cd-5a17-7d33-4808-14407f8a256a-7f8a2502" class="footer-bottom-left"><div class="footer-copyright">© 2026 contentbird GmbH · Berlin, Germany</div></div><div id="w-node-_579266cd-5a17-7d33-4808-14407f8a256f-7f8a2502" class="footer-bottom-right"><a id="w-node-_579266cd-5a17-7d33-4808-14407f8a2570-7f8a2502" href="#" class="footer-privacy-link w-inline-block"><div class="footer_additonal_pages_link">Cookie-Einstellungen</div></a><a href="/de/agb" class="footer-privacy-link w-inline-block"><div class="footer_additonal_pages_link">AGB</div></a><a href="/de/privacy-policy" class="footer-privacy-link w-inline-block"><div class="footer_additonal_pages_link">Datenschutzrichtlinie</div></a><a href="/de/imprint" class="footer-privacy-link w-inline-block"><div class="footer_additonal_pages_link">Impressum</div></a></div></div></div></section></main><div class="scripts"><div class="graphics-scripts"></div><div class="swiper-integrations w-embed w-script"><script>
document.addEventListener('DOMContentLoaded', function() {

    // Integration Swiper
    new Swiper('.integration-swiper', {
        loop: true,
        autoplay: {
            delay: 3000,
            disableOnInteraction: false
        },
        centeredSlides: true,
        breakpoints: {
            0: {
                slidesPerView: 1,
                spaceBetween: 15
            },
            768: {
                slidesPerView: 2,
                spaceBetween: 25
            },
            1024: {
                slidesPerView: 3,
                spaceBetween: 35
            }
        },
    });
});
</script></div><div class="script-marque w-embed w-script"><script>
document.addEventListener('DOMContentLoaded', function() {
  const logoBlocks = document.querySelectorAll(".marquee_list .marquee_logo_block");
  const logoContainer = document.querySelector(".marquee_container");

  ScrollTrigger.create({
    trigger: ".marquee_container",
    start: "top bottom",
    once: true,
    onEnter: () => {
      const logoLoop = horizontalLoop(logoBlocks, { speed: 0.5, repeat: -1 });
      logoContainer.addEventListener('mouseenter', () => {
        logoLoop.pause();
      });
      logoContainer.addEventListener('mouseleave', () => {
        logoLoop.resume();
      });
    }
  });
});
</script></div><div class="swiper-casestudy w-embed w-script"><script>
document.addEventListener('DOMContentLoaded', function() {
  // Case Study Swiper
  new Swiper('.case-study-swiper', {
    loop: true,
    slidesPerView: 1.2,
    spaceBetween: 20,
    autoplay: {
      delay: 3000,
      disableOnInteraction: false
    },
    breakpoints: {
      768: {
        slidesPerView: 1.8,
        spaceBetween: 30
      },
      1024: {
        slidesPerView: "auto",
        spaceBetween: 40
      }
    },
    navigation: {
      nextEl: '.case_arrow_next',
      prevEl: '.case_arrow_prev'
    }
  });
});
</script></div></div></div><script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=6940f84e84d7ab65b0774a60" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script><script src="https://cdn.prod.website-files.com/6940f84e84d7ab65b0774a60/js/webflow.schunk.36b8fb49256177c8.js" type="text/javascript" integrity="sha384-4abIlA5/v7XaW1HMXKBgnUuhnjBYJ/Z9C1OSg4OhmVw9O3QeHJ/qJqFBERCDPv7G" crossorigin="anonymous"></script><script src="https://cdn.prod.website-files.com/6940f84e84d7ab65b0774a60/js/webflow.schunk.b556c576712db024.js" type="text/javascript" integrity="sha384-EwDiV+sxczHfVn9BPNhh72Hz1FTh0NFjqot/53Y4CXdIO2xHEPc81osh/ykeZ8Xz" crossorigin="anonymous"></script><script src="https://cdn.prod.website-files.com/6940f84e84d7ab65b0774a60/js/webflow.9484f316.2e10f89f3ea03fa2.js" type="text/javascript" integrity="sha384-am1lniLHG5x8t6Yqg53lqCUnA2RDsh8YI/vC5G/h0CNnExiBYMQ/Zyv2Mdh1WgNK" crossorigin="anonymous"></script><!-- Swiper JS CDN -->
<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>

<!-- GSAP Scripts -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/gsap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/ScrollTrigger.min.js"></script>

<!-- GSAP Helper CDN -->
<script src="https://cdn.prod.website-files.com/6940f84e84d7ab65b0774a60/699bf89f8d09d9484ad45759_horizontal-scroll.txt"></script>

<!-- Gsap Register -->
<script>
  document.addEventListener('DOMContentLoaded', function () {
    gsap.registerPlugin(ScrollTrigger);
  });
</script>

<!-- Mobile Submenu Functionality -->
<script>
  const mediaQuery = window.matchMedia('(max-width: 991px)');
  const heights = [];

  function initMobileSubmenu() {
    if (!mediaQuery.matches) return;

    const submenuBlocks = document.querySelectorAll('.submenu_links_block');

    submenuBlocks.forEach((block, index) => {
      const container = block.querySelector('.submenu_links_container');
      if (!container) return;

      gsap.set(container, { height: 'auto', overflow: 'hidden' });
      heights[index] = container.scrollHeight;
      gsap.set(container, { height: 0 });

      block.classList.remove('is-active-submenu');
    });

    submenuBlocks.forEach((block, index) => {
      block.addEventListener('click', function () {
        if (!mediaQuery.matches) return;

        const isActive = this.classList.contains('is-active-submenu');

        submenuBlocks.forEach((otherBlock) => {
          const otherContainer = otherBlock.querySelector('.submenu_links_container');
          if (!otherContainer) return;

          gsap.to(otherContainer, { height: 0, duration: 0.5, ease: 'power2.inOut' });
          otherBlock.classList.remove('is-active-submenu');
        });

        if (!isActive) {
          const container = this.querySelector('.submenu_links_container');
          if (!container) return;

          gsap.to(container, { height: heights[index], duration: 0.5, ease: 'power2.inOut' });
          this.classList.add('is-active-submenu');
        }
      });
    });
  }

  document.addEventListener('click', function (e) {
    const toggle = e.target.closest('.submenu_wrapper');
    if (toggle && mediaQuery.matches) {
      setTimeout(() => {
        initMobileSubmenu();
      }, 50);
    }
  });

  mediaQuery.addEventListener('change', function (e) {
    const submenuBlocks = document.querySelectorAll('.submenu_links_block');
    if (!e.matches) {
      submenuBlocks.forEach((block) => {
        const container = block.querySelector('.submenu_links_container');
        if (!container) return;
        gsap.set(container, { clearProps: 'all' });
        block.classList.remove('is-active-submenu');
      });
    }
  });
</script>

<script>
const blockedDomains = [
  "gmail.com","yahoo.com","hotmail.com","outlook.com","icloud.com",
  "aol.com","protonmail.com","mail.com","ymail.com","live.com",
  "msn.com","rediffmail.com","zoho.com","tutanota.com","fastmail.com",
  "yandex.com","gmx.com","inbox.com"
];

document.addEventListener("DOMContentLoaded", function () {
  const emailInput = document.getElementById("email");
  const form = document.getElementById("form-demo-buchen");
  if (!emailInput || !form) return;

  const wrapper = document.createElement("div");
  wrapper.style.cssText = "position: relative; width: 100%;";
  emailInput.parentNode.insertBefore(wrapper, emailInput);
  wrapper.appendChild(emailInput);

  const tooltip = document.createElement("div");
  tooltip.style.cssText = `
    position: absolute;
    bottom: calc(100% + 8px);
    left: 0;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 12px;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    transform: translateY(4px);
    transition: opacity 0.15s, transform 0.15s;
    z-index: 999;
    background: #fff;
    border: 1px solid #e24b4a;
    color: #a32d2d;
  `;
  wrapper.appendChild(tooltip);

  function showTip(msg) {
    tooltip.textContent = msg;
    tooltip.style.opacity = "1";
    tooltip.style.transform = "translateY(0)";
    emailInput.style.borderColor = "#e24b4a";
  }

  function hideTip() {
    tooltip.style.opacity = "0";
    tooltip.style.transform = "translateY(4px)";
    emailInput.style.borderColor = "";
  }

  function validate(value) {
    if (!value || !value.includes("@")) { hideTip(); return; }
    const domain = value.split("@")[1]?.toLowerCase();
    if (!domain) { hideTip(); return; }
    if (blockedDomains.includes(domain)) {
      showTip("Personal emails are not accepted, please use your company email");
    } else {
      hideTip();
    }
  }

  emailInput.addEventListener("input", function () {
    validate(this.value.trim());
  });

  emailInput.addEventListener("blur", hideTip);

  emailInput.addEventListener("focus", function () {
    if (this.value.trim()) validate(this.value.trim());
  });

  form.addEventListener("submit", function (e) {
    const domain = emailInput.value.trim().split("@")[1]?.toLowerCase();
    if (domain && blockedDomains.includes(domain)) {
      e.preventDefault();
      e.stopPropagation();
      showTip("Personal emails are not accepted, please use your company email");
      emailInput.focus();
    }
  });
});
</script>
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-P93X2CT"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript><script src="https://hubspotv2.use1-marketplace-1p-apps-prod-red.if.webflow.services/static/disable-hubspot-chatbot.js" type="text/javascript" async="" defer=""></script><script src="https://js.hs-scripts.com/148148816.js" type="text/javascript" async="" defer=""></script></body></html>