.c-news-event--full .c-news-event__images img {
  border: 2px solid #BBBBBB;
}

.c-news-event--full .c-news-event__content {
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  .c-news-event--full .c-news-event__content {
    flex-direction: row;
  }
}

.c-news-event--full .c-news-event__sidebar {
  flex-shrink: 0;
}

@media (min-width: 992px) {
  .c-news-event--full .c-news-event__sidebar {
    max-width: 300px;
    text-align: right;
  }
}

.c-news-event--full .c-news-event__sidebar-sticky {
  position: sticky;
  top: 32px;
}

.c-news-event--full .c-news-event__images {
  padding-bottom: 16px;
}

@media (min-width: 992px) {
  .c-news-event--full .c-news-event__images {
    padding-bottom: 0;
  }
}

@media (min-width: 992px) {
  .c-news-event--full .c-news-event__body {
    padding-left: 32px;
  }
}

.c-news-event--full .c-news-event__main-text {
  padding: 16px 0 0 0;
  border-top: 2px solid #BBBBBB;
}

.c-news-event--full .c-news-event__date {
  font-size: 18px;
}

.c-news-event--full .c-news-event__gallery {
  margin-top: 16px;
  border-top: 2px solid #BBBBBB;
}

.c-news-event--full .c-news-event__gallery .field__items {
  background-color: #DDDDDD;
  padding: 16px 16px 0 16px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.c-news-event--full .c-news-event__gallery .field__item {
  margin: 0 0 16px 0;
  line-height: 0;
}

@media (min-width: 992px) {
  .c-news-event--full .c-news-event__gallery .field__item {
    margin: 0 16px 16px 0;
  }
}

.c-news-event--full .c-news-event__gallery .field__item img {
  border: 2px solid #BBBBBB;
  width: auto;
  max-height: 100px;
}

.c-news-event--teaser {
  margin: 0 0 32px 0;
  width: 100%;
}

@media (min-width: 992px) {
  .c-news-event--teaser {
    margin: 64px 0 0 0;
  }
}

.c-news-event--teaser > a {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .c-news-event--teaser > a {
    flex-direction: row;
  }
}

.c-news-event--teaser > a:hover h2, .c-news-event--teaser > a:focus h2 {
  color: #daa300;
}

.c-news-event--teaser > a:hover img, .c-news-event--teaser > a:focus img {
  border-color: #daa300;
  transform: scale(1.02);
}

.c-news-event--teaser > a:hover .c-news-event__more, .c-news-event--teaser > a:focus .c-news-event__more {
  border-color: #daa300;
  color: #5f7a5f;
}

.c-news-event--teaser .c-news-event__image {
  line-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

@media (min-width: 768px) {
  .c-news-event--teaser .c-news-event__image {
    align-items: center;
  }
}

.c-news-event--teaser .c-news-event__image img {
  -webkit-transition: border-color 0.25s ease-out, transform 0.25s ease-out;
  -moz-transition: border-color 0.25s ease-out, transform 0.25s ease-out;
  -ms-transition: border-color 0.25s ease-out, transform 0.25s ease-out;
  -o-transition: border-color 0.25s ease-out, transform 0.25s ease-out;
  transition: border-color 0.25s ease-out, transform 0.25s ease-out;
  border: 2px solid #BBBBBB;
  max-width: 150px;
}

@media (min-width: 992px) {
  .c-news-event--teaser .c-news-event__image img {
    max-width: 200px;
  }
}

.c-news-event--teaser .c-news-event__date {
  margin-bottom: 16px;
  color: #030403;
}

.c-news-event--teaser h2 {
  -webkit-transition: color 0.25 ease-out;
  -moz-transition: color 0.25 ease-out;
  -ms-transition: color 0.25 ease-out;
  -o-transition: color 0.25 ease-out;
  transition: color 0.25 ease-out;
  margin: 0 0 16px 0;
}

.c-news-event--teaser .c-news-event__text {
  padding: 16px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

@media (min-width: 768px) {
  .c-news-event--teaser .c-news-event__text {
    padding: 24px 24px 24px 32px;
  }
}

.c-news-event--teaser .node__content {
  font-family: "Source Serif Pro", "Times New Roman", serif;
  color: #030403;
  font-size: 18px;
}

.c-news-event--teaser .c-news-event__more {
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out, border-color 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out, color 0.25s ease-out, border-color 0.25s ease-out;
  -ms-transition: background-color 0.25s ease-out, color 0.25s ease-out, border-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out, color 0.25s ease-out, border-color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out, border-color 0.25s ease-out;
  margin-top: 24px;
  padding: 8px;
  border: 2px solid #BBBBBB;
  background-color: #FFFFFF;
  font-weight: 500;
  font-size: 16px;
  margin-top: 16px;
}

@media (min-width: 992px) {
  .c-news-event--teaser .c-news-event__more {
    padding: 8px 24px;
  }
}

.c-news-event--teaser.c-news-event--upcoming .c-news-event__image:before {
  display: block;
  content: '';
  background-image: url("../../images/leaf-1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100px;
  height: 100px;
  z-index: -1;
  position: absolute;
  left: -13px;
  bottom: -21px;
  transform: rotate(45deg) scaleX(-1);
}

@media (min-width: 768px) {
  .c-news-event--teaser.c-news-event--upcoming .c-news-event__image:before {
    left: -17px;
    bottom: 45px;
  }
}

@media (min-width: 992px) {
  .c-news-event--teaser.c-news-event--upcoming .c-news-event__image:before {
    left: -17px;
    bottom: 17px;
  }
}

.c-news-event--pager-teaser {
  display: flex;
  align-items: center;
}

.c-news-event--pager-teaser .c-news-event__arrow {
  align-self: center;
  margin-right: 8px;
}

.c-news-event--pager-teaser .c-news-event__image {
  line-height: 0;
  flex-shrink: 0;
}

.c-news-event--pager-teaser .c-news-event__image img {
  margin-right: 16px;
  border: 2px solid #BBBBBB;
  border-radius: 50%;
  width: 80px;
}

.c-news-event--pager-teaser .c-news-event__title {
  font-weight: 500;
  font-size: 14px;
}

@media (min-width: 992px) {
  .c-news-event--pager-teaser .c-news-event__title {
    font-size: 16px;
  }
}
