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

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

h1, h2, h3, a, li{font-family: 'Roboto', sans-serif;font-weight: 500;color: #494949;text-transform: uppercase;}
h2{color: #494949;}
h3{font-size: 40px; padding-top: 50px ;margin-bottom: 5px;}
h4, p{font-family: 'Roboto Slab', serif;color: #494949;}

hr{width: 50px;height: 3px;background: #494949;border: 0;margin: 0 auto 40px auto;}
.button, img , li, #logo, .fa-bars{transition: all 300ms; -webkit-transition: all 300ms; -moz-transition: all 300ms; -o-transition: all 300ms;}

h3{margin: 0}
h4{font-size: 20px !important;color:white !important; text-shadow: 0 0 10px black;}

.fa-bars{display: none}

/* HEADER **********************************************/

header{
  width: 100%;
  height: 130px;
  /*position: fixed;**/
  top: 0;
  left: 0;
  /*background: #fff;**/
  background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  z-index: 1;
  /*outline: #494949 solid 5px;**/
}

#logo{
  width: 140px;
  float: left;
  margin: 5px 0 0 150px;
}

#logo:hover{
  opacity: 0.5;
}

#logo img {
  width: 100%
}

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

header nav ul li{
  float: left;
  margin-left: 50px;
}

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

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

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

#home{
  /*background: url(../img/bild1.jpeg);*/
  background: url(../img/Alpaka229.jpg);
  background-position: center 0px;
  /*background-attachment: fixed; -700px**/
  min-height: 80%;
  -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;

}

#home h1{
  margin: 0 auto 0 auto;
  font-size: 70px;
  color: #007A93;
/*  text-shadow:  1px  1px 1px white,
                  1px -1px 1px white,
                 -1px  1px 1px white,
                 -1px -1px 1px white;*/
  /*background: white;
  outline: #494949 solid 5px;**/
}

#home h2{
  margin: 100px auto 0 auto;
  font-size: 40px;
  color: #fff;
  /*background: white;**/
}

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

#home img:hover{
  opacity: 1;
}

#home hr{
  opacity: 0;
}

/* HOME2 **********************************************/
#home2 img{
  max-width: 500px;
 outline: solid 4px #007A93;
 margin-bottom: 60px;
}

#home2{
   background-color: #EEE8AA;
}



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

#about img{
  width: 300px;
  border-radius: 100px;
}

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

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

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

#about{
  background-color: #EEE8AA;
}

#notround img{
  width:70%;
  border-radius: 0;
  padding: 30px 0;
}
#notround img:hover{
  transform: scale(1.0);
  -webkit-transform: scale(1.0);
  -moz-transform: scale(1.0);
  -o-transform: scale(1.0);
}

/* BILDER **********************************************/

#work{
  background-color: #EEE8AA;
  /*min-height: 300%;*/
}

#pictures{
  width: 900px;
  height: auto;
  margin: 0 auto 0 auto;
  overflow: auto;
}

#pictures ul{
  padding: 0;
}

#pictures ul li{
  width:50%;
  margin-bottom: 10px;
  float: left;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  text-transform: none;
}

/*#pictures img{
  width: 270px;
  height: 170px;
  border-radius: 5px;
}*/

#verkauf img{
  width: 29%;
}
#verkauf ul{
  padding: 0;
}
#verkauf li{
  font-size: 20px;
  text-transform: none;
}
#verkauf b{
  text-transform: uppercase;
  font-size: 23px;
}


#verkaufbild li{
  display: inline;
  margin: 0 5px;
}
#verkaufbild{
  margin-top:15px;
  margin-bottom: 80px;
}

#pictures img{
  width: 300px;
  height: auto;
  border-radius: 5px;
}

#pictures 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);
}

/* ANFRAGE **********************************************/

#anfrage{
  margin-bottom: 80px;
  background-color: #EEE8AA;
}


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: 550px;
  height: 200px;
  resize: none;
}

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

::-webkit-input-playceholder {color: #999999}
::-moz-playceholder {color: #999999}
:-ms-input-playceholder {color: #999999}
:-moz-playceholder {color: #999999}

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

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

/* I dont know what **********************************************/

#contact p{
  width: 500px;
  margin: 0 auto 0 auto;
  color:black
}

/* KONTAKT **********************************************/

#contact img{
  width: 240px;
}

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

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


#contact{
  background-color: #EEE8AA;
  margin-bottom: 100px;
}

#contact p{
  width: 700px;
  margin: 0 auto 0 auto;
  color:black
}
#contact p a b{
  color:black;
}


