#hgf-banner{
  	position:relative;
  	margin-bottom: 30px;
	margin-top: 30px;
}

  #hgf-banner p {
  	background-image: url(http://www.uibk.ac.at/iezw/heimgeschichteforschung/images/header-heimgeschichte-1000x250px.jpg);	
  	top: 0px; 
  	left: 0px; 
  	height: 225px; 
  	width: 100%; 
  	background-repeat: no-repeat; 
  	position: relative;
  	font-size: 22px;
  	padding: 182px 10px 10px 10px;
  	text-align: right;
	color: #878787;
  }


@media (min-width: 768px) {
  #hgf-banner p {
  	background-image: url(https://www.uibk.ac.at/iezw/heimgeschichteforschung/images/header-heimgeschichte-1000x250px.jpg);	
  	top: 0px; 
  	left: 0px; 
  	height: 225px; 
  	width: 100%; 
  	background-repeat: no-repeat; 
  	position: relative;
  	font-size: 27px;
  	padding: 180px 10px 10px 10px;
  	text-align: right;
	color: #878787;
  }
}