/**
 * @file articles.css
 * @author max toepfer (info@maxtoepfer.com)
 *
 * @description In diesem Sylesheet werden
 * die CSS Einstellungn für die Events definiert
 *
 */

/* Class: widget_em_widget */
.widget_em_widget ul{
    list-style:none;
    padding:15px 15px;
    margin:0px;
    font-size: 15px;
}

.widget_em_widget li{
    padding:0px;
}

/* ID: event-sidebar */
.widget_em_widget #event-sidebar{
    padding:15px 0px;
    clear:both;
    border-bottom:1px solid #e3e3e3;
}

/* ID: event-sidebar Class:right */
.widget_em_widget #event-sidebar .right{
    float:right;
    width:80px;
    text-align:right;
}

/* ID: event-sidebar Class:left */
.widget_em_widget #event-sidebar .left{
    float:left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width:calc(100% - 90px);
}

/* Class: all-events-link */
.widget_em_widget .all-events-link{
    padding:15px 0px;
    text-align:right;
}

/*.widget_em_widget .all-events-link::before{
    content: '\0000BB';
    padding:15px 0px;
    margin-right:2px;
    text-align:right;
}*/

/* Links */
.widget_em_widget a{
    color:#DE1539;
    text-decoration:none;
}


.widget_em_widget a:hover{
    color:#DE1539;
    text-decoration:underline;
}

.widget_em_widget a:focus{
    color:#DE1539;
    text-decoration:none;
}

/*.widget_em_widget .left::before{
    content: '\0000BB';
    margin-right:2px;
}*/

