Standorte Wochenmarkt Schinken-Jonny auf Google Maps
0H48C21.5 0 0 21.5 0 48v416c0 26.5 21.5 48 48 48h224c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48zM160 480c-17.7 0-32-14.3-32-32s14.3-32 32-32 32 14.3 32 32-14.3 32-32 32zm112-108c0 6.6-5.4 12-12 12H60c-6.6 0-12-5.4-12-12V60c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v312z"/> +49(0)160 - 6111 911

  • Du willst Kekse? wir haben cookies! Info
    n(){this.setSubmitState("success"),this.notify(this.dict.sendSuccess,"success")},f.prototype.processResponse=function(k){var j,f=this.dict;try{j=JSON.parse(k)}catch(l){console.error(l),j={result:"ParseError"}}switch(j.result){case"OK":this.successForm(f.sendSuccess),setTimeout(this.resetForm.bind(this),4e3);break;case"NO_SPAM":this.logError(f.markedAsSpamServerError);break;case"SEND_ERROR":this.logError(f.sendError),this.setSubmitState("initial");break;case"ParseError":this.logError(f.parseResponseError)}},f.prototype.requestStateChange=function(){var f=this.httpRequest;4===f.readyState&&(200===f.status?this.processResponse(f.responseText):(this.setSubmitState("initial"),0!==f.status&&this.logError(this.dict.httpRequestError.replace("%s",f.status))))},f.prototype.init=function(){var n,l,f=this,o=f.form,m=f.submitButton,p=o.elements;if(o.addEventListener("submit",f.submitForm.bind(f),!0),j.XMLHttpRequest?f.httpRequest=new XMLHttpRequest:j.ActiveXObject("Microsoft.XMLHTTP")&&(f.httpRequest=new ActiveXObject("Microsoft.XMLHTTP")),f.focusBound=k.bind(null,f),!f.httpRequest)return console.error("Couldn't init XMLHttpRequest"),null;for(f.formFocused=!1,l=p.length-1;l>=0;--l)"submit"!==(n=p[l]).type&&n.addEventListener("focus",f.focusBound,!1);m.value!==m.getAttribute("data-initial")&&(m.setAttribute("data-initial",m.value),f.setSubmitState("initial"))},f.prototype.send=function(k){var f=this,j=f.httpRequest;j.open("POST",f.url,!0),j.timeout=f.responseTimeout,j.ontimeout=function(){f.logError(f.dict.timeoutError),f.setSubmitState("initial")},j.send(k),j.onreadystatechange=f.requestStateChange.bind(f)},f.prototype.submitForm=function(f){var j="";return f&&(f.preventDefault(),f.stopPropagation()),this.validateForm()&&(this.setSubmitState("processing"),j=new FormData(this.form),this.send(j)),!1},f}(window);document.addEventListener("DOMContentLoaded",function(){new g(document.querySelector("form.vanilla"))}),function(){"use strict"; var f=document.querySelector(".cocoinfo"),j=document.querySelector(".cookies_ok");f&&(f.offsetHeight,!function(m){for(var k=m+"=",l=decodeURIComponent(document.cookie).split(";"),j=0;j { goToSlide(currentSlide + 1); } let slideInterval = setInterval(nextSlide, 4000); const goToSlide = (s) => { slides[currentSlide].className = 'slide'; currentSlide = (s + slides.length) % slides.length; slides[currentSlide].className = 'slide active'; } let playing = true;