/* Times Event sections — ported for Aument Bionics (below custom hero/about/grid) */
.times-tail {
  font-size: clamp(12px, 1vw, 19.2px);
  color: #F2F2F2;
  position: relative;
  z-index: 2;
  background-color: #141414;
}
.times-tail picture img { width: 100%; height: auto; display: block; }

.cursor-follow {
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  transform: scale(0);
  width: 7em;
  height: 7em;
  border-radius: 100%;
  background-color: rgba(242, 242, 242, 0.25);
  backdrop-filter: blur(25px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Archivo SemiExpanded", "Archivo", sans-serif;
  font-size: 1.25rem;
  color: #f2f2f2;
}
@media (max-width: 759px) {
  .cursor-follow { display: none; }
}
.cursor-follow.cursor-right span { transform: rotate(180deg); }

/* Platforms — title + background only (no scrolling cards) */
main .sec-4-scroll-wrap .sec-4-inner .gebiete-wrapper {
  display: none;
}

main .sec-4-scroll-wrap .sec-4-inner {
  perspective: 1100px;
  perspective-origin: 50% 50%;
}

main .sec-4-scroll-wrap .sec-4-inner .bg picture {
  will-change: transform;
}

main .sec-3 .about-hero {
  perspective: 1000px;
  perspective-origin: 40% 50%;
}

main .sec-3 .about-hero__media img {
  will-change: transform;
}

main .sec-3 .about-hero__title {
  will-change: transform;
}

/* Footer / Let's Talk — keep contact info visible */
.footer {
  z-index: 5;
  isolation: isolate;
}

.footer .footer-bg.bg,
.footer .bg {
  z-index: 0;
}

.footer .footer-bg.bg::after,
.footer .bg::after {
  display: none;
}

.footer .footer-bg img,
.footer .bg img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer .footer-links-ct,
.footer .lets-talk {
  position: relative;
}

.footer .footer-links-ct {
  z-index: 10 !important;
  pointer-events: auto;
}

.footer .footer-links-ct {
  display: flex !important;
  flex-direction: column !important;
  flex-flow: column !important;
  align-items: flex-start !important;
  gap: clamp(0.85rem, 2vh, 1.15rem) !important;
  width: max-content;
  max-width: min(94vw, 36rem);
  top: 50% !important;
  left: clamp(1.5rem, 4vw, 3.5rem) !important;
  right: auto !important;
  bottom: auto !important;
  transform: translateY(-50%) !important;
}

.footer .footer-links-ct .mail,
.footer .footer-links-ct .phone {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  width: auto;
  gap: 0.45rem;
}

.footer .footer-links-ct .phone .name {
  position: relative;
  top: 0;
}

.footer .footer-links-ct a.name span {
  font-size: clamp(1.25rem, 3.2vw, 2rem) !important;
  line-height: 1.15 !important;
  white-space: nowrap;
}

.footer .footer-links-ct .mail .circle,
.footer .footer-links-ct .phone .circle {
  width: 3.75rem !important;
  height: 3.75rem !important;
  flex-shrink: 0;
}

@media (min-width: 759px) {
  .footer .footer-links-ct .mail .circle,
  .footer .footer-links-ct .phone .circle {
    width: 2.6rem !important;
    height: 2.6rem !important;
  }

  .footer .footer-links-ct a.name span {
    font-size: 2rem !important;
  }
}

.footer .footer-links-ct .mail .circle:after,
.footer .footer-links-ct .phone .circle:after {
  transform: scale(1);
}

.footer .footer-links-ct .mail .circle,
.footer .footer-links-ct .phone .circle {
  opacity: 1;
  visibility: visible;
}

.footer .footer-links-ct a.name {
  color: #f2f2f2;
  padding-bottom: 0.12em;
  cursor: pointer;
}

.footer .footer-links-ct a.name span {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
  color: #f2f2f2;
  line-height: 1.2 !important;
  padding-bottom: 0.1em;
}

.footer .footer-links-ct a.name .line {
  bottom: 0.1em;
}

.footer .footer-links-ct a.name:hover span,
.footer .footer-links-ct a.name:focus-visible span {
  text-decoration: underline;
  text-underline-offset: 0.14em;
  text-decoration-thickness: 1px;
}

.footer .footer-links-ct a.name:hover .line,
.footer .footer-links-ct a.name:focus-visible .line {
  width: 100% !important;
  left: 0 !important;
  right: auto !important;
}

.footer .footer-links-ct a.name:hover span:first-of-type,
.footer .footer-links-ct a.name:hover span:last-of-type {
  transform: none !important;
}

.footer .footer-links-ct .copy-icon,
.footer .footer-links-ct .check-icon {
  color: #141414;
  font-size: 1.1rem;
  line-height: 1;
}

.footer .footer-bg picture,
.footer .bg picture {
  will-change: transform;
}

.footer .lets-talk {
  z-index: 2;
  width: 100%;
  pointer-events: none !important;
}

.footer .lets-talk * {
  pointer-events: none !important;
}

.footer .lets-talk .marquee .marquee-scroll .marquee-content .list-item {
  color: #f2f2f2;
}

/* About block — large hand behind staggered headline */
main .sec-3.padding-outer {
  background-color: #141414;
  padding-top: clamp(5rem, 8vh, 7rem);
  padding-bottom: clamp(8rem, 12vh, 12rem);
}

main .sec-3 .row {
  background-color: #141414;
}

main .sec-3 > .row:first-child {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

main .sec-3 > .row > .col:first-child {
  flex-basis: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

main .sec-3 .about-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(380px, 62vw);
  align-items: stretch;
  gap: 0;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  overflow-x: clip;
  overflow-y: visible;
  background-color: #141414;
  padding: clamp(5rem, 10vh, 8rem) clamp(2rem, 5vw, 4rem) clamp(2rem, 4vh, 3rem);
}

main .sec-3 .about-hero__media {
  position: relative;
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  z-index: 0;
  width: 108%;
  height: calc(100dvh - clamp(7rem, 14vh, 11rem));
  min-height: 0;
  margin-right: -8%;
  margin-left: auto;
  transform: translateX(3in);
  pointer-events: none;
  overflow: visible;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

main .sec-3 .about-hero__media::after {
  display: none;
}

main .sec-3 .about-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: calc(100dvh - clamp(7rem, 14vh, 11rem));
  object-fit: contain;
  object-position: right bottom;
  transform: scale(1.58);
  transform-origin: right bottom;
  filter: none;
}

main .sec-3 .about-hero__title {
  position: relative;
  grid-column: 1;
  grid-row: 1;
  align-self: end;
  z-index: 2;
  margin: 0;
  padding: 0;
  font-family: "Archivo SemiExpanded", "Archivo", system-ui, sans-serif;
  font-size: clamp(2.5rem, 7.2vw, 5.75rem);
  font-weight: 800;
  font-stretch: semi-expanded;
  line-height: 0.95;
  letter-spacing: -0.04em;
  color: #f2f2f2;
  max-width: min(48rem, 72vw);
  text-shadow: 0 2px 40px rgba(0, 0, 0, 0.65);
}

main .sec-3 .about-hero__title span {
  display: block;
  white-space: nowrap;
}

main .sec-3 .about-hero__title span:nth-of-type(2) {
  padding-left: clamp(1.5rem, 10vw, 8rem);
}

main .sec-3 .about-hero__title span:nth-of-type(3) {
  padding-left: clamp(3rem, 22vw, 16rem);
}

main .sec-3 .about-hero__title span:nth-of-type(4) {
  padding-left: clamp(5.5rem, 30vw, 21rem);
  margin-left: clamp(2.5rem, 8vw, 5rem);
}

@media (max-width: 900px) {
  main .sec-3 .about-hero {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    min-height: 100svh;
    padding-top: clamp(5rem, 14vh, 8rem);
  }

  main .sec-3 .about-hero__title {
    grid-column: 1;
    grid-row: 1;
    font-size: clamp(2.1rem, 10vw, 3.75rem);
    max-width: 100%;
  }

  main .sec-3 .about-hero__title span {
    white-space: normal;
  }

  main .sec-3 .about-hero__title span:nth-of-type(3) {
    padding-left: clamp(2rem, 14vw, 10rem);
  }

  main .sec-3 .about-hero__title span:nth-of-type(4) {
    padding-left: clamp(3.5rem, 22vw, 14rem);
    margin-left: clamp(1.5rem, 6vw, 3rem);
  }

  main .sec-3 .about-hero__media {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    margin-right: 0;
    min-height: min(72vh, 560px);
    height: min(72vh, 560px);
    transform: none;
    justify-content: center;
  }

  main .sec-3 .about-hero__media img {
    max-height: min(72vh, 560px);
    transform: scale(1.42);
    transform-origin: center bottom;
    object-position: center bottom;
  }
}

.row {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
@media (min-width: 759px) {
  .row {
    max-width: 96.4rem;
  }
}
.row.stretch {
  align-items: stretch;
}
.row.top {
  align-items: flex-start;
}
.row.middle {
  align-items: center;
}
.row.bottom {
  align-items: flex-end;
}
.row.start {
  justify-content: flex-start;
}
.row.center {
  justify-content: center;
}
.row.end {
  justify-content: flex-end;
}
.row.around {
  justify-content: space-around;
}
.row.between {
  justify-content: space-between;
}

.row.full-width {
  max-width: none;
}

.row > .row {
  margin: 0;
  padding: 0;
  max-width: 100%;
  width: 100%;
  flex-basis: 100%;
}

.row:not(.full-width) .row {
  padding-left: 0;
  padding-right: 0;
  margin-left: -4.92rem;
  max-width: calc(100% + 9.84rem);
  width: calc(100% + 9.84rem);
}
@media (min-width: 759px) {
  .row:not(.full-width) .row {
    margin-left: -0.94rem;
    max-width: calc(100% + 1.88rem);
    width: calc(100% + 1.88rem);
  }
}

.col {
  float: left;
  padding-left: 4.92rem;
  padding-right: 4.92rem;
  max-width: 100%;
  width: 100%;
  flex: 0 0 auto;
  flex-grow: 1;
  flex-basis: 100%;
  box-sizing: border-box;
}
@media (min-width: 759px) {
  .col {
    padding-left: 0.94rem;
    padding-right: 0.94rem;
  }
}

@media (min-width: 0) {
  .col.default-1 {
    max-width: 8.33333%;
    flex-basis: 8.33333%;
  }
  .col.default-2 {
    max-width: 16.66667%;
    flex-basis: 16.66667%;
  }
  .col.default-3 {
    max-width: 25%;
    flex-basis: 25%;
  }
  .col.default-4 {
    max-width: 33.33333%;
    flex-basis: 33.33333%;
  }
  .col.default-5 {
    max-width: 41.66667%;
    flex-basis: 41.66667%;
  }
  .col.default-6 {
    max-width: 50%;
    flex-basis: 50%;
  }
  .col.default-7 {
    max-width: 58.33333%;
    flex-basis: 58.33333%;
  }
  .col.default-8 {
    max-width: 66.66667%;
    flex-basis: 66.66667%;
  }
  .col.default-9 {
    max-width: 75%;
    flex-basis: 75%;
  }
  .col.default-10 {
    max-width: 83.33333%;
    flex-basis: 83.33333%;
  }
  .col.default-11 {
    max-width: 91.66667%;
    flex-basis: 91.66667%;
  }
  .col.default-12 {
    max-width: 100%;
    flex-basis: 100%;
  }
  .col.default-auto {
    max-width: 100%;
    flex-basis: 0;
  }
  .col.default-prefix-0 {
    margin-left: 0%;
  }
  .col.default-prefix-1 {
    margin-left: 8.33333%;
  }
  .col.default-prefix-2 {
    margin-left: 16.66667%;
  }
  .col.default-prefix-3 {
    margin-left: 25%;
  }
  .col.default-prefix-4 {
    margin-left: 33.33333%;
  }
  .col.default-prefix-5 {
    margin-left: 41.66667%;
  }
  .col.default-prefix-6 {
    margin-left: 50%;
  }
  .col.default-prefix-7 {
    margin-left: 58.33333%;
  }
  .col.default-prefix-8 {
    margin-left: 66.66667%;
  }
  .col.default-prefix-9 {
    margin-left: 75%;
  }
  .col.default-prefix-10 {
    margin-left: 83.33333%;
  }
  .col.default-prefix-11 {
    margin-left: 91.66667%;
  }
  .col.default-prefix-12 {
    margin-left: 100%;
  }
  .col.default-suffix-0 {
    margin-right: 0%;
  }
  .col.default-suffix-1 {
    margin-right: 8.33333%;
  }
  .col.default-suffix-2 {
    margin-right: 16.66667%;
  }
  .col.default-suffix-3 {
    margin-right: 25%;
  }
  .col.default-suffix-4 {
    margin-right: 33.33333%;
  }
  .col.default-suffix-5 {
    margin-right: 41.66667%;
  }
  .col.default-suffix-6 {
    margin-right: 50%;
  }
  .col.default-suffix-7 {
    margin-right: 58.33333%;
  }
  .col.default-suffix-8 {
    margin-right: 66.66667%;
  }
  .col.default-suffix-9 {
    margin-right: 75%;
  }
  .col.default-suffix-10 {
    margin-right: 83.33333%;
  }
  .col.default-suffix-11 {
    margin-right: 91.66667%;
  }
  .col.default-suffix-12 {
    margin-right: 100%;
  }
}
@media (min-width: 759px) {
  .col.large-1 {
    max-width: 8.33333%;
    flex-basis: 8.33333%;
  }
  .col.large-2 {
    max-width: 16.66667%;
    flex-basis: 16.66667%;
  }
  .col.large-3 {
    max-width: 25%;
    flex-basis: 25%;
  }
  .col.large-4 {
    max-width: 33.33333%;
    flex-basis: 33.33333%;
  }
  .col.large-5 {
    max-width: 41.66667%;
    flex-basis: 41.66667%;
  }
  .col.large-6 {
    max-width: 50%;
    flex-basis: 50%;
  }
  .col.large-7 {
    max-width: 58.33333%;
    flex-basis: 58.33333%;
  }
  .col.large-8 {
    max-width: 66.66667%;
    flex-basis: 66.66667%;
  }
  .col.large-9 {
    max-width: 75%;
    flex-basis: 75%;
  }
  .col.large-10 {
    max-width: 83.33333%;
    flex-basis: 83.33333%;
  }
  .col.large-11 {
    max-width: 91.66667%;
    flex-basis: 91.66667%;
  }
  .col.large-12 {
    max-width: 100%;
    flex-basis: 100%;
  }
  .col.large-auto {
    max-width: 100%;
    flex-basis: 0;
  }
  .col.large-prefix-0 {
    margin-left: 0%;
  }
  .col.large-prefix-1 {
    margin-left: 8.33333%;
  }
  .col.large-prefix-2 {
    margin-left: 16.66667%;
  }
  .col.large-prefix-3 {
    margin-left: 25%;
  }
  .col.large-prefix-4 {
    margin-left: 33.33333%;
  }
  .col.large-prefix-5 {
    margin-left: 41.66667%;
  }
  .col.large-prefix-6 {
    margin-left: 50%;
  }
  .col.large-prefix-7 {
    margin-left: 58.33333%;
  }
  .col.large-prefix-8 {
    margin-left: 66.66667%;
  }
  .col.large-prefix-9 {
    margin-left: 75%;
  }
  .col.large-prefix-10 {
    margin-left: 83.33333%;
  }
  .col.large-prefix-11 {
    margin-left: 91.66667%;
  }
  .col.large-prefix-12 {
    margin-left: 100%;
  }
  .col.large-suffix-0 {
    margin-right: 0%;
  }
  .col.large-suffix-1 {
    margin-right: 8.33333%;
  }
  .col.large-suffix-2 {
    margin-right: 16.66667%;
  }
  .col.large-suffix-3 {
    margin-right: 25%;
  }
  .col.large-suffix-4 {
    margin-right: 33.33333%;
  }
  .col.large-suffix-5 {
    margin-right: 41.66667%;
  }
  .col.large-suffix-6 {
    margin-right: 50%;
  }
  .col.large-suffix-7 {
    margin-right: 58.33333%;
  }
  .col.large-suffix-8 {
    margin-right: 66.66667%;
  }
  .col.large-suffix-9 {
    margin-right: 75%;
  }
  .col.large-suffix-10 {
    margin-right: 83.33333%;
  }
  .col.large-suffix-11 {
    margin-right: 91.66667%;
  }
  .col.large-suffix-12 {
    margin-right: 100%;
  }
}
.padding-outer {
  padding: 27.32rem 0;
}
@media (min-width: 759px) {
  .padding-outer {
    padding: 14.06rem 0;
  }
}
.padding-outer.top-only {
  padding: 27.32rem 0 0;
}
@media (min-width: 759px) {
  .padding-outer.top-only {
    padding: 14.06rem 0 0;
  }
}
.padding-outer.bottom-only {
  padding: 0 0 27.32rem;
}
@media (min-width: 759px) {
  .padding-outer.bottom-only {
    padding: 0 0 14.06rem;
  }
}
.gradient-circle {
  opacity: 0.35;
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 100%;
  transform-origin: center;
}
.gradient-circle.blue {
  background: #a8d2f1;
  background: radial-gradient(circle at 50% 50%, rgba(168, 210, 241, 0.3) 0%, rgba(168, 210, 241, 0) 60%);
  animation: float 20s infinite;
}
.gradient-circle.pink {
  background: #FFB4EE;
  background: radial-gradient(circle, rgba(255, 180, 238, 0.3) 0%, rgba(255, 180, 238, 0) 60%);
  animation: floattwo 30s infinite;
}

@keyframes float {
  0% {
    transform: scale(1) translate(0, 0);
  }
  25% {
    transform: scale(1.1) translate(0, 5%);
  }
  50% {
    transform: scale(0.9) translate(2%, -7.5%);
  }
  75% {
    transform: scale(1.2) translate(0, -5%);
  }
  100% {
    transform: scale(1) translate(0, 0);
  }
}
main .sec-3 .grid-ct {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 4.92rem;
}
main .sec-3 .grid-ct h2 {
  grid-area: 1/1/2/13;
  align-self: self-end;
  z-index: 2;
  position: relative;
  font-size: 7.65rem;
  line-height: 95%;
}
@media (min-width: 759px) {
  main .sec-3 .grid-ct h2 {
    font-size: 5.99rem;
  }
}
main .sec-3 .grid-ct h2 span {
  display: block;
}
main .sec-3 .grid-ct h2 span:nth-of-type(2) {
  padding-left: 10.93rem;
}
@media (min-width: 759px) {
  main .sec-3 .grid-ct h2 span:nth-of-type(2) {
    padding-left: 8.91rem;
  }
}
main .sec-3 .grid-ct h2 span:nth-of-type(3) {
  padding-left: 42.62rem;
}
@media (min-width: 759px) {
  main .sec-3 .grid-ct h2 span:nth-of-type(3) {
    padding-left: 32.55rem;
  }
}
main .sec-3 .grid-ct h2 span:nth-of-type(4) {
  padding-left: 4.1rem;
}
@media (min-width: 759px) {
  main .sec-3 .grid-ct h2 span:nth-of-type(4) {
    padding-left: 22.6rem;
  }
}
main .sec-3 .grid-ct h2 span:nth-of-type(5) {
  padding-left: 51.91rem;
}
@media (min-width: 759px) {
  main .sec-3 .grid-ct h2 span:nth-of-type(5) {
    padding-left: 64.79rem;
  }
}
main .sec-3 .grid-ct .picture-ct {
  grid-area: 1/5/2/13;
  margin-bottom: 8.47rem;
  aspect-ratio: 1.579/1;
}
@media (min-width: 759px) {
  main .sec-3 .grid-ct .picture-ct {
    grid-area: 1/7/2/11;
    margin-bottom: 3rem;
  }
}
main .sec-3 .grid-ct .picture-ct .aspect-img-ct {
  position: relative;
}
main .sec-3 .grid-ct .picture-ct .aspect-img-ct:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, #141414 33%, rgba(20, 20, 20, 0) 66%);
  z-index: 1;
  opacity: 0.8;
}
main .sec-3 .serif-text-ct {
  font-size: 4.92rem;
  line-height: 130%;
  font-family: ivyora-display, serif;
  margin-top: 10.93rem;
  color: #cccccc;
}
@media (min-width: 759px) {
  main .sec-3 .serif-text-ct {
    font-size: 1.82rem;
    line-height: 125%;
    max-width: 33.65rem;
    margin-left: 23rem;
    margin-top: 2.6rem;
  }
}
main .sec-3 .serif-text-ct span {
  display: inline-block;
}
main .sec-4-scroll-wrap {
  height: 350vh;
}
main .sec-4-scroll-wrap .sec-4-inner {
  height: 100vh;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 0;
}
main .sec-4-scroll-wrap .sec-4-inner .title-ct {
  position: absolute;
  width: 100%;
  height: calc(100vh - 27.32rem - 9.84rem);
  top: 0;
  left: 0;
  padding-block: 27.32rem 9.84rem;
}
@media (min-width: 759px) {
  main .sec-4-scroll-wrap .sec-4-inner .title-ct {
    height: calc(100vh - 2.92em);
    padding-block: 1.46rem;
  }
}
main .sec-4-scroll-wrap .sec-4-inner .title-ct .einsatzgebiete-title {
  text-align: center;
  font-size: 9.02rem;
  position: sticky;
  width: -moz-max-content;
  width: max-content;
  top: 90%;
  z-index: 1;
  transform-origin: center;
  margin-inline: auto;
  line-height: 1em;
}
@media (min-width: 759px) {
  main .sec-4-scroll-wrap .sec-4-inner .title-ct .einsatzgebiete-title {
    font-size: 7.97rem;
    top: 80%;
  }
}
main .sec-4-scroll-wrap .sec-4-inner .gebiete-wrapper {
  display: flex;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 2;
  position: relative;
  gap: 50vw;
  overflow: hidden;
}
@media (min-width: 759px) {
  main .sec-4-scroll-wrap .sec-4-inner .gebiete-wrapper {
    gap: 1vw;
  }
}
main .sec-4-scroll-wrap .sec-4-inner .gebiete-wrapper svg.motionPath {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 250%;
}
@media (min-width: 759px) {
  main .sec-4-scroll-wrap .sec-4-inner .gebiete-wrapper svg.motionPath {
    top: 75%;
  }
}
main .sec-4-scroll-wrap .sec-4-inner .gebiete-wrapper .gebiet {
  transform: rotate(180deg);
  height: 91.53rem;
  width: 68.6rem;
  display: flex;
  flex-flow: column;
  flex-shrink: 0;
}
@media (min-width: 759px) {
  main .sec-4-scroll-wrap .sec-4-inner .gebiete-wrapper .gebiet {
    height: 27.24rem;
    width: 20.42rem;
  }
}
main .sec-4-scroll-wrap .sec-4-inner .gebiete-wrapper .gebiet .top,
main .sec-4-scroll-wrap .sec-4-inner .gebiete-wrapper .gebiet .bottom {
  padding: 8.2rem 5.46rem;
}
@media (min-width: 759px) {
  main .sec-4-scroll-wrap .sec-4-inner .gebiete-wrapper .gebiet .top,
  main .sec-4-scroll-wrap .sec-4-inner .gebiete-wrapper .gebiet .bottom {
    padding: 2.82rem 1.88rem;
  }
}
main .sec-4-scroll-wrap .sec-4-inner .gebiete-wrapper .gebiet .top {
  height: 50%;
  background: #929292;
  position: relative;
}
main .sec-4-scroll-wrap .sec-4-inner .gebiete-wrapper .gebiet .top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgb(205, 255, 216) 0%, rgb(148, 185, 255) 100%);
  opacity: 0.56;
}
main .sec-4-scroll-wrap .sec-4-inner .gebiete-wrapper .gebiet .top picture,
main .sec-4-scroll-wrap .sec-4-inner .gebiete-wrapper .gebiet .top svg {
  z-index: 2;
  position: relative;
  width: 17.33rem;
  height: auto;
}
@media (min-width: 759px) {
  main .sec-4-scroll-wrap .sec-4-inner .gebiete-wrapper .gebiet .top picture,
  main .sec-4-scroll-wrap .sec-4-inner .gebiete-wrapper .gebiet .top svg {
    width: 5.21rem;
  }
}
main .sec-4-scroll-wrap .sec-4-inner .gebiete-wrapper .gebiet .bottom {
  height: 50%;
  background-color: #212121;
  display: flex;
  align-items: flex-end;
  font-family: ivyora-display, serif;
  font-size: 6.5rem;
}
@media (min-width: 759px) {
  main .sec-4-scroll-wrap .sec-4-inner .gebiete-wrapper .gebiet .bottom {
    font-size: 1.67rem;
  }
}
main .sec-4-scroll-wrap .sec-4-inner .gebiete-wrapper .gebiet .bottom .extra-info {
  display: block;
  color: #B3B3B3;
  font-size: 4.2rem;
}
@media (min-width: 759px) {
  main .sec-4-scroll-wrap .sec-4-inner .gebiete-wrapper .gebiet .bottom .extra-info {
    font-size: 1.09rem;
  }
}
main .sec-4-scroll-wrap .sec-4-inner .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
main .sec-4-scroll-wrap .sec-4-inner .bg:before, main .sec-4-scroll-wrap .sec-4-inner .bg:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 1;
}
main .sec-4-scroll-wrap .sec-4-inner .bg:before {
  top: 0;
  background: linear-gradient(180deg, #141414 0%, rgba(20, 20, 20, 0) 100%);
}
main .sec-4-scroll-wrap .sec-4-inner .bg:after {
  bottom: 0;
  background: linear-gradient(0deg, rgba(20, 20, 20, 0.8) 0%, rgba(20, 20, 20, 0) 100%);
}
main .sec-4-scroll-wrap .sec-4-inner .bg picture {
  height: 100%;
}
main .sec-4-scroll-wrap .sec-4-inner .bg picture img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .sec-5 .sec-5-scroll-wrap {
  height: 350vh;
}
@media (min-width: 759px) {
  main .sec-5 .sec-5-scroll-wrap {
    height: 450vh;
  }
}
main .sec-5 .sec-5-scroll-wrap .sec-5-inner {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  background-color: #212121;
  overflow: hidden;
}
main .sec-5 .sec-5-scroll-wrap .sec-5-inner .gradients-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transform-origin: 75%;
}
main .sec-5 .sec-5-scroll-wrap .sec-5-inner .gradients-wrapper .gradient-ct {
  width: 57.5rem;
  aspect-ratio: 1/1;
  position: absolute;
}
@media (min-width: 759px) {
  main .sec-5 .sec-5-scroll-wrap .sec-5-inner .gradients-wrapper .gradient-ct {
    width: 34.06rem;
  }
}
main .sec-5 .sec-5-scroll-wrap .sec-5-inner .gradients-wrapper .gradient-ct.blue {
  left: -15%;
  top: 40%;
}
@media (min-width: 759px) {
  main .sec-5 .sec-5-scroll-wrap .sec-5-inner .gradients-wrapper .gradient-ct.blue {
    left: 5%;
    top: 28%;
  }
}
main .sec-5 .sec-5-scroll-wrap .sec-5-inner .gradients-wrapper .gradient-ct.pink {
  left: 18%;
  top: 50%;
}
@media (min-width: 759px) {
  main .sec-5 .sec-5-scroll-wrap .sec-5-inner .gradients-wrapper .gradient-ct.pink {
    left: 16%;
    top: 35%;
  }
}
main .sec-5 .sec-5-scroll-wrap .sec-5-inner .text-ct {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 2;
}
main .sec-5 .sec-5-scroll-wrap .sec-5-inner .text-ct .usp-ct {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 9.84rem);
}
@media (min-width: 759px) {
  main .sec-5 .sec-5-scroll-wrap .sec-5-inner .text-ct .usp-ct {
    width: calc(100% - 1.88rem);
  }
}
main .sec-5 .sec-5-scroll-wrap .sec-5-inner .text-ct .usp-ct span {
  display: block;
  line-height: 1em;
}
main .sec-5 .sec-5-scroll-wrap .sec-5-inner .text-ct .usp-ct span:not(.serif) {
  font-size: 8.5rem;
}
@media (min-width: 759px) {
  main .sec-5 .sec-5-scroll-wrap .sec-5-inner .text-ct .usp-ct span:not(.serif) {
    font-size: 5.83rem;
  }
}
main .sec-5 .sec-5-scroll-wrap .sec-5-inner .text-ct .usp-ct span.serif {
  font-family: ivyora-display, serif;
  font-style: italic;
  font-size: 5.46rem;
}
@media (min-width: 759px) {
  main .sec-5 .sec-5-scroll-wrap .sec-5-inner .text-ct .usp-ct span.serif {
    font-size: 2.81rem;
  }
}
main .sec-5 .sec-5-scroll-wrap .sec-5-inner .text-ct .usp-ct.one span.serif {
  padding-left: 17.21rem;
}
@media (min-width: 759px) {
  main .sec-5 .sec-5-scroll-wrap .sec-5-inner .text-ct .usp-ct.one span.serif {
    padding-left: 29.69rem;
  }
}
main .sec-5 .sec-5-scroll-wrap .sec-5-inner .text-ct .usp-ct.one span:nth-of-type(2) {
  padding-left: 7.92rem;
}
@media (min-width: 759px) {
  main .sec-5 .sec-5-scroll-wrap .sec-5-inner .text-ct .usp-ct.one span:nth-of-type(2) {
    padding-left: 20.21rem;
  }
}
main .sec-5 .sec-5-scroll-wrap .sec-5-inner .text-ct .usp-ct.one span:nth-of-type(3) {
  padding-left: 22.13rem;
}
@media (min-width: 759px) {
  main .sec-5 .sec-5-scroll-wrap .sec-5-inner .text-ct .usp-ct.one span:nth-of-type(3) {
    padding-left: 31.61rem;
  }
}
main .sec-5 .sec-5-scroll-wrap .sec-5-inner .text-ct .usp-ct.two span.serif {
  padding-left: 18.85rem;
}
@media (min-width: 759px) {
  main .sec-5 .sec-5-scroll-wrap .sec-5-inner .text-ct .usp-ct.two span.serif {
    padding-left: 31.61rem;
  }
}
main .sec-5 .sec-5-scroll-wrap .sec-5-inner .text-ct .usp-ct.two span:nth-of-type(2) {
  padding-left: 18.85rem;
}
@media (min-width: 759px) {
  main .sec-5 .sec-5-scroll-wrap .sec-5-inner .text-ct .usp-ct.two span:nth-of-type(2) {
    padding-left: 31.61rem;
  }
}
main .sec-5 .sec-5-scroll-wrap .sec-5-inner .text-ct .usp-ct.two span:nth-of-type(3) {
  padding-left: 0;
}
@media (min-width: 759px) {
  main .sec-5 .sec-5-scroll-wrap .sec-5-inner .text-ct .usp-ct.two span:nth-of-type(3) {
    padding-left: 15.63rem;
  }
}
@media (min-width: 759px) {
  main .sec-5 .sec-5-scroll-wrap .sec-5-inner .text-ct .usp-ct.three span.serif {
    padding-left: 15.31rem;
  }
}
@media (min-width: 759px) {
  main .sec-5 .sec-5-scroll-wrap .sec-5-inner .text-ct .usp-ct.three span:nth-of-type(2) {
    padding-left: 15.31rem;
  }
}
main .sec-5 .sec-5-scroll-wrap .sec-5-inner .text-ct .usp-ct.three span:nth-of-type(3) {
  padding-left: 16.85rem;
}
@media (min-width: 759px) {
  main .sec-5 .sec-5-scroll-wrap .sec-5-inner .text-ct .usp-ct.three span:nth-of-type(3) {
    padding-left: 29.01rem;
  }
}
main .sec-5 .sec-5-scroll-wrap .sec-5-inner .text-ct .usp-ct.three span:nth-of-type(4) {
  padding-left: 51.54rem;
}
@media (min-width: 759px) {
  main .sec-5 .sec-5-scroll-wrap .sec-5-inner .text-ct .usp-ct.three span:nth-of-type(4) {
    padding-left: 51.88rem;
  }
}
@media (max-width: 759px) {
  main .sec-5 .sec-5-scroll-wrap .sec-5-inner .text-ct .usp-ct.four span:not(.serif) {
    font-size: 8.12rem;
  }
}
@media (min-width: 759px) {
  main .sec-5 .sec-5-scroll-wrap .sec-5-inner .text-ct .usp-ct.four span.serif {
    padding-left: 14.37rem;
  }
}
@media (min-width: 759px) {
  main .sec-5 .sec-5-scroll-wrap .sec-5-inner .text-ct .usp-ct.four span:nth-of-type(2) {
    padding-left: 14.37rem;
  }
}
main .sec-5 .sec-5-scroll-wrap .sec-5-inner .text-ct .usp-ct.four span:nth-of-type(3) {
  text-align: right;
}
@media (min-width: 759px) {
  main .sec-5 .sec-5-scroll-wrap .sec-5-inner .text-ct .usp-ct.four span:nth-of-type(3) {
    text-align: center;
    padding-left: 51.61rem;
  }
}
main .sec-5 .lines-ct {
  position: absolute;
  bottom: 5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  justify-content: center;
  gap: 2.73rem;
  pointer-events: none;
  opacity: 0;
  width: 0;
}
@media (min-width: 759px) {
  main .sec-5 .lines-ct {
    bottom: auto;
    top: 50%;
    transform: translate(0, -50%);
    flex-flow: column;
    gap: 0.78rem;
    left: 2.81rem;
    width: 1px !important;
    height: 0;
  }
}
main .sec-5 .lines-ct .line {
  height: 1px;
  width: 8.2rem;
  background-color: rgba(242, 242, 242, 0.25);
  display: block;
  position: relative;
}
@media (min-width: 759px) {
  main .sec-5 .lines-ct .line {
    width: 1px;
    height: 3.39rem;
  }
}
main .sec-5 .lines-ct .line .line-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F2F2F2;
}
@media (min-width: 759px) {
  main .sec-5 .lines-ct .line .line-inner {
    transform-origin: top;
  }
}
main .sec-6 h3 {
  font-size: 9.02rem;
  margin-bottom: 9.02rem;
}
@media (min-width: 759px) {
  main .sec-6 h3 {
    font-size: 6.77rem;
    margin-bottom: -3rem;
    position: relative;
    z-index: 5;
  }
}
main .sec-6 h3 span {
  display: block;
}
main .sec-6 h3 span:last-of-type {
  padding-left: 8.2rem;
}
@media (min-width: 759px) {
  main .sec-6 .reviewsSwiperMobile {
    display: none;
  }
}
main .sec-6 .reviewsSwiperMobile.touched .finger {
  opacity: 0;
}
main .sec-6 .reviewsSwiperMobile .finger {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  animation: finger 2s infinite alternate;
}
@keyframes finger {
  0% {
    transform: translate(-100%, -50%);
  }
  100% {
    transform: translate(0%, -50%);
  }
}
main .sec-6 .reviewsSwiperMobile .swiper-card .img-ct {
  width: 22.95rem;
  background-color: #626262;
  margin-bottom: -11.475rem;
  border-radius: 100%;
  position: relative;
  z-index: 1;
  margin-left: 7.65rem;
  transition-delay: 0.2s;
}
main .sec-6 .reviewsSwiperMobile .swiper-card .text-ct {
  padding: 19.13rem 7.65rem 10.93rem;
  position: relative;
}
main .sec-6 .reviewsSwiperMobile .swiper-card .text-ct:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #212121;
  z-index: -1;
  transform-origin: top;
}
main .sec-6 .reviewsSwiperMobile .swiper-card .text-ct p:first-of-type {
  transition-delay: 0.2s;
}
main .sec-6 .reviewsSwiperMobile .swiper-card .text-ct p:last-of-type {
  transition-delay: 0.4s;
}
main .sec-6 .reviewsSwiperMobile .swiper-card .text-ct .line {
  height: 1px;
  width: 100%;
  background-color: #4A4A4A;
  margin-block: 3.83rem;
  transition-delay: 0.3s;
}
main .sec-6 .reviewsSwiperMobile .swiper-card .text-ct .name {
  color: #B3B3B3;
}
main .sec-6 .reviewsSwiperMobile .swiper-slide:not(.swiper-slide-active) .swiper-card .img-ct {
  transform: scale(0);
}
main .sec-6 .reviewsSwiperMobile .swiper-slide:not(.swiper-slide-active) .swiper-card .text-ct:before {
  transform: scaleY(0);
}
main .sec-6 .reviewsSwiperMobile .swiper-slide:not(.swiper-slide-active) .swiper-card .text-ct p {
  opacity: 0;
}
main .sec-6 .reviewsSwiperMobile .swiper-slide:not(.swiper-slide-active) .swiper-card .text-ct p:first-of-type {
  transform: translateY(15rem);
}
main .sec-6 .reviewsSwiperMobile .swiper-slide:not(.swiper-slide-active) .swiper-card .text-ct p:last-of-type {
  transform: translateY(15rem);
}
main .sec-6 .reviewsSwiperMobile .swiper-slide:not(.swiper-slide-active) .swiper-card .text-ct .line {
  transform: scaleX(0);
}
main .sec-6 .reviewsSwiperMobile .swiper-buttons-ct {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6.83rem;
  margin-top: 7.65rem;
}
main .sec-6 .reviewsSwiperMobile .swiper-buttons-ct .swiper-button-prev,
main .sec-6 .reviewsSwiperMobile .swiper-buttons-ct .swiper-button-next {
  width: 13.66rem;
  height: 13.66rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #F2F2F2;
  flex-shrink: 0;
  position: relative;
}
main .sec-6 .reviewsSwiperMobile .swiper-buttons-ct .swiper-button-prev picture,
main .sec-6 .reviewsSwiperMobile .swiper-buttons-ct .swiper-button-next picture {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
}
main .sec-6 .reviewsSwiperMobile .swiper-buttons-ct .swiper-button-next picture {
  transform: rotate(180deg);
}
main .sec-6 .reviewsSwiperMobile .swiper-buttons-ct .swiper-scrollbar {
  width: 16.39rem;
  background-color: #4A4A4A;
  height: 1px;
}
main .sec-6 .reviewsSwiperMobile .swiper-buttons-ct .swiper-scrollbar .swiper-scrollbar-drag {
  height: 1px;
  background-color: #F2F2F2;
}
main .reviewsSwiperDesktopCt {
  position: relative;
}
@media (max-width: 759px) {
  main .reviewsSwiperDesktopCt {
    display: none;
  }
}
main .reviewsSwiperDesktopCt .imgSwiper .swiper-wrapper {
  align-items: flex-end;
}
main .reviewsSwiperDesktopCt .imgSwiper .img-ct {
  width: calc(100% - 1.88rem);
  margin-right: 0;
  margin-left: auto;
  height: 37.81rem;
  display: flex;
  align-items: flex-end;
  position: relative;
}
main .reviewsSwiperDesktopCt .imgSwiper .img-ct:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-color: #262626;
  z-index: -1;
}
main .reviewsSwiperDesktopCt .imgSwiper .img-ct picture {
  height: 100%;
  position: absolute;
  width: 100%;
  height: 92%;
  bottom: 0;
  left: 0;
}
main .reviewsSwiperDesktopCt .imgSwiper .img-ct picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
main .reviewsSwiperDesktopCt .text-col {
  align-items: flex-end;
  display: flex;
  position: relative;
}
main .reviewsSwiperDesktopCt .text-col:before, main .reviewsSwiperDesktopCt .text-col:after {
  content: "";
  display: block;
  position: absolute;
  width: 3.85rem;
  height: 7.14rem;
  background-image: url(../images/index/quote.svg);
  background-size: contain;
  background-position: center;
  z-index: -1;
  top: 0;
  left: 0;
}
main .reviewsSwiperDesktopCt .text-col:before {
  left: -0.78rem;
  transform: translate(-100%, -50%);
}
main .reviewsSwiperDesktopCt .text-col:after {
  transform: translate(0%, -50%);
}
main .reviewsSwiperDesktopCt .text-col .swiper-wrapper {
  align-items: flex-end;
}
main .reviewsSwiperDesktopCt .text-col .swiper-slide:not(.swiper-slide-active) .text-ct {
  opacity: 0;
}
main .reviewsSwiperDesktopCt .text-col .swiper-slide:not(.swiper-slide-active) .text-ct p {
  opacity: 0;
  transform: translateY(5rem);
  transition-delay: 0.7s;
}
main .reviewsSwiperDesktopCt .text-col .swiper-slide:not(.swiper-slide-active) .text-ct .name-ct {
  opacity: 0;
  transform: translateY(5rem);
  transition-delay: 0.7s;
}
main .reviewsSwiperDesktopCt .text-col .swiper-slide:not(.swiper-slide-active) .text-ct .name-ct .line {
  width: 0;
  transform: translateY(5rem);
  transition-delay: 0.7s;
}
main .reviewsSwiperDesktopCt .text-col .text-ct .name-ct {
  display: flex;
  align-items: center;
  gap: 0.94rem;
  margin-top: 1.25rem;
  color: #B3B3B3;
}
main .reviewsSwiperDesktopCt .text-col .text-ct .name-ct .line {
  min-height: 1px;
  height: 0.05rem;
  background-color: #4A4A4A;
  width: 0.63rem;
}
main .reviewsSwiperDesktopCt .swiper-slide:not(.swiper-slide-next) .img-ct:before {
  height: 50%;
}
main .reviewsSwiperDesktopCt .swiper-slide:not(.swiper-slide-next) .img-ct picture {
  height: 60%;
  filter: saturate(0);
}
main .reviewsSwiperDesktopCt .swiper-buttons-ct {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  z-index: 33;
}
main .reviewsSwiperDesktopCt .swiper-buttons-ct .swiper-button-prev,
main .reviewsSwiperDesktopCt .swiper-buttons-ct .swiper-button-next {
  height: 100%;
  width: 50%;
  flex-basis: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
}

