html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  text-align: center;
}

section {
  min-height: 100%;
}

a {
  text-decoration: none;
}
li {
  list-style-type: none;
}

h1, h2, h3, a {
  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: 0px;
  margin:0 auto 40px auto;
}

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: white; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
z-index: 1;
}

#logo {
  width: 140px;
  float: left;
  margin-left: 10px 0 0 50px;
  }
#logo img {
  width: 100%;
}

#logo_de {
  width: 100px;
  float: left;


  }
#logo_de img {
  width: 60%;
}

#logo_en {
  width: 100px;
  float: left;

  }
#logo_en img {
  width: 60%;
}

#logo_ru {
  width: 100px;
  float: left;

  }
#logo_ru img {
  width: 60%;
}


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/inside.jpg);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

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

#home h2 {
  margin: 0 auto 0 auto;
  font-size: 24px;
}

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

#home img:hover {
  opacity: 1;
}

/*-----------Services---------*/

#services img{
  width: 200px;
}

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

#services h4 {
  font-size: 20px;
}

#services p {
  width: 800px;
  margin: 0 auto 0 auto;
}

/*-----------Fuhrpark---------*/

#fahrzeuge {
  background-color: #f0f0f0;
}

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

#album ul {
  padding: 0;
}

#album ul li {
  width: 33.3%;
  float: left;
  margin-bottom: 15px;
}

/*-----------Tarife---------*/
#tarife {
  background-color: #f0f0f0;
  background: url(img/inside2.jpg);
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

#tarife h4 {
  font-size: 20px;
}

#tarife p {
  width: 800px;
  margin: 0 auto 0 auto;
}
