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', sams-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: #5d7177;}

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;}
/* HADER************************/

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

#logo {
  width: 140px;
  float: left;
  margin: 4px 0 0 -20px;
}
#logo:hover {opacity: 0.5;}
#logo img {width: 42%;}


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

header nav ul li {
  float: left;
  margin-left: 25px;
}
header nav ul li a {font-size: 16px;  }
header nav ul li:hover{padding-top: 5px;}

/* HOME************************/

#home {
  background: url(img/landing.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: 25px
}
#home img {
  width: 32px;
  margin-top: 150px;
  opacity:0.7;
}

#home img:hover{
  opacity: 1;
}

/* ABOUT************************/

#about img {
  width: 240px;
}
#about 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);
}
#about h4 {font-size: 25px;}
#about p {width: 700px; margin: 0 auto 0 auto;}

/* LEISTUNG************************/

#leistung h4 {font-size: 25px;}
#leistung p {width: 700px; margin: 0 auto 0 auto;}
/* WORK************************/

#work {
  background-color: #f0f0f0;
}
#work h3{
margin-top: 0px;

}
#Projects {
  width: 1228px;
  margin: 0 auto 0 auto;
}
#Projects ul {
  padding: 0;
}

#Projects ul li {
  width: 33,333%;
  float: center;
  margin-left:15px;
}
#Projects img {

    width: 439px;
    height: 738px;
  border-radius: 5px;
}


#Projects 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);
}
/* WORK************************/


#contact li1 {
  float: left;
  margin-left: 25px;}

  #contact li2 {
    float: left;
    margin-left: 76px;}

    #contact li3 {
      float: left;
      margin-left: 68px;}

      #contact li4 {
        float: left;
        margin-left: 71px;}

        #contact li5 {
          float: left;
          margin-left: 18px;}







/*form input, textarea{
  font-family: 'Roboto Slab',serif;
  font-size: 15px;
  margin-bottom: 10px;
  border-radius: 2px;
  border: 2px solid;
  border-color: #494949;
}
form input{
  width: 552px;
  height: 200px;
}
form textarea{
  width: 550px;
  height: 200px;
  resize: none;
}
.input_text{
  color: #494949
  padding-left: 10px;
}******/


#footer{

  background-color: #f0f0f0;



}

#footer ul li{
  margin-top: 20px;
}
