/*////////////////////// events widget ///////////////////*/
.widget_events .widgettitle {
    margin-bottom: 0;
}

.widget_events .eventswidget {
    padding: 30px 10% 16px;
    background-color: #fff;
}

.widget_events ul {
    list-style: none;
    margin: 0 0 10px;
    border-top: 1px solid #d1d1d1;
}

.widget_events li {
    margin: 0;
    border-bottom: 1px solid #d1d1d1;
    padding: 15px 0 10px;
}

.widget_events li .datum, .widget_events li .heading a {
    /*color: #d1d1d1 !important;*/
    color: #777777 !important;
}

.widget_events li .titel {
    /*color: #363636 !important;*/
    color: #777777 !important;
    font-weight: bold;
    display: block;
}
