{"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<p class=\"wp-block-paragraph\"><div class=\"tmdb-footage-wrapper\" id=\"footage-archive-1801\">        <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-1801\"\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-1801 .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=augenzeuge-42-53\" 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=augenzeuge-42-53\" style=\"color: #1e293b; text-decoration: none;\">AUGENZEUGE 42\/53<\/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 1953<\/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;\">942502820000000017<\/code><\/div><a href=\"https:\/\/imh-group.us\/?stock_footage=augenzeuge-42-53\" 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=fewa\" 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=fewa\" style=\"color: #1e293b; text-decoration: none;\">FEWA<\/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 WERBUNG<\/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=fewa\" 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=konigswalzer\" 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=konigswalzer\" style=\"color: #1e293b; text-decoration: none;\">K\u00d6NIGSWALZER<\/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 1935<\/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;\">942502820000000246<\/code><\/div><a href=\"https:\/\/imh-group.us\/?stock_footage=konigswalzer\" 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=fragmente-20iger-jahre\" 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=fragmente-20iger-jahre\" style=\"color: #1e293b; text-decoration: none;\">FRAGMENTE &#8211; 20iger JAHRE<\/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;\">942502820000000093<\/code><\/div><a href=\"https:\/\/imh-group.us\/?stock_footage=fragmente-20iger-jahre\" 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-deputy-dawg-2\" 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-deputy-dawg-2\" style=\"color: #1e293b; text-decoration: none;\">TT: DEPUTY DAWG<\/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;\">942502820000000062<\/code><\/div><a href=\"https:\/\/imh-group.us\/?stock_footage=tt-deputy-dawg-2\" 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=sampler-kurze-beitr%ef%bf%bdge-%ef%bf%bdber-1-eintracht-frankfurt-2-der-%ef%bf%bdderweg-in-frankfurt-mit-verkehrsporblem\" 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=sampler-kurze-beitr%ef%bf%bdge-%ef%bf%bdber-1-eintracht-frankfurt-2-der-%ef%bf%bdderweg-in-frankfurt-mit-verkehrsporblem\" style=\"color: #1e293b; text-decoration: none;\">Sampler: Kurze Beitrge ber 1. Eintracht Frankfurt, 2. Der derweg in Frankfurt mit Verkehrsporblem&#8230;<\/a><\/h3><div style=\"display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px;\"><\/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;\">942502820000000345<\/code><\/div><a href=\"https:\/\/imh-group.us\/?stock_footage=sampler-kurze-beitr%ef%bf%bdge-%ef%bf%bdber-1-eintracht-frankfurt-2-der-%ef%bf%bdderweg-in-frankfurt-mit-verkehrsporblem\" 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=top-pop-3\" 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=top-pop-3\" style=\"color: #1e293b; text-decoration: none;\">TOP POP 3<\/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 1970<\/span><span style=\"display: inline-block; padding: 4px 10px; background: #fef3c7; color: #d97706; border-radius: 6px; font-size: 13px; font-weight: 500;\">\ud83c\udfad MUSIK<\/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=top-pop-3\" 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=d-11188\" 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=d-11188\" style=\"color: #1e293b; text-decoration: none;\">D-11188<\/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 1939<\/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=d-11188\" 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-fliegende-grossvater\" 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-fliegende-grossvater\" style=\"color: #1e293b; text-decoration: none;\">DER FLIEGENDE GROSSVATER<\/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;\">942502820000000048<\/code><\/div><a href=\"https:\/\/imh-group.us\/?stock_footage=der-fliegende-grossvater\" 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=fischreiherkolonie-1936\" style=\"display: block; position: relative; padding-top: 56.25%; background: #000; overflow: hidden;\"><img decoding=\"async\" src=\"https:\/\/img.youtube.com\/vi\/jXqvLN1jrl0\/hqdefault.jpg\" alt=\"Fischreiherkolonie 1936\" style=\"position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;\"><div style=\"position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 68px; height: 48px; background: rgba(255,0,0,0.9); border-radius: 12px; display: flex; align-items: center; justify-content: center;\"><div style=\"width: 0; height: 0; border-left: 20px solid white; border-top: 12px solid transparent; border-bottom: 12px solid transparent; margin-left: 4px;\"><\/div><\/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=fischreiherkolonie-1936\" style=\"color: #1e293b; text-decoration: none;\">Fischreiherkolonie 1936<\/a><\/h3><div style=\"display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px;\"><\/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;\">94250282100007840<\/code><\/div><a href=\"https:\/\/imh-group.us\/?stock_footage=fischreiherkolonie-1936\" 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=keaton-buster-college\" 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=keaton-buster-college\" style=\"color: #1e293b; text-decoration: none;\">KEATON, BUSTER: COLLEGE<\/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 1927<\/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;\">942502820000000055<\/code><\/div><a href=\"https:\/\/imh-group.us\/?stock_footage=keaton-buster-college\" 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=28-jahrestag-des-mauerbaus-berlin-kr%ef%bf%bdnze-von-den-parteien-usw-statements-von-frau-jungs-einer\" 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=28-jahrestag-des-mauerbaus-berlin-kr%ef%bf%bdnze-von-den-parteien-usw-statements-von-frau-jungs-einer\" style=\"color: #1e293b; text-decoration: none;\">28. Jahrestag des Mauerbaus, Berlin, Krnze von den Parteien, usw. Statements von Frau, Jungs einer &#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 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;\">942502820000003018<\/code><\/div><a href=\"https:\/\/imh-group.us\/?stock_footage=28-jahrestag-des-mauerbaus-berlin-kr%ef%bf%bdnze-von-den-parteien-usw-statements-von-frau-jungs-einer\" 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-hund-unser-bester-freund\" 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-hund-unser-bester-freund\" style=\"color: #1e293b; text-decoration: none;\">DER HUND &#8211; UNSER BESTER FREUND<\/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 NATUR<\/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=der-hund-unser-bester-freund\" 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=snow-ma-n\" 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=snow-ma-n\" style=\"color: #1e293b; text-decoration: none;\">SNOW MA N<\/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 1933<\/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;\">942502820000007481<\/code><\/div><a href=\"https:\/\/imh-group.us\/?stock_footage=snow-ma-n\" 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-dw556-19-30-04-deutsche-wochenschau-dw556-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=deutsche-wochenschau-dw556-19-30-04-deutsche-wochenschau-dw556-1\" style=\"color: #1e293b; text-decoration: none;\">DEUTSCHE WOCHENSCHAU DW556\/19 30\/04 DEUTSCHE WOCHENSCHAU DW556\/1 !<\/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;\">942502820000000017<\/code><\/div><a href=\"https:\/\/imh-group.us\/?stock_footage=deutsche-wochenschau-dw556-19-30-04-deutsche-wochenschau-dw556-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=startbahn-west-vor-dem-m%ef%bf%bdrfelder-rathaus\" 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=startbahn-west-vor-dem-m%ef%bf%bdrfelder-rathaus\" style=\"color: #1e293b; text-decoration: none;\">Startbahn West, vor dem Mrfelder Rathaus<\/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;\">942502820000000840<\/code><\/div><a href=\"https:\/\/imh-group.us\/?stock_footage=startbahn-west-vor-dem-m%ef%bf%bdrfelder-rathaus\" 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=laurel-hardy-go-ing-by-by\" 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=laurel-hardy-go-ing-by-by\" style=\"color: #1e293b; text-decoration: none;\">LAUREL &#038; HARDY: GO ING BY BY<\/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 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;\">942502820000000055<\/code><\/div><a href=\"https:\/\/imh-group.us\/?stock_footage=laurel-hardy-go-ing-by-by\" 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-5\" 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-5\" 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 19TT<\/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;\">942502820000009065<\/code><\/div><a href=\"https:\/\/imh-group.us\/?stock_footage=jahresschau-5\" 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=freddy-fixit\" 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=freddy-fixit\" style=\"color: #1e293b; text-decoration: none;\">FREDDY FIXIT<\/a><\/h3><div style=\"display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px;\"><\/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=freddy-fixit\" 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=man-from-hells-edges\" 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=man-from-hells-edges\" style=\"color: #1e293b; text-decoration: none;\">MAN FROM HELL&#8217;S EDGES<\/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=man-from-hells-edges\" 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=alle-helfen-teddy\" 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=alle-helfen-teddy\" style=\"color: #1e293b; text-decoration: none;\">ALLE HELFEN TEDDY<\/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;\">942502820000000109<\/code><\/div><a href=\"https:\/\/imh-group.us\/?stock_footage=alle-helfen-teddy\" 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=reichsparteitage-der-nsdap-1927-1938-2\" 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=reichsparteitage-der-nsdap-1927-1938-2\" style=\"color: #1e293b; text-decoration: none;\">REICHSPARTEITAGE DER NSDAP 1927-1938<\/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;\">942502820000000093<\/code><\/div><a href=\"https:\/\/imh-group.us\/?stock_footage=reichsparteitage-der-nsdap-1927-1938-2\" 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=pack-up-your-trouble\" 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=pack-up-your-trouble\" style=\"color: #1e293b; text-decoration: none;\">PACK UP YOUR TROUBLE<\/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 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;\">942502820000000017<\/code><\/div><a href=\"https:\/\/imh-group.us\/?stock_footage=pack-up-your-trouble\" 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=king-of-kings\" 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=king-of-kings\" style=\"color: #1e293b; text-decoration: none;\">KING OF KINGS<\/a><\/h3><div style=\"display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 12px;\"><\/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;\">942502820000000024<\/code><\/div><a href=\"https:\/\/imh-group.us\/?stock_footage=king-of-kings\" 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><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/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}]}}