top of page
Design ohne Titel (20).png

Datenight mit Kinderprogramm

Handcrafted paper unicorn, Relevant for arts and crafts topics, paper crafting inspiration
Design ohne Titel (20).png

Kinderunterhaltung jeden Mittwochabend

Spass & Kreativität für die Kleinen: Kinderschminken, Basteln oder Vorlesen sorgen dafür, dass die Kids bestens unterhalten sind – während die Eltern entspannt geniessen können.

​

​

17.30 bis 19.30 Uhr

    
 

 

Mittwoch, 03. Dezember 2025      Glitzer-Tattoos    
Samstag, 06. Dezember 2025        Samichlaus 18.30 bis ca. 20.00
Mittwoch, 10. Dezember 2025      Guetzli verzieren
Mittwoch, 17. Dezember 2025      Weihnachtsgeschenk basteln

Abschnitts-Untertitel

bottom of page
if (typeof is_hours_script_loaded === 'undefined') { var is_hours_script_loaded = true; function getBusinessHoursDataMylsScript(scriptElement) { const hours_script = { BASE_URL: "https://api.myls.ch/api" }; const script_url = scriptElement.getAttribute("src"); const urlObj = new URL(script_url); const params = new URLSearchParams(urlObj.search); const entityId = params.get('entity_id'); const locale = params.get('locale'); const text_color = params.get('text_color'); const mode = params.get('mode'); const day_name = params.get('day_name') || 'full'; if (entityId && locale) { fetch(`${hours_script.BASE_URL}/script/get-business-hours`, { method: 'POST', headers: { 'Accept': 'application/json', 'Content-Type': 'application/json' }, body: JSON.stringify({ entity_id: entityId, locale, text_color, mode,day_name }) }).then(res => res.text()).then(data => { const container = document.createElement('div'); container.innerHTML = data; scriptElement.parentElement.appendChild(container); }).catch(err => { console.log(err, "this is error"); }); } } setTimeout(function () { document.querySelectorAll('script[id="business-hours-script"]').forEach(scriptElement => { getBusinessHoursDataMylsScript(scriptElement); }); }, 300); }