.about-us {
  /* "JOBS" Sections  */
}
.about-us .content > section {
  margin-bottom: 24px;
}
.about-us .about-intro {
  background-color: #FFF;
  padding: 32px 24px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1490196078);
}
.about-us .about-intro__columns {
  display: flex;
  gap: 0;
}
@media screen and (max-width: 768px) {
  .about-us .about-intro__columns {
    flex-direction: column-reverse;
    font-size: 27px;
  }
}
.about-us .about-intro__columns > .simple-divider[aria-orientation=vertical] {
  width: 1px;
  height: auto;
  align-self: stretch;
  background: #D4D6D6;
  margin: 0 1rem;
}
@media (max-width: 767px) {
  .about-us .about-intro__columns > .simple-divider[aria-orientation=vertical] {
    width: 100% !important;
    height: 1px !important;
    align-self: auto !important;
    margin: 1rem 0 !important;
  }
}
.about-us .about-intro__title {
  font-size: 33px;
  line-height: 1.2;
  margin: 0 0 24px;
}
@media screen and (max-width: 768px) {
  .about-us .about-intro__title {
    margin-top: 15px;
    font-size: 27px;
    font-weight: 400;
  }
}
.about-us .about-intro__text {
  font-size: 18px;
  line-height: 1.6;
  max-width: 720px;
  font-weight: 400;
}
.about-us .about-intro__text p {
  margin-bottom: 16px;
}
.about-us .about-intro__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
.about-us .about-intro__nav li {
  margin: 0;
}
.about-us .about-intro__nav a {
  align-items: center;
  background-color: #FFF;
  color: #293333;
  display: flex;
  font-weight: 350;
  font-size: 18px;
  gap: 16px;
  width: 100%;
  justify-content: space-between;
  padding: 8px 20px;
  text-decoration: none;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.about-us .about-intro__nav a:hover, .about-us .about-intro__nav a:focus {
  background: #dcefd6;
  color: #293333;
}
.about-us .about-intro__nav a:hover .about-intro__nav-icon, .about-us .about-intro__nav a:focus .about-intro__nav-icon {
  filter: brightness(0);
}
.about-us .about-intro__nav-icon {
  display: block;
  min-width: 24px;
}
.about-us .about-intro__scroll {
  display: flex;
  justify-content: center;
}
.about-us .about-intro__scroll-link {
  align-items: center;
  background-color: #FFF;
  border-radius: 50%;
  display: inline-flex;
  height: 56px;
  justify-content: center;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  width: 56px;
}
.about-us .about-intro__scroll-link:hover, .about-us .about-intro__scroll-link:focus {
  background: #dcefd6;
  color: #293333;
}
.about-us .about-intro__scroll-link:hover img, .about-us .about-intro__scroll-link:focus img {
  filter: brightness(0);
}
.about-us .about-section {
  margin-bottom: 24px;
  width: 100%;
  background-color: #FFF;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1490196078);
}
.about-us .about-section h2 {
  font-size: 24px;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 10px;
}
.about-us .about-section h2.large {
  font-weight: 700;
  font-size: 33px;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  margin: 0 0 10px;
  padding: 0 0 15px;
}
@media screen and (max-width: 768px) {
  .about-us .about-section h2.large {
    font-weight: 400 !important;
    font-size: 27px !important;
    text-transform: none !important;
  }
}
@media screen and (max-width: 768px) {
  .about-us .about-section h2 {
    font-size: 21px;
    margin-top: 6px;
  }
}
.about-us .about-section__intro {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 40px;
  max-width: 720px;
  font-weight: 400;
}
.about-us .about-section__intro p {
  margin-bottom: 16px;
}
.about-us .about-section__grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .about-us .about-section__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.about-us .about-section__groups {
  display: grid;
  gap: 32px;
}
.about-us .about-section__group-title {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 21px;
}
@media screen and (max-width: 768px) {
  .about-us .about-section__group-title {
    font-size: 18px !important;
  }
}
.about-us .about-section--wus, .about-us .about-section--people {
  max-width: 750px;
  margin: auto;
  background-color: #FFF;
  padding: 16px 16px;
}
@media screen and (min-width: 768px) {
  .about-us .about-section--wus, .about-us .about-section--people {
    padding: 56px 48px;
  }
}
.about-us .about-section--feature-cards {
  background-color: #dcefd6;
  padding: 48px 24px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about-us .about-section--feature-cards {
    padding: 56px 48px;
  }
}
.about-us .about-section--feature-cards .about-section__intro {
  margin-left: auto;
  margin-right: auto;
}
.about-us .about-section--job {
  margin-bottom: 0;
  padding: 0;
}
.about-us .about-section--job .about-job {
  color: #FFF;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 32px 194px 40px;
  gap: 16px;
  height: 420px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  background: url("/assets/img/about-us/banner_header_jobs_2.1.jpg") center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .about-us .about-section--job .about-job {
    padding: 32px 20px 40px;
    gap: 16px;
    width: 100%;
    height: 528px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
    background: url("/assets/img/banner_header_jobs_mobile_2.jpg") no-repeat bottom center;
    background-size: cover;
  }
}
.about-us .about-section--job .about-job__title, .about-us .about-section--job .about-job__intro, .about-us .about-section--job .about-job__cta {
  position: relative;
  z-index: 1;
}
.about-us .about-section--job .about-job__title {
  width: 752px;
  height: 120px;
  font-family: "absara";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  color: #FFF;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .about-us .about-section--job .about-job__title {
    width: 100%;
    height: 60px;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  }
}
.about-us .about-section--job .about-job__intro {
  width: 396px;
  height: 75px;
  font-family: "absara";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #293333;
}
@media screen and (max-width: 768px) {
  .about-us .about-section--job .about-job__intro {
    width: 100%;
    height: auto;
  }
}
.about-us .about-section--job .about-job__cta-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 252px;
  height: 72px;
}
@media screen and (min-width: 768px) {
  .about-us .about-section--job .about-job__cta-wrapper {
    padding: 0 0 0;
  }
}
.about-us .about-section--job .about-job__cta-wrapper .about-job__cta {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 16px 7px;
  gap: 8px;
  isolation: isolate;
  width: 252px;
  height: 48px;
  background: #BADFAD;
  border: 1px solid #293333;
  border-radius: 3px;
}
.about-us .card-wrapper .card-meta {
  display: none !important;
}
.about-us .card-image-wrapper {
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
.about-us .card-image-wrapper .card-img {
  display: block;
  width: 100%;
  height: auto;
}
.about-us .card-image-wrapper .card-img-overlay {
  inset: 0;
  position: absolute;
}
.about-us .card-link .card-large .card-text-wrapper h5 {
  min-height: 0;
}
.about-us .lesen {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .about-us .about-section--feature-cards h2.large {
    font-size: 27px !important;
  }
}
.about-us .about-section--feature-cards .about-section__intro-hint {
  display: none;
}
@media screen and (max-width: 768px) {
  .about-us .about-section--feature-cards .about-section__intro-hint {
    display: block;
  }
}
.about-us .about-section--feature-cards .about-section__intro-hint-icon {
  display: none;
  height: 7px;
  width: 29px;
  margin: auto auto 6px;
  background-image: url("/assets/img/about-us/icon-chevron-down.svg");
}
@media screen and (max-width: 768px) {
  .about-us .about-section--feature-cards .about-section__intro-hint-icon {
    display: block;
  }
}
.about-us .about-section--feature-cards .about-feature-cards {
  margin: 0 auto;
  max-width: 1080px;
}
.about-us .about-section--feature-cards .about-feature-cards__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
.about-us .about-section--feature-cards .about-feature-cards__grid > * {
  flex: 1 1 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 600px) {
  .about-us .about-section--feature-cards .about-feature-cards__grid > * {
    flex: 1 1 calc((100% - 24px) / 2);
    max-width: calc((100% - 24px) / 2);
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .about-us .about-section--feature-cards .about-feature-cards__grid > * {
    flex: 1 1 calc((100% - 48px) / 3);
    max-width: calc((100% - 48px) / 3);
  }
}
.about-us .about-section--feature-cards .about-feature-cards__desktop-break {
  display: none;
}
@media screen and (min-width: 1024px) {
  .about-us .about-section--feature-cards .about-feature-cards__desktop-break {
    display: inline;
  }
}
.about-us .about-section--feature-cards .about-feature-card {
  height: 100%;
  min-height: 300px;
  perspective: 1200px;
  position: relative;
  cursor: pointer;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 992px) {
  .about-us .about-section--feature-cards .about-feature-card {
    min-height: 320px;
  }
}
.about-us .about-section--feature-cards .about-feature-card__inner {
  height: 100%;
  min-height: inherit;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media (prefers-reduced-motion: reduce) {
  .about-us .about-section--feature-cards .about-feature-card__inner {
    transition: none;
  }
}
.about-us .about-section--feature-cards .about-feature-card.is-flipped .about-feature-card__inner {
  transform: rotateY(180deg);
}
.about-us .about-section--feature-cards .about-feature-card.is-flipped .about-feature-card__toggle {
  display: none;
}
.about-us .about-section--feature-cards .about-feature-card__face {
  align-items: center;
  backface-visibility: hidden;
  background-color: #FFF;
  border: 5px solid #f4f5f5;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 24px;
  inset: 0;
  justify-content: center;
  height: 100%;
  padding: 36px 30px;
  position: absolute;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about-us .about-section--feature-cards .about-feature-card__face {
    gap: 0;
  }
}
@media screen and (min-width: 992px) {
  .about-us .about-section--feature-cards .about-feature-card__face {
    min-height: 320px;
    padding: 42px 36px;
  }
}
.about-us .about-section--feature-cards .about-feature-card__face--back {
  background-color: #97CE84;
  border: 1px solid #f4f5f5;
  transform: rotateY(180deg);
}
@media screen and (min-width: 769px) {
  .about-us .about-section--feature-cards .about-feature-card__face--back {
    gap: 4px;
  }
}
@media screen and (min-width: 600px) {
  .about-us .about-section--feature-cards .about-feature-card__face--front {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 600px) {
  .about-us .about-section--feature-cards .about-feature-card__face--front {
    gap: 0px;
  }
}
.about-us .about-section--feature-cards .about-feature-card__toggle {
  align-items: center;
  background-color: inherit;
  border: 0;
  border-radius: 999px;
  color: #7f8585;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.25rem;
  height: 32px;
  justify-content: center;
  position: absolute;
  right: 20px;
  top: 20px;
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
  width: 32px;
  padding: 0;
}
.about-us .about-section--feature-cards .about-feature-card__toggle span[aria-hidden=true] {
  line-height: 1;
}
.about-us .about-section--feature-cards .about-feature-card__toggle-icon {
  height: 32px;
  width: 32px;
  background-image: url("/assets/img/about-us/icon-toggle.svg");
}
.about-us .about-section--feature-cards .about-feature-card__icon {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto 12px;
  width: 170px;
  height: 150px;
}
.about-us .about-section--feature-cards .about-feature-card__icon img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.about-us .about-section--feature-cards .about-feature-card__title {
  font-size: 33px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .about-us .about-section--feature-cards .about-feature-card__title {
    font-size: 24px;
  }
}
.about-us .about-section--feature-cards .about-feature-card__title--back {
  color: #293333;
  font-size: 21px;
  font-weight: 600;
}
.about-us .about-section--feature-cards .about-feature-card__body {
  color: #293333;
  font-size: 16px;
  line-height: 1.6;
}
.about-us .about-section--feature-cards .about-feature-card__body p {
  margin: 0;
}
.about-us .about-section--benefits {
  background-color: white;
  text-align: center;
  padding: 16px 16px 24px;
}
.about-us .about-section--benefits h2.large {
  font-size: 33px !important;
  margin-top: 16px !important;
}
.about-us .about-section--benefits .about-section__intro {
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
.about-us .about-section--benefits .benefits-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
  margin: 0 auto;
  max-width: 960px;
}
@media screen and (min-width: 768px) {
  .about-us .about-section--benefits .benefits-grid {
    gap: 24px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1200px) {
  .about-us .about-section--benefits .benefits-grid {
    gap: 42px;
  }
}
.about-us .about-section--benefits .benefit-card {
  background-color: #DCEFD6;
  color: #293333;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  padding: 40px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media screen and (max-width: 360px) {
  .about-us .about-section--benefits .benefit-card {
    padding: 16px;
  }
}
.about-us .about-section--benefits .benefit-card__icon {
  align-items: center;
  display: flex;
  height: 100px;
  width: 100px;
  padding: 20px;
  justify-content: center;
  margin: 0 auto 12px;
  background: white;
  border-radius: 50%;
}
.about-us .about-section--benefits .benefit-card__icon img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.about-us .about-section--benefits .benefit-card__title {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
}
.about-us .about-section--benefits .benefit-card__body {
  color: #293333;
  font-size: 1.05rem;
  line-height: 1.7;
}
.about-us .about-section--benefits .benefit-card__body p {
  margin: 0;
  font-weight: 350;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
}
.about-us .about-notice {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  flex: none;
  order: 4;
  flex-grow: 0;
  background-color: #545c5c !important;
  color: #FFF;
  padding: 16px 100px;
}
@media screen and (min-width: 1000px) {
  .about-us .about-notice {
    padding: 16px 196px;
  }
}
@media screen and (max-width: 768px) {
  .about-us .about-notice {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 16px;
    gap: 16px;
    width: 100%;
    flex: none;
    order: 3;
    flex-grow: 0;
  }
}
.about-us .about-notice__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  justify-content: space-evenly;
}
@media screen and (min-width: 1100px) {
  .about-us .about-notice__inner {
    flex-direction: row;
    gap: 32px;
    justify-content: space-evenly;
  }
}
.about-us .about-notice__text {
  font-size: 21px;
  line-height: 1.6;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 639px) {
  .about-us .about-notice__text {
    padding: 0 16px;
  }
}
@media screen and (min-width: 640px) {
  .about-us .about-notice__text {
    text-align: left;
  }
}
.about-us .about-notice .btn-primary.bg-white {
  background-color: #FFF;
  border: 1px solid #000 !important;
  border-radius: 3px;
  color: #293333;
}
.about-us .about-notice .btn-primary.bg-white:hover, .about-us .about-notice .btn-primary.bg-white:focus {
  background-color: #a9adad !important;
  color: #FFF !important;
  border: 1px solid #FFF !important;
}
.about-us .about-section--slider {
  background-color: #FFF;
  padding: 48px 16px 64px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .about-us .about-section--slider {
    padding: 56px 24px 80px;
  }
}
.about-us .about-section--slider h2 {
  font-size: 33px !important;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .about-us .about-section--slider h2 {
    text-transform: none !important;
    font-size: 27px !important;
    font-weight: 400 !important;
  }
}
.about-us .about-section--slider .about-slider {
  margin: 0 auto;
  max-width: 960px;
}
.about-us .about-section--slider .about-slider__outer {
  position: relative;
}
.about-us .about-section--slider .about-slider__slide {
  align-items: center;
  display: grid;
  gap: 24px;
  margin: 0 auto;
  padding: 32px 24px;
}
@media screen and (min-width: 768px) {
  .about-us .about-section--slider .about-slider__slide {
    gap: 40px;
    grid-template-columns: 260px minmax(0, 1fr);
    padding: 40px 48px;
    text-align: left;
  }
}
.about-us .about-section--slider .about-slider__figure {
  align-items: center;
  aspect-ratio: 1/1;
  background: radial-gradient(circle, rgba(121, 192, 67, 0.18) 0%, rgba(121, 192, 67, 0) 65%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 260px;
  max-width: 260px;
  overflow: hidden;
  position: relative;
}
.about-us .about-section--slider .about-slider__figure img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.about-us .about-section--slider .about-slider__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.about-us .about-section--slider .about-slider__title {
  font-size: 24px;
  color: #293333;
  font-weight: 700;
  margin: 0;
}
.about-us .about-section--slider .about-slider__subtitle {
  font-size: 24px;
  color: #293333;
  font-weight: 400;
  margin: 0;
}
.about-us .about-section--slider .about-slider__text {
  color: #293333;
  font-size: 18px;
  font-weight: 350;
  line-height: 1.7;
}
.about-us .about-section--slider .about-slider__text p {
  margin: 0;
}
.about-us .about-section--slider .about-slider__nav {
  align-items: center;
  background-color: transparent;
  border: none;
  color: rgba(41, 51, 51, 0.4);
  cursor: pointer;
  display: none;
  font-size: 2.5rem;
  height: 34px;
  justify-content: center;
  padding: 0;
  transition: color 0.3s ease, transform 0.3s ease;
  width: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
@media screen and (min-width: 992px) {
  .about-us .about-section--slider .about-slider__nav {
    display: inline-flex;
  }
}
.about-us .about-section--slider .about-slider__nav--prev {
  left: 8px;
}
.about-us .about-section--slider .about-slider__nav--next {
  right: 8px;
}
@media screen and (max-width: 991px) {
  .about-us .about-section--slider .about-slider__nav {
    display: inline-flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 991px) {
  .about-us .about-section--slider .about-slider__nav--prev {
    left: calc(50% - 160px);
  }
  .about-us .about-section--slider .about-slider__nav--next {
    right: calc(50% - 160px);
  }
}
@media screen and (max-width: 375px) {
  .about-us .about-section--slider .about-slider__nav--prev {
    left: calc(50% - 145px);
  }
  .about-us .about-section--slider .about-slider__nav--next {
    right: calc(50% - 145px);
  }
}
.about-us .about-section--slider .about-slider__pagination {
  bottom: 0 !important;
  display: flex;
  gap: 12px;
  justify-content: center;
}
.about-us .about-section--slider .about-slider__pagination .swiper-pagination-bullet {
  background: #eaebeb;
  height: 30px;
  opacity: 1;
  transition: transform 0.3s ease, background-color 0.3s ease;
  width: 30px;
}
.about-us .about-section--slider .about-slider__pagination .swiper-pagination-bullet-active {
  background: #97CE84;
}
.about-us .about-section--images-grid {
  background-color: white;
  text-align: center;
  gap: 16px;
  padding: 32px 20px 40px;
}
.about-us .about-section--images-grid .about-images-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
  position: relative;
}
@media screen and (min-width: 640px) {
  .about-us .about-section--images-grid .about-images-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.about-us .about-section--images-grid .about-images-grid__item {
  margin: 0;
  overflow: hidden;
}
.about-us .about-section--images-grid .about-images-grid__item img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
  max-height: 250px;
}
.about-us .about-section--images-grid .about-images-grid .grid__center-image {
  display: none;
}
@media screen and (min-width: 992px) {
  .about-us .about-section--images-grid .about-images-grid .grid__center-image {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 350px;
    height: 350px;
    object-fit: cover;
    border: 14px solid white;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
  }
}
.about-us .about-section--full-image {
  background-color: #FFF;
  text-align: center;
  gap: 16px;
  padding: 32px 20px 40px;
}
.about-us .about-section--full-image .about-full-image {
  margin: 0;
}
.about-us .about-section--full-image .about-full-image picture,
.about-us .about-section--full-image .about-full-image img {
  display: block;
  width: 100%;
}
.about-us .about-section--full-image .about-full-image img {
  height: auto;
}
.about-us .about-section--process {
  background-color: #FFF;
  gap: 16px;
  padding: 16px;
}
@media screen and (min-width: 992px) {
  .about-us .about-section--process {
    padding: 32px 40px 40px;
  }
}
.about-us .about-section--process .about-process {
  display: grid;
  gap: 32px;
  margin: 0 auto;
  max-width: 1080px;
}
@media screen and (min-width: 992px) {
  .about-us .about-section--process .about-process {
    grid-template-columns: minmax(0, 2.1fr) minmax(0, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .about-us .about-section--process .about-process__column {
    padding: 40px 36px;
  }
}
.about-us .about-section--process .about-process__column--content {
  text-align: center;
}
.about-us .about-section--process .about-process__column--contacts {
  background-color: #FFF;
  text-align: center;
  border: 1px solid #f4f5f5;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1490196078);
}
.about-us .about-section--process .about-process__column--contacts h3 {
  font-size: 1.3rem;
  margin-bottom: 32px;
}
.about-us .about-section--process .about-process__intro, .about-us .about-section--process .about-process__outro {
  font-size: 18px;
  line-height: 1.7;
  text-align: left;
}
.about-us .about-section--process .about-process__intro p, .about-us .about-section--process .about-process__outro p {
  margin-bottom: 16px;
  font-weight: 350;
}
.about-us .about-section--process .about-process__intro {
  margin-bottom: 24px;
}
.about-us .about-section--process .about-process__faq {
  border-top: 1px solid rgba(41, 51, 51, 0.15);
  border-bottom: 1px solid rgba(41, 51, 51, 0.15);
  margin: 32px 0;
}
.about-us .about-section--process .about-process__faq-item {
  border-bottom: 1px solid rgba(41, 51, 51, 0.12);
}
.about-us .about-section--process .about-process__faq-item summary {
  padding: 16px 0;
}
.about-us .about-section--process .about-process__faq-item summary:hover {
  background: #DCEFD6;
}
.about-us .about-section--process .about-process__faq-item[open] summary {
  background: #dcefd6;
}
.about-us .about-section--process .about-process__faq-item .about-process__faq-header {
  font-size: 25px;
  margin-left: 17px;
  font-weight: 400;
  color: #4A4A49;
  letter-spacing: 0;
}
.about-us .about-section--process .about-process__faq-item:last-child {
  border-bottom: none;
}
.about-us .about-section--process .about-process__faq-item summary {
  align-items: center;
  color: #293333;
  cursor: pointer;
  display: flex;
  font-weight: 600;
  gap: 12px;
  outline: none;
}
.about-us .about-section--process .about-process__faq-item summary::-webkit-details-marker {
  display: none;
}
.about-us .about-section--process .about-process__faq-item .about-process__faq-icon {
  display: flex;
  color: #293333;
  width: 24px;
  height: 15px;
  margin-left: auto;
  margin-right: 17px;
}
.about-us .about-section--process .about-process__faq-item[open] .about-process__faq-icon {
  transform: rotate(-180deg);
}
.about-us .about-section--process .about-process__faq-item .about-process__faq-body {
  font-size: 1rem;
  line-height: 1.7;
  margin-top: 0;
}
.about-us .about-section--process .about-process__faq-item .about-process__faq-body p {
  margin-bottom: 12px;
}
.about-us .about-section--process .about-process__outro {
  margin-top: 24px;
}
.about-us .about-section--process .about-process__contacts {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.about-us .about-section--process .about-process__contacts h3 {
  color: #293333;
  font-weight: 400;
  font-size: 21px;
  text-align: center;
  vertical-align: middle;
}
.about-us .about-section--process .about-process__contact {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
}
.about-us .about-section--process .about-process__contact-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  border: 1px solid #52AE32;
  border-radius: 50%;
  display: block;
  margin-bottom: 20px;
  margin-inline: auto;
  max-height: 180px;
  max-width: 180px;
}
.about-us .about-section--process .about-process__contact figcaption {
  position: relative;
  right: unset;
  background: none;
  color: #293333;
  margin: 0;
  padding: 0;
}
.about-us .about-section--process .about-process__contact-name {
  margin: 0;
  font-weight: 700;
  font-size: 21px;
  line-height: 27px;
  text-align: center;
}
.about-us .about-section--process .about-process__contact-role {
  font-size: 0.95rem;
  margin: 0;
}
.about-us .about-section--process .about-process__contact-meta {
  color: #293333;
  text-align: center;
  font-size: 18px;
  line-height: 27px;
  font-weight: 350;
}
.about-us .about-section--process .about-process__contact-meta strong {
  font-weight: 700;
}
.about-us .about-section--process .about-process__contact-meta a {
  color: #52ae32;
  font-weight: 300;
  text-decoration: none;
  text-wrap: wrap;
}
.about-us .about-section--process .about-process__contact-meta a:hover, .about-us .about-section--process .about-process__contact-meta a:focus {
  text-decoration: underline;
}
.about-us .about-section--process .about-process__faq-body {
  background: #eef6ea;
  color: #4A4A49;
  border-bottom: 1px solid #ACACAC;
  gap: 10px;
  padding: 30px 19px 40px;
}
.about-us .about-section--process .about-process__faq-body .steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 18px;
  counter-reset: step;
}
.about-us .about-section--process .about-process__faq-body .steps .icon {
  background-repeat: no-repeat;
  background-position: center;
}
.about-us .about-section--process .about-process__faq-body .steps .icon-step1 {
  background-image: url("/assets/img/about-us/icon-step1.svg");
}
.about-us .about-section--process .about-process__faq-body .steps .icon-step2 {
  background-image: url("/assets/img/about-us/icon-step2.svg");
}
.about-us .about-section--process .about-process__faq-body .steps .icon-step3 {
  background-image: url("/assets/img/about-us/icon-step3.svg");
}
.about-us .about-section--process .about-process__faq-body .steps .icon-step4 {
  background-image: url("/assets/img/about-us/icon-step4.svg");
}
.about-us .about-section--process .about-process__faq-body .steps .icon-step5 {
  background-image: url("/assets/img/about-us/icon-step5.svg");
}
.about-us .about-section--process .about-process__faq-body .step {
  counter-increment: step;
}
.about-us .about-section--process .about-process__faq-body .step, .about-us .about-section--process .about-process__faq-body .substep {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 16px;
  align-items: center;
  background: transparent;
  padding: 8px 0;
  text-align: left;
}
.about-us .about-section--process .about-process__faq-body .substep {
  padding-top: 0;
  margin-top: 0;
}
.about-us .about-section--process .about-process__faq-body .substep ol {
  margin-top: -10px;
  margin-left: 30px;
}
.about-us .about-section--process .about-process__faq-body .substep .icon {
  background: none;
}
.about-us .about-section--process .about-process__faq-body .icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #FFF;
  place-items: center;
  display: inline-block;
}
.about-us .about-section--process .about-process__faq-body .content {
  font-size: 18px;
}
.about-us .about-section--process .about-process__faq-body .content b {
  font-weight: 700;
}
.about-us .about-section--process .about-process__faq-body .lead {
  font-weight: 700;
  font-size: 18px;
}
.about-us .about-section--process .about-process__faq-body .lead .nr::before {
  content: counter(step) ". Schritt:";
}
.about-us .about-section--process .about-process__faq-body .substeps {
  list-style: none;
  margin: 10px 0 0 0;
  padding-left: 0;
  display: grid;
  gap: 8px;
  counter-reset: substep;
}
.about-us .about-section--process .about-process__faq-body .substeps li {
  counter-increment: substep;
  padding-left: 0;
}
.about-us .about-section--process .about-process__faq-body .substeps .label {
  font-weight: 700;
}
.about-us .about-section--process .about-process__faq-body .substeps .label::before {
  content: counter(step) "." counter(substep) ". ";
}
.about-us .about-section--process .about-process__faq-body .muted {
  color: var(--muted);
}
.about-us .about-section--process .about-process__faq-body .steps + .hint {
  margin-top: 14px;
  font-size: 0.9375rem;
  color: var(--muted);
}
@media (max-width: 560px) {
  .about-us .about-section--process .about-process__faq-body .step {
    align-content: center;
    text-align: center;
    grid-template-columns: 1fr;
  }
  .about-us .about-section--process .about-process__faq-body .substep {
    align-content: center;
    text-align: center;
    grid-template-columns: 1fr;
  }
  .about-us .about-section--process .about-process__faq-body .substep .icon {
    display: none;
  }
  .about-us .about-section--process .about-process__faq-body .icon {
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

/* #region page-specific hero tweaks */
/* Only affects the hero on the specific pages; add declarations as needed. */
.page-das-sind-wir .hero-img-general .text-wrapper,
.page-das-sind-wir-neu .hero-img-general .text-wrapper {
  width: 100%;
}
@media screen and (min-width: 800px) {
  .page-das-sind-wir .hero-img-general .text-wrapper .text,
  .page-das-sind-wir-neu .hero-img-general .text-wrapper .text {
    margin-bottom: 120px;
  }
}
@media screen and (min-width: 1512px) {
  .page-das-sind-wir .hero-img-general .text-wrapper .text,
  .page-das-sind-wir-neu .hero-img-general .text-wrapper .text {
    margin-bottom: 120px;
  }
}

.page-jobs .hero-img-general .text-wrapper .text {
  text-transform: none;
}
@media screen and (max-width: 800px) {
  .page-jobs .hero-img-general .text-wrapper .text {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media screen and (min-width: 1512px) {
  .page-jobs .hero-img-general .text-wrapper .text {
    padding-left: 10%;
    padding-right: 10%;
  }
}

/* #endregion page-specific hero tweaks */

/*# sourceMappingURL=about-us.css.map */
