April 2025

  • North Vietnam’s Ha-Giang Loop on Your Own

    A visit to the Ha-Giang Loop is a must on a trip to Vietnam. Whether on your own, with a tour or as a passenger - the landscape of the circuit on the border to China with the spectacular rice terraces and traditional villages should not be missed. Read More

  • Onward Ticket: What It Is, How I Use It & When You Need One

    In this post, I share my experience with Onward Tickets. Learn everything about the best providers, costs, and reliability. 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); })();