{"id":11239,"date":"2026-01-25T12:55:53","date_gmt":"2026-01-25T12:55:53","guid":{"rendered":"https:\/\/fotokessler.org\/?page_id=11239"},"modified":"2026-01-25T16:35:03","modified_gmt":"2026-01-25T16:35:03","slug":"film-english","status":"publish","type":"page","link":"https:\/\/fotokessler.org\/en\/film-english\/","title":{"rendered":"Film (English)"},"content":{"rendered":"<p><!-- Inline player (click to open full frame) --><\/p>\n<div class=\"flex flex-col text-sm pb-25\">\n<article class=\"text-token-text-primary w-full focus:outline-none [--shadow-height:45px] has-data-writing-block:pointer-events-none has-data-writing-block:-mt-(--shadow-height) has-data-writing-block:pt-(--shadow-height) [&amp;:has([data-writing-block])&gt;*]:pointer-events-auto scroll-mt-[calc(var(--header-height)+min(200px,max(70px,20svh)))]\" dir=\"auto\" tabindex=\"-1\" data-turn-id=\"176efc5b-0467-4aeb-8648-d55d4f4314c8\" data-testid=\"conversation-turn-20\" data-scroll-anchor=\"true\" data-turn=\"assistant\">\n<div class=\"text-base my-auto mx-auto pb-10 [--thread-content-margin:--spacing(4)] @w-sm\/main:[--thread-content-margin:--spacing(6)] @w-lg\/main:[--thread-content-margin:--spacing(16)] px-(--thread-content-margin)\">\n<div class=\"[--thread-content-max-width:40rem] @w-lg\/main:[--thread-content-max-width:48rem] mx-auto max-w-(--thread-content-max-width) flex-1 group\/turn-messages focus-visible:outline-hidden relative flex w-full min-w-0 flex-col agent-turn\" tabindex=\"-1\">\n<div class=\"flex max-w-full flex-col grow\">\n<div class=\"min-h-8 text-message relative flex w-full flex-col items-end gap-2 text-start break-words whitespace-normal [.text-message+&amp;]:mt-1\" dir=\"auto\" data-message-author-role=\"assistant\" data-message-id=\"24356489-06a0-434a-a8ad-40c10f748ece\" data-message-model-slug=\"gpt-5-2\">\n<div class=\"flex w-full flex-col gap-1 empty:hidden first:pt-[1px]\">\n<div class=\"markdown prose dark:prose-invert w-full break-words dark markdown-new-styling\">\n<h3 data-start=\"102\" data-end=\"439\">Auf dieser Seite zeigen wir Filme aus und \u00fcber das Karl Max Kessler Archiv. Sie dokumentieren unter anderem historische Filmaufnahmen wie die Fuchsjagd im Kleinwalsertal und verbinden diese mit heutigen Perspektiven. Die Filme werden regelm\u00e4\u00dfig im Rahmen von Filmpr\u00e4sentationen in Hotels und an anderen \u00f6ffentlichen Orten im Tal gezeigt.<\/h3>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"mt-3 w-full empty:hidden\">&nbsp;<\/div>\n<\/div>\n<\/div>\n<\/article>\n<\/div>\n<div class=\"video-thumb\" style=\"position: relative; width: 50%; padding-top: 36.55%; margin-right: auto; cursor: pointer; border-radius: 12px; overflow: hidden;\"><iframe style=\"position: absolute; inset: 0; width: 100%; height: 100%;\" title=\"Die Fuchsjagd, Karl Max Kessler Archiv and other Footage\" src=\"https:\/\/player.vimeo.com\/video\/1045314999?badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479\" frameborder=\"0\"><\/iframe><\/div>\n<p><!-- Reuse this same modal ONCE on the page --><\/p>\n<div id=\"video-modal\" style=\"position: fixed; inset: 0; background: rgba(0,0,0,.9); display: none; align-items: center; justify-content: center; z-index: 9999;\" aria-hidden=\"true\">\n<p><button id=\"video-close\" style=\"position: absolute; top: 16px; right: 16px; font-size: 24px; line-height: 1; background: transparent; border: 0; color: #fff; cursor: pointer;\" aria-label=\"Close video\">\u2715<\/button><\/p>\n<div id=\"video-modal-wrap\" style=\"position: relative; width: 90vw; max-width: 1280px; aspect-ratio: 16\/9;\"><iframe id=\"video-modal-iframe\" style=\"position: absolute; inset: 0; width: 100%; height: 100%; border-radius: 12px;\" src=\"\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><\/iframe><\/div>\n<\/div>\n<p><script>\n  (function () {\n    const modal = document.getElementById('video-modal');\n    const modalWrap = document.getElementById('video-modal-wrap');\n    const modalFrame = document.getElementById('video-modal-iframe');\n    const closeBtn = document.getElementById('video-close');<\/p>\n<p>    function requestFS(el) {\n      const fn = el.requestFullscreen || el.webkitRequestFullscreen || el.msRequestFullscreen;\n      return fn ? fn.call(el) : Promise.resolve();\n    }\n    function exitFS() {\n      const d = document;\n      const fn = d.exitFullscreen || d.webkitExitFullscreen || d.msExitFullscreen;\n      if (fn && (d.fullscreenElement || d.webkitFullscreenElement || d.msFullscreenElement)) fn.call(d);\n    }<\/p>\n<p>    async function openModalFromThumb(thumb) {\n      const iframe = thumb.querySelector('iframe');\n      if (!iframe) return;\n      const baseSrc = iframe.getAttribute('src') || '';\n      const url = new URL(baseSrc, window.location.href);\n      url.searchParams.set('autoplay', '1');<\/p>\n<p>      \/\/ Show modal and set video\n      modal.style.display = 'flex';\n      modal.setAttribute('aria-hidden', 'false');\n      document.body.style.overflow = 'hidden';\n      modalFrame.src = url.toString();<\/p>\n<p>      \/\/ Try to go fullscreen (user gesture from click)\n      try { await requestFS(modal); } catch (e) {}\n    }<\/p>\n<p>    function closeModal() {\n      modal.style.display = 'none';\n      modal.setAttribute('aria-hidden', 'true');\n      document.body.style.overflow = '';\n      modalFrame.src = ''; \/\/ stop playback\n      exitFS();\n    }<\/p>\n<p>    \/\/ Bind all thumbnails\n    document.querySelectorAll('.video-thumb').forEach(thumb => {\n      thumb.addEventListener('click', () => openModalFromThumb(thumb));\n    });<\/p>\n<p>    \/\/ Close handlers\n    closeBtn.addEventListener('click', closeModal);\n    modal.addEventListener('click', (e) => { if (e.target === modal) closeModal(); });\n    document.addEventListener('keydown', (e) => { if (e.key === 'Escape') closeModal(); });\n  })();\n<\/script><\/p>\n<p>Die Fuchsjagd, 1939, 42 min 45 sec, 16 mm digitalisiert, gefilmt und produziert von Karl Max Kessler, der Fuchs, Emil Brutscher.<br \/>\n<!-- Thumbnail\/inline player (click to enlarge) --><\/p>\n<div class=\"video-thumb\" style=\"position: relative; width: 50%; padding-top: 36.55%; margin-right: auto; cursor: pointer; border-radius: 12px; overflow: hidden;\"><iframe style=\"position: absolute; inset: 0; width: 100%; height: 100%;\" title=\"Heimat kehrt zur Heimat wieder - 20. September 1945\" src=\"https:\/\/player.vimeo.com\/video\/1121539550?badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479\" frameborder=\"0\"><\/iframe><br \/>\n<!-- Play overlay (optional) --><\/p>\n<div style=\"position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; pointer-events: none;\">\n<div style=\"width: 72px; height: 72px; background: rgba(0,0,0,.55); border-radius: 50%; display: flex; align-items: center; justify-content: center;\">&nbsp;<\/div>\n<\/div>\n<\/div>\n<p><!-- Fullscreen modal --><\/p>\n<div id=\"video-modal\" style=\"position: fixed; inset: 0; background: rgba(0,0,0,.9); display: none; align-items: center; justify-content: center; z-index: 9999;\" aria-hidden=\"true\"><button id=\"video-close\" style=\"position: absolute; top: 16px; right: 16px; font-size: 24px; line-height: 1; background: transparent; border: 0; color: #fff; cursor: pointer;\" aria-label=\"Close video\">\u2715<\/button><br \/>\n<!-- 16:9 responsive frame that scales up to viewport --><\/p>\n<div style=\"position: relative; width: 90vw; max-width: 1280px; aspect-ratio: 16\/9;\"><iframe id=\"video-modal-iframe\" style=\"position: absolute; inset: 0; width: 100%; height: 100%; border-radius: 12px;\" src=\"\" frameborder=\"0\"><\/iframe><\/div>\n<\/div>\n<p><script>\n  (function () {\n    const thumb = document.querySelector('.video-thumb iframe');\n    const modal = document.getElementById('video-modal');\n    const modalIframe = document.getElementById('video-modal-iframe');\n    const closeBtn = document.getElementById('video-close');<\/p>\n<p>    function openModal() {\n      \/\/ Reuse the same video URL and add autoplay\n      const baseSrc = thumb.getAttribute('src') || '';\n      const url = new URL(baseSrc, window.location.origin);\n      \/\/ Append autoplay=1 (keeps existing params)\n      url.searchParams.set('autoplay', '1');\n      modalIframe.src = url.toString();\n      modal.style.display = 'flex';\n      modal.setAttribute('aria-hidden', 'false');\n      document.body.style.overflow = 'hidden'; \/\/ prevent background scroll\n    }<\/p>\n<p>    function closeModal() {\n      modal.style.display = 'none';\n      modal.setAttribute('aria-hidden', 'true');\n      document.body.style.overflow = '';\n      \/\/ Stop playback by clearing src\n      modalIframe.src = '';\n    }<\/p>\n<p>    \/\/ Open when clicking anywhere on the thumbnail container\n    document.querySelector('.video-thumb').addEventListener('click', openModal);<\/p>\n<p>    \/\/ Close actions\n    closeBtn.addEventListener('click', closeModal);\n    modal.addEventListener('click', (e) => {\n      if (e.target === modal) closeModal(); \/\/ click backdrop\n    });\n    document.addEventListener('keydown', (e) => {\n      if (e.key === 'Escape' && modal.getAttribute('aria-hidden') === 'false') {\n        closeModal();\n      }\n    });\n  })();\n<\/script><\/p>\n<p>Zum 80j\u00e4hrigen Jubil\u00e4um der offiziellen Wiedervereinigung des Kleinwalsertals mit Vorarlberg ver\u00f6ffentlicht das Karl-Max-Kesser-Archiv die Dokumentation dieses historischen Festaktes unter anderem mit Zeitzeugen und Berichten vom ORF. Danke fuer die Gestaltung des Filmes an Thomas Gayda.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Auf dieser Seite zeigen wir Filme aus und \u00fcber das Karl Max Kessler Archiv. Sie dokumentieren unter anderem historische Filmaufnahmen wie die Fuchsjagd im Kleinwalsertal und verbinden diese mit heutigen Perspektiven. Die Filme werden regelm\u00e4\u00dfig im Rahmen von Filmpr\u00e4sentationen in Hotels und an anderen \u00f6ffentlichen Orten im Tal gezeigt. &nbsp; \u2715 Die Fuchsjagd, 1939, 42 &hellip; <a href=\"https:\/\/fotokessler.org\/en\/film-english\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8222;Film (English)&#8220;<\/span><\/a><\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"ngg_post_thumbnail":0,"footnotes":""},"class_list":["post-11239","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/fotokessler.org\/en\/wp-json\/wp\/v2\/pages\/11239","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fotokessler.org\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/fotokessler.org\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/fotokessler.org\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fotokessler.org\/en\/wp-json\/wp\/v2\/comments?post=11239"}],"version-history":[{"count":2,"href":"https:\/\/fotokessler.org\/en\/wp-json\/wp\/v2\/pages\/11239\/revisions"}],"predecessor-version":[{"id":11291,"href":"https:\/\/fotokessler.org\/en\/wp-json\/wp\/v2\/pages\/11239\/revisions\/11291"}],"wp:attachment":[{"href":"https:\/\/fotokessler.org\/en\/wp-json\/wp\/v2\/media?parent=11239"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}