#banner{
width:100%;
position:relative;
margin-bottom:10px;
}

#presented{
margin-top:20px;
margin-bottom:10px;
font-size:23px;
font-weight:bold;
color:black;
}

#presented_products img{
max-width:100%;
}

#presented_products a{
position:relative;
min-height:300px;
padding:10px;
vertical-align:top;
float:left;
border:1px solid lightgrey;
text-align:center;
width:32%;
margin-right:2%;
}

#presented_products a:hover{
border:1px solid rgb(151,172,2);
}

#presented_products a:last-of-type{
margin-right:0px;
}

.presented_name{
width:100%;
display:block;
margin-bottom:10px;
text-align:left;
color:rgb(120,120,120);
}

.presented_new{
color:rgb(64,128,128);
font-weight:bold;
margin-right:5px;
}

.presented_artikel_nr{
display:inline-block;
color:rgb(120,120,120);
text-align:left;
font-weight:bold;
}

@media screen and (max-width: 370px)
{
  #presented_products a{
  width:100%;
  margin:0px;
  margin-bottom:10px;
  }

  #presented_products a:nth-of-type(3){
  margin-bottom:0px;
  }
}