{"id":9674,"date":"2026-03-13T17:40:03","date_gmt":"2026-03-13T17:40:03","guid":{"rendered":"http:\/\/localhost:10013\/?page_id=9674"},"modified":"2026-05-27T11:36:32","modified_gmt":"2026-05-27T11:36:32","slug":"queer-film-fund","status":"publish","type":"page","link":"https:\/\/xposedfilmfestival.com\/2026\/queer-film-fund\/","title":{"rendered":"Queer Short Film Fund"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"9674\" class=\"elementor elementor-9674\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-eb8418c qodef-elementor-content-grid elementor-section-stretched elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"eb8418c\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-249b1ce\" data-id=\"249b1ce\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d09fa0c e-grid elementor-hidden-mobile e-con-full qodef-elementor-content-no e-con e-parent\" data-id=\"d09fa0c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a925427 elementor-widget elementor-widget-coppola_core_section_title\" data-id=\"a925427\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"coppola_core_section_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"qodef-shortcode qodef-m qodef-section-title qodef-alignment--left\">\n\t\t<p class=\"qodef-m-subtitle\" style=\"color: #FFFFFF\">12th<\/p>\n\t\t<h2 class=\"qodef-m-title\" style=\"color: #FFFFFF\">\n\t\t\t\t\tQueer Short <br> Film Fund\t\t\t<\/h2>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-41941af elementor-widget elementor-widget-heading\" data-id=\"41941af\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">OPEN FOR PROJECTS!<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b38ac1d elementor-widget__width-auto elementor-widget elementor-widget-html\" data-id=\"b38ac1d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"custom-copy-container\">\n    Apply at \n    <span class=\"neon-line\" id=\"copy-email-trigger\">\n        filmfund@xposedfilmfestival.com\n    <\/span>\n<\/div>\n\n<style>\n\/* --- BASE STYLES --- *\/\n.custom-copy-container {\n    color: #ffffff;\n    font-size: 20px;\n    font-weight: 500;\n}\n\n\/* --- MOBILE FONT ADJUSTMENT --- *\/\n@media (max-width: 768px) {\n    .custom-copy-container {\n        font-size: 14px; \/* Smaller font for mobile *\/\n    }\n}\n\n\/* --- RAINBOW GLOW --- *\/\n.neon-line {\n    position: relative;\n    display: inline-block;\n    cursor: pointer;\n    margin-left: 5px;\n    padding-bottom: 5px;\n    transition: all 0.3s ease;\n}\n\n.neon-line::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0; left: 0;\n    width: 100%; height: 1.5px;\n    background: #ffffff !important;\n    z-index: 2;\n}\n\n.neon-line::before {\n    content: \"\";\n    position: absolute;\n    bottom: -2px; left: -5%;\n    width: 110%; height: 6px;\n    background: linear-gradient(to right, #ff0000, #ff7f00, #ffff00, #00ff00, #0000ff, #4b0082, #8b00ff) !important;\n    filter: blur(8px) opacity(0.8);\n    z-index: 1;\n    transition: all 0.4s ease;\n}\n\n.neon-line:hover::before {\n    filter: blur(12px) opacity(1);\n    height: 10px;\n}\n\n.neon-line.copied {\n    color: #fff;\n}\n<\/style>\n\n<script>\n(function() {\n    const trigger = document.getElementById('copy-email-trigger');\n    if (!trigger) return;\n\n    trigger.addEventListener('click', function() {\n        const email = \"filmfund@xposedfilmfestival.com\";\n\n        \/\/ Copy Logic\n        if (navigator.clipboard && window.isSecureContext) {\n            navigator.clipboard.writeText(email).then(showSuccess);\n        } else {\n            const textArea = document.createElement(\"textarea\");\n            textArea.value = email;\n            document.body.appendChild(textArea);\n            textArea.select();\n            document.execCommand('copy');\n            document.body.removeChild(textArea);\n            showSuccess();\n        }\n\n        function showSuccess() {\n            const originalText = trigger.innerText;\n            trigger.innerText = \"Email copied! \u2713\";\n            trigger.classList.add('copied');\n            \n            setTimeout(() => {\n                trigger.innerText = originalText;\n                trigger.classList.remove('copied');\n            }, 2000);\n        }\n    });\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-289bfe5 elementor-widget elementor-widget-heading\" data-id=\"289bfe5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Deadline <br>\n08.05.2026<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-c70fdab qodef-elementor-content-grid elementor-section-full_width elementor-section-stretched elementor-hidden-desktop elementor-hidden-tablet elementor-section-height-default elementor-section-height-default\" data-id=\"c70fdab\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;stretch_section&quot;:&quot;section-stretched&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-400df21\" data-id=\"400df21\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t<div class=\"elementor-background-overlay\"><\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6689432 e-grid e-con-boxed qodef-elementor-content-no e-con e-parent\" data-id=\"6689432\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[],&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_duration&quot;:5000,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-6fff892 e-con-full e-flex qodef-elementor-content-no e-con e-child\" data-id=\"6fff892\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c14ceee elementor-widget elementor-widget-heading\" data-id=\"c14ceee\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">OPEN FOR PROJECTS!<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3e140b9 elementor-widget elementor-widget-coppola_core_section_title\" data-id=\"3e140b9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"coppola_core_section_title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"qodef-shortcode qodef-m qodef-section-title qodef-alignment--left\">\n\t\t<p class=\"qodef-m-subtitle\" style=\"color: #FFFFFF\">12th<\/p>\n\t\t<h4 class=\"qodef-m-title\" style=\"color: #FFFFFF\">\n\t\t\t\t\tQueer Short <br> Film Fund\t\t\t<\/h4>\n\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d1d76e7 elementor-widget elementor-widget-heading\" data-id=\"d1d76e7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Deadline <br>\n08.05.2026<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4d6fac8 elementor-widget elementor-widget-html\" data-id=\"4d6fac8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"custom-copy-container\">\n    Apply at \n    <span class=\"neon-line\" id=\"copy-email-trigger\">\n        filmfund@xposedfilmfestival.com\n    <\/span>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-d9cfd2c qodef-elementor-content-grid elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"d9cfd2c\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-78c037b\" data-id=\"78c037b\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b0f5cc7 elementor-widget elementor-widget-heading\" data-id=\"b0f5cc7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Facilitate Queer Film Projects<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-23a7614 elementor-widget elementor-widget-html\" data-id=\"23a7614\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n\/* --- WHITE LINE WITH RAINBOW GLOW --- *\/\n\n.neon-line {\n    position: relative;\n    display: inline-block;\n    padding-bottom: 10px; \/* Yaz\u0131 ile parlama aras\u0131ndaki mesafe *\/\n    text-decoration: none !important;\n    color: inherit;\n}\n\n\/* 1. ANA BEYAZ \u00c7\u0130ZG\u0130 *\/\n.neon-line::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 100%;\n    height: 1.5px; \/* \u00c7izginin kal\u0131nl\u0131\u011f\u0131 *\/\n    background: #ffffff !important; \/* Saf Beyaz *\/\n    z-index: 2;\n    border-radius: 2px;\n}\n\n\/* 2. G\u00d6KKU\u015eA\u011eI PARLAMA (GLOW) *\/\n\/* \u00c7izginin hemen alt\u0131na g\u00f6r\u00fcnmez bir gradyan katman\u0131 ekleyip buland\u0131r\u0131yoruz *\/\n.neon-line::before {\n    content: \"\";\n    position: absolute;\n    bottom: -2px; \/* Beyaz \u00e7izginin hemen alt\u0131 *\/\n    left: -5%; \/* Parlaman\u0131n yanlara ta\u015fmas\u0131 i\u00e7in *\/\n    width: 110%;\n    height: 6px; \/* Parlama alan\u0131 geni\u015fli\u011fi *\/\n    \n    \/* G\u00f6kku\u015fa\u011f\u0131 Renk Spektrumu *\/\n    background: linear-gradient(\n        to right, \n        #ff0000, #ff7f00, #ffff00, #00ff00, #0000ff, #4b0082, #8b00ff\n    ) !important;\n    \n    \/* S\u0130H\u0130RL\u0130 DOKUNU\u015e: Parlama Efekti *\/\n    filter: blur(8px) opacity(0.8); \n    z-index: 1;\n    transition: all 0.4s ease;\n}\n\n\/* Hover'da parlamay\u0131 g\u00fc\u00e7lendir *\/\n.neon-line:hover::before {\n    filter: blur(12px) opacity(1);\n    height: 10px;\n    bottom: -4px;\n}\n<\/style>\n<script>\n(function() {\n    \/\/ Sayfan\u0131n herhangi bir yerine t\u0131klan\u0131rsa \u00e7al\u0131\u015f\u0131r\n    document.addEventListener('click', function(e) {\n        \n        \/\/ T\u0131klanan \u00f6\u011fe 'copy-button' s\u0131n\u0131f\u0131na sahip mi kontrol et\n        const btn = e.target.closest('.copy-button');\n        \n        if (btn) {\n            e.preventDefault();\n            e.stopPropagation();\n\n            const email = \"filmfund@xposedfilmfestival.com\";\n\n            \/\/ Kopyalama Fonksiyonu\n            if (navigator.clipboard && window.isSecureContext) {\n                navigator.clipboard.writeText(email)\n                    .then(() => showSuccess(btn))\n                    .catch(() => fallbackCopy(email, btn));\n            } else {\n                fallbackCopy(email, btn);\n            }\n        }\n    });\n\n    function fallbackCopy(text, element) {\n        const textArea = document.createElement(\"textarea\");\n        textArea.value = text;\n        document.body.appendChild(textArea);\n        textArea.select();\n        try {\n            document.execCommand('copy');\n            showSuccess(element);\n        } catch (err) {\n            console.error('Kopyalama ba\u015far\u0131s\u0131z');\n        }\n        document.body.removeChild(textArea);\n    }\n\n    function showSuccess(element) {\n        const originalText = element.innerText;\n        element.innerText = \"Email Copied! \u2713\";\n        \n        setTimeout(() => {\n            element.innerText = originalText;\n        }, 2000);\n    }\n})();\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-1885f4c\" data-id=\"1885f4c\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2bd6b4e elementor-widget elementor-widget-text-editor\" data-id=\"2bd6b4e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>The Queer Short Film Fund was set up to facilitate annual development and production of Queer Film Projects that originate from Germany. Submissions are accepted for documentary, narrative, animated or experimental projects that are queer in content and or form. Projects should ideally challenge and question normative perspectives and simultaneously broaden their vision to topics beyond traditional LGBTQIA+ representation of the mainstream niche market.\u2028<\/p><p>Five projects will be pre-selected as our semi-finalists for 2026. The filmmakers of these projects will pitch their film on Saturday, the 30th of May at 16:00 in a public session at Aquarium. The Lolly Award Jury will select one project which will receive the fund and be announced during the Lolly Awards Ceremony on Sunday evening.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-54a05a5 e-flex e-con-boxed qodef-elementor-content-no e-con e-parent\" data-id=\"54a05a5\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c894cf1 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"c894cf1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-c51c5d3 qodef-elementor-content-grid elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"c51c5d3\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-d39fff1\" data-id=\"d39fff1\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d5c7258 elementor-widget elementor-widget-heading\" data-id=\"d5c7258\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Benefits<\/h4>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-c153c38\" data-id=\"c153c38\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-87d146e qodef-elementor-content-grid elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"87d146e\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-4be1e61\" data-id=\"4be1e61\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-ff1d326 elementor-widget elementor-widget-heading\" data-id=\"ff1d326\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Cash Prize<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3cb9cf1 elementor-widget elementor-widget-text-editor\" data-id=\"3cb9cf1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>The fund is awarded a\u00a0<strong>cash prize<\/strong> of 1.500 \u20ac, donated by XPOSED.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-c3f5986\" data-id=\"c3f5986\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-244e31f elementor-widget elementor-widget-heading\" data-id=\"244e31f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Voucher<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c663424 elementor-widget elementor-widget-text-editor\" data-id=\"c663424\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>In addition, a\u00a0<strong>voucher for filming equipment\u00a0<\/strong>worth 2,000 \u20ac, provided by 25p and a\u00a0<strong>voucher for color grading\u00a0<\/strong>worth 3,000\u20ac, provided by Planemo.\u00a0<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-2ce96b9\" data-id=\"2ce96b9\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-9f2ba4e elementor-widget elementor-widget-heading\" data-id=\"9f2ba4e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Mentoring Program<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-15819f4 elementor-widget elementor-widget-text-editor\" data-id=\"15819f4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>The fund is also accompanied by a <strong>mentoring programme<\/strong>: an industry expert advises the winner in\u00a0<strong>five sessions<\/strong> from script development to the production phase and post-production. Our mentor this year will be\u00a0<strong>Paulina Lorenz<\/strong>.<\/p><p>(Producer, J\u00dcNGLINGE FILM).<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-4ea29ca e-flex e-con-boxed qodef-elementor-content-no e-con e-parent\" data-id=\"4ea29ca\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a82bc2b elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"a82bc2b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-00d3751 qodef-elementor-content-grid elementor-section-stretched elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"00d3751\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-aaed19e\" data-id=\"aaed19e\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-240ac71 elementor-widget elementor-widget-heading\" data-id=\"240ac71\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">How to apply<\/h4>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-639c61d\" data-id=\"639c61d\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7951672 qodef-elementor-content-grid elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7951672\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-612a2a6\" data-id=\"612a2a6\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-54b1a89 elementor-widget elementor-widget-heading\" data-id=\"54b1a89\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Eligibility<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a57d372 elementor-widget elementor-widget-text-editor\" data-id=\"a57d372\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<ul><li>The Applicant must be the copyright holder of the project.<\/li><li>The Applicant must have made at least 1 short film as a director to be eligible.<\/li><li>The Applicant must live in Germany and be able to shoot in Germany.<\/li><li>Student projects are eligible, as long as they retain the rights of the film.<\/li><li>Projects must be no longer than 10 minutes \/ 15 pages in duration.<\/li><li>Projects can be in any film\/video\/other format.<br \/><br \/><\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-891b84d\" data-id=\"891b84d\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4499b7e elementor-widget elementor-widget-heading\" data-id=\"4499b7e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Required Materials<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-489686d elementor-widget elementor-widget-text-editor\" data-id=\"489686d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<ul><li>To submit your project, please email through your submission with the following required materials to <a href=\"mailto:filmfund@xposedfilmfestival.com\">filmfund@xposedfilmfestival.com<\/a>.<\/li><li>All the elements should be gathered and delivered in one .pdf file<br \/>a one pager \u2013 that should include, title, synopsis, project length, contact details and short biography of the director and key creatives.<br \/>a script \u2013 created in final draft format<br \/>a visual document<br \/>a detailed budget<br \/>a page of links \u2013 to directors and or key creatives past work.<br \/>all materials must be provided or translated into English.<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b0f2861 qodef-elementor-content-grid elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"b0f2861\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-426027c\" data-id=\"426027c\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-22456b4 elementor-widget elementor-widget-heading\" data-id=\"22456b4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Deadlines &amp; Dates<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8c24163 elementor-widget elementor-widget-text-editor\" data-id=\"8c24163\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<ul><li>Submissions \u2013 Deadline May 8th, 2026<\/li><li>Announcement of the semi-finalists \u2013 May 25th, 2026<\/li><li>Semi-finalists public pitch \u2013 May 30th, 2026<\/li><li>Winner Announcement at Lolly Awards \u2013 May 31st, 2026<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-3888a8c e-flex e-con-boxed qodef-elementor-content-no e-con e-parent\" data-id=\"3888a8c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f438c78 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"f438c78\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-ab710c4 elementor-section-full_width qodef-elementor-content-grid elementor-section-stretched elementor-section-height-default elementor-section-height-default\" data-id=\"ab710c4\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-b3e7e47\" data-id=\"b3e7e47\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-d4dc055 elementor-widget elementor-widget-heading\" data-id=\"d4dc055\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Semifinalists 2026<\/h4>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-ee80d16\" data-id=\"ee80d16\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-215cc42 elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"215cc42\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">THE SAME SONG by Zhiwen Ding<\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ed907c7 elementor-widget elementor-widget-text-editor\" data-id=\"ed907c7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Zhiwen DING (they\/them) is a Berlin-based Chinese filmmaker and film curator. Their work explores queer and diasporic experiences, family relationships, and the silences between bodies, languages and intimate spaces. They recently worked with Queer Squad on \u201cMy Queer Migration Journey\u201d and curated queer cinema for the Chinese Film Festival Hamburg. <\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-52f27d6 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"52f27d6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6743070 elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"6743070\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">BUILT BOYS IN CAMO <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>by Felix Hertneck<\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-679b3c1 elementor-widget elementor-widget-text-editor\" data-id=\"679b3c1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Felix Hertneck, born in Berlin in 1999, is a German filmmaker currently studying Directing for Fictional Film at the University of Television and Film Munich (HFF). He studied Film Studies at Freie Universit\u00e4t Berlin, where he wrote his bachelor\u2019s thesis on the Gay Male Gaze and Fetishization. During his studies, he worked as an assistant director in theatre and film, including on several projects by Rosa von Praunheim. Rosa von Praunheim\u2019s radical perspective on the world and film became an important influence on Felix.\u00a0<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12f5203 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"12f5203\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e5cc6c1 elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"e5cc6c1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Rough Gems  <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>by Richard Kranzin<br><\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ab43b4b elementor-widget elementor-widget-text-editor\" data-id=\"ab43b4b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Richard Kranzin, born in Berlin in 1990, is a queer filmmaker and photographer. He graduated in 2017 with a degree in film from Beuth University of Applied Sciences. His graduation film In Pochenden Zellen received multiple \u201cBest Short Film\u201d awards at international festivals, including the Amsterdam Independent Film Festival (Student Competition), and screened in competition at Achtung Berlin, alongside his follow-up short Jannik. In 2025, he made his television directing debut with the coming-of-age series Echt Friends (Season 3, ZDF\/KiKa). Alongside his filmmaking, Kranzin is a photography artist, focusing on analogue portraiture themed around masculinity and vulnerability. His photos are recognized in queer publications and exhibitions worldwide.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7b5e19e elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"7b5e19e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ada3913 elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"ada3913\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">PLEASE DON\u2019T STAND ON ME, <br><br>  <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> I WILL BREAK  <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>by Elliott Louis McKee<br><\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0d74b7d elementor-widget elementor-widget-text-editor\" data-id=\"0d74b7d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Elliott Louis McKee is a queer New Zealand-born filmmaker based in Berlin since 2011. With a background in film, philosophy, music and performance, Elliott makes work about the forces that bind us from outside and within &#8211; systems, borders, desire, shame, love, fear, and the roles we are forced to perform. Elliott\u2019s films move between tenderness, unease and absurdity, drawing audiences into emotional worlds that slowly reveal their instability. Elliott\u2019s work has screened at over 60 international festivals, including Palm Springs ShortFest, Sheffield DocFest, New Zealand International Film Festival, FrightFest, New Orleans Film Festival and Dublin International Film Festival.<br \/><br \/><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-512dfe1 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"512dfe1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d12944a elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"d12944a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">I AM A FAN <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> by Lotta Schwerk<\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6638006 elementor-widget elementor-widget-text-editor\" data-id=\"6638006\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Lotta Schwerk is a self-taught director and producer. Her feature film debut, Ninja Motherf*cking Destruction, premiered at the Max Oph\u00fcls Prize Film Festival and<br \/>will receive a (small) theatrical release later this year in collaboration with the distributor Edition Salzgeber. The film won the award for &#8220;Best Director&#8221; at the<br \/>Achtung Berlin Film Festival. Since 2018, she has been a curator for the YOUKI International Media Festival and has hosted for Berlinale Generation, KUKI (Interfilm), Schulkinowochen, and other film festivals. Since 2019, she has also been working as an assistant director on film and television productions.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-0f20982 elementor-section-full_width qodef-elementor-content-grid elementor-section-stretched elementor-hidden-desktop elementor-hidden-tablet elementor-section-height-default elementor-section-height-default\" data-id=\"0f20982\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-cdec48e\" data-id=\"cdec48e\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-91f5aca elementor-widget elementor-widget-heading\" data-id=\"91f5aca\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Winner 2025<\/h4>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-155c969\" data-id=\"155c969\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1630906 elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"1630906\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img fetchpriority=\"high\" decoding=\"async\" width=\"577\" height=\"598\" src=\"https:\/\/xposedfilmfestival.com\/2026\/wp-content\/uploads\/2026\/03\/Sec-Ka-Besire-Paralik.jpg\" class=\"attachment-full size-full wp-image-9692\" alt=\"\" srcset=\"https:\/\/xposedfilmfestival.com\/2026\/wp-content\/uploads\/2026\/03\/Sec-Ka-Besire-Paralik.jpg 577w, https:\/\/xposedfilmfestival.com\/2026\/wp-content\/uploads\/2026\/03\/Sec-Ka-Besire-Paralik-289x300.jpg 289w\" sizes=\"(max-width: 577px) 100vw, 577px\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Se\u00e7 Ka &amp; Besire Paralik<\/h3><p class=\"elementor-image-box-description\">They\/Them<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2c5f39f elementor-widget elementor-widget-text-editor\" data-id=\"2c5f39f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>The 11th Queer Short Film Fund was received by Se\u00e7 Ka &amp; Besire Paralik for the project YOU DON\u2019T KNOW ME<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-cfe6604 elementor-section-full_width qodef-elementor-content-grid elementor-section-stretched elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-height-default elementor-section-height-default\" data-id=\"cfe6604\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-a18097d\" data-id=\"a18097d\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-f3de104 elementor-widget elementor-widget-heading\" data-id=\"f3de104\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">\ud83c\udfc6Winner 2025<\/h4>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-0f2f267\" data-id=\"0f2f267\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-1e4405e elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"1e4405e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" width=\"1024\" height=\"1024\" data-src=\"https:\/\/xposedfilmfestival.com\/2026\/wp-content\/uploads\/2026\/03\/Matti-Ullrich.png\" class=\"attachment-full size-full wp-image-9509 lazyload\" alt=\"\" data-srcset=\"https:\/\/xposedfilmfestival.com\/2026\/wp-content\/uploads\/2026\/03\/Matti-Ullrich.png 1024w, https:\/\/xposedfilmfestival.com\/2026\/wp-content\/uploads\/2026\/03\/Matti-Ullrich-300x300.png 300w, https:\/\/xposedfilmfestival.com\/2026\/wp-content\/uploads\/2026\/03\/Matti-Ullrich-150x150.png 150w, https:\/\/xposedfilmfestival.com\/2026\/wp-content\/uploads\/2026\/03\/Matti-Ullrich-768x768.png 768w, https:\/\/xposedfilmfestival.com\/2026\/wp-content\/uploads\/2026\/03\/Matti-Ullrich-650x650.png 650w\" data-sizes=\"(max-width: 1024px) 100vw, 1024px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1024px; --smush-placeholder-aspect-ratio: 1024\/1024;\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Matti Ullrich<\/h3><p class=\"elementor-image-box-description\">He\/They<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8758511 elementor-widget elementor-widget-text-editor\" data-id=\"8758511\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>The 11th Queer Short Film Fund was received by Se\u00e7 Ka &amp; Besire Paralik for the project YOU DON\u2019T KNOW ME<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-a513359 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile qodef-elementor-content-grid e-flex e-con-boxed e-con e-parent\" data-id=\"a513359\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c5b8ba1 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"c5b8ba1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-73ade1f elementor-section-full_width qodef-elementor-content-grid elementor-section-stretched elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile elementor-section-height-default elementor-section-height-default\" data-id=\"73ade1f\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;stretch_section&quot;:&quot;section-stretched&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-9866755\" data-id=\"9866755\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-83356c7 elementor-widget elementor-widget-heading\" data-id=\"83356c7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Semifinalists 2025<\/h4>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-a467633\" data-id=\"a467633\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3331799 elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"3331799\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" width=\"571\" height=\"716\" data-src=\"https:\/\/xposedfilmfestival.com\/2026\/wp-content\/uploads\/2026\/03\/Lamin-Leroy-Gibba_.jpg\" class=\"attachment-full size-full wp-image-9687 lazyload\" alt=\"\" data-srcset=\"https:\/\/xposedfilmfestival.com\/2026\/wp-content\/uploads\/2026\/03\/Lamin-Leroy-Gibba_.jpg 571w, https:\/\/xposedfilmfestival.com\/2026\/wp-content\/uploads\/2026\/03\/Lamin-Leroy-Gibba_-239x300.jpg 239w\" data-sizes=\"(max-width: 571px) 100vw, 571px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 571px; --smush-placeholder-aspect-ratio: 571\/716;\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Lamin Leroy Gibba\u200b<\/h3><p class=\"elementor-image-box-description\">She\/They<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-235e589 elementor-widget elementor-widget-text-editor\" data-id=\"235e589\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Simon(e) Jaikiriuma Paetau is a German-Colombian interdisciplinary artist whose work spans video art, installations, experimental cinema, and performance, with a focus on decolonial themes and queer cultures. In recent years, Simon(e) has focused on inventing myths and utopias inspired by rural and urban cultures in Latin America, challenging hegemonic discourses. In this way, they have created interdisciplinary works and collaborations with racialized artists and historically marginalized communities, especially Ember\u00e1 &amp; Way\u00fau, non-binary sexual dissident bodies (including themselves), and rebellious LatinX trans women.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-89e266c elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"89e266c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" width=\"600\" height=\"400\" data-src=\"https:\/\/xposedfilmfestival.com\/2026\/wp-content\/uploads\/2026\/03\/Ahmed-Awadalla.png\" class=\"attachment-full size-full wp-image-9689 lazyload\" alt=\"\" data-srcset=\"https:\/\/xposedfilmfestival.com\/2026\/wp-content\/uploads\/2026\/03\/Ahmed-Awadalla.png 600w, https:\/\/xposedfilmfestival.com\/2026\/wp-content\/uploads\/2026\/03\/Ahmed-Awadalla-300x200.png 300w\" data-sizes=\"(max-width: 600px) 100vw, 600px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 600px; --smush-placeholder-aspect-ratio: 600\/400;\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Matti Ullrich<\/h3><p class=\"elementor-image-box-description\">He\/They<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e366209 elementor-widget elementor-widget-text-editor\" data-id=\"e366209\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Ahmed Awadalla aka Madi is a writer, historian, and transdisciplinary artist. Their work centers marginality as a site of insight, resistance, and imagination. Moving across writing, performance, and visual storytelling, Awadalla draws on personal and collective memory, archival fragments, and embodied experience to explore how queerness and exile generate alternative ways of knowing and being. Alongside their artistic and research practice, they have worked extensively in community care, education, and training, particularly around issues of health, sexuality, and displacement. Their award-winning debut short documentary film, Queer Exile, has been showcased at esteemed film festivals worldwide.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b10c7d7 elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"b10c7d7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" width=\"650\" height=\"612\" data-src=\"https:\/\/xposedfilmfestival.com\/2026\/wp-content\/uploads\/2026\/03\/Grant-Gulczynski-650x612.jpg\" class=\"attachment-coppola_core_image_size_square size-coppola_core_image_size_square wp-image-9691 lazyload\" alt=\"\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 650px; --smush-placeholder-aspect-ratio: 650\/612;\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Matti Ullrich<\/h3><p class=\"elementor-image-box-description\">He\/They<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-fd7d40f elementor-widget elementor-widget-text-editor\" data-id=\"fd7d40f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Grant Gulczynski is a filmmaker, whose work has screened internationally at festivals such as CPH:DOX, Molodist and the Singapore International Film Festival. Outside of filmmaking Grant was the Head of Festival for the Fringe! Queer Film &amp; Arts Fest, and volunteers in the queer sexual health sector. Grant has been a recipient of the Leverhulme Trust\u2019s Scholarship, as well as being selected for Berlin Talent Campus and MIDPOINT Intensive Queer among other development labs.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7870c5f elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"7870c5f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" width=\"577\" height=\"598\" data-src=\"https:\/\/xposedfilmfestival.com\/2026\/wp-content\/uploads\/2026\/03\/Sec-Ka-Besire-Paralik.jpg\" class=\"attachment-coppola_core_image_size_square size-coppola_core_image_size_square wp-image-9692 lazyload\" alt=\"\" data-srcset=\"https:\/\/xposedfilmfestival.com\/2026\/wp-content\/uploads\/2026\/03\/Sec-Ka-Besire-Paralik.jpg 577w, https:\/\/xposedfilmfestival.com\/2026\/wp-content\/uploads\/2026\/03\/Sec-Ka-Besire-Paralik-289x300.jpg 289w\" data-sizes=\"(max-width: 577px) 100vw, 577px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 577px; --smush-placeholder-aspect-ratio: 577\/598;\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Najwa Ahmed<\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-632f7ec elementor-widget elementor-widget-text-editor\" data-id=\"632f7ec\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Se\u00e7 Ka (they\/them) Queer feminist activist, freelance journalist writes in different media platforms, sociologist, and social worker based in Berlin, creates content, produces videos and events motivated by queer and migration experience. They have produced a interview series for LGBTIQ+ news channel Lubunya Haber (the 10th anniversary of O-Platz, a serie about Jin Jiyan Azadi movement\u2026). They were the second director and line producer of Berlin-based queer group Gazino Neuk\u00f6lln\u2019s music video<em>\u00a0Koli Tutmaz<\/em>. Their first short film debut\u00a0<em>No Matter What<\/em>\u00a0(2024) will be shown in 48 Stunden Neuk\u00f6lln Festival in June.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4df79f3 elementor-position-left elementor-vertical-align-middle elementor-widget elementor-widget-image-box\" data-id=\"4df79f3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img decoding=\"async\" width=\"373\" height=\"280\" data-src=\"https:\/\/xposedfilmfestival.com\/2026\/wp-content\/uploads\/2026\/03\/Misi-Hoogvliets.jpg\" class=\"attachment-coppola_core_image_size_square size-coppola_core_image_size_square wp-image-9693 lazyload\" alt=\"\" data-srcset=\"https:\/\/xposedfilmfestival.com\/2026\/wp-content\/uploads\/2026\/03\/Misi-Hoogvliets.jpg 373w, https:\/\/xposedfilmfestival.com\/2026\/wp-content\/uploads\/2026\/03\/Misi-Hoogvliets-300x225.jpg 300w\" data-sizes=\"(max-width: 373px) 100vw, 373px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 373px; --smush-placeholder-aspect-ratio: 373\/280;\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Misi Hoogvliets<\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7f02a02 elementor-widget elementor-widget-text-editor\" data-id=\"7f02a02\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Misi Hoogvliets is a 23-year-old performer, writer and filmmaker based in Berlin. A recent graduate of Bard College Berlin with a BA in Arts &amp; Aesthetics, she was born and raised in the Netherlands and draws deeply from her Surinamese heritage, trans and queer identity.\u00a0<strong><br \/><\/strong>Her work is grounded in care and extends into her role as community organizer in Berlin\u2019s vibrant ballroom scene.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-3385ad3 qodef-elementor-content-grid elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3385ad3\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-24cf15e\" data-id=\"24cf15e\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-7086f92 elementor-widget elementor-widget-heading\" data-id=\"7086f92\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h4 class=\"elementor-heading-title elementor-size-default\">Previous <br>Recipients<\/h4>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t<div class=\"elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-4cefdb1\" data-id=\"4cefdb1\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-52852b0 elementor-widget elementor-widget-text-editor\" data-id=\"52852b0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<ul><li>The 1st Queer Short Film Fund was received by: Doireann O\u2019Malley for the project PROTOTYPES<\/li><li>The 2nd Queer Short Film Fund was received by: Zara Zandieh for the project THE SEAS RUNS THROUGH MY VEINS<\/li><li>The 3rd Queer Short Film Fund was received by: Pol Merchan for the project PIRATEBOYS<\/li><li>The 4th Queer Short Film Fund was received by: Popo Fan for the project BEER! BEER!<\/li><li>The 5th Queer Short Film Fund was received by: Tonina Matamalas for the project AMIGAS\u2026 MUY AMAIGAS<\/li><li>The 6th Queer Short Film Fund was received by: Sarnt Utamachote for the project SONIC REVERBS<\/li><li>The 7th Queer Short Film Fund was received by: Jo\u00e3o Carvalho for the project WAIT YOUR TURN<\/li><li>The 8th Queer Short Film Fund was received by: Eric Bitencourt for the project UNCANNY HOME<\/li><li>The 9th Queer Short Film Fund was received by: Katrina Singleton for the project CABIN FEVER<\/li><li>The 10th Queer Short Film Fund was received by: Wellington Almeida for the project MASCQUERADE<\/li><li>The 11th Queer Short Film Fund was received by:\u00a0Se\u00e7 Ka &amp; Besire Paralik for the project YOU DON\u2019T KNOW ME<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>12th Queer Short Film Fund OPEN FOR PROJECTS! Apply at filmfund@xposedfilmfestival.com Deadline 08.05.2026 OPEN FOR PROJECTS! 12th Queer Short Film Fund Deadline 08.05.2026 Apply at filmfund@xposedfilmfestival.com Facilitate Queer Film Projects The Queer Short Film Fund was set up to facilitate annual development and production of Queer Film Projects that originate from Germany. Submissions are accepted [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"page-full-width.php","meta":{"footnotes":""},"class_list":["post-9674","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/xposedfilmfestival.com\/2026\/wp-json\/wp\/v2\/pages\/9674","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/xposedfilmfestival.com\/2026\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/xposedfilmfestival.com\/2026\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/xposedfilmfestival.com\/2026\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/xposedfilmfestival.com\/2026\/wp-json\/wp\/v2\/comments?post=9674"}],"version-history":[{"count":136,"href":"https:\/\/xposedfilmfestival.com\/2026\/wp-json\/wp\/v2\/pages\/9674\/revisions"}],"predecessor-version":[{"id":18011,"href":"https:\/\/xposedfilmfestival.com\/2026\/wp-json\/wp\/v2\/pages\/9674\/revisions\/18011"}],"wp:attachment":[{"href":"https:\/\/xposedfilmfestival.com\/2026\/wp-json\/wp\/v2\/media?parent=9674"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}