:root {
  --pink: #8a1046;
  --green: #00897b;
  --orange: #993300;
  --purple: #5c277b;
  --gray: #f3f3f3;
  --black: #000;
  --white: #fff;
  --colorText: #333;
  --color1primary: #8a1046;
  --basicGutter: 20px;
  --fontSizeTextXs: 14px;
}

/** * Colorscheme
 */
body.greenArea #news h3 {
  color: var(--green);
}
body.greenArea button,
body.greenArea button.news-ajax-load-more span.icon-plus,
body.greenArea .simple-pagination a,
body.greenArea .simple-pagination .current,
body.greenArea .monthbar,
body.greenArea .morelink a,
body.greenArea .linkBack a {
  background-color: var(--green) !important;
}
body.orangeArea #news h3 {
  color: var(--orange);
}
body.pinkArea #news h3 {
  color: var(--pink);
}
body.purpleArea #news h3 {
  color: var(--purple);
}

.news {
  margin: 20px 0 20px 0;
}
.news .news-list-category {
  display: inline-block;
  font-weight: 600;
}
.news .news-list-view .frame-type-header {
  display: none;
}
.news .news-list-view .f3-widget-paginator {
  position: absolute;
  z-index: -99;
  width: 1px;
  height: 1px;
  overflow: hidden;
  left: -10000px;
}
.news .news-list-view .article.row {
  margin-bottom: var(--basicGutter) !important;
}
.news .news-list-view .article.row .news-list-date {
  margin-bottom: var(--basicGutter)/2;
}
.news .news-list-view .article.row .header h3 {
  margin-top: 0;
  margin-bottom: var(--basicGutter);
}
@media (max-width: 575px) {
  .news .news-list-view .article.row .header h3 {
    margin: var(--basicGutter) 0 var(--basicGutter) 0;
  }
}
.news .news-list-view .article.row .header a.more {
  margin: 0;
}
.news .news-list-view .article.row .header a:hover h3 span {
  color: var(--color1primary);
}
.news .news-list-view .article.row p {
  padding: 0;
}
.news .news-list-view .article.row .teaser-text {
  padding-bottom: var(--basicGutter);
}
.news .news-list-view .article.row a.more {
  display: block;
  margin-top: var(--basicGutter);
  color: var(--colorText);
}
.news .news-list-view .article.row a.more i {
  position: relative;
  top: 1px;
}
.news .news-list-view .article.row a.more:hover {
  color: var(--color1primary);
}
.news .news-list-view .article.row hr {
  margin: 0;
  background-color: var(--color1primary);
}
.news .news-list-view .article.row .news-img {
  position: relative;
}
.news .news-list-view .article.row .news-img a.more {
  margin: 0 !important;
}
.news .news-list-view .article.row .news-img a.more img {
  width: 100% !important;
  height: auto !important;
}
.news #selectoptions {
  border: 2px solid var(--white);
  background: var(--color1primary) !important;
  font-weight: 600;
  font-size: 16px;
  color: var(--white);
  -webkit-border-radius: 0 0 0;
  border-radius: 0 0 0;
  padding: 0 40px 0 10px;
  height: 44px;
  line-height: 44px;
  max-width: 300px;
  margin-right: 10px;
}
.news.news-single .news-img-wrap {
  margin: 0 13px var(--basicGutter) var(--basicGutter);
  width: auto;
  display: inline-block;
  float: right;
  position: relative;
}
.news.news-single .news-img-wrap .outer p.news-img-caption {
  font-size: 12px !important;
  line-height: 140%;
}
.news.news-single .news-text-wrap, .news.news-single .news-content-elements {
  margin-bottom: 40px;
}
.news.news-single .ics {
  margin-top: 30px;
}

.news-backlink-wrap {
  margin-top: 40px;
}

