header
{
	background-image: url("../dateien/bilder/zelte.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 21em;
	padding-top: 70px;
}

header p
{
	max-width: 16em;
	width: content;
	display: block;
	padding: 0;
	margin: auto;
	font-size: 3em;
	position: relative;
	left: 0;
	text-align: center;
	background-color: rgba(200, 200, 200, 0.7);
}

header img
{
	display: block;
	width: 8em;
	margin: auto;
	background-color: rgba(200, 200, 200, 0.7);
}

@media (max-width: 980px)
{
	header p
	{
		font-size: 2.5em;
	}
}