/* News Extension */


/* Seitenleiste  */
aside h2 {
  font-size: 140%!important;
  
}
aside .news-list-item {
  margin-bottom: 25px!important;;
}

aside .news .lead {
  display: none;
}

aside .news h3 {
  font-size: 18px;
  color: inherit!important;
  font-weight: bold;
  /* hyphens: auto; */
  margin: 0 0 -2px 0!important;;
}

aside .news h3 a  {
  text-decoration: none;
  color: inherit;
}

aside .news .btn,
aside .news .extra {
  font-weight: normal!important;
  font-size: 18px!important;
}


/* Mehr-Link, Zurück-Link */
.news .btn {
  margin: 0 0 0 -1px;
  padding: 0!important;    
}

.news a.btn  {
  text-decoration: underline!important;
  font-size: inherit;
}


/* Einzel-Ansicht */
.news-single {
  margin-top: 40px;  
}

.news-single h1 {
  margin: .33em 0;
  font-size: 150%!important;
  text-transform: none;
}

.news-single .extra {
  font-weight: bold;
}


/* Listen-Ansicht */
#maincontent .news-list-view .news-list-item {
  margin-top: 40px;
  margin-bottom: 30px;
}

.news-list-view .news-list-item h3 {
  margin: .33em 0;
}

.news-list-view .news-list-item h3 a {
  text-decoration: none;
  color: inherit;
}

.news-list-view .news-list-item .lead p {
  margin: 0px!important;
  font-size: 18px;
}

.news-list-view .news-list-item .extra {
  font-weight: bold;
}
.news-list-view .news-list-item .extra,
.news-list-view .news-list-item .btn {
  font-size: 18px;
}


/* Diverses */
aside .news a {
  margin-left: 0;
}

