/*
*
* Styling der Kategorieseite Themen
*
*/

/* reset height of the teaser containers by resetting the position absolute */
body.homepage .news-list3-container a .clickitem, 
body.ressort-init .news-list3-container a .clickitem {
  position: static;
}

/* reset height of the image container by removing the float */

.news-list3-container img {
  float: none;
}