.teaser-cell{
    width: 600px;
    display: -webkit-inline-flex;
    display: inline-flex;
    flex-direction: column;
    margin: 0px 20px 0px 0px;
}

.teaser-cell .lines{
    display: -webkit-inline-flex;
    display: inline-flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.26) 0px 1px 4px 0px;
    padding: 20px 20px 20px 20px;
    border-radius: 6px;
}

.teaser-cell .lines .line{
    height: 70px;
    padding-top: 0;
}
.teaser-preview {
    float: left;
    display: -webkit-inline-flex;
    display: inline-flex;
    width: 260px;
    margin-right: 20px;
    /*margin-bottom: 14px;*/
}

.demarcation-line {
    width: 600px;
    padding: 5px 0px 14px;
}

.teaser-preview .image {
    width: 70px;
    margin-right: 15px;
    font-size: 0;
}

.image {
    line-height: 0;
}
.image img {
    width: 100%;
}

.teaser-preview .title {
    width: 180px;
    max-height: 68px;
    overflow: hidden;
    margin-top: -3px;
    color: #244f8f;
    font-size: 12px;
    transition-duration: 150ms;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}

.teaser-preview:hover .title {
    color: #8aaeda;
}

@media screen and (max-width: 1219px){
    .teaser-cell {
        width: 470px;
    }

    .demarcation-line {
        width: 470px;
        padding: 6px 0px 5px;
    }

    .teaser-preview {
        margin-bottom: 0px;
        width: inherit;
    }
    .teaser-preview .title{
        width: 330px;
    }

    .lines .line .teaser-preview:first-child{
        height: 0px;
        width: 0px;
        margin-right: 0px;
    }

    .teaser-cell .lines .line{
        height: 52px;
        padding-top: 0;
    }
    /*.lines .line .teaser-preview:last-child{*/
    /*    height: 0px;*/
    /*    width: 0px;*/
    /*    margin-right: 0px;*/
    /*}*/
}

@media screen and (max-width: 1000px) {

}
