body {
    margin: 0;
    padding: 0;
    font-family: Verdana, sans-serif;
  	overflow: hidden; 
}

#productsImg img {
  position: absolute;
  left: -300px;
  display: block !important;
  height: 150px;
  border: 1px solid black;
}

#logo {
    position: absolute;
    top: -5%;
    width: 85%;
    height: 85%;
    margin-left: 7%;
    /* margin: -5% auto 0; */
    /* background: url("img/ayslin_header_opt.svg") no-repeat 0 -30px; */
}

#impressum {
    position: absolute;
    height: 8%;
    left: 50%;
    margin-left: -8%;
    bottom: 5%;
}

#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

#impressumContent {
    width: 290px;
    padding: 30px 30px 60px;
    display: none;
    background: #FFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7);
    -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
}

.shopImages {
    position: absolute;
    right: 20px;
    top: 30px;
    width: 160px;
}

    .shopImages img {
        margin-top: 15px;
    }
