body{
  width: 85%;
  margin: auto;
  padding-left:10px;
}


.title {
  font-family:"Montserrat";
  font-size: 1.3em;
  letter-spacing: 0.2em;
  font-weight: 600;
  line-height:120%;
  margin-bottom:0.5em;
  margin-top: 5%;
}

.shoppic {
  max-width: 100%;
  float: right;
  margin-top: 1em;
}

@media screen and (max-width: 750px) {
  .shoppic{
    float:none;
    display:block;
  }

   .nav {
    float:none;
  }
}




a[target] {
  width: auto;
}

.impressum {
  font-family: "Source Sans Pro";
  font-size: 1em;
  margin-top: 2em;
  letter-spacing: 1.5px;
  color: #333333;
}

a{
  font-size: 1em;
  display: inline-block;
  margin-right: 8px;
  text-decoration: none;
  color: black;
}
