
body{
	background: url(https://www.villabremen-sprachreisen.de/wp-content/uploads/2018/08/CSC1832_christophschiffer.jpg) no-repeat;
	background-size: cover;
	font-family: Arial, sans-serif;
	font-size: 21px
}

.info{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px;
	background: rgba(255,255,255,.3);
	margin: 10px
		
}
h1{font-size: 220%;}

.contact{
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 20px;
	background: rgba(255,255,255,.3);
	margin: 10px;
	font-size: 150%
}


@media (max-width: 900px){
	body{
		background-position: center center;
		background-size: auto
	}
	.info, .contact{
		position: relative;
		text-align: center;
		margin-bottom: 20px;
		background: rgba(0,0,0,.4);
		
		color: #fff
		
	}
	
	

}
