{"id":986,"date":"2025-02-11T17:39:34","date_gmt":"2025-02-11T17:39:34","guid":{"rendered":"https:\/\/de.servotecnica.com\/?page_id=986"},"modified":"2026-01-07T15:23:31","modified_gmt":"2026-01-07T15:23:31","slug":"soziale-verantwortung","status":"publish","type":"page","link":"https:\/\/de.servotecnica.com\/de\/soziale-verantwortung\/","title":{"rendered":"Soziale Verantwortung"},"content":{"rendered":"\n<script>\n(function(){\n  'use strict';\n\n  \/\/ --- restore originals if present (defensive) ---\n  try { if (window._origEventTargetAdd) EventTarget.prototype.addEventListener = window._origEventTargetAdd; } catch(e){}\n  try { if (window._origDispatch) window.dispatchEvent = window._origDispatch; } catch(e){}\n  try { if (window._origWindowAdd) window.addEventListener = window._origWindowAdd; } catch(e){}\n  try { if (window._original_location_reload) location.reload = window._original_location_reload; } catch(e){}\n\n  \/\/ --- config ---\n  const targetSrcPattern = '\/components\/ESG\/sezione_ESG.js';\n  const sliderId = 'Scrool-Slider';\n  const mainId = 'primary';\n  const mainClass = 'page-ESG';\n\n  \/\/ --- helper: decide se rimuovere un inline script (molto selettivo) ---\n  function shouldRemoveInline(txt) {\n    if (!txt) return false;\n    const hasReload = \/location\\.reload\\s*\\(\/i.test(txt);\n    const hasResizeMarker = \/resizeTimer|lastWidth|window\\.addEventListener\\s*\\(\\s*['\"]resize['\"]\/i.test(txt) || \/setTimeout\\s*\\(\/i.test(txt);\n    return hasReload && hasResizeMarker;\n  }\n\n  \/\/ --- rimuove lo script remoto o inline sospetto ---\n  function removeScriptNode(node) {\n    try {\n      if (!node || node.nodeType !== 1 || node.tagName !== 'SCRIPT') return false;\n      const src = node.getAttribute && node.getAttribute('src') || '';\n      if (src && src.indexOf(targetSrcPattern) !== -1) {\n        node.parentNode && node.parentNode.removeChild(node);\n        console.log('Removed ESG remote script:', src);\n        return true;\n      }\n      const txt = node.textContent || '';\n      if (shouldRemoveInline(txt)) {\n        node.parentNode && node.parentNode.removeChild(node);\n        console.log('Removed inline resize\/reload script');\n        return true;\n      }\n    } catch(e){}\n    return false;\n  }\n\n  \/\/ --- rimuove script gi\u00e0 presenti (safe) ---\n  try {\n    Array.prototype.slice.call(document.querySelectorAll('script')).forEach(removeScriptNode);\n  } catch(e){}\n\n  \/\/ --- fix per elementi target ---\n  function fixSlider(el) {\n    if (!el) return;\n    try {\n      if (el.style && el.style.position) el.style.removeProperty('position');\n      if (window.getComputedStyle(el).position === 'fixed') {\n        el.style.setProperty('position', 'static', 'important');\n      }\n      console.log('[fix] slider processed', el.id);\n    } catch(e){}\n  }\n\n  function fixMain(el) {\n    if (!el) return;\n    try {\n      if (el.style && el.style.marginTop && el.style.marginTop.indexOf('139vh') !== -1) el.style.removeProperty('margin-top');\n      const mt = window.getComputedStyle(el).marginTop || '';\n      if (mt.indexOf('139') !== -1 && mt.indexOf('vh') !== -1) {\n        el.style.setProperty('margin-top', '0px', 'important');\n      }\n      console.log('[fix] main processed', el.id);\n    } catch(e){}\n  }\n\n  function runFixes() {\n    try {\n      const s = document.getElementById(sliderId);\n      if (s) fixSlider(s);\n      const m = document.getElementById(mainId);\n      if (m && m.classList && m.classList.contains(mainClass)) fixMain(m);\n    } catch(e){}\n  }\n\n  runFixes();\n  (function repeatStartup(){\n    let attempts = 0;\n    const iv = setInterval(function(){\n      runFixes();\n      if (++attempts > 25) clearInterval(iv);\n    }, 200);\n  })();\n\n  \/\/ --- MutationObserver (applica solo i fix mirati e rimuove script selettivi) ---\n  try {\n    const mo = new MutationObserver(function(mutations){\n      for (const m of mutations) {\n        if (m.type === 'attributes' && m.target) {\n          const t = m.target;\n          if (t.id === sliderId) fixSlider(t);\n          if (t.id === mainId && t.classList && t.classList.contains(mainClass)) fixMain(t);\n        }\n        if (m.addedNodes && m.addedNodes.length) {\n          m.addedNodes.forEach(function(node){\n            if (!node || node.nodeType !== 1) return;\n            if (node.tagName && node.tagName.toUpperCase() === 'SCRIPT') {\n              removeScriptNode(node);\n            } else {\n              try { node.querySelectorAll && node.querySelectorAll('script').forEach(removeScriptNode); } catch(e){}\n              if (node.id === sliderId) fixSlider(node);\n              if (node.id === mainId && node.classList && node.classList.contains(mainClass)) fixMain(node);\n              try {\n                const s = node.querySelector && node.querySelector('#' + sliderId);\n                if (s) fixSlider(s);\n                const p = node.querySelector && node.querySelector('#' + mainId + '.' + mainClass);\n                if (p) fixMain(p);\n              } catch(e){}\n            }\n          });\n        }\n      }\n    });\n\n    mo.observe(document.documentElement || document, {\n      childList: true,\n      subtree: true,\n      attributes: true,\n      attributeFilter: ['style','class','id']\n    });\n  } catch(e){}\n\n  \/\/ ultimo controllo su window.load\n  window.addEventListener('load', function(){\n    try { Array.prototype.slice.call(document.querySelectorAll('script')).forEach(removeScriptNode); } catch(e){}\n    runFixes();\n  });\n\n})();\n<\/script>\n\n<style>\n#Scrool-Slider{position:relative;height:100vh; text-align:center !important;}\nmain.page-ESG .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {padding: 10px;}\n<\/style>\n\n\n\n<div class=\"wp-block-columns are-vertically-aligned-center Blocco-Contenuto 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<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/servotecnica.com\/wp-content\/uploads\/2025\/02\/social-responsability-amref.webp\" alt=\"social responsability amref\" class=\"wp-image-14074\"\/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<p><strong>Servotecnica<\/strong> engagiert sich f\u00fcr humanit\u00e4re Initiativen und unterst\u00fctzt in erster Linie <strong>Amref Health Africa<\/strong> bei der Bereitstellung von medizinischer Versorgung f\u00fcr abgelegene afrikanische Gemeinden. In seiner <strong>60-j\u00e4hrigen<\/strong> Geschichte hat sich Amref zur gr\u00f6\u00dften gemeinn\u00fctzigen <strong>Gesundheitsorganisation<\/strong> der Welt entwickelt und f\u00f6rdert W\u00fcrde, Wachstum und Selbstversorgung.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized LogoSVG\"><img decoding=\"async\" src=\"https:\/\/servotecnica.com\/wp-content\/uploads\/2025\/02\/amref-health-africa.svg\" alt=\"\" class=\"wp-image-14111\" style=\"width:180px;height:undefinedpx\"\/><\/figure>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-cover is-light has-parallax has-white-color has-text-color has-link-color wp-elements-4f50af92dbf2ed93d76286e03907bdc7\" style=\"min-height:430px;aspect-ratio:unset;\"><div class=\"wp-block-cover__image-background wp-image-14208 has-parallax\" style=\"background-position:50% 50%;background-image:url(https:\/\/servotecnica.com\/wp-content\/uploads\/2025\/02\/social-responsability-amref-2-scaled-1.webp)\"><\/div><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim\"><\/span><div class=\"wp-block-cover__inner-container is-layout-constrained wp-block-cover-is-layout-constrained\">\n<p class=\"has-text-align-center has-text-color has-link-color wp-elements-d444913562e3bee95bd0e5f4cf8d1095\" style=\"color:#fefefe;font-size:23px\">Im Laufe der Jahre hat Servotecnica Amref Health Italia dabei unterst\u00fctzt, die <strong>Gesundheit von Kindern<\/strong> durch medizinische Untersuchungen und Hausbesuche zu sch\u00fctzen. Au\u00dferdem finanzierte das Unternehmen eine Sanit\u00e4ranlage f\u00fcr eine kenianische Grundschule. Da Servotecnica den Bedarf an Wasserressourcen erkannte, schloss es sich sp\u00e4ter gr\u00f6\u00dferen Projekten an, darunter dem Bau eines Aqu\u00e4dukts, von Gemeinschaftsg\u00e4rten und G\u00e4rtnereien, w\u00e4hrend es die Einheimischen f\u00fcr eine langfristige Nachhaltigkeit ausbildete.<\/p>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-columns are-vertically-aligned-center Blocco-Contenuto 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<h2 class=\"wp-block-heading\" style=\"font-size:30px;font-style:normal;font-weight:200\">Banco Alimentare<\/h2>\n\n\n\n<p>Der Wunsch, bed\u00fcrftigen Menschen zu helfen, hat Servotecnica in den letzten Jahren auch dazu veranlasst, die <strong>Banco Alimentare<\/strong> zu unterst\u00fctzen, die den Slogan \u201e<strong>den Wert von Lebensmitteln teilen<\/strong>\u201c vertritt. Das Unternehmen beteiligt sich aktiv an der Initiative Colletta Alimentare, indem es sein Personal und seine Ressourcen einsetzt, um zu dieser wichtigen Sache beizutragen.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized LogoSVG\"><img decoding=\"async\" src=\"https:\/\/servotecnica.com\/wp-content\/uploads\/2025\/01\/Banco-alimentare.svg\" alt=\"Banco Alimentare\" class=\"wp-image-14044\" style=\"width:200px;height:undefinedpx\"\/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"900\" height=\"616\" src=\"https:\/\/servotecnica.com\/wp-content\/uploads\/2025\/02\/social-responsability-banco-alimentare-2.webp\" alt=\"\" class=\"wp-image-14086\" srcset=\"https:\/\/de.servotecnica.com\/wp-content\/uploads\/2025\/02\/social-responsability-banco-alimentare-2.webp 900w, https:\/\/de.servotecnica.com\/wp-content\/uploads\/2025\/02\/social-responsability-banco-alimentare-2-768x526.webp 768w\" sizes=\"auto, (max-width: 900px) 100vw, 900px\" \/><\/figure>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-cover is-light\"><img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1600\" class=\"wp-block-cover__image-background wp-image-14121\" alt=\"\" src=\"https:\/\/servotecnica.com\/wp-content\/uploads\/2025\/02\/social-responsability-associazione-sorriso-2-scaled.webp\" data-object-fit=\"cover\" srcset=\"https:\/\/de.servotecnica.com\/wp-content\/uploads\/2025\/02\/social-responsability-associazione-sorriso-2-scaled.webp 2560w, https:\/\/de.servotecnica.com\/wp-content\/uploads\/2025\/02\/social-responsability-associazione-sorriso-2-768x480.webp 768w, https:\/\/de.servotecnica.com\/wp-content\/uploads\/2025\/02\/social-responsability-associazione-sorriso-2-1280x800.webp 1280w, https:\/\/de.servotecnica.com\/wp-content\/uploads\/2025\/02\/social-responsability-associazione-sorriso-2-1536x960.webp 1536w, https:\/\/de.servotecnica.com\/wp-content\/uploads\/2025\/02\/social-responsability-associazione-sorriso-2-2048x1280.webp 2048w\" sizes=\"auto, (max-width: 2560px) 100vw, 2560px\" \/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim\"><\/span><div class=\"wp-block-cover__inner-container is-layout-constrained wp-block-cover-is-layout-constrained\">\n<p class=\"has-text-align-center has-text-color\" style=\"color:#fefefe;font-size:43px\">Associazione Sorriso<\/p>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-columns are-vertically-aligned-center Blocco-Contenuto 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<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"900\" height=\"616\" src=\"https:\/\/servotecnica.com\/wp-content\/uploads\/2025\/02\/social-responsability-associazione-sorriso.webp\" alt=\"\" class=\"wp-image-14090\" srcset=\"https:\/\/de.servotecnica.com\/wp-content\/uploads\/2025\/02\/social-responsability-associazione-sorriso.webp 900w, https:\/\/de.servotecnica.com\/wp-content\/uploads\/2025\/02\/social-responsability-associazione-sorriso-768x526.webp 768w\" sizes=\"auto, (max-width: 900px) 100vw, 900px\" \/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\">\n<p>Servotecnica hat sich in der Vergangenheit auch f\u00fcr die Unterst\u00fctzung kleiner lokaler Gemeinschaften eingesetzt, darunter die <strong>Associazione Sorriso<\/strong>, eine gemeinn\u00fctzige Organisation, die sich aus Freiwilligen zusammensetzt. Dieser Verein f\u00f6rdert Initiativen zur sozialen Integration, um den Bed\u00fcrfnissen von Menschen mit <strong>Behinderungen<\/strong> und ihren Familien gerecht zu werden.<\/p>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<figure class=\"wp-block-image size-large is-resized LogoSVG\"><img loading=\"lazy\" decoding=\"async\" width=\"1280\" height=\"1082\" src=\"https:\/\/servotecnica.com\/wp-content\/uploads\/2025\/01\/Associazione-Sorriso-1280x1082.jpg\" alt=\"Associazione Sorriso\" class=\"wp-image-14047\" style=\"width:200px;height:undefinedpx\" srcset=\"https:\/\/de.servotecnica.com\/wp-content\/uploads\/2025\/01\/Associazione-Sorriso-1280x1082.jpg 1280w, https:\/\/de.servotecnica.com\/wp-content\/uploads\/2025\/01\/Associazione-Sorriso-768x649.jpg 768w, https:\/\/de.servotecnica.com\/wp-content\/uploads\/2025\/01\/Associazione-Sorriso.jpg 1500w\" sizes=\"auto, (max-width: 1280px) 100vw, 1280px\" \/><\/figure>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-cover is-light\"><img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1600\" class=\"wp-block-cover__image-background wp-image-14094\" alt=\"\" src=\"https:\/\/servotecnica.com\/wp-content\/uploads\/2025\/02\/social-responsability-cinisello-scaled.webp\" data-object-fit=\"cover\" srcset=\"https:\/\/de.servotecnica.com\/wp-content\/uploads\/2025\/02\/social-responsability-cinisello-scaled.webp 2560w, https:\/\/de.servotecnica.com\/wp-content\/uploads\/2025\/02\/social-responsability-cinisello-768x480.webp 768w, https:\/\/de.servotecnica.com\/wp-content\/uploads\/2025\/02\/social-responsability-cinisello-1280x800.webp 1280w, https:\/\/de.servotecnica.com\/wp-content\/uploads\/2025\/02\/social-responsability-cinisello-1536x960.webp 1536w, https:\/\/de.servotecnica.com\/wp-content\/uploads\/2025\/02\/social-responsability-cinisello-2048x1280.webp 2048w\" sizes=\"auto, (max-width: 2560px) 100vw, 2560px\" \/><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim\"><\/span><div class=\"wp-block-cover__inner-container is-layout-constrained wp-block-cover-is-layout-constrained\">\n<p class=\"has-text-align-center has-text-color\" style=\"color:#fefefe;font-size:43px\">F.C. Cinisello<\/p>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-columns are-vertically-aligned-center Blocco-Contenuto 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<p>Servotecnica sponsert den <strong>FC Cinisello<\/strong>, einen Verein, der in Cinisello Balsamo <strong>Leistungsfu\u00dfball<\/strong> betreibt. Dieses Projekt, das von Freiwilligen durchgef\u00fchrt wird, bietet <strong>350 angemeldeten jungen Sportlern<\/strong> die M\u00f6glichkeit, den Sport regelm\u00e4\u00dfig in einem gesunden Umfeld auszu\u00fcben und gleichzeitig die soziale Interaktion zu f\u00f6rdern.<\/p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Der Sportverein lebt von der Leidenschaft und dem Einsatz einer engagierten Gruppe von Personen, die kontinuierlich Zeit und Ressourcen in die eingeschriebenen Spieler investieren. Ihr soziales und sportliches Engagement verdient eine hohe Anerkennung.<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\"><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"536\" height=\"616\" src=\"https:\/\/servotecnica.com\/wp-content\/uploads\/2025\/02\/social-responsability-cinisello-stemma.webp\" alt=\"\" class=\"wp-image-14097\" style=\"object-fit:cover;width:287px;height:330px\"\/><\/figure>\n<\/div><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-cover is-light\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#d9d9d9\"><\/span><div class=\"wp-block-cover__inner-container is-layout-constrained wp-block-cover-is-layout-constrained\">\n<div class=\"wp-block-columns are-vertically-aligned-center Blocco-Contenuto download 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<h2 class=\"wp-block-heading has-text-color has-link-color wp-elements-7d9213ec92be3bc5acc70db767dcd962\" style=\"color:#595955;font-size:30px;font-style:normal;font-weight:200\">Nachhaltigkeitsbericht 2024<\/h2>\n\n\n\n<p class=\"has-text-color has-link-color wp-elements-7001122918b5346b914c843ecc82b3f6\" style=\"color:#595955\">Wir verankern Nachhaltigkeit weiterhin in unserer Strategie und kombinieren technologische Innovation, verantwortungsbewusste Unternehmensf\u00fchrung und eine mitarbeiterorientierte Kultur, um langfristigen Wert zu schaffen. Entdecken Sie unsere Verpflichtungen, Ergebnisse und zuk\u00fcnftigen Priorit\u00e4ten im Servotecnica-Nachhaltigkeitsbericht 2024.<\/p>\n\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-white-color has-text-color has-background has-link-color has-custom-font-size wp-element-button\" href=\"https:\/\/servotecnica.com\/wp-content\/uploads\/2026\/01\/Servotecnica_BS2024_ENG_v1b.pdf\" style=\"border-radius:10px;background-color:#e03c21;font-size:16px\" target=\"_blank\" rel=\"noreferrer noopener\">Bericht herunterladen<\/a><\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\"><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1500\" height=\"1015\" src=\"https:\/\/servotecnica.com\/wp-content\/uploads\/2025\/12\/BILANCIO-SOSTENIBILITA.webp\" alt=\"Sustainability Report\" class=\"wp-image-15687\" style=\"object-fit:cover\" srcset=\"https:\/\/de.servotecnica.com\/wp-content\/uploads\/2025\/12\/BILANCIO-SOSTENIBILITA.webp 1500w, https:\/\/de.servotecnica.com\/wp-content\/uploads\/2025\/12\/BILANCIO-SOSTENIBILITA-768x520.webp 768w, https:\/\/de.servotecnica.com\/wp-content\/uploads\/2025\/12\/BILANCIO-SOSTENIBILITA-1280x866.webp 1280w\" sizes=\"auto, (max-width: 1500px) 100vw, 1500px\" \/><\/figure>\n<\/div><\/div>\n<\/div>\n<\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Servotecnica engagiert sich f\u00fcr humanit\u00e4re Initiativen und unterst\u00fctzt in erster Linie Amref Health Africa bei der Bereitstellung von medizinischer Versorgung f\u00fcr abgelegene afrikanische Gemeinden. In seiner [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page_ESG.php","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-986","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Soziale Verantwortung - Servotecnica Deutschland<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Soziale Verantwortung - Servotecnica Deutschland\" \/>\n<meta property=\"og:description\" content=\"Servotecnica engagiert sich f\u00fcr humanit\u00e4re Initiativen und unterst\u00fctzt in erster Linie Amref Health Africa bei der Bereitstellung von medizinischer Versorgung f\u00fcr abgelegene afrikanische Gemeinden. In seiner [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/de.servotecnica.com\/de\/soziale-verantwortung\/\" \/>\n<meta property=\"og:site_name\" content=\"Servotecnica Deutschland\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-07T15:23:31+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data1\" content=\"4\u00a0Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/de.servotecnica.com\/de\/soziale-verantwortung\/\",\"url\":\"https:\/\/de.servotecnica.com\/de\/soziale-verantwortung\/\",\"name\":\"Soziale Verantwortung - Servotecnica Deutschland\",\"isPartOf\":{\"@id\":\"https:\/\/de.servotecnica.com\/de\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/de.servotecnica.com\/de\/soziale-verantwortung\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/de.servotecnica.com\/de\/soziale-verantwortung\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/servotecnica.com\/wp-content\/uploads\/2025\/02\/social-responsability-amref.webp\",\"datePublished\":\"2025-02-11T17:39:34+00:00\",\"dateModified\":\"2026-01-07T15:23:31+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/de.servotecnica.com\/de\/soziale-verantwortung\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/de.servotecnica.com\/de\/soziale-verantwortung\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\/\/de.servotecnica.com\/de\/soziale-verantwortung\/#primaryimage\",\"url\":\"https:\/\/servotecnica.com\/wp-content\/uploads\/2025\/02\/social-responsability-amref.webp\",\"contentUrl\":\"https:\/\/servotecnica.com\/wp-content\/uploads\/2025\/02\/social-responsability-amref.webp\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/de.servotecnica.com\/de\/soziale-verantwortung\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/de.servotecnica.com\/de\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Soziale Verantwortung\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/de.servotecnica.com\/de\/#website\",\"url\":\"https:\/\/de.servotecnica.com\/de\/\",\"name\":\"Servotecnica Deutschland\",\"description\":\"Servotecnica\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/de.servotecnica.com\/de\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Soziale Verantwortung - Servotecnica Deutschland","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"de_DE","og_type":"article","og_title":"Soziale Verantwortung - Servotecnica Deutschland","og_description":"Servotecnica engagiert sich f\u00fcr humanit\u00e4re Initiativen und unterst\u00fctzt in erster Linie Amref Health Africa bei der Bereitstellung von medizinischer Versorgung f\u00fcr abgelegene afrikanische Gemeinden. In seiner [&hellip;]","og_url":"https:\/\/de.servotecnica.com\/de\/soziale-verantwortung\/","og_site_name":"Servotecnica Deutschland","article_modified_time":"2026-01-07T15:23:31+00:00","twitter_card":"summary_large_image","twitter_misc":{"Gesch\u00e4tzte Lesezeit":"4\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/de.servotecnica.com\/de\/soziale-verantwortung\/","url":"https:\/\/de.servotecnica.com\/de\/soziale-verantwortung\/","name":"Soziale Verantwortung - Servotecnica Deutschland","isPartOf":{"@id":"https:\/\/de.servotecnica.com\/de\/#website"},"primaryImageOfPage":{"@id":"https:\/\/de.servotecnica.com\/de\/soziale-verantwortung\/#primaryimage"},"image":{"@id":"https:\/\/de.servotecnica.com\/de\/soziale-verantwortung\/#primaryimage"},"thumbnailUrl":"https:\/\/servotecnica.com\/wp-content\/uploads\/2025\/02\/social-responsability-amref.webp","datePublished":"2025-02-11T17:39:34+00:00","dateModified":"2026-01-07T15:23:31+00:00","breadcrumb":{"@id":"https:\/\/de.servotecnica.com\/de\/soziale-verantwortung\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/de.servotecnica.com\/de\/soziale-verantwortung\/"]}]},{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/de.servotecnica.com\/de\/soziale-verantwortung\/#primaryimage","url":"https:\/\/servotecnica.com\/wp-content\/uploads\/2025\/02\/social-responsability-amref.webp","contentUrl":"https:\/\/servotecnica.com\/wp-content\/uploads\/2025\/02\/social-responsability-amref.webp"},{"@type":"BreadcrumbList","@id":"https:\/\/de.servotecnica.com\/de\/soziale-verantwortung\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/de.servotecnica.com\/de\/"},{"@type":"ListItem","position":2,"name":"Soziale Verantwortung"}]},{"@type":"WebSite","@id":"https:\/\/de.servotecnica.com\/de\/#website","url":"https:\/\/de.servotecnica.com\/de\/","name":"Servotecnica Deutschland","description":"Servotecnica","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/de.servotecnica.com\/de\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"}]}},"_links":{"self":[{"href":"https:\/\/de.servotecnica.com\/de\/wp-json\/wp\/v2\/pages\/986","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/de.servotecnica.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/de.servotecnica.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/de.servotecnica.com\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/de.servotecnica.com\/de\/wp-json\/wp\/v2\/comments?post=986"}],"version-history":[{"count":6,"href":"https:\/\/de.servotecnica.com\/de\/wp-json\/wp\/v2\/pages\/986\/revisions"}],"predecessor-version":[{"id":1202,"href":"https:\/\/de.servotecnica.com\/de\/wp-json\/wp\/v2\/pages\/986\/revisions\/1202"}],"wp:attachment":[{"href":"https:\/\/de.servotecnica.com\/de\/wp-json\/wp\/v2\/media?parent=986"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}