Unsere Welt der Massagen

Tradition, Wohlfühlen, Schönheit seit 17 Jahren

Willkommen bei Baan Thai – Traditionelle Thaimassage & Wellness in Fürstenfeldbruck.
Seit über 17 Jahren stehen wir für authentische thailändische Massagen, die Körper und Geist in Einklang bringen. In stilvollem, ruhigem Ambiente nehmen wir Sie mit auf eine Reise in die Welt fernöstlicher Entspannungskunst.

Unsere erfahrenen Therapeutinnen und Therapeuten kombinieren traditionelle Techniken mit modernen Wohlfühl-Anwendungen, um Ihre Gesundheit zu fördern, Verspannungen zu lösen und Ihr inneres Gleichgewicht zu stärken.

Ob klassische Thai-Massage, Aromaöl-Behandlung, Kräuterstempelmassage oder unsere beliebten Wellness-Pakete – bei uns finden Sie Ihre persönliche Auszeit vom Alltag.

Baan Thai bedeutet „Haus des Wohlbefindens“ – und genau das möchten wir Ihnen bieten.

Wo Körper und Seele Harmonie finden

Massagen, die berühren 

Angebote im Überblick

Entdecken Sie unsere vielfältigen Massage-Kategorien – perfekt abgestimmt auf Ihre Bedürfnisse. Ob wohltuende Kombinationen, klassische Anwendungen, spezielle Massagen oder Beauty-Highlights: Hier finden Sie Ihr persönliches Verwöhnprogramm.

Wohlfühl-Pakete

Ideal für alle, die eine längere Verwöhnzeit buchen möchten und mehrere Elemente kombinieren wollen

Klassische Massagen

Ideal bei Verspannungen, zur Regeneration oder einfach zum Auftanken.

Spezialmassagen

Empfohlen für spezielle Bedürfnisse oder tiefere Entspannungserlebnisse.

Beauty & Kopfbereich

Sanfte Anwendungen für Gesicht und Kopf – für frische Ausstrahlung und tiefes Wohlbefinden

Wo Entspannung beginnt und Stress endet

Wohlfühl-Pakete

Unsere Pakete verbinden verschiedene Massage- und Pflegeelemente zu einem harmonischen Gesamterlebnis. Ob Golden Asia, Siebter Himmel, Paradise oder Partner-Massage – jedes Paket ist ein besonderes Ritual für Körper und Seele. Perfekt, um abzuschalten und sich selbst oder jemandem eine Freude zu machen.

Golden Asia

