html, body {margin: 0px; padding: 0px; height: 100%;text-align: center;}
section {min-height: 100%;}
a {text-decoration: none;}
li {list-style: none;}

h1, h2, h3, a, .button {font-family:"Roboto", sans-serif;font-weight: 500;color: #494949; text-transform: uppercase;}

h2 {
  color: #5d7177
}

h3 {
  font-size: 40px;
  padding-top: 8%;
  margin-bottom: 5px;
}

h4, p {
  font-family: "Roboto Slab", serif;
  color: #494949;
}

hr {
width: 30px;
height: 3px;
background: #494949;
border: 0;
margin: 0 auto 40px auto;
}

#logo, li, img {transition: all 300ms; -webkit-transition: all 300ms; -moz-transition: all 300ms; -o-transition: all 300ms;}

/* HEADER  */

header{
  width: 100%;
  height: 65px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

#logo {
 width: 140px;
 float: left;
 margin: 10px 0px 0 50px;

}

#logo:hover {
  opacity: 0.5;
}

#logo img {
  width: 150%;
}

header nav {
  float: right;
  margin: 10px 50px 0 0;
}

header nav ul li {
  float: left;
  margin-right: 25px;

}

header nav ul li a{
  font-size: 16px;
}

header nav ul li:hover {
  padding-top: 5px;
}

/* Home */

#home {
  background: url(img/landingpage.jpg);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

  #home h1 {
  margin: 240px auto 0 auto;
  font-size: 110px;
  -color: #203b89;
  color: #ffff00;
}

#home h2 {
  margin: 0 auto 0 auto;
  font-size: 25px;
  color: #fff;
}

#home img {
  width: 32px;
  margin-top: 150px;
  opacity: 0.7;
}

#home img:hover {
  opacity: 1;
}

/* Über */

#ueber {
  background-color: #f0f0f0;
}

#ueber img {
  width: 240px;
  background-color: #f0f0f0;
}

#ueber img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

#ueber h4 {
  font-size: 25px;
}

#ueber p {
  width: 700px;
  margin: 0 auto 0 auto;
}

/* Anreise */

#anreise {
  background-color: #f0f0f0;
  background: url(img/anreise.png);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

#stationen {
  width: 900px;
  margin: 0 auto 0 auto;
}

#stationen ul {
  padding: 0;
}

#stationen ul li {
  width: 33,3%;
  float: left;
  margin: 0 15px 15px 0 ;
}

#stationen img {
 width: 280px;
 height: 170px;
 border-radius: 5px;
}

#stationen img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}

/* aufenthalt */

#aufenthalt {
  background-color: #fff;
  background: url(img/landingpage.jpg);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

#hinweise {
  width: 900px;
  margin: 0 auto 0 auto;
}

#hinweise ul {
  padding: 0;
}

#hinweise ul li {
  width: 33,3%;
  float: left;
  margin: 0 15px 15px 0 ;
}

#hinweise img {
 width: 280px;
 height: 170px;
 border-radius: 5px;
}

#hinweise img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}

/* Impressum */

#impressum {
  background-color: #f0f0f0;
}

#impressum img {
  width: 240px;
  background-color: #f0f0f0;
}

#impressum img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

#impressum h4 {
  font-size: 25px;
}

#impressum p {
  width: 700px;
  margin: 0 auto 0 auto;
}

/* Kontakt */

form input, textarea {
  font-family: "Roboto Slab", serif;
  font-size: 15px;
  margin-bottom: 10px;
  border-radius: 2px;
  border: 2px solid;
  border color: #494949;
  outline: none;
}

form input:first-child {
  margin-top: 10px;
  }

form input {
  width: 552px;
  height: 30px;
}

form textarea {
  width: 552px;
  height: 200px;
  resize: none;
}

.input_text {
 color: #494949;
 padding-left: 10px;
}

::-webkit-input-placeholder {COLOR: #999999;}
::-moz-placeholder {COLOR: #999999;}
:-ms-input-placeholder {COLOR: #999999;}
:-moz-placeholder {COLOR: #999999;}

.button {
background-color: #f0f0f0;
color: #494949;
width: 568px;
height: 50px;
}

.button:hover{
  background-color: #494949;
  color: #f0f0f0;
}

/* footer */

footer {
  width: 100%;
  height: auto;
  background-color: #f0f0f0;
}

footer p {
  padding-top: 20px;
  padding-bottom: 10px;
}

footer nav {
  padding-top: 10px;
  float: center;
  margin: 0px auto 0 auto;
}

footer nav ul li {
  float: center;
  margin: 10px auto 0 auto;
}

footer nav ul li a{
  font-size: 16px;
}

footer nav ul li:hover {
  padding-top: 5px;
}
