{"id":10575,"date":"2023-09-24T06:15:07","date_gmt":"2023-09-24T13:15:07","guid":{"rendered":"http:\/\/industco-demo.pbminfotech.com\/?page_id=3906"},"modified":"2026-02-08T13:31:39","modified_gmt":"2026-02-08T12:31:39","slug":"uber-uns","status":"publish","type":"page","link":"https:\/\/www.energycle.com\/de\/uber-uns\/","title":{"rendered":"\u00dcber uns"},"content":{"rendered":"<style>\n    \/* Global Styles *\/\n    .about-page-wrapper {\n        line-height: 1.5;\n        color: #000000;\n        background: #fff;\n        -webkit-font-smoothing: antialiased;\n    }\n\n    .about-page-wrapper * {\n        box-sizing: border-box;\n    }\n\n    .about-container {\n        max-width: 1024px;\n        margin: 0 auto;\n        padding: 0 24px;\n    }\n\n    .about-container-wide {\n        max-width: 1280px;\n        margin: 0 auto;\n        padding: 0 24px;\n    }\n\n    \/* Typography Utilities *\/\n    .about-page-wrapper h1,\n    .about-page-wrapper h2,\n    .about-page-wrapper h3,\n    .about-page-wrapper h4 {\n        margin: 0;\n        color: #000000;\n        letter-spacing: -0.02em;\n    }\n\n    \/* Hero Section *\/\n    .about-hero-section {\n        background: #fff;\n        padding: 160px 0 100px;\n        text-align: center;\n        border-bottom: 1px solid #f0f0f0;\n    }\n\n    .about-hero-eyebrow {\n        font-size: 16px;\n        font-weight: 600;\n        color: #4d94e7;\n        margin-bottom: 24px;\n        text-transform: uppercase;\n        letter-spacing: 0.05em;\n    }\n\n    .about-hero-title {\n        font-size: 64px;\n        font-weight: 600;\n        line-height: 1.1;\n        margin-bottom: 24px;\n        max-width: 900px;\n        margin-left: auto;\n        margin-right: auto;\n    }\n\n    .about-hero-subtitle {\n        font-size: 24px;\n        color: #555;\n        font-weight: 400;\n        line-height: 1.5;\n        max-width: 720px;\n        margin: 0 auto;\n    }\n\n    \/* Mission Section *\/\n    .about-mission-section {\n        padding: 120px 0;\n        background: #fff;\n    }\n\n    .about-mission-grid {\n        display: grid;\n        grid-template-columns: 1.2fr 0.8fr;\n        gap: 80px;\n        align-items: start;\n    }\n\n    .about-mission-content h2 {\n        font-size: 40px;\n        font-weight: 600;\n        margin-bottom: 32px;\n        line-height: 1.2;\n    }\n\n    .about-mission-content p {\n        font-size: 18px;\n        color: #333;\n        line-height: 1.6;\n        margin-bottom: 24px;\n    }\n\n    .about-mission-highlight {\n        background: #f9fafb;\n        padding: 40px;\n        border-radius: 4px;\n    }\n\n    .about-mission-highlight h4 {\n        font-size: 20px;\n        font-weight: 600;\n        margin-bottom: 24px;\n        color: #4d94e7;\n    }\n\n    .about-mission-highlight ul {\n        list-style: none;\n        padding: 0;\n        margin: 0;\n    }\n\n    .about-mission-highlight li {\n        font-size: 16px;\n        color: #1d1d1f;\n        padding: 12px 0;\n        padding-left: 24px;\n        position: relative;\n        border-bottom: 1px solid #e5e7eb;\n    }\n\n    .about-mission-highlight li:last-child {\n        border-bottom: none;\n    }\n\n    .about-mission-highlight li::before {\n        content: '\u2022';\n        position: absolute;\n        left: 0;\n        color: #4d94e7;\n        font-weight: bold;\n        font-size: 18px;\n        line-height: 1.5;\n    }\n\n    \/* Products Section *\/\n    .about-products-section {\n        padding: 120px 0;\n        background: #fff;\n        border-top: 1px solid #f0f0f0;\n    }\n\n    .about-section-header {\n        text-align: left;\n        margin-bottom: 60px;\n        max-width: 800px;\n    }\n\n    .about-section-eyebrow {\n        font-size: 14px;\n        font-weight: 600;\n        color: #4d94e7;\n        margin-bottom: 16px;\n        text-transform: uppercase;\n        letter-spacing: 0.05em;\n    }\n\n    .about-section-header h2 {\n        font-size: 40px;\n        font-weight: 600;\n        margin-bottom: 16px;\n    }\n\n    .about-section-header p {\n        font-size: 20px;\n        color: #555;\n        line-height: 1.5;\n    }\n\n    .about-products-grid {\n        display: grid;\n        grid-template-columns: repeat(3, 1fr);\n        gap: 24px;\n    }\n\n    .about-product-card {\n        background: #f9fafb;\n        padding: 32px;\n        border-radius: 4px;\n        min-height: 180px;\n        display: flex;\n        flex-direction: column;\n        justify-content: space-between;\n        transition: background 0.2s ease;\n        text-decoration: none;\n        position: relative;\n    }\n\n    .about-product-card:hover {\n        background: #f0f0f0;\n    }\n\n    .about-product-card h4 {\n        font-size: 24px;\n        font-weight: 600;\n        color: #000;\n    }\n\n    .about-product-card a {\n        text-decoration: none;\n        color: inherit;\n        display: block;\n        height: 100%;\n        display: flex;\n        flex-direction: column;\n        justify-content: space-between;\n    }\n\n    .about-product-card-icon {\n        align-self: flex-end;\n        color: #000;\n        font-size: 20px;\n        transition: transform 0.2s ease;\n    }\n\n    .about-product-card:hover .about-product-card-icon {\n        transform: translateX(4px);\n        color: #4d94e7;\n    }\n\n    \/* Services Section *\/\n    .about-services-section {\n        padding: 120px 0;\n        background: #fff;\n        border-top: 1px solid #f0f0f0;\n    }\n\n    .about-services-grid {\n        display: grid;\n        grid-template-columns: repeat(4, 1fr);\n        gap: 40px;\n        margin-top: 80px;\n    }\n\n    .about-service-card {\n        background: transparent;\n        border: none;\n        padding: 0;\n        text-align: left;\n    }\n\n    .about-service-icon {\n        width: auto;\n        height: auto;\n        margin: 0 0 24px 0;\n        background: none;\n        border-radius: 0;\n        display: block;\n        font-size: 32px;\n        color: #4d94e7;\n    }\n\n    .about-service-card h4 {\n        font-size: 20px;\n        font-weight: 600;\n        margin-bottom: 12px;\n        color: #000;\n    }\n\n    .about-service-card p {\n        font-size: 16px;\n        color: #555;\n        line-height: 1.6;\n        margin: 0;\n    }\n\n    \/* Vision Section *\/\n    .about-vision-section {\n        padding: 120px 0;\n        background: #1d1d1f;\n        \/* Simplified Dark BG *\/\n        color: #fff;\n        text-align: left;\n    }\n\n    .about-vision-content {\n        max-width: 100%;\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 80px;\n        align-items: center;\n    }\n\n    .about-vision-text h2 {\n        font-size: 40px;\n        font-weight: 600;\n        color: #fff;\n        margin-bottom: 24px;\n        line-height: 1.1;\n    }\n\n    .about-vision-text p {\n        font-size: 20px;\n        color: #a1a1a6;\n        line-height: 1.5;\n        margin-bottom: 0;\n    }\n\n    .about-vision-stats {\n        display: grid;\n        grid-template-columns: repeat(2, 1fr);\n        gap: 40px;\n        margin-top: 0;\n        padding-top: 0;\n        border-top: none;\n    }\n\n    .about-vision-stat {\n        text-align: left;\n    }\n\n    .about-vision-stat-number {\n        font-size: 64px;\n        font-weight: 600;\n        color: #4d94e7;\n        margin-bottom: 8px;\n        letter-spacing: -0.02em;\n        line-height: 1;\n    }\n\n    .about-vision-stat-label {\n        font-size: 16px;\n        color: #a1a1a6;\n        font-weight: 400;\n    }\n\n    \/* CTA Section *\/\n    .about-cta-section {\n        padding: 120px 0;\n        background: #fff;\n        text-align: center;\n        color: #000;\n        border-top: 1px solid #f0f0f0;\n    }\n\n    .about-cta-content h2 {\n        font-size: 40px;\n        font-weight: 600;\n        margin-bottom: 24px;\n        color: #000;\n    }\n\n    .about-cta-content p {\n        font-size: 20px;\n        color: #555;\n        max-width: 600px;\n        margin: 0 auto 40px;\n        line-height: 1.5;\n    }\n\n    .about-cta-btn {\n        display: inline-flex;\n        align-items: center;\n        justify-content: center;\n        gap: 8px;\n        padding: 16px 32px;\n        background: #000;\n        color: #fff;\n        text-decoration: none;\n        border-radius: 4px;\n        font-weight: 500;\n        font-size: 16px;\n        transition: background 0.2s ease;\n    }\n\n    .about-cta-btn:hover {\n        background: #333;\n        transform: none;\n    }\n\n    \/* Responsive *\/\n    @media (max-width: 1024px) {\n        .about-products-grid {\n            grid-template-columns: repeat(2, 1fr);\n        }\n\n        .about-services-grid {\n            grid-template-columns: repeat(2, 1fr);\n        }\n\n        .about-vision-content {\n            grid-template-columns: 1fr;\n            gap: 60px;\n        }\n    }\n\n    @media (max-width: 768px) {\n        .about-hero-title {\n            font-size: 40px;\n        }\n\n        .about-mission-grid {\n            grid-template-columns: 1fr;\n            gap: 40px;\n        }\n\n        .about-products-grid,\n        .about-services-grid {\n            grid-template-columns: 1fr;\n        }\n\n        .about-section-header h2,\n        .about-mission-content h2,\n        .about-vision-text h2,\n        .about-cta-content h2 {\n            font-size: 32px;\n        }\n    }\n<\/style>\n\n\n<div class=\"about-page-wrapper\">\n    <section class=\"about-hero-section\">\n        <div class=\"about-container\">\n            <div class=\"about-hero-content\">\n                <div class=\"about-hero-eyebrow\">\u00dcber Energycle<\/div>\n                <h1 class=\"about-hero-title\">Die Zukunft der Kreislaufwirtschaft gestalten<\/h1>\n                <p class=\"about-hero-subtitle\">Wir entwickeln Hochleistungstechnologien, die Abfall in wertvolle Ressourcen verwandeln. Von Einzelmaschinen bis hin zu schl\u00fcsselfertigen Anlagen treiben wir den globalen Wandel hin zu einer nachhaltigen Zukunft voran.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n    <section class=\"about-mission-section\">\n        <div class=\"about-container\">\n            <div class=\"about-mission-grid\">\n                <div class=\"about-mission-content\">\n                    <h2>Unsere S\u00e4ulen der Exzellenz<\/h2>\n                    <p>Bei Energycle bauen wir nicht nur Maschinen; wir entwickeln L\u00f6sungen f\u00fcr eine geschlossene Zukunftskette. Unsere Technologie ist darauf ausgelegt, die Materialreinheit, die Betriebseffizienz und die Profitabilit\u00e4t zu maximieren.\n                    <\/p>\n                    <p>Aufbauend auf jahrzehntelanger Erfahrung bieten wir ein umfassendes Portfolio \u2013 von intelligenten Zerkleinerungsanlagen bis hin zu modernen Wasch- und Granulieranlagen. Wir sind Ihr strategischer Partner im Kunststoffrecycling.<\/p>\n                <\/div>\n                <div class=\"about-mission-highlight\">\n                    <h4>Warum Branchenf\u00fchrer uns w\u00e4hlen<\/h4>\n                    <ul>\n                        <li><strong>Kreislaufinnovation:<\/strong> Fortgeschrittene Forschung und Entwicklung im Bereich \u201cSmart Recycling\u201d und zero-waste Technologien.<\/li>\n                        <li><strong>Schl\u00fcsselfertige Ausf\u00fchrung:<\/strong> Komplette Anlagenplanung von A bis Z, von der Konzeption bis zur Inbetriebnahme.<\/li>\n                        <li><strong>Globale Zuverl\u00e4ssigkeit:<\/strong> Bew\u00e4hrte Leistungsf\u00e4higkeit mit \u00fcber 500 Installationen in mehr als 50 L\u00e4ndern.<\/li>\n                        <li><strong>Betriebseffizienz:<\/strong> Robuste Konstruktionen, die eine Zuverl\u00e4ssigkeit rund um die Uhr und niedrige Wartungskosten gew\u00e4hrleisten.<\/li>\n                        <li><strong>Nachhaltiger Wert:<\/strong> Maximierung der Endqualit\u00e4t der Pellets, um mit Neuware konkurrieren zu k\u00f6nnen.<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n    <section class=\"about-products-section\">\n        <div class=\"about-container-wide\">\n            <div class=\"about-section-header\">\n                <div class=\"about-section-eyebrow\">Unsere L\u00f6sungen<\/div>\n                <h2>Komplettes Produktportfolio<\/h2>\n                <p>Von Einzelger\u00e4ten bis hin zu kompletten schl\u00fcsselfertigen Systemen entwickeln wir L\u00f6sungen f\u00fcr jede Recyclingherausforderung \u2013 unabh\u00e4ngig vom Material oder Umfang.<\/p>\n            <\/div>\n            <div class=\"about-products-grid\">\n                <div class=\"about-product-card\"><a href=\"https:\/\/www.energycle.com\/de\/recycling-waschanlagen\/\">\n                        <h4>Recyclingl\u00f6sungen<\/h4>\n                        <div class=\"about-product-card-icon\"><i class=\"fas fa-arrow-right\"><\/i><\/div>\n                    <\/a><\/div>\n                <div class=\"about-product-card\"><a href=\"https:\/\/www.energycle.com\/de\/kunststoff-pelletiermaschine-2\/\">\n                        <h4>Granulierung &amp; Pelletisierung<\/h4>\n                        <div class=\"about-product-card-icon\"><i class=\"fas fa-arrow-right\"><\/i><\/div>\n                    <\/a><\/div>\n                <div class=\"about-product-card\"><a href=\"https:\/\/www.energycle.com\/de\/kunststoffzerkleinerer\/\">\n                        <h4>Shredder<\/h4>\n                        <div class=\"about-product-card-icon\"><i class=\"fas fa-arrow-right\"><\/i><\/div>\n                    <\/a><\/div>\n                <div class=\"about-product-card\"><a href=\"https:\/\/www.energycle.com\/de\/kunststoffgranulatoren\/\">\n                        <h4>Brecher &amp; Mahlwerke<\/h4>\n                        <div class=\"about-product-card-icon\"><i class=\"fas fa-arrow-right\"><\/i><\/div>\n                    <\/a><\/div>\n                <div class=\"about-product-card\"><a href=\"https:\/\/www.energycle.com\/de\/trocknungssystem\/\">\n                        <h4>Trocknungsmaschinen<\/h4>\n                        <div class=\"about-product-card-icon\"><i class=\"fas fa-arrow-right\"><\/i><\/div>\n                    <\/a><\/div>\n                <div class=\"about-product-card\"><a href=\"https:\/\/www.energycle.com\/de\/assistenzsystem\/\">\n                        <h4>Zusatzausr\u00fcstung<\/h4>\n                        <div class=\"about-product-card-icon\"><i class=\"fas fa-arrow-right\"><\/i><\/div>\n                    <\/a><\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n    <section class=\"about-services-section\">\n        <div class=\"about-container-wide\">\n            <div class=\"about-section-header\">\n                <div class=\"about-section-eyebrow\">Warum Sie uns w\u00e4hlen sollten<\/div>\n                <h2>Komplette Unterst\u00fctzung<\/h2>\n                <p>Wir sind bestrebt, Ihnen auf jeder Stufe Ihres Recycling-Prozesses zum Erfolg zu verhelfen.<\/p>\n            <\/div>\n            <div class=\"about-services-grid\">\n                <div class=\"about-service-card\">\n                    <div class=\"about-service-icon\"><i class=\"fas fa-cogs\"><\/i><\/div>\n                    <h4>Umfassende Dienstleistungen<\/h4>\n                    <p>Komplette Unterst\u00fctzung von der ersten Beratung bis zur endg\u00fcltigen Installation und dar\u00fcber hinaus.<\/p>\n                <\/div>\n                <div class=\"about-service-card\">\n                    <div class=\"about-service-icon\"><i class=\"fas fa-leaf\"><\/i><\/div>\n                    <h4>Engagierte Fachleute<\/h4>\n                    <p>Wir arbeiten f\u00fcr eine nachhaltige Zukunft und stellen sicher, dass jedes Projekt h\u00f6chsten Standards gen\u00fcgt.<\/p>\n                <\/div>\n                <div class=\"about-service-card\">\n                    <div class=\"about-service-icon\"><i class=\"fas fa-user-tie\"><\/i><\/div>\n                    <h4>Erfahrene Ingenieure<\/h4>\n                    <p>Kundige Ingenieure bringen Jahre an Erfahrung und Pr\u00e4zision in jede L\u00f6sung ein.<\/p>\n                <\/div>\n                <div class=\"about-service-card\">\n                    <div class=\"about-service-icon\"><i class=\"fas fa-headset\"><\/i><\/div>\n                    <h4>24\/7 Kunden-Support<\/h4>\n                    <p>Wir sind rund um die Uhr f\u00fcr Sie da, um reibungslose und effiziente Betriebsabl\u00e4ufe zu gew\u00e4hrleisten.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n    <section class=\"about-vision-section\">\n        <div class=\"about-container\">\n            <div class=\"about-vision-content\">\n                <div class=\"about-vision-text\">\n                    <h2>Den Kreislauf gemeinsam schlie\u00dfen.<\/h2>\n                    <p>Unsere Vision ist eine Welt ohne Abfall. Durch die Kombination modernster Ingenieurskunst mit fundierter Materialexpertise erm\u00f6glichen wir unseren Partnern die Herstellung hochwertiger Recyclingmaterialien, die den Anforderungen der modernen Wirtschaft gerecht werden.<\/p>\n                <\/div>\n                <div class=\"about-vision-stats\">\n                    <div class=\"about-vision-stat\">\n                        <div class=\"about-vision-stat-number\">20+<\/div>\n                        <div class=\"about-vision-stat-label\">Jahre an Erfahrung<\/div>\n                    <\/div>\n                    <div class=\"about-vision-stat\">\n                        <div class=\"about-vision-stat-number\">500+<\/div>\n                        <div class=\"about-vision-stat-label\">Projekte weltweit<\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n    <section class=\"about-cta-section\">\n        <div class=\"about-container\">\n            <div class=\"about-cta-content\">\n                <h2>Sind Sie bereit, Ihr Recyclinggesch\u00e4ft auszubauen?<\/h2>\n                <p>Partner werden Sie mit Energycle f\u00fcr erstklassiges Engineering, zuverl\u00e4ssige Maschinen und dedizierte globalen Support. Lassen Sie uns heute Ihre ma\u00dfgeschneiderte L\u00f6sung entwickeln.<\/p>\n                <a href=\"https:\/\/www.energycle.com\/de\/kontaktiere-uns\/\" class=\"about-cta-btn\">Fordern Sie Ihr individuelles Angebot an <i class=\"fas fa-arrow-right\"><\/i><\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>\u00dcber Energycle Engineering die Zukunft der Kreislaufwirtschaft Wir entwickeln leistungsstarke Technologien, die M\u00fcll in wertvolle Ressourcen umwandeln. Vom Einzelmachine bis zur schl\u00fcsselfertigen Anlage treiben wir die globale \u00dcbergangsphase zu einer nachhaltigen Zukunft an. Unsere S\u00e4ulen der Exzellenz Bei Energycle bauen wir nicht nur Maschinen; wir entwickeln L\u00f6sungen f\u00fcr eine geschlossene Zukunftskette. Unsere Technologie ist \u2026 <a href=\"https:\/\/www.energycle.com\/de\/uber-uns\/\" class=\"more-link\">Weiterlesen <span class=\"screen-reader-text\">\u00dcber uns<\/span><\/a><\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":8,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-10575","page","type-page","status-publish","hentry"],"tsf_seo":{"title":"\u00dcber uns","description":"Energycle gestaltet die Zukunft der Kreislaufwirtschaft mit schl\u00fcsselfertigen Kunststoffrecyclingl\u00f6sungen. Von Hochleistungszerkleinerern und Waschanlagen bis hin zu fortschrittlichen Granulieranlagen bieten wir weltweit f\u00fchrende L\u00f6sungen f\u00fcr das Recycling von PE, PP und PET.","robots":"index, follow","canonical":"https:\/\/www.energycle.com\/de\/uber-uns\/","og_title":"About Us","og_description":"Energycle engineers the future of the circular economy with turnkey plastic recycling solutions. From high-performance shredders and washing lines to advanced pelletizing systems, we deliver global excellence for PE, PP, and PET recycling.","og_image":""},"_links":{"self":[{"href":"https:\/\/www.energycle.com\/de\/wp-json\/wp\/v2\/pages\/10575","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.energycle.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.energycle.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.energycle.com\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.energycle.com\/de\/wp-json\/wp\/v2\/comments?post=10575"}],"version-history":[{"count":0,"href":"https:\/\/www.energycle.com\/de\/wp-json\/wp\/v2\/pages\/10575\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.energycle.com\/de\/wp-json\/wp\/v2\/media?parent=10575"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}