div#header{
  height:400px;
  background-color:#F1EAB4;
  background-image:url(../img/berg.png);
  background-size:auto 40%;
  background-repeat:repeat-x;
  background-position:bottom center;
}

div#header div#wald{
  width:100%;
  height:100%;
  background-image:url(../img/wald.png);
  background-repeat:repeat-x;
  background-size: auto 20%;
  background-position: center bottom;
}

div#header div#wald div#logo{
  width:100%;
  max-width:1000px;
  height:100%;
  margin: 0px auto;
  background-image:url(../img/logo_neu.png);
  background-repeat:no-repeat;
  background-size: auto 60%;
  background-position:center 10%;
}
div#content img{
  width:90%;
  height:auto;
  margin:0px auto;
}

/* Mobile View */
@media only screen and (max-width: 660px){
  body{
    min-width:0px;
  }
  div#header{
    z-index:10;
    height:200px;
  }
  div.naviholder{
    z-index:20;
  }
  div#navi{
    background: url(../img/logo.png) 90% 7.5px/auto 60px no-repeat, url(../img/wald.png) center 37.5px/auto 37.5px repeat-x, url(../img/berg.png) top center/auto 67.5px repeat-x;
    background-color:#8EB085;
    padding-right:25%;
  }
  div#quicklinks{
    position:fixed;
    left:75%;
  }
  div#header div#wald div#logo{
    background-position:center 10%;
  }
  div#content{
  margin-top:200px;
    padding:10px 0px;
    clear:both;
  }
}