var breite = screen.width;
if (breite >= 1024)
window.location.href="urlaub/index3.html";
else
if (breite <= 800)
window.location.href="urlaub/index3.html";

