#flugan{
	position: fixed;
	top: 50%;
	left: 50%;
}

#flugbild{
	width: 60px;
	height: 60px;
}

@media screen and (max-width: 1000px) {
	#flugbild {
		width: 90px;
		height: 90px;
	}
}