/********************************************/
/* 1px oben bei Slideshow *******************/
/********************************************/
#main .row.content {
  margin-top: -1px; !important
}


/********************************************/
/* Abstand li *******************************/
/********************************************/
#content li {
  margin-bottom: 8px;
}


/********************************************/
/* Mindesthöhe ******************************/
/********************************************/
#content .mh200 {
  min-height: 200px !important;
}

/********************************************/
/* Abstand links ****************************/
/********************************************/
#content .ml0 {
  margin-left: 0px;
}


/********************************************/
/* text-muted - graue Schrift ***************/
/********************************************/
#content .text-muted {
  color: #878787;
}


/********************************************/
/* well - graue Box *************************/
/********************************************/
#content .well {
  min-height: 20px;
  padding: 19px 19px 10px 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);
}


/********************************************/
/* Anpassung well -graue Box für LP *********/
/********************************************/
#content .well-lp {
  background-color: #fafafa;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  margin-bottom: 20px;
  margin-top: 20px;
  min-height: 20px;
  padding: 19px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.05) inset;
}


/********************************************/
/* Abstand bei .text-ein.in *****************/
/********************************************/
#content .text-ein.in {
  margin-bottom: 40px;
}


/********************************************/
/* 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: 100%;
}

#content li.portlet-item div {
  margin-top: 5px;
  margin-bottom: 5px;
}

#content li.portlet-item div content: Theo {
  color: red;
}


/********************************************/
/* ANPASSUNG NEWSBEITRAG MIT SPRACHKÜRZEL ***/
/********************************************/
#content time {
    display: none !important;
    visibility: hidden !important;
}

#content h1#newsitem-title {
    color: #003362;
}