.clear {
    clear: both;
}

/*sonderlocke unsichtbare Überschrift bei News*/
body.news h1 {
    display: none;
}
body.news main {
    margin-top: -30px;
}

.newsvorschau-datum {
    font-weight: bold;
    margin-bottom: 5px;
}

article header {
    text-align: left;
}

.newsvorschau-titel {
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    color: #ff502b;
    height: 84px;
    vertical-align: middle;
    display: table-cell;
    padding-bottom: 5px;
}
.newskategorie, .news-kachel, .newsvorschau_bild, .newsvorschau-left {
    height: 320px;
}
.newsvorschau_bild {
    float: left;
    position: relative;
    margin-bottom: 0px;
    width: 50%;
    display: block;
    background-size: cover;
    background-position: center;
}

.newsvorschau_bild img{
    width: 100%;

}

.newsvorschau_name {
    position: absolute;
    display: block;
    bottom: 0px;
    width: 100%;
    padding: 15px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 25px;
    color: white;
    background: rgba(0, 0, 0, 0.5);
}

.newsvorschau-left {
    width: 50%;
    float: left;
    position: relative;
}
.newsvorschau-text {
    padding: 15px 25px;
}

.newsvorschau-link {
    position: absolute;
    bottom: 15px;
    right: 25px;
    font-weight: bold;
}

.newskategorie, .news-kachel {
    width: 100%;
    display: block;
    float: left;
    margin: 10px 0;
    text-align: left;
    background: #f3f4f4;
}

.newskategorie .button, .news-kachel .button {
    clear: both;
    width: 100%;
    margin: 0;
}

.newsteaser {
    min-height: 50px;
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding-left: 25px;
}

.newstrenner {
    margin: 30px 0 10px;
}

.archivlink {
    text-align: right;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: -10px;
}

#hauptinhalt .inhalt_text_bild.news {
    /*margin: 0 -25px;*/
    margin: 0;
    padding-top: 0;
}


/*Responsive*/

@media screen and (max-width: 1200px) {

    p.newsteaser {
        height: 70px;
    }
    .newskategorie h3 {
        height: 30px;
    }
    #hauptinhalt .inhalt_text_bild.news {
        margin: 0;
        padding-top: 0;
    }
    .newsvorschau-left {
        width: 70%;
    }
    .newsvorschau_bild {
        width: 30%;
    }
}


@media screen and (max-width: 850px) {

    .newskategorie, .news-kachel {
        width: 100%;
        padding: 10px;
    }
    .newskategorie h3 {
        height: inherit;
    }
    p.newsteaser {
        height: inherit;
    }
    .newsvorschau_bild img {
        width: 100%;
        max-width: none !important;
    }

    .news-kachel .newsdetails .inner {
        width: 100%;
    }

    .news-kachel .newsdetails {
        padding: 20px;
    }

    .news-kachel .newsdetails .inner .closedetails {
        top: 40px;
        right: 60px;
        font-size: 40px;
        color: #fff;
        background-color: rgba(95, 97, 102, 0.5);
        padding: 10px;
    }

    .newskategorie, .news-kachel, .newsvorschau_bild, .newsvorschau-left {
        height: auto;
    }
    .newsvorschau-left {
        width: 100%;
    }
    .newsvorschau-text {
        padding-bottom: 35px;
    }
}

@media screen and (max-width: 600px) {

}

@media screen and (max-width: 500px) {
    .newskategorie, .news-kachel {
        padding: 0;
    }
}