/*************************************************************/
/*1px oben bei Slideshow*/
#main .row.content {
  margin-top: -1px; !important
}


/*************************************************************/
/* 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 10px 0px;
}

#content li.portlet-item a {
    font-size: 100%;
}

#content li.portlet-item div {
    margin-top: 5px;
    margin-bottom: 5px;
}



/*************************************************************/
/* Anpassung well für LP*/
.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;
}



/*************************************************************/
/* Anpassung h2/h3 für LP*/
#content h2.landingpage {
    margin: 0 0 20px;
}

#content h3.landingpage {
    margin: 0 0 10px 0;
}