@media (max-width: 575px) {
  .news.news-single .news-img-wrap {
    max-width: initial;
    width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .news.news-single .news-img-wrap .outer {
    padding: 0;
  }
  .news.news-single .news-img-wrap .outer img {
    width: 100%;
    height: auto;
  }
}
button.news-ajax-load-more {
  border: 0;
  background: none !important;
  background-color: transparent !important;
  position: relative;
  color: var(--color1primary);
  padding-left: var(--basicGutter)var(--basicGutter)/2;
  cursor: pointer;
}
button.news-ajax-load-more span.icon-plus {
  position: absolute;
  right: -10px;
  bottom: -10px;
  z-index: 1;
  font-size: 20px;
  display: block;
  width: calc(var(--basicGutter) * 2);
  height: calc(var(--basicGutter) * 2);
  background-color: var(--white);
  -webkit-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
  text-align: center;
  line-height: calc(var(--basicGutter) * 2);
  color: var(--color1primary);
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
button.news-ajax-load-more span.icon-plus a {
  display: block;
}
button.news-ajax-load-more span.icon-plus {
  top: -8px;
  left: 0;
  color: var(--white) !important;
  background-color: var(--color1primary);
}

.news-carousel .owl-carousel {
  position: relative;
}
.news-carousel .owl-carousel .owl-stage {
  position: relative;
  display: flex;
}
.news-carousel .owl-carousel .owl-stage .owl-item {
  width: 33.3333%;
  position: relative;
}
.news-carousel .owl-carousel .owl-stage .owl-item .article {
  padding: var(--basicGutter)/2;
  display: flex;
  height: 100%;
}
.news-carousel .owl-carousel .owl-stage .owl-item .article .inner {
  background-color: var(--white);
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  width: 100%;
  height: auto;
}
.news-carousel .owl-carousel .owl-stage .owl-item .article .inner .news-list-date {
  margin-bottom: var(--basicGutter)/2;
}
.news-carousel .owl-carousel .owl-stage .owl-item .article .inner .img {
  position: relative;
}
.news-carousel .owl-carousel .owl-stage .owl-item .article .inner .text {
  padding: var(--basicGutter)/2;
}
.news-carousel .owl-carousel .owl-stage .owl-item .article .inner .text .header {
  margin: 0 0 var(--basicGutter)/2 0;
  padding: 0;
  color: var(--colorText);
}
.news-carousel .owl-carousel .owl-stage .owl-item .article .inner .text .header span {
  margin: 0;
  padding: 0;
}
.news-carousel .owl-carousel .owl-stage .owl-item .article .inner .text .teaser-text *, .news-carousel .owl-carousel .owl-stage .owl-item .article .inner .text .teaser-text span, .news-carousel .owl-carousel .owl-stage .owl-item .article .inner .text .teaser-text p, .news-carousel .owl-carousel .owl-stage .owl-item .article .inner .text .teaser-text h3, .news-carousel .owl-carousel .owl-stage .owl-item .article .inner .text .teaser-text li, .news-carousel .owl-carousel .owl-stage .owl-item .article .inner .text .info *, .news-carousel .owl-carousel .owl-stage .owl-item .article .inner .text .info span, .news-carousel .owl-carousel .owl-stage .owl-item .article .inner .text .info p, .news-carousel .owl-carousel .owl-stage .owl-item .article .inner .text .info h3, .news-carousel .owl-carousel .owl-stage .owl-item .article .inner .text .info li, .news-carousel .owl-carousel .owl-stage .owl-item .article .inner .text .header *, .news-carousel .owl-carousel .owl-stage .owl-item .article .inner .text .header span, .news-carousel .owl-carousel .owl-stage .owl-item .article .inner .text .header p, .news-carousel .owl-carousel .owl-stage .owl-item .article .inner .text .header h3, .news-carousel .owl-carousel .owl-stage .owl-item .article .inner .text .header li {
  color: var(--colorText);
}
.news-carousel .owl-carousel .owl-stage .owl-item .article .inner .text .teaser-text a i.fa, .news-carousel .owl-carousel .owl-stage .owl-item .article .inner .text .info a i.fa, .news-carousel .owl-carousel .owl-stage .owl-item .article .inner .text .header a i.fa {
  position: relative;
  top: 1px;
}
.news-carousel .owl-nav {
  position: absolute;
  z-index: 1;
  top: 22%;
  width: 100%;
}
.news-carousel .owl-nav button {
  width: var(--basicGutter);
  height: var(--basicGutter);
  position: absolute;
}
.news-carousel .owl-nav button span {
  font-size: var(--basicGutter);
  color: var(--white);
}
.news-carousel .owl-nav button.owl-next {
  right: -30px;
}
.news-carousel .owl-nav button.owl-prev {
  left: -30px;
}

.news-kacheln {
  margin-bottom: var(--basicGutter);
}
.news-kacheln .f3-widget-paginator {
  position: absolute;
  z-index: -99;
  width: 1px;
  height: 1px;
  overflow: hidden;
  left: -10000px;
}
.news-kacheln .card.item-kachel {
  background: none;
  border: 0;
  position: relative;
  margin-bottom: var(--basicGutter);
}
.news-kacheln .card.item-kachel .inner {
  height: 100%;
  background-color: var(--white);
}
.news-kacheln .card.item-kachel .inner .img {
  position: relative;
}
.news-kacheln .card.item-kachel .inner .img img {
  width: 100%;
  height: auto;
}
.news-kacheln .card.item-kachel .inner .text {
  padding: var(--basicGutter)/2;
}
.news-kacheln .card.item-kachel .inner .text * {
  color: var(--colorText);
}

/*# sourceMappingURL=news.css.map */
