.news--full .banner-generic-full {
  margin-bottom: 60px;
}

.news--full .field--name-field-video-gallery video,
.news--full .field--name-field-video-gallery iframe {
  width: 100%;
  height: 400px;
  border-radius: 12px;
}

.news--full .hightlighted-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.news--full .hightlighted-info .date-label {
  font-family: var(--font-medium);
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  color: var(--text-color);
}

.news--full .posted-date--wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  line-height: normal;
  color: var(--text-color);
}

.horizonatal-news {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  height: 100%;
}

.horizonatal-news .article-body {
  border: 0;
  padding: 0;
}

.horizonatal-news .node-title {
  position: relative;
  display: block;
  font-family: var(--font-semibold);
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: var(--primary-color);
  margin: 0;
  text-decoration: none;
  transition: color 0.5s ease;
  padding-bottom: 10px;
}

.horizonatal-news .node-title:hover {
  color: var(--accent-color);
  transition: color 0.5s ease;
}

.horizonatal-news .node-title::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 5px;
  background-color: var(--accent-color);
  bottom: 0;
  border-radius: 4px;
}

[dir="ltr"] .horizonatal-news .node-title::after {
  left: 0;
}

[dir="rtl"] .horizonatal-news .node-title::after {
  right: 0;
}

.horizonatal-news .article-body,
.horizonatal-news .article-body p {
  font-family: var(--font-second);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: var(--text-color);
  margin: 0;
}

.horizonatal-news .article-body p + p {
  margin-top: 8px;
}

.horizonatal-news .node-date {
  position: relative;
  font-family: var(--font-regular);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 0;
  text-transform: lowercase;
  color: var(--dark-grey);
}

[dir="ltr"] .horizonatal-news .node-date {
  padding-left: 24px;
}

[dir="rtl"] .horizonatal-news .node-date {
  padding-right: 24px;
}

.horizonatal-news .node-date::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../media/images/clock.svg) no-repeat center;
}

[dir="ltr"] .horizonatal-news .node-date::before {
  left: 0;
}

[dir="rtl"] .horizonatal-news .node-date::before {
  right: 0;
}

.horizonatal-news .img-background {
  position: relative;
  display: block;
  flex-basis: 40%;
}

.horizonatal-news .img-background a {
  display: block;
  border-radius: 4px;
  overflow: hidden;
}

.horizonatal-news .img-background a img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  scale: 1;
  transition: scale 0.5s ease-in-out;
}

@media (max-width: 48rem) {
  .horizonatal-news .img-background a img {
    min-width: 100%;
  }
}

.horizonatal-news .img-background a:hover img {
  scale: 1.1;
  transition: scale 0.5s ease-in-out;
}

.horizonatal-news .field--name-field-news-category {
  position: absolute;
  top: 10px;
  background-color: var(--accent-color);
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 12px;
  font-family: var(--font-second);
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.5px;
}

[dir="ltr"] .horizonatal-news .field--name-field-news-category {
  right: 10px;
}

[dir="rtl"] .horizonatal-news .field--name-field-news-category {
  left: 10px;
}

.horizonatal-news .main-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  flex-basis: calc(60% - 20px);
}

.horizonatal-news .read-more {
  padding: 8px 16px;
  font-weight: 500;
}

.horizontal-news-grid .view-content {
  grid-template-columns: 1fr;
  display: grid;
  gap: 32px;
}

.grid-vertical-teaser .view-content {
  grid-template-columns: 1fr;
  display: grid;
  gap: 32px;
}

.grid-vertical-teaser .node-date {
  position: relative;
  font-family: var(--font-regular);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 12px;
  text-transform: lowercase;
  color: var(--dark-grey);
}

[dir="ltr"] .grid-vertical-teaser .node-date {
  padding-left: 24px;
}

[dir="rtl"] .grid-vertical-teaser .node-date {
  padding-right: 24px;
}

.grid-vertical-teaser .node-date::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../../media/images/clock.svg) no-repeat center;
}

[dir="ltr"] .grid-vertical-teaser .node-date::before {
  left: 0;
}

[dir="rtl"] .grid-vertical-teaser .node-date::before {
  right: 0;
}

.grid-vertical-teaser .node-title {
  position: relative;
  display: block;
  font-family: var(--font-medium);
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: var(--primary-color);
  margin: 0 0 12px 0;
  text-decoration: none;
  transition: color 0.5s ease;
}

.grid-vertical-teaser .node-title:hover {
  color: var(--accent-color);
  transition: color 0.5s ease;
}

.addtoany_list {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
  width: fit-content;
}

.addtoany_list a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-decoration: unset;
  height: auto;
  line-height: normal;
}

.addtoany_list a:hover span {
  opacity: 1;
  text-decoration: underline;
}

.addtoany_list .a2a_label {
  font-size: 0;
}

.addtoany_list .a2a_svg {
  width: 20px !important;
  height: 20px !important;
  background-color: transparent !important;
}

.addtoany_list .a2a_svg svg {
  display: none;
}

.addtoany_list .a2a_button_facebook,
.addtoany_list .a2a_button_twitter,
.addtoany_list .a2a_button_linkedin,
.addtoany_list .a2a_button_copy_link {
  width: fit-content;
  background-color: #fff;
  border: 1px solid var(--grey-color);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  transition: 0.5s ease all;
}

.addtoany_list .a2a_button_facebook:hover,
.addtoany_list .a2a_button_twitter:hover,
.addtoany_list .a2a_button_linkedin:hover,
.addtoany_list .a2a_button_copy_link:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  transition: 0.5s ease all;
}

.addtoany_list .a2a_button_facebook .a2a_svg {
  background: url(../../media/images/facebook_d.svg) no-repeat center;
  background-size: 16px;
}

.addtoany_list .a2a_button_facebook:hover .a2a_svg {
  transition: 0.5s ease all;
  background: url(../../media/images/facebook_w.svg) no-repeat center;
  background-size: 16px;
}

.addtoany_list .a2a_button_twitter .a2a_svg {
  background: url(../../media/images/tweet_d.svg) no-repeat center;
  background-size: 16px;
}

.addtoany_list .a2a_button_twitter:hover .a2a_svg {
  transition: 0.5s ease all;
  background: url(../../media/images/tweet_w.svg) no-repeat center;
  background-size: 16px;
}

.addtoany_list .a2a_button_linkedin .a2a_svg {
  background: url(../../media/images/linkedin_d.svg) no-repeat center;
  background-size: 16px;
}

.addtoany_list .a2a_button_linkedin:hover .a2a_svg {
  transition: 0.5s ease all;
  background: url(../../media/images/linkedin_w.svg) no-repeat center;
  background-size: 16px;
}

.addtoany_list .a2a_button_copy_link .a2a_svg {
  background: url(../../media/images/copy_d.svg) no-repeat center;
  background-size: 16px;
}

.addtoany_list .a2a_button_copy_link:hover .a2a_svg {
  transition: 0.5s ease all;
  background: url(../../media/images/copy_w.svg) no-repeat center;
  background-size: 16px;
}

.block-views-blocknews-index-last-news-block .block__title {
  position: relative;
  padding-bottom: 12px;
  font-size: 24px;
  color: var(--grey-color);
}

.block-views-blocknews-index-last-news-block .block__title::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 5px;
  background-color: var(--accent-color);
  bottom: 0;
  border-radius: 4px;
}

[dir="ltr"] .block-views-blocknews-index-last-news-block .block__title::after {
  left: 0;
}

[dir="rtl"] .block-views-blocknews-index-last-news-block .block__title::after {
  right: 0;
}

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