.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-list.news-list--teaser .news-list__grid {
  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-list.news-list--teaser .news-list__grid {
    grid-template-columns: repeat(6, 1fr);
    -moz-column-gap: 16px;
    column-gap: 16px;
    row-gap: 16px;
  }
}
.news-list.news-list--teaser .news-list__grid .news-item-teaser {
  background-color: #ffffff;
  border-radius: 25px;
  text-decoration: none;
  order: 2;
  grid-column: span 6;
  border: 1px solid var(--secondary-color);
}
@media only screen and (max-width: 992px) {
  .news-list.news-list--teaser .news-list__grid .news-item-teaser {
    grid-row: initial;
    grid-column: span 12;
  }
  .news-list.news-list--teaser .news-list__grid .news-item-teaser {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 992px) and (max-width: 768px) {
  .news-list.news-list--teaser .news-list__grid .news-item-teaser {
    display: initial;
    flex-wrap: initial;
  }
}
.news-list.news-list--teaser .news-list__grid .news-item-teaser:hover {
  color: #060142;
  border: 1px solid var(--secondary-color);
}
.news-list.news-list--teaser .news-list__grid .news-item-teaser:hover * {
  color: #060142;
}
.news-list.news-list--teaser .news-list__grid .news-item-teaser .news-item-teaser__image {
  display: block;
  position: relative;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: -moz-fit-content;
  height: fit-content;
  min-height: 120px;
}
@media only screen and (max-width: 992px) {
  .news-list.news-list--teaser .news-list__grid .news-item-teaser .news-item-teaser__image {
    width: 50%;
    height: calc(100% + 2px);
  }
}
@media only screen and (max-width: 768px) {
  .news-list.news-list--teaser .news-list__grid .news-item-teaser .news-item-teaser__image {
    width: calc(100% + 2px);
    height: -moz-fit-content;
    height: fit-content;
  }
}
.news-list.news-list--teaser .news-list__grid .news-item-teaser .news-item-teaser__image img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1200px) {
  .news-list.news-list--teaser .news-list__grid .news-item-teaser .news-item-teaser__image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media only screen and (max-width: 768px) {
  .news-list.news-list--teaser .news-list__grid .news-item-teaser .news-item-teaser__image img {
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.news-list.news-list--teaser .news-list__grid .news-item-teaser .news-item-teaser__image .news-item-teaser__tag {
  position: absolute;
  bottom: 45px;
  left: 30px;
  line-height: 0px;
}
@media only screen and (max-width: 992px) {
  .news-list.news-list--teaser .news-list__grid .news-item-teaser .news-item-teaser__image .news-item-teaser__tag {
    bottom: 15px;
    left: 15px;
  }
}
.news-list.news-list--teaser .news-list__grid .news-item-teaser .news-item-teaser__content {
  width: 100%;
  padding: 25px 30px;
}
@media only screen and (max-width: 992px) {
  .news-list.news-list--teaser .news-list__grid .news-item-teaser .news-item-teaser__content {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .news-list.news-list--teaser .news-list__grid .news-item-teaser .news-item-teaser__content {
    width: 100%;
    height: auto;
    padding: 15px;
  }
}
@media only screen and (max-width: 992px) {
  .news-list.news-list--teaser .news-list__grid .news-item-teaser .news-item-teaser__content h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 768px) {
  .news-list.news-list--teaser .news-list__grid .news-item-teaser .news-item-teaser__content h3 {
    font-size: 22px;
    line-height: 130%;
  }
}
.news-list.news-list--teaser .news-list__grid .news-item-teaser .news-item-teaser__content .news-item-teaser__link {
  color: #060142;
  text-decoration: underline;
}
.news-list.news-list--teaser .news-list__grid.news-list__grid--three-tiles-per-row .news-item-teaser {
  grid-column: span 4;
}
@media only screen and (max-width: 1200px) {
  .news-list.news-list--teaser .news-list__grid.news-list__grid--three-tiles-per-row .news-item-teaser {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 768px) {
  .news-list.news-list--teaser .news-list__grid.news-list__grid--three-tiles-per-row .news-item-teaser {
    grid-row: initial;
    grid-column: span 12;
  }
}