{"id":3679,"date":"2025-02-22T17:18:38","date_gmt":"2025-02-22T16:18:38","guid":{"rendered":"https:\/\/myn006.staging.360vier.net\/?page_id=3679"},"modified":"2026-03-09T09:17:04","modified_gmt":"2026-03-09T08:17:04","slug":"expert-session","status":"publish","type":"page","link":"https:\/\/www.mynd.com\/de\/expert-session\/","title":{"rendered":"Expert-Session"},"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>Inspirieren Sie zu Spitzenleistungen mit Experten-Sessions.<\/strong><\/h1>\n                                                                <p class=\"hero-stage__subheading\">Von Experten geleitete Lernvideos, die f\u00fcr Ihre Lernenden produziert wurden \u2013 strukturiert, aufgezeichnet und bearbeitet, um maximale Wirkung zu erzielen.<\/p>\n                                    <\/div>\n            \n                    \n                    <\/div>\n        \n        <img\n      src=\"https:\/\/www.mynd.com\/wp-content\/uploads\/Expert-Session-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\/Expert-Session-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\/Expert-Session-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>Expert Sessions st\u00e4rken Ihre Lernenden mit Wissen<\/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-9d6595d7 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>Sie verf\u00fcgen \u00fcber wertvolles Fachwissen, sind sich aber nicht sicher, wie Sie es effektiv weitergeben k\u00f6nnen?<\/p>\n\n\n\n<p class=\"has-text-align-left\">Als Spezialisten f\u00fcr professionellen Wissenstransfer kombinieren wir didaktisches Know-how mit umfassender Erfahrung in der Videoproduktion, um Experten dabei zu helfen, ihr Wissen in ansprechende Lernvideos umzuwandeln. Von der Strukturierung Ihrer Inhalte zu einem \u00fcberzeugenden Drehbuch \u00fcber die Einrichtung des Aufnahmestudios, die Regie und die Dreharbeiten bis hin zur Bearbeitung des fertigen Videos mit Motion Graphics \u00fcbernehmen wir den gesamten Produktionsprozess. Das Ergebnis ist ein ausgefeiltes, professionelles Video, das Ihr Fachwissen auf eine Weise pr\u00e4sentiert, die sowohl wirkungsvoll als auch f\u00fcr die Zuschauer leicht verst\u00e4ndlich ist.<\/p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-left is-layout-flex wp-container-core-buttons-is-layout-fdcfc74e wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-blue-green-gradient-background has-background wp-element-button\" href=\"https:\/\/www.mynd.com\/de\/kontakt\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Kontaktieren Sie uns<\/strong><\/a><\/div>\n<\/div>\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\/expert-session.webp\" alt=\"Expert Session\" class=\"wp-image-8383\"\/ loading=\"lazy\" srcset=\"https:\/\/www.mynd.com\/wp-content\/uploads\/expert-session.webp 600w, https:\/\/www.mynd.com\/wp-content\/uploads\/expert-session-300x300.webp 300w, https:\/\/www.mynd.com\/wp-content\/uploads\/expert-session-250x250.webp 250w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/figure>\n<\/div>\n<\/div>\n\n\n\n<div style=\"height:72px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center has-light-gray-background-color has-background\"><strong>Go KI!<\/strong><\/h2>\n\n\n\n<div class=\"wp-block-columns has-light-gray-background-color has-background is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-constrained wp-block-column-is-layout-constrained\">\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"500\" height=\"500\" src=\"https:\/\/www.mynd.com\/wp-content\/uploads\/Expert-Session.png\" alt=\"\" class=\"wp-image-17559\"\/ loading=\"lazy\" srcset=\"https:\/\/www.mynd.com\/wp-content\/uploads\/Expert-Session.png 500w, https:\/\/www.mynd.com\/wp-content\/uploads\/Expert-Session-300x300.png 300w, https:\/\/www.mynd.com\/wp-content\/uploads\/Expert-Session-250x250.png 250w\" sizes=\"auto, (max-width: 500px) 100vw, 500px\" \/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p>Leiden Sie unter Lampenfieber? Oder haben Sie vielleicht wenig Zeit?<\/p>\n\n\n\n<p>Anstatt Ihr Wissen selbst zu pr\u00e4sentieren, kann Ihr KI-Avatar dies mit Ihrer Stimme f\u00fcr Sie \u00fcbernehmen! Und das nicht nur in Ihrer Muttersprache, sondern auch in vielen anderen Sprachen.<\/p>\n\n\n\n<p>Arbeiten Sie mit mynd zusammen, um einen KI-Avatar zu erstellen, der in Aussehen und Stil Ihren Anforderungen entspricht.<\/p>\n\n\n\n<p>Ihr Avatar, einschlie\u00dflich der KI-Stimme, wird nur mit Ihrer ausdr\u00fccklichen Genehmigung und nur f\u00fcr genehmigte Projekte und Skripte erstellt und verwendet.<\/p>\n\n\n\n<p>Werfen Sie einen Blick auf unsere anderen E-Learning-Dienstleistungen!<\/p>\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-outline is-style-outline--1\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/www.mynd.com\/de\/e-learning\/\">E-Learning<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n\n\n<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>Kontaktieren Sie uns noch heute. Wir beraten Sie gerne kostenlos und unverbindlich bez\u00fcglich aller M\u00f6glichkeiten.<\/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 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>Expert Sessions von mynd.<\/strong><br><strong>Ihre Vorteile auf einen Blick.<\/strong><\/h2>\n\n\n\n<h5 class=\"wp-block-heading has-text-align-center\">Profitieren Sie von Expertenwissen und setzen Sie bei der Umsetzung auf unsere Expertise. Nachhaltige Lernergebnisse inklusive.<\/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;:3195,&quot;title&quot;:&quot;study-owl--streamline-streamline-3.0&quot;,&quot;filename&quot;:&quot;Study-Owl-Streamline-Streamline-3.0.svg&quot;,&quot;url&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-content\\\/uploads\\\/Study-Owl-Streamline-Streamline-3.0.svg&quot;,&quot;link&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/study-owl-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;study-owl-streamline-streamline-3-0&quot;,&quot;status&quot;:&quot;inherit&quot;,&quot;uploadedTo&quot;:0,&quot;date&quot;:&quot;2025-01-24T07:12:28.000Z&quot;,&quot;modified&quot;:&quot;2025-01-24T07:12:28.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;January 24, 2025&quot;,&quot;nonces&quot;:{&quot;update&quot;:&quot;57483da2b3&quot;,&quot;delete&quot;:&quot;8d39a862ad&quot;,&quot;edit&quot;:&quot;b282b6e3b6&quot;},&quot;editLink&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-admin\\\/post.php?post=3195&amp;action=edit&amp;lang=de&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;:2153,&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\\\/Study-Owl-Streamline-Streamline-3.0.svg&quot;}},&quot;compat&quot;:{&quot;item&quot;:&quot;&lt;input type=\\&quot;hidden\\&quot; name=\\&quot;attachments[3195][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-3195-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-3195-wpmf_tag&#039; name=&#039;attachments[3195][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-3195-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;3195\\&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-3195-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-3195-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-3195-wpmf_gallery_custom_image_link\\&quot;\\n              name=\\&quot;attachments[3195][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-3195-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[3195][gallery_link_target]\\&quot;\\n                         id=\\&quot;attachments[3195][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[3195][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-3195-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;\\u00dcberzeugende Experten.&quot;,&quot;text&quot;:&quot;Professionelle Know-how-Tr\\u00e4ger mit authentischem Auftreten fesseln Ihre Lernenden.&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-16T13:42:14.000Z&quot;,&quot;filename&quot;:&quot;Diamond-Streamline-Streamline-3.0.svg&quot;,&quot;menuOrder&quot;:0,&quot;uploadedTo&quot;:3679,&quot;id&quot;:7963,&quot;title&quot;:&quot;diamond--streamline-streamline-3.0&quot;,&quot;url&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-content\\\/uploads\\\/Diamond-Streamline-Streamline-3.0.svg&quot;,&quot;link&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/expert-session\\\/diamond-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;diamond-streamline-streamline-3-0&quot;,&quot;status&quot;:&quot;inherit&quot;,&quot;modified&quot;:&quot;2025-05-16T13:42:14.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;bed283a7ce&quot;,&quot;delete&quot;:&quot;7415b04a2f&quot;,&quot;edit&quot;:&quot;676ad15e5d&quot;},&quot;editLink&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-admin\\\/post.php?post=7963&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;Expert-Session&quot;,&quot;uploadedToLink&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-admin\\\/post.php?post=3679&amp;action=edit&amp;lang=de&quot;,&quot;filesizeInBytes&quot;:1144,&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\\\/Diamond-Streamline-Streamline-3.0.svg&quot;}},&quot;compat&quot;:{&quot;item&quot;:&quot;&lt;input type=\\&quot;hidden\\&quot; name=\\&quot;attachments[7963][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-7963-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-7963-wpmf_tag&#039; name=&#039;attachments[7963][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-7963-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;7963\\&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-7963-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-7963-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-7963-wpmf_gallery_custom_image_link\\&quot;\\n              name=\\&quot;attachments[7963][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-7963-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[7963][gallery_link_target]\\&quot;\\n                         id=\\&quot;attachments[7963][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[7963][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-7963-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;Premium-Qualit\\u00e4t.&quot;,&quot;text&quot;:&quot;Unsere hochwertige Durchf\\u00fchrung garantiert ein exzellentes und nachhaltiges Lernerlebnis.&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-16T13:43:10.000Z&quot;,&quot;filename&quot;:&quot;E-Learning-Laptop-1-Streamline-Streamline-3.0.svg&quot;,&quot;menuOrder&quot;:0,&quot;uploadedTo&quot;:3679,&quot;id&quot;:7964,&quot;title&quot;:&quot;e-learning-laptop-1--streamline-streamline-3.0&quot;,&quot;url&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-content\\\/uploads\\\/E-Learning-Laptop-1-Streamline-Streamline-3.0.svg&quot;,&quot;link&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/expert-session\\\/e-learning-laptop-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;e-learning-laptop-1-streamline-streamline-3-0&quot;,&quot;status&quot;:&quot;inherit&quot;,&quot;modified&quot;:&quot;2025-05-16T13:43:10.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;981c88d832&quot;,&quot;delete&quot;:&quot;e6982db1ff&quot;,&quot;edit&quot;:&quot;b32ecebac2&quot;},&quot;editLink&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-admin\\\/post.php?post=7964&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;Expert-Session&quot;,&quot;uploadedToLink&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-admin\\\/post.php?post=3679&amp;action=edit&amp;lang=de&quot;,&quot;filesizeInBytes&quot;:1472,&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\\\/E-Learning-Laptop-1-Streamline-Streamline-3.0.svg&quot;}},&quot;compat&quot;:{&quot;item&quot;:&quot;&lt;input type=\\&quot;hidden\\&quot; name=\\&quot;attachments[7964][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-7964-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-7964-wpmf_tag&#039; name=&#039;attachments[7964][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-7964-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;7964\\&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-7964-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-7964-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-7964-wpmf_gallery_custom_image_link\\&quot;\\n              name=\\&quot;attachments[7964][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-7964-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[7964][gallery_link_target]\\&quot;\\n                         id=\\&quot;attachments[7964][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[7964][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-7964-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;Effiziente Wissenseinheiten.&quot;,&quot;text&quot;:&quot;Verpackt als Learning Nuggets k\\u00f6nnen Expert Sessions auch als Happen konsumiert werden.&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;:3791,&quot;title&quot;:&quot;monitor-programming-book--streamline-streamline-3.0&quot;,&quot;filename&quot;:&quot;Monitor-Programming-Book-Streamline-Streamline-3.0.svg&quot;,&quot;url&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-content\\\/uploads\\\/Monitor-Programming-Book-Streamline-Streamline-3.0.svg&quot;,&quot;link&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/monitor-programming-book-streamline-streamline-3-0-2\\\/&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;monitor-programming-book-streamline-streamline-3-0-2&quot;,&quot;status&quot;:&quot;inherit&quot;,&quot;uploadedTo&quot;:0,&quot;date&quot;:&quot;2025-03-04T07:57:39.000Z&quot;,&quot;modified&quot;:&quot;2025-03-04T07:57:39.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;March 4, 2025&quot;,&quot;nonces&quot;:{&quot;update&quot;:&quot;4c2776f043&quot;,&quot;delete&quot;:&quot;d089aa556b&quot;,&quot;edit&quot;:&quot;bc0244301c&quot;},&quot;editLink&quot;:&quot;https:\\\/\\\/www.mynd.com\\\/wp-admin\\\/post.php?post=3791&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;:1611,&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\\\/Monitor-Programming-Book-Streamline-Streamline-3.0.svg&quot;}},&quot;compat&quot;:{&quot;item&quot;:&quot;&lt;input type=\\&quot;hidden\\&quot; name=\\&quot;attachments[3791][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-3791-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-3791-wpmf_tag&#039; name=&#039;attachments[3791][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-3791-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;3791\\&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-3791-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-3791-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-3791-wpmf_gallery_custom_image_link\\&quot;\\n              name=\\&quot;attachments[3791][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-3791-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[3791][gallery_link_target]\\&quot;\\n                         id=\\&quot;attachments[3791][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[3791][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-3791-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;Optimaler Medienmix.&quot;,&quot;text&quot;:&quot;Kombinieren Sie die Sessions durch weiterf\\u00fchrende Illustrationen und Animationen. &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;Kompletter Service.&quot;,&quot;text&quot;:&quot;Komplettpaket f\\u00fcr Ihre Expert Sessions: Von der Planung bis zur Durchf\\u00fchrung.&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;Integrierbar in Ihr Learning Management System (LMS) oder nutzbar als Einzell\\u00f6sung.&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\">\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-78383ca2 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\">H\u00e4ufig gestellte Fragen zu unseren Expert Sessions.<\/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 sind Expert-Sessions?\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>Expert Sessions sind fokussierte Wissenseinheiten, in denen Fachexperten ihr Spezialwissen direkt und interaktiv an die Lernenden weitergeben. <\/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            F\u00fcr welche Bereiche eignen sich Expert Sessions?\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>Die Einsatzm\u00f6glichkeiten sind vielf\u00e4ltig: Von gezieltem Kompetenzaufbau \u00fcber Fachschulungen bis zu strategischen Entwicklungsprogrammen. Der Erfolg basiert auf der pr\u00e4zisen Abstimmung zwischen Expertenwissen und Vermittlungsformat. Wir entwickeln f\u00fcr Sie passgenaue Formate, die Ihre Unternehmensziele optimal unterst\u00fctzen.<\/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 werden Expert Sessions durchgef\u00fchrt?\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><strong>Selbst pr\u00e4sentiert:<\/strong> Der Experte pr\u00e4sentiert sein Material selbst vor der Kamera. Unser Team unterst\u00fctzt ihn dabei in jeder Phase, hilft bei der Strukturierung der Inhalte zu einem \u00fcberzeugenden Skript, leitet den Drehprozess und schneidet das Filmmaterial zu einem professionellen Endvideo zusammen.<\/p>\n\n\n\n<p><strong>Pr\u00e4sentation durch einen KI-Avatar:<\/strong> Anstelle des Experten selbst pr\u00e4sentiert ein KI-Avatar des Experten den Inhalt. Dies erm\u00f6glicht eine mehrsprachige Bereitstellung und flexible Videostile. Unser Team unterst\u00fctzt Sie bei der Erstellung des Skripts, k\u00fcmmert sich um die Erstellung des KI-Avatars, die Generierung des vom Avatar pr\u00e4sentierten Skripts und die Bearbeitung der Aufnahmen, um ein ausgefeiltes Endvideo zu erstellen.<\/p>\n\n\n\n<p>Beide Ans\u00e4tze gew\u00e4hrleisten eine professionelle, ansprechende und effektive Lernerfahrung f\u00fcr Ihr Publikum.<\/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 eine Expert Session?\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>Die Aufw\u00e4nde variieren sehr stark und sind vor allem von den jeweiligen Experten, dem Umfang und der Qualit\u00e4t der Umsetzung abh\u00e4ngig. In einem kostenlosen Erstgespr\u00e4ch analysieren wir Ihren Bedarf. Anschlie\u00dfend erstellen wir ein transparentes Komplettangebot, das alle Leistungen umfasst.<\/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 schnell kann eine Session starten?\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>Die Produktionszeit h\u00e4ngt vom Format (selbst pr\u00e4sentiert oder durch einen KI-Avatar pr\u00e4sentiert), der Komplexit\u00e4t, dem Umfang der Inhalte und der gew\u00fcnschten Videol\u00e4nge ab. Im Durchschnitt dauert die Erstellung einer Expertensitzung mindestens zwei Monate. Vom ersten Tag an erhalten Sie einen klaren Projektplan und einen festen Ansprechpartner, der f\u00fcr einen reibungslosen Ablauf, eine p\u00fcnktliche Lieferung und Ihre vollst\u00e4ndige Zufriedenheit sorgt.<\/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>Expert Sessions st\u00e4rken Ihre Lernenden mit Wissen Sie verf\u00fcgen \u00fcber wertvolles Fachwissen, sind sich aber nicht sicher, wie Sie es effektiv weitergeben k\u00f6nnen? Als Spezialisten f\u00fcr professionellen Wissenstransfer kombinieren wir didaktisches Know-how mit umfassender Erfahrung in der Videoproduktion, um Experten dabei zu helfen, ihr Wissen in ansprechende Lernvideos umzuwandeln. Von der Strukturierung Ihrer Inhalte zu &hellip; <a href=\"https:\/\/www.mynd.com\/de\/expert-session\/\">Continued<\/a><\/p>\n","protected":false},"author":6,"featured_media":8153,"parent":0,"menu_order":62,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-3679","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.mynd.com\/de\/wp-json\/wp\/v2\/pages\/3679","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=3679"}],"version-history":[{"count":5,"href":"https:\/\/www.mynd.com\/de\/wp-json\/wp\/v2\/pages\/3679\/revisions"}],"predecessor-version":[{"id":17581,"href":"https:\/\/www.mynd.com\/de\/wp-json\/wp\/v2\/pages\/3679\/revisions\/17581"}],"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=3679"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}