﻿/*
 * Source style matrix, Spies Hecker about-us.html
 * (body.theme_color15, axbase, live Computed + source screenshots):
 * Body text: #1e1e1e 15px/22px Arial/Helvetica, normal case, mb15 per paragraph.
 * H1 headlineContent: #ff0000 30px/39px Arial 400 center; no hr on source.
 * H2 headlineContent lead: #ff0000 20px/26px Arial 400 center.
 * H2 grey section headline: #ff0000 22px/28.6px Arial 400 center mb25.
 * H3 grey section subhead: #ff0000 20px/26px Arial 400 center mb10.
 * Bold inline labels (b): #1e1e1e 15px/22px weight 700.
 * Breadcrumb: #868686 14px/20px, hover #ff0000.
 * Grey surfaces (headline/mediaTeaser/textComponent grey): #eaeaea flat, no radius/shadow.
 * horizontalLine hr: 227Г—2 #6d6e71, margin 35px auto.
 * listStyle_2: custom icon bullets, #1e1e1e 15px/22px.
 * MoodImage: full-width ~1600Г—402 strip; theme_color15 gradient overlay.
 * No Wistia/PDF on source page.
 */

.about-us-page {
  --about-red: #ff0000;
  --about-text: #1e1e1e;
  --about-muted: #6d6e71;
  --about-breadcrumb: #868686;
  --about-grey: #eaeaea;
  --about-rule: #6d6e71;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: var(--about-text);
}

.about-us-page,
.about-us-page *,
.about-us-page *::before,
.about-us-page *::after {
  box-sizing: border-box;
}

.about-us-moodImage {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
  line-height: 0;
  background: var(--about-grey);
}

.about-us-moodImage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(-8deg, rgba(0, 0, 0, 0.45), rgba(255, 0, 0, 0.45));
}

.about-us-moodImage picture,
.about-us-moodImage img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.about-us-moodImage img {
  aspect-ratio: 1600 / 402;
  object-fit: cover;
  object-position: center center;
}

.about-us-page > .container {
  padding-top: 0;
}

.about-us-breadcrumb {
  margin: 0 0 12px;
  padding: 0 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: normal;
  text-transform: none;
  color: var(--about-breadcrumb);
}

.about-us-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.about-us-breadcrumb a:hover,
.about-us-breadcrumb a:focus-visible {
  color: var(--about-red);
  text-decoration: none;
}

.about-us-breadcrumb a:focus-visible {
  outline: 2px solid rgba(255, 0, 0, 0.35);
  outline-offset: 2px;
}

.about-us-breadcrumb-sep {
  display: inline-block;
  margin: 0 0.55em;
}

.about-us-breadcrumb-sep::before {
  content: "\2192";
}

.about-us-replica {
  padding-bottom: 35px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: var(--about-text);
}

.about-us-replica .headlineContent {
  margin: 0;
  padding: 0;
}

.about-us-page .about-us-replica .component.headline {
  margin: 0 0 30px;
  padding: 0;
  text-align: center;
  background: transparent;
}

.about-us-page .about-us-replica .component.headline h1#about-us-title {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 39px;
  letter-spacing: normal;
  text-transform: none;
  text-align: center;
  color: var(--about-red);
}

.about-us-page .about-us-replica .component.headline h2.about-us-lead-h2 {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: normal;
  text-transform: none;
  text-align: center;
  color: var(--about-red);
}

.about-us-section-block {
  margin: 0 0 10px;
  padding: 0;
}

.about-us-page .about-us-replica .component.textComponent {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.about-us-page .about-us-replica .component.textComponent p {
  margin: 0 0 15px;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: normal;
  text-transform: none;
  color: var(--about-text);
}

.about-us-page .about-us-replica .component.textComponent p:last-child {
  margin-bottom: 0;
}

.about-us-page .about-us-replica .component.textComponent b,
.about-us-page .about-us-replica .component.textComponent strong {
  font-weight: 700;
  color: var(--about-text);
}

.about-us-page .about-us-replica .component.textComponent.listStyle_2 ul {
  margin: 0;
  padding: 0 0 0 38px;
  list-style: none;
}

.about-us-page .about-us-replica .component.textComponent.listStyle_2 ul li {
  position: relative;
  margin: 0 0 8px;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: normal;
  text-transform: none;
  color: var(--about-text);
}

.about-us-page .about-us-replica .component.textComponent.listStyle_2 ul li::before {
  content: "\25cf";
  position: absolute;
  left: -38px;
  top: 0;
  width: 38px;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: var(--about-red);
}

.about-us-page .about-us-replica .component.horizontalLine {
  margin: 0;
  padding: 0;
  background: transparent;
}

.about-us-page .about-us-replica .component.horizontalLine hr {
  width: 227px;
  max-width: min(227px, 60vw);
  height: 0;
  margin: 35px auto;
  padding: 0;
  border: 0;
  border-top: 2px solid var(--about-rule);
  background: transparent;
}

.about-us-page .about-us-replica .about-us-grey-section .component.headline.grey {
  margin: 0;
  padding: 29px 30px 0;
  text-align: center;
  background: var(--about-grey);
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.about-us-page .about-us-replica .about-us-grey-section .component.headline.grey h2.about-us-section-h2 {
  margin: 0 0 25px;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28.6px;
  letter-spacing: normal;
  text-transform: none;
  text-align: center;
  color: var(--about-red);
}

.about-us-page .about-us-replica .about-us-grey-section .component.headline.grey h3.about-us-section-h3 {
  margin: 0 0 10px;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: normal;
  text-transform: none;
  text-align: center;
  color: var(--about-red);
}

.about-us-page .about-us-replica .about-us-grey-section .component.mediaTeaser.grey {
  margin: 0;
  padding: 0;
  background: var(--about-grey);
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.about-us-page .about-us-replica .about-us-grey-section .component.mediaTeaser.grey .img {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.about-us-page .about-us-replica .about-us-grey-section .component.mediaTeaser.grey .img picture,
.about-us-page .about-us-replica .about-us-grey-section .component.mediaTeaser.grey .img img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.about-us-page .about-us-replica .about-us-grey-section .component.mediaTeaser.grey .img img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center center;
}

.about-us-page .about-us-replica .about-us-grey-section .component.textComponent.grey {
  margin: 0 0 30px;
  padding: 29px 30px 30px;
  background: var(--about-grey);
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

@media (max-width: 767px) {
  .about-us-moodImage img {
    aspect-ratio: 16 / 9;
  }

  .about-us-page .about-us-replica .component.headline h1#about-us-title {
    font-size: 30px;
    line-height: 39px;
  }

  .about-us-page .about-us-replica .about-us-grey-section .component.headline.grey,
  .about-us-page .about-us-replica .about-us-grey-section .component.textComponent.grey {
    padding-inline: 15px;
  }
}
