/* Anpassung für Umrahmung Schwarz*/
#content .border_black {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    margin-top: 20px;
    min-height: 20px;
    padding: 19px;
}

/* Anpassung ul und li bei News-Portlets */

#content ul.portlet {
    padding-left: 0;
}

#content li.portlet-item {
    /*border-top: 1px solid #e3e3e3;*/
    list-style-type: none;
    padding: 10px 10px;
}

/*#content li:before {
  content: "\f02d"; 
  font-family: FontAwesome;
  display: inline-block;
  width: 1.3em; 
  color: #1b599c;
  font-size: 1.3em;
}*/

#content li.portlet-item a {
    font-size: 1.3em;
}

#content li.portlet-item div {
    margin-top: 5px;
    margin-bottom: 5px;
}

