/* Hoch- und Runterscrollen */
.header-container.down {
	transform: translate3d(0, -50px, 0);
	opacity: 0;
}