#Haus {
	background:#eee;
	background-size:cover;
	padding-bottom:30px;
}
div.Haus_container {
	text-align:center;
}
div.Haus_bilder{
	display:grid;
	grid-template-columns: 1fr 1fr;
	margin-left:auto;
	margin-right:auto;
	width:80%;
	max-width:1200px;
}
div.Haus_bilder img{
	width:90%;
	height:auto;
	max-width:600px;
}
div.Haus_text{
	margin:15px auto;
	text-align:left;
	vertical-align:top;
	width:80%;
	max-width:1200px;
}
div.Haus_text p.headline {
	font-style:italic;
	font-weight:bold;
	margin-bottom:20px;
}
@media (max-device-width: 640px) {
	.wegfall_640 {
		display:none;
	}
	 div.Haus_bilder{
		 display:block;  
  }
}
@media (min-device-width: 1280px) {
	#Haus {
		padding-bottom:60px;
	}
  #Haus_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-device-width: 1600px) {
	#Haus_wrapper {
		width:1600px;
		margin-left:auto;
		margin-right:auto;
	}	
}