.footer-wrapper {
  height: 100vh;
  position: relative;
}

.footer {
  background-color: #212121;
  z-index: -3;
  height: 100vh;
  overflow: hidden;
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.footer .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.footer .footer-infos-ct {
  margin-top: 3.83rem;
  color: #F2F2F2;
}
@media (max-width: 759px) {
  .footer .footer-infos-ct.small {
    margin-top: 19.15rem;
  }
}
@media (min-width: 759px) {
  .footer .footer-infos-ct {
    margin-top: 1.46rem;
  }
}
.footer .footer-infos-ct .footer-infos-inner {
  display: flex;
}
@media (max-width: 759px) {
  .footer .footer-infos-ct .footer-infos-inner {
    align-items: center;
    text-align: center;
    flex-flow: column-reverse;
  }
}
@media (min-width: 759px) {
  .footer .footer-infos-ct .footer-infos-inner {
    align-items: center;
    justify-content: space-between;
  }
}
.footer .footer-infos-ct .footer-infos-inner .aust {
  color: #B3B3B3;
}
.footer .footer-infos-ct .footer-infos-inner .aust a:hover {
  color: #F2F2F2;
}
.footer .footer-infos-ct .footer-infos-inner .navi-add {
  display: flex;
  flex-flow: column;
  align-items: center;
}
@media (min-width: 759px) {
  .footer .footer-infos-ct .footer-infos-inner .navi-add {
    flex-flow: row;
    gap: 2.34rem;
  }
}
.footer .footer-infos-ct .footer-infos-inner .navi-add li a {
  color: #F2F2F2;
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  overflow: hidden;
}
.footer .footer-infos-ct .footer-infos-inner .navi-add li a:hover .name span:first-of-type {
  transform: translateY(-100%);
}
.footer .footer-infos-ct .footer-infos-inner .navi-add li a:hover .name span:last-of-type {
  transform: translateY(0%);
}
.footer .footer-infos-ct .footer-infos-inner .navi-add li a .name span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.footer .footer-infos-ct .footer-infos-inner .navi-add li a .name span:first-of-type {
  opacity: 0.75;
}
.footer .footer-infos-ct .footer-infos-inner .navi-add li a .name span:last-of-type {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
}
.footer .footer-links-ct {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: ivyora-display, serif;
  font-style: italic;
  display: flex;
  flex-flow: column;
  gap: 4.92rem;
}
@media (min-width: 759px) {
  .footer .footer-links-ct {
    gap: 1.46rem;
  }
}
.footer .footer-links-ct .mail,
.footer .footer-links-ct .phone {
  display: flex;
  align-items: center;
  gap: 1.64rem;
}
@media (min-width: 759px) {
  .footer .footer-links-ct .mail,
  .footer .footer-links-ct .phone {
    gap: 0.89rem;
  }
}
.footer .footer-links-ct .mail.copy-success .circle:before,
.footer .footer-links-ct .phone.copy-success .circle:before {
  transform: scale(0.9) !important;
}
.footer .footer-links-ct .mail.copy-success .circle:after,
.footer .footer-links-ct .phone.copy-success .circle:after {
  transform: scale(1);
}
.footer .footer-links-ct .mail.copy-success .circle .img-ct .copy-icon,
.footer .footer-links-ct .phone.copy-success .circle .img-ct .copy-icon {
  transform: scale(0);
  transition-delay: 0s;
}
.footer .footer-links-ct .mail.copy-success .circle .img-ct .check-icon,
.footer .footer-links-ct .phone.copy-success .circle .img-ct .check-icon {
  position: absolute;
  transform: scale(1);
  transition-delay: 0.2s;
}
.footer .footer-links-ct .mail.copy-success .circle .img-ct svg path,
.footer .footer-links-ct .phone.copy-success .circle .img-ct svg path {
  animation: draw 0.9s 0.2s forwards cubic-bezier(0.9, 0.1, 0.1, 0.9);
}
.footer .footer-links-ct .mail.copy-success .copy-info .background, .footer .footer-links-ct .mail.copy-success .copy-info .triangle,
.footer .footer-links-ct .phone.copy-success .copy-info .background,
.footer .footer-links-ct .phone.copy-success .copy-info .triangle {
  background-color: #212121 !important;
}
.footer .footer-links-ct .mail.copy-success .copy-info .text-ct span:first-of-type,
.footer .footer-links-ct .phone.copy-success .copy-info .text-ct span:first-of-type {
  transform: translateY(100%) !important;
}
.footer .footer-links-ct .mail.copy-success .copy-info .text-ct span:last-of-type,
.footer .footer-links-ct .phone.copy-success .copy-info .text-ct span:last-of-type {
  transform: translateY(0) !important;
}
.footer .footer-links-ct .mail .circle,
.footer .footer-links-ct .phone .circle {
  width: 9.84rem;
  height: 9.84rem;
  border-radius: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.footer .footer-links-ct .mail .circle:before,
.footer .footer-links-ct .phone .circle:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #d5d3d3;
  z-index: -2;
  border-radius: 100%;
}
.footer .footer-links-ct .mail .circle:after,
.footer .footer-links-ct .phone .circle:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #212121;
  z-index: -1;
  border-radius: 100%;
  transform: scale(0);
}
@media (min-width: 759px) {
  .footer .footer-links-ct .mail .circle,
  .footer .footer-links-ct .phone .circle {
    width: 2.8rem;
    height: 2.8rem;
  }
}
.footer .footer-links-ct .mail .circle:hover:before,
.footer .footer-links-ct .phone .circle:hover:before {
  transform: scale(1.2);
}
.footer .footer-links-ct .mail .circle:hover .copy-info,
.footer .footer-links-ct .phone .circle:hover .copy-info {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.footer .footer-links-ct .mail .circle:hover .copy-info .triangle,
.footer .footer-links-ct .phone .circle:hover .copy-info .triangle {
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  transition-delay: 0s;
}
.footer .footer-links-ct .mail .circle:hover .copy-info .background,
.footer .footer-links-ct .phone .circle:hover .copy-info .background {
  transition-delay: 0s;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
.footer .footer-links-ct .mail .circle:hover .copy-info .text-ct span,
.footer .footer-links-ct .phone .circle:hover .copy-info .text-ct span {
  transform: translateY(0);
  transition-delay: 0.2s;
  opacity: 1;
}
.footer .footer-links-ct .mail .circle .img-ct,
.footer .footer-links-ct .phone .circle .img-ct {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.footer .footer-links-ct .mail .circle .img-ct .copy-icon svg, .footer .footer-links-ct .mail .circle .img-ct .check-icon svg,
.footer .footer-links-ct .phone .circle .img-ct .copy-icon svg,
.footer .footer-links-ct .phone .circle .img-ct .check-icon svg {
  display: block;
  width: 4.9rem;
  height: 4.9rem;
}
@media (min-width: 759px) {
  .footer .footer-links-ct .mail .circle .img-ct .copy-icon svg, .footer .footer-links-ct .mail .circle .img-ct .check-icon svg,
  .footer .footer-links-ct .phone .circle .img-ct .copy-icon svg,
  .footer .footer-links-ct .phone .circle .img-ct .check-icon svg {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.footer .footer-links-ct .mail .circle .img-ct .copy-icon svg path, .footer .footer-links-ct .mail .circle .img-ct .check-icon svg path,
.footer .footer-links-ct .phone .circle .img-ct .copy-icon svg path,
.footer .footer-links-ct .phone .circle .img-ct .check-icon svg path {
  stroke-dasharray: 1;
  stroke-dashoffset: 0;
}
@keyframes draw {
  from {
    stroke-dashoffset: 1;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.footer .footer-links-ct .mail .circle .img-ct .copy-icon,
.footer .footer-links-ct .phone .circle .img-ct .copy-icon {
  transition-delay: 0.2s;
}
.footer .footer-links-ct .mail .circle .img-ct .check-icon,
.footer .footer-links-ct .phone .circle .img-ct .check-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scale(0);
}
.footer .footer-links-ct .mail .circle .copy-info,
.footer .footer-links-ct .phone .circle .copy-info {
  pointer-events: none;
  padding: 2rem;
  z-index: 33;
  position: absolute;
  top: -1.54rem;
  left: 50%;
  transform: translate(-50%, -100%);
  opacity: 0;
  visibility: hidden;
  transition-delay: 0.7s;
}
@media (max-width: 759px) {
  .footer .footer-links-ct .mail .circle .copy-info,
  .footer .footer-links-ct .phone .circle .copy-info {
    display: none;
  }
}
.footer .footer-links-ct .mail .circle .copy-info .background,
.footer .footer-links-ct .phone .circle .copy-info .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d5d3d3;
  z-index: -1;
  transform-origin: bottom;
  transition-delay: 0.2s;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
          clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
}
.footer .footer-links-ct .mail .circle .copy-info .text-ct,
.footer .footer-links-ct .phone .circle .copy-info .text-ct {
  overflow: hidden;
  position: relative;
}
.footer .footer-links-ct .mail .circle .copy-info .text-ct span,
.footer .footer-links-ct .phone .circle .copy-info .text-ct span {
  display: block;
  color: #141414;
  width: -moz-max-content;
  width: max-content;
  font-family: Archivo, sans-serif;
  font-style: initial;
  font-size: 0.83rem;
  line-height: 1em;
  transform: translateY(-100%);
  transition-delay: 0s;
  opacity: 0;
  text-align: center;
}
.footer .footer-links-ct .mail .circle .copy-info .text-ct span:last-of-type,
.footer .footer-links-ct .phone .circle .copy-info .text-ct span:last-of-type {
  color: #F2F2F2;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(-100%);
}
.footer .footer-links-ct .mail .circle .copy-info .triangle,
.footer .footer-links-ct .phone .circle .copy-info .triangle {
  position: absolute;
  background-color: #d5d3d3;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 0);
          clip-path: polygon(100% 0, 0 0, 50% 0);
  bottom: 1px;
  left: 50%;
  transform: translate(-50%, 100%);
  transform-origin: bottom;
  height: 0.77rem;
  width: 0.77rem;
  transition-delay: 0.2s;
}
.footer .footer-links-ct .phone .name {
  position: relative;
  top: 0.5rem;
}
.footer .footer-links-ct .phone .circle:hover .copy-info .background {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.footer .footer-links-ct .phone .circle .copy-info {
  top: auto;
  transform: translate(-50%, 100%);
  bottom: -1.54rem;
}
.footer .footer-links-ct .phone .circle .copy-info .background {
  transform-origin: top;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
.footer .footer-links-ct .phone .circle .copy-info .triangle {
  bottom: auto;
  top: 1px;
  transform: translate(-50%, -200%) rotate(180deg);
}
.footer .footer-links-ct .phone .circle .copy-info .text-ct span {
  transform: translateY(100%);
}
.footer .footer-links-ct a.name {
  overflow: hidden;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.footer .footer-links-ct a.name:hover .line {
  width: 100%;
  right: auto;
  left: 0;
}
.footer .footer-links-ct a.name span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 8.5rem;
  line-height: 1.05em;
}
@media (min-width: 759px) {
  .footer .footer-links-ct a.name span {
    font-size: 3.1rem;
  }
}
.footer .footer-links-ct a.name .line {
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 0.05rem;
  min-height: 1px;
  background-color: #F2F2F2;
}
.footer .footer-links-ct a.name:hover span:first-of-type {
  transform: translateY(-100%);
}
.footer .footer-links-ct a.name:hover span:last-of-type {
  transform: translateY(0%);
}
.footer .lets-talk {
  position: absolute;
  bottom: 3.83rem;
  left: 0;
}
@media (min-width: 759px) {
  .footer .lets-talk {
    bottom: 0;
  }
}
.footer .lets-talk .marquee .marquee-scroll {
  display: flex;
  position: relative;
  gap: 5rem;
}
@media (min-width: 759px) {
  .footer .lets-talk .marquee .marquee-scroll {
    gap: 2.6rem;
  }
}
.footer .lets-talk .marquee .marquee-scroll .marquee-content {
  display: flex;
  align-items: center;
  gap: 5.46rem;
  color: #F2F2F2;
}
@media (min-width: 759px) {
  .footer .lets-talk .marquee .marquee-scroll .marquee-content {
    gap: 2rem;
  }
}
.footer .lets-talk .marquee .marquee-scroll .marquee-content .list-item {
  font-size: 13rem;
  line-height: 1em;
  font-weight: 800;
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 759px) {
  .footer .lets-talk .marquee .marquee-scroll .marquee-content .list-item {
    font-size: 8.75rem;
  }
}
.footer .lets-talk .marquee .marquee-scroll .marquee-content .line {
  width: 8rem;
  height: 1.09rem;
  background-color: #F2F2F2;
}
@media (min-width: 759px) {
  .footer .lets-talk .marquee .marquee-scroll .marquee-content .line {
    height: 0.78rem;
    width: 5.21rem;
  }
}

.body-sub header {
  background-color: #141414;
  position: relative;
  z-index: 2;
}
@media (max-width: 759px) {
  .body-sub .sub-gradient-wrapper {
    display: none;
  }
}
.body-sub .sub-gradient-wrapper .gradient-ct.blue {
  width: 33.59rem;
  position: fixed;
  z-index: 2;
  bottom: -5%;
  left: -10%;
}
.body-sub .sub-gradient-wrapper .gradient-ct.pink {
  width: 33.59rem;
  position: fixed;
  z-index: 2;
  bottom: -15%;
  left: 5%;
}
.body-sub .footer {
  position: fixed;
  z-index: 1;
}

.sub-header {
  padding-top: 17.78rem;
}
@media (min-width: 759px) {
  .sub-header {
    padding-top: 5.68rem;
  }
}
.sub-header h1 {
  margin-top: 20vh;
}
@media (min-width: 759px) {
  .sub-header h1 {
    margin-top: 3.23rem;
  }
}
.body-impressum .sub-header h1 {
  font-size: 13.06rem;
  margin-bottom: 20vh;
}
@media (min-width: 759px) {
  .body-impressum .sub-header h1 {
    font-size: 7.03rem;
    margin-bottom: 30vh;
  }
}
.body-datenschutzerklaerung .sub-header h1 {
  font-size: 9.8rem;
  margin-bottom: 20vh;
}
@media (min-width: 759px) {
  .body-datenschutzerklaerung .sub-header h1 {
    font-size: 6.51rem;
    margin-bottom: 25vh;
  }
}

.sec-impressum .line, .sec-dse .line {
  margin-bottom: 7.66rem;
}
@media (min-width: 759px) {
  .sec-impressum .line, .sec-dse .line {
    margin-bottom: 1.9rem;
  }
}
.sec-impressum .impressum-infos .category, .sec-dse .impressum-infos .category {
  color: #B3B3B3;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.sec-impressum .dse-infos h1,
.sec-impressum .dse-infos h2,
.sec-impressum .dse-infos h3,
.sec-impressum .dse-infos h4,
.sec-impressum .dse-infos h5,
.sec-impressum .dse-infos h6,
.sec-impressum .dse-infos .h1,
.sec-impressum .dse-infos .h2,
.sec-impressum .dse-infos .h3,
.sec-impressum .dse-infos .h4,
.sec-impressum .dse-infos .h5,
.sec-impressum .dse-infos .h6, .sec-dse .dse-infos h1,
.sec-dse .dse-infos h2,
.sec-dse .dse-infos h3,
.sec-dse .dse-infos h4,
.sec-dse .dse-infos h5,
.sec-dse .dse-infos h6,
.sec-dse .dse-infos .h1,
.sec-dse .dse-infos .h2,
.sec-dse .dse-infos .h3,
.sec-dse .dse-infos .h4,
.sec-dse .dse-infos .h5,
.sec-dse .dse-infos .h6 {
  font-family: ivyora-display, serif;
  font-size: 5.28rem;
  font-style: italic;
  color: #B3B3B3;
  text-transform: initial;
  letter-spacing: initial;
  font-weight: 400;
  line-height: 140%;
}
@media (min-width: 759px) {
  .sec-impressum .dse-infos h1,
  .sec-impressum .dse-infos h2,
  .sec-impressum .dse-infos h3,
  .sec-impressum .dse-infos h4,
  .sec-impressum .dse-infos h5,
  .sec-impressum .dse-infos h6,
  .sec-impressum .dse-infos .h1,
  .sec-impressum .dse-infos .h2,
  .sec-impressum .dse-infos .h3,
  .sec-impressum .dse-infos .h4,
  .sec-impressum .dse-infos .h5,
  .sec-impressum .dse-infos .h6, .sec-dse .dse-infos h1,
  .sec-dse .dse-infos h2,
  .sec-dse .dse-infos h3,
  .sec-dse .dse-infos h4,
  .sec-dse .dse-infos h5,
  .sec-dse .dse-infos h6,
  .sec-dse .dse-infos .h1,
  .sec-dse .dse-infos .h2,
  .sec-dse .dse-infos .h3,
  .sec-dse .dse-infos .h4,
  .sec-dse .dse-infos .h5,
  .sec-dse .dse-infos .h6 {
    font-size: 1.35rem;
  }
}
.sec-impressum .dse-infos p, .sec-impressum .dse-infos ul, .sec-dse .dse-infos p, .sec-dse .dse-infos ul {
  color: #B3B3B3;
}
.sec-impressum .dse-infos p b, .sec-impressum .dse-infos ul b, .sec-dse .dse-infos p b, .sec-dse .dse-infos ul b {
  color: #F2F2F2;
}

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