{"id":777,"date":"2025-09-26T11:01:34","date_gmt":"2025-09-26T11:01:34","guid":{"rendered":"https:\/\/imh-group.us\/?page_id=777"},"modified":"2025-11-09T16:55:28","modified_gmt":"2025-11-09T16:55:28","slug":"stock-footage-database-2","status":"publish","type":"page","link":"https:\/\/imh-group.us\/?page_id=777","title":{"rendered":"Stock Footage Database"},"content":{"rendered":"\n<div class=\"tmdb-footage-wrapper\" id=\"footage-archive-3510\">        <div class=\"tmdb-footage-search\" style=\"margin-bottom: 20px;\">\n            <input type=\"text\" \n                   class=\"tmdb-search-input tmdb-footage-search-input\" \n                   placeholder=\"\ud83c\udfac Search footage clips...\" \n                   data-target=\"footage-archive-3510\"\n                   style=\"width: 100%; max-width: 500px; padding: 12px 20px; font-size: 16px; border: 2px solid #e5e7eb; border-radius: 8px;\">\n            <div class=\"tmdb-search-results\" style=\"display: none; margin-top: 10px; padding: 15px; background: #fff; border: 2px solid #f59e0b; border-radius: 8px; max-height: 400px; overflow-y: auto;\"><\/div>\n        <\/div>\n        <script>\n        jQuery(document).ready(function($) {\n            var searchTimeout;\n            $('#footage-archive-3510 .tmdb-footage-search-input').on('keyup', function() {\n                var input = $(this);\n                var searchTerm = input.val();\n                var resultsDiv = input.siblings('.tmdb-search-results');\n                \n                clearTimeout(searchTimeout);\n                \n                if (searchTerm.length < 2) {\n                    resultsDiv.hide();\n                    return;\n                }\n                \n                searchTimeout = setTimeout(function() {\n                    $.ajax({\n                        url: 'https:\/\/imh-group.us\/wp-admin\/admin-ajax.php',\n                        type: 'GET',\n                        data: {\n                            action: 'tmdb_search_footage',\n                            s: searchTerm\n                        },\n                        success: function(response) {\n                            if (response.success && response.data.length > 0) {\n                                var html = '<div style=\"font-weight: 600; margin-bottom: 10px; color: #f59e0b;\">Found ' + response.data.length + ' clips:<\/div>';\n                                response.data.forEach(function(clip) {\n                                    html += '<div style=\"padding: 10px; border-bottom: 1px solid #e5e7eb; cursor: pointer;\" onclick=\"window.location.href=\\'' + clip.url + '\\'\">';\n                                    html += '<strong>' + clip.title + '<\/strong>';\n                                    if (clip.year) html += ' <span style=\"color: #64748b;\">(' + clip.year + ')<\/span>';\n                                    if (clip.sscc) html += ' <code style=\"color: #0ea5e9; margin-left: 10px;\">' + clip.sscc + '<\/code>';\n                                    html += '<\/div>';\n                                });\n                                resultsDiv.html(html).show();\n                            } else {\n                                resultsDiv.html('<div style=\"color: #64748b;\">No clips found for \"' + searchTerm + '\"<\/div>').show();\n                            }\n                        }\n                    });\n                }, 300);\n            });\n            \n            \/\/ Close results when clicking outside\n            $(document).on('click', function(e) {\n                if (!$(e.target).closest('.tmdb-footage-search').length) {\n                    $('.tmdb-search-results').hide();\n                }\n            });\n        });\n        <\/script>\n        <div class=\"footage-archive-grid\" style=\"display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 30px; margin-top: 20px;\"><div class=\"footage-card\" style=\"background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease;\" onmouseover=\"this.style.transform='translateY(-5px)'; this.style.boxShadow='0 8px 24px rgba(0,0,0,0.15)';\" onmouseout=\"this.style.transform='translateY(0)'; this.style.boxShadow='0 4px 12px rgba(0,0,0,0.1)';\"><a href=\"https:\/\/imh-group.us\/?stock_footage=leerung-der-parkuhren-in-wiesbaden-ganzer-prozess-entnahme-interview-mit-entleerer-geldz%ef%bf%bdhlen-t\" style=\"display: block; position: relative; padding-top: 56.25%; background: #000; overflow: hidden;\"><div style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; font-size: 48px;\">\ud83c\udfac<\/div><\/a><div style=\"padding: 20px;\"><h3 style=\"margin: 0 0 10px 0; font-size: 18px; font-weight: 600;\"><a href=\"https:\/\/imh-group.us\/?stock_footage=leerung-der-parkuhren-in-wiesbaden-ganzer-prozess-entnahme-interview-mit-entleerer-geldz%ef%bf%bdhlen-t\" style=\"color: #1e293b; text-decoration: none;\">Leerung der Parkuhren in Wiesbaden, ganzer Prozess, Entnahme, Interview mit Entleerer, Geldzhlen, T&#8230;<\/a><\/h3><div style=\"display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px;\"><span style=\"display: inline-block; padding: 4px 10px; background: #f0f9ff; color: #0369a1; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83d\udcc5 1988<\/span><\/div><div style=\"padding: 8px 12px; background: #f0fdf4; border-left: 3px solid #10b981; border-radius: 6px; margin-bottom: 12px;\"><div style=\"font-size: 11px; color: #64748b; text-transform: uppercase; font-weight: 600; margin-bottom: 2px;\">Material Number<\/div><code style=\"font-family: monospace; color: #059669; font-size: 14px; font-weight: 600;\">942502820000001106<\/code><\/div><a href=\"https:\/\/imh-group.us\/?stock_footage=leerung-der-parkuhren-in-wiesbaden-ganzer-prozess-entnahme-interview-mit-entleerer-geldz%ef%bf%bdhlen-t\" style=\"display: inline-block; padding: 10px 20px; background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); color: white; text-decoration: none; border-radius: 8px; font-weight: 600; font-size: 14px; transition: all 0.3s ease;\" onmouseover=\"this.style.background='linear-gradient(135deg, #d97706 0%, #b45309 100%)';\" onmouseout=\"this.style.background='linear-gradient(135deg, #f59e0b 0%, #d97706 100%)';\"> View Footage \u2192<\/a><\/div><\/div><div class=\"footage-card\" style=\"background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease;\" onmouseover=\"this.style.transform='translateY(-5px)'; this.style.boxShadow='0 8px 24px rgba(0,0,0,0.15)';\" onmouseout=\"this.style.transform='translateY(0)'; this.style.boxShadow='0 4px 12px rgba(0,0,0,0.1)';\"><a href=\"https:\/\/imh-group.us\/?stock_footage=a-walk-in-the-sun\" style=\"display: block; position: relative; padding-top: 56.25%; background: #000; overflow: hidden;\"><div style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; font-size: 48px;\">\ud83c\udfac<\/div><\/a><div style=\"padding: 20px;\"><h3 style=\"margin: 0 0 10px 0; font-size: 18px; font-weight: 600;\"><a href=\"https:\/\/imh-group.us\/?stock_footage=a-walk-in-the-sun\" style=\"color: #1e293b; text-decoration: none;\">A WALK IN THE SUN<\/a><\/h3><div style=\"display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px;\"><span style=\"display: inline-block; padding: 4px 10px; background: #f0f9ff; color: #0369a1; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83d\udcc5 1946<\/span><span style=\"display: inline-block; padding: 4px 10px; background: #fef3c7; color: #d97706; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83c\udfad S-CLASSIC<\/span><\/div><div style=\"padding: 8px 12px; background: #f0fdf4; border-left: 3px solid #10b981; border-radius: 6px; margin-bottom: 12px;\"><div style=\"font-size: 11px; color: #64748b; text-transform: uppercase; font-weight: 600; margin-bottom: 2px;\">Material Number<\/div><code style=\"font-family: monospace; color: #059669; font-size: 14px; font-weight: 600;\">942502820000000055<\/code><\/div><a href=\"https:\/\/imh-group.us\/?stock_footage=a-walk-in-the-sun\" style=\"display: inline-block; padding: 10px 20px; background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); color: white; text-decoration: none; border-radius: 8px; font-weight: 600; font-size: 14px; transition: all 0.3s ease;\" onmouseover=\"this.style.background='linear-gradient(135deg, #d97706 0%, #b45309 100%)';\" onmouseout=\"this.style.background='linear-gradient(135deg, #f59e0b 0%, #d97706 100%)';\"> View Footage \u2192<\/a><\/div><\/div><div class=\"footage-card\" style=\"background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease;\" onmouseover=\"this.style.transform='translateY(-5px)'; this.style.boxShadow='0 8px 24px rgba(0,0,0,0.15)';\" onmouseout=\"this.style.transform='translateY(0)'; this.style.boxShadow='0 4px 12px rgba(0,0,0,0.1)';\"><a href=\"https:\/\/imh-group.us\/?stock_footage=tt-the-villian-still-pursues-her\" style=\"display: block; position: relative; padding-top: 56.25%; background: #000; overflow: hidden;\"><div style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; font-size: 48px;\">\ud83c\udfac<\/div><\/a><div style=\"padding: 20px;\"><h3 style=\"margin: 0 0 10px 0; font-size: 18px; font-weight: 600;\"><a href=\"https:\/\/imh-group.us\/?stock_footage=tt-the-villian-still-pursues-her\" style=\"color: #1e293b; text-decoration: none;\">TT. THE VILLIAN STILL PURSUES HER<\/a><\/h3><div style=\"display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px;\"><span style=\"display: inline-block; padding: 4px 10px; background: #f0f9ff; color: #0369a1; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83d\udcc5 1937<\/span><span style=\"display: inline-block; padding: 4px 10px; background: #fef3c7; color: #d97706; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83c\udfad CARTOON<\/span><\/div><div style=\"padding: 8px 12px; background: #f0fdf4; border-left: 3px solid #10b981; border-radius: 6px; margin-bottom: 12px;\"><div style=\"font-size: 11px; color: #64748b; text-transform: uppercase; font-weight: 600; margin-bottom: 2px;\">Material Number<\/div><code style=\"font-family: monospace; color: #059669; font-size: 14px; font-weight: 600;\">942502820000000031<\/code><\/div><a href=\"https:\/\/imh-group.us\/?stock_footage=tt-the-villian-still-pursues-her\" style=\"display: inline-block; padding: 10px 20px; background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); color: white; text-decoration: none; border-radius: 8px; font-weight: 600; font-size: 14px; transition: all 0.3s ease;\" onmouseover=\"this.style.background='linear-gradient(135deg, #d97706 0%, #b45309 100%)';\" onmouseout=\"this.style.background='linear-gradient(135deg, #f59e0b 0%, #d97706 100%)';\"> View Footage \u2192<\/a><\/div><\/div><div class=\"footage-card\" style=\"background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease;\" onmouseover=\"this.style.transform='translateY(-5px)'; this.style.boxShadow='0 8px 24px rgba(0,0,0,0.15)';\" onmouseout=\"this.style.transform='translateY(0)'; this.style.boxShadow='0 4px 12px rgba(0,0,0,0.1)';\"><a href=\"https:\/\/imh-group.us\/?stock_footage=tarzan-held-des-urwalds\" style=\"display: block; position: relative; padding-top: 56.25%; background: #000; overflow: hidden;\"><div style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; font-size: 48px;\">\ud83c\udfac<\/div><\/a><div style=\"padding: 20px;\"><h3 style=\"margin: 0 0 10px 0; font-size: 18px; font-weight: 600;\"><a href=\"https:\/\/imh-group.us\/?stock_footage=tarzan-held-des-urwalds\" style=\"color: #1e293b; text-decoration: none;\">TARZAN &#8211; HELD DES URWALDS<\/a><\/h3><div style=\"display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px;\"><span style=\"display: inline-block; padding: 4px 10px; background: #fef3c7; color: #d97706; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83c\udfad S-CLASSIC<\/span><\/div><div style=\"padding: 8px 12px; background: #f0fdf4; border-left: 3px solid #10b981; border-radius: 6px; margin-bottom: 12px;\"><div style=\"font-size: 11px; color: #64748b; text-transform: uppercase; font-weight: 600; margin-bottom: 2px;\">Material Number<\/div><code style=\"font-family: monospace; color: #059669; font-size: 14px; font-weight: 600;\">942502820000000079<\/code><\/div><a href=\"https:\/\/imh-group.us\/?stock_footage=tarzan-held-des-urwalds\" style=\"display: inline-block; padding: 10px 20px; background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); color: white; text-decoration: none; border-radius: 8px; font-weight: 600; font-size: 14px; transition: all 0.3s ease;\" onmouseover=\"this.style.background='linear-gradient(135deg, #d97706 0%, #b45309 100%)';\" onmouseout=\"this.style.background='linear-gradient(135deg, #f59e0b 0%, #d97706 100%)';\"> View Footage \u2192<\/a><\/div><\/div><div class=\"footage-card\" style=\"background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease;\" onmouseover=\"this.style.transform='translateY(-5px)'; this.style.boxShadow='0 8px 24px rgba(0,0,0,0.15)';\" onmouseout=\"this.style.transform='translateY(0)'; this.style.boxShadow='0 4px 12px rgba(0,0,0,0.1)';\"><a href=\"https:\/\/imh-group.us\/?stock_footage=fragmente2\" style=\"display: block; position: relative; padding-top: 56.25%; background: #000; overflow: hidden;\"><div style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; font-size: 48px;\">\ud83c\udfac<\/div><\/a><div style=\"padding: 20px;\"><h3 style=\"margin: 0 0 10px 0; font-size: 18px; font-weight: 600;\"><a href=\"https:\/\/imh-group.us\/?stock_footage=fragmente2\" style=\"color: #1e293b; text-decoration: none;\">FRAGMENTE2<\/a><\/h3><div style=\"display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px;\"><span style=\"display: inline-block; padding: 4px 10px; background: #fef3c7; color: #d97706; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83c\udfad 35MM<\/span><\/div><div style=\"padding: 8px 12px; background: #f0fdf4; border-left: 3px solid #10b981; border-radius: 6px; margin-bottom: 12px;\"><div style=\"font-size: 11px; color: #64748b; text-transform: uppercase; font-weight: 600; margin-bottom: 2px;\">Material Number<\/div><code style=\"font-family: monospace; color: #059669; font-size: 14px; font-weight: 600;\">942502820000000048<\/code><\/div><a href=\"https:\/\/imh-group.us\/?stock_footage=fragmente2\" style=\"display: inline-block; padding: 10px 20px; background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); color: white; text-decoration: none; border-radius: 8px; font-weight: 600; font-size: 14px; transition: all 0.3s ease;\" onmouseover=\"this.style.background='linear-gradient(135deg, #d97706 0%, #b45309 100%)';\" onmouseout=\"this.style.background='linear-gradient(135deg, #f59e0b 0%, #d97706 100%)';\"> View Footage \u2192<\/a><\/div><\/div><div class=\"footage-card\" style=\"background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease;\" onmouseover=\"this.style.transform='translateY(-5px)'; this.style.boxShadow='0 8px 24px rgba(0,0,0,0.15)';\" onmouseout=\"this.style.transform='translateY(0)'; this.style.boxShadow='0 4px 12px rgba(0,0,0,0.1)';\"><a href=\"https:\/\/imh-group.us\/?stock_footage=eine-schweizer-bergbahnfahrt\" style=\"display: block; position: relative; padding-top: 56.25%; background: #000; overflow: hidden;\"><div style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; font-size: 48px;\">\ud83c\udfac<\/div><\/a><div style=\"padding: 20px;\"><h3 style=\"margin: 0 0 10px 0; font-size: 18px; font-weight: 600;\"><a href=\"https:\/\/imh-group.us\/?stock_footage=eine-schweizer-bergbahnfahrt\" style=\"color: #1e293b; text-decoration: none;\">EINE SCHWEIZER BERGBAHNFAHRT<\/a><\/h3><div style=\"display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px;\"><span style=\"display: inline-block; padding: 4px 10px; background: #fef3c7; color: #d97706; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83c\udfad STADT+LAND<\/span><\/div><div style=\"padding: 8px 12px; background: #f0fdf4; border-left: 3px solid #10b981; border-radius: 6px; margin-bottom: 12px;\"><div style=\"font-size: 11px; color: #64748b; text-transform: uppercase; font-weight: 600; margin-bottom: 2px;\">Material Number<\/div><code style=\"font-family: monospace; color: #059669; font-size: 14px; font-weight: 600;\">942502820000000031<\/code><\/div><a href=\"https:\/\/imh-group.us\/?stock_footage=eine-schweizer-bergbahnfahrt\" style=\"display: inline-block; padding: 10px 20px; background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); color: white; text-decoration: none; border-radius: 8px; font-weight: 600; font-size: 14px; transition: all 0.3s ease;\" onmouseover=\"this.style.background='linear-gradient(135deg, #d97706 0%, #b45309 100%)';\" onmouseout=\"this.style.background='linear-gradient(135deg, #f59e0b 0%, #d97706 100%)';\"> View Footage \u2192<\/a><\/div><\/div><div class=\"footage-card\" style=\"background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease;\" onmouseover=\"this.style.transform='translateY(-5px)'; this.style.boxShadow='0 8px 24px rgba(0,0,0,0.15)';\" onmouseout=\"this.style.transform='translateY(0)'; this.style.boxShadow='0 4px 12px rgba(0,0,0,0.1)';\"><a href=\"https:\/\/imh-group.us\/?stock_footage=club-film-nr-80\" style=\"display: block; position: relative; padding-top: 56.25%; background: #000; overflow: hidden;\"><div style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; font-size: 48px;\">\ud83c\udfac<\/div><\/a><div style=\"padding: 20px;\"><h3 style=\"margin: 0 0 10px 0; font-size: 18px; font-weight: 600;\"><a href=\"https:\/\/imh-group.us\/?stock_footage=club-film-nr-80\" style=\"color: #1e293b; text-decoration: none;\">CLUB FILM NR 80<\/a><\/h3><div style=\"display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px;\"><span style=\"display: inline-block; padding: 4px 10px; background: #fef3c7; color: #d97706; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83c\udfad SEX<\/span><\/div><div style=\"padding: 8px 12px; background: #f0fdf4; border-left: 3px solid #10b981; border-radius: 6px; margin-bottom: 12px;\"><div style=\"font-size: 11px; color: #64748b; text-transform: uppercase; font-weight: 600; margin-bottom: 2px;\">Material Number<\/div><code style=\"font-family: monospace; color: #059669; font-size: 14px; font-weight: 600;\">942502820000000055<\/code><\/div><a href=\"https:\/\/imh-group.us\/?stock_footage=club-film-nr-80\" style=\"display: inline-block; padding: 10px 20px; background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); color: white; text-decoration: none; border-radius: 8px; font-weight: 600; font-size: 14px; transition: all 0.3s ease;\" onmouseover=\"this.style.background='linear-gradient(135deg, #d97706 0%, #b45309 100%)';\" onmouseout=\"this.style.background='linear-gradient(135deg, #f59e0b 0%, #d97706 100%)';\"> View Footage \u2192<\/a><\/div><\/div><div class=\"footage-card\" style=\"background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease;\" onmouseover=\"this.style.transform='translateY(-5px)'; this.style.boxShadow='0 8px 24px rgba(0,0,0,0.15)';\" onmouseout=\"this.style.transform='translateY(0)'; this.style.boxShadow='0 4px 12px rgba(0,0,0,0.1)';\"><a href=\"https:\/\/imh-group.us\/?stock_footage=chaplin-charlie-a-dogs-life\" style=\"display: block; position: relative; padding-top: 56.25%; background: #000; overflow: hidden;\"><div style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; font-size: 48px;\">\ud83c\udfac<\/div><\/a><div style=\"padding: 20px;\"><h3 style=\"margin: 0 0 10px 0; font-size: 18px; font-weight: 600;\"><a href=\"https:\/\/imh-group.us\/?stock_footage=chaplin-charlie-a-dogs-life\" style=\"color: #1e293b; text-decoration: none;\">CHAPLIN, CHARLIE: A DOG&#8217;S LIFE<\/a><\/h3><div style=\"display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px;\"><span style=\"display: inline-block; padding: 4px 10px; background: #f0f9ff; color: #0369a1; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83d\udcc5 1918<\/span><span style=\"display: inline-block; padding: 4px 10px; background: #fef3c7; color: #d97706; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83c\udfad KOMIK<\/span><\/div><div style=\"padding: 8px 12px; background: #f0fdf4; border-left: 3px solid #10b981; border-radius: 6px; margin-bottom: 12px;\"><div style=\"font-size: 11px; color: #64748b; text-transform: uppercase; font-weight: 600; margin-bottom: 2px;\">Material Number<\/div><code style=\"font-family: monospace; color: #059669; font-size: 14px; font-weight: 600;\">942502820000000086<\/code><\/div><a href=\"https:\/\/imh-group.us\/?stock_footage=chaplin-charlie-a-dogs-life\" style=\"display: inline-block; padding: 10px 20px; background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); color: white; text-decoration: none; border-radius: 8px; font-weight: 600; font-size: 14px; transition: all 0.3s ease;\" onmouseover=\"this.style.background='linear-gradient(135deg, #d97706 0%, #b45309 100%)';\" onmouseout=\"this.style.background='linear-gradient(135deg, #f59e0b 0%, #d97706 100%)';\"> View Footage \u2192<\/a><\/div><\/div><div class=\"footage-card\" style=\"background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease;\" onmouseover=\"this.style.transform='translateY(-5px)'; this.style.boxShadow='0 8px 24px rgba(0,0,0,0.15)';\" onmouseout=\"this.style.transform='translateY(0)'; this.style.boxShadow='0 4px 12px rgba(0,0,0,0.1)';\"><a href=\"https:\/\/imh-group.us\/?stock_footage=pfiffe-in-der-nacht-1\" style=\"display: block; position: relative; padding-top: 56.25%; background: #000; overflow: hidden;\"><div style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; font-size: 48px;\">\ud83c\udfac<\/div><\/a><div style=\"padding: 20px;\"><h3 style=\"margin: 0 0 10px 0; font-size: 18px; font-weight: 600;\"><a href=\"https:\/\/imh-group.us\/?stock_footage=pfiffe-in-der-nacht-1\" style=\"color: #1e293b; text-decoration: none;\">PFIFFE IN DER NACHT 1<\/a><\/h3><div style=\"display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px;\"><span style=\"display: inline-block; padding: 4px 10px; background: #fef3c7; color: #d97706; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83c\udfad OZA-ABENTEUER<\/span><\/div><div style=\"padding: 8px 12px; background: #f0fdf4; border-left: 3px solid #10b981; border-radius: 6px; margin-bottom: 12px;\"><div style=\"font-size: 11px; color: #64748b; text-transform: uppercase; font-weight: 600; margin-bottom: 2px;\">Material Number<\/div><code style=\"font-family: monospace; color: #059669; font-size: 14px; font-weight: 600;\">942502820000000086<\/code><\/div><a href=\"https:\/\/imh-group.us\/?stock_footage=pfiffe-in-der-nacht-1\" style=\"display: inline-block; padding: 10px 20px; background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); color: white; text-decoration: none; border-radius: 8px; font-weight: 600; font-size: 14px; transition: all 0.3s ease;\" onmouseover=\"this.style.background='linear-gradient(135deg, #d97706 0%, #b45309 100%)';\" onmouseout=\"this.style.background='linear-gradient(135deg, #f59e0b 0%, #d97706 100%)';\"> View Footage \u2192<\/a><\/div><\/div><div class=\"footage-card\" style=\"background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease;\" onmouseover=\"this.style.transform='translateY(-5px)'; this.style.boxShadow='0 8px 24px rgba(0,0,0,0.15)';\" onmouseout=\"this.style.transform='translateY(0)'; this.style.boxShadow='0 4px 12px rgba(0,0,0,0.1)';\"><a href=\"https:\/\/imh-group.us\/?stock_footage=deutsche-wochenschau-dw565-28-04-07-deutsche-wochenschau-d\" style=\"display: block; position: relative; padding-top: 56.25%; background: #000; overflow: hidden;\"><div style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; font-size: 48px;\">\ud83c\udfac<\/div><\/a><div style=\"padding: 20px;\"><h3 style=\"margin: 0 0 10px 0; font-size: 18px; font-weight: 600;\"><a href=\"https:\/\/imh-group.us\/?stock_footage=deutsche-wochenschau-dw565-28-04-07-deutsche-wochenschau-d\" style=\"color: #1e293b; text-decoration: none;\">DEUTSCHE WOCHENSCHAU DW565\/28 04\/07 DEUTSCHE WOCHENSCHAU D<\/a><\/h3><div style=\"display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px;\"><span style=\"display: inline-block; padding: 4px 10px; background: #f0f9ff; color: #0369a1; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83d\udcc5 1941<\/span><span style=\"display: inline-block; padding: 4px 10px; background: #fef3c7; color: #d97706; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83c\udfad ZEITGESCHICHTE<\/span><\/div><div style=\"padding: 8px 12px; background: #f0fdf4; border-left: 3px solid #10b981; border-radius: 6px; margin-bottom: 12px;\"><div style=\"font-size: 11px; color: #64748b; text-transform: uppercase; font-weight: 600; margin-bottom: 2px;\">Material Number<\/div><code style=\"font-family: monospace; color: #059669; font-size: 14px; font-weight: 600;\">942502820000000048<\/code><\/div><a href=\"https:\/\/imh-group.us\/?stock_footage=deutsche-wochenschau-dw565-28-04-07-deutsche-wochenschau-d\" style=\"display: inline-block; padding: 10px 20px; background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); color: white; text-decoration: none; border-radius: 8px; font-weight: 600; font-size: 14px; transition: all 0.3s ease;\" onmouseover=\"this.style.background='linear-gradient(135deg, #d97706 0%, #b45309 100%)';\" onmouseout=\"this.style.background='linear-gradient(135deg, #f59e0b 0%, #d97706 100%)';\"> View Footage \u2192<\/a><\/div><\/div><div class=\"footage-card\" style=\"background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease;\" onmouseover=\"this.style.transform='translateY(-5px)'; this.style.boxShadow='0 8px 24px rgba(0,0,0,0.15)';\" onmouseout=\"this.style.transform='translateY(0)'; this.style.boxShadow='0 4px 12px rgba(0,0,0,0.1)';\"><a href=\"https:\/\/imh-group.us\/?stock_footage=fahrendes-volk\" style=\"display: block; position: relative; padding-top: 56.25%; background: #000; overflow: hidden;\"><div style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; font-size: 48px;\">\ud83c\udfac<\/div><\/a><div style=\"padding: 20px;\"><h3 style=\"margin: 0 0 10px 0; font-size: 18px; font-weight: 600;\"><a href=\"https:\/\/imh-group.us\/?stock_footage=fahrendes-volk\" style=\"color: #1e293b; text-decoration: none;\">FAHRENDES VOLK<\/a><\/h3><div style=\"display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px;\"><span style=\"display: inline-block; padding: 4px 10px; background: #fef3c7; color: #d97706; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83c\udfad OZA-<\/span><\/div><div style=\"padding: 8px 12px; background: #f0fdf4; border-left: 3px solid #10b981; border-radius: 6px; margin-bottom: 12px;\"><div style=\"font-size: 11px; color: #64748b; text-transform: uppercase; font-weight: 600; margin-bottom: 2px;\">Material Number<\/div><code style=\"font-family: monospace; color: #059669; font-size: 14px; font-weight: 600;\">942502820000000093<\/code><\/div><a href=\"https:\/\/imh-group.us\/?stock_footage=fahrendes-volk\" style=\"display: inline-block; padding: 10px 20px; background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); color: white; text-decoration: none; border-radius: 8px; font-weight: 600; font-size: 14px; transition: all 0.3s ease;\" onmouseover=\"this.style.background='linear-gradient(135deg, #d97706 0%, #b45309 100%)';\" onmouseout=\"this.style.background='linear-gradient(135deg, #f59e0b 0%, #d97706 100%)';\"> View Footage \u2192<\/a><\/div><\/div><div class=\"footage-card\" style=\"background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease;\" onmouseover=\"this.style.transform='translateY(-5px)'; this.style.boxShadow='0 8px 24px rgba(0,0,0,0.15)';\" onmouseout=\"this.style.transform='translateY(0)'; this.style.boxShadow='0 4px 12px rgba(0,0,0,0.1)';\"><a href=\"https:\/\/imh-group.us\/?stock_footage=haus-der-deutschen-balten-schnittmaterial-austauschstudenten\" style=\"display: block; position: relative; padding-top: 56.25%; background: #000; overflow: hidden;\"><div style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; font-size: 48px;\">\ud83c\udfac<\/div><\/a><div style=\"padding: 20px;\"><h3 style=\"margin: 0 0 10px 0; font-size: 18px; font-weight: 600;\"><a href=\"https:\/\/imh-group.us\/?stock_footage=haus-der-deutschen-balten-schnittmaterial-austauschstudenten\" style=\"color: #1e293b; text-decoration: none;\">Haus der deutschen Balten, Schnittmaterial, Austauschstudenten<\/a><\/h3><div style=\"display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px;\"><span style=\"display: inline-block; padding: 4px 10px; background: #f0f9ff; color: #0369a1; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83d\udcc5 1989<\/span><\/div><div style=\"padding: 8px 12px; background: #f0fdf4; border-left: 3px solid #10b981; border-radius: 6px; margin-bottom: 12px;\"><div style=\"font-size: 11px; color: #64748b; text-transform: uppercase; font-weight: 600; margin-bottom: 2px;\">Material Number<\/div><code style=\"font-family: monospace; color: #059669; font-size: 14px; font-weight: 600;\">942502820000000376<\/code><\/div><a href=\"https:\/\/imh-group.us\/?stock_footage=haus-der-deutschen-balten-schnittmaterial-austauschstudenten\" style=\"display: inline-block; padding: 10px 20px; background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); color: white; text-decoration: none; border-radius: 8px; font-weight: 600; font-size: 14px; transition: all 0.3s ease;\" onmouseover=\"this.style.background='linear-gradient(135deg, #d97706 0%, #b45309 100%)';\" onmouseout=\"this.style.background='linear-gradient(135deg, #f59e0b 0%, #d97706 100%)';\"> View Footage \u2192<\/a><\/div><\/div><div class=\"footage-card\" style=\"background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease;\" onmouseover=\"this.style.transform='translateY(-5px)'; this.style.boxShadow='0 8px 24px rgba(0,0,0,0.15)';\" onmouseout=\"this.style.transform='translateY(0)'; this.style.boxShadow='0 4px 12px rgba(0,0,0,0.1)';\"><a href=\"https:\/\/imh-group.us\/?stock_footage=nosferatu\" style=\"display: block; position: relative; padding-top: 56.25%; background: #000; overflow: hidden;\"><div style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; font-size: 48px;\">\ud83c\udfac<\/div><\/a><div style=\"padding: 20px;\"><h3 style=\"margin: 0 0 10px 0; font-size: 18px; font-weight: 600;\"><a href=\"https:\/\/imh-group.us\/?stock_footage=nosferatu\" style=\"color: #1e293b; text-decoration: none;\">NOSFERATU<\/a><\/h3><div style=\"display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px;\"><span style=\"display: inline-block; padding: 4px 10px; background: #f0f9ff; color: #0369a1; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83d\udcc5 1922<\/span><span style=\"display: inline-block; padding: 4px 10px; background: #fef3c7; color: #d97706; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83c\udfad S-CLASSIC<\/span><\/div><div style=\"padding: 8px 12px; background: #f0fdf4; border-left: 3px solid #10b981; border-radius: 6px; margin-bottom: 12px;\"><div style=\"font-size: 11px; color: #64748b; text-transform: uppercase; font-weight: 600; margin-bottom: 2px;\">Material Number<\/div><code style=\"font-family: monospace; color: #059669; font-size: 14px; font-weight: 600;\">942502820000000017<\/code><\/div><a href=\"https:\/\/imh-group.us\/?stock_footage=nosferatu\" style=\"display: inline-block; padding: 10px 20px; background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); color: white; text-decoration: none; border-radius: 8px; font-weight: 600; font-size: 14px; transition: all 0.3s ease;\" onmouseover=\"this.style.background='linear-gradient(135deg, #d97706 0%, #b45309 100%)';\" onmouseout=\"this.style.background='linear-gradient(135deg, #f59e0b 0%, #d97706 100%)';\"> View Footage \u2192<\/a><\/div><\/div><div class=\"footage-card\" style=\"background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease;\" onmouseover=\"this.style.transform='translateY(-5px)'; this.style.boxShadow='0 8px 24px rgba(0,0,0,0.15)';\" onmouseout=\"this.style.transform='translateY(0)'; this.style.boxShadow='0 4px 12px rgba(0,0,0,0.1)';\"><a href=\"https:\/\/imh-group.us\/?stock_footage=eine-mir-unbekannte-frau-rezitiert-aus-salman-rushdies-buch-mit-auf-dem-podium-g%ef%bf%bdnter-grass\" style=\"display: block; position: relative; padding-top: 56.25%; background: #000; overflow: hidden;\"><div style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; font-size: 48px;\">\ud83c\udfac<\/div><\/a><div style=\"padding: 20px;\"><h3 style=\"margin: 0 0 10px 0; font-size: 18px; font-weight: 600;\"><a href=\"https:\/\/imh-group.us\/?stock_footage=eine-mir-unbekannte-frau-rezitiert-aus-salman-rushdies-buch-mit-auf-dem-podium-g%ef%bf%bdnter-grass\" style=\"color: #1e293b; text-decoration: none;\">Eine mir unbekannte Frau rezitiert aus Salman Rushdies Buch. Mit auf dem Podium Gnter Grass.<\/a><\/h3><div style=\"display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px;\"><span style=\"display: inline-block; padding: 4px 10px; background: #f0f9ff; color: #0369a1; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83d\udcc5 1989<\/span><\/div><div style=\"padding: 8px 12px; background: #f0fdf4; border-left: 3px solid #10b981; border-radius: 6px; margin-bottom: 12px;\"><div style=\"font-size: 11px; color: #64748b; text-transform: uppercase; font-weight: 600; margin-bottom: 2px;\">Material Number<\/div><code style=\"font-family: monospace; color: #059669; font-size: 14px; font-weight: 600;\">942502820000001564<\/code><\/div><a href=\"https:\/\/imh-group.us\/?stock_footage=eine-mir-unbekannte-frau-rezitiert-aus-salman-rushdies-buch-mit-auf-dem-podium-g%ef%bf%bdnter-grass\" style=\"display: inline-block; padding: 10px 20px; background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); color: white; text-decoration: none; border-radius: 8px; font-weight: 600; font-size: 14px; transition: all 0.3s ease;\" onmouseover=\"this.style.background='linear-gradient(135deg, #d97706 0%, #b45309 100%)';\" onmouseout=\"this.style.background='linear-gradient(135deg, #f59e0b 0%, #d97706 100%)';\"> View Footage \u2192<\/a><\/div><\/div><div class=\"footage-card\" style=\"background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease;\" onmouseover=\"this.style.transform='translateY(-5px)'; this.style.boxShadow='0 8px 24px rgba(0,0,0,0.15)';\" onmouseout=\"this.style.transform='translateY(0)'; this.style.boxShadow='0 4px 12px rgba(0,0,0,0.1)';\"><a href=\"https:\/\/imh-group.us\/?stock_footage=jahresschau-31\" style=\"display: block; position: relative; padding-top: 56.25%; background: #000; overflow: hidden;\"><div style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; font-size: 48px;\">\ud83c\udfac<\/div><\/a><div style=\"padding: 20px;\"><h3 style=\"margin: 0 0 10px 0; font-size: 18px; font-weight: 600;\"><a href=\"https:\/\/imh-group.us\/?stock_footage=jahresschau-31\" style=\"color: #1e293b; text-decoration: none;\">JAHRESSCHAU<\/a><\/h3><div style=\"display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px;\"><span style=\"display: inline-block; padding: 4px 10px; background: #f0f9ff; color: #0369a1; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83d\udcc5 1969<\/span><span style=\"display: inline-block; padding: 4px 10px; background: #fef3c7; color: #d97706; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83c\udfad ZEITGESCHICHTE<\/span><\/div><div style=\"padding: 8px 12px; background: #f0fdf4; border-left: 3px solid #10b981; border-radius: 6px; margin-bottom: 12px;\"><div style=\"font-size: 11px; color: #64748b; text-transform: uppercase; font-weight: 600; margin-bottom: 2px;\">Material Number<\/div><code style=\"font-family: monospace; color: #059669; font-size: 14px; font-weight: 600;\">942502820000000062<\/code><\/div><a href=\"https:\/\/imh-group.us\/?stock_footage=jahresschau-31\" style=\"display: inline-block; padding: 10px 20px; background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); color: white; text-decoration: none; border-radius: 8px; font-weight: 600; font-size: 14px; transition: all 0.3s ease;\" onmouseover=\"this.style.background='linear-gradient(135deg, #d97706 0%, #b45309 100%)';\" onmouseout=\"this.style.background='linear-gradient(135deg, #f59e0b 0%, #d97706 100%)';\"> View Footage \u2192<\/a><\/div><\/div><div class=\"footage-card\" style=\"background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease;\" onmouseover=\"this.style.transform='translateY(-5px)'; this.style.boxShadow='0 8px 24px rgba(0,0,0,0.15)';\" onmouseout=\"this.style.transform='translateY(0)'; this.style.boxShadow='0 4px 12px rgba(0,0,0,0.1)';\"><a href=\"https:\/\/imh-group.us\/?stock_footage=the-battle-of-france\" style=\"display: block; position: relative; padding-top: 56.25%; background: #000; overflow: hidden;\"><div style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; font-size: 48px;\">\ud83c\udfac<\/div><\/a><div style=\"padding: 20px;\"><h3 style=\"margin: 0 0 10px 0; font-size: 18px; font-weight: 600;\"><a href=\"https:\/\/imh-group.us\/?stock_footage=the-battle-of-france\" style=\"color: #1e293b; text-decoration: none;\">THE BATTLE OF FRANCE<\/a><\/h3><div style=\"display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px;\"><span style=\"display: inline-block; padding: 4px 10px; background: #fef3c7; color: #d97706; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83c\udfad ZEITGESCHICHTE<\/span><\/div><div style=\"padding: 8px 12px; background: #f0fdf4; border-left: 3px solid #10b981; border-radius: 6px; margin-bottom: 12px;\"><div style=\"font-size: 11px; color: #64748b; text-transform: uppercase; font-weight: 600; margin-bottom: 2px;\">Material Number<\/div><code style=\"font-family: monospace; color: #059669; font-size: 14px; font-weight: 600;\">942502820000000017<\/code><\/div><a href=\"https:\/\/imh-group.us\/?stock_footage=the-battle-of-france\" style=\"display: inline-block; padding: 10px 20px; background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); color: white; text-decoration: none; border-radius: 8px; font-weight: 600; font-size: 14px; transition: all 0.3s ease;\" onmouseover=\"this.style.background='linear-gradient(135deg, #d97706 0%, #b45309 100%)';\" onmouseout=\"this.style.background='linear-gradient(135deg, #f59e0b 0%, #d97706 100%)';\"> View Footage \u2192<\/a><\/div><\/div><div class=\"footage-card\" style=\"background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease;\" onmouseover=\"this.style.transform='translateY(-5px)'; this.style.boxShadow='0 8px 24px rgba(0,0,0,0.15)';\" onmouseout=\"this.style.transform='translateY(0)'; this.style.boxShadow='0 4px 12px rgba(0,0,0,0.1)';\"><a href=\"https:\/\/imh-group.us\/?stock_footage=fli%c2%bdchtlinge\" style=\"display: block; position: relative; padding-top: 56.25%; background: #000; overflow: hidden;\"><div style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; font-size: 48px;\">\ud83c\udfac<\/div><\/a><div style=\"padding: 20px;\"><h3 style=\"margin: 0 0 10px 0; font-size: 18px; font-weight: 600;\"><a href=\"https:\/\/imh-group.us\/?stock_footage=fli%c2%bdchtlinge\" style=\"color: #1e293b; text-decoration: none;\">FL\u00ef\u00bf\u00bdCHTLINGE<\/a><\/h3><div style=\"display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px;\"><span style=\"display: inline-block; padding: 4px 10px; background: #f0f9ff; color: #0369a1; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83d\udcc5 1934<\/span><span style=\"display: inline-block; padding: 4px 10px; background: #fef3c7; color: #d97706; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83c\udfad S-CLASSIC<\/span><\/div><div style=\"padding: 8px 12px; background: #f0fdf4; border-left: 3px solid #10b981; border-radius: 6px; margin-bottom: 12px;\"><div style=\"font-size: 11px; color: #64748b; text-transform: uppercase; font-weight: 600; margin-bottom: 2px;\">Material Number<\/div><code style=\"font-family: monospace; color: #059669; font-size: 14px; font-weight: 600;\">942502820000000031<\/code><\/div><a href=\"https:\/\/imh-group.us\/?stock_footage=fli%c2%bdchtlinge\" style=\"display: inline-block; padding: 10px 20px; background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); color: white; text-decoration: none; border-radius: 8px; font-weight: 600; font-size: 14px; transition: all 0.3s ease;\" onmouseover=\"this.style.background='linear-gradient(135deg, #d97706 0%, #b45309 100%)';\" onmouseout=\"this.style.background='linear-gradient(135deg, #f59e0b 0%, #d97706 100%)';\"> View Footage \u2192<\/a><\/div><\/div><div class=\"footage-card\" style=\"background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease;\" onmouseover=\"this.style.transform='translateY(-5px)'; this.style.boxShadow='0 8px 24px rgba(0,0,0,0.15)';\" onmouseout=\"this.style.transform='translateY(0)'; this.style.boxShadow='0 4px 12px rgba(0,0,0,0.1)';\"><a href=\"https:\/\/imh-group.us\/?stock_footage=karikaturisten-in-frankfurt-interview-mit-zeichner-ausstellung-karikaturen-in-der-schirn\" style=\"display: block; position: relative; padding-top: 56.25%; background: #000; overflow: hidden;\"><div style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; font-size: 48px;\">\ud83c\udfac<\/div><\/a><div style=\"padding: 20px;\"><h3 style=\"margin: 0 0 10px 0; font-size: 18px; font-weight: 600;\"><a href=\"https:\/\/imh-group.us\/?stock_footage=karikaturisten-in-frankfurt-interview-mit-zeichner-ausstellung-karikaturen-in-der-schirn\" style=\"color: #1e293b; text-decoration: none;\">Karikaturisten in Frankfurt, Interview mit Zeichner, Ausstellung, KARIKATUREN in der Schirn<\/a><\/h3><div style=\"display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px;\"><span style=\"display: inline-block; padding: 4px 10px; background: #f0f9ff; color: #0369a1; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83d\udcc5 1988<\/span><\/div><div style=\"padding: 8px 12px; background: #f0fdf4; border-left: 3px solid #10b981; border-radius: 6px; margin-bottom: 12px;\"><div style=\"font-size: 11px; color: #64748b; text-transform: uppercase; font-weight: 600; margin-bottom: 2px;\">Material Number<\/div><code style=\"font-family: monospace; color: #059669; font-size: 14px; font-weight: 600;\">942502820000001021<\/code><\/div><a href=\"https:\/\/imh-group.us\/?stock_footage=karikaturisten-in-frankfurt-interview-mit-zeichner-ausstellung-karikaturen-in-der-schirn\" style=\"display: inline-block; padding: 10px 20px; background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); color: white; text-decoration: none; border-radius: 8px; font-weight: 600; font-size: 14px; transition: all 0.3s ease;\" onmouseover=\"this.style.background='linear-gradient(135deg, #d97706 0%, #b45309 100%)';\" onmouseout=\"this.style.background='linear-gradient(135deg, #f59e0b 0%, #d97706 100%)';\"> View Footage \u2192<\/a><\/div><\/div><div class=\"footage-card\" style=\"background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease;\" onmouseover=\"this.style.transform='translateY(-5px)'; this.style.boxShadow='0 8px 24px rgba(0,0,0,0.15)';\" onmouseout=\"this.style.transform='translateY(0)'; this.style.boxShadow='0 4px 12px rgba(0,0,0,0.1)';\"><a href=\"https:\/\/imh-group.us\/?stock_footage=der-ga-sma-nn\" style=\"display: block; position: relative; padding-top: 56.25%; background: #000; overflow: hidden;\"><div style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; font-size: 48px;\">\ud83c\udfac<\/div><\/a><div style=\"padding: 20px;\"><h3 style=\"margin: 0 0 10px 0; font-size: 18px; font-weight: 600;\"><a href=\"https:\/\/imh-group.us\/?stock_footage=der-ga-sma-nn\" style=\"color: #1e293b; text-decoration: none;\">DER GA SMA NN<\/a><\/h3><div style=\"display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px;\"><span style=\"display: inline-block; padding: 4px 10px; background: #f0f9ff; color: #0369a1; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83d\udcc5 1941<\/span><span style=\"display: inline-block; padding: 4px 10px; background: #fef3c7; color: #d97706; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83c\udfad S-CLASSIC<\/span><\/div><div style=\"padding: 8px 12px; background: #f0fdf4; border-left: 3px solid #10b981; border-radius: 6px; margin-bottom: 12px;\"><div style=\"font-size: 11px; color: #64748b; text-transform: uppercase; font-weight: 600; margin-bottom: 2px;\">Material Number<\/div><code style=\"font-family: monospace; color: #059669; font-size: 14px; font-weight: 600;\">942502820000004053<\/code><\/div><a href=\"https:\/\/imh-group.us\/?stock_footage=der-ga-sma-nn\" style=\"display: inline-block; padding: 10px 20px; background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); color: white; text-decoration: none; border-radius: 8px; font-weight: 600; font-size: 14px; transition: all 0.3s ease;\" onmouseover=\"this.style.background='linear-gradient(135deg, #d97706 0%, #b45309 100%)';\" onmouseout=\"this.style.background='linear-gradient(135deg, #f59e0b 0%, #d97706 100%)';\"> View Footage \u2192<\/a><\/div><\/div><div class=\"footage-card\" style=\"background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease;\" onmouseover=\"this.style.transform='translateY(-5px)'; this.style.boxShadow='0 8px 24px rgba(0,0,0,0.15)';\" onmouseout=\"this.style.transform='translateY(0)'; this.style.boxShadow='0 4px 12px rgba(0,0,0,0.1)';\"><a href=\"https:\/\/imh-group.us\/?stock_footage=dag-hammarskjold\" style=\"display: block; position: relative; padding-top: 56.25%; background: #000; overflow: hidden;\"><div style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; font-size: 48px;\">\ud83c\udfac<\/div><\/a><div style=\"padding: 20px;\"><h3 style=\"margin: 0 0 10px 0; font-size: 18px; font-weight: 600;\"><a href=\"https:\/\/imh-group.us\/?stock_footage=dag-hammarskjold\" style=\"color: #1e293b; text-decoration: none;\">DAG HAMMARSKJOLD<\/a><\/h3><div style=\"display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px;\"><span style=\"display: inline-block; padding: 4px 10px; background: #fef3c7; color: #d97706; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83c\udfad PERSONEN<\/span><\/div><div style=\"padding: 8px 12px; background: #f0fdf4; border-left: 3px solid #10b981; border-radius: 6px; margin-bottom: 12px;\"><div style=\"font-size: 11px; color: #64748b; text-transform: uppercase; font-weight: 600; margin-bottom: 2px;\">Material Number<\/div><code style=\"font-family: monospace; color: #059669; font-size: 14px; font-weight: 600;\">942502820000000086<\/code><\/div><a href=\"https:\/\/imh-group.us\/?stock_footage=dag-hammarskjold\" style=\"display: inline-block; padding: 10px 20px; background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); color: white; text-decoration: none; border-radius: 8px; font-weight: 600; font-size: 14px; transition: all 0.3s ease;\" onmouseover=\"this.style.background='linear-gradient(135deg, #d97706 0%, #b45309 100%)';\" onmouseout=\"this.style.background='linear-gradient(135deg, #f59e0b 0%, #d97706 100%)';\"> View Footage \u2192<\/a><\/div><\/div><div class=\"footage-card\" style=\"background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease;\" onmouseover=\"this.style.transform='translateY(-5px)'; this.style.boxShadow='0 8px 24px rgba(0,0,0,0.15)';\" onmouseout=\"this.style.transform='translateY(0)'; this.style.boxShadow='0 4px 12px rgba(0,0,0,0.1)';\"><a href=\"https:\/\/imh-group.us\/?stock_footage=ampelanlagen-mehrere-einstellungen-auf-dem-sachsenh%ef%bf%bdusener-berg-in-frankfurt-am-main-am-holiday-inn\" style=\"display: block; position: relative; padding-top: 56.25%; background: #000; overflow: hidden;\"><div style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; font-size: 48px;\">\ud83c\udfac<\/div><\/a><div style=\"padding: 20px;\"><h3 style=\"margin: 0 0 10px 0; font-size: 18px; font-weight: 600;\"><a href=\"https:\/\/imh-group.us\/?stock_footage=ampelanlagen-mehrere-einstellungen-auf-dem-sachsenh%ef%bf%bdusener-berg-in-frankfurt-am-main-am-holiday-inn\" style=\"color: #1e293b; text-decoration: none;\">Ampelanlagen mehrere Einstellungen auf dem Sachsenhusener Berg in Frankfurt am Main am Holiday Inn &#8230;<\/a><\/h3><div style=\"display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px;\"><span style=\"display: inline-block; padding: 4px 10px; background: #f0f9ff; color: #0369a1; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83d\udcc5 1988<\/span><\/div><div style=\"padding: 8px 12px; background: #f0fdf4; border-left: 3px solid #10b981; border-radius: 6px; margin-bottom: 12px;\"><div style=\"font-size: 11px; color: #64748b; text-transform: uppercase; font-weight: 600; margin-bottom: 2px;\">Material Number<\/div><code style=\"font-family: monospace; color: #059669; font-size: 14px; font-weight: 600;\">942502820000002639<\/code><\/div><a href=\"https:\/\/imh-group.us\/?stock_footage=ampelanlagen-mehrere-einstellungen-auf-dem-sachsenh%ef%bf%bdusener-berg-in-frankfurt-am-main-am-holiday-inn\" style=\"display: inline-block; padding: 10px 20px; background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); color: white; text-decoration: none; border-radius: 8px; font-weight: 600; font-size: 14px; transition: all 0.3s ease;\" onmouseover=\"this.style.background='linear-gradient(135deg, #d97706 0%, #b45309 100%)';\" onmouseout=\"this.style.background='linear-gradient(135deg, #f59e0b 0%, #d97706 100%)';\"> View Footage \u2192<\/a><\/div><\/div><div class=\"footage-card\" style=\"background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease;\" onmouseover=\"this.style.transform='translateY(-5px)'; this.style.boxShadow='0 8px 24px rgba(0,0,0,0.15)';\" onmouseout=\"this.style.transform='translateY(0)'; this.style.boxShadow='0 4px 12px rgba(0,0,0,0.1)';\"><a href=\"https:\/\/imh-group.us\/?stock_footage=mick-and-simon-legree\" style=\"display: block; position: relative; padding-top: 56.25%; background: #000; overflow: hidden;\"><div style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; font-size: 48px;\">\ud83c\udfac<\/div><\/a><div style=\"padding: 20px;\"><h3 style=\"margin: 0 0 10px 0; font-size: 18px; font-weight: 600;\"><a href=\"https:\/\/imh-group.us\/?stock_footage=mick-and-simon-legree\" style=\"color: #1e293b; text-decoration: none;\">MICK! AND SIMON LEGREE<\/a><\/h3><div style=\"display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px;\"><span style=\"display: inline-block; padding: 4px 10px; background: #fef3c7; color: #d97706; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83c\udfad CARTOON<\/span><\/div><div style=\"padding: 8px 12px; background: #f0fdf4; border-left: 3px solid #10b981; border-radius: 6px; margin-bottom: 12px;\"><div style=\"font-size: 11px; color: #64748b; text-transform: uppercase; font-weight: 600; margin-bottom: 2px;\">Material Number<\/div><code style=\"font-family: monospace; color: #059669; font-size: 14px; font-weight: 600;\">942502820000008648<\/code><\/div><a href=\"https:\/\/imh-group.us\/?stock_footage=mick-and-simon-legree\" style=\"display: inline-block; padding: 10px 20px; background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); color: white; text-decoration: none; border-radius: 8px; font-weight: 600; font-size: 14px; transition: all 0.3s ease;\" onmouseover=\"this.style.background='linear-gradient(135deg, #d97706 0%, #b45309 100%)';\" onmouseout=\"this.style.background='linear-gradient(135deg, #f59e0b 0%, #d97706 100%)';\"> View Footage \u2192<\/a><\/div><\/div><div class=\"footage-card\" style=\"background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease;\" onmouseover=\"this.style.transform='translateY(-5px)'; this.style.boxShadow='0 8px 24px rgba(0,0,0,0.15)';\" onmouseout=\"this.style.transform='translateY(0)'; this.style.boxShadow='0 4px 12px rgba(0,0,0,0.1)';\"><a href=\"https:\/\/imh-group.us\/?stock_footage=wif-60\" style=\"display: block; position: relative; padding-top: 56.25%; background: #000; overflow: hidden;\"><div style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; font-size: 48px;\">\ud83c\udfac<\/div><\/a><div style=\"padding: 20px;\"><h3 style=\"margin: 0 0 10px 0; font-size: 18px; font-weight: 600;\"><a href=\"https:\/\/imh-group.us\/?stock_footage=wif-60\" style=\"color: #1e293b; text-decoration: none;\">WIF 60<\/a><\/h3><div style=\"display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px;\"><span style=\"display: inline-block; padding: 4px 10px; background: #f0f9ff; color: #0369a1; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83d\udcc5 1952<\/span><span style=\"display: inline-block; padding: 4px 10px; background: #fef3c7; color: #d97706; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83c\udfad ZEITGESCHICHTE<\/span><\/div><div style=\"padding: 8px 12px; background: #f0fdf4; border-left: 3px solid #10b981; border-radius: 6px; margin-bottom: 12px;\"><div style=\"font-size: 11px; color: #64748b; text-transform: uppercase; font-weight: 600; margin-bottom: 2px;\">Material Number<\/div><code style=\"font-family: monospace; color: #059669; font-size: 14px; font-weight: 600;\">942502820000005876<\/code><\/div><a href=\"https:\/\/imh-group.us\/?stock_footage=wif-60\" style=\"display: inline-block; padding: 10px 20px; background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); color: white; text-decoration: none; border-radius: 8px; font-weight: 600; font-size: 14px; transition: all 0.3s ease;\" onmouseover=\"this.style.background='linear-gradient(135deg, #d97706 0%, #b45309 100%)';\" onmouseout=\"this.style.background='linear-gradient(135deg, #f59e0b 0%, #d97706 100%)';\"> View Footage \u2192<\/a><\/div><\/div><div class=\"footage-card\" style=\"background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 12px rgba(0,0,0,0.1); transition: transform 0.3s ease, box-shadow 0.3s ease;\" onmouseover=\"this.style.transform='translateY(-5px)'; this.style.boxShadow='0 8px 24px rgba(0,0,0,0.15)';\" onmouseout=\"this.style.transform='translateY(0)'; this.style.boxShadow='0 4px 12px rgba(0,0,0,0.1)';\"><a href=\"https:\/\/imh-group.us\/?stock_footage=glockenl%ef%bf%bduten-dom-m%ef%bf%bdnster-gro%ef%bf%bdeinstellungen-glocken\" style=\"display: block; position: relative; padding-top: 56.25%; background: #000; overflow: hidden;\"><div style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; font-size: 48px;\">\ud83c\udfac<\/div><\/a><div style=\"padding: 20px;\"><h3 style=\"margin: 0 0 10px 0; font-size: 18px; font-weight: 600;\"><a href=\"https:\/\/imh-group.us\/?stock_footage=glockenl%ef%bf%bduten-dom-m%ef%bf%bdnster-gro%ef%bf%bdeinstellungen-glocken\" style=\"color: #1e293b; text-decoration: none;\">Glockenluten Dom Mnster?, Groeinstellungen Glocken<\/a><\/h3><div style=\"display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px;\"><span style=\"display: inline-block; padding: 4px 10px; background: #f0f9ff; color: #0369a1; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83d\udcc5 1988<\/span><\/div><div style=\"padding: 8px 12px; background: #f0fdf4; border-left: 3px solid #10b981; border-radius: 6px; margin-bottom: 12px;\"><div style=\"font-size: 11px; color: #64748b; text-transform: uppercase; font-weight: 600; margin-bottom: 2px;\">Material Number<\/div><code style=\"font-family: monospace; color: #059669; font-size: 14px; font-weight: 600;\">942502820000001748<\/code><\/div><a href=\"https:\/\/imh-group.us\/?stock_footage=glockenl%ef%bf%bduten-dom-m%ef%bf%bdnster-gro%ef%bf%bdeinstellungen-glocken\" style=\"display: inline-block; padding: 10px 20px; background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); color: white; text-decoration: none; border-radius: 8px; font-weight: 600; font-size: 14px; transition: all 0.3s ease;\" onmouseover=\"this.style.background='linear-gradient(135deg, #d97706 0%, #b45309 100%)';\" onmouseout=\"this.style.background='linear-gradient(135deg, #f59e0b 0%, #d97706 100%)';\"> View Footage \u2192<\/a><\/div><\/div><\/div><\/div>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-777","page","type-page","status-publish","hentry"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/imh-group.us\/index.php?rest_route=\/wp\/v2\/pages\/777","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/imh-group.us\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/imh-group.us\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/imh-group.us\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/imh-group.us\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=777"}],"version-history":[{"count":2,"href":"https:\/\/imh-group.us\/index.php?rest_route=\/wp\/v2\/pages\/777\/revisions"}],"predecessor-version":[{"id":44610,"href":"https:\/\/imh-group.us\/index.php?rest_route=\/wp\/v2\/pages\/777\/revisions\/44610"}],"wp:attachment":[{"href":"https:\/\/imh-group.us\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=777"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}