    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600;700&display=swap">
    <style>
    .dl-wrap,
    .dl-wrap * {
        font-family: 'Figtree', system-ui, -apple-system, "Segoe UI", Roboto, sans-serif !important;
    }
    .dl-wrap { --dl-blue:#2273BA; --dl-blue-dark:#1b5e96; max-width:100%; }
    .dl-wrap, .dl-wrap *, .dl-wrap *::before, .dl-wrap *::after { box-sizing:border-box; }
    .dl-list {
        display:grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap:14px;
        margin:-6% 0 20px 0;
    }
	
    @media (max-width: 768px) {
        .dl-list { grid-template-columns: minmax(0, 1fr);}
		.dl-wrap{margin-top:-25%;}
    }

    .dl-item {
        display:flex; align-items:center; gap:16px;
        padding:10px 28px 10px 10px;
        background:#fff;
        border-radius:999px;
        box-shadow:0 2px 10px rgba(0,0,0,.08);
        text-decoration:none !important;
        transition:box-shadow .2s ease, transform .2s ease;
        width:100%;
        min-width:0;
        max-width:100%;
    }
    .dl-item:hover { box-shadow:0 6px 18px rgba(34,115,186,.22); transform:translateY(-1px); }
    .dl-item.is-hidden { display:none; }

    .dl-icon {
        flex:0 0 auto;
        width:48px; height:48px;
        background:var(--dl-blue);
        border-radius:50%;
        display:inline-flex; align-items:center; justify-content:center;
    }
    .dl-icon svg { width:26px; height:26px; fill:#fff; }

    .dl-title {
        flex:1 1 0;
        min-width:0;
        color:var(--dl-blue);
        font-size:1.05rem;
        font-weight:500;
        line-height:1.2;
        white-space:normal;
        overflow-wrap:anywhere;
        word-break:break-word;
    }

    /* Filter */
    .dl-filter {
        display:flex; flex-direction:column; gap:10px;
        padding:16px 18px;
        margin-bottom:12px;
        background:#f5f7fa;
        border-radius:12px;
		margin-top:-10%;
    }
    .dl-filter-group { display:flex; flex-wrap:wrap; align-items:center; gap:8px; }
    .dl-filter-label { font-weight:600; min-width:90px; color:#333; }

    .dl-btn {
        padding:6px 14px;
        background:#fff;
        border:1px solid #d5d9df;
        border-radius:999px;
        font-size:.9rem;
        color:#333;
        cursor:pointer;
        transition:all .15s ease;
    }
    .dl-btn:hover { border-color:var(--dl-blue); color:var(--dl-blue); }
    .dl-btn.active {
        background:var(--dl-blue); border-color:var(--dl-blue); color:#fff;
    }

    .dl-empty, .dl-no-results { color:#666; font-style:italic; }
    </style>

    <script>
    (function () {
        document.addEventListener('click', function (e) {
            var btn = e.target.closest('.dl-btn');
            if (!btn) return;

            var wrap = btn.closest('.dl-wrap');
            if (!wrap) return;

            var type  = btn.dataset.type;
            var value = btn.dataset.value;

            // aktiven Button im gleichen Typ umsetzen
            wrap.querySelectorAll('.dl-btn[data-type="' + type + '"]').forEach(function (b) {
                b.classList.remove('active');
            });
            btn.classList.add('active');

            // aktuelle Filter lesen
            var active = {};
            wrap.querySelectorAll('.dl-btn.active').forEach(function (b) {
                active[b.dataset.type] = b.dataset.value;
            });

            // Items filtern
            var visible = 0;
            wrap.querySelectorAll('.dl-item').forEach(function (item) {
                var ok = true;
                Object.keys(active).forEach(function (k) {
                    if (active[k] === 'all') return;
                    var terms = (item.dataset[k] || '').split(' ');
                    if (terms.indexOf(active[k]) === -1) ok = false;
                });
                item.classList.toggle('is-hidden', !ok);
                if (ok) visible++;
            });

            var empty = wrap.querySelector('.dl-no-results');
            if (empty) empty.hidden = (visible !== 0);
        });
    })();
    </script>
    {"id":282500,"date":"2026-04-23T11:09:04","date_gmt":"2026-04-23T09:09:04","guid":{"rendered":"http:\/\/wordpress-hts.p223807.webspaceconfig.de\/downloads\/"},"modified":"2026-05-23T10:45:03","modified_gmt":"2026-05-23T08:45:03","slug":"downloads","status":"publish","type":"page","link":"https:\/\/www.heat-treatment-services.com\/de\/downloads\/","title":{"rendered":"Downloads"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8220;1&#8243; custom_padding_last_edited=&#8220;on|phone&#8220; admin_label=&#8220;Hero&#8220; module_class=&#8220;inner-page-hero&#8220; _builder_version=&#8220;4.27.4&#8243; _module_preset=&#8220;abd33304-890f-432b-904b-00e42b1cb34f&#8220; background_image=&#8220;https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/01\/HeatTreat-Services-ald-scaled.png&#8220; background_position=&#8220;bottom_center&#8220; height=&#8220;400px&#8220; height_tablet=&#8220;400px&#8220; height_phone=&#8220;400px&#8220; height_last_edited=&#8220;on|phone&#8220; custom_margin=&#8220;99px||||false|false&#8220; custom_margin_tablet=&#8220;30px||||false|false&#8220; custom_margin_phone=&#8220;&#8220; custom_margin_last_edited=&#8220;on|tablet&#8220; custom_padding=&#8220;50px|100px|0px|100px|false|false&#8220; custom_padding_tablet=&#8220;|50px||50px|false|true&#8220; custom_padding_phone=&#8220;|0px||0px|false|true&#8220; custom_css_main_element=&#8220;display: flex; align-items: flex-end;&#8220; saved_tabs=&#8220;all&#8220; locked=&#8220;off&#8220; collapsed=&#8220;off&#8220; global_colors_info=&#8220;%91%93&#8243; custom_css_main_element_last_edited=&#8220;on|tablet&#8220; custom_css_main_element_tablet=&#8220;display: flex; align-items: flex-end;||background-position-y: 32px;&#8220; max_width__hover_enabled=&#8220;off|desktop&#8220; custom_css_main_element_phone=&#8220;display: flex; align-items: flex-end;||background-position-y: 32px;&#8220;][et_pb_row use_custom_gutter=&#8220;on&#8220; gutter_width=&#8220;2&#8243; custom_padding_last_edited=&#8220;on|desktop&#8220; module_class=&#8220;row-inner-page-hero&#8220; _builder_version=&#8220;4.21.0&#8243; _module_preset=&#8220;51ba5873-a3b0-4fde-b113-33d112683429&#8243; background_color=&#8220;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; background_enable_image=&#8220;off&#8220; background_size=&#8220;contain&#8220; background_repeat=&#8220;repeat&#8220; position_origin_a=&#8220;bottom_center&#8220; width=&#8220;100%&#8220; max_width=&#8220;1240px&#8220; custom_margin=&#8220;0px|auto|0px|auto|true|true&#8220; custom_padding=&#8220;55px|50px|55px|50px|true|true&#8220; custom_padding_tablet=&#8220;&#8220; custom_padding_phone=&#8220;40px|25px|40px|25px|true|true&#8220; global_colors_info=&#8220;{%22gcid-f4ecd076-6086-49a1-8162-4dc206a40490%22:%91%22background_color%22,%22background_color%22%93}&#8220;][et_pb_column type=&#8220;4_4&#8243; _builder_version=&#8220;4.19.1&#8243; _module_preset=&#8220;92135e84-b8b0-4f18-9aa3-ef6d1f0fffab&#8220; background_color=&#8220;RGBA(255,255,255,0)&#8220; global_colors_info=&#8220;%91%93&#8243;][et_pb_text quote_border_weight=&#8220;0px&#8220; quote_border_color=&#8220;RGBA(255,255,255,0)&#8220; _builder_version=&#8220;4.27.4&#8243; _module_preset=&#8220;5e152788-7fbe-4b81-b573-48eac18d157f&#8220; text_font=&#8220;Figtree||||||||&#8220; text_text_color=&#8220;gcid-70a30a64-e1ef-4ae1-87a5-fb8cea75c9fe&#8220; text_line_height=&#8220;1.5em&#8220; link_font=&#8220;Figtree|500|||||||&#8220; link_text_color=&#8220;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; link_line_height=&#8220;1.5em&#8220; ul_font=&#8220;Figtree||||||||&#8220; ul_text_color=&#8220;gcid-70a30a64-e1ef-4ae1-87a5-fb8cea75c9fe&#8220; ul_font_size=&#8220;17px&#8220; ul_line_height=&#8220;1.5em&#8220; ol_font=&#8220;Figtree||||||||&#8220; ol_text_color=&#8220;gcid-70a30a64-e1ef-4ae1-87a5-fb8cea75c9fe&#8220; ol_font_size=&#8220;17px&#8220; ol_line_height=&#8220;1.5em&#8220; quote_font=&#8220;Figtree||||||||&#8220; quote_text_color=&#8220;gcid-70a30a64-e1ef-4ae1-87a5-fb8cea75c9fe&#8220; quote_font_size=&#8220;26px&#8220; quote_line_height=&#8220;1.3em&#8220; header_font=&#8220;Figtree|300|||||||&#8220; header_text_color=&#8220;gcid-6e83d26d-1fad-4f2e-aed8-849520660384&#8243; header_font_size=&#8220;50px&#8220; header_letter_spacing=&#8220;-1px&#8220; header_line_height=&#8220;1.1em&#8220; header_2_font=&#8220;Figtree|500|||||||&#8220; header_2_text_color=&#8220;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; header_2_font_size=&#8220;38px&#8220; header_2_letter_spacing=&#8220;-0.5px&#8220; header_2_line_height=&#8220;1.18em&#8220; header_3_font=&#8220;Figtree|600|||||||&#8220; header_3_text_color=&#8220;gcid-70a30a64-e1ef-4ae1-87a5-fb8cea75c9fe&#8220; header_3_font_size=&#8220;23px&#8220; header_3_line_height=&#8220;1.28em&#8220; header_4_font=&#8220;Figtree|500|||||||&#8220; header_4_text_color=&#8220;gcid-70a30a64-e1ef-4ae1-87a5-fb8cea75c9fe&#8220; header_4_font_size=&#8220;20px&#8220; header_4_line_height=&#8220;1.3em&#8220; text_font_size_tablet=&#8220;&#8220; text_font_size_phone=&#8220;16px&#8220; text_font_size_last_edited=&#8220;on|phone&#8220; quote_font_size_tablet=&#8220;&#8220; quote_font_size_phone=&#8220;20px&#8220; quote_font_size_last_edited=&#8220;on|phone&#8220; header_font_size_tablet=&#8220;&#8220; header_font_size_phone=&#8220;38px&#8220; header_font_size_last_edited=&#8220;on|phone&#8220; header_2_font_size_tablet=&#8220;&#8220; header_2_font_size_phone=&#8220;30px&#8220; header_2_font_size_last_edited=&#8220;on|phone&#8220; global_colors_info=&#8220;{%22gcid-6e83d26d-1fad-4f2e-aed8-849520660384%22:%91%22header_text_color%22%93,%22gcid-f4ecd076-6086-49a1-8162-4dc206a40490%22:%91%22header_2_text_color%22,%22link_text_color%22%93,%22gcid-70a30a64-e1ef-4ae1-87a5-fb8cea75c9fe%22:%91%22header_3_text_color%22,%22header_4_text_color%22,%22text_text_color%22,%22ul_text_color%22,%22ol_text_color%22,%22quote_text_color%22%93,%22gcid-2bf1ee51-a6f0-4e53-aa7c-905aed6c3c62%22:%91%22link_text_color__hover%22%93}&#8220; link_text_color__hover_enabled=&#8220;on|desktop&#8220; link_text_color__hover=&#8220;#214396&#8243;]<\/p>\n<h1>Downloads<\/h1>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8220;1&#8243; _builder_version=&#8220;4.27.4&#8243; _module_preset=&#8220;default&#8220; custom_margin=&#8220;0px||||false|false&#8220; custom_padding=&#8220;0px||||false|false&#8220; global_colors_info=&#8220;{}&#8220;][et_pb_row _builder_version=&#8220;4.27.4&#8243; _module_preset=&#8220;default&#8220; hover_enabled=&#8220;0&#8243; global_colors_info=&#8220;{}&#8220; width=&#8220;100%&#8220; max_width=&#8220;1240px&#8220; custom_padding_last_edited=&#8220;on|phone&#8220; sticky_enabled=&#8220;0&#8243; custom_padding_phone=&#8220;|25px||25px|false|true&#8220;][et_pb_column type=&#8220;4_4&#8243; _builder_version=&#8220;4.27.4&#8243; _module_preset=&#8220;default&#8220; global_colors_info=&#8220;{}&#8220;][et_pb_text _builder_version=&#8220;4.27.4&#8243; _module_preset=&#8220;default&#8220; global_colors_info=&#8220;{}&#8220;]<\/p>\n<div role=\"group\" aria-label=\"Code\" class=\"relative group\/copy bg-bg-000\/50 border-0.5 border-border-400 rounded-lg focus:outline-none focus-visible:ring-2 focus-visible:ring-accent-100\" tabindex=\"0\">\n<div class=\"overflow-x-auto\">\n<pre class=\"code-block__code !my-0 !rounded-lg !text-sm !leading-relaxed p-3.5\"><code><span>    <div class=\"dl-wrap\">\n\n            <div class=\"dl-filter\">\n                            <div class=\"dl-filter-group\">\n                    <span class=\"dl-filter-label\">Location:<\/span>\n                    <button type=\"button\" class=\"dl-btn active\" data-type=\"standort\" data-value=\"all\">All<\/button>\n                                            <button type=\"button\" class=\"dl-btn\" data-type=\"standort\" data-value=\"china\">China<\/button>\n                                            <button type=\"button\" class=\"dl-btn\" data-type=\"standort\" data-value=\"germany\">Germany<\/button>\n                                            <button type=\"button\" class=\"dl-btn\" data-type=\"standort\" data-value=\"mexico\">Mexico<\/button>\n                                            <button type=\"button\" class=\"dl-btn\" data-type=\"standort\" data-value=\"usa\">USA<\/button>\n                                    <\/div>\n            \n                            <div class=\"dl-filter-group\">\n                    <span class=\"dl-filter-label\">Category:<\/span>\n                    <button type=\"button\" class=\"dl-btn active\" data-type=\"kategorie\" data-value=\"all\">All<\/button>\n                                            <button type=\"button\" class=\"dl-btn\" data-type=\"kategorie\" data-value=\"brochure\">Brochure<\/button>\n                                            <button type=\"button\" class=\"dl-btn\" data-type=\"kategorie\" data-value=\"certificates\">Certificates<\/button>\n                                            <button type=\"button\" class=\"dl-btn\" data-type=\"kategorie\" data-value=\"general-terms-and-conditions\">General Terms and Conditions<\/button>\n                                    <\/div>\n                    <\/div>\n    \n    <div class=\"dl-list\">\n                <a class=\"dl-item\"\n               href=\"https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/04\/Certificate-Nadcap-Aerospace-Heat-Treating-audit-242031.pdf\"\n               target=\"_blank\" rel=\"noopener\"\n               data-standort=\"usa\"\n               data-kategorie=\"certificates\">\n                <span class=\"dl-icon\" aria-hidden=\"true\">\n                    <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm-1 7V3.5L18.5 9H13z\"\/>\n                        <text x=\"7.5\" y=\"18\" font-size=\"6\" font-weight=\"700\" fill=\"#2273BA\" font-family=\"Figtree, Arial, sans-serif\">PDF<\/text>\n                    <\/svg>\n                <\/span>\n                <span class=\"dl-title\">Certificate Nadcap<\/span>\n            <\/a>\n                        <a class=\"dl-item\"\n               href=\"https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/04\/090745-VACUHEAT-GmbH-50001-WA-22-en.pdf\"\n               target=\"_blank\" rel=\"noopener\"\n               data-standort=\"germany\"\n               data-kategorie=\"certificates\">\n                <span class=\"dl-icon\" aria-hidden=\"true\">\n                    <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm-1 7V3.5L18.5 9H13z\"\/>\n                        <text x=\"7.5\" y=\"18\" font-size=\"6\" font-weight=\"700\" fill=\"#2273BA\" font-family=\"Figtree, Arial, sans-serif\">PDF<\/text>\n                    <\/svg>\n                <\/span>\n                <span class=\"dl-title\">Energy Management System as per DIN EN ISO 50001 : 2018<\/span>\n            <\/a>\n                        <a class=\"dl-item\"\n               href=\"https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/04\/GM-Supplier-Quality-Excellence-Award-2023.pdf\"\n               target=\"_blank\" rel=\"noopener\"\n               data-standort=\"usa\"\n               data-kategorie=\"certificates\">\n                <span class=\"dl-icon\" aria-hidden=\"true\">\n                    <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm-1 7V3.5L18.5 9H13z\"\/>\n                        <text x=\"7.5\" y=\"18\" font-size=\"6\" font-weight=\"700\" fill=\"#2273BA\" font-family=\"Figtree, Arial, sans-serif\">PDF<\/text>\n                    <\/svg>\n                <\/span>\n                <span class=\"dl-title\">GM Supplier Quality Excellence Award\u00a0<\/span>\n            <\/a>\n                        <a class=\"dl-item\"\n               href=\"https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/04\/Brochure_HTS-EN.pdf\"\n               target=\"_blank\" rel=\"noopener\"\n               data-standort=\"china germany mexico usa\"\n               data-kategorie=\"brochure\">\n                <span class=\"dl-icon\" aria-hidden=\"true\">\n                    <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm-1 7V3.5L18.5 9H13z\"\/>\n                        <text x=\"7.5\" y=\"18\" font-size=\"6\" font-weight=\"700\" fill=\"#2273BA\" font-family=\"Figtree, Arial, sans-serif\">PDF<\/text>\n                    <\/svg>\n                <\/span>\n                <span class=\"dl-title\">HTS Brochure<\/span>\n            <\/a>\n                        <a class=\"dl-item\"\n               href=\"https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/04\/PH-SALES-ALD-Limited-Liability-REV1.pdf\"\n               target=\"_blank\" rel=\"noopener\"\n               data-standort=\"usa\"\n               data-kategorie=\"general-terms-and-conditions\">\n                <span class=\"dl-icon\" aria-hidden=\"true\">\n                    <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm-1 7V3.5L18.5 9H13z\"\/>\n                        <text x=\"7.5\" y=\"18\" font-size=\"6\" font-weight=\"700\" fill=\"#2273BA\" font-family=\"Figtree, Arial, sans-serif\">PDF<\/text>\n                    <\/svg>\n                <\/span>\n                <span class=\"dl-title\">Limited Liability Form<\/span>\n            <\/a>\n                        <a class=\"dl-item\"\n               href=\"https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/04\/ISO9001Certificate-CNEN_compressed-1.pdf\"\n               target=\"_blank\" rel=\"noopener\"\n               data-standort=\"china\"\n               data-kategorie=\"certificates\">\n                <span class=\"dl-icon\" aria-hidden=\"true\">\n                    <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm-1 7V3.5L18.5 9H13z\"\/>\n                        <text x=\"7.5\" y=\"18\" font-size=\"6\" font-weight=\"700\" fill=\"#2273BA\" font-family=\"Figtree, Arial, sans-serif\">PDF<\/text>\n                    <\/svg>\n                <\/span>\n                <span class=\"dl-title\">Management system as per DIN EN ISO 14001 : 2015<\/span>\n            <\/a>\n                        <a class=\"dl-item\"\n               href=\"https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/04\/090745-VACUHEAT-GmbH-14001-WA-22-en.pdf\"\n               target=\"_blank\" rel=\"noopener\"\n               data-standort=\"germany\"\n               data-kategorie=\"certificates\">\n                <span class=\"dl-icon\" aria-hidden=\"true\">\n                    <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm-1 7V3.5L18.5 9H13z\"\/>\n                        <text x=\"7.5\" y=\"18\" font-size=\"6\" font-weight=\"700\" fill=\"#2273BA\" font-family=\"Figtree, Arial, sans-serif\">PDF<\/text>\n                    <\/svg>\n                <\/span>\n                <span class=\"dl-title\">Management system as per DIN EN ISO 14001 : 2015<\/span>\n            <\/a>\n                        <a class=\"dl-item\"\n               href=\"https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/04\/44-100-090745_Englisch-m.-Anlage.pdf\"\n               target=\"_blank\" rel=\"noopener\"\n               data-standort=\"germany\"\n               data-kategorie=\"certificates\">\n                <span class=\"dl-icon\" aria-hidden=\"true\">\n                    <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm-1 7V3.5L18.5 9H13z\"\/>\n                        <text x=\"7.5\" y=\"18\" font-size=\"6\" font-weight=\"700\" fill=\"#2273BA\" font-family=\"Figtree, Arial, sans-serif\">PDF<\/text>\n                    <\/svg>\n                <\/span>\n                <span class=\"dl-title\">Management System as per DIN EN ISO 9001 : 2015<\/span>\n            <\/a>\n                        <a class=\"dl-item\"\n               href=\"https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/04\/ISO9001Certificate-CNEN_compressed.pdf\"\n               target=\"_blank\" rel=\"noopener\"\n               data-standort=\"china\"\n               data-kategorie=\"certificates\">\n                <span class=\"dl-icon\" aria-hidden=\"true\">\n                    <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm-1 7V3.5L18.5 9H13z\"\/>\n                        <text x=\"7.5\" y=\"18\" font-size=\"6\" font-weight=\"700\" fill=\"#2273BA\" font-family=\"Figtree, Arial, sans-serif\">PDF<\/text>\n                    <\/svg>\n                <\/span>\n                <span class=\"dl-title\">Management System as per DIN EN ISO 9001 : 2015<\/span>\n            <\/a>\n                        <a class=\"dl-item\"\n               href=\"https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/04\/44-126-090745_Englisch.pdf\"\n               target=\"_blank\" rel=\"noopener\"\n               data-standort=\"germany\"\n               data-kategorie=\"certificates\">\n                <span class=\"dl-icon\" aria-hidden=\"true\">\n                    <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm-1 7V3.5L18.5 9H13z\"\/>\n                        <text x=\"7.5\" y=\"18\" font-size=\"6\" font-weight=\"700\" fill=\"#2273BA\" font-family=\"Figtree, Arial, sans-serif\">PDF<\/text>\n                    <\/svg>\n                <\/span>\n                <span class=\"dl-title\">Management system as per DIN ISO 45001 : 2018<\/span>\n            <\/a>\n                        <a class=\"dl-item\"\n               href=\"https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/04\/IATF16949-Certificate-CNEN_compressed.pdf\"\n               target=\"_blank\" rel=\"noopener\"\n               data-standort=\"china\"\n               data-kategorie=\"certificates\">\n                <span class=\"dl-icon\" aria-hidden=\"true\">\n                    <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm-1 7V3.5L18.5 9H13z\"\/>\n                        <text x=\"7.5\" y=\"18\" font-size=\"6\" font-weight=\"700\" fill=\"#2273BA\" font-family=\"Figtree, Arial, sans-serif\">PDF<\/text>\n                    <\/svg>\n                <\/span>\n                <span class=\"dl-title\">Management system as per IAFT 16949 : 2016<\/span>\n            <\/a>\n                        <a class=\"dl-item\"\n               href=\"https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/04\/090745-VACUHEAT-GmbH_IATF_16949-en.pdf\"\n               target=\"_blank\" rel=\"noopener\"\n               data-standort=\"germany\"\n               data-kategorie=\"certificates\">\n                <span class=\"dl-icon\" aria-hidden=\"true\">\n                    <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm-1 7V3.5L18.5 9H13z\"\/>\n                        <text x=\"7.5\" y=\"18\" font-size=\"6\" font-weight=\"700\" fill=\"#2273BA\" font-family=\"Figtree, Arial, sans-serif\">PDF<\/text>\n                    <\/svg>\n                <\/span>\n                <span class=\"dl-title\">Management system as per IATF 16949 : 2016<\/span>\n            <\/a>\n                        <a class=\"dl-item\"\n               href=\"https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/04\/IATF_2024_USA.pdf\"\n               target=\"_blank\" rel=\"noopener\"\n               data-standort=\"usa\"\n               data-kategorie=\"certificates\">\n                <span class=\"dl-icon\" aria-hidden=\"true\">\n                    <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm-1 7V3.5L18.5 9H13z\"\/>\n                        <text x=\"7.5\" y=\"18\" font-size=\"6\" font-weight=\"700\" fill=\"#2273BA\" font-family=\"Figtree, Arial, sans-serif\">PDF<\/text>\n                    <\/svg>\n                <\/span>\n                <span class=\"dl-title\">Management System as per IATF 16949:2016<\/span>\n            <\/a>\n                        <a class=\"dl-item\"\n               href=\"https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/04\/0207479-00-ALD-Thermal-Treatment_RR-TW.pdf\"\n               target=\"_blank\" rel=\"noopener\"\n               data-standort=\"usa\"\n               data-kategorie=\"certificates\">\n                <span class=\"dl-icon\" aria-hidden=\"true\">\n                    <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm-1 7V3.5L18.5 9H13z\"\/>\n                        <text x=\"7.5\" y=\"18\" font-size=\"6\" font-weight=\"700\" fill=\"#2273BA\" font-family=\"Figtree, Arial, sans-serif\">PDF<\/text>\n                    <\/svg>\n                <\/span>\n                <span class=\"dl-title\">Management Systems as per AS9100:D and ISO 9001:2015<\/span>\n            <\/a>\n                        <a class=\"dl-item\"\n               href=\"https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/04\/Certificate_IATF_2024_MEX.pdf\"\n               target=\"_blank\" rel=\"noopener\"\n               data-standort=\"mexico\"\n               data-kategorie=\"certificates\">\n                <span class=\"dl-icon\" aria-hidden=\"true\">\n                    <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm-1 7V3.5L18.5 9H13z\"\/>\n                        <text x=\"7.5\" y=\"18\" font-size=\"6\" font-weight=\"700\" fill=\"#2273BA\" font-family=\"Figtree, Arial, sans-serif\">PDF<\/text>\n                    <\/svg>\n                <\/span>\n                <span class=\"dl-title\">Management Systems as per\u00a0IATF 16949:2016<\/span>\n            <\/a>\n                        <a class=\"dl-item\"\n               href=\"https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/04\/ALD-TT-Inc.-USA-PO-Terms-Conditions.pdf\"\n               target=\"_blank\" rel=\"noopener\"\n               data-standort=\"usa\"\n               data-kategorie=\"general-terms-and-conditions\">\n                <span class=\"dl-icon\" aria-hidden=\"true\">\n                    <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm-1 7V3.5L18.5 9H13z\"\/>\n                        <text x=\"7.5\" y=\"18\" font-size=\"6\" font-weight=\"700\" fill=\"#2273BA\" font-family=\"Figtree, Arial, sans-serif\">PDF<\/text>\n                    <\/svg>\n                <\/span>\n                <span class=\"dl-title\">Purchase Order Terms &amp; Conditions<\/span>\n            <\/a>\n                        <a class=\"dl-item\"\n               href=\"https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/04\/PH-SALES-STANDARD-TERMS-CONDITIONSREV2.pdf\"\n               target=\"_blank\" rel=\"noopener\"\n               data-standort=\"usa\"\n               data-kategorie=\"general-terms-and-conditions\">\n                <span class=\"dl-icon\" aria-hidden=\"true\">\n                    <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm-1 7V3.5L18.5 9H13z\"\/>\n                        <text x=\"7.5\" y=\"18\" font-size=\"6\" font-weight=\"700\" fill=\"#2273BA\" font-family=\"Figtree, Arial, sans-serif\">PDF<\/text>\n                    <\/svg>\n                <\/span>\n                <span class=\"dl-title\">Sales Terms &amp; Conditions<\/span>\n            <\/a>\n                        <a class=\"dl-item\"\n               href=\"https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/04\/Scope-Of-Accreditation-Nadcap-Aerospace-Heat-Treating-audit-242031.pdf\"\n               target=\"_blank\" rel=\"noopener\"\n               data-standort=\"usa\"\n               data-kategorie=\"certificates\">\n                <span class=\"dl-icon\" aria-hidden=\"true\">\n                    <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm-1 7V3.5L18.5 9H13z\"\/>\n                        <text x=\"7.5\" y=\"18\" font-size=\"6\" font-weight=\"700\" fill=\"#2273BA\" font-family=\"Figtree, Arial, sans-serif\">PDF<\/text>\n                    <\/svg>\n                <\/span>\n                <span class=\"dl-title\">Scope of Accreditation<\/span>\n            <\/a>\n                        <a class=\"dl-item\"\n               href=\"https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/04\/Std-TC_ALD-Thermal-Treatment-MX-final-5.31.23.pdf\"\n               target=\"_blank\" rel=\"noopener\"\n               data-standort=\"mexico\"\n               data-kategorie=\"general-terms-and-conditions\">\n                <span class=\"dl-icon\" aria-hidden=\"true\">\n                    <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm-1 7V3.5L18.5 9H13z\"\/>\n                        <text x=\"7.5\" y=\"18\" font-size=\"6\" font-weight=\"700\" fill=\"#2273BA\" font-family=\"Figtree, Arial, sans-serif\">PDF<\/text>\n                    <\/svg>\n                <\/span>\n                <span class=\"dl-title\">Standard Terms and Conditions<\/span>\n            <\/a>\n                        <a class=\"dl-item\"\n               href=\"https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/04\/Statement-of-Limited-Liability.pdf\"\n               target=\"_blank\" rel=\"noopener\"\n               data-standort=\"mexico\"\n               data-kategorie=\"general-terms-and-conditions\">\n                <span class=\"dl-icon\" aria-hidden=\"true\">\n                    <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm-1 7V3.5L18.5 9H13z\"\/>\n                        <text x=\"7.5\" y=\"18\" font-size=\"6\" font-weight=\"700\" fill=\"#2273BA\" font-family=\"Figtree, Arial, sans-serif\">PDF<\/text>\n                    <\/svg>\n                <\/span>\n                <span class=\"dl-title\">Statement of limited Liability<\/span>\n            <\/a>\n                        <a class=\"dl-item\"\n               href=\"https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/04\/PH-SUPPLIER-MANUAL-REV-8.pdf\"\n               target=\"_blank\" rel=\"noopener\"\n               data-standort=\"usa\"\n               data-kategorie=\"general-terms-and-conditions\">\n                <span class=\"dl-icon\" aria-hidden=\"true\">\n                    <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm-1 7V3.5L18.5 9H13z\"\/>\n                        <text x=\"7.5\" y=\"18\" font-size=\"6\" font-weight=\"700\" fill=\"#2273BA\" font-family=\"Figtree, Arial, sans-serif\">PDF<\/text>\n                    <\/svg>\n                <\/span>\n                <span class=\"dl-title\">Supplier Manual<\/span>\n            <\/a>\n                        <a class=\"dl-item\"\n               href=\"https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/04\/AGB-VACUHEAT-September-2021-1.pdf\"\n               target=\"_blank\" rel=\"noopener\"\n               data-standort=\"germany\"\n               data-kategorie=\"general-terms-and-conditions\">\n                <span class=\"dl-icon\" aria-hidden=\"true\">\n                    <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm-1 7V3.5L18.5 9H13z\"\/>\n                        <text x=\"7.5\" y=\"18\" font-size=\"6\" font-weight=\"700\" fill=\"#2273BA\" font-family=\"Figtree, Arial, sans-serif\">PDF<\/text>\n                    <\/svg>\n                <\/span>\n                <span class=\"dl-title\">Terms &amp; Conditions<\/span>\n            <\/a>\n                        <a class=\"dl-item\"\n               href=\"https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/04\/TTS-SALES-STANDARD-TERMS-CONDITIONS_short_20230913.pdf\"\n               target=\"_blank\" rel=\"noopener\"\n               data-standort=\"china\"\n               data-kategorie=\"general-terms-and-conditions\">\n                <span class=\"dl-icon\" aria-hidden=\"true\">\n                    <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm-1 7V3.5L18.5 9H13z\"\/>\n                        <text x=\"7.5\" y=\"18\" font-size=\"6\" font-weight=\"700\" fill=\"#2273BA\" font-family=\"Figtree, Arial, sans-serif\">PDF<\/text>\n                    <\/svg>\n                <\/span>\n                <span class=\"dl-title\">TTS Sales Standard<\/span>\n            <\/a>\n                        <a class=\"dl-item\"\n               href=\"https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2025\/12\/VACUHEAT-Factsheet_EN.pdf\"\n               target=\"_blank\" rel=\"noopener\"\n               data-standort=\"germany\"\n               data-kategorie=\"brochure\">\n                <span class=\"dl-icon\" aria-hidden=\"true\">\n                    <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm-1 7V3.5L18.5 9H13z\"\/>\n                        <text x=\"7.5\" y=\"18\" font-size=\"6\" font-weight=\"700\" fill=\"#2273BA\" font-family=\"Figtree, Arial, sans-serif\">PDF<\/text>\n                    <\/svg>\n                <\/span>\n                <span class=\"dl-title\">VACUHEAT Factsheet<\/span>\n            <\/a>\n                        <a class=\"dl-item\"\n               href=\"https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/04\/Anwendungsbereich-und-Managementpolitik_FB.pdf\"\n               target=\"_blank\" rel=\"noopener\"\n               data-standort=\"germany\"\n               data-kategorie=\"general-terms-and-conditions\">\n                <span class=\"dl-icon\" aria-hidden=\"true\">\n                    <svg viewBox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8l-6-6zm-1 7V3.5L18.5 9H13z\"\/>\n                        <text x=\"7.5\" y=\"18\" font-size=\"6\" font-weight=\"700\" fill=\"#2273BA\" font-family=\"Figtree, Arial, sans-serif\">PDF<\/text>\n                    <\/svg>\n                <\/span>\n                <span class=\"dl-title\">Vacuheat GmbH management policy<\/span>\n            <\/a>\n                <\/div>\n    <p class=\"dl-no-results\" hidden>Keine Downloads f\u00fcr diese Auswahl.<\/p>\n    <\/div>\n    <\/span><\/code><\/pre>\n<\/div>\n<\/div>\n<p class=\"font-claude-response-body break-words whitespace-normal leading-invalid_tags_codes_1|\">[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>[et_pb_section fb_built=&#8220;1&#8243; custom_padding_last_edited=&#8220;on|phone&#8220; admin_label=&#8220;Hero&#8220; module_class=&#8220;inner-page-hero&#8220; _builder_version=&#8220;4.27.4&#8243; _module_preset=&#8220;abd33304-890f-432b-904b-00e42b1cb34f&#8220; background_image=&#8220;https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/01\/HeatTreat-Services-ald-scaled.png&#8220; background_position=&#8220;bottom_center&#8220; height=&#8220;400px&#8220; height_tablet=&#8220;400px&#8220; height_phone=&#8220;400px&#8220; height_last_edited=&#8220;on|phone&#8220; custom_margin=&#8220;99px||||false|false&#8220; custom_margin_tablet=&#8220;30px||||false|false&#8220; custom_margin_phone=&#8220;&#8220; custom_margin_last_edited=&#8220;on|tablet&#8220; custom_padding=&#8220;50px|100px|0px|100px|false|false&#8220; custom_padding_tablet=&#8220;|50px||50px|false|true&#8220; custom_padding_phone=&#8220;|0px||0px|false|true&#8220; custom_css_main_element=&#8220;display: flex; align-items: flex-end;&#8220; saved_tabs=&#8220;all&#8220; locked=&#8220;off&#8220; collapsed=&#8220;off&#8220; global_colors_info=&#8220;%91%93&#8243; custom_css_main_element_last_edited=&#8220;on|tablet&#8220; custom_css_main_element_tablet=&#8220;display: flex; align-items: flex-end;||background-position-y: 32px;&#8220; max_width__hover_enabled=&#8220;off|desktop&#8220; custom_css_main_element_phone=&#8220;display: flex; align-items: flex-end;||background-position-y: 32px;&#8220;][et_pb_row use_custom_gutter=&#8220;on&#8220; gutter_width=&#8220;2&#8243; custom_padding_last_edited=&#8220;on|desktop&#8220; module_class=&#8220;row-inner-page-hero&#8220; _builder_version=&#8220;4.21.0&#8243; _module_preset=&#8220;51ba5873-a3b0-4fde-b113-33d112683429&#8243; background_color=&#8220;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; background_enable_image=&#8220;off&#8220; background_size=&#8220;contain&#8220; background_repeat=&#8220;repeat&#8220; position_origin_a=&#8220;bottom_center&#8220; width=&#8220;100%&#8220; max_width=&#8220;1240px&#8220; custom_margin=&#8220;0px|auto|0px|auto|true|true&#8220; custom_padding=&#8220;55px|50px|55px|50px|true|true&#8220; [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"difl_page_category":[],"class_list":["post-282500","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.heat-treatment-services.com\/de\/wp-json\/wp\/v2\/pages\/282500","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.heat-treatment-services.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.heat-treatment-services.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.heat-treatment-services.com\/de\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.heat-treatment-services.com\/de\/wp-json\/wp\/v2\/comments?post=282500"}],"version-history":[{"count":2,"href":"https:\/\/www.heat-treatment-services.com\/de\/wp-json\/wp\/v2\/pages\/282500\/revisions"}],"predecessor-version":[{"id":282502,"href":"https:\/\/www.heat-treatment-services.com\/de\/wp-json\/wp\/v2\/pages\/282500\/revisions\/282502"}],"wp:attachment":[{"href":"https:\/\/www.heat-treatment-services.com\/de\/wp-json\/wp\/v2\/media?parent=282500"}],"wp:term":[{"taxonomy":"difl_page_category","embeddable":true,"href":"https:\/\/www.heat-treatment-services.com\/de\/wp-json\/wp\/v2\/difl_page_category?post=282500"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}