@charset "utf-8";

@media (max-width:576px){
	#umgebung { background-color: #282828 ; }	
	img {width: 50vw !important; }
	#footer { position: fixed; bottom: 0; height: 5vh; width: 100vw; background-color: #fff}
	
}
/*#umgebung .row, #umgebung, #umgebung .row div, body {border: none }*/
#umgebung {height: 100vh; 
	text-align: center; 
}
img {position: relative;
	top: 50%;
	transform: translateY(-50%);	
	width: 15vw; 

}