.header {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header:before {
	content: '';
	position: absolute;
	left: 0px;
	right: 0px;
	top: 50%;
	bottom: 0px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	pointer-events: none;
}

.header > div {
	height: auto; 
}

.mitText .textfeld {
	margin-top: -100px;
}

.newsdetail {
	width: 960px;
	margin: 0 auto;
}

.newsdetail h1 {
	text-align: center;	
}

.newsdetail_gallerypic {
	margin-right: 30px;
}

.newsdetail_gallerypic:nth-child(3n+3){
	margin-right: 0px;
}

.detailinfo {
	padding-top: 20px;
	padding-bottom: 0px;
	background: rgba(0,0,0,0.5);
	margin-bottom: 30px;
}

.detailinfo > div {
	float: left;
	padding-right: 30px;
	position: relative;
	font-size: 20px;
	line-height: 25px;
	color:white;
}

.detailinfo > div.price {
	margin-left: 20px;
}

.detailinfo > div.adresse {
	float: right;
	text-align: right;
	bottom: auto;
	padding-right: 20px;
}