.events {
    position: relative;

    min-height: 80px;
}

.events .teaser {
    width: 100%;
    margin: 0 0 1em 0;
}

.events .teaser .thumbnail.no-avatar img {
    height: 150px;

    border-radius: 5px;
    background-image: none;
}

.events .ads-horizontal-banner {
    margin-top: 0;
}

.events .article-title-container {
    overflow: hidden;

    height: 32px;
    margin: 5px 0 10px;

    line-height: 16px;
}

.events .show_more {
    margin-top: 0;
}

.other-events .teaser-body {
    display: none;
}

.empty_list {
    text-align: center;
}

.empty_list p {
    position:relative;

    color: #bec2c4;

    font-size: 16px;
    font-weight: 700;
    line-height: 1.111;
}

.empty_list p br {
    display: none;
}

.empty-list-tlum {
    display: block;

    width: 60px;
    height: 50px;
    margin: 0 auto;

    content: '';

    background: url('/assets/website/svg/menu_tlum_activ.svg') center no-repeat;
    background-size: cover;
}

@media only screen and (min-width : 480px) {
    .events {
        margin-left: -2%;
    }

    .events .teaser {
        width: 47.5%;
        margin-bottom: 15px;
        margin-left: 2%;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 720px) {
    .events {
        margin-left: -3%;
    }

    .events .teaser {
        width: 46%;
        margin-bottom: 30px;
        margin-left: 3%;
    }

    .events .teaser .thumbnail.no-avatar img {
        height: 200px;

        border-radius: 5px;
    }

    .events .article-title-container {
        height: 48px;
        margin: 12px 0;

        line-height: 24px;
    }

    .empty_list p {
        font-size: 24px;
    }

    .empty-list-tlum {
        width: 60px;
        height: 100px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1020px) {
    .events {
        margin-left: -20px;
    }

    .events .teaser {
        width: 260px;
        margin-bottom: 30px;
        margin-left: 20px;
    }

    .events .teaser .thumbnail.no-avatar img {
        height: 175px;

        border-radius: 5px;
    }

    .events .article-title-container {
        height: 42px;
        margin: 10px 0;

        line-height: 20px;
    }

    .empty_list p {
        font-size: 18px;
    }

    .empty_list p br {
        display: block;
    }

    .empty-list-tlum {
        width: 45px;
        height: 80px;
    }
}
