.meds .thumbnail {
   
    padding: 10px 10px 10px 10px;
    overflow: hidden;
    position: relative;
   border:1px solid #Fff;
    box-shadow:none;
    text-align:center;
   
}
.meds .thumbnail img {
   
   border:7px solid #F1F1F1;

}

.meds .thumbnail h3, 
.meds .thumbnail p {
    margin:0;
    padding:0;
    position:relative;
    z-index:4;
}
.meds .thumbnail h3 {
    color: #1D2159;
    margin-top:10px;
    font-size:20px;
}
.meds .thumbnail p {
    padding-bottom:20px;
	color: #666;
}

.meds .thumbnail a {
	position:relative;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	color: #1D2159;
  text-decoration:none;
  text-align: center;
    font-size:15px;
}
.meds .thumbnail a:visited {
text-decoration:none;
  text-align: center;
    font-size:15px;
}
/*-- thumbnails ende --*/
 .bild {
   
    padding: 10px 50px 10px 50px;
    overflow: hidden;
    position: relative;
 
    box-shadow:none;
    text-align:center;
   
}
 .bild img {
   
   border:7px solid #F1F1F1;

}