/* NEWS */

/* News-Kacheln */
.news-kachel-row {
    margin-left: -60px;
    margin-right: -60px;
}
.news-kachel-row .listEntry {
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 0;
    padding-bottom: 50px;
}
@media screen and (max-width:1400px){
    .news-kachel-row { margin-left: -30px; margin-right: -30px; }
    .news-kachel-row .listEntry { padding-left: 20px; padding-right: 20px; }
}

.news-kachel-row .news-kachel { cursor: pointer; padding: 10px; transition: ease-in-out .5s }
.news-kachel-row .news-kachel:hover { background: rgba(0,0,0,.05); }

.news-kachel-row .news-list-img { margin-bottom: 1.5rem; }

.news-kachel-row .news-list-categories { margin-bottom: .5rem; }

.news-kachel-row a { color: #000; }
.news-kachel-row a:focus, .news-kachel-row a:hover, .news-kachel-row a:active { text-decoration: none; }
.news-kachel-row h3 { font-size: 1.25rem; line-height: 1.25; color: #000; }
