{"id":3658,"date":"2025-02-22T14:33:29","date_gmt":"2025-02-22T13:33:29","guid":{"rendered":"https:\/\/myn006.staging.360vier.net\/?page_id=3658"},"modified":"2026-03-02T10:39:29","modified_gmt":"2026-03-02T09:39:29","slug":"mobile-learning","status":"publish","type":"page","link":"https:\/\/www.mynd.com\/de\/mobile-learning\/","title":{"rendered":"Mobile Learning"},"content":{"rendered":"<div class=\"alignfull \">\n    <div class=\"hero-back\" style=\"background: rgb(0, 0, 0)\">\n        <div class=\"hero-stage\">\n                            <div class=\"overlay\"\n                     style=\"background: rgb(0, 0, 0); opacity: 0.6;\"><\/div>\n            \n                            <div class=\"hero-stage__content\">\n                                                                <div class=\"hero-stage__headline\">\n                                                            <h1><strong><strong>Mobiles Lernen: Flexibel und unterwegs<\/strong>.<\/strong><\/h1>\n                                                                <p class=\"hero-stage__subheading\">Training, das in Ihre Tasche passt! Lernen Sie jederzeit und \u00fcberall mit einem Training, das speziell f\u00fcr Ihre mobilen Ger\u00e4te entwickelt wurde.<\/p>\n                                    <\/div>\n            \n                    \n                    <\/div>\n        \n        <img\n      src=\"https:\/\/www.mynd.com\/wp-content\/uploads\/Mobile-Learning-Hero.webp\"\n      alt=\"\"\n      class=\"hero-stage__img\"\n      loading=\"eager\"\n      fetchpriority=\"high\"\n      decoding=\"async\"\n      style=\"\"\n    \/>\n  \n                    <div class=\"hero-stage__video\" style=\"z-index: -1;\">\n                \n                                    <video\n                        class=\"hero-video-lazy\"\n                        muted\n                        loop\n                        playsinline\n                        preload=\"none\"\n                        data-src=\"https:\/\/www.mynd.com\/wp-content\/uploads\/Mobile-Learning-Hero.webm\"\n                        data-disable-mobile=\"true\"\n                        style=\"width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; z-index: -1;\"\n                    >\n                        <source data-src=\"https:\/\/www.mynd.com\/wp-content\/uploads\/Mobile-Learning-Hero.webm\" type=\"video\/mp4\">\n                        Your browser does not support the video tag.\n                    <\/video>\n                            <\/div>\n        \n                    <button\n                class=\"hero-stage__down\"\n                onclick=\"scrollToNextSection()\"\n                aria-label=\"Scroll to next section\"\n            >\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 filter=\"url(#filter0_b_593_510)\">\n<g filter=\"url(#filter1_b_593_510)\">\n<path d=\"M64 32C64 49.6731 49.6731 64 32 64C14.3269 64 0 49.6731 0 32C0 14.3269 14.3269 0 32 0C49.6731 0 64 14.3269 64 32Z\" fill=\"white\" fill-opacity=\"0.1\"\/>\n<\/g>\n<path d=\"M31.2929 48.7071C31.6834 49.0976 32.3166 49.0976 32.7071 48.7071L39.0711 42.3431C39.4616 41.9526 39.4616 41.3195 39.0711 40.9289C38.6805 40.5384 38.0474 40.5384 37.6569 40.9289L32 46.5858L26.3431 40.9289C25.9526 40.5384 25.3195 40.5384 24.9289 40.9289C24.5384 41.3195 24.5384 41.9526 24.9289 42.3431L31.2929 48.7071ZM31 16L31 48L33 48L33 16L31 16Z\" fill=\"white\"\/>\n<\/g>\n<defs>\n<filter id=\"filter0_b_593_510\" x=\"-15\" y=\"-15\" width=\"94\" height=\"94\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"\/>\n<feGaussianBlur in=\"BackgroundImageFix\" stdDeviation=\"7.5\"\/>\n<feComposite in2=\"SourceAlpha\" operator=\"in\" result=\"effect1_backgroundBlur_593_510\"\/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_backgroundBlur_593_510\" result=\"shape\"\/>\n<\/filter>\n<filter id=\"filter1_b_593_510\" x=\"-25\" y=\"-25\" width=\"114\" height=\"114\" filterUnits=\"userSpaceOnUse\" color-interpolation-filters=\"sRGB\">\n<feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"\/>\n<feGaussianBlur in=\"BackgroundImageFix\" stdDeviation=\"12.5\"\/>\n<feComposite in2=\"SourceAlpha\" operator=\"in\" result=\"effect1_backgroundBlur_593_510\"\/>\n<feBlend mode=\"normal\" in=\"SourceGraphic\" in2=\"effect1_backgroundBlur_593_510\" result=\"shape\"\/>\n<\/filter>\n<\/defs>\n<\/svg>            <\/button>\n            <\/div>\n<\/div>\n\n<script data-cfasync=\"false\">\n    function scrollToNextSection() {\n        window.scrollBy({\n            top: window.innerHeight,\n            left: 0,\n            behavior: 'smooth'\n        });\n    }\n\n    \/**\n\n     * This system ensures videos never load before LCP occurs.\n     * Videos are only loaded after LCP measurement is complete.\n     *\/\n    let videoLoaded = false;\n\n    \/**\n     * Main video loading function - only called after LCP\n     *\/\n    function initLazyVideo() {\n        if (videoLoaded) return;\n        videoLoaded = true;\n\n        \/\/ Check if we're on mobile and video is disabled\n        const isMobile = window.innerWidth <= 767;\n\n        \/\/ Lazy load HTML5 videos\n        const lazyVideos = document.querySelectorAll('.hero-video-lazy');\n        lazyVideos.forEach(video => {\n            const disableMobile = video.dataset.disableMobile === 'true';\n\n            if (isMobile && disableMobile) {\n                video.style.display = 'none';\n                return;\n            }\n\n            const src = video.dataset.src;\n            if (src) {\n                const source = video.querySelector('source');\n                if (source) {\n                    source.src = src;\n                }\n                video.src = src;\n                video.load();\n\n                \/\/ Start playing when loaded and make visible\n                video.addEventListener('loadeddata', function() {\n                    video.play().then(() => {\n                        \/\/ Make video visible with smooth transition\n                        const videoContainer = document.querySelector('.hero-stage__video');\n                        if (videoContainer) {\n                            videoContainer.style.opacity = '1';\n                            videoContainer.style.zIndex = '1';\n                        }\n                    }).catch(e => {\n                        \/\/ Still show video even if autoplay is blocked\n                        const videoContainer = document.querySelector('.hero-stage__video');\n                        if (videoContainer) {\n                            videoContainer.style.opacity = '1';\n                            videoContainer.style.zIndex = '1';\n                        }\n                    });\n                });\n            }\n        });\n\n        \/\/ Lazy load iframe videos (YouTube\/Vimeo)\n        const lazyIframes = document.querySelectorAll('.hero-iframe-lazy');\n        lazyIframes.forEach(container => {\n            const disableMobile = container.dataset.disableMobile === 'true';\n\n            if (isMobile && disableMobile) {\n                container.style.display = 'none';\n                return;\n            }\n\n            const src = container.dataset.src;\n            if (src) {\n                const iframe = document.createElement('iframe');\n                iframe.src = getEmbedUrl(src);\n                iframe.style.cssText = 'position: absolute; top: 50%; left: 50%; width: 100vw !important; height: 100vh !important; transform: translate(-50%, -50%); border: none;';\n                iframe.setAttribute('allow', 'autoplay; encrypted-media');\n                iframe.setAttribute('allowfullscreen', '');\n                iframe.setAttribute('frameborder', '0');\n\n                \/\/ Replace placeholder with iframe\n                container.innerHTML = '';\n                container.appendChild(iframe);\n            }\n        });\n    }\n\n    \/**\n     * Safe video loading trigger - only called after LCP\n     *\/\n    window.initLazyVideoDelayed = function() {\n        \/\/ Only load video if LCP has been measured\n        if (window.dhsvLCPMeasured) {\n            initLazyVideo();\n        }\n    };\n\n    \/**\n     * Wait for LCP optimization to trigger video loading\n     *\/\n    document.addEventListener('DOMContentLoaded', function() {\n        \/\/ Check if LCP optimization is handling the video loading\n        if (typeof window.dhsvLCPMeasured !== 'undefined') {\n            \/\/ LCP optimization is present, it will handle video loading\n            return;\n        }\n\n        \/\/ Fallback: If no LCP optimization, wait for user interaction\n        const interactionEvents = ['scroll', 'click', 'touchstart', 'keydown'];\n\n        function handleInteraction() {\n            interactionEvents.forEach(event => {\n                document.removeEventListener(event, handleInteraction, { passive: true });\n            });\n\n            \/\/ Conservative delay to ensure LCP has occurred\n            setTimeout(initLazyVideo, 2000);\n        }\n\n        interactionEvents.forEach(event => {\n            document.addEventListener(event, handleInteraction, { passive: true });\n        });\n\n        \/\/ Ultimate fallback after 5 seconds\n        setTimeout(initLazyVideo, 5000);\n    });\n\n    function getEmbedUrl(url) {\n        if (url.includes('youtube.com\/watch')) {\n            const videoId = url.split('v=')[1]?.split('&')[0];\n            return `https:\/\/www.youtube.com\/embed\/${videoId}?autoplay=1&mute=1&loop=1&playlist=${videoId}&controls=0&showinfo=0&rel=0`;\n        }\n\n        if (url.includes('youtu.be\/')) {\n            const videoId = url.split('youtu.be\/')[1]?.split('?')[0];\n            return `https:\/\/www.youtube.com\/embed\/${videoId}?autoplay=1&mute=1&loop=1&playlist=${videoId}&controls=0&showinfo=0&rel=0`;\n        }\n\n        if (url.includes('vimeo.com\/')) {\n            const videoId = url.split('vimeo.com\/')[1]?.split('?')[0];\n            return `https:\/\/player.vimeo.com\/video\/${videoId}?autoplay=1&muted=1&loop=1&background=1&controls=0`;\n        }\n\n        return url;\n    }\n<\/script>\n\n\n\n<div class=\"wp-block-group alignfull has-dark-background-color has-background is-layout-constrained wp-block-group-is-layout-constrained\"><div data-component=\"LogoSlider\" data-props=\"{&quot;data&quot;:{&quot;type&quot;:&quot;ptSelection&quot;,&quot;ptQuery&quot;:{&quot;categories&quot;:&quot;&quot;,&quot;per_page&quot;:12,&quot;order&quot;:&quot;desc&quot;,&quot;orderby&quot;:&quot;date&quot;,&quot;include&quot;:[]},&quot;apiUrl&quot;:&quot;\\\/wp-json\\\/wp\\\/v2\\\/kunden?per_page=12&amp;order=desc&amp;orderby=date&amp;include=&quot;,&quot;customData&quot;:[],&quot;fixedIds&quot;:[],&quot;taxonomy&quot;:&quot;&quot;,&quot;posttype&quot;:&quot;kunden&quot;},&quot;posttype&quot;:&quot;kunden&quot;,&quot;categories&quot;:[],&quot;autoplay&quot;:true,&quot;slidePerPage&quot;:5,&quot;kundenPosts&quot;:[{&quot;id&quot;:1193,&quot;title&quot;:&quot;Audi&quot;,&quot;link&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/de\\\/blog\\\/kunden\\\/audi\\\/&quot;,&quot;featured_media&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-content\\\/uploads\\\/audi.svg&quot;},{&quot;id&quot;:1191,&quot;title&quot;:&quot;Mondelez&quot;,&quot;link&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/de\\\/blog\\\/kunden\\\/mondelez\\\/&quot;,&quot;featured_media&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-content\\\/uploads\\\/mondelez.svg&quot;},{&quot;id&quot;:1120,&quot;title&quot;:&quot;Skoda&quot;,&quot;link&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/de\\\/blog\\\/kunden\\\/skoda\\\/&quot;,&quot;featured_media&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-content\\\/uploads\\\/skoda-logo_dark-1.svg&quot;},{&quot;id&quot;:1118,&quot;title&quot;:&quot;Ernst Young - EY&quot;,&quot;link&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/de\\\/blog\\\/kunden\\\/test-6\\\/&quot;,&quot;featured_media&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-content\\\/uploads\\\/ey.svg&quot;},{&quot;id&quot;:1116,&quot;title&quot;:&quot;Bayer&quot;,&quot;link&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/de\\\/blog\\\/kunden\\\/test-5\\\/&quot;,&quot;featured_media&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-content\\\/uploads\\\/bayer.svg&quot;},{&quot;id&quot;:1112,&quot;title&quot;:&quot;Red Bull&quot;,&quot;link&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/de\\\/blog\\\/kunden\\\/test-3\\\/&quot;,&quot;featured_media&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-content\\\/uploads\\\/redbull.svg&quot;},{&quot;id&quot;:1110,&quot;title&quot;:&quot;MC Donalds&quot;,&quot;link&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/de\\\/blog\\\/kunden\\\/test-2\\\/&quot;,&quot;featured_media&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-content\\\/uploads\\\/mc-donalds.svg&quot;}],&quot;openPopupId&quot;:&quot;&quot;}\"><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group has-dark-background-color has-background is-layout-constrained wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading has-text-align-center\"><strong>Mobiles Lernen \u2013 \u00fcber jedes Ger\u00e4t zug\u00e4nglich.<\/strong><\/h2>\n\n\n\n<div style=\"height:72px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-columns are-vertically-aligned-top is-layout-flex wp-container-core-columns-is-layout-8f761849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-top is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"wp-block-paragraph\">Angesichts voller Terminkalender und vielf\u00e4ltiger Lernbed\u00fcrfnisse ist es wichtig, Ihren Lernenden so viel Flexibilit\u00e4t wie m\u00f6glich zu bieten. Mobiles Lernen ist eine Schulung, die f\u00fcr Smartphones, Tablets und Laptops konzipiert ist und den Lernenden die Freiheit gibt, sich jederzeit und \u00fcberall mit den Inhalten zu besch\u00e4ftigen. Indem Sie die Schulung auf verschiedenen Ger\u00e4ten zug\u00e4nglich machen, erm\u00f6glichen Sie Ihren Lernenden, die Kontrolle \u00fcber ihr Lernen zu \u00fcbernehmen, sodass sie die Schulung leichter in ihren pers\u00f6nlichen Zeitplan integrieren k\u00f6nnen.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Responsive Formate.<\/strong><br>Vergessen Sie Formate, die auf Smartphones nicht funktionieren, oder Interaktionen, die auf Tablets nicht funktionieren. Jedes Element ist so optimiert, dass es nahtlos auf Ihrem Ger\u00e4t funktioniert und ein reibungsloses Lernerlebnis auf allen Plattformen gew\u00e4hrleistet.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Lernen zum richtigen Zeitpunkt.<\/strong><br>Mobiles Lernen ist Ihr Schl\u00fcssel zu agilen, zukunftsorientierten Schulungen. Stellen Sie Ihren Lernenden Wissen zur Verf\u00fcgung, auf das sie unterwegs zugreifen k\u00f6nnen.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Flexible Schulungen anbieten.<\/strong><br>Entdecken Sie die Vielfalt der mobilen Lernschulungen in unseren Beispielprojekten oder lassen Sie uns Ihre Ideen besprechen. Mit \u00fcber einem Jahrzehnt Erfahrung verwandeln wir Ihr Wissen in ansprechende mobile Lernerfahrungen, die Ihre Lernenden ansprechen und inspirieren.<a href=\"https:\/\/proxy.filestage.io\/_url\/https:\/\/mynd.learnworlds.com\/lms-use-cases-landing\" target=\"_blank\" rel=\"noopener\"><\/a><a href=\"https:\/\/proxy.filestage.io\/_url\/https:\/\/mynd.learnworlds.com\/lms-features-landing\" target=\"_blank\" rel=\"noopener\"><\/a><\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-top is-layout-constrained wp-block-column-is-layout-constrained\">\n<figure class=\"wp-block-image size-full is-style-border-radius\"><img decoding=\"async\" width=\"600\" height=\"600\" src=\"https:\/\/www.mynd.com\/wp-content\/uploads\/mobile-learning.webp\" alt=\"Mobile Learning\" class=\"wp-image-8380\"\/ loading=\"lazy\" srcset=\"https:\/\/www.mynd.com\/wp-content\/uploads\/mobile-learning.webp 600w, https:\/\/www.mynd.com\/wp-content\/uploads\/mobile-learning-300x300.webp 300w, https:\/\/www.mynd.com\/wp-content\/uploads\/mobile-learning-250x250.webp 250w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/figure>\n<\/div>\n<\/div>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group alignfull has-light-gray-background-color has-background is-layout-constrained wp-block-group-is-layout-constrained\">\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center\"><strong>Mobile Learning Solutions<\/strong><br><strong>aus einer Hand.<\/strong><\/h2>\n\n\n\n<h5 class=\"wp-block-heading has-text-align-center\">Bei mynd kreieren wir ganzheitliche Mobile Learning Experiences f\u00fcr die Herausforderungen der modernen Arbeitswelt. Von der vollumf\u00e4nglichen Beratung \u00fcber fesselnde Inhalte bis zur smarten Integration.<\/h5>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n<div class=\"dhsv-info-grid alignwide\" data-align=\"wide\" data-columns=\"3\" data-aline=\"center\" data-text=\"center\">\n    \n<div data-component=\"InfoGridItem\" data-props=\"{&quot;image&quot;:{&quot;id&quot;:7867,&quot;title&quot;:&quot;responsive-design--streamline-streamline-3.0&quot;,&quot;filename&quot;:&quot;Responsive-Design-Streamline-Streamline-3.0.svg&quot;,&quot;url&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-content\\\/uploads\\\/Responsive-Design-Streamline-Streamline-3.0.svg&quot;,&quot;link&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/responsive-design-streamline-streamline-3-0\\\/&quot;,&quot;alt&quot;:&quot;&quot;,&quot;author&quot;:&quot;7&quot;,&quot;description&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;name&quot;:&quot;responsive-design-streamline-streamline-3-0&quot;,&quot;status&quot;:&quot;inherit&quot;,&quot;uploadedTo&quot;:0,&quot;date&quot;:&quot;2025-05-15T14:44:24.000Z&quot;,&quot;modified&quot;:&quot;2025-05-15T14:44:24.000Z&quot;,&quot;menuOrder&quot;:0,&quot;mime&quot;:&quot;image\\\/svg+xml&quot;,&quot;type&quot;:&quot;image&quot;,&quot;subtype&quot;:&quot;svg+xml&quot;,&quot;icon&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-includes\\\/images\\\/media\\\/default.svg&quot;,&quot;dateFormatted&quot;:&quot;May 15, 2025&quot;,&quot;nonces&quot;:{&quot;update&quot;:&quot;9806ac87e9&quot;,&quot;delete&quot;:&quot;b35fa121b1&quot;,&quot;edit&quot;:&quot;cfcdbc5155&quot;},&quot;editLink&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-admin\\\/post.php?post=7867&amp;action=edit&quot;,&quot;meta&quot;:false,&quot;authorName&quot;:&quot;Peter Kajan&quot;,&quot;authorLink&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-admin\\\/profile.php&quot;,&quot;filesizeInBytes&quot;:1281,&quot;filesizeHumanReadable&quot;:&quot;1 KB&quot;,&quot;context&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;full&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-content\\\/uploads\\\/Responsive-Design-Streamline-Streamline-3.0.svg&quot;}},&quot;compat&quot;:{&quot;item&quot;:&quot;&lt;input type=\\&quot;hidden\\&quot; name=\\&quot;attachments[7867][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;Required fields are marked &lt;span class=\\&quot;required\\&quot;&gt;*&lt;\\\/span&gt;&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-7867-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-7867-wpmf_tag&#039; name=&#039;attachments[7867][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-7867-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;7867\\&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-7867-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-7867-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-7867-wpmf_gallery_custom_image_link\\&quot;\\n              name=\\&quot;attachments[7867][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-7867-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[7867][gallery_link_target]\\&quot;\\n                         id=\\&quot;attachments[7867][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&gt;&lt;td&gt;&lt;\\\/td&gt;&lt;td&gt;&lt;label&gt;&lt;input type=\\&quot;checkbox\\&quot; name=\\&quot;attachments[7867][rank_math_media_exclude_sitemap]\\&quot;  \\\/&gt; Exclude this attachment from sitemap&lt;\\\/label&gt;&lt;\\\/td&gt;&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-7867-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;This media is not supported.&lt;\\\/td&gt;\\n\\t\\t&lt;\\\/tr&gt;\\n&lt;\\\/table&gt;&quot;,&quot;meta&quot;:&quot;&quot;},&quot;acf_errors&quot;:false,&quot;cloud_media&quot;:0,&quot;is_video&quot;:0,&quot;video_url&quot;:&quot;&quot;},&quot;title&quot;:&quot;Passendste Lernerlebnisse.&quot;,&quot;text&quot;:&quot;Wir kreieren Mobile Learning genau nach Ihren Vorstellungen \\u2013 passgenau und unverwechselbar.&quot;,&quot;icon&quot;:&quot;&quot;,&quot;openPopupId&quot;:&quot;&quot;}\"><\/div>\n\n\n<div data-component=\"InfoGridItem\" data-props=\"{&quot;image&quot;:{&quot;uploading&quot;:false,&quot;date&quot;:&quot;2025-05-16T14:01:47.000Z&quot;,&quot;filename&quot;:&quot;Video-Player-Adjust-Finger-Streamline-Streamline-3.0.svg&quot;,&quot;menuOrder&quot;:0,&quot;uploadedTo&quot;:3658,&quot;id&quot;:7983,&quot;title&quot;:&quot;video-player-adjust-finger--streamline-streamline-3.0&quot;,&quot;url&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-content\\\/uploads\\\/Video-Player-Adjust-Finger-Streamline-Streamline-3.0.svg&quot;,&quot;link&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/mobile-learning\\\/video-player-adjust-finger-streamline-streamline-3-0\\\/&quot;,&quot;alt&quot;:&quot;&quot;,&quot;author&quot;:&quot;7&quot;,&quot;description&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;name&quot;:&quot;video-player-adjust-finger-streamline-streamline-3-0&quot;,&quot;status&quot;:&quot;inherit&quot;,&quot;modified&quot;:&quot;2025-05-16T14:01:47.000Z&quot;,&quot;mime&quot;:&quot;image\\\/svg+xml&quot;,&quot;type&quot;:&quot;image&quot;,&quot;subtype&quot;:&quot;svg+xml&quot;,&quot;icon&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-includes\\\/images\\\/media\\\/default.svg&quot;,&quot;dateFormatted&quot;:&quot;May 16, 2025&quot;,&quot;nonces&quot;:{&quot;update&quot;:&quot;27e7c76474&quot;,&quot;delete&quot;:&quot;453c1b2e20&quot;,&quot;edit&quot;:&quot;0f18bd09ee&quot;},&quot;editLink&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-admin\\\/post.php?post=7983&amp;action=edit&quot;,&quot;meta&quot;:false,&quot;authorName&quot;:&quot;Peter Kajan&quot;,&quot;authorLink&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-admin\\\/profile.php&quot;,&quot;uploadedToTitle&quot;:&quot;Mobile Learning&quot;,&quot;uploadedToLink&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-admin\\\/post.php?post=3658&amp;action=edit&amp;lang=de&quot;,&quot;filesizeInBytes&quot;:1678,&quot;filesizeHumanReadable&quot;:&quot;2 KB&quot;,&quot;context&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;full&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-content\\\/uploads\\\/Video-Player-Adjust-Finger-Streamline-Streamline-3.0.svg&quot;}},&quot;compat&quot;:{&quot;item&quot;:&quot;&lt;input type=\\&quot;hidden\\&quot; name=\\&quot;attachments[7983][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;Required fields are marked &lt;span class=\\&quot;required\\&quot;&gt;*&lt;\\\/span&gt;&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-7983-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-7983-wpmf_tag&#039; name=&#039;attachments[7983][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-7983-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;7983\\&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-7983-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-7983-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-7983-wpmf_gallery_custom_image_link\\&quot;\\n              name=\\&quot;attachments[7983][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-7983-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[7983][gallery_link_target]\\&quot;\\n                         id=\\&quot;attachments[7983][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&gt;&lt;td&gt;&lt;\\\/td&gt;&lt;td&gt;&lt;label&gt;&lt;input type=\\&quot;checkbox\\&quot; name=\\&quot;attachments[7983][rank_math_media_exclude_sitemap]\\&quot;  \\\/&gt; Exclude this attachment from sitemap&lt;\\\/label&gt;&lt;\\\/td&gt;&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-7983-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;This media is not supported.&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;title&quot;:&quot;Inspirierender Medienmix.&quot;,&quot;text&quot;:&quot;Mobile Micro-Content, der aktiviert: Mit packenden Videos, Quizzes und Gamification.&quot;,&quot;icon&quot;:&quot;&quot;,&quot;openPopupId&quot;:&quot;&quot;}\"><\/div>\n\n\n<div data-component=\"InfoGridItem\" data-props=\"{&quot;image&quot;:{&quot;id&quot;:7861,&quot;title&quot;:&quot;certified-diploma-1--streamline-streamline-3.0&quot;,&quot;filename&quot;:&quot;Certified-Diploma-1-Streamline-Streamline-3.0.svg&quot;,&quot;url&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-content\\\/uploads\\\/Certified-Diploma-1-Streamline-Streamline-3.0.svg&quot;,&quot;link&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/certified-diploma-1-streamline-streamline-3-0\\\/&quot;,&quot;alt&quot;:&quot;&quot;,&quot;author&quot;:&quot;7&quot;,&quot;description&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;name&quot;:&quot;certified-diploma-1-streamline-streamline-3-0&quot;,&quot;status&quot;:&quot;inherit&quot;,&quot;uploadedTo&quot;:0,&quot;date&quot;:&quot;2025-05-15T14:38:37.000Z&quot;,&quot;modified&quot;:&quot;2025-05-15T14:38:37.000Z&quot;,&quot;menuOrder&quot;:0,&quot;mime&quot;:&quot;image\\\/svg+xml&quot;,&quot;type&quot;:&quot;image&quot;,&quot;subtype&quot;:&quot;svg+xml&quot;,&quot;icon&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-includes\\\/images\\\/media\\\/default.svg&quot;,&quot;dateFormatted&quot;:&quot;May 15, 2025&quot;,&quot;nonces&quot;:{&quot;update&quot;:&quot;ce7479a7d1&quot;,&quot;delete&quot;:&quot;fdad05c0a7&quot;,&quot;edit&quot;:&quot;26ba5e9651&quot;},&quot;editLink&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-admin\\\/post.php?post=7861&amp;action=edit&quot;,&quot;meta&quot;:false,&quot;authorName&quot;:&quot;Peter Kajan&quot;,&quot;authorLink&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-admin\\\/profile.php&quot;,&quot;filesizeInBytes&quot;:1395,&quot;filesizeHumanReadable&quot;:&quot;1 KB&quot;,&quot;context&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;full&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-content\\\/uploads\\\/Certified-Diploma-1-Streamline-Streamline-3.0.svg&quot;}},&quot;compat&quot;:{&quot;item&quot;:&quot;&lt;input type=\\&quot;hidden\\&quot; name=\\&quot;attachments[7861][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;Required fields are marked &lt;span class=\\&quot;required\\&quot;&gt;*&lt;\\\/span&gt;&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-7861-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-7861-wpmf_tag&#039; name=&#039;attachments[7861][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-7861-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;7861\\&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-7861-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-7861-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-7861-wpmf_gallery_custom_image_link\\&quot;\\n              name=\\&quot;attachments[7861][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-7861-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[7861][gallery_link_target]\\&quot;\\n                         id=\\&quot;attachments[7861][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&gt;&lt;td&gt;&lt;\\\/td&gt;&lt;td&gt;&lt;label&gt;&lt;input type=\\&quot;checkbox\\&quot; name=\\&quot;attachments[7861][rank_math_media_exclude_sitemap]\\&quot;  \\\/&gt; Exclude this attachment from sitemap&lt;\\\/label&gt;&lt;\\\/td&gt;&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-7861-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;This media is not supported.&lt;\\\/td&gt;\\n\\t\\t&lt;\\\/tr&gt;\\n&lt;\\\/table&gt;&quot;,&quot;meta&quot;:&quot;&quot;},&quot;acf_errors&quot;:false,&quot;cloud_media&quot;:0,&quot;is_video&quot;:0,&quot;video_url&quot;:&quot;&quot;},&quot;title&quot;:&quot;Professionelle Zertifikate.&quot;,&quot;text&quot;:&quot;Motivierende Badges und Zertifikate f\\u00fcr sichtbare Lernerfolge Ihrer Teams.&quot;,&quot;icon&quot;:&quot;&quot;,&quot;openPopupId&quot;:&quot;&quot;}\"><\/div>\n\n\n<div data-component=\"InfoGridItem\" data-props=\"{&quot;image&quot;:{&quot;id&quot;:7863,&quot;title&quot;:&quot;hierarchy-9--streamline-streamline-3.0&quot;,&quot;filename&quot;:&quot;Hierarchy-9-Streamline-Streamline-3.0.svg&quot;,&quot;url&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-content\\\/uploads\\\/Hierarchy-9-Streamline-Streamline-3.0.svg&quot;,&quot;link&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/hierarchy-9-streamline-streamline-3-0\\\/&quot;,&quot;alt&quot;:&quot;&quot;,&quot;author&quot;:&quot;7&quot;,&quot;description&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;name&quot;:&quot;hierarchy-9-streamline-streamline-3-0&quot;,&quot;status&quot;:&quot;inherit&quot;,&quot;uploadedTo&quot;:0,&quot;date&quot;:&quot;2025-05-15T14:39:40.000Z&quot;,&quot;modified&quot;:&quot;2025-05-15T14:39:40.000Z&quot;,&quot;menuOrder&quot;:0,&quot;mime&quot;:&quot;image\\\/svg+xml&quot;,&quot;type&quot;:&quot;image&quot;,&quot;subtype&quot;:&quot;svg+xml&quot;,&quot;icon&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-includes\\\/images\\\/media\\\/default.svg&quot;,&quot;dateFormatted&quot;:&quot;May 15, 2025&quot;,&quot;nonces&quot;:{&quot;update&quot;:&quot;599cf8cbb3&quot;,&quot;delete&quot;:&quot;68f4cbe6ce&quot;,&quot;edit&quot;:&quot;ab8558d5a8&quot;},&quot;editLink&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-admin\\\/post.php?post=7863&amp;action=edit&quot;,&quot;meta&quot;:false,&quot;authorName&quot;:&quot;Peter Kajan&quot;,&quot;authorLink&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-admin\\\/profile.php&quot;,&quot;filesizeInBytes&quot;:2116,&quot;filesizeHumanReadable&quot;:&quot;2 KB&quot;,&quot;context&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;full&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-content\\\/uploads\\\/Hierarchy-9-Streamline-Streamline-3.0.svg&quot;}},&quot;compat&quot;:{&quot;item&quot;:&quot;&lt;input type=\\&quot;hidden\\&quot; name=\\&quot;attachments[7863][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;Required fields are marked &lt;span class=\\&quot;required\\&quot;&gt;*&lt;\\\/span&gt;&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-7863-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-7863-wpmf_tag&#039; name=&#039;attachments[7863][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-7863-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;7863\\&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-7863-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-7863-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-7863-wpmf_gallery_custom_image_link\\&quot;\\n              name=\\&quot;attachments[7863][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-7863-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[7863][gallery_link_target]\\&quot;\\n                         id=\\&quot;attachments[7863][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&gt;&lt;td&gt;&lt;\\\/td&gt;&lt;td&gt;&lt;label&gt;&lt;input type=\\&quot;checkbox\\&quot; name=\\&quot;attachments[7863][rank_math_media_exclude_sitemap]\\&quot;  \\\/&gt; Exclude this attachment from sitemap&lt;\\\/label&gt;&lt;\\\/td&gt;&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-7863-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;This media is not supported.&lt;\\\/td&gt;\\n\\t\\t&lt;\\\/tr&gt;\\n&lt;\\\/table&gt;&quot;,&quot;meta&quot;:&quot;&quot;},&quot;acf_errors&quot;:false,&quot;cloud_media&quot;:0,&quot;is_video&quot;:0,&quot;video_url&quot;:&quot;&quot;},&quot;title&quot;:&quot;Flexible Integration.&quot;,&quot;text&quot;:&quot;Ihre Lerninhalte \\u2013 perfekt integriert in Ihre bestehende digitale Infrastruktur.&quot;,&quot;icon&quot;:&quot;&quot;,&quot;openPopupId&quot;:&quot;&quot;}\"><\/div>\n\n\n<div data-component=\"InfoGridItem\" data-props=\"{&quot;image&quot;:{&quot;id&quot;:7866,&quot;title&quot;:&quot;gift-box-1--streamline-streamline-3.0&quot;,&quot;filename&quot;:&quot;Gift-Box-1-Streamline-Streamline-3.0.svg&quot;,&quot;url&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-content\\\/uploads\\\/Gift-Box-1-Streamline-Streamline-3.0.svg&quot;,&quot;link&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/gift-box-1-streamline-streamline-3-0\\\/&quot;,&quot;alt&quot;:&quot;&quot;,&quot;author&quot;:&quot;7&quot;,&quot;description&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;name&quot;:&quot;gift-box-1-streamline-streamline-3-0&quot;,&quot;status&quot;:&quot;inherit&quot;,&quot;uploadedTo&quot;:0,&quot;date&quot;:&quot;2025-05-15T14:44:24.000Z&quot;,&quot;modified&quot;:&quot;2025-05-15T14:44:24.000Z&quot;,&quot;menuOrder&quot;:0,&quot;mime&quot;:&quot;image\\\/svg+xml&quot;,&quot;type&quot;:&quot;image&quot;,&quot;subtype&quot;:&quot;svg+xml&quot;,&quot;icon&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-includes\\\/images\\\/media\\\/default.svg&quot;,&quot;dateFormatted&quot;:&quot;May 15, 2025&quot;,&quot;nonces&quot;:{&quot;update&quot;:&quot;cbfb953131&quot;,&quot;delete&quot;:&quot;0a6579717f&quot;,&quot;edit&quot;:&quot;83aec72f61&quot;},&quot;editLink&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-admin\\\/post.php?post=7866&amp;action=edit&quot;,&quot;meta&quot;:false,&quot;authorName&quot;:&quot;Peter Kajan&quot;,&quot;authorLink&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-admin\\\/profile.php&quot;,&quot;filesizeInBytes&quot;:1503,&quot;filesizeHumanReadable&quot;:&quot;1 KB&quot;,&quot;context&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;full&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-content\\\/uploads\\\/Gift-Box-1-Streamline-Streamline-3.0.svg&quot;}},&quot;compat&quot;:{&quot;item&quot;:&quot;&lt;input type=\\&quot;hidden\\&quot; name=\\&quot;attachments[7866][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;Required fields are marked &lt;span class=\\&quot;required\\&quot;&gt;*&lt;\\\/span&gt;&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-7866-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-7866-wpmf_tag&#039; name=&#039;attachments[7866][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-7866-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;7866\\&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-7866-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-7866-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-7866-wpmf_gallery_custom_image_link\\&quot;\\n              name=\\&quot;attachments[7866][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-7866-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[7866][gallery_link_target]\\&quot;\\n                         id=\\&quot;attachments[7866][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&gt;&lt;td&gt;&lt;\\\/td&gt;&lt;td&gt;&lt;label&gt;&lt;input type=\\&quot;checkbox\\&quot; name=\\&quot;attachments[7866][rank_math_media_exclude_sitemap]\\&quot;  \\\/&gt; Exclude this attachment from sitemap&lt;\\\/label&gt;&lt;\\\/td&gt;&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-7866-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;This media is not supported.&lt;\\\/td&gt;\\n\\t\\t&lt;\\\/tr&gt;\\n&lt;\\\/table&gt;&quot;,&quot;meta&quot;:&quot;&quot;},&quot;acf_errors&quot;:false,&quot;cloud_media&quot;:0,&quot;is_video&quot;:0,&quot;video_url&quot;:&quot;&quot;},&quot;title&quot;:&quot;Ihr Full-Service Partner.&quot;,&quot;text&quot;:&quot;Von der Vision bis zum Roll-out: Wir orchestrieren Ihr Projekt mit Herzblut.&quot;,&quot;icon&quot;:&quot;&quot;,&quot;openPopupId&quot;:&quot;&quot;}\"><\/div>\n\n\n<div data-component=\"InfoGridItem\" data-props=\"{&quot;image&quot;:{&quot;id&quot;:7867,&quot;title&quot;:&quot;responsive-design--streamline-streamline-3.0&quot;,&quot;filename&quot;:&quot;Responsive-Design-Streamline-Streamline-3.0.svg&quot;,&quot;url&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-content\\\/uploads\\\/Responsive-Design-Streamline-Streamline-3.0.svg&quot;,&quot;link&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/responsive-design-streamline-streamline-3-0\\\/&quot;,&quot;alt&quot;:&quot;&quot;,&quot;author&quot;:&quot;7&quot;,&quot;description&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;name&quot;:&quot;responsive-design-streamline-streamline-3-0&quot;,&quot;status&quot;:&quot;inherit&quot;,&quot;uploadedTo&quot;:0,&quot;date&quot;:&quot;2025-05-15T14:44:24.000Z&quot;,&quot;modified&quot;:&quot;2025-05-15T14:44:24.000Z&quot;,&quot;menuOrder&quot;:0,&quot;mime&quot;:&quot;image\\\/svg+xml&quot;,&quot;type&quot;:&quot;image&quot;,&quot;subtype&quot;:&quot;svg+xml&quot;,&quot;icon&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-includes\\\/images\\\/media\\\/default.svg&quot;,&quot;dateFormatted&quot;:&quot;May 15, 2025&quot;,&quot;nonces&quot;:{&quot;update&quot;:&quot;9806ac87e9&quot;,&quot;delete&quot;:&quot;b35fa121b1&quot;,&quot;edit&quot;:&quot;cfcdbc5155&quot;},&quot;editLink&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-admin\\\/post.php?post=7867&amp;action=edit&quot;,&quot;meta&quot;:false,&quot;authorName&quot;:&quot;Peter Kajan&quot;,&quot;authorLink&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-admin\\\/profile.php&quot;,&quot;filesizeInBytes&quot;:1281,&quot;filesizeHumanReadable&quot;:&quot;1 KB&quot;,&quot;context&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;full&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-content\\\/uploads\\\/Responsive-Design-Streamline-Streamline-3.0.svg&quot;}},&quot;compat&quot;:{&quot;item&quot;:&quot;&lt;input type=\\&quot;hidden\\&quot; name=\\&quot;attachments[7867][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;Required fields are marked &lt;span class=\\&quot;required\\&quot;&gt;*&lt;\\\/span&gt;&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-7867-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-7867-wpmf_tag&#039; name=&#039;attachments[7867][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-7867-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;7867\\&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-7867-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-7867-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-7867-wpmf_gallery_custom_image_link\\&quot;\\n              name=\\&quot;attachments[7867][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-7867-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[7867][gallery_link_target]\\&quot;\\n                         id=\\&quot;attachments[7867][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&gt;&lt;td&gt;&lt;\\\/td&gt;&lt;td&gt;&lt;label&gt;&lt;input type=\\&quot;checkbox\\&quot; name=\\&quot;attachments[7867][rank_math_media_exclude_sitemap]\\&quot;  \\\/&gt; Exclude this attachment from sitemap&lt;\\\/label&gt;&lt;\\\/td&gt;&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-7867-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;This media is not supported.&lt;\\\/td&gt;\\n\\t\\t&lt;\\\/tr&gt;\\n&lt;\\\/table&gt;&quot;,&quot;meta&quot;:&quot;&quot;},&quot;acf_errors&quot;:false,&quot;cloud_media&quot;:0,&quot;is_video&quot;:0,&quot;video_url&quot;:&quot;&quot;},&quot;title&quot;:&quot;All-in-One Medial\\u00f6sung.&quot;,&quot;text&quot;:&quot;Innovative Technologie trifft mitrei\\u00dfende Didaktik \\u2013 alles aus einer Hand.&quot;,&quot;icon&quot;:&quot;&quot;,&quot;openPopupId&quot;:&quot;&quot;}\"><\/div>\n\n\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group alignfull has-light-gray-background-color has-background is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"dhsv-contact-banner-block alignnone\">\n    <div class=\"inner\">\n        <div class=\"dhsv-contact-banner-block__content\">\n\n<h2 class=\"wp-block-heading\"><strong>Beratung erw\u00fcnscht? <\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Kontaktieren Sie uns und lassen Sie sich kostenlos und unverbindlich bez\u00fcglich aller M\u00f6glichkeiten beraten.<\/p>\n\n\n\n<a href=\"tel:+49699028725900\" target=\"\" style=\"text-decoration: none;\">\n  <i class=\"fa fa-phone\"><\/i> &nbsp; 069 &#8211; 90 28 72 59 00\n<\/a>\n<br>\n<a href=\"mailto:beratung@mynd.com\" target=\"\" style=\"text-decoration: none;\">\n  <i class=\"fa fa-envelope\"><\/i> &nbsp; beratung@mynd.com\n<\/a>\n\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button is-style-fill\"><a class=\"wp-block-button__link has-blue-green-gradient-background has-background wp-element-button\" href=\"https:\/\/www.mynd.com\/de\/kontakt\/\">Kontaktieren Sie uns<\/a><\/div>\n<\/div>\n\n<\/div>\n        <div class=\"dhsv-contact-banner-block__image\">\n            <img src=https:\/\/www.mynd.com\/wp-content\/uploads\/sales-man-daniel.webp alt= loading=\"lazy\" \/>\n        <\/div>\n                    <div class=\"dhsv-contact-banner-block__badge\">\n                <div>\n                    <p>Daniel Schunke<\/p>\n                    <p>E-learning Expert<\/p>\n                <\/div>\n            <\/div>\n                <div class=\"dhsv-circles\">\n            <span><\/span>\n            <span><\/span>\n            <span><\/span>\n        <\/div>\n    <\/div>\n<\/div>\n\n\n\n<div style=\"height:120px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group alignfull is-style- has-light-gray-background-color has-background is-layout-constrained wp-container-core-group-is-layout-17079cb7 wp-block-group-is-layout-constrained\">\n<div style=\"height:100px;width:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center\"><strong>FAQ.<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading has-text-align-center has-h-4-font-size\">Alles \u00fcber Mobile Learning und dessen Produktion.&nbsp;<\/h3>\n\n\n\n<div style=\"height:50px;width:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n<div class=\"dhsv-akkordeon \" data-props=\"{\n    &quot;background&quot;: &quot;gray-10&quot;,\n    &quot;align&quot;: &quot;wide&quot;,\n    &quot;selected&quot;: -1,\n    &quot;hasAllOpenButton&quot;: false,\n    &quot;onlyOne&quot;: false,\n    &quot;openFirstItem&quot;: false,\n    &quot;isNonExpanding&quot;: false,\n    &quot;openPopupId&quot;: &quot;&quot;\n}\" itemscope itemtype=\"https:\/\/schema.org\/FAQPage\">\n        <div class=\"dhsv-akkordeon--inner gray-10\">\n       <div>\n           \n<div class=\"dhsv-akkordeon--item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n    <button class=\"item-header\">\n        <div class=\"akkordeon-indicator\"><\/div>\n        <p class=\"title\" itemprop=\"name\">\n            Was ist Mobile Learning?\n        <\/p>\n    <\/button>\n    <div class=\"dhsv-akkordeon--item__body\" style=\"height: 0\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n        <div itemprop=\"text\">\n            \n\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\">\n<p class=\"wp-block-paragraph\">Mobile Learning revolutioniert die digitale Weiterbildung: Es erm\u00f6glicht Ihren Teams, genau dann zu lernen, wenn es am besten passt \u2013 direkt auf dem Smartphone. Wir nutzen modernste Technologien und kreieren einen fesselnden Mix aus Micro-Content, interaktiven Elementen und Gamification. Das Ergebnis? Ein Lernerlebnis, das begeistert und Wissen nachhaltig verankert.<\/p>\n<\/div>\n\n\n        <\/div>\n    <\/div>\n<\/div>\n\n\n<div class=\"dhsv-akkordeon--item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n    <button class=\"item-header\">\n        <div class=\"akkordeon-indicator\"><\/div>\n        <p class=\"title\" itemprop=\"name\">\n            Wo bringt Mobile Learning echte Mehrwerte?\n        <\/p>\n    <\/button>\n    <div class=\"dhsv-akkordeon--item__body\" style=\"height: 0\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n        <div itemprop=\"text\">\n            \n\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\">\n<p class=\"wp-block-paragraph\">Die Einsatzszenarien sind breit gef\u00e4chert: von flexiblen Compliance-Trainings und interaktiven Produkt\u00adschulungen bis hin zu lebendigen Onboarding-Erlebnissen. Wichtig ist, dass Mobile Learning harmonisch in Ihre Gesamt\u00adstrategie eingebettet ist. Wir entwickeln passgenaue Lernkonzepte, die Ihre Teams jederzeit und \u00fcberall erreichen.<\/p>\n<\/div>\n\n\n        <\/div>\n    <\/div>\n<\/div>\n\n\n<div class=\"dhsv-akkordeon--item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n    <button class=\"item-header\">\n        <div class=\"akkordeon-indicator\"><\/div>\n        <p class=\"title\" itemprop=\"name\">\n            Welche Technologie verwenden wir?\n        <\/p>\n    <\/button>\n    <div class=\"dhsv-akkordeon--item__body\" style=\"height: 0\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n        <div itemprop=\"text\">\n            \n\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\">\n<p class=\"wp-block-paragraph\">F\u00fcr die Entwicklung Ihrer Mobile Learning Experience setzen wir auf modernste Technologie-Stacks. Von leistungsstarken Entwicklungsumgebungen f\u00fcr native Apps bis zu innovativen Frameworks f\u00fcr packende Gamification-Elemente \u2013 wir kreieren mobile Lernerlebnisse, die f\u00fcr AHA-Effekte sorgen.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Die nahtlose Integration in Ihre bestehende Lerninfrastruktur garantieren wir durch etablierte Standards wie SCORM und xAPI. Ob als eigenst\u00e4ndige Mobile App oder perfekt eingebettete L\u00f6sung in Ihrem LMS \u2013 wir transformieren Ihre Vision in eine technologisch brillante Mobile Learning Experience.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Lassen Sie uns gemeinsam die optimale technische Basis f\u00fcr Ihre mobile Weiterbildung entwickeln. Wir begleiten Sie mit Expertise und Leidenschaft auf dem Weg zur optimal passenden digitalen Lernl\u00f6sung. <\/p>\n<\/div>\n\n\n        <\/div>\n    <\/div>\n<\/div>\n\n\n<div class=\"dhsv-akkordeon--item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n    <button class=\"item-header\">\n        <div class=\"akkordeon-indicator\"><\/div>\n        <p class=\"title\" itemprop=\"name\">\n            Was kostet die Umsetzung?\n        <\/p>\n    <\/button>\n    <div class=\"dhsv-akkordeon--item__body\" style=\"height: 0\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n        <div itemprop=\"text\">\n            \n\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\">\n<p class=\"wp-block-paragraph\">Ihr Investment richtet sich nach Ihren individuellen Anforderungen und Zielen. In einem kostenlosen Strategiegespr\u00e4ch analysieren wir Ihre Bed\u00fcrfnisse und entwickeln ein ma\u00dfgeschneidertes Konzept. Sie erhalten einen transparenten Festpreis \u2013 ohne versteckte Kosten, daf\u00fcr mit maximaler Wirkung.<\/p>\n<\/div>\n\n\n        <\/div>\n    <\/div>\n<\/div>\n\n\n<div class=\"dhsv-akkordeon--item\" itemscope itemprop=\"mainEntity\" itemtype=\"https:\/\/schema.org\/Question\">\n    <button class=\"item-header\">\n        <div class=\"akkordeon-indicator\"><\/div>\n        <p class=\"title\" itemprop=\"name\">\n            Wie lange dauert die Produktion von Mobile Learnings?\n        <\/p>\n    <\/button>\n    <div class=\"dhsv-akkordeon--item__body\" style=\"height: 0\" itemscope itemprop=\"acceptedAnswer\" itemtype=\"https:\/\/schema.org\/Answer\">\n        <div itemprop=\"text\">\n            \n\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\">\n<p class=\"wp-block-paragraph\">Der Entwicklungszeitraum variiert je nach Umfang und Komplexit\u00e4t Ihrer L\u00f6sung. Durchschnittlich rechnen wir mit 8-12 Wochen von der Konzeption bis zum Roll-out. Ihr dedizierter Projektmanager garantiert dabei einen reibungslosen Ablauf und termingerechte Bereitstellung. F\u00fcr zeitkritische Projekte bieten wir auch beschleunigte Entwicklungszyklen an \u2013 sprechen Sie uns an!<\/p>\n<\/div>\n\n\n        <\/div>\n    <\/div>\n<\/div>\n\n\n       <\/div>\n    <\/div>\n<\/div>\n\n\n\n<div style=\"height:50px;width:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Mobiles Lernen \u2013 \u00fcber jedes Ger\u00e4t zug\u00e4nglich. Angesichts voller Terminkalender und vielf\u00e4ltiger Lernbed\u00fcrfnisse ist es wichtig, Ihren Lernenden so viel Flexibilit\u00e4t wie m\u00f6glich zu bieten. Mobiles Lernen ist eine Schulung, die f\u00fcr Smartphones, Tablets und Laptops konzipiert ist und den Lernenden die Freiheit gibt, sich jederzeit und \u00fcberall mit den Inhalten zu besch\u00e4ftigen. Indem Sie &hellip; <a href=\"https:\/\/www.mynd.com\/de\/mobile-learning\/\">Continued<\/a><\/p>\n","protected":false},"author":6,"featured_media":8153,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-3658","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.mynd.com\/de\/wp-json\/wp\/v2\/pages\/3658","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.mynd.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.mynd.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.mynd.com\/de\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/www.mynd.com\/de\/wp-json\/wp\/v2\/comments?post=3658"}],"version-history":[{"count":6,"href":"https:\/\/www.mynd.com\/de\/wp-json\/wp\/v2\/pages\/3658\/revisions"}],"predecessor-version":[{"id":18035,"href":"https:\/\/www.mynd.com\/de\/wp-json\/wp\/v2\/pages\/3658\/revisions\/18035"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.mynd.com\/de\/wp-json\/wp\/v2\/media\/8153"}],"wp:attachment":[{"href":"https:\/\/www.mynd.com\/de\/wp-json\/wp\/v2\/media?parent=3658"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}