function weiche(site) {
	if (screen.width <= 1024) {
		document.getElementById("site-style").href = "css/" + site + "_small.css"
	}
}
