

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


.module.smallTeaser .text-area {
  padding: 80px 0;
}
@media (max-width: 2095px) {
  .module.smallTeaser .text-area {
    padding: 3.8186157518vw 0vw;
  }
}
@media screen and (max-width: 2095px) and (min-width: 2095px) {
  .module.smallTeaser .text-area {
    padding: 8rem 0rem;
  }
}
@media (max-width: 767px) {
  .module.smallTeaser .text-area {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .module.smallTeaser [class*=col-] {
    margin-bottom: 0;
  }
}
.module.smallTeaser .map-container {
  height: calc(100vh - 30rem);
}
.module.smallTeaser .map-container .map_wrapper {
  height: calc(100vh - 30rem);
}
.module.smallTeaser .map-container .map_trigger {
  height: 100%;
  border: none;
  border-radius: 0;
}
.module.smallTeaser .map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
  width: 100%;
  height: 100%;
}
.module.smallTeaser .image {
  float: left;
  width: 100%;
  width: calc(100% + 5vw);
  box-shadow: 0 2px 45px 0 rgba(0, 0, 0, 0.3);
  z-index: 10;
  position: relative;
}
@media (max-width: 1023px) {
  .module.smallTeaser .image {
    transform: translateX(-24vw);
    width: 100%;
  }
}
@media (max-width: 767px) {
  .module.smallTeaser .image {
    transform: translateX(-50px);
    margin-top: 50px;
  }
}
.module.smallTeaser .text-area {
  padding-left: 10vw;
  padding-right: 3vw;
}
@media (max-width: 1023px) {
  .module.smallTeaser .text-area {
    padding-left: 15vw;
    padding-right: 10vw;
  }
}
@media (max-width: 767px) {
  .module.smallTeaser .text-area {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1024px) {
  .module.smallTeaser.l-img .table.no-table-md:first-child {
    position: relative;
    z-index: 10;
  }
}
@media (max-width: 1023px) {
  .module.smallTeaser.l-img {
    padding-left: 23.8663484487vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 2095px) {
  .module.smallTeaser.l-img {
    padding-left: 50rem;
  }
}
@media (max-width: 767px) {
  .module.smallTeaser.l-img {
    padding-left: 50px;
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .module.smallTeaser.r-img .table.no-table-md:last-child {
    position: relative;
    z-index: 10;
  }
}
@media (max-width: 1023px) {
  .module.smallTeaser.r-img {
    padding-right: 23.8663484487vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 2095px) {
  .module.smallTeaser.r-img {
    padding-right: 50rem;
  }
}
@media (max-width: 767px) {
  .module.smallTeaser.r-img {
    padding-right: 50px;
    padding-bottom: 0;
  }
}
.module.smallTeaser.r-img .image {
  transform: translateX(-5vw);
}
@media (max-width: 1023px) {
  .module.smallTeaser.r-img .image {
    transform: translateX(24vw);
  }
}
@media (max-width: 767px) {
  .module.smallTeaser.r-img .image {
    transform: translateX(50px);
    margin-top: 0;
    margin-bottom: 50px;
  }
}
.module.smallTeaser.r-img .text-area {
  padding-left: 3vw;
  padding-right: 10vw;
}
@media (max-width: 1023px) {
  .module.smallTeaser.r-img .text-area {
    padding-left: 10vw;
    padding-right: 15vw;
  }
}
@media (max-width: 767px) {
  .module.smallTeaser.r-img .text-area {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.module.smallTeaser .parallax-box {
  position: relative;
  z-index: 5;
}

/*# sourceMappingURL=smallteaser-modul.css.map */


@media (max-width: 767px) {
  .module.quote {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.module.quote .content {
  margin: 0 auto;
}
.module.quote .content.has-img {
  padding-left: 25vw;
  width: 80vw;
  max-width: 117rem;
  position: relative;
}
@media (max-width: 767px) {
  .module.quote .content.has-img {
    padding-top: 25.5rem;
    width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1360px) {
  .module.quote .content.has-img {
    padding-left: 34rem;
  }
}
.module.quote .content.has-img .image-box {
  overflow: hidden;
  border-radius: 50%;
  max-width: 29.5rem;
  width: 23vw;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .module.quote .content.has-img .image-box {
    left: 3rem;
    width: 23rem;
  }
}
@media (min-width: 768px) {
  .module.quote .content.has-img .image-box {
    top: 50%;
    transform: translateY(-50%);
  }
}
.module.quote .content.has-img .image-box .image {
  float: left;
}
.module.quote .content.has-img .text {
  padding-left: 3.7rem;
}
@media (max-width: 767px) {
  .module.quote .content.has-img .text {
    padding-left: 0;
  }
}
.module.quote .content.has-img .text blockquote .quote-character {
  font-size: 8rem;
  top: 3.5rem;
}
@media (max-width: 767px) {
  .module.quote .content.has-img .text blockquote .quote-character {
    font-size: 6rem;
    top: 2.5rem;
    left: -3rem;
  }
}
.module.quote .content.has-img .text blockquote .quote-character:last-child {
  left: 1rem;
}
@media (max-width: 767px) {
  .module.quote .content.has-img .text blockquote .quote-character:last-child {
    left: 0.5rem;
  }
}
.module.quote .content.has-img .text figcaption {
  font-size: 20px;
  line-height: 1.45;
}
@media (max-width: 2095px) {
  .module.quote .content.has-img .text figcaption {
    font-size: calc(16px + (20 - 16) * ((100vw - 768px) / (2095 - 768)));
  }
}
@media (max-width: 767px) {
  .module.quote .content.has-img .text figcaption {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .module.quote .content.has-img .text figcaption {
    font-size: 15px;
  }
}
.module.quote .content.has-img .text figcaption .line {
  left: -1rem;
}
.module.quote .content:not(.has-img) {
  min-height: 60vh;
  align-items: center;
  display: flex;
  width: 80vw;
  max-width: 80rem;
  position: relative;
}
@media (max-width: 767px) {
  .module.quote .content:not(.has-img) {
    width: 100%;
    min-height: 35vh;
  }
}
.module.quote .content:not(.has-img) .text {
  padding-left: 4.2rem;
}
@media (max-width: 767px) {
  .module.quote .content:not(.has-img) .text {
    padding-left: 2.6rem;
    padding-right: 2.6rem;
    font-size: 24px;
  }
}
.module.quote .content:not(.has-img) .text blockquote p .first-quote {
  -webkit-text-fill-color: #230e2c;
}
.module.quote .content:not(.has-img) .text blockquote p .last-quote {
  background: linear-gradient(45deg, #230e2c, #1ebabd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.module.quote .content:not(.has-img) .text blockquote p .gradient-box {
  background: linear-gradient(60deg, #230e2c, #1ebabd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#main-container .module.quote .content:not(.has-img) .text blockquote p {
  font-size: 44px;
  line-height: 1.4545454545;
}
@media (max-width: 2095px) {
  #main-container .module.quote .content:not(.has-img) .text blockquote p {
    font-size: calc(34px + (44 - 34) * ((100vw - 768px) / (2095 - 768)));
  }
}
@media (max-width: 767px) {
  #main-container .module.quote .content:not(.has-img) .text blockquote p {
    font-size: 33px;
  }
}
@media (max-width: 767px) {
  #main-container .module.quote .content:not(.has-img) .text blockquote p {
    font-size: 26px;
  }
}
.module.quote .content:not(.has-img) .text blockquote .quote-character {
  font-size: 8.5rem;
  top: 3.5rem;
}
@media (max-width: 767px) {
  .module.quote .content:not(.has-img) .text blockquote .quote-character {
    left: -0.3rem;
    font-size: 6.5rem;
    top: 2.3rem;
  }
}
.module.quote .content:not(.has-img) .text blockquote .quote-character:last-child {
  top: 2.5rem;
  left: 0.5rem;
}
@media (max-width: 767px) {
  .module.quote .content:not(.has-img) .text blockquote .quote-character:last-child {
    left: 0.3rem;
  }
}
.module.quote .content:not(.has-img) .text figcaption {
  font-size: 20px;
  line-height: 1.35;
}
@media (max-width: 2095px) {
  .module.quote .content:not(.has-img) .text figcaption {
    font-size: calc(17px + (20 - 17) * ((100vw - 768px) / (2095 - 768)));
  }
}
@media (max-width: 767px) {
  .module.quote .content:not(.has-img) .text figcaption {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .module.quote .content:not(.has-img) .text figcaption {
    font-size: 15px;
  }
}
.module.quote .content:not(.has-img) .text figcaption .line {
  left: -1rem;
}
.module.quote .content .text {
  position: relative;
}
.module.quote .content .text blockquote .quote-character {
  position: absolute;
  left: 0;
  line-height: 0;
}
@media (max-width: 767px) {
  .module.quote .content .text blockquote .quote-character {
    font-size: 6rem;
    top: 2.5rem;
    left: -3rem;
  }
}
.module.quote .content .text blockquote .quote-character:last-child {
  position: relative;
}
.module.quote .content .text figcaption {
  font-family: HelveticaNowText-Bold, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  position: relative;
}
.module.quote .content .text figcaption .line {
  position: absolute;
  top: 0;
  transform: translateX(-100%);
}

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


