{"id":1439,"date":"2024-11-26T15:29:22","date_gmt":"2024-11-26T14:29:22","guid":{"rendered":"https:\/\/muctours.de\/home-page\/"},"modified":"2025-12-02T17:15:00","modified_gmt":"2025-12-02T16:15:00","slug":"home-page","status":"publish","type":"page","link":"https:\/\/muctours.de\/en\/","title":{"rendered":"MucTours &#8211; Guided experience tours in Munich"},"content":{"rendered":"\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n<div class=\"lazyblock-carousel-with-cta-Z2sJIDM alignwide alignwide  wp-block-lazyblock-carousel-with-cta\">\n<div x-data=\"{\n\tmySlides: [\n\t\t\t\t\t{\n\t\t\t\timgSrc: 'https:\/\/muctours.de\/wp-content\/uploads\/2025\/02\/Queen-Tour-Freddie-Mercury-Tour-MucTours-2025.jpg',\n\t\t\t\timgAlt: '',\n\t\t\t\ttitle: 'Queen Tour',\n\t\t\t\tdescription: 'In the footsteps of Freddie Mercury \u2013 discover the feeling of the 80s in Munich with us!',\n\t\t\t\tctaUrl: 'https:\/\/muctours.de\/en\/tour\/queen-tour-freddie-mercury-tour-munich-2\/',\n\t\t\t\tctaText: 'Tour Details',\n\t\t\t},\n\t\t\t\t\t{\n\t\t\t\timgSrc: 'https:\/\/muctours.de\/wp-content\/uploads\/2025\/01\/muctours-schickeria-muenchen-scaled.jpg',\n\t\t\t\timgAlt: 'http:\/\/Schickeria%20Schwabing%20Tour%20\u2013%20das%20Schwabing%20der%2080er%20Jahre%20mit%20MucTours%20erleben',\n\t\t\t\ttitle: 'Schwabing Tour',\n\t\t\t\tdescription: 'Schickeria, Monaco Franze, and the scene of the 80s in Munichs Schwabing district',\n\t\t\t\tctaUrl: 'https:\/\/muctours.de\/en\/tour\/schickeria-schwabing-tour-munich-schwabing-adventure-tour\/',\n\t\t\t\tctaText: 'Tour Details',\n\t\t\t},\n\t\t\t\t\t{\n\t\t\t\timgSrc: 'https:\/\/muctours.de\/wp-content\/uploads\/2024\/11\/muctours-wine-tour-header.jpg',\n\t\t\t\timgAlt: '',\n\t\t\t\ttitle: 'Munich Wine Tour',\n\t\t\t\tdescription: 'City Explorer Special \u2013 Our wine tour in the old town',\n\t\t\t\tctaUrl: 'https:\/\/muctours.de\/en\/tour\/wine-tour-munich-wine-tasting-munich\/',\n\t\t\t\tctaText: 'Tour Details',\n\t\t\t},\n\t\t    ],\n    currentSlideIndex: 1,\n    previous() {\n        if (this.currentSlideIndex > 1) {\n            this.currentSlideIndex = this.currentSlideIndex-1\n        } else {\n            \/\/ If it&#8217;s the first slide, go to the last slide\n            this.currentSlideIndex = this.mySlides.length\n        }\n    },\n    next() {\n        if (this.currentSlideIndex < this.mySlides.length) {\n            this.currentSlideIndex = this.currentSlideIndex + 1\n        } else {\n            \/\/ If it's the last slide, go to the first slide\n            this.currentSlideIndex = 1\n        }\n    },\n}\" class=\"relative w-full overflow-hidden\">\n\n    <!-- previous button -->\n    <button type=\"button\" class=\"absolute left-5 top-1\/2 z-20 flex -translate-y-1\/2 items-center justify-center rounded-full bg-white\/40 p-2 text-neutral-600 transition hover:bg-white\/60 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-black active:outline-offset-0 dark:bg-neutral-950\/40 dark:text-neutral-300 dark:hover:bg-neutral-950\/60 dark:focus-visible:outline-white\" aria-label=\"previous slide\" x-on:click=\"previous()\">\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" fill=\"none\" stroke-width=\"3\" class=\"size-5 pr-0.5 md:size-6\" aria-hidden=\"true\">\n            <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15.75 19.5 8.25 12l7.5-7.5\" \/>\n        <\/svg>\n    <\/button>\n\n    <!-- next button -->\n    <button type=\"button\" class=\"absolute right-5 top-1\/2 z-20 flex -translate-y-1\/2 items-center justify-center rounded-full bg-white\/40 p-2 text-neutral-600 transition hover:bg-white\/60 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-black active:outline-offset-0 dark:bg-neutral-950\/40 dark:text-neutral-300 dark:hover:bg-neutral-950\/60 dark:focus-visible:outline-white\" aria-label=\"next slide\" x-on:click=\"next()\">\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" fill=\"none\" stroke-width=\"3\" class=\"size-5 pl-0.5 md:size-6\" aria-hidden=\"true\">\n            <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M8.25 4.5l7.5 7.5-7.5 7.5\" \/>\n        <\/svg>\n    <\/button>\n\n    <!-- slides -->\n    <!-- Change min-h-[50svh] to your preferred height size -->\n    <div class=\"relative min-h-[70svh] w-full\">\n        <template x-for=\"(slide, index) in mySlides\">\n            <div x-cloak x-show=\"currentSlideIndex == index + 1\" class=\"absolute inset-0\" x-transition.opacity.duration.1000ms>\n\n                <!-- Title and description -->\n                <div class=\"absolute inset-0 z-10 flex flex-col items-center justify-end gap-2 bg-gradient-to-t from-neutral-950\/85 to-transparent px-16 py-12 text-center lg:px-32 lg:py-14\">\n                    <h3 class=\"w-full text-balance text-2xl font-bold text-white lg:!w-4\/5 lg:text-3xl\" x-text=\"slide.title\" x-bind:aria-describedby=\"'slide' + (index + 1) + 'Description'\"><\/h3>\n                    <p class=\"w-full text-pretty text-sm text-neutral-300 lg:!w-1\/2\" x-html=\"slide.description\" x-bind:id=\"'slide' + (index + 1) + 'Description'\"><\/p>\n                    <button type=\"button\" x-cloak x-show=\"slide.ctaUrl !== null\" @click=\"location.href=slide.ctaUrl;\" class=\"focus-visible:outline-onSurfaceDarkStrong mt-2 cursor-pointer whitespace-nowrap rounded-md border border-white bg-transparent px-4 py-2 text-center text-xs font-medium tracking-wide text-white transition hover:opacity-75 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 active:opacity-100 active:outline-offset-0 md:text-sm\" x-text=\"slide.ctaText\"><\/button>\n\n                <\/div>\n\n                <img class=\"absolute inset-0 m-0 size-full object-cover text-neutral-600 dark:text-neutral-300\" x-bind:src=\"slide.imgSrc\" x-bind:alt=\"slide.imgAlt\" \/>\n            <\/div>\n        <\/template>\n    <\/div>\n\n    <!-- indicators -->\n    <div class=\"absolute bottom-3 left-1\/2 z-20 flex -translate-x-1\/2 gap-4 rounded-md px-1.5 py-1 md:bottom-5 md:gap-3 md:px-2\" role=\"group\" aria-label=\"slides\" >\n        <template x-for=\"(slide, index) in mySlides\">\n            <button class=\"size-2 cursor-pointer rounded-full transition\" x-on:click=\"currentSlideIndex = index + 1\" x-bind:class=\"[currentSlideIndex === index + 1 ? 'bg-neutral-300' : 'bg-neutral-300\/50']\" x-bind:aria-label=\"'slide ' + (index + 1)\"><\/button>\n        <\/template>\n    <\/div>\n<\/div>\n<\/div>\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading has-text-align-center has-secondary-color has-text-color has-link-color has-pacifico-font-family has-large-font-size wp-elements-c0e5f27bad4bbac6173323bf9dff5e94\" id=\"munich-nights-live\">Munich Nights live<\/h3>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center\" id=\"entdecke-munchen-bei-nacht-mit-unseren-stadtfuhrern\">Discover Munich by night with our city guides!<\/h2>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-constrained wp-block-column-is-layout-constrained\"><div class=\"lazyblock-card-ZSP0pN wp-block-lazyblock-card\">\n<article class=\"group mx-auto flex h-full flex-col overflow-hidden rounded-md\" style=\"background-color: #373337;\">\n    <div class=\"h-44 overflow-hidden md:h-64\">\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/muctours.de\/wp-content\/uploads\/2024\/12\/bar-guide-668x445-1.jpg\"\n\t\t\talt=\"\"\n\t\t\tclass=\"m-0 size-full object-cover transition duration-700 ease-out group-hover:scale-105\">\n\t\t    <\/div>\n    <div class=\"grow p-6\">\n\t\t<div class=\"inner-blocks flex h-full flex-col\">\n\n<h3 class=\"wp-block-heading has-background-color has-text-color has-link-color wp-elements-f617282fb37be82f23a6ae5b8e233812\" id=\"wein-bier-und-bartouren\">Wein-, Bier- und Bartouren<\/h3>\n\n\n\n<p class=\"has-background-color has-text-color has-link-color wp-elements-4cf038e668348d477d6ddd32c5a1a3bb\">Lust auf feine Tropfen oder fancy Mixologen-Kreationen? Dann kommt doch mit auf unsere Wein-, Bier- und Cocktail-Bartouren. Wir erkunden in wechselnden Stadtvierteln die besten Bars, Wirtsh\u00e4user und Weinl\u00e4den, lassen es uns dort schmecken und lernen die Teams dahinter kennen.<\/p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100 ghostkit-custom-OC3hw\"><a class=\"wp-block-button__link has-background-color has-secondary-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/muctours.de\/en\/tour\/wine-tour-munich-wine-tasting-munich\/\">To the tour<\/a><\/div>\n<\/div>\n\n<\/div>\n    <\/div>\n<\/article>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><div class=\"lazyblock-card-1d5YUg wp-block-lazyblock-card\">\n<article class=\"group mx-auto flex h-full flex-col overflow-hidden rounded-md\" style=\"background-color: #373337;\">\n    <div class=\"h-44 overflow-hidden md:h-64\">\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/muctours.de\/wp-content\/uploads\/2025\/02\/Queen-Tour-Freddie-Mercury-Tour-MucTours-2025.jpg\"\n\t\t\talt=\"\"\n\t\t\tclass=\"m-0 size-full object-cover transition duration-700 ease-out group-hover:scale-105\">\n\t\t    <\/div>\n    <div class=\"grow p-6\">\n\t\t<div class=\"inner-blocks flex h-full flex-col\">\n\n<h3 class=\"wp-block-heading has-background-color has-text-color has-link-color wp-elements-f205a677bc1d157ea8f95db04d557d69\" id=\"queen-tour-glockenbachviertel\">Queen-Tour Glockenbachviertel<\/h3>\n\n\n\n<p class=\"has-background-color has-text-color has-link-color wp-elements-a2382f1c48d8e24bac0b38dbfe68f564\">Freddie Mercury and his band Queen had a close connection to Munich in the 80s and recorded several albums here. We&#8217;ll show you where the singer lived and loved and which bars in the G\u00e4rtnerplatz and Glockenbach districts attracted him almost magically. <\/p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-16018d1d wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-background-color has-secondary-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/muctours.de\/en\/tour\/queen-tour-freddie-mercury-tour-munich-2\/\">To the tour<\/a><\/div>\n<\/div>\n\n<\/div>\n    <\/div>\n<\/article>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><div class=\"lazyblock-card-2lfcRQ wp-block-lazyblock-card\">\n<article class=\"group mx-auto flex h-full flex-col overflow-hidden rounded-md\" style=\"background-color: #373337;\">\n    <div class=\"h-44 overflow-hidden md:h-64\">\n\t\t\t\t<img decoding=\"async\" src=\"https:\/\/muctours.de\/wp-content\/uploads\/2025\/02\/Schickeria-Schwabing-80s-quer.jpg\"\n\t\t\talt=\"\"\n\t\t\tclass=\"m-0 size-full object-cover transition duration-700 ease-out group-hover:scale-105\">\n\t\t    <\/div>\n    <div class=\"grow p-6\">\n\t\t<div class=\"inner-blocks flex h-full flex-col\">\n\n<h3 class=\"wp-block-heading has-background-color has-text-color has-link-color wp-elements-fa147757b31aec6468928790cf795bd4\" id=\"schickeria-schwabing-tour\">Schickeria-Schwabing-Tour<\/h3>\n\n\n\n<p class=\"has-background-color has-text-color has-link-color wp-elements-7f8f53dfda495be79ab11ae860ecd8bf\">Munich&#8217;s former entertainment district may no longer be the place for dancing, but Schwabing still has plenty of flair and a fantastic range of restaurants. On this tour, we follow in the footsteps of the chic crowd and the wild nightlife of yesteryear and immerse ourselves in the fascinating history of this legendary district. <\/p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button has-custom-width wp-block-button__width-100\"><a class=\"wp-block-button__link has-background-color has-secondary-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/muctours.de\/en\/tour\/schickeria-schwabing-tour-munich-schwabing-adventure-tour\/\">To the tour<\/a><\/div>\n<\/div>\n\n<\/div>\n    <\/div>\n<\/article>\n<\/div><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-buttons alignwide is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-16018d1d wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button is-style-fill\"><a class=\"wp-block-button__link has-background-color has-secondary-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/muctours.de\/en\/tours\/\">Further tours and details<\/a><\/div>\n<\/div>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading has-text-align-center has-secondary-color has-text-color has-link-color has-pacifico-font-family wp-elements-f9363c483e5b18a7b4be253962eaffa8\" id=\"was-macht-muctours-aus\">What makes MucTours special?<\/h3>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center\" id=\"unsere-idee\">Our idea<\/h2>\n\n\n\n<p class=\"has-text-align-center is-style-default\">Our city explorers bring people closer to Munich, especially at night.<br>Alex Wulkow, editor of the city magazine IN M\u00fcnchen, formerly of PRINZ magazine and co-founder of Barguide M\u00fcnchen, <br>presents the city districts in a special way with his DJ and nightlife colleague Phil. Our other city explorers all bring their own special touch to the table, so you can see the Bavarian capital from a completely different perspective.   <br><br>&#8220;Munich Nights LIVE&#8221; is our motto and USP. So we focus on nightlife and gastronomy, <br>compare yesterday with today and organize adventure tours with a drink in your hand. <br>We immerse ourselves in the Munich scene together and learn a lot about the birth of the Schickeria in Schwabing <br>or the wild times of Freddie Mercury in the Glockenbachviertel.  You can learn a lot about Munich&#8217;s nightlife, soak up the local culture and get exciting first-hand stories.<\/p>\n\n\n\n<p class=\"has-text-align-center is-style-default\"><strong>Experience Munich and Munich nightlife through our eyes!<\/strong><\/p>\n\n\n\n<p class=\"has-text-align-center\"><\/p>\n\n\n\n<div style=\"height:54px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading has-text-align-center has-secondary-color has-text-color has-link-color has-pacifico-font-family wp-elements-69cb37aa4dafbdcc5c745f87b3707ec9\" id=\"tolle-geschenkidee\">Great gift idea<\/h3>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center\" id=\"wie-war-s-mit-einem-geschenkgutschein\">How about a gift voucher?<\/h2>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large is-resized is-style-default\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"477\" src=\"https:\/\/muctours.de\/wp-content\/uploads\/2025\/02\/MucTours-Gutschein-2025-1024x477.png\" alt=\"Voucher for an adventure tour through MUNICH WITH our city explorers from MucTours.\" class=\"wp-image-492\" style=\"width:1022px;height:auto\" srcset=\"https:\/\/muctours.de\/wp-content\/uploads\/2025\/02\/MucTours-Gutschein-2025-1024x477.png 1024w, https:\/\/muctours.de\/wp-content\/uploads\/2025\/02\/MucTours-Gutschein-2025-300x140.png 300w, https:\/\/muctours.de\/wp-content\/uploads\/2025\/02\/MucTours-Gutschein-2025-768x358.png 768w, https:\/\/muctours.de\/wp-content\/uploads\/2025\/02\/MucTours-Gutschein-2025-1536x715.png 1536w, https:\/\/muctours.de\/wp-content\/uploads\/2025\/02\/MucTours-Gutschein-2025-2048x954.png 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p class=\"has-text-align-center\">Are you looking for an unusual gift for a birthday or any other occasion?<br>Then why not make your friends happy with a voucher for one of our <a href=\"https:\/\/muctours.de\/touren\" target=\"_blank\" rel=\"noreferrer noopener\">Munich tours<\/a>!<\/p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-16018d1d wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-background-color has-secondary-background-color has-text-color has-background has-link-color has-text-align-center wp-element-button\">Buy a voucher!<\/a><\/div>\n<\/div>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n<div class=\"lazyblock-horizontalcard-Z230GvF wp-block-lazyblock-horizontalcard\">\n<article class=\"group grid grid-cols-1 overflow-hidden rounded-md border border-neutral-300 md:grid-cols-8\" style=\"background-color: #8ed1fc80;\">\n    <!-- image -->\n    <div class=\"col-span-3 overflow-hidden \">\n\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/muctours.de\/wp-content\/uploads\/2025\/06\/musicofqueen-brunnenhof2.jpg\"\n\t\t\t\talt=\"\"\n\t\t\t\tclass=\"m-0 h-52 w-full object-cover transition duration-700 ease-out group-hover:scale-105 md:h-full\">\n\t\t    <\/div>\n    <!-- body -->\n    <div class=\"col-span-5 flex flex-col justify-center p-6\">\n\t\t<div class=\"lazyblock-inner-blocks\">\n\n<h3 class=\"wp-block-heading is-style-default has-secondary-color has-text-color has-link-color has-pacifico-font-family wp-elements-b979046195779d55ffb626082f0257dd\" id=\"zeitreise-durch-schwabing-1\">Queen-Tour Special mit Open-Air-Konzert<\/h3>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"schickeria-tour-1\">The Music of Queen in der Residenz<\/h2>\n\n\n\n<p>Unsere Queen-Tour ist ja seit mehr als drei Jahren ein Dauerbrenner und Publikumsmagnet. Aber wir haben auch immer wieder Varianten im Programm: unsere Specials, bei denen wir einen verk\u00fcrzten Rundgang mit einem grandiosen Konzerterlebnis verkn\u00fcpfen. Am <strong>13. August 2025<\/strong> ist es wieder so weit. Dann kr\u00f6nen wir unsere Tour mit einem Open-Air der Coverband The Music of Queen im Brunnenhof der Residenz. <\/p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-background-color has-secondary-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/fareharbor.com\/embeds\/book\/muctours\/items\/337618\/calendar\/2025\/08\/?full-items=yes&amp;flow=no\">TOUR &amp; KONZERT HIER GLEICH BUCHEN<\/a><\/div>\n<\/div>\n\n<\/div>\n    <\/div>\n<\/article>\n<\/div>\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n<div class=\"lazyblock-horizontalcard-24VKGE wp-block-lazyblock-horizontalcard\">\n<article class=\"group grid grid-cols-1 overflow-hidden rounded-md border border-neutral-300 md:grid-cols-8\" style=\"background-color: #8ed1fc80;\">\n    <!-- image -->\n    <div class=\"col-span-3 overflow-hidden order-last\">\n\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/muctours.de\/wp-content\/uploads\/2025\/02\/rock-antenne-muctour-01-scaled.jpg\"\n\t\t\t\talt=\"\"\n\t\t\t\tclass=\"m-0 h-52 w-full object-cover transition duration-700 ease-out group-hover:scale-105 md:h-full\">\n\t\t    <\/div>\n    <!-- body -->\n    <div class=\"col-span-5 flex flex-col justify-center p-6\">\n\t\t<div class=\"lazyblock-inner-blocks\">\n\n<h3 class=\"wp-block-heading is-style-default has-secondary-color has-text-color has-link-color has-pacifico-font-family wp-elements-97e53a539f25f7a251bf88c2c6bb6650\" id=\"auf-freddie-mercurys-spuren-nur-fur-dich-und-deine-freunde\">In Freddie Mercury&#8217;s footsteps just for you and your friends!<\/h3>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"queen-tour-freddie-mercury-tour-munchen-individuell\">Queen Tour \/ Freddie Mercury Tour Munich (individual)<\/h2>\n\n\n\n<p>We recreate the feeling that superstar Freddie Mercury had on a typical night in the G\u00e4rtnerplatz and Glockenbach districts and in the old town. The Queen singer lived in Munich for a time in the 1980s and we are happy to reserve places for our participants in bars and restaurants from then and now for an unforgettable company celebration or birthday party. <\/p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-background-color has-secondary-background-color has-text-color has-background has-link-color wp-element-button\" href=\"https:\/\/muctours.de\/tour\/queen-tour\/\">MORE INFO &amp; REQUEST<\/a><\/div>\n<\/div>\n\n<\/div>\n    <\/div>\n<\/article>\n<\/div>\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n<div class=\"lazyblock-horizontalcard-1VCyOt wp-block-lazyblock-horizontalcard\">\n<article class=\"group grid grid-cols-1 overflow-hidden rounded-md border border-neutral-300 md:grid-cols-8\" style=\"background-color: #8ed1fc80;\">\n    <!-- image -->\n    <div class=\"col-span-3 overflow-hidden \">\n\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/muctours.de\/wp-content\/uploads\/2025\/02\/Phils-Schwabing-70-Fotos.png\"\n\t\t\t\talt=\"\"\n\t\t\t\tclass=\"m-0 h-52 w-full object-cover transition duration-700 ease-out group-hover:scale-105 md:h-full\">\n\t\t    <\/div>\n    <!-- body -->\n    <div class=\"col-span-5 flex flex-col justify-center p-6\">\n\t\t<div class=\"lazyblock-inner-blocks\">\n\n<h3 class=\"wp-block-heading is-style-default has-secondary-color has-text-color has-link-color has-pacifico-font-family wp-elements-c991d4e62710e35aa17fa047f3da8966\" id=\"zeitreise-durch-schwabing-1\">Time travel through Schwabing as an incentive for companies<\/h3>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"schickeria-tour-1\">Schickeria Schwabing Tour (individual)<\/h2>\n\n\n\n<p>Our time travel through the Schwabing of the last decades, with amusing stories from the emergence of the Schickeria to the Monaco Franze, can also be had as an individual experience tour for the company department or birthday. Together with our partners from the catering and event sectors, we can put together many services for the perfect incentive. <\/p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-background-color has-secondary-background-color has-text-color has-background has-link-color wp-element-button\">MORE INFO &amp; REQUEST<\/a><\/div>\n<\/div>\n\n<\/div>\n    <\/div>\n<\/article>\n<\/div>\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n<div class=\"lazyblock-horizontalcard-Z1mqtAR wp-block-lazyblock-horizontalcard\">\n<article class=\"group grid grid-cols-1 overflow-hidden rounded-md border border-neutral-300 md:grid-cols-8\" style=\"background-color: #8ed1fc80;\">\n    <!-- image -->\n    <div class=\"col-span-3 overflow-hidden order-last\">\n\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/muctours.de\/wp-content\/uploads\/2025\/02\/MucTours_schnitzeljagd_isar-scaled.jpg\"\n\t\t\t\talt=\"\"\n\t\t\t\tclass=\"m-0 h-52 w-full object-cover transition duration-700 ease-out group-hover:scale-105 md:h-full\">\n\t\t    <\/div>\n    <!-- body -->\n    <div class=\"col-span-5 flex flex-col justify-center p-6\">\n\t\t<div class=\"lazyblock-inner-blocks\">\n\n<h3 class=\"wp-block-heading is-style-default has-secondary-color has-text-color has-link-color has-pacifico-font-family wp-elements-b1da857544459dae1b9b72d58d976b64\" id=\"zeitreise-durch-schwabing-1\">Erlebnistouren, Stadt-Rallyes und individuelle Touren<\/h3>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"schickeria-tour-1\">Tailor-made tours for you!<\/h2>\n\n\n\n<p>We love to pack the most beautiful and interesting stories and corners of Munich into a tour. It can be an e-bike tour with the e-bikes from MucBike. Or an individual walking tour through our favorite city districts. With our knowledge of Munich, we have already put together many rallies: along the Isar, through Giesing, Sendling, Glockenbachviertel or simply the old town of Munich. As true Munich locals, we of course also have a beer tour up our sleeves and we also like to get out in the fresh air with you and explore the English Garden or Olympic Park on our e-bikes.<br>Give us the chance to introduce you to a few ideas and ask about our portfolio!    <\/p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-background-color has-secondary-background-color has-text-color has-background has-link-color wp-element-button\">MORE INFO &amp; REQUEST<\/a><\/div>\n<\/div>\n\n<\/div>\n    <\/div>\n<\/article>\n<\/div>\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading has-text-align-center has-secondary-color has-text-color has-link-color has-pacifico-font-family wp-elements-db638218baed67b1eceda9036f27ced4\" id=\"ein-paar-eindrucke\">A few impressions<\/h3>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center has-primary-color has-text-color has-link-color wp-elements-a76d2a4d294dbc21c25a730f9b1c93c1\" id=\"bilder-sagen-mehr-als-1-000-worte\">Pictures say more than 1,000 words<\/h2>\n\n\n<div class=\"lazyblock-masonry-Z22hz2e alignwide alignwide  wp-block-lazyblock-masonry\">\n<div class=\"grid grid-cols-2 gap-4 md:grid-cols-4\">\n\t<div class=\"flex flex-wrap gap-4\">\n\n\t\t\t\t\t\t\t<div class=\"w-full grow rounded-lg\">\n\t\t\t\t<img decoding=\"async\" class=\"m-0 !size-full rounded-lg object-cover\" src=\"https:\/\/muctours.de\/wp-content\/uploads\/2024\/12\/Schickeria-Tour-05-2023-36-scaled-1.jpg\" alt=\"\">\n\t\t\t<\/div>\n\n\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"w-full grow rounded-lg\">\n\t\t\t\t<img decoding=\"async\" class=\"m-0 !size-full rounded-lg object-cover\" src=\"https:\/\/muctours.de\/wp-content\/uploads\/2024\/12\/IMG_0271-scaled-1.jpg\" alt=\"\">\n\t\t\t<\/div>\n\n\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"w-full grow rounded-lg\">\n\t\t\t\t<img decoding=\"async\" class=\"m-0 !size-full rounded-lg object-cover\" src=\"https:\/\/muctours.de\/wp-content\/uploads\/2024\/12\/mucTours-auf-der-Made-in-Minga-2022-02.jpg\" alt=\"\">\n\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"flex flex-wrap gap-4\">\n\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"w-full grow rounded-lg\">\n\t\t\t\t<img decoding=\"async\" class=\"m-0 !size-full rounded-lg object-cover\" src=\"https:\/\/muctours.de\/wp-content\/uploads\/2024\/12\/Mariensaeule_PHL3503.jpg\" alt=\"\">\n\t\t\t<\/div>\n\n\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"w-full grow rounded-lg\">\n\t\t\t\t<img decoding=\"async\" class=\"m-0 !size-full rounded-lg object-cover\" src=\"https:\/\/muctours.de\/wp-content\/uploads\/2024\/12\/tourguide-alex.jpg\" alt=\"\">\n\t\t\t<\/div>\n\n\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"w-full grow rounded-lg\">\n\t\t\t\t<img decoding=\"async\" class=\"m-0 !size-full rounded-lg object-cover\" src=\"https:\/\/muctours.de\/wp-content\/uploads\/2024\/12\/muctours-openair-bartour.jpg\" alt=\"\">\n\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"flex flex-wrap gap-4\">\n\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"w-full grow rounded-lg\">\n\t\t\t\t<img decoding=\"async\" class=\"m-0 !size-full rounded-lg object-cover\" src=\"https:\/\/muctours.de\/wp-content\/uploads\/2024\/12\/bar-guide-668x445-1.jpg\" alt=\"\">\n\t\t\t<\/div>\n\n\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"w-full grow rounded-lg\">\n\t\t\t\t<img decoding=\"async\" class=\"m-0 !size-full rounded-lg object-cover\" src=\"https:\/\/muctours.de\/wp-content\/uploads\/2024\/12\/IMG_0218-scaled-1.jpg\" alt=\"\">\n\t\t\t<\/div>\n\n\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"w-full grow rounded-lg\">\n\t\t\t\t<img decoding=\"async\" class=\"m-0 !size-full rounded-lg object-cover\" src=\"https:\/\/muctours.de\/wp-content\/uploads\/2025\/02\/marienplatz-aw.jpg\" alt=\"Marienplatz\">\n\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"flex flex-wrap gap-4\">\n\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"w-full grow rounded-lg\">\n\t\t\t\t<img decoding=\"async\" class=\"m-0 !size-full rounded-lg object-cover\" src=\"https:\/\/muctours.de\/wp-content\/uploads\/2024\/12\/IMG_0193-scaled-1.webp\" alt=\"\">\n\t\t\t<\/div>\n\n\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"w-full grow rounded-lg\">\n\t\t\t\t<img decoding=\"async\" class=\"m-0 !size-full rounded-lg object-cover\" src=\"https:\/\/muctours.de\/wp-content\/uploads\/2024\/12\/vik-markt-img-7518-2000x1509-1.jpg\" alt=\"Viktualienmarkt\">\n\t\t\t<\/div>\n\n\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"w-full grow rounded-lg\">\n\t\t\t\t<img decoding=\"async\" class=\"m-0 !size-full rounded-lg object-cover\" src=\"https:\/\/muctours.de\/wp-content\/uploads\/2025\/01\/wallace-bar.jpg\" alt=\"\">\n\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"flex flex-wrap gap-4\">\n\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"w-full grow rounded-lg\">\n\t\t\t\t<img decoding=\"async\" class=\"m-0 !size-full rounded-lg object-cover\" src=\"https:\/\/muctours.de\/wp-content\/uploads\/2024\/12\/muctours-feldherrnhalle-750x563-1.jpg\" alt=\"\">\n\t\t\t<\/div>\n\n\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"w-full grow rounded-lg\">\n\t\t\t\t<img decoding=\"async\" class=\"m-0 !size-full rounded-lg object-cover\" src=\"https:\/\/muctours.de\/wp-content\/uploads\/2025\/02\/MucTours-Schickeria-Tour-Crash-Alex-scaled.jpg\" alt=\"\">\n\t\t\t<\/div>\n\n\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"w-full grow rounded-lg\">\n\t\t\t\t<img decoding=\"async\" class=\"m-0 !size-full rounded-lg object-cover\" src=\"https:\/\/muctours.de\/wp-content\/uploads\/2025\/01\/rock-antenne-muctour-36-scaled.jpg\" alt=\"\">\n\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"flex flex-wrap gap-4\">\n\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"w-full grow rounded-lg\">\n\t\t\t\t<img decoding=\"async\" class=\"m-0 !size-full rounded-lg object-cover\" src=\"https:\/\/muctours.de\/wp-content\/uploads\/2025\/01\/Trumpf-oder-kritisch.jpg\" alt=\"\">\n\t\t\t<\/div>\n\n\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"w-full grow rounded-lg\">\n\t\t\t\t<img decoding=\"async\" class=\"m-0 !size-full rounded-lg object-cover\" src=\"https:\/\/muctours.de\/wp-content\/uploads\/2025\/01\/curtain-call-gintasting.jpg\" alt=\"\">\n\t\t\t<\/div>\n\n\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"w-full grow rounded-lg\">\n\t\t\t\t<img decoding=\"async\" class=\"m-0 !size-full rounded-lg object-cover\" src=\"https:\/\/muctours.de\/wp-content\/uploads\/2025\/01\/muctours-bartour.jpg\" alt=\"\">\n\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"flex flex-wrap gap-4\">\n\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"w-full grow rounded-lg\">\n\t\t\t\t<img decoding=\"async\" class=\"m-0 !size-full rounded-lg object-cover\" src=\"https:\/\/muctours.de\/wp-content\/uploads\/2025\/01\/Schickeria-Tour-05-2023-25-scaled.jpg\" alt=\"\">\n\t\t\t<\/div>\n\n\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"w-full grow rounded-lg\">\n\t\t\t\t<img decoding=\"async\" class=\"m-0 !size-full rounded-lg object-cover\" src=\"https:\/\/muctours.de\/wp-content\/uploads\/2025\/01\/callsoul.jpg\" alt=\"\">\n\t\t\t<\/div>\n\n\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"w-full grow rounded-lg\">\n\t\t\t\t<img decoding=\"async\" class=\"m-0 !size-full rounded-lg object-cover\" src=\"https:\/\/muctours.de\/wp-content\/uploads\/2024\/12\/sonnentaxi-oper.webp\" alt=\"\">\n\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"flex flex-wrap gap-4\">\n\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"w-full grow rounded-lg\">\n\t\t\t\t<img decoding=\"async\" class=\"m-0 !size-full rounded-lg object-cover\" src=\"https:\/\/muctours.de\/wp-content\/uploads\/2025\/02\/MucTours-A-08-scaled.jpg\" alt=\"\">\n\t\t\t<\/div>\n\n\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"w-full grow rounded-lg\">\n\t\t\t\t<img decoding=\"async\" class=\"m-0 !size-full rounded-lg object-cover\" src=\"https:\/\/muctours.de\/wp-content\/uploads\/2025\/02\/MucTours-A-19-scaled.jpg\" alt=\"\">\n\t\t\t<\/div>\n\n\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"w-full grow rounded-lg\">\n\t\t\t\t<img decoding=\"async\" class=\"m-0 !size-full rounded-lg object-cover\" src=\"https:\/\/muctours.de\/wp-content\/uploads\/2025\/02\/MucTours-A-43-scaled.jpg\" alt=\"\">\n\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"flex flex-wrap gap-4\">\n\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"w-full grow rounded-lg\">\n\t\t\t\t<img decoding=\"async\" class=\"m-0 !size-full rounded-lg object-cover\" src=\"https:\/\/muctours.de\/wp-content\/uploads\/2025\/02\/Queen-Tour-09-2023-15-scaled.jpg\" alt=\"\">\n\t\t\t<\/div>\n\n\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"w-full grow rounded-lg\">\n\t\t\t\t<img decoding=\"async\" class=\"m-0 !size-full rounded-lg object-cover\" src=\"https:\/\/muctours.de\/wp-content\/uploads\/2025\/02\/Queen-Tour-09-2023-24-scaled.jpg\" alt=\"\">\n\t\t\t<\/div>\n\n\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"w-full grow rounded-lg\">\n\t\t\t\t<img decoding=\"async\" class=\"m-0 !size-full rounded-lg object-cover\" src=\"https:\/\/muctours.de\/wp-content\/uploads\/2025\/02\/xIMG_2904-scaled.jpeg\" alt=\"\">\n\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"flex flex-wrap gap-4\">\n\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"w-full grow rounded-lg\">\n\t\t\t\t<img decoding=\"async\" class=\"m-0 !size-full rounded-lg object-cover\" src=\"https:\/\/muctours.de\/wp-content\/uploads\/2025\/02\/OlympiahostessTheatron-edit.png\" alt=\"\">\n\t\t\t<\/div>\n\n\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"w-full grow rounded-lg\">\n\t\t\t\t<img decoding=\"async\" class=\"m-0 !size-full rounded-lg object-cover\" src=\"https:\/\/muctours.de\/wp-content\/uploads\/2025\/02\/BarTour_MucTours_PHL8649.jpg\" alt=\"\">\n\t\t\t<\/div>\n\n\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"w-full grow rounded-lg\">\n\t\t\t\t<img decoding=\"async\" class=\"m-0 !size-full rounded-lg object-cover\" src=\"https:\/\/muctours.de\/wp-content\/uploads\/2025\/02\/Egarten_IMG_1166-scaled.jpeg\" alt=\"\">\n\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"flex flex-wrap gap-4\">\n\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"w-full grow rounded-lg\">\n\t\t\t\t<img decoding=\"async\" class=\"m-0 !size-full rounded-lg object-cover\" src=\"https:\/\/muctours.de\/wp-content\/uploads\/2025\/02\/fur-euch-vorbereitet.jpg\" alt=\"\">\n\t\t\t<\/div>\n\n\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"w-full grow rounded-lg\">\n\t\t\t\t<img decoding=\"async\" class=\"m-0 !size-full rounded-lg object-cover\" src=\"https:\/\/muctours.de\/wp-content\/uploads\/2025\/02\/unser-shop.jpg\" alt=\"\">\n\t\t\t<\/div>\n\n\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"w-full grow rounded-lg\">\n\t\t\t\t<img decoding=\"async\" class=\"m-0 !size-full rounded-lg object-cover\" src=\"https:\/\/muctours.de\/wp-content\/uploads\/2025\/02\/MucTours-Schickeria-Tour-Phil-1.jpg\" alt=\"\">\n\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"flex flex-wrap gap-4\">\n\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"w-full grow rounded-lg\">\n\t\t\t\t<img decoding=\"async\" class=\"m-0 !size-full rounded-lg object-cover\" src=\"https:\/\/muctours.de\/wp-content\/uploads\/2025\/01\/schickeriatour-alex-laterne-scaled.jpeg\" alt=\"\">\n\t\t\t<\/div>\n\n\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"w-full grow rounded-lg\">\n\t\t\t\t<img decoding=\"async\" class=\"m-0 !size-full rounded-lg object-cover\" src=\"https:\/\/muctours.de\/wp-content\/uploads\/2025\/02\/Gluehwaechter-2023-16-scaled.jpg\" alt=\"\">\n\t\t\t<\/div>\n\n\t\t\t\n\t\t\t\t\t\t\t\t<div class=\"w-full grow rounded-lg\">\n\t\t\t\t<img decoding=\"async\" class=\"m-0 !size-full rounded-lg object-cover\" src=\"https:\/\/muctours.de\/wp-content\/uploads\/2025\/02\/IMG_4227-scaled.jpg\" alt=\"\">\n\t\t\t<\/div>\n\n\t\t\t\n\t\t\t\t\t\n\t<\/div>\n<\/div>\n<\/div>\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h3 class=\"wp-block-heading has-text-align-center has-secondary-color has-text-color has-link-color has-pacifico-font-family wp-elements-86ed02281b4db072ee7146ea887bdca7\" id=\"unser-antrieb-1\">Our drive<\/h3>\n\n\n\n<p class=\"has-text-align-center\"><strong>WHY DO WE DO MUCTOURS?<\/strong><\/p>\n\n\n\n<p class=\"has-text-align-center\">When PartyTours was founded in 1997, we were already having fun as students <strong>sharing<\/strong> our <strong>experiences with others<\/strong>, <strong>discovering new places together<\/strong> and gaining<strong> new impressions<\/strong> at <br>.<\/p>\n\n\n\n<p class=\"has-text-align-center\">This is still our motivation today to keep developing new ideas for tours and to have <strong>fun<\/strong> with you. We have learned that we don&#8217;t have to travel far away to capture these experiences, they are <strong>also available in our<\/strong> <strong>beautiful Munich!<\/strong> <\/p>\n\n\n\n<p class=\"has-text-align-center\"><strong>And so, with MucTours, we have been bringing people together for experiences and fun for years. \ud83d\ude42<\/strong><\/p>\n\n\n\n<p class=\"has-text-align-center\"><strong>Join us for new experiences and lots of fun in Munich!<\/strong><\/p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-16018d1d wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-background-color has-secondary-background-color has-text-color has-background has-link-color wp-element-button\">More about us!<\/a><\/div>\n<\/div>\n\n\n\n<div style=\"height:48px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-center\" id=\"unser-team\">OUR TEAM<\/h2>\n\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div style=\"height:21px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"ghostkit-carousel\" data-effect=\"slide\" data-speed=\"0.2\" data-autoplay=\"4\" data-slides-per-view=\"3\" data-centered-slides=\"true\" data-loop=\"true\" data-free-scroll=\"false\" data-show-arrows=\"true\" data-show-bullets=\"true\" data-dynamic-bullets=\"true\" data-gap=\"15\"><div class=\"ghostkit-carousel-items\">\n<div class=\"ghostkit-carousel-slide is-layout-flow wp-block-ghostkit-carousel-slide-is-layout-flow\">\n<figure class=\"wp-block-image aligncenter size-thumbnail is-style-rounded\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/muctours.de\/wp-content\/uploads\/2024\/12\/alex-siegestor-foto-sigimueller-e1643104536247-150x150.jpg\" alt=\"\" class=\"wp-image-146\" style=\"aspect-ratio:1;object-fit:cover\" srcset=\"https:\/\/muctours.de\/wp-content\/uploads\/2024\/12\/alex-siegestor-foto-sigimueller-e1643104536247-150x150.jpg 150w, https:\/\/muctours.de\/wp-content\/uploads\/2024\/12\/alex-siegestor-foto-sigimueller-e1643104536247-300x300.jpg 300w, https:\/\/muctours.de\/wp-content\/uploads\/2024\/12\/alex-siegestor-foto-sigimueller-e1643104536247-1024x1024.jpg 1024w, https:\/\/muctours.de\/wp-content\/uploads\/2024\/12\/alex-siegestor-foto-sigimueller-e1643104536247-768x768.jpg 768w, https:\/\/muctours.de\/wp-content\/uploads\/2024\/12\/alex-siegestor-foto-sigimueller-e1643104536247.jpg 1335w\" sizes=\"auto, (max-width: 150px) 100vw, 150px\" \/><\/figure>\n\n\n\n<p class=\"has-text-align-center has-secondary-color has-text-color has-link-color wp-elements-b4b5fcf62be3c116ddc3c7eeb86862a8\"><strong>GF + GUIDE<\/strong><\/p>\n\n\n\n<h4 class=\"wp-block-heading has-text-align-center has-medium-font-size\" id=\"alex\">ALEX<\/h4>\n\n\n\n<p class=\"has-text-align-center\">Ich zeige euch die besten Bars der Stadt, stelle euch Betreiber und Mixologen vor, mache euch Gin, Rum oder Wermut bei Tastings schmackhaft und erz\u00e4hle euch, was fr\u00fcher im M\u00fcnchner Nachtleben so los war.<\/p>\n<\/div>\n\n\n\n<div class=\"ghostkit-carousel-slide is-layout-flow wp-block-ghostkit-carousel-slide-is-layout-flow\">\n<figure class=\"wp-block-image aligncenter size-thumbnail is-style-rounded\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/muctours.de\/wp-content\/uploads\/2024\/12\/Phil-Foto-Sigi-Mueller-wwwaugenblick-fotografie-48-e1643104345694-150x150.jpg\" alt=\"\" class=\"wp-image-154\" style=\"aspect-ratio:1;object-fit:cover\" srcset=\"https:\/\/muctours.de\/wp-content\/uploads\/2024\/12\/Phil-Foto-Sigi-Mueller-wwwaugenblick-fotografie-48-e1643104345694-150x150.jpg 150w, https:\/\/muctours.de\/wp-content\/uploads\/2024\/12\/Phil-Foto-Sigi-Mueller-wwwaugenblick-fotografie-48-e1643104345694-300x300.jpg 300w, https:\/\/muctours.de\/wp-content\/uploads\/2024\/12\/Phil-Foto-Sigi-Mueller-wwwaugenblick-fotografie-48-e1643104345694-1024x1024.jpg 1024w, https:\/\/muctours.de\/wp-content\/uploads\/2024\/12\/Phil-Foto-Sigi-Mueller-wwwaugenblick-fotografie-48-e1643104345694-768x768.jpg 768w, https:\/\/muctours.de\/wp-content\/uploads\/2024\/12\/Phil-Foto-Sigi-Mueller-wwwaugenblick-fotografie-48-e1643104345694.jpg 1324w\" sizes=\"auto, (max-width: 150px) 100vw, 150px\" \/><\/figure>\n\n\n\n<p class=\"has-text-align-center has-secondary-color has-text-color has-link-color wp-elements-2e9fb97dfa2f3ca08b1e58e9f4803bbc\"><strong>GR\u00dcNDER + GF<\/strong><\/p>\n\n\n\n<h4 class=\"wp-block-heading has-text-align-center has-medium-font-size\" id=\"phil\">PHIL<\/h4>\n\n\n\n<p class=\"has-text-align-center\">Nach mehreren eigenen Projekten haben wir uns 2019 nach einem gemeinsamen Familienurlaub dazu entschlossen, das Fernweh wieder in unsere Stadt zu tragen, so wie fr\u00fcher zu Partytours-Zeiten.<\/p>\n<\/div>\n\n\n\n<div class=\"ghostkit-carousel-slide is-layout-flow wp-block-ghostkit-carousel-slide-is-layout-flow\">\n<figure class=\"wp-block-image aligncenter size-thumbnail is-style-rounded\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/muctours.de\/wp-content\/uploads\/2024\/12\/Axel-Foto-Sigi-Mueller-wwwaugenblick-fotografie-11-e1643104474594-1170x666-1-150x150.jpg\" alt=\"\" class=\"wp-image-149\" style=\"aspect-ratio:1;object-fit:cover\"\/><\/figure>\n\n\n\n<p class=\"has-text-align-center has-secondary-color has-text-color has-link-color wp-elements-f0173c0823c08fa9fa2df2f879c85d2c\"><strong>GR\u00dcNDER<\/strong><\/p>\n\n\n\n<h4 class=\"wp-block-heading has-text-align-center has-medium-font-size\" id=\"axel\">AXEL<\/h4>\n\n\n\n<p class=\"has-text-align-center\">Durch meine Liebe zum Reisen und zu unserer sch\u00f6nen Stadt entstand die Idee, regionale Besonderheiten und Wissenswertes weiterzugeben \u2013 so wie ich es auch anderswo erlebt habe.<\/p>\n<\/div>\n\n\n\n<div class=\"ghostkit-carousel-slide is-layout-flow wp-block-ghostkit-carousel-slide-is-layout-flow\">\n<figure class=\"wp-block-image aligncenter size-thumbnail is-style-rounded\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/muctours.de\/wp-content\/uploads\/2024\/12\/MucTours-Roman-150x150.jpg\" alt=\"\" class=\"wp-image-161\" style=\"aspect-ratio:1;object-fit:cover\"\/><\/figure>\n\n\n\n<p class=\"has-text-align-center has-secondary-color has-text-color has-link-color wp-elements-1979a15d37b08da154f9d3212e3255fa\"><strong>STADTENTDECKER<\/strong><\/p>\n\n\n\n<h4 class=\"wp-block-heading has-text-align-center has-medium-font-size\" id=\"roman\">ROMAN<\/h4>\n\n\n\n<p class=\"has-text-align-center\">Geschichte mit Geschichten vermengen, das Ganze raffiniert abgeschmeckt mit einer Portion Humor \u2013 das ist meine Spezialit\u00e4t, die ich schon auf vielen Touren durch meine Heimatstadt erprobt habe.<\/p>\n<\/div>\n\n\n\n<div class=\"ghostkit-carousel-slide is-layout-flow wp-block-ghostkit-carousel-slide-is-layout-flow\">\n<figure class=\"wp-block-image aligncenter size-thumbnail is-resized is-style-rounded\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/muctours.de\/wp-content\/uploads\/2025\/04\/herbi-hauke-2025_300x300-150x150.jpg\" alt=\"Herbi Hauke\" class=\"wp-image-2271\" style=\"aspect-ratio:1;object-fit:cover;width:150px\" srcset=\"https:\/\/muctours.de\/wp-content\/uploads\/2025\/04\/herbi-hauke-2025_300x300-150x150.jpg 150w, https:\/\/muctours.de\/wp-content\/uploads\/2025\/04\/herbi-hauke-2025_300x300.jpg 300w\" sizes=\"auto, (max-width: 150px) 100vw, 150px\" \/><\/figure>\n\n\n\n<h4 class=\"wp-block-heading has-text-align-center has-secondary-color has-text-color has-link-color wp-elements-e972f7215857681b03bb502bacf6c317\" id=\"stadtentdecker\"><strong>STADTENTDECKER<\/strong><\/h4>\n\n\n\n<h4 class=\"wp-block-heading has-text-align-center has-medium-font-size\" id=\"matthias\">HERBI<\/h4>\n\n\n\n<p class=\"has-text-align-center\">Ich habe ja fr\u00fcher das Rockmuseum im Olympiaturm geleitet. Daher habe ich einen besonderen Bezug zum Olympiapark und zu Musikthemen allgemein. Ich habe unglaubliche Storys auf Lager. <\/p>\n<\/div>\n\n\n\n<div class=\"ghostkit-carousel-slide is-layout-flow wp-block-ghostkit-carousel-slide-is-layout-flow\">\n<figure class=\"wp-block-image aligncenter size-thumbnail is-style-rounded\"><img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/muctours.de\/wp-content\/uploads\/2024\/12\/muctours-matthias-400-560x400-1-150x150.jpg\" alt=\"\" class=\"wp-image-162\" style=\"aspect-ratio:1;object-fit:cover\"\/><\/figure>\n\n\n\n<p class=\"has-text-align-center has-secondary-color has-text-color has-link-color wp-elements-1979a15d37b08da154f9d3212e3255fa\"><strong>STADTENTDECKER<\/strong><\/p>\n\n\n\n<h4 class=\"wp-block-heading has-text-align-center has-medium-font-size\" id=\"matthias\">MATTHIAS<\/h4>\n\n\n\n<p class=\"has-text-align-center\">Die Arbeit als Guide bringt mich mit Menschen aus aller Welt zusammen. Besonders liebe ich das Theater und die Berge: M\u00fcnchen hat eben beides zu bieten \u2013 Kultur und Natur sind einfach zum Greifen nah.<\/p>\n<\/div>\n<\/div><div class=\"ghostkit-carousel-arrow-prev-icon\"><svg class=\"ghostkit-svg-icon\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.7803 17.7803C14.4874 18.0732 14.0126 18.0732 13.7197 17.7803L8.4697 12.5303C8.1768 12.2374 8.1768 11.7626 8.4697 11.4697L13.7197 6.21967C14.0126 5.92678 14.4874 5.92678 14.7803 6.21967C15.0732 6.51256 15.0732 6.98744 14.7803 7.28033L10.0607 12L14.7803 16.7197C15.0732 17.0126 15.0732 17.4874 14.7803 17.7803Z\" fill=\"currentColor\"\/><\/svg><\/div><div class=\"ghostkit-carousel-arrow-next-icon\"><svg class=\"ghostkit-svg-icon\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.21967 6.2197C9.51256 5.9268 9.98744 5.9268 10.2803 6.2197L15.5303 11.4697C15.8232 11.7626 15.8232 12.2374 15.5303 12.5303L10.2803 17.7803C9.98744 18.0732 9.51256 18.0732 9.21967 17.7803C8.92678 17.4874 8.92678 17.0126 9.21967 16.7197L13.9393 12L9.21967 7.2803C8.92678 6.9874 8.92678 6.5126 9.21967 6.2197Z\" fill=\"currentColor\"\/><\/svg><\/div><\/div>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Munich Nights live Discover Munich by night with our city guides! What makes MucTours special? Our idea Our city explorers bring people closer to Munich, especially at night.Alex Wulkow, editor of the city magazine IN M\u00fcnchen, formerly of PRINZ magazine and co-founder of Barguide M\u00fcnchen, presents the city districts in a special way with his<a href=\"https:\/\/muctours.de\/en\/\">Continue reading <span class=\"sr-only\">&#8220;MucTours &#8211; Guided experience tours in Munich&#8221;<\/span><\/a><\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"ghostkit_customizer_options":"","ghostkit_custom_css":"","ghostkit_custom_js_head":"","ghostkit_custom_js_foot":"","ghostkit_typography":"","footnotes":""},"class_list":["post-1439","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>MucTours - Guided experience tours in Munich - MucTours \u2013 Your local Guides<\/title>\n<meta name=\"description\" content=\"The city guide agency MucTours is offering professional guides experience tours in Munich, with a focus on music and gastronomy.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/muctours.de\/en\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"MucTours - Guided experience tours in Munich - MucTours \u2013 Your local Guides\" \/>\n<meta property=\"og:description\" content=\"The city guide agency MucTours is offering professional guides experience tours in Munich, with a focus on music and gastronomy.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/muctours.de\/en\/\" \/>\n<meta property=\"og:site_name\" content=\"MucTours \u2013 Your local Guides\" \/>\n<meta property=\"article:modified_time\" content=\"2025-12-02T16:15:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/muctours.de\/wp-content\/uploads\/2025\/02\/MucTours-Gutschein-2025-1024x477.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/muctours.de\\\/en\\\/\",\"url\":\"https:\\\/\\\/muctours.de\\\/en\\\/\",\"name\":\"MucTours - Guided experience tours in Munich - MucTours \u2013 Your local Guides\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/muctours.de\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/muctours.de\\\/en\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/muctours.de\\\/en\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/muctours.de\\\/wp-content\\\/uploads\\\/2025\\\/02\\\/MucTours-Gutschein-2025-1024x477.png\",\"datePublished\":\"2024-11-26T14:29:22+00:00\",\"dateModified\":\"2025-12-02T16:15:00+00:00\",\"description\":\"The city guide agency MucTours is offering professional guides experience tours in Munich, with a focus on music and gastronomy.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/muctours.de\\\/en\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/muctours.de\\\/en\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/muctours.de\\\/en\\\/#primaryimage\",\"url\":\"https:\\\/\\\/muctours.de\\\/wp-content\\\/uploads\\\/2025\\\/02\\\/MucTours-Gutschein-2025-1024x477.png\",\"contentUrl\":\"https:\\\/\\\/muctours.de\\\/wp-content\\\/uploads\\\/2025\\\/02\\\/MucTours-Gutschein-2025-1024x477.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/muctours.de\\\/en\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\\\/\\\/muctours.de\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"MucTours &#8211; Guided experience tours in Munich\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/muctours.de\\\/#website\",\"url\":\"https:\\\/\\\/muctours.de\\\/\",\"name\":\"MucTours \u2013 Your local Guides\",\"description\":\"Erlebnistouren mit Deinen Stadtentdeckern aus M\u00fcnchen\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/muctours.de\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"MucTours - Guided experience tours in Munich - MucTours \u2013 Your local Guides","description":"The city guide agency MucTours is offering professional guides experience tours in Munich, with a focus on music and gastronomy.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/muctours.de\/en\/","og_locale":"en_US","og_type":"article","og_title":"MucTours - Guided experience tours in Munich - MucTours \u2013 Your local Guides","og_description":"The city guide agency MucTours is offering professional guides experience tours in Munich, with a focus on music and gastronomy.","og_url":"https:\/\/muctours.de\/en\/","og_site_name":"MucTours \u2013 Your local Guides","article_modified_time":"2025-12-02T16:15:00+00:00","og_image":[{"url":"https:\/\/muctours.de\/wp-content\/uploads\/2025\/02\/MucTours-Gutschein-2025-1024x477.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/muctours.de\/en\/","url":"https:\/\/muctours.de\/en\/","name":"MucTours - Guided experience tours in Munich - MucTours \u2013 Your local Guides","isPartOf":{"@id":"https:\/\/muctours.de\/#website"},"primaryImageOfPage":{"@id":"https:\/\/muctours.de\/en\/#primaryimage"},"image":{"@id":"https:\/\/muctours.de\/en\/#primaryimage"},"thumbnailUrl":"https:\/\/muctours.de\/wp-content\/uploads\/2025\/02\/MucTours-Gutschein-2025-1024x477.png","datePublished":"2024-11-26T14:29:22+00:00","dateModified":"2025-12-02T16:15:00+00:00","description":"The city guide agency MucTours is offering professional guides experience tours in Munich, with a focus on music and gastronomy.","breadcrumb":{"@id":"https:\/\/muctours.de\/en\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/muctours.de\/en\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/muctours.de\/en\/#primaryimage","url":"https:\/\/muctours.de\/wp-content\/uploads\/2025\/02\/MucTours-Gutschein-2025-1024x477.png","contentUrl":"https:\/\/muctours.de\/wp-content\/uploads\/2025\/02\/MucTours-Gutschein-2025-1024x477.png"},{"@type":"BreadcrumbList","@id":"https:\/\/muctours.de\/en\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/muctours.de\/en\/"},{"@type":"ListItem","position":2,"name":"MucTours &#8211; Guided experience tours in Munich"}]},{"@type":"WebSite","@id":"https:\/\/muctours.de\/#website","url":"https:\/\/muctours.de\/","name":"MucTours \u2013 Your local Guides","description":"Erlebnistouren mit Deinen Stadtentdeckern aus M\u00fcnchen","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/muctours.de\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/muctours.de\/en\/wp-json\/wp\/v2\/pages\/1439","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/muctours.de\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/muctours.de\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/muctours.de\/en\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/muctours.de\/en\/wp-json\/wp\/v2\/comments?post=1439"}],"version-history":[{"count":21,"href":"https:\/\/muctours.de\/en\/wp-json\/wp\/v2\/pages\/1439\/revisions"}],"predecessor-version":[{"id":2262,"href":"https:\/\/muctours.de\/en\/wp-json\/wp\/v2\/pages\/1439\/revisions\/2262"}],"wp:attachment":[{"href":"https:\/\/muctours.de\/en\/wp-json\/wp\/v2\/media?parent=1439"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}