/* ----- Standesamt Slider ----- */

.news-standesamt .news-img-wrap img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.news-standesamt .news-img-wrap {
  height: 150px;
  overflow: hidden;
}

.news .article.news-standesamt {
  margin: 5px;
  padding: 10px;
  border: 1px solid #B42041;
  border-radius: 10px;
  background-color: rgba(195,77,103,0.3);
}

/* ----- Kategoriemenu  ----- */

#Content .news ul.news-list-category,
#Content .news .news-menu-view ul{
  background-color: #e1ecec;
  margin: 0;
  padding: 5px 0 5px 20px;
}

#Content .news ul.news-list-category:first-child {
  margin: 20px 0 0;
  padding: 10px 0 10px 30px;
}

.news ul.news-list-category a:link, .news ul.news-list-category a:active, .news ul.news-list-category a:visited,
#Content .news .news-menu-view ul li a{
  color: #376969;
}

#Content .news .news-menu-view{
  margin-top: 15px;
}

/* ----- Single ----- */

.news-single .news-img img {
  max-width: 100%;
  height: auto; 
}

#Startseite .news-list-view .thumbnail {
  border-radius: 15px; 
}


/* ----- Veranstaltungen Startseite  ----- */

.veranstaltungen-start .time,
.veranstaltungen-start .ort {
  display: none; 
}

.veranstaltungen-start .teaser-text {
  font-weight: 700; 
}

.thumbnail .caption {
  padding: 15px 15px 50px;
  position: relative;
}

.veranstaltungen-start .news-list-morelink a, .veranstaltungen-start .news-list-morelink a:link, .veranstaltungen-start .news-list-morelink a:active, .veranstaltungen-start .news-list-morelink a:visited {
  background-color: #5D8482;
  color: #fff;
  padding: 2px 5px;
  border-radius: 5px;
}


.veranstaltungen-start .news-list-morelink a.more:after {
  color: #fff;
  content: " \f138";
  font-family: Fontawesome;
  font-size: 18px;
}

/* ----- Veranstaltungen ----- */

#Unterseite .news-list-view .veranstaltungen .header h3, #Unterseite .news-list-view .veranstaltungen .header h3 a {
  margin: 0 0 20px; 
}

#Unterseite .news-list-view .veranstaltungen a.more {
  font-family: 'Tangerine', cursive;
  font-weight: 400;
  color: #346666;
  font-size: 36px;
  text-align: right;
  text-transform: lowercase;
  line-height: 120%;
  position: absolute;
  bottom: 0;
  right: 15px;
}


.veranstaltungen >div.col-xs-12.col-md-4 {
  border-right: 1px solid #346666;
}


.news-list-view .page-navigation {
  clear: both; 
}

.news-list-view .more {
  color: #fff;
  font-family: "Tangerine",cursive;
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
  text-transform: lowercase;
}

.news-list-morelink .more:after {
  color: #346666;
  content: " \f138";
  font-family: Fontawesome;
  font-size: 18px;
}

.veranstaltungen .news-list-date .day {
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
}

.veranstaltungen .news-list-date {
  color: #346666;
  font-size: 14px;
}

.veranstaltungen .header {
  text-align: right;
}

.veranstaltungen {
  background-color: #e1ecec;
  padding: 15px 0; 
}

.veranstaltungen:nth-child(odd) {
  border-right: 7.5px solid #fff;
}

.veranstaltungen:nth-child(even) {
  border-left: 7.5px solid #fff;
}


.veranstaltungen .teaser-text {
  text-align: center;
}

/* ----- News Events ----- */

.news-list-view .header h3,
.news-list-view .header h3 a {
  color: #333;
  font-size: 20px;
  font-weight: normal;
}

.news .footer {
  border-top: none;
  clear: both;
  color: #888888;
  margin-top: 30px;
  padding: 10px 0 0;
}

.news-list-date {
  color: #346666;
  font-size: 16px;
}

.news-list-date .day {
  font-size: 18px;
  font-weight: 700;
}


.news-list-morelink {
  text-align:right;
}

.news-list-morelink a.more:after {
  color: #346666;
  content: " \f138";
  font-family: Fontawesome;
  font-size: 18px;
}

#Content ul.f3-widget-paginator {
  margin: 15px 0;
  list-style-type: none;
  text-align: center;
  padding: 15px;
}

#Content ul.f3-widget-paginator li {
  display: inline-block; 
}

.page-navigation > p {
  display: none; 
}

