Wandern

  • 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

  • Huayhuash Trek Peru – Our alltime favorite hike

    One thing we agree on.... The Huayhuash trek was the hardest and most beautiful hike we both have ever done. Eight days between 4.000 m and 5.000 m and that without a guide. You can find out how you can do it in our article on the Huayhuash trek. Read More

  • Annapurna Base Camp & Poon Hill – Trekking in Nepal

    Our absolute highlight hike in Nepal was the trek to Annapurna Base Camp. Eight days of hiking through the Himalayas without a guide. You can find out everything you need to know for a hike in our detailed article. Read More

  • Hike to Kapuche Lake – the lowest glacial lake in the world

    Our first hike in Nepal took us to the lowest glacial lake on earth - Kapuche Lake. The hike takes a total of 4 days and serves as a perfect introduction to the Himalayan mountains and Nepalese culture. Find out everything you need to know here. 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); })();