{"id":32397,"date":"2025-09-30T09:38:27","date_gmt":"2025-09-30T07:38:27","guid":{"rendered":"https:\/\/www.lernstudio-barbarossa.de\/further-training\/master-craftsmen-and-specialists-ihk\/"},"modified":"2026-01-23T11:59:53","modified_gmt":"2026-01-23T10:59:53","slug":"master-craftsmen-and-specialists-ihk","status":"publish","type":"page","link":"https:\/\/www.lernstudio-barbarossa.de\/en\/further-training-3\/master-craftsmen-and-specialists-ihk\/","title":{"rendered":"Master craftsmen and specialists (IHK)"},"content":{"rendered":"\n<div class=\"wp-block-group alignfull is-style-without-space has-sand-300-background-color has-background is-layout-constrained wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-group is-style-without-space no-side-padding-margin is-layout-constrained wp-block-group-is-layout-constrained\">\n<div style=\"height:40px;--heightDesktop:40px;--heightTablet:40px;--heightMobile:28px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n<div class=\"dhsv-breadcrumb-block alignwide\">\n                    \n            <\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns is-style-mobile-reverse-columns is-layout-flex wp-container-core-columns-is-layout-32daa7ce wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-container-core-column-is-layout-a7dce961 wp-block-column-is-layout-flow\" style=\"flex-basis:60%\">\n<div style=\"height:32px;--heightDesktop:32px;--heightTablet:32px;--heightMobile:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h1 class=\"wp-block-heading has-h-1-font-size\" style=\"font-style:normal;font-weight:600\">Further training for master craftsmen &amp; specialists (IHK) &#8211; advancement with a recognized qualification<\/h1>\n\n\n\n<div style=\"height:10px;--heightDesktop:10px\" aria-hidden=\"true\" class=\"wp-block-spacer has-responsive-settings has-responsive-display-large\"><\/div>\n\n\n\n<p class=\"has-h-5-font-size wp-block-paragraph\" style=\"font-style:normal;font-weight:300\">Our AZAV-certified online training courses prepare you specifically for the recognized IHK qualification &#8211; practice-oriented and eligible for funding. Short-term start possible.<\/p>\n\n\n\n<div style=\"height:16px;--heightDesktop:16px;--heightTablet:28px;--heightMobile:20px\" aria-hidden=\"true\" class=\"wp-block-spacer has-responsive-settings has-responsive-display-large\"><\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><span\n    id=\"selected-studio-info-6ab315743264a\"\n    class=\"selected-studio-info\"\n    data-field=\"phone\"\n    data-fallback=\"0800 17361736\"\n    data-format=\"btn\"\n    data-btn-variant=\"primary\"\n    data-prefix=\"Ihr direkter Draht zum Lernstudio:\"\n    style=\"color: inherit;\">\n                Ihr direkter Draht zum Lernstudio: 0800 17361736<\/span>\n<script>\n    (function() {\n        \/\/ SVG icons content\n        const phoneIcon = `<svg width=\"27\" height=\"28\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<path d=\"M15.4987 11.0493L11.107 10.541L9.00703 12.641C6.6487 11.441 4.71536 9.51602 3.51536 7.14935L5.6237 5.04102L5.11536 0.666016H0.523698C0.0403647 9.14935 7.01536 16.1243 15.4987 15.641V11.0493Z\" fill=\"var(--icon-base, currentColor)\"\/>\n<\/svg>\n`;\n        \n        const mailIcon = `<svg width=\"27\" height=\"28\" viewBox=\"0 0 17 14\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<path d=\"M16.8346 0.5H0.167969V13.8333H16.8346V0.5ZM15.168 3.83333L8.5013 8L1.83464 3.83333V2.16667L8.5013 6.33333L15.168 2.16667V3.83333Z\" fill=\"var(--icon-base, currentColor)\"\/>\n<\/svg>\n`;\n\n        function updateStudioInfo() {\n            const element = document.getElementById('selected-studio-info-6ab315743264a');\n            if (!element) return;\n\n            const field = element.dataset.field;\n            const fallback = element.dataset.fallback;\n            const format = element.dataset.format;\n            const btnVariant = element.dataset.btnVariant;\n            const prefix = element.dataset.prefix;\n\n            try {\n                const storedStudio = localStorage.getItem('dhsv.studio_picker.selected_studio');\n                let value = fallback;\n\n                if (storedStudio) {\n                    const studio = JSON.parse(storedStudio);\n                    if (studio && studio[field]) {\n                        value = studio[field];\n                    }\n                }\n\n                \/\/ Prepare display value with prefix\n                const wrappedValue = `<span>${value}<\/span>`\n                const wrappedFallback = `<span>${fallback}<\/span>`\n\n                const displayValue = prefix ? prefix + ' ' + wrappedValue : wrappedValue;\n                const displayFallback = prefix ? prefix + ' ' + wrappedFallback : wrappedFallback;\n\n                \/\/ Format based on field type and format attribute\n                if (format === 'link') {\n                    if (field === 'phone') {\n                        element.innerHTML = '<a style=\"color: inherit;\" href=\"tel:' + value + '\">' + displayValue + '<\/a>';\n                    } else if (field === 'email') {\n                        element.innerHTML = '<a style=\"color: inherit;\" href=\"mailto:' + value + '\">' + displayValue + '<\/a>';\n                    } else {\n                        element.textContent = displayValue;\n                    }\n                } else if (format === 'btn') {\n                    const buttonClass = 'dhsv-button ' + btnVariant;\n                    let buttonData = 'data-type=\"' + btnVariant + '\" data-colors=\"default\"';\n                    let iconHtml = '';\n                    \n                    \/\/ Add icon and data-icon-before for phone and email\n                    if (field === 'phone' && phoneIcon) {\n                        buttonData += ' data-icon-before=\"true\"';\n                        iconHtml = phoneIcon;\n                    } else if (field === 'email' && mailIcon) {\n                        buttonData += ' data-icon-before=\"true\"';\n                        iconHtml = mailIcon;\n                    }\n                    \n                    if (field === 'phone') {\n                        element.innerHTML = '<div class=\"dhsv-button-wrapper\"><a class=\"'+ buttonClass\n                        + '\" href=\"tel:' + value + '\" ' + buttonData + '><div class=\"button-text\"><span class=\"text\">'\n                        + displayValue + '<\/span>' + iconHtml + '<\/div><\/a><\/div>';\n                    } else if (field === 'email') {\n                        element.innerHTML = '<div class=\"dhsv-button-wrapper\"><a class=\"' + buttonClass\n                        + '\" href=\"mailto:' + value + '\" ' + buttonData + '><div class=\"button-text\"><span class=\"text\">'\n                        + displayValue + '<\/span>' + iconHtml + '<\/div><\/a><\/div>';\n                    } else {\n                        element.innerHTML = '<div class=\"dhsv-button-wrapper\"><button class=\"' + buttonClass +\n                        '\" ' + buttonData + '><div class=\"button-text\"><span class=\"text\">' + displayValue + '<\/span><\/div><\/button><\/div>';\n                    }\n                } else {\n                    element.textContent = displayValue;\n                }\n\n            } catch (error) {\n                console.warn('Error reading selected studio info from localStorage:', error);\n                element.textContent = displayFallback;\n            }\n        }\n\n        updateStudioInfo();\n\n        window.addEventListener('storage', function(e) {\n            if (e.key === 'dhsv.studio_picker.selected_studio') {\n                updateStudioInfo();\n            }\n        });\n\n        window.addEventListener('selectedStudioChanged', updateStudioInfo);\n\n    })();\n<\/script>\n                <\/p>\n\n\n\n<div style=\"height:32px;--heightDesktop:32px;--heightTablet:28px;--heightMobile:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n<div class=\"dhsv-buttons horizontal is-layout-flex wp-block-dhsv-buttons-is-layout-flex\" data-align=\"wide\" style=\"display: flex; flex-wrap: wrap; --button-width: unset; flex-direction: row; justify-content: left\">\n\t\n<div class=\"dhsv-button-wrapper alignleft\">\n            <a class=\"dhsv-button medium\" href=\"https:\/\/www.lernstudio-barbarossa.de\/weiterbildung\/anfrage\/\" data-type=\"primary\" data-colors=\"brand\">\n            <div class=\"button-text\">\n                <span class=\"text\">Request a course now<\/span>\n                                    <svg class=\"dhsv-icon\" width=\"27\" height=\"28\" viewBox=\"0 0 15 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<path d=\"M7.5013 0.666016L6.2088 1.95852L11.3238 7.08268H0.167969V8.91602H11.3238L6.2088 14.0402L7.5013 15.3327L14.8346 7.99935L7.5013 0.666016Z\" fill=\"var(--icon-base, currentColor)\"\/>\n<\/svg>                            <\/div>\n        <\/a>\n    <\/div>\n\n\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-container-core-column-is-layout-a7dce961 wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-full is-style-rounded mobile-scaling-container-width\"><img decoding=\"async\" src=\"https:\/\/www.lernstudio-barbarossa.de\/wp-content\/uploads\/azav_startseite.svg\" alt=\"Two people stand next to a staircase leading to a large arrow pointing upwards, surrounded by symbols of growth, achievement and tools such as a pencil and a document symbolizing the path of further education and skills development.\" class=\"wp-image-26362\"\/><\/figure>\n<\/div>\n<\/div>\n\n\n\n<div style=\"height:80px;--heightDesktop:80px;--heightTablet:120px;--heightMobile:80px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div>\n\n<div style=\"height:50px;--heightDesktop:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<h2 class=\"wp-block-heading\">Online further training for master craftsmen &amp; specialists (IHK) &#8211; make targeted use of career opportunities<\/h2>\n\n<p class=\"wp-block-paragraph\">An IHK qualification stands for quality, professional competence and management responsibility. Our online training courses for master craftsmen and business administrators (IHK) provide you with the business and organizational know-how you need to manage processes, lead teams and successfully shape companies. Learn from anywhere, at your own pace and with a clear learning structure &#8211; so you can advance in a structured, efficient and high-quality manner.  <strong>  You can start your training with us at short notice.<\/strong><\/p>\n    \n    <!-- DataTables CSS & JS -->\n    <link rel=\"stylesheet\" type=\"text\/css\" href=\"https:\/\/cdn.datatables.net\/1.13.7\/css\/jquery.dataTables.min.css\">\n    <link rel=\"stylesheet\" type=\"text\/css\" href=\"https:\/\/cdn.datatables.net\/responsive\/2.5.0\/css\/responsive.dataTables.min.css\">\n    \n    <!-- Kategorie Filter nur zeigen wenn KEINE Kategorie vorgefiltert -->\n        <!-- Info-Box wenn gefiltert -->\n    <div style=\"margin-bottom: 20px; padding: 15px; background: #e7f3ff; border-left: 4px solid #0073aa;\">\n        <strong>Kurse in der Kategorie: Meister und Fachwirte (IHK)<\/strong>    <\/div>\n        \n    <!-- Tabelle -->\n    <table id=\"kurse-tabelle-6ab31574337d5\" class=\"kurse-datatable display responsive nowrap\" style=\"width:100%\">\n        <thead>\n            <tr>\n                <th>Kurstitel<\/th>\n                <th>Kursnummer<\/th>\n                <!---->\n                <th>Dauer<\/th>\n                <th>Zeitrahmen<\/th>\n                <th>Bildungsgutschein<\/th>\n                <th>N\u00e4chster Start<\/th>\n                <th>Aktion<\/th>\n            <\/tr>\n        <\/thead>\n        <tbody>\n\t\t\t\t\t\t<tr>\n\t\t\t\t<td>\n\t\t\t\t\t<strong title=\"Gepr\u00fcfte:r Industriemeister:in Elektrotechnik &#8211; Automatisierungs &#8211; und Informationstechnik (IHK)\">Gepr\u00fcfte:r Industriemeister:in Elektrotechnik &#8211; Aut...<\/strong>\n\t\t\t\t\t<!-- Versteckter Text f\u00fcr die Suche -->\n\t\t\t\t\t<span style=\"display: none;\">Gepr\u00fcfte:r Industriemeister:in Elektrotechnik &#8211; Automatisierungs &#8211; und Informationstechnik (IHK)<\/span>\n\t\t\t\t<\/td>\n\t\t\t\t<td>G-3547-2<\/td>\n\t\t\t\t<!---->\n\t\t\t\t<td>1100 Std.<\/td>\n\t\t\t\t<td>22 Wochen in Vollzeit<\/td>\n\t\t\t\t<td style=\"text-align: center;\">\n\t\t\t\t\t\t\t\t\t\t\t<span style=\"color: green;\">\u2713<\/span>\n\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t<td>24.11.2025<\/td>\n\t\t\t\t<td>\n\t\t\t\t\t<a href=\"https:\/\/www.lernstudio-barbarossa.de\/en\/weiterbildung\/meister-und-fachwirte-ihk\/kurs\/gepruefter-industriemeisterin-elektrotechnik-automatisierungs-und-informationstechnik-ihk\/\" class=\"button\" style=\"background: #ff0343; color: white; padding: 5px 15px; text-decoration: none; border-radius: 3px;\">Details<\/a>\n\t\t\t\t<\/td>\n\t\t\t<\/tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t<td>\n\t\t\t\t\t<strong title=\"Gepr\u00fcfte:r Industriemeister:in Elektrotechnik &#8211; Infrastruktursysteme und Betriebstechnik (IHK)\">Gepr\u00fcfte:r Industriemeister:in Elektrotechnik &#8211; Inf...<\/strong>\n\t\t\t\t\t<!-- Versteckter Text f\u00fcr die Suche -->\n\t\t\t\t\t<span style=\"display: none;\">Gepr\u00fcfte:r Industriemeister:in Elektrotechnik &#8211; Infrastruktursysteme und Betriebstechnik (IHK)<\/span>\n\t\t\t\t<\/td>\n\t\t\t\t<td>G-3548-2<\/td>\n\t\t\t\t<!---->\n\t\t\t\t<td>1100 Std.<\/td>\n\t\t\t\t<td>22 Wochen in Vollzeit<\/td>\n\t\t\t\t<td style=\"text-align: center;\">\n\t\t\t\t\t\t\t\t\t\t\t<span style=\"color: green;\">\u2713<\/span>\n\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t<td>24.11.2025<\/td>\n\t\t\t\t<td>\n\t\t\t\t\t<a href=\"https:\/\/www.lernstudio-barbarossa.de\/en\/weiterbildung\/meister-und-fachwirte-ihk\/kurs\/gepruefter-industriemeisterin-elektrotechnik-infrastruktursysteme-und-betriebstechnik-ihk\/\" class=\"button\" style=\"background: #ff0343; color: white; padding: 5px 15px; text-decoration: none; border-radius: 3px;\">Details<\/a>\n\t\t\t\t<\/td>\n\t\t\t<\/tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t<td>\n\t\t\t\t\t<strong title=\"Gepr\u00fcfte:r Industriemeister:in Mechatronik (IHK)\">Gepr\u00fcfte:r Industriemeister:in Mechatronik (IHK)<\/strong>\n\t\t\t\t\t<!-- Versteckter Text f\u00fcr die Suche -->\n\t\t\t\t\t<span style=\"display: none;\">Gepr\u00fcfte:r Industriemeister:in Mechatronik (IHK)<\/span>\n\t\t\t\t<\/td>\n\t\t\t\t<td>G-3552-2<\/td>\n\t\t\t\t<!---->\n\t\t\t\t<td>1100 Std.<\/td>\n\t\t\t\t<td>22 Wochen in Vollzeit<\/td>\n\t\t\t\t<td style=\"text-align: center;\">\n\t\t\t\t\t\t\t\t\t\t\t<span style=\"color: green;\">\u2713<\/span>\n\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t<td>24.11.2025<\/td>\n\t\t\t\t<td>\n\t\t\t\t\t<a href=\"https:\/\/www.lernstudio-barbarossa.de\/en\/weiterbildung\/meister-und-fachwirte-ihk\/kurs\/gepruefter-industriemeisterin-mechatronik-ihk\/\" class=\"button\" style=\"background: #ff0343; color: white; padding: 5px 15px; text-decoration: none; border-radius: 3px;\">Details<\/a>\n\t\t\t\t<\/td>\n\t\t\t<\/tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t<td>\n\t\t\t\t\t<strong title=\"Gepr\u00fcfte:r Industriemeister:in Metall (IHK)\">Gepr\u00fcfte:r Industriemeister:in Metall (IHK)<\/strong>\n\t\t\t\t\t<!-- Versteckter Text f\u00fcr die Suche -->\n\t\t\t\t\t<span style=\"display: none;\">Gepr\u00fcfte:r Industriemeister:in Metall (IHK)<\/span>\n\t\t\t\t<\/td>\n\t\t\t\t<td>G-2807-6<\/td>\n\t\t\t\t<!---->\n\t\t\t\t<td>1100 Std.<\/td>\n\t\t\t\t<td>22 Wochen in Vollzeit<\/td>\n\t\t\t\t<td style=\"text-align: center;\">\n\t\t\t\t\t\t\t\t\t\t\t<span style=\"color: green;\">\u2713<\/span>\n\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t<td>24.11.2025<\/td>\n\t\t\t\t<td>\n\t\t\t\t\t<a href=\"https:\/\/www.lernstudio-barbarossa.de\/en\/weiterbildung\/meister-und-fachwirte-ihk\/kurs\/gepruefter-industriemeisterin-metall-ihk\/\" class=\"button\" style=\"background: #ff0343; color: white; padding: 5px 15px; text-decoration: none; border-radius: 3px;\">Details<\/a>\n\t\t\t\t<\/td>\n\t\t\t<\/tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t<td>\n\t\t\t\t\t<strong title=\"Gepr\u00fcfte:r Logistikmeister:in (IHK)\">Gepr\u00fcfte:r Logistikmeister:in (IHK)<\/strong>\n\t\t\t\t\t<!-- Versteckter Text f\u00fcr die Suche -->\n\t\t\t\t\t<span style=\"display: none;\">Gepr\u00fcfte:r Logistikmeister:in (IHK)<\/span>\n\t\t\t\t<\/td>\n\t\t\t\t<td>G-3973-1<\/td>\n\t\t\t\t<!---->\n\t\t\t\t<td>1100 Std.<\/td>\n\t\t\t\t<td>22 Wochen in Vollzeit<\/td>\n\t\t\t\t<td style=\"text-align: center;\">\n\t\t\t\t\t\t\t\t\t\t\t<span style=\"color: green;\">\u2713<\/span>\n\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t<td>17.11.2025<\/td>\n\t\t\t\t<td>\n\t\t\t\t\t<a href=\"https:\/\/www.lernstudio-barbarossa.de\/en\/weiterbildung\/meister-und-fachwirte-ihk\/kurs\/gepruefter-logistikmeisterin-ihk\/\" class=\"button\" style=\"background: #ff0343; color: white; padding: 5px 15px; text-decoration: none; border-radius: 3px;\">Details<\/a>\n\t\t\t\t<\/td>\n\t\t\t<\/tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t<td>\n\t\t\t\t\t<strong title=\"Gepr\u00fcfte:r Meister:in f\u00fcr Kraftverkehr (IHK)\">Gepr\u00fcfte:r Meister:in f\u00fcr Kraftverkehr (IHK)<\/strong>\n\t\t\t\t\t<!-- Versteckter Text f\u00fcr die Suche -->\n\t\t\t\t\t<span style=\"display: none;\">Gepr\u00fcfte:r Meister:in f\u00fcr Kraftverkehr (IHK)<\/span>\n\t\t\t\t<\/td>\n\t\t\t\t<td>G-3780-2<\/td>\n\t\t\t\t<!---->\n\t\t\t\t<td>1000 Std.<\/td>\n\t\t\t\t<td>20 Wochen in Vollzeit<\/td>\n\t\t\t\t<td style=\"text-align: center;\">\n\t\t\t\t\t\t\t\t\t\t\t<span style=\"color: green;\">\u2713<\/span>\n\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t<td>01.12.2025<\/td>\n\t\t\t\t<td>\n\t\t\t\t\t<a href=\"https:\/\/www.lernstudio-barbarossa.de\/en\/weiterbildung\/meister-und-fachwirte-ihk\/kurs\/gepruefter-meisterin-fuer-kraftverkehr-ihk\/\" class=\"button\" style=\"background: #ff0343; color: white; padding: 5px 15px; text-decoration: none; border-radius: 3px;\">Details<\/a>\n\t\t\t\t<\/td>\n\t\t\t<\/tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t<td>\n\t\t\t\t\t<strong title=\"Gepr\u00fcfte:r Meister:in f\u00fcr Schutz und Sicherheit (IHK)\">Gepr\u00fcfte:r Meister:in f\u00fcr Schutz und Sicherheit (IHK)<\/strong>\n\t\t\t\t\t<!-- Versteckter Text f\u00fcr die Suche -->\n\t\t\t\t\t<span style=\"display: none;\">Gepr\u00fcfte:r Meister:in f\u00fcr Schutz und Sicherheit (IHK)<\/span>\n\t\t\t\t<\/td>\n\t\t\t\t<td>G-3781-2<\/td>\n\t\t\t\t<!---->\n\t\t\t\t<td>920 Std.<\/td>\n\t\t\t\t<td>19 Wochen in Vollzeit<\/td>\n\t\t\t\t<td style=\"text-align: center;\">\n\t\t\t\t\t\t\t\t\t\t\t<span style=\"color: green;\">\u2713<\/span>\n\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t<td>08.12.2025<\/td>\n\t\t\t\t<td>\n\t\t\t\t\t<a href=\"https:\/\/www.lernstudio-barbarossa.de\/en\/weiterbildung\/meister-und-fachwirte-ihk\/kurs\/gepruefter-meisterin-fuer-schutz-und-sicherheit-ihk\/\" class=\"button\" style=\"background: #ff0343; color: white; padding: 5px 15px; text-decoration: none; border-radius: 3px;\">Details<\/a>\n\t\t\t\t<\/td>\n\t\t\t<\/tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t<td>\n\t\t\t\t\t<strong title=\"Industriemeister:in Metall (IHK) inkl. AEVO\">Industriemeister:in Metall (IHK) inkl. AEVO<\/strong>\n\t\t\t\t\t<!-- Versteckter Text f\u00fcr die Suche -->\n\t\t\t\t\t<span style=\"display: none;\">Industriemeister:in Metall (IHK) inkl. AEVO<\/span>\n\t\t\t\t<\/td>\n\t\t\t\t<td>Z-G-3021-4<\/td>\n\t\t\t\t<!---->\n\t\t\t\t<td>1300 Std.<\/td>\n\t\t\t\t<td>26 Wochen in Vollzeit<\/td>\n\t\t\t\t<td style=\"text-align: center;\">\n\t\t\t\t\t\t\t\t\t\t\t<span style=\"color: green;\">\u2713<\/span>\n\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t<td>27.10.2025<\/td>\n\t\t\t\t<td>\n\t\t\t\t\t<a href=\"https:\/\/www.lernstudio-barbarossa.de\/en\/weiterbildung\/meister-und-fachwirte-ihk\/kurs\/industriemeisterin-metall-ihk-inkl-aevo\/\" class=\"button\" style=\"background: #ff0343; color: white; padding: 5px 15px; text-decoration: none; border-radius: 3px;\">Details<\/a>\n\t\t\t\t<\/td>\n\t\t\t<\/tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t<td>\n\t\t\t\t\t<strong title=\"Vorbereitung auf eine Aufstiegsqualifizierung &#8211; naturwissenschaftliche und technische Grundlagen\">Vorbereitung auf eine Aufstiegsqualifizierung &#8211; nat...<\/strong>\n\t\t\t\t\t<!-- Versteckter Text f\u00fcr die Suche -->\n\t\t\t\t\t<span style=\"display: none;\">Vorbereitung auf eine Aufstiegsqualifizierung &#8211; naturwissenschaftliche und technische Grundlagen<\/span>\n\t\t\t\t<\/td>\n\t\t\t\t<td>K-3550-2<\/td>\n\t\t\t\t<!---->\n\t\t\t\t<td>200 Std.<\/td>\n\t\t\t\t<td>4 Wochen in Vollzeit<\/td>\n\t\t\t\t<td style=\"text-align: center;\">\n\t\t\t\t\t\t\t\t\t\t\t<span style=\"color: green;\">\u2713<\/span>\n\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t<td>29.09.2025<\/td>\n\t\t\t\t<td>\n\t\t\t\t\t<a href=\"https:\/\/www.lernstudio-barbarossa.de\/en\/weiterbildung\/meister-und-fachwirte-ihk\/kurs\/vorbereitung-auf-eine-aufstiegsqualifizierung-naturwissenschaftliche-und-technische-grundlagen\/\" class=\"button\" style=\"background: #ff0343; color: white; padding: 5px 15px; text-decoration: none; border-radius: 3px;\">Details<\/a>\n\t\t\t\t<\/td>\n\t\t\t<\/tr>\n\t\t\t\t\t\t<tr>\n\t\t\t\t<td>\n\t\t\t\t\t<strong title=\"Vorbereitung auf eine Aufstiegsqualifizierung &#8211; Rechnungswesen Grundlagen\">Vorbereitung auf eine Aufstiegsqualifizierung &#8211; Rec...<\/strong>\n\t\t\t\t\t<!-- Versteckter Text f\u00fcr die Suche -->\n\t\t\t\t\t<span style=\"display: none;\">Vorbereitung auf eine Aufstiegsqualifizierung &#8211; Rechnungswesen Grundlagen<\/span>\n\t\t\t\t<\/td>\n\t\t\t\t<td>K-3549-2<\/td>\n\t\t\t\t<!---->\n\t\t\t\t<td>150 Std.<\/td>\n\t\t\t\t<td>3 Wochen in Vollzeit<\/td>\n\t\t\t\t<td style=\"text-align: center;\">\n\t\t\t\t\t\t\t\t\t\t\t<span style=\"color: green;\">\u2713<\/span>\n\t\t\t\t\t\t\t\t\t<\/td>\n\t\t\t\t<td>22.09.2025<\/td>\n\t\t\t\t<td>\n\t\t\t\t\t<a href=\"https:\/\/www.lernstudio-barbarossa.de\/en\/weiterbildung\/meister-und-fachwirte-ihk\/kurs\/vorbereitung-auf-eine-aufstiegsqualifizierung-rechnungswesen-grundlagen\/\" class=\"button\" style=\"background: #ff0343; color: white; padding: 5px 15px; text-decoration: none; border-radius: 3px;\">Details<\/a>\n\t\t\t\t<\/td>\n\t\t\t<\/tr>\n\t\t\t\t\t<\/tbody>\n    <\/table>\n    \n    <!-- DataTables initialisieren -->\n    <script src=\"https:\/\/code.jquery.com\/jquery-3.7.0.min.js\"><\/script>\n    <script type=\"text\/javascript\" src=\"https:\/\/cdn.datatables.net\/1.13.7\/js\/jquery.dataTables.min.js\"><\/script>\n    <script type=\"text\/javascript\" src=\"https:\/\/cdn.datatables.net\/responsive\/2.5.0\/js\/dataTables.responsive.min.js\"><\/script>\n    \n    <script>\n    jQuery(document).ready(function($) {\n        \/\/ DataTable initialisieren\n        var table = $('.kurse-datatable').DataTable({\n            responsive: true,\n            pageLength: 10,\n            language: {\n                \"url\": \"\/\/cdn.datatables.net\/plug-ins\/1.13.7\/i18n\/de-DE.json\"\n            },\n            order: [[1, 'asc']], \/\/ Nach Titel sortieren\n            columnDefs: [\n                { responsivePriority: 1, targets: 0 }, \/\/ Titel immer zeigen\n                { responsivePriority: 2, targets: -1 }, \/\/ Button immer zeigen (letzte Spalte)\n                            ]\n        });\n        \n            });\n    <\/script>\n    \n    <style>\n    .kurse-datatable_wrapper {\n        margin-top: 20px;\n    }\n    .dataTables_filter input {\n        padding: 5px;\n        border: 1px solid #ddd;\n        border-radius: 3px;\n    }\n    .kurse-datatable td {\n        vertical-align: middle;\n    }\n    <\/style>\n    \n    \n\n<div style=\"height:100px;--heightDesktop:100px;--heightTablet:60px;--heightMobile:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<div class=\"wp-block-group is-style-without-space is-layout-constrained wp-block-group-is-layout-constrained\"><div data-component=\"ImageContent\" data-props=\"{&quot;align&quot;:&quot;&quot;,&quot;image&quot;:{&quot;uploading&quot;:false,&quot;date&quot;:&quot;2025-10-17T07:16:25.000Z&quot;,&quot;filename&quot;:&quot;Meister-und-Fachwirte-Weiterbildung.png&quot;,&quot;menuOrder&quot;:0,&quot;uploadedTo&quot;:30430,&quot;type&quot;:&quot;image&quot;,&quot;subtype&quot;:&quot;png&quot;,&quot;id&quot;:31920,&quot;title&quot;:&quot;meister und fachwirte weiterbildung&quot;,&quot;url&quot;:&quot;https:\\\/\\\/www.lernstudio-barbarossa.de\\\/wp-content\\\/uploads\\\/Meister-und-Fachwirte-Weiterbildung.png&quot;,&quot;link&quot;:&quot;https:\\\/\\\/www.lernstudio-barbarossa.de\\\/weiterbildung\\\/meister-und-fachwirte-ihk\\\/meister-und-fachwirte-weiterbildung\\\/&quot;,&quot;alt&quot;:&quot;Ein l\\u00e4chelnder Mann mit einem Notizbuch in der Hand steht in einem B\\u00fcro, w\\u00e4hrend zwei Kollegen an einem Schreibtisch im Hintergrund eine Diskussion f\\u00fchren.&quot;,&quot;author&quot;:&quot;6&quot;,&quot;description&quot;:&quot;Ein l\\u00e4chelnder Mann mit einem Notizbuch in der Hand steht in einem B\\u00fcro, w\\u00e4hrend zwei Kollegen an einem Schreibtisch im Hintergrund eine Diskussion f\\u00fchren.&quot;,&quot;caption&quot;:&quot;Ein l\\u00e4chelnder Mann mit einem Notizbuch in der Hand steht in einem B\\u00fcro, w\\u00e4hrend zwei Kollegen an einem Schreibtisch im Hintergrund eine Diskussion f\\u00fchren.&quot;,&quot;name&quot;:&quot;meister-und-fachwirte-weiterbildung&quot;,&quot;status&quot;:&quot;inherit&quot;,&quot;modified&quot;:&quot;2025-10-17T07:16:31.000Z&quot;,&quot;mime&quot;:&quot;image\\\/png&quot;,&quot;icon&quot;:&quot;https:\\\/\\\/www.lernstudio-barbarossa.de\\\/wp-includes\\\/images\\\/media\\\/default.svg&quot;,&quot;dateFormatted&quot;:&quot;17. Oktober 2025&quot;,&quot;nonces&quot;:{&quot;update&quot;:&quot;c2e9ee9a38&quot;,&quot;delete&quot;:&quot;025860b0ca&quot;,&quot;edit&quot;:&quot;8d37c48920&quot;},&quot;editLink&quot;:&quot;https:\\\/\\\/www.lernstudio-barbarossa.de\\\/wp-admin\\\/post.php?post=31920&amp;action=edit&amp;lang=de&quot;,&quot;meta&quot;:false,&quot;authorName&quot;:&quot;a.hamilton&quot;,&quot;authorLink&quot;:&quot;https:\\\/\\\/www.lernstudio-barbarossa.de\\\/wp-admin\\\/profile.php&quot;,&quot;uploadedToTitle&quot;:&quot;Meister und Fachwirte (IHK)&quot;,&quot;uploadedToLink&quot;:&quot;https:\\\/\\\/www.lernstudio-barbarossa.de\\\/wp-admin\\\/post.php?post=30430&amp;action=edit&amp;lang=de&quot;,&quot;filesizeInBytes&quot;:2612173,&quot;filesizeHumanReadable&quot;:&quot;2 MB&quot;,&quot;context&quot;:&quot;&quot;,&quot;height&quot;:1024,&quot;width&quot;:1536,&quot;orientation&quot;:&quot;landscape&quot;,&quot;sizes&quot;:{&quot;thumbnail&quot;:{&quot;height&quot;:250,&quot;width&quot;:250,&quot;url&quot;:&quot;https:\\\/\\\/www.lernstudio-barbarossa.de\\\/wp-content\\\/uploads\\\/Meister-und-Fachwirte-Weiterbildung-250x250.png&quot;,&quot;orientation&quot;:&quot;landscape&quot;},&quot;medium&quot;:{&quot;height&quot;:200,&quot;width&quot;:300,&quot;url&quot;:&quot;https:\\\/\\\/www.lernstudio-barbarossa.de\\\/wp-content\\\/uploads\\\/Meister-und-Fachwirte-Weiterbildung-300x200.png&quot;,&quot;orientation&quot;:&quot;landscape&quot;},&quot;full&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/www.lernstudio-barbarossa.de\\\/wp-content\\\/uploads\\\/Meister-und-Fachwirte-Weiterbildung.png&quot;,&quot;height&quot;:1024,&quot;width&quot;:1536,&quot;orientation&quot;:&quot;landscape&quot;}},&quot;compat&quot;:{&quot;item&quot;:&quot;&lt;input type=\\&quot;hidden\\&quot; name=\\&quot;attachments[31920][menu_order]\\&quot; value=\\&quot;0\\&quot; \\\/&gt;&lt;p class=\\&quot;media-types media-types-required-info\\&quot;&gt;&lt;span class=\\&quot;required-field-message\\&quot;&gt;Erforderliche Felder sind mit &lt;span class=\\&quot;required\\&quot;&gt;*&lt;\\\/span&gt; markiert&lt;\\\/span&gt;&lt;\\\/p&gt;&lt;table class=\\&quot;compat-attachment-fields\\&quot;&gt;\\t\\t&lt;tr class=&#039;compat-field-wpmf_tag&#039;&gt;\\t\\t\\t&lt;th scope=&#039;row&#039; class=&#039;label&#039;&gt;&lt;label for=&#039;attachments-31920-wpmf_tag&#039;&gt;&lt;span class=&#039;alignleft&#039;&gt;&lt;\\\/span&gt;&lt;br class=&#039;clear&#039; \\\/&gt;&lt;\\\/label&gt;&lt;\\\/th&gt;\\n\\t\\t\\t&lt;td class=&#039;field&#039;&gt;&lt;input type=&#039;text&#039; class=&#039;text&#039; id=&#039;attachments-31920-wpmf_tag&#039; name=&#039;attachments[31920][wpmf_tag]&#039; value=&#039;&#039;  \\\/&gt;&lt;p class=&#039;help&#039;&gt;Separate tags with commas&lt;\\\/p&gt;&lt;\\\/td&gt;\\n\\t\\t&lt;\\\/tr&gt;\\n\\t\\t&lt;tr class=&#039;compat-field-wpmf_attachment_id&#039;&gt;\\t\\t\\t&lt;th scope=&#039;row&#039; class=&#039;label&#039;&gt;&lt;label for=&#039;attachments-31920-wpmf_attachment_id&#039;&gt;&lt;span class=&#039;alignleft&#039;&gt;&lt;\\\/span&gt;&lt;br class=&#039;clear&#039; \\\/&gt;&lt;\\\/label&gt;&lt;\\\/th&gt;\\n\\t\\t\\t&lt;td class=&#039;field&#039;&gt;&lt;input type=\\&quot;hidden\\&quot; class=\\&quot;wpmf_attachment_id\\&quot;\\n                   value=\\&quot;31920\\&quot;&gt;&lt;\\\/td&gt;\\n\\t\\t&lt;\\\/tr&gt;\\n\\t\\t&lt;tr class=&#039;compat-field-wpmf_media_selection&#039;&gt;\\t\\t\\t&lt;th scope=&#039;row&#039; class=&#039;label&#039;&gt;&lt;label for=&#039;attachments-31920-wpmf_media_selection&#039;&gt;&lt;span class=&#039;alignleft&#039;&gt;&lt;\\\/span&gt;&lt;br class=&#039;clear&#039; \\\/&gt;&lt;\\\/label&gt;&lt;\\\/th&gt;\\n\\t\\t\\t&lt;td class=&#039;field&#039;&gt;&lt;div class=\\&quot;wpmfjaoassign_row\\&quot;&gt;&lt;div class=\\&quot;wpmfjaoassign_right\\&quot;&gt;&lt;a class=\\&quot;open-popup-tree\\&quot;&gt;&lt;span class=\\&quot;material-icons-outlined\\&quot;&gt; snippet_folder &lt;\\\/span&gt;Media folders selection&lt;\\\/a&gt;&lt;\\\/div&gt;&lt;\\\/div&gt;&lt;\\\/td&gt;\\n\\t\\t&lt;\\\/tr&gt;\\n\\t\\t&lt;tr class=&#039;compat-field-wpmf_gallery_custom_image_link&#039;&gt;\\t\\t\\t&lt;th scope=&#039;row&#039; class=&#039;label&#039;&gt;&lt;label for=&#039;attachments-31920-wpmf_gallery_custom_image_link&#039;&gt;&lt;span class=&#039;alignleft&#039;&gt;Image gallery link to&lt;\\\/span&gt;&lt;br class=&#039;clear&#039; \\\/&gt;&lt;\\\/label&gt;&lt;\\\/th&gt;\\n\\t\\t\\t&lt;td class=&#039;field&#039;&gt;&lt;input type=\\&quot;text\\&quot; class=\\&quot;text\\&quot;\\n             id=\\&quot;attachments-31920-wpmf_gallery_custom_image_link\\&quot;\\n              name=\\&quot;attachments[31920][wpmf_gallery_custom_image_link]\\&quot;\\n               value=\\&quot;\\&quot;&gt;\\n                &lt;button type=\\&quot;button\\&quot; id=\\&quot;link-btn\\&quot;\\n                 class=\\&quot;link-btn\\&quot;&gt;&lt;span class=\\&quot;dashicons dashicons-admin-links wpmf-zmdi-link\\&quot;&gt;&lt;\\\/span&gt;&lt;\\\/button&gt;&lt;\\\/td&gt;\\n\\t\\t&lt;\\\/tr&gt;\\n\\t\\t&lt;tr class=&#039;compat-field-gallery_link_target&#039;&gt;\\t\\t\\t&lt;th scope=&#039;row&#039; class=&#039;label&#039;&gt;&lt;label for=&#039;attachments-31920-gallery_link_target&#039;&gt;&lt;span class=&#039;alignleft&#039;&gt;Link target&lt;\\\/span&gt;&lt;br class=&#039;clear&#039; \\\/&gt;&lt;\\\/label&gt;&lt;\\\/th&gt;\\n\\t\\t\\t&lt;td class=&#039;field&#039;&gt;\\n                        &lt;select name=\\&quot;attachments[31920][gallery_link_target]\\&quot;\\n                         id=\\&quot;attachments[31920][gallery_link_target]\\&quot;&gt;\\n                                &lt;option value=\\&quot;\\&quot;&gt;Same Window&lt;\\\/option&gt;\\n                                &lt;option value=\\&quot;_blank\\&quot;&gt;\\n                                New Window&lt;\\\/option&gt;\\n                        &lt;\\\/select&gt;&lt;\\\/td&gt;\\n\\t\\t&lt;\\\/tr&gt;\\n\\t\\t&lt;tr class=&#039;compat-field-imagify&#039;&gt;\\t\\t\\t&lt;th scope=&#039;row&#039; class=&#039;label&#039;&gt;&lt;label for=&#039;attachments-31920-imagify&#039;&gt;&lt;span class=&#039;alignleft&#039;&gt;Imagify&lt;\\\/span&gt;&lt;br class=&#039;clear&#039; \\\/&gt;&lt;\\\/label&gt;&lt;\\\/th&gt;\\n\\t\\t\\t&lt;td class=&#039;field&#039;&gt;&lt;div class=\\&quot;imagify-data-actions-container\\&quot; data-id=\\&quot;31920\\&quot; data-context=\\&quot;wp\\&quot;&gt;\\n\\t&lt;div class=\\&quot;button button-imagify-processing\\&quot;&gt;\\n\\t&lt;span class=\\&quot;imagify-spinner\\&quot;&gt;&lt;\\\/span&gt;\\n\\tOptimierung l\\u00e4uft\\u00a0\\u2026&lt;\\\/div&gt;&lt;\\\/div&gt;&lt;\\\/td&gt;\\n\\t\\t&lt;\\\/tr&gt;\\n&lt;\\\/table&gt;&quot;,&quot;meta&quot;:&quot;&quot;},&quot;cloud_media&quot;:0,&quot;is_video&quot;:0,&quot;video_url&quot;:&quot;&quot;,&quot;acf_errors&quot;:false},&quot;icon&quot;:&quot;&quot;,&quot;imageWidth&quot;:50,&quot;imageRatio&quot;:&quot;&quot;,&quot;imageRight&quot;:false,&quot;logos&quot;:[],&quot;logosHeight&quot;:&quot;&quot;,&quot;openPopupId&quot;:&quot;&quot;}\" data-prop-children=\"\n\n&lt;h2 class=&quot;wp-block-heading&quot; style=&quot;font-style:normal;font-weight:600&quot;&gt;&lt;strong&gt;&lt;strong&gt;&lt;strong&gt;Career advancement with further training&lt;\/strong&gt;&lt;\/strong&gt;&lt;\/strong&gt;&lt;\/h2&gt;\n\n\n\n&lt;p class=&quot;has-body-02-font-size wp-block-paragraph&quot;&gt;If you want to take on responsibility, you need sound knowledge and entrepreneurial thinking. Our Master Craftsman &amp;amp; Business Administrator (IHK) training courses prepare you specifically for management tasks - with content that optimally combines theory and practice. You will develop the skills you need to lead teams, manage processes and make sound business decisions.  &lt;\/p&gt;\n\n\n\n&lt;div style=&quot;height:16px;--heightDesktop:16px;--heightTablet:28px;--heightMobile:15px&quot; aria-hidden=&quot;true&quot; class=&quot;wp-block-spacer&quot;&gt;&lt;\/div&gt;\n\n&lt;p class=&quot;wp-block-paragraph&quot;&gt;&lt;span\n    id=&quot;selected-studio-info-6ab315742f37f&quot;\n    class=&quot;selected-studio-info&quot;\n    data-field=&quot;phone&quot;\n    data-fallback=&quot;0800 17361736&quot;\n    data-format=&quot;btn&quot;\n    data-btn-variant=&quot;primary&quot;\n    data-prefix=&quot;Unverbindlich telefonieren:&quot;\n    style=&quot;color: inherit;&quot;&gt;\n                Unverbindlich telefonieren: 0800 17361736&lt;\/span&gt;\n&lt;script&gt;\n    (function() {\n        \/\/ SVG icons content\n        const phoneIcon = `&lt;svg width=&quot;27&quot; height=&quot;28&quot; viewBox=&quot;0 0 16 16&quot; fill=&quot;none&quot; xmlns=&quot;http:\/\/www.w3.org\/2000\/svg&quot;&gt;\n&lt;path d=&quot;M15.4987 11.0493L11.107 10.541L9.00703 12.641C6.6487 11.441 4.71536 9.51602 3.51536 7.14935L5.6237 5.04102L5.11536 0.666016H0.523698C0.0403647 9.14935 7.01536 16.1243 15.4987 15.641V11.0493Z&quot; fill=&quot;var(--icon-base, currentColor)&quot;\/&gt;\n&lt;\/svg&gt;\n`;\n        \n        const mailIcon = `&lt;svg width=&quot;27&quot; height=&quot;28&quot; viewBox=&quot;0 0 17 14&quot; fill=&quot;none&quot; xmlns=&quot;http:\/\/www.w3.org\/2000\/svg&quot;&gt;\n&lt;path d=&quot;M16.8346 0.5H0.167969V13.8333H16.8346V0.5ZM15.168 3.83333L8.5013 8L1.83464 3.83333V2.16667L8.5013 6.33333L15.168 2.16667V3.83333Z&quot; fill=&quot;var(--icon-base, currentColor)&quot;\/&gt;\n&lt;\/svg&gt;\n`;\n\n        function updateStudioInfo() {\n            const element = document.getElementById(&#039;selected-studio-info-6ab315742f37f&#039;);\n            if (!element) return;\n\n            const field = element.dataset.field;\n            const fallback = element.dataset.fallback;\n            const format = element.dataset.format;\n            const btnVariant = element.dataset.btnVariant;\n            const prefix = element.dataset.prefix;\n\n            try {\n                const storedStudio = localStorage.getItem(&#039;dhsv.studio_picker.selected_studio&#039;);\n                let value = fallback;\n\n                if (storedStudio) {\n                    const studio = JSON.parse(storedStudio);\n                    if (studio &amp;&amp; studio[field]) {\n                        value = studio[field];\n                    }\n                }\n\n                \/\/ Prepare display value with prefix\n                const wrappedValue = `&lt;span&gt;${value}&lt;\/span&gt;`\n                const wrappedFallback = `&lt;span&gt;${fallback}&lt;\/span&gt;`\n\n                const displayValue = prefix ? prefix + &#039; &#039; + wrappedValue : wrappedValue;\n                const displayFallback = prefix ? prefix + &#039; &#039; + wrappedFallback : wrappedFallback;\n\n                \/\/ Format based on field type and format attribute\n                if (format === &#039;link&#039;) {\n                    if (field === &#039;phone&#039;) {\n                        element.innerHTML = &#039;&lt;a style=&quot;color: inherit;&quot; href=&quot;tel:&#039; + value + &#039;&quot;&gt;&#039; + displayValue + &#039;&lt;\/a&gt;&#039;;\n                    } else if (field === &#039;email&#039;) {\n                        element.innerHTML = &#039;&lt;a style=&quot;color: inherit;&quot; href=&quot;mailto:&#039; + value + &#039;&quot;&gt;&#039; + displayValue + &#039;&lt;\/a&gt;&#039;;\n                    } else {\n                        element.textContent = displayValue;\n                    }\n                } else if (format === &#039;btn&#039;) {\n                    const buttonClass = &#039;dhsv-button &#039; + btnVariant;\n                    let buttonData = &#039;data-type=&quot;&#039; + btnVariant + &#039;&quot; data-colors=&quot;default&quot;&#039;;\n                    let iconHtml = &#039;&#039;;\n                    \n                    \/\/ Add icon and data-icon-before for phone and email\n                    if (field === &#039;phone&#039; &amp;&amp; phoneIcon) {\n                        buttonData += &#039; data-icon-before=&quot;true&quot;&#039;;\n                        iconHtml = phoneIcon;\n                    } else if (field === &#039;email&#039; &amp;&amp; mailIcon) {\n                        buttonData += &#039; data-icon-before=&quot;true&quot;&#039;;\n                        iconHtml = mailIcon;\n                    }\n                    \n                    if (field === &#039;phone&#039;) {\n                        element.innerHTML = &#039;&lt;div class=&quot;dhsv-button-wrapper&quot;&gt;&lt;a class=&quot;&#039;+ buttonClass\n                        + &#039;&quot; href=&quot;tel:&#039; + value + &#039;&quot; &#039; + buttonData + &#039;&gt;&lt;div class=&quot;button-text&quot;&gt;&lt;span class=&quot;text&quot;&gt;&#039;\n                        + displayValue + &#039;&lt;\/span&gt;&#039; + iconHtml + &#039;&lt;\/div&gt;&lt;\/a&gt;&lt;\/div&gt;&#039;;\n                    } else if (field === &#039;email&#039;) {\n                        element.innerHTML = &#039;&lt;div class=&quot;dhsv-button-wrapper&quot;&gt;&lt;a class=&quot;&#039; + buttonClass\n                        + &#039;&quot; href=&quot;mailto:&#039; + value + &#039;&quot; &#039; + buttonData + &#039;&gt;&lt;div class=&quot;button-text&quot;&gt;&lt;span class=&quot;text&quot;&gt;&#039;\n                        + displayValue + &#039;&lt;\/span&gt;&#039; + iconHtml + &#039;&lt;\/div&gt;&lt;\/a&gt;&lt;\/div&gt;&#039;;\n                    } else {\n                        element.innerHTML = &#039;&lt;div class=&quot;dhsv-button-wrapper&quot;&gt;&lt;button class=&quot;&#039; + buttonClass +\n                        &#039;&quot; &#039; + buttonData + &#039;&gt;&lt;div class=&quot;button-text&quot;&gt;&lt;span class=&quot;text&quot;&gt;&#039; + displayValue + &#039;&lt;\/span&gt;&lt;\/div&gt;&lt;\/button&gt;&lt;\/div&gt;&#039;;\n                    }\n                } else {\n                    element.textContent = displayValue;\n                }\n\n            } catch (error) {\n                console.warn(&#039;Error reading selected studio info from localStorage:&#039;, error);\n                element.textContent = displayFallback;\n            }\n        }\n\n        updateStudioInfo();\n\n        window.addEventListener(&#039;storage&#039;, function(e) {\n            if (e.key === &#039;dhsv.studio_picker.selected_studio&#039;) {\n                updateStudioInfo();\n            }\n        });\n\n        window.addEventListener(&#039;selectedStudioChanged&#039;, updateStudioInfo);\n\n    })();\n&lt;\/script&gt;\n                &lt;\/p&gt;\n\n\n\n&lt;div style=&quot;height:12px;--heightDesktop:12px&quot; aria-hidden=&quot;true&quot; class=&quot;wp-block-spacer&quot;&gt;&lt;\/div&gt;\n\n\n&lt;div class=&quot;dhsv-buttons horizontal is-layout-flex wp-block-dhsv-buttons-is-layout-flex&quot; data-align=&quot;wide&quot; style=&quot;display: flex; flex-wrap: wrap; --button-width: unset; flex-direction: row; justify-content: left&quot;&gt;\n\t\n&lt;div class=&quot;dhsv-button-wrapper alignleft&quot;&gt;\n            &lt;a class=&quot;dhsv-button medium&quot; href=&quot;https:\/\/www.lernstudio-barbarossa.de\/weiterbildung\/anfrage\/&quot; data-type=&quot;primary&quot; data-colors=&quot;brand&quot;&gt;\n            &lt;div class=&quot;button-text&quot;&gt;\n                &lt;span class=&quot;text&quot;&gt;Get informed now&lt;\/span&gt;\n                                    &lt;svg class=&quot;dhsv-icon&quot; width=&quot;27&quot; height=&quot;28&quot; viewBox=&quot;0 0 15 16&quot; fill=&quot;none&quot; xmlns=&quot;http:\/\/www.w3.org\/2000\/svg&quot;&gt;\n&lt;path d=&quot;M7.5013 0.666016L6.2088 1.95852L11.3238 7.08268H0.167969V8.91602H11.3238L6.2088 14.0402L7.5013 15.3327L14.8346 7.99935L7.5013 0.666016Z&quot; fill=&quot;var(--icon-base, currentColor)&quot;\/&gt;\n&lt;\/svg&gt;                            &lt;\/div&gt;\n        &lt;\/a&gt;\n    &lt;\/div&gt;\n\n\n&lt;\/div&gt;\n\n\n\n&lt;p class=&quot;wp-block-paragraph&quot;&gt;&lt;\/p&gt;\n\n\"><\/div>\n<\/div>\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n<div style=\"height:100px;--heightDesktop:100px;--heightTablet:60px;--heightMobile:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<div class=\"dhsv-product-teaser-block default-size\">\n    <div class=\"dhsv-product-teaser-block__image\">\n                    <a target=\"_self\" href=\"https:\/\/www.lernstudio-barbarossa.de\/weiterbildung\/anfrage\/\"><\/a>\n        \n        <img decoding=\"async\" src=\"https:\/\/www.lernstudio-barbarossa.de\/wp-content\/uploads\/sprachschule-individueller-unterricht-1.webp\" alt=\"\" loading=\"lazy\">\n    <\/div>\n    <div class=\"dhsv-product-teaser-block__content\"\n        style=\"background: var(--brand); \">\n        \n        <h2 class=\"h3 headline\"><strong><strong><strong>Practice-oriented learning &#8211; with structure and purpose<\/strong><\/strong><\/strong><\/h2>\n        <p class=\"text\">All courses are clearly structured and lead step by step to a recognized IHK qualification. Practical case studies, project tasks and realistic exercises allow you to apply your knowledge directly. Whether in trade, industry or commerce &#8211; with our AZAV-certified online courses, you learn flexibly, efficiently and with measurable progress.  <\/p>\n\n        \n                    <div class=\"dhsv-button-wrapper alignleft\">\n                <a class=\"dhsv-button  medium\" href=\"https:\/\/www.lernstudio-barbarossa.de\/weiterbildung\/anfrage\/\" target=\"_self\"\n                    data-type=\"secondary\" data-colors=\"white\">\n                    <div class=\"button-text\">\n                        <span class=\"text\">\n                            Free advice\n                        <\/span>\n                                                    <svg class=\"dhsv-icon\" width=\"27\" height=\"28\" viewBox=\"0 0 15 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<path d=\"M7.5013 0.666016L6.2088 1.95852L11.3238 7.08268H0.167969V8.91602H11.3238L6.2088 14.0402L7.5013 15.3327L14.8346 7.99935L7.5013 0.666016Z\" fill=\"var(--icon-base, currentColor)\"\/>\n<\/svg>                                            <\/div>\n                <\/a>\n            <\/div>\n            <\/div>\n<\/div>\n\n<div style=\"height:140px;--heightDesktop:140px;--heightTablet:80px;--heightMobile:60px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<h2 class=\"wp-block-heading\"><strong><strong><strong>Who our master craftsman and business administrator training courses are suitable for<\/strong><\/strong><\/strong><\/h2>\n\n<p class=\"wp-block-paragraph\">Our courses are aimed at specialists who want to expand their professional qualifications or develop their skills further:<\/p>\n\n<ul class=\"wp-block-list\">\n<li class=\"\"><strong>Experienced employees<\/strong> who want to take on management responsibility<\/li>\n<\/ul>\n\n<ul class=\"wp-block-list\">\n<li class=\"\"><strong>Specialists and master craftsmen<\/strong> who want to update or deepen their knowledge<\/li>\n<\/ul>\n\n<ul class=\"wp-block-list\">\n<li class=\"\"><strong>Career changers<\/strong> who want to qualify for commercial or technical management positions<\/li>\n\n\n\n<li class=\"\"><strong>Self-employed people<\/strong> who want to expand their business knowledge<\/li>\n<\/ul>\n\n<p class=\"wp-block-paragraph\">All courses are AZAV-certified and eligible for funding via education vouchers &#8211; ideal for career advancement and reorientation.<\/p>\n\n<div style=\"height:91px;--heightDesktop:91px;--heightTablet:80px;--heightMobile:60px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<h2 class=\"wp-block-heading\"><strong><strong><strong><strong>Contents of our online further training courses for master craftsmen &amp; specialists (IHK)<\/strong><\/strong><\/strong><\/strong><\/h2>\n\n<p class=\"wp-block-paragraph\">Our practice-oriented modules prepare you specifically for the IHK examination:<\/p>\n\n<ul class=\"wp-block-list\">\n<li class=\"\">Corporate management &amp; business organization<\/li>\n<\/ul>\n\n<ul class=\"wp-block-list\">\n<li class=\"\">Personnel management &amp; communication<\/li>\n<\/ul>\n\n<ul class=\"wp-block-list\">\n<li class=\"\">Accounting, Controlling &amp; Law<\/li>\n\n\n\n<li class=\"\">Marketing &amp; Economics<\/li>\n\n\n\n<li class=\"\">Project management &amp; technical specialization<\/li>\n\n\n\n<li class=\"\">Exam preparation according to IHK standard<\/li>\n<\/ul>\n\n<p class=\"wp-block-paragraph\">Real-life case studies, practical exercises and structured learning concepts allow you to apply your knowledge directly &#8211; for lasting learning success and confidence in the exam.<\/p>\n\n<div style=\"height:73px;--heightDesktop:73px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<div class=\"wp-block-group alignfull is-style-without-space has-sand-300-background-color has-background is-layout-constrained wp-block-group-is-layout-constrained\">\n<div style=\"height:140px;--heightDesktop:140px;--heightTablet:80px;--heightMobile:60px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading is-style-default has-h-2-font-size\" style=\"font-style:normal;font-weight:600\">Your advantages with Lernstudio Barbarossa<\/h2>\n\n\n\n<div style=\"height:40px;--heightDesktop:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8d3341bf wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><div class=\"dhsv-icon-box-block alignnone small-size\">\n            <svg class=\"dhsv-icon\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<path d=\"M37.3906 9V16H2V47.5H19.8125V54.5H16.2969V58H33.875V54.5H30.3594V47.5H37.3906V58H62V9H37.3906ZM40.9062 12.5H58.4844V16C55.7226 16 45.0365 16 40.9062 16V12.5ZM44.4219 19.5V37H5.51562V19.5H44.4219ZM5.51562 40.5H44.4219V44H5.51562V40.5ZM26.8438 54.5H23.3281V47.5H26.8438V54.5ZM40.9062 54.5V47.5H47.9375V19.5H58.4844V54.5H40.9062Z\" fill=\"var(--primary, #1B1B1B)\"\/>\n<path d=\"M54.9688 23H51.4531V26.5H54.9688V23Z\" fill=\"var(--primary, #1B1B1B)\"\/>\n<path d=\"M54.9688 30H51.4531V33.5H54.9688V30Z\" fill=\"var(--primary, #1B1B1B)\"\/>\n<\/svg>                        <h3 class=\"icon-box-title\">100% online<\/h3>\n            <div class=\"icon-box-text\">Participation from home or in the online learning studio<\/div>\n    \n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><div class=\"dhsv-icon-box-block alignnone small-size\">\n            <svg class=\"dhsv-icon\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<g clip-path=\"url(#clip0_1432_18541)\">\n<path d=\"M53.8242 25.9268C53.8242 13.6268 43.8324 3.65039 31.5 3.65039C19.1677 3.65048 9.17578 13.6269 9.17578 25.9268C9.17587 38.2266 19.1677 48.203 31.5 48.2031C43.8323 48.2031 53.8241 38.2266 53.8242 25.9268ZM50.5508 43.0303C47.9642 45.8987 44.7367 48.1782 41.0938 49.6475L46.627 59.2129L50.6777 54.7266L56.5898 53.4688L50.5508 43.0303ZM6.41016 53.4697L12.3223 54.7266L12.6816 55.123L16.373 59.2119L21.9053 49.6475C18.2625 48.178 15.0357 45.8977 12.4492 43.0293L6.41016 53.4697ZM35.0156 22.6045C35.0155 20.6717 33.4446 19.0996 31.5 19.0996C29.5554 19.0996 27.9845 20.6718 27.9844 22.6045V24.5537C27.9844 26.4865 29.5554 28.0586 31.5 28.0586C33.4447 28.0586 35.0156 26.4865 35.0156 24.5537V22.6045ZM26.3916 31.3594C23.7839 31.3594 21.6748 33.4679 21.6748 36.0625V36.7891C24.2747 39.1319 27.7195 40.5596 31.5 40.5596C35.2803 40.5595 38.7244 39.1317 41.3242 36.7891V36.0625C41.3242 33.4679 39.2161 31.3594 36.6084 31.3594H33.1504V36.7393H29.8496V31.3594H26.3916ZM49.4648 25.9268C49.4648 35.8339 41.4188 43.8593 31.5 43.8594C21.5811 43.8594 13.5343 35.8339 13.5342 25.9268C13.5342 16.0195 21.5811 7.99316 31.5 7.99316C41.4188 7.99327 49.4648 16.0196 49.4648 25.9268ZM57.124 25.9268C57.124 31.2266 55.509 36.1488 52.7441 40.2314L61.7227 55.7529L52.4102 57.7314L46.04 64.7871L37.8906 50.7002C35.8476 51.2237 33.7064 51.5029 31.5 51.5029C29.2936 51.5029 27.1524 51.2238 25.1094 50.7002L16.96 64.7871L10.5889 57.7314L1.27734 55.7529L10.2549 40.2314C7.49031 36.1489 5.87601 31.2263 5.87598 25.9268C5.87598 11.7982 17.3513 0.349695 31.5 0.349609C45.6487 0.349609 57.124 11.7981 57.124 25.9268ZM38.3154 24.5537C38.3154 25.8502 37.9519 27.0611 37.3223 28.0918C40.4763 28.3698 43.1069 30.4712 44.1465 33.3369C45.4286 31.1631 46.165 28.6307 46.165 25.9268C46.165 17.8483 39.6025 11.294 31.5 11.2939C23.3974 11.2939 16.834 17.8482 16.834 25.9268C16.834 28.6306 17.5705 31.1631 18.8525 33.3369C19.892 30.4713 22.523 28.3701 25.6768 28.0918C25.0473 27.0612 24.6846 25.85 24.6846 24.5537V22.6045C24.6847 18.843 27.7391 15.7998 31.5 15.7998C35.261 15.7998 38.3153 18.843 38.3154 22.6045V24.5537Z\" fill=\"var(--primary, #1B1B1B)\"\/>\n<\/g>\n<defs>\n<clipPath id=\"clip0_1432_18541\">\n<rect width=\"64\" height=\"64\" fill=\"white\"\/>\n<\/clipPath>\n<\/defs>\n<\/svg>                        <h3 class=\"icon-box-title\">AZAV-certified<\/h3>\n            <div class=\"icon-box-text\">Eligible for funding from the employment agency or job center, etc.<\/div>\n    \n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><div class=\"dhsv-icon-box-block alignnone small-size\">\n            <svg class=\"dhsv-icon\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<path d=\"M62 6.22486H54.2436L48.9922 2L43.7409 6.22486H11.8181V13.2071H2V56.7753H9.75641L15.0078 61L20.2591 56.7751H52.1819V49.7929H62V6.22486ZM48.6663 53.284H19.0138L15.0078 56.507L11.0019 53.2841H5.51562V16.6983H48.6663V53.284ZM58.4844 46.3017H52.1819V13.2071H15.3337V9.716H44.9863L48.9922 6.49298L52.9981 9.71588H58.4844V46.3017Z\" fill=\"var(--primary, #1B1B1B)\"\/>\n<path d=\"M21.4302 28.7945H24.9458V32.2856H21.4302V28.7945Z\" fill=\"var(--primary, #1B1B1B)\"\/>\n<path d=\"M29.2361 28.7945H32.7518V32.2856H29.2361V28.7945Z\" fill=\"var(--primary, #1B1B1B)\"\/>\n<path d=\"M27.0909 41.9444C30.2123 41.9444 32.7516 39.4227 32.7516 36.323V36.1292H29.236V36.323C29.236 37.4977 28.2737 38.4533 27.0909 38.4533C25.9081 38.4533 24.9458 37.4977 24.9458 36.323V36.1292H21.4302V36.323C21.4302 39.4227 23.9696 41.9444 27.0909 41.9444Z\" fill=\"var(--primary, #1B1B1B)\"\/>\n<path d=\"M27.0909 48.9267C35.0711 48.9267 41.5636 42.4795 41.5636 34.5549C41.5636 26.6302 35.0711 20.183 27.0909 20.183C19.1107 20.183 12.6182 26.6302 12.6182 34.5549C12.6182 42.4795 19.1107 48.9267 27.0909 48.9267ZM27.0909 23.6741C33.1326 23.6741 38.0479 28.5552 38.0479 34.5549C38.0479 40.5545 33.1326 45.4356 27.0909 45.4356C21.0492 45.4356 16.1339 40.5545 16.1339 34.5549C16.1339 28.5552 21.0492 23.6741 27.0909 23.6741Z\" fill=\"var(--primary, #1B1B1B)\"\/>\n<\/svg>                        <h3 class=\"icon-box-title\">Support<\/h3>\n            <div class=\"icon-box-text\">When applying for the education voucher and other subsidies<\/div>\n    \n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div style=\"height:32px;--heightDesktop:32px;--heightTablet:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-8d3341bf wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><div class=\"dhsv-icon-box-block alignnone small-size\">\n            <svg class=\"dhsv-icon\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<path d=\"M52.3132 32.1171L52.3062 2L26.5047 8.21L48.7995 19.0377V32.1172H39.1617V40.9062H21.5938V49.6953H2V62L62 61.9999V32.1171H52.3132ZM48.7926 15.1263L36.9078 9.35434L48.7926 6.53387V15.1263ZM58.4864 35.6327V40.9061H42.6754V35.6327H58.4864ZM58.4864 44.4218V49.6953H25.1075V44.4218H58.4864ZM5.51357 58.4844V53.2109H58.4864V58.4843L5.51357 58.4844Z\" fill=\"var(--primary, #1B1B1B)\"\/>\n<\/svg>                        <h3 class=\"icon-box-title\">Personal support<\/h3>\n            <div class=\"icon-box-text\">From start to finish<\/div>\n    \n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><div class=\"dhsv-icon-box-block alignnone small-size\">\n            <svg class=\"dhsv-icon\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<path d=\"M17.8203 17.2344C22.0204 17.2344 25.4375 13.8173 25.4375 9.61719C25.4375 5.41707 22.0204 2 17.8203 2C13.6202 2 10.2031 5.41707 10.2031 9.61719C10.2031 13.8173 13.6202 17.2344 17.8203 17.2344ZM17.8203 5.51562C20.0819 5.51562 21.9219 7.35559 21.9219 9.61719C21.9219 11.8788 20.0819 13.7188 17.8203 13.7188C15.5587 13.7188 13.7188 11.8788 13.7188 9.61719C13.7188 7.35559 15.5587 5.51562 17.8203 5.51562Z\" fill=\"var(--primary, #1B1B1B)\"\/>\n<path d=\"M2 29.5391V40.0859C2 42.9937 4.36566 45.3594 7.27344 45.3594C7.88949 45.3594 8.48129 45.2532 9.03125 45.0582V62H26.6094V20.75H10.7891C5.94277 20.75 2 24.6928 2 29.5391ZM23.0938 58.4844H19.5781V40.0859H16.0625V58.4844H12.5469V27.7812H9.03125V40.0859C9.03125 41.0552 8.2427 41.8438 7.27344 41.8438C6.30418 41.8438 5.51562 41.0552 5.51562 40.0859V29.5391C5.51562 26.6313 7.88129 24.2656 10.7891 24.2656H23.0938V58.4844Z\" fill=\"var(--primary, #1B1B1B)\"\/>\n<path d=\"M30.125 20.75V31.2969H62V20.75H30.125ZM33.6406 24.2656H51.4531V27.7812H33.6406V24.2656ZM58.4844 27.7812H54.9688V24.2656H58.4844V27.7812Z\" fill=\"var(--primary, #1B1B1B)\"\/>\n<path d=\"M30.125 13.7188H46.0625V17.2344H30.125V13.7188Z\" fill=\"var(--primary, #1B1B1B)\"\/>\n<path d=\"M30.125 34.8125H46.0625V38.3281H30.125V34.8125Z\" fill=\"var(--primary, #1B1B1B)\"\/>\n<path d=\"M30.125 52.3906H62V41.8438H30.125V52.3906ZM58.4844 48.875H54.9688V45.3594H58.4844V48.875ZM33.6406 45.3594H51.4531V48.875H33.6406V45.3594Z\" fill=\"var(--primary, #1B1B1B)\"\/>\n<\/svg>                        <h3 class=\"icon-box-title\">Practical<\/h3>\n            <div class=\"icon-box-text\">Content and flexible learning times adapted to your needs<\/div>\n    \n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><div class=\"dhsv-icon-box-block alignnone small-size\">\n            <svg class=\"dhsv-icon\" width=\"64\" height=\"64\" viewBox=\"0 0 64 64\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<path d=\"M21.4531 47.9375C32.115 47.9375 40.7891 39.2634 40.7891 28.6016C40.7891 23.9824 39.1875 19.5873 36.25 16.0562L38.7608 13.5454L36.2749 11.0595L33.7748 13.5596C31.6861 11.7943 29.2923 10.5137 26.7266 9.77375V5.51562H30.2422V2H12.6641V5.51562H16.1797V9.77023C13.6114 10.5065 11.2104 11.7807 9.10941 13.5376L6.57652 11.0047L4.09063 13.4906L6.61895 16.0189C3.62996 19.5617 2 23.9715 2 28.6016C2 39.2634 10.7266 47.9375 21.4531 47.9375ZM19.6953 5.51562H23.2109V9.11281C22.6297 9.05949 22.0435 9.03125 21.4531 9.03125C20.863 9.03125 20.2768 9.05949 19.6953 9.11258V5.51562ZM21.4531 12.5469C30.1764 12.5469 37.2734 19.749 37.2734 28.6016C37.2734 37.3249 30.1764 44.4219 21.4531 44.4219C12.6651 44.4219 5.51562 37.3249 5.51562 28.6016C5.51562 19.899 12.8141 12.5469 21.4531 12.5469Z\" fill=\"var(--primary, #1B1B1B)\"\/>\n<path d=\"M30.1538 34.8164L23.2109 27.8735V16.0625H19.6953V29.3296L27.6679 37.3023L30.1538 34.8164Z\" fill=\"var(--primary, #1B1B1B)\"\/>\n<path d=\"M62 30.3594H44.3047V62H62C62 54.8158 62 37.9909 62 30.3594ZM58.4844 58.4844H47.8203V54.9688H58.4844V58.4844ZM58.4844 51.4531H47.8203V47.9375H58.4844V51.4531ZM58.4844 44.4219H47.8203V40.9062H58.4844V44.4219ZM58.4844 37.3906H47.8203V33.875H58.4844V37.3906Z\" fill=\"var(--primary, #1B1B1B)\"\/>\n<path d=\"M40.7891 51.4531H23.2109V62H40.7891V51.4531ZM37.2734 58.4844H26.7266V54.9688H37.2734V58.4844Z\" fill=\"var(--primary, #1B1B1B)\"\/>\n<\/svg>                        <h3 class=\"icon-box-title\">Smoothly<\/h3>\n            <div class=\"icon-box-text\">Prompt course start without long waiting times<\/div>\n    \n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div style=\"height:140px;--heightDesktop:140px;--heightTablet:80px;--heightMobile:60px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div>\n\n<div style=\"height:100px;--heightDesktop:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<div data-component=\"ImageContent\" data-props=\"{&quot;align&quot;:&quot;&quot;,&quot;image&quot;:{&quot;uploading&quot;:false,&quot;date&quot;:&quot;2025-10-17T07:26:53.000Z&quot;,&quot;filename&quot;:&quot;Meister-und-Fachwirte-Zukunft.png&quot;,&quot;menuOrder&quot;:0,&quot;uploadedTo&quot;:30430,&quot;type&quot;:&quot;image&quot;,&quot;subtype&quot;:&quot;png&quot;,&quot;id&quot;:31922,&quot;title&quot;:&quot;meister und fachwirte zukunft&quot;,&quot;url&quot;:&quot;https:\\\/\\\/www.lernstudio-barbarossa.de\\\/wp-content\\\/uploads\\\/Meister-und-Fachwirte-Zukunft.png&quot;,&quot;link&quot;:&quot;https:\\\/\\\/www.lernstudio-barbarossa.de\\\/weiterbildung\\\/meister-und-fachwirte-ihk\\\/meister-und-fachwirte-zukunft\\\/&quot;,&quot;alt&quot;:&quot;Ein Mann in einem hellblauen Hemd steht mit verschr\\u00e4nkten Armen und l\\u00e4chelnd in einem modernen B\\u00fcro mit Glasw\\u00e4nden, Schreibtischen und Computern im Hintergrund.&quot;,&quot;author&quot;:&quot;6&quot;,&quot;description&quot;:&quot;Ein Mann in einem hellblauen Hemd steht mit verschr\\u00e4nkten Armen und l\\u00e4chelnd in einem modernen B\\u00fcro mit Glasw\\u00e4nden, Schreibtischen und Computern im Hintergrund.&quot;,&quot;caption&quot;:&quot;Ein Mann in einem hellblauen Hemd steht mit verschr\\u00e4nkten Armen und l\\u00e4chelnd in einem modernen B\\u00fcro mit Glasw\\u00e4nden, Schreibtischen und Computern im Hintergrund.&quot;,&quot;name&quot;:&quot;meister-und-fachwirte-zukunft&quot;,&quot;status&quot;:&quot;inherit&quot;,&quot;modified&quot;:&quot;2025-10-17T07:26:59.000Z&quot;,&quot;mime&quot;:&quot;image\\\/png&quot;,&quot;icon&quot;:&quot;https:\\\/\\\/www.lernstudio-barbarossa.de\\\/wp-includes\\\/images\\\/media\\\/default.svg&quot;,&quot;dateFormatted&quot;:&quot;17. Oktober 2025&quot;,&quot;nonces&quot;:{&quot;update&quot;:&quot;a746f9f29c&quot;,&quot;delete&quot;:&quot;9d37054c8f&quot;,&quot;edit&quot;:&quot;9f631ed970&quot;},&quot;editLink&quot;:&quot;https:\\\/\\\/www.lernstudio-barbarossa.de\\\/wp-admin\\\/post.php?post=31922&amp;action=edit&amp;lang=de&quot;,&quot;meta&quot;:false,&quot;authorName&quot;:&quot;a.hamilton&quot;,&quot;authorLink&quot;:&quot;https:\\\/\\\/www.lernstudio-barbarossa.de\\\/wp-admin\\\/profile.php&quot;,&quot;uploadedToTitle&quot;:&quot;Meister und Fachwirte (IHK)&quot;,&quot;uploadedToLink&quot;:&quot;https:\\\/\\\/www.lernstudio-barbarossa.de\\\/wp-admin\\\/post.php?post=30430&amp;action=edit&amp;lang=de&quot;,&quot;filesizeInBytes&quot;:2108160,&quot;filesizeHumanReadable&quot;:&quot;2 MB&quot;,&quot;context&quot;:&quot;&quot;,&quot;height&quot;:1024,&quot;width&quot;:1536,&quot;orientation&quot;:&quot;landscape&quot;,&quot;sizes&quot;:{&quot;thumbnail&quot;:{&quot;height&quot;:250,&quot;width&quot;:250,&quot;url&quot;:&quot;https:\\\/\\\/www.lernstudio-barbarossa.de\\\/wp-content\\\/uploads\\\/Meister-und-Fachwirte-Zukunft-250x250.png&quot;,&quot;orientation&quot;:&quot;landscape&quot;},&quot;medium&quot;:{&quot;height&quot;:200,&quot;width&quot;:300,&quot;url&quot;:&quot;https:\\\/\\\/www.lernstudio-barbarossa.de\\\/wp-content\\\/uploads\\\/Meister-und-Fachwirte-Zukunft-300x200.png&quot;,&quot;orientation&quot;:&quot;landscape&quot;},&quot;full&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/www.lernstudio-barbarossa.de\\\/wp-content\\\/uploads\\\/Meister-und-Fachwirte-Zukunft.png&quot;,&quot;height&quot;:1024,&quot;width&quot;:1536,&quot;orientation&quot;:&quot;landscape&quot;}},&quot;compat&quot;:{&quot;item&quot;:&quot;&lt;input type=\\&quot;hidden\\&quot; name=\\&quot;attachments[31922][menu_order]\\&quot; value=\\&quot;0\\&quot; \\\/&gt;&lt;p class=\\&quot;media-types media-types-required-info\\&quot;&gt;&lt;span class=\\&quot;required-field-message\\&quot;&gt;Erforderliche Felder sind mit &lt;span class=\\&quot;required\\&quot;&gt;*&lt;\\\/span&gt; markiert&lt;\\\/span&gt;&lt;\\\/p&gt;&lt;table class=\\&quot;compat-attachment-fields\\&quot;&gt;\\t\\t&lt;tr class=&#039;compat-field-wpmf_tag&#039;&gt;\\t\\t\\t&lt;th scope=&#039;row&#039; class=&#039;label&#039;&gt;&lt;label for=&#039;attachments-31922-wpmf_tag&#039;&gt;&lt;span class=&#039;alignleft&#039;&gt;&lt;\\\/span&gt;&lt;br class=&#039;clear&#039; \\\/&gt;&lt;\\\/label&gt;&lt;\\\/th&gt;\\n\\t\\t\\t&lt;td class=&#039;field&#039;&gt;&lt;input type=&#039;text&#039; class=&#039;text&#039; id=&#039;attachments-31922-wpmf_tag&#039; name=&#039;attachments[31922][wpmf_tag]&#039; value=&#039;&#039;  \\\/&gt;&lt;p class=&#039;help&#039;&gt;Separate tags with commas&lt;\\\/p&gt;&lt;\\\/td&gt;\\n\\t\\t&lt;\\\/tr&gt;\\n\\t\\t&lt;tr class=&#039;compat-field-wpmf_attachment_id&#039;&gt;\\t\\t\\t&lt;th scope=&#039;row&#039; class=&#039;label&#039;&gt;&lt;label for=&#039;attachments-31922-wpmf_attachment_id&#039;&gt;&lt;span class=&#039;alignleft&#039;&gt;&lt;\\\/span&gt;&lt;br class=&#039;clear&#039; \\\/&gt;&lt;\\\/label&gt;&lt;\\\/th&gt;\\n\\t\\t\\t&lt;td class=&#039;field&#039;&gt;&lt;input type=\\&quot;hidden\\&quot; class=\\&quot;wpmf_attachment_id\\&quot;\\n                   value=\\&quot;31922\\&quot;&gt;&lt;\\\/td&gt;\\n\\t\\t&lt;\\\/tr&gt;\\n\\t\\t&lt;tr class=&#039;compat-field-wpmf_media_selection&#039;&gt;\\t\\t\\t&lt;th scope=&#039;row&#039; class=&#039;label&#039;&gt;&lt;label for=&#039;attachments-31922-wpmf_media_selection&#039;&gt;&lt;span class=&#039;alignleft&#039;&gt;&lt;\\\/span&gt;&lt;br class=&#039;clear&#039; \\\/&gt;&lt;\\\/label&gt;&lt;\\\/th&gt;\\n\\t\\t\\t&lt;td class=&#039;field&#039;&gt;&lt;div class=\\&quot;wpmfjaoassign_row\\&quot;&gt;&lt;div class=\\&quot;wpmfjaoassign_right\\&quot;&gt;&lt;a class=\\&quot;open-popup-tree\\&quot;&gt;&lt;span class=\\&quot;material-icons-outlined\\&quot;&gt; snippet_folder &lt;\\\/span&gt;Media folders selection&lt;\\\/a&gt;&lt;\\\/div&gt;&lt;\\\/div&gt;&lt;\\\/td&gt;\\n\\t\\t&lt;\\\/tr&gt;\\n\\t\\t&lt;tr class=&#039;compat-field-wpmf_gallery_custom_image_link&#039;&gt;\\t\\t\\t&lt;th scope=&#039;row&#039; class=&#039;label&#039;&gt;&lt;label for=&#039;attachments-31922-wpmf_gallery_custom_image_link&#039;&gt;&lt;span class=&#039;alignleft&#039;&gt;Image gallery link to&lt;\\\/span&gt;&lt;br class=&#039;clear&#039; \\\/&gt;&lt;\\\/label&gt;&lt;\\\/th&gt;\\n\\t\\t\\t&lt;td class=&#039;field&#039;&gt;&lt;input type=\\&quot;text\\&quot; class=\\&quot;text\\&quot;\\n             id=\\&quot;attachments-31922-wpmf_gallery_custom_image_link\\&quot;\\n              name=\\&quot;attachments[31922][wpmf_gallery_custom_image_link]\\&quot;\\n               value=\\&quot;\\&quot;&gt;\\n                &lt;button type=\\&quot;button\\&quot; id=\\&quot;link-btn\\&quot;\\n                 class=\\&quot;link-btn\\&quot;&gt;&lt;span class=\\&quot;dashicons dashicons-admin-links wpmf-zmdi-link\\&quot;&gt;&lt;\\\/span&gt;&lt;\\\/button&gt;&lt;\\\/td&gt;\\n\\t\\t&lt;\\\/tr&gt;\\n\\t\\t&lt;tr class=&#039;compat-field-gallery_link_target&#039;&gt;\\t\\t\\t&lt;th scope=&#039;row&#039; class=&#039;label&#039;&gt;&lt;label for=&#039;attachments-31922-gallery_link_target&#039;&gt;&lt;span class=&#039;alignleft&#039;&gt;Link target&lt;\\\/span&gt;&lt;br class=&#039;clear&#039; \\\/&gt;&lt;\\\/label&gt;&lt;\\\/th&gt;\\n\\t\\t\\t&lt;td class=&#039;field&#039;&gt;\\n                        &lt;select name=\\&quot;attachments[31922][gallery_link_target]\\&quot;\\n                         id=\\&quot;attachments[31922][gallery_link_target]\\&quot;&gt;\\n                                &lt;option value=\\&quot;\\&quot;&gt;Same Window&lt;\\\/option&gt;\\n                                &lt;option value=\\&quot;_blank\\&quot;&gt;\\n                                New Window&lt;\\\/option&gt;\\n                        &lt;\\\/select&gt;&lt;\\\/td&gt;\\n\\t\\t&lt;\\\/tr&gt;\\n\\t\\t&lt;tr class=&#039;compat-field-imagify&#039;&gt;\\t\\t\\t&lt;th scope=&#039;row&#039; class=&#039;label&#039;&gt;&lt;label for=&#039;attachments-31922-imagify&#039;&gt;&lt;span class=&#039;alignleft&#039;&gt;Imagify&lt;\\\/span&gt;&lt;br class=&#039;clear&#039; \\\/&gt;&lt;\\\/label&gt;&lt;\\\/th&gt;\\n\\t\\t\\t&lt;td class=&#039;field&#039;&gt;&lt;div class=\\&quot;imagify-data-actions-container\\&quot; data-id=\\&quot;31922\\&quot; data-context=\\&quot;wp\\&quot;&gt;\\n\\t&lt;div class=\\&quot;button button-imagify-processing\\&quot;&gt;\\n\\t&lt;span class=\\&quot;imagify-spinner\\&quot;&gt;&lt;\\\/span&gt;\\n\\tOptimierung l\\u00e4uft\\u00a0\\u2026&lt;\\\/div&gt;&lt;\\\/div&gt;&lt;\\\/td&gt;\\n\\t\\t&lt;\\\/tr&gt;\\n&lt;\\\/table&gt;&quot;,&quot;meta&quot;:&quot;&quot;},&quot;cloud_media&quot;:0,&quot;is_video&quot;:0,&quot;video_url&quot;:&quot;&quot;,&quot;acf_errors&quot;:false},&quot;imageRight&quot;:true,&quot;icon&quot;:&quot;&quot;,&quot;imageWidth&quot;:50,&quot;imageRatio&quot;:&quot;&quot;,&quot;logos&quot;:[],&quot;logosHeight&quot;:&quot;&quot;,&quot;openPopupId&quot;:&quot;&quot;}\" data-prop-children=\"\n\n&lt;h2 class=&quot;wp-block-heading&quot; style=&quot;font-style:normal;font-weight:600&quot;&gt;&lt;strong&gt;&lt;strong&gt;&lt;strong&gt;Career advancement now - with an IHK qualification and future prospects&lt;\/strong&gt;&lt;\/strong&gt;&lt;\/strong&gt;&lt;\/h2&gt;\n\n\n\n&lt;p class=&quot;has-body-02-font-size wp-block-paragraph&quot;&gt;A master craftsman or business administrator qualification opens up new opportunities - both professionally and personally.&lt;br\/&gt;Our online training courses bring you closer to your goal step by step: eligible for funding, recognized and practice-oriented.&lt;\/p&gt;\n\n\n\n&lt;div style=&quot;height:16px;--heightDesktop:16px;--heightTablet:28px;--heightMobile:15px&quot; aria-hidden=&quot;true&quot; class=&quot;wp-block-spacer&quot;&gt;&lt;\/div&gt;\n\n&lt;p class=&quot;wp-block-paragraph&quot;&gt;&lt;span\n    id=&quot;selected-studio-info-6ab3157430e1e&quot;\n    class=&quot;selected-studio-info&quot;\n    data-field=&quot;phone&quot;\n    data-fallback=&quot;0800 17361736&quot;\n    data-format=&quot;btn&quot;\n    data-btn-variant=&quot;primary&quot;\n    data-prefix=&quot;Unverbindlich telefonieren:&quot;\n    style=&quot;color: inherit;&quot;&gt;\n                Unverbindlich telefonieren: 0800 17361736&lt;\/span&gt;\n&lt;script&gt;\n    (function() {\n        \/\/ SVG icons content\n        const phoneIcon = `&lt;svg width=&quot;27&quot; height=&quot;28&quot; viewBox=&quot;0 0 16 16&quot; fill=&quot;none&quot; xmlns=&quot;http:\/\/www.w3.org\/2000\/svg&quot;&gt;\n&lt;path d=&quot;M15.4987 11.0493L11.107 10.541L9.00703 12.641C6.6487 11.441 4.71536 9.51602 3.51536 7.14935L5.6237 5.04102L5.11536 0.666016H0.523698C0.0403647 9.14935 7.01536 16.1243 15.4987 15.641V11.0493Z&quot; fill=&quot;var(--icon-base, currentColor)&quot;\/&gt;\n&lt;\/svg&gt;\n`;\n        \n        const mailIcon = `&lt;svg width=&quot;27&quot; height=&quot;28&quot; viewBox=&quot;0 0 17 14&quot; fill=&quot;none&quot; xmlns=&quot;http:\/\/www.w3.org\/2000\/svg&quot;&gt;\n&lt;path d=&quot;M16.8346 0.5H0.167969V13.8333H16.8346V0.5ZM15.168 3.83333L8.5013 8L1.83464 3.83333V2.16667L8.5013 6.33333L15.168 2.16667V3.83333Z&quot; fill=&quot;var(--icon-base, currentColor)&quot;\/&gt;\n&lt;\/svg&gt;\n`;\n\n        function updateStudioInfo() {\n            const element = document.getElementById(&#039;selected-studio-info-6ab3157430e1e&#039;);\n            if (!element) return;\n\n            const field = element.dataset.field;\n            const fallback = element.dataset.fallback;\n            const format = element.dataset.format;\n            const btnVariant = element.dataset.btnVariant;\n            const prefix = element.dataset.prefix;\n\n            try {\n                const storedStudio = localStorage.getItem(&#039;dhsv.studio_picker.selected_studio&#039;);\n                let value = fallback;\n\n                if (storedStudio) {\n                    const studio = JSON.parse(storedStudio);\n                    if (studio &amp;&amp; studio[field]) {\n                        value = studio[field];\n                    }\n                }\n\n                \/\/ Prepare display value with prefix\n                const wrappedValue = `&lt;span&gt;${value}&lt;\/span&gt;`\n                const wrappedFallback = `&lt;span&gt;${fallback}&lt;\/span&gt;`\n\n                const displayValue = prefix ? prefix + &#039; &#039; + wrappedValue : wrappedValue;\n                const displayFallback = prefix ? prefix + &#039; &#039; + wrappedFallback : wrappedFallback;\n\n                \/\/ Format based on field type and format attribute\n                if (format === &#039;link&#039;) {\n                    if (field === &#039;phone&#039;) {\n                        element.innerHTML = &#039;&lt;a style=&quot;color: inherit;&quot; href=&quot;tel:&#039; + value + &#039;&quot;&gt;&#039; + displayValue + &#039;&lt;\/a&gt;&#039;;\n                    } else if (field === &#039;email&#039;) {\n                        element.innerHTML = &#039;&lt;a style=&quot;color: inherit;&quot; href=&quot;mailto:&#039; + value + &#039;&quot;&gt;&#039; + displayValue + &#039;&lt;\/a&gt;&#039;;\n                    } else {\n                        element.textContent = displayValue;\n                    }\n                } else if (format === &#039;btn&#039;) {\n                    const buttonClass = &#039;dhsv-button &#039; + btnVariant;\n                    let buttonData = &#039;data-type=&quot;&#039; + btnVariant + &#039;&quot; data-colors=&quot;default&quot;&#039;;\n                    let iconHtml = &#039;&#039;;\n                    \n                    \/\/ Add icon and data-icon-before for phone and email\n                    if (field === &#039;phone&#039; &amp;&amp; phoneIcon) {\n                        buttonData += &#039; data-icon-before=&quot;true&quot;&#039;;\n                        iconHtml = phoneIcon;\n                    } else if (field === &#039;email&#039; &amp;&amp; mailIcon) {\n                        buttonData += &#039; data-icon-before=&quot;true&quot;&#039;;\n                        iconHtml = mailIcon;\n                    }\n                    \n                    if (field === &#039;phone&#039;) {\n                        element.innerHTML = &#039;&lt;div class=&quot;dhsv-button-wrapper&quot;&gt;&lt;a class=&quot;&#039;+ buttonClass\n                        + &#039;&quot; href=&quot;tel:&#039; + value + &#039;&quot; &#039; + buttonData + &#039;&gt;&lt;div class=&quot;button-text&quot;&gt;&lt;span class=&quot;text&quot;&gt;&#039;\n                        + displayValue + &#039;&lt;\/span&gt;&#039; + iconHtml + &#039;&lt;\/div&gt;&lt;\/a&gt;&lt;\/div&gt;&#039;;\n                    } else if (field === &#039;email&#039;) {\n                        element.innerHTML = &#039;&lt;div class=&quot;dhsv-button-wrapper&quot;&gt;&lt;a class=&quot;&#039; + buttonClass\n                        + &#039;&quot; href=&quot;mailto:&#039; + value + &#039;&quot; &#039; + buttonData + &#039;&gt;&lt;div class=&quot;button-text&quot;&gt;&lt;span class=&quot;text&quot;&gt;&#039;\n                        + displayValue + &#039;&lt;\/span&gt;&#039; + iconHtml + &#039;&lt;\/div&gt;&lt;\/a&gt;&lt;\/div&gt;&#039;;\n                    } else {\n                        element.innerHTML = &#039;&lt;div class=&quot;dhsv-button-wrapper&quot;&gt;&lt;button class=&quot;&#039; + buttonClass +\n                        &#039;&quot; &#039; + buttonData + &#039;&gt;&lt;div class=&quot;button-text&quot;&gt;&lt;span class=&quot;text&quot;&gt;&#039; + displayValue + &#039;&lt;\/span&gt;&lt;\/div&gt;&lt;\/button&gt;&lt;\/div&gt;&#039;;\n                    }\n                } else {\n                    element.textContent = displayValue;\n                }\n\n            } catch (error) {\n                console.warn(&#039;Error reading selected studio info from localStorage:&#039;, error);\n                element.textContent = displayFallback;\n            }\n        }\n\n        updateStudioInfo();\n\n        window.addEventListener(&#039;storage&#039;, function(e) {\n            if (e.key === &#039;dhsv.studio_picker.selected_studio&#039;) {\n                updateStudioInfo();\n            }\n        });\n\n        window.addEventListener(&#039;selectedStudioChanged&#039;, updateStudioInfo);\n\n    })();\n&lt;\/script&gt;\n                &lt;\/p&gt;\n\n\n\n&lt;div style=&quot;height:12px;--heightDesktop:12px&quot; aria-hidden=&quot;true&quot; class=&quot;wp-block-spacer&quot;&gt;&lt;\/div&gt;\n\n\n&lt;div class=&quot;dhsv-buttons horizontal is-layout-flex wp-block-dhsv-buttons-is-layout-flex&quot; data-align=&quot;wide&quot; style=&quot;display: flex; flex-wrap: wrap; --button-width: unset; flex-direction: row; justify-content: left&quot;&gt;\n\t\n&lt;div class=&quot;dhsv-button-wrapper alignleft&quot;&gt;\n            &lt;a class=&quot;dhsv-button medium&quot; href=&quot;https:\/\/www.lernstudio-barbarossa.de\/weiterbildung\/anfrage\/&quot; data-type=&quot;primary&quot; data-colors=&quot;brand&quot;&gt;\n            &lt;div class=&quot;button-text&quot;&gt;\n                &lt;span class=&quot;text&quot;&gt;Get informed now&lt;\/span&gt;\n                                    &lt;svg class=&quot;dhsv-icon&quot; width=&quot;27&quot; height=&quot;28&quot; viewBox=&quot;0 0 15 16&quot; fill=&quot;none&quot; xmlns=&quot;http:\/\/www.w3.org\/2000\/svg&quot;&gt;\n&lt;path d=&quot;M7.5013 0.666016L6.2088 1.95852L11.3238 7.08268H0.167969V8.91602H11.3238L6.2088 14.0402L7.5013 15.3327L14.8346 7.99935L7.5013 0.666016Z&quot; fill=&quot;var(--icon-base, currentColor)&quot;\/&gt;\n&lt;\/svg&gt;                            &lt;\/div&gt;\n        &lt;\/a&gt;\n    &lt;\/div&gt;\n\n\n&lt;\/div&gt;\n\n\"><\/div>\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n<div style=\"height:100px;--heightDesktop:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n<div class=\"wp-block-group alignfull is-style- has-sand-300-background-color has-background is-layout-constrained wp-block-group-is-layout-constrained\">\n<div style=\"height:100px;--heightDesktop:100px;--heightTablet:40px;--heightMobile:20px\" aria-hidden=\"true\" class=\"wp-block-spacer has-responsive-settings has-responsive-display-all\"><\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-7387b849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:10%\"><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h2 class=\"wp-block-heading has-text-align-center has-h-2-font-size\">Frequently asked questions<\/h2>\n\n\n\n<div style=\"height:10px;--heightDesktop:10px\" aria-hidden=\"true\" class=\"wp-block-spacer has-responsive-settings has-responsive-display-large\"><\/div>\n\n\n<div class=\"dhsv-faq-list-block alignnone\" data-props=\"{\n    &quot;categories&quot;: {\n        &quot;0&quot;: 494\n    },\n    &quot;align&quot;: &quot;none&quot;,\n    &quot;posts&quot;: {},\n    &quot;type&quot;: &quot;taxonomy&quot;,\n    &quot;openPopupId&quot;: &quot;&quot;\n}\">\n    <div class=\"dhsv-akkordeon--inner\">\n        <div id=\"faq-list\">\n                    <\/div>\n    <\/div>\n    <button class=\"load-more-faqs\">\n        Show more FAQ\n        <svg width=\"12\" height=\"20\" viewBox=\"0 0 12 20\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n            <path\n                d=\"M-6.11959e-07 14L1.0575 12.9425L5.25 17.1275L5.25 2.29485e-07L6.75 2.95052e-07L6.75 17.1275L10.9425 12.9425L12 14L6 20L-6.11959e-07 14Z\"\n                fill=\"var(--primary)\" \/>\n        <\/svg>\n    <\/button>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:10%\"><\/div>\n<\/div>\n\n\n\n<div style=\"height:100px;--heightDesktop:100px\" aria-hidden=\"true\" class=\"wp-block-spacer has-responsive-settings has-responsive-display-large\"><\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Further training for master craftsmen &amp; specialists (IHK) &#8211; advancement with a recognized qualification Our AZAV-certified online training courses prepare you specifically for the recognized IHK qualification &#8211; practice-oriented and eligible for funding. Short-term start possible. Online further training for master craftsmen &amp; specialists (IHK) &#8211; make targeted use of career opportunities An IHK qualification &hellip; <a href=\"https:\/\/www.lernstudio-barbarossa.de\/en\/weiterbildung\/meister-und-fachwirte-ihk\/kurs\/vorbereitung-auf-eine-aufstiegsqualifizierung-rechnungswesen-grundlagen\/\">Continued<\/a><\/p>\n","protected":false},"author":6,"featured_media":0,"parent":38400,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"themenwelt":[581],"class_list":["post-32397","page","type-page","status-publish","hentry","themenwelt-brand"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.lernstudio-barbarossa.de\/en\/wp-json\/wp\/v2\/pages\/32397","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.lernstudio-barbarossa.de\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.lernstudio-barbarossa.de\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.lernstudio-barbarossa.de\/en\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/www.lernstudio-barbarossa.de\/en\/wp-json\/wp\/v2\/comments?post=32397"}],"version-history":[{"count":2,"href":"https:\/\/www.lernstudio-barbarossa.de\/en\/wp-json\/wp\/v2\/pages\/32397\/revisions"}],"predecessor-version":[{"id":38763,"href":"https:\/\/www.lernstudio-barbarossa.de\/en\/wp-json\/wp\/v2\/pages\/32397\/revisions\/38763"}],"up":[{"embeddable":true,"href":"https:\/\/www.lernstudio-barbarossa.de\/en\/wp-json\/wp\/v2\/pages\/38400"}],"wp:attachment":[{"href":"https:\/\/www.lernstudio-barbarossa.de\/en\/wp-json\/wp\/v2\/media?parent=32397"}],"wp:term":[{"taxonomy":"themenwelt","embeddable":true,"href":"https:\/\/www.lernstudio-barbarossa.de\/en\/wp-json\/wp\/v2\/themenwelt?post=32397"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}