#logo,
#kontakt {
  width: 100%;
}
#logo img {
	margin:auto;
  display: block;
  position: relative;
  top: 10em;
  width: 250px;
}
p {
    float: none;
    text-align: center;
    margin-top: 12em;
    color: white;
    font-family: Courier New, Courier;
    font-weight: normal;
    font-size: 1.15em;
    line-height: 1.35;
}
a {
  color: white;
  background: rgba(0,0,0,0.15);
  text-decoration: none;
}
a:hover {
  background: rgba(0,0,0,0.5);
}
@media screen and (min-width: 1024px){
  img {
  	margin:auto;
    display: block;
    position: relative;
    top: 300px;
  }
}
/*@media screen and (max-width: 480px) {

	#header-background {
	background-image: url(../img/VA_Hintergrund_hoch.jpg);
	min-height: 789px;
	padding-top: 1em;
	}
}*/
