.news-list .article {
    margin-bottom: 60px;
    background: #f6f6f6;
    padding: 10px;
}
.article:after {
    content: '';
    display: block;
    clear: both;
}
.news-img-wrap-inner {
    background: #fff;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.news-img-wrap-inner a {
    width: 100%;
    height: 100%;
    display: inline-block;
    overflow: hidden;
}
.news-list .news-img-wrap img {
    position: absolute;
    width: 100%;
    height: auto;
}
.news-img-wrap-inner,
.teaser-text-inner {
    min-height: 332px;
    /* HINWEIS: Bitte die "min-height" für die anderen Viewports noch anpassen */
    position: relative;
    padding-bottom: 70px;
}

.news-nomedia-wrapper {    
    background: #fff;
    height: 100%;
    position: relative;
    overflow: hidden;
    padding: 15px 1.0625rem;
    padding-bottom: 70px;
}
.news-nomedia-wrapper img {
    display: none;
}

h3.m-header-news a {
    color: #EC7124;
    font-family: "DIN W03 Medium";
    font-size: 1.875rem;
    font-weight: normal;
}

.news-list-date {
    font-family: "DIN W03 Medium";
    font-weight: normal;
}

.teaser-text {
    font-family: "DIN W03 Light";
}
.teaser-text-inner {
    background: #fff;
    padding: 15px 1.0625rem;
}
.teaser-text-inner:after {
    content: '';
    clear: both;
    display: block;
}
.news-text-wrap.with-contentElements .teaser-text {
    margin-bottom: 55px;
}
.news-readmore {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

@media screen and (max-width:767px) {
    .news-img-wrap img {
        position: inherit;
    }   
    h3.m-header-news a {
        font-size: 22px;
        line-height: 140%;
    }
    .news-meta-infos p {
        margin-bottom: 10px;
    }     
}

.news-single .news-list-date {
    color: #EC7124;
}
.news-single .news-meta-infos p {
    margin-bottom: 10px;
}
.news-single .teaser-text {
    font-family: "DIN W03 Medium";
}
.news-single .news-text-wrap {
    font-family: "DIN W03 Light";
}
.news-detail-content-wrapper {
    margin-bottom: 50px;
}
.news p a {
    color: #053f66;
    font-family: "DIN W03 Medium";
    transition: all .3s;
}
.news p a:hover {
    color: #EC7124;
}

.news-single img {
    width: 100%;
    height: auto;
}

.news-backlink-wrap {
    display: block;
    width: 100%;
}
.news-related-wrap {
    font-family: "DIN W03 Medium";
    font-weight: normal;
    margin-top: 35px;
    padding-left: 5px;
}
.news-related-wrap h4 {
    font-weight: normal;
    text-transform: uppercase;
    color: #053f66;
}
.news-related ul {
    padding-left: 2px;
    margin-bottom: 5px;
}
.news-related-files li {
    list-style-type: none;
}
a[href$=".pdf"]:before {
        content: "\f1c1";
        font-family: 'FontAwesome';
        padding-right: 1rem;
        color: #EC7124;
}
a[href$=".doc"]:before {
        content: "\f1c2";
        font-family: 'FontAwesome';
        padding-right: 1rem;
        color: #EC7124;
}
a[href$=".img"]:before,
a[href$=".jpg"]:before,
a[href$=".jpeg"]:before,
a[href$=".png"]:before {
        content: "\f1c5";
        font-family: 'FontAwesome';
        padding-right: 1rem;
        color: #EC7124;
}
a[href$=".xlsx"]:before,
a[href$=".xls"]:before {
        content: "\f1c3";
        font-family: 'FontAwesome';
        padding-right: 1rem;
        color: #EC7124;
}
.news-related-files-size {
    font-family: "DIN W03 Light";
    font-weight: normal;
    font-size: 15px;
}

.news-content-elements > .h-contentelement-margin:last-child {
    margin-bottom: 0;
}


/* .... DOMINIK ... */

.e-text a:hover, 
.m-text__bodytext p a:hover, 
.m-text__bodytext li a:hover, 
.m-textmedia p a:hover, 
.m-textmedia li a:hover {
	color: #EC7124
}	
.l-footer a {
    transition: all 0.3s;
}
.l-footer a:hover {
    color: #EC7124;
}
.m-nav--breadcrumb a {
    transition: all .3s;
}
.m-nav--breadcrumb a:hover {
    color: #053f66;
}
