{"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":"2025-05-21T14:54:02","modified_gmt":"2025-05-21T12:54:02","slug":"organization-of-the-pcc-group","status":"publish","type":"page","link":"https:\/\/geschaeftsbericht-2024.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 employs around 3,300 people at 41 sites\nin 18 countries. The investment portfolio of the Group is divided\ninto seven segments. The six segments Polyols &amp; Derivatives, Surfactants\n&amp; Derivatives, Chlorine &amp; Derivatives, Silicon &amp; Derivatives,\nTrading &amp; Services and Logistics are allocated full operational responsibility.\nAssigned to these six segments are a total of 17 business\nunits that are managed by our international companies and\nentities. The seventh segment, Holding &amp; Projects, includes not\nonly the holding company PCC SE but also various project companies.    <br><\/br>\n\nCompared to the previous year, the following changes were made\nto the investment portfolio of the PCC Group in 2024: There were\ntwo additions to the scope of consolidation with PCC Rokita\nTrade Sp. z o.o., Brzeg Dolny (Poland), in the Chlorine &amp; Derivatives\nsegment, and PCC Exol Trade Sp. z o.o., Brzeg Dolny, in the Surfactants\n&amp; Derivatives segment; PCC ChloroSilanes Sp. z o.o., Brzeg\nDolny, and PCC GulfChem Corporation, Wilmington (Delaware,\nUSA), were also included in the scope of consolidation. These two\ncompanies have been assigned to the Holding &amp; Projects segment.\nAlso included in the scope of consolidation are the companies\nCentralna Oczyszczalnia \u015aciek.w Sp. z o.o., Brzeg Dolny, and\nPCC Italy S.r.l., Milan, which are allocated to the Trading &amp; Services\nsegment. The disposals from the scope of consolidation result\nfrom the merger of PCC Chemicals GmbH and PCC Integrated\nChemistries GmbH into PCC SE, each domiciled in Duisburg.       Including PCC SE, 49 companies are thus fully consolidated in the\nPCC consolidated financial statements for 2024. Three joint ventures\nare 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-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-2024.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\tThe corporate strategy of the PCC Group is focused on the creation\nand continuous enhancement of enterprise value. As a\ngrowth-led investor predominantly aligned to the long term, the\nholding company PCC SE supports its affiliated businesses in their\nentrepreneurial development and in the expansion of their various\nspecific strengths. The existing investment portfolio is actively\nmanaged and continuously optimized. The focus here is particularly\non efficiency enhancements and process optimization. The\nGroup\u2019s development policy also focuses on the regular appraisal\nof further potential projects and acquisitions geared to both forward\nand backward integration. The aim is to diversify into new\nmarket segments in line with our expertise while at the same time\nstrengthening our raw materials base and expanding our core\nbusiness geographically.    By contrast, non-core activities are only\ndeveloped to a certain level of market maturity with a view to then\noffering them for sale. The main objective remains the long-term\nsecuring of further profitable growth for the PCC Group as a whole. <br><\/br>\n\nTo facilitate regular internal and external reporting, the business\nof the PCC Group is divided geographically into seven regions\n(Germany, Poland, Other EU Member States, Other Europe, USA,\nAsia and Other Regions). In fiscal 2024, we generated 17.5 % (previous\nyear: 19.5 %) of our sales with customers in Germany, with\n39.4 % attributable to customers in Poland (previous year: 38.0 %)\nand 30.2 % to customers in Other EU Member States (previous year:\n28.8 %). \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 employs around 3,300 people at 41 sites in 18 countries. The investment portfolio of the Group is divided into seven segments. The six segments Polyols &amp; Derivatives, Surfactants &amp; Derivatives, Chlorine &amp; Derivatives, Silicon &amp; Derivatives, Trading &amp; Services and Logistics are allocated full operational responsibility. Assigned to these six segments [&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-2024.pcc.eu\/en\/wp-json\/wp\/v2\/pages\/5215","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/geschaeftsbericht-2024.pcc.eu\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/geschaeftsbericht-2024.pcc.eu\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/geschaeftsbericht-2024.pcc.eu\/en\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/geschaeftsbericht-2024.pcc.eu\/en\/wp-json\/wp\/v2\/comments?post=5215"}],"version-history":[{"count":5,"href":"https:\/\/geschaeftsbericht-2024.pcc.eu\/en\/wp-json\/wp\/v2\/pages\/5215\/revisions"}],"predecessor-version":[{"id":5975,"href":"https:\/\/geschaeftsbericht-2024.pcc.eu\/en\/wp-json\/wp\/v2\/pages\/5215\/revisions\/5975"}],"up":[{"embeddable":true,"href":"https:\/\/geschaeftsbericht-2024.pcc.eu\/en\/wp-json\/wp\/v2\/pages\/5120"}],"wp:attachment":[{"href":"https:\/\/geschaeftsbericht-2024.pcc.eu\/en\/wp-json\/wp\/v2\/media?parent=5215"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}