/* ===== Abloom World Cinema – UU Premium ===== */ .abloom-world{ --bg:#1f2f75; --bg2:#2e43a3; --card:#ffffff; --gold:#f4c542; --text:#0f172a; --focus:#ffd36e; font-family: Arial, sans-serif; max-width:1100px; margin:0 auto; } .abloom-world .stage{ background: linear-gradient(135deg,var(--bg),var(--bg2)); border-radius:24px; padding:60px 28px; color:#ffffff; } /* Headings */ .abloom-world h1{ font-size: clamp(2rem, 2.5vw + 1rem, 3rem); margin-bottom:18px; line-height:1.2; } .abloom-world .lead{ font-size:1.15rem; max-width:820px; line-height:1.7; margin-bottom:40px; color:rgba(255,255,255,.95); } /* Cards */ .abloom-world .grid{ display:grid; grid-template-columns: repeat(auto-fit,minmax(260px,1fr)); gap:22px; margin-bottom:40px; } .abloom-world .card{ background:var(--card); color:var(--text); border-radius:18px; padding:24px; } .abloom-world .card h2{ color:var(--bg2); margin-bottom:12px; font-size:1.2rem; } .abloom-world .card p{ line-height:1.6; } /* Buttons */ .abloom-world .buttons{ display:flex; flex-wrap:wrap; gap:14px; margin-bottom:40px; } .abloom-world .btn{ background:#ffffff; color:var(--bg); padding:12px 18px; border-radius:14px; font-weight:700; text-decoration:none; } .abloom-world .btn-dark{ background:var(--gold); color:#111827; box-shadow:0 10px 22px rgba(244,197,66,.25); } /* Accordion */ .abloom-world details{ background:#ffffff; border-radius:14px; margin-bottom:14px; color:var(--text); } .abloom-world summary{ cursor:pointer; padding:16px 20px; font-weight:700; list-style:none; display:flex; justify-content:space-between; align-items:center; } .abloom-world summary::-webkit-details-marker{ display:none; } .abloom-world .plus{ font-size:1.4rem; transition:.2s; } .abloom-world details[open] .plus{ transform:rotate(45deg); } .abloom-world .content{ padding:0 20px 20px; line-height:1.6; font-size:.95rem; } /* Focus (UU) */ .abloom-world a:focus, .abloom-world summary:focus{ outline:3px solid var(--focus); outline-offset:3px; border-radius:8px; }

Abloom World Cinema

Travel the world — without leaving your seat. Abloom World Cinema showcases international films celebrating diversity, disability, inclusion and representation across cultures and borders.

🌍 World Stories

Journeys across continents and cultures. Powerful documentaries and feature films that open new worlds, deepen understanding, and invite us to see beyond our own horizon.

🎬 New Voices

Bold filmmakers and emerging voices reshaping the cinematic landscape. Stories that challenge conventions, stir emotions, and illuminate perspectives too often unseen.

💛 Disability & Inclusion

Intimate and powerful stories of disability, belonging, and shared humanity — told with sensitivity, strength, and artistic excellence.

📍 Festival Venues +
Oslo: Filmens Hus and Odeon Kino Oslo
Drammen: Drammen Kino

The programme will be published soon and updated continuously.
♿ Accessibility +
Information about subtitles and accessibility is provided for each screening. Companions holding a valid companion certificate receive free admission. For inquiries, please contact post@abloom.no.
/* ===== Abloom World Cinema – UU Premium ===== */ .abloom-world{ --bg:#1f2f75; --bg2:#2e43a3; --card:#ffffff; --gold:#f4c542; --text:#0f172a; --focus:#ffd36e; font-family: Arial, sans-serif; max-width:1100px; margin:0 auto; } .abloom-world .stage{ background: linear-gradient(135deg,var(--bg),var(--bg2)); border-radius:24px; padding:60px 28px; color:#ffffff; } /* FIXED HEADING COLOR */ .abloom-world h1{ font-size: clamp(2rem, 2.5vw + 1rem, 3rem); margin-bottom:18px; line-height:1.2; color:#ffffff; /* ← Endret fra svart til hvit */ }