Eine wohltuende Aromamassage kombiniert mit einer vitalisierenden Fußmassage und sanften Gesichtsreinigung mit Peeling – für ein ganzheitlich frisches Körpergefühl.
.goldenasia-tabs { max-width: 600px; margin: 0 auto; font-family: 'Poppins', sans-serif; color: #fff; } .goldenasia-tabs .tab-buttons { display: flex; justify-content: center; margin-bottom: 10px; } .goldenasia-tabs .tab-buttons button { padding: 6px 10px; border: 2px solid #F37021; background: transparent; color: #fff; font-weight: 700; border-radius: 4px; cursor: pointer; } .goldenasia-tabs .tab-buttons button.active { background: #000; } .goldenasia-tabs .tab-content { display: none; border: 2px solid #F37021; border-radius: 4px; padding: 12px; } .goldenasia-tabs .tab-content.active { display: block; } .goldenasia-tabs .tab-content p { margin: 6px 0; }

Einzelpreis: 110 €

statt 126 €

function switchGoldenAsiaTab(btn) { const container = btn.closest('.goldenasia-tabs'); container.querySelectorAll('.tab-buttons button').forEach(b => b.classList.remove('active')); container.querySelectorAll('.tab-content').forEach(c => c.classList.remove('active')); btn.classList.add('active'); const target = btn.get

Paradise

Sanfte Aromamassage, entspannende Kopfmassage und Hand- sowie Fußmassage – pure Entspannung für zwischendurch.
.paradise-tabs { max-width: 600px; margin: 0 auto; font-family: 'Poppins', sans-serif; color: #fff; } .paradise-tabs .tab-buttons { display: flex; justify-content: center; margin-bottom: 10px; } .paradise-tabs .tab-buttons button { padding: 6px 10px; border: 2px solid #F37021; background: transparent; color: #fff; font-weight: 700; border-radius: 4px; cursor: pointer; } .paradise-tabs .tab-buttons button.active { background: #000; } .paradise-tabs .tab-content { display: none; border: 2px solid #F37021; border-radius: 4px; padding: 12px; } .paradise-tabs .tab-content.active { display: block; } .paradise-tabs .tab-content p { margin: 6px 0; }

Einzelpreis: 82 €

statt 90 €

function switchParadiseTab(btn) { const container = btn.closest('.paradise-tabs'); container.querySelectorAll('.tab-buttons button').forEach(b => b.classList.remove('active')); container.querySelectorAll('.tab-content').forEach(c => c.classList.remove('active')); btn.classList.add('active'); const target = btn.getAttribute('data-target'); container.querySelector('#' + target).classList.add('active'); }

Harmony Partner Massage

Entspannen Sie Seite an Seite und genießen Sie die gemeinsame Auszeit im stilvollen Ambiente.
.harmony-tabs { max-width: 600px; margin: 0 auto; font-family: 'Poppins', sans-serif; color: #fff; } .harmony-tabs .tab-buttons { display: flex; gap: 5px; justify-content: center; margin-bottom: 10px; } .harmony-tabs .tab-buttons button { flex: 1; padding: 6px 10px; border: 2px solid #F37021; background: transparent; color: #fff; font-weight: 700; border-radius: 4px; cursor: pointer; transition: background 0.3s; } .harmony-tabs .tab-buttons button.active { background: #000; } .harmony-tabs .tab-content { display: none; border: 2px solid #F37021; border-radius: 4px; padding: 12px; } .harmony-tabs .tab-content.active { display: block; } .harmony-tabs .tab-content p { margin: 6px 0; }

Preis pro Paar: 99 €

statt 110 €

Preis pro Paar: 145 €

statt 158 €

Preis pro Paar: 179 €

statt 196 €

function switchHarmonyTab(btn) { const container = btn.closest('.harmony-tabs'); container.querySelectorAll('.tab-buttons button').forEach(function(b) { b.classList.remove('active'); }); container.querySelectorAll('.tab-content').forEach(function(c) { c.classList.remove('active'); }); btn.classList.add('active'); const target = btn.getAttribute('data-target'); const tab = container.querySelector('#' + target); if (tab) { tab.classList.add('active'); } }

Siebter Himmel

Die Kombination aus Kräuterstempelmassage, erfrischender Fußmassage und Gesichtsreinigung mit Peeling bringt Körper und Geist ins Gleichgewicht.
.himmel-tabs { max-width: 600px; margin: 0 auto; font-family: 'Poppins', sans-serif; color: #fff; } .himmel-tabs .tab-buttons { display: flex; justify-content: center; margin-bottom: 10px; } .himmel-tabs .tab-buttons button { padding: 6px 10px; border: 2px solid #F37021; background: transparent; color: #fff; font-weight: 700; border-radius: 4px; cursor: pointer; } .himmel-tabs .tab-buttons button.active { background: #000; } .himmel-tabs .tab-content { display: none; border: 2px solid #F37021; border-radius: 4px; padding: 12px; } .himmel-tabs .tab-content.active { display: block; } .himmel-tabs .tab-content p { margin: 6px 0; }

Einzelpreis: 118 €

statt 129 €

function switchHimmelTab(btn) { const container = btn.closest('.himmel-tabs'); container.querySelectorAll('.tab-buttons button').forEach(b => b.classList.remove('active')); container.querySelectorAll('.tab-content').forEach(c => c.classList.remove('active')); btn.classList.add('active'); const target = btn.getAttribute('data-target'); container.querySelector('#' + target).classList.add('active'); }

Paradise

Sanfte Aromamassage, entspannende Kopfmassage und Hand- sowie Fußmassage – pure Entspannung für zwischendurch.
.paradise-tabs { max-width: 600px; margin: 0 auto; font-family: 'Poppins', sans-serif; color: #fff; } .paradise-tabs .tab-buttons { display: flex; justify-content: center; margin-bottom: 10px; } .paradise-tabs .tab-buttons button { padding: 6px 10px; border: 2px solid #F37021; background: transparent; color: #fff; font-weight: 700; border-radius: 4px; cursor: pointer; } .paradise-tabs .tab-buttons button.active { background: #000; } .paradise-tabs .tab-content { display: none; border: 2px solid #F37021; border-radius: 4px; padding: 12px; } .paradise-tabs .tab-content.active { display: block; } .paradise-tabs .tab-content p { margin: 6px 0; }

Einzelpreis: 82 €

statt 90 €

function switchParadiseTab(btn) { const container = btn.closest('.paradise-tabs'); container.querySelectorAll('.tab-buttons button').forEach(b => b.classList.remove('active')); container.querySelectorAll('.tab-content').forEach(c => c.classList.remove('active')); btn.classList.add('active'); const target = btn.getAttribute('data-target'); container.querySelector('#' + target).classList.add('active'); }

Klassische Massagen

Traditionelle Thaimassage, Aromaöl-Massage, Deep Thai oder Fußmassage – unsere Klassiker helfen, Verspannungen zu lösen, die Beweglichkeit zu fördern und neue Energie zu tanken. Für alle, die Körper und Geist wieder ins Gleichgewicht bringen möchten.

Traditionelle Thaimassage (ohne Öl)

Dehnungen, Akupressur und Mobilisation – steigert die Beweglichkeit und löst Verspannungen.
.thai-tabs { max-width: 600px; margin: 0 auto; font-family: 'Poppins', sans-serif; color: #fff; } .thai-tabs .tab-buttons { display: flex; gap: 5px; justify-content: center; margin-bottom: 10px; } .thai-tabs .tab-buttons button { flex: 1; padding: 6px 10px; border: 2px solid #F37021; background: transparent; color: #fff; font-weight: 700; border-radius: 4px; cursor: pointer; transition: background 0.3s; } .thai-tabs .tab-buttons button.active { background: #000; } .thai-tabs .tab-content { display: none; border: 2px solid #F37021; border-radius: 4px; padding: 12px; } .thai-tabs .tab-content.active { display: block; } .thai-tabs .tab-content p { margin: 6px 0; color: #fff; } .thai-tabs .tab-content .save { color: #fff; font-size: 0.9em; margin-left: 8px; }

Einzelpreis: 55 €

5er-Karte: 255 € (Ersparnis: 20 €)

10er-Karte: 485 € (Ersparnis: 90 €)

Einzelpreis: 79 €

5er-Karte: 370 € (Ersparnis: 25 €)

10er-Karte: 700 € (Ersparnis: 90 €)

Einzelpreis: 99 €

5er-Karte: 460 € (Ersparnis: 35 €)

10er-Karte: 890 € (Ersparnis: 100 €)

function switchThaiTab(btn) { const wrapper = btn.closest('.thai-tabs'); wrapper.querySelectorAll('.tab-buttons button').forEach(b => b.classList.remove('active')); wrapper.querySelectorAll('.tab-content').forEach(c => c.classList.remove('active')); btn.classList.add('active'); const target = btn.getAttribute('data-target'); wrapper.querySelector(`#${target}`).classList.add('active'); }

Aromaöl-Massage

Beruhigende Öle und sanfte Berührungen bringen Körper und Geist in Einklang.
.aromaoel-tabs { max-width: 600px; margin: 0 auto 30px auto; font-family: 'Poppins', sans-serif; color: #fff; } .aromaoel-tabs .tab-buttons { display: flex; gap: 5px; justify-content: center; margin-bottom: 10px; } .aromaoel-tabs .tab-buttons button { flex: 1; padding: 6px 10px; border: 2px solid #F37021; background: transparent; color: #fff; font-weight: 700; border-radius: 4px; cursor: pointer; transition: background 0.3s; } .aromaoel-tabs .tab-buttons button.active { background: #000; } .aromaoel-tabs .tab-content { display: none; border: 2px solid #F37021; border-radius: 4px; padding: 12px; } .aromaoel-tabs .tab-content.active { display: block; } .aromaoel-tabs .tab-content p { margin: 6px 0; color: #fff; }

Einzelpreis: 55 €

5er-Karte: 255 €

10er-Karte: 485 €

Einzelpreis: 79 €

5er-Karte: 370 €

10er-Karte: 700 €

Einzelpreis: 99 €

5er-Karte: 460 €

10er-Karte: 890 €

function switchAromaTab(btn) { const wrapper = btn.closest('.aromaoel-tabs'); wrapper.querySelectorAll('.tab-buttons button').forEach(b => b.classList.remove('active')); wrapper.querySelectorAll('.tab-content').forEach(c => c.classList.remove('active')); btn.classList.add('active'); const target = btn.getAttribute('data-target'); wrapper.querySelector(`#${target}`).classList.add('active'); }

Deep Thai Massage (Thai + Öl)

Kräftige Griffe und tiefe Lockerung für verspannte Muskeln.
.deepthai-tabs { max-width: 600px; margin: 0 auto 30px auto; font-family: 'Poppins', sans-serif; color: #fff; } .deepthai-tabs .tab-buttons { display: flex; gap: 5px; justify-content: center; margin-bottom: 10px; } .deepthai-tabs .tab-buttons button { flex: 1; padding: 6px 10px; border: 2px solid #F37021; background: transparent; color: #fff; font-weight: 700; border-radius: 4px; cursor: pointer; transition: background 0.3s; } .deepthai-tabs .tab-buttons button.active { background: #000; } .deepthai-tabs .tab-content { display: none; border: 2px solid #F37021; border-radius: 4px; padding: 12px; } .deepthai-tabs .tab-content.active { display: block; } .deepthai-tabs .tab-content p { margin: 6px 0; color: #fff; }

Einzelpreis: 59 €

5er-Karte: 280 €

10er-Karte: 530 €

Einzelpreis: 85 €

5er-Karte: 400 €

10er-Karte: 760 €

Einzelpreis: 110 €

5er-Karte: 520 €

10er-Karte: 995 €

function switchDeepthaiTab(btn) { const wrapper = btn.closest('.deepthai-tabs'); wrapper.querySelectorAll('.tab-buttons button').forEach(b => b.classList.remove('active')); wrapper.querySelectorAll('.tab-content').forEach(c => c.classList.remove('active')); btn.classList.add('active'); const target = btn.getAttribute('data-target'); wrapper.querySelector(`#${target}`).classList.add('active'); }

Fußmassage

Aktiviert die Reflexzonen, erfrischt Beine und Geist.
.fussmassage-tabs { max-width: 600px; margin: 0 auto 30px auto; font-family: 'Poppins', sans-serif; color: #fff; } .fussmassage-tabs .tab-buttons { display: flex; gap: 5px; justify-content: center; margin-bottom: 10px; } .fussmassage-tabs .tab-buttons button { flex: 1; padding: 6px 10px; border: 2px solid #F37021; background: transparent; color: #fff; font-weight: 700; border-radius: 4px; cursor: pointer; transition: background 0.3s; } .fussmassage-tabs .tab-buttons button.active { background: #000; } .fussmassage-tabs .tab-content { display: none; border: 2px solid #F37021; border-radius: 4px; padding: 12px; } .fussmassage-tabs .tab-content.active { display: block; } .fussmassage-tabs .tab-content p { margin: 6px 0; color: #fff; }

Einzelpreis: 35 €

5er-Karte: 159 €

10er-Karte: 300 €

+8 € Aufpreis mit Kräuterstempel oder Hot Stone

Einzelpreis: 55 €

5er-Karte: 255 €

10er-Karte: 485 €

+8 € Aufpreis mit Kräuterstempel oder Hot Stone

function switchFussTab(btn) { const wrapper = btn.closest('.fussmassage-tabs'); wrapper.querySelectorAll('.tab-buttons button').forEach(b => b.classList.remove('active')); wrapper.querySelectorAll('.tab-content').forEach(c => c.classList.remove('active')); btn.classList.add('active'); const target = btn.getAttribute('data-target'); wrapper.querySelector(`#${target}`).classList.add('active'); }

Spezialmassagen

Hier finden Sie Anwendungen mit besonderer Wirkung: Kräuterstempel, Hot Stone, Tok-Sen oder Sportmassage – kombiniert mit jahrhundertealter Erfahrung. Diese Massagen sind ideal für tiefe Entspannung, gezielte Lockerung oder zur Unterstützung bei speziellen Bedürfnissen.

Kräuterstempelmassage

Wärme und Kräuteraromen lösen Verspannungen und fördern die Durchblutung.
.kraeuter-tabs { max-width: 600px; margin: 0 auto 30px auto; font-family: 'Poppins', sans-serif; color: #fff; } .kraeuter-tabs .tab-buttons { display: flex; gap: 5px; justify-content: center; margin-bottom: 10px; } .kraeuter-tabs .tab-buttons button { flex: 1; padding: 6px 10px; border: 2px solid #F37021; background: transparent; color: #fff; font-weight: 700; border-radius: 4px; cursor: pointer; transition: background 0.3s; } .kraeuter-tabs .tab-buttons button.active { background: #000; } .kraeuter-tabs .tab-content { display: none; border: 2px solid #F37021; border-radius: 4px; padding: 12px; } .kraeuter-tabs .tab-content.active { display: block; } .kraeuter-tabs .tab-content p { margin: 6px 0; color: #fff; }

Einzelpreis: 89 €

5er-Karte: 415 €

10er-Karte: 799 €

function switchKraeuterTab(btn) { const wrapper = btn.closest('.kraeuter-tabs'); wrapper.querySelectorAll('.tab-buttons button').forEach(b => b.classList.remove('active')); wrapper.querySelectorAll('.tab-content').forEach(c => c.classList.remove('active')); btn.classList.add('active'); const target = btn.getAttribute('data-target'); wrapper.querySelector(`#${target}`).classList.add('active'); }

Hot Stone Massage

Warme Steine schenken tiefe Entspannung und lösen Blockaden.
.hotstone-box { max-width: 600px; margin: 0 auto; font-family: 'Poppins', sans-serif; color: #fff; border: 2px solid #F37021; border-radius: 4px; padding: 12px; } .hotstone-box p { margin: 6px 0; } .hotstone-box .save { color: #fff; font-size: 0.9em; margin-left: 8px; }

90 Min.

Einzelpreis: 89 €

5er-Karte: 415 € (Ersparnis: 30 €)

10er-Karte: 799 € (Ersparnis: 91 €)

Tok-Sen Thai-Klopfmassage

Die Kunst des Klopfens – tiefenwirksam und rhythmisch.
.toksen-tabs { max-width: 600px; margin: 0 auto 30px auto; font-family: 'Poppins', sans-serif; color: #fff; } .toksen-tabs .tab-buttons { display: flex; gap: 5px; justify-content: center; margin-bottom: 10px; } .toksen-tabs .tab-buttons button { flex: 1; padding: 6px 10px; border: 2px solid #F37021; background: transparent; color: #fff; font-weight: 700; border-radius: 4px; cursor: pointer; transition: background 0.3s; } .toksen-tabs .tab-buttons button.active { background: #000; } .toksen-tabs .tab-content { display: none; border: 2px solid #F37021; border-radius: 4px; padding: 12px; } .toksen-tabs .tab-content.active { display: block; } .toksen-tabs .tab-content p { margin: 6px 0; color: #fff; }

Einzelpreis: 69 €

Einzelpreis: 89 €

function switchToksenTab(btn) { const wrapper = btn.closest('.toksen-tabs'); wrapper.querySelectorAll('.tab-buttons button').forEach(b => b.classList.remove('active')); wrapper.querySelectorAll('.tab-content').forEach(c => c.classList.remove('active')); btn.classList.add('active'); const target = btn.getAttribute('data-target'); wrapper.querySelector(`#${target}`).classList.add('active'); }

Anti-Stress Massage

Fokussiert auf Nacken, Rücken und Schultern – perfekte Auszeit im Alltag.
.antistress-tabs { max-width: 600px; margin: 0 auto 30px auto; font-family: 'Poppins', sans-serif; color: #fff; } .antistress-tabs .tab-buttons { display: flex; gap: 5px; justify-content: center; margin-bottom: 10px; } .antistress-tabs .tab-buttons button { flex: 1; padding: 6px 10px; border: 2px solid #F37021; background: transparent; color: #fff; font-weight: 700; border-radius: 4px; cursor: pointer; transition: background 0.3s; } .antistress-tabs .tab-buttons button.active { background: #000; } .antistress-tabs .tab-content { display: none; border: 2px solid #F37021; border-radius: 4px; padding: 12px; } .antistress-tabs .tab-content.active { display: block; } .antistress-tabs .tab-content p { margin: 6px 0; color: #fff; }

Einzelpreis: 63 €

5er-Karte: 285 €

10er-Karte: 555 €

Einzelpreis: 90 €

5er-Karte: 415 €

10er-Karte: 779 €

function switchAntistressTab(btn) { const wrapper = btn.closest('.antistress-tabs'); wrapper.querySelectorAll('.tab-buttons button').forEach(b => b.classList.remove('active')); wrapper.querySelectorAll('.tab-content').forEach(c => c.classList.remove('active')); btn.classList.add('active'); const target = btn.getAttribute('data-target'); wrapper.querySelector(`#${target}`).classList.add('active'); }

Sportmassage

Lockert beanspruchte Muskeln vor oder nach dem Sport.
.sportmassage-tabs { max-width: 600px; margin: 0 auto 30px auto; font-family: 'Poppins', sans-serif; color: #fff; } .sportmassage-tabs .tab-buttons { display: flex; gap: 5px; justify-content: center; margin-bottom: 10px; } .sportmassage-tabs .tab-buttons button { flex: 1; padding: 6px 10px; border: 2px solid #F37021; background: transparent; color: #fff; font-weight: 700; border-radius: 4px; cursor: pointer; transition: background 0.3s; } .sportmassage-tabs .tab-buttons button.active { background: #000; } .sportmassage-tabs .tab-content { display: none; border: 2px solid #F37021; border-radius: 4px; padding: 12px; } .sportmassage-tabs .tab-content.active { display: block; } .sportmassage-tabs .tab-content p { margin: 6px 0; color: #fff; }

Einzelpreis: 63 €

5er-Karte: 285 €

10er-Karte: 555 €

Einzelpreis: 90 €

5er-Karte: 415 €

10er-Karte: 779 €

Einzelpreis: 115 €

5er-Karte: 525 €

10er-Karte: 995 €

function switchSportTab(btn) { const wrapper = btn.closest('.sportmassage-tabs'); wrapper.querySelectorAll('.tab-buttons button').forEach(b => b.classList.remove('active')); wrapper.querySelectorAll('.tab-content').forEach(c => c.classList.remove('active')); btn.classList.add('active'); const target = btn.getAttribute('data-target'); wrapper.querySelector(`#${target}`).classList.add('active'); }

Schwangerschaftsmassage

Sanfte Massage für werdende Mütter – entlastet Rücken und Beine.
.schwangerschaft-tabs { max-width: 600px; margin: 0 auto 30px auto; font-family: 'Poppins', sans-serif; color: #fff; } .schwangerschaft-tabs .tab-buttons { display: flex; gap: 5px; justify-content: center; margin-bottom: 10px; } .schwangerschaft-tabs .tab-buttons button { flex: 1; padding: 6px 10px; border: 2px solid #F37021; background: transparent; color: #fff; font-weight: 700; border-radius: 4px; cursor: pointer; transition: background 0.3s; } .schwangerschaft-tabs .tab-buttons button.active { background: #000; } .schwangerschaft-tabs .tab-content { display: none; border: 2px solid #F37021; border-radius: 4px; padding: 12px; } .schwangerschaft-tabs .tab-content.active { display: block; } .schwangerschaft-tabs .tab-content p { margin: 6px 0; color: #fff; } .schwangerschaft-tabs .tab-content .save { color: #fff; font-size: 0.9em; margin-left: 8px; }

Einzelpreis: 55 €

5er-Karte: 255 € (Ersparnis: 20 €)

10er-Karte: 485 € (Ersparnis: 65 €)

function switchSchwangerTab(btn) { const wrapper = btn.closest('.schwangerschaft-tabs'); wrapper.querySelectorAll('.tab-buttons button').forEach(b => b.classList.remove('active')); wrapper.querySelectorAll('.tab-content').forEach(c => c.classList.remove('active')); btn.classList.add('active'); const target = btn.getAttribute('data-target'); wrapper.querySelector(`#${target}`).classList.add('active'); }

Beauty & Kopfbereich

Gesichts- und Kopfmassagen, Anti-Aging-Behandlungen und Rückenmassagen schenken Frische, strahlende Ausstrahlung und neue Leichtigkeit. Für alle, die gezielt einzelne Partien pflegen oder den Kopf frei bekommen möchten.

Gesichts- & Kopfmassage

Sanfte Griffe für Entspannung und frische Ausstrahlung.
.gesicht-tabs { max-width: 600px; margin: 0 auto 30px auto; font-family: 'Poppins', sans-serif; color: #fff; } .gesicht-tabs .tab-buttons { display: flex; gap: 5px; justify-content: center; margin-bottom: 10px; } .gesicht-tabs .tab-buttons button { flex: 1; padding: 6px 10px; border: 2px solid #F37021; background: transparent; color: #fff; font-weight: 700; border-radius: 4px; cursor: pointer; transition: background 0.3s; } .gesicht-tabs .tab-buttons button.active { background: #000; } .gesicht-tabs .tab-content { display: none; border: 2px solid #F37021; border-radius: 4px; padding: 12px; } .gesicht-tabs .tab-content.active { display: block; } .gesicht-tabs .tab-content p { margin: 6px 0; color: #fff; }

Einzelpreis: 35 €

5er-Karte: 159 €

10er-Karte: 300 €

function switchGesichtTab(btn) { const wrapper = btn.closest('.gesicht-tabs'); wrapper.querySelectorAll('.tab-buttons button').forEach(b => b.classList.remove('active')); wrapper.querySelectorAll('.tab-content').forEach(c => c.classList.remove('active')); btn.classList.add('active'); const target = btn.getAttribute('data-target'); wrapper.querySelector(`#${target}`).classList.add('active'); }

Anti-Aging Gesicht

Straffende Gesichtsmassage für ein jugendliches Hautbild.
.antiaging-tabs { max-width: 600px; margin: 0 auto 30px auto; font-family: 'Poppins', sans-serif; color: #fff; } .antiaging-tabs .tab-buttons { display: flex; gap: 5px; justify-content: center; margin-bottom: 10px; } .antiaging-tabs .tab-buttons button { flex: 1; padding: 6px 10px; border: 2px solid #F37021; background: transparent; color: #fff; font-weight: 700; border-radius: 4px; cursor: pointer; transition: background 0.3s; } .antiaging-tabs .tab-buttons button.active { background: #000; } .antiaging-tabs .tab-content { display: none; border: 2px solid #F37021; border-radius: 4px; padding: 12px; } .antiaging-tabs .tab-content.active { display: block; } .antiaging-tabs .tab-content p { margin: 6px 0; color: #fff; }

Einzelpreis: 59 €

5er-Karte: 280 €

10er-Karte: 560 €

function switchAntiagingTab(btn) { const wrapper = btn.closest('.antiaging-tabs'); wrapper.querySelectorAll('.tab-buttons button').forEach(b => b.classList.remove('active')); wrapper.querySelectorAll('.tab-content').forEach(c => c.classList.remove('active')); btn.classList.add('active'); const target = btn.getAttribute('data-target'); wrapper.querySelector(`#${target}`).classList.add('active'); }

Rückenmassage

Gezielt gegen Verspannungen im Rücken- und Nackenbereich.
.ruecken-tabs { max-width: 600px; margin: 0 auto 30px auto; font-family: 'Poppins', sans-serif; color: #fff; } .ruecken-tabs .tab-buttons { display: flex; gap: 5px; justify-content: center; margin-bottom: 10px; } .ruecken-tabs .tab-buttons button { flex: 1; padding: 6px 10px; border: 2px solid #F37021; background: transparent; color: #fff; font-weight: 700; border-radius: 4px; cursor: pointer; transition: background 0.3s; } .ruecken-tabs .tab-buttons button.active { background: #000; } .ruecken-tabs .tab-content { display: none; border: 2px solid #F37021; border-radius: 4px; padding: 12px; } .ruecken-tabs .tab-content.active { display: block; } .ruecken-tabs .tab-content p { margin: 6px 0; color: #fff; }

Einzelpreis: 35 €

5er-Karte: 159 €

10er-Karte: 300 €

+8 € Aufpreis mit Kräuterstempel oder Hot Stone

Einzelpreis: 55 €

5er-Karte: 255 €

10er-Karte: 485 €

+8 € Aufpreis mit Kräuterstempel oder Hot Stone

function switchRueckenTab(btn) { const wrapper = btn.closest('.ruecken-tabs'); wrapper.querySelectorAll('.tab-buttons button').forEach(b => b.classList.remove('active')); wrapper.querySelectorAll('.tab-content').forEach(c => c.classList.remove('active')); btn.classList.add('active'); const target = btn.getAttribute('data-target'); wrapper.querySelector(`#${target}`).classList.add('active'); }

Echte Stimmen. Echte Entspannung

Unsere Kundinnen und Kunden schätzen vor allem die Herzlichkeit, die Qualität und die spürbare Leidenschaft für echte Entspannung. Lesen Sie selbst, was Gäste über ihre Wohlfühlmomente bei uns berichten.“

Schenken Sie echte
Entspannung!

Ob zum Geburtstag, als Dankeschön oder einfach nur so – mit einem Gutschein von Baan Thai Massage schenken Sie Momente der Ruhe, Erholung und neuen Energie.

Gönnen Sie Ihren Liebsten eine Auszeit vom Alltag – mit traditioneller Thai-Massage, wohltuenden Ölen und echter Entspannungskunst.

Ihr Weg zur Entspannung
beginnt hier

Gönnen Sie sich Ihre persönliche Auszeit. Senden Sie uns Ihre Terminanfrage – wir melden uns schnellstmöglich und finden gemeinsam Ihren passenden Wohlfühltermin

Bitte wählen Sie
Bitte wählen Sie Ihr Wunschdatum & Zeit