/* css für die Animation beim Warten auf den Server */

#warte {  	position: absolute;
			padding: 0px 0px 0px 0px;
			overflow: hidden;
			z-index: 10;
			background-color: rgba(255, 255, 255, 0);

}

#warte_foto.warteein {
	overflow: hidden;
	transition: transform 12s, opacity 0.5s;
	opacity: 1;
	transform: rotate( 2454deg);
}

#warte_foto {
	opacity: 0;
	height: 50px;
	width: 50px;
}