/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@symfony/webpack-encore/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[3]!./vendor/communice-web/communice-base/Resources/Private/Assets/StyleSheets/communice/content-elements/news/news_base.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.content--news .with-bg-image, .content--news .colored-background {
  padding: 60px 0;
}
.content--news .background-style-light h1, .content--news .background-style-light h2, .content--news .background-style-light h3, .content--news .background-style-light h4 {
  color: var(--color-primary);
}
.content--news .background-style-dark h1, .content--news .background-style-dark h2, .content--news .background-style-dark h3, .content--news .background-style-dark h4 {
  color: #fff;
}

.news-list-wrap {
  position: relative;
}

.news-meta--date {
  position: relative;
  top: 0.1875rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--color-primary);
  width: 100%;
  margin-bottom: 1.25rem;
}
.news-meta--date i {
  margin-right: 0.5rem;
  font-size: var(--font-size-base);
}
@media (min-width: 1200px) {
  .news-meta--date {
    margin: 0;
  }
}

.news-date-inline {
  color: var(--color-primary);
  padding-right: 0.5rem;
}

.news-meta--labels {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  word-break: keep-all;
  justify-content: flex-start;
}

.news .news-buttons-container {
  margin-bottom: 1.875rem;
}
.news .meta-wrap {
  display: flex;
  flex-direction: column;
}
.news .meta-wrap .news-meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.news .meta-wrap .news-meta li {
  margin-bottom: 1.25rem;
}
.news .news--lead {
  margin-bottom: 1.875rem;
}
.news .news--lead h1 {
  margin-top: -0.5625rem;
  margin-bottom: 1.25rem;
}
.news .news--lead .news__image {
  margin-bottom: 0.9375rem;
}
.news .news--lead .news__image.no-margin-bottom {
  margin-bottom: 0;
}
.news .news--lead .news__teaser {
  line-height: 2rem;
}
.news .news-list-item--meta-col {
  margin-bottom: 2rem;
}
.news .news-list-item {
  padding: 3.5rem 2rem;
  border-bottom: 0.0625rem solid var(--border-color-light-grey);
}
.news .news-list-item:first-of-type {
  border-top: 0.0625rem solid var(--border-color-light-grey);
}
.news .news-list-item .news-list-item-headline {
  hyphens: auto;
}
.news .news-list-item .news-list-item-headline a {
  color: #000;
  text-decoration: none;
}
.news .news-list-item .news-image {
  margin-bottom: 0.9375rem;
}
.news .news-list-item .news-image.no-margin-bottom {
  margin-bottom: 0;
}
.news .news-list-item .news-list-item-content-col > :last-child {
  margin-bottom: 0;
}
.news .news-list-item:hover, .news .news-list-item:focus, .news .news-list-item:active {
  background-color: var(--color-background);
}
.news .news-list-item.compact {
  display: flex;
  flex-direction: column;
  padding: 1rem 2rem;
  --more-btn-gradient-bg: #fff;
}
.news .news-list-item.compact:hover, .news .news-list-item.compact:focus, .news .news-list-item.compact:active {
  --more-btn-gradient-bg: var(--color-background);
}
.news .news-list-item.compact .news-list-item--meta-col {
  margin-bottom: 0.5rem;
  order: 1;
}
.news .news-list-item.compact .news-list-item-headline {
  margin: 0.25rem 0 1rem;
  order: 2;
}
.news .news-list-item.compact .news-list-item-content-col {
  order: 3;
}
.news .news-list-item.compact .news-teaser {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: clip;
}
.news .news-list-item.compact .news-teaser .news-compact-more-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, var(--more-btn-gradient-bg) 1rem);
  padding-left: 2rem;
  text-decoration: none;
}
.news .news-list-item.compact .news-teaser .news-compact-more-btn:hover, .news .news-list-item.compact .news-teaser .news-compact-more-btn:focus, .news .news-list-item.compact .news-teaser .news-compact-more-btn:active {
  text-decoration: underline;
}
.news .news-list-item.compact .news-teaser .news-compact-more-btn:focus-visible {
  outline-offset: -0.4rem;
  padding-right: 0.5rem;
  border-radius: 0.4rem;
}
.news .news-latest-item {
  border: 0.0625rem solid var(--border-color-light-grey);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 1.875rem;
  margin-bottom: 1.25rem;
}
.news .news-latest-item h1 {
  margin-bottom: 0.9375rem;
}
.news .news-latest-item .news-latest-item-date {
  font-size: var(--font-size-base);
}
.news .news-latest-item .news-latest-item-date .news-meta {
  margin: 0;
  min-width: 7.1875rem;
}
.news .news-latest-item .news-latest-item-date .news-meta .news-meta-date {
  margin: 0;
}
.news .news-related-divider {
  margin: 1.5625rem 0;
}
.news .news-related-divider.undercover {
  height: 0.0625rem;
  width: 100%;
}
.news .news-related-divider-additional {
  margin-bottom: 3.125rem;
}
@media (min-width: 768px) {
  .news .meta-wrap {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 1.25rem;
  }
  .news .meta-wrap .news-meta-date {
    width: auto;
    margin-right: 1.875rem;
  }
  .news .meta-wrap .news-meta-labels {
    justify-content: flex-end;
  }
  .news .news--lead {
    margin-bottom: 3.75rem;
  }
  .news .news--lead .news__image {
    margin-top: 0.5rem;
  }
  .news .news--lead.no-lead-image {
    margin-bottom: 1.875rem;
  }
  .news .news__body {
    padding-top: 3.125rem;
  }
  .news .news__body.no-padding {
    padding-top: 0;
  }
  .news .news__body h1, .news .news__body h2, .news .news__body h3, .news .news__body h4, .news .news__body h5, .news .news__body h6 {
    margin-top: 2.1875rem;
  }
  .news .news__body :last-child {
    margin-bottom: 0;
  }
  .news .news-latest-item {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .news .news-latest-item h1 {
    margin: 0;
  }
  .news .news-latest-item .news-latest-item-date .news-meta {
    display: flex;
    justify-content: flex-end;
  }
  .news .news-latest-more-btn {
    margin-top: 1.875rem;
    display: inline-flex;
  }
}

.news-teaser {
  hyphens: auto;
}

.news--section-items--item--title {
  font-weight: var(--font-weight-bold);
  margin-bottom: 1.875rem;
}

.search-results a {
  text-decoration: none;
}
.search-results a.search-result-path:hover, .search-results a.search-result-path:focus, .search-results a.search-result-path:active {
  text-decoration: underline;
}

.news-image-wrap {
  position: relative;
  margin-bottom: 0.375rem;
}
@media (min-width: 1200px) {
  .news-image-wrap {
    margin-bottom: 0;
  }
}

.news-image-title {
  font-weight: var(--font-weight-bold);
  margin-bottom: 0.5rem;
}

.news-image-description {
  margin-bottom: 0.5rem;
}

.filterbar-row {
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .filterbar-row {
    flex-direction: row;
  }
}

.news-filterbar-mobile-collapse {
  display: none;
}
.news-filterbar-mobile-collapse.open {
  display: block;
}
@media (min-width: 768px) {
  .news-filterbar-mobile-collapse {
    display: block;
  }
}

#news-filterbar .content {
  margin-bottom: 0.9375rem;
}
#news-filterbar .divider.filterbar-divider {
  display: none;
}
#news-filterbar .btn-group-fullwidth {
  display: flex;
}
#news-filterbar .btn-group-fullwidth .btn {
  padding-left: 0;
  padding-right: 0;
  flex: 1;
}
#news-filterbar .dropdown-menu.show {
  min-width: 100%;
}
#news-filterbar input {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media (min-width: 768px) {
  #news-filterbar .divider.filterbar-divider {
    display: block;
    height: 0;
    border-bottom: 1px solid var(--border-color-light-grey);
    width: 100%;
    margin: 1.875rem 0 1.25rem;
  }
  #news-filterbar .divider.filterbar-divider.filterbar-divider-same {
    margin: 1.875rem 0 1.875rem;
  }
}
@media (min-width: 992px) {
  #news-filterbar .btn {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    flex: 1;
  }
}

