/**************************************/
/* Default styles for news extension */
/**************************************/
.news .clear {
  clear: both;
}
.news .nav ul {
  float: left;
  display: inline;
  margin: 0;
}
.news .nav li {
  float: left;
}
.news .nav a {
  float: left;
  display: block;
}
.news .nav:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.news .news-list-view > .article {
  padding: 10px 0 0 0;
  border-top: 1px solid #C1C2E0;
  margin-top: 10px;
}
.news .news-list-view > .article a {
  text-decoration: none;
}
.news .news-list-view > .article a:link,
.news .news-list-view > .article a:visited {
  text-decoration: none;
}
.news .news-list-view > .article a:hover,
.news .news-list-view > .article a:active,
.news .news-list-view > .article a:focus {
  text-decoration: none;
}
.news .news-list-view > .article a:hover b,
.news .news-list-view > .article a:active b,
.news .news-list-view > .article a:focus b,
.news .news-list-view > .article a:hover strong,
.news .news-list-view > .article a:active strong,
.news .news-list-view > .article a:focus strong {
  font-weight: normal;
}
.news .news-list-view > .article a:hover .more,
.news .news-list-view > .article a:active .more,
.news .news-list-view > .article a:focus .more {
  text-decoration: underline;
}
.news .article {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.news .article:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.news .article:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.news .article .news-body {
  overflow: hidden;
}
.news .article .news-img-wrap {
  float: left;
  margin: 3px 12px 5px 0;
  background: #fff;
}
.news .article .news-img-wrap a {
  display: block;
  float: left;
  padding: 0px;
  border: 0;
  background: transparent;
}
.news .article .news-img-wrap img {
  float: left;
  height: auto;
  width: auto;
}
.news .article .teaser-text {
  margin: 0 0 10px 0;
  text-decoration: none;
  color: #000;
}
.news .article .header h2 {
  margin-bottom: 5px;
}
.news .article .header h2 a {
  color: #000;
  text-decoration: none;
}
.news .article .more {
  color: #173F94;
  background: url(/typo3conf/ext/oekumene_ack_template/Resources/Public/gfx/pfeil.gif) 0px 3px no-repeat;
  padding-left: 15px;
  float: left;
}
.news .footer {
  clear: both;
  padding: 0;
  border-top: 0;
  margin-top: 0px;
  color: #888;
}
.news .footer p {
  line-height: 1em;
}
.news .footer span {
  display: inline-block;
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px solid #ddd;
}
.news .footer span:last-child {
  border-right: 0;
}
.news .footer .news-category a {
  text-transform: uppercase;
}
.news .no-news-found {
  color: #DB0202;
  font-style: italic;
}
.news .page-navigation p {
  float: left;
}
.news .page-navigation ul {
  float: right;
}
.news .page-navigation ul li {
  float: left;
  display: block;
  padding: 0 2px;
  background: none;
}
.news .page-navigation ul li a {
  display: block;
}
/* category menu view */
.news-category-view ul li {
  padding: 5px 8px;
}
.news-category-view ul li li {
  padding: 2px 8px 2px 12px;
}
.news-category-view > ul > li:nth-child(even) {
  background: #f9f9f9;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.news-category-view .category-desc {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #ddd;
}
/* single view */
.news-single .footer {
  margin-bottom: 20px;
  margin-top: 5px;
  padding: 10px 0 0 0;
  border-bottom: 0;
  border-top: 1px solid #eee;
}
.news-single .article .news-img-wrap {
  float: none;
  width: 100%;
  margin: 0 0 10px 0;
  overflow: hidden;
}
.news-single .article .news-img-wrap img {
  float: none;
  max-width: 100%;
  height: auto;
}
.news-single .article .news-img-wrap .news-img-caption {
  margin: 0;
  clear: both;
  font-size: 12px;
  margin-bottom: 1rem;
}
.news-single .teaser-text {
  font-size: 15px;
  color: #888;
}
.news-single .news-event-information {
  padding: 1em;
  margin-bottom: 1em;
  background: #fafafa;
}
.news-single .news-event-information dl dt {
  float: left;
  font-weight: bold;
  margin-right: 1em;
  width: 20%;
}
.news-text-wrap {
  margin-bottom: 10px;
}
.news-img-caption {
  color: #888;
  padding: 5px 0 10px;
}
/* related news + files */
.news-related-wrap {
  display: table;
  margin-top: 20px;
  width: 100%;
}
.news-related {
  width: 50%;
  padding: 15px;
  border: 1px solid #eee;
  display: table-cell;
}
.news-related ul li {
  line-height: 1em;
  margin-bottom: 12px;
}
.news-related ul li span {
  border-right: 1px solid #DDDDDD;
  display: inline-block;
  margin-right: 8px;
  padding-right: 8px;
  color: #888;
}
.news-related ul li span :last-child {
  border-right: 0;
  padding-right: 0;
}
.news-related h4 {
  margin-bottom: 10px;
}
.news-related-files ul li {
  margin-bottom: 20px;
}
.news-related-files .news-related-files-link .jpg {
  background-position: 0 0;
}
.news-clear {
  clear: both;
}
.news-list-view.owl-carousel .article {
  width: 100%;
}
.news-list-view.owl-carousel .article .news-img-card {
  background: #fff;
}
.news-list-view.owl-carousel .article .news-img-card img {
  object-fit: contain;
  object-position: top;
}
.news-list-view.owl-carousel .article .header {
  padding: 10px;
}
.news-list-view.owl-carousel .article .header .news-list-date,
.news-list-view.owl-carousel .article .header .news-list-location {
  color: #888888;
  font-size: 14px;
}
.news-list-view.owl-carousel .article .header a {
  text-decoration: none;
}
.news-list-view.owl-carousel .article .header a h2 {
  font-size: 15px;
  font-weight: 400;
}
.news-list-view.owl-carousel .article .header a:hover {
  text-decoration: none;
}
.news-list-view.owl-carousel .owl-stage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-list-view.owl-carousel .owl-stage .owl-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto !important;
  background: #ffffff;
}
.news-list-view.owl-carousel .owl-nav {
  margin-bottom: 16px;
}
.news-list-view.owl-carousel .owl-nav button.owl-prev,
.news-list-view.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  left: 50%;
}
.news-list-view.owl-carousel .owl-nav button.owl-prev span {
  position: absolute;
  font-size: 2em;
  right: 60px;
  line-height: 14px;
}
.news-list-view.owl-carousel .owl-nav button.owl-next span {
  position: absolute;
  font-size: 2em;
  left: 50px;
  line-height: 14px;
}
@media (max-width: 900px) {
  .news-list-view.owl-carousel .owl-nav {
    display: none;
  }
}
.news-event-cards {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-event-cards > .article-event-card {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto !important;
  background: #ffffff;
  border: 1px solid #888888;
  margin-bottom: 25px;
  padding: 15px;
  width: 100%;
}
.news-event-cards > .article-event-card .header .news-list-date {
  color: #444444;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
.news-event-cards > .article-event-card .header .news-list-location {
  color: #888888;
  font-size: 14px;
}
.news-event-cards > .article-event-card .header a,
.news-event-cards > .article-event-card .header a > h3 {
  font-size: 16px;
  font-weight: 600;
}
.news-event-cards > .news-more-events h2 {
  color: #003D8E;
  font-size: 16px;
}
.news-event-cards > .news-more-events .article .news-list-date {
  color: #444444;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.news-event-cards > .news-more-events .article .news-list-location {
  color: #888888;
  font-size: 14px;
}
.news-event-cards > .news-more-events .article a,
.news-event-cards > .news-more-events .article a > h3 {
  font-size: 14px;
  font-weight: 600;
}
@media (min-width: 901px) {
  .news-event-cards > .article-event-card {
    margin-right: 25px;
    margin-bottom: 0;
  }
  .news-event-cards > .article-event-card,
  .news-event-cards > .news-more-events {
    flex: 1;
    display: block;
  }
}
.news-event-list.event-list-small {
  margin-top: 2em;
}
.news-event-list.event-list-small .article {
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  border-bottom: 1px solid #cad1e6;
}
.news-event-list.event-list-small .article h3 {
  color: #083ea0;
  font-size: 1.2em;
  font-weight: 600;
  margin-top: 0.15em;
}
.news-event-list.event-list-small .article .news-list-date {
  font-weight: 600;
}
.news-event-list.event-list-small .article .news-list-location:before {
  content: "| ";
}
@media (max-width: 900px) {
  .news-event-list.event-list-small .article .news-list-date {
    display: block;
  }
  .news-event-list.event-list-small .article .news-list-location {
    display: block;
  }
  .news-event-list.event-list-small .article .news-list-location:before {
    display: none;
  }
}
