	
				<div id="overlay" style="display: none;">
					<div class="popup-content"><font color="red" style="font-size:28px">Öffnungszeiten: Mo., Mi.–So. & Feiertage: 10:30–14:30 Uhr, 16:30–21:30 Uhr | Di.: geschlossen</font>
					</div>
				</div>

				<style>
				/* Tạo lớp phủ toàn màn hình để chặn tương tác */
				#overlay {
					position: fixed;
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
					background-color: rgba(0, 0, 0, 0.6); /* Màu nền tối mờ */
					display: flex;
					align-items: center;
					justify-content: center;
					z-index: 1000; /* Đặt z-index cao để lớp phủ nằm trên tất cả */
				}

				/* Nội dung của popup */
				.popup-content {
					background-color: white;
					padding: 20px;
					border-radius: 5px;
					box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
					text-align: center;
				}

				</style>

				<script>
				function showPopup() {
					document.getElementById("overlay").style.display = "flex";
				}

				function closePopup() {
					document.getElementById("overlay").style.display = "none";
				}

				showPopup()
				</script>
			<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://online.asiale.de/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://online.asiale.de/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://online.asiale.de/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://online.asiale.de/wp-sitemap-posts-product-1.xml</loc></sitemap><sitemap><loc>https://online.asiale.de/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://online.asiale.de/wp-sitemap-taxonomies-product_cat-1.xml</loc></sitemap><sitemap><loc>https://online.asiale.de/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
