html, body {margin: 0px; padding: 0px; height: 100%; text-align: center;}
h1, h2, h3, p {font-family: 'Roboto', serif;}
#home h1 {font-size: 30px;}
#home h2 {font-size: 20px;}
#home h3 {font-size: 10px;}
section{  min-height: 60%;}

a{
  text-decoration: none;
}

li{
  list-style-type: none;
}

#home hr {
  width: 450px;
  height: 1px;
  background: #494949;
  border: 0px;
  margin: 0;
  margin: 0 auto 40px auto;
}


#home h1 {
  padding-top: 15%;
  margin-bottom: 2%;
}

#home {
  background: url(../img/gewerbepark6.jpg);
  background-position: center 60px;
  background-size: 430px 220px;
  background-attachment: fixed;
	background-repeat: no-repeat;
}

#home h1, h2, h3 {
  color: black;
}


footer {
  width: 100%;
  height: 220px;
  background-color: #3f3f3f;
}

footer p{
  font-family: 'Roboto Slab', serif;
  font-size: 12px;
  color: #f0f0f0;
  padding-top: 30px;
}

footer p {
  margin-top: 0px;

}
