/**
 * https://davidhellmann.com/blog/development/sass-breakpoint-mixin
 */
:root {
  --header-image-h: 100vh;
}

main {
  padding-top: var(--navbar-height);
}

.header_image {
  height: calc(var(--header-image-h) - var(--navbar-height));
}
.header_image--66 {
  --header-image-h: 66vh;
}
.header_image .image-wrapper {
  margin: 0;
  height: 100%;
}
.header_image .image-wrapper img {
  object-fit: cover;
}
.header_image .image_slider {
  height: 100%;
}
.header_image .image_slider img {
  object-fit: cover;
  height: 100%;
  max-height: unset;
}
.header_image .claims-container {
  width: 265px;
}
.header_image .claims-container .claim_slider.claims {
  font-weight: normal;
  font-family: "Ubuntu-Medium";
}
.header_image .claims-container .claim_slider.claims p {
  display: flex;
  place-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
}
.header_image .claims-container .claims_additional p {
  font-weight: normal;
  font-family: "Ubuntu-Light";
}
.header_image .inspirational {
  top: 12%;
  right: 8%;
  width: 66%;
  font-size: 2.5em;
}
@media (min-width: 768px) {
  .header_image .inspirational {
    top: 140px;
    width: 33%;
    font-size: 3.25em;
  }
}

.slick-list {
  height: inherit;
}
.slick-list .slick-track {
  height: inherit;
}

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