body {
	background-color:#fff;
}
#gallery {
	position: relative;
	margin: 0;
	background: none;
	border: none;
	z-index:1;
}
#content div.spalte img.welle.gallery {
	margin-top:240px;
}
	
#gallery figure {
	animation: wechseln 48s infinite;
	position:absolute;
	width:516px;
	height:370px;
	background-size:100% 100%;
}
@keyframes wechseln {
	0% { opacity: 0; }
	10% { opacity: 1; }
	20% { opacity: 1; }
	30% { opacity: 0; }
	100% { opacity: 0; }
}
#gallery figure:nth-of-type(2) {
	animation-delay: 8s;
	opacity: 0;
}
#gallery figure:nth-of-type(3) {
	animation-delay: 16s;
	opacity: 0;
}
#gallery figure:nth-of-type(4) {
	animation-delay: 24s;
	opacity: 0;
}
#gallery figure:nth-of-type(5) {
	animation-delay: 32s;
	opacity: 0;
}
#gallery figure:nth-of-type(6) {
	animation-delay: 40s;
	opacity: 0;
}
/* ==================================
   Mobiles und Tablets
===================================*/

@media only screen and (max-width:1211px) {
	#content figure {
		margin-bottom:0
	}
	#gallery figure {
		width:100%;
		height:70vw;
	}
	#content div.spalte img.welle.gallery {
		margin-top:46vw;
	}
}