/* ---------------------- NEWS list-group --------------------------*/
.list-group .news-list-category {
  display: none;
}
@media (max-width: 489px){
  .list-group .media {
  display: block;
}
 .list-group .text-right {
  text-align: left !important;
}
}

/* ---------------------- NEWS LIST ----------------------------*/
.tx-ttnews-browsebox-SCell{
font-weight:600;
}

.tx-ttnews-browsebox{
}
.tx-ttnews-browsebox td p {
	margin:0;
}

.tx-ttnews-browsebox table{
}
.browseLinksWrap >a,
.activeLinkWrap,
.disabledLinkWrap {
    padding: 0px 7px;
}
.news-list-catwrap{
	display:none;
}
.news-list-subheader p {
  font-size: 16px !important;
  line-height: 1.5rem;
  padding: 10px 0;
	margin: 0 0 10px 0;
}

.news-list-title h2{
margin:0;
}

.news-latest-date{
font-size:14px!important;
}

hr.rainbow {
  background-image: url('../../../fileadmin/Proehrenamt/lay/bg_body.jpg');
  background-position: center top;
  background-repeat: repeat-y;
  height: 5px;
  border: none;
  margin: 10px 0 20px 0;
  padding: 0;
  width: 100%;
  float: left;
}
/* ---------------------- NEWS SINGLE --------------------------*/
.news-single-files a{
	padding-left: 5px;
}

.news-single-files img{
    position: relative;
    top: 3px;
}

.news-single-related,
.news-single-links{
	margin-bottom:5px;
}

.news-single-links p{
margin:0;
}

.news-single-links p a{
	background-image:url("../lay/external-link.gif");
	background-position:left center;
	background-repeat:no-repeat;
	padding:0 0 0 15px;
}

.news-single-additional-info{
	padding: 5px 0;
}

.news-single-subheader {
	padding-bottom:5px;
}
.news-single .teaser-text {
  font-size: 1.2rem;
  color: #1365bc;
  font-weight: 500;
}
.news-single-item .backlink{
	margin-top:5px;
}

.news-single-related dt{
	font-weight:600;
}

.news-single-img{
    float: right;
    margin: 10px 0 10px 10px;
}

p.news-single-imgcaption, .image-caption.text-left{
    color: #444;
    font-size: 15px;
    margin: 0 0 1rem 0;
    width:100%;
  background: #f8faff;
padding: 10px;
}

.news-latest-image {
    float: right;
    margin: 0 0 5px 5px;
 border-radius: 10px 10px 0 0;
}
.news-latest-image img{
  border-style: none;
  padding: 2px;
  background: #ffffff;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  border-radius: 10px 10px 0 0;
}
.news-item-container-content {
  clear: right;
}

.news-list-title {
  font-size: 20px!important;
  color: #69ab0e;
  font-weight: normal;
  margin: 10px 0 5px 0;
}

.news-list-item{
  margin-bottom:5px;
}

.news-list-unstyled {
  margin-left: 0px !important;
}

.news-single .news-list-category{
  display:none;
}

.news-backlink-wrap .btn-primary {
  color: #fff!important;
  background-color: #007bff;
  border-color: #007bff;
}
.news-backlink-wrap .btn-primary:hover {
  color: #fff!important;
  background-color: #ff1800;
  border-color: #ff1800;
}
.news-single .text-secondary {
  color: #6c757d !important;
  line-height: 1.5rem;
  font-size: 1rem;
}

#Content .news-backlink-wrap a,
#Content .news-backlink-wrap a:link,
#Content .news-backlink-wrap a:active,
#Content .news-backlink-wrap a:visited{
  color: #fff!important;
}