{"id":17781,"date":"2024-12-21T12:49:06","date_gmt":"2024-12-21T11:49:06","guid":{"rendered":"https:\/\/present4d.com\/vr-suite-referenzprojekte\/"},"modified":"2025-03-15T07:16:45","modified_gmt":"2025-03-15T06:16:45","slug":"vr-suite-referenzprojekte","status":"publish","type":"page","link":"https:\/\/present4d.com\/de\/vr-suite-referenzprojekte\/","title":{"rendered":"VR-Suite Referenzprojekte"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8220;1&#8243; admin_label=&#8220;section&#8220; _builder_version=&#8220;4.16&#8243; global_colors_info=&#8220;{}&#8220;][et_pb_row admin_label=&#8220;row&#8220; _builder_version=&#8220;4.16&#8243; background_size=&#8220;initial&#8220; background_position=&#8220;top_left&#8220; background_repeat=&#8220;repeat&#8220; global_colors_info=&#8220;{}&#8220;][et_pb_column type=&#8220;4_4&#8243; _builder_version=&#8220;4.16&#8243; custom_padding=&#8220;|||&#8220; global_colors_info=&#8220;{}&#8220; custom_padding__hover=&#8220;|||&#8220;][et_pb_text admin_label=&#8220;Text&#8220; _builder_version=&#8220;4.18.0&#8243; background_size=&#8220;initial&#8220; background_position=&#8220;top_left&#8220; background_repeat=&#8220;repeat&#8220; hover_enabled=&#8220;0&#8243; global_colors_info=&#8220;{}&#8220; sticky_enabled=&#8220;0&#8243;]<\/p>\n\r\n    <style>\r\n        \/* Base Styles *\/\r\n        .abc-filter-container {\r\n            margin-bottom: 20px;\r\n            padding: 15px;\r\n            background-color: #f5f7fa;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);\r\n        }\r\n        \r\n        .abc-filter-wrapper {\r\n            display: flex;\r\n            justify-content: center;\r\n            gap: 10px;\r\n            flex-wrap: nowrap;\r\n            width: 100%;\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n        }\r\n        \r\n        .abc-filter-container input,\r\n        .abc-filter-container select {\r\n            padding: 12px 15px;\r\n            font-size: 16px;\r\n            border: 1px solid #dae0e6;\r\n            border-radius: 6px;\r\n            outline: none;\r\n            flex-grow: 1;\r\n            min-width: 120px;\r\n            transition: all 0.3s ease;\r\n            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);\r\n        }\r\n        \r\n        .abc-filter-container input:focus,\r\n        .abc-filter-container select:focus {\r\n            border-color: #0073aa;\r\n            box-shadow: 0 0 0 2px rgba(0, 115, 170, 0.2);\r\n        }\r\n        \r\n        .abc-reset-btn {\r\n            background: #d9534f;\r\n            color: white;\r\n            border: none;\r\n            padding: 12px 20px;\r\n            cursor: pointer;\r\n            border-radius: 6px;\r\n            font-size: 16px;\r\n            font-weight: 600;\r\n            transition: all 0.3s ease;\r\n            flex-shrink: 0;\r\n            box-shadow: 0 2px 4px rgba(217, 83, 79, 0.2);\r\n        }\r\n        \r\n        .abc-reset-btn:hover {\r\n            background: #c9302c;\r\n            transform: translateY(-1px);\r\n            box-shadow: 0 4px 6px rgba(217, 83, 79, 0.3);\r\n        }\r\n        \r\n        .abc-project-count {\r\n            text-align: center;\r\n            font-size: 18px;\r\n            font-weight: bold;\r\n            margin: 20px 0;\r\n            color: #444;\r\n        }\r\n        \r\n        \/* Project Container & Items *\/\r\n        .abc-project-container {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 25px;\r\n            padding: 20px;\r\n            max-width: 1200px;\r\n            margin: 0 auto;\r\n        }\r\n        \r\n        .abc-project-item {\r\n            display: flex;\r\n            width: 100%;\r\n            border: none;\r\n            padding: 25px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);\r\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\r\n        }\r\n        \r\n        .abc-project-item:hover {\r\n            transform: translateY(-3px);\r\n            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);\r\n        }\r\n        \r\n        .abc-project-image {\r\n            flex: 1;\r\n            max-width: 400px;\r\n            margin-right: 25px;\r\n        }\r\n        \r\n        .abc-project-image img {\r\n            width: 100%;\r\n            height: auto;\r\n            border-radius: 8px;\r\n            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);\r\n            object-fit: cover;\r\n        }\r\n        \r\n        .abc-project-info {\r\n            flex: 2;\r\n            display: flex;\r\n            flex-direction: column;\r\n            justify-content: flex-start;\r\n            padding-top: 5px;\r\n        }\r\n        \r\n        .abc-project-info h3 {\r\n            margin: 0 0 0px; \/* Space between elements*\/\r\n            font-size: 24px;\r\n            line-height: 1.2;\r\n        }\r\n        \r\n        .abc-project-info h3 a {\r\n            text-decoration: none;\r\n            color: #0073aa;\r\n            transition: color 0.3s ease;\r\n        }\r\n        \r\n        .abc-project-info h3 a:hover {\r\n            color: #005580;\r\n        }\r\n        \r\n        .abc-project-info p {\r\n            margin: 0px 0; \/* Space between elements*\/\r\n            font-size: 16px;\r\n            color: #666;\r\n            line-height: 1.3;\r\n        }\r\n        \r\n        .abc-project-info p.project-excerpt {\r\n            margin: 0 0 0px 0; \/* Space between elements*\/\r\n            font-style: italic;\r\n            color: #555;\r\n        }\r\n        \r\n        .abc-project-info p strong {\r\n            color: #444;\r\n            font-weight: 600;\r\n            margin-right: 5px;\r\n        }\r\n        \r\n        \/* Responsive Design *\/\r\n        @media (max-width: 1024px) {\r\n            .abc-project-item {\r\n                padding: 20px;\r\n            }\r\n            \r\n            .abc-project-image {\r\n                max-width: 350px;\r\n            }\r\n        }\r\n        \r\n        @media (max-width: 768px) {\r\n            .abc-filter-wrapper {\r\n                flex-wrap: wrap;\r\n            }\r\n            \r\n            .abc-reset-btn {\r\n                margin-top: 10px;\r\n                width: 100%;\r\n            }\r\n            \r\n            .abc-project-item {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n            \r\n            .abc-project-image {\r\n                max-width: 250px;\r\n                margin-right: 20px;\r\n            }\r\n        }\r\n        \r\n        @media (max-width: 576px) {\r\n            .abc-filter-container input,\r\n            .abc-filter-container select {\r\n                width: 100%;\r\n                margin-bottom: 10px;\r\n            }\r\n            \r\n            .abc-filter-wrapper {\r\n                flex-direction: column;\r\n            }\r\n            \r\n            .abc-project-item {\r\n                flex-direction: column;\r\n            }\r\n            \r\n            .abc-project-image {\r\n                max-width: 100%;\r\n                margin-right: 0;\r\n                margin-bottom: 20px;\r\n            }\r\n            \r\n            .abc-project-info {\r\n                padding-left: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <!-- Filters Section -->\r\n    <div class=\"abc-filter-container\">\r\n        <div class=\"abc-filter-wrapper\">\r\n            <input type=\"text\" id=\"abc-project-search\" placeholder=\"Suchtext eingeben...\">\r\n\r\n            <select id=\"abc-project-industry\">\r\n                <option value=\"\">Alle Industrien<\/option>\r\n\t\t\t\t                    <option value=\"360 Panoramafotografie\">360 Panoramafotografie<\/option>\r\n                                    <option value=\"360\u00b0 Kamera\">360\u00b0 Kamera<\/option>\r\n                                    <option value=\"Anlagenbau\">Anlagenbau<\/option>\r\n                                    <option value=\"Bildung\">Bildung<\/option>\r\n                                    <option value=\"Bildung Elektronik\">Bildung Elektronik<\/option>\r\n                                    <option value=\"B\u00fcromanagement\">B\u00fcromanagement<\/option>\r\n                                    <option value=\"Chemietechnik\">Chemietechnik<\/option>\r\n                                    <option value=\"Finanzen\">Finanzen<\/option>\r\n                                    <option value=\"Fintech\">Fintech<\/option>\r\n                                    <option value=\"Geologie\">Geologie<\/option>\r\n                                    <option value=\"Gesundheitswesen\">Gesundheitswesen<\/option>\r\n                                    <option value=\"Handwerk\">Handwerk<\/option>\r\n                                    <option value=\"Immobilien\">Immobilien<\/option>\r\n                                    <option value=\"Inklusion\">Inklusion<\/option>\r\n                                    <option value=\"Innovation\">Innovation<\/option>\r\n                                    <option value=\"Kunst\">Kunst<\/option>\r\n                                    <option value=\"Laserscanning\">Laserscanning<\/option>\r\n                                    <option value=\"Logistik\">Logistik<\/option>\r\n                                    <option value=\"Maschinenbau\">Maschinenbau<\/option>\r\n                                    <option value=\"Medizintechnik\">Medizintechnik<\/option>\r\n                                    <option value=\"Messebau\">Messebau<\/option>\r\n                                    <option value=\"Messtechnik\">Messtechnik<\/option>\r\n                                    <option value=\"Museum\">Museum<\/option>\r\n                                    <option value=\"Normung\">Normung<\/option>\r\n                                    <option value=\"Public Safety\">Public Safety<\/option>\r\n                                    <option value=\"Soziales\">Soziales<\/option>\r\n                                    <option value=\"Tourismus\">Tourismus<\/option>\r\n                                    <option value=\"Unternehmensberatung\">Unternehmensberatung<\/option>\r\n                                    <option value=\"VR-Suite\">VR-Suite<\/option>\r\n                                    <option value=\"Wasserwirtschaft\">Wasserwirtschaft<\/option>\r\n                                    <option value=\"Wohlfahrtsverband\">Wohlfahrtsverband<\/option>\r\n                            <\/select>\r\n\r\n            <select id=\"abc-project-area\">\r\n                <option value=\"\">Alle Anwendungsgebiete<\/option>\r\n\t\t\t\t                    <option value=\"Anlageberatung\">Anlageberatung<\/option>\r\n                                    <option value=\"Aufkl\u00e4rung\">Aufkl\u00e4rung<\/option>\r\n                                    <option value=\"Baudokumentation\">Baudokumentation<\/option>\r\n                                    <option value=\"Dokumentation\">Dokumentation<\/option>\r\n                                    <option value=\"Geschichte\">Geschichte<\/option>\r\n                                    <option value=\"Immobilien-Rundgang\">Immobilien-Rundgang<\/option>\r\n                                    <option value=\"Immobilienrundgang\">Immobilienrundgang<\/option>\r\n                                    <option value=\"Inspiration\">Inspiration<\/option>\r\n                                    <option value=\"Konzeptentwurf Seminar\">Konzeptentwurf Seminar<\/option>\r\n                                    <option value=\"Konzeptpr\u00e4sentation\">Konzeptpr\u00e4sentation<\/option>\r\n                                    <option value=\"Onboarding\">Onboarding<\/option>\r\n                                    <option value=\"Produkt- Konzept-Pr\u00e4sentation\">Produkt- Konzept-Pr\u00e4sentation<\/option>\r\n                                    <option value=\"Produktvergleich\">Produktvergleich<\/option>\r\n                                    <option value=\"Produktvorstellung\">Produktvorstellung<\/option>\r\n                                    <option value=\"Schulstunde Lernmodul\">Schulstunde Lernmodul<\/option>\r\n                                    <option value=\"Schulung\">Schulung<\/option>\r\n                                    <option value=\"Sicherheitsschulung\">Sicherheitsschulung<\/option>\r\n                                    <option value=\"Sicherheitsunterweisung\">Sicherheitsunterweisung<\/option>\r\n                                    <option value=\"Soziales\">Soziales<\/option>\r\n                                    <option value=\"Tourismus\">Tourismus<\/option>\r\n                                    <option value=\"VR-Suite\">VR-Suite<\/option>\r\n                                    <option value=\"VRS Training \/Referenzen\">VRS Training \/Referenzen<\/option>\r\n                                    <option value=\"Virtuelle Ausstellung\">Virtuelle Ausstellung<\/option>\r\n                                    <option value=\"Virtuelle Bedienungsanleitung\">Virtuelle Bedienungsanleitung<\/option>\r\n                                    <option value=\"Virtuelle Betriebsbesichtigung\">Virtuelle Betriebsbesichtigung<\/option>\r\n                                    <option value=\"Virtuelle Gesundheitsbildung\">Virtuelle Gesundheitsbildung<\/option>\r\n                                    <option value=\"Virtuelle Kunstausstellung\">Virtuelle Kunstausstellung<\/option>\r\n                                    <option value=\"Virtuelle Referenzen\">Virtuelle Referenzen<\/option>\r\n                                    <option value=\"Virtueller Messestand\">Virtueller Messestand<\/option>\r\n                                    <option value=\"Virtueller Rundgang\">Virtueller Rundgang<\/option>\r\n                                    <option value=\"Virtueller Schulrundgang\">Virtueller Schulrundgang<\/option>\r\n                                    <option value=\"Virtuelles Bedienungsanleitung\">Virtuelles Bedienungsanleitung<\/option>\r\n                                    <option value=\"Virtuelles Museum\">Virtuelles Museum<\/option>\r\n                                    <option value=\"Virtuelles M\u00e4rchen\">Virtuelles M\u00e4rchen<\/option>\r\n                                    <option value=\"virtuelle Stadt- und Betriebsbesichtigung\">virtuelle Stadt- und Betriebsbesichtigung<\/option>\r\n                            <\/select>\r\n            \r\n            <button class=\"abc-reset-btn\" onclick=\"resetFilters()\">Reset<\/button>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <!-- Project Count -->\r\n    <div class=\"abc-project-count\">\r\n        <span id=\"abc-project-count\">Showing 61 projects out of 61<\/span>\r\n    <\/div>\r\n\r\n    <div class=\"abc-project-container\" id=\"abc-project-list\">\r\n                        <div class=\"abc-project-item\"\r\n                     data-title=\"100 Jahre Austrian Standards\"\r\n                     data-industry=\"Normung\"\r\n                     data-area=\"Virtuelle Ausstellung\">\r\n\r\n                    <div class=\"abc-project-image\">\r\n                        <img width=\"294\" height=\"147\" src=\"https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/Picture4.jpg\" class=\"attachment-400x400 size-400x400 wp-post-image\" alt=\"\" loading=\"lazy\" \/>                    <\/div>\r\n\r\n                    <div class=\"abc-project-info\">\r\n                        <h3><a href=\"https:\/\/present4d.com\/de\/project\/100-jahre-austrian-standards\/\">100 Jahre Austrian Standards<\/a><\/h3>\r\n                        \r\n                        <p class=\"project-excerpt\">Sehr umfangreiche virtuelle Ausstellung zum 100 j\u00e4hrigen Jubil\u00e4um des Normungs- und Standardisierungsinstituts \"Austrian Standards\". 5 interaktive Stationen (siehe Highlights)<\/p>                        \r\n                        <p><strong>Release:<\/strong> \u00f6ffentlich<\/p>                                                <p><strong>Branche:<\/strong> Normung<\/p>                        <p><strong>Anwendungsgebiet:<\/strong> Virtuelle Ausstellung<\/p>                    <\/div>\r\n                <\/div>\r\n                                <div class=\"abc-project-item\"\r\n                     data-title=\"Blackout DRK\"\r\n                     data-industry=\"Public Safety\"\r\n                     data-area=\"Aufkl\u00e4rung\">\r\n\r\n                    <div class=\"abc-project-image\">\r\n                        <img width=\"400\" height=\"200\" src=\"https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/engram-logistik.jpg\" class=\"attachment-400x400 size-400x400 wp-post-image\" alt=\"\" loading=\"lazy\" \/>                    <\/div>\r\n\r\n                    <div class=\"abc-project-info\">\r\n                        <h3><a href=\"https:\/\/present4d.com\/de\/project\/blackout-drk\/\">Blackout DRK<\/a><\/h3>\r\n                        \r\n                        <p class=\"project-excerpt\">Dieses Projekt dient dazu Menschen auf die verheerenden Folgen eines Blackouts aufmerksam zu machen. Am Ende dieser Simulation<\/p>                        \r\n                        <p><strong>Release:<\/strong> \u00f6ffentlich<\/p>                                                <p><strong>Branche:<\/strong> Public Safety<\/p>                        <p><strong>Anwendungsgebiet:<\/strong> Aufkl\u00e4rung<\/p>                    <\/div>\r\n                <\/div>\r\n                                <div class=\"abc-project-item\"\r\n                     data-title=\"DHL World Innovation Center\"\r\n                     data-industry=\"Logistik\"\r\n                     data-area=\"Virtuelle Betriebsbesichtigung\">\r\n\r\n                    <div class=\"abc-project-image\">\r\n                        <img width=\"400\" height=\"200\" src=\"https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/Kinderschutzbund.jpg\" class=\"attachment-400x400 size-400x400 wp-post-image\" alt=\"\" loading=\"lazy\" \/>                    <\/div>\r\n\r\n                    <div class=\"abc-project-info\">\r\n                        <h3><a href=\"https:\/\/present4d.com\/de\/project\/dhl-world-innovation-center\/\">DHL World Innovation Center<\/a><\/h3>\r\n                        \r\n                        <p class=\"project-excerpt\">Das DHL Innovation Center ist ein globales Forschungs- und Entwicklungszentrum von DHL, einem der weltweit f\u00fchrenden Logistikunternehmen. Es dient als zentrale Plattform f\u00fcr Innovationen im Bereich Logistik, Supply Chain und Transporttechnologien.<\/p>                        \r\n                        <p><strong>Release:<\/strong> \u00f6ffentlich<\/p>                                                <p><strong>Branche:<\/strong> Logistik<\/p>                        <p><strong>Anwendungsgebiet:<\/strong> Virtuelle Betriebsbesichtigung<\/p>                    <\/div>\r\n                <\/div>\r\n                                <div class=\"abc-project-item\"\r\n                     data-title=\"Doosan Lentjes Digitale Referenzwelt\"\r\n                     data-industry=\"Anlagenbau\"\r\n                     data-area=\"Virtuelle Referenzen\">\r\n\r\n                    <div class=\"abc-project-image\">\r\n                        <img width=\"400\" height=\"200\" src=\"https:\/\/present4d.com\/wp-content\/uploads\/2024\/12\/Doosan-Lentjes-World.jpg\" class=\"attachment-400x400 size-400x400 wp-post-image\" alt=\"\" loading=\"lazy\" \/>                    <\/div>\r\n\r\n                    <div class=\"abc-project-info\">\r\n                        <h3><a href=\"https:\/\/present4d.com\/de\/project\/doosan-lentjes-digitale-referenzwelt\/\">Doosan Lentjes Digitale Referenzwelt<\/a><\/h3>\r\n                        \r\n                        <p class=\"project-excerpt\">Aus einer Weltkugel heraus kann man 14 Gro\u00dfanlagen aus der ganzen Welt aufrufen.<\/p>                        \r\n                        <p><strong>Release:<\/strong> \u00f6ffentlich<\/p>                                                <p><strong>Branche:<\/strong> Anlagenbau<\/p>                        <p><strong>Anwendungsgebiet:<\/strong> Virtuelle Referenzen<\/p>                    <\/div>\r\n                <\/div>\r\n                                <div class=\"abc-project-item\"\r\n                     data-title=\"Doosan-Lentjes Baudoku Dinslaken\"\r\n                     data-industry=\"Anlagenbau\"\r\n                     data-area=\"Baudokumentation\">\r\n\r\n                    <div class=\"abc-project-image\">\r\n                        <img width=\"296\" height=\"148\" src=\"https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/Picture2.jpg\" class=\"attachment-400x400 size-400x400 wp-post-image\" alt=\"\" loading=\"lazy\" \/>                    <\/div>\r\n\r\n                    <div class=\"abc-project-info\">\r\n                        <h3><a href=\"https:\/\/present4d.com\/de\/project\/doosan-lentjes-baudoku-dinslaken\/\">Doosan-Lentjes Baudoku Dinslaken<\/a><\/h3>\r\n                        \r\n                        <p class=\"project-excerpt\">Baudokumentation erlaubt Zeitspr\u00fcnge, um die Anlage \"wachsen\" zu sehen.<\/p>                        \r\n                        <p><strong>Release:<\/strong> \u00f6ffentlich<\/p>                                                <p><strong>Branche:<\/strong> Anlagenbau<\/p>                        <p><strong>Anwendungsgebiet:<\/strong> Baudokumentation<\/p>                    <\/div>\r\n                <\/div>\r\n                                <div class=\"abc-project-item\"\r\n                     data-title=\"Doosan-Lentjes Baudoku Wiesbaden\"\r\n                     data-industry=\"Anlagenbau\"\r\n                     data-area=\"Baudokumentation\">\r\n\r\n                    <div class=\"abc-project-image\">\r\n                        <img width=\"400\" height=\"200\" src=\"https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/moehlenhoff.jpg\" class=\"attachment-400x400 size-400x400 wp-post-image\" alt=\"\" loading=\"lazy\" \/>                    <\/div>\r\n\r\n                    <div class=\"abc-project-info\">\r\n                        <h3><a href=\"https:\/\/present4d.com\/de\/project\/doosan-lentjes-baudoku-wiesbaden\/\">Doosan-Lentjes Baudoku Wiesbaden<\/a><\/h3>\r\n                        \r\n                        <p class=\"project-excerpt\">Baudokumentation einer M\u00fcllverbrennungsanlage \u00fcber 28 Monate Bauzeit wurden an 10 definierten Punkten auf der Baus<\/p>                        \r\n                        <p><strong>Release:<\/strong> \u00f6ffentlich<\/p>                                                <p><strong>Branche:<\/strong> Anlagenbau<\/p>                        <p><strong>Anwendungsgebiet:<\/strong> Baudokumentation<\/p>                    <\/div>\r\n                <\/div>\r\n                                <div class=\"abc-project-item\"\r\n                     data-title=\"Engram Logistik\"\r\n                     data-industry=\"Logistik\"\r\n                     data-area=\"Sicherheitsschulung\">\r\n\r\n                    <div class=\"abc-project-image\">\r\n                        <img width=\"400\" height=\"200\" src=\"https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/Erhardt-Leimer-.jpg\" class=\"attachment-400x400 size-400x400 wp-post-image\" alt=\"\" loading=\"lazy\" \/>                    <\/div>\r\n\r\n                    <div class=\"abc-project-info\">\r\n                        <h3><a href=\"https:\/\/present4d.com\/de\/project\/engram-logistik\/\">Engram Logistik<\/a><\/h3>\r\n                        \r\n                        <p class=\"project-excerpt\">In diesem Projekt wurde eine interaktive VR-\/360\u00b0-Umgebung zur Sicherheitsunterweisung im Lager konzipiert.<\/p>                        \r\n                        <p><strong>Release:<\/strong> \u00f6ffentlich<\/p>                                                <p><strong>Branche:<\/strong> Logistik<\/p>                        <p><strong>Anwendungsgebiet:<\/strong> Sicherheitsschulung<\/p>                    <\/div>\r\n                <\/div>\r\n                                <div class=\"abc-project-item\"\r\n                     data-title=\"Engram View\"\r\n                     data-industry=\"Finanzen\"\r\n                     data-area=\"Anlageberatung\">\r\n\r\n                    <div class=\"abc-project-image\">\r\n                        <img width=\"400\" height=\"200\" src=\"https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/engram-view.jpg\" class=\"attachment-400x400 size-400x400 wp-post-image\" alt=\"\" loading=\"lazy\" \/>                    <\/div>\r\n\r\n                    <div class=\"abc-project-info\">\r\n                        <h3><a href=\"https:\/\/present4d.com\/de\/project\/engram-view\/\">Engram View<\/a><\/h3>\r\n                        \r\n                        <p class=\"project-excerpt\">F\u00fcr Sparkassen werden 3 Finanzbereiche sehr detailliert behandelt: 1. Immobilienfonds 2. Hausfinanzierung 3. Wertpapieranlage.<\/p>                        \r\n                        <p><strong>Release:<\/strong> \u00f6ffentlich<\/p>                                                <p><strong>Branche:<\/strong> Finanzen<\/p>                        <p><strong>Anwendungsgebiet:<\/strong> Anlageberatung<\/p>                    <\/div>\r\n                <\/div>\r\n                                <div class=\"abc-project-item\"\r\n                     data-title=\"Erhardt&amp;Leimer Virtueller Messestand\"\r\n                     data-industry=\"Messebau\"\r\n                     data-area=\"Virtueller Messestand\">\r\n\r\n                    <div class=\"abc-project-image\">\r\n                        <img width=\"296\" height=\"148\" src=\"https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/Picture3.jpg\" class=\"attachment-400x400 size-400x400 wp-post-image\" alt=\"\" loading=\"lazy\" \/>                    <\/div>\r\n\r\n                    <div class=\"abc-project-info\">\r\n                        <h3><a href=\"https:\/\/present4d.com\/de\/project\/erhardtleimer-virtueller-messestand\/\">Erhardt&amp;Leimer Virtueller Messestand<\/a><\/h3>\r\n                        \r\n                        <p class=\"project-excerpt\">Gerenderte Panoramen, Messest\u00e4nde der Konkurrenz werden in Graustufen gehalten, um den E&amp;L Messestand zu fokussieren. Mitarbeiter sind freigestellt. Attraktive Umsetzung.<\/p>                        \r\n                        <p><strong>Release:<\/strong> \u00f6ffentlich<\/p>                                                <p><strong>Branche:<\/strong> Messebau<\/p>                        <p><strong>Anwendungsgebiet:<\/strong> Virtueller Messestand<\/p>                    <\/div>\r\n                <\/div>\r\n                                <div class=\"abc-project-item\"\r\n                     data-title=\"Gesamtschule Spree-Nei\u00dfe\"\r\n                     data-industry=\"Bildung\"\r\n                     data-area=\"Virtueller Schulrundgang\">\r\n\r\n                    <div class=\"abc-project-image\">\r\n                        <img width=\"400\" height=\"200\" src=\"https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/Gesamtschule-Spree-Nei\ufffde-.jpg\" class=\"attachment-400x400 size-400x400 wp-post-image\" alt=\"\" loading=\"lazy\" srcset=\"https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/Gesamtschule-Spree-Nei\ufffde-.jpg 1920w, https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/Gesamtschule-Spree-Nei\ufffde--300x150.jpg 300w, https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/Gesamtschule-Spree-Nei\ufffde--1024x511.jpg 1024w, https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/Gesamtschule-Spree-Nei\ufffde--768x384.jpg 768w, https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/Gesamtschule-Spree-Nei\ufffde--1536x767.jpg 1536w, https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/Gesamtschule-Spree-Nei\ufffde--1080x539.jpg 1080w, https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/Gesamtschule-Spree-Nei\ufffde--1280x639.jpg 1280w, https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/Gesamtschule-Spree-Nei\ufffde--980x489.jpg 980w, https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/Gesamtschule-Spree-Nei\ufffde--480x240.jpg 480w\" sizes=\"(max-width: 400px) 100vw, 400px\" \/>                    <\/div>\r\n\r\n                    <div class=\"abc-project-info\">\r\n                        <h3><a href=\"https:\/\/present4d.com\/de\/project\/gesamtschule-spree-neise\/\">Gesamtschule Spree-Nei\u00dfe<\/a><\/h3>\r\n                        \r\n                        <p class=\"project-excerpt\">Virtueller Schulrundgang mit viel Info \u00fcber Mint-F\u00e4cher und Schulbereiche<\/p>                        \r\n                        <p><strong>Release:<\/strong> \u00f6ffentlich<\/p>                                                <p><strong>Branche:<\/strong> Bildung<\/p>                        <p><strong>Anwendungsgebiet:<\/strong> Virtueller Schulrundgang<\/p>                    <\/div>\r\n                <\/div>\r\n                                <div class=\"abc-project-item\"\r\n                     data-title=\"Handwerkskammer der Pfalz\"\r\n                     data-industry=\"Handwerk\"\r\n                     data-area=\"Virtuelle Betriebsbesichtigung\">\r\n\r\n                    <div class=\"abc-project-image\">\r\n                        <img width=\"400\" height=\"200\" src=\"https:\/\/present4d.com\/wp-content\/uploads\/2024\/12\/VR-VIEW-e1728929062852.png\" class=\"attachment-400x400 size-400x400 wp-post-image\" alt=\"\" loading=\"lazy\" srcset=\"https:\/\/present4d.com\/wp-content\/uploads\/2024\/12\/VR-VIEW-e1728929062852.png 427w, https:\/\/present4d.com\/wp-content\/uploads\/2024\/12\/VR-VIEW-e1728929062852-300x150.png 300w\" sizes=\"(max-width: 400px) 100vw, 400px\" \/>                    <\/div>\r\n\r\n                    <div class=\"abc-project-info\">\r\n                        <h3><a href=\"https:\/\/present4d.com\/de\/project\/chamber-of-crafts-of-the-palatinate\/\">Handwerkskammer der Pfalz<\/a><\/h3>\r\n                        \r\n                        <p class=\"project-excerpt\">\u00fcber ein Panoramamen\u00fc kann man Information zu 22 Ausbildungsberufen abrufen<\/p>                        \r\n                        <p><strong>Release:<\/strong> \u00f6ffentlich<\/p>                                                <p><strong>Branche:<\/strong> Handwerk<\/p>                        <p><strong>Anwendungsgebiet:<\/strong> Virtuelle Betriebsbesichtigung<\/p>                    <\/div>\r\n                <\/div>\r\n                                <div class=\"abc-project-item\"\r\n                     data-title=\"Kinderschutzbund: Gefahren im Haushalt\"\r\n                     data-industry=\"Public Safety\"\r\n                     data-area=\"Aufkl\u00e4rung\">\r\n\r\n                    <div class=\"abc-project-image\">\r\n                        <img width=\"400\" height=\"200\" src=\"https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/Kinderschutzbund-1.jpg\" class=\"attachment-400x400 size-400x400 wp-post-image\" alt=\"\" loading=\"lazy\" \/>                    <\/div>\r\n\r\n                    <div class=\"abc-project-info\">\r\n                        <h3><a href=\"https:\/\/present4d.com\/de\/project\/kinderschutzbund-gefahren-im-haushalt\/\">Kinderschutzbund: Gefahren im Haushalt<\/a><\/h3>\r\n                        \r\n                        <p class=\"project-excerpt\">Der Kinderschutzbund informiert \u00fcber Gefahren im Haushalt, um Unf\u00e4lle bei Kindern zu verhindern. Er bietet Beratung und Aufk<\/p>                        \r\n                        <p><strong>Release:<\/strong> \u00f6ffentlich<\/p>                                                <p><strong>Branche:<\/strong> Public Safety<\/p>                        <p><strong>Anwendungsgebiet:<\/strong> Aufkl\u00e4rung<\/p>                    <\/div>\r\n                <\/div>\r\n                                <div class=\"abc-project-item\"\r\n                     data-title=\"RWE Neurath Construction Site Docu\"\r\n                     data-industry=\"Anlagenbau\"\r\n                     data-area=\"Baudokumentation\">\r\n\r\n                    <div class=\"abc-project-image\">\r\n                        <img width=\"400\" height=\"200\" src=\"https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/RWE-Neurath-Construction-Site-.jpg\" class=\"attachment-400x400 size-400x400 wp-post-image\" alt=\"\" loading=\"lazy\" \/>                    <\/div>\r\n\r\n                    <div class=\"abc-project-info\">\r\n                        <h3><a href=\"https:\/\/present4d.com\/de\/project\/rwe-neurath-construction-site-docu\/\">RWE Neurath Construction Site Docu<\/a><\/h3>\r\n                        \r\n                        <p class=\"project-excerpt\">Visuelle Baudokumentation zur Baufortschrittskontrolle. Das Braunkohlekraftwerk RWE in Neurath ist eines der gr\u00f6\u00dften seiner Art in Europa. Es liefert erhebliche Mengen Strom<\/p>                        \r\n                        <p><strong>Release:<\/strong> \u00f6ffentlich<\/p>                                                <p><strong>Branche:<\/strong> Anlagenbau<\/p>                        <p><strong>Anwendungsgebiet:<\/strong> Baudokumentation<\/p>                    <\/div>\r\n                <\/div>\r\n                                <div class=\"abc-project-item\"\r\n                     data-title=\"The Art Maze\"\r\n                     data-industry=\"Kunst\"\r\n                     data-area=\"Virtuelle Kunstausstellung\">\r\n\r\n                    <div class=\"abc-project-image\">\r\n                        <img width=\"400\" height=\"225\" src=\"https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/Copy-of-Art-Maze_3.jpg\" class=\"attachment-400x400 size-400x400 wp-post-image\" alt=\"\" loading=\"lazy\" \/>                    <\/div>\r\n\r\n                    <div class=\"abc-project-info\">\r\n                        <h3><a href=\"https:\/\/present4d.com\/de\/project\/the-art-maze\/\">The Art Maze<\/a><\/h3>\r\n                        \r\n                        <p class=\"project-excerpt\">Virtuelle Kunstausstellung, 30 Unesco Weltkulturerbest\u00e4tten auf dem Helilandeplatz des Burji al Arab<\/p>                        \r\n                        <p><strong>Release:<\/strong> \u00f6ffentlich<\/p>                                                <p><strong>Branche:<\/strong> Kunst<\/p>                        <p><strong>Anwendungsgebiet:<\/strong> Virtuelle Kunstausstellung<\/p>                    <\/div>\r\n                <\/div>\r\n                                <div class=\"abc-project-item\"\r\n                     data-title=\"VR-Lernmodule Altes \u00c4gypten\"\r\n                     data-industry=\"Bildung\"\r\n                     data-area=\"Schulstunde Lernmodul\">\r\n\r\n                    <div class=\"abc-project-image\">\r\n                        <img width=\"400\" height=\"200\" src=\"https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/VR-Lernmodule-Altes-\ufffdgypten-.jpg\" class=\"attachment-400x400 size-400x400 wp-post-image\" alt=\"\" loading=\"lazy\" srcset=\"https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/VR-Lernmodule-Altes-\ufffdgypten-.jpg 1920w, https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/VR-Lernmodule-Altes-\ufffdgypten--300x150.jpg 300w, https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/VR-Lernmodule-Altes-\ufffdgypten--1024x511.jpg 1024w, https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/VR-Lernmodule-Altes-\ufffdgypten--768x383.jpg 768w, https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/VR-Lernmodule-Altes-\ufffdgypten--1536x766.jpg 1536w, https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/VR-Lernmodule-Altes-\ufffdgypten--1080x539.jpg 1080w, https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/VR-Lernmodule-Altes-\ufffdgypten--1280x639.jpg 1280w, https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/VR-Lernmodule-Altes-\ufffdgypten--980x489.jpg 980w, https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/VR-Lernmodule-Altes-\ufffdgypten--480x240.jpg 480w\" sizes=\"(max-width: 400px) 100vw, 400px\" \/>                    <\/div>\r\n\r\n                    <div class=\"abc-project-info\">\r\n                        <h3><a href=\"https:\/\/present4d.com\/de\/project\/vr-lernmodule-altes-agypten\/\">VR-Lernmodule Altes \u00c4gypten<\/a><\/h3>\r\n                        \r\n                        <p class=\"project-excerpt\">Ein VR-Lernmodul ist eine Unterrichtseinheit zu verschiedenen Themen, in diesem Fall geht es um das alte \u00c4gypten. Die Sch\u00fc<\/p>                        \r\n                        <p><strong>Release:<\/strong> \u00f6ffentlich<\/p>                                                <p><strong>Branche:<\/strong> Bildung<\/p>                        <p><strong>Anwendungsgebiet:<\/strong> Schulstunde Lernmodul<\/p>                    <\/div>\r\n                <\/div>\r\n                                <div class=\"abc-project-item\"\r\n                     data-title=\"VR-Lernmodule Mystics of Egypt\"\r\n                     data-industry=\"Bildung\"\r\n                     data-area=\"Schulstunde Lernmodul\">\r\n\r\n                    <div class=\"abc-project-image\">\r\n                        <img width=\"400\" height=\"200\" src=\"https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/VR-Lernmodule-Mystics-of-Egypt.jpg\" class=\"attachment-400x400 size-400x400 wp-post-image\" alt=\"\" loading=\"lazy\" \/>                    <\/div>\r\n\r\n                    <div class=\"abc-project-info\">\r\n                        <h3><a href=\"https:\/\/present4d.com\/de\/project\/vr-lernmodule-mystics-of-egypt\/\">VR-Lernmodule Mystics of Egypt<\/a><\/h3>\r\n                        \r\n                        <p class=\"project-excerpt\">Ein VR-Lernmodul ist eine Unterrichtseinheit zu verschiedenen Themen, in diesem Fall geht es um das alte \u00c4gypten. Die Sch\u00fcler lernen eine VR-Pr\u00e4sentation zu erstellen<\/p>                        \r\n                        <p><strong>Release:<\/strong> \u00f6ffentlich<\/p>                                                <p><strong>Branche:<\/strong> Bildung<\/p>                        <p><strong>Anwendungsgebiet:<\/strong> Schulstunde Lernmodul<\/p>                    <\/div>\r\n                <\/div>\r\n                                <div class=\"abc-project-item\"\r\n                     data-title=\"360\u00b0 Kameravergleich\"\r\n                     data-industry=\"360 Panoramafotografie\"\r\n                     data-area=\"Produktvergleich\">\r\n\r\n                    <div class=\"abc-project-image\">\r\n                        <img width=\"400\" height=\"200\" src=\"https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/360\ufffd-Kameravergleich-1.jpg\" class=\"attachment-400x400 size-400x400 wp-post-image\" alt=\"\" loading=\"lazy\" srcset=\"https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/360\ufffd-Kameravergleich-1.jpg 1920w, https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/360\ufffd-Kameravergleich-1-300x150.jpg 300w, https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/360\ufffd-Kameravergleich-1-1024x511.jpg 1024w, https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/360\ufffd-Kameravergleich-1-768x383.jpg 768w, https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/360\ufffd-Kameravergleich-1-1536x766.jpg 1536w, https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/360\ufffd-Kameravergleich-1-1080x539.jpg 1080w, https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/360\ufffd-Kameravergleich-1-1280x639.jpg 1280w, https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/360\ufffd-Kameravergleich-1-980x489.jpg 980w, https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/360\ufffd-Kameravergleich-1-480x240.jpg 480w\" sizes=\"(max-width: 400px) 100vw, 400px\" \/>                    <\/div>\r\n\r\n                    <div class=\"abc-project-info\">\r\n                        <h3><a href=\"https:\/\/present4d.com\/de\/project\/360-kameravergleich\/\">360\u00b0 Kameravergleich<\/a><\/h3>\r\n                        \r\n                        <p class=\"project-excerpt\">Es werden sieben 360\u00b0 Kameramodelle unterschiedlichen Preisklassen verglichen, was die visuelle Qualit\u00e4t der Aufnahmen angeht. <\/p>                        \r\n                        <p><strong>Release:<\/strong> \u00f6ffentlich<\/p>                                                <p><strong>Branche:<\/strong> 360 Panoramafotografie<\/p>                        <p><strong>Anwendungsgebiet:<\/strong> Produktvergleich<\/p>                    <\/div>\r\n                <\/div>\r\n                                <div class=\"abc-project-item\"\r\n                     data-title=\"AWO, virtuelle Roll-up-Ausstellung zum Thema Klassismus\"\r\n                     data-industry=\"Soziales\"\r\n                     data-area=\"Virtuelle Ausstellung\">\r\n\r\n                    <div class=\"abc-project-image\">\r\n                        <img width=\"400\" height=\"200\" src=\"https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/AWO-Klassismus.jpg\" class=\"attachment-400x400 size-400x400 wp-post-image\" alt=\"\" loading=\"lazy\" \/>                    <\/div>\r\n\r\n                    <div class=\"abc-project-info\">\r\n                        <h3><a href=\"https:\/\/present4d.com\/de\/project\/awo-virtuelle-roll-up-ausstellung-zum-thema-klassismus\/\">AWO, virtuelle Roll-up-Ausstellung zum Thema Klassismus<\/a><\/h3>\r\n                        \r\n                        <p class=\"project-excerpt\">Die digitale Version einer realen Ausstellung.<\/p>                        \r\n                        <p><strong>Release:<\/strong> \u00f6ffentlich<\/p>                                                <p><strong>Branche:<\/strong> Soziales<\/p>                        <p><strong>Anwendungsgebiet:<\/strong> Virtuelle Ausstellung<\/p>                    <\/div>\r\n                <\/div>\r\n                                <div class=\"abc-project-item\"\r\n                     data-title=\"Bethel Kogni Home\"\r\n                     data-industry=\"Medizintechnik\"\r\n                     data-area=\"Produkt- Konzept-Pr\u00e4sentation\">\r\n\r\n                    <div class=\"abc-project-image\">\r\n                        <img width=\"400\" height=\"200\" src=\"https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/Bethel-Kogni-Home.jpg\" class=\"attachment-400x400 size-400x400 wp-post-image\" alt=\"\" loading=\"lazy\" \/>                    <\/div>\r\n\r\n                    <div class=\"abc-project-info\">\r\n                        <h3><a href=\"https:\/\/present4d.com\/de\/project\/bethel-kogni-home\/\">Bethel Kogni Home<\/a><\/h3>\r\n                        \r\n                        <p class=\"project-excerpt\">Technikunterst\u00fctztes Wohnen f\u00fcr Menschen e.V.<\/p>                        \r\n                        <p><strong>Release:<\/strong> \u00f6ffentlich<\/p>                                                <p><strong>Branche:<\/strong> Medizintechnik<\/p>                        <p><strong>Anwendungsgebiet:<\/strong> Produkt- Konzept-Pr\u00e4sentation<\/p>                    <\/div>\r\n                <\/div>\r\n                                <div class=\"abc-project-item\"\r\n                     data-title=\"Burda Museum\"\r\n                     data-industry=\"Museum\"\r\n                     data-area=\"Virtuelles Museum\">\r\n\r\n                    <div class=\"abc-project-image\">\r\n                        <img width=\"400\" height=\"200\" src=\"https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/Burda-Museum.jpg\" class=\"attachment-400x400 size-400x400 wp-post-image\" alt=\"\" loading=\"lazy\" \/>                    <\/div>\r\n\r\n                    <div class=\"abc-project-info\">\r\n                        <h3><a href=\"https:\/\/present4d.com\/de\/project\/burda-museum\/\">Burda Museum<\/a><\/h3>\r\n                        \r\n                        <p class=\"project-excerpt\">Das Burda Museum in Baden-Baden zeigt moderne und zeitgen\u00f6ssische Kunst. Es beherbergt Werke internationaler K\u00fcnstler<\/p>                        \r\n                        <p><strong>Release:<\/strong> \u00f6ffentlich<\/p>                                                <p><strong>Branche:<\/strong> Museum<\/p>                        <p><strong>Anwendungsgebiet:<\/strong> Virtuelles Museum<\/p>                    <\/div>\r\n                <\/div>\r\n                                <div class=\"abc-project-item\"\r\n                     data-title=\"Burg Schadeck\"\r\n                     data-industry=\"Bildung\"\r\n                     data-area=\"Geschichte\">\r\n\r\n                    <div class=\"abc-project-image\">\r\n                        <img width=\"400\" height=\"200\" src=\"https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/Burg-Schadeck.jpg\" class=\"attachment-400x400 size-400x400 wp-post-image\" alt=\"\" loading=\"lazy\" \/>                    <\/div>\r\n\r\n                    <div class=\"abc-project-info\">\r\n                        <h3><a href=\"https:\/\/present4d.com\/de\/project\/burg-schadeck\/\">Burg Schadeck<\/a><\/h3>\r\n                        \r\n                                                \r\n                        <p><strong>Release:<\/strong> \u00f6ffentlich<\/p>                                                <p><strong>Branche:<\/strong> Bildung<\/p>                        <p><strong>Anwendungsgebiet:<\/strong> Geschichte<\/p>                    <\/div>\r\n                <\/div>\r\n                                <div class=\"abc-project-item\"\r\n                     data-title=\"DHL World\"\r\n                     data-industry=\"Logistik\"\r\n                     data-area=\"Virtuelle Betriebsbesichtigung\">\r\n\r\n                    <div class=\"abc-project-image\">\r\n                        <img width=\"400\" height=\"200\" src=\"https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/DHL-World.jpg\" class=\"attachment-400x400 size-400x400 wp-post-image\" alt=\"\" loading=\"lazy\" \/>                    <\/div>\r\n\r\n                    <div class=\"abc-project-info\">\r\n                        <h3><a href=\"https:\/\/present4d.com\/de\/project\/dhl-world\/\">DHL World<\/a><\/h3>\r\n                        \r\n                        <p class=\"project-excerpt\">Vier Innovationszentren von DHL weltweit als virtuelle Betriebsbesichtigung<\/p>                        \r\n                        <p><strong>Release:<\/strong> \u00f6ffentlich<\/p>                                                <p><strong>Branche:<\/strong> Logistik<\/p>                        <p><strong>Anwendungsgebiet:<\/strong> Virtuelle Betriebsbesichtigung<\/p>                    <\/div>\r\n                <\/div>\r\n                                <div class=\"abc-project-item\"\r\n                     data-title=\"DTU Chemietechnik VR Bedienungsanleitung\"\r\n                     data-industry=\"Chemietechnik\"\r\n                     data-area=\"Virtuelles Bedienungsanleitung\">\r\n\r\n                    <div class=\"abc-project-image\">\r\n                        <img width=\"400\" height=\"200\" src=\"https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/DTU-Chemietechnik-Bedienungsanleitung.jpg\" class=\"attachment-400x400 size-400x400 wp-post-image\" alt=\"\" loading=\"lazy\" \/>                    <\/div>\r\n\r\n                    <div class=\"abc-project-info\">\r\n                        <h3><a href=\"https:\/\/present4d.com\/de\/project\/dtu-chemietechnik-vr-bedienungsanleitung\/\">DTU Chemietechnik VR Bedienungsanleitung<\/a><\/h3>\r\n                        \r\n                        <p class=\"project-excerpt\">Handbuch aus 360\u00b0 Panoramen und Videos zur Schulung der Bedienung von chemischen Prozessen und Anlagen<\/p>                        \r\n                        <p><strong>Release:<\/strong> \u00f6ffentlich<\/p>                                                <p><strong>Branche:<\/strong> Chemietechnik<\/p>                        <p><strong>Anwendungsgebiet:<\/strong> Virtuelles Bedienungsanleitung<\/p>                    <\/div>\r\n                <\/div>\r\n                                <div class=\"abc-project-item\"\r\n                     data-title=\"Engram AzubiFiliale\"\r\n                     data-industry=\"Fintech\"\r\n                     data-area=\"Virtuelle Betriebsbesichtigung\">\r\n\r\n                    <div class=\"abc-project-image\">\r\n                        <img width=\"400\" height=\"200\" src=\"https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/DRK-VRBlackout.jpg\" class=\"attachment-400x400 size-400x400 wp-post-image\" alt=\"\" loading=\"lazy\" \/>                    <\/div>\r\n\r\n                    <div class=\"abc-project-info\">\r\n                        <h3><a href=\"https:\/\/present4d.com\/de\/project\/engram-azubifiliale\/\">Engram AzubiFiliale<\/a><\/h3>\r\n                        \r\n                        <p class=\"project-excerpt\">Die engram Azubifiliale, zeigt Mitarbeiter einer Sparkasse mit ihren Einsatzgebieten. Zahlreiche Informationen f\u00fcr Kunden und Kolleg<\/p>                        \r\n                        <p><strong>Release:<\/strong> \u00f6ffentlich<\/p>                                                <p><strong>Branche:<\/strong> Fintech<\/p>                        <p><strong>Anwendungsgebiet:<\/strong> Virtuelle Betriebsbesichtigung<\/p>                    <\/div>\r\n                <\/div>\r\n                                <div class=\"abc-project-item\"\r\n                     data-title=\"Engram Datenschutz\"\r\n                     data-industry=\"B\u00fcromanagement\"\r\n                     data-area=\"Sicherheitsunterweisung\">\r\n\r\n                    <div class=\"abc-project-image\">\r\n                        <img width=\"400\" height=\"225\" src=\"https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/Engram-Datenschutz-1.jpg\" class=\"attachment-400x400 size-400x400 wp-post-image\" alt=\"\" loading=\"lazy\" \/>                    <\/div>\r\n\r\n                    <div class=\"abc-project-info\">\r\n                        <h3><a href=\"https:\/\/present4d.com\/de\/project\/engram-datenschutz\/\">Engram Datenschutz<\/a><\/h3>\r\n                        \r\n                        <p class=\"project-excerpt\">Dieses interaktive 360\u00b0-Projekt sensibilisiert Mitarbeitende f\u00fcr das Thema Informationssicherheit im B\u00fcroalltag. Die Teilnehmenden bet<\/p>                        \r\n                        <p><strong>Release:<\/strong> \u00f6ffentlich<\/p>                                                <p><strong>Branche:<\/strong> B\u00fcromanagement<\/p>                        <p><strong>Anwendungsgebiet:<\/strong> Sicherheitsunterweisung<\/p>                    <\/div>\r\n                <\/div>\r\n                                <div class=\"abc-project-item\"\r\n                     data-title=\"Future Innovation Lab Darmstadt\"\r\n                     data-industry=\"Innovation\"\r\n                     data-area=\"Virtuelle Betriebsbesichtigung\">\r\n\r\n                    <div class=\"abc-project-image\">\r\n                        <img width=\"400\" height=\"200\" src=\"https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/FIL-Darmstadt.jpg\" class=\"attachment-400x400 size-400x400 wp-post-image\" alt=\"\" loading=\"lazy\" \/>                    <\/div>\r\n\r\n                    <div class=\"abc-project-info\">\r\n                        <h3><a href=\"https:\/\/present4d.com\/de\/project\/future-innovation-lab-darmstadt\/\">Future Innovation Lab Darmstadt<\/a><\/h3>\r\n                        \r\n                        <p class=\"project-excerpt\">Virtuelle Ausstellung zum Thema \"Innovation am Arbeitsplatz\"<\/p>                        \r\n                        <p><strong>Release:<\/strong> \u00f6ffentlich<\/p>                                                <p><strong>Branche:<\/strong> Innovation<\/p>                        <p><strong>Anwendungsgebiet:<\/strong> Virtuelle Betriebsbesichtigung<\/p>                    <\/div>\r\n                <\/div>\r\n                                <div class=\"abc-project-item\"\r\n                     data-title=\"Galerie-Schrade-Mochental\"\r\n                     data-industry=\"Museum\"\r\n                     data-area=\"Virtuelles Museum\">\r\n\r\n                    <div class=\"abc-project-image\">\r\n                        <img width=\"400\" height=\"200\" src=\"https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/Galerie-Schrade-Mochental.jpg\" class=\"attachment-400x400 size-400x400 wp-post-image\" alt=\"\" loading=\"lazy\" \/>                    <\/div>\r\n\r\n                    <div class=\"abc-project-info\">\r\n                        <h3><a href=\"https:\/\/present4d.com\/de\/project\/galerie-schrade-mochental\/\">Galerie-Schrade-Mochental<\/a><\/h3>\r\n                        \r\n                        <p class=\"project-excerpt\">Die Galerie Schrade in Schloss Mochental pr\u00e4sentiert zeitgen\u00f6ssische Kunst in historischer Umgebung. Gegr\u00fcndet <\/p>                        \r\n                        <p><strong>Release:<\/strong> \u00f6ffentlich<\/p>                                                <p><strong>Branche:<\/strong> Museum<\/p>                        <p><strong>Anwendungsgebiet:<\/strong> Virtuelles Museum<\/p>                    <\/div>\r\n                <\/div>\r\n                                <div class=\"abc-project-item\"\r\n                     data-title=\"Hoesch Hohenlimburg Museum\"\r\n                     data-industry=\"Museum\"\r\n                     data-area=\"Virtuelles Museum\">\r\n\r\n                    <div class=\"abc-project-image\">\r\n                        <img width=\"400\" height=\"200\" src=\"https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/HHO-Museum.jpg\" class=\"attachment-400x400 size-400x400 wp-post-image\" alt=\"\" loading=\"lazy\" \/>                    <\/div>\r\n\r\n                    <div class=\"abc-project-info\">\r\n                        <h3><a href=\"https:\/\/present4d.com\/de\/project\/hoesch-hohenlimburg-museum\/\">Hoesch Hohenlimburg Museum<\/a><\/h3>\r\n                        \r\n                        <p class=\"project-excerpt\">virtuelles Museum in einer 250 Jahre alten fr\u00fcheren Produktionsst\u00e4tte<\/p>                        \r\n                        <p><strong>Release:<\/strong> \u00f6ffentlich<\/p>                                                <p><strong>Branche:<\/strong> Museum<\/p>                        <p><strong>Anwendungsgebiet:<\/strong> Virtuelles Museum<\/p>                    <\/div>\r\n                <\/div>\r\n                                <div class=\"abc-project-item\"\r\n                     data-title=\"Hoesch Museum\"\r\n                     data-industry=\"Museum\"\r\n                     data-area=\"Virtuelles Museum\">\r\n\r\n                    <div class=\"abc-project-image\">\r\n                        <img width=\"400\" height=\"200\" src=\"https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/Hoesch-Museum.jpg\" class=\"attachment-400x400 size-400x400 wp-post-image\" alt=\"\" loading=\"lazy\" \/>                    <\/div>\r\n\r\n                    <div class=\"abc-project-info\">\r\n                        <h3><a href=\"https:\/\/present4d.com\/de\/project\/hoesch-museum\/\">Hoesch Museum<\/a><\/h3>\r\n                        \r\n                        <p class=\"project-excerpt\">Virtuelles Museum mit \u00fcbersichtlichem Panorama Men\u00fc<\/p>                        \r\n                        <p><strong>Release:<\/strong> \u00f6ffentlich<\/p>                                                <p><strong>Branche:<\/strong> Museum<\/p>                        <p><strong>Anwendungsgebiet:<\/strong> Virtuelles Museum<\/p>                    <\/div>\r\n                <\/div>\r\n                                <div class=\"abc-project-item\"\r\n                     data-title=\"Imovo Industrie Immobilie\"\r\n                     data-industry=\"Immobilien\"\r\n                     data-area=\"Immobilienrundgang\">\r\n\r\n                    <div class=\"abc-project-image\">\r\n                        <img width=\"400\" height=\"200\" src=\"https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/imovo-Industrie-Immobilie.jpg\" class=\"attachment-400x400 size-400x400 wp-post-image\" alt=\"\" loading=\"lazy\" \/>                    <\/div>\r\n\r\n                    <div class=\"abc-project-info\">\r\n                        <h3><a href=\"https:\/\/present4d.com\/de\/project\/imovo-industrie-immobilie\/\">Imovo Industrie Immobilie<\/a><\/h3>\r\n                        \r\n                        <p class=\"project-excerpt\">Virtueller Rundgang durch eine Industrie Immobilie mit wichtigen Kenngr\u00f6\u00dfen wie Raumgr\u00f6\u00dfe, Ausstattung und Preisen<\/p>                        \r\n                        <p><strong>Release:<\/strong> \u00f6ffentlich<\/p>                                                <p><strong>Branche:<\/strong> Immobilien<\/p>                        <p><strong>Anwendungsgebiet:<\/strong> Immobilienrundgang<\/p>                    <\/div>\r\n                <\/div>\r\n                                <div class=\"abc-project-item\"\r\n                     data-title=\"Kinderklinik Bielefeld OP-Simulation\"\r\n                     data-industry=\"Gesundheitswesen\"\r\n                     data-area=\"Virtuelle Gesundheitsbildung\">\r\n\r\n                    <div class=\"abc-project-image\">\r\n                        <img width=\"400\" height=\"225\" src=\"https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/Copy-of-piksl-kinderklinik-3.jpg\" class=\"attachment-400x400 size-400x400 wp-post-image\" alt=\"\" loading=\"lazy\" \/>                    <\/div>\r\n\r\n                    <div class=\"abc-project-info\">\r\n                        <h3><a href=\"https:\/\/present4d.com\/de\/project\/kinderklinik-bielefeldop-simulation\/\">Kinderklinik Bielefeld OP-Simulation<\/a><\/h3>\r\n                        \r\n                        <p class=\"project-excerpt\">eine Virtual Reality Videoproduktion umzusetzen, die Kindern die Angst vor der OP nehmen und den Klinikalltag spielerisch darstellen soll<\/p>                        \r\n                        <p><strong>Release:<\/strong> \u00f6ffentlich<\/p>                                                <p><strong>Branche:<\/strong> Gesundheitswesen<\/p>                        <p><strong>Anwendungsgebiet:<\/strong> Virtuelle Gesundheitsbildung<\/p>                    <\/div>\r\n                <\/div>\r\n                                <div class=\"abc-project-item\"\r\n                     data-title=\"Kunsthalle Mannheim\"\r\n                     data-industry=\"Museum\"\r\n                     data-area=\"Virtuelles Museum\">\r\n\r\n                    <div class=\"abc-project-image\">\r\n                        <img width=\"400\" height=\"200\" src=\"https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/kunsthalle-mannheim.jpg\" class=\"attachment-400x400 size-400x400 wp-post-image\" alt=\"\" loading=\"lazy\" \/>                    <\/div>\r\n\r\n                    <div class=\"abc-project-info\">\r\n                        <h3><a href=\"https:\/\/present4d.com\/de\/project\/kunsthalle-mannheim\/\">Kunsthalle Mannheim<\/a><\/h3>\r\n                        \r\n                        <p class=\"project-excerpt\">Die Kunsthalle Mannheim ist ein bedeutendes Museum f\u00fcr moderne und zeitgen\u00f6ssische Kunst. Sie beherbergt eine beeindr<\/p>                        \r\n                        <p><strong>Release:<\/strong> \u00f6ffentlich<\/p>                                                <p><strong>Branche:<\/strong> Museum<\/p>                        <p><strong>Anwendungsgebiet:<\/strong> Virtuelles Museum<\/p>                    <\/div>\r\n                <\/div>\r\n                                <div class=\"abc-project-item\"\r\n                     data-title=\"Lausitzer Wasser Gesellschaft\"\r\n                     data-industry=\"Wasserwirtschaft\"\r\n                     data-area=\"Virtuelle Betriebsbesichtigung\">\r\n\r\n                    <div class=\"abc-project-image\">\r\n                        <img width=\"400\" height=\"200\" src=\"https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/whitestag-LWG.jpg\" class=\"attachment-400x400 size-400x400 wp-post-image\" alt=\"\" loading=\"lazy\" \/>                    <\/div>\r\n\r\n                    <div class=\"abc-project-info\">\r\n                        <h3><a href=\"https:\/\/present4d.com\/de\/project\/lausitzer-wasser-gesellschaft\/\">Lausitzer Wasser Gesellschaft<\/a><\/h3>\r\n                        \r\n                        <p class=\"project-excerpt\">Virtuelle Betriebsbesichtigung mit Info zu unterschiedlichen Ausbildungsberufen<\/p>                        \r\n                        <p><strong>Release:<\/strong> \u00f6ffentlich<\/p>                                                <p><strong>Branche:<\/strong> Wasserwirtschaft<\/p>                        <p><strong>Anwendungsgebiet:<\/strong> Virtuelle Betriebsbesichtigung<\/p>                    <\/div>\r\n                <\/div>\r\n                                <div class=\"abc-project-item\"\r\n                     data-title=\"Museum Ettlingen\"\r\n                     data-industry=\"Museum\"\r\n                     data-area=\"Virtuelles Museum\">\r\n\r\n                    <div class=\"abc-project-image\">\r\n                        <img width=\"400\" height=\"200\" src=\"https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/Museum-Ettlingen.jpg\" class=\"attachment-400x400 size-400x400 wp-post-image\" alt=\"\" loading=\"lazy\" \/>                    <\/div>\r\n\r\n                    <div class=\"abc-project-info\">\r\n                        <h3><a href=\"https:\/\/present4d.com\/de\/project\/museum-ettlingen\/\">Museum Ettlingen<\/a><\/h3>\r\n                        \r\n                        <p class=\"project-excerpt\">Das Museum Ettlingen bietet faszinierende Einblicke in die regionale Geschichte und Kultur. Es pr\u00e4sentiert Exponate aus Arch\u00e4ologie, Kunst und Stadtge<\/p>                        \r\n                        <p><strong>Release:<\/strong> \u00f6ffentlich<\/p>                                                <p><strong>Branche:<\/strong> Museum<\/p>                        <p><strong>Anwendungsgebiet:<\/strong> Virtuelles Museum<\/p>                    <\/div>\r\n                <\/div>\r\n                                <div class=\"abc-project-item\"\r\n                     data-title=\"Reformschule Kassel\"\r\n                     data-industry=\"Bildung\"\r\n                     data-area=\"Virtueller Schulrundgang\">\r\n\r\n                    <div class=\"abc-project-image\">\r\n                        <img width=\"400\" height=\"200\" src=\"https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/Reformschule-Kassel-.jpg\" class=\"attachment-400x400 size-400x400 wp-post-image\" alt=\"\" loading=\"lazy\" \/>                    <\/div>\r\n\r\n                    <div class=\"abc-project-info\">\r\n                        <h3><a href=\"https:\/\/present4d.com\/de\/project\/reformschule-kassel\/\">Reformschule Kassel<\/a><\/h3>\r\n                        \r\n                        <p class=\"project-excerpt\">Virtueller Rundgang einer innovativen Reformschule<\/p>                        \r\n                        <p><strong>Release:<\/strong> \u00f6ffentlich<\/p>                                                <p><strong>Branche:<\/strong> Bildung<\/p>                        <p><strong>Anwendungsgebiet:<\/strong> Virtueller Schulrundgang<\/p>                    <\/div>\r\n                <\/div>\r\n                                <div class=\"abc-project-item\"\r\n                     data-title=\"Sensorberg\"\r\n                     data-industry=\"Messtechnik\"\r\n                     data-area=\"Produktvorstellung\">\r\n\r\n                    <div class=\"abc-project-image\">\r\n                        <img width=\"400\" height=\"200\" src=\"https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/sensorberg-1.jpg\" class=\"attachment-400x400 size-400x400 wp-post-image\" alt=\"\" loading=\"lazy\" \/>                    <\/div>\r\n\r\n                    <div class=\"abc-project-info\">\r\n                        <h3><a href=\"https:\/\/present4d.com\/de\/project\/sensorberg\/\">Sensorberg<\/a><\/h3>\r\n                        \r\n                        <p class=\"project-excerpt\">Die Firma Sensorberg spezialisiert sich auf smarte Geb\u00e4udetechnologien. Sie entwickelt digitale L\u00f6sungen zur Automatisierung und Verwaltung von Immo<\/p>                        \r\n                        <p><strong>Release:<\/strong> \u00f6ffentlich<\/p>                                                <p><strong>Branche:<\/strong> Messtechnik<\/p>                        <p><strong>Anwendungsgebiet:<\/strong> Produktvorstellung<\/p>                    <\/div>\r\n                <\/div>\r\n                                <div class=\"abc-project-item\"\r\n                     data-title=\"Siemens Decanter Automation\"\r\n                     data-industry=\"Chemietechnik\"\r\n                     data-area=\"Virtuelle Bedienungsanleitung\">\r\n\r\n                    <div class=\"abc-project-image\">\r\n                        <img width=\"400\" height=\"200\" src=\"https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/Siemens-Decanter-Automation.jpg\" class=\"attachment-400x400 size-400x400 wp-post-image\" alt=\"\" loading=\"lazy\" \/>                    <\/div>\r\n\r\n                    <div class=\"abc-project-info\">\r\n                        <h3><a href=\"https:\/\/present4d.com\/de\/project\/siemens-decanter-automation\/\">Siemens Decanter Automation<\/a><\/h3>\r\n                        \r\n                        <p class=\"project-excerpt\">Schulung der Prozesse und Anlagen.<\/p>                        \r\n                        <p><strong>Release:<\/strong> \u00f6ffentlich<\/p>                                                <p><strong>Branche:<\/strong> Chemietechnik<\/p>                        <p><strong>Anwendungsgebiet:<\/strong> Virtuelle Bedienungsanleitung<\/p>                    <\/div>\r\n                <\/div>\r\n                                <div class=\"abc-project-item\"\r\n                     data-title=\"Virtuelles Cottbus\"\r\n                     data-industry=\"Tourismus\"\r\n                     data-area=\"virtuelle Stadt- und Betriebsbesichtigung\">\r\n\r\n                    <div class=\"abc-project-image\">\r\n                        <img width=\"400\" height=\"200\" src=\"https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/virtuelles-cottbus.jpg\" class=\"attachment-400x400 size-400x400 wp-post-image\" alt=\"\" loading=\"lazy\" \/>                    <\/div>\r\n\r\n                    <div class=\"abc-project-info\">\r\n                        <h3><a href=\"https:\/\/present4d.com\/de\/project\/virtuelles-cottbus\/\">Virtuelles Cottbus<\/a><\/h3>\r\n                        \r\n                        <p class=\"project-excerpt\">der Name ist Programm, sehr viel Information \u00fcber die Stadt und Region Cottbus.<\/p>                        \r\n                        <p><strong>Release:<\/strong> \u00f6ffentlich<\/p>                                                <p><strong>Branche:<\/strong> Tourismus<\/p>                        <p><strong>Anwendungsgebiet:<\/strong> virtuelle Stadt- und Betriebsbesichtigung<\/p>                    <\/div>\r\n                <\/div>\r\n                                <div class=\"abc-project-item\"\r\n                     data-title=\"VR-Lernmodul 03 Fertigungsprozess Fraesen\"\r\n                     data-industry=\"Bildung\"\r\n                     data-area=\"Schulstunde Lernmodul\">\r\n\r\n                    <div class=\"abc-project-image\">\r\n                        <img width=\"400\" height=\"200\" src=\"https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/VR-Lernmodul-03-Fertigungsprozess-Fraesen.jpg\" class=\"attachment-400x400 size-400x400 wp-post-image\" alt=\"\" loading=\"lazy\" \/>                    <\/div>\r\n\r\n                    <div class=\"abc-project-info\">\r\n                        <h3><a href=\"https:\/\/present4d.com\/de\/project\/vr-lernmodul-03-fertigungsprozess-fraesen\/\">VR-Lernmodul 03 Fertigungsprozess Fraesen<\/a><\/h3>\r\n                        \r\n                        <p class=\"project-excerpt\">Eine Arbeitsgruppe der Dualen Hochschule Baden-W\u00fcrttemberg erstellte diese Virtuelle Betriebsbesichtigung. Es sollen verschiedene Lerns<\/p>                        \r\n                        <p><strong>Release:<\/strong> \u00f6ffentlich<\/p>                                                <p><strong>Branche:<\/strong> Bildung<\/p>                        <p><strong>Anwendungsgebiet:<\/strong> Schulstunde Lernmodul<\/p>                    <\/div>\r\n                <\/div>\r\n                                <div class=\"abc-project-item\"\r\n                     data-title=\"VR-Lernmodul 04 Landwirtschaft\"\r\n                     data-industry=\"Bildung\"\r\n                     data-area=\"Schulstunde Lernmodul\">\r\n\r\n                    <div class=\"abc-project-image\">\r\n                        <img width=\"400\" height=\"200\" src=\"https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/VR-Lernmodul-04-Landwirtschaft.jpg\" class=\"attachment-400x400 size-400x400 wp-post-image\" alt=\"\" loading=\"lazy\" \/>                    <\/div>\r\n\r\n                    <div class=\"abc-project-info\">\r\n                        <h3><a href=\"https:\/\/present4d.com\/de\/project\/vr-lernmodul-04-landwirtschaft\/\">VR-Lernmodul 04 Landwirtschaft<\/a><\/h3>\r\n                        \r\n                        <p class=\"project-excerpt\">Ein VR-Lernmodul ist eine Unterrichtseinheit zu verschiedenen Themen, in diesem Fall geht es um die Einf\u00fchrung in die Landwirtschaft. Die Sch\u00fc<\/p>                        \r\n                        <p><strong>Release:<\/strong> \u00f6ffentlich<\/p>                                                <p><strong>Branche:<\/strong> Bildung<\/p>                        <p><strong>Anwendungsgebiet:<\/strong> Schulstunde Lernmodul<\/p>                    <\/div>\r\n                <\/div>\r\n                                <div class=\"abc-project-item\"\r\n                     data-title=\"VR-Lernmodul 10 New York City\"\r\n                     data-industry=\"Bildung\"\r\n                     data-area=\"Tourismus\">\r\n\r\n                    <div class=\"abc-project-image\">\r\n                        <img width=\"400\" height=\"200\" src=\"https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/VR-Lernmodul-10-New-York-City.jpg\" class=\"attachment-400x400 size-400x400 wp-post-image\" alt=\"\" loading=\"lazy\" \/>                    <\/div>\r\n\r\n                    <div class=\"abc-project-info\">\r\n                        <h3><a href=\"https:\/\/present4d.com\/de\/project\/vr-lernmodul-10-new-york-city\/\">VR-Lernmodul 10 New York City<\/a><\/h3>\r\n                        \r\n                        <p class=\"project-excerpt\">Ein VR-Lernmodul ist eine Unterrichtseinheit zu verschiedenen Themen, in diesem Fall geht es um New York. Die Sch\u00fcler lernen eine VR-Pr\u00e4sentation z<\/p>                        \r\n                        <p><strong>Release:<\/strong> \u00f6ffentlich<\/p>                                                <p><strong>Branche:<\/strong> Bildung<\/p>                        <p><strong>Anwendungsgebiet:<\/strong> Tourismus<\/p>                    <\/div>\r\n                <\/div>\r\n                                <div class=\"abc-project-item\"\r\n                     data-title=\"VR-Suite Introduction Beispielprojekte\"\r\n                     data-industry=\"VR-Suite\"\r\n                     data-area=\"VRS Training \/Referenzen\">\r\n\r\n                    <div class=\"abc-project-image\">\r\n                        <img width=\"400\" height=\"200\" src=\"https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/VR-Suite-Introduction.jpg\" class=\"attachment-400x400 size-400x400 wp-post-image\" alt=\"\" loading=\"lazy\" \/>                    <\/div>\r\n\r\n                    <div class=\"abc-project-info\">\r\n                        <h3><a href=\"https:\/\/present4d.com\/de\/project\/vr-suite-introduction-beispielprojekte\/\">VR-Suite Introduction Beispielprojekte<\/a><\/h3>\r\n                        \r\n                        <p class=\"project-excerpt\">VR-Suite Beispielprojekt<\/p>                        \r\n                        <p><strong>Release:<\/strong> \u00f6ffentlich<\/p>                                                <p><strong>Branche:<\/strong> VR-Suite<\/p>                        <p><strong>Anwendungsgebiet:<\/strong> VRS Training \/Referenzen<\/p>                    <\/div>\r\n                <\/div>\r\n                                <div class=\"abc-project-item\"\r\n                     data-title=\"360 Recorder Modul\"\r\n                     data-industry=\"VR-Suite\"\r\n                     data-area=\"VR-Suite\">\r\n\r\n                    <div class=\"abc-project-image\">\r\n                        <img width=\"400\" height=\"225\" src=\"https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/Recordermodul-1.jpg\" class=\"attachment-400x400 size-400x400 wp-post-image\" alt=\"\" loading=\"lazy\" \/>                    <\/div>\r\n\r\n                    <div class=\"abc-project-info\">\r\n                        <h3><a href=\"https:\/\/present4d.com\/de\/project\/360-recorder-modul\/\">360 Recorder Modul<\/a><\/h3>\r\n                        \r\n                        <p class=\"project-excerpt\">Funktion der VR-Suite, um VRS-Projekte auf Youtube zu promoten<\/p>                        \r\n                        <p><strong>Release:<\/strong> \u00f6ffentlich<\/p>                                                <p><strong>Branche:<\/strong> VR-Suite<\/p>                        <p><strong>Anwendungsgebiet:<\/strong> VR-Suite<\/p>                    <\/div>\r\n                <\/div>\r\n                                <div class=\"abc-project-item\"\r\n                     data-title=\"Bethel.regional\"\r\n                     data-industry=\"Wohlfahrtsverband\"\r\n                     data-area=\"Virtueller Rundgang\">\r\n\r\n                    <div class=\"abc-project-image\">\r\n                        <img width=\"400\" height=\"199\" src=\"https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/Bethel-vor-Ort.jpg\" class=\"attachment-400x400 size-400x400 wp-post-image\" alt=\"\" loading=\"lazy\" \/>                    <\/div>\r\n\r\n                    <div class=\"abc-project-info\">\r\n                        <h3><a href=\"https:\/\/present4d.com\/de\/project\/bethel-regional\/\">Bethel.regional<\/a><\/h3>\r\n                        \r\n                        <p class=\"project-excerpt\">Bethel.regional bietet vielf\u00e4ltige soziale Dienstleistungen in der Region an. Dazu geh\u00f6ren Unterst\u00fctzung f\u00fcr Menschen mit Behinderungen, <\/p>                        \r\n                        <p><strong>Release:<\/strong> \u00f6ffentlich<\/p>                                                <p><strong>Branche:<\/strong> Wohlfahrtsverband<\/p>                        <p><strong>Anwendungsgebiet:<\/strong> Virtueller Rundgang<\/p>                    <\/div>\r\n                <\/div>\r\n                                <div class=\"abc-project-item\"\r\n                     data-title=\"DMT Deutsche Montantechnologie Untersuchung Basalth\u00f6hle\"\r\n                     data-industry=\"Geologie\"\r\n                     data-area=\"Dokumentation\">\r\n\r\n                    <div class=\"abc-project-image\">\r\n                        <img width=\"400\" height=\"200\" src=\"https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/DMT-Untersuchung-Basalth\ufffdhle.jpg\" class=\"attachment-400x400 size-400x400 wp-post-image\" alt=\"\" loading=\"lazy\" srcset=\"https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/DMT-Untersuchung-Basalth\ufffdhle.jpg 1920w, https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/DMT-Untersuchung-Basalth\ufffdhle-300x150.jpg 300w, https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/DMT-Untersuchung-Basalth\ufffdhle-1024x511.jpg 1024w, https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/DMT-Untersuchung-Basalth\ufffdhle-768x383.jpg 768w, https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/DMT-Untersuchung-Basalth\ufffdhle-1536x766.jpg 1536w, https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/DMT-Untersuchung-Basalth\ufffdhle-1080x539.jpg 1080w, https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/DMT-Untersuchung-Basalth\ufffdhle-1280x639.jpg 1280w, https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/DMT-Untersuchung-Basalth\ufffdhle-980x489.jpg 980w, https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/DMT-Untersuchung-Basalth\ufffdhle-480x240.jpg 480w\" sizes=\"(max-width: 400px) 100vw, 400px\" \/>                    <\/div>\r\n\r\n                    <div class=\"abc-project-info\">\r\n                        <h3><a href=\"https:\/\/present4d.com\/de\/project\/dmt-deutsche-montantechnologie-untersuchung-basalthohle\/\">DMT Deutsche Montantechnologie Untersuchung Basalth\u00f6hle<\/a><\/h3>\r\n                        \r\n                        <p class=\"project-excerpt\">Die DMT Deutsche Montan Technologie untersucht eine Basalth\u00f6hle, um geologische Strukturen und potenzielle Ressourcen zu erforschen<\/p>                        \r\n                        <p><strong>Release:<\/strong> \u00f6ffentlich<\/p>                                                <p><strong>Branche:<\/strong> Geologie<\/p>                        <p><strong>Anwendungsgebiet:<\/strong> Dokumentation<\/p>                    <\/div>\r\n                <\/div>\r\n                                <div class=\"abc-project-item\"\r\n                     data-title=\"FHWS BEST FIT\"\r\n                     data-industry=\"Bildung\"\r\n                     data-area=\"Konzeptpr\u00e4sentation\">\r\n\r\n                    <div class=\"abc-project-image\">\r\n                        <img width=\"400\" height=\"200\" src=\"https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/fhws-best-fit.jpg\" class=\"attachment-400x400 size-400x400 wp-post-image\" alt=\"\" loading=\"lazy\" \/>                    <\/div>\r\n\r\n                    <div class=\"abc-project-info\">\r\n                        <h3><a href=\"https:\/\/present4d.com\/de\/project\/fhws-best-fit\/\">FHWS BEST FIT<\/a><\/h3>\r\n                        \r\n                        <p class=\"project-excerpt\">Das Projekt FHWS BEST FIT an der Hochschule f\u00fcr angewandte Wissenschaften W\u00fcrzburg-Schweinfurt optimiert die Studienw<\/p>                        \r\n                        <p><strong>Release:<\/strong> \u00f6ffentlich<\/p>                                                <p><strong>Branche:<\/strong> Bildung<\/p>                        <p><strong>Anwendungsgebiet:<\/strong> Konzeptpr\u00e4sentation<\/p>                    <\/div>\r\n                <\/div>\r\n                                <div class=\"abc-project-item\"\r\n                     data-title=\"Panorama Men\u00fcs\"\r\n                     data-industry=\"VR-Suite\"\r\n                     data-area=\"Inspiration\">\r\n\r\n                    <div class=\"abc-project-image\">\r\n                        <img width=\"400\" height=\"200\" src=\"https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/panorama-menues.jpg\" class=\"attachment-400x400 size-400x400 wp-post-image\" alt=\"\" loading=\"lazy\" \/>                    <\/div>\r\n\r\n                    <div class=\"abc-project-info\">\r\n                        <h3><a href=\"https:\/\/present4d.com\/de\/project\/panorama-menus\/\">Panorama Men\u00fcs<\/a><\/h3>\r\n                        \r\n                        <p class=\"project-excerpt\">Ein Panoramamen\u00fc kann ganz einfach mit einer Powerpoint Vorlage erstellt werden (Download auf unserer Webseite).<\/p>                        \r\n                        <p><strong>Release:<\/strong> \u00f6ffentlich<\/p>                                                <p><strong>Branche:<\/strong> VR-Suite<\/p>                        <p><strong>Anwendungsgebiet:<\/strong> Inspiration<\/p>                    <\/div>\r\n                <\/div>\r\n                                <div class=\"abc-project-item\"\r\n                     data-title=\"prenni360 Inspiration 360\u00b0 Fotografie\"\r\n                     data-industry=\"360 Panoramafotografie\"\r\n                     data-area=\"Schulung\">\r\n\r\n                    <div class=\"abc-project-image\">\r\n                        <img width=\"400\" height=\"225\" src=\"https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/Copy-of-p4D-prenni360-1.jpg\" class=\"attachment-400x400 size-400x400 wp-post-image\" alt=\"\" loading=\"lazy\" \/>                    <\/div>\r\n\r\n                    <div class=\"abc-project-info\">\r\n                        <h3><a href=\"https:\/\/present4d.com\/de\/project\/prenni360-inspiration-360-fotografie\/\">prenni360 Inspiration 360\u00b0 Fotografie<\/a><\/h3>\r\n                        \r\n                        <p class=\"project-excerpt\">prenni360: Inspiration zu neuen Perspektiven, Vorschl\u00e4ge f\u00fcr Sch\u00fcler und Lehrer zum Nachmachen. Eine 360 Grad Kamera kan<\/p>                        \r\n                        <p><strong>Release:<\/strong> \u00f6ffentlich<\/p>                                                <p><strong>Branche:<\/strong> 360 Panoramafotografie<\/p>                        <p><strong>Anwendungsgebiet:<\/strong> Schulung<\/p>                    <\/div>\r\n                <\/div>\r\n                                <div class=\"abc-project-item\"\r\n                     data-title=\"Ricoh Theta\"\r\n                     data-industry=\"360\u00b0 Kamera\"\r\n                     data-area=\"Immobilien-Rundgang\">\r\n\r\n                    <div class=\"abc-project-image\">\r\n                        <img width=\"400\" height=\"200\" src=\"https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/ricoh.jpg\" class=\"attachment-400x400 size-400x400 wp-post-image\" alt=\"\" loading=\"lazy\" \/>                    <\/div>\r\n\r\n                    <div class=\"abc-project-info\">\r\n                        <h3><a href=\"https:\/\/present4d.com\/de\/project\/ricoh-theta\/\">Ricoh Theta<\/a><\/h3>\r\n                        \r\n                        <p class=\"project-excerpt\">Messeauftritt Gemeinschaftsstand RICOH &amp; present4D<\/p>                        \r\n                        <p><strong>Release:<\/strong> \u00f6ffentlich<\/p>                                                <p><strong>Branche:<\/strong> 360\u00b0 Kamera<\/p>                        <p><strong>Anwendungsgebiet:<\/strong> Immobilien-Rundgang<\/p>                    <\/div>\r\n                <\/div>\r\n                                <div class=\"abc-project-item\"\r\n                     data-title=\"Steinbeiszentrum Horb\"\r\n                     data-industry=\"Unternehmensberatung\"\r\n                     data-area=\"Virtuelle Betriebsbesichtigung\">\r\n\r\n                    <div class=\"abc-project-image\">\r\n                        <img width=\"400\" height=\"200\" src=\"https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/Steinbeiszentrum-Horb-.jpg\" class=\"attachment-400x400 size-400x400 wp-post-image\" alt=\"\" loading=\"lazy\" \/>                    <\/div>\r\n\r\n                    <div class=\"abc-project-info\">\r\n                        <h3><a href=\"https:\/\/present4d.com\/de\/project\/steinbeiszentrum-horb\/\">Steinbeiszentrum Horb<\/a><\/h3>\r\n                        \r\n                        <p class=\"project-excerpt\">virtuelle Betriebsbesichtigung des Innovationszentrums<\/p>                        \r\n                        <p><strong>Release:<\/strong> \u00f6ffentlich<\/p>                                                <p><strong>Branche:<\/strong> Unternehmensberatung<\/p>                        <p><strong>Anwendungsgebiet:<\/strong> Virtuelle Betriebsbesichtigung<\/p>                    <\/div>\r\n                <\/div>\r\n                                <div class=\"abc-project-item\"\r\n                     data-title=\"VR-Lernmodul 09 San Francisco\"\r\n                     data-industry=\"Bildung\"\r\n                     data-area=\"Tourismus\">\r\n\r\n                    <div class=\"abc-project-image\">\r\n                        <img width=\"400\" height=\"200\" src=\"https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/VR-Lernmodul-09-San-Francisco.jpg\" class=\"attachment-400x400 size-400x400 wp-post-image\" alt=\"\" loading=\"lazy\" \/>                    <\/div>\r\n\r\n                    <div class=\"abc-project-info\">\r\n                        <h3><a href=\"https:\/\/present4d.com\/de\/project\/vr-lernmodul-09-san-francisco\/\">VR-Lernmodul 09 San Francisco<\/a><\/h3>\r\n                        \r\n                        <p class=\"project-excerpt\">Ein VR-Lernmodul ist eine Unterrichtseinheit zu verschiedenen Themen, in diesem Fall geht es um die sch\u00f6ne Stadt San Francisco. Die Sch\u00fcler lernen ei<\/p>                        \r\n                        <p><strong>Release:<\/strong> \u00f6ffentlich<\/p>                                                <p><strong>Branche:<\/strong> Bildung<\/p>                        <p><strong>Anwendungsgebiet:<\/strong> Tourismus<\/p>                    <\/div>\r\n                <\/div>\r\n                                <div class=\"abc-project-item\"\r\n                     data-title=\"Virtuelle Betriebsbesichtigung Zahnradfabrik Lechleitner\"\r\n                     data-industry=\"Maschinenbau\"\r\n                     data-area=\"Virtuelle Betriebsbesichtigung\">\r\n\r\n                    <div class=\"abc-project-image\">\r\n                        <img width=\"400\" height=\"200\" src=\"https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/Lechleitner.jpg\" class=\"attachment-400x400 size-400x400 wp-post-image\" alt=\"\" loading=\"lazy\" \/>                    <\/div>\r\n\r\n                    <div class=\"abc-project-info\">\r\n                        <h3><a href=\"https:\/\/present4d.com\/de\/project\/virtuelle-betriebsbesichtigung-zahnradfabrik-lechleitner\/\">Virtuelle Betriebsbesichtigung Zahnradfabrik Lechleitner<\/a><\/h3>\r\n                        \r\n                        <p class=\"project-excerpt\">Virtuelle Betriebsbesichtigung Maschinenbau Fertigungsbetrieb<\/p>                        \r\n                        <p><strong>Release:<\/strong> \u00f6ffentlich<\/p>                                                <p><strong>Branche:<\/strong> Maschinenbau<\/p>                        <p><strong>Anwendungsgebiet:<\/strong> Virtuelle Betriebsbesichtigung<\/p>                    <\/div>\r\n                <\/div>\r\n                                <div class=\"abc-project-item\"\r\n                     data-title=\"BS-Seminar CNC-Werkstatt Bieberach\"\r\n                     data-industry=\"Maschinenbau\"\r\n                     data-area=\"Konzeptentwurf Seminar\">\r\n\r\n                    <div class=\"abc-project-image\">\r\n                        <img width=\"400\" height=\"200\" src=\"https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/BS-Seminar-CNC-Werkstatt-.jpg\" class=\"attachment-400x400 size-400x400 wp-post-image\" alt=\"\" loading=\"lazy\" \/>                    <\/div>\r\n\r\n                    <div class=\"abc-project-info\">\r\n                        <h3><a href=\"https:\/\/present4d.com\/de\/project\/bs-seminar-cnc-werkstatt-bieberach\/\">BS-Seminar CNC-Werkstatt Bieberach<\/a><\/h3>\r\n                        \r\n                        <p class=\"project-excerpt\">von Seminarteilnehmern erzeugter Rundgang<\/p>                        \r\n                        <p><strong>Release:<\/strong> \u00f6ffentlich<\/p>                                                <p><strong>Branche:<\/strong> Maschinenbau<\/p>                        <p><strong>Anwendungsgebiet:<\/strong> Konzeptentwurf Seminar<\/p>                    <\/div>\r\n                <\/div>\r\n                                <div class=\"abc-project-item\"\r\n                     data-title=\"BS-Seminar LS-Schalter\"\r\n                     data-industry=\"Bildung Elektronik\"\r\n                     data-area=\"Konzeptentwurf Seminar\">\r\n\r\n                    <div class=\"abc-project-image\">\r\n                        <img width=\"400\" height=\"200\" src=\"https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/BS-Seminar-LS-Schalter-.jpg\" class=\"attachment-400x400 size-400x400 wp-post-image\" alt=\"\" loading=\"lazy\" \/>                    <\/div>\r\n\r\n                    <div class=\"abc-project-info\">\r\n                        <h3><a href=\"https:\/\/present4d.com\/de\/project\/bs-seminar-ls-schalter-sicherung\/\">BS-Seminar LS-Schalter<\/a><\/h3>\r\n                        \r\n                        <p class=\"project-excerpt\">von Seminarteilnehmern erzeugter Rundgang<\/p>                        \r\n                        <p><strong>Release:<\/strong> \u00f6ffentlich<\/p>                                                <p><strong>Branche:<\/strong> Bildung Elektronik<\/p>                        <p><strong>Anwendungsgebiet:<\/strong> Konzeptentwurf Seminar<\/p>                    <\/div>\r\n                <\/div>\r\n                                <div class=\"abc-project-item\"\r\n                     data-title=\"FARO Laserscanner\"\r\n                     data-industry=\"Laserscanning\"\r\n                     data-area=\"Konzeptpr\u00e4sentation\">\r\n\r\n                    <div class=\"abc-project-image\">\r\n                        <img width=\"400\" height=\"200\" src=\"https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/FARO.jpg\" class=\"attachment-400x400 size-400x400 wp-post-image\" alt=\"\" loading=\"lazy\" \/>                    <\/div>\r\n\r\n                    <div class=\"abc-project-info\">\r\n                        <h3><a href=\"https:\/\/present4d.com\/de\/project\/faro-laserscanner\/\">FARO Laserscanner<\/a><\/h3>\r\n                        \r\n                        <p class=\"project-excerpt\">Faro war 2018-2021 Investor bei present4D haben unter neuer Gesch\u00e4ftsf\u00fchrung das Thema VR nicht mehr verfolgt.<\/p>                        \r\n                        <p><strong>Release:<\/strong> \u00f6ffentlich<\/p>                                                <p><strong>Branche:<\/strong> Laserscanning<\/p>                        <p><strong>Anwendungsgebiet:<\/strong> Konzeptpr\u00e4sentation<\/p>                    <\/div>\r\n                <\/div>\r\n                                <div class=\"abc-project-item\"\r\n                     data-title=\"Lehrerseminar BS Stuttgart\"\r\n                     data-industry=\"Bildung\"\r\n                     data-area=\"Virtueller Rundgang\">\r\n\r\n                    <div class=\"abc-project-image\">\r\n                        <img width=\"400\" height=\"200\" src=\"https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/Lehrerseminar-BS-Stuttgart.jpg\" class=\"attachment-400x400 size-400x400 wp-post-image\" alt=\"\" loading=\"lazy\" \/>                    <\/div>\r\n\r\n                    <div class=\"abc-project-info\">\r\n                        <h3><a href=\"https:\/\/present4d.com\/de\/project\/lehrerseminar-bs-stuttgart\/\">Lehrerseminar BS Stuttgart<\/a><\/h3>\r\n                        \r\n                        <p class=\"project-excerpt\">Das BS Lehrerseminar Stuttgart bietet praxisnahe Fortbildungen f\u00fcr Lehrkr\u00e4fte. In modernen Seminarr\u00e4umen werden innovative p\u00e4dago<\/p>                        \r\n                        <p><strong>Release:<\/strong> \u00f6ffentlich<\/p>                                                <p><strong>Branche:<\/strong> Bildung<\/p>                        <p><strong>Anwendungsgebiet:<\/strong> Virtueller Rundgang<\/p>                    <\/div>\r\n                <\/div>\r\n                                <div class=\"abc-project-item\"\r\n                     data-title=\"PIKSL D\u00fcsseldorf\"\r\n                     data-industry=\"Inklusion\"\r\n                     data-area=\"Soziales\">\r\n\r\n                    <div class=\"abc-project-image\">\r\n                        <img width=\"400\" height=\"200\" src=\"https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/PIKSL-D\ufffdsseldorf.jpg\" class=\"attachment-400x400 size-400x400 wp-post-image\" alt=\"\" loading=\"lazy\" srcset=\"https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/PIKSL-D\ufffdsseldorf.jpg 1920w, https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/PIKSL-D\ufffdsseldorf-300x150.jpg 300w, https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/PIKSL-D\ufffdsseldorf-1024x511.jpg 1024w, https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/PIKSL-D\ufffdsseldorf-768x384.jpg 768w, https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/PIKSL-D\ufffdsseldorf-1536x767.jpg 1536w, https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/PIKSL-D\ufffdsseldorf-1080x539.jpg 1080w, https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/PIKSL-D\ufffdsseldorf-1280x639.jpg 1280w, https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/PIKSL-D\ufffdsseldorf-980x489.jpg 980w, https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/PIKSL-D\ufffdsseldorf-480x240.jpg 480w\" sizes=\"(max-width: 400px) 100vw, 400px\" \/>                    <\/div>\r\n\r\n                    <div class=\"abc-project-info\">\r\n                        <h3><a href=\"https:\/\/present4d.com\/de\/project\/piksl-dusseldorf\/\">PIKSL D\u00fcsseldorf<\/a><\/h3>\r\n                        \r\n                        <p class=\"project-excerpt\">Piksl D\u00fcsseldorf f\u00f6rdert digitale Inklusion und Teilhabe. Es bietet Schulungen und Beratungen f\u00fcr Menschen, die den Umgang mit digitalen Technol<\/p>                        \r\n                        <p><strong>Release:<\/strong> \u00f6ffentlich<\/p>                                                <p><strong>Branche:<\/strong> Inklusion<\/p>                        <p><strong>Anwendungsgebiet:<\/strong> Soziales<\/p>                    <\/div>\r\n                <\/div>\r\n                                <div class=\"abc-project-item\"\r\n                     data-title=\"Rotk\u00e4ppchen\"\r\n                     data-industry=\"Bildung\"\r\n                     data-area=\"Virtuelles M\u00e4rchen\">\r\n\r\n                    <div class=\"abc-project-image\">\r\n                        <img width=\"400\" height=\"200\" src=\"https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/rotkaeppchen.jpg\" class=\"attachment-400x400 size-400x400 wp-post-image\" alt=\"\" loading=\"lazy\" \/>                    <\/div>\r\n\r\n                    <div class=\"abc-project-info\">\r\n                        <h3><a href=\"https:\/\/present4d.com\/de\/project\/rotkappchen\/\">Rotk\u00e4ppchen<\/a><\/h3>\r\n                        \r\n                        <p class=\"project-excerpt\">Das M\u00e4rchen Rotk\u00e4ppchen erz\u00e4hlt die Geschichte eines M\u00e4dchens, das seine kranke Gro\u00dfmutter besucht. Unterwegs trifft es ein<\/p>                        \r\n                        <p><strong>Release:<\/strong> \u00f6ffentlich<\/p>                                                <p><strong>Branche:<\/strong> Bildung<\/p>                        <p><strong>Anwendungsgebiet:<\/strong> Virtuelles M\u00e4rchen<\/p>                    <\/div>\r\n                <\/div>\r\n                                <div class=\"abc-project-item\"\r\n                     data-title=\"SAFL Das Seminar f\u00fcr Fortbildung der Lehrkr\u00e4fte Karlsruhe\"\r\n                     data-industry=\"Bildung\"\r\n                     data-area=\"Virtueller Rundgang\">\r\n\r\n                    <div class=\"abc-project-image\">\r\n                        <img width=\"400\" height=\"200\" src=\"https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/SAFL.jpg\" class=\"attachment-400x400 size-400x400 wp-post-image\" alt=\"\" loading=\"lazy\" \/>                    <\/div>\r\n\r\n                    <div class=\"abc-project-info\">\r\n                        <h3><a href=\"https:\/\/present4d.com\/de\/project\/safl-das-seminar-fur-fortbildung-der-lehrkrafte-karlsruhe\/\">SAFL Das Seminar f\u00fcr Fortbildung der Lehrkr\u00e4fte Karlsruhe<\/a><\/h3>\r\n                        \r\n                        <p class=\"project-excerpt\">Das SAFL Karlsruhe bietet umfassende Fortbildungen f\u00fcr Lehrkr\u00e4fte aller Schularten. Mit praxisnahen Workshops und aktuellen p\u00e4dagogischen Themen <\/p>                        \r\n                        <p><strong>Release:<\/strong> \u00f6ffentlich<\/p>                                                <p><strong>Branche:<\/strong> Bildung<\/p>                        <p><strong>Anwendungsgebiet:<\/strong> Virtueller Rundgang<\/p>                    <\/div>\r\n                <\/div>\r\n                                <div class=\"abc-project-item\"\r\n                     data-title=\"Gesch\u00fctzt: Veative Reseller\"\r\n                     data-industry=\"Bildung\"\r\n                     data-area=\"Onboarding\">\r\n\r\n                    <div class=\"abc-project-image\">\r\n                        <img width=\"400\" height=\"200\" src=\"https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/veative-reseller.jpg\" class=\"attachment-400x400 size-400x400 wp-post-image\" alt=\"\" loading=\"lazy\" \/>                    <\/div>\r\n\r\n                    <div class=\"abc-project-info\">\r\n                        <h3><a href=\"https:\/\/present4d.com\/de\/project\/veative-reseller\/\">Gesch\u00fctzt: Veative Reseller<\/a><\/h3>\r\n                        \r\n                        <p class=\"project-excerpt\">Es gibt keinen Textauszug, da dies ein gesch\u00fctzter Beitrag ist.<\/p>                        \r\n                        <p><strong>Release:<\/strong> \u00f6ffentlich<\/p>                                                <p><strong>Branche:<\/strong> Bildung<\/p>                        <p><strong>Anwendungsgebiet:<\/strong> Onboarding<\/p>                    <\/div>\r\n                <\/div>\r\n                                <div class=\"abc-project-item\"\r\n                     data-title=\"Viktoria 32 Immobilienrundgang\"\r\n                     data-industry=\"Immobilien\"\r\n                     data-area=\"Immobilienrundgang\">\r\n\r\n                    <div class=\"abc-project-image\">\r\n                        <img width=\"400\" height=\"200\" src=\"https:\/\/present4d.com\/wp-content\/uploads\/2025\/01\/Viktoria-32-Immobilienrundgang.jpg\" class=\"attachment-400x400 size-400x400 wp-post-image\" alt=\"\" loading=\"lazy\" \/>                    <\/div>\r\n\r\n                    <div class=\"abc-project-info\">\r\n                        <h3><a href=\"https:\/\/present4d.com\/de\/project\/viktoria-32-immobilienrundgang\/\">Viktoria 32 Immobilienrundgang<\/a><\/h3>\r\n                        \r\n                        <p class=\"project-excerpt\">Immobilien Rundgang mit geringer Qualit\u00e4t, daf\u00fcr schnell produziert.<\/p>                        \r\n                        <p><strong>Release:<\/strong> \u00f6ffentlich<\/p>                                                <p><strong>Branche:<\/strong> Immobilien<\/p>                        <p><strong>Anwendungsgebiet:<\/strong> Immobilienrundgang<\/p>                    <\/div>\r\n                <\/div>\r\n                    <\/div>\r\n\r\n    <script>\r\n        function filterProjects() {\r\n            let searchValue = document.getElementById('abc-project-search').value.toLowerCase();\r\n            let industryFilter = document.getElementById('abc-project-industry').value.toLowerCase();\r\n            let areaFilter = document.getElementById('abc-project-area').value.toLowerCase();\r\n            let projects = document.querySelectorAll('.abc-project-item');\r\n            let totalProjects = projects.length;\r\n            let visibleCount = 0;\r\n\r\n            projects.forEach(project => {\r\n                let title = project.dataset.title.toLowerCase();\r\n                let industry = project.dataset.industry.toLowerCase();\r\n                let area = project.dataset.area.toLowerCase();\r\n\t\t\t\tlet excerpt = project.querySelector('.project-excerpt') ? project.querySelector('.project-excerpt').innerText.toLowerCase() : '';\r\n    \t\t    let release = project.querySelector('.abc-project-info p strong') ? project.querySelector('.abc-project-info p strong').innerText.toLowerCase() : '';\r\n\r\n                let isVisible = (title.includes(searchValue) ||\r\n            excerpt.includes(searchValue) ||\r\n            release.includes(searchValue) ||\r\n            industry.includes(searchValue) ||\r\n            area.includes(searchValue));\r\n\r\n                if (isVisible && \r\n            (industryFilter === \"\" || industry === industryFilter) && \r\n            (areaFilter === \"\" || area === areaFilter)) {\r\n                    project.style.display = 'flex';\r\n                    visibleCount++;\r\n                } else {\r\n                    project.style.display = 'none';\r\n                }\r\n            });\r\n\r\n            document.getElementById('abc-project-count').innerText = `Showing ${visibleCount} projects out of ${totalProjects}`;\r\n        }\r\n\r\n        function resetFilters() {\r\n            document.getElementById('abc-project-search').value = \"\";\r\n            document.getElementById('abc-project-industry').value = \"\";\r\n            document.getElementById('abc-project-area').value = \"\";\r\n            filterProjects();\r\n        }\r\n\r\n        \/\/ Add event listeners for filter inputs\r\n        document.addEventListener('DOMContentLoaded', function() {\r\n            document.querySelectorAll('.abc-filter-container select, .abc-filter-container input').forEach(el => {\r\n                el.addEventListener('input', filterProjects);\r\n            });\r\n        });\r\n    <\/script>\r\n    \n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>[et_pb_section fb_built=&#8220;1&#8243; admin_label=&#8220;section&#8220; _builder_version=&#8220;4.16&#8243; global_colors_info=&#8220;{}&#8220;][et_pb_row admin_label=&#8220;row&#8220; _builder_version=&#8220;4.16&#8243; background_size=&#8220;initial&#8220; background_position=&#8220;top_left&#8220; background_repeat=&#8220;repeat&#8220; global_colors_info=&#8220;{}&#8220;][et_pb_column type=&#8220;4_4&#8243; _builder_version=&#8220;4.16&#8243; custom_padding=&#8220;|||&#8220; global_colors_info=&#8220;{}&#8220; custom_padding__hover=&#8220;|||&#8220;][et_pb_text admin_label=&#8220;Text&#8220; _builder_version=&#8220;4.18.0&#8243; background_size=&#8220;initial&#8220; background_position=&#8220;top_left&#8220; background_repeat=&#8220;repeat&#8220; hover_enabled=&#8220;0&#8243; global_colors_info=&#8220;{}&#8220; sticky_enabled=&#8220;0&#8243;] [\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"author":61,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_et_pb_use_builder":"on","_et_pb_old_content":"[project_items]","_et_gb_content_width":""},"acf":[],"_links":{"self":[{"href":"https:\/\/present4d.com\/de\/wp-json\/wp\/v2\/pages\/17781"}],"collection":[{"href":"https:\/\/present4d.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/present4d.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/present4d.com\/de\/wp-json\/wp\/v2\/users\/61"}],"replies":[{"embeddable":true,"href":"https:\/\/present4d.com\/de\/wp-json\/wp\/v2\/comments?post=17781"}],"version-history":[{"count":5,"href":"https:\/\/present4d.com\/de\/wp-json\/wp\/v2\/pages\/17781\/revisions"}],"predecessor-version":[{"id":18639,"href":"https:\/\/present4d.com\/de\/wp-json\/wp\/v2\/pages\/17781\/revisions\/18639"}],"wp:attachment":[{"href":"https:\/\/present4d.com\/de\/wp-json\/wp\/v2\/media?parent=17781"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}