/* Left in for compability reasons */
/* Background transitions */
/* Bild Filter */
:root {
  --header-height: 112px;
  --header-padding-bottom: 16px;
  --sticky-top: calc(
    var(--header-height) + var(--sticky-promobar-height)
    );
  --container-padding: 16px;
  --sticky-promobar-height: 0.01px;
  --header-breakpoint: 1532px;
  --media-center-sidebar-width: 380px;
  --spacer-sx: 20px;
  --spacer-s: 30px;
  --spacer-m: 50px;
  --spacer-l: 75px;
}
:root:has(.sticky_promobar:not(.hide)) {
  --sticky-promobar-height: 48px;
}
@media (min-width: 768px) {
  :root {
    --container-padding: 32px;
  }
}
@media (min-width: 1200px) {
  :root {
    --container-padding: 32px;
  }
}
@media (min-width: 1532px) {
  :root {
    --header-padding-bottom: 32px;
    --header-height: 112px;
  }
}
@media (min-width: 1500px) {
  :root {
    --media-center-sidebar-width: 450px;
  }
}
@media (min-width: 768px) {
  :root {
    --spacer-sx: 32px;
    --spacer-s: 65px;
    --spacer-m: 80px;
    --spacer-l: 180px;
  }
}

/* MIXINS */
.quote_section {
  position: relative;
}
.quote_section .quote_section_content_inner {
  grid-column: 2;
}
.quote_section .quote_section_background img {
  width: 100%;
  height: 750px;
  object-fit: cover;
  object-position: top left;
}
.quote_section .quote_section_background {
  height: 750px;
}
.quote_section .quote_section_background .bg_filter {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
}
.quote_section .quote_section_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: minmax(100px, 1fr) minmax(0, 1500px) minmax(15px, 1fr);
  height: 100%;
}
.quote_section .qoute_section_content_inner {
  grid-row-start: 1;
  grid-column-start: 2;
  grid-row-end: 2;
  grid-column-end: 3;
  margin-top: auto;
  margin-bottom: auto;
}
@media (min-width: 1600px) {
  .quote_section .qoute_section_content_inner {
    margin-left: 100px;
  }
}
.quote_section .qoute_section_content_inner .quote {
  padding-bottom: 50px;
}
.quote_section .quote_person_block {
  display: flex;
}
.quote_section .quote_person_img {
  height: 80px;
}
.quote_section .quote_person_img img {
  clip-path: circle(50%);
  height: 80px;
  width: 80px;
}
.quote_section .quote_person_text {
  padding-left: 20px;
  margin-top: auto;
  margin-bottom: auto;
}
.quote_section .quote_autor {
  font-weight: 500;
}
.quote_section .quote_position {
  font-size: 0.7rem;
  position: relative;
  padding-left: 20px;
}
.quote_section .quote_position:before {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background: #ffffff;
  left: 0;
  top: 45%;
  position: absolute;
}
.quote_section .quote {
  position: relative;
}
.quote_section .quote:before {
  content: "";
  background: url("/wp-content/uploads/2024/04/Quote-Icon.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 70px;
  width: 70px;
  position: absolute;
  top: -5px;
  left: -80px;
}
.quote_section .quote_button {
  margin-top: 60px;
}

@media (max-width: 370px) {
  .quote_section .quote_section_content {
    grid-template-columns: minmax(15px, 1fr) minmax(0, 1500px) minmax(15px, 1fr);
  }
  .quote_section .quote:before {
    left: -8px;
    top: -60px;
  }
}

.swbt-override--black .quote_section .quote_section_background .bg_filter {
  background-image: linear-gradient(to bottom, rgba(22, 46, 70, 0), #162e46);
}

.quote_section .quote.custom_icon img {
  height: 70px;
  width: 70px;
  margin-left: -83px;
  object-fit: contain;
}

.quote_section .quote.custom_icon:before {
  display: none;
}

.quote_section #kontakt .quote_section_content {
  grid-template-columns: minmax(15px, 1fr) minmax(0, 1500px) minmax(15px, 1fr);
}
.quote_section #kontakt .quote_section_content .qoute_section_content_inner .quote_person_block {
  display: block;
}
.quote_section #kontakt .quote_section_content .qoute_section_content_inner .quote_person_block .quote_person_img {
  margin-bottom: 10px;
}
.quote_section #kontakt .quote_section_content .qoute_section_content_inner .quote_person_block .quote_autor {
  margin-bottom: 0;
}
.quote_section #kontakt .quote_section_content .qoute_section_content_inner .quote_person_block .quote_position {
  font-size: 0.9em;
  margin-top: -5px;
  padding-left: 0;
}
.quote_section #kontakt .quote_section_content .qoute_section_content_inner .quote_person_block .quote_position:before {
  content: none;
}
.quote_section #kontakt .quote_section_content .qoute_section_content_inner .quote_person_block .quote {
  padding-top: 15px;
  padding-bottom: 15px;
}
.quote_section #kontakt .quote_section_content .qoute_section_content_inner .quote_person_block .quote:before {
  content: none;
}
.quote_section #kontakt .quote_section_content .qoute_section_content_inner .quote_person_block .kontakt_block .kontakt_headline {
  font-weight: 400;
  font-size: 1.1rem;
}
.quote_section #kontakt .quote_section_content .qoute_section_content_inner .quote_person_block .kontakt_block .kontakt_flex_row {
  display: flex;
  column-gap: 35px;
}
.quote_section #kontakt .quote_section_content .qoute_section_content_inner .quote_person_block .kontakt_block .kontakt_flex_row .kontakt_mail {
  position: relative;
  padding-left: 40px;
  font-weight: 500;
}
.quote_section #kontakt .quote_section_content .qoute_section_content_inner .quote_person_block .kontakt_block .kontakt_flex_row .kontakt_tel {
  position: relative;
  padding-left: 40px;
  font-weight: 500;
}
.quote_section #kontakt .quote_section_content .qoute_section_content_inner .quote_person_block .kontakt_block .kontakt_flex_row .kontakt_mail:before {
  content: "";
  background: url(/wp-content/uploads/2024/03/envelope_sits.svg);
  background-repeat: no-repeat;
  background-size: unset;
  background-position: center;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 1px;
  left: 0px;
}
.quote_section #kontakt .quote_section_content .qoute_section_content_inner .quote_person_block .kontakt_block .kontakt_flex_row .kontakt_tel:before {
  content: "";
  background: url(/wp-content/uploads/2024/03/phone_sits.svg);
  background-repeat: no-repeat;
  background-size: unset;
  background-position: center;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 1px;
  left: 0px;
}
.quote_section #kontakt .quote_section_content .qoute_section_content_inner .quote_button {
  margin-top: 50px;
}

@media (max-width: 500px) {
  .quote_section #kontakt .quote_section_content .qoute_section_content_inner .quote_person_block .kontakt_block .kontakt_flex_row {
    display: unset;
  }
  .quote_section .quote_section_content {
    grid-template-columns: repeat(1, 1fr);
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
  }
  .quote_section .quote:before {
    top: -100px;
    left: 0;
  }
}
/*# sourceMappingURL=quote-section.css.map */
