@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500&display=swap");
article.node.node--type-event.node--view-mode-teaser {
  height: 100%;
  padding-bottom: 40px;
}
article.node.node--type-event.node--view-mode-teaser .event-wrapper {
  height: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #EAEAEA;
}
article.node.node--type-event.node--view-mode-teaser .event-wrapper a.event {
  display: flex;
  text-decoration: none;
  flex-direction: column;
  height: 100%;
}
article.node.node--type-event.node--view-mode-teaser .event-wrapper a.event .dark-layout {
  display: none;
}
article.node.node--type-event.node--view-mode-teaser .event-wrapper a.event .img-wrapper {
  margin-bottom: 10px;
  position: relative;
  min-height: 200px;
  background-color: #F3F3F3;
}
article.node.node--type-event.node--view-mode-teaser .event-wrapper a.event .img-wrapper .event-img-date, article.node.node--type-event.node--view-mode-teaser .event-wrapper a.event .img-wrapper .event-img-date-end {
  position: absolute;
  width: 55px;
  height: 65px;
  top: 10px;
  left: 10px;
  padding: 10px;
  background-color: #FFF;
  color: #292573;
  text-transform: uppercase;
}
article.node.node--type-event.node--view-mode-teaser .event-wrapper a.event .img-wrapper .event-img-date .event-month, article.node.node--type-event.node--view-mode-teaser .event-wrapper a.event .img-wrapper .event-img-date-end .event-month {
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  margin-bottom: 5px;
}
article.node.node--type-event.node--view-mode-teaser .event-wrapper a.event .img-wrapper .event-img-date .event-day, article.node.node--type-event.node--view-mode-teaser .event-wrapper a.event .img-wrapper .event-img-date-end .event-day {
  font-size: 32px;
  font-weight: bold;
  line-height: 26px;
  text-align: center;
}
article.node.node--type-event.node--view-mode-teaser .event-wrapper a.event .img-wrapper .event-img-date-end {
  left: 75px;
}
article.node.node--type-event.node--view-mode-teaser .event-wrapper a.event .img-wrapper img {
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
article.node.node--type-event.node--view-mode-teaser .event-wrapper a.event .event-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
article.node.node--type-event.node--view-mode-teaser .event-wrapper a.event .event-content-wrapper .event-content-top {
  margin-bottom: 50px;
}
article.node.node--type-event.node--view-mode-teaser .event-wrapper a.event .event-content-wrapper .event-content-top .event-type {
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  color: #F47C20;
  position: relative;
  padding-left: 13px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
article.node.node--type-event.node--view-mode-teaser .event-wrapper a.event .event-content-wrapper .event-content-top .event-type:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 7px;
  width: 7px;
  background-color: #F47C20;
  margin-top: 4px;
}
article.node.node--type-event.node--view-mode-teaser .event-wrapper a.event .event-content-wrapper .event-content-top .event-title {
  color: #28272A;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}
article.node.node--type-event.node--view-mode-teaser .event-wrapper a.event .event-content-wrapper .event-content-top .event-summary {
  color: #E9E9E9;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 15px;
  display: none;
}
article.node.node--type-event.node--view-mode-teaser .event-wrapper a.event .event-content-wrapper .event-content-bottom .event-date {
  color: #9B9BA4;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
}

@media screen and (max-width: 767px) {
  article.node.node--type-event.node--view-mode-teaser .event-wrapper {
    padding-bottom: 15px;
    height: unset;
  }
  article.node.node--type-event.node--view-mode-teaser .event-wrapper a.event .img-wrapper {
    margin-bottom: 15px;
  }
  article.node.node--type-event.node--view-mode-teaser .event-wrapper a.event .img-wrapper img {
    height: 200px;
  }
  article.node.node--type-event.node--view-mode-teaser .event-wrapper a.event .event-content-wrapper .event-content-top {
    margin-bottom: 0;
  }
  article.node.node--type-event.node--view-mode-teaser .event-wrapper a.event .event-content-wrapper .event-content-top .event-type {
    font-size: 12px;
    line-height: 15px;
  }
  article.node.node--type-event.node--view-mode-teaser .event-wrapper a.event .event-content-wrapper .event-content-top .event-type:before {
    height: 5px;
    width: 5px;
    margin-top: 4px;
  }
  article.node.node--type-event.node--view-mode-teaser .event-wrapper a.event .event-content-wrapper .event-content-top .event-title {
    font-size: 18px;
    line-height: 24px;
  }
  article.node.node--type-event.node--view-mode-teaser .event-wrapper a.event .event-content-wrapper .event-content-top .event-summary {
    font-weight: 600;
    margin-bottom: 0;
  }
}/*# sourceMappingURL=node--event-teaser.css.map */