December 2020

  • Raja Ampat in Indonesia – The Paradise

    Raja Ampat is a place which is just WOW. Beautiful islands, small acommodations on the beach and an incredible underwater world. There is no way you can not not like Raja Ampat! 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); })();