{"id":38530,"date":"2026-01-20T14:42:40","date_gmt":"2026-01-20T13:42:40","guid":{"rendered":"https:\/\/www.lernstudio-barbarossa.de\/?page_id=38530"},"modified":"2026-01-23T12:03:28","modified_gmt":"2026-01-23T11:03:28","slug":"further-training-6","status":"publish","type":"page","link":"https:\/\/www.lernstudio-barbarossa.de\/en\/further-training-3\/further-training-2\/further-training-6\/","title":{"rendered":"Rehabilitation support"},"content":{"rendered":"\n<div class=\"wp-block-group alignfull is-style-without-space is-layout-constrained wp-block-group-is-layout-constrained\">\n<div style=\"height:80px;--heightDesktop:80px;--heightTablet:60;--heightMobile:8\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/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<figure class=\"wp-block-image size-full is-resized mobile-scaling-full-width\"><img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"592\" src=\"https:\/\/www.lernstudio-barbarossa.de\/wp-content\/uploads\/azav-logo.png\" alt=\"Orange-grey, circular AZAV certification logo with German text Tr&#xE4;ger- und Ma&#xDF;nahmenzulassung, AZAV zertifiziert, to highlight the official accreditation for a recognized continuing education programme.\" class=\"wp-image-26366\" style=\"width:100px\" srcset=\"https:\/\/www.lernstudio-barbarossa.de\/wp-content\/uploads\/azav-logo.png 768w, https:\/\/www.lernstudio-barbarossa.de\/wp-content\/uploads\/azav-logo-300x231.png 300w\" sizes=\"auto, (max-width: 768px) 100vw, 768px\" \/><\/figure>\n\n\n\n<div style=\"height:32px;--heightDesktop:32px;--heightTablet:32;--heightMobile:20\" 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\">Back to work &#8211; at your own pace<\/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\"><strong>Rehabilitation support<\/strong> can help you get back to work. Together we will clarify what options are available to you. <\/p>\n\n\n\n<div style=\"height:16px;--heightDesktop:16px;--heightTablet:28;--heightMobile:20\" 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-6ab44dcf1fb16\"\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-6ab44dcf1fb16');\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:28;--heightMobile:20\" 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\n\n\n<div style=\"height:60px;--heightDesktop:60px;--heightTablet:40;--heightMobile:20\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/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 aligncenter size-full is-resized is-style-rounded mobile-scaling-factor-0-75x\" style=\"--heightDesktop:auto\"><img decoding=\"async\" src=\"https:\/\/www.lernstudio-barbarossa.de\/wp-content\/uploads\/foerderprogramme.svg\" alt=\"\" class=\"wp-image-7239\" style=\"width:474px;height:auto\"\/><\/figure>\n<\/div>\n<\/div>\n<\/div>\n\n<div style=\"height:36px;--heightDesktop:36px;--heightTablet:40;--heightMobile:20\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<h2 class=\"wp-block-heading has-h-3-font-size\">Rehabilitation support &#8211; paths to professional stabilization through subsidized further training<\/h2>\n\n<p class=\"has-body-01-font-size wp-block-paragraph\">When <strong>health reasons<\/strong> change the professional situation, orientation and appropriate support are crucial. Rehabilitation support can help to secure or restore your ability to work and develop a viable professional solution. Lernstudio Barbarossa provides you with personal support &#8211; from initial clarification to suitable further training.  <\/p>\n\n<div style=\"height:16px;--heightDesktop:16px;--heightTablet:28;--heightMobile:20\" aria-hidden=\"true\" class=\"wp-block-spacer has-responsive-settings has-responsive-display-large\"><\/div>\n\n<div class=\"wp-block-group alignfull has-sand-300-background-color has-background is-layout-constrained wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading has-h-3-font-size\">Further training as part of rehabilitation support<\/h2>\n\n\n\n<p class=\"has-body-01-font-size wp-block-paragraph\">Rehabilitation funding supports qualifications that are tailored to the individual&#8217;s personal and health situation. The aim is to ensure long-term professional participation and enable a suitable return to work. <\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Eligible projects include:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"\">Language courses and communicative qualifications<\/li>\n\n\n\n<li class=\"\">Commercial and organizational content<\/li>\n\n\n\n<li class=\"\">Digital skills and IT basics<\/li>\n\n\n\n<li class=\"\">Adaptation qualifications for changed tasks<\/li>\n\n\n\n<li class=\"\">Further training for professional reorientation<\/li>\n<\/ul>\n\n\n\n<p class=\"has-body-01-font-size wp-block-paragraph\">Which further training is funded depends on your length of service, your individual entitlement to funding and your professional goal. We help you to identify the appropriate measures. <\/p>\n<\/div>\n\n<div style=\"height:46px;--heightDesktop:46px;--heightTablet:40;--heightMobile:20\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<h2 class=\"wp-block-heading has-h-3-font-size\">In which situations rehabilitation support is provided<\/h2>\n\n<p class=\"has-body-01-font-size wp-block-paragraph\">Rehabilitation support is aimed at people whose ability to work is restricted or may be at risk for health reasons.<\/p>\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n<p class=\"wp-block-paragraph\">These include, among others:<\/p>\n\n<ul class=\"wp-block-list\">\n<li class=\"\">People after a long illness<\/li>\n\n\n\n<li class=\"\">People with health restrictions<\/li>\n\n\n\n<li class=\"\">Employees with altered resilience<\/li>\n\n\n\n<li class=\"\">People who need professional adaptation<\/li>\n\n\n\n<li class=\"\">People on their way back to work<\/li>\n<\/ul>\n\n<p class=\"has-body-01-font-size wp-block-paragraph\">Support is provided on an individual basis and is geared towards personal rehabilitation needs.<\/p>\n\n<div style=\"height:46px;--heightDesktop:46px;--heightTablet:40;--heightMobile:20\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<h2 class=\"wp-block-heading has-h-3-font-size\">Personal advice with a view to your situation<\/h2>\n\n<p class=\"has-body-01-font-size wp-block-paragraph\">Rehabilitation support requires sensitivity, experience and clear orientation. That&#8217;s why we focus on individual advice that takes your situation seriously. <\/p>\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n<p class=\"wp-block-paragraph\">Im Gespr\u00e4ch kl\u00e4ren wir gemeinsam:<\/p>\n\n<ul class=\"wp-block-list\">\n<li class=\"\">Which further training courses are sensible and realistic.<\/li>\n\n\n\n<li class=\"\">How your health situation can be taken into account.<\/li>\n\n\n\n<li class=\"\">Which funding channels are possible.<\/li>\n\n\n\n<li class=\"\">How a stable learning and re-entry process can be designed.<\/li>\n<\/ul>\n\n<p class=\"has-body-01-font-size wp-block-paragraph\"><strong>Our advice is free, non-binding and based on trust.<\/strong><\/p>\n\n<div style=\"height:16px;--heightDesktop:16px;--heightTablet:28;--heightMobile:20\" aria-hidden=\"true\" class=\"wp-block-spacer has-responsive-settings has-responsive-display-large\"><\/div>\n\n<div class=\"wp-block-group alignfull is-style-without-space has-sand-300-background-color has-background no-side-padding-margin is-layout-constrained wp-block-group-is-layout-constrained\">\n<div style=\"height:32px;--heightDesktop:32px;--heightTablet:28;--heightMobile:20\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n<div data-component=\"ImageContent\" data-props=\"{&quot;image&quot;:{&quot;uploading&quot;:false,&quot;date&quot;:&quot;2026-01-20T13:41:40.000Z&quot;,&quot;filename&quot;:&quot;Rehabilitationsfoerderung.png&quot;,&quot;menuOrder&quot;:0,&quot;uploadedTo&quot;:38529,&quot;type&quot;:&quot;image&quot;,&quot;subtype&quot;:&quot;png&quot;,&quot;id&quot;:38532,&quot;title&quot;:&quot;rehabilitationsf\\u00f6rderung&quot;,&quot;url&quot;:&quot;https:\\\/\\\/www.lernstudio-barbarossa.de\\\/wp-content\\\/uploads\\\/Rehabilitationsfoerderung.png&quot;,&quot;link&quot;:&quot;https:\\\/\\\/www.lernstudio-barbarossa.de\\\/?attachment_id=38532&quot;,&quot;alt&quot;:&quot;Eine Frau in Gesch\\u00e4ftskleidung zeigt einem l\\u00e4chelnden Paar, das an einem Tisch sitzt und \\u00fcber Weiterbildungsm\\u00f6glichkeiten im Rahmen des Qualifizierungschancengesetzes spricht, Dokumente auf einem Klemmbrett, daneben liegen Papiere und eine kleine Pflanze.&quot;,&quot;author&quot;:&quot;6&quot;,&quot;description&quot;:&quot;Eine Frau in Gesch\\u00e4ftskleidung zeigt einem l\\u00e4chelnden Paar, das an einem Tisch sitzt und \\u00fcber Weiterbildungsm\\u00f6glichkeiten im Rahmen des Qualifizierungschancengesetzes spricht, Dokumente auf einem Klemmbrett, daneben liegen Papiere und eine kleine Pflanze.&quot;,&quot;caption&quot;:&quot;Eine Frau in Gesch\\u00e4ftskleidung zeigt einem l\\u00e4chelnden Paar, das an einem Tisch sitzt und \\u00fcber Weiterbildungsm\\u00f6glichkeiten im Rahmen des Qualifizierungschancengesetzes spricht, Dokumente auf einem Klemmbrett, daneben liegen Papiere und eine kleine Pflanze.&quot;,&quot;name&quot;:&quot;rehabilitationsfoerderung&quot;,&quot;status&quot;:&quot;inherit&quot;,&quot;modified&quot;:&quot;2026-01-20T13:41:46.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;20. Januar 2026&quot;,&quot;nonces&quot;:{&quot;update&quot;:&quot;30293434e8&quot;,&quot;delete&quot;:&quot;1aac8313aa&quot;,&quot;edit&quot;:&quot;69df642561&quot;},&quot;editLink&quot;:&quot;https:\\\/\\\/www.lernstudio-barbarossa.de\\\/wp-admin\\\/post.php?post=38532&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;F\\u00f6rderprogramme - Rehabilitationsf\\u00f6derung - Anpassung Antje fixed Page&quot;,&quot;uploadedToLink&quot;:&quot;https:\\\/\\\/www.lernstudio-barbarossa.de\\\/wp-admin\\\/post.php?post=38529&amp;action=edit&amp;lang=de&quot;,&quot;filesizeInBytes&quot;:1898681,&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\\\/Rehabilitationsfoerderung-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\\\/Rehabilitationsfoerderung-300x200.png&quot;,&quot;orientation&quot;:&quot;landscape&quot;},&quot;full&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/www.lernstudio-barbarossa.de\\\/wp-content\\\/uploads\\\/Rehabilitationsfoerderung.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[38532][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-38532-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-38532-wpmf_tag&#039; name=&#039;attachments[38532][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-38532-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;38532\\&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-38532-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-38532-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-38532-wpmf_gallery_custom_image_link\\&quot;\\n              name=\\&quot;attachments[38532][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-38532-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[38532][gallery_link_target]\\&quot;\\n                         id=\\&quot;attachments[38532][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-38532-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;38532\\&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;align&quot;:&quot;none&quot;,&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 has-h-2-font-size&quot; style=&quot;font-style:normal;font-weight:500&quot;&gt;Orientation and stability in the professional process&lt;\/h2&gt;\n\n\n\n&lt;ul class=&quot;wp-block-list&quot;&gt;\n&lt;li class=&quot;&quot;&gt;Support with returning to work&lt;\/li&gt;\n\n\n\n&lt;li class=&quot;&quot;&gt;Individually tailored qualifications&lt;\/li&gt;\n\n\n\n&lt;li class=&quot;&quot;&gt;Consideration of health requirements&lt;\/li&gt;\n\n\n\n&lt;li class=&quot;&quot;&gt;New career options through targeted further training&lt;\/li&gt;\n\n\n\n&lt;li class=&quot;&quot;&gt;Structure, orientation and stability&lt;\/li&gt;\n\n\n\n&lt;li class=&quot;&quot;&gt;Accompanied learning process with a clear perspective&lt;\/li&gt;\n&lt;\/ul&gt;\n\n\n\n&lt;div style=&quot;height:32px;--heightDesktop:32px;--heightTablet:28;--heightMobile:20&quot; aria-hidden=&quot;true&quot; class=&quot;wp-block-spacer&quot;&gt;&lt;\/div&gt;\n\n\n\n&lt;p class=&quot;wp-block-paragraph&quot;&gt;&lt;span\n    id=&quot;selected-studio-info-6ab44dcf16b24&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;Ihr direkter Draht zum Lernstudio:&quot;\n    style=&quot;color: inherit;&quot;&gt;\n                Ihr direkter Draht zum Lernstudio: 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-6ab44dcf16b24&#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:32px;--heightDesktop:32px;--heightTablet:28;--heightMobile:20&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;Request a course 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;div style=&quot;height:68px;--heightDesktop:68px&quot; aria-hidden=&quot;true&quot; class=&quot;wp-block-spacer&quot;&gt;&lt;\/div&gt;\n\n\"><\/div>\n<\/div>\n\n<div style=\"height:60px;--heightDesktop:60px;--heightTablet:40;--heightMobile:20\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<div class=\"wp-block-group alignfull is-layout-constrained wp-block-group-is-layout-constrained\"><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\/computerkurse-vision-mission.jpg\" alt=\"\" loading=\"lazy\">\n    <\/div>\n    <div class=\"dhsv-product-teaser-block__content\"\n        style=\"background: var(--brand); \">\n                    <div class=\"overline-container\">\n                                    <svg class=\"dhsv-icon\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n<g clip-path=\"url(#clip0_71_3702)\">\n<path d=\"M16.5 12C17.88 12 18.99 10.88 18.99 9.5C18.99 8.12 17.88 7 16.5 7C15.12 7 14 8.12 14 9.5C14 10.88 15.12 12 16.5 12ZM9 11C10.66 11 11.99 9.66 11.99 8C11.99 6.34 10.66 5 9 5C7.34 5 6 6.34 6 8C6 9.66 7.34 11 9 11ZM16.5 14C14.67 14 11 14.92 11 16.75V19H22V16.75C22 14.92 18.33 14 16.5 14ZM9 13C6.67 13 2 14.17 2 16.5V19H9V16.75C9 15.9 9.33 14.41 11.37 13.28C10.5 13.1 9.66 13 9 13Z\" fill=\"currentColor\"\/>\n<\/g>\n<defs>\n<clipPath id=\"clip0_71_3702\">\n<rect width=\"24\" height=\"24\" fill=\"white\"\/>\n<\/clipPath>\n<\/defs>\n<\/svg>                                <p class=\"overline\">AZAV-certified measures and further training<\/p>\n            <\/div>\n        \n        <h2 class=\"h3 headline\">Which further training is right for you?<\/h2>\n        <p class=\"text\">We make it easy for you: book your free consultation appointment and together we will find the online course that suits your goals exactly. Quickly, transparently and without obligation. <\/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<\/div>\n\n<div style=\"height:32px;--heightDesktop:32px;--heightTablet:28;--heightMobile:20\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<div class=\"wp-block-group alignfull is-style-without-space no-side-padding-margin is-layout-constrained wp-block-group-is-layout-constrained\">\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:78px;--heightDesktop:78px;--heightTablet:80;--heightMobile:60\" 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\">Lernstudio Barbarossa &#8211; the partner for your subsidized further education<\/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=\"M56.9481 51.4149V44.9805L57.7259 45.4471L59.5348 42.4325L47.1211 34.9844L34.7074 42.4325L36.5163 45.4471L37.2941 44.9805V51.4149H28.7059V44.9803L29.4838 45.4471L31.2926 42.4325L18.8789 34.9844L6.46535 42.4325L8.27414 45.4471L9.05203 44.9803V51.4149H3V54.9305H63V51.4149H56.9481ZM20.6367 51.4149V47.1208H17.1211V51.4149H12.5675V42.871L18.8789 39.0842L25.1903 42.871V51.4149H20.6367ZM48.8789 51.4149V47.1208H45.3633V51.4149H40.8097V42.8711L47.1211 39.0843L53.4325 42.8711V51.4149H48.8789Z\" fill=\"var(--primary, #1B1B1B)\"\/>\n<path d=\"M3 59.4844H63V63H3V59.4844Z\" fill=\"var(--primary, #1B1B1B)\"\/>\n<path d=\"M33.0008 22.6287C36.1948 22.6287 38.7933 20.0302 38.7933 16.8363C38.7933 13.6423 36.1948 11.0438 33.0008 11.0438C29.8069 11.0438 27.2084 13.6423 27.2084 16.8363C27.2084 20.0302 29.8069 22.6287 33.0008 22.6287ZM33.0008 14.5594C34.2563 14.5594 35.2777 15.5809 35.2777 16.8363C35.2777 18.0917 34.2563 19.1131 33.0008 19.1131C31.7454 19.1131 30.724 18.0917 30.724 16.8363C30.724 15.5809 31.7454 14.5594 33.0008 14.5594Z\" fill=\"var(--primary, #1B1B1B)\"\/>\n<path d=\"M33.0013 3C25.3537 3 19.132 9.22172 19.132 16.8693C19.369 26.7711 31.3481 35.6766 33.0013 36.9419C34.6545 35.6764 46.6336 26.7711 46.8706 16.8693C46.8707 9.22172 40.649 3 33.0013 3ZM33.0013 32.4712C29.5957 29.7002 22.4919 22.4475 22.6477 16.8693C22.6477 11.1602 27.2924 6.51562 33.0013 6.51562C38.7103 6.51562 43.3549 11.1602 43.3549 16.8693C43.5107 22.4475 36.4069 29.7002 33.0013 32.4712Z\" fill=\"var(--primary, #1B1B1B)\"\/>\n<\/svg>                        <h3 class=\"icon-box-title\">Germany-wide<\/h3>\n            <div class=\"icon-box-text\">More than 160 locations are available to you.<\/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_18650)\">\n<path d=\"M58.3706 28.3496C56.9656 28.3496 55.6802 28.8677 54.6929 29.7213C51.6816 23.3748 45.2066 18.9746 37.7212 18.9746H27.3918C26.738 17.4879 25.8055 16.1208 24.6513 14.9667C22.1736 12.4874 18.8775 11.1221 15.37 11.1221H13.495V23.0713C12.9485 23.5076 12.426 23.9743 11.9351 24.4652C10.2809 26.1171 8.93637 28.0883 7.9995 30.2246H0V43.0818L13.9451 52.7393V63.9996H24.6869L27.1906 56.3708H35.737L38.2407 63.9996H48.9825V52.7259C49.6905 52.1948 50.3639 51.6113 50.9926 50.9837C54.5385 47.4421 56.4912 42.7333 56.4912 37.7246C56.4912 37.7213 56.4911 37.7182 56.4911 37.7149V33.9746C56.4911 32.9407 57.3343 32.0996 58.3706 32.0996C59.4069 32.0996 60.25 32.9407 60.25 33.9746V37.7246H64V33.9746C64 30.8729 61.4746 28.3496 58.3706 28.3496ZM48.3426 48.3302C47.6449 49.0268 46.8791 49.6551 46.0665 50.1974L45.2324 50.7542V60.2496H40.9567L38.453 52.6208H24.4745L21.9708 60.2496H17.6951V50.7748L3.75 41.1173V33.9746H10.5976L11.0399 32.7253C11.7802 30.6341 13.006 28.6953 14.5859 27.1178C15.1631 26.5406 15.7941 26.0056 16.4614 25.5279L17.245 24.9669V15.0583C19.0349 15.4196 20.6796 16.2974 21.9991 17.6179C23.0618 18.6806 23.8608 19.9934 24.3095 21.4144L24.7235 22.7247H37.7212C46.0001 22.7247 52.7359 29.4486 52.7411 37.7151V37.7247C52.7411 41.7307 51.1791 45.4972 48.3426 48.3302Z\" fill=\"var(--primary, #1B1B1B)\"\/>\n<path d=\"M18.145 33.9824H21.895V37.7324H18.145V33.9824Z\" fill=\"var(--primary, #1B1B1B)\"\/>\n<path d=\"M26.375 26.4824H37.625V30.2324H26.375V26.4824Z\" fill=\"var(--primary, #1B1B1B)\"\/>\n<path d=\"M32 14.25C35.9288 14.25 39.125 11.0538 39.125 7.125C39.125 3.19625 35.9288 0 32 0C28.0712 0 24.875 3.19625 24.875 7.125C24.875 11.0538 28.0712 14.25 32 14.25ZM32 3.75C33.861 3.75 35.375 5.264 35.375 7.125C35.375 8.986 33.861 10.5 32 10.5C30.139 10.5 28.625 8.986 28.625 7.125C28.625 5.264 30.139 3.75 32 3.75Z\" fill=\"var(--primary, #1B1B1B)\"\/>\n<\/g>\n<defs>\n<clipPath id=\"clip0_1432_18650\">\n<rect width=\"64\" height=\"64\" fill=\"white\"\/>\n<\/clipPath>\n<\/defs>\n<\/svg>                        <h3 class=\"icon-box-title\">Course fees<\/h3>\n            <div class=\"icon-box-text\">Reimbursement up to 100% possible&#8230;<\/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\">Consulting<\/h3>\n            <div class=\"icon-box-text\">Free and detailed information on funding opportunities and course selection.<\/div>\n    \n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div style=\"height:32px;--heightDesktop:32px;--heightTablet:20\" 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=\"M41.8824 3.76471V0H23.0588V3.76471H8V64H56.9412V3.76471H41.8824ZM26.8235 3.76471H38.1176V7.52941H26.8235V3.76471ZM53.1765 60.2353H11.7647V7.52941H23.0588V11.2941H41.8824V7.52941H53.1765V60.2353Z\" fill=\"var(--primary, #1B1B1B)\"\/>\n<path d=\"M20.6743 20.4282L18.2405 17.9944L15.5786 20.6564L20.6743 25.7522L28.1542 18.2721L25.4923 15.6102L20.6743 20.4282Z\" fill=\"var(--primary, #1B1B1B)\"\/>\n<path d=\"M20.6743 35.487L18.2405 33.0532L15.5786 35.7153L20.6743 40.811L28.1542 33.3309L25.4923 30.6689L20.6743 35.487Z\" fill=\"var(--primary, #1B1B1B)\"\/>\n<path d=\"M36.2354 15.0588H49.4118V18.8235H36.2354V15.0588Z\" fill=\"var(--primary, #1B1B1B)\"\/>\n<path d=\"M36.2354 22.5882H45.6471V26.3529H36.2354V22.5882Z\" fill=\"var(--primary, #1B1B1B)\"\/>\n<path d=\"M36.2354 30.1176H49.4118V33.8824H36.2354V30.1176Z\" fill=\"var(--primary, #1B1B1B)\"\/>\n<path d=\"M36.2354 37.6471H45.6471V41.4118H36.2354V37.6471Z\" fill=\"var(--primary, #1B1B1B)\"\/>\n<path d=\"M15.5293 56.4706H26.8234V45.1765H15.5293V56.4706ZM19.294 48.9412H23.0587V52.7059H19.294V48.9412Z\" fill=\"var(--primary, #1B1B1B)\"\/>\n<path d=\"M36.2354 45.1765H43.7648V48.9412H36.2354V45.1765Z\" fill=\"var(--primary, #1B1B1B)\"\/>\n<path d=\"M36.2354 52.7059H49.4118V56.4706H36.2354V52.7059Z\" fill=\"var(--primary, #1B1B1B)\"\/>\n<\/svg>                        <h3 class=\"icon-box-title\">Flexible learning<\/h3>\n            <div class=\"icon-box-text\">Online from home or in the learning studio. Many courses can also be taken part-time. <\/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.342 23.9103H17.8284V27.424H21.342V23.9103Z\" fill=\"var(--primary, #1B1B1B)\"\/>\n<path d=\"M29.5404 23.9103H26.0267V27.424H29.5404V23.9103Z\" fill=\"var(--primary, #1B1B1B)\"\/>\n<path d=\"M37.7392 23.9103H34.2255V27.424H37.7392V23.9103Z\" fill=\"var(--primary, #1B1B1B)\"\/>\n<path d=\"M45.9375 23.9103H42.4239V27.424H45.9375V23.9103Z\" fill=\"var(--primary, #1B1B1B)\"\/>\n<path d=\"M13.1432 30.9376H9.62957V34.4512H13.1432V30.9376Z\" fill=\"var(--primary, #1B1B1B)\"\/>\n<path d=\"M21.342 30.9376H17.8284V34.4512H21.342V30.9376Z\" fill=\"var(--primary, #1B1B1B)\"\/>\n<path d=\"M29.5404 30.9376H26.0267V34.4512H29.5404V30.9376Z\" fill=\"var(--primary, #1B1B1B)\"\/>\n<path d=\"M37.7392 30.9376H34.2255V34.4512H37.7392V30.9376Z\" fill=\"var(--primary, #1B1B1B)\"\/>\n<path d=\"M45.9375 30.9376H42.4239V34.4512H45.9375V30.9376Z\" fill=\"var(--primary, #1B1B1B)\"\/>\n<path d=\"M13.1432 37.9649H9.62957V41.4785H13.1432V37.9649Z\" fill=\"var(--primary, #1B1B1B)\"\/>\n<path d=\"M21.342 37.9649H17.8284V41.4785H21.342V37.9649Z\" fill=\"var(--primary, #1B1B1B)\"\/>\n<path d=\"M29.5404 37.9649H26.0267V41.4785H29.5404V37.9649Z\" fill=\"var(--primary, #1B1B1B)\"\/>\n<path d=\"M37.7392 37.9649H34.2255V41.4785H37.7392V37.9649Z\" fill=\"var(--primary, #1B1B1B)\"\/>\n<path d=\"M53.5625 35.9198V4H2V51.0588H37.8683C39.3466 56.2161 44.0889 60 49.6953 60C56.4801 60 62 54.4585 62 47.6471C62 42.1914 58.4586 37.5511 53.5625 35.9198ZM5.51562 7.52941H50.0469V12.2353H45.9453V9.88235H42.4297V12.2353H37.7422V9.88235H34.2266V12.2353H29.5391V9.88235H26.0234V12.2353H21.3359V9.88235H17.8203V12.2353H13.1328V9.88235H9.61719V12.2353H5.51562V7.52941ZM37.3921 47.5294H5.51562V15.7647H9.61719V18.1176H13.1328V15.7647H17.8203V18.1176H21.3359V15.7647H26.0234V18.1176H29.5391V15.7647H34.2266V18.1176H37.7422V15.7647H42.4297V18.1176H45.9453V15.7647H50.0469V35.2995C49.93 35.2962 49.813 35.2941 49.6953 35.2941C42.9496 35.2941 37.4553 40.7721 37.3921 47.5294ZM49.6953 56.4706C44.849 56.4706 40.9062 52.5124 40.9062 47.6471C40.9062 42.7818 44.849 38.8235 49.6953 38.8235C54.5416 38.8235 58.4844 42.7818 58.4844 47.6471C58.4844 52.5124 54.5416 56.4706 49.6953 56.4706Z\" fill=\"var(--primary, #1B1B1B)\"\/>\n<path d=\"M51.4422 45.6954V40.4249H47.9286V49.209H55.073V45.6954H51.4422Z\" fill=\"var(--primary, #1B1B1B)\"\/>\n<\/svg>                        <h3 class=\"icon-box-title\">Fast &amp; uncomplicated<\/h3>\n            <div class=\"icon-box-text\"><strong>Start directly without long waiting times.<\/strong><\/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\">Officially recognized and 100% eligible.<\/div>\n    \n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div style=\"height:32px;--heightDesktop:32px;--heightTablet:20\" 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=\"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\">Individual online courses<\/h3>\n            <div class=\"icon-box-text\">Content 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=\"M49.6367 30.133C56.5966 29.2648 62 23.3123 62 16.1211C62 8.33469 55.6653 2 47.8789 2C40.6877 2 34.7352 7.4034 33.867 14.3633H30.2422V2H2V30.2422H14.3633V33.867C7.4034 34.7352 2 40.6877 2 47.8789C2 55.6653 8.33469 62 16.1211 62C23.9075 62 30.2422 55.6653 30.2422 47.8789C30.2422 40.6877 24.8388 34.7352 17.8789 33.867V30.2422H30.2422V17.8789H33.867C34.6632 24.2628 39.7372 29.3367 46.1211 30.133V33.7578H33.7578V62H62V33.7578H49.6367V30.133ZM26.7266 47.8789C26.7266 53.7268 21.969 58.4844 16.1211 58.4844C10.2732 58.4844 5.51562 53.7268 5.51562 47.8789C5.51562 42.031 10.2732 37.2734 16.1211 37.2734C21.969 37.2734 26.7266 42.031 26.7266 47.8789ZM26.7266 26.7266H5.51562V5.51562H26.7266V26.7266ZM37.2734 16.1211C37.2734 10.2732 42.031 5.51562 47.8789 5.51562C53.7268 5.51562 58.4844 10.2732 58.4844 16.1211C58.4844 21.969 53.7268 26.7266 47.8789 26.7266C42.031 26.7266 37.2734 21.969 37.2734 16.1211ZM58.4844 58.4844H37.2734V37.2734H58.4844V58.4844Z\" fill=\"var(--primary, #1B1B1B)\"\/>\n<\/svg>                        <h3 class=\"icon-box-title\">One-stop store<\/h3>\n            <div class=\"icon-box-text\">Further education, retraining, training &amp; coaching from a single source.<\/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=\"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\">Over 37 years of experience<\/h3>\n            <div class=\"icon-box-text\">Benefit from our many years of expertise in the further education and training of adults and employees.<\/div>\n    \n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div style=\"height:110px;--heightDesktop:110px;--heightTablet:80;--heightMobile:60\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div>\n<\/div>\n\n<div class=\"wp-block-group alignfull is-style- has-white-background-color has-background is-layout-constrained wp-block-group-is-layout-constrained\">\n<div style=\"height:100px;--heightDesktop:100px;--heightTablet:40;--heightMobile:20\" 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;: 598\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 class=\"dhsv-faq-list-block--item visible\" aria-expanded=\"false\">\n                    <button class=\"item-header\">\n                        <h3 class=\"title\">What does rehabilitation support mean?<\/h3>\n                        <div class=\"dhsv-button-icon\">\n                            <span><\/span>\n                            <span><\/span>\n                        <\/div>\n                    <\/button>\n                    <div class=\"dhsv-faq-list-block--item__body\" style=\"height: 0\">\n                        <div>\n<p class=\"wp-block-paragraph\">Its purpose is to maintain or restore the ability to work and to help people reintegrate into the workforce.<\/p>\n<\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"dhsv-faq-list-block--item visible\" aria-expanded=\"false\">\n                    <button class=\"item-header\">\n                        <h3 class=\"title\">Do I have to be currently unemployed to apply for rehabilitation support?<\/h3>\n                        <div class=\"dhsv-button-icon\">\n                            <span><\/span>\n                            <span><\/span>\n                        <\/div>\n                    <\/button>\n                    <div class=\"dhsv-faq-list-block--item__body\" style=\"height: 0\">\n                        <div>\n<p class=\"wp-block-paragraph\">No. Rehabilitation support can also be effective if there is a health restriction that affects the previous occupation. <\/p>\n<\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"dhsv-faq-list-block--item visible\" aria-expanded=\"false\">\n                    <button class=\"item-header\">\n                        <h3 class=\"title\">What role does the health situation play in rehabilitation support?<\/h3>\n                        <div class=\"dhsv-button-icon\">\n                            <span><\/span>\n                            <span><\/span>\n                        <\/div>\n                    <\/button>\n                    <div class=\"dhsv-faq-list-block--item__body\" style=\"height: 0\">\n                        <div>\n<p class=\"wp-block-paragraph\">It is central. The further training must match your resilience and rehabilitation goals. <\/p>\n<\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"dhsv-faq-list-block--item visible\" aria-expanded=\"false\">\n                    <button class=\"item-header\">\n                        <h3 class=\"title\">Does Lernstudio Barbarossa accompany the entire process of rehabilitation support?<\/h3>\n                        <div class=\"dhsv-button-icon\">\n                            <span><\/span>\n                            <span><\/span>\n                        <\/div>\n                    <\/button>\n                    <div class=\"dhsv-faq-list-block--item__body\" style=\"height: 0\">\n                        <div>\n<p class=\"wp-block-paragraph\">Yes, we are there to support you from planning to completion. <\/p>\n<\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"dhsv-faq-list-block--item visible\" aria-expanded=\"false\">\n                    <button class=\"item-header\">\n                        <h3 class=\"title\">Who decides whether rehabilitation support is eligible?<\/h3>\n                        <div class=\"dhsv-button-icon\">\n                            <span><\/span>\n                            <span><\/span>\n                        <\/div>\n                    <\/button>\n                    <div class=\"dhsv-faq-list-block--item__body\" style=\"height: 0\">\n                        <div>\n<p class=\"wp-block-paragraph\">The decision is made by the relevant rehabilitation provider on the basis of your personal situation, health assessment and career prospects.<\/p>\n<\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"dhsv-faq-list-block--item visible\" aria-expanded=\"false\">\n                    <button class=\"item-header\">\n                        <h3 class=\"title\">What role does a medical report play in rehabilitation support?<\/h3>\n                        <div class=\"dhsv-button-icon\">\n                            <span><\/span>\n                            <span><\/span>\n                        <\/div>\n                    <\/button>\n                    <div class=\"dhsv-faq-list-block--item__body\" style=\"height: 0\">\n                        <div>\n<p class=\"wp-block-paragraph\">In many cases, a medical assessment forms the basis for the funding decision. It helps to select suitable and reasonable qualifications. <\/p>\n<\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"dhsv-faq-list-block--item \" aria-expanded=\"false\">\n                    <button class=\"item-header\">\n                        <h3 class=\"title\">Can rehabilitation support also be used for existing employment relationships?<\/h3>\n                        <div class=\"dhsv-button-icon\">\n                            <span><\/span>\n                            <span><\/span>\n                        <\/div>\n                    <\/button>\n                    <div class=\"dhsv-faq-list-block--item__body\" style=\"height: 0\">\n                        <div>\n<p class=\"wp-block-paragraph\">Yes, rehabilitation support can also be provided if you are employed but have to change your job requirements for health reasons. <\/p>\n<\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"dhsv-faq-list-block--item \" aria-expanded=\"false\">\n                    <button class=\"item-header\">\n                        <h3 class=\"title\">Are there any specifications regarding the duration of funded further training as part of rehabilitation funding?<\/h3>\n                        <div class=\"dhsv-button-icon\">\n                            <span><\/span>\n                            <span><\/span>\n                        <\/div>\n                    <\/button>\n                    <div class=\"dhsv-faq-list-block--item__body\" style=\"height: 0\">\n                        <div>\n<p class=\"wp-block-paragraph\">The duration depends on the rehabilitation goal and the individual support plan. Short adaptation training courses are just as possible as more extensive measures. <\/p>\n<\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"dhsv-faq-list-block--item \" aria-expanded=\"false\">\n                    <button class=\"item-header\">\n                        <h3 class=\"title\">Does the further training via rehabilitation funding have to be directly related to my previous profession?<\/h3>\n                        <div class=\"dhsv-button-icon\">\n                            <span><\/span>\n                            <span><\/span>\n                        <\/div>\n                    <\/button>\n                    <div class=\"dhsv-faq-list-block--item__body\" style=\"height: 0\">\n                        <div>\n<p class=\"wp-block-paragraph\">Not necessarily. The decisive factor is that the measure contributes to a realistic professional perspective and takes your health requirements into account. <\/p>\n<\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"dhsv-faq-list-block--item \" aria-expanded=\"false\">\n                    <button class=\"item-header\">\n                        <h3 class=\"title\">What happens if my resilience changes during the rehabilitation support program?<\/h3>\n                        <div class=\"dhsv-button-icon\">\n                            <span><\/span>\n                            <span><\/span>\n                        <\/div>\n                    <\/button>\n                    <div class=\"dhsv-faq-list-block--item__body\" style=\"height: 0\">\n                        <div>\n<p class=\"wp-block-paragraph\">Changes should be addressed at an early stage. The content or time frame can be adapted in consultation with the rehabilitation provider. <\/p>\n<\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"dhsv-faq-list-block--item \" aria-expanded=\"false\">\n                    <button class=\"item-header\">\n                        <h3 class=\"title\">Can I consider several options for rehabilitation support before making a decision?<\/h3>\n                        <div class=\"dhsv-button-icon\">\n                            <span><\/span>\n                            <span><\/span>\n                        <\/div>\n                    <\/button>\n                    <div class=\"dhsv-faq-list-block--item__body\" style=\"height: 0\">\n                        <div>\n<p class=\"wp-block-paragraph\">Yes, careful consideration is advisable. During the consultation, we help you to compare different options and assess them realistically.  <\/p>\n<\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"dhsv-faq-list-block--item \" aria-expanded=\"false\">\n                    <button class=\"item-header\">\n                        <h3 class=\"title\">Is it possible to combine rehabilitation support with other support services?<\/h3>\n                        <div class=\"dhsv-button-icon\">\n                            <span><\/span>\n                            <span><\/span>\n                        <\/div>\n                    <\/button>\n                    <div class=\"dhsv-faq-list-block--item__body\" style=\"height: 0\">\n                        <div>\n<p class=\"wp-block-paragraph\">This depends on the individual case. We will clarify whether additional benefits are possible together with the responsible institution. <\/p>\n<\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"dhsv-faq-list-block--item \" aria-expanded=\"false\">\n                    <button class=\"item-header\">\n                        <h3 class=\"title\">How can I prepare for the interview with the rehabilitation provider?<\/h3>\n                        <div class=\"dhsv-button-icon\">\n                            <span><\/span>\n                            <span><\/span>\n                        <\/div>\n                    <\/button>\n                    <div class=\"dhsv-faq-list-block--item__body\" style=\"height: 0\">\n                        <div>\n<p class=\"wp-block-paragraph\">A clear presentation of your professional goals and your current situation helps. We support you in preparing these points in a structured manner. <\/p>\n<\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"dhsv-faq-list-block--item \" aria-expanded=\"false\">\n                    <button class=\"item-header\">\n                        <h3 class=\"title\">Is rehabilitation support tied to a specific diagnosis?<\/h3>\n                        <div class=\"dhsv-button-icon\">\n                            <span><\/span>\n                            <span><\/span>\n                        <\/div>\n                    <\/button>\n                    <div class=\"dhsv-faq-list-block--item__body\" style=\"height: 0\">\n                        <div>\n<p class=\"wp-block-paragraph\">No. The decisive factor is not a specific diagnosis, but whether health restrictions affect or could affect future work performance. <\/p>\n<\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"dhsv-faq-list-block--item \" aria-expanded=\"false\">\n                    <button class=\"item-header\">\n                        <h3 class=\"title\">Can rehabilitation support also be used preventively?<\/h3>\n                        <div class=\"dhsv-button-icon\">\n                            <span><\/span>\n                            <span><\/span>\n                        <\/div>\n                    <\/button>\n                    <div class=\"dhsv-faq-list-block--item__body\" style=\"height: 0\">\n                        <div>\n<p class=\"wp-block-paragraph\">In certain cases, yes. If it is foreseeable that the current career path will no longer be sustainable in the long term, support can be provided at an early stage for a professional adjustment. <\/p>\n<\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"dhsv-faq-list-block--item \" aria-expanded=\"false\">\n                    <button class=\"item-header\">\n                        <h3 class=\"title\">How individual is the rehabilitation support measure designed?<\/h3>\n                        <div class=\"dhsv-button-icon\">\n                            <span><\/span>\n                            <span><\/span>\n                        <\/div>\n                    <\/button>\n                    <div class=\"dhsv-faq-list-block--item__body\" style=\"height: 0\">\n                        <div>\n<p class=\"wp-block-paragraph\">The measure is based on the personal rehabilitation goal. The content, scope and workload are selected in such a way that they remain realistic and feasible. <\/p>\n<\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"dhsv-faq-list-block--item \" aria-expanded=\"false\">\n                    <button class=\"item-header\">\n                        <h3 class=\"title\">Are there fixed start dates for subsidized further training courses as part of rehabilitation funding?<\/h3>\n                        <div class=\"dhsv-button-icon\">\n                            <span><\/span>\n                            <span><\/span>\n                        <\/div>\n                    <\/button>\n                    <div class=\"dhsv-faq-list-block--item__body\" style=\"height: 0\">\n                        <div>\n<p class=\"wp-block-paragraph\">This depends on the measure in question. In many cases, flexible entry is possible as soon as the funding has been approved. You can often start very quickly.  <\/p>\n<\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"dhsv-faq-list-block--item \" aria-expanded=\"false\">\n                    <button class=\"item-header\">\n                        <h3 class=\"title\">Can rehabilitation support also help with a career change?<\/h3>\n                        <div class=\"dhsv-button-icon\">\n                            <span><\/span>\n                            <span><\/span>\n                        <\/div>\n                    <\/button>\n                    <div class=\"dhsv-faq-list-block--item__body\" style=\"height: 0\">\n                        <div>\n<p class=\"wp-block-paragraph\">Yes, if a career change is sensible or necessary for health reasons, the support can help to build up the necessary qualifications. <\/p>\n<\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"dhsv-faq-list-block--item \" aria-expanded=\"false\">\n                    <button class=\"item-header\">\n                        <h3 class=\"title\">How binding is a measure once planned in connection with rehabilitation support?<\/h3>\n                        <div class=\"dhsv-button-icon\">\n                            <span><\/span>\n                            <span><\/span>\n                        <\/div>\n                    <\/button>\n                    <div class=\"dhsv-faq-list-block--item__body\" style=\"height: 0\">\n                        <div>\n<p class=\"wp-block-paragraph\">The planning serves as a guide. Should it become apparent in the course of the project that adjustments are necessary, these can be examined in consultation with the responsible body. <\/p>\n<\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"dhsv-faq-list-block--item \" aria-expanded=\"false\">\n                    <button class=\"item-header\">\n                        <h3 class=\"title\">What distinguishes rehabilitation support from other support programs?<\/h3>\n                        <div class=\"dhsv-button-icon\">\n                            <span><\/span>\n                            <span><\/span>\n                        <\/div>\n                    <\/button>\n                    <div class=\"dhsv-faq-list-block--item__body\" style=\"height: 0\">\n                        <div>\n<p class=\"wp-block-paragraph\">The focus is not on the labor market alone, but on individual resilience and long-term professional stability.<\/p>\n<\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"dhsv-faq-list-block--item \" aria-expanded=\"false\">\n                    <button class=\"item-header\">\n                        <h3 class=\"title\">Can I get advice even without a specific funding commitment?<\/h3>\n                        <div class=\"dhsv-button-icon\">\n                            <span><\/span>\n                            <span><\/span>\n                        <\/div>\n                    <\/button>\n                    <div class=\"dhsv-faq-list-block--item__body\" style=\"height: 0\">\n                        <div>\n<p class=\"wp-block-paragraph\">Yes, early consultation helps to clarify options and to be well prepared for discussions with the responsible provider. <\/p>\n<\/div>\n                    <\/div>\n                <\/div>\n                            <div class=\"dhsv-faq-list-block--item \" aria-expanded=\"false\">\n                    <button class=\"item-header\">\n                        <h3 class=\"title\">What role does my previous work experience play?<\/h3>\n                        <div class=\"dhsv-button-icon\">\n                            <span><\/span>\n                            <span><\/span>\n                        <\/div>\n                    <\/button>\n                    <div class=\"dhsv-faq-list-block--item__body\" style=\"height: 0\">\n                        <div>\n<p class=\"wp-block-paragraph\">Your experience is an important starting point. The aim is to further develop or realign existing skills in a meaningful way. <\/p>\n\n<p class=\"wp-block-paragraph\"><\/p>\n<\/div>\n                    <\/div>\n                <\/div>\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\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Back to work &#8211; at your own pace Rehabilitation support can help you get back to work. Together we will clarify what options are available to you. Rehabilitation support &#8211; paths to professional stabilization through subsidized further training When health reasons change the professional situation, orientation and appropriate support are crucial. Rehabilitation support can help &hellip; <a href=\"https:\/\/www.lernstudio-barbarossa.de\/en\/further-training-3\/further-training-2\/further-training-6\/\">Continued<\/a><\/p>\n","protected":false},"author":6,"featured_media":0,"parent":38448,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"themenwelt":[581],"class_list":["post-38530","page","type-page","status-publish","hentry","themenwelt-brand"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.lernstudio-barbarossa.de\/en\/wp-json\/wp\/v2\/pages\/38530","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=38530"}],"version-history":[{"count":3,"href":"https:\/\/www.lernstudio-barbarossa.de\/en\/wp-json\/wp\/v2\/pages\/38530\/revisions"}],"predecessor-version":[{"id":38773,"href":"https:\/\/www.lernstudio-barbarossa.de\/en\/wp-json\/wp\/v2\/pages\/38530\/revisions\/38773"}],"up":[{"embeddable":true,"href":"https:\/\/www.lernstudio-barbarossa.de\/en\/wp-json\/wp\/v2\/pages\/38448"}],"wp:attachment":[{"href":"https:\/\/www.lernstudio-barbarossa.de\/en\/wp-json\/wp\/v2\/media?parent=38530"}],"wp:term":[{"taxonomy":"themenwelt","embeddable":true,"href":"https:\/\/www.lernstudio-barbarossa.de\/en\/wp-json\/wp\/v2\/themenwelt?post=38530"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}