/* thiemokirberg by pikku-media.at based on GRID 1200 (by PMKMedia.nl/grid) */

/* fixed header css */

header {
	z-index: 2000;
	/* position: fixed; */
	top: 0;
	width: 100%;
	/* max-height: 143px; */
}

main {
	z-index: 1000;
	/* margin-top: 75px; */ /* header height */
}

footer {
	z-index: 1000;	
}

@media screen and (max-width: 800px) {	
	
	header:hover {
		overflow: auto;
		max-height: 100%;
	}
	
}