.news .article .teaser-text h3,
.news .new-article .teaser-text h3{
    color: rgb(50, 70, 140);
    font-size: 17px;
    font-style: normal;
    font-weight: normal;
    margin: 1.5em 0 0.5em;
}
.news .new-article .teaser-text h3 a,
.news .new-article .teaser-text h3 a:visited{
    color: #000;
}
.news .article h2 a,
.news .new-article h2{
    color: rgb(50, 50, 50);
    font-family: "Open Sans";
    font-style: normal;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 26px;
}
.news .new-article h2{
    margin: 0 0 1.25em 0;
}
.news .article h2 a:hover {
    text-decoration: none;
}
.news-content{
    width: 100%;
    padding-top: 10px;
}
.news-content:after{
    clear: both;
    content: '';
    display: block;
    height: 1px;
}
.news-list-view .header h2{
    margin-top: 0;
    line-height: 20px;
    margin-bottom: 10px;
}
.news .news-list-view .news-text {
    float: right;
    width: 670px;
}
.news .news-list-view .news-media{
    float: left;
    width: 300px;
}
.news .news-list-view .news-text p:first-child{
    margin-top: 0;
}
.news .news-list-view .article{
    position: relative;
}
.news .news-list-view a.more{
    position: absolute;
    bottom: 3px;
}
.news .footer-hide{
    display: none;
}
.news .trennlinie {
    border-bottom: none;
    border-top: 1px solid rgb(100, 100, 100);
    opacity: 0.5;
    position: relative;
    top: 10px;
}
.news .c275r {
    width: 305px;
}
.news .news-img-wrap{
    display: table;
    width: 100%;
}
.news .news-img-wrap .outer{
      float: left;
      width: 190px;
      /* height: 128px; */
}
.news .news-img-wrap .outer .mediaelement.mediaelement-image{
    padding: 5px;
}
.news .news-img-wrap .outer img{
    width: 180px;
}
.news .new-article .news-backlink-wrap{
    padding: 20px;
    margin: 20px 0;
}
.page-navigation{
    margin-top: 30px;
    padding-bottom: 20px;
}
.f3-widget-paginator li{
    display: inline-block;
}

/* Patch falls das Rendering der Detailbilder nicht geklappt hat */
.news-single .news-img-wrap .mediaelement a.fancybox {
    width: 180px;
    height: auto;
    display: inline-block;
}
.news-single .news-img-wrap .mediaelement a.fancybox img{
    width: 100%;
    height: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .news .news-list-view .news-media {
        width: 420px;
    }
    .news .news-list-view .news-text {
        width: 300px;
    }
    .news .news-list-view a.more {
        position: relative;
        bottom: 0;
        top: -10px;
    }
}
@media (min-width: 481px) and (max-width: 767px) {
    .news .news-list-view .news-text {
        float: none;
        width: auto;
        margin-bottom: 30px;
    }
    .news .news-list-view .news-media {
        float: left;
        width: 250px;
        padding-right: 10px;
    }
    .news .trennlinie {
        border-bottom: none;
        border-color: rgba(176, 176, 176, 0.4);
    }
}

@media (min-width: 320px) and (max-width: 480px) {
   /* .news .article h2 a{
        font-size: 18px;
        line-height: 14px;
    } */
    .news .news-list-view .news-text {
        float: none;
        width: 100%;
        margin-bottom: 50px;
    }
    .news .news-list-view .news-media{
        float: none;
        width: 100%;
    }
    .news .news-img-wrap .outer{
        height:auto;
        padding: 5px;
        width: 28%;
    }
    .news .news-img-wrap .mediaelement a.fancybox{
        width:100%;
        height:auto;
    }
    .news .news-list-view a.more{
        bottom: 13px;
    }
    .news .mediaelement .mediaelement-image {
        padding: 0;
    }
    .news .trennlinie {
        border-bottom: none;
        border-color: rgba(176, 176, 176, 0.4);
    }
}