var breite = screen.width;
if (breite >= 1024)
window.location.replace('index3.html');
else
if (breite <= 800)
window.location.replace('index3.html');