.blau #Content ul.f3-widget-paginator li a:link, .blau #Content ul.f3-widget-paginator li a:active, .blau #Content ul.f3-widget-paginator li a:visited {
  color: #346666;
}

#Unterseite .termine .header > p,
#Unterseite .termine .header > img,
#Unterseite .termine .news-list-date .ort {
  display: none; 
}

#Content .page-navigation:first-child {
  display: none; 
}

#Unterseite .news-list-view {
  margin-top: 20px; 
}

#Unterseite .news-list-view .header h3, #Unterseite .news-list-view .header h3 a {
  margin-top: 20px; 
  
}

/* ----- News Thumbnail  ----- */


.news-list-view .thumbnail {
  background-color: #5d8482;
  border: 1px solid #5d8482;
  border-radius: 0;
  display: block;
  line-height: inherit;
  margin-bottom: 20px;
  padding: 0;
  transition: all 0.2s ease-in-out 0s;
  color: #fff;
}

#Startseite .news-list-view .thumbnail {
  padding: 15px;
}

.news-list-view .thumbnail .caption {
  color: #fff; 
  text-align: center;
}

.news-list-view .thumbnail .caption h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

#Unterseite .news-list-view  .thumbnail .caption h3 {
  font-size: 20px;
}

.thumbnail .news-list-morelink {
  text-align:center;
}

#Startseite .news-list-view a.more {
  font-family: 'Tangerine', cursive;
  font-weight: 400;
  color: #fff;
  font-size: 36px;
  text-align: right;
  text-transform: lowercase;
  line-height: 120%;
  position: absolute;
  bottom: 0;
  right: 15px;
}

.news-list-view a.more {
  font-family: 'Tangerine', cursive;
  font-weight: 400;
  color: #346666;
  font-size: 36px;
  text-align: right;
  text-transform: lowercase;
  line-height: 120%;
}


.thumbnail a.more:after {
  color: #fff;
  content: " \f138";
  font-family: Fontawesome;
  font-size: 18px;
}

.news .article {
  margin-bottom: 15px;
  padding-bottom: 50px;
}


.news .veranstaltungen.article {
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.news-list-view .thumbnail a.more {
  color: #fff;
  font-family: "Tangerine",cursive;
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 15px;
  
}

.news-list-view .thumbnail a {
  color: #fff;
}

.news-list-view .thumbnail .external-link:before,
.news-list-view .thumbnail a.external-link:link:before,
.news-list-view .thumbnail a.external-link:active:before,
.news-list-view .thumbnail a.external-link:visited:before {
  color: #fff;
}


/* ----- News Detail ----- */

.news .news-single .header h3 {
  color: #376969;
  font-size: 24px;
  font-weight: 700;
}

.news .footer .news-list-date,
.news .footer .news-list-category{
  display: none;
}

.news .btn-primary {
  background-image: none;
  background-repeat: repeat-x;
  border-color: #9A0101;
  background-color: #9A0101;
  color: #fff;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0;
  padding: 4px 20px;
  font-family: 'Tangerine', cursive;
  font-weight: 400;
  font-size: 30px;
  text-align: right;
  text-transform: lowercase;
  border-radius: 5px;
}


.news .btn-primary:before {
  color: #fff;
  content: "\f137  ";
  font-family: Fontawesome;
  font-size: 18px;
}

/* ----- Termin Detail ----- */

.termin .footer .news-list-date {
  display: block;
}

.termin .news-single .header h3 {
  color: #376969;
  font-size: 24px;
  font-weight: 700;
}

#Content .news-single .news-related ul.list-group {
  margin: 10px 0;
}

.termin .news-backlink-wrap > a {
  background-color: #9a0101;
  background-image: none;
  background-repeat: repeat-x;
  border-color: #9a0101;
  border-radius: 5px;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font-family: "Tangerine",cursive;
  font-size: 30px;
  font-weight: 400;
  padding: 12px 20px;
  text-align: right;
  text-shadow: none;
  text-transform: lowercase;
}


.termin .news-backlink-wrap > a:before {
  color: #fff;
  content: "\f137  ";
  font-family: Fontawesome;
  font-size: 18px;
}

.termin .news .footer span {
  border-right: 1px solid transparent;
  display: inline-block;
  margin-right: 0;
  padding-right: 0;
}


#c2089{
  display:none;
}

@media (min-width: 992px) {
.panel-body .news .veranstaltungen.article {
  min-height: 192px;
 }
}
