April 2023

  • Wadi Rum: Backpacking adventure in Jordan’s desert

    One of our favorite places on our trip through Jordan was the Wadi Rum. In the middle of the desert you find this place with the reddish sand and the crystal clear starry sky, simply a MUST on every trip through Jordan! Read More

  • Hoi An – Vietnam’s Everybody’s Darling

    I would say that Hoi An is a place that you can not not like. Whether you want to relax on the beach, cycle through the rice fields or enjoy the beautiful old town, there is something for everyone here. Read More

  • Los Nevados National Park – Hiking in Colombia’s Andes mountains

    "Los Nevados" National Park in Colombia was one of our favorite places in all of Colombia. The landscape could hardly be more varied. And the best part of the hike is that after Cocora Valley, you hardly encounter any tourists. The legendary Cocora Valley was the crowning glory of our 3-day hike. 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); })();