#hintergrund { 
  background: url(background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
    
    font-family: 'Questrial', sans-serif;
    font-weight: 200;
    color:#fff;
	}

html,body {
  width: 100%;

}

html {
  font-size: 100%;
}


/* Typography */
h1,h2,h3, .btn {
  font-family: 'Questrial', sans-serif;
  font-weight: 200;

}

h1 {
  font-weight: normal;
  font-size: 30px;
  letter-spacing: 4px;
}

h2 {
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  margin-top: 18px;
 
}

.adresse {
  font-size: 18px;
    font-weight:100;
  letter-spacing: 2px;
  line-height: 24px;
  font-family: 'Questrial', sans-serif;
}
p{
    font-size:14px;
    letter-spacing:0.5px;
    line-height:18px;
    font-family: 'Questrial', sans-serif;
     -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

a {
  text-decoration: none !important;
    color:#fff;
}
a:hover{
    color:#00ffff;
}
a:visited,
a:focus {
  outline: none;
  text-decoration: none !important;
}

.impressum{
  position: fixed; 
  left: 0px;
  bottom: 0px; 
  height: 64px;
  width: 100%; 
  letter-spacing: 2px;
}
#home {
color: #ffffff;
background:transparent;
     position: fixed; 
  left: 0px;
  bottom: 0px; 
  height: 200px;
  width: 100%; 
text-align: center;
position:fixed;
    top:40%;

}
#impressum {
  color: #ffffff;
  margin-top:100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
        align-items: center;
  text-align: center;
  height: 100vh;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


/* Mobile Responsive */
@media (max-width: 900px) {
    #home {height: 65vh;}
     #impressum {height: 100vh;margin:100px 0 100px 0;}
   h1 {font-size: 24px; margin:10px 20px 10px;}
    h2 {font-size: 18px;margin:10px 20px 10px;}
    .adresse{font-size:14px; margin:0 80px;}
    p{font-size:14px;margin:0 20px;line-height: 18px;}
}


