January 2023

  • Prambanan- the largest Hindu temple in Indonesia

    A visit to Yogyakarta or Java would not be complete without a visit to the Hindu temple complex of Prambanan. This article tells you everything you need to know for your visit. Read More

  • Salkantay Trek – Let’s go to Machu Picchu

    One of the most popular hikes in Peru is the Salkantay Trek, which ends at Machu Picchu - the attraction of Peru. How you can do the hike super cheap and without a guide, you will learn in our post about the Salkantay trek. Read More

  • Climbing Mount Rinjani – Lombok – Indonesia

    The Rinjani is something like the supreme discipline of the climbable volcanoes in Indonesia. In 3 days you will go up to the summit, past the crater with its breathtaking lake. Here you will learn everything you need to know for an unforgettable climb! Read More

(function () { function initFaq() { var wrap = document.querySelector('.faq-accordion'); if (!wrap || wrap.dataset.ready === '1') return; wrap.dataset.ready = '1'; wrap.querySelectorAll('.accordion').forEach(function (btn, i) { btn.type = 'button'; if (!btn.id) btn.id = 'faq-q-' + (i + 1); btn.setAttribute('aria-expanded', 'false'); var p = btn.nextElementSibling; if (p) { p.setAttribute('role', 'region'); p.setAttribute('aria-labelledby', btn.id); } }); // Event Delegation – überlebt Re-Renders / Delay-JS wrap.addEventListener('click', function (e) { var b = e.target.closest('.accordion'); if (!b || !wrap.contains(b)) return; var open = b.getAttribute('aria-expanded') === 'true'; b.setAttribute('aria-expanded', String(!open)); }); } if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', initFaq); } else { initFaq(); } window.addEventListener('pageshow', initFaq); })();