.background-color-primary {
  background-color: var(--primary);
}

@font-face {
  font-family: MuseoSans;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local(""), url("../Museo Sans Regular.ff5b9c75.eot") format("eot"), url("../Museo Sans Regular.e7fe89af.woff") format("woff"), url("../Museo Sans Regular.686ed1ff.woff2") format("woff2");
}

@font-face {
  font-family: BHT-Case;
  src: url("../BHT-Case-RegularWeb.f7ea8c76.woff2") format("woff2"), url("../BHT-Case-RegularWeb.84f7ff54.woff") format("woff"), url("../BHT-Case-Regular.79a0a427.ttf") format("truetype"), url("../BHT-Case-Regular.dde9d093.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: BHT-Case;
  font-weight: 500;
  src: url("../BHT-Case-MediumWeb.e2003440.woff2") format("woff2"), url("../BHT-Case-MediumWeb.30a6570c.woff") format("woff"), url("../BHT-Case-Medium.bcde396b.ttf") format("truetype"), url("../BHT-Case-Medium.c1f6d181.otf") format("opentype");
  font-style: normal;
}

@font-face {
  font-family: BHT-CaseMicro;
  src: url("../BHT-CaseMicro-BoldWeb.7eb6e453.woff2") format("woff2"), url("../BHT-CaseMicro-BoldWeb.233f0c29.woff") format("woff"), url("../BHT-CaseMicro-Bold.c3986b62.ttf") format("truetype"), url("../BHT-CaseMicro-Bold.b42e52eb.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}

p.headline {
  letter-spacing: 0;
  color: inherit;
  text-transform: normal;
  font: 500 30px / 41.4px BHT-Case, Helvetica, Arial, sans-serif;
}

@media (width <= 992px) {
  p.headline {
    font-size: 28px;
    line-height: 1.13;
  }
}

@media (width <= 768px) {
  p.headline {
    font-size: 26px;
    line-height: .88;
  }
}

body.home section.hero .hero__headline {
  font-size: var(--font-size-xxl);
}

@media (width <= 767px) {
  body.home section.hero .hero__headline {
    font-size: var(--font-size-xl);
  }
}

section:first-of-type.hero.hero__image-negative-margin-high {
  padding: 5rem 0 0;
}

@media (width <= 767px) {
  section:first-of-type.hero.hero__image-negative-margin-high {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}

section:first-of-type.hero.hero__image-negative-margin-high .module__images {
  translate: 0 calc(-5rem - 1px);
}

@media (width <= 767px) {
  section:first-of-type.hero.hero__image-negative-margin-high .module__images {
    translate: 0;
  }

  section:first-of-type.hero.hero__image-negative-margin-high .images {
    padding-bottom: 2px;
    translate: 0;
  }
}

section:first-of-type.hero__has-background-color {
  margin-top: 0;
}

section.hero__has-background-color {
  background-color: var(--background-color);
  color: #fff;
}

@media (width <= 767px) {
  section.hero__has-background-color .hero__container {
    padding-bottom: 3rem;
  }
}

section.hero__has-background-color .module__text {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (width <= 767px) {
  section.hero__has-background-color .module__text {
    padding-top: 0;
    padding-bottom: 0;
  }
}

section.hero__has-background-color .module__text .hero__text {
  flex-direction: column;
  height: 100%;
  display: flex;
}

section.hero__has-background-color .module__text .hero__text ul > li strong {
  color: var(--petrol);
}

section.hero__has-background-color .module__text a.hero__button {
  color: #fff;
  text-decoration: none;
}

section.hero__has-background-color .module__text a.hero__button:after {
  content: " →";
  transition: left .1s ease-in-out;
  position: relative;
  left: 0;
}

section.hero__has-background-color .module__text a.hero__button:hover:after {
  left: .25rem;
}

section.hero__image-negative-margin-high {
  margin: 0;
  padding-top: 6rem;
}

@media (width <= 767px) {
  section.hero__image-negative-margin-high {
    margin: 3rem 0 0;
  }

  section.hero__image-negative-margin-high .images {
    padding-top: 2rem;
  }
}

section.hero__align-text-right .images {
  order: 0;
}

section.hero__align-text-right .text, section.hero__align-text-right .module__text {
  order: 1;
}

section.hero .images {
  margin: 0;
  padding-left: 1px;
  padding-right: 1px;
  list-style-type: none;
}

@media (width <= 767px) {
  section.hero .images {
    padding-bottom: 2px;
  }
}

@media (width >= 768px) {
  section.hero .images.bleed img {
    position: relative;
    right: -2rem;
    width: calc(100% + 2rem) !important;
    max-width: calc(100% + 2rem) !important;
  }
}

section.hero .images li {
  margin: 0;
}

section.hero .images img {
  width: 100%;
  max-width: 100%;
}

section.hero .images .image {
  flex-wrap: wrap;
  max-width: 100%;
  display: flex;
}

section.hero .images .image:first-of-type .caption {
  background-color: var(--petrol);
}

section.hero .images .image:nth-of-type(2) .caption {
  background-color: var(--green);
}

section.hero .images .image:nth-of-type(3) .caption {
  background-color: var(--blue);
}

section.hero .images .image .caption {
  color: #fff;
  width: 100%;
  padding: .9rem 1rem 1rem;
  position: relative;
}

section.hero .swiper {
  margin-bottom: 2rem;
}

@media (width <= 767px) {
  section.hero .swiper {
    flex-direction: column;
  }

  section.hero .swiper .swiper-nav {
    position: relative;
  }
}

section.hero [data-images-count] > div {
  height: max-content;
}

section.hero__text {
  grid-template-rows: max-content;
  align-content: space-between;
  height: 100%;
  padding: 80px 0;
  display: grid;
}

section.hero__content {
  grid-template-rows: max-content;
  align-content: space-between;
  display: grid;
}

section.hero__headline {
  letter-spacing: -.02em;
  color: #f7f7f7;
  line-height: 120%;
}

section.hero__text .preheadline {
  font-size: var(--font-size-text);
  font-weight: var(--weight-semibold);
  line-height: var(--lh-text);
  color: #51c1dd;
}

section.hero__text .title, section.hero__text section.hero__headline {
  font-size: var(--font-size-xxl);
  font-weight: var(--weight-semibold);
  line-height: var(--lh-headline);
  -webkit-hyphens: auto;
  hyphens: auto;
  color: var(--backgroundtextcolor, --primary);
}

@media screen and (width <= 1300px) {
  section.hero__text .title, section.hero__text section.hero__headline {
    font-size: calc(var(--font-size-xl) * .75);
  }
}

section.hero__text .teaser, section.hero__text .intro {
  font-size: var(--font-size-intro);
  font-weight: var(--weight-semibold);
  line-height: var(--lh-text);
  margin-top: 1em;
}

.first-fc-in-head + div section.hero__text .teaser, .first-fc-in-head + div section.hero__text .intro {
  color: #fff;
}

section.hero__text .cta, section.hero__text .button {
  box-sizing: border-box;
  color: #fff;
  width: auto;
  height: auto;
  font-weight: var(--weight-regular);
  transition: var(--transition-fast);
  word-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
  border: 0 hidden #0000;
  border-radius: 8px;
  padding: 1rem 2rem;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

section.hero__text .cta.backgroundcolor, section.hero__text .button.backgroundcolor {
  background-color: #0000;
}

section.hero__text .cta.backgroundcolor:hover, section.hero__text .button.backgroundcolor:hover {
  background-color: var(--secondary);
  color: #fff;
}

section.hero__text .cta:focus, section.hero__text .button:focus {
  border-width: 3px !important;
}

section.hero__text .cta:hover, section.hero__text .button:hover {
  color: var(--secondary);
}

.text-image {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  width: 100%;
  display: flex;
  position: relative;
}

@media (width <= 991px) {
  .text-image {
    flex-wrap: wrap;
  }

  .text-image__text {
    order: 1;
  }
}

.text-image__image {
  width: 50%;
  height: 100%;
  margin-top: calc(-1 * var(--menuheight));
  flex-shrink: 0;
  position: relative;
  overflow-y: clip;
}

@media (width <= 767px) {
  .text-image__image {
    width: 110%;
  }
}

.text-image__image img {
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1;
  border-radius: 50%;
  width: 110%;
  height: 100%;
  margin-top: 0%;
  position: relative;
}

.text-image__text {
  color: var(--primary);
}

.text-image__text > :last-child {
  margin-bottom: var(--padding-md);
}

.first-fc-in-head .text-image__text {
  margin-bottom: 0;
}

.text-image__text.no-image-circle hgroup {
  margin-top: var(--padding-md);
}

.text-image__text.columns-1 {
  width: calc(100% - 40px);
  max-width: 75%;
}

@media (width <= 575px) {
  .text-image__text.columns-1 {
    max-width: 100%;
  }
}

.text-image__text.columns-2 {
  max-width: 75%;
}

@media (width <= 991px) {
  .text-image__text.columns-2 {
    max-width: 100%;
  }
}

.text-image__text.no-background {
  max-width: unset;
  margin-bottom: 40px;
}

.text-image__text.no-background .text-image__preheadline {
  color: #51c1dd;
}

.text-image__text.no-background .text-image__headline {
  color: #036;
}

.text-image__text.no-background .text-image__description {
  color: #036;
  max-width: 875px;
  margin-top: 20px;
}

.text-image__text.no-background .text-image__description p, .text-image__text.no-background .text-image__description__column p {
  color: inherit;
}

.text-image__description {
  font-size: var(--font-size-text);
  line-height: var(--lh-text);
  color: var(--backgroundtextcolor, --primary);
  -webkit-hyphens: auto;
  hyphens: auto;
  font-weight: var(--weight-regular);
  justify-content: flex-start;
  align-items: flex-start;
  gap: 120px;
  margin-top: 50px;
  display: flex;
}

.text-image__description ul, .text-image__description p {
  padding-bottom: 12px;
}

.text-image__description__column {
  flex-basis: 100%;
}

.text-image__description a {
  color: inherit;
}

.text-image__description a:hover {
  color: var(--secondary);
}

.text-image__description__button {
  border: 1px solid var(--backgroundtextcolor, --primary);
  width: fit-content;
  font-size: var(--font-size-text);
  font-weight: var(--weight-semibold);
  line-height: var(--lh-text);
  text-align: center;
  background: none;
  border-radius: 8px;
  margin-top: 20px;
  padding: 4px 12px;
  text-decoration: none;
  display: block;
  color: var(--backgroundtextcolor, --primary) !important;
}

.text-image__description__button:hover {
  background-color: var(--primary);
  border-color: var(--secondary);
  color: #fff !important;
}

.text-image .columns-1 .text-image__description {
  display: block;
}

@media (width <= 767px) {
  .text-image .columns-2 .text-image__description {
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
  }
}
/*# sourceMappingURL=hero_text_image.css.map */
