CINXE.COM
Location certificates and approvals | Outokumpu
<!DOCTYPE html> <!--[if IE 9]><html lang="en" class="ie9 no-js"><![endif]--> <!--[if !IE]><!--> <html lang="it"> <!--<![endif]--> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=9; IE=8; IE=7; IE=EDGE"> <meta http-equiv="Content-type" content="text/html; charset=utf-8"> <meta content="width=device-width, initial-scale=1.0" name="viewport" /> <meta name="referrer" content="no-referrer-when-downgrade"> <title>Location certificates and approvals | Outokumpu</title> <meta name="keywords" content="Location certificates and approvals" /> <meta name="description" content="Location certificates and approvals" /> <meta property="og:title" content="Location certificates and approvals" /> <meta property="og:description" content="Location certificates and approvals" /> <meta property="og:image" content="https://otke-cdn.outokumpu.com/-/media/feature/identity/outokumpu_metaimage_1200px.png" /> <meta name="twitter:card" content="summary_large_image" /> <meta name='robots' content='noindex, nofollow'> <link rel="icon" type="image/png" href="/favicon-32.png" /> <!-- Google Consent Mode --> <script data-cookieconsent="ignore"> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag("consent", "default", { ad_storage: "denied", analytics_storage: "denied", functionality_storage: "denied", personalization_storage: "denied", security_storage: "granted", wait_for_update: 2000, }); gtag("set", "ads_data_redaction", true); </script> <!-- END: Google Consent Mode --> <!-- Google Tag Manager --> <script type="text/javascript" data-cookieconsent="ignore"> (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-5M39GKT');</script> <!-- END: Google Tag Manager --> <script id="Cookiebot" src="https://consent.cookiebot.com/uc.js" data-cbid="25738438-d29f-4df0-bebd-f270bc916291" data-blockingmode="auto" type="text/javascript"></script> <link rel='alternate' href='https://www.outokumpu.com/en/certificates/certificates-and-approvals-for-production-units' hreflang='en'/> <link rel='alternate' href='https://www.outokumpu.com/it-it/certificates/certificates-and-approvals-for-production-units' hreflang='x-default' /> <meta property='og:url' content='https://www.outokumpu.com/it-it/certificates/certificates-and-approvals-for-production-units'/> <link href="https://otke-cdn.outokumpu.com/styles/vendor.min.css?_=1730122625556" rel="stylesheet" data-cookieconsent="ignore" /> <link href="https://otke-cdn.outokumpu.com/styles/default.min.css?_=1730122625556" rel="stylesheet" data-cookieconsent="ignore" /> <meta name="VIcurrentDateTime" content="638679889366676811" /> <script type="text/javascript" src="/layouts/system/VisitorIdentification.js"></script> <!-- Eloqua Tracking --> <script type="text/javascript" data-cookieconsent="marketing"> var _elqQ = _elqQ || []; _elqQ.push(['elqSetSiteId', '1630091360']); _elqQ.push(['elqUseFirstPartyCookie', 'profiling.outokumpu.com']); _elqQ.push(['elqTrackPageView']); (function () { function async_load() { var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = "//img06.en25.com/i/elqCfg.min.js"; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); } if (window.addEventListener) window.addEventListener('DOMContentLoaded', async_load, false); else if (window.attachEvent) window.attachEvent('onload', async_load); })(); </script> <!-- END: Eloqua Tracking --> <!--Survey form UX measurement tool--> <!-- link to the Measurement tool CSS - place in html header - include on all pages --> <link rel="stylesheet" type="text/css" href="https://dyv6f9ner1ir9.cloudfront.net/assets/css/shared/og_greet_bar.css"> <!-- link to the Measurement tool JS - include anywhere in page - include on all pages --> <script src="https://dyv6f9ner1ir9.cloudfront.net/assets/js/og_greet_bar.js"></script> <!-- show / hide logic for Measurement tool - place anywhere in page - include on all pages --> <script type="application/javascript"> // listen for survey completiion message window.addEventListener("message", function (e) { if(e.data == "complete_last_slide"){ // hides bar once survey is complete and set completion date document.getElementById('barEmbed').style.display = 'none'; document.body.style.marginTop = "0"; localStorage.setItem("UxSurveyCompleted", new Date()); } },false ); // on load decide when to display UX survey window.addEventListener("load", (event) => { // close survey for 30 days when x it pressed document.getElementById("barEmbedClose").onclick = function(){ document.getElementById('barEmbed').style.display = 'none'; document.body.style.marginTop = "0"; localStorage.setItem("UxSurveyClosed", new Date()); } // count days since last closed let UxSurveyClosedDiffDays = -1; if(localStorage.UxSurveyClosed){ const UxSurveyClosedDiffTime = Math.abs(Date.parse(localStorage.UxSurveyClosed) - new Date()); UxSurveyClosedDiffDays = Math.floor(UxSurveyClosedDiffTime / (1000 * 60 * 60 * 24)); } // count days since last completed let UxSurveyCompleteDiffDays = -1; if(localStorage.UxSurveyCompleted){ const UxSurveyCompleteDiffTime = Math.abs(Date.parse(localStorage.UxSurveyCompleted) - new Date()); UxSurveyCompleteDiffDays = Math.floor(UxSurveyCompleteDiffTime / (1000 * 60 * 60 * 24)); } // count the number paoges visited let UxSurveyPagesViewed = 1; if(localStorage.UxSurveyPagesViewed){ UxSurveyPagesViewed = UxSurveyPagesViewed + parseInt(localStorage.UxSurveyPagesViewed); } if(UxSurveyPagesViewed < 3){ localStorage.setItem("UxSurveyPagesViewed", UxSurveyPagesViewed); } console.log("ux survey days since completion: " + UxSurveyCompleteDiffDays + ", ux survey days since closed: " + UxSurveyClosedDiffDays + " and pages viewed: " + UxSurveyPagesViewed); // if survey has not been shown, or not shown in the last 30 days, and user has visited at least 3 pages show servey if((UxSurveyCompleteDiffDays == -1 || UxSurveyCompleteDiffDays >= 180) && (UxSurveyClosedDiffDays == -1 || UxSurveyClosedDiffDays >= 30) && UxSurveyPagesViewed >= 3 && !(document.querySelector('body').classList.contains('pagemode-edit') || document.querySelector('body').classList.contains('pagemode-preview'))){ document.getElementById('barEmbed').style.display = 'flex'; document.body.style.marginTop = document.getElementById('barEmbed').offsetHeight + "px"; document.querySelector('body').classList.add('body-bar-embed'); } }); </script> <!--End Survey form UX measurement tool--> <!-- Leadoo Bot --> <script type="text/javascript" async src="https://bot.leadoo.com/bot/dynamic/chat.js?company=oEGhAGv"></script> <!-- END: Leadoo Bot --> <!-- Leadoo Custom Consent Handling --> <script type="text/javascript"> window.addEventListener('CookiebotOnAccept', function (e) { if (Cookiebot.consent.statistics) { console.log('statistics consent'); if (!window.ldanalytics) window.ldanalytics = []; window.ldanalytics.push(function(a) { a.toggleTracking(true, false); }); } }, false); </script> <!-- END: Leadoo Custom Consent Handling --> <template id="rsk" data-key="6Lfov74aAAAAAKQtMBCYgFuvUCVCik8CTS4gcO2G"> </template> <template id="rskotk" data-key="6LcUXZcjAAAAAFlC39NymsMImuTGU_cW-NymLHh5"> </template> <template id="fcsk" data-key="FCMPBNV3QS31TVR4"> </template> </head> <body class="" data-enable-utm-script="true"> <!-- Google Tag Manager (noscript) --> <noscript> <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5M39GKT" height="0" width="0" style="display:none;visibility:hidden"></iframe> </noscript> <!-- END: Google Tag Manager (noscript) --> <!-- Prefill fields --> <script type="text/javascript" data-cookieconsent="ignore"> function LoadFields(targetFormId = null) { let forms = document.querySelectorAll('form.sc-form'); if (targetFormId !== null) { forms = document.querySelectorAll(`#${targetFormId}`); } $(forms).each( function() { $form = $(this); dataLookupInputs = $form.find('input[data-lookup-name]'); dataLookupSelects = $form.find('select[data-lookup-name]'); dataLookupTextarea = $form.find('textarea[data-lookup-name]'); $(dataLookupInputs).each(function() { const el = $(this); const lookupName = el.attr('data-lookup-name'); if (lookupName !== '' && GetElqContentPersonalizationValue(lookupName) !== '') { inputValue = GetElqContentPersonalizationValue(lookupName); if (inputValue) { if (el.attr('type') === "checkbox") { const lowerCaseValue = inputValue.toLowerCase(); if (lowerCaseValue == "on") el.prop('checked', true); else if (lowerCaseValue == "true") el.prop('checked', true); else if (lowerCaseValue == "y") el.prop('checked', true); else if (lowerCaseValue == "yes") el.prop('checked', true); else if (lowerCaseValue == "checked") el.prop('checked', true); else if (lowerCaseValue == "1") el.prop('checked', true); const parentFieldset = el.closest('fieldset'); if(parentFieldset) parentFieldset.addClass('prefilled'); // C_Marketing_permission1 block hiding (if previously checked) if (lookupName === 'C_Marketing_permission1' && el.prop('checked')) { var checkboxPermissionContainer = el.closest('.single-checkbox'); if (checkboxPermissionContainer) checkboxPermissionContainer.css('display', 'none'); } } else { el.val(inputValue); const parentFieldset = el.closest('fieldset'); if(parentFieldset) parentFieldset.addClass('prefilled'); } } } }); $(dataLookupSelects).each(function() { const el = $(this); const lookupName = el.attr('data-lookup-name'); if (lookupName !== '' && GetElqContentPersonalizationValue(lookupName) !== '') { inputValue = GetElqContentPersonalizationValue(lookupName); if (inputValue) el.val(inputValue); const parentFieldset = el.closest('fieldset'); if(parentFieldset) parentFieldset.addClass('prefilled'); } }); $(dataLookupTextarea).each(function() { const el = $(this); const lookupName = el.attr('data-lookup-name'); if (lookupName !== '' && GetElqContentPersonalizationValue(lookupName) !== '') { inputValue = GetElqContentPersonalizationValue(lookupName); if (inputValue) el.val(inputValue); const parentFieldset = el.closest('fieldset'); if(parentFieldset) parentFieldset.addClass('prefilled'); } }); }); } function visiblePriorityOrderPP(targetFormId = null) { let forms = document.querySelectorAll('form:not(.no-progressive-profiling)'); if (targetFormId !== null) { forms = document.querySelectorAll(`#${targetFormId}`); } $(forms).each( function() { $form = $(this); const ppFieldsets = $form.find('[data-pp-visible][data-pp-priority][data-pp-order]'); const ppVisibleFieldsets = $form.find('[data-pp-visible="True"]'); const ppPriorityFieldsets = $form.find('[data-pp-visible="False"][data-pp-priority="True"]'); const ppOrderFieldsets = [...this.querySelectorAll('[data-pp-visible="False"][data-pp-priority="False"][data-pp-order]:not(.prefilled)')]; ppOrderFieldsets.sort(sortByDataPpOrder); // hide all pp fieldsets ppFieldsets.each( function() { $(this).hide(); }); // show always visible fieldsets [data-pp-visible="True"] ppVisibleFieldsets.each( function() { $(this).show(); }); // show priority fieldsets [data-pp-priority="True"] but only if they don't have prefilled value // count number of possible fieldsets to be shown in place of filled priority ones let ppFreeSlotsFromOrder = 0; ppPriorityFieldsets.each(function() { if (!$(this).hasClass('prefilled')) $(this).show(); else ppFreeSlotsFromOrder++; }); // show the rest of order-only fieldsets (maximum number less than or equal to ppFreeSlotsFromOrder) let ppUsedSlotsFromOrder = 0; ppOrderFieldsets.forEach((el) => { if (ppUsedSlotsFromOrder < ppFreeSlotsFromOrder) { $(el).show(); ppUsedSlotsFromOrder++; } }); }); } function emailFieldsDomainBasedCustomVisibility() { const cEmailFields = document.querySelectorAll('[data-lookup-name=C_EmailAddress]'); cEmailFields.forEach((field) => { const scform = field.closest('form.sc-form'); const cNewEmailField = scform.querySelector('[data-lookup-name=C_NewEmailAddress]'); let fieldset = ''; if (cNewEmailField) fieldset = cNewEmailField.closest('fieldset'); const cEmailFieldFreemiumDomains = field.dataset.freemiumDomains; if (field.value == '' && fieldset) { fieldset.style.display = 'none'; return true; } if (scform && cNewEmailField && cEmailFieldFreemiumDomains) { const cEmailFieldValue = field.value.toLowerCase(); const freemiumDomainsArray = cEmailFieldFreemiumDomains.split('|'); if (freemiumDomainsArray.length && cEmailFieldValue) { let valResultHideNewEmail = true; freemiumDomainsArray.forEach((domain) => { if(cEmailFieldValue.includes(domain)) valResultHideNewEmail = false; }); if (valResultHideNewEmail) fieldset.style.display = 'none'; // hide new email fieldset if old one doesn't contain one of freemium domains } } }); } function sortByDataPpOrder( a, b ) { if ( parseInt($(a).attr('data-pp-order')) < parseInt($(b).attr('data-pp-order')) ){ return -1; } if ( parseInt($(a).attr('data-pp-order')) > parseInt($(b).attr('data-pp-order')) ){ return 1; } return 0; } </script> <!--- Prefill fields: END --> <!-- Eloqua Web Data Lookups --> <script type="text/javascript" data-cookieconsent="ignore"> function initPP() { visiblePriorityOrderPP(); emailFieldsDomainBasedCustomVisibility(); } if (window.addEventListener) { window.addEventListener('DOMContentLoaded', initPP, false); } else if (window.attachEvent) { window.attachEvent('onload', initPP); } var FirstLookup = true; function SetElqContent() { if (FirstLookup) { if (_elqQ){ _elqQ.push(['elqDataLookup', escape("336fd2e8-e5ed-46ec-a211-80719a3186fc"), '<C_EmailAddress>' + GetElqContentPersonalizationValue('V_ElqEmailAddress') + '</C_EmailAddress>']); FirstLookup = false; } visiblePriorityOrderPP(); emailFieldsDomainBasedCustomVisibility(); } else { LoadFields(); visiblePriorityOrderPP(); emailFieldsDomainBasedCustomVisibility(); document.addEventListener('sc-form-submit-error', (e) => { if (e.detail) { var formId = e.detail; if (formId) { LoadFields(formId); InitResetButton(formId); if (!$(`#${formId}`).hasClass('no-progressive-profiling')) visiblePriorityOrderPP(formId); emailFieldsDomainBasedCustomVisibility(); } } }); } } if (_elqQ){ _elqQ.push(['elqDataLookup', escape("a75c3e4e-c26b-4a41-909a-aed5776251fc"), '']); } // reset form function ResetFields(targetFormId = null) { let forms = document.querySelectorAll('form'); if (targetFormId !== null) { forms = document.querySelectorAll(`#${targetFormId}`); } $(forms).each( function() { $form = $(this); dataLookupInputs = $form.find('input[data-lookup-name]'); dataLookupSelects = $form.find('select[data-lookup-name]'); dataLookupTextarea = $form.find('textarea[data-lookup-name]'); $(dataLookupInputs).each(function() { const el = $(this); if (el.attr('type') === "checkbox") { el.prop('checked', false); var checkboxPermissionContainer = el.closest('.single-checkbox'); if (checkboxPermissionContainer) checkboxPermissionContainer.css('display', 'block'); } else { el.val(''); } const parentFieldset = el.closest('fieldset'); if(parentFieldset) parentFieldset.removeClass('prefilled'); }); $(dataLookupSelects).each(function() { const el = $(this); el.val(''); const parentFieldset = el.closest('fieldset'); if(parentFieldset) parentFieldset.removeClass('prefilled'); }); $(dataLookupTextarea).each(function() { const el = $(this); el.val(''); const parentFieldset = el.closest('fieldset'); if(parentFieldset) parentFieldset.removeClass('prefilled'); }); // validation clear const valFields = $form.find('[data-val="true"]'); const errorMsgs = $form.find('.field-validation-error'); valFields.each(function() { $(this).removeClass('input-validation-error'); }); errorMsgs.each(function() { $(this).removeClass('field-validation-error').addClass('field-validation-valid'); }); }); if (!$(`#${targetFormId}`).hasClass('no-progressive-profiling')) visiblePriorityOrderPP(targetFormId); emailFieldsDomainBasedCustomVisibility(); } // reset button event listener function function InitResetButton(formId = null) { document.addEventListener("DOMContentLoaded", function() { const resetButtons = document.querySelectorAll((formId) ? `#${formId} ` : '' + '.sc-form-reset-button'); [...resetButtons].forEach((el) => { el.addEventListener('click', (e) => { e.preventDefault(); const formContainer = el.closest('.sc-form'); if (formContainer) { ResetFields(formContainer.id); } }); }); }); } // reset button event initialization InitResetButton(); </script> <!--- Eloqua Web Data Lookups: END --> <a href="#main-content" class="skip-link" accesskey="1">Passa al contenuto principale [Chiave di accesso 1]</a> <a href="#main-navigation" class="skip-link" accesskey="2">Passa alla navigazione principale [Chiave di accesso 2]</a> <header id="main-navigation"> <section class="secondary-navigation-holder"> <div class="container"> <div class="secondary-navigation col"> <ul> <li><a href="#" class="" data-megamenu="about-outokumpu" >Informazioni su Outokumpu</a></li> <li><a href="#" class="" data-megamenu="sustainability" >Sustainability</a></li> <li><a href="#" class="" data-megamenu="investors" >Investors</a></li> <li><a href="#" class="" data-megamenu="careers" >Carriere</a></li> <li><a href="/it-it/news" class="" >News</a></li> <li><a href="#" class="current-page" data-megamenu="certificates" >Certificati</a></li> <li><a href="/it-it/products/steel-finder" class="" >Steel Finder</a></li> </ul> </div> <div class="secondary-navigation--additional-links col"> <div class="search-holder secondary-navigation--additional-links-item"> <a href="#" aria-label="Ricerca aperta"></a> </div> <div class="secondary-navigation--additional-links-contact-bt secondary-navigation--additional-links-item"> <a href="#" aria-label="Contact us form"> <span>Contattaci</span> </a> </div> <div class="secondary-navigation--additional-links-phone secondary-navigation--additional-links-item"> <a href="tel:+358 9 4211"> <span>Chiamaci: +358 9 4211</span> <div class="additional-links-tooltip additional-links-tooltip--phone-icon">Chiamaci: +358 9 4211</div> </a> </div> <div class="secondary-navigation--additional-links-locations secondary-navigation--additional-links-item"> <a href="/it-it/locations" target=""> <span>Browse Outokumpu locations</span> <div class="additional-links-tooltip">Browse Outokumpu locations</div> </a> </div> <div class="language-selector-holder secondary-navigation--additional-links-item"> <button type="button" aria-label="Seleziona la lingua" class="language-selector--selected">IT</button> <select title="language-selector-mobile" class="language-selector-mobile"> <option value="it" selected="selected">Italiano</option> <option value="de">Deutsch</option> <option value="en">English</option> <option value="es">Español</option> <option value="fi">Suomi</option> </select> <ul class="language-selector"> <li><a href="/de-de/certificates/certificates-and-approvals-for-production-units" title="Deutsch" data-lang="de">DE</a></li> <li><a href="/en/certificates/certificates-and-approvals-for-production-units" title="English" data-lang="en">EN</a></li> <li><a href="/es-es/certificates/certificates-and-approvals-for-production-units" title="Español" data-lang="es">ES</a></li> <li><a href="/fi-fi/certificates/certificates-and-approvals-for-production-units" title="Suomi" data-lang="fi">FI</a></li> </ul> </div> <div class="secondary-navigation--additional-links-steelfinder secondary-navigation--additional-links-item"> <a href="https://connect.outokumpu.com/login" target="_blank">Outokumpu Connect</a> </div> </div> </div> </section> <section class="primary-navigation-holder"> <div class="container"> <div class="col"> <div class="branding"> <a href="/it-it/"> <img src="https://otke-cdn.outokumpu.com/-/media/feature/identity/medium_horizontal_blue_rgb.png?cx=0.5&cy=0.5&cw=561&ch=143&hash=42AD76EDC3805908BA6DD0BE86F782F0" alt="Outokumpu"> </a> </div> <nav class="primary-navigation"> <ul class="primary-ul"> <li><a href="#" class="" data-megamenu="products">Prodotti</a></li> <li><a href="#" class="" data-megamenu="expertise">Competenza</a></li> <li><a href="#" class="" data-megamenu="industries">settori</a></li> <li><a href="#" class="" data-megamenu="surcharges">Surcharges</a></li> </ul> </nav> <div class="nav-icon" id="mobile-trigger"> <span></span> <span></span> <span></span> </div> <div class="search-lang-btn-holder"> <div class="search-holder"> <a href="#" aria-label="Ricerca aperta"></a> </div> <div class="language-selector-holder secondary-navigation--additional-links-item"> <button type="button" aria-label="Seleziona la lingua" class="language-selector--selected">IT</button> <select title="language-selector-mobile" class="language-selector-mobile"> <option value="it" selected="selected">Italiano</option> <option value="de">Deutsch</option> <option value="en">English</option> <option value="es">Español</option> <option value="fi">Suomi</option> </select> <ul class="language-selector"> <li><a href="/de-de/certificates/certificates-and-approvals-for-production-units" title="Deutsch" data-lang="de">DE</a></li> <li><a href="/en/certificates/certificates-and-approvals-for-production-units" title="English" data-lang="en">EN</a></li> <li><a href="/es-es/certificates/certificates-and-approvals-for-production-units" title="Español" data-lang="es">ES</a></li> <li><a href="/fi-fi/certificates/certificates-and-approvals-for-production-units" title="Suomi" data-lang="fi">FI</a></li> </ul> </div> </div> </div> </div> <form class="search-form" id="search-form" action="/it-it/search" method="GET"> <div class="search-form__input-holder"> <label class="reader-only" for="search-input">Ricerca</label> <input name="query" id="search-input" type="text" placeholder="Ricerca" tabindex="-1" value="" data-autosuggest-character-limit="3" data-autosuggest-api-endpoint="/api/feature/search/autosuggestion?query={0}&language={1}" data-language="it-IT" autocomplete="off"> <button value="Ricerca" type="submit" tabindex="-1" aria-label="Ricerca">Ricerca</button> <ul class="search-form__autocomplete-results"></ul> </div> </form> </section> <div class="megamenu"> <div class="megamenu--lvl_1 megamenu-parent row" data-megamenu="products"> <div class="megamenu--lvl_1-title mobile-only megamenu-trigger"> <span>Prodotti</span> <span class="megamenu--lvl_1-title-trigger">Prodotti</span> </div> <div class="megamenu--lvl_1-list megamenu-list container"> <p class="megamenu--lvl_2 mobile-only"> <span class="megamenu--lvl_2-title"> <a href="/it-it/products" class="">Prodotti Panoramica</a> </span> </p> <div class="megamenu--lvl_2 col col-xs-12 col-md-3 desktop-only"> <div class="megamenu--overview-block"> <p class="megamenu--lvl_2-title">Prodotti</p> <p>Esplora la nostra offerta di prodotti per trovare l'acciaio inossidabile più adatto alle tue applicazioni.</p> <a class="button" href="/it-it/products">Panoramica</a> </div> </div> <div class="megamenu--column col col-xs-12 col-md-3"> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title megamenu-trigger"> <span class="mobile-only">Tipologie di acciaio inossidabile</span> <a href="/it-it/products/product-ranges" class="desktop-only">Tipologie di acciaio inossidabile</a> <span class="megamenu--lvl_2-title-trigger">Tipologie di acciaio inossidabile</span> </div> <div class="megamenu--lvl_3 megamenu-list"> <ul> <li class="mobile-only"> <a href="/it-it/products/product-ranges" class="">Tipologie di acciaio inossidabile Panoramica</a> </li> <li > <a href="/it-it/products/product-ranges/moda" class=""> <span class="steel-range" style="background: #7ec8f2"></span> <div class="steel-range-txt"> Moda <span class="steel-range-subtxt">Ambienti moderatamente corrosivi</span> </div> </a> </li> <li > <a href="/it-it/products/product-ranges/core" class=""> <span class="steel-range" style="background: #009ee8"></span> <div class="steel-range-txt"> Core <span class="steel-range-subtxt">Ambienti corrosivi</span> </div> </a> </li> <li > <a href="/it-it/products/product-ranges/supra" class=""> <span class="steel-range" style="background: #306084"></span> <div class="steel-range-txt"> Supra <span class="steel-range-subtxt">Ambienti altamente corrosivi</span> </div> </a> </li> <li > <a href="/it-it/products/product-ranges/forta" class=""> <span class="steel-range" style="background: #00975f"></span> <div class="steel-range-txt"> Forta <span class="steel-range-subtxt">Duplex e altri altoresistenziali</span> </div> </a> </li> <li > <a href="/it-it/products/product-ranges/ultra" class=""> <span class="steel-range" style="background: #ff7c00"></span> <div class="steel-range-txt"> Ultra <span class="steel-range-subtxt">Ambienti estremamente corrosivi</span> </div> </a> </li> <li > <a href="/it-it/products/product-ranges/dura" class=""> <span class="steel-range" style="background: #ffee00"></span> <div class="steel-range-txt"> Dura <span class="steel-range-subtxt">Durezza elevata</span> </div> </a> </li> <li > <a href="/it-it/products/product-ranges/therma" class=""> <span class="steel-range" style="background: #e40134"></span> <div class="steel-range-txt"> Therma <span class="steel-range-subtxt">Temperature di servizio elevate</span> </div> </a> </li> <li > <a href="/it-it/products/product-ranges/prodec" class=""> <span class="steel-range" style="background: #40484d"></span> <div class="steel-range-txt"> Prodec <span class="steel-range-subtxt">Lavorabilità superiore</span> </div> </a> </li> <li > <a href="/it-it/products/product-ranges/deco" class=""> <span class="steel-range" style="background: #002c3e"></span> <div class="steel-range-txt"> Deco <span class="steel-range-subtxt">Superfici speciali</span> </div> </a> </li> </ul> </div> </div> </div> <div class="megamenu--column col col-xs-12 col-md-3"> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title megamenu-trigger"> <span class="mobile-only">Circle Green</span> <a href="/it-it/products/circle-green" class="desktop-only">Circle Green</a> <span class="megamenu--lvl_2-title-trigger">Circle Green</span> </div> <div class="megamenu--lvl_3 megamenu-list"> <ul> <li class="mobile-only"> <a href="/it-it/products/circle-green" class="">Circle Green Panoramica</a> </li> <li class="circle-green-emblem" > <a href="/it-it/products/product-ranges/moda" class=""> <span class="steel-range" style="background: #7ec8f2"></span> <div class="steel-range-txt"> Moda <span class="steel-range-subtxt">Ambienti moderatamente corrosivi</span> </div> </a> </li> <li class="circle-green-emblem" > <a href="/it-it/products/product-ranges/core" class=""> <span class="steel-range" style="background: #009ee8"></span> <div class="steel-range-txt"> Core <span class="steel-range-subtxt">Ambienti corrosivi</span> </div> </a> </li> <li class="circle-green-emblem" > <a href="/it-it/products/product-ranges/supra" class=""> <span class="steel-range" style="background: #306084"></span> <div class="steel-range-txt"> Supra <span class="steel-range-subtxt">Ambienti altamente corrosivi</span> </div> </a> </li> <li class="circle-green-emblem" > <a href="/it-it/products/product-ranges/forta" class=""> <span class="steel-range" style="background: #00975f"></span> <div class="steel-range-txt"> Forta <span class="steel-range-subtxt">Duplex and other high strength</span> </div> </a> </li> <li class="circle-green-emblem" > <a href="/it-it/products/product-ranges/dura" class=""> <span class="steel-range" style="background: #ffee00"></span> <div class="steel-range-txt"> Dura <span class="steel-range-subtxt">High hardness</span> </div> </a> </li> </ul> </div> </div> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title megamenu-trigger"> <span class="mobile-only">Prodotti piani</span> <a href="/it-it/products/flat-products" class="desktop-only">Prodotti piani</a> <span class="megamenu--lvl_2-title-trigger">Prodotti piani</span> </div> <div class="megamenu--lvl_3 megamenu-list"> <ul> <li class="mobile-only"> <a href="/it-it/products/flat-products" class="">Prodotti piani Panoramica</a> </li> <li><a href="/it-it/products/flat-products/cold-rolled-coil-strip-and-sheet" DisableWebEdit="True">Cold rolled coil strip and sheet</a></li> <li><a href="/it-it/products/flat-products/hot-rolled-coil-strip-and-plate" DisableWebEdit="True">Hot rolled coil strip and plate</a></li> <li><a href="/it-it/products/flat-products/quarto-plate" DisableWebEdit="True">Quarto plate</a></li> <li><a href="/it-it/products/flat-products/precision-strip" DisableWebEdit="True">Precision strip</a></li> <li><a href="/it-it/products/flat-products/specialized-components" DisableWebEdit="True">Componenti speciali</a></li> </ul> </div> </div> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title "> <a href="/it-it/products/metal-powder" class="">Polvere di metallo</a> </div> </div> </div> <div class="megamenu--column col col-xs-12 col-md-3"> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title megamenu-trigger"> <span class="mobile-only">Tipi di acciaio inox</span> <a href="/it-it/products/stainless-steel-types" class="desktop-only">Tipi di acciaio inox</a> <span class="megamenu--lvl_2-title-trigger">Tipi di acciaio inox</span> </div> <div class="megamenu--lvl_3 megamenu-list"> <ul> <li class="mobile-only"> <a href="/it-it/products/stainless-steel-types" class="">Tipi di acciaio inox Panoramica</a> </li> <li><a href="/it-it/products/stainless-steel-types/ferritic-stainless-steel" DisableWebEdit="True">Ferritico</a></li> <li><a href="/it-it/products/stainless-steel-types/martensitic-stainless-steel-and-precipitation-hardening-grades" DisableWebEdit="True">Gradi PH e martensitici</a></li> <li><a href="/it-it/products/stainless-steel-types/duplex-stainless-steel" DisableWebEdit="True">Duplex</a></li> <li><a href="/it-it/products/stainless-steel-types/austenitic-stainless-steel" DisableWebEdit="True">Austenitico</a></li> </ul> </div> </div> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title "> <a href="/it-it/products/corrosion-tables" class="">Tabelle di corrosione</a> </div> </div> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title "> <a href="/it-it/products/services" class="">Servizi</a> </div> </div> </div> </div> </div> <div class="megamenu--lvl_1 megamenu-parent row" data-megamenu="expertise"> <div class="megamenu--lvl_1-title mobile-only megamenu-trigger"> <span>Competenza</span> <span class="megamenu--lvl_1-title-trigger">Competenza</span> </div> <div class="megamenu--lvl_1-list megamenu-list container"> <p class="megamenu--lvl_2 mobile-only"> <span class="megamenu--lvl_2-title"> <a href="/it-it/expertise" class="">Competenza Panoramica</a> </span> </p> <div class="megamenu--lvl_2 col col-xs-12 col-md-3 desktop-only"> <div class="megamenu--overview-block"> <p class="megamenu--lvl_2-title">Competenza</p> <p>Esplora storie di successo, articoli approfonditi, webinar e contenuti tecnici.</p> <a class="button" href="/it-it/expertise">Panoramica</a> </div> </div> <div class="megamenu--column col col-xs-12 col-md-3"> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title "> <a href="/it-it/expertise" class="">Articoli e casi</a> </div> </div> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title "> <a href="/it-it/expertise/blogs" class="">Blogs</a> </div> </div> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title "> <a href="/it-it/expertise/handbooks-and-guides" class="">Handbooks and guides</a> </div> </div> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title "> <a href="/it-it/expertise/webinars-and-events/corrosion-academy" class="">Corrosion Academy</a> </div> </div> </div> <div class="megamenu--column col col-xs-12 col-md-3"> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title megamenu-trigger"> <span class="mobile-only">Webinar ed eventi</span> <a href="/it-it/expertise/webinars-and-events" class="desktop-only">Webinar ed eventi</a> <span class="megamenu--lvl_2-title-trigger">Webinar ed eventi</span> </div> <div class="megamenu--lvl_3 megamenu-list"> <ul> <li class="mobile-only"> <a href="/it-it/expertise/webinars-and-events" class="">Webinar ed eventi Panoramica</a> </li> <li><a href="/it-it/expertise/webinars-and-events/circle-green-webinars" DisableWebEdit="True">Circle Green webinars</a></li> <li><a href="/it-it/expertise/webinars-and-events/bridge-webinars" DisableWebEdit="True">Webinar su ponti</a></li> <li><a href="/it-it/expertise/webinars-and-events/facade-webinars" DisableWebEdit="True">Webinar su facciate</a></li> <li><a href="/it-it/expertise/webinars-and-events/automotive-webinars" DisableWebEdit="True">Webinar sulla mobilità</a></li> <li><a href="/it-it/expertise/webinars-and-events/oil-and-gas-webinars" DisableWebEdit="True">Webinar su petrolio e gas</a></li> <li><a href="/it-it/expertise/webinars-and-events/storage-tank-webinars" DisableWebEdit="True" target="_blank">Webinar su serbatoi di stoccaggio</a></li> </ul> </div> </div> </div> <div class="megamenu--column col col-xs-12 col-md-3"> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title megamenu-trigger"> <span>Raccolte</span> <span class="megamenu--lvl_2-title-trigger">Raccolte</span> </div> <div class="megamenu--lvl_3 megamenu-list"> <ul> <li><a href="/it-it/expertise/collections/offshore-insights-and-innovations" DisableWebEdit="True">Offshore insights and innovations</a></li> <li><a href="/it-it/expertise/collections/stainless-steel-basics" DisableWebEdit="True">Stainless Steel Basics</a></li> <li><a href="/it-it/expertise" DisableWebEdit="True">Sostenibilità</a></li> <li><a href="/it-it/expertise" DisableWebEdit="True">Duplex 90 anni</a></li> </ul> </div> </div> </div> </div> </div> <div class="megamenu--lvl_1 megamenu-parent row" data-megamenu="industries"> <div class="megamenu--lvl_1-title mobile-only megamenu-trigger"> <span>settori</span> <span class="megamenu--lvl_1-title-trigger">settori</span> </div> <div class="megamenu--lvl_1-list megamenu-list container"> <p class="megamenu--lvl_2 mobile-only"> <span class="megamenu--lvl_2-title"> <a href="/it-it/industries" class="">settori Panoramica</a> </span> </p> <div class="megamenu--lvl_2 col col-xs-12 col-md-3 desktop-only"> <div class="megamenu--overview-block"> <p class="megamenu--lvl_2-title">settori</p> <p>Scopri come il nostro acciaio inossidabile permette, a una societa' in continua evoluzione, un utilizzo versatile in svariati contesti. </p> <a class="button" href="/it-it/industries">Panoramica</a> </div> </div> <div class="megamenu--column col col-xs-12 col-md-3"> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title megamenu-trigger"> <span class="mobile-only">Elettrodomestici</span> <a href="/it-it/industries/appliances" class="desktop-only">Elettrodomestici</a> <span class="megamenu--lvl_2-title-trigger">Elettrodomestici</span> </div> <div class="megamenu--lvl_3 megamenu-list"> <ul> <li class="mobile-only"> <a href="/it-it/industries/appliances" class="">Elettrodomestici Panoramica</a> </li> <li><a href="/it-it/industries/appliances/commercial-kitchen" DisableWebEdit="True">Cucina industriale</a></li> <li><a href="/it-it/industries/appliances/cooking" DisableWebEdit="True">Cucina</a></li> <li><a href="/it-it/industries/appliances/food-industry" DisableWebEdit="True">Industria alimentare</a></li> <li><a href="/it-it/industries/appliances/home-appliances" DisableWebEdit="True">Elettrodomestici</a></li> </ul> </div> </div> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title megamenu-trigger"> <span class="mobile-only">Energy</span> <a href="/it-it/industries/energy" class="desktop-only">Energy</a> <span class="megamenu--lvl_2-title-trigger">Energy</span> </div> <div class="megamenu--lvl_3 megamenu-list"> <ul> <li class="mobile-only"> <a href="/it-it/industries/energy" class="">Energy Panoramica</a> </li> <li><a href="/it-it/industries/energy/renewable-energy" DisableWebEdit="True">Renewable energy</a></li> <li><a href="/it-it/industries/energy/hydrogen" DisableWebEdit="True">Idrogeno</a></li> </ul> </div> </div> </div> <div class="megamenu--column col col-xs-12 col-md-3"> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title megamenu-trigger"> <span class="mobile-only">Automotive and transportation</span> <a href="/it-it/industries/automotive-and-transportation" class="desktop-only">Automotive and transportation</a> <span class="megamenu--lvl_2-title-trigger">Automotive and transportation</span> </div> <div class="megamenu--lvl_3 megamenu-list"> <ul> <li class="mobile-only"> <a href="/it-it/industries/automotive-and-transportation" class="">Automotive and transportation Panoramica</a> </li> <li><a href="/it-it/industries/automotive-and-transportation/automotive" DisableWebEdit="True">Automotive</a></li> <li><a href="/it-it/industries/automotive-and-transportation/buses" DisableWebEdit="True">Autobus</a></li> <li><a href="/it-it/industries/automotive-and-transportation/railway" DisableWebEdit="True">Railway</a></li> <li><a href="/it-it/industries/automotive-and-transportation/road-tankers" DisableWebEdit="True">Road tankers</a></li> </ul> </div> </div> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title megamenu-trigger"> <span class="mobile-only">Heavy industry</span> <a href="/it-it/industries/heavy-industry" class="desktop-only">Heavy industry</a> <span class="megamenu--lvl_2-title-trigger">Heavy industry</span> </div> <div class="megamenu--lvl_3 megamenu-list"> <ul> <li class="mobile-only"> <a href="/it-it/industries/heavy-industry" class="">Heavy industry Panoramica</a> </li> <li><a href="/it-it/industries/heavy-industry/carbon-capture" DisableWebEdit="True">Carbon Capture</a></li> <li><a href="/it-it/industries/heavy-industry/chemical-processing" DisableWebEdit="True">Trattamento chimico</a></li> <li><a href="/it-it/industries/heavy-industry/mining-and-minerals-processing" DisableWebEdit="True">Estrazione e lavorazione dei minerali</a></li> <li class="megamenu--lvl_3-parent megamenu-parent"> <div class="megamenu--lvl_3-link-container megamenu-trigger"> <a class="megamenu--lvl_3-parent-link desktop-only " href="/it-it/industries/heavy-industry/oil-and-gas" DisableWebEdit="True">Oil and gas</a> <span class="mobile-only">Oil and gas</span> <span class="megamenu--lvl_3-title-trigger">Oil and gas</span> </div> <ul class="megamenu--lvl_4 megamenu-list"> <li class="mobile-only"> <a href="/it-it/industries/heavy-industry/oil-and-gas" class="">Oil and gas Panoramica</a> </li> <li><a href="/it-it/industries/heavy-industry/oil-and-gas/pipes-and-tubing" DisableWebEdit="True">Pipes and tubing</a></li> </ul> </li> <li><a href="/it-it/industries/heavy-industry/pulp-and-paper" DisableWebEdit="True">Pulp and paper</a></li> <li class="megamenu--lvl_3-parent megamenu-parent"> <div class="megamenu--lvl_3-link-container megamenu-trigger"> <a class="megamenu--lvl_3-parent-link desktop-only " href="/it-it/industries/heavy-industry/storage-tanks" DisableWebEdit="True">Storage tanks</a> <span class="mobile-only">Serbatoi di stoccaggio</span> <span class="megamenu--lvl_3-title-trigger">Serbatoi di stoccaggio</span> </div> <ul class="megamenu--lvl_4 megamenu-list"> <li class="mobile-only"> <a href="/it-it/industries/heavy-industry/storage-tanks" class="">Serbatoi di stoccaggio Panoramica</a> </li> <li><a href="/it-it/industries/heavy-industry/storage-tanks/pressure-vessel-calculator" DisableWebEdit="True">Pressure vessel calculator</a></li> <li><a href="/it-it/industries/heavy-industry/storage-tanks/storage-tank-calculator" DisableWebEdit="True">Storage tank calculator</a></li> </ul> </li> </ul> </div> </div> </div> <div class="megamenu--column col col-xs-12 col-md-3"> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title megamenu-trigger"> <span class="mobile-only">Edilizia e infrastrutture</span> <a href="/it-it/industries/architecture-building-and-infrastructure" class="desktop-only">Edilizia e infrastrutture</a> <span class="megamenu--lvl_2-title-trigger">Edilizia e infrastrutture</span> </div> <div class="megamenu--lvl_3 megamenu-list"> <ul> <li class="mobile-only"> <a href="/it-it/industries/architecture-building-and-infrastructure" class="">Edilizia e infrastrutture Panoramica</a> </li> <li class="megamenu--lvl_3-parent megamenu-parent"> <div class="megamenu--lvl_3-link-container megamenu-trigger"> <a class="megamenu--lvl_3-parent-link desktop-only " href="/it-it/industries/architecture-building-and-infrastructure/bridges" DisableWebEdit="True">Ponti</a> <span class="mobile-only">Ponti</span> <span class="megamenu--lvl_3-title-trigger">Ponti</span> </div> <ul class="megamenu--lvl_4 megamenu-list"> <li class="mobile-only"> <a href="/it-it/industries/architecture-building-and-infrastructure/bridges" class="">Ponti Panoramica</a> </li> <li><a href="/it-it/industries/architecture-building-and-infrastructure/bridges/design-a-stainless-steel-bridge" DisableWebEdit="True">Design a stainless steel bridge</a></li> <li><a href="/it-it/industries/architecture-building-and-infrastructure/bridges/bridge-material-selection-tool" DisableWebEdit="True" target="_blank">Bridge material selection tool</a></li> </ul> </li> <li><a href="/it-it/industries/architecture-building-and-infrastructure/facades-and-cladding" DisableWebEdit="True">Facciate e rivestimenti</a></li> <li><a href="/it-it/industries/architecture-building-and-infrastructure/interior-cladding" DisableWebEdit="True">Interior cladding</a></li> <li><a href="/it-it/industries/architecture-building-and-infrastructure/structural-components" DisableWebEdit="True">Componenti strutturali</a></li> <li><a href="/it-it/industries/architecture-building-and-infrastructure/water-control" DisableWebEdit="True">Water control</a></li> </ul> </div> </div> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title megamenu-trigger"> <span>Settore marittimo</span> <span class="megamenu--lvl_2-title-trigger">Settore marittimo</span> </div> <div class="megamenu--lvl_3 megamenu-list"> <ul> <li></li> <li><a href="/it-it/industries/marine/ballast-water-treatment-systems" DisableWebEdit="True">Sistemi di trattamento delle acque di zavorra</a></li> <li><a href="/it-it/industries/marine/scrubbers" DisableWebEdit="True">Scrubbers</a></li> <li><a href="/it-it/industries/marine/ships" DisableWebEdit="True">Navi</a></li> </ul> </div> </div> </div> </div> </div> <div class="megamenu--lvl_1 megamenu-parent row" data-megamenu="surcharges"> <div class="megamenu--lvl_1-title mobile-only megamenu-trigger"> <span>Surcharges</span> <span class="megamenu--lvl_1-title-trigger">Surcharges</span> </div> <div class="megamenu--lvl_1-list megamenu-list container"> <p class="megamenu--lvl_2 mobile-only"> <span class="megamenu--lvl_2-title"> <a href="/it-it/surcharges" class="">Surcharges Panoramica</a> </span> </p> <div class="megamenu--lvl_2 col col-xs-12 col-md-3 desktop-only"> <div class="megamenu--overview-block"> <p class="megamenu--lvl_2-title">Supplementi</p> <p>Scopri di più su extra di lega, prezzi e condizioni di vendita di Outokumpu.</p> <a class="button" href="/it-it/surcharges">Panoramica</a> </div> </div> <div class="megamenu--column col col-xs-12 col-md-3"> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title megamenu-trigger"> <span>Americas</span> <span class="megamenu--lvl_2-title-trigger">Americas</span> </div> <div class="megamenu--lvl_3 megamenu-list"> <ul> <li><a href="/it-it/surcharges/stainless-steel-alloy-surcharges-americas" DisableWebEdit="True">Stainless steel alloy surcharges Americas</a></li> </ul> </div> </div> </div> <div class="megamenu--column col col-xs-12 col-md-3"> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title megamenu-trigger"> <span>Europa</span> <span class="megamenu--lvl_2-title-trigger">Europa</span> </div> <div class="megamenu--lvl_3 megamenu-list"> <ul> <li><a href="/it-it/surcharges/stainless-steel-alloy-surcharges-europe" DisableWebEdit="True">Stainless steel alloy surcharges Europe</a></li> </ul> </div> </div> </div> <div class="megamenu--column col col-xs-12 col-md-3"> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title megamenu-trigger"> <span>Global</span> <span class="megamenu--lvl_2-title-trigger">Global</span> </div> <div class="megamenu--lvl_3 megamenu-list"> <ul> <li><a href="/it-it/surcharges/conditions-of-sale" DisableWebEdit="True">Conditions of sale</a></li> </ul> </div> </div> </div> </div> </div> <div class="megamenu--lvl_1 megamenu-secondary megamenu-parent row" data-megamenu="about-outokumpu"> <div class="megamenu--lvl_1-title mobile-only megamenu-trigger"> <span>Informazioni su Outokumpu</span> <span class="megamenu--lvl_1-title-trigger">Informazioni su Outokumpu</span> </div> <div class="megamenu--lvl_1-list megamenu-list container"> <p class="megamenu--lvl_2 mobile-only"> <span class="megamenu--lvl_2-title"> <a href="/it-it/about-outokumpu" class="">Informazioni su Outokumpu Panoramica</a> </span> </p> <div class="megamenu--lvl_2 col col-xs-12 col-md-3 desktop-only"> <div class="megamenu--overview-block"> <p class="megamenu--lvl_2-title">Informazioni su Outokumpu</p> <p>Scopri tutto ciò che sta dietro a Outokumpu, come lavoriamo e ci organizziamo e in che direzione stiamo andando. </p> <a class="button" href="/it-it/about-outokumpu">Panoramica</a> </div> </div> <div class="megamenu--column col col-xs-12 col-md-3"> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title megamenu-trigger"> <span class="mobile-only">Outokumpu in brief</span> <a href="/it-it/about-outokumpu/in-brief" class="desktop-only">Outokumpu in brief</a> <span class="megamenu--lvl_2-title-trigger">Outokumpu in brief</span> </div> <div class="megamenu--lvl_3 megamenu-list"> <ul> <li class="mobile-only"> <a href="/it-it/about-outokumpu/in-brief" class="">Outokumpu in brief Panoramica</a> </li> <li class=""><a href="/it-it/about-outokumpu/history-of-outokumpu" DisableWebEdit="True">History</a></li> <li class=""><a href="/it-it/about-outokumpu/strategy-and-vision" DisableWebEdit="True">Strategy and vision</a></li> </ul> </div> </div> </div> <div class="megamenu--column col col-xs-12 col-md-3"> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title megamenu-trigger"> <span class="mobile-only">Organizzazione</span> <a href="/it-it/about-outokumpu/organization" class="desktop-only">Organizzazione</a> <span class="megamenu--lvl_2-title-trigger">Organizzazione</span> </div> <div class="megamenu--lvl_3 megamenu-list"> <ul> <li class="mobile-only"> <a href="/it-it/about-outokumpu/organization" class="">Organizzazione Panoramica</a> </li> <li class=""><a href="/it-it/about-outokumpu/organization/americas" DisableWebEdit="True">Area di attività Americas</a></li> <li class=""><a href="/it-it/about-outokumpu/organization/europe" DisableWebEdit="True">Area di attività Europe</a></li> <li class=""><a href="/it-it/about-outokumpu/organization/ferrochrome" DisableWebEdit="True">Area di attività Ferrochrome</a></li> <li class=""><a href="/it-it/about-outokumpu/organization/other-operations" DisableWebEdit="True">Altre operazioni</a></li> <li class=""><a href="/it-it/about-outokumpu/organization/board-of-directors" DisableWebEdit="True">Consiglio di amministrazione</a></li> <li class=""><a href="/it-it/about-outokumpu/organization/leadership-team" DisableWebEdit="True">Outokumpu Leadership Team (gruppo dirigente di Outokumpu)</a></li> </ul> </div> </div> </div> <div class="megamenu--column col col-xs-12 col-md-3"> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title "> <a href="/it-it/about-outokumpu/suppliers" class="">Suppliers</a> </div> </div> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title "> <a href="/it-it/about-outokumpu/code-of-conduct" class="">Codice di condotta</a> </div> </div> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title "> <a href="/it-it/about-outokumpu/cybersecurity-at-outokumpu" class="">Cybersecurity at Outokumpu</a> </div> </div> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title "> <a href="/it-it/sustainability/speakup" class="">Segnalazione di cattiva condotta su SpeakUp</a> </div> </div> </div> </div> </div> <div class="megamenu--lvl_1 megamenu-secondary megamenu-parent row" data-megamenu="sustainability"> <div class="megamenu--lvl_1-title mobile-only megamenu-trigger"> <span>Sustainability</span> <span class="megamenu--lvl_1-title-trigger">Sustainability</span> </div> <div class="megamenu--lvl_1-list megamenu-list container"> <p class="megamenu--lvl_2 mobile-only"> <span class="megamenu--lvl_2-title"> <a href="/it-it/sustainability" class="">Sustainability Panoramica</a> </span> </p> <div class="megamenu--lvl_2 col col-xs-12 col-md-3 desktop-only"> <div class="megamenu--overview-block"> <p class="megamenu--lvl_2-title">Sostenibilità</p> <p>Scopri come l'acciaio inossidabile sostenibile di Outokumpu contribuisce all'obiettivo "a world that lasts forever".</p> <a class="button" href="/it-it/sustainability">Panoramica</a> </div> </div> <div class="megamenu--column col col-xs-12 col-md-3"> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title megamenu-trigger"> <span class="mobile-only">Strategia per la sostenibilità</span> <a href="/it-it/sustainability/sustainability-strategy" class="desktop-only">Strategia per la sostenibilità</a> <span class="megamenu--lvl_2-title-trigger">Strategia per la sostenibilità</span> </div> <div class="megamenu--lvl_3 megamenu-list"> <ul> <li class="mobile-only"> <a href="/it-it/sustainability/sustainability-strategy" class="">Strategia per la sostenibilità Panoramica</a> </li> <li class=""><a href="/it-it/sustainability/sustainability-strategy/commitments-and-initiatives" DisableWebEdit="True">Impegni e iniziative</a></li> <li class=""><a href="/it-it/sustainability/sustainability-strategy/un-sustainable-development-goals" DisableWebEdit="True">Obiettivi di sviluppo sostenibile dell'ONU</a></li> <li class=""><a href="/it-it/sustainability/sustainability-strategy/esg-advisory-council" DisableWebEdit="True">Comitato Consultivo ESG</a></li> <li class=""><a href="/it-it/sustainability/sustainability-strategy/sustainability-contacts" DisableWebEdit="True">Contatti per la sostenibilità</a></li> </ul> </div> </div> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title megamenu-trigger"> <span class="mobile-only">Acciaio inossidabile sostenibile</span> <a href="/it-it/sustainability/sustainable-stainless-steel" class="desktop-only">Acciaio inossidabile sostenibile</a> <span class="megamenu--lvl_2-title-trigger">Acciaio inossidabile sostenibile</span> </div> <div class="megamenu--lvl_3 megamenu-list"> <ul> <li class="mobile-only"> <a href="/it-it/sustainability/sustainable-stainless-steel" class="">Acciaio inossidabile sostenibile Panoramica</a> </li> <li class=""><a href="/it-it/sustainability/sustainable-stainless-steel/drivers-of-sustainable-stainless" DisableWebEdit="True">Fattori chiave dell'acciaio inossidabile sostenibile</a></li> <li class=""><a href="/it-it/sustainability/sustainable-stainless-steel/environmental-product-declarations" DisableWebEdit="True">Dichiarazioni ambientali di prodotto</a></li> <li class=""><a href="/it-it/sustainability/sustainable-stainless-steel/product-carbon-footprint" DisableWebEdit="True">Impronta di carbonio dei prodotti</a></li> <li class=""><a href="/it-it/sustainability/sustainable-stainless-steel/product-safety" DisableWebEdit="True">Sicurezza dei prodotti</a></li> </ul> </div> </div> </div> <div class="megamenu--column col col-xs-12 col-md-3"> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title megamenu-trigger"> <span class="mobile-only">Ambiente</span> <a href="/it-it/sustainability/environment" class="desktop-only">Ambiente</a> <span class="megamenu--lvl_2-title-trigger">Ambiente</span> </div> <div class="megamenu--lvl_3 megamenu-list"> <ul> <li class="mobile-only"> <a href="/it-it/sustainability/environment" class="">Ambiente Panoramica</a> </li> <li class=""><a href="/it-it/sustainability/environment/protecting-the-climate" DisableWebEdit="True">Proteggere il clima</a></li> <li class=""><a href="/it-it/sustainability/environment/circular-economy" DisableWebEdit="True">Circular economy</a></li> <li class=""><a href="/it-it/sustainability/environment/environmental-impacts" DisableWebEdit="True">Impatti ambientali</a></li> <li class=""><a href="/it-it/sustainability/environment/biodiversity" DisableWebEdit="True">Biodiversità</a></li> <li class=""></li> </ul> </div> </div> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title megamenu-trigger"> <span class="mobile-only">Reporting e dati</span> <a href="/it-it/sustainability/reporting-and-data" class="desktop-only">Reporting e dati</a> <span class="megamenu--lvl_2-title-trigger">Reporting e dati</span> </div> <div class="megamenu--lvl_3 megamenu-list"> <ul> <li class="mobile-only"> <a href="/it-it/sustainability/reporting-and-data" class="">Reporting e dati Panoramica</a> </li> <li class=""><a href="/it-it/sustainability/reporting-and-data/sustainability-data" DisableWebEdit="True">Strumento di dati sulla sostenibilità</a></li> <li class=""><a href="/it-it/sustainability/sustainability-downloads" DisableWebEdit="True">Download di sostenibilità</a></li> </ul> </div> </div> </div> <div class="megamenu--column col col-xs-12 col-md-3"> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title megamenu-trigger"> <span class="mobile-only">People and society</span> <a href="/it-it/sustainability/people-and-society" class="desktop-only">People and society</a> <span class="megamenu--lvl_2-title-trigger">People and society</span> </div> <div class="megamenu--lvl_3 megamenu-list"> <ul> <li class="mobile-only"> <a href="/it-it/sustainability/people-and-society" class="">People and society Panoramica</a> </li> <li class=""><a href="/it-it/sustainability/people-and-society/our-people" DisableWebEdit="True">Our people</a></li> <li class=""><a href="/it-it/sustainability/people-and-society/health-and-safety" DisableWebEdit="True">Health and safety</a></li> <li class=""><a href="/it-it/sustainability/people-and-society/good-corporate-citizenship" DisableWebEdit="True">Buona cittadinanza d'impresa</a></li> <li class=""><a href="/it-it/sustainability/people-and-society/impact-on-society-and-human-rights" DisableWebEdit="True">Impatto sulla società e sui diritti umani</a></li> <li class=""><a href="/it-it/sustainability/people-and-society/sustainable-supply-chain" DisableWebEdit="True">Sustainable supply chain</a></li> </ul> </div> </div> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title megamenu-trigger"> <span class="mobile-only">Governance della sostenibilità</span> <a href="/it-it/sustainability/sustainability-governance" class="desktop-only">Governance della sostenibilità</a> <span class="megamenu--lvl_2-title-trigger">Governance della sostenibilità</span> </div> <div class="megamenu--lvl_3 megamenu-list"> <ul> <li class="mobile-only"> <a href="/it-it/sustainability/sustainability-governance" class="">Governance della sostenibilità Panoramica</a> </li> <li class=""><a href="/it-it/about-outokumpu/code-of-conduct" DisableWebEdit="True">Codice di condotta</a></li> <li class=""><a href="/it-it/sustainability/speakup" DisableWebEdit="True">Segnalazione di cattiva condotta su SpeakUp</a></li> </ul> </div> </div> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title "> <a href="/it-it/sustainability/inner-circle" class="">Inner Circle</a> </div> </div> </div> </div> </div> <div class="megamenu--lvl_1 megamenu-secondary megamenu-parent row" data-megamenu="investors"> <div class="megamenu--lvl_1-title mobile-only megamenu-trigger"> <span>Investors</span> <span class="megamenu--lvl_1-title-trigger">Investors</span> </div> <div class="megamenu--lvl_1-list megamenu-list container"> <p class="megamenu--lvl_2 mobile-only"> <span class="megamenu--lvl_2-title"> <a href="/it-it/investors" class="">Investors Panoramica</a> </span> </p> <div class="megamenu--lvl_2 col col-xs-12 col-md-3 desktop-only"> <div class="megamenu--overview-block"> <p class="megamenu--lvl_2-title">Investitori</p> <p>Per saperne di più su Outokumpu come investimento e per trovare il nostro calendario finanziario, le informazioni sulle azioni e il materiale per gli investitori.</p> <a class="button" href="/it-it/investors">Panoramica</a> </div> </div> <div class="megamenu--column col col-xs-12 col-md-3"> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title megamenu-trigger"> <span class="mobile-only">Outokumpu as an investment</span> <a href="/it-it/investors/outokumpu-as-an-investment" class="desktop-only">Outokumpu as an investment</a> <span class="megamenu--lvl_2-title-trigger">Outokumpu as an investment</span> </div> <div class="megamenu--lvl_3 megamenu-list"> <ul> <li class="mobile-only"> <a href="/it-it/investors/outokumpu-as-an-investment" class="">Outokumpu as an investment Panoramica</a> </li> <li class=""><a href="/it-it/investors/outokumpu-as-an-investment/ceos-review" DisableWebEdit="True">Analisi del CEO</a></li> <li class=""><a href="/it-it/about-outokumpu/strategy-and-vision" DisableWebEdit="True">Strategia e obiettivi</a></li> <li class=""><a href="/it-it/investors/outokumpu-as-an-investment/outlook-and-risks" DisableWebEdit="True" target="_blank">Prospettive e rischi</a></li> <li class=""><a href="/it-it/investors/outokumpu-as-an-investment/operating-environment" DisableWebEdit="True">Ambiente operativo</a></li> <li class=""><a href="/it-it/investors/outokumpu-as-an-investment/responsible-investment" DisableWebEdit="True">Investimento responsabile</a></li> <li class=""><a href="/it-it/investors/outokumpu-as-an-investment/active-dialogue-with-markets" DisableWebEdit="True">Dialogo attivo con i mercati</a></li> </ul> </div> </div> </div> <div class="megamenu--column col col-xs-12 col-md-3"> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title megamenu-trigger"> <span class="mobile-only">Investor calendar and events</span> <a href="/it-it/investors/investor-calendar-and-events" class="desktop-only">Investor calendar and events</a> <span class="megamenu--lvl_2-title-trigger">Investor calendar and events</span> </div> <div class="megamenu--lvl_3 megamenu-list"> <ul> <li class="mobile-only"> <a href="/it-it/investors/investor-calendar-and-events" class="">Investor calendar and events Panoramica</a> </li> <li class=""><a href="/it-it/investors/investor-calendar-and-events/capital-markets-day" DisableWebEdit="True">Capital Markets Day</a></li> <li class=""><a href="/it-it/investors/investor-calendar-and-events/site-visits" DisableWebEdit="True">Site visits</a></li> <li class=""><a href="/it-it/investors/investor-calendar-and-events/webcasts" DisableWebEdit="True">Webcasts</a></li> </ul> </div> </div> </div> <div class="megamenu--column col col-xs-12 col-md-3"> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title megamenu-trigger"> <span class="mobile-only">Report e presentazioni</span> <a href="/it-it/investors/materials/2022" class="desktop-only">Report e presentazioni</a> <span class="megamenu--lvl_2-title-trigger">Report e presentazioni</span> </div> <div class="megamenu--lvl_3 megamenu-list"> <ul> <li class="mobile-only"> <a href="/it-it/investors/materials/2022" class="">Report e presentazioni Panoramica</a> </li> <li class=""><a href="/it-it/investors/materials/2024" DisableWebEdit="True">2024</a></li> <li class=""><a href="/it-it/investors/materials/2023" DisableWebEdit="True">2023</a></li> <li class=""><a href="/it-it/investors/materials/2022" DisableWebEdit="True">2022</a></li> <li class=""><a href="/it-it/investors/materials/2021" DisableWebEdit="True">2021</a></li> <li class=""><a href="/it-it/investors/materials/2020" DisableWebEdit="True">2020</a></li> <li class=""><a href="/it-it/investors/materials/2019" DisableWebEdit="True">2019</a></li> <li class=""><a href="/it-it/investors/materials" DisableWebEdit="True">Archivia</a></li> </ul> </div> </div> </div> <div class="megamenu--column col col-xs-12 col-md-3"> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title megamenu-trigger"> <span class="mobile-only">Outokumpu share</span> <a href="/it-it/investors/outokumpu-share" class="desktop-only">Outokumpu share</a> <span class="megamenu--lvl_2-title-trigger">Outokumpu share</span> </div> <div class="megamenu--lvl_3 megamenu-list"> <ul> <li class="mobile-only"> <a href="/it-it/investors/outokumpu-share" class="">Outokumpu share Panoramica</a> </li> <li class=""><a href="/it-it/investors/outokumpu-share/basic-share-information" DisableWebEdit="True">Condividi informazioni</a></li> <li class=""><a href="/it-it/investors/outokumpu-share/analysts" DisableWebEdit="True">Analysts</a></li> <li class=""><a href="/it-it/investors/outokumpu-share/consensus-estimates" DisableWebEdit="True">Consensus estimates</a></li> <li class=""><a href="/it-it/investors/outokumpu-share/shareholders" DisableWebEdit="True">Shareholders</a></li> <li class=""><a href="/it-it/investors/outokumpu-share/management-shareholding" DisableWebEdit="True">Partecipazione della Direzione</a></li> <li class=""><a href="/it-it/investors/outokumpu-share/dividend" DisableWebEdit="True">Dividendo</a></li> <li class=""><a href="/it-it/investors/outokumpu-share/share-capital" DisableWebEdit="True">Capitale sociale</a></li> <li class=""><a href="/it-it/investors/outokumpu-share/flagging-notifications" DisableWebEdit="True">Notifiche di segnalazione</a></li> <li class=""><a href="/it-it/investors/outokumpu-share/treasury-shares" DisableWebEdit="True">Azioni del Tesoro</a></li> <li class=""><a href="/it-it/investors/outokumpu-share/reverse-split" DisableWebEdit="True">Reverse split in 2014 </a></li> </ul> </div> </div> </div> <div class="megamenu--column col col-xs-12 col-md-3"> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title megamenu-trigger"> <span class="mobile-only">Share tools</span> <a href="/it-it/investors/share-tools" class="desktop-only">Share tools</a> <span class="megamenu--lvl_2-title-trigger">Share tools</span> </div> <div class="megamenu--lvl_3 megamenu-list"> <ul> <li class="mobile-only"> <a href="/it-it/investors/share-tools" class="">Share tools Panoramica</a> </li> <li class=""><a href="/it-it/investors/share-tools/share-monitor" DisableWebEdit="True">Share monitor</a></li> <li class=""><a href="/it-it/investors/share-tools/alternative-exchanges" DisableWebEdit="True">Alternative exchanges</a></li> <li class=""><a href="/it-it/investors/share-tools/share-price-alert" DisableWebEdit="True">Share price alert</a></li> <li class=""><a href="/it-it/investors/share-tools/share-price-look-up" DisableWebEdit="True">Share price look-up</a></li> <li class=""><a href="/it-it/investors/share-tools/investment-calculator" DisableWebEdit="True">Investment calculator</a></li> </ul> </div> </div> </div> <div class="megamenu--column col col-xs-12 col-md-3"> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title megamenu-trigger"> <span class="mobile-only">Governance</span> <a href="/it-it/investors/governance" class="desktop-only">Governance</a> <span class="megamenu--lvl_2-title-trigger">Governance</span> </div> <div class="megamenu--lvl_3 megamenu-list"> <ul> <li class="mobile-only"> <a href="/it-it/investors/governance" class="">Governance Panoramica</a> </li> <li class=""><a href="/it-it/investors/governance/agm-information" DisableWebEdit="True">AGM information</a></li> <li class=""><a href="/it-it/investors/governance/board-of-directors" DisableWebEdit="True">Board of Directors</a></li> <li class=""><a href="/it-it/investors/governance/leadership-team" DisableWebEdit="True">Leadership team</a></li> <li class=""><a href="/it-it/investors/governance/shareholders-nomination-board" DisableWebEdit="True">Consiglio di nomina degli azionisti</a></li> <li class=""><a href="/it-it/investors/governance/remuneration" DisableWebEdit="True">Compenso</a></li> <li class=""><a href="/it-it/investors/governance/insider-issues" DisableWebEdit="True">Problemi interni</a></li> <li class=""><a href="/it-it/investors/governance/risk-management" DisableWebEdit="True">Gestione del rischio</a></li> <li class=""><a href="/it-it/investors/governance/disclosure-policy" DisableWebEdit="True">Politica di divulgazione</a></li> <li class=""><a href="/it-it/investors/governance/auditors" DisableWebEdit="True">Revisori</a></li> <li class=""><a href="/it-it/sustainability/speakup" DisableWebEdit="True">SpeakUp</a></li> </ul> </div> </div> </div> <div class="megamenu--column col col-xs-12 col-md-3"> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title megamenu-trigger"> <span class="mobile-only">Financials</span> <a href="/it-it/investors/financials" class="desktop-only">Financials</a> <span class="megamenu--lvl_2-title-trigger">Financials</span> </div> <div class="megamenu--lvl_3 megamenu-list"> <ul> <li class="mobile-only"> <a href="/it-it/investors/financials" class="">Financials Panoramica</a> </li> <li class=""><a href="/it-it/investors/financials/fact-sheet" DisableWebEdit="True">Scheda informativa</a></li> </ul> </div> </div> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title "> <a href="/it-it/investors/financing-and-credit-information" class="">Credit information</a> </div> </div> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title "> <a href="/it-it/news" class="">Comunicati stampa</a> </div> </div> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title "> <a href="/it-it/investors/ir-newsletter" class="">IR Newsletter</a> </div> </div> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title "> <a href="/it-it/investors/ir-contacts" class="">IR Contacts</a> </div> </div> </div> </div> </div> <div class="megamenu--lvl_1 megamenu-secondary megamenu-parent row" data-megamenu="careers"> <div class="megamenu--lvl_1-title mobile-only megamenu-trigger"> <span>Carriere</span> <span class="megamenu--lvl_1-title-trigger">Carriere</span> </div> <div class="megamenu--lvl_1-list megamenu-list container"> <p class="megamenu--lvl_2 mobile-only"> <span class="megamenu--lvl_2-title"> <a href="/it-it/careers" class="">Carriere Panoramica</a> </span> </p> <div class="megamenu--lvl_2 col col-xs-12 col-md-3 desktop-only"> <div class="megamenu--overview-block"> <p class="megamenu--lvl_2-title">Carriere</p> <p>Scopri come i nostri esperti sono al centro del nostro successo e quali opportunità possiamo offrirti. </p> <a class="button" href="/it-it/careers">Panoramica</a> </div> </div> <div class="megamenu--column col col-xs-12 col-md-3"> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title "> <a href="https://careers.outokumpu.com/search/?locale=en_US&utm_source=careersite" class="">Open Positions</a> </div> </div> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title "> <a href="/it-it/careers/how-to-apply" class="">How to apply</a> </div> </div> </div> <div class="megamenu--column col col-xs-12 col-md-3"> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title "> <a href="/it-it/careers/meet-our-people" class="">Meet our people</a> </div> </div> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title "> <a href="/it-it/careers/ways-of-working" class="">Ways of working</a> </div> </div> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title megamenu-trigger"> <span class="mobile-only">Working with Us</span> <a href="/it-it/careers/working-with-us" class="desktop-only">Working with Us</a> <span class="megamenu--lvl_2-title-trigger">Working with Us</span> </div> <div class="megamenu--lvl_3 megamenu-list"> <ul> <li class="mobile-only"> <a href="/it-it/careers/working-with-us" class="">Working with Us Panoramica</a> </li> <li class=""><a href="/it-it/careers/working-with-us/strengthening-it-services-globally" DisableWebEdit="True">We are strengthening our IT services</a></li> </ul> </div> </div> </div> <div class="megamenu--column col col-xs-12 col-md-3"> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title megamenu-trigger"> <span class="mobile-only">Students & early careers</span> <a href="/it-it/careers/students-and-graduates" class="desktop-only">Students & early careers</a> <span class="megamenu--lvl_2-title-trigger">Students & early careers</span> </div> <div class="megamenu--lvl_3 megamenu-list"> <ul> <li class="mobile-only"> <a href="/it-it/careers/students-and-graduates" class="">Students & early careers Panoramica</a> </li> <li class=""><a href="/it-it/careers/students-and-graduates/ausbildung" DisableWebEdit="True">Apprendistato in Germania</a></li> <li class=""><a href="/it-it/careers/students-and-graduates/leap---global-opportunity-program" DisableWebEdit="True">Leap - Global Opportunity Program</a></li> <li class=""><a href="/it-it/careers/students-and-graduates/graduates" DisableWebEdit="True">Graduates</a></li> <li class=""><a href="/it-it/careers/students-and-graduates/summer-of-change-at-outokumpu" DisableWebEdit="True">Summer of change at Outokumpu</a></li> <li class=""></li> <li class=""></li> </ul> </div> </div> </div> </div> </div> <div class="megamenu--lvl_1 megamenu-secondary megamenu-parent row" data-megamenu=""> <div class="megamenu--lvl_1-title mobile-only "> <a href="/it-it/news" class="">News</a> </div> </div> <div class="megamenu--lvl_1 megamenu-secondary megamenu-parent row" data-megamenu="certificates"> <div class="megamenu--lvl_1-title mobile-only megamenu-trigger"> <span>Certificati</span> <span class="megamenu--lvl_1-title-trigger">Certificati</span> </div> <div class="megamenu--lvl_1-list megamenu-list container"> <p class="megamenu--lvl_2 mobile-only"> <span class="megamenu--lvl_2-title"> <a href="/it-it/certificates" class="current-page">Certificati Panoramica</a> </span> </p> <div class="megamenu--lvl_2 col col-xs-12 col-md-3 desktop-only"> <div class="megamenu--overview-block"> <p class="megamenu--lvl_2-title">Certificati</p> <p>Trova i certifcati delle nostre Unità Produttive e dei nostri Centri di Servizio in tutto il mondo</p> <a class="button" href="/it-it/certificates">Panoramica</a> </div> </div> <div class="megamenu--column col col-xs-12 col-md-3"> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title "> <a href="/it-it/certificates/certificates-and-approvals-for-production-units" class="current-page">Certificati delle Unità produttive</a> </div> </div> </div> <div class="megamenu--column col col-xs-12 col-md-3"> <div class="megamenu--lvl_2 megamenu-parent"> <div class="megamenu--lvl_2-title "> <a href="/it-it/certificates/certificates-and-approvals-for-service-centers" class="">Certificati dei Centri di Servizio</a> </div> </div> </div> </div> </div> <div class="megamenu--lvl_1 megamenu-secondary megamenu-parent row" data-megamenu=""> <div class="megamenu--lvl_1-title mobile-only "> <a href="/it-it/products/steel-finder" class="">Steel Finder</a> </div> </div> <div class="megamenu--lvl_1 steelfinder row"> <div class="megamenu--lvl_1-title mobile-only"> <a href="https://connect.outokumpu.com/login" target="_blank">Outokumpu Connect</a> </div> </div> </div> </header> <main role="main" id="main-content"> <section class="header-section"> <div class="container third-level block--medium"> <div class="row"> <div class="col-md-8 block--bottom block--medium"> <ul class="breadcrumb"> <li> <a href="/it-it/"><span class="breadcrumb__home"></span><span class="reader-only">Go to the homepage</span></a> </li> <li> <span class="breadcrumb__arrow"></span> <a href="/it-it/certificates">Certificates</a> </li> <li> <span class="breadcrumb__arrow"></span> <a href="/it-it/certificates/certificates-and-approvals-for-production-units">Location certificates and approvals</a> </li> </ul> </div> </div> <div class="row"> <div class="col-md-8"> <h1>Certificates and approvals for production units</h1> <p class="third-level__copy">Explore location specific documents for our production units.</p> </div> </div> </div> </section> <section> <div class="padding padding--bottom"> <div class="container"> <div class="col"> <ul class="anchor-links"> <li class="anchor-links-item"> <a href="#tornio-stainless-steel" >Tornio</a> </li> <li class="anchor-links-item"> <a href="#avesta" >Avesta</a> </li> <li class="anchor-links-item"> <a href="#degerfors-quarto-plate" >Degerfors</a> </li> <li class="anchor-links-item"> <a href="#nyby" >Nyby</a> </li> <li class="anchor-links-item"> <a href="#krefeld" >Krefeld</a> </li> <li class="anchor-links-item"> <a href="#dillenburg-germany" >Dillenburg</a> </li> <li class="anchor-links-item"> <a href="#dahlerbruck-germany" >Dahlerbrück </a> </li> <li class="anchor-links-item"> <a href="#calvert" >Calvert</a> </li> <li class="anchor-links-item"> <a href="#san-luis-potosi" >San Luis Potosí</a> </li> <li class="anchor-links-item"> <a href="#sheffield-combined-documents" >Sheffield</a> </li> </ul> </div> </div> </div> <div class="tabs-group"> <div class="padding bg-white" id="tornio-stainless-steel"> <div class="container"> <div class="col"> <h2 class="scroll-tabs-title">Tornio downloads</h2> <div class="products tabs-holder products tabs-holder--clear"> <a href="#" class="tab-slide-arrow" data-direction="left" title="scroll left"></a> <a href="#" class="tab-slide-arrow" data-direction="right" title="scroll right"></a> <ul class="scroll-tabs-links"> <li class="tab-trigger active"> <a href="#tab" data-tab="2bc0d305-345b-44a2-86e8-3538b28a1721">Certificates and approvals</a> </li> <li class="tab-trigger "> <a href="#tab" data-tab="ce4dd00c-d04b-48c3-ae2e-30f42dd32b0c">Decleration of Performance</a> </li> <li class="tab-trigger "> <a href="#tab" data-tab="766fe702-12e8-4f66-b566-dfd2f74ffb93">ResponsibleSteel Certificate</a> </li> </ul> <div class="tab-content tab-content--clear"> <div class="tab tab--clear clearfix active" data-tab="2bc0d305-345b-44a2-86e8-3538b28a1721"> <div class="table-downloads"> <div class="table-downloads__row"> <div class="table-downloads__cell">TÜV Nord ISO 9001 Tornio 01.12.2023 - 30.11.2026</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/tornio/191460-outokumpu-oy_tornio_iso-9001_en.pdf?revision=bc04a7d7-9595-4578-baa4-ccc1364aa48b&modified=20241030063701" class="sf-button download-button" title="TÜV Nord ISO 9001 Tornio 01.12.2023 - 30.11.2026">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">TÜV Nord ISO 14001 Tornio 01.12.2023 - 30.11.2026</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/tornio/191460-outokumpu-oy_tornio_iso-14001_en.pdf?revision=7945a8b7-466c-4db2-8782-1156db1924c8&modified=20241030063632" class="sf-button download-button" title="TÜV Nord ISO 14001 Tornio 01.12.2023 - 30.11.2026">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">EHSQ Policy (EN)</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/tornio/ehsq-policy-en.pdf?revision=1007dd4b-d9da-4ba9-aab4-3a51ff15e8ac&modified=20231222110849" class="sf-button download-button" title="EHSQ Policy (EN)">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">EHSQ Policy (FIN)</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/tornio/ehsq-policy-fin.pdf?revision=a6b0a623-2f36-48ae-a76c-5b00967a1e7b&modified=20231222110802" class="sf-button download-button" title="EHSQ Policy (FIN)">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">TÜV Nord IATF 16949 certificate for Tornio</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/tornio/066827-009-outokumpu-stainless-oy-iatf-za-20-ay-en.pdf?revision=8f066c5f-3182-457c-8fb7-41e5a7047d79&modified=20230322155051" class="sf-button download-button" title="TÜV Nord IATF 16949 certificate for Tornio">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Certificate for Pressure Equipment Directive 2014/68/EU</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/tornio/certificate-for-pressure-equipment-directive-2014-68-eu.pdf?revision=e8c1f47e-f4c7-41d6-9ec8-d482615548ab&modified=20240816105350" class="sf-button download-button" title="Certificate for Pressure Equipment Directive 2014/68/EU">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Scope of Approval acc to AD 2000-Merkblatt W0</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/tornio/scope-of-approval-acc-to-ad-2000-merkblatt-w0.pdf?revision=cf5b8728-66c6-4c17-96a9-abb738b337a0&modified=20240828071444" class="sf-button download-button" title="Scope of Approval acc to AD 2000-Merkblatt W0">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">TÜV Nord FPC for Tornio</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/tornio/tuv-nord-fpc-for-tornio.pdf?revision=44c1e3a4-0435-4582-b001-ca88007e28c9&modified=20240827094522" class="sf-button download-button" title="TÜV Nord FPC for Tornio">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Der WPK für Tornio</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/tornio/der-wpk-fur-tornio.pdf?revision=54ecf86b-874c-4213-a46d-1cbc0d446105&modified=20240827094431" class="sf-button download-button" title="Der WPK für Tornio">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">TÜV Nord Certificate of conformity</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/tornio/tuv-nord-certificate-of-conformity.pdf?revision=aaf784a2-e737-4a70-a1e2-b99c84388afa&modified=20220620104612" class="sf-button download-button" title="TÜV Nord Certificate of conformity">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">TÜV Nord Übereinstimmungszertifikat für Tornio</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/tornio/ubereinstimmungszertifikat.pdf?revision=46ad5ae2-e3b5-49a6-b1bc-53bb2362e12f&modified=20220620105402" class="sf-button download-button" title="TÜV Nord Übereinstimmungszertifikat für Tornio">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">TÜV Nord BS EN 10088-4 certificate for Tornio</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/tornio/tuv-nord---bs-en-10088-4-certificate---outokumpu-stainless-oy-tornio.pdf?revision=92f02035-2305-4578-be11-49b6e4df6fa6&modified=20230116085546" class="sf-button download-button" title="TÜV Nord BS EN 10088-4 certificate for Tornio">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">TÜV Nord Scope of approval for PED 2014/68/EU for Tornio</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/tornio/tuv-nord-scope-of-approval-ad2000-ped-for-outokumpu-tornio-operations.pdf?revision=c5065d36-0dd8-4831-b469-31f5a1ba4d27&modified=20220620105815" class="sf-button download-button" title="TÜV Nord Scope of approval for PED 2014/68/EU for Tornio">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Lloyd's manufacturer approval for Tornio</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/tornio/lloyds-register-approved-manufacturer-certificate-for-outokumpu-tornio-operations.pdf?revision=08d89cf4-2a80-4cd2-8ef1-67abe68641ac&modified=20230322155630" class="sf-button download-button" title="Lloyd's manufacturer approval for Tornio">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Bureau Veritas Approval certificate for materials for Tornio</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/tornio/bureau-veritas-approval-certificate-for-materials-for-outokumpu-tornio-operations.pdf?revision=cde232b9-667f-4419-9e50-7e04b1ae07b4&modified=20220928061836" class="sf-button download-button" title="Bureau Veritas Approval certificate for materials for Tornio">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Bureau Veritas certificate BV Mode II Scheme for Tornio</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/tornio/bureau-veritas-bv-mode-ii-scheme-for-outokumpu-tornio-operations.pdf?revision=02d5e026-9b12-4925-8c0c-345779864a7d&modified=20220427141814" class="sf-button download-button" title="Bureau Veritas certificate BV Mode II Scheme for Tornio">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">DNV Approval of manufacturer certificate for Tornio</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/tornio/dnv-approval-of-manufacturer-certificate.pdf?revision=c15bc522-494c-48aa-a210-b51c1910ef14&modified=20220516074928" class="sf-button download-button" title="DNV Approval of manufacturer certificate for Tornio">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">TÜV Nord ISO 9001 and 14001 certificate for Kemi Mine</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/kemi/tuv-nord-iso-9001-14001-certificate-for-kemi-mine.pdf?revision=80185c68-ac97-48d6-8796-dc0e96ad44f7&modified=20230216122405" class="sf-button download-button" title="TÜV Nord ISO 9001 and 14001 certificate for Kemi Mine">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">ABS steel mills facility and process approval</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/tornio/abs-steel-mills-facility-and-process-approval.pdf?revision=f3f9a9a5-4e98-4ab8-9418-a6cddb99bae4&modified=20230630055453" class="sf-button download-button" title="ABS steel mills facility and process approval">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Laboratory ISO 17025 Certificate</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/tornio/laboratory-iso-17025-certificate.pdf?revision=4cfd43a4-a902-4c03-b7c3-0c851efcb7a8&modified=20231019114908" class="sf-button download-button" title="Laboratory ISO 17025 Certificate">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Laboratory ISO 17025 Certificate Appendix</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/tornio/laboratory-iso-17025-certificate-appendix.pdf?revision=d711d678-f47b-4cf7-9b50-35407b3a0f18&modified=20231019114851" class="sf-button download-button" title="Laboratory ISO 17025 Certificate Appendix">Download</a></div> </div> </div> </div> <div class="tab tab--clear clearfix " data-tab="ce4dd00c-d04b-48c3-ae2e-30f42dd32b0c"> <div class="table-downloads"> <div class="table-downloads__row"> <div class="table-downloads__cell">Declaration of performance Temper rolled EN 10088-4</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/tornio/declaration-of-performance-temper-rolled-en-10088-4.pdf?revision=fba127cd-5480-48ef-ac2e-c2703e605d8e&modified=20231108124421" class="sf-button download-button" title="Declaration of performance Temper rolled EN 10088-4">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Declaration of performance Temper rolled BS EN 10088-4</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/tornio/declaration-of-performance-temper-rolled-bs-en-10088-4.pdf?revision=f7ed9872-90db-4f3c-8c57-32813943c4bc&modified=20231108124411" class="sf-button download-button" title="Declaration of performance Temper rolled BS EN 10088-4">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Suoritustasoilmoitus lujitettu EN 10088-4</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/tornio/suoritustasoilmoitus--lujitettu-en-10088-4.pdf?revision=54f71677-de1b-4eb4-99d6-757cd80dea4f&modified=20231108124634" class="sf-button download-button" title="Suoritustasoilmoitus lujitettu EN 10088-4">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Suoristustasolilmoitus lujitetulle BS EN 10088-4</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/tornio/suoristustasolilmoitus-lujitetulle-bs-en-10088-4.pdf?revision=d944aa76-9778-4223-9edb-773f1bf18bc6&modified=20231108124434" class="sf-button download-button" title="Suoristustasolilmoitus lujitetulle BS EN 10088-4">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">TÜV Nord Declarations of Performance 2020</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/tornio/tuv-nord-declarations-of-performance-2020.pdf?revision=c8b439e9-f6d0-43bb-a179-b097b9b6169e&modified=20210601081807" class="sf-button download-button" title="TÜV Nord Declarations of Performance 2020">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">TÜV Nord Suoritustasoilmoitukset 2020 Tornio</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/tornio/tuv-nord-suoritustasoilmoitukset-2020-tornio.pdf?revision=dd9819d4-edd5-431c-85da-eeaba3245e40&modified=20210601082023" class="sf-button download-button" title="TÜV Nord Suoritustasoilmoitukset 2020 Tornio">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">TV Nord Declaration of performance 2023 for Tornio</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/tornio/tv-nord-declaration-of-performance-2023-for-tornio.pdf?revision=fa3ec578-94e2-448c-a54d-b2534a3c25c0&modified=20230621072650" class="sf-button download-button" title="TV Nord Declaration of performance 2023 for Tornio">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">TV Nord Suoritustasoilmoitus Tornio 2023</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/tornio/tv-nord-suoritustasoilmoitus-tornio-2023.pdf?revision=ed088ac5-7161-4177-baaa-c0fabfd71fef&modified=20230621072708" class="sf-button download-button" title="TV Nord Suoritustasoilmoitus Tornio 2023">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">UKCA Declaration of performance 2023 for Tornio</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/tornio/ukca-declaration-of-performance-2023-for-tornio.pdf?revision=8582d34f-efc5-4fcb-af5d-0fe2146d04bf&modified=20230621072728" class="sf-button download-button" title="UKCA Declaration of performance 2023 for Tornio">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">UKCA Suoritustasoilmoitus Tornio 2023</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/tornio/ukca-suoritustasoilmoitus-tornio-2023.pdf?revision=46a2d2ba-7c3e-470e-9896-5e5bacc4b666&modified=20230621072748" class="sf-button download-button" title="UKCA Suoritustasoilmoitus Tornio 2023">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">TÜV Nord Declarations of performance 2016 for Tornio</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/tornio/tuv-nord-declarations-of-performance-for-outokumpu-tornio-operations.pdf?revision=bed6d5c1-75ff-4b42-a079-ac9ea6371686&modified=20200605095854" class="sf-button download-button" title="TÜV Nord Declarations of performance 2016 for Tornio">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">TÜV Nord Suoritustasoilmoitukset 2014 Tornio</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/tornio/dop-suoritustasoilmoitus-en-10088-4-2009-outokumpu-tornio.pdf?revision=ca09fb71-91bf-418e-8d1a-b3c3283eb8ec&modified=20200605095649" class="sf-button download-button" title="TÜV Nord Suoritustasoilmoitukset 2014 Tornio">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">TÜV Nord Declaration of performance 2019 for Tornio</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/tornio/declaration-of-performance-2019.pdf?revision=11bfe2a4-4c32-4d77-9672-77f1c1ee655d&modified=20201029130501" class="sf-button download-button" title="TÜV Nord Declaration of performance 2019 for Tornio">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">TÜV Nord Declaration of Performance 2014 for Tornio</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/tornio/declaration-of-performance-tornio-2014.pdf?revision=836367a0-6d61-4d6c-91f0-4f4d80aa0099&modified=20200605095724" class="sf-button download-button" title="TÜV Nord Declaration of Performance 2014 for Tornio">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Outokumpu Declaration of performance</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/tornio/outokumpu-declaration-of-performance.pdf?revision=73ab9733-bb80-4ed3-8e32-dfa2c1d2e0fe&modified=20200602092646" class="sf-button download-button" title="Outokumpu Declaration of performance">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Outokumpu Suoritustasoilmoitus</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/tornio/outokumpu-suoritustasoilmoitus.pdf?revision=af9c254e-1f27-42aa-a769-7585162f88a8&modified=20200602092409" class="sf-button download-button" title="Outokumpu Suoritustasoilmoitus">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">TÜV Nord Suoritustasoilmoitukset 2019 Tornio</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/tornio/suoritustasoilmoitukset-2019.pdf?revision=7bed1664-d0fa-4eb9-a7d7-4e84af71e5ac&modified=20201029130449" class="sf-button download-button" title="TÜV Nord Suoritustasoilmoitukset 2019 Tornio">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">TÜV Nord Suoritustasoilmoitukset 2016 Tornio</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/tornio/tuv-nord-suoritustasoilmoitukset-outokumpu-tornio.pdf?revision=446aa86f-8713-4ca2-b022-846c9de81fe6&modified=20200605095941" class="sf-button download-button" title="TÜV Nord Suoritustasoilmoitukset 2016 Tornio">Download</a></div> </div> </div> </div> <div class="tab tab--clear clearfix " data-tab="766fe702-12e8-4f66-b566-dfd2f74ffb93"> <div class="table-downloads"> <div class="table-downloads__row"> <div class="table-downloads__cell">ResponsibleSteel Certificate - Stainless Europe</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/general/outokumpu-stainless_europe_cert_rs-signed.pdf?revision=1800fb53-ae6f-4d6b-a05b-d4b3ba42e9e6&modified=20240521094256" class="sf-button download-button" title="ResponsibleSteel Certificate - Stainless Europe">Download</a></div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="padding bg-white" id="avesta"> <div class="container"> <div class="col"> <h2 class="scroll-tabs-title">Avesta downloads</h2> <div class="products tabs-holder products tabs-holder--clear"> <a href="#" class="tab-slide-arrow" data-direction="left" title="scroll left"></a> <a href="#" class="tab-slide-arrow" data-direction="right" title="scroll right"></a> <ul class="scroll-tabs-links"> <li class="tab-trigger active"> <a href="#tab" data-tab="e8d3cdb3-3a85-49bb-b1ff-ca1d1803a96d">ISO certificates</a> </li> <li class="tab-trigger "> <a href="#tab" data-tab="a724ce0c-c0d3-4727-9114-6814bd83ca27">Declarations of Performance</a> </li> <li class="tab-trigger "> <a href="#tab" data-tab="f9bbb41f-ab58-47dc-934a-790b1adb73a7">Material certificates and approvals</a> </li> <li class="tab-trigger "> <a href="#tab" data-tab="dd8d9abd-b405-4998-9061-034cbd1ced59">NORSOK</a> </li> <li class="tab-trigger "> <a href="#tab" data-tab="94622f91-9f1e-46a8-bf7e-6da52b90922d">Responsible Steel Certificate</a> </li> </ul> <div class="tab-content tab-content--clear"> <div class="tab tab--clear clearfix active" data-tab="e8d3cdb3-3a85-49bb-b1ff-ca1d1803a96d"> <div class="table-downloads"> <div class="table-downloads__row"> <div class="table-downloads__cell">ISO 17025 Accred Decision and Certificate, Avesta Works Analysis laboratory (1098), 2021-01-08</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/avesta/iso-17025-accred-decision-and-certificate-avesta-works-analysis-laboratory-1098-20210108.pdf?revision=40fd4448-414d-40f4-9b22-675a2d5f5b23&modified=20210122102342" class="sf-button download-button" title="ISO 17025 Accred Decision and Certificate, Avesta Works Analysis laboratory (1098), 2021-01-08">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Outokumpu Avesta Works ISO 45001 EN</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/avesta/outokumpu-avesta-works-iso-45001-en.pdf?revision=b79ee5ab-8f57-464a-85f7-43e801f3aa18&modified=20220128143944" class="sf-button download-button" title="Outokumpu Avesta Works ISO 45001 EN">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Outokumpu Avesta Works ISO 45001 SE</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/avesta/outokumpu-avesta-works-iso-45001-se.pdf?revision=7c5202ac-1866-43d4-af7e-6f93428870dd&modified=20220128144131" class="sf-button download-button" title="Outokumpu Avesta Works ISO 45001 SE">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Outokumpu Avesta Works ISO 9001 EN (2022-2025)</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/avesta/outokumpu-avesta-works-iso-9001-en-20222025.pdf?revision=f4950332-7eb9-432f-a5ab-1ae53d44353d&modified=20221109093407" class="sf-button download-button" title="Outokumpu Avesta Works ISO 9001 EN (2022-2025)">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Outokumpu Avesta Works ISO 9001 SE (2022-2025)</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/avesta/outokumpu-avesta-works-iso-9001-se-20222025.pdf?revision=2a4d85bc-c2e7-4dde-84d2-cc808024a44e&modified=20221109093530" class="sf-button download-button" title="Outokumpu Avesta Works ISO 9001 SE (2022-2025)">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">ISO 17025 Scope of Accreditation, Avesta Works Analysis laboratory (1098), 2023-11-10 (ENG)</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/avesta/iso-17025-scope-of-accreditation-avesta-works-analysis-laboratory-1098-20231110-eng.pdf?revision=671dfa5c-13fc-47ce-bcf5-c37d75d5a0e8&modified=20231124121956" class="sf-button download-button" title="ISO 17025 Scope of Accreditation, Avesta Works Analysis laboratory (1098), 2023-11-10 (ENG)">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">ISO 17025 Scope of Accreditation, Avesta Works Analysis laboratory (1098), 2023-11-10 (SWE)</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/avesta/iso-17025-scope-of-accreditation-avesta-works-analysis-laboratory-1098-20231110-swe.pdf?revision=34ac4329-0189-415e-b625-a7cfdf2a77e3&modified=20231124122318" class="sf-button download-button" title="ISO 17025 Scope of Accreditation, Avesta Works Analysis laboratory (1098), 2023-11-10 (SWE)">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Outokumpu Avesta Works ISO 14001 EN</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/avesta/191668-outokumpu-stainless-abavestaiso-14001enrev.pdf?revision=ccb5da4b-8fbf-46ff-8833-944be4e17634&modified=20231201104732" class="sf-button download-button" title="Outokumpu Avesta Works ISO 14001 EN">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Outokumpu Avesta Works ISO 14001 SE</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/avesta/191668-outokumpu-stainless-abavestaiso-14001swrev.pdf?revision=9a4f55d8-9567-4130-aaff-56dae25d5a8f&modified=20231201104803" class="sf-button download-button" title="Outokumpu Avesta Works ISO 14001 SE">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">ISO 17025 Accred Decision and Certificate, Avesta Works Testing laboratory (1098), 2020-05-27</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/avesta/iso-17025-accred-decision-and-certificate-avesta-works-testing-laboratory-1098-20200527.pdf?revision=d78b0f8a-9012-4d12-9a72-ce5b35b3a198&modified=20201029105344" class="sf-button download-button" title="ISO 17025 Accred Decision and Certificate, Avesta Works Testing laboratory (1098), 2020-05-27">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">ISO 17025 Scope of Accreditation, Avesta Works Testing laboratory (1098), 2023-12-20 (ENG)</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/avesta/iso-17025-scope-of-accreditation-avesta-works-testing-laboratory-1098-20231220-eng.pdf?revision=8796b11a-c275-46cb-a4d6-757fe5fda908&modified=20240920125500" class="sf-button download-button" title="ISO 17025 Scope of Accreditation, Avesta Works Testing laboratory (1098), 2023-12-20 (ENG)">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">ISO 17025 Scope of Accreditation, Avesta Works Testing laboratory (1098), 2023-12-20 (SWE)</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/avesta/iso-17025-scope-of-accreditation-avesta-works-testing-laboratory-1098-20231220-swe.pdf?revision=84523a42-a45f-4172-9ea8-3ce8d172e63a&modified=20240920125640" class="sf-button download-button" title="ISO 17025 Scope of Accreditation, Avesta Works Testing laboratory (1098), 2023-12-20 (SWE)">Download</a></div> </div> </div> </div> <div class="tab tab--clear clearfix " data-tab="a724ce0c-c0d3-4727-9114-6814bd83ca27"> <div class="table-downloads"> <div class="table-downloads__row"> <div class="table-downloads__cell">Outokumpu Avesta DoP (Declaration of Performance)</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/avesta/outokumpu-avesta-dop-declaration-of-performance.pdf?revision=3f5f8a57-72aa-4c08-847e-1210356bbe45&modified=20230421122616" class="sf-button download-button" title="Outokumpu Avesta DoP (Declaration of Performance)">Download</a></div> </div> </div> </div> <div class="tab tab--clear clearfix " data-tab="f9bbb41f-ab58-47dc-934a-790b1adb73a7"> <div class="table-downloads"> <div class="table-downloads__row"> <div class="table-downloads__cell">ABS Manufacturing approval for slabs, Avesta Works</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/avesta/abs-manufacturing-approval-for-slabs-avesta-works.pdf?revision=1244b1cc-75b1-43c2-9578-880058a5d99f&modified=20200623065632" class="sf-button download-button" title="ABS Manufacturing approval for slabs, Avesta Works">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">AD 2000 W0 Zertifikat Avesta Works 2022-2025, DE</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/avesta/ad-2000-w0-zertifikat-avesta-works-20222025-de.pdf?revision=0003d8ad-2687-46a8-8713-990a7398ad7a&modified=20220128145317" class="sf-button download-button" title="AD 2000 W0 Zertifikat Avesta Works 2022-2025, DE">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">AD 2000 W0 Certificate Avesta Works 2022-2025, EN</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/avesta/ad-2000-w0-certificate-avesta-works-20222025-en.pdf?revision=9dbf37f8-08c5-4f10-a079-d2857e676e3e&modified=20220128145153" class="sf-button download-button" title="AD 2000 W0 Certificate Avesta Works 2022-2025, EN">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">PED Certificate Avesta Works 2022-2025, EN (01-22)</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/avesta/ped-certificate-avesta-works-20222025-en-0122.pdf?revision=f1903bdc-6bda-4f51-a97b-b301420ec35c&modified=20220128145511" class="sf-button download-button" title="PED Certificate Avesta Works 2022-2025, EN (01-22)">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">PED Zertifikat Avesta Works 2022-2025, DE (01-22)</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/avesta/ped-zertifikat-avesta-works-20222025-de-0122.pdf?revision=16bef7a2-c230-4465-ad9b-157b45951682&modified=20220128145842" class="sf-button download-button" title="PED Zertifikat Avesta Works 2022-2025, DE (01-22)">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Avesta Works Bureau Veritas Manufacturer Approval (SMS.W.II._89757_A.0)</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/avesta/avesta-works-bureau-veritas-manufacturer-approval-smswii89757a0.pdf?revision=a146f65d-a1df-4924-8d34-d67303252404&modified=20230403084339" class="sf-button download-button" title="Avesta Works Bureau Veritas Manufacturer Approval (SMS.W.II._89757_A.0)">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">CPR UK (UKCA) Certificate Avesta Works, BS EN 10088-4</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/avesta/cpr-uk-ukca-certificate-avesta-works-bs-en-100884.pdf?revision=cdb8d1c7-db1f-4c83-88e7-483367d54c85&modified=20230403084509" class="sf-button download-button" title="CPR UK (UKCA) Certificate Avesta Works, BS EN 10088-4">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">RINA Manufactor approval, Avesta Works 2023-2026</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/avesta/outokumpu-manufactor-approval-certificate.pdf?revision=0a033256-2b0d-4563-9efb-e7d783aaf616&modified=20230421122744" class="sf-button download-button" title="RINA Manufactor approval, Avesta Works 2023-2026">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Saudi Quality Mark 2023-2026</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/avesta/saudi-quality-mark-2023-2026.pdf?revision=42e91a26-ce78-46cd-b65e-c93cdcad1e25&modified=20230509133911" class="sf-button download-button" title="Saudi Quality Mark 2023-2026">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">DNV Manufacturer approval Avesta Works 2023-2026</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/avesta/dnv-gl-manufacturer-approval-avesta-works-2023-2026.pdf?revision=835d18ea-7d77-44ed-8184-3f453e081cce&modified=20231016133124" class="sf-button download-button" title="DNV Manufacturer approval Avesta Works 2023-2026">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Bureau Veritas TYPE Approval (73701_A0 BV), Avesta Works 2023-2028</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/avesta/bureau-veritas-type-approval-73701a0-bv-avesta-works-20232028.pdf?revision=5ba5a991-03c8-4ff0-a507-a2976d882038&modified=20231121074412" class="sf-button download-button" title="Bureau Veritas TYPE Approval (73701_A0 BV), Avesta Works 2023-2028">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Lloyd's Register Manufacturer Approval, Avesta Works (2023-2026)</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/avesta/lr23410871wa.pdf?revision=acab1cd6-ea49-4059-8546-cf2d9e8ea8ee&modified=20231227091316" class="sf-button download-button" title="Lloyd's Register Manufacturer Approval, Avesta Works (2023-2026)">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">BIS Mark License, IS6911 (CM-L 4100028768), Avesta Works 2024-2025 (Endorsements up to 08)</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/avesta/bis-mark-license-is6911-cml-4100028768-avesta-works-20242025-endorsements-up-to-08.pdf?revision=8e89ec6d-4e8f-4b71-b443-8b1df270f4bc&modified=20240227133023" class="sf-button download-button" title="BIS Mark License, IS6911 (CM-L 4100028768), Avesta Works 2024-2025 (Endorsements up to 08)">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">CPR Certificate Avesta Works, EN 10088-4</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/avesta/cpr-certificate-avesta-works-en-100884.pdf?revision=fa9258dd-61e3-479a-af23-7117507785b0&modified=20240916125932" class="sf-button download-button" title="CPR Certificate Avesta Works, EN 10088-4">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">PED Scope of approval, Avesta Works, 08-2024</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/avesta/ped-scope-of-approval-avesta-works-082024.pdf?revision=7ffb48b2-43b5-4a81-89a5-3f53e999ea0c&modified=20240924090039" class="sf-button download-button" title="PED Scope of approval, Avesta Works, 08-2024">Download</a></div> </div> </div> </div> <div class="tab tab--clear clearfix " data-tab="dd8d9abd-b405-4998-9061-034cbd1ced59"> <div class="table-downloads"> <div class="table-downloads__row"> <div class="table-downloads__cell">NORSOK M650 - ISO 17782 QTR S32760, Rev 3</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/avesta/norsok-m650--iso-17782--qtr-s32760-rev-3.pdf?revision=37526846-e22c-4a80-ba13-4303cc458d53&modified=20211217074643" class="sf-button download-button" title="NORSOK M650 - ISO 17782 QTR S32760, Rev 3">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">NORSOK M-650 - ISO 17782 QTR N08367-N08926 rev 6</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/avesta/norsok-m-650---iso-17782-qtr-n08367-n08926-rev-6.pdf?revision=3a3858ca-6d9b-4e59-804c-0d23037c722d&modified=20230315091734" class="sf-button download-button" title="NORSOK M-650 - ISO 17782 QTR N08367-N08926 rev 6">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">NORSOK M-650 - ISO 17782 QTR SMO rev 5</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/avesta/norsok-m-650---iso-17782-qtr-smo-rev-5.pdf?revision=4e4f8c38-a5e8-447b-b70f-4f1cab83b721&modified=20230315091859" class="sf-button download-button" title="NORSOK M-650 - ISO 17782 QTR SMO rev 5">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">NORSOK M-120 - ISO 17782 QTR 2304 rev9</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/avesta/norsok-m-120---iso-17782-qtr-2304-rev9.pdf?revision=ec3e17c4-49ef-4f30-a1fa-584222b95672&modified=20240415100425" class="sf-button download-button" title="NORSOK M-120 - ISO 17782 QTR 2304 rev9">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">NORSOK M-650 - ISO 17782 QTR 2205 rev 8</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/avesta/norsok-m-650---iso-17782-qtr-2205-rev-8.pdf?revision=c59ec72f-4610-4e21-b23c-bfe1726483b5&modified=20240415101010" class="sf-button download-button" title="NORSOK M-650 - ISO 17782 QTR 2205 rev 8">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">NORSOK M-650 - ISO 17782 QTR 2507_rev7</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/avesta/norsok-m-650---iso-17782-qtr-2507_rev7.pdf?revision=abb5ffe1-a7c2-46d1-9a18-9cfed045b64b&modified=20240611132543" class="sf-button download-button" title="NORSOK M-650 - ISO 17782 QTR 2507_rev7">Download</a></div> </div> </div> </div> <div class="tab tab--clear clearfix " data-tab="94622f91-9f1e-46a8-bf7e-6da52b90922d"> <div class="table-downloads"> <div class="table-downloads__row"> <div class="table-downloads__cell">ResponsibleSteel Certificate - Outokumpu Advanced Materials </div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/general/outokumpu_advanced_materials_cert_rs_signed.pdf?revision=f73eaa62-e830-40c2-b0b5-be7ccdf930d8&modified=20240521094038" class="sf-button download-button" title="ResponsibleSteel Certificate - Outokumpu Advanced Materials ">Download</a></div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="padding bg-white" id="degerfors-quarto-plate"> <div class="container"> <div class="col"> <h2 class="scroll-tabs-title">Degerfors downloads</h2> <div class="products tabs-holder products tabs-holder--clear"> <a href="#" class="tab-slide-arrow" data-direction="left" title="scroll left"></a> <a href="#" class="tab-slide-arrow" data-direction="right" title="scroll right"></a> <ul class="scroll-tabs-links"> <li class="tab-trigger active"> <a href="#tab" data-tab="a7bc7235-a157-419c-95c0-278667b6b251">ABS</a> </li> <li class="tab-trigger "> <a href="#tab" data-tab="2a086a44-cb91-4407-95ec-3bad204c8dcd">AD 2000 Merkblatt W0 and PED</a> </li> <li class="tab-trigger "> <a href="#tab" data-tab="dbc67baa-9f83-4086-b9ac-cc2925f5c3ed">BIS</a> </li> <li class="tab-trigger "> <a href="#tab" data-tab="95250f1d-00e0-4d06-832c-173df44668c7">ClassNK</a> </li> <li class="tab-trigger "> <a href="#tab" data-tab="7c2be647-e8a8-4f7d-b254-fc4fd4adc63c">DNV</a> </li> <li class="tab-trigger "> <a href="#tab" data-tab="f9bd51dd-ca56-4c18-9590-da23983a1c11">ISO 17025</a> </li> <li class="tab-trigger "> <a href="#tab" data-tab="2db392c1-0f9a-4913-883b-c146a68e0fad">ISO 9001 and ISO 14001</a> </li> <li class="tab-trigger "> <a href="#tab" data-tab="aad81e85-a456-46e1-a037-59f111c946cf">Lloyd's Register</a> </li> <li class="tab-trigger "> <a href="#tab" data-tab="b4f214f4-b207-4b48-a464-f41793202908">NORSOK</a> </li> <li class="tab-trigger "> <a href="#tab" data-tab="6ee90b6b-c28f-433e-87ec-4b7c387af877">Responsible Steel Certificate</a> </li> <li class="tab-trigger "> <a href="#tab" data-tab="0fa0bee3-b0c1-4612-aa48-f385a9bd9b6e">RINA</a> </li> <li class="tab-trigger "> <a href="#tab" data-tab="1fb78f46-ce04-496c-9ddd-372704497f8a">TÜV Nord</a> </li> <li class="tab-trigger "> <a href="#tab" data-tab="94a2efb2-d1d6-4d25-b291-540aaf1a8adc">Bureau Veritas</a> </li> </ul> <div class="tab-content tab-content--clear"> <div class="tab tab--clear clearfix active" data-tab="a7bc7235-a157-419c-95c0-278667b6b251"> <div class="table-downloads"> <div class="table-downloads__row"> <div class="table-downloads__cell">American-Bureau-of-Shipping-approved-steel-mills-for-Outokumpu-Degerfors-QP-and-LP (1)</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/degerfors/american-bureau-of-shipping-approved-steel-mills-for-outokumpu-degerfors-qp-and-lp-(1).pdf?revision=16b9cdd3-6408-49e4-a179-63240783bfc0&modified=20191031010022" class="sf-button download-button" title="American-Bureau-of-Shipping-approved-steel-mills-for-Outokumpu-Degerfors-QP-and-LP (1)">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">ABS certificate of steel mills facility and process approval STML-T1862334</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/degerfors/abs-certificate-of-steel-mills-facility-and-process-approval-stml-t1862334.pdf?revision=a53a883f-fb39-4749-87e6-2a2913913966&modified=20191031010102" class="sf-button download-button" title="ABS certificate of steel mills facility and process approval STML-T1862334">Download</a></div> </div> </div> </div> <div class="tab tab--clear clearfix " data-tab="2a086a44-cb91-4407-95ec-3bad204c8dcd"> <div class="table-downloads"> <div class="table-downloads__row"> <div class="table-downloads__cell">Outokumpu Degerfors Operations certificate AD2000-Merkblatt W0 (DE)</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/degerfors/quarto-plate/outokumpu-degerfors-operations-certificate-ad2000merkblatt-w0-de.pdf?revision=c9cd2286-5b53-4af0-99a9-8e9e4b5e54d4&modified=20230601133539" class="sf-button download-button" title="Outokumpu Degerfors Operations certificate AD2000-Merkblatt W0 (DE)">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Outokumpu Degerfors Operations certificate AD2000-Merkblatt W0 (ENG)</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/degerfors/quarto-plate/outokumpu-degerfors-operations-certificate-ad2000merkblatt-w0-eng.pdf?revision=17bb27df-6421-4784-aada-1c6f93535c25&modified=20230601133730" class="sf-button download-button" title="Outokumpu Degerfors Operations certificate AD2000-Merkblatt W0 (ENG)">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Outokumpu Degerfors Operations certificate QA PED 2014_68_EU (DE)</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/degerfors/quarto-plate/outokumpu-degerfors-operations-certificate-qa-ped-201468eu-de.pdf?revision=47599594-5358-4956-b98b-49e836b26079&modified=20230601133845" class="sf-button download-button" title="Outokumpu Degerfors Operations certificate QA PED 2014_68_EU (DE)">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Outokumpu Degerfors Operations certificate QA PED 2014_68_EU (ENG)</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/degerfors/quarto-plate/outokumpu-degerfors-operations-certificate-qa-ped-201468eu-eng.pdf?revision=06fcd61e-805b-4e98-86dd-aa70c87784d8&modified=20230601134032" class="sf-button download-button" title="Outokumpu Degerfors Operations certificate QA PED 2014_68_EU (ENG)">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Scope of approval for material manufacturer acc. to Pressure Equipment Directive 2014_68_EU, annex 1 pt. 4.3 and AD 2000-Guideline W 0</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/degerfors/quarto-plate/scope-of-approval-for-material-manufacturer-acc-to-pressure-equipment-directive-201468eu-annex-1-pt.pdf?revision=91513c98-15d3-4aea-ac7d-e4438e7789e0&modified=20230608085547" class="sf-button download-button" title="Scope of approval for material manufacturer acc. to Pressure Equipment Directive 2014_68_EU, annex 1 pt. 4.3 and AD 2000-Guideline W 0">Download</a></div> </div> </div> </div> <div class="tab tab--clear clearfix " data-tab="dbc67baa-9f83-4086-b9ac-cc2925f5c3ed"> <div class="table-downloads"> </div> </div> <div class="tab tab--clear clearfix " data-tab="95250f1d-00e0-4d06-832c-173df44668c7"> <div class="table-downloads"> </div> </div> <div class="tab tab--clear clearfix " data-tab="7c2be647-e8a8-4f7d-b254-fc4fd4adc63c"> <div class="table-downloads"> <div class="table-downloads__row"> <div class="table-downloads__cell">DNV Approval of Manufacturer Certificate AMMM00000XU Rev5</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/degerfors/quarto-plate/dnv-approval-of-manufacturer-certificate-ammm00000xu-rev5.pdf?revision=186baad2-32f7-4e48-9cec-2a4f4bce5a46&modified=20220701133933" class="sf-button download-button" title="DNV Approval of Manufacturer Certificate AMMM00000XU Rev5">Download</a></div> </div> </div> </div> <div class="tab tab--clear clearfix " data-tab="f9bd51dd-ca56-4c18-9590-da23983a1c11"> <div class="table-downloads"> <div class="table-downloads__row"> <div class="table-downloads__cell">Decision ISO/IEC 17025</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/degerfors/quarto-plate/beslut-om-ackreditering-eller-ndrad-ackreditering---eng.pdf?revision=91effd13-828d-466d-805a-36e9b364a86b&modified=20241024140933" class="sf-button download-button" title="Decision ISO/IEC 17025">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Scope Testing Degerfors ISO/IEC 17025</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/degerfors/quarto-plate/a000354-003-scope-testing-degerfors-240628.pdf?revision=ea339ba9-356b-490a-ab4b-413c202f4229&modified=20241024141136" class="sf-button download-button" title="Scope Testing Degerfors ISO/IEC 17025">Download</a></div> </div> </div> </div> <div class="tab tab--clear clearfix " data-tab="2db392c1-0f9a-4913-883b-c146a68e0fad"> <div class="table-downloads"> <div class="table-downloads__row"> <div class="table-downloads__cell">Certificate ISO9001:2015 & ISO14001:2015 ENG Outokumpu Stainless AB Degerfors Operations</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/degerfors/quarto-plate/191830-outokumpu-stainless-qm-um-wa-23-kli-en.pdf?revision=6717e405-90f4-4647-93e2-97934e7f4532&modified=20230421121639" class="sf-button download-button" title="Certificate ISO9001:2015 & ISO14001:2015 ENG Outokumpu Stainless AB Degerfors Operations">Download</a></div> </div> </div> </div> <div class="tab tab--clear clearfix " data-tab="aad81e85-a456-46e1-a037-59f111c946cf"> <div class="table-downloads"> <div class="table-downloads__row"> <div class="table-downloads__cell">Approved Manufacturer of Steel Plates, Strip, Sections & Bars - LR2457956WA</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/degerfors/quarto-plate/approved-manufacturer-of-steel-plates-strip-sections--bars--lr2457956wa-expiry-date-20261111.pdf?revision=5001d8a5-b57f-4944-ae87-c8df3e410eb0&modified=20240610062434" class="sf-button download-button" title="Approved Manufacturer of Steel Plates, Strip, Sections & Bars - LR2457956WA">Download</a></div> </div> </div> </div> <div class="tab tab--clear clearfix " data-tab="b4f214f4-b207-4b48-a464-f41793202908"> <div class="table-downloads"> <div class="table-downloads__row"> <div class="table-downloads__cell">NORSOK M-650 N08926-N08367 MDS R15 rev6 QTR rev7</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/degerfors/quarto-plate/norsok-m-650-n08926-n08367-mds-r15-rev6-qtr-rev7.pdf?revision=fd2fbf93-e5e1-4e41-acca-7834dda2b81f&modified=20201214120326" class="sf-button download-button" title="NORSOK M-650 N08926-N08367 MDS R15 rev6 QTR rev7">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">NORSOK M-650 S31803-S32205 MDS D45 rev5 QTR rev4</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/degerfors/quarto-plate/norsok-m-650-s31803-s32205-mds-d45-rev5-qtr-rev4.pdf?revision=e38d9259-074d-4841-a50e-fe0d13a0ba6d&modified=20201214120102" class="sf-button download-button" title="NORSOK M-650 S31803-S32205 MDS D45 rev5 QTR rev4">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">NORSOK M-650 S31254 MDS R15 rev5 QTR rev 3</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/degerfors/quarto-plate/norsok-m-650-s31254-mds-r15-rev5-qtr-rev-3.pdf?revision=08477aa4-0e75-404b-83a4-f0447d4938b5&modified=20210108103015" class="sf-button download-button" title="NORSOK M-650 S31254 MDS R15 rev5 QTR rev 3">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">NORSOK M-650 S32304 MDS D35 rev5 QTR rev 2</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/degerfors/quarto-plate/norsok-m-650-s32304-mds-d35-rev5-qtr-rev-2.pdf?revision=0b7b3c6f-bcd4-478c-bf5d-a82f93c9dedb&modified=20210108103219" class="sf-button download-button" title="NORSOK M-650 S32304 MDS D35 rev5 QTR rev 2">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">NORSOK M-650 S32750 MDS D55 rev5 QTR rev 18</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/degerfors/quarto-plate/norsok-m-650-s32750-mds-d55-rev5-qtr-rev-18.pdf?revision=bbef5c34-651a-4b5f-85af-e8922c1846ff&modified=20210108103339" class="sf-button download-button" title="NORSOK M-650 S32750 MDS D55 rev5 QTR rev 18">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">NORSOK M-650 S32760 MDS D55 rev5 QTR rev 3</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/degerfors/quarto-plate/norsok-m-650-s32760-mds-d55-rev5-qtr-rev-3.pdf?revision=0c2fc857-3c73-43e3-9bab-1456c2a4329f&modified=20210108103535" class="sf-button download-button" title="NORSOK M-650 S32760 MDS D55 rev5 QTR rev 3">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">NORSOK M-650 N08926-N08367 MDS R15 rev6 QTR rev8</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/degerfors/norsok-m-650-n08926-n08367-mds-r15-rev6-qtr-rev8.pdf?revision=7b66c201-b0eb-45a4-9211-7ca065bd2908&modified=20210909141630" class="sf-button download-button" title="NORSOK M-650 N08926-N08367 MDS R15 rev6 QTR rev8">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">NORSOK M-650 S31254 MDS R15 rev6 QTR rev4</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/degerfors/norsok-m-650-s31254-mds-r15-rev6-qtr-rev4.pdf?revision=1fbc1f0e-c1ce-4ac2-95fb-a3938a371626&modified=20210909141922" class="sf-button download-button" title="NORSOK M-650 S31254 MDS R15 rev6 QTR rev4">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">NORSOK M-650 S31803-S32205 MDS D45 rev6 QTR rev5</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/degerfors/norsok-m-650-s31803-s32205-mds-d45-rev6-qtr-rev5.pdf?revision=b00936a1-dbc7-4388-9786-7a9e9da4139d&modified=20210909142909" class="sf-button download-button" title="NORSOK M-650 S31803-S32205 MDS D45 rev6 QTR rev5">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">NORSOK M-650 S32750 MDS D55 rev6 QTR rev19</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/degerfors/norsok-m-650-s32750-mds-d55-rev6-qtr-rev19.pdf?revision=f65f4ef7-352c-460f-91de-b816171d39ff&modified=20210909143217" class="sf-button download-button" title="NORSOK M-650 S32750 MDS D55 rev6 QTR rev19">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">NORSOK M-650 S32760 MDS D55 rev6 QTR rev4</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/degerfors/norsok-m-650-s32760-mds-d55-rev6-qtr-rev4.pdf?revision=8c1559d4-9c60-4a78-8aa6-39cd797e7173&modified=20210909143412" class="sf-button download-button" title="NORSOK M-650 S32760 MDS D55 rev6 QTR rev4">Download</a></div> </div> </div> </div> <div class="tab tab--clear clearfix " data-tab="6ee90b6b-c28f-433e-87ec-4b7c387af877"> <div class="table-downloads"> <div class="table-downloads__row"> <div class="table-downloads__cell">ResponsibleSteel Certificate - Outokumpu Advanced Materials </div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/general/outokumpu_advanced_materials_cert_rs_signed.pdf?revision=f73eaa62-e830-40c2-b0b5-be7ccdf930d8&modified=20240521094038" class="sf-button download-button" title="ResponsibleSteel Certificate - Outokumpu Advanced Materials ">Download</a></div> </div> </div> </div> <div class="tab tab--clear clearfix " data-tab="0fa0bee3-b0c1-4612-aa48-f385a9bd9b6e"> <div class="table-downloads"> </div> </div> <div class="tab tab--clear clearfix " data-tab="1fb78f46-ce04-496c-9ddd-372704497f8a"> <div class="table-downloads"> <div class="table-downloads__row"> <div class="table-downloads__cell">Certificate of conformity of the factory production control</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/degerfors/certificate-of-conformity-of-the-factory-production-control-0045-cpr-0519.pdf?revision=ca69f024-cc8c-42f9-8b34-01c9080fe6bb&modified=20200120104120" class="sf-button download-button" title="Certificate of conformity of the factory production control">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Degerfors - Declaration of Performance</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/degerfors/degerfors-operations---declaration-of-performance.pdf?revision=8d3ac4d3-c293-41c6-bdce-91cf95d21d29&modified=20240916125003" class="sf-button download-button" title="Degerfors - Declaration of Performance">Download</a></div> </div> </div> </div> <div class="tab tab--clear clearfix " data-tab="94a2efb2-d1d6-4d25-b291-540aaf1a8adc"> <div class="table-downloads"> <div class="table-downloads__row"> <div class="table-downloads__cell">SMS.W.II._2064_A.2</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/degerfors/quarto-plate/smswii2064a2.pdf?revision=2a79f10d-ff22-46f3-a94c-0a94ea6a0a04&modified=20241024133454" class="sf-button download-button" title="SMS.W.II._2064_A.2">Download</a></div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="padding bg-white" id="nyby"> <div class="container"> <div class="col"> <h2 class="scroll-tabs-title">Nyby downloads</h2> <div class="products tabs-holder products tabs-holder--clear"> <a href="#" class="tab-slide-arrow" data-direction="left" title="scroll left"></a> <a href="#" class="tab-slide-arrow" data-direction="right" title="scroll right"></a> <ul class="scroll-tabs-links"> <li class="tab-trigger active"> <a href="#tab" data-tab="709d74a0-f037-4748-9d50-87a434b0e635">ISO and IATF certificates</a> </li> <li class="tab-trigger "> <a href="#tab" data-tab="3dcd6586-d215-4922-8ee8-c1aeb26ee533">Material certificates and approvals</a> </li> <li class="tab-trigger "> <a href="#tab" data-tab="a0883946-5b12-44ad-a244-78a2f6224c06">ResponsibleSteel Certificate</a> </li> <li class="tab-trigger "> <a href="#tab" data-tab="b98fcf4a-a709-476e-838b-cd14f78396c6">Other downloads</a> </li> </ul> <div class="tab-content tab-content--clear"> <div class="tab tab--clear clearfix active" data-tab="709d74a0-f037-4748-9d50-87a434b0e635"> <div class="table-downloads"> <div class="table-downloads__row"> <div class="table-downloads__cell">Nyby Operations ISO 9001 14001</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/nyby/nyby-operations-iso-9001-14001.pdf?revision=0fc1d899-1c52-43d4-ac5b-b2f05996070f&modified=20230821064850" class="sf-button download-button" title="Nyby Operations ISO 9001 14001">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">ISO 45001 certificate for Nyby</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/nyby/iso-45001-certificate-for-nyby.pdf?revision=7fa6e316-38f2-4b64-bd59-95f6a0ecd62d&modified=20230602112926" class="sf-button download-button" title="ISO 45001 certificate for Nyby">Download</a></div> </div> </div> </div> <div class="tab tab--clear clearfix " data-tab="3dcd6586-d215-4922-8ee8-c1aeb26ee533"> <div class="table-downloads"> <div class="table-downloads__row"> <div class="table-downloads__cell">Lloyd's manufacturer approval for Nyby</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/nyby/lloyds-manufacturer-approval-for-outokumpu-nyby-operations.pdf?revision=216ebba7-619e-4373-9649-d6b5a1d6a92a&modified=20190208063223" class="sf-button download-button" title="Lloyd's manufacturer approval for Nyby">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">BS EN 10088-4 certificate for Nyby</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/nyby/bs-en-10088-4-certificate-for-nyby.pdf?revision=43a7ddbd-924c-469f-91e0-83568d48df67&modified=20230602112733" class="sf-button download-button" title="BS EN 10088-4 certificate for Nyby">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Quality Mark License for Nyby</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/nyby/quality-mark-license-for-nyby.pdf?revision=6baf63c9-e4b3-4f3e-9008-5a2f1b238c71&modified=20230602112818" class="sf-button download-button" title="Quality Mark License for Nyby">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">NORSOK QTR 2018 – 2205</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/nyby/qtr-2018--2205-rev1.pdf?revision=40d2a7b0-2164-4e0f-b443-0aecf7d864cc&modified=20240507105437" class="sf-button download-button" title="NORSOK QTR 2018 – 2205">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">AD 2000-Merkblatt W0 Certificate</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/nyby/ad_2000_w0_nyby.pdf?revision=d30233c4-08be-4769-8898-4ba565fd4f79&modified=20240829051753" class="sf-button download-button" title="AD 2000-Merkblatt W0 Certificate">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">TÜV NORD PED 2014-68- EU Certificate</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/nyby/ped_2014-68-eu.pdf?revision=ca69807a-bb9b-4ad0-a24a-11e22367a1a6&modified=20240829052024" class="sf-button download-button" title="TÜV NORD PED 2014-68- EU Certificate">Download</a></div> </div> </div> </div> <div class="tab tab--clear clearfix " data-tab="a0883946-5b12-44ad-a244-78a2f6224c06"> <div class="table-downloads"> <div class="table-downloads__row"> <div class="table-downloads__cell">ResponsibleSteel Certificate - Outokumpu Advanced Materials </div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/general/outokumpu_advanced_materials_cert_rs_signed.pdf?revision=f73eaa62-e830-40c2-b0b5-be7ccdf930d8&modified=20240521094038" class="sf-button download-button" title="ResponsibleSteel Certificate - Outokumpu Advanced Materials ">Download</a></div> </div> </div> </div> <div class="tab tab--clear clearfix " data-tab="b98fcf4a-a709-476e-838b-cd14f78396c6"> <div class="table-downloads"> <div class="table-downloads__row"> <div class="table-downloads__cell">Local EHSQ policy for Nyby</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/nyby/local-ehsq-policy-for-nyby.pdf?revision=a56604d1-cccb-4693-9620-0de96ab1bfa6&modified=20240308074907" class="sf-button download-button" title="Local EHSQ policy for Nyby">Download</a></div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="padding bg-white" id="krefeld"> <div class="container"> <div class="col"> <h2 class="scroll-tabs-title">Krefeld downloads</h2> <div class="products tabs-holder products tabs-holder--clear"> <a href="#" class="tab-slide-arrow" data-direction="left" title="scroll left"></a> <a href="#" class="tab-slide-arrow" data-direction="right" title="scroll right"></a> <ul class="scroll-tabs-links"> <li class="tab-trigger active"> <a href="#tab" data-tab="1f4db919-e30c-4e64-993d-b3bd72ec1c3b">ISO and IATF certificates</a> </li> <li class="tab-trigger "> <a href="#tab" data-tab="11ff320d-6490-4446-9d3f-61aa7e76fca6">Safety</a> </li> <li class="tab-trigger "> <a href="#tab" data-tab="beba62e1-c991-4176-975d-34aad4410b7c">Declarations of performance</a> </li> <li class="tab-trigger "> <a href="#tab" data-tab="ad3fb1d3-e448-4521-bab3-6784ac61757f">Certifications</a> </li> <li class="tab-trigger "> <a href="#tab" data-tab="bf9a871e-488f-4e39-962f-55d0fe40b4b0">ResponsibleSteel Certificate</a> </li> </ul> <div class="tab-content tab-content--clear"> <div class="tab tab--clear clearfix active" data-tab="1f4db919-e30c-4e64-993d-b3bd72ec1c3b"> <div class="table-downloads"> <div class="table-downloads__row"> <div class="table-downloads__cell">ISO 9001 certificate Krefeld</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/krefeld/iso-9001-krefeld.pdf?revision=2154ac2a-9f86-49c1-abc0-654dba078d50&modified=20240815075256" class="sf-button download-button" title="ISO 9001 certificate Krefeld">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">DIN EN ISO 14001:2015 and DIN EN ISO 50001:2018 Certificate for Krefeld</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/krefeld/din-en-iso-140012015-and-din-en-iso-500012018-certificate-for-krefeld.pdf?revision=383499af-f57d-4eb6-a102-d715ff456a2f&modified=20221207164336" class="sf-button download-button" title="DIN EN ISO 14001:2015 and DIN EN ISO 50001:2018 Certificate for Krefeld">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">DIN EN ISO 14001:2015 und DIN EN ISO 50001:2018 Zertifikat für Krefeld</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/krefeld/din-en-iso-140012015-und-din-en-iso-500012018-zertifikat-fr-krefeld.pdf?revision=456e51e6-f468-4d50-92ef-99a8a7742ef0&modified=20221207164427" class="sf-button download-button" title="DIN EN ISO 14001:2015 und DIN EN ISO 50001:2018 Zertifikat für Krefeld">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">TUV Nord ISO 9001 Zertifikat Outokumpu Nirosta Krefeld DE</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/krefeld/outokumpu-nirosta-gmbh-krefeld-iso-9001_de.pdf?revision=05f70e4f-9065-4bed-8a00-646734696b0e&modified=20210903202215" class="sf-button download-button" title="TUV Nord ISO 9001 Zertifikat Outokumpu Nirosta Krefeld DE">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">TUV Nord ISO 9001 certificate Outokumpu Nirosta Krefeld EN</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/krefeld/outokumpu-nirosta-gmbh-krefeld-iso-9001_en.pdf?revision=a303b51a-4404-4ef6-8798-aef509b70072&modified=20210903202311" class="sf-button download-button" title="TUV Nord ISO 9001 certificate Outokumpu Nirosta Krefeld EN">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">TÜV NORD IATF 16949 certificate Outokumpu Nirosta Krefeld EN</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/krefeld/tv-nord-iatf-16949-certificate-en.pdf?revision=c376fee3-84a2-400a-8180-26e73227c9de&modified=20240725074833" class="sf-button download-button" title="TÜV NORD IATF 16949 certificate Outokumpu Nirosta Krefeld EN">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">TÜV NORD IATF 16949 Zertifikat Outokumpu Nirosta Krefeld DE</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/krefeld/tv-nord-iatf-16949-zertifikat-de.pdf?revision=cfce70bc-1293-4873-912e-435ef643efe7&modified=20240725074745" class="sf-button download-button" title="TÜV NORD IATF 16949 Zertifikat Outokumpu Nirosta Krefeld DE">Download</a></div> </div> </div> </div> <div class="tab tab--clear clearfix " data-tab="11ff320d-6490-4446-9d3f-61aa7e76fca6"> <div class="table-downloads"> <div class="table-downloads__row"> <div class="table-downloads__cell">Informationsbroschüre für die Öffentlichkeit gemäß 12. BImSchV (Stand: August 2024)</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/krefeld/informationsbroschre-fremdfirmen-gesamt.pdf?revision=89a83c2d-0577-41c8-8f52-a2b2405eb5b7&modified=20241014102634" class="sf-button download-button" title="Informationsbroschüre für die Öffentlichkeit gemäß 12. BImSchV (Stand: August 2024)">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Safety induction training for visitors</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/krefeld/safety-induction-training-for-visitors.pdf?revision=59ef26e8-4cc9-4bc9-8e75-c75826b45ade&modified=20200928100348" class="sf-button download-button" title="Safety induction training for visitors">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Sicherheitsunterweisung für Besucher</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/krefeld/sicherheitsunterweisung-fr-besucher.pdf?revision=fad1897c-04e5-48c6-85de-573f03f828b9&modified=20200928100420" class="sf-button download-button" title="Sicherheitsunterweisung für Besucher">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Arbeits- und Gesundheitsschutzrichtlinie</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/sustainability/arbeits--und-gesundheitsschutzrichtlinie-2023.pdf?revision=a24fa939-185e-413a-88ec-3edf02e28f33&modified=20230606054856" class="sf-button download-button" title="Arbeits- und Gesundheitsschutzrichtlinie">Download</a></div> </div> </div> </div> <div class="tab tab--clear clearfix " data-tab="beba62e1-c991-4176-975d-34aad4410b7c"> <div class="table-downloads"> <div class="table-downloads__row"> <div class="table-downloads__cell">Declaration of performance 14003 for Krefeld</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/krefeld/declarations-of-performance/declaration-of-performance-14003-for-krefeld.pdf?revision=ff052e5a-83e7-4a60-a4b9-9422bfaeeee1&modified=20191031230142" class="sf-button download-button" title="Declaration of performance 14003 for Krefeld">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Declaration of performance 14016 for Krefeld</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/krefeld/declarations-of-performance/declaration-of-performance-14016-for-krefeld.pdf?revision=5becd42e-838e-41d8-9187-ce771f2e2187&modified=20191031230153" class="sf-button download-button" title="Declaration of performance 14016 for Krefeld">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Declaration of performance 14021 for Krefeld</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/krefeld/declarations-of-performance/declaration-of-performance-14021-for-krefeld.pdf?revision=6c7ae8bb-ed5c-482f-8a9e-d0e09e788673&modified=20191031230406" class="sf-button download-button" title="Declaration of performance 14021 for Krefeld">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Declaration of performance 14301 for Krefeld</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/krefeld/declarations-of-performance/declaration-of-performance-14301-for-krefeld.pdf?revision=7f2ef90b-0097-44c7-a437-f34cfa6a8212&modified=20191031230406" class="sf-button download-button" title="Declaration of performance 14301 for Krefeld">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Declaration of performance 14306 for Krefeld</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/krefeld/declarations-of-performance/declaration-of-performance-14306-for-krefeld.pdf?revision=89b16cb5-4eb2-4e83-bd8a-66da46a443f5&modified=20191031230406" class="sf-button download-button" title="Declaration of performance 14306 for Krefeld">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Declaration of performance 14307 for Krefeld</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/krefeld/declarations-of-performance/declaration-of-performance-14307-for-krefeld.pdf?revision=26467c48-f75f-4a98-a0f5-5143bfffc481&modified=20191031230407" class="sf-button download-button" title="Declaration of performance 14307 for Krefeld">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Declaration of performance 14310 for Krefeld</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/krefeld/declarations-of-performance/declaration-of-performance-14310-for-krefeld.pdf?revision=d8d36ad9-9708-4a58-bf1d-c4d1b289636f&modified=20191031230407" class="sf-button download-button" title="Declaration of performance 14310 for Krefeld">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Declaration of performance 14311 for Krefeld</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/krefeld/declarations-of-performance/declaration-of-performance-14311-for-krefeld.pdf?revision=2830dcee-4747-4ce9-8f4e-c99dcd2a1522&modified=20191031230407" class="sf-button download-button" title="Declaration of performance 14311 for Krefeld">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Declaration of performance 14318 for Krefeld</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/krefeld/declarations-of-performance/declaration-of-performance-14318-for-krefeld.pdf?revision=9e750060-0535-4167-a6e3-52c88463905e&modified=20191031230408" class="sf-button download-button" title="Declaration of performance 14318 for Krefeld">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Declaration of performance 14362 for Krefeld</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/krefeld/declarations-of-performance/declaration-of-performance-14362-for-krefeld.pdf?revision=0f426aae-26d8-4102-b074-45074fa4c0b0&modified=20191031230408" class="sf-button download-button" title="Declaration of performance 14362 for Krefeld">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Declaration of performance 14401 for Krefeld</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/krefeld/declarations-of-performance/declaration-of-performance-14401-for-krefeld.pdf?revision=f61f18f0-9cd0-4554-9b9b-259afde177d6&modified=20191031230408" class="sf-button download-button" title="Declaration of performance 14401 for Krefeld">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Declaration of performance 14404 for Krefeld</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/krefeld/declarations-of-performance/declaration-of-performance-14404-for-krefeld.pdf?revision=66420120-c3f3-44e5-a234-2291e9aa2070&modified=20191031230408" class="sf-button download-button" title="Declaration of performance 14404 for Krefeld">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Declaration of performance 14432 for Krefeld</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/krefeld/declarations-of-performance/declaration-of-performance-14432-for-krefeld.pdf?revision=e397a79e-2645-44d2-bf74-6421403c2c59&modified=20191031230409" class="sf-button download-button" title="Declaration of performance 14432 for Krefeld">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Declaration of performance 14435 for Krefeld</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/krefeld/declarations-of-performance/declaration-of-performance-14435-for-krefeld.pdf?revision=aa2db902-b673-4a36-b6a8-cc2b7cec165c&modified=20191031230409" class="sf-button download-button" title="Declaration of performance 14435 for Krefeld">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Declaration of performance 14439 for Krefeld</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/krefeld/declarations-of-performance/declaration-of-performance-14439-for-krefeld.pdf?revision=aa17ebc2-ac5f-47f3-ba6d-e6e9032f30bd&modified=20191031230409" class="sf-button download-button" title="Declaration of performance 14439 for Krefeld">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Declaration of performance 14462 for Krefeld</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/krefeld/declarations-of-performance/declaration-of-performance-14462-for-krefeld.pdf?revision=e0418864-6433-48f2-8412-fc6cdb695f57&modified=20191031230409" class="sf-button download-button" title="Declaration of performance 14462 for Krefeld">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Declaration of performance 14509 for Krefeld</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/krefeld/declarations-of-performance/declaration-of-performance-14509-for-krefeld.pdf?revision=433a7e95-fe8a-4494-bfd3-8397648d2310&modified=20191031230410" class="sf-button download-button" title="Declaration of performance 14509 for Krefeld">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Declaration of performance 14510 for Krefeld</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/krefeld/declarations-of-performance/declaration-of-performance-14510-for-krefeld.pdf?revision=e3fbd58b-03bc-4b61-b91c-0822ebdc1d48&modified=20191031230410" class="sf-button download-button" title="Declaration of performance 14510 for Krefeld">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Declaration of performance 14512 for Krefeld</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/krefeld/declarations-of-performance/declaration-of-performance-14512-for-krefeld.pdf?revision=41d486ae-9eb8-4e3d-8845-9c726ee5ddb6&modified=20191031230410" class="sf-button download-button" title="Declaration of performance 14512 for Krefeld">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Declaration of performance 14513 for Krefeld</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/krefeld/declarations-of-performance/declaration-of-performance-14513-for-krefeld.pdf?revision=0e116c1a-384d-42b6-b840-049e9b3dec41&modified=20191031230411" class="sf-button download-button" title="Declaration of performance 14513 for Krefeld">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Declaration of performance 14521 for Krefeld</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/krefeld/declarations-of-performance/declaration-of-performance-14521-for-krefeld.pdf?revision=4689f39e-61a4-4227-9f72-45582c980313&modified=20191031230411" class="sf-button download-button" title="Declaration of performance 14521 for Krefeld">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Declaration of performance 14539 for Krefeld</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/krefeld/declarations-of-performance/declaration-of-performance-14539-for-krefeld.pdf?revision=3ba5cd67-e74b-4fa4-aa28-7ff06fb7f3b2&modified=20191031230411" class="sf-button download-button" title="Declaration of performance 14539 for Krefeld">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Declaration of performance 14541 for Krefeld</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/krefeld/declarations-of-performance/declaration-of-performance-14541-for-krefeld.pdf?revision=572da7a3-e875-40e1-bf19-9a9b3b47d7f1&modified=20191031230411" class="sf-button download-button" title="Declaration of performance 14541 for Krefeld">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Declaration of performance 14565 for Krefeld</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/krefeld/declarations-of-performance/declaration-of-performance-14565-for-krefeld.pdf?revision=205b365e-7ec3-484b-84f8-9a6e5c29761d&modified=20191031230412" class="sf-button download-button" title="Declaration of performance 14565 for Krefeld">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Declaration of performance 14571 for Krefeld</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/krefeld/declarations-of-performance/declaration-of-performance-14571-for-krefeld.pdf?revision=030ef5ac-0634-461e-8295-ed8dbd8775ae&modified=20191031230412" class="sf-button download-button" title="Declaration of performance 14571 for Krefeld">Download</a></div> </div> </div> </div> <div class="tab tab--clear clearfix " data-tab="ad3fb1d3-e448-4521-bab3-6784ac61757f"> <div class="table-downloads"> <div class="table-downloads__row"> <div class="table-downloads__cell">AD2000 W0 Certificate 2022-2025 DE</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/krefeld/ad2000-w0-certificate-2022-2025-de.pdf?revision=df37f7e0-66de-4f08-b626-169e84f748f3&modified=20230116161328" class="sf-button download-button" title="AD2000 W0 Certificate 2022-2025 DE">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">AD2000 W0 Certificate 2022-2025 EN</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/krefeld/tuv-nord-ad2000-w0-certificate-2022-2025-en-krefeld.pdf?revision=e3d7475c-437b-4fce-83d1-da9c47ffa163&modified=20230116161449" class="sf-button download-button" title="AD2000 W0 Certificate 2022-2025 EN">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">PED Certificate 2022-2025 DE</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/krefeld/tuv-nord-ped-certificate-2022-2025-de-krefeld.pdf?revision=8680ee48-95a3-4c4f-9341-25f609068c69&modified=20230116161532" class="sf-button download-button" title="PED Certificate 2022-2025 DE">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">PED Certificate 2022-2025 EN</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/krefeld/tuv-nord-ped-certificate-2022-2025-en-krefeld.pdf?revision=eb62d307-0959-493d-a3d4-e16b88b0c083&modified=20230116161609" class="sf-button download-button" title="PED Certificate 2022-2025 EN">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">PED/AD2000 Scope of Approvals DE/EN</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/krefeld/tuv-nord-ped-ad2000-scope-of-approvals-de-en-krefeld.pdf?revision=06c7c747-b222-4325-bbee-d45485a4cf03&modified=20230116161649" class="sf-button download-button" title="PED/AD2000 Scope of Approvals DE/EN">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Liste der Verfahren im flexiblen Geltungsbereich der Akkreditierung</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/krefeld/liste-der-verfahren-im-flexiblen-geltungsbereich-der-akkreditierung.pdf?revision=679d6742-f2e4-4410-8999-9d7a43a3111d&modified=20210924114042" class="sf-button download-button" title="Liste der Verfahren im flexiblen Geltungsbereich der Akkreditierung">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">ISO 17025 Scope of Accreditation Krefeld Work</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/krefeld/iso-17025-scope-of-accreditation-krefeld-work.pdf?revision=36bc0d0c-7c1b-438d-af42-1ff97a7ebc08&modified=20241105073436" class="sf-button download-button" title="ISO 17025 Scope of Accreditation Krefeld Work">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Übereinstimmungszertifikat</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/krefeld/krefeld-ubereinstimmungszertifikat.pdf?revision=d6819d3d-d23e-4ab6-8cf0-4efdc52f71b1&modified=20241115084035" class="sf-button download-button" title="Übereinstimmungszertifikat">Download</a></div> </div> </div> </div> <div class="tab tab--clear clearfix " data-tab="bf9a871e-488f-4e39-962f-55d0fe40b4b0"> <div class="table-downloads"> <div class="table-downloads__row"> <div class="table-downloads__cell">ResponsibleSteel Certificate - Stainless Europe</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/general/outokumpu-stainless_europe_cert_rs-signed.pdf?revision=1800fb53-ae6f-4d6b-a05b-d4b3ba42e9e6&modified=20240521094256" class="sf-button download-button" title="ResponsibleSteel Certificate - Stainless Europe">Download</a></div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="padding bg-white" id="dillenburg-germany"> <div class="container"> <div class="col"> <h2 class="scroll-tabs-title">Dillenburg downloads</h2> <div class="products tabs-holder products tabs-holder--clear"> <a href="#" class="tab-slide-arrow" data-direction="left" title="scroll left"></a> <a href="#" class="tab-slide-arrow" data-direction="right" title="scroll right"></a> <ul class="scroll-tabs-links"> <li class="tab-trigger active"> <a href="#tab" data-tab="2cb978c9-c48e-4d21-bcce-2b6c81073aa3">ISO and IATF certificates</a> </li> <li class="tab-trigger "> <a href="#tab" data-tab="c5e57596-3559-4058-974b-655c00d5a48c">Safety</a> </li> <li class="tab-trigger "> <a href="#tab" data-tab="fdc9f256-22ce-49e4-af39-8f1a482472a9">Declarations of performance</a> </li> <li class="tab-trigger "> <a href="#tab" data-tab="8d626021-ae17-43d6-8d16-2303ddc5ea87">Certifications</a> </li> <li class="tab-trigger "> <a href="#tab" data-tab="56f8a2dd-c3ce-478e-bb43-6cd23187ef8e">RepsonsibleSteel Certificate</a> </li> </ul> <div class="tab-content tab-content--clear"> <div class="tab tab--clear clearfix active" data-tab="2cb978c9-c48e-4d21-bcce-2b6c81073aa3"> <div class="table-downloads"> <div class="table-downloads__row"> <div class="table-downloads__cell">DIN EN ISO 14001:2015 and DIN EN ISO 50001:2018 Certificate for Dillenburg</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/dillenburg/din-en-iso-140012015-and-din-en-iso-500012018-certificate-for-dillenburg.pdf?revision=ab6c1f93-0184-4bfa-8ab9-be0cd40a39e0&modified=20221207162919" class="sf-button download-button" title="DIN EN ISO 14001:2015 and DIN EN ISO 50001:2018 Certificate for Dillenburg">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">DIN EN ISO 14001:2015 und DIN EN ISO 50001:2018 Zertifikat für Dillenburg</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/dillenburg/din-en-iso-140012015-und-din-en-iso-500012018-zertifikat-fr-dillenburg.pdf?revision=7eaf8919-7a4c-4163-959e-9cbacebc23ae&modified=20221207163006" class="sf-button download-button" title="DIN EN ISO 14001:2015 und DIN EN ISO 50001:2018 Zertifikat für Dillenburg">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">TUV Nord IATF 16949 Zertifikat Outokumpu Nirosta Dillenburg DE</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/dillenburg/outokumpu-nirosta-gmbh-dillenburg-iatf-2021_de.pdf?revision=072eaa50-20a5-49bc-b68f-341620ee3143&modified=20240823120838" class="sf-button download-button" title="TUV Nord IATF 16949 Zertifikat Outokumpu Nirosta Dillenburg DE">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">TUV Nord IATF 16949 certificate Outokumpu Nirosta Dillenburg EN</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/dillenburg/outokumpu-nirosta-gmbh-dillenburg-iatf-2021_en.pdf?revision=376224f0-4bac-4dbb-844f-2184a0e9cb4f&modified=20240823120811" class="sf-button download-button" title="TUV Nord IATF 16949 certificate Outokumpu Nirosta Dillenburg EN">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">TUV Nord ISO 9001 Zertifikat Outokumpu Nirosta Dillenburg DE</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/dillenburg/outokumpu-nirosta-gmbh-dillenburg-iso-2021_de.pdf?revision=c5247ef2-e4db-43b7-a533-d2a47440a78b&modified=20240826131417" class="sf-button download-button" title="TUV Nord ISO 9001 Zertifikat Outokumpu Nirosta Dillenburg DE">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">TUV Nord ISO 9001 certificate Outokumpu Nirosta Dillenburg EN</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/dillenburg/outokumpu-nirosta-gmbh-dillenburg-iso-2021_en.pdf?revision=2270d69c-6d4e-47ba-908c-0b4829c3c8af&modified=20240826131313" class="sf-button download-button" title="TUV Nord ISO 9001 certificate Outokumpu Nirosta Dillenburg EN">Download</a></div> </div> </div> </div> <div class="tab tab--clear clearfix " data-tab="c5e57596-3559-4058-974b-655c00d5a48c"> <div class="table-downloads"> <div class="table-downloads__row"> <div class="table-downloads__cell">Outokumpu Öffentlichkeitsinformation nach Störfallverordnung - Werk Dillenburg</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/dillenburg/outokumpu-offentlichkeitsinformation-nach-storfallverordnung---werk-dillenburg.pdf?revision=952fbc6f-2550-4bd8-9bc9-9c786effeb40&modified=20240717105743" class="sf-button download-button" title="Outokumpu Öffentlichkeitsinformation nach Störfallverordnung - Werk Dillenburg">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Arbeits- und Gesundheitsschutzrichtlinie</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/sustainability/arbeits--und-gesundheitsschutzrichtlinie-2023.pdf?revision=a24fa939-185e-413a-88ec-3edf02e28f33&modified=20230606054856" class="sf-button download-button" title="Arbeits- und Gesundheitsschutzrichtlinie">Download</a></div> </div> </div> </div> <div class="tab tab--clear clearfix " data-tab="fdc9f256-22ce-49e4-af39-8f1a482472a9"> <div class="table-downloads"> <div class="table-downloads__row"> <div class="table-downloads__cell">Declaration of performance 14003 for Dillenburg</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/dillenburg/declarations-of-performance/declaration-of-performance-14003-for-dillenburg.pdf?revision=832a003f-f91d-4e7c-95ff-909fb5e21559&modified=20191031021443" class="sf-button download-button" title="Declaration of performance 14003 for Dillenburg">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Declaration of performance 14016 for Dillenburg</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/dillenburg/declarations-of-performance/declaration-of-performance-14016-for-dillenburg.pdf?revision=fc208901-de78-4d1e-9ab4-546fd0a8d8aa&modified=20191031022214" class="sf-button download-button" title="Declaration of performance 14016 for Dillenburg">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Declaration of performance 14021 for Dillenburg</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/dillenburg/declarations-of-performance/declaration-of-performance-14021-for-dillenburg.pdf?revision=66273a06-8fd6-4dbd-b526-1608c641f38e&modified=20191031022229" class="sf-button download-button" title="Declaration of performance 14021 for Dillenburg">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Declaration of performance 14301 for Dillenburg</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/dillenburg/declarations-of-performance/declaration-of-performance-14301-for-dillenburg.pdf?revision=f55f78dc-1164-41f3-aaef-36c7be42ea91&modified=20191031021458" class="sf-button download-button" title="Declaration of performance 14301 for Dillenburg">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Declaration of performance 14306 for Dillenburg</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/dillenburg/declarations-of-performance/declaration-of-performance-14306-for-dillenburg.pdf?revision=970c2ee8-47d9-4af9-99fb-7b6911fd3a9e&modified=20191031021711" class="sf-button download-button" title="Declaration of performance 14306 for Dillenburg">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Declaration of performance 14307 for Dillenburg</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/dillenburg/declarations-of-performance/declaration-of-performance-14307-for-dillenburg.pdf?revision=865057bd-5203-49b7-9277-b9a00fb9b3e1&modified=20191031021854" class="sf-button download-button" title="Declaration of performance 14307 for Dillenburg">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Declaration of performance 14310 for Dillenburg</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/dillenburg/declarations-of-performance/declaration-of-performance-14310-for-dillenburg.pdf?revision=9f10571c-41cf-489b-93fb-ebe72e640c0a&modified=20191031021513" class="sf-button download-button" title="Declaration of performance 14310 for Dillenburg">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Declaration of performance 14311 for Dillenburg</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/dillenburg/declarations-of-performance/declaration-of-performance-14311-for-dillenburg.pdf?revision=d9d1745f-4c58-48fd-80e7-860b05ea6343&modified=20191031021725" class="sf-button download-button" title="Declaration of performance 14311 for Dillenburg">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Declaration of performance 14318 for Dillenburg</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/dillenburg/declarations-of-performance/declaration-of-performance-14318-for-dillenburg.pdf?revision=890248b0-d03c-4f0a-af85-3cb6842a492a&modified=20191031021914" class="sf-button download-button" title="Declaration of performance 14318 for Dillenburg">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Declaration of performance 14362 for Dillenburg</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/dillenburg/declarations-of-performance/declaration-of-performance-14362-for-dillenburg.pdf?revision=b2a39ddb-9c94-4c9f-b3d1-e3e68f4db6d4&modified=20191031021540" class="sf-button download-button" title="Declaration of performance 14362 for Dillenburg">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Declaration of performance 14401 for Dillenburg</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/dillenburg/declarations-of-performance/declaration-of-performance-14401-for-dillenburg.pdf?revision=e0113e0b-a6aa-4d3e-899b-c04d4c8e7698&modified=20191031021736" class="sf-button download-button" title="Declaration of performance 14401 for Dillenburg">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Declaration of performance 14404 for Dillenburg</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/dillenburg/declarations-of-performance/declaration-of-performance-14404-for-dillenburg.pdf?revision=03e4eb68-52a5-41e1-b299-b1c37fbaf64e&modified=20191031021927" class="sf-button download-button" title="Declaration of performance 14404 for Dillenburg">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Declaration of performance 14432 for Dillenburg</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/dillenburg/declarations-of-performance/declaration-of-performance-14432-for-dillenburg.pdf?revision=f1f1a464-66ec-4313-8bf5-35a176fa322b&modified=20191031021556" class="sf-button download-button" title="Declaration of performance 14432 for Dillenburg">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Declaration of performance 14435 for Dillenburg</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/dillenburg/declarations-of-performance/declaration-of-performance-14435-for-dillenburg.pdf?revision=dbb6dd9a-b64d-47d8-989a-93f31472827f&modified=20191031021756" class="sf-button download-button" title="Declaration of performance 14435 for Dillenburg">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Declaration of performance 14439 for Dillenburg</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/dillenburg/declarations-of-performance/declaration-of-performance-14439-for-dillenburg.pdf?revision=a7ebcfe9-ca9d-4d6a-9ccc-f9aff475740c&modified=20191031021948" class="sf-button download-button" title="Declaration of performance 14439 for Dillenburg">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Declaration of performance 14462 for Dillenburg</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/dillenburg/declarations-of-performance/declaration-of-performance-14462-for-dillenburg.pdf?revision=a23a95dd-194c-473a-bd66-06a52604cbda&modified=20191031021610" class="sf-button download-button" title="Declaration of performance 14462 for Dillenburg">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Declaration of performance 14509 for Dillenburg</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/dillenburg/declarations-of-performance/declaration-of-performance-14509-for-dillenburg.pdf?revision=b6167d7d-9bd9-48d2-9046-6b1803ee2193&modified=20191031021807" class="sf-button download-button" title="Declaration of performance 14509 for Dillenburg">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Declaration of performance 14510 for Dillenburg</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/dillenburg/declarations-of-performance/declaration-of-performance-14510-for-dillenburg.pdf?revision=11dba452-b2db-4b4b-9f70-d4fd231309b8&modified=20191031022000" class="sf-button download-button" title="Declaration of performance 14510 for Dillenburg">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Declaration of performance 14512 for Dillenburg</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/dillenburg/declarations-of-performance/declaration-of-performance-14512-for-dillenburg.pdf?revision=64d6322a-1fd3-4697-a887-70e7fcc90b86&modified=20191031021624" class="sf-button download-button" title="Declaration of performance 14512 for Dillenburg">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Declaration of performance 14513 for Dillenburg</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/dillenburg/declarations-of-performance/declaration-of-performance-14513-for-dillenburg.pdf?revision=fd238e5f-5a0f-4eba-adf1-00476685b9aa&modified=20191031021822" class="sf-button download-button" title="Declaration of performance 14513 for Dillenburg">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Declaration of performance 14521 for Dillenburg</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/dillenburg/declarations-of-performance/declaration-of-performance-14521-for-dillenburg.pdf?revision=02f1b242-0281-47d5-ba89-36df17340fbf&modified=20191031022011" class="sf-button download-button" title="Declaration of performance 14521 for Dillenburg">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Declaration of performance 14539 for Dillenburg</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/dillenburg/declarations-of-performance/declaration-of-performance-14539-for-dillenburg.pdf?revision=dadfb009-4236-4236-963d-74ea1291f3d4&modified=20191031021644" class="sf-button download-button" title="Declaration of performance 14539 for Dillenburg">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Declaration of performance 14541 for Dillenburg</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/dillenburg/declarations-of-performance/declaration-of-performance-14541-for-dillenburg.pdf?revision=0d2c9e33-55eb-481f-b797-7978ec2a1096&modified=20191031021834" class="sf-button download-button" title="Declaration of performance 14541 for Dillenburg">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Declaration of performance 14565 for Dillenburg</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/dillenburg/declarations-of-performance/declaration-of-performance-14565-for-dillenburg.pdf?revision=16e750fb-eb1d-44b2-a658-a4617721636e&modified=20191031022024" class="sf-button download-button" title="Declaration of performance 14565 for Dillenburg">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Declaration of performance 14571 for Dillenburg</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/dillenburg/declarations-of-performance/declaration-of-performance-14571-for-dillenburg.pdf?revision=cfc587fe-09d0-4226-bb6c-9ff19b240655&modified=20191031021656" class="sf-button download-button" title="Declaration of performance 14571 for Dillenburg">Download</a></div> </div> </div> </div> <div class="tab tab--clear clearfix " data-tab="8d626021-ae17-43d6-8d16-2303ddc5ea87"> <div class="table-downloads"> <div class="table-downloads__row"> <div class="table-downloads__cell">AD2000 W0 Certificate 2022-2025 DE</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/dillenburg/tuv-nord-ad2000-w0-certificate-2022-2025-de-dillenburg.pdf?revision=ea957f7b-eb2e-471c-9541-f4859e3a6b70&modified=20230116162808" class="sf-button download-button" title="AD2000 W0 Certificate 2022-2025 DE">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">AD2000 W0 Certificate 2022-2025 EN</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/dillenburg/tuv-nord-ad2000-w0-certificate-2022-2025-en-dillenburg.pdf?revision=c2ac6904-6f75-4d4f-8b0a-70951088dd72&modified=20230116162836" class="sf-button download-button" title="AD2000 W0 Certificate 2022-2025 EN">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">PED Certificate 2022-2025 DE</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/dillenburg/tuv-nord-ped-certificate-2022-2025-de-dillenburg.pdf?revision=0609a5d9-1307-4fe8-9dbc-83d5e5a092b5&modified=20230116162903" class="sf-button download-button" title="PED Certificate 2022-2025 DE">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">PED Certificate 2022-2025 EN</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/dillenburg/tuv-nord-ped-certificate-2022-2025-en-dillenburg.pdf?revision=557874c8-ddcf-462e-9121-3174b5920115&modified=20230116162927" class="sf-button download-button" title="PED Certificate 2022-2025 EN">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">PED/AD2000 Scope of Approvals DE/EN</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/dillenburg/tuv-nord-ped-ad2000-scope-of-approvals-de-en-dillenburg.pdf?revision=1ec0cb6b-53c0-46a8-805c-2c33e97407c5&modified=20230116162948" class="sf-button download-button" title="PED/AD2000 Scope of Approvals DE/EN">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Liste der Verfahren im flexiblen Geltungsbereich der Akkreditierung</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/dillenburg/liste-der-verfahren-im-flexiblen-geltungsbereich-der-akkreditierung.pdf?revision=f8963426-e079-4c93-9c94-4c71a5e1b710&modified=20210924113940" class="sf-button download-button" title="Liste der Verfahren im flexiblen Geltungsbereich der Akkreditierung">Download</a></div> </div> </div> </div> <div class="tab tab--clear clearfix " data-tab="56f8a2dd-c3ce-478e-bb43-6cd23187ef8e"> <div class="table-downloads"> <div class="table-downloads__row"> <div class="table-downloads__cell">ResponsibleSteel Certificate - Outokumpu Advanced Materials </div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/general/outokumpu_advanced_materials_cert_rs_signed.pdf?revision=f73eaa62-e830-40c2-b0b5-be7ccdf930d8&modified=20240521094038" class="sf-button download-button" title="ResponsibleSteel Certificate - Outokumpu Advanced Materials ">Download</a></div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="padding bg-white" id="dahlerbruck-germany"> <div class="container"> <div class="col"> <h2 class="scroll-tabs-title">Dahlerbrück downloads</h2> <div class="products tabs-holder products tabs-holder--clear"> <a href="#" class="tab-slide-arrow" data-direction="left" title="scroll left"></a> <a href="#" class="tab-slide-arrow" data-direction="right" title="scroll right"></a> <ul class="scroll-tabs-links"> <li class="tab-trigger active"> <a href="#tab" data-tab="697ad3a8-e257-4d09-a460-244f7984f393">ISO and IATF certificates</a> </li> <li class="tab-trigger "> <a href="#tab" data-tab="ccfeb780-f977-48c0-b66f-44b1bb58817f">Safety </a> </li> <li class="tab-trigger "> <a href="#tab" data-tab="3cb6d8f2-2427-4a5f-aa39-a98a52d92059">Material certificates and approvals</a> </li> <li class="tab-trigger "> <a href="#tab" data-tab="b757f7ad-1bf7-4cf5-94d1-0d2a5d1d5a14">ResponsibleSteel Certificate</a> </li> </ul> <div class="tab-content tab-content--clear"> <div class="tab tab--clear clearfix active" data-tab="697ad3a8-e257-4d09-a460-244f7984f393"> <div class="table-downloads"> <div class="table-downloads__row"> <div class="table-downloads__cell">Zertifikat Energ Umw 2019 de</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/dahlerbruck/zertifikat-energ-umw-2019-de.pdf?revision=6da7239c-0412-4756-ab96-98c4e0799d3d&modified=20200605102429" class="sf-button download-button" title="Zertifikat Energ Umw 2019 de">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Zertifikat Energ Umw 2019 eng</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/dahlerbruck/zertifikat-energ-umw-2019-eng.pdf?revision=730f8d57-39dd-4539-8f5a-75800c4adbb7&modified=20200605102345" class="sf-button download-button" title="Zertifikat Energ Umw 2019 eng">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">DIN EN ISO 14001:2015 and DIN EN ISO 50001:2018 Certificate for Dahlerbruck</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/dahlerbruck/din-en-iso-140012015-and-din-en-iso-500012018-certificate-for-dahlerbruck.pdf?revision=6c6f414d-4f5d-4b3b-908b-e290ebda5596&modified=20221207162556" class="sf-button download-button" title="DIN EN ISO 14001:2015 and DIN EN ISO 50001:2018 Certificate for Dahlerbruck">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">DIN EN ISO 14001:2015 und DIN EN ISO 50001:2018 Zertifikat für Dahlerbruck</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/dahlerbruck/din-en-iso-140012015-und-din-en-iso-500012018-zertifikat-fr-dahlerbruck.pdf?revision=259ce342-f060-4960-8132-46be1b393cdf&modified=20221207162701" class="sf-button download-button" title="DIN EN ISO 14001:2015 und DIN EN ISO 50001:2018 Zertifikat für Dahlerbruck">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">TUV Nord IATF 16949 Zertifikat Outokumpu Nirosta Schalksmühle-Dahlerbrück DE</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/dahlerbruck/outokumpu-nirosta-gmbh-schalksmhle-iatf-2021_de.pdf?revision=e44e8ab2-cf05-480a-aeee-2c341b2059a4&modified=20210903203111" class="sf-button download-button" title="TUV Nord IATF 16949 Zertifikat Outokumpu Nirosta Schalksmühle-Dahlerbrück DE">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">TUV Nord IATF 16949 certificate Outokumpu Nirosta Schalksmühle-Dahlerbrück EN</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/dahlerbruck/outokumpu-nirosta-gmbh-schalksmhle-iatf-2021_en.pdf?revision=546bf1b0-4f2c-400b-a214-b312d00e27dc&modified=20210903203205" class="sf-button download-button" title="TUV Nord IATF 16949 certificate Outokumpu Nirosta Schalksmühle-Dahlerbrück EN">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">TUV Nord ISO 9001 Zertifikat Outokumpu Nirosta Schalksmühle-Dahlerbrück DE</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/dahlerbruck/outokumpu-nirosta-gmbh-schalksmhle-iso-2021_de.pdf?revision=de6bbb4c-0bad-4413-8089-1ab8f8a2529b&modified=20210903203353" class="sf-button download-button" title="TUV Nord ISO 9001 Zertifikat Outokumpu Nirosta Schalksmühle-Dahlerbrück DE">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">TUV Nord ISO 9001 certificate Outokumpu Nirosta Schalksmühle-Dahlerbrück EN</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/dahlerbruck/outokumpu-nirosta-gmbh-schalksmhle-iso-2021_en.pdf?revision=abc9688e-2276-4d06-9b7d-b6e0e88e6c60&modified=20210903203304" class="sf-button download-button" title="TUV Nord ISO 9001 certificate Outokumpu Nirosta Schalksmühle-Dahlerbrück EN">Download</a></div> </div> </div> </div> <div class="tab tab--clear clearfix " data-tab="ccfeb780-f977-48c0-b66f-44b1bb58817f"> <div class="table-downloads"> <div class="table-downloads__row"> <div class="table-downloads__cell">Arbeits- und Gesundheitsschutzrichtlinie</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/sustainability/arbeits--und-gesundheitsschutzrichtlinie-2023.pdf?revision=a24fa939-185e-413a-88ec-3edf02e28f33&modified=20230606054856" class="sf-button download-button" title="Arbeits- und Gesundheitsschutzrichtlinie">Download</a></div> </div> </div> </div> <div class="tab tab--clear clearfix " data-tab="3cb6d8f2-2427-4a5f-aa39-a98a52d92059"> <div class="table-downloads"> <div class="table-downloads__row"> <div class="table-downloads__cell">AD2000 W0 Certificate 2022-2025 DE</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/krefeld/ad2000-w0-certificate-2022-2025-de.pdf?revision=df37f7e0-66de-4f08-b626-169e84f748f3&modified=20230116161328" class="sf-button download-button" title="AD2000 W0 Certificate 2022-2025 DE">Download</a></div> </div> </div> </div> <div class="tab tab--clear clearfix " data-tab="b757f7ad-1bf7-4cf5-94d1-0d2a5d1d5a14"> <div class="table-downloads"> <div class="table-downloads__row"> <div class="table-downloads__cell">ResponsibleSteel Certificate - Outokumpu Advanced Materials </div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/general/outokumpu_advanced_materials_cert_rs_signed.pdf?revision=f73eaa62-e830-40c2-b0b5-be7ccdf930d8&modified=20240521094038" class="sf-button download-button" title="ResponsibleSteel Certificate - Outokumpu Advanced Materials ">Download</a></div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="padding bg-white" id="calvert"> <div class="container"> <div class="col"> <h2 class="scroll-tabs-title">Calvert downloads</h2> <div class="products tabs-holder products tabs-holder--clear"> <a href="#" class="tab-slide-arrow" data-direction="left" title="scroll left"></a> <a href="#" class="tab-slide-arrow" data-direction="right" title="scroll right"></a> <ul class="scroll-tabs-links"> <li class="tab-trigger active"> <a href="#tab" data-tab="f0a8437b-c6a7-4d21-ae79-562e1976d37a">AD 2000 Merkblatt W0 and PED</a> </li> <li class="tab-trigger "> <a href="#tab" data-tab="476b8a71-9a74-44c1-9b22-0ef3093e7cee">ISO certificates</a> </li> <li class="tab-trigger "> <a href="#tab" data-tab="cc56adf3-ed07-410d-bd59-0ee9d74af873">Other standards</a> </li> <li class="tab-trigger "> <a href="#tab" data-tab="a1748f9a-2c95-4a71-92b3-f46672a09350">Safety data sheets</a> </li> <li class="tab-trigger "> <a href="#tab" data-tab="a406685c-b1f7-47f7-9494-7c1249c786bf">Product portfolio</a> </li> </ul> <div class="tab-content tab-content--clear"> <div class="tab tab--clear clearfix active" data-tab="f0a8437b-c6a7-4d21-ae79-562e1976d37a"> <div class="table-downloads"> <div class="table-downloads__row"> <div class="table-downloads__cell">TÜV Nord Declaration of performance 1.4016 for Calvert</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/calvert/tuv-nord-declaration-of-performance-14016-for-outokumpu-calvert-operations.pdf?revision=9074ea23-48b9-447f-b423-287dcfa563f9&modified=20180731061232" class="sf-button download-button" title="TÜV Nord Declaration of performance 1.4016 for Calvert">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">TÜV Nord Declaration of performance 1.4301 for Calvert</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/calvert/tuv-nord-declaration-of-performance-14301-for-outokumpu-calvert-operations.pdf?revision=2c43435a-58d8-4a29-ac4a-f04963b46fdb&modified=20180731061242" class="sf-button download-button" title="TÜV Nord Declaration of performance 1.4301 for Calvert">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">TÜV Nord Declaration of performance 1.4307 for Calvert</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/calvert/tuv-nord-declaration-of-performance-14307-for-outokumpu-calvert-operations.pdf?revision=ac6119fd-980e-4d06-a379-b3aaef4d321a&modified=20180731061319" class="sf-button download-button" title="TÜV Nord Declaration of performance 1.4307 for Calvert">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">TÜV Nord Declaration of performance 1.4401 for Calvert</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/calvert/tuv-nord-declaration-of-performance-14401-for-outokumpu-calvert-operations.pdf?revision=07899cc1-5d5e-4af8-a609-a8fa63b9fc7c&modified=20180731061500" class="sf-button download-button" title="TÜV Nord Declaration of performance 1.4401 for Calvert">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">TÜV Nord Declaration of performance 1.4404 for Calvert</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/calvert/tuv-nord-declaration-of-performance-14404-for-outokumpu-calvert-operations.pdf?revision=80eab1b1-5dcf-43f6-a6f8-bd059855949a&modified=20180731061534" class="sf-button download-button" title="TÜV Nord Declaration of performance 1.4404 for Calvert">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">TÜV Nord Declaration of performance 1.4541 for Calvert</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/calvert/tuv-nord-declaration-of-performance-14541-for-outokumpu-calvert-operations.pdf?revision=7b36208a-3170-499a-bc5a-b719825bb859&modified=20180731061631" class="sf-button download-button" title="TÜV Nord Declaration of performance 1.4541 for Calvert">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">TÜV NORD AD 2000-Merkblatt W0 Scope of Approval</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/calvert/tuv-nord-ped-2014-68-eu-and-ad-2000-mbl-w0-scope-of-approval---calvert.pdf?revision=435c7f54-c08b-45e7-b322-004a9586d601&modified=20240829051447" class="sf-button download-button" title="TÜV NORD AD 2000-Merkblatt W0 Scope of Approval">Download</a></div> </div> </div> </div> <div class="tab tab--clear clearfix " data-tab="476b8a71-9a74-44c1-9b22-0ef3093e7cee"> <div class="table-downloads"> <div class="table-downloads__row"> <div class="table-downloads__cell">ISO 9001</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/calvert/outokumpu-stainless-usa-iso-9001-certificate-feb-2024.pdf?revision=4fdd7e11-4999-445c-b06e-58ce0ffffb0d&modified=20240228070213" class="sf-button download-button" title="ISO 9001">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">ASR ISO 14001 certificate for Calvert</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/calvert/asr-iso-14001-certificate-for-outokumpu-calvert-operations.pdf?revision=3181424b-adda-42c8-aeb4-119932f832c8&modified=20220128140544" class="sf-button download-button" title="ASR ISO 14001 certificate for Calvert">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">ASR ISO 45001 certificate for Calvert</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/calvert/asr-iso-45001-certificate-2023-outokumpu-calvert.pdf?revision=f8c9e16d-e82d-4894-a30a-d579c8174396&modified=20230414122358" class="sf-button download-button" title="ASR ISO 45001 certificate for Calvert">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">ANAB ISO 17025 Certificate for Calvert 2023</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/calvert/anab-iso-17025-certificate-for-calvert-2023.pdf?revision=949d8d1c-b5ce-4fea-a21e-fc76aafadeec&modified=20230616103824" class="sf-button download-button" title="ANAB ISO 17025 Certificate for Calvert 2023">Download</a></div> </div> </div> </div> <div class="tab tab--clear clearfix " data-tab="cc56adf3-ed07-410d-bd59-0ee9d74af873"> <div class="table-downloads"> <div class="table-downloads__row"> <div class="table-downloads__cell">CPAT Model 6420</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/calvert/c-tpat-model-6420.pdf?revision=3d43bda9-485c-4416-815c-b2952d72deb5&modified=20240404040919" class="sf-button download-button" title="CPAT Model 6420">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">TUV NORD EN 10088-4 Certificate of Conformity for Factory Production Control - Calvert</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/calvert/tuv-nord-en-10088-4-certificate-of-conformity-for-factory-production-control---calvert.pdf?revision=92df5371-c510-4078-87f8-80da123b2449&modified=20240405050412" class="sf-button download-button" title="TUV NORD EN 10088-4 Certificate of Conformity for Factory Production Control - Calvert">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">BIS License</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/calvert/bis-license--calvert-renewal-01012023-to-31122024.pdf?revision=d6003ae3-9f43-4c61-b53f-eec7e0e60ba5&modified=20240405050200" class="sf-button download-button" title="BIS License">Download</a></div> </div> </div> </div> <div class="tab tab--clear clearfix " data-tab="a1748f9a-2c95-4a71-92b3-f46672a09350"> <div class="table-downloads"> <div class="table-downloads__row"> <div class="table-downloads__cell">Americas safety data sheet for chromium alloyed stainless steel grades</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/americas-safety-data-sheets/chromium-alloyed-stainless-steel-grades-sds.pdf?revision=aeeaad41-c881-40c5-8a76-c7e49dfae2fa&modified=20180426133042" class="sf-button download-button" title="Americas safety data sheet for chromium alloyed stainless steel grades">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Americas safety data sheet for chromium-manganese and chromium-nickel-manganese alloyed stainless steel grades</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/americas-safety-data-sheets/chromium-manganese-and-chromium-nickel-manganese-alloyed-stainless-steel-grades-sds.pdf?revision=19ce5f70-f331-4f60-aa6f-418b706cf11c&modified=20180426133041" class="sf-button download-button" title="Americas safety data sheet for chromium-manganese and chromium-nickel-manganese alloyed stainless steel grades">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Americas safety data sheet for chromium-nickel alloyed stainless steel grades</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/americas-safety-data-sheets/chromium-nickel-alloyed-stainless-steel-grades-sds.pdf?revision=d53e31c1-6daf-4d01-915b-8e691243a633&modified=20180426133041" class="sf-button download-button" title="Americas safety data sheet for chromium-nickel alloyed stainless steel grades">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Americas safety data sheet for chromium-nickel-manganese-copper alloyed stainless steel grades</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/americas-safety-data-sheets/chromium-nickel-manganese-copper-alloyed-stainless-steel-grades-sds.pdf?revision=3179738b-4a1c-427c-a470-aa6254604226&modified=20180426133041" class="sf-button download-button" title="Americas safety data sheet for chromium-nickel-manganese-copper alloyed stainless steel grades">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Americas safety data sheet for chromium-nickel-molybdenum alloyed stainless steel grades</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/americas-safety-data-sheets/chromium-nickel-molybdenum-alloyed-stainless-steel-grades.pdf?revision=85ca5e0b-f0f7-4dde-a554-0d9713245ca1&modified=20180426133042" class="sf-button download-button" title="Americas safety data sheet for chromium-nickel-molybdenum alloyed stainless steel grades">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Americas safety data sheet for high-molybdenum alloyed stainless steel grades</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/americas-safety-data-sheets/high-molybdenum-alloyed-stainless-steel-grades-sds.pdf?revision=856bbf50-8946-4068-a997-157d3f7318a7&modified=20180426133042" class="sf-button download-button" title="Americas safety data sheet for high-molybdenum alloyed stainless steel grades">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Americas safety data sheet for high-nickel alloyed stainless steel grades and nickel base alloys</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/americas-safety-data-sheets/high-nickel-alloyed-stainless-steel-grades-and-nickel-base-alloys-sds.pdf?revision=40b993a4-9158-43b9-b617-4b83f6b97cec&modified=20180426133041" class="sf-button download-button" title="Americas safety data sheet for high-nickel alloyed stainless steel grades and nickel base alloys">Download</a></div> </div> </div> </div> <div class="tab tab--clear clearfix " data-tab="a406685c-b1f7-47f7-9494-7c1249c786bf"> <div class="rich-text-content"> <a rel="noopener noreferrer" href="https://global.intelex.com/Login3/Outokumpu/DocLink?id=IztvEuAJ7CYUv2Gmvl7Kfx-ZG36y7r5p92Qu8NRFiOxUwpnieFN8m_dvHTEGvCU-0" target="_blank">Product offering manual</a> </div> </div> </div> </div> </div> </div> </div> <div class="padding bg-white" id="san-luis-potosi"> <div class="container"> <div class="col"> <h2 class="scroll-tabs-title">San Luis Potosí downloads</h2> <div class="products tabs-holder products tabs-holder--clear"> <a href="#" class="tab-slide-arrow" data-direction="left" title="scroll left"></a> <a href="#" class="tab-slide-arrow" data-direction="right" title="scroll right"></a> <ul class="scroll-tabs-links"> <li class="tab-trigger active"> <a href="#tab" data-tab="a42e664d-4dd1-493e-be50-ceb5f81f0650">ISO certifications</a> </li> <li class="tab-trigger "> <a href="#tab" data-tab="33655621-b218-4a90-a94d-ba30449dae30">Other certifications</a> </li> <li class="tab-trigger "> <a href="#tab" data-tab="efee87b2-1c84-4618-b842-9042809193e4">Policies</a> </li> <li class="tab-trigger "> <a href="#tab" data-tab="e97f2dd1-22df-400b-8ef3-d4b5097649a4">Product offering</a> </li> <li class="tab-trigger "> <a href="#tab" data-tab="6d38a0d0-7946-456f-93bd-230657066925">Safety data sheets</a> </li> </ul> <div class="tab-content tab-content--clear"> <div class="tab tab--clear clearfix active" data-tab="a42e664d-4dd1-493e-be50-ceb5f81f0650"> <div class="table-downloads"> <div class="table-downloads__row"> <div class="table-downloads__cell">ASR ISO 9001 certificate for Outokumpu Mexinox operations</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/san-luis-potosi/asr-iso-9001-certificate-for-outokumpu-mexinox-operations.pdf?revision=3ae1c5bc-541e-4083-bba0-e0c8ab789a25&modified=20220427142926" class="sf-button download-button" title="ASR ISO 9001 certificate for Outokumpu Mexinox operations">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">ISO 14001 certificate for Mexinox</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/san-luis-potosi/mxx---asr-iso-14001-certificate-2024.pdf?revision=7d071a92-d741-4be9-8434-214fcc3febf0&modified=20240422045604" class="sf-button download-button" title="ISO 14001 certificate for Mexinox">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">ANAB ISO 17025 Certificate for Outokumpu Mexinox 2023</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/san-luis-potosi/anab-iso-17025-certificate-for-outokumpu-mexinox-2023.pdf?revision=9d932a18-c7fa-4dc2-aba9-2fa7348f335b&modified=20230616104116" class="sf-button download-button" title="ANAB ISO 17025 Certificate for Outokumpu Mexinox 2023">Download</a></div> </div> </div> </div> <div class="tab tab--clear clearfix " data-tab="33655621-b218-4a90-a94d-ba30449dae30"> <div class="table-downloads"> <div class="table-downloads__row"> <div class="table-downloads__cell">Certificado Industria Limpia</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/san-luis-potosi/mxx---certificado-industria-limpia-2023-2025.pdf?revision=c0a6dd79-a629-48b1-a8c1-cc746b1d6cac&modified=20240405053536" class="sf-button download-button" title="Certificado Industria Limpia">Download</a></div> </div> </div> </div> <div class="tab tab--clear clearfix " data-tab="efee87b2-1c84-4618-b842-9042809193e4"> <div class="table-downloads"> <div class="table-downloads__row"> <div class="table-downloads__cell">Politica de calidad de Outokumpu Mexinox</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/san-luis-potosi/politica-de-calidad-de-outokumpu-mexinox.pdf?revision=0331b0e4-60ba-419b-b662-bed36d9ccc54&modified=20231016094543" class="sf-button download-button" title="Politica de calidad de Outokumpu Mexinox">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Politica Ambiental</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/san-luis-potosi/poltica-ambiental.pdf?revision=1e351ac6-0f31-4c6e-bb78-811014ba0f99&modified=20231016094926" class="sf-button download-button" title="Politica Ambiental">Download</a></div> </div> </div> </div> <div class="tab tab--clear clearfix " data-tab="e97f2dd1-22df-400b-8ef3-d4b5097649a4"> <div class="table-downloads"> <div class="table-downloads__row"> <div class="table-downloads__cell">Americas Product Offering</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/calvert/outokumpu-americas-product-offering-aug2018.pdf?revision=b86dac73-fdc7-4423-8d76-6c32c3292058&modified=20180807133825" class="sf-button download-button" title="Americas Product Offering">Download</a></div> </div> </div> </div> <div class="tab tab--clear clearfix " data-tab="6d38a0d0-7946-456f-93bd-230657066925"> <div class="table-downloads"> <div class="table-downloads__row"> <div class="table-downloads__cell">Americas safety data sheet for chromium alloyed stainless steel grades</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/americas-safety-data-sheets/chromium-alloyed-stainless-steel-grades-sds.pdf?revision=aeeaad41-c881-40c5-8a76-c7e49dfae2fa&modified=20180426133042" class="sf-button download-button" title="Americas safety data sheet for chromium alloyed stainless steel grades">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Americas safety data sheet for chromium-nickel-manganese-copper alloyed stainless steel grades</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/americas-safety-data-sheets/chromium-nickel-manganese-copper-alloyed-stainless-steel-grades-sds.pdf?revision=3179738b-4a1c-427c-a470-aa6254604226&modified=20180426133041" class="sf-button download-button" title="Americas safety data sheet for chromium-nickel-manganese-copper alloyed stainless steel grades">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Americas safety data sheet for high-nickel alloyed stainless steel grades and nickel base alloys</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/americas-safety-data-sheets/high-nickel-alloyed-stainless-steel-grades-and-nickel-base-alloys-sds.pdf?revision=40b993a4-9158-43b9-b617-4b83f6b97cec&modified=20180426133041" class="sf-button download-button" title="Americas safety data sheet for high-nickel alloyed stainless steel grades and nickel base alloys">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Americas safety data sheet for chromium-manganese and chromium-nickel-manganese alloyed stainless steel grades</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/americas-safety-data-sheets/chromium-manganese-and-chromium-nickel-manganese-alloyed-stainless-steel-grades-sds.pdf?revision=19ce5f70-f331-4f60-aa6f-418b706cf11c&modified=20180426133041" class="sf-button download-button" title="Americas safety data sheet for chromium-manganese and chromium-nickel-manganese alloyed stainless steel grades">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Americas safety data sheet for chromium-nickel-molybdenum alloyed stainless steel grades</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/americas-safety-data-sheets/chromium-nickel-molybdenum-alloyed-stainless-steel-grades.pdf?revision=85ca5e0b-f0f7-4dde-a554-0d9713245ca1&modified=20180426133042" class="sf-button download-button" title="Americas safety data sheet for chromium-nickel-molybdenum alloyed stainless steel grades">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Americas safety data sheet for chromium-nickel alloyed stainless steel grades</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/americas-safety-data-sheets/chromium-nickel-alloyed-stainless-steel-grades-sds.pdf?revision=d53e31c1-6daf-4d01-915b-8e691243a633&modified=20180426133041" class="sf-button download-button" title="Americas safety data sheet for chromium-nickel alloyed stainless steel grades">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Americas safety data sheet for high-molybdenum alloyed stainless steel grades</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/americas-safety-data-sheets/high-molybdenum-alloyed-stainless-steel-grades-sds.pdf?revision=856bbf50-8946-4068-a997-157d3f7318a7&modified=20180426133042" class="sf-button download-button" title="Americas safety data sheet for high-molybdenum alloyed stainless steel grades">Download</a></div> </div> </div> </div> </div> </div> </div> </div> </div> <div class="padding bg-white" id="sheffield-combined-documents"> <div class="container"> <div class="col"> <h2 class="scroll-tabs-title">Sheffield downloads</h2> <div class="products tabs-holder products tabs-holder--clear"> <a href="#" class="tab-slide-arrow" data-direction="left" title="scroll left"></a> <a href="#" class="tab-slide-arrow" data-direction="right" title="scroll right"></a> <ul class="scroll-tabs-links"> <li class="tab-trigger active"> <a href="#tab" data-tab="d785bcbe-8a14-405a-88ac-a206d214deb5">Rod and Bar</a> </li> <li class="tab-trigger "> <a href="#tab" data-tab="8d2d5d11-1335-4415-b22a-c69424701b87">SMACC</a> </li> </ul> <div class="tab-content tab-content--clear"> <div class="tab tab--clear clearfix active" data-tab="d785bcbe-8a14-405a-88ac-a206d214deb5"> <div class="table-downloads"> <div class="table-downloads__row"> <div class="table-downloads__cell">CARES CPRCertificateofconformitysystem cert 1244-CPR exp Dec-19</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/sheffield/long-products/cares-cprcertificateofconformitysystem-cert-1244-cpr-exp-dec-19.pdf?revision=ace3e197-d9d6-4c94-92f9-ae1b4940bef6&modified=20200210155616" class="sf-button download-button" title="CARES CPRCertificateofconformitysystem cert 1244-CPR exp Dec-19">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">CARES QualitySystemCertification cert 1197exp Sep-21</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/sheffield/long-products/cares-qualitysystemcertification-cert-1197exp-sep-21.pdf?revision=628d252e-d70f-4f2d-8b00-19f65d659e4f&modified=20200210155820" class="sf-button download-button" title="CARES QualitySystemCertification cert 1197exp Sep-21">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">CARES Responsiblesourcingofconstructionproducts cert 1602 exp Aug-21</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/sheffield/long-products/cares-responsiblesourcingofconstructionproducts-cert-1602-exp-aug-21.pdf?revision=0c1e7963-77a3-4131-8f7a-a3e2714d9cc8&modified=20200210155848" class="sf-button download-button" title="CARES Responsiblesourcingofconstructionproducts cert 1602 exp Aug-21">Download</a></div> </div> <div class="table-downloads__row"> <div class="table-downloads__cell">Lloyd's mill test certificate for Sheffield ASR Rod mill</div> <div class="table-downloads__cell"><a href="https://otke-cdn.outokumpu.com/-/media/files/locations/sheffield/lloyds-mill-test-certificate-for-outokumpu-sheffield-asr.pdf?revision=2241a58e-152a-474e-b06c-58ab6f8b0251&modified=20180522092149" class="sf-button download-button" title="Lloyd's mill test certificate for Sheffield ASR Rod mill">Download</a></div> </div> </div> </div> <div class="tab tab--clear clearfix " data-tab="8d2d5d11-1335-4415-b22a-c69424701b87"> <div class="table-downloads"> </div> </div> </div> </div> </div> </div> </div> </div> </section> </main> <section class="compare-items-footer hidden" data-compare-products="true" data-compare-items-footer data-url="/it-it/compare-products" data-finish-url="/it-it/compare-finishes" data-api="/api/Products/GetComparisonItems" > <div class="container"><div class="row"> <div class="col col-md-9"> <ul class="compare-items-footer__container" data-compare-items-container></ul> <h3 class="compare-items-footer__info compare-items-footer__info-deficient">Confronta fino a 3 prodotti</h3> <h3 class="compare-items-footer__info compare-items-footer__info-full hidden">Confronta ora</h3> </div> <div class="col col-md-3 compare-items-footer__controls"><div class="compare-items-footer__bts_wrapper"> <button type="button" class="compare-items-footer__compare-bt" data-compare-bt disabled>Confronta <span data-amount></span> </button> <button type="button" class="compare-items-footer__clear-bt" data-clear-bt>Cancella tutto</button> </div></div> <button type="button" class="compare-items-footer__visibility-bt" data-visibility-bt> <span class="compare-items-footer__hide">Nascondi</span> <span class="compare-items-footer__show">Mostra</span> <span class="compare-items-footer__arrow"></span> </button> </div></div> </section> <footer> <div class="footer__module"> <div class="footer__module__top"> <div class="container"> <div class="row"> <div class="footer__module__top__header"> <div class="row footer-newsletter"> <div class="col col-12 col-sm-5 footer-newsletter__image-container"> <div class="footer-newsletter__image"> <div class="img" data-lazyload="https://cdn-assets-eu.frontify.com/s3/frontify-enterprise-files-eu/eyJvYXV0aCI6eyJjbGllbnRfaWQiOiJmcm9udGlmeS1maW5kZXIifSwicGF0aCI6Im91dG9rdW1wdVwvYWNjb3VudHNcLzBhXC80MDAwMjY3XC9wcm9qZWN0c1wvMlwvYXNzZXRzXC9kZVwvMTQxOThcLzVlNzYzNTU3ZWRjYzc5ZmMzZTkxMTQxNzZiOWE4NjQ2LTE2NDAwMDkyMjAuanBnIn0:outokumpu:vgXRKej2KFbVQHVQpU5tJwweOVKSfdmxozNNnpVF0AQ?width=2000&cx=0.48&cy=0.52&cw=465&ch=0&cr=max"></div> </div> </div> <div class="col col-12 col-sm-7"> <h2>Rimani aggiornato sul mondo dell'acciaio inossidabile</h2> <ul> <li>Newsletter mensile di approfondimenti sull'acciaio inossidabile</li> <li>Aggiornamenti di settore</li> </ul> <a class="sf-button" title="Centro abbonamenti" href="https://expertise.outokumpu.com/SubscriptionCenter">Centro abbonamenti</a> </div> </div> </div> <div class="footer__module__top__content"> <div class="footer__module__top__content__premise"> <p>Interagisci con Outokumpu sui canali social</p> </div> <ul class="footer__module__top__content__social__media"> <li><a href="https://www.linkedin.com/company/outokumpu" class="footer__module__social__media--linkedin" target="_blank" aria-label="Apri la pagina LinkedIn di Outokumpu">linkedin</a></li> <li><a href="https://twitter.com/outokumpu" class="footer__module__social__media--twitter" target="_blank" aria-label="Apri la pagina Twitter di Outokumpu">twitter</a></li> <li><a href="http://www.facebook.com/OutokumpuGroup" class="footer__module__social__media--facebook" target="_blank" aria-label="Apri la pagina Facebook di Outokumpu">facebook</a></li> <li><a href="https://www.instagram.com/outokumpugroup/" class="footer__module__social__media--instagram" target="_blank" aria-label="Apri la pagina Instagram di Outokumpu">instagram</a></li> <li><a href="https://www.youtube.com/user/OutokumpuOyj" class="footer__module__social__media--youtube" target="_blank" aria-label="Apri la pagina Youtube di Outokumpu">youtube</a></li> </ul> </div> </div> </div> </div> <div class="footer__module__bottom"> <div class="container"> <div class="row"> <div class="footer__navigation"> <div class="footer__navigation--column"> <div class="footer__navigation--group "> <div class="footer__navigation--group-title"> <span class="footer__navigation--group-title-txt">Azienda</span> <span class="footer__navigation--group-trigger"></span> </div> <div class="footer__navigation--group-list"> <ul> <li><a href="/it-it/locations" target="">Locations</a></li> <li><a href="/it-it/certificates" target="">Certificati</a></li> <li><a href="/it-it/investors" target="">Investors</a></li> <li><a href="https://careers.outokumpu.com/search/?locale=en_US&utm_source=careersite" target="_blank">Open positions</a></li> <li><a href="/it-it/news" target="">News</a></li> </ul> </div> </div> </div> <div class="footer__navigation--column"> <div class="footer__navigation--group "> <div class="footer__navigation--group-title"> <a class="footer__navigation--group-title-txt" href="/it-it/industries" target="">Industries</a> <span class="footer__navigation--group-trigger"></span> </div> <div class="footer__navigation--group-list"> <ul> <li><a href="/it-it/industries/appliances" target="">Elettrodomestici</a></li> <li><a href="/it-it/industries/automotive-and-transportation" target="">Automotive & transportation</a></li> <li><a href="/it-it/industries/architecture-building-and-infrastructure" target="">Building & infrastructure</a></li> <li><a href="/it-it/industries/heavy-industry" target="">Energy & heavy industry</a></li> </ul> </div> </div> </div> <div class="footer__navigation--column"> <div class="footer__navigation--group "> <div class="footer__navigation--group-title"> <a class="footer__navigation--group-title-txt" href="/it-it/products" target="">Prodotti</a> <span class="footer__navigation--group-trigger"></span> </div> <div class="footer__navigation--group-list"> <ul> <li><a href="/it-it/products/flat-products" target="">Prodotti piatti</a></li> <li><a href="/it-it/products/product-ranges" target="">Product ranges</a></li> </ul> </div> </div> </div> <div class="footer__navigation--column"> <div class="footer__navigation--group "> <div class="footer__navigation--group-title"> <a class="footer__navigation--group-title-txt" href="/it-it/surcharges" target="">Surcharges</a> <span class="footer__navigation--group-trigger"></span> </div> <div class="footer__navigation--group-list"> <ul> <li><a href="/it-it/surcharges/stainless-steel-alloy-surcharges-americas" target="">Americas</a></li> <li><a href="/it-it/surcharges/stainless-steel-alloy-surcharges-europe" target="">Europe</a></li> <li><a href="/it-it/surcharges/conditions-of-sale" target="">Conditions</a></li> </ul> </div> </div> <div class="footer__navigation--group empty"> <div class="footer__navigation--group-title"> <a class="footer__navigation--group-title-txt" href="/it-it/expertise" target="">Expertise</a> <span class="footer__navigation--group-trigger"></span> </div> <div class="footer__navigation--group-list"> </div> </div> </div> <div class="footer__navigation--column"> <div class="footer__navigation--group empty"> <div class="footer__navigation--group-title"> <a class="footer__navigation--group-title-txt" href="/it-it/locations" target="">Contattaci</a> <span class="footer__navigation--group-trigger"></span> </div> <div class="footer__navigation--group-list"> </div> </div> <div class="footer__navigation--group empty"> <div class="footer__navigation--group-title"> <a class="footer__navigation--group-title-txt" href="https://expertise.outokumpu.com/SubscriptionCenter" target="_blank">Iscriviti alla newsletter</a> <span class="footer__navigation--group-trigger"></span> </div> <div class="footer__navigation--group-list"> </div> </div> <div class="footer__navigation--group empty"> <div class="footer__navigation--group-title"> <a class="footer__navigation--group-title-txt" href="https://connect.outokumpu.com/login" target="_blank">Negozio online</a> <span class="footer__navigation--group-trigger"></span> </div> <div class="footer__navigation--group-list"> </div> </div> <div class="footer__navigation--group empty"> <div class="footer__navigation--group-title"> <a class="footer__navigation--group-title-txt" href="https://expertise.outokumpu.com/Request-Entry-To-Preference-Center" target="_blank">Email preference center</a> <span class="footer__navigation--group-trigger"></span> </div> <div class="footer__navigation--group-list"> </div> </div> </div> </div> </div> <div class="footer__module__bottom__copyright"> <div class="row"> <div class="col-12 col-sm-6"> <p>© Outokumpu 2024</p> </div> <div class="col-xs-4 col-sm-2 footer__module__bottom__link first"> <a href="/it-it/privacy-notice">Privacy notice</a> </div> <div class="col-xs-4 col-sm-2 footer__module__bottom__link"> <a href="/it-it/cookie-declaration">Cookie declaration</a> </div> <div class="col-xs-4 col-sm-2 footer__module__bottom__link last"> <a href="/it-it/legal-notice">Legal notice</a> </div> </div> </div> </div> </div> </div> </footer> <div class="sidebar"> <div class="sidebar__overlay"></div> <div class="sidebar__wrapper"> <div class="sidebar__container"> <button class="sidebar__mobile-close" aria-label="Chiudi"></button> <div class="sidebar__content-wrap"> <div class="sidebar__content"> <form action="/formbuilder?sc_site=com&fxb.FormItemId=09c049c0-3d36-4fe0-bc2a-e18626fa6be2&fxb.HtmlPrefix=fxb.cf444c76-6084-42e3-96ba-252aea15d5a9&sc_lang=it-IT" class="sc-form no-progressive-profiling" data-ajax="true" data-ajax-loading="#loader" data-ajax-method="Post" data-ajax-mode="replace-with" data-ajax-success="document.dispatchEvent( new CustomEvent('sc-form-submit-success', {'detail': 'fxb_cf444c76-6084-42e3-96ba-252aea15d5a9_09c049c0-3d36-4fe0-bc2a-e18626fa6be2'}));" data-ajax-update="#fxb_cf444c76-6084-42e3-96ba-252aea15d5a9_09c049c0-3d36-4fe0-bc2a-e18626fa6be2" data-sc-fxb="09c049c0-3d36-4fe0-bc2a-e18626fa6be2" enctype="multipart/form-data" id="fxb_cf444c76-6084-42e3-96ba-252aea15d5a9_09c049c0-3d36-4fe0-bc2a-e18626fa6be2" method="post"><input id="fxb_cf444c76-6084-42e3-96ba-252aea15d5a9_FormSessionId" name="fxb.cf444c76-6084-42e3-96ba-252aea15d5a9.FormSessionId" type="hidden" value="f88a4249-77bc-4b7a-9c00-5d4e7c0ad363" /><input id="fxb_cf444c76-6084-42e3-96ba-252aea15d5a9_IsSessionExpired" name="fxb.cf444c76-6084-42e3-96ba-252aea15d5a9.IsSessionExpired" type="hidden" value="0" /><input name="__RequestVerificationToken" type="hidden" value="LLjqYJVI19Z9vgm_TYazwwNBIMcIk7kZmBEn_qzPICjE7z7CbMpEdCIO6t3bdTMtPHCRzYsv85BRIorfv_8RWtWjsJ0B7MqQ55csXydQgV81" /><input id="fxb_cf444c76-6084-42e3-96ba-252aea15d5a9_FormItemId" name="fxb.cf444c76-6084-42e3-96ba-252aea15d5a9.FormItemId" type="hidden" value="09c049c0-3d36-4fe0-bc2a-e18626fa6be2" /><input id="fxb_cf444c76-6084-42e3-96ba-252aea15d5a9_PageItemId" name="fxb.cf444c76-6084-42e3-96ba-252aea15d5a9.PageItemId" type="hidden" value="28bf99ad-98d9-4b56-81cf-936d250c07d9" /> <p data-sc-field-key="40D0BA8F581941A4BAF34C08839C7F63" class="h2 sidebar__title">Contattaci</p><p data-sc-field-key="C6D50618D46C4688BA17F17B60B4794A" class="">Siamo qui per aiutarti. Compila il modulo e ti ricontatteremo.</p><input id="fxb_cf444c76-6084-42e3-96ba-252aea15d5a9_Fields_Index_2df89984-c0fe-4bd0-af6b-a6efb5c8ff23" name="fxb.cf444c76-6084-42e3-96ba-252aea15d5a9.Fields.Index" type="hidden" value="2df89984-c0fe-4bd0-af6b-a6efb5c8ff23" /><input id="fxb_cf444c76-6084-42e3-96ba-252aea15d5a9_Fields_2df89984-c0fe-4bd0-af6b-a6efb5c8ff23__ItemId" name="fxb.cf444c76-6084-42e3-96ba-252aea15d5a9.Fields[2df89984-c0fe-4bd0-af6b-a6efb5c8ff23].ItemId" type="hidden" value="2df89984-c0fe-4bd0-af6b-a6efb5c8ff23" /> <fieldset class="required" data-pp-visible="False" data-pp-priority="False" data-pp-order="3"> <label for="fxb_cf444c76-6084-42e3-96ba-252aea15d5a9_Fields_2df89984-c0fe-4bd0-af6b-a6efb5c8ff23__Value" class="">Nome</label> <input id="fxb_cf444c76-6084-42e3-96ba-252aea15d5a9_Fields_2df89984-c0fe-4bd0-af6b-a6efb5c8ff23__Value" name="fxb.cf444c76-6084-42e3-96ba-252aea15d5a9.Fields[2df89984-c0fe-4bd0-af6b-a6efb5c8ff23].Value" data-eloqua-name="firstName" data-lookup-name="C_FirstName" class="" type="text" value="" maxlength="99" placeholder="" data-sc-tracking="True" data-sc-field-name="First Name" data-sc-field-key="AB271C3B82AE4FBFAF8725BEF7766AD4" data-val-required="This field is required" data-val-regex="No html or url allowed." data-val-regex-pattern="((?!((http(s)?:\/\/.)?(www\.)?[-a-zA-Z0-9@:%._\+~#=]{2,256}\.[a-z]{2,6}\b([-a-zA-Z0-9@:%_\+.~#?&//=]*)|(<.+?>))).)*" data-val-length="" data-val-length-max="99" data-val="true" /> <span class="field-validation-valid" data-valmsg-for="fxb.cf444c76-6084-42e3-96ba-252aea15d5a9.Fields[2df89984-c0fe-4bd0-af6b-a6efb5c8ff23].Value" data-valmsg-replace="true"></span> </fieldset> <input id="fxb_cf444c76-6084-42e3-96ba-252aea15d5a9_Fields_Index_ae95ad4d-9104-4e7c-9f95-83e6fa208dbd" name="fxb.cf444c76-6084-42e3-96ba-252aea15d5a9.Fields.Index" type="hidden" value="ae95ad4d-9104-4e7c-9f95-83e6fa208dbd" /><input id="fxb_cf444c76-6084-42e3-96ba-252aea15d5a9_Fields_ae95ad4d-9104-4e7c-9f95-83e6fa208dbd__ItemId" name="fxb.cf444c76-6084-42e3-96ba-252aea15d5a9.Fields[ae95ad4d-9104-4e7c-9f95-83e6fa208dbd].ItemId" type="hidden" value="ae95ad4d-9104-4e7c-9f95-83e6fa208dbd" /> <fieldset class="required" data-pp-visible="False" data-pp-priority="False" data-pp-order="4"> <label for="fxb_cf444c76-6084-42e3-96ba-252aea15d5a9_Fields_ae95ad4d-9104-4e7c-9f95-83e6fa208dbd__Value" class="">Cognome</label> <input id="fxb_cf444c76-6084-42e3-96ba-252aea15d5a9_Fields_ae95ad4d-9104-4e7c-9f95-83e6fa208dbd__Value" name="fxb.cf444c76-6084-42e3-96ba-252aea15d5a9.Fields[ae95ad4d-9104-4e7c-9f95-83e6fa208dbd].Value" data-eloqua-name="lastName" data-lookup-name="C_LastName" class="" type="text" value="" maxlength="99" placeholder="" data-sc-tracking="True" data-sc-field-name="Last Name" data-sc-field-key="4C9E1AAE539443498BD07B15A37F22C1" data-val-required="This field is required" data-val-length="" data-val-length-max="99" data-val-regex="No html or url allowed." data-val-regex-pattern="((?!((http(s)?:\/\/.)?(www\.)?[-a-zA-Z0-9@:%._\+~#=]{2,256}\.[a-z]{2,6}\b([-a-zA-Z0-9@:%_\+.~#?&//=]*)|(<.+?>))).)*" data-val="true" /> <span class="field-validation-valid" data-valmsg-for="fxb.cf444c76-6084-42e3-96ba-252aea15d5a9.Fields[ae95ad4d-9104-4e7c-9f95-83e6fa208dbd].Value" data-valmsg-replace="true"></span> </fieldset> <input id="fxb_cf444c76-6084-42e3-96ba-252aea15d5a9_Fields_Index_e3759eb5-17d9-4a64-8907-2b0844c51cdf" name="fxb.cf444c76-6084-42e3-96ba-252aea15d5a9.Fields.Index" type="hidden" value="e3759eb5-17d9-4a64-8907-2b0844c51cdf" /><input id="fxb_cf444c76-6084-42e3-96ba-252aea15d5a9_Fields_e3759eb5-17d9-4a64-8907-2b0844c51cdf__ItemId" name="fxb.cf444c76-6084-42e3-96ba-252aea15d5a9.Fields[e3759eb5-17d9-4a64-8907-2b0844c51cdf].ItemId" type="hidden" value="e3759eb5-17d9-4a64-8907-2b0844c51cdf" /> <fieldset class="required" data-pp-visible="True" data-pp-priority="True" data-pp-order="0"> <label for="fxb_cf444c76-6084-42e3-96ba-252aea15d5a9_Fields_e3759eb5-17d9-4a64-8907-2b0844c51cdf__Value" class="">E-mail aziendale</label> <input id="fxb_cf444c76-6084-42e3-96ba-252aea15d5a9_Fields_e3759eb5-17d9-4a64-8907-2b0844c51cdf__Value" name="fxb.cf444c76-6084-42e3-96ba-252aea15d5a9.Fields[e3759eb5-17d9-4a64-8907-2b0844c51cdf].Value" data-eloqua-name="emailAddress" data-lookup-name="C_EmailAddress" class="" type="email" value="" maxlength="99" data-freemium-domains="@gmail.|@googlemail.|@outlook.|@hotmail.|@aol.|@protonmail.|@gmx.|@icloud.|@me.|mac.|@yahoo.|@tutanota.|@zohocorp.|@yandex.|@mailinator.|@mail.|@mailbox.|@web." placeholder="" data-sc-tracking="True" data-sc-field-name="Email" data-sc-field-key="8F9E59E484D349439DB8783F7C051AB9" data-val-required="This field is required" data-val-regex="" data-val-regex-pattern="^[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,17}$" data-val-length="" data-val-length-max="99" data-val-emaildomain="This email domain is not allowed, please use business email instead." data-val-emaildomain-excludeddomains="@gmail.|@googlemail.|@outlook.|@hotmail.|@aol.|@protonmail.|@gmx.|@icloud.|@me.|mac.|@yahoo.|@tutanota.|@zohocorp.|@yandex.|@mailinator.|@mail.|@mailbox.|@web." data-val="true" /> <span class="field-validation-valid" data-valmsg-for="fxb.cf444c76-6084-42e3-96ba-252aea15d5a9.Fields[e3759eb5-17d9-4a64-8907-2b0844c51cdf].Value" data-valmsg-replace="true"></span> </fieldset> <input id="fxb_cf444c76-6084-42e3-96ba-252aea15d5a9_Fields_Index_183c7bf1-35fe-4c64-b714-982cc39d6ad2" name="fxb.cf444c76-6084-42e3-96ba-252aea15d5a9.Fields.Index" type="hidden" value="183c7bf1-35fe-4c64-b714-982cc39d6ad2" /><input id="fxb_cf444c76-6084-42e3-96ba-252aea15d5a9_Fields_183c7bf1-35fe-4c64-b714-982cc39d6ad2__ItemId" name="fxb.cf444c76-6084-42e3-96ba-252aea15d5a9.Fields[183c7bf1-35fe-4c64-b714-982cc39d6ad2].ItemId" type="hidden" value="183c7bf1-35fe-4c64-b714-982cc39d6ad2" /> <fieldset class="required" data-pp-visible="False" data-pp-priority="True" data-pp-order="0"> <label for="fxb_cf444c76-6084-42e3-96ba-252aea15d5a9_Fields_183c7bf1-35fe-4c64-b714-982cc39d6ad2__Value" class="">Azienda</label> <input id="fxb_cf444c76-6084-42e3-96ba-252aea15d5a9_Fields_183c7bf1-35fe-4c64-b714-982cc39d6ad2__Value" name="fxb.cf444c76-6084-42e3-96ba-252aea15d5a9.Fields[183c7bf1-35fe-4c64-b714-982cc39d6ad2].Value" data-eloqua-name="company" data-lookup-name="C_Company" class="" type="text" value="" maxlength="99" placeholder="" data-sc-tracking="True" data-sc-field-name="Company" data-sc-field-key="39D3F35EFBA14C8B852BE622992EDFA8" data-val-required="This field is required" data-val-regex="No html or url allowed." data-val-regex-pattern="((?!((http(s)?:\/\/.)?(www\.)?[-a-zA-Z0-9@:%._\+~#=]{2,256}\.[a-z]{2,6}\b([-a-zA-Z0-9@:%_\+.~#?&//=]*)|(<.+?>))).)*" data-val-length="" data-val-length-max="99" data-val="true" /> <span class="field-validation-valid" data-valmsg-for="fxb.cf444c76-6084-42e3-96ba-252aea15d5a9.Fields[183c7bf1-35fe-4c64-b714-982cc39d6ad2].Value" data-valmsg-replace="true"></span> </fieldset> <input id="fxb_cf444c76-6084-42e3-96ba-252aea15d5a9_Fields_Index_fc16c8b8-bc71-4b18-98c1-1867c50bde17" name="fxb.cf444c76-6084-42e3-96ba-252aea15d5a9.Fields.Index" type="hidden" value="fc16c8b8-bc71-4b18-98c1-1867c50bde17" /><input id="fxb_cf444c76-6084-42e3-96ba-252aea15d5a9_Fields_fc16c8b8-bc71-4b18-98c1-1867c50bde17__ItemId" name="fxb.cf444c76-6084-42e3-96ba-252aea15d5a9.Fields[fc16c8b8-bc71-4b18-98c1-1867c50bde17].ItemId" type="hidden" value="fc16c8b8-bc71-4b18-98c1-1867c50bde17" /> <fieldset class="" data-pp-visible="False" data-pp-priority="False" data-pp-order="0"> <label for="fxb_cf444c76-6084-42e3-96ba-252aea15d5a9_Fields_fc16c8b8-bc71-4b18-98c1-1867c50bde17__Value" class="">Numero di telefono</label> <input id="fxb_cf444c76-6084-42e3-96ba-252aea15d5a9_Fields_fc16c8b8-bc71-4b18-98c1-1867c50bde17__Value" name="fxb.cf444c76-6084-42e3-96ba-252aea15d5a9.Fields[fc16c8b8-bc71-4b18-98c1-1867c50bde17].Value" data-eloqua-name="phoneNumber" data-lookup-name="" class="" type="text" value="" maxlength="99" placeholder="" data-sc-tracking="True" data-sc-field-name="Phone Number" data-sc-field-key="F62F711CAB364A728C9756EA5C2BA8AC" data-val-regex="" data-val-regex-pattern="^[+]*[(]{0,1}[0-9]{1,4}[)]{0,1}[-\s\./0-9]*$" data-val-length="" data-val-length-max="99" data-val="true" /> <span class="field-validation-valid" data-valmsg-for="fxb.cf444c76-6084-42e3-96ba-252aea15d5a9.Fields[fc16c8b8-bc71-4b18-98c1-1867c50bde17].Value" data-valmsg-replace="true"></span> </fieldset> <input id="fxb_cf444c76-6084-42e3-96ba-252aea15d5a9_Fields_Index_22dcda09-4885-455e-9f4f-326013788d87" name="fxb.cf444c76-6084-42e3-96ba-252aea15d5a9.Fields.Index" type="hidden" value="22dcda09-4885-455e-9f4f-326013788d87" /><input id="fxb_cf444c76-6084-42e3-96ba-252aea15d5a9_Fields_22dcda09-4885-455e-9f4f-326013788d87__ItemId" name="fxb.cf444c76-6084-42e3-96ba-252aea15d5a9.Fields[22dcda09-4885-455e-9f4f-326013788d87].ItemId" type="hidden" value="22dcda09-4885-455e-9f4f-326013788d87" /> <fieldset class="required" data-pp-visible="False" data-pp-priority="True" data-pp-order="0"> <label for="fxb_cf444c76-6084-42e3-96ba-252aea15d5a9_Fields_22dcda09-4885-455e-9f4f-326013788d87__Value" class="">Paese</label> <div class="simple-select"> <select id="fxb_cf444c76-6084-42e3-96ba-252aea15d5a9_Fields_22dcda09-4885-455e-9f4f-326013788d87__Value" name="fxb.cf444c76-6084-42e3-96ba-252aea15d5a9.Fields[22dcda09-4885-455e-9f4f-326013788d87].Value" data-eloqua-name="country" data-lookup-name="C_Country" class="" data-sc-tracking="True" data-sc-field-name="Country" data-sc-field-key="27FAD7A643AC47E4A2062147B36D2A6C" data-val-required="This field is required" data-val="true"> <option value="">--- Please select ---</option> <option value="Afghanistan">Afghanistan</option> <option value="Albania">Albania</option> <option value="Algeria">Algeria</option> <option value="Andorra">Andorra</option> <option value="Argentina">Argentina</option> <option value="Australia">Australia</option> <option value="Austria">Austria</option> <option value="Azerbaijan">Azerbaijan</option> <option value="Bahrain">Bahrain</option> <option value="Bangladesh">Bangladesh</option> <option value="Barbados">Barbados</option> <option value="Belarus">Belarus</option> <option value="Belgium">Belgium</option> <option value="Bosnia and Herzegovina">Bosnia and Herzegovina</option> <option value="Brazil">Brazil</option> <option value="British Virgin Islands">British Virgin Islands</option> <option value="Bulgaria">Bulgaria</option> <option value="Canada">Canada</option> <option value="Chile">Chile</option> <option value="China">China</option> <option value="Colombia">Colombia</option> <option value="Congo">Congo</option> <option value="Costa Rica">Costa Rica</option> <option value="Croatia">Croatia</option> <option value="Cuba">Cuba</option> <option value="Cyprus">Cyprus</option> <option value="Czech Republic">Czech Republic</option> <option value="Democratic Republic of the Congo">Democratic Republic of the Congo</option> <option value="Denmark">Denmark</option> <option value="Ecuador">Ecuador</option> <option value="Egypt">Egypt</option> <option value="Estonia">Estonia</option> <option value="Finland">Finland</option> <option value="France">France</option> <option value="Georgia">Georgia</option> <option value="Germany">Germany</option> <option value="Gibraltar">Gibraltar</option> <option value="Greece">Greece</option> <option value="Guadeloupe">Guadeloupe</option> <option value="Hong Kong">Hong Kong</option> <option value="Hungary">Hungary</option> <option value="Iceland">Iceland</option> <option value="India">India</option> <option value="Indonesia">Indonesia</option> <option value="Iran">Iran</option> <option value="Ireland">Ireland</option> <option value="Israel">Israel</option> <option value="Italy">Italy</option> <option value="Japan">Japan</option> <option value="Jordan">Jordan</option> <option value="Kuwait">Kuwait</option> <option value="Latvia">Latvia</option> <option value="Lebanon">Lebanon</option> <option value="Liechtenstein">Liechtenstein</option> <option value="Lithuania">Lithuania</option> <option value="Luxembourg">Luxembourg</option> <option value="Macao">Macao</option> <option value="Malaysia">Malaysia</option> <option value="Malta">Malta</option> <option value="Mauritius">Mauritius</option> <option value="Mexico">Mexico</option> <option value="Moldova">Moldova</option> <option value="Morocco">Morocco</option> <option value="Namibia">Namibia</option> <option value="Netherlands">Netherlands</option> <option value="New Caledonia">New Caledonia</option> <option value="New Zealand">New Zealand</option> <option value="Norway">Norway</option> <option value="Oman">Oman</option> <option value="Pakistan">Pakistan</option> <option value="Panama">Panama</option> <option value="Peru">Peru</option> <option value="Philippines">Philippines</option> <option value="Poland">Poland</option> <option value="Portugal">Portugal</option> <option value="Qatar">Qatar</option> <option value="Republic of North Macedonia">Republic of North Macedonia</option> <option value="Reunion">Reunion</option> <option value="Romania">Romania</option> <option value="Russian Federation">Russian Federation</option> <option value="San Marino">San Marino</option> <option value="Saudi Arabia">Saudi Arabia</option> <option value="Serbia">Serbia</option> <option value="Sierra Leone">Sierra Leone</option> <option value="Singapore">Singapore</option> <option value="Slovakia">Slovakia</option> <option value="Slovenia">Slovenia</option> <option value="South Africa">South Africa</option> <option value="South Korea">South Korea</option> <option value="Spain">Spain</option> <option value="Sri Lanka">Sri Lanka</option> <option value="Sweden">Sweden</option> <option value="Switzerland">Switzerland</option> <option value="Taiwan">Taiwan</option> <option value="Thailand">Thailand</option> <option value="Tokelau Islands">Tokelau Islands</option> <option value="Tunisia">Tunisia</option> <option value="Turkey">Turkey</option> <option value="Ukraine">Ukraine</option> <option value="United Arab Emirates">United Arab Emirates</option> <option value="United Kingdom">United Kingdom</option> <option value="United States">United States</option> <option value="Uruguay">Uruguay</option> <option value="Venezuela">Venezuela</option> <option value="Vietnam">Vietnam</option> <option value="Zimbabwe">Zimbabwe</option> </select> </div> <span class="field-validation-valid" data-valmsg-for="fxb.cf444c76-6084-42e3-96ba-252aea15d5a9.Fields[22dcda09-4885-455e-9f4f-326013788d87].Value" data-valmsg-replace="true"></span> </fieldset> <input id="fxb_cf444c76-6084-42e3-96ba-252aea15d5a9_Fields_Index_cc867b99-d595-427c-b1bd-1137f68d2d76" name="fxb.cf444c76-6084-42e3-96ba-252aea15d5a9.Fields.Index" type="hidden" value="cc867b99-d595-427c-b1bd-1137f68d2d76" /><input id="fxb_cf444c76-6084-42e3-96ba-252aea15d5a9_Fields_cc867b99-d595-427c-b1bd-1137f68d2d76__ItemId" name="fxb.cf444c76-6084-42e3-96ba-252aea15d5a9.Fields[cc867b99-d595-427c-b1bd-1137f68d2d76].ItemId" type="hidden" value="cc867b99-d595-427c-b1bd-1137f68d2d76" /> <fieldset class="required" data-pp-visible="False" data-pp-priority="False" data-pp-order="0"> <label for="fxb_cf444c76-6084-42e3-96ba-252aea15d5a9_Fields_cc867b99-d595-427c-b1bd-1137f68d2d76__Value" class="">Motivo del contatto</label> <div class="simple-select"> <select id="fxb_cf444c76-6084-42e3-96ba-252aea15d5a9_Fields_cc867b99-d595-427c-b1bd-1137f68d2d76__Value" name="fxb.cf444c76-6084-42e3-96ba-252aea15d5a9.Fields[cc867b99-d595-427c-b1bd-1137f68d2d76].Value" data-eloqua-name="reasonForContact" data-lookup-name="" class="" data-sc-tracking="True" data-sc-field-name="Reason for contact" data-sc-field-key="B696540821624E868CA68EE244C3C4BC" data-val-required="This field is required" data-val="true"> <option value="">--- Please select ---</option> <option value="Sales inquiry">Sales inquiry</option> <option value="Media and sustainability inquiries">Media and sustainability inquiries</option> <option value="Technical support">Technical support</option> <option value="Career opportunities">Career opportunities</option> <option value="Invoicing inquiry">Invoicing inquiry</option> </select> </div> <span class="field-validation-valid" data-valmsg-for="fxb.cf444c76-6084-42e3-96ba-252aea15d5a9.Fields[cc867b99-d595-427c-b1bd-1137f68d2d76].Value" data-valmsg-replace="true"></span> </fieldset> <input id="fxb_cf444c76-6084-42e3-96ba-252aea15d5a9_Fields_Index_b38f1485-1e92-4435-97be-3550eb76f2cb" name="fxb.cf444c76-6084-42e3-96ba-252aea15d5a9.Fields.Index" type="hidden" value="b38f1485-1e92-4435-97be-3550eb76f2cb" /><input id="fxb_cf444c76-6084-42e3-96ba-252aea15d5a9_Fields_b38f1485-1e92-4435-97be-3550eb76f2cb__ItemId" name="fxb.cf444c76-6084-42e3-96ba-252aea15d5a9.Fields[b38f1485-1e92-4435-97be-3550eb76f2cb].ItemId" type="hidden" value="b38f1485-1e92-4435-97be-3550eb76f2cb" /> <fieldset class="required" data-pp-visible="False" data-pp-priority="False" data-pp-order="1"> <label for="fxb_cf444c76-6084-42e3-96ba-252aea15d5a9_Fields_b38f1485-1e92-4435-97be-3550eb76f2cb__Value" class="">Settore</label> <div class="simple-select"> <select id="fxb_cf444c76-6084-42e3-96ba-252aea15d5a9_Fields_b38f1485-1e92-4435-97be-3550eb76f2cb__Value" name="fxb.cf444c76-6084-42e3-96ba-252aea15d5a9.Fields[b38f1485-1e92-4435-97be-3550eb76f2cb].Value" data-eloqua-name="industrySegment" data-lookup-name="C_Industry1" class="" data-sc-tracking="True" data-sc-field-name="Industry" data-sc-field-key="B57C614A9F3240678F6A19355D8EEC61" data-val-required="This field is required" data-val="true"> <option value="">--- Please select ---</option> <option value="Architecture and building">Architecture and building</option> <option value="Authorities and associations">Authorities and associations</option> <option value="Automotive and transportation">Automotive and transportation</option> <option value="Chemical process industry">Chemical process industry</option> <option value="Commercial kitchen and catering">Commercial kitchen and catering</option> <option value="Distributors and traders">Distributors and traders</option> <option value="Energy Industry">Energy Industry</option> <option value="Food and beverage">Food and beverage</option> <option value="Heavy industry">Heavy industry</option> <option value="Infrastructure">Infrastructure</option> <option value="Machine building industry">Machine building industry</option> <option value="Mining and minerals">Mining and minerals</option> <option value="Oil and gas">Oil and gas</option> <option value="Pulp and paper">Pulp and paper</option> <option value="Tank manufacturing">Tank manufacturing</option> <option value="Tube manufacturing">Tube manufacturing</option> <option value="Universities and other research centers">Universities and other research centers</option> <option value="Water utility">Water utility</option> <option value="Other">Other</option> </select> </div> <span class="field-validation-valid" data-valmsg-for="fxb.cf444c76-6084-42e3-96ba-252aea15d5a9.Fields[b38f1485-1e92-4435-97be-3550eb76f2cb].Value" data-valmsg-replace="true"></span> </fieldset> <input id="fxb_cf444c76-6084-42e3-96ba-252aea15d5a9_Fields_Index_c364bb7e-9869-47ce-b5ba-a8afadb3d133" name="fxb.cf444c76-6084-42e3-96ba-252aea15d5a9.Fields.Index" type="hidden" value="c364bb7e-9869-47ce-b5ba-a8afadb3d133" /><input id="fxb_cf444c76-6084-42e3-96ba-252aea15d5a9_Fields_c364bb7e-9869-47ce-b5ba-a8afadb3d133__ItemId" name="fxb.cf444c76-6084-42e3-96ba-252aea15d5a9.Fields[c364bb7e-9869-47ce-b5ba-a8afadb3d133].ItemId" type="hidden" value="c364bb7e-9869-47ce-b5ba-a8afadb3d133" /> <fieldset class="" data-pp-visible="False" data-pp-priority="False" data-pp-order="0"> <label for="fxb_cf444c76-6084-42e3-96ba-252aea15d5a9_Fields_c364bb7e-9869-47ce-b5ba-a8afadb3d133__Value" class="">Area di interesse</label> <div class="simple-select"> <select id="fxb_cf444c76-6084-42e3-96ba-252aea15d5a9_Fields_c364bb7e-9869-47ce-b5ba-a8afadb3d133__Value" name="fxb.cf444c76-6084-42e3-96ba-252aea15d5a9.Fields[c364bb7e-9869-47ce-b5ba-a8afadb3d133].Value" data-eloqua-name="areaOfInterest" data-lookup-name="" class="" data-sc-tracking="True" data-sc-field-name="Area of interest" data-sc-field-key="0B172FE1DD934C85A5170AE45DD0849A" > <option value="">--- Please select ---</option> <option value="Stainless steel flat products">Stainless steel flat products</option> <option value="Ferrochrome products">Ferrochrome products</option> </select> </div> <span class="field-validation-valid" data-valmsg-for="fxb.cf444c76-6084-42e3-96ba-252aea15d5a9.Fields[c364bb7e-9869-47ce-b5ba-a8afadb3d133].Value" data-valmsg-replace="true"></span> </fieldset> <input id="fxb_cf444c76-6084-42e3-96ba-252aea15d5a9_Fields_Index_20f456d2-1edd-4e59-9fe1-6f555acb5329" name="fxb.cf444c76-6084-42e3-96ba-252aea15d5a9.Fields.Index" type="hidden" value="20f456d2-1edd-4e59-9fe1-6f555acb5329" /><input id="fxb_cf444c76-6084-42e3-96ba-252aea15d5a9_Fields_20f456d2-1edd-4e59-9fe1-6f555acb5329__ItemId" name="fxb.cf444c76-6084-42e3-96ba-252aea15d5a9.Fields[20f456d2-1edd-4e59-9fe1-6f555acb5329].ItemId" type="hidden" value="20f456d2-1edd-4e59-9fe1-6f555acb5329" /> <fieldset class="" data-pp-visible="False" data-pp-priority="False" data-pp-order="0"> <label for="fxb_cf444c76-6084-42e3-96ba-252aea15d5a9_Fields_20f456d2-1edd-4e59-9fe1-6f555acb5329__Value" class="">Dicci di più su come possiamo aiutarti</label> <textarea id="fxb_cf444c76-6084-42e3-96ba-252aea15d5a9_Fields_20f456d2-1edd-4e59-9fe1-6f555acb5329__Value" name="fxb.cf444c76-6084-42e3-96ba-252aea15d5a9.Fields[20f456d2-1edd-4e59-9fe1-6f555acb5329].Value" data-eloqua-name="description" data-lookup-name="" class="" rows="4" maxlength="3900" placeholder="" data-sc-tracking="True" data-sc-field-name="Description" data-sc-field-key="D2649E506CE24C54BA2CFB68697832D9" data-val-length="" data-val-length-max="3900" data-val-regex="No html or url allowed." data-val-regex-pattern="((?!((http(s)?:\/\/.)?(www\.)?[-a-zA-Z0-9@:%._\+~#=]{2,256}\.[a-z]{2,6}\b([-a-zA-Z0-9@:%_\+.~#?&//=]*)|(<.+?>))).)*" data-val="true"></textarea> <span class="field-validation-valid" data-valmsg-for="fxb.cf444c76-6084-42e3-96ba-252aea15d5a9.Fields[20f456d2-1edd-4e59-9fe1-6f555acb5329].Value" data-valmsg-replace="true"></span> </fieldset> <input id="fxb_cf444c76-6084-42e3-96ba-252aea15d5a9_Fields_Index_b1f88055-3010-49c5-8f81-94d9e76f7bc4" name="fxb.cf444c76-6084-42e3-96ba-252aea15d5a9.Fields.Index" type="hidden" value="b1f88055-3010-49c5-8f81-94d9e76f7bc4" /><input id="fxb_cf444c76-6084-42e3-96ba-252aea15d5a9_Fields_b1f88055-3010-49c5-8f81-94d9e76f7bc4__ItemId" name="fxb.cf444c76-6084-42e3-96ba-252aea15d5a9.Fields[b1f88055-3010-49c5-8f81-94d9e76f7bc4].ItemId" type="hidden" value="b1f88055-3010-49c5-8f81-94d9e76f7bc4" /> <fieldset class="single-checkbox " > <label for="fxb_cf444c76-6084-42e3-96ba-252aea15d5a9_Fields_b1f88055-3010-49c5-8f81-94d9e76f7bc4__Value" class=""> <input type="checkbox" id="fxb_cf444c76-6084-42e3-96ba-252aea15d5a9_Fields_b1f88055-3010-49c5-8f81-94d9e76f7bc4__Value" name="fxb.cf444c76-6084-42e3-96ba-252aea15d5a9.Fields[b1f88055-3010-49c5-8f81-94d9e76f7bc4].Value" data-eloqua-name="marketingPermission" data-lookup-name="C_Marketing_permission1" class="" value="true" data-sc-tracking="True" data-sc-field-name="Marketing Privacy Consent" data-sc-field-key="8DB7703652C343058F0D88426AD0982E" data-val-required="The Value field is required." data-val="true" /> <p class="rich-text-content">Outokumpu può tenermi aggiornato con informazioni tempestive e pertinenti. Outokumpu si impegna a mantenere la riservatezza e la sicurezza dei dati personali e a trattarli solo in conformità alle leggi vigenti in materia di privacy e protezione dei dati. Leggi la nostra <a target="_blank" class="consenta" href="https://www.outokumpu.com/en/privacy-notice-for-marketing">Informativa sulla privacy</a>.</p> <input type="hidden" name="fxb.cf444c76-6084-42e3-96ba-252aea15d5a9.Fields[b1f88055-3010-49c5-8f81-94d9e76f7bc4].Value" value="false" /> </label> <span class="field-validation-valid" data-valmsg-for="fxb.cf444c76-6084-42e3-96ba-252aea15d5a9.Fields[b1f88055-3010-49c5-8f81-94d9e76f7bc4].Value" data-valmsg-replace="true"></span> </fieldset> <fieldset> <input value="Cancella modulo" type="button" class="sc-form-reset-button" name="fxb.cf444c76-6084-42e3-96ba-252aea15d5a9.b33f2cbd-f9c7-437d-81c5-8a324f051845" data-sc-field-key="FEB6EBE2A1BF4592BE82CE66CD0884B8" /> </fieldset> <input id="fxb_cf444c76-6084-42e3-96ba-252aea15d5a9_Fields_Index_2ca42964-d09a-42e6-bfc9-17bfa5ff4cab" name="fxb.cf444c76-6084-42e3-96ba-252aea15d5a9.Fields.Index" type="hidden" value="2ca42964-d09a-42e6-bfc9-17bfa5ff4cab" /><input id="fxb_cf444c76-6084-42e3-96ba-252aea15d5a9_Fields_2ca42964-d09a-42e6-bfc9-17bfa5ff4cab__ItemId" name="fxb.cf444c76-6084-42e3-96ba-252aea15d5a9.Fields[2ca42964-d09a-42e6-bfc9-17bfa5ff4cab].ItemId" type="hidden" value="2ca42964-d09a-42e6-bfc9-17bfa5ff4cab" /> <div id="friendlyCaptcha" class="frc-captcha" data-lang="it" data-start="none"></div> <span class="field-validation-error recaptcha-error" id="captchaError-fxb_cf444c76-6084-42e3-96ba-252aea15d5a9_Fields_2ca42964-d09a-42e6-bfc9-17bfa5ff4cab__Value" style="display:none"></span> <input id="fxb_cf444c76-6084-42e3-96ba-252aea15d5a9_Fields_2ca42964-d09a-42e6-bfc9-17bfa5ff4cab__Value" class="frc-captcha-token" style="opacity:0; display: block; margin-top: -20px;" name="fxb.cf444c76-6084-42e3-96ba-252aea15d5a9.Fields[2ca42964-d09a-42e6-bfc9-17bfa5ff4cab].Value" data-sc-tracking="True" data-sc-field-name="Friendly Captcha" data-val-required="This field is required" data-val="true" /> <span class="field-validation-valid" data-valmsg-for="fxb.cf444c76-6084-42e3-96ba-252aea15d5a9.Fields[2ca42964-d09a-42e6-bfc9-17bfa5ff4cab].Value" data-valmsg-replace="true"></span> <input value="Invia" type="submit" class="sf-button " name="fxb.cf444c76-6084-42e3-96ba-252aea15d5a9.f6312acd-cd2e-4183-bc23-0a2d8354865c" data-sc-field-key="AF4C1CA2CB3D41D9A8EC6F700647CD7C" data-action-submit="contactformSubmit" data-action-change="contactformStart" /> <div class="sc-form__loading" id="loader" style="display: none;"><div></div><div></div><div></div><div></div></div> <input id="fxb_cf444c76-6084-42e3-96ba-252aea15d5a9_NavigationButtons" name="fxb.cf444c76-6084-42e3-96ba-252aea15d5a9.NavigationButtons" type="hidden" value="f6312acd-cd2e-4183-bc23-0a2d8354865c" /> <input id="fxb_cf444c76-6084-42e3-96ba-252aea15d5a9_f6312acd-cd2e-4183-bc23-0a2d8354865c" name="fxb.cf444c76-6084-42e3-96ba-252aea15d5a9.f6312acd-cd2e-4183-bc23-0a2d8354865c" type="hidden" value="1" /> <fieldset class="" data-pp-visible="False" data-pp-priority="False" data-pp-order="0"><p>Vuoi rimanere aggiornato sul mondo dell'acciaio inossidabile? <a target="_blank" href="https://expertise.outokumpu.com/SubscriptionCenter">Iscriviti alla nostra newsletter</a></p></fieldset> <input type="hidden" data-sc-fxb-condition value='{}'/> </form> </div> </div> </div> <button type="button" class="sidebar__toggle-bt" data-open="Contatti" data-close="Chiudi"> <span> Contatti </span> </button> </div> </div> <div id="form-settings-section" style="display:none"> </div> <!-- vendor scripts --> <script src="https://otke-cdn.outokumpu.com/scripts/Outokumpu.Foundation.Theme.min.js?_=1730122625556" data-cookieconsent="ignore" defer ></script> <script src="/sitecore%20modules/Web/ExperienceForms/scripts/jquery-3.4.1.min.js"></script> <script src="/sitecore%20modules/Web/ExperienceForms/scripts/jquery.validate.min.js"></script> <script src="/sitecore%20modules/Web/ExperienceForms/scripts/jquery.validate.unobtrusive.min.js"></script> <script src="/sitecore%20modules/Web/ExperienceForms/scripts/jquery.unobtrusive-ajax.min.js"></script> <script src="/sitecore%20modules/Web/ExperienceForms/scripts/form.validate.js"></script> <script src="/sitecore%20modules/Web/ExperienceForms/scripts/form.tracking.js"></script> <script src="/sitecore%20modules/Web/ExperienceForms/scripts/form.conditions.js"></script> <script src="/sitecore%20modules/Web/ExperienceForms/scripts/form.custom.validations.js"></script> <!-- pingdom --> <script src="//rum-static.pingdom.net/pa-5acb5f3b0b34680007000658.js" async></script> <!-- END: pingdom --> <!--Survey form UX measurement tool--> <!-- greet bar embed - place inside the html body tags - include on all pages --> <section style="background: #F2F9FD; display:none; position:fixed;" class="barEmbed" id="barEmbed"><p style="color: #003057; font-size: 18px; font-family: Tee Franklin Forever Round,Helvetica,Arial,sans-serif; font-weight:400; justify-content: center;align-items: center;">Quick survey: What do you think of our web experience?</p><button style="border-radius: 4px; color: #FFFFFF;font-size: 15px;background: #009EE8;" class="greet-popup-open" onClick="(function(){ openGreetPopup(); document.getElementById('surveyFrame').src=document.getElementById('surveyFrame').dataset.src; })()">Rate Us</button><span id="barEmbedClose" style="margin-left:0.6em;padding:0.4em 0.8em;cursor:pointer; font-size:1.4em">×</span></section> <!-- Measurement tool iframe embed - place inside the html body tags - include on all pages --> <section class="greet_popup" id="greet_popup" style="display:none"><iframe id="surveyFrame" title="UX Survey" src="" data-src="https://outokumpu.outgrow.us/641d41cbd0fdd96e580864bb" allow="camera *;"></iframe><a href="javascript:void(0);" class="close-popup" onClick="closeGreetPopup()"></a></section> <!--End Survey form UX measurement tool--> </body> </html>