{"id":979,"date":"2025-02-11T17:39:34","date_gmt":"2025-02-11T17:39:34","guid":{"rendered":"https:\/\/de.servotecnica.com\/?page_id=979"},"modified":"2026-01-07T15:21:23","modified_gmt":"2026-01-07T15:21:23","slug":"social-responsibility","status":"publish","type":"page","link":"https:\/\/de.servotecnica.com\/en\/social-responsibility\/","title":{"rendered":"Social Responsibility"},"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> is committed to humanitarian initiatives, primarily supporting <strong>Amref Health Africa<\/strong> in delivering healthcare to remote African communities. Over its <strong>60-year<\/strong> history, Amref has become the world&#8217;s largest <strong>nonprofit<\/strong> healthcare organization<span style=\"box-sizing: border-box; margin: 0px; padding: 0px;\">,&nbsp;promot<\/span>ing dignity, growth, and self-sufficiency.<\/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-31407e943844283f1b1e45fc28b4bafa\" 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-507344c6421fc848d9c1bb68c63dd528\" style=\"color:#fefefe;font-size:23px\">Over the years, Servotecnica has supported Amref Health Italia in <strong>safeguarding children<\/strong>&#8216;s health through medical screenings and home visits. It also funded a sanitary facility for a Kenyan primary school. Recognizing the need for water resources, Servotecnica later joined larger projects, including building an aqueduct, community gardens, and nurseries, while training locals for long-term sustainability.<\/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>In recent years, the desire to help people in need has also led Servotecnica to support <strong>Banco Alimentare<\/strong>, embracing the slogan &#8220;<strong>sharing the value of food.<\/strong>&#8221; The company actively participates in the Colletta Alimentare initiative, engaging its staff and resources to contribute to this vital cause.<\/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 has also historically committed to supporting small local communities, including <strong>Associazione Sorriso<\/strong>, a nonprofit organization comprised of volunteers. This association promotes social integration initiatives to meet the needs of people with <strong>disabilities<\/strong> and their families.<\/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 sponsors <strong>FC Cinisello<\/strong>, an association that manages competitive <strong>soccer<\/strong> in Cinisello Balsamo. This project, carried out by volunteers, provides <strong>350 enrolled young athletes<\/strong> with the opportunity to practice the sport regularly in a healthy environment while fostering social interaction.<\/p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>The sports club thrives on the passion and dedication of a committed group of individuals who continuously invest time and resources in the enrolled players. Their social and sporting commitment deserves excellent recognition.<\/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-4181758db73df798a509e1ec4ba3b501\" style=\"color:#595955;font-size:30px;font-style:normal;font-weight:200\">Sustainability Report 2024<\/h2>\n\n\n\n<p class=\"has-text-color has-link-color wp-elements-70d76c55ff6302283123ed11de3b277b\" style=\"color:#595955\">We continue to embed sustainability into our strategy, combining technological innovation, responsible governance, and a people-centric culture to create long-term value. Explore our commitments, results, and future priorities in the Servotecnica Sustainability Report 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\">Download Report<\/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 is committed to humanitarian initiatives, primarily supporting Amref Health Africa in delivering healthcare to remote African communities. Over its 60-year history, Amref has become the [&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-979","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>Social Responsibility - 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=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Social Responsibility - Servotecnica Deutschland\" \/>\n<meta property=\"og:description\" content=\"Servotecnica is committed to humanitarian initiatives, primarily supporting Amref Health Africa in delivering healthcare to remote African communities. Over its 60-year history, Amref has become the [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/de.servotecnica.com\/en\/social-responsibility\/\" \/>\n<meta property=\"og:site_name\" content=\"Servotecnica Deutschland\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-07T15:21:23+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/de.servotecnica.com\/en\/social-responsibility\/\",\"url\":\"https:\/\/de.servotecnica.com\/en\/social-responsibility\/\",\"name\":\"Social Responsibility - Servotecnica Deutschland\",\"isPartOf\":{\"@id\":\"https:\/\/de.servotecnica.com\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/de.servotecnica.com\/en\/social-responsibility\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/de.servotecnica.com\/en\/social-responsibility\/#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:21:23+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/de.servotecnica.com\/en\/social-responsibility\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/de.servotecnica.com\/en\/social-responsibility\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/de.servotecnica.com\/en\/social-responsibility\/#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\/en\/social-responsibility\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/de.servotecnica.com\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Social Responsibility\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/de.servotecnica.com\/en\/#website\",\"url\":\"https:\/\/de.servotecnica.com\/en\/\",\"name\":\"Servotecnica Deutschland\",\"description\":\"Servotecnica\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/de.servotecnica.com\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Social Responsibility - 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":"en_US","og_type":"article","og_title":"Social Responsibility - Servotecnica Deutschland","og_description":"Servotecnica is committed to humanitarian initiatives, primarily supporting Amref Health Africa in delivering healthcare to remote African communities. Over its 60-year history, Amref has become the [&hellip;]","og_url":"https:\/\/de.servotecnica.com\/en\/social-responsibility\/","og_site_name":"Servotecnica Deutschland","article_modified_time":"2026-01-07T15:21:23+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/de.servotecnica.com\/en\/social-responsibility\/","url":"https:\/\/de.servotecnica.com\/en\/social-responsibility\/","name":"Social Responsibility - Servotecnica Deutschland","isPartOf":{"@id":"https:\/\/de.servotecnica.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/de.servotecnica.com\/en\/social-responsibility\/#primaryimage"},"image":{"@id":"https:\/\/de.servotecnica.com\/en\/social-responsibility\/#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:21:23+00:00","breadcrumb":{"@id":"https:\/\/de.servotecnica.com\/en\/social-responsibility\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/de.servotecnica.com\/en\/social-responsibility\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/de.servotecnica.com\/en\/social-responsibility\/#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\/en\/social-responsibility\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/de.servotecnica.com\/en\/"},{"@type":"ListItem","position":2,"name":"Social Responsibility"}]},{"@type":"WebSite","@id":"https:\/\/de.servotecnica.com\/en\/#website","url":"https:\/\/de.servotecnica.com\/en\/","name":"Servotecnica Deutschland","description":"Servotecnica","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/de.servotecnica.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/de.servotecnica.com\/en\/wp-json\/wp\/v2\/pages\/979","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/de.servotecnica.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/de.servotecnica.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/de.servotecnica.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/de.servotecnica.com\/en\/wp-json\/wp\/v2\/comments?post=979"}],"version-history":[{"count":9,"href":"https:\/\/de.servotecnica.com\/en\/wp-json\/wp\/v2\/pages\/979\/revisions"}],"predecessor-version":[{"id":1200,"href":"https:\/\/de.servotecnica.com\/en\/wp-json\/wp\/v2\/pages\/979\/revisions\/1200"}],"wp:attachment":[{"href":"https:\/\/de.servotecnica.com\/en\/wp-json\/wp\/v2\/media?parent=979"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}