#kbs-banner{
  	position:relative;
  	margin-bottom: 30px;
    margin-top: 30px;
}

#kbs-banner h1{
  	background-image: url(https://www.uibk.ac.at/iezw/forschungen-zur-kinderbeobachtungsstation/images/banner.jpg);	
  	top: 0px; 
  	left: 0px; 
  	height: 225px; 
  	width: 100%; 
  	background-repeat: no-repeat; 
  	position: relative;
  	color: white;
  	font-size: 21px;
  	padding: 144px 10px 10px 10px;
  	text-align: right;
  	font-weight: bold;
}


@media (min-width: 768px) {
  #kbs-banner h1{
  	background-image: url(https://www.uibk.ac.at/iezw/forschungen-zur-kinderbeobachtungsstation/images/banner.jpg);	
  	top: 0px; 
  	left: 0px; 
  	height: 225px; 
  	width: 100%; 
  	background-repeat: no-repeat; 
  	position: relative;
  	color: white;
  	font-size: 27px;
  	padding: 150px 10px 10px 10px;
  	text-align: right;
  }
}