/* COLORS */
/* FONTS */
#intro_global {
  position: relative;
  overflow: hidden;
  /* <= 1023px */
  /* <= 812px */
}
#intro_global .section-content {
  position: relative;
  z-index: 19;
  width: 60%;
}
#intro_global .section-content .title {
  font-size: 60px;
  line-height: 66px;
  margin: 0 !important;
}
#intro_global .section-content .text {
  margin-top: 50px;
}
#intro_global .section-content .button-wrapper {
  margin-top: 50px;
  position: relative;
  z-index: 19;
  display: inline-block;
}
#intro_global .section-content .button-wrapper svg {
  position: absolute;
  bottom: 25px;
  left: 100%;
  width: 50px;
  height: 44px;
  z-index: -1;
  margin-left: 40px;
}
#intro_global .section-content .button-wrapper svg .line {
  stroke-dasharray: 67px;
  stroke-dashoffset: 67px;
  transition: stroke-dashoffset 1s 0s;
}
#intro_global .section-content .button-wrapper svg .arrow {
  opacity: 0;
  transition: opacity 0.5s 1s;
}
#intro_global .section-content .button-wrapper.animate svg .line {
  stroke-dashoffset: 0;
}
#intro_global .section-content .button-wrapper.animate svg .arrow {
  opacity: 1;
}
#intro_global .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#intro_global .bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  z-index: 1;
  background: linear-gradient(180deg, #ffffff 25%, rgba(255, 255, 255, 0.4) 100%);
}
#intro_global > .section {
  padding-top: 250px;
  padding-bottom: 100px;
}
#intro_global > .section.image-right .section-flex {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
  flex-wrap: wrap;
}
#intro_global > .section.image-right .section-flex .image {
  order: 2;
  flex: 1 1 0%;
  min-width: 240px;
  position: relative;
}
#intro_global > .section.image-right .section-flex .image img {
  aspect-ratio: 1.5;
  object-fit: cover;
  border-radius: 12px;
}
#intro_global > .section.image-right .section-flex .section-content {
  order: 1;
  flex: 1 1 0%;
  min-width: 240px;
}
@media screen and (max-width: 812px) {
  #intro_global > .section.image-right .section-flex {
    flex-direction: column;
  }
  #intro_global > .section.image-right .section-flex .image {
    order: 1;
  }
  #intro_global > .section.image-right .section-flex .section-content {
    order: 2;
  }
}
@media only screen and (min-width: 813px) {
  #intro_global > .section.image-right .section-flex .image img {
    position: absolute;
    right: -100px;
    transform: scale(1);
  }
}
@media all and (max-width: 1023px) {
  #intro_global > .section .section-content .text {
    margin-top: 30px;
  }
  #intro_global > .section .section-content .button-wrapper {
    margin-top: 30px;
  }
}
@media screen and (max-width: 812px) {
  #intro_global > .section {
    padding-top: 150px !important;
  }
  #intro_global > .section.image-right {
    margin-top: 0;
  }
}
/* COLORS */
/* FONTS */
#request-form-teaser {
  background: url("/themes/custom/images/waves/hero_lightblue_full.svg") top center repeat-x transparent;
  padding: 150px 0 130px 0;
  margin-bottom: -120px;
  position: relative;
  z-index: 1;
}
#request-form-teaser .section-content {
  text-align: center;
}
#request-form-teaser .section-content.animate .button-wrapper svg .line {
  stroke-dashoffset: 2080px;
}
#request-form-teaser .section-content.animate .button-wrapper svg .arrow {
  opacity: 1;
}
/*# sourceMappingURL=anfrageformular_teaser.css.map */