/* Der Balken dient als Zwischenueberschrift */ 

.section-aktivitaeten-des-instituts {
  background: #ffffff !important;
}
.section-aktivitaeten-des-instituts a span {
  font-weight: bold !important;
}

/* Formatierung der Nachrichten auf der Startseite */

#viewlet-below-content .portletCollection .portletItem {
  margin-top:7px !important;
  padding-left:20px;
  padding-bottom: 10px !important;
  border-bottom: 1px solid #B2C1D1;
  background: url("https://www.hu-berlin.de/bullet.gif") no-repeat scroll 0 0 transparent;
}

#viewlet-below-content .portletCollection .portletFooter {
  margin:5px;
  padding-left:15px;
}

#viewlet-below-content .portletCollection {
  margin-bottom: 2.5em !important;
}

/* Formatierung von Nachrichten und Terminen in den Listen */
dt.vevent {
  margin-bottom: 0em;
  font-weight: bold !important;
  display: list-item;
  list-style-image: url("https://www.hu-berlin.de/bullet.gif");
  list-style-position: inside;
  list-style-type: square;
}
dt.vevent a,
span.summary a {
  background-image: none !important;
  padding-left: 0 !important;
}
span.documentByLine {
  display: none;
}

.homepagebild img {
  max-width: 100%;
}