.event_teaser_container {
    position: relative;
    width: 100%;
    border: 0;
    height: 437px;
    top: 0px;
    left: 0px;
    background-position: right;
    z-index: 100;
    background-repeat: no-repeat;
    background-position-y: 50px;

background-size: cover;
    border-top-left-radius: 10px;

    border-right: 1px solid rgba(1, 113, 197, 0.3);
    border-bottom: 1px solid rgba(1, 113, 197, 0.3)
}

.eventinfos_basic_container {
    position: relative;
    top: 0px;
    left: 0px;
    right: auto;
    text-align: left;
    line-height: 100%;
    font-size: 14px;
    margin-bottom: 20px;
    background-color: rgba(32, 47, 78, 0.9);
    height: 100px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    padding-left: 30px;
    border-top-left-radius: 10px;

}

.eventinfos_basic_container .eventdetail {
    color: #7f8c8d;
    font-family: open-sans, times;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}
.eventinfos_basic_container .eventdetail.eventinfos_date {
    color: #fff;
}
.eventinfos_basic_container .eventdetail.eventinfos_date .location {
    color: #7f8c8d;
}

.eventinfos_basic_container:before {
    content: '';
    background-color: #375782;
    width: 9px;
    height: 100px;
    border-top-left-radius: 8px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}

.event_teaser_container .event_countdown_pretitle {
    position: relative;
    top: 6px;
    left: 0px;
    color: #FFF;
    font-size: 13px;
}

.event_teaser_container a {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 150;
    border: 0px;
    border-top-left-radius: 10px;
}
.event_teaser_container a:hover {
    background-color: rgba(255,255,255,0.05);
    border: 0px;
}

.event_countdown_countdown.hasCountdown {
    position: absolute;
    top: 9px;
    right: 4px;
    font-size: 5px;
    color: rgb(211, 232, 249);
    letter-spacing: 3px;
}
.event_teaser_container .countdown_amount {
    color: rgb(211, 232, 249);
    font-weight: 300;
}
