{"id":5215,"date":"2025-05-06T10:12:07","date_gmt":"2025-05-06T08:12:07","guid":{"rendered":"https:\/\/geschaeftsbericht-2024.pcc.eu\/group-management-report\/organization-of-the-pcc-group\/"},"modified":"2026-06-22T10:11:45","modified_gmt":"2026-06-22T08:11:45","slug":"organization-of-the-pcc-group","status":"publish","type":"page","link":"https:\/\/geschaeftsbericht-2025.pcc.eu\/en\/group-management-report\/organization-of-the-pcc-group\/","title":{"rendered":"Organization of the PCC Group"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"5215\" class=\"elementor elementor-5215 elementor-486\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ec907a0 e-flex e-con-boxed e-con e-parent\" data-id=\"ec907a0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b485abd elementor-widget elementor-widget-text-editor\" data-id=\"b485abd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tThe PCC Group currently operates with approximately 3,100 employees at 41 locations in 18 countries. The Group\u2019s investment portfolio is divided into seven segments. The six segments \u2013 Polyols &#038; Derivatives, Surfactants &#038; Derivatives, Chlorine &#038; Derivatives, Silicon &#038; Derivatives, Trading &#038; Services, and Logistics \u2013 bear operational responsibility. A total of 17 business units are assigned to these segments, which are managed by the international companies and entities. The seventh segment, Holding &#038; Projects, includes the holding company PCC SE, as well as other companies and entities that are still in the project development phase.    <br><\/br>\n\nThe PCC Group\u2019s corporate strategy is focused on creating and continuously increasing enterprise value. As a growth-oriented investor with a predominantly long-term focus, the holding company PCC SE supports its portfolio companies in their business development and in expanding their respective unique strengths. The investment portfolio is actively managed and continuously optimized, particularly through efficiency gains and process optimizations. The Group\u2019s development also focuses on the ongoing evaluation of further proj-ect ideas and acquisitions, aimed at both forward and backward integration. Our primary objectives are to diversify into new market segments in line with our core competencies while simultaneously strengthening our feedstock base and expanding our core businesses geographically.    Activities that do not belong to the core business, on the other hand, are developed only up to a certain level of market maturity and then made available for sale. Specifically, our efforts are predominantly aligned to securing the PCC Group\u2019s continued profitable growth in the long term.<br><\/br>\n\nAs part of regular internal and external reporting, the PCC Group\u2019s business is divided geographically into seven regions: Germany, Poland, Other EU Member States, Other Europe, the USA, Asia, and Other Regions. In the 2025 reporting year, the Group generated 15.0 % of its revenue with customers in Germany (previous year: 17.5 %), while 42.8 % came from customers in Poland (previous year: 39.4 %). A total of 86.2 % of PCC Group revenue derived from customers located in the member states of the European Union (previous year: 87.1 %).  \t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-87ce2c1 elementor-widget elementor-widget-spacer\" data-id=\"87ce2c1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-93ea80c elementor-widget elementor-widget-pdf_table_widget\" data-id=\"93ea80c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"pdf_table_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\n            #pdf-container-93ea80c {\n                overflow-x: auto;\n                overflow-y: hidden;\n                max-width: 100%;\n                white-space: nowrap;\n                cursor: grab;\n            }\n            #pdf-container-93ea80c canvas {\n                display: inline-block;\n            }\n            #pdf-container-93ea80c:active {\n                cursor: grabbing;\n            }\n            #pdf-container-93ea80c::-webkit-scrollbar {\n                height: 10px;\n            }\n            #pdf-container-93ea80c::-webkit-scrollbar-thumb {\n                background-color: #ff5f00;\n                border-radius: 5px;\n            }\n            #pdf-container-93ea80c::-webkit-scrollbar-track {\n                background-color: #f7f7f7;\n                border-radius: 5px;\n            }\n        <\/style><div id=\"pdf-container-93ea80c\"><\/div>\n<script>\n(function(){\n    var ua = navigator.userAgent;\n    var isLegacyWebKit = \/\\bVersion\\\/(16|17)\\.\/.test(ua)\n                       && \/\\bSafari\\\/\/.test(ua)\n                       && !\/\\bChrome\\\/\/.test(ua);\n\n    function renderPDF(pdfjsLib) {\n        console.log(\"PDF.js: rendering with\", pdfjsLib.version || \"(no version property)\");\n        var container = document.getElementById(\"pdf-container-93ea80c\");\n        pdfjsLib.getDocument(\"https:\/\/geschaeftsbericht-2025.pcc.eu\/wp-content\/uploads\/pcc\/pdf\/en\/g_l_01.pdf?v=\"+Date.now()).promise\n            .then(function(pdf){ return pdf.getPage(1); })\n            .then(function(page){\n                var viewport = page.getViewport({ scale: 2.25 });\n                var ratio    = window.devicePixelRatio || 1;\n                var canvas   = document.createElement(\"canvas\");\n                var ctx      = canvas.getContext(\"2d\");\n                canvas.width  = viewport.width * ratio;\n                canvas.height = viewport.height * ratio;\n                canvas.style.width  = viewport.width + \"px\";\n                canvas.style.height = viewport.height + \"px\";\n                ctx.scale(ratio, ratio);\n                return page.render({ canvasContext: ctx, viewport: viewport }).promise\n                    .then(function(){ container.appendChild(canvas); });\n            })\n            .catch(function(err){ console.error(\"PDF.js Fehler:\", err); });\n\n        \/\/ Drag-Scroll\n        var isDown=false, startX, scrollLeft;\n        container.addEventListener(\"mousedown\", function(e){\n            isDown=true;\n            startX=e.pageX-container.offsetLeft;\n            scrollLeft=container.scrollLeft;\n            container.style.cursor=\"grabbing\";\n        });\n        [\"mouseleave\",\"mouseup\"].forEach(function(evt){\n            container.addEventListener(evt, function(){\n                isDown=false;\n                container.style.cursor=\"grab\";\n            });\n        });\n        container.addEventListener(\"mousemove\", function(e){\n            if(!isDown) return;\n            e.preventDefault();\n            var x=e.pageX-container.offsetLeft;\n            var walk=(x-startX)*1.2;\n            container.scrollLeft=scrollLeft-walk;\n        });\n    }\n\n    if (isLegacyWebKit) {\n        console.log(\"PDF.js: Loading UMD v3.11.174 for legacy WebKit\");\n        var s = document.createElement(\"script\");\n        s.src = \"https:\/\/cdn.jsdelivr.net\/npm\/pdfjs-dist@3.11.174\/build\/pdf.min.js\";\n        s.onload = function(){\n            pdfjsLib.GlobalWorkerOptions.workerSrc =\n              \"https:\/\/cdn.jsdelivr.net\/npm\/pdfjs-dist@3.11.174\/build\/pdf.worker.min.js\";\n            renderPDF(pdfjsLib);\n        };\n        document.head.appendChild(s);\n    } else {\n        console.log(\"PDF.js: Loading ESM v5.2.133 standard build\");\n        var s_module = document.createElement(\"script\");\n        s_module.type = \"module\";\n        s_module.textContent = `\n            import * as pdfjsLib from \"https:\/\/unpkg.com\/pdfjs-dist@5.2.133\/build\/pdf.min.mjs\";\n            pdfjsLib.GlobalWorkerOptions.workerSrc =\n              \"https:\/\/unpkg.com\/pdfjs-dist@5.2.133\/build\/pdf.worker.min.mjs\";\n            (${renderPDF.toString()})(pdfjsLib);\n        `;\n        document.head.appendChild(s_module);\n    }\n})();\n<\/script>\n\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-67dd95f elementor-widget elementor-widget-spacer\" data-id=\"67dd95f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ea04e8a elementor-widget elementor-widget-text-editor\" data-id=\"ea04e8a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\tIn fiscal 2025, the following changes occurred in the PCC Group\u2019s investment portfolio: Enerion Sp. z o.o., Brzeg Dolny (Poland), which is managed within the Trading &#038; Services segment, was included in the scope of consolidation, while S.C. EURO-Urethane S.R.L., R\u00e2mnicu V\u00e2lcea (Romania), was deconsolidated. Another departure from the scope of consolidation resulted from the merger of PCC Insulations GmbH, Duisburg (Germany), into PCC SE. The PCC Group\u2019s 2025 financial statements therefore cover 48 companies \u2013 including PCC SE \u2013 as fully consolidated entities. Three joint ventures are accounted for using the equity method.    \t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-065f126 elementor-widget elementor-widget-spacer\" data-id=\"065f126\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"spacer.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-spacer\">\n\t\t\t<div class=\"elementor-spacer-inner\"><\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2a40b45 e-flex e-con-boxed e-con e-parent\" data-id=\"2a40b45\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-f10e377 e-con-full e-flex e-con e-child\" data-id=\"f10e377\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-469db73 e-con-full pcc-diagramm-headline-box e-flex e-con e-child\" data-id=\"469db73\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7310a58 pcc-diagram-headline elementor-widget__width-auto elementor-widget elementor-widget-heading\" data-id=\"7310a58\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">Sales by region<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8f6f617 pcc-diagramm-bezeichnung elementor-widget__width-auto elementor-absolute elementor-widget elementor-widget-heading\" data-id=\"8f6f617\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-heading-title elementor-size-default\">G_L_02<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-05bcb9f e-con-full e-flex e-con e-child\" data-id=\"05bcb9f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a5f8a63 elementor-widget elementor-widget-shortcode\" data-id=\"a5f8a63\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><div id=\"donut-chart-2\" class=\"donut-block\"><\/div><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-28bf4a2 e-con-full e-flex e-con e-child\" data-id=\"28bf4a2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>The PCC Group currently operates with approximately 3,100 employees at 41 locations in 18 countries. The Group\u2019s investment portfolio is divided into seven segments. The six segments \u2013 Polyols &#038; Derivatives, Surfactants &#038; Derivatives, Chlorine &#038; Derivatives, Silicon &#038; Derivatives, Trading &#038; Services, and Logistics \u2013 bear operational responsibility. A total of 17 business units [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"parent":5120,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-5215","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/geschaeftsbericht-2025.pcc.eu\/en\/wp-json\/wp\/v2\/pages\/5215","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/geschaeftsbericht-2025.pcc.eu\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/geschaeftsbericht-2025.pcc.eu\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/geschaeftsbericht-2025.pcc.eu\/en\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/geschaeftsbericht-2025.pcc.eu\/en\/wp-json\/wp\/v2\/comments?post=5215"}],"version-history":[{"count":6,"href":"https:\/\/geschaeftsbericht-2025.pcc.eu\/en\/wp-json\/wp\/v2\/pages\/5215\/revisions"}],"predecessor-version":[{"id":6853,"href":"https:\/\/geschaeftsbericht-2025.pcc.eu\/en\/wp-json\/wp\/v2\/pages\/5215\/revisions\/6853"}],"up":[{"embeddable":true,"href":"https:\/\/geschaeftsbericht-2025.pcc.eu\/en\/wp-json\/wp\/v2\/pages\/5120"}],"wp:attachment":[{"href":"https:\/\/geschaeftsbericht-2025.pcc.eu\/en\/wp-json\/wp\/v2\/media?parent=5215"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}