.hero-card {
  position: relative;
  background-color: #F4F4F4;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .hero-card {
    min-height: 500px;
  }
}
.hero-card:hover {
  transition: 0.3s ease-in-out;
}
.hero-card:hover .hero-card__image {
  overflow: hidden;
}
.hero-card:hover .hero-card__image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  transition: 0.3s ease-in-out;
}
.hero-card > .hero-card__text {
  padding: 1.875rem;
}
@media (min-width: 992px) {
  .hero-card > .hero-card__text {
    padding: 2.5rem;
  }
}
.hero-card__label {
  font-family: "IBMPlexMono", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  font-size: 0.75rem;
  letter-spacing: 0.48px;
  margin-bottom: 24px;
  color: #1F1F1F;
  display: block;
}
.hero-card__title {
  font-family: "Tobias", serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .hero-card__title {
    font-size: 3rem;
  }
}
.hero-card__title {
  margin-bottom: 0;
}
.hero-card__teaser {
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.45;
}
@media (min-width: 768px) {
  .hero-card__teaser {
    font-size: 1.25rem;
  }
}
.hero-card__teaser {
  color: #1F1F1F;
  margin-top: 20px;
}
.hero-card__teaser p {
  margin-bottom: 0;
}
.hero-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #1F1F1F;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.45;
}
@media (min-width: 768px) {
  .hero-card__link {
    font-size: 1.125rem;
  }
}
.hero-card__link::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("/themes/custom/kilden/build/assets/icons/arrow-link.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  flex-shrink: 0;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.hero-card__link:hover, .hero-card__link:focus {
  color: #006875;
  text-decoration: none !important;
}
.hero-card__link:hover::before, .hero-card__link:focus::before {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.hero-card__link {
  margin-top: 0.5rem;
}
.hero-card__image {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  height: 100%;
}
@media (min-width: 768px) {
  .hero-card__image {
    min-height: unset;
  }
}
.hero-card__image:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 100%;
  background-color: #006875;
  z-index: 1;
}
.hero-card__image * {
  height: 100%;
}
.hero-card__image * .field--name-field-media-oembed-video {
  height: 100%;
}
.hero-card__image img,
.hero-card__image picture {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 0.3s ease-in-out;
}
.hero-card--block {
  background-color: #F4F4F4;
}
.hero-card--block .hero-card__title {
  font-family: "Tobias", serif;
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 1.15;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .hero-card--block .hero-card__title {
    font-size: 4rem;
  }
}
.hero-card--article .hero-card__title {
  font-family: "Tobias", serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .hero-card--article .hero-card__title {
    font-size: 3rem;
  }
}
.hero-card--article .hero-card__title {
  margin-bottom: 0;
}

/*# sourceMappingURL=hero-card.css.map*/