/* #### News Extension #### */


.news .article .news-img-wrap a {
    padding: 0px;
    border: none;
    background: none;
}


/* Listen-Ansicht */

.news-list-view .article {
    padding: 20px;
    border: 1px solid #eee;
    margin-bottom: 20px;
}

.news-list-view .article .header h3 {
    font-size: 25px;
    line-height: 1.2em;
}

.news-list-view .article .news-img-wrap {
    float: left;
    margin: 0 20px 0 0;
    background: none;
}


.news-list-view .article .content-wrapper {
    overflow: hidden;
}

.content .news-list-view .article .footer p {
    margin: 0;
}

.news-list-view .article:last-child {
    padding-bottom: 20px;
    margin-bottom: inherit;
}

.news-list-view .article .footer {
    padding: 10px 0 10px 0;
    border-top: none;
    border-bottom: 1px solid #eee;
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 15px;
    opacity: .5;
}

.news-list-view .top-news-banner {
    font-weight: bold;
    text-transform: uppercase;
}

/* Listen-Ansicht Teaser */
.news-list-view.news-teaser {
    display: flex;
    flex-wrap: wrap;
}

.news-list-view.news-teaser .article {
    margin-bottom: 0;
    width: 33.333333333333333%;
    text-align: center;
    padding: 0px 20px;
    box-sizing: border-box;
    position: relative;
    border: none;
    margin-bottom: 20px;
}

.news-list-view.news-teaser .article .news-img-wrap {
    float: none;
    margin: 0;
    margin-bottom: 15px;
}

.news-list-view.news-teaser .article .content-wrapper {
    overflow: inherit;
}

.news-list-view.news-teaser .article .news-img-wrap a {
    float: none;
    display: block;
}

.news-list-view.news-teaser .article .news-img-wrap img {
    float: none;
    display: inline-block;
    box-shadow:  0px 10px 50px rgba(0,0,0,0.2);
}

.news-list-view.news-teaser .article .header h3 {
    font-size: 22px;
    line-height: 1.2em;
}

/* Detail-Ansicht */
.news-single .article .news-img-wrap {
    float: left;
    width: auto;
    margin: 0px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.news-single .footer {
    padding: 10px 0 10px 0;
    border-top: none;
    border-bottom: 1px solid #eee;
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 15px;
    opacity: .5;
}

.content .news-single  .footer p {
    margin-bottom: 0;
}

.content .news-img-caption {
    color: #888;
    font-size: 15px;
    opacity: .5;
    clear: both;
    margin-bottom: 0;
}

.news-single .article .news-img-wrap a {
    float: none;
    padding: 0px;
    border: none;
    background: none;
}

.news-single .news-img-wrap .outer {
    margin-top: 20px;
}

.news-single .news-img-wrap .outer:first-child {
    margin-top: 0;
}

/* Teaser auf Detailseite ausblenden */
.news-single .article .teaser-text {
    display: none;
}

/* Responsive Anpassung ================================================================= */

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767px) {
    .news-list-view .article .content-wrapper {
        width: 100%;
    }

    .news-list-view .article .news-img-wrap {
        margin: 0 0 20px 0;
    }

    .news-list-view.news-teaser .article {
        width: 100%;
    }

    .news-single .article .news-img-wrap {
        float: none;
        padding-right: 0px;
    }

}
