{"id":9587,"date":"2026-03-13T13:31:45","date_gmt":"2026-03-13T13:31:45","guid":{"rendered":"http:\/\/localhost:10013\/?page_id=9587"},"modified":"2026-04-26T20:42:43","modified_gmt":"2026-04-26T20:42:43","slug":"history","status":"publish","type":"page","link":"https:\/\/xposedfilmfestival.com\/2026\/history\/","title":{"rendered":"History"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"9587\" class=\"elementor elementor-9587\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1aa2858 e-grid elementor-hidden-desktop elementor-hidden-tablet e-con-boxed qodef-elementor-content-no e-con e-parent\" data-id=\"1aa2858\" 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-7856707 e-con-full e-flex qodef-elementor-content-no e-con e-child\" data-id=\"7856707\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8d7f3c5 elementor-widget elementor-widget-html\" data-id=\"8d7f3c5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"retrospective-hero-169\" id=\"triggerInterviews\">\n    <style>\n        .retrospective-hero-169 {\n            position: relative; width: 100%; aspect-ratio: 16 \/ 9; \n            background-image: url('https:\/\/img.youtube.com\/vi\/c3WZuYcWDro\/maxresdefault.jpg');\n            background-size: cover; background-position: center; background-color: #000;\n            display: flex; flex-direction: column; justify-content: flex-end; \n            padding: 40px; box-sizing: border-box; overflow: hidden; cursor: pointer; border-radius: 8px;\n        }\n        .retrospective-hero-169::before {\n            content: \"\"; position: absolute; top: 0; left: 0; width: 100%; height: 100%;\n            background: linear-gradient(to top, rgba(0,0,0,0.5) 0%, transparent 60%); z-index: 1;\n        }\n        .retro-text {\n            position: relative; z-index: 2; color: #ffffff; font-family: 'Bricolage Grotesque', sans-serif;\n            font-size: clamp(20px, 4vw, 32px); font-weight: 500; line-height: 1.1; text-transform: uppercase;\n        }\n        .play-button-wrapper {\n            position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);\n            z-index: 3; border-radius: 50%; animation: powerful-pulse 3s infinite ease-in-out;\n        }\n        @keyframes powerful-pulse {\n            0% { transform: translate(-50%, -50%) scale(1); box-shadow: 0 0 0px rgba(255,255,255,0); }\n            50% { transform: translate(-50%, -50%) scale(1.15); box-shadow: 0 0 50px rgba(255,255,255,0.4); }\n            100% { transform: translate(-50%, -50%) scale(1); box-shadow: 0 0 0px rgba(255,255,255,0); }\n        }\n        .play-icon-circle {\n            width: clamp(60px, 8vw, 100px); height: clamp(60px, 8vw, 100px);\n            background: #ffffff; border-radius: 50%; display: flex; align-items: center; justify-content: center;\n        }\n        .play-triangle {\n            width: 0; height: 0; border-style: solid; border-width: 15px 0 15px 25px;\n            border-color: transparent transparent transparent #000; margin-left: 5px;\n        }\n\n        #popupInterviews {\n            display: none; position: fixed !important; top: 0; left: 0; width: 100vw; height: 100vh;\n            background: rgba(15, 20, 41, 0.98); z-index: 999999999; justify-content: center; align-items: center;\n            backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);\n        }\n        .vibe-content-wrapper { position: relative; width: 90%; max-width: 1100px; aspect-ratio: 16\/9; }\n        .vibe-close-x {\n            position: absolute; top: -45px; right: 0; color: #fff; cursor: pointer;\n            font-family: sans-serif; font-size: 14px; text-transform: uppercase; font-weight: 600; letter-spacing: 1px;\n        }\n    <\/style>\n\n    <div class=\"play-button-wrapper\">\n        <div class=\"play-icon-circle\"><div class=\"play-triangle\"><\/div><\/div>\n    <\/div>\n\n    <div class=\"retro-text\">XPOSED<br>TEAM INTERVIEWS<\/div>\n<\/div>\n\n<div id=\"popupInterviews\">\n    <div class=\"vibe-content-wrapper\">\n        <span class=\"vibe-close-x\" id=\"closeInterviews\">\u2715 Close<\/span>\n        <iframe id=\"iframeInterviews\" width=\"100%\" height=\"100%\" src=\"\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen style=\"background:#000; border-radius:4px;\"><\/iframe>\n    <\/div>\n<\/div>\n\n<script>\n(function() {\n    const trigger = document.getElementById('triggerInterviews');\n    const popup = document.getElementById('popupInterviews');\n    const iframe = document.getElementById('iframeInterviews');\n    const closeBtn = document.getElementById('closeInterviews');\n    const vimeoId = \"1186661622\"; \n    if (!trigger || !popup) return;\n\n    \n    trigger.addEventListener('click', function() {\n        document.body.appendChild(popup);\n        \n        iframe.src = \"https:\/\/player.vimeo.com\/video\/\" + vimeoId + \"?autoplay=1&muted=0\";\n        popup.style.display = 'flex';\n        document.body.style.overflow = 'hidden';\n    });\n\n    const doClose = function() {\n        popup.style.display = 'none';\n        iframe.src = \"\"; \n        document.body.style.overflow = 'auto';\n    };\n\n    closeBtn.addEventListener('click', doClose);\n\n    popup.addEventListener('click', function(e) {\n        if (e.target === popup) doClose();\n    });\n\n    document.addEventListener('keydown', function(e) {\n        if (e.key === \"Escape\" && popup.style.display === 'flex') doClose();\n    });\n})();\n<\/script>\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<section class=\"elementor-section elementor-top-section elementor-element elementor-element-94ff245 elementor-section-boxed elementor-section-height-default elementor-section-height-default qodef-elementor-content-no\" data-id=\"94ff245\" data-element_type=\"section\" data-e-type=\"section\">\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-e9d5d2f\" data-id=\"e9d5d2f\" 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-08d8d2e elementor-widget elementor-widget-heading\" data-id=\"08d8d2e\" 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\">OUR  HISTORY<\/h4>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2fbc51d elementor-widget elementor-widget-heading\" data-id=\"2fbc51d\" 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\">Started from a shared passion for new queer independent cinema from around the world<\/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-472ccb4\" data-id=\"472ccb4\" 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-cc5b150 elementor-widget elementor-widget-text-editor\" data-id=\"cc5b150\" 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>Twenty years of shaping, forming, breaking, discovering and finding, XPOSED is about queer cinema in all it\u2019s forms, glory, shame, distaste, trash, beauty, as well as critical, political, engaging, and radical. Sometimes it\u2019s all in one and often beautifully divided over 90 minutes. XPOSED was started as a passion project &#8211; love for the ever-expanding possibilities of storytelling within the world of queer cinema.\u00ad To this day, the festival remains that: a space created by people who enjoy organising festivals, who celebrate queer films, filmmakers and queer Berlin, and who reflect this within the programming of the festival.<\/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-aff3ce3 e-grid elementor-hidden-mobile e-con-boxed qodef-elementor-content-no e-con e-parent\" data-id=\"aff3ce3\" 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-06e517b e-con-full e-flex qodef-elementor-content-no e-con e-child\" data-id=\"06e517b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc31f8d elementor-widget elementor-widget-html\" data-id=\"cc31f8d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"retrospective-container\" id=\"vibeTrigger\">\n    <style>\n        .retrospective-container {\n            position: relative; width: 100%; aspect-ratio: 16 \/ 9;\n            background-image: url('https:\/\/img.youtube.com\/vi\/c3WZuYcWDro\/maxresdefault.jpg');\n            background-size: cover; background-position: center; background-color: #000;\n            display: flex; flex-direction: column; justify-content: flex-end;\n            padding: 40px; box-sizing: border-box; overflow: hidden; cursor: pointer; border-radius: 12px;\n        }\n        .retrospective-container::before {\n            content: \"\"; position: absolute; top: 0; left: 0; width: 100%; height: 100%;\n            background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, transparent 60%); z-index: 1;\n        }\n        .retro-text-label {\n            position: relative; z-index: 2; color: #ffffff; font-family: sans-serif;\n            font-size: 24px; font-weight: 600; text-transform: uppercase;\n        }\n        .play-btn-circle {\n            position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);\n            width: 80px; height: 80px; background: #fff; border-radius: 50%;\n            display: flex; align-items: center; justify-content: center; z-index: 3;\n        }\n        .play-tri {\n            width: 0; height: 0; border-style: solid; border-width: 12px 0 12px 20px;\n            border-color: transparent transparent transparent #000; margin-left: 4px;\n        }\n\n        \/* POPUP *\/\n        #vibeVideoPopup {\n            display: none; position: fixed !important; top: 0; left: 0;\n            width: 100vw; height: 100vh; background: rgba(0,0,0,0.98);\n            z-index: 999999999; justify-content: center; align-items: center;\n            backdrop-filter: blur(10px);\n        }\n        .vibe-video-wrapper { position: relative; width: 90%; max-width: 1100px; aspect-ratio: 16\/9; }\n        .vibe-close-btn {\n            position: absolute; top: -50px; right: 0; color: #fff;\n            font-family: sans-serif; font-size: 16px; font-weight: bold;\n            cursor: pointer; padding: 10px; letter-spacing: 2px;\n        }\n    <\/style>\n\n    <div class=\"play-btn-circle\"><div class=\"play-tri\"><\/div><\/div>\n    <div class=\"retro-text-label\">XX YEARS<br>RETROSPECTIVE<\/div>\n<\/div>\n\n<div id=\"vibeVideoPopup\">\n    <div class=\"vibe-video-wrapper\">\n        <div class=\"vibe-close-btn\" id=\"vibeClose\">\u2715 CLOSE<\/div>\n        <iframe id=\"vibeIframe\" width=\"100%\" height=\"100%\" src=\"\" frameborder=\"0\" allow=\"autoplay; fullscreen\" allowfullscreen style=\"background:#000;\"><\/iframe>\n    <\/div>\n<\/div>\n\n<script>\n(function() {\n    const trigger = document.getElementById('vibeTrigger');\n    const popup = document.getElementById('vibeVideoPopup');\n    const iframe = document.getElementById('vibeIframe');\n    const closeBtn = document.getElementById('vibeClose');\n    const vimeoId = \"1186665054\";\n\n    if (!trigger || !popup) return;\n\n    \/\/ A\u00c7MA FONKS\u0130YONU\n    trigger.addEventListener('click', function() {\n        \/\/ Popup'\u0131 body'nin en d\u0131\u015f\u0131na ta\u015f\u0131 (Z-index sorunlar\u0131 i\u00e7in)\n        document.body.appendChild(popup);\n        \n        iframe.src = \"https:\/\/player.vimeo.com\/video\/\" + vimeoId + \"?autoplay=1&muted=0\";\n        popup.style.display = 'flex';\n        document.body.style.overflow = 'hidden';\n    });\n\n    \/\/ KAPATMA FONKS\u0130YONU\n    const doClose = function() {\n        popup.style.display = 'none';\n        iframe.src = \"\"; \/\/ Videoyu ve sesi durdurur\n        document.body.style.overflow = 'auto';\n    };\n\n    \/\/ 1. Close butonuna t\u0131klay\u0131nca kapat\n    closeBtn.addEventListener('click', doClose);\n\n    \/\/ 2. Siyah arka plana t\u0131klay\u0131nca kapat\n    popup.addEventListener('click', function(e) {\n        if (e.target === popup) doClose();\n    });\n\n    \/\/ 3. ESC tu\u015funa bas\u0131nca kapat\n    document.addEventListener('keydown', function(e) {\n        if (e.key === \"Escape\" && popup.style.display === 'flex') doClose();\n    });\n})();\n<\/script>\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<section class=\"elementor-section elementor-top-section elementor-element elementor-element-c7d4618 elementor-section-boxed elementor-section-height-default elementor-section-height-default qodef-elementor-content-no\" data-id=\"c7d4618\" data-element_type=\"section\" data-e-type=\"section\">\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-e5d5f78\" data-id=\"e5d5f78\" 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-5c92798 elementor-widget elementor-widget-heading\" data-id=\"5c92798\" 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\">Mixing old and new, conventional and experimental, weird and sophisticated<\/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-3c7de3e\" data-id=\"3c7de3e\" 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-76f8e4c elementor-widget elementor-widget-text-editor\" data-id=\"76f8e4c\" 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>By not only screening some of the newest films around, XPOSED always mixes their programs with new and old films, be it in a short film program or a feature screening with a short. XPOSED enjoys creating programs and these programs can only be created by looking at the queer perspective from all corners of the world, perspectives that challenge normative views, propose an alternate way of thinking, and approach life and story telling from another way.<\/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-55ca671 elementor-section-boxed elementor-section-height-default elementor-section-height-default qodef-elementor-content-no\" data-id=\"55ca671\" 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-260d877\" data-id=\"260d877\" 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<div class=\"elementor-element elementor-element-94af8b6 e-flex e-con-boxed qodef-elementor-content-no e-con e-parent\" data-id=\"94af8b6\" 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-3594ad0 elementor-widget elementor-widget-heading\" data-id=\"3594ad0\" 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\">XX. Years Anniversary Event<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b8bee0a elementor-widget elementor-widget-heading\" data-id=\"b8bee0a\" 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\">Exhibition 2026<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-11c00fd elementor-widget elementor-widget-text-editor\" data-id=\"11c00fd\" 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>18 Artists | 2 Venues | 3 Rooms<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0073736 elementor-mobile-align-center elementor-widget-mobile__width-initial see-more elementor-widget elementor-widget-button\" data-id=\"0073736\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"\/2026\/exhibitions\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">See More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b8af7c7 elementor-widget elementor-widget-html\" data-id=\"b8af7c7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n.elementor-button.elementor-button-link.elementor-size-sm {\n    display: inline-flex !important;\n    align-items: center !important;\n    justify-content: center !important;\n    padding: 14px 42px !important;\n    background-color: transparent !important;\n    border:  0.5px solid  #fff !important;\n    border-radius: 100px !important;\n    font-family: 'Neue Haas Grotesk Display Pro', sans-serif !important;\n    font-weight: 450 !important; \n    font-size: 16px !important;\n    line-height: 100% !important;\n    letter-spacing: 0.03em !important;\n    text-transform: none !important;\n    transition: all 0.2s ease-in-out !important;\n}\n\n\n\/* --- 2. Read More BUTTON (MOBILE & TABLET) --- *\/\n@media (max-width: 1024px) {\n    .qodef-e-ticket {\n        position: absolute !important;\n        right: 0 !important;\n        bottom: 20px !important;\n    }\n\n    .qodef-e-ticket .qodef-button.qodef-layout--outlined {\n        padding: 12px 25px !important;\n        min-width: 120px !important;\n        text-align: center !important;\n        border-radius: 100px !important; \/* Load More ile uyumlu olmas\u0131 i\u00e7in eklendi *\/\n    }\n}\n\n<\/style>\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-ce4fa9e elementor-section-boxed elementor-section-height-default elementor-section-height-default qodef-elementor-content-no\" data-id=\"ce4fa9e\" data-element_type=\"section\" data-e-type=\"section\">\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-ff971ab\" data-id=\"ff971ab\" 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-bab04d1 elementor-widget elementor-widget-heading\" data-id=\"bab04d1\" 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\">Created in 2006 by Bartholomew Sammut<\/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-b273abe\" data-id=\"b273abe\" 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-7824c2e elementor-widget elementor-widget-text-editor\" data-id=\"7824c2e\" 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 XPOSED Queer Film Festival Berlin has built itself with the aim of creating entertaining, odd, left of centre queer film programs that also in turn create further exposure for queer filmmakers on the global queer festival circuit and beyond. You can only be you when you are truly XPOSED. This festival, in the end, is about and for you.<\/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-7d3ba2a e-flex e-con-boxed qodef-elementor-content-no e-con e-parent\" data-id=\"7d3ba2a\" 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-7498df4 elementor-widget elementor-widget-html\" data-id=\"7498df4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"xposed-custom-container\">\n    <div class=\"xposed-poster-grid\">\n        <div class=\"xposed-item\"><img decoding=\"async\" data-src=\"\/2026\/wp-content\/uploads\/2026\/04\/7.-XPO-Plakat-1-scaled.jpg\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 1821px; --smush-placeholder-aspect-ratio: 1821\/2560;\"><\/div>\n        <div class=\"xposed-item\"><img decoding=\"async\" data-src=\"\/2026\/wp-content\/uploads\/2026\/04\/8.-XPO-Plakat-1.jpg\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 1736px; --smush-placeholder-aspect-ratio: 1736\/2455;\"><\/div>\n        <div class=\"xposed-item\"><img decoding=\"async\" data-src=\"\/2026\/wp-content\/uploads\/2026\/04\/9.-XPO-Plakat-A3-1-scaled.jpg\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 1810px; --smush-placeholder-aspect-ratio: 1810\/2560;\"><\/div>\n        <div class=\"xposed-item\"><img decoding=\"async\" data-src=\"\/2026\/wp-content\/uploads\/2026\/04\/xposed2015.jpg\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 366px; --smush-placeholder-aspect-ratio: 366\/500;\"><\/div>\n        <div class=\"xposed-item\"><img decoding=\"async\" data-src=\"\/2026\/wp-content\/uploads\/2026\/04\/11.-XPO-Plakat-2016-1-scaled.jpg\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 1810px; --smush-placeholder-aspect-ratio: 1810\/2560;\"><\/div>\n        <div class=\"xposed-item\"><img decoding=\"async\" data-src=\"\/2026\/wp-content\/uploads\/2026\/04\/12.XPO-Plakat_2017_web-1.jpg\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 768px; --smush-placeholder-aspect-ratio: 768\/1050;\"><\/div>\n        <div class=\"xposed-item\"><img decoding=\"async\" data-src=\"\/2026\/wp-content\/uploads\/2026\/04\/13.-XPO-Plakat-1.jpg\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 1736px; --smush-placeholder-aspect-ratio: 1736\/2454;\"><\/div>\n        <div class=\"xposed-item\"><img decoding=\"async\" data-src=\"\/2026\/wp-content\/uploads\/2026\/04\/14.XPO-Plakat-1.jpg\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 1736px; --smush-placeholder-aspect-ratio: 1736\/2454;\"><\/div>\n        <div class=\"xposed-item\"><img decoding=\"async\" data-src=\"\/2026\/wp-content\/uploads\/2026\/04\/15.-XPO-Plakat-web-1.jpg\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 1736px; --smush-placeholder-aspect-ratio: 1736\/2448;\"><\/div>\n        <div class=\"xposed-item\"><img decoding=\"async\" data-src=\"\/2026\/wp-content\/uploads\/2026\/04\/576c40416232315f0d846d326180909e29ca017f-1-1-1.jpg\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 595px; --smush-placeholder-aspect-ratio: 595\/841;\"><\/div>\n        <div class=\"xposed-item\"><img decoding=\"async\" data-src=\"\/2026\/wp-content\/uploads\/2026\/04\/bf9985bc49ded651b92987b228cf944223fc63d6.jpg\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 505px; --smush-placeholder-aspect-ratio: 505\/716;\"><\/div>\n        <div class=\"xposed-item\"><img decoding=\"async\" data-src=\"\/2026\/wp-content\/uploads\/2026\/04\/63aa1b0ea7f72d18f9b109c5e8f05c6bc2ccbdc3.jpg\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 420px; --smush-placeholder-aspect-ratio: 420\/594;\"><\/div>\n        <div class=\"xposed-item\"><img decoding=\"async\" data-src=\"\/2026\/wp-content\/uploads\/2026\/04\/e8b81623b90d342f99700b2a0cc1abc325bc66e8.jpg\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 420px; --smush-placeholder-aspect-ratio: 420\/594;\"><\/div>\n    <\/div>\n    \n    <div class=\"xposed-btn-wrapper\">\n        <button id=\"xposedLoadMore\" class=\"xposed-btn\">Load More<\/button>\n    <\/div>\n<\/div>\n\n<style>\n.xposed-poster-grid {\n    display: grid !important;\n    grid-template-columns: repeat(3, 1fr) !important;\n    gap: 25px !important;\n    width: 100% !important;\n}\n\n.xposed-item img {\n    width: 100% !important;\n    height: auto !important;\n    display: block !important;\n    object-fit: cover !important;\n    \/* Posterlerde ufak bir hover efekti \u015f\u0131k durabilir *\/\n    transition: transform 0.3s ease;\n}\n\n.xposed-item:hover img {\n    transform: scale(1.02);\n}\n\n.xposed-btn-wrapper {\n    text-align: center !important;\n    margin-top: 40px !important;\n}\n\n.xposed-btn {\n    padding: 14px 42px !important;\n    background: transparent !important;\n    border: 1px solid #0F1429 !important;\n    border-radius: 100px !important;\n    cursor: pointer !important;\n    font-family: 'Neue Haas Grotesk Text Pro', sans-serif !important;\n    font-size: 14px !important;\n    transition: all 0.2s ease;\n}\n\n.xposed-btn:hover {\n    background: #0F1429 !important;\n    color: #fff !important;\n}\n\n@media (max-width: 900px) {\n    .xposed-poster-grid { \n        grid-template-columns: repeat(2, 1fr) !important; \n        gap: 15px !important;\n    }\n}\n\n@media (max-width: 480px) {\n    .xposed-poster-grid { \n        grid-template-columns: 1fr !important; \n    }\n}\n<\/style>\n\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", function() {\n    const grid = document.querySelector('.xposed-poster-grid');\n    const items = Array.from(document.querySelectorAll('.xposed-item'));\n    const btn = document.getElementById('xposedLoadMore');\n\n    const orderMap = {\n        '7.-XPO-Plakat-1-scaled.jpg': 7,\n        '8.-XPO-Plakat-1.jpg': 8,\n        '9.-XPO-Plakat-A3-1-scaled.jpg': 9,\n        'xposed2015.jpg': 10,\n        '11.-XPO-Plakat-2016-1-scaled.jpg': 11,\n        '12.XPO-Plakat_2017_web-1.jpg': 12,\n        '13.-XPO-Plakat-1.jpg': 13,\n        '14.XPO-Plakat-1.jpg': 14,\n        '15.-XPO-Plakat-web-1.jpg': 15,\n        '576c40416232315f0d846d326180909e29ca017f-1-1-1.jpg': 16,\n        'bf9985bc49ded651b92987b228cf944223fc63d6.jpg': 17,\n        '63aa1b0ea7f72d18f9b109c5e8f05c6bc2ccbdc3.jpg': 18,\n        'e8b81623b90d342f99700b2a0cc1abc325bc66e8.jpg': 19\n    };\n\n    items.sort((a, b) => {\n        const srcA = a.querySelector('img').src.split('\/').pop();\n        const srcB = b.querySelector('img').src.split('\/').pop();\n        return (orderMap[srcA] || 99) - (orderMap[srcB] || 99);\n    });\n\n    grid.innerHTML = '';\n    items.forEach((item, index) => {\n        \/\/ \u0130lk 6 posteri g\u00f6ster, di\u011ferlerini gizle\n        item.style.display = (index >= 6) ? 'none' : 'block';\n        grid.appendChild(item);\n    });\n\n    if (btn) {\n        btn.addEventListener('click', function() {\n            items.forEach(item => {\n                item.style.setProperty('display', 'block', 'important');\n            });\n            \/\/ Butonun bulundu\u011fu wrapper'\u0131 gizle\n            this.parentElement.style.display = 'none';\n        });\n    }\n});\n<\/script>\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-f326792 elementor-section-boxed elementor-section-height-default elementor-section-height-default qodef-elementor-content-no\" data-id=\"f326792\" data-element_type=\"section\" data-e-type=\"section\">\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-4813aaa\" data-id=\"4813aaa\" 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-972afe5 elementor-widget elementor-widget-heading\" data-id=\"972afe5\" 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\">Stay  XPOSED!<\/h4>\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>XPOSEDTEAM INTERVIEWS \u2715 Close OUR HISTORY Started from a shared passion for new queer independent cinema from around the world Twenty years of shaping, forming, breaking, discovering and finding, XPOSED is about queer cinema in all it\u2019s forms, glory, shame, distaste, trash, beauty, as well as critical, political, engaging, and radical. Sometimes it\u2019s all in [&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-9587","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/xposedfilmfestival.com\/2026\/wp-json\/wp\/v2\/pages\/9587","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=9587"}],"version-history":[{"count":178,"href":"https:\/\/xposedfilmfestival.com\/2026\/wp-json\/wp\/v2\/pages\/9587\/revisions"}],"predecessor-version":[{"id":17402,"href":"https:\/\/xposedfilmfestival.com\/2026\/wp-json\/wp\/v2\/pages\/9587\/revisions\/17402"}],"wp:attachment":[{"href":"https:\/\/xposedfilmfestival.com\/2026\/wp-json\/wp\/v2\/media?parent=9587"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}