/* WISSENWERTES **********************************************/

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

#wissen p{
  width: 700px;
  margin: 0 auto 0 auto;
  text-align: left;
}

#wissen ul{
  width: 700px;
  margin: 0 auto 0 auto;
  text-align: left;
  font-size: 15px;
  font-family: 'Roboto Slab', serif;
  color: #494949;
}

#wissen{
   background-color: #EEE8AA;
  min-height: 30%;
  padding-bottom: 60px;
}

#wissen h3{
  padding-top: 2%;
}


/* WANDERUNG **********************************************/

#wandern div.bild{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
  border: 10px solid white;
  width: 900px;
  height: 450px;
  overflow: hidden;
  margin-top: 60px
}

#wandern ul li{
  color: #494949;
  font-size: 18px;
  text-align: center;
  text-transform: none !important;
}

#wandern ul{
  width: 300px;
  margin: 0 auto;
  padding: 0;
}

#wandern{
  background-color: #EEE8AA;
  min-height: 30%;
}

#bild{

}


/* MAP **********************************************/
#map div{
	width: 60%;
}






/* FOOTER **********************************************/

footer{
  width: 100%;
  height: 110px;
  background-color: #3f3f3f;
  padding-bottom: 20px;
}

footer p, footer ul li{
  font-size: 12px;
  color: #f0f0f0;
  margin-bottom: 5px;
}




/* MEDIA QUERIES **********************************************/

/* TABLETS */

@media screen and (max-width: 1100px) {
  header{
    height: 90px;
    background: #fff;
    background: fixed;
  }

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

  #logo{
    width: 100px;
    margin-top: 5px;
    margin: 5px 0 0 50px;
  }

  header nav{
    margin-top:15px;
  }

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

  #home{
    min-height: 80%;
  }

  #home h1{
    font-size: 60px;
    margin-top: 0;
  }

  #home h2{
   font-size: 30px;
   margin-top: 200px;
  }

  #home2 img{
    width: 70%;
    height: auto;
  }

  h3{
  padding-top: 50px;
  }

  #about p{
    width: 80;
  }

  #wissen p{
    width: 80%;
  }

  #pictures{
    width: auto;
  }

  #pictures ul li{
    width: 100%;
    float: none;
    font-size: 20px;
  }

  #pictures ul li:last-child{
    padding-bottom: 20%;
  }

  #pictures img{
    width: 55%;
    height: auto;
  }




  form input, form textarea{
    width: 60%;
  }

  .button{
    width: 62%;
  }

  #about p, #contact p{
    width: 80%;
  }



  #wandern div.bild{
    max-width: 80%;
    margin-top: 110px;
  }



}

/* MOBILES */

@media screen and (max-width: 1080px) {
  #logo{
    width: 90px;
    margin-left: 30px;
  }

  header{
    height: auto;
  }

  #home{
    min-height: 70%;
  }


  #home2{
    min-height: 80%;
    padding-top: 40px;
  }


  header nav{
    margin:0;
    float: none;
    background-color: white;
  }

  #wandern img{
    width: 100%
  }


  #wandern div.bild{
    max-width: 90%;
    border: 5px solid white;
    width: 80%;
    height: auto;
    max-height: auto;
    margin-top: 90px;
  }

  .fa-bars{
    font-size: 23px;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    text-align: right;
    float: right;
    margin: -50px 30px 0 0;
  }

  .fa-bars:hover{
    opacity: 0.5;
  }

  header nav ul{
    height: 0;
    overflow:hidden;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  header nav ul.open{
    height: auto;
  }

  header nav ul li{
    width: 100%;
    padding: 15px 0;
    margin: 0;
    font-size: 11px;
    border-top: 1px solid #dddddd;
  }

  header nav ul li:hover{
    background-color: #eeeeee;
  }

  #home h1{
    font-size: 30px;
    margin-top:0;
  }

  #home h2{
    font-size: 20px;
    width: 100%;
    height: auto;
    margin-top: 150px;


  }

  #pictures img{
    width: 70%;
    height: auto;
  }

  #pictures ul li{
    font-size: 20px;
  }

  #home{
    /*background: url(../img/bild1.jpeg);*/
    /*background-position: -100px 0px;
    background-attachment: fixed;**/
    background-position: center 0px;
    background-size: cover;
  }

  #home2 img{
    margin-top: 25px;
    margin-bottom: 25px;
  }

  form input, form textarea{
    width: 70%;
  }

  .button{
    width: 73%;
  }

  h3 {
    font-size: 30px;
  }

  p{
    font-size: 15px;
  }

}
