.newsitem {
    background: rgba(255,255,255,1.00);
    padding: 10px;
    border: 1px solid rgba(112,112,112,0.50);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    float: left;
    width: 100%;
margin-bottom: 30px;
}


.news-related {
    width: 50%;
    padding: 15px;
    border: 1px solid #d2d2d2;
    display: table-cell;
    margin-top: 20px;
    float: left;
}
.news .article .news-img-wrap {

    max-height: inherit;
    float: left;
    position: relative;
    overflow: hidden;

}


.news-img-wrap {
    width: auto !important;
}

 .news-list-date {
    font-weight: bold;
    font-size: 14px !important;
    padding: 4px 0;
    border-bottom: 0px solid #8a8a8a;
}

.news h3 {
    font-family: jura !important;
    font-size: 16px !important;
    line-height: 1.1 !important;
    color: #2c3e47;
}

.unterseite .news .article {
	min-height: 590px;}


.news-img-wrap {
  width: 100% !important;
  display: flex !important;
  flex-wrap: nowrap !important;
}

.news-img-wrap .outer {
  flex: 1 1 auto !important; /* passt sich an Breite an */
}

.news-img-wrap img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
	max-width: 500px;

}

.fourcol-sm {width: 100%;}

.newsdetailbacklinkwrap a, .news-backlink-wrap a {
  margin-bottom: 25px;
}