.ornament { /* Advent Animation  https://www.sliderrevolution.com/resources/css-animated-background/ */ 
	position: absolute;
	height: 90px;
	background-size: cover;
}
.creepy { /* Halloween Animation  */ 
	position: absolute;
	height: 60px;
	background-size: cover;
}
.flower { /* Frühling Animation */ 
	position: absolute;
	height: 120px;
	background-size: cover;
}
.fruit { /* Herbst Animation  https://www.sliderrevolution.com/resources/css-animated-background/ */ 
	position: absolute;
	height: 40px;
	background-size: cover;
}
.insekt { /* Insekt Animation */ 
	position: absolute;
	width: 104px;
	height: 104px;
	background-size: cover;
}
.leaf { /* Herbst Animation  https://www.sliderrevolution.com/resources/css-animated-background/ */ 
	position: absolute;
	width: 50px;
	height: 50px;
	background-size: cover;
	opacity: 0.8;
}
.spider { /* Halloween Animation */ 
	position: absolute;
	width: 50px;
	height: 50px;
	background-size: cover;
}