if (screen.width <= 699) {
   if (confirm("Möchten Sie zur mobilen Version von narz-avn.de wechseln?")){
     document.location = "/mobile";
   }
}


