Foodguides

  • Foodguide Nepal – 1o dishes you have to try!

    It is no longer a secret that Nepal is incredibly exciting from a cultural and scenic point of view. But what is there to eat and drink in Nepal? We have compiled a list of the food and drinks that we had the pleasure of getting to know during our two-month trip. 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); })();