    <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":282585,"date":"2025-12-16T20:41:56","date_gmt":"2025-12-16T19:41:56","guid":{"rendered":"http:\/\/wordpress-hts.p223807.webspaceconfig.de\/standorte\/vacuheat\/"},"modified":"2026-09-22T15:18:47","modified_gmt":"2026-09-22T13:18:47","slug":"vacuheat","status":"publish","type":"page","link":"https:\/\/www.heat-treatment-services.com\/de\/standorte\/vacuheat\/","title":{"rendered":"VACUHEAT"},"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\/2025\/12\/VACUHEAT-Aussenansicht.jpg&#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>VACUHEAT GmbH &#8211; Deutschland<\/h1>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8220;1&#8243; custom_padding_last_edited=&#8220;on|phone&#8220; _builder_version=&#8220;4.27.4&#8243; _module_preset=&#8220;default&#8220; custom_margin=&#8220;0.2%||||false|false&#8220; custom_padding=&#8220;0px||31px|0px|false|false&#8220; custom_padding_tablet=&#8220;0px||31px|0px|false|false&#8220; custom_padding_phone=&#8220;0px|25px|31px|25px|false|true&#8220; global_colors_info=&#8220;{}&#8220;][et_pb_row _builder_version=&#8220;4.27.4&#8243; _module_preset=&#8220;default&#8220; width=&#8220;100%&#8220; max_width=&#8220;1240px&#8220; custom_padding=&#8220;||0px|||&#8220; global_colors_info=&#8220;{}&#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; header_3_text_color=&#8220;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; global_colors_info=&#8220;{%22gcid-f4ecd076-6086-49a1-8162-4dc206a40490%22:%91%22header_3_text_color%22%93}&#8220;]<\/p>\n<h2>Heat Treatment in Deutschland<\/h2>\n<p><span>VACUHEAT wurde 1999 als erste Produktionsst\u00e4tte des Gesch\u00e4ftsbereichs Heat Treatment Services (HTS) von ALD gegr\u00fcndet. Heute z\u00e4hlt VACUHEAT zu den f\u00fchrenden Spezialisten Europas f\u00fcr die Vakuumw\u00e4rmebehandlung. <\/span><\/p>\n<p><span><\/span><\/p>\n<h3><span>\u00dcber unseren Standort in Deutschland<\/span><\/h3>\n<div class=\"et_pb_module et_pb_text et_pb_text_1 et_pb_text_align_left et_pb_bg_layout_light\">\n<div class=\"et_pb_text_inner\">\n<p>Urspr\u00fcnglich auf die hochentwickelte W\u00e4rmebehandlung von Spritzgusskomponenten f\u00fcr die Automobilindustrie fokussiert, hat sich VACUHEAT zum gr\u00f6\u00dften Dienstleister Europas f\u00fcr die Vakuumw\u00e4rmebehandlung entwickelt. Der Schwerpunkt des Dienstleistungsangebots liegt auf dem Verfahren der Vakuum-Einsatzh\u00e4rtung gro\u00dfer St\u00fcckzahlen (Low Pressure Carburizing (LPC) in Kombination mit High Pressure Gas Quenching (HPGQ)). <\/p>\n<\/div>\n<\/div>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=&#8220;4.27.4&#8243; _module_preset=&#8220;default&#8220; width=&#8220;100%&#8220; max_width=&#8220;1240px&#8220; custom_padding=&#8220;0px|||||&#8220; global_colors_info=&#8220;{}&#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_slider _builder_version=&#8220;4.27.4&#8243; _module_preset=&#8220;default&#8220; global_colors_info=&#8220;{}&#8220;][et_pb_slide _builder_version=&#8220;4.27.4&#8243; _module_preset=&#8220;default&#8220; background_image=&#8220;https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2025\/12\/VACUHEAT-Aussenansicht.jpg&#8220; background_enable_image=&#8220;on&#8220; global_colors_info=&#8220;{}&#8220; sticky_transition=&#8220;on&#8220;][\/et_pb_slide][et_pb_slide _builder_version=&#8220;4.27.4&#8243; _module_preset=&#8220;default&#8220; background_image=&#8220;https:\/\/www.heat-treatment-services.com\/wp-content\/uploads\/2026\/01\/HeatTreat-VacuheatWarenannahme-scaled.png&#8220; background_enable_image=&#8220;on&#8220; global_colors_info=&#8220;{}&#8220; sticky_transition=&#8220;on&#8220;][\/et_pb_slide][\/et_pb_slider][\/et_pb_column][\/et_pb_row][et_pb_row _builder_version=&#8220;4.27.4&#8243; _module_preset=&#8220;default&#8220; width=&#8220;100%&#8220; max_width=&#8220;1240px&#8220; custom_margin=&#8220;||0px||false|false&#8220; custom_padding=&#8220;0px||0px||false|false&#8220; global_colors_info=&#8220;{}&#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; header_3_text_color=&#8220;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; global_colors_info=&#8220;{%22gcid-f4ecd076-6086-49a1-8162-4dc206a40490%22:%91%22header_3_text_color%22%93}&#8220;]<\/p>\n<p>Urspr\u00fcnglich auf die hochentwickelte W\u00e4rmebehandlung von Spritzgusskomponenten f\u00fcr die Automobilindustrie fokussiert, hat sich VACUHEAT zum gr\u00f6\u00dften Dienstleister Europas f\u00fcr die Vakuumw\u00e4rmebehandlung entwickelt. Der Schwerpunkt des Dienstleistungsangebots liegt auf dem Verfahren der Vakuum-Einsatzh\u00e4rtung gro\u00dfer St\u00fcckzahlen (Low Pressure Carburizing (LPC) in Kombination mit High Pressure Gas Quenching (HPGQ)). <\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8220;1&#8243; custom_padding_last_edited=&#8220;on|phone&#8220; _builder_version=&#8220;4.27.4&#8243; _module_preset=&#8220;default&#8220; background_color=&#8220;gcid-907308d3-ddb0-4111-bc23-342dd6f7a8e6&#8243; custom_margin=&#8220;0px||0px||true|false&#8220; custom_padding=&#8220;0px||0px||true|&#8220; custom_padding_tablet=&#8220;0px||0px||true|&#8220; custom_padding_phone=&#8220;0px|25px|0px|25px|true|true&#8220; global_colors_info=&#8220;{%22gcid-907308d3-ddb0-4111-bc23-342dd6f7a8e6%22:%91%22background_color%22%93}&#8220;][et_pb_row _builder_version=&#8220;4.27.4&#8243; _module_preset=&#8220;default&#8220; width=&#8220;100%&#8220; max_width=&#8220;1240px&#8220; custom_margin=&#8220;||0px||false|false&#8220; custom_padding=&#8220;||10px||false|false&#8220; global_colors_info=&#8220;{}&#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; header_3_text_color=&#8220;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; global_colors_info=&#8220;{%22gcid-f4ecd076-6086-49a1-8162-4dc206a40490%22:%91%22header_3_text_color%22%93}&#8220;]<\/p>\n<h3>Die folgende Ausr\u00fcstung ist in Betrieb:<\/h3>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8220;1_2,1_2&#8243; _builder_version=&#8220;4.27.4&#8243; _module_preset=&#8220;default&#8220; width=&#8220;100%&#8220; max_width=&#8220;1240px&#8220; custom_padding=&#8220;0px|||||&#8220; global_colors_info=&#8220;{}&#8220;][et_pb_column type=&#8220;1_2&#8243; _builder_version=&#8220;4.27.4&#8243; _module_preset=&#8220;default&#8220; global_colors_info=&#8220;{}&#8220;][et_pb_blurb use_icon=&#8220;on&#8220; font_icon=&#8220;&#x45;||divi||400&#8243; icon_color=&#8220;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; icon_placement=&#8220;left&#8220; _builder_version=&#8220;4.27.4&#8243; _module_preset=&#8220;default&#8220; body_link_text_color=&#8220;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; custom_margin=&#8220;||5px||false|false&#8220; global_colors_info=&#8220;{%22gcid-f4ecd076-6086-49a1-8162-4dc206a40490%22:%91%22icon_color%22,%22body_link_text_color%22%93}&#8220;]<\/p>\n<p>3<span> <\/span><span><a href=\"https:\/\/www.ald-vt.com\/portfolio\/engineering\/vacuum-heat-treatment\/modultherm\/\" target=\"_blank\" rel=\"noopener noreferrer\">ModulTherm\u00ae<\/a><\/span><span> <\/span>Systeme mit insgesamt 14 Behandlungskammern<\/p>\n<p>[\/et_pb_blurb][et_pb_blurb use_icon=&#8220;on&#8220; font_icon=&#8220;&#x45;||divi||400&#8243; icon_color=&#8220;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; icon_placement=&#8220;left&#8220; _builder_version=&#8220;4.27.4&#8243; _module_preset=&#8220;default&#8220; custom_margin=&#8220;||5px||false|false&#8220; global_colors_info=&#8220;{%22gcid-f4ecd076-6086-49a1-8162-4dc206a40490%22:%91%22icon_color%22%93}&#8220;]<\/p>\n<p>3 Zweikammer\u00f6fen (VZKQ)<\/p>\n<p>[\/et_pb_blurb][et_pb_blurb use_icon=&#8220;on&#8220; font_icon=&#8220;&#x45;||divi||400&#8243; icon_color=&#8220;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; icon_placement=&#8220;left&#8220; _builder_version=&#8220;4.27.4&#8243; _module_preset=&#8220;default&#8220; custom_margin=&#8220;||5px||false|false&#8220; global_colors_info=&#8220;{%22gcid-f4ecd076-6086-49a1-8162-4dc206a40490%22:%91%22icon_color%22%93}&#8220;]<\/p>\n<p>1 Einkammerofen f\u00fcr Hochvakuum<\/p>\n<p>[\/et_pb_blurb][et_pb_blurb use_icon=&#8220;on&#8220; font_icon=&#8220;&#x45;||divi||400&#8243; icon_color=&#8220;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; icon_placement=&#8220;left&#8220; _builder_version=&#8220;4.27.4&#8243; _module_preset=&#8220;default&#8220; custom_margin=&#8220;||5px||false|false&#8220; global_colors_info=&#8220;{%22gcid-f4ecd076-6086-49a1-8162-4dc206a40490%22:%91%22icon_color%22%93}&#8220;]<\/p>\n<p>2 \u00d6fen zur thermischen Ent\u00f6lung<\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8220;1_2&#8243; _builder_version=&#8220;4.27.4&#8243; _module_preset=&#8220;default&#8220; global_colors_info=&#8220;{}&#8220;][et_pb_blurb use_icon=&#8220;on&#8220; font_icon=&#8220;&#x45;||divi||400&#8243; icon_color=&#8220;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; icon_placement=&#8220;left&#8220; _builder_version=&#8220;4.27.4&#8243; _module_preset=&#8220;default&#8220; custom_margin=&#8220;||5px||false|false&#8220; global_colors_info=&#8220;{%22gcid-f4ecd076-6086-49a1-8162-4dc206a40490%22:%91%22icon_color%22%93}&#8220;]<\/p>\n<p>2 Kryo-Einheiten (fl\u00fcssiger Stickstoff)<\/p>\n<p>[\/et_pb_blurb][et_pb_blurb use_icon=&#8220;on&#8220; font_icon=&#8220;&#x45;||divi||400&#8243; icon_color=&#8220;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; icon_placement=&#8220;left&#8220; _builder_version=&#8220;4.27.4&#8243; _module_preset=&#8220;default&#8220; custom_margin=&#8220;||5px||false|false&#8220; global_colors_info=&#8220;{%22gcid-f4ecd076-6086-49a1-8162-4dc206a40490%22:%91%22icon_color%22%93}&#8220;]<\/p>\n<p>6 Anlass\u00f6fen<\/p>\n<p>[\/et_pb_blurb][et_pb_blurb use_icon=&#8220;on&#8220; font_icon=&#8220;&#x45;||divi||400&#8243; icon_color=&#8220;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; icon_placement=&#8220;left&#8220; _builder_version=&#8220;4.27.4&#8243; _module_preset=&#8220;default&#8220; custom_margin=&#8220;||5px||false|false&#8220; global_colors_info=&#8220;{%22gcid-f4ecd076-6086-49a1-8162-4dc206a40490%22:%91%22icon_color%22%93}&#8220;]<\/p>\n<p>1 Industriewaschmaschine<\/p>\n<p>[\/et_pb_blurb][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8220;1&#8243; custom_padding_last_edited=&#8220;on|phone&#8220; _builder_version=&#8220;4.27.4&#8243; _module_preset=&#8220;default&#8220; custom_padding=&#8220;31px||31px||true|&#8220; custom_padding_tablet=&#8220;31px||31px||true|&#8220; custom_padding_phone=&#8220;31px|25px|31px|25px|true|true&#8220; global_colors_info=&#8220;{}&#8220;][et_pb_row _builder_version=&#8220;4.27.4&#8243; _module_preset=&#8220;default&#8220; width=&#8220;100%&#8220; max_width=&#8220;1240px&#8220; custom_margin=&#8220;||0px||false|false&#8220; custom_padding=&#8220;0px||0px||false|false&#8220; global_colors_info=&#8220;{}&#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; header_3_text_color=&#8220;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; global_colors_info=&#8220;{%22gcid-f4ecd076-6086-49a1-8162-4dc206a40490%22:%91%22header_3_text_color%22%93}&#8220;]<\/p>\n<p>Als zuverl\u00e4ssiger Partner der Automobilindustrie erf\u00fcllt VACUHEAT h\u00f6chste Qualit\u00e4tsstandards \u2013 belegt durch regelm\u00e4\u00dfige Audits gem\u00e4\u00df IATF 16949, HTSA CQI9 und VDA6.3. Dar\u00fcber hinaus spiegeln Zertifizierungen nach ISO 14001, DIN ISO 45001 und DIN EN ISO 50001 die Unternehmenspolitik von VACUHEAT wider, die auf eine umweltfreundliche und energieeffiziente Produktion ausgerichtet ist und dabei den Gesundheits- und Arbeitsschutz der Mitarbeiter in den Mittelpunkt stellt. <\/p>\n<p>Mehr als 200 Kunden aus unterschiedlichsten Branchen profitieren bereits von den engagierten Dienstleistungen von VACUHEAT. Dabei werden nicht nur Gro\u00dfserien, sondern auch Kleinserien und Prototypen erfolgreich bearbeitet. Das Branchenspektrum umfasst die Automobilindustrie, die Luft- und Raumfahrt, die allgemeine Industrie sowie den Werkzeug- und Formenbau.  <\/p>\n<p>&nbsp;<\/p>\n<h3>Als Experte f\u00fcr Vakuumw\u00e4rmebehandlung bieten wir:<\/h3>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8220;1_2,1_2&#8243; _builder_version=&#8220;4.27.4&#8243; _module_preset=&#8220;default&#8220; width=&#8220;100%&#8220; max_width=&#8220;1240px&#8220; custom_padding=&#8220;||1px|||&#8220; global_colors_info=&#8220;{}&#8220;][et_pb_column type=&#8220;1_2&#8243; _builder_version=&#8220;4.27.4&#8243; _module_preset=&#8220;default&#8220; global_colors_info=&#8220;{}&#8220;][et_pb_blurb use_icon=&#8220;on&#8220; font_icon=&#8220;&#x45;||divi||400&#8243; icon_color=&#8220;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; icon_placement=&#8220;left&#8220; _builder_version=&#8220;4.27.4&#8243; _module_preset=&#8220;default&#8220; body_link_text_color=&#8220;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; custom_margin=&#8220;||5px||false|false&#8220; global_colors_info=&#8220;{%22gcid-f4ecd076-6086-49a1-8162-4dc206a40490%22:%91%22icon_color%22,%22body_link_text_color%22%93}&#8220;]<span><a href=\"https:\/\/www.heat-treatment-services.com\/de\/process\/niederdruckaufkohlen-lpc\/\" target=\"_blank\" rel=\"noopener noreferrer\">Niederdruckaufkohlen (LPC)<\/a><\/span>[\/et_pb_blurb][et_pb_blurb use_icon=&#8220;on&#8220; font_icon=&#8220;&#x45;||divi||400&#8243; icon_color=&#8220;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; icon_placement=&#8220;left&#8220; _builder_version=&#8220;4.27.4&#8243; _module_preset=&#8220;default&#8220; body_link_text_color=&#8220;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; custom_margin=&#8220;||5px||false|false&#8220; global_colors_info=&#8220;{%22gcid-f4ecd076-6086-49a1-8162-4dc206a40490%22:%91%22icon_color%22,%22body_link_text_color%22%93}&#8220;]<span><a href=\"https:\/\/www.heat-treatment-services.com\/de\/process\/neutral-hardening-in-vacuum\/\" target=\"_blank\" rel=\"noopener noreferrer\">Neutralh\u00e4rten im Vakuum<\/a><\/span>[\/et_pb_blurb][et_pb_blurb use_icon=&#8220;on&#8220; font_icon=&#8220;&#x45;||divi||400&#8243; icon_color=&#8220;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; icon_placement=&#8220;left&#8220; _builder_version=&#8220;4.27.4&#8243; _module_preset=&#8220;default&#8220; body_link_text_color=&#8220;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; custom_margin=&#8220;||5px||false|false&#8220; global_colors_info=&#8220;{%22gcid-f4ecd076-6086-49a1-8162-4dc206a40490%22:%91%22icon_color%22,%22body_link_text_color%22%93}&#8220;]<\/p>\n<p><span><a href=\"https:\/\/www.heat-treatment-services.com\/de\/process\/hochdruckgasabschrecken-hpgq\/\" target=\"_blank\" rel=\"noopener noreferrer\">Hochdruckgasabschrecken (HPGQ) mit N2\/He)<\/a><\/span><span><\/span><\/p>\n<p>[\/et_pb_blurb][et_pb_blurb use_icon=&#8220;on&#8220; font_icon=&#8220;&#x45;||divi||400&#8243; icon_color=&#8220;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; icon_placement=&#8220;left&#8220; _builder_version=&#8220;4.27.4&#8243; _module_preset=&#8220;default&#8220; body_link_text_color=&#8220;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; custom_margin=&#8220;||5px||false|false&#8220; global_colors_info=&#8220;{%22gcid-f4ecd076-6086-49a1-8162-4dc206a40490%22:%91%22icon_color%22,%22body_link_text_color%22%93}&#8220;]<a href=\"https:\/\/www.heat-treatment-services.com\/de\/process\/vakuumloeten-bei-hohen-temperaturen\/\">Vacuum Brazing at High Temperatures<\/a>[\/et_pb_blurb][et_pb_blurb use_icon=&#8220;on&#8220; font_icon=&#8220;&#x45;||divi||400&#8243; icon_color=&#8220;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; icon_placement=&#8220;left&#8220; _builder_version=&#8220;4.27.4&#8243; _module_preset=&#8220;default&#8220; body_link_text_color=&#8220;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; custom_margin=&#8220;||5px||false|false&#8220; global_colors_info=&#8220;{%22gcid-f4ecd076-6086-49a1-8162-4dc206a40490%22:%91%22icon_color%22,%22body_link_text_color%22%93}&#8220;]<span><a href=\"https:\/\/www.heat-treatment-services.com\/de\/process\/gluehen-im-vakuum\/\" target=\"_blank\" rel=\"noopener noreferrer\">Gl\u00fchen im Vakuum<\/a><\/span>[\/et_pb_blurb][et_pb_blurb use_icon=&#8220;on&#8220; font_icon=&#8220;&#x45;||divi||400&#8243; icon_color=&#8220;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; icon_placement=&#8220;left&#8220; _builder_version=&#8220;4.27.4&#8243; _module_preset=&#8220;default&#8220; body_link_text_color=&#8220;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; custom_margin=&#8220;||5px||false|false&#8220; global_colors_info=&#8220;{%22gcid-f4ecd076-6086-49a1-8162-4dc206a40490%22:%91%22icon_color%22,%22body_link_text_color%22%93}&#8220;]<span><a href=\"https:\/\/www.heat-treatment-services.com\/de\/process\/thermisches-entoelen\/\" target=\"_blank\" rel=\"noopener noreferrer\">Thermisches Ent\u00f6len<\/a><\/span>[\/et_pb_blurb][et_pb_blurb use_icon=&#8220;on&#8220; font_icon=&#8220;&#x45;||divi||400&#8243; icon_color=&#8220;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; icon_placement=&#8220;left&#8220; _builder_version=&#8220;4.27.4&#8243; _module_preset=&#8220;default&#8220; body_link_text_color=&#8220;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; custom_margin=&#8220;||5px||false|false&#8220; global_colors_info=&#8220;{%22gcid-f4ecd076-6086-49a1-8162-4dc206a40490%22:%91%22icon_color%22,%22body_link_text_color%22%93}&#8220;]<span><a href=\"https:\/\/www.heat-treatment-services.com\/de\/process\/vorreinigung\/\" target=\"_blank\" rel=\"noopener noreferrer\">Vorreinigung<\/a><\/span>[\/et_pb_blurb][\/et_pb_column][et_pb_column type=&#8220;1_2&#8243; _builder_version=&#8220;4.27.4&#8243; _module_preset=&#8220;default&#8220; global_colors_info=&#8220;{}&#8220;][et_pb_blurb use_icon=&#8220;on&#8220; font_icon=&#8220;&#x45;||divi||400&#8243; icon_color=&#8220;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; icon_placement=&#8220;left&#8220; _builder_version=&#8220;4.27.4&#8243; _module_preset=&#8220;default&#8220; body_link_text_color=&#8220;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; custom_margin=&#8220;||5px||false|false&#8220; global_colors_info=&#8220;{%22gcid-f4ecd076-6086-49a1-8162-4dc206a40490%22:%91%22icon_color%22,%22body_link_text_color%22%93}&#8220;]<span><a href=\"https:\/\/www.heat-treatment-services.com\/de\/process\/tiefkuehlen\/\" target=\"_blank\" rel=\"noopener noreferrer\">Kryotechnik<\/a><\/span>[\/et_pb_blurb][et_pb_blurb use_icon=&#8220;on&#8220; font_icon=&#8220;&#x45;||divi||400&#8243; icon_color=&#8220;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; icon_placement=&#8220;left&#8220; _builder_version=&#8220;4.27.4&#8243; _module_preset=&#8220;default&#8220; body_link_text_color=&#8220;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; custom_margin=&#8220;||5px||false|false&#8220; global_colors_info=&#8220;{%22gcid-f4ecd076-6086-49a1-8162-4dc206a40490%22:%91%22icon_color%22,%22body_link_text_color%22%93}&#8220;]<span><a href=\"https:\/\/www.heat-treatment-services.com\/de\/process\/anlassen\/\" target=\"_blank\" rel=\"noopener noreferrer\">Anlassen<\/a><\/span>[\/et_pb_blurb][et_pb_blurb use_icon=&#8220;on&#8220; font_icon=&#8220;&#x45;||divi||400&#8243; icon_color=&#8220;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; icon_placement=&#8220;left&#8220; _builder_version=&#8220;4.27.4&#8243; _module_preset=&#8220;default&#8220; body_link_text_color=&#8220;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; custom_margin=&#8220;||5px||false|false&#8220; global_colors_info=&#8220;{%22gcid-f4ecd076-6086-49a1-8162-4dc206a40490%22:%91%22icon_color%22,%22body_link_text_color%22%93}&#8220;]<span><a href=\"https:\/\/www.heat-treatment-services.com\/de\/process\/rostschutz-nach-der-behandlung\/\" target=\"_blank\" rel=\"noopener noreferrer\">Rostschutz nach der Behandlung<\/a><\/span>[\/et_pb_blurb][et_pb_blurb use_icon=&#8220;on&#8220; font_icon=&#8220;&#x45;||divi||400&#8243; icon_color=&#8220;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; icon_placement=&#8220;left&#8220; _builder_version=&#8220;4.27.4&#8243; _module_preset=&#8220;default&#8220; body_link_text_color=&#8220;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; custom_margin=&#8220;||5px||false|false&#8220; global_colors_info=&#8220;{%22gcid-f4ecd076-6086-49a1-8162-4dc206a40490%22:%91%22icon_color%22,%22body_link_text_color%22%93}&#8220;]<span><a href=\"https:\/\/www.heat-treatment-services.com\/de\/process\/metallografie-und-zugehoerige-analysen\/\" target=\"_blank\" rel=\"noopener noreferrer\">Metallografie und verwandte Analysen<\/a><\/span>[\/et_pb_blurb][et_pb_blurb use_icon=&#8220;on&#8220; font_icon=&#8220;&#x45;||divi||400&#8243; icon_color=&#8220;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; icon_placement=&#8220;left&#8220; _builder_version=&#8220;4.27.4&#8243; _module_preset=&#8220;default&#8220; body_link_text_color=&#8220;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; custom_margin=&#8220;||5px||false|false&#8220; global_colors_info=&#8220;{%22gcid-f4ecd076-6086-49a1-8162-4dc206a40490%22:%91%22icon_color%22,%22body_link_text_color%22%93}&#8220;]<span><a href=\"https:\/\/www.heat-treatment-services.com\/de\/process\/geometrische-pruefung-verzugsanalyse\/\" target=\"_blank\" rel=\"noopener noreferrer\">Geometrische Pr\u00fcfung (Verzugsanalyse)<\/a><\/span>[\/et_pb_blurb][et_pb_blurb use_icon=&#8220;on&#8220; font_icon=&#8220;&#x45;||divi||400&#8243; icon_color=&#8220;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; icon_placement=&#8220;left&#8220; _builder_version=&#8220;4.27.4&#8243; _module_preset=&#8220;default&#8220; body_link_text_color=&#8220;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; custom_margin=&#8220;||5px||false|false&#8220; global_colors_info=&#8220;{%22gcid-f4ecd076-6086-49a1-8162-4dc206a40490%22:%91%22icon_color%22,%22body_link_text_color%22%93}&#8220;]<span><a href=\"\/process\/heat-treatment-consultancy\/\" target=\"_blank\" rel=\"noopener noreferrer\">Beratung f\u00fcr W\u00e4rmebehandlung<\/a><\/span>[\/et_pb_blurb][et_pb_blurb use_icon=&#8220;on&#8220; font_icon=&#8220;&#x45;||divi||400&#8243; icon_color=&#8220;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; icon_placement=&#8220;left&#8220; _builder_version=&#8220;4.27.4&#8243; _module_preset=&#8220;default&#8220; body_link_text_color=&#8220;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; custom_margin=&#8220;||5px||false|false&#8220; global_colors_info=&#8220;{%22gcid-f4ecd076-6086-49a1-8162-4dc206a40490%22:%91%22icon_color%22,%22body_link_text_color%22%93}&#8220;]Auslegung von W\u00e4rmebehandlungsaufnahmen[\/et_pb_blurb][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8220;1&#8243; custom_padding_last_edited=&#8220;on|phone&#8220; _builder_version=&#8220;4.27.4&#8243; _module_preset=&#8220;default&#8220; background_color=&#8220;gcid-907308d3-ddb0-4111-bc23-342dd6f7a8e6&#8243; custom_padding=&#8220;1px||||false|false&#8220; custom_padding_tablet=&#8220;1px||||false|false&#8220; custom_padding_phone=&#8220;1px|25px||25px|false|true&#8220; global_colors_info=&#8220;{%22gcid-907308d3-ddb0-4111-bc23-342dd6f7a8e6%22:%91%22background_color%22%93}&#8220;][et_pb_row _builder_version=&#8220;4.27.4&#8243; _module_preset=&#8220;default&#8220; width=&#8220;100%&#8220; max_width=&#8220;1240px&#8220; custom_margin=&#8220;||0px||false|false&#8220; custom_padding=&#8220;||0px||false|false&#8220; global_colors_info=&#8220;{}&#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; header_3_text_color=&#8220;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; global_colors_info=&#8220;{%22gcid-f4ecd076-6086-49a1-8162-4dc206a40490%22:%91%22header_3_text_color%22%93}&#8220;]<\/p>\n<h2>Downloads<\/h2>\n<div class=\"elementor-element elementor-element-77555cac elementor-widget elementor-widget-text-editor\" data-id=\"77555cac\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n<div class=\"elementor-widget-container\">\n<p>Wir m\u00f6chten Ihnen gr\u00f6\u00dftm\u00f6gliche Sicherheit bieten. Deshalb sind unsere Standorte f\u00fcr HTS-Oberfl\u00e4chentechnologien zertifiziert. <\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<\/div>\n<\/div>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8220;4.27.4&#8243; _module_preset=&#8220;default&#8220; global_colors_info=&#8220;{}&#8220;]<\/p>\n    <div class=\"dl-wrap\">\n\n            <div class=\"dl-filter\">\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\/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\/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\/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\/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\/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\/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\/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    \n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8220;1&#8243; custom_padding_last_edited=&#8220;on|phone&#8220; _builder_version=&#8220;4.27.4&#8243; _module_preset=&#8220;default&#8220; custom_padding_tablet=&#8220;&#8220; custom_padding_phone=&#8220;|25px||25px|false|true&#8220; global_colors_info=&#8220;{}&#8220;][et_pb_row _builder_version=&#8220;4.27.4&#8243; _module_preset=&#8220;default&#8220; width=&#8220;100%&#8220; max_width=&#8220;1240px&#8220; custom_padding=&#8220;||1px|||&#8220; global_colors_info=&#8220;{}&#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; header_3_text_color=&#8220;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; global_colors_info=&#8220;{%22gcid-f4ecd076-6086-49a1-8162-4dc206a40490%22:%91%22header_3_text_color%22%93}&#8220;]<\/p>\n<h2>Kontakt<\/h2>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][et_pb_row column_structure=&#8220;1_3,1_3,1_3&#8243; _builder_version=&#8220;4.27.4&#8243; _module_preset=&#8220;default&#8220; width=&#8220;100%&#8220; max_width=&#8220;1240px&#8220; global_colors_info=&#8220;{}&#8220;][et_pb_column type=&#8220;1_3&#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; header_3_text_color=&#8220;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; custom_padding=&#8220;|30px|||false|false&#8220; global_colors_info=&#8220;{%22gcid-f4ecd076-6086-49a1-8162-4dc206a40490%22:%91%22header_3_text_color%22%93}&#8220;]<\/p>\n<h2><strong style=\"font-size: 16px;\">VACUHEAT GmbH<\/strong><\/h2>\n<div class=\"elementor-element elementor-element-77555cac elementor-widget elementor-widget-text-editor\" data-id=\"77555cac\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n<div class=\"elementor-widget-container\">\n<p><span>Hohensteiner Strasse 11-13<\/span><br \/><span>09212 Limbach-Oberfrohna<\/span><br \/><span>Deutschland<\/span><\/p>\n<p><span>Telefon: +49 3722 402 220<br \/>Email: info@vacuheat.net<br \/><\/span><\/p>\n<\/div>\n<\/div>\n<p>[\/et_pb_text][\/et_pb_column][et_pb_column type=&#8220;1_3&#8243; _builder_version=&#8220;4.27.4&#8243; _module_preset=&#8220;default&#8220; global_colors_info=&#8220;{}&#8220;][\/et_pb_column][et_pb_column type=&#8220;1_3&#8243; _builder_version=&#8220;4.27.4&#8243; _module_preset=&#8220;default&#8220; global_colors_info=&#8220;{}&#8220;][\/et_pb_column][\/et_pb_row][\/et_pb_section][et_pb_section fb_built=&#8220;1&#8243; custom_padding_last_edited=&#8220;on|phone&#8220; _builder_version=&#8220;4.27.4&#8243; _module_preset=&#8220;default&#8220; background_color=&#8220;gcid-907308d3-ddb0-4111-bc23-342dd6f7a8e6&#8243; custom_padding_tablet=&#8220;&#8220; custom_padding_phone=&#8220;|25px||25px|false|true&#8220; global_colors_info=&#8220;{%22gcid-907308d3-ddb0-4111-bc23-342dd6f7a8e6%22:%91%22background_color%22%93}&#8220;][et_pb_row _builder_version=&#8220;4.27.4&#8243; _module_preset=&#8220;default&#8220; width=&#8220;100%&#8220; max_width=&#8220;1240px&#8220; custom_margin=&#8220;|92px||auto||&#8220; custom_padding=&#8220;0px|||||&#8220; global_colors_info=&#8220;{}&#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; header_3_text_color=&#8220;gcid-f4ecd076-6086-49a1-8162-4dc206a40490&#8243; custom_margin=&#8220;||0px||false|false&#8220; custom_padding=&#8220;||0px||false|false&#8220; global_colors_info=&#8220;{%22gcid-f4ecd076-6086-49a1-8162-4dc206a40490%22:%91%22header_3_text_color%22%93}&#8220;]<\/p>\n<h2>Angebot anfordern<\/h2>\n<p>[\/et_pb_text][wpforms_selector form_id=&#8220;14126&#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;][\/wpforms_selector][\/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\/2025\/12\/VACUHEAT-Aussenansicht.jpg&#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":282570,"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-282585","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.heat-treatment-services.com\/de\/wp-json\/wp\/v2\/pages\/282585","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=282585"}],"version-history":[{"count":3,"href":"https:\/\/www.heat-treatment-services.com\/de\/wp-json\/wp\/v2\/pages\/282585\/revisions"}],"predecessor-version":[{"id":282913,"href":"https:\/\/www.heat-treatment-services.com\/de\/wp-json\/wp\/v2\/pages\/282585\/revisions\/282913"}],"up":[{"embeddable":true,"href":"https:\/\/www.heat-treatment-services.com\/de\/wp-json\/wp\/v2\/pages\/282570"}],"wp:attachment":[{"href":"https:\/\/www.heat-treatment-services.com\/de\/wp-json\/wp\/v2\/media?parent=282585"}],"wp:term":[{"taxonomy":"difl_page_category","embeddable":true,"href":"https:\/\/www.heat-treatment-services.com\/de\/wp-json\/wp\/v2\/difl_page_category?post=282585"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}