Muzejska zona
HRVATSKOG POVIJESNOG MUZEJA
<script> document.addEventListener("DOMContentLoaded", function() { var excerptContainers = document.querySelectorAll(".excerpt"); excerptContainers.forEach(function(container) { var showMoreButton = container.querySelector(".show-more"); var showLessButton = container.querySelector(".show-less"); var fullContent = container.querySelector(".full-content"); // Varijabla za pohranu trenutne pozicije na stranici var scrollPosition = 0; showMoreButton.addEventListener("click", function() { scrollPosition = window.scrollY; // Pohranjujemo trenutnu poziciju na stranici var fullHeight = fullContent.scrollHeight + "px"; // Visina cijelog sadržaja fullContent.style.maxHeight = fullHeight; // Postavljamo maxHeight na visinu sadržaja showMoreButton.style.display = "none"; // Sakrijemo button "Više" showLessButton.style.display = "inline-flex"; // Prikažemo button "Manje" fullContent.style.visibility = "visible"; // Prikazujemo Full content }); showLessButton.addEventListener("click", function() { fullContent.style.maxHeight = "0"; // Sakrijemo cijeli sadržaj showMoreButton.style.display = "flex"; // Prikažemo button "Više" showLessButton.style.display = "none"; // Sakrijemo button "Manje" fullContent.style.visibility = "hidden"; // Sakrijemo Full content // Vraćamo preglednik na prethodnu poziciju na stranici window.scrollTo({ top: scrollPosition, behavior: "smooth" }); }); }); }); </script> <script> document.addEventListener("DOMContentLoaded", function() { var excerptContainers = document.querySelectorAll(".excerpt"); excerptContainers.forEach(function(container) { var showMoreButton = container.querySelector(".show-more"); var showLessButton = container.querySelector(".show-less"); var fullContent = container.querySelector(".full-content"); // Varijabla za pohranu trenutne pozicije na stranici var scrollPosition = 0; showMoreButton.addEventListener("click", function() { scrollPosition = window.scrollY; // Pohranjujemo trenutnu poziciju na stranici var fullHeight = fullContent.scrollHeight + "px"; // Visina cijelog sadržaja fullContent.style.maxHeight = fullHeight; // Postavljamo maxHeight na visinu sadržaja showMoreButton.style.display = "none"; // Sakrijemo button "Više" showLessButton.style.display = "inline-flex"; // Prikažemo button "Manje" fullContent.style.visibility = "visible"; // Prikazujemo Full content }); showLessButton.addEventListener("click", function() { fullContent.style.maxHeight = "0"; // Sakrijemo cijeli sadržaj showMoreButton.style.display = "flex"; // Prikažemo button "Više" showLessButton.style.display = "none"; // Sakrijemo button "Manje" fullContent.style.visibility = "hidden"; // Sakrijemo Full content // Vraćamo preglednik na prethodnu poziciju na stranici window.scrollTo({ top: scrollPosition, behavior: "smooth" }); }); }); }); </script>
.full-content { max-height: 0; overflow: hidden; transition: max-height 0.5s ease-in-out; } .show-full-content .full-content { max-height: 1000px; /* Postavite na odgovarajuću vrijednost */ } .custom-button-container { display: flex; /* Koristimo flex za prikaz buttona */ flex-direction: column; /* Stiliziramo vertikalni raspored buttona */ } .show-more { /* Stil buttona "Više" */ } .show-less { /* Stil buttona "Manje" */ display: none; /* Početno sakrijemo button "Manje" */ }
Muzejska zona, jedinstven projekt Hrvatskog povijesnog muzeja u suradnji s Međunarodnom zračnom lukom Zagreb, prvi je takve vrste u ovom dijelu Europe. Smještena neposredno nakon sigurnosne kontrole putničkog terminala Zračne luke Franjo Tuđman, ova zona uvodi kulturnu i edukativnu dimenziju putničkog iskustva. Zahvaljujući ovoj inovativnoj suradnji, povijest i kultura postaju dostupne milijunima putnika godišnje, čineći kulturu dijelom svakog putovanja.
Kao jedan od sljednika Narodnoga muzeja utemeljenog 1846. u Zagrebu, Hrvatski povijesni muzej nacionalna je ustanova koja čuva i komunicira hrvatsku povijesnu baštinu. Od 2020., kada je stradao u potresu, Muzej je zatvoren za javnost. Ova suradnja omogućuje promociju njegova bogatog fundusa i doprinosi pripremi prvog stalnog postava koji uskoro iščekujemo. Gotovo četiri milijuna putnika godišnje imat će priliku upoznati hrvatsku povijest na kreativan i pristupačan način te je doživjeti u suvremenom okruženju.
Pomoću niza tematskih izložbi, Muzejska zona predstavlja ključne trenutke i ličnosti hrvatske prošlosti na suvremen i vizualno atraktivan način. Posjetitelji tako dobivaju priliku upoznati Hrvatsku kroz prizmu njezine burne prošlosti i bogate kulturne ostavštine. Projekt ne samo da nadilazi prostorna ograničenja muzeja u obnovi, već i promiče hrvatsku baštinu na jednom od najprometnijih mjesta susreta s domaćim i stranim putnicima.
IMPRESSUM
Muzejska zona Hrvatskog povijesnog muzeja u Zračnoj luci Franjo Tuđman
ORGANIZATORI PROJEKTA
Hrvatski povijesni muzej
Međunarodna zračna luka Zagreb
KONCEPT MUZEJSKE ZONE
Matea Brstilo Rešetar
Nikolina Jelavić Mitrović
PROJEKT (DIZAJN) MUZEJSKE ZONE
Nikolina Jelavić Mitrović
Muzejska zona otvorena je 25. veljače 2025. godine
Museum zone
by CROATIAN HISTORY MUSEUM
<script> document.addEventListener("DOMContentLoaded", function() { var excerptContainers = document.querySelectorAll(".excerpt"); excerptContainers.forEach(function(container) { var showMoreButton = container.querySelector(".show-more"); var showLessButton = container.querySelector(".show-less"); var fullContent = container.querySelector(".full-content"); // Varijabla za pohranu trenutne pozicije na stranici var scrollPosition = 0; showMoreButton.addEventListener("click", function() { scrollPosition = window.scrollY; // Pohranjujemo trenutnu poziciju na stranici var fullHeight = fullContent.scrollHeight + "px"; // Visina cijelog sadržaja fullContent.style.maxHeight = fullHeight; // Postavljamo maxHeight na visinu sadržaja showMoreButton.style.display = "none"; // Sakrijemo button "Više" showLessButton.style.display = "inline-flex"; // Prikažemo button "Manje" fullContent.style.visibility = "visible"; // Prikazujemo Full content }); showLessButton.addEventListener("click", function() { fullContent.style.maxHeight = "0"; // Sakrijemo cijeli sadržaj showMoreButton.style.display = "flex"; // Prikažemo button "Više" showLessButton.style.display = "none"; // Sakrijemo button "Manje" fullContent.style.visibility = "hidden"; // Sakrijemo Full content // Vraćamo preglednik na prethodnu poziciju na stranici window.scrollTo({ top: scrollPosition, behavior: "smooth" }); }); }); }); </script> <script> document.addEventListener("DOMContentLoaded", function() { var excerptContainers = document.querySelectorAll(".excerpt"); excerptContainers.forEach(function(container) { var showMoreButton = container.querySelector(".show-more"); var showLessButton = container.querySelector(".show-less"); var fullContent = container.querySelector(".full-content"); // Varijabla za pohranu trenutne pozicije na stranici var scrollPosition = 0; showMoreButton.addEventListener("click", function() { scrollPosition = window.scrollY; // Pohranjujemo trenutnu poziciju na stranici var fullHeight = fullContent.scrollHeight + "px"; // Visina cijelog sadržaja fullContent.style.maxHeight = fullHeight; // Postavljamo maxHeight na visinu sadržaja showMoreButton.style.display = "none"; // Sakrijemo button "Više" showLessButton.style.display = "inline-flex"; // Prikažemo button "Manje" fullContent.style.visibility = "visible"; // Prikazujemo Full content }); showLessButton.addEventListener("click", function() { fullContent.style.maxHeight = "0"; // Sakrijemo cijeli sadržaj showMoreButton.style.display = "flex"; // Prikažemo button "Više" showLessButton.style.display = "none"; // Sakrijemo button "Manje" fullContent.style.visibility = "hidden"; // Sakrijemo Full content // Vraćamo preglednik na prethodnu poziciju na stranici window.scrollTo({ top: scrollPosition, behavior: "smooth" }); }); }); }); </script>
.full-content { max-height: 0; overflow: hidden; transition: max-height 0.5s ease-in-out; } .show-full-content .full-content { max-height: 1000px; /* Postavite na odgovarajuću vrijednost */ } .custom-button-container { display: flex; /* Koristimo flex za prikaz buttona */ flex-direction: column; /* Stiliziramo vertikalni raspored buttona */ } .show-more { /* Stil buttona "Više" */ } .show-less { /* Stil buttona "Manje" */ display: none; /* Početno sakrijemo button "Manje" */ }
Museum Zone is a unique initiative by the Croatian History Museum, created in collaboration with Zagreb International Airport - the first of its kind in this part of Europe. Located just past the security checkpoint at Franjo Tuđman Airport’s passenger terminal, this space adds a cultural and educational layer to the travel experience. Through this innovative partnership, millions of travellers each year can engage with history and culture as an integral part of their journey.
As a successor to the National Museum founded in Zagreb in 1846, the Croatian History Museum is a national institution devoted to preserving and sharing the country's historical heritage. Closed to the public since the 2020 earthquake, the Museum continues its mission through this collaboration - promoting its rich collection and contributing to the development of its first permanent exhibition, which is currently in preparation. Nearly four million passengers annually will have the opportunity to explore Croatian history in an accessible, creative, and contemporary way.
The Museum Zone features a series of themed exhibitions showcasing key moments and figures from Croatian history in a visually compelling, modern format. It invites visitors to discover Croatia through the lens of its dramatic past and rich cultural legacy. This project not only overcomes the spatial limitations of a museum under reconstruction, but also brings Croatian heritage to life in one of the busiest travel hubs - reaching both domestic and international audiences.
IMPRESSUM
Museum Zone of the Croatian History Museum at Franjo Tuđman Airport
PROJECT ORGANIZERS
Croatian History Museum
Zagreb International Airport
MUSEUM ZONE CONCEPT
Matea Brstilo Rešetar
Nikolina Jelavić Mitrović
MUSEUM ZONE DESIGN
Nikolina Jelavić Mitrović
The museum zone opened on 25th February 2025.

Muzejska zona, jedinstven projekt Hrvatskog povijesnog muzeja u suradnji s Međunarodnom zračnom lukom Zagreb, prvi je takve vrste u ovom dijelu Europe. Smještena neposredno nakon sigurnosne kontrole putničkog terminala Zračne luke Franjo Tuđman, ova zona uvodi kulturnu i edukativnu dimenziju putničkog iskustva. Zahvaljujući ovoj inovativnoj suradnji, povijest i kultura postaju dostupne milijunima putnika godišnje, čineći kulturu dijelom svakog putovanja.
Kao jedan od sljednika Narodnoga muzeja utemeljenog 1846. u Zagrebu, Hrvatski povijesni muzej nacionalna je ustanova koja čuva i komunicira hrvatsku povijesnu baštinu. Od 2020., kada je stradao u potresu, Muzej je zatvoren za javnost. Ova suradnja omogućuje promociju njegova bogatog fundusa i doprinosi pripremi prvog stalnog postava koji uskoro iščekujemo. Gotovo četiri milijuna putnika godišnje imat će priliku upoznati hrvatsku povijest na kreativan i pristupačan način te je doživjeti u suvremenom okruženju.
Pomoću niza tematskih izložbi, Muzejska zona predstavlja ključne trenutke i ličnosti hrvatske prošlosti na suvremen i vizualno atraktivan način. Posjetitelji tako dobivaju priliku upoznati Hrvatsku kroz prizmu njezine burne prošlosti i bogate kulturne ostavštine. Projekt ne samo da nadilazi prostorna ograničenja muzeja u obnovi, već i promiče hrvatsku baštinu na jednom od najprometnijih mjesta susreta s domaćim i stranim putnicima.
IMPRESSUM
Muzejska zona Hrvatskog povijesnog muzeja u Zračnoj luci Franjo Tuđman
ORGANIZATORI PROJEKTA
Hrvatski povijesni muzej
Međunarodna zračna luka Zagreb
KONCEPT MUZEJSKE ZONE
Matea Brstilo Rešetar
Nikolina Jelavić Mitrović
PROJEKT (DIZAJN) MUZEJSKE ZONE
Nikolina Jelavić Mitrović
Muzejska zona otvorena je 25. veljače 2025. godine
Museum Zone is a unique initiative by the Croatian History Museum, created in collaboration with Zagreb International Airport - the first of its kind in this part of Europe. Located just past the security checkpoint at Franjo Tuđman Airport’s passenger terminal, this space adds a cultural and educational layer to the travel experience. Through this innovative partnership, millions of travellers each year can engage with history and culture as an integral part of their journey.
As a successor to the National Museum founded in Zagreb in 1846, the Croatian History Museum is a national institution devoted to preserving and sharing the country's historical heritage. Closed to the public since the 2020 earthquake, the Museum continues its mission through this collaboration - promoting its rich collection and contributing to the development of its first permanent exhibition, which is currently in preparation. Nearly four million passengers annually will have the opportunity to explore Croatian history in an accessible, creative, and contemporary way.
The Museum Zone features a series of themed exhibitions showcasing key moments and figures from Croatian history in a visually compelling, modern format. It invites visitors to discover Croatia through the lens of its dramatic past and rich cultural legacy. This project not only overcomes the spatial limitations of a museum under reconstruction, but also brings Croatian heritage to life in one of the busiest travel hubs - reaching both domestic and international audiences.
IMPRESSUM
Museum Zone of the Croatian History Museum at Franjo Tuđman Airport
PROJECT ORGANIZERS
Croatian History Museum
Zagreb International Airport
MUSEUM ZONE CONCEPT
Matea Brstilo Rešetar
Nikolina Jelavić Mitrović
MUSEUM ZONE DESIGN
Nikolina Jelavić Mitrović
The museum zone opened on 25th February 2025.
