#teaser {padding: 0 .5rem}

@media screen and (min-width: 1300px) {
    #teaser {padding: 0 1.8rem}
}

@media screen and (min-width: 1600px) {
    #teaser {padding: 0 6.2rem}
}

#teaser a {text-decoration: none}
#teaser a:hover {text-decoration: underline}

#teaser .item {
    max-width: 370px;
    margin-bottom: 1rem;
    height: auto;
}

#teaser .item-headline {
    margin-top: 1rem;
    min-height: 65px;
    font-size: 1.5rem;
}

#teaser .teaser-headline h1 {
    color: #000;
    font-weight: bold;
    margin-bottom: 0.5rem;
}



#teaser .item .date {
    min-width: 100px;
    max-width: 100px;
}

@media screen and (min-width: 370px) {
    #teaser .item {
        min-width: 370px;
    }
}


/*#teaser .item h1 {
    background-color: #eee;
    color: #222;
    overflow: hidden;
    font-size: 1.2rem;
    line-height: 1.7;
}

#teaser .item h1:not(:empty) {
    padding: 0 .5rem;
}*/
