
<script>
document.addEventListener('DOMContentLoaded', function () {
    const menu = document.querySelector('.ls-offcanvas-menu');

    if (!menu) return;

    document.addEventListener('pointerdown', function (event) {
        if (
            menu.classList.contains('active') &&
            !menu.contains(event.target)
        ) {
            menu.classList.remove('active');
        }
    });

    // Stäng även med Escape-tangenten
    document.addEventListener('keydown', function (event) {
        if (event.key === 'Escape') {
            menu.classList.remove('active');
        }
    });
});
</script><script>
document.addEventListener('DOMContentLoaded', function () {
    const menu = document.querySelector('.ls-offcanvas-menu');

    if (menu && menu.parentElement !== document.body) {
        document.body.appendChild(menu);
    }
});
</script><?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//lundssaluhall.se/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://lundssaluhall.se/post-sitemap.xml</loc>
		<lastmod>2026-07-11T17:57:12+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://lundssaluhall.se/page-sitemap.xml</loc>
		<lastmod>2026-08-31T13:19:53+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://lundssaluhall.se/tribe_events-sitemap.xml</loc>
		<lastmod>2026-08-26T08:19:43+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://lundssaluhall.se/category-sitemap.xml</loc>
		<lastmod>2026-07-11T17:57:12+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://lundssaluhall.se/post_tag-sitemap.xml</loc>
		<lastmod>2026-07-11T07:55:51+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://lundssaluhall.se/tribe_events_cat-sitemap.xml</loc>
		<lastmod>2026-03-24T19:19:46+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->