{"id":1940,"date":"2025-10-30T18:23:19","date_gmt":"2025-10-30T17:23:19","guid":{"rendered":"https:\/\/ecolyte.at\/?page_id=1940"},"modified":"2025-11-18T18:38:29","modified_gmt":"2025-11-18T17:38:29","slug":"technology","status":"publish","type":"page","link":"https:\/\/ecolyte.at\/?page_id=1940","title":{"rendered":"TECHNOLOGY"},"content":{"rendered":"\n<div class=\"wp-block-cover alignfull wp-duotone-unset-1\" style=\"margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:1408px;aspect-ratio:unset;\"><img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"1024\" class=\"wp-block-cover__image-background wp-image-2061 size-large\" alt=\"\" src=\"https:\/\/ecolyte.at\/wp-content\/uploads\/2025\/11\/forest-56930_1280-1-768x1024.jpg\" style=\"object-position:29% 38%\" data-object-fit=\"cover\" data-object-position=\"29% 38%\" srcset=\"https:\/\/ecolyte.at\/wp-content\/uploads\/2025\/11\/forest-56930_1280-1-768x1024.jpg 768w, https:\/\/ecolyte.at\/wp-content\/uploads\/2025\/11\/forest-56930_1280-1-225x300.jpg 225w, https:\/\/ecolyte.at\/wp-content\/uploads\/2025\/11\/forest-56930_1280-1.jpg 960w\" sizes=\"auto, (max-width: 768px) 100vw, 768px\" \/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-70 has-background-dim\" style=\"background-color:#5d6b4e\"><\/span><div class=\"wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow\">\n<div class=\"wp-block-columns alignfull is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<!doctype html> <html lang=\"de\"> <head> <meta charset=\"utf-8\" \/> <meta name=\"viewport\" content=\"width=device-width,initial-scale=1\" \/> <title>Rotating Typewriter Heading<\/title> <style> :root { --grad-start: #00e676; \/* kr\u00e4ftiges, aber nicht zu grelles Gr\u00fcn *\/ --grad-end: #2979ff; \/* sattes Blau *\/ --font-size: clamp(28px, 6vw, 72px); --speed-type: 80; --speed-delete: 40; --hold: 1000; } body { margin: 0; padding: 0; min-height: 100vh; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-start; font-family: Inter, \"Roboto\", \"Helvetica Neue\", Arial, sans-serif; background: transparent; } .headline { display: flex; flex-direction: column; align-items: flex-start; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; font-size: var(--font-size); text-align: left; margin: 0; \/* Standardabstand komplett weg *\/ padding: 0.25em 0.5em; \/* nur kleiner Innenabstand *\/ line-height: 1.05; \/* kompakter Zeilenabstand *\/ } .rotator { position: relative; display: inline-block; min-width: 18ch; white-space: nowrap; overflow: hidden; } .rotator .word { display: inline-block; font-weight: 900; background: linear-gradient(90deg, var(--grad-start), var(--grad-end)); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: rgba(255,255,255,0.92); color: rgba(255,255,255,0.92); mix-blend-mode: normal; \/* gute Lesbarkeit mit sanfter Kontur und leichtem Glow *\/ text-shadow: 0 0 4px rgba(0, 0, 0, 0.4), 0 0 10px rgba(41, 121, 255, 0.4), 0 0 14px rgba(0, 230, 118, 0.3); } .cursor { display: inline-block; width: 0.1em; margin-left: 4px; background: #111; animation: blink 1s steps(2, start) infinite; height: 1em; vertical-align: middle; border-radius: 1px; } @keyframes blink { 0%, 50% { opacity: 1; } 51%, 100% { opacity: 0; } } .fixed { font-weight: 800; font-size: 0.9em; letter-spacing: 4px; margin-top: 0.05em; \/* minimaler Abstand *\/ color: #111; text-shadow: none; } @media (max-width: 520px) { .cursor { height: 0.85em; } } <\/style> <\/head> <body> <h1 class=\"headline\" aria-live=\"polite\"> <span class=\"rotator\" aria-hidden=\"false\"> <span id=\"word\" class=\"word\" aria-hidden=\"false\" aria-live=\"off\"><\/span> <span class=\"cursor\" aria-hidden=\"true\"><\/span> <\/span> <span class=\"fixed\">TECHNOLOGY<\/span> <\/h1> <script> (function(){ const words = [\"SUSTAINABLE\", \"AFFORDABLE\", \"ECOLYTE\"]; const el = document.getElementById('word'); const root = getComputedStyle(document.documentElement); const typeSpeed = Number(root.getPropertyValue('--speed-type')) || 80; const deleteSpeed = Number(root.getPropertyValue('--speed-delete')) || 40; const hold = Number(root.getPropertyValue('--hold')) || 1000; let wordIndex = 0; let charIndex = 0; let typing = true; function typeOnce() { const current = words[wordIndex]; if (typing) { charIndex++; el.textContent = current.slice(0, charIndex); if (charIndex < current.length) { setTimeout(typeOnce, typeSpeed); } else { setTimeout(() => { typing = false; setTimeout(typeOnce, deleteSpeed); }, hold); } } else { charIndex--; el.textContent = current.slice(0, charIndex); if (charIndex > 0) { setTimeout(typeOnce, deleteSpeed); } else { wordIndex = (wordIndex + 1) % words.length; typing = true; setTimeout(typeOnce, typeSpeed); } } } typeOnce(); })(); <\/script> <\/body> <\/html>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns alignfull has-background is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\" style=\"background:linear-gradient(135deg,rgba(250,250,250,0.65) 0%,rgba(249,249,249,0.74) 100%)\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<p class=\"has-black-color has-text-color has-link-color wp-elements-3e198755b61bde111db854336457e76b\" style=\"font-size:33px;font-style:normal;font-weight:100\">BATTERY<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-2ccb623da35532f4ef25f3929eca448f\" style=\"font-size:17px;font-style:normal;font-weight:100\">Imagine a battery that can store large amounts of energy with components extracted from nature \u2013 that\u2019s the core of our Ecolyte technology.<\/p>\n\n\n\n<p class=\"has-text-align-left has-black-color has-text-color has-link-color wp-elements-61231d3d84040d5f136e7f7911a6936f\" style=\"font-size:16px;font-style:normal;font-weight:100\">We revolutionize energy storage through next-generation redox-flow batteries powered by Vanillin. By replacing traditional Vanadium with this bio-based ingredient, we create <strong>eco-friendly, safe <\/strong>and <strong>sustainable<\/strong> energy systems that rival conventional batteries in performance while drastically reducing environmental impact.<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-8c6424ac9f82753e6f64eafb19d57f3d\" style=\"font-size:17px;font-style:normal;font-weight:100\">We are turning <strong>Vanillin<\/strong>, an everyday substance most known for baking of perfumes, into a <strong>powerful tool for renewable energy storage.<\/strong> By doing so, we reduce dependence on mined resources, reduce the environmental risks associated with common battery production and disposal and build a sustainable cycle of use.<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\"><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/ecolyte.at\/wp-content\/uploads\/2025\/10\/AI-Bild-2.jpg\" alt=\"\" class=\"wp-image-1991\" style=\"width:353px;height:auto\" srcset=\"https:\/\/ecolyte.at\/wp-content\/uploads\/2025\/10\/AI-Bild-2.jpg 1024w, https:\/\/ecolyte.at\/wp-content\/uploads\/2025\/10\/AI-Bild-2-300x300.jpg 300w, https:\/\/ecolyte.at\/wp-content\/uploads\/2025\/10\/AI-Bild-2-150x150.jpg 150w, https:\/\/ecolyte.at\/wp-content\/uploads\/2025\/10\/AI-Bild-2-768x768.jpg 768w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n<\/div><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns alignfull has-background is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\" style=\"background:linear-gradient(135deg,rgba(250,250,250,0.65) 0%,rgba(249,249,249,0.74) 100%)\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\"><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"256\" height=\"170\" src=\"https:\/\/ecolyte.at\/wp-content\/uploads\/2025\/10\/membran.png\" alt=\"\" class=\"wp-image-1978\" style=\"width:412px;height:auto\"\/><\/figure>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<p class=\"has-black-color has-text-color has-link-color wp-elements-3443315c65c1b56ee8b63e5a3e4b6f1c\" style=\"font-size:33px;font-style:normal;font-weight:100\">COMPONENTS<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-a61228e9f655a702655330b5e111561a\" style=\"font-size:17px;font-style:normal;font-weight:100\">We provide a solution for one of the most important challenges of Green Energy Transition: By<strong> replacing PFAS membranes<\/strong>, about to be banned under upcoming EU PFAS regulation, we make an important step towards a more sustainable future. Our membrane solution has an <strong>unprecedented performance-cost ratio<\/strong>, challenging state-of-the-art membranes in performance, flexibility and price.&nbsp;<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-c0da2ee48233c72d9c60ab72954f1220\" style=\"font-size:17px;font-style:normal;font-weight:100\">Whether in electrolyzers, fuel cells or redox-flow batteries, Ecolyte\u2019s membranes are being verified in various application fields. Its <strong>flexibility<\/strong> ensures further tailoring possibilities, all by relying fully on a European supply chain.\u00a0<\/p>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns alignfull has-background is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\" style=\"background:linear-gradient(135deg,rgba(250,250,250,0.65) 0%,rgba(249,249,249,0.74) 100%)\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<p class=\"has-black-color has-text-color has-link-color wp-elements-e74e387d83cb2c2587e845b312181291\" style=\"font-size:33px;font-style:normal;font-weight:100\">SOFTWARE<\/p>\n\n\n\n<p class=\"has-black-color has-text-color has-link-color wp-elements-0919fe34b69b868133e8c2eb54dff518\" style=\"font-size:17px;font-style:normal;font-weight:100\">Our LLM-powered patent software turns massive <strong>patent corpora<\/strong> into <strong>grounded, citation-rich answers<\/strong>. It combines high-recall retrieval with precise generation to cut prior-art review from hours to minutes. It searches our proprietary database, grounds every sentence in source passages, and produces <strong>export-ready summaries and documents.<\/strong> It is private by design (on-premises and supporting local LLMs) and is built to fit into legal workflows, allowing IP teams and engineers to <strong>innovate faster without sacrificing rigor<\/strong>.<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\"><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"949\" src=\"https:\/\/ecolyte.at\/wp-content\/uploads\/2025\/11\/kompr-1024x949.png\" alt=\"\" class=\"wp-image-2115\" style=\"width:379px;height:auto\" srcset=\"https:\/\/ecolyte.at\/wp-content\/uploads\/2025\/11\/kompr-1024x949.png 1024w, https:\/\/ecolyte.at\/wp-content\/uploads\/2025\/11\/kompr-300x278.png 300w, https:\/\/ecolyte.at\/wp-content\/uploads\/2025\/11\/kompr-768x711.png 768w, https:\/\/ecolyte.at\/wp-content\/uploads\/2025\/11\/kompr-1536x1423.png 1536w, https:\/\/ecolyte.at\/wp-content\/uploads\/2025\/11\/kompr.png 1658w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n<\/div><\/div>\n<\/div>\n<\/div><\/div>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":5,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-fullwidth-stretched.php","meta":{"footnotes":""},"class_list":["post-1940","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/ecolyte.at\/index.php?rest_route=\/wp\/v2\/pages\/1940","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ecolyte.at\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ecolyte.at\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ecolyte.at\/index.php?rest_route=\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/ecolyte.at\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1940"}],"version-history":[{"count":60,"href":"https:\/\/ecolyte.at\/index.php?rest_route=\/wp\/v2\/pages\/1940\/revisions"}],"predecessor-version":[{"id":2202,"href":"https:\/\/ecolyte.at\/index.php?rest_route=\/wp\/v2\/pages\/1940\/revisions\/2202"}],"wp:attachment":[{"href":"https:\/\/ecolyte.at\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1940"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}