.news--share--icons {
  display: flex;
  color: var(--color-primary);
}

.news--share--icon {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.3125rem;
  font-size: 1.25rem;
}

.news--share--icon--link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  line-height: 1;
  color: inherit;
  background-color: var(--color-secondary);
  border-radius: 0.1875rem;
}
.news--share--icon--link:hover, .news--share--icon--link:focus, .news--share--icon--link:active {
  background-color: var(--color-primary);
  color: #fff;
}

.news-detail--image {
  position: relative;
}

.news-item--end-card {
  opacity: 0;
}
.news-item--end-card.tns-slide-active {
  opacity: 1;
}

.news-item--end-card--inner {
  height: 100%;
  padding: 2.125rem 1.875rem;
  box-shadow: var(--default-drop-shadow);
  background-color: var(--news-end-card--backgorund-color);
}

.news-item--end-card--content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 0.25rem solid var(--news-end-card--border-color);
  padding: 0 1.5rem;
}

.news-item--end-card--title {
  margin: 0 0 1.25rem 0;
  color: var(--news-end-card--color);
  font-weight: var(--font-weight-bold);
  font-size: 1.5rem;
  line-height: 2rem;
  text-align: center;
  hyphens: auto;
}
@media (min-width: 992px) {
  .news-item--end-card--title {
    margin: 0 0 1.5rem 0;
    font-size: 2.25rem;
    line-height: 3rem;
  }
}

.news-item--end-card--link a {
  display: flex;
  align-items: center;
  color: var(--news-end-card--link-color);
  text-decoration: none;
  font-weight: var(--font-weight-normal);
  font-size: 1rem;
  line-height: 1.5rem;
}
.news-item--end-card--link a i {
  color: var(--news-end-card--link-icon-color);
  margin-left: 0.5rem;
}

body.rounded-corners .news-image {
  border-radius: var(--rounded-corners--border-radius--base);
}
body.rounded-corners .news-detail--image img {
  border-radius: var(--rounded-corners--border-radius--base);
}
body.rounded-corners .news-item--end-card--inner {
  border-radius: var(--rounded-corners--border-radius--base);
}
body.rounded-corners .news-item--end-card--content {
  border-radius: calc(var(--rounded-corners--border-radius--base) / 2);
}
