{"id":130,"date":"2026-05-19T10:35:01","date_gmt":"2026-05-19T10:35:01","guid":{"rendered":"https:\/\/zirkular-x.tech\/?page_id=130"},"modified":"2026-05-26T09:55:15","modified_gmt":"2026-05-26T09:55:15","slug":"ueber-uns","status":"publish","type":"page","link":"https:\/\/zirkular-x.tech\/en\/ueber-uns\/","title":{"rendered":"\u00dcber Uns"},"content":{"rendered":"<style>\n  \/* \u2500\u2500 HERO \u2500\u2500 *\/\n  .zx-hero-page {\n    background-color: #2D4A2D;\n    background-image: radial-gradient(circle, rgba(63,212,148,0.09) 1px, transparent 1px);\n    background-size: 26px 26px;\n    width: 100%; padding-top: 62px;\n  }\n  .zx-hero-page__inner { padding: 72px 0 64px; }\n  .zx-hero-page__eyebrow {\n    font-family: 'Space Grotesk', sans-serif; font-size: 0.68rem; font-weight: 500;\n    letter-spacing: 0.13em; text-transform: uppercase; color: #A8C8AA;\n    display: block; margin-bottom: 16px;\n  }\n  .zx-hero-page h1 {\n    font-family: 'Fraunces', Georgia, serif; font-weight: 900;\n    font-size: clamp(1.8rem, 3vw, 2.6rem); line-height: 1.1;\n    color: #ffffff; max-width: 680px; margin-bottom: 20px;\n  }\n  .zx-hero-page p {\n    font-family: 'DM Sans', sans-serif; font-size: 1rem; font-weight: 400;\n    color: rgba(255,255,255,0.65); max-width: 520px; line-height: 1.75;\n  }\n\n  \/* \u2500\u2500 HINTERGRUND \u2500\u2500 *\/\n  .zx-hintergrund {\n    width: 100%; display: grid; grid-template-columns: 1fr 1fr; min-height: 520px;\n  }\n  .zx-hintergrund__text { background: #ffffff; display: flex; align-items: center; }\n  .zx-hintergrund__text-inner {\n    width: 100%; max-width: 600px; margin-left: auto; padding: 80px 60px 80px 48px;\n  }\n  .zx-section-label {\n    font-family: 'Space Grotesk', sans-serif; font-size: 0.68rem; font-weight: 500;\n    letter-spacing: 0.13em; text-transform: uppercase; color: #5B9198;\n    display: block; margin-bottom: 14px;\n  }\n  .zx-hintergrund__text-inner h2 {\n    font-family: 'Fraunces', Georgia, serif; font-weight: 700;\n    font-size: clamp(1.8rem, 3vw, 2.6rem); line-height: 1.12;\n    color: #2D4A2D; margin-top: 0; margin-bottom: 24px;\n  }\n  .zx-hintergrund__text-inner p {\n    font-family: 'DM Sans', sans-serif; font-size: 0.95rem; font-weight: 400;\n    color: #444; line-height: 1.8; margin-bottom: 18px;\n  }\n  .zx-hintergrund__img {\n    position: relative; overflow: hidden; background: #1a2e1a;\n  }\n  .zx-hintergrund__img img.zx-bg-img {\n    position: absolute; inset: 0; width: 100%; height: 100%;\n    object-fit: cover; object-position: center top; display: block;\n  }\n  .zx-hintergrund__img::after {\n    content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 65%;\n    background: linear-gradient(to top, rgba(5,15,7,0.85) 0%, rgba(5,15,7,0.4) 60%, transparent 100%);\n    z-index: 1; pointer-events: none;\n  }\n  .zx-stats-overlay {\n    position: absolute; bottom: 0; left: 0; right: 0; z-index: 2;\n    display: grid; grid-template-columns: 1fr 1fr; padding: 24px; gap: 10px;\n  }\n  .zx-stat-box {\n    background: rgba(10,22,12,0.78); border: 1px solid rgba(63,212,148,0.18);\n    border-radius: 6px; padding: 18px 20px; display: flex; flex-direction: column;\n    transition: background 0.25s, border-color 0.25s, transform 0.25s;\n  }\n  .zx-stat-box:hover {\n    background: rgba(10,22,12,0.92); border-color: rgba(63,212,148,0.5); transform: translateY(-3px);\n  }\n  .zx-stat-num {\n    font-family: 'Fraunces', Georgia, serif; font-weight: 900;\n    font-size: 2rem; line-height: 1; color: #3FD494; margin-bottom: 8px;\n  }\n  .zx-stat-label {\n    font-family: 'Space Grotesk', sans-serif; font-size: 0.58rem; font-weight: 500;\n    letter-spacing: 0.07em; text-transform: uppercase; color: rgba(255,255,255,0.55); line-height: 1.5;\n  }\n\n  \/* \u2500\u2500 TECHNOLOGIE \u2500\u2500 *\/\n  .zx-technologie { background: #EEF5EE; padding: 110px 0; width: 100%; }\n  .zx-technologie__header { text-align: center; margin-bottom: 56px; }\n  .zx-technologie__header h2 {\n    font-family: 'Fraunces', Georgia, serif; font-weight: 700;\n    font-size: clamp(1.8rem, 3vw, 2.6rem); line-height: 1.12;\n    color: #2D4A2D; margin-top: 14px; margin-bottom: 16px;\n  }\n  .zx-technologie__header p {\n    font-family: 'DM Sans', sans-serif; font-size: 0.95rem; color: #5a6b60;\n    max-width: 500px; margin: 0 auto; line-height: 1.75;\n  }\n  .zx-tech-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 10px; }\n  .zx-tech-card {\n    background: #ffffff; border-radius: 6px; padding: 36px 28px 32px;\n    border: 1px solid #E8EAE8; position: relative; overflow: hidden;\n    transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;\n  }\n  .zx-tech-card:hover {\n    border-color: #A8C8AA; transform: translateY(-4px);\n    box-shadow: 0 12px 32px rgba(45,74,45,0.08);\n  }\n  .zx-tech-card__num {\n    font-family: 'Fraunces', Georgia, serif; font-weight: 900;\n    font-size: 6rem; line-height: 1; color: #EEF5EE;\n    position: absolute; top: 12px; right: 16px;\n    pointer-events: none; user-select: none; z-index: 0;\n    transition: color 0.25s, transform 0.25s;\n  }\n  .zx-tech-card:hover .zx-tech-card__num { color: #d4e8d4; transform: scale(1.08) translateY(-4px); }\n  .zx-tech-card:hover h3 { color: #1e3a1e; }\n  .zx-tech-card__eyebrow {\n    font-family: 'Space Grotesk', sans-serif; font-size: 0.6rem; font-weight: 500;\n    letter-spacing: 0.12em; text-transform: uppercase; color: #5B9198; margin-bottom: 16px;\n    position: relative; z-index: 1;\n  }\n  .zx-tech-card h3 {\n    font-family: 'Fraunces', Georgia, serif; font-weight: 700;\n    font-size: 1.15rem; color: #2D4A2D; margin-bottom: 14px; line-height: 1.25;\n    position: relative; z-index: 1;\n  }\n  .zx-tech-card p {\n    font-family: 'DM Sans', sans-serif; font-size: 0.82rem; color: #5a6b60; line-height: 1.75;\n    position: relative; z-index: 1;\n  }\n  .zx-tech-bottom {\n    background: #2D4A2D; border-radius: 6px; padding: 36px 40px;\n    display: grid; grid-template-columns: 220px 1fr; gap: 48px; align-items: center;\n    transition: background 0.25s; cursor: default;\n  }\n  .zx-tech-bottom:hover { background: #243d24; }\n  .zx-tech-bottom__label {\n    font-family: 'Space Grotesk', sans-serif; font-size: 0.6rem; font-weight: 500;\n    letter-spacing: 0.12em; text-transform: uppercase; color: #3FD494; margin-bottom: 12px;\n  }\n  .zx-tech-bottom h3 {\n    font-family: 'Fraunces', Georgia, serif; font-weight: 700;\n    font-size: 1.4rem; color: #ffffff; line-height: 1.2;\n  }\n  .zx-tech-bottom p {\n    font-family: 'DM Sans', sans-serif; font-size: 0.85rem; color: rgba(255,255,255,0.6); line-height: 1.8;\n  }\n\n  \/* \u2500\u2500 PROJEKTVERLAUF \u2500\u2500 *\/\n  .zx-projektverlauf { background: #ffffff; padding: 110px 0; width: 100%; }\n  .zx-projektverlauf__header { margin-bottom: 64px; }\n  .zx-projektverlauf__header h2 {\n    font-family: 'Fraunces', Georgia, serif; font-weight: 700;\n    font-size: clamp(1.8rem, 3vw, 2.6rem); color: #2D4A2D; margin-top: 14px;\n  }\n  .zx-tl-years { display: grid; grid-template-columns: repeat(4, 1fr); margin-bottom: 16px; }\n  .zx-tl-year-label {\n    text-align: center; font-family: 'Space Grotesk', sans-serif; font-weight: 500;\n    font-size: 0.78rem; letter-spacing: 0.08em; color: #2D4A2D;\n    padding-bottom: 10px; border-bottom: 2px solid #E8EAE8;\n  }\n  .zx-tl-year-label:first-child { border-bottom-color: #2D4A2D; }\n  .zx-tl-track {\n    display: grid; grid-template-columns: repeat(16, 1fr);\n    position: relative; margin-bottom: 28px;\n  }\n  .zx-tl-track::before {\n    content: ''; position: absolute; top: 12px; left: 0; right: 0;\n    height: 1px; background: #E8EAE8; z-index: 0;\n  }\n  .zx-tl-dot {\n    width: 24px; height: 24px; border-radius: 50%;\n    border: 1px solid #D0D8D0; background: #ffffff;\n    display: flex; align-items: center; justify-content: center;\n    font-family: 'Space Grotesk', sans-serif; font-weight: 500;\n    font-size: 0.5rem; color: #5B9198; margin-bottom: 10px;\n    flex-shrink: 0; position: relative; z-index: 1;\n    transition: background 0.2s, border-color 0.2s, transform 0.2s, color 0.2s;\n  }\n  .zx-tl-col:hover .zx-tl-dot {\n    background: #2D4A2D; border-color: #2D4A2D; color: #ffffff; transform: scale(1.2);\n  }\n  .zx-tl-col:hover .zx-tl-qlabel { color: #2D4A2D; }\n  .zx-tl-col.year-start .zx-tl-dot {\n    width: 28px; height: 28px; border-color: #2D4A2D; color: #2D4A2D; font-weight: 600;\n  }\n  .zx-tl-col.year-start:hover .zx-tl-dot { background: #3FD494; border-color: #3FD494; color: #0F1F12; }\n  .zx-tl-qlabel {\n    font-family: 'Space Grotesk', sans-serif; font-weight: 500;\n    font-size: 0.58rem; color: #8a9e8a; letter-spacing: 0.04em;\n  }\n  .zx-tl-milestones { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 40px; }\n  .zx-tl-milestone {\n    background: #EEF5EE; border-radius: 6px; padding: 20px;\n    border: 1px solid #E8EAE8; transition: background 0.2s, border-color 0.2s, transform 0.2s;\n  }\n  .zx-tl-milestone:hover { background: #ffffff; border-color: #A8C8AA; transform: translateY(-3px); }\n  .zx-tl-milestone__period {\n    font-family: 'Space Grotesk', sans-serif; font-weight: 500;\n    font-size: 0.6rem; letter-spacing: 0.12em; text-transform: uppercase;\n    color: #5B9198; margin-bottom: 8px;\n  }\n  .zx-tl-milestone__title {\n    font-family: 'Fraunces', Georgia, serif; font-weight: 700;\n    font-size: 0.95rem; color: #2D4A2D; margin-bottom: 6px; line-height: 1.3;\n  }\n  .zx-tl-milestone__desc {\n    font-family: 'DM Sans', sans-serif; font-size: 0.78rem; color: #5a6b60; line-height: 1.6;\n  }\n\n  \/* \u2500\u2500 IMPACT \u2500\u2500 *\/\n  .zx-impact { background: #2D4A2D; padding: 110px 0; width: 100%; }\n  .zx-impact__header { text-align: center; margin-bottom: 48px; }\n  .zx-impact__header h2 {\n    font-family: 'Fraunces', Georgia, serif; font-weight: 700;\n    font-size: clamp(1.8rem, 3vw, 2.6rem); color: #ffffff;\n    margin-top: 14px; margin-bottom: 16px; line-height: 1.12;\n  }\n  .zx-impact__header p {\n    font-family: 'DM Sans', sans-serif; font-size: 0.95rem;\n    color: rgba(255,255,255,0.55); max-width: 480px; margin: 0 auto; line-height: 1.75;\n  }\n  .zx-impact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }\n  .zx-impact-card {\n    background: rgba(255,255,255,0.06); border-radius: 6px;\n    border: 1px solid rgba(255,255,255,0.08); padding: 28px 24px;\n    transition: background 0.25s, border-color 0.25s, transform 0.25s;\n  }\n  .zx-impact-card:hover {\n    background: rgba(255,255,255,0.1); border-color: rgba(63,212,148,0.3); transform: translateY(-3px);\n  }\n  .zx-impact-card h3 {\n    font-family: 'Fraunces', Georgia, serif; font-weight: 700;\n    font-size: 1.05rem; color: #ffffff; margin-bottom: 10px;\n  }\n  .zx-impact-card p {\n    font-family: 'DM Sans', sans-serif; font-size: 0.82rem; color: rgba(255,255,255,0.5); line-height: 1.7;\n  }\n\n  \/* \u2500\u2500 F\u00d6RDERUNG \u2500\u2500 *\/\n  .zx-foerderung { background: #ffffff; padding: 110px 0; width: 100%; }\n  .zx-foerderung__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 88px; align-items: center; }\n  .zx-foerderung__text h2 {\n    font-family: 'Fraunces', Georgia, serif; font-weight: 700;\n    font-size: clamp(1.8rem, 3vw, 2.6rem); color: #2D4A2D;\n    margin-top: 14px; margin-bottom: 24px; line-height: 1.12;\n  }\n  .zx-foerderung__text p {\n    font-family: 'DM Sans', sans-serif; font-size: 0.95rem; color: #444; line-height: 1.8; margin-bottom: 16px;\n  }\n  .zx-foerderung__laufzeit {\n    font-family: 'Space Grotesk', sans-serif; font-weight: 500; font-size: 0.82rem; color: #5B9198;\n  }\n  .zx-bmwk-badge {\n    border: 1px solid #E8EAE8; border-radius: 6px; padding: 36px 40px;\n    display: flex; flex-direction: column; gap: 20px;\n  }\n  .zx-bmwk-badge__label {\n    font-family: 'Space Grotesk', sans-serif; font-weight: 500;\n    font-size: 0.62rem; letter-spacing: 0.12em; text-transform: uppercase; color: #5a6b60;\n  }\n  .zx-bmwk-badge a { display: inline-block; }\n  .zx-bmwk-badge a img { transition: opacity 0.2s; }\n  .zx-bmwk-badge a:hover img { opacity: 0.8; }\n  .zx-bmwk-badge img { max-width: 240px; height: auto; display: block; }\n\n  \/* \u2500\u2500 Responsive \u2500\u2500 *\/\n  @media (max-width: 900px) {\n    .zx-hintergrund { grid-template-columns: 1fr; }\n    .zx-hintergrund__text-inner { max-width: 100%; padding: 48px 24px; margin-left: 0; }\n    .zx-hintergrund__img { min-height: 300px; }\n    .zx-tech-grid { grid-template-columns: 1fr; }\n    .zx-tech-bottom { grid-template-columns: 1fr; gap: 20px; }\n    .zx-tl-track { grid-template-columns: repeat(8, 1fr); }\n    .zx-tl-milestones { grid-template-columns: repeat(2, 1fr); }\n    .zx-impact-grid { grid-template-columns: 1fr; }\n    .zx-foerderung__inner { grid-template-columns: 1fr; gap: 40px; }\n  }\n<\/style>\n\n<div class=\"zx-page-wrapper\">\n\n  <!-- HERO -->\n  <section class=\"zx-hero-page\">\n    <div class=\"zx-hero-page__inner zx-container\">\n      <span class=\"zx-hero-page__eyebrow\">About Us<\/span>\n      <h1>A platform that rethinks the built environment.<\/h1>\n      <p>ZIRKULAR-X connects Artificial Intelligence, semantic data models and the circular economy \u2014 to transform analogue existing buildings into data-driven material resources.<\/p>\n    <\/div>\n  <\/section>\n\n  <!-- HINTERGRUND -->\n  <div class=\"zx-hintergrund\">\n    <div class=\"zx-hintergrund__text\">\n      <div class=\"zx-hintergrund__text-inner\">\n        <span class=\"zx-section-label\">Background<\/span>\n        <h2>Why ZIRKULAR-X?<\/h2>\n        <p>The building sector represents a huge untapped resource \u2014 yet 90% of the relevant data is in analogue form, fragmented or simply unavailable. This means that circular construction is the exception rather than the rule.<\/p>\n        <p>ZIRKULAR-X automatically digitises and structures this information. This makes materials, components, and their CO\u2082 potential finally plannable \u2013 for architects, engineers, and project developers who truly take resources seriously.<\/p>\n      <\/div>\n    <\/div>\n    <div class=\"zx-hintergrund__img\">\n      <img decoding=\"async\" class=\"zx-bg-img\" src=\"https:\/\/zirkular-x.tech\/wp-content\/uploads\/2026\/05\/zirkular-x-building-data-scan.png\" alt=\"Building data scan\">\n      <div class=\"zx-stats-overlay\">\n        <div class=\"zx-stat-box\">\n          <div class=\"zx-stat-num\">90 %<\/div>\n          <div class=\"zx-stat-label\">Inventory data<br>are lying analog or<br>not at all<\/div>\n        <\/div>\n        <div class=\"zx-stat-box\">\n          <div class=\"zx-stat-num\">50 %<\/div>\n          <div class=\"zx-stat-label\">Shorter planning times<br>through automation<\/div>\n        <\/div>\n        <div class=\"zx-stat-box\">\n          <div class=\"zx-stat-num\">55 %<\/div>\n          <div class=\"zx-stat-label\">German waste<br>comes from the<br>Construction<\/div>\n        <\/div>\n        <div class=\"zx-stat-box\">\n          <div class=\"zx-stat-num\">30 %<\/div>\n          <div class=\"zx-stat-label\">CO\u2082 reduction per<br>Project possible<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/div>\n\n  <!-- TECHNOLOGIE -->\n  <section class=\"zx-technologie\">\n    <div class=\"zx-container\">\n      <div class=\"zx-technologie__header\">\n        <span class=\"zx-label\">Research approach<\/span>\n        <h2>Three technologies. One continuous platform.<\/h2>\n        <p>ZIRKULAR-X integrates three key technologies for the first time into a holistic solution for the construction industry's circular economy.<\/p>\n      <\/div>\n      <div class=\"zx-tech-grid\">\n        <div class=\"zx-tech-card\">\n          <div class=\"zx-tech-card__num\">01<\/div>\n          <div class=\"zx-tech-card__eyebrow\">Digital Product Passports<\/div>\n          <h3>Standardise material data<\/h3>\n          <p>A Digital Product Passport (DPP) will be created for each component in the existing building \u2013 with material composition, pollutant profile, disassembility score, and life cycle data. Standardised, interoperable, EU-compliant according to ESPR and CPR.<\/p>\n        <\/div>\n        <div class=\"zx-tech-card\">\n          <div class=\"zx-tech-card__num\">02<\/div>\n          <div class=\"zx-tech-card__eyebrow\">AI-powered data analysis<\/div>\n          <h3>Automatically read analogue sources<\/h3>\n          <p>Computer Vision models (CNNs, ResNet, EfficientNet) analyse construction plans and photographs. NLP algorithms (BERT derivatives) process technical documents and tender texts. Objective: F1 score &gt; 0.85 for component classification.<\/p>\n        <\/div>\n        <div class=\"zx-tech-card\">\n          <div class=\"zx-tech-card__num\">03<\/div>\n          <div class=\"zx-tech-card__eyebrow\">Semantic Data Platform<\/div>\n          <h3>Intelligently linking data silos<\/h3>\n          <p>A graph database system (Neo4j) links BIM models, facility management data, and secondary marketplaces via ontologies \u2013 so that relationships aren't just stored, but understood.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"zx-tech-bottom\">\n        <div>\n          <div class=\"zx-tech-bottom__label\">Circularity index<\/div>\n          <h3>The heart of the matter<br>the platform<\/h3>\n        <\/div>\n        <p>The circularity index aggregates ecological, economic and normative criteria into a quantifiable score. It automatically assesses which materials can be reused, upgraded or recycled \u2013 and issues optimised recovery recommendations.<\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- PROJEKTVERLAUF -->\n  <section class=\"zx-projektverlauf\">\n    <div class=\"zx-container\">\n      <div class=\"zx-projektverlauf__header\">\n        <span class=\"zx-section-label\">Project structure<\/span>\n        <h2>Project progress<\/h2>\n      <\/div>\n      <div class=\"zx-tl-years\">\n        <div class=\"zx-tl-year-label\">2026<\/div>\n        <div class=\"zx-tl-year-label\">2027<\/div>\n        <div class=\"zx-tl-year-label\">2028<\/div>\n        <div class=\"zx-tl-year-label\">2029<\/div>\n      <\/div>\n      <div class=\"zx-tl-track\">\n        <div class=\"zx-tl-col year-start\"><div class=\"zx-tl-dot\">Q1<\/div><div class=\"zx-tl-qlabel\">Q1<\/div><\/div>\n        <div class=\"zx-tl-col\"><div class=\"zx-tl-dot\">Q2<\/div><div class=\"zx-tl-qlabel\">Q2<\/div><\/div>\n        <div class=\"zx-tl-col\"><div class=\"zx-tl-dot\">Q3<\/div><div class=\"zx-tl-qlabel\">Q3<\/div><\/div>\n        <div class=\"zx-tl-col\"><div class=\"zx-tl-dot\">Question 4<\/div><div class=\"zx-tl-qlabel\">Question 4<\/div><\/div>\n        <div class=\"zx-tl-col year-start\"><div class=\"zx-tl-dot\">Q1<\/div><div class=\"zx-tl-qlabel\">Q1<\/div><\/div>\n        <div class=\"zx-tl-col\"><div class=\"zx-tl-dot\">Q2<\/div><div class=\"zx-tl-qlabel\">Q2<\/div><\/div>\n        <div class=\"zx-tl-col\"><div class=\"zx-tl-dot\">Q3<\/div><div class=\"zx-tl-qlabel\">Q3<\/div><\/div>\n        <div class=\"zx-tl-col\"><div class=\"zx-tl-dot\">Question 4<\/div><div class=\"zx-tl-qlabel\">Question 4<\/div><\/div>\n        <div class=\"zx-tl-col year-start\"><div class=\"zx-tl-dot\">Q1<\/div><div class=\"zx-tl-qlabel\">Q1<\/div><\/div>\n        <div class=\"zx-tl-col\"><div class=\"zx-tl-dot\">Q2<\/div><div class=\"zx-tl-qlabel\">Q2<\/div><\/div>\n        <div class=\"zx-tl-col\"><div class=\"zx-tl-dot\">Q3<\/div><div class=\"zx-tl-qlabel\">Q3<\/div><\/div>\n        <div class=\"zx-tl-col\"><div class=\"zx-tl-dot\">Question 4<\/div><div class=\"zx-tl-qlabel\">Question 4<\/div><\/div>\n        <div class=\"zx-tl-col year-start\"><div class=\"zx-tl-dot\">Q1<\/div><div class=\"zx-tl-qlabel\">Q1<\/div><\/div>\n        <div class=\"zx-tl-col\"><div class=\"zx-tl-dot\">Q2<\/div><div class=\"zx-tl-qlabel\">Q2<\/div><\/div>\n        <div class=\"zx-tl-col\"><div class=\"zx-tl-dot\">Q3<\/div><div class=\"zx-tl-qlabel\">Q3<\/div><\/div>\n        <div class=\"zx-tl-col\"><div class=\"zx-tl-dot\">Question 4<\/div><div class=\"zx-tl-qlabel\">Question 4<\/div><\/div>\n      <\/div>\n      <div class=\"zx-tl-milestones\">\n        <div class=\"zx-tl-milestone\">\n          <div class=\"zx-tl-milestone__period\">Q1\u2013Q2 2026<\/div>\n          <div class=\"zx-tl-milestone__title\">Requirements &amp; Architecture<\/div>\n          <div class=\"zx-tl-milestone__desc\">Kick-off, System architecture, Data model specification.<\/div>\n        <\/div>\n        <div class=\"zx-tl-milestone\">\n          <div class=\"zx-tl-milestone__period\">Q3 2026 \u2013 Q2 2027<\/div>\n          <div class=\"zx-tl-milestone__title\">AI Prototype &amp; Platform Beta<\/div>\n          <div class=\"zx-tl-milestone__desc\">AI models, knowledge graph, DPP integration, Beta launch.<\/div>\n        <\/div>\n        <div class=\"zx-tl-milestone\">\n          <div class=\"zx-tl-milestone__period\">Q3 2027 \u2013 Q2 2028<\/div>\n          <div class=\"zx-tl-milestone__title\">Validation &amp; Market Launch<\/div>\n          <div class=\"zx-tl-milestone__desc\">Pilot Building, Circularity Index v1, SDK &amp; API Release.<\/div>\n        <\/div>\n        <div class=\"zx-tl-milestone\">\n          <div class=\"zx-tl-milestone__period\">Q3 2028 \u2013 Q4 2029<\/div>\n          <div class=\"zx-tl-milestone__title\">Scaling &amp; Closing<\/div>\n          <div class=\"zx-tl-milestone__desc\">Partner programme, Open-source libraries, Publications, Project completion.<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- IMPACT -->\n  <section class=\"zx-impact\">\n    <div class=\"zx-container\">\n      <div class=\"zx-impact__header\">\n        <span class=\"zx-label\">Effect<\/span>\n        <h2>Measurable impact for the economy and climate.<\/h2>\n        <p>ZIRKULAR-X creates concrete, quantifiable advantages \u2013 for users, the construction industry, and resource policy.<\/p>\n      <\/div>\n      <div class=\"zx-impact-grid\">\n        <div class=\"zx-impact-card\">\n          <h3>For builders &amp; operators<\/h3>\n          <p>Clear data basis for decommissioning and remediation decisions. Compliance with EU requirements. Direct integration into existing BIM and FM systems.<\/p>\n        <\/div>\n        <div class=\"zx-impact-card\">\n          <h3>For recycling companies and traders<\/h3>\n          <p>Access to structured material information, connection to secondary marketplaces.<\/p>\n        <\/div>\n        <div class=\"zx-impact-card\">\n          <h3>For IT Integrators &amp; Start-ups<\/h3>\n          <p>SDK packages and open REST APIs allow the integration of advanced rating logic into your own products \u2014 without the need for your own research.<\/p>\n        <\/div>\n        <div class=\"zx-impact-card\">\n          <h3>For the public sector<\/h3>\n          <p>Valid CO\u2082 balance sheets and savings evidence for funders. Support with the BIM Masterplan and the national circular economy strategy.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- F\u00d6RDERUNG -->\n  <section class=\"zx-foerderung\">\n    <div class=\"zx-container\">\n      <div class=\"zx-foerderung__inner\">\n        <div class=\"zx-foerderung__text\">\n          <span class=\"zx-section-label\">Sponsorship<\/span>\n          <h2>Funded by the BMTFR<\/h2>\n          <p>ZIRKULAR-X is being funded by the Federal Ministry for Technology, Research and Space (BMTFR) as part of the GreenTech Innovation Competition \u2014 Digital Technologies as Levers for the Circular Economy.<\/p>\n          <p class=\"zx-foerderung__laufzeit\">Project duration: 2026\u20132029<\/p>\n        <\/div>\n        <div class=\"zx-bmwk-badge\">\n          <div class=\"zx-bmwk-badge__label\">Funded by:<\/div>\n          <a href=\"https:\/\/www.bmbf.de\" target=\"_blank\" rel=\"noopener\" aria-label=\"Federal Ministry for Research, Technology and Space Affairs\">\n            <img decoding=\"async\" src=\"https:\/\/zirkular-x.tech\/wp-content\/uploads\/2026\/05\/BMFTR.png\" alt=\"BMTFR Logo\">\n          <\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- CTA -->\n    <section class=\"zx-cta\">\r\n    <div class=\"zx-container\">\r\n      <span class=\"zx-label\">Stay informed<\/span>\r\n      <h2>Circular economy begins with knowledge.<\/h2>\r\n      <p>Project updates, publications, and invitations to workshops directly to your inbox.<\/p>\r\n      <div class=\"zx-cta__buttons\">\r\n        <a href=\"\/en\/kontakt\/\" class=\"zx-btn-primary\">Subscribe to newsletter<\/a>\r\n        <a href=\"\/en\/kontakt\/\" class=\"zx-btn-outline\">Get in touch<\/a>\r\n      <\/div>\r\n    <\/div>\r\n  <\/section>\r\n  \n\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>","protected":false},"excerpt":{"rendered":"<p>\u00dcber uns Eine Plattform, die den Baubestand neu denkt. ZIRKULAR-X verbindet K\u00fcnstliche Intelligenz, semantische Datenmodelle und Kreislaufwirtschaft \u2014 um aus analogen Bestandsgeb\u00e4uden datengetriebene Materialressourcen zu machen. Hintergrund Warum ZIRKULAR-X? Der Geb\u00e4udesektor ist ein enormes ungenutztes Kapital \u2014 doch 90 % der relevanten Daten liegen analog, fragmentiert oder gar nicht vor. Das macht kreislaufgerechtes Bauen zur [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-no-title","meta":{"footnotes":""},"class_list":["post-130","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/zirkular-x.tech\/en\/wp-json\/wp\/v2\/pages\/130","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/zirkular-x.tech\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/zirkular-x.tech\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/zirkular-x.tech\/en\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/zirkular-x.tech\/en\/wp-json\/wp\/v2\/comments?post=130"}],"version-history":[{"count":33,"href":"https:\/\/zirkular-x.tech\/en\/wp-json\/wp\/v2\/pages\/130\/revisions"}],"predecessor-version":[{"id":322,"href":"https:\/\/zirkular-x.tech\/en\/wp-json\/wp\/v2\/pages\/130\/revisions\/322"}],"wp:attachment":[{"href":"https:\/\/zirkular-x.tech\/en\/wp-json\/wp\/v2\/media?parent=130"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}