.teaser .thumbnail {
    width: 100%;
    height: 200px;
    margin-bottom: 10px;

    border-radius: 5px;
    background-repeat: no-repeat;
}

.teaser .teaser-body {
    clear: both;

    margin: 5px 0 10px;

    word-wrap: break-word;

    color: #7a8591;

    font-size: 14px;
    line-height: 18px;
}

.teaser .article-title-container {
    word-wrap: break-word;

    font-size: 10px;
    font-weight: 700;
}

.teaser .article-title-container a {
    color: #453f4d;
}

.teaser .article-title-container a:hover{
    color: #d14c47;
}

.teaser .event-footer {
    height: 22px;

    font-size: 14px;
}

.teaser .event-footer-item {
    float: left;

    height: 100%;
}

/* 50% if more then one child */
.teaser .event-footer-item:not(:only-child) {
    width: 50%;
}

.teaser .event-footer-item.city {
    overflow: hidden;

    padding-left: 24px;

    white-space: nowrap;
    text-overflow: ellipsis;

    background-image: url('/assets/website/svg/ico_sity_small.svg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px 20px;
}

@media only screen and (min-width : 480px) {
    .teaser .thumbnail {
        height: 150px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 720px) {
    .teaser .thumbnail {
        width: 100%;
        height: 200px;
        margin-bottom: 17px;
    }

    .teaser .event-image {
        margin-bottom: 0;
    }

    .teaser .event-image span {
        top: 20px;
        left: 20px;

        width: 72px;
        height: 72px;

        font-size: 36px;
        line-height: 68px;
    }

    .teaser .article-title-container {
        font-size: 16px;
    }

    .teaser .teaser-body {
        font-size: 20px;
        line-height: 24px;
    }

    .teaser .event-footer {
        height: 22px;

        font-size: 20px;
        line-height: 22px;
    }

    .teaser .event-footer-item {
        float: left;

        height: 100%;
    }

    .teaser .city {
        padding-left: 30px;

        background-size: 20px 20px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1020px) {
    .teaser .thumbnail {
        width: 260px;
        height: 175px;
        margin-bottom: 17px;
    }

    .teaser .event-image span {
        top: 10px;
        left: 10px;

        width:  36px;
        height: 36px;

        border-width: 1px;

        font-size: 18px;
        line-height: 34px;
    }

    .teaser .event-image {
        float: left;

        margin-bottom: 0;
    }

    .teaser .article-title-container {
        font-size: 12px;
    }

    .teaser .teaser-body {
        font-size: 14px;
        line-height: 18px;
    }

    .teaser .event-footer {
        max-height: 18px;

        font-size: 14px;
        line-height: 18px;
    }

    .teaser .event-footer-item {
        float: left;

        width: 50%;
        height: 100%;
    }

    .teaser .event-footer-item.city {
        padding-left: 20px;

        background-size: 17px 18px;
    }
}
