/******************************** 1px oben bei Slideshow */
#main .row.content {
  margin-top: -1px; !important
}

/******************************** Farbanpassungen */
#content .border_black {
  min-height: 20px;
  padding: 19px 19px 9px 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

/******************************** Abstände */
#content .mt0 {
  margin-top: 0px;
}

#content #landingpage .mt0 {
  margin-top: 0px;
}

/******************************** Anpassung ul und li bei News-Portlets */

#content ul.portlet {
  padding-left: 0;
  margin-left: 0;
}

#content li.portlet-item {
  border-bottom: 1px dotted #e3e3e3;
  list-style-type: none;
  padding: 10px 10px;
}

#content li.portlet-item a {
  font-size: 120%;
}

#content li.portlet-item div {
  margin-top: 5px;
  margin-bottom: 5px;
}