a.overview {
  text-decoration: none;
}

a.overview img {
  height:95px;
  width:auto;
}

p.overview {
  width:200px;
}

img.links {
  height:30px;
}

img.rechts {
  height:30px;
  margin-left:40px;
}

div.scrollableAuto {
	 height:310px;
}

div.h230 {
  height:380px;
}

div.h240 {
  height:335px;
}
div.h250 {
  height:360px;
}

/*responsiveness*/

/* size L */
@media screen and (max-width:1024px) { 
  a.overview img {
   height:76px;
  }
  p.overview {
   width:180px;
  }
  div.scrollableAuto {
	  height:240px;
  }
  div.h230 {
   height:300px;
  }
  div.h250 {
   height:280px;
  }
}
/* size M */
@media screen and (max-width:860px) { 
  a.overview img {
   height:135px;
  }
  p.overview {
   width:auto;
  }
  div.scrollableAuto {
	  height:auto;
    padding-bottom:20px;
  }
}

/* size S */
@media screen and (max-width:680px) { 
  div.sp1 {
	 float:left;
	 width:50%;
	 padding: 0px 20px 20px 0px;
  }

  div.sp2 {
	 float:left;
	 width:50%;
	 padding: 0px 0px 20px 20px;
  }
  
  a.overview img {
   height:100px;
  }
  img.rechts {
   margin-left:20px;
  }
  
}

/* size XS */
@media screen and (max-width:530px) { 
  div.sp1, div.sp2 {
	 float:none;
	 width:100%;
	 padding: 0px 0px 0px 0px;
  }
  
  a.overview img {
   height:128px;
  }
  img.links {
    margin-bottom:20px;
  }
  img.rechts {
   margin-left:50px;
    margin-bottom:20px;
}
}