.category {
  padding: 5px 12px;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color) !important;
  color: #ffffff;
  border-radius: 10px;
  display: inline-block;
  line-height: 0px;
}
.category.category--has-sub {
  padding-right: 30px;
}
.category.category--ghost {
  background-color: transparent;
}
.theme .category.category--ghost .category__label {
  color: var(--primary-color) !important;
}
.category .category__arrow {
  position: absolute;
  right: 12px;
  top: 11px;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.theme .category .category__label {
  color: #ffffff !important;
  font-size: 18px;
  line-height: 130%;
}

.theme .subcategory.subcategory--selected .subcategory__label {
  font-weight: 600;
  color: var(--primary-color) !important;
}

.category--ghost .category__arrow {
  border-color: var(--primary-color) !important;
}

.news.news--details .news__article {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 32px;
  column-gap: 32px;
  row-gap: 32px;
  grid-template-rows: auto;
}
@media only screen and (max-width: 992px) {
  .news.news--details .news__article {
    grid-template-columns: repeat(6, 1fr);
    -moz-column-gap: 16px;
    column-gap: 16px;
    row-gap: 16px;
  }
}
.news.news--details .news__article .news__grid {
  grid-column: 2/12;
}
@media only screen and (max-width: 992px) {
  .news.news--details .news__article .news__grid {
    grid-column: 2/6;
  }
}
@media only screen and (max-width: 992px) {
  .news.news--details .news__article .news__grid {
    grid-column: span 6;
  }
}
.news.news--details .news__article .news__grid .news__category-date {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
  column-gap: 30px;
  justify-content: center;
  align-items: center;
  margin: 0 0 30px;
}
.news.news--details .news__article .news__grid .news__title-image {
  margin: 0 0 45px;
}
@media only screen and (max-width: 768px) {
  .news.news--details .news__article .news__grid .news__title-image {
    margin: 0 0 30px;
  }
}
.news.news--details .news__article .news__grid .news__title-image picture {
  display: block;
  position: relative;
  z-index: 1;
}
.news.news--details .news__article .news__grid .news__title-image .tx-netl-social-media {
  border-radius: 25px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 1em;
}
.news.news--details .news__article .news__grid .news__title-image .tx-netl-social-media.inactive {
  padding: 30px;
  text-align: left;
}
.news.news--details .news__article .news__grid .news__title-image .tx-netl-social-media.inactive .button {
  margin: 0;
}
.news.news--details .news__article .news__grid .news__title-image .tx-netl-social-media .button {
  margin: 20px 0;
}
.news.news--details .news__article .news__grid .news__title-image .tx-netl-social-media iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.news.news--details .news__article .news__grid .news__title-image .tx-netl-social-media .h3 {
  margin: 0 0 20px;
}
.news.news--details .news__article .news__grid .news__title-image .tx-netl-social-media button {
  background-color: var(--primary-color) !important;
}
.theme--white .news.news--details .news__article .news__grid .news__title-image .tx-netl-social-media {
  background-color: color-mix(in oklab, var(--secondary-color) 15%, #ffffff);
}
.theme--almost-white .news.news--details .news__article .news__grid .news__title-image .tx-netl-social-media {
  background-color: #ffffff;
}
.theme--primary .news.news--details .news__article .news__grid .news__title-image .tx-netl-social-media {
  background-color: #ffffff;
}
.theme--primary-85 .news.news--details .news__article .news__grid .news__title-image .tx-netl-social-media {
  background-color: #ffffff;
}
.theme--secondary .news.news--details .news__article .news__grid .news__title-image .tx-netl-social-media {
  background-color: #ffffff;
}
.theme--secondary-70 .news.news--details .news__article .news__grid .news__title-image .tx-netl-social-media {
  background-color: #ffffff;
}
.theme--secondary-85 .news.news--details .news__article .news__grid .news__title-image .tx-netl-social-media {
  background-color: #ffffff;
}
.theme--signal .news.news--details .news__article .news__grid .news__title-image .tx-netl-social-media {
  background-color: #ffffff;
}
.news.news--details .news__article .news__more-images {
  margin: 0 0 50px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 32px;
  column-gap: 32px;
  row-gap: 32px;
  grid-template-rows: auto;
}
@media only screen and (max-width: 992px) {
  .news.news--details .news__article .news__more-images {
    grid-template-columns: repeat(6, 1fr);
    -moz-column-gap: 16px;
    column-gap: 16px;
    row-gap: 16px;
  }
}
.news.news--details .news__article .news__more-images.news__more-images--1-items .news__image-link {
  grid-column: span 12;
}
@media only screen and (max-width: 992px) {
  .news.news--details .news__article .news__more-images.news__more-images--1-items .news__image-link {
    grid-column: span 6;
  }
}
.news.news--details .news__article .news__more-images.news__more-images--2-items .news__image-link {
  grid-column: span 6;
}
@media only screen and (max-width: 992px) {
  .news.news--details .news__article .news__more-images.news__more-images--2-items .news__image-link {
    grid-column: span 3;
  }
}
@media only screen and (max-width: 768px) {
  .news.news--details .news__article .news__more-images.news__more-images--2-items .news__image-link {
    grid-column: span 6;
  }
}
.news.news--details .news__article .news__more-images.news__more-images--3-items .news__image-link {
  grid-column: span 4;
}
@media only screen and (max-width: 992px) {
  .news.news--details .news__article .news__more-images.news__more-images--3-items .news__image-link {
    grid-column: span 2;
  }
}
@media only screen and (max-width: 768px) {
  .news.news--details .news__article .news__more-images.news__more-images--3-items .news__image-link {
    grid-column: span 6;
  }
}
.news.news--details .news__article .news__more-images .news__image-link {
  border: none;
  grid-column: span 4;
}
.news.news--details .news__article .news__more-images .news__image-link:hover {
  border: none;
}
@media only screen and (max-width: 1200px) {
  .news.news--details .news__article .news__more-images .news__image-link {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 992px) {
  .news.news--details .news__article .news__more-images .news__image-link {
    grid-column: span 3;
  }
}
@media only screen and (max-width: 768px) {
  .news.news--details .news__article .news__more-images .news__image-link {
    grid-column: span 6;
  }
}
.news.news--details .news__article .news__more-images .lightbox {
  border: none;
}
.news.news--details .news__article .news__footer {
  border-top: 1px solid var(--secondary-color);
  padding: 20px 0;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  -moz-column-gap: 32px;
  column-gap: 32px;
  row-gap: 32px;
  grid-template-rows: auto;
}
@media only screen and (max-width: 992px) {
  .news.news--details .news__article .news__footer {
    grid-template-columns: repeat(6, 1fr);
    -moz-column-gap: 16px;
    column-gap: 16px;
    row-gap: 16px;
  }
}
.news.news--details .news__article .news__footer .news__footer-heading {
  margin: 0 0 20px;
}
.news.news--details .news__article .news__footer .news__author {
  grid-column: span 4;
}
.news.news--details .news__article .news__footer .news__author:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 992px) {
  .news.news--details .news__article .news__footer .news__author {
    grid-column: span 3;
  }
}
@media only screen and (max-width: 576px) {
  .news.news--details .news__article .news__footer .news__author {
    grid-column: span 6;
  }
}
.news.news--details .news__article .news__footer .news__author .news__author-circle {
  width: 45px;
  height: 45px;
  background-color: color-mix(in oklab, var(--secondary-color) 15%, #ffffff);
  border-radius: 50%;
  position: relative;
  float: left;
  margin: 0 10px 0 0;
}
.news.news--details .news__article .news__footer .news__author .news__author-circle span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  line-height: 18px;
}
.news.news--details .news__article .news__footer .news__author .news__author-name {
  font-size: 20px;
  padding: 11px 0 0;
}
.news.news--details .news__article .news__footer .news__feedback {
  grid-column: span 5;
}
@media only screen and (max-width: 992px) {
  .news.news--details .news__article .news__footer .news__feedback {
    order: 3;
    grid-column: span 3;
  }
}
@media only screen and (max-width: 576px) {
  .news.news--details .news__article .news__footer .news__feedback {
    grid-column: span 6;
  }
}
.news.news--details .news__article .news__footer .news__feedback a {
  text-decoration: none;
  font-size: 20px;
}
.news.news--details .news__article .news__footer .news__feedback a i {
  font-size: 24px;
  top: 2px;
  position: relative;
}
.news.news--details .news__article .news__footer .news__share {
  grid-column: span 3;
}
@media only screen and (max-width: 992px) {
  .news.news--details .news__article .news__footer .news__share {
    order: 2;
    grid-column: span 3;
  }
}
@media only screen and (max-width: 576px) {
  .news.news--details .news__article .news__footer .news__share {
    grid-column: span 6;
  }
}
.news.news--details .news__article .news__footer .news__share .shariff ul {
  justify-content: left;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.news.news--details .news__article .news__footer .news__share .shariff ul li {
  min-width: initial;
  max-width: initial;
  width: 40px;
  height: 40px;
  flex: initial;
  margin: 0;
}
.news.news--details .news__article .news__footer .news__share .shariff ul li.mail a:before {
  content: "\e983";
  font-size: 36px;
}
.news.news--details .news__article .news__footer .news__share .shariff ul li.facebook a:before {
  content: "\e9e7";
  font-size: 30px;
}
.news.news--details .news__article .news__footer .news__share .shariff ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: relative;
  border-bottom: none;
}
.news.news--details .news__article .news__footer .news__share .shariff ul li a:before {
  font-family: "kirche-ll-icons", sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.news.news--details .news__article .news__footer .news__share .shariff ul li a .fas, .news.news--details .news__article .news__footer .news__share .shariff ul li a .fab {
  display: none;
}
.news.news--details .news__article .news__footer .news__share .shariff ul li a .share_text {
  display: none;
}