@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  background-color: black;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

.h3 {
  font-family: futura-pt, sans-serif;
  font-size: clamp(24px, max(0px, 0.0230769231 * (100vw - 360px)), 36px);
  line-height: clamp(30px, max(0px, 0.0307692308 * (100vw - 360px)), 48px);
  font-weight: 500;
}

.h4 {
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding-top: 2rem;
  padding-bottom: 1rem;
  color: rgb(120, 84, 221);
}

.h2-text {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  margin-top: -1rem;
  font-size: clamp(18px, max(0px, 0.0205128205 * (100vw - 360px)), 32px);
  line-height: clamp(24px, max(0px, 0.025 * (100vw - 360px)), 39px);
}

.image-slider-wrapper {
  margin-top: 8rem;
  margin-bottom: 16rem;
}
@media (max-width: 500px) {
  .image-slider-wrapper {
    /* styles for tablets and phones */
    margin-bottom: 12rem;
  }
}
.image-slider-wrapper .image-slider {
  position: relative;
}
.image-slider-wrapper .image-slider .slick-prev {
  position: absolute;
  top: 70%;
  z-index: 99;
}
@media (max-width: 810px) {
  .image-slider-wrapper .image-slider .slick-prev {
    /* styles for tablets and phones */
    bottom: -10%;
    top: unset;
  }
}
.image-slider-wrapper .image-slider .slick-next {
  position: absolute;
  bottom: 70%;
  right: 0;
  z-index: 99;
  /* Tablet and smaller */
}
@media (max-width: 810px) {
  .image-slider-wrapper .image-slider .slick-next {
    /* styles for tablets and phones */
    top: -20%;
  }
}
.image-slider-wrapper .image-slider .slick-arrow {
  background-color: transparent;
  border: none;
  width: clamp(70px, max(0px, 0.1153846154 * (100vw - 360px)), 180px);
}
.image-slider-wrapper .image-slider .slick-arrow img {
  width: clamp(70px, max(0px, 0.1153846154 * (100vw - 360px)), 180px);
}
.image-slider-wrapper .image-slider .slick-track {
  display: flex;
  align-items: center;
}
.image-slider-wrapper .image-slider .slick-list {
  overflow: unset;
}
.image-slider-wrapper .image-slider .slide-img {
  margin-left: clamp(20px, max(0px, 0.0615384615 * (100vw - 360px)), 96px);
  margin-right: clamp(20px, max(0px, 0.0615384615 * (100vw - 360px)), 96px);
  padding-left: 2rem;
  padding-right: 2rem;
  filter: grayscale(1);
  transition: all 0.3s ease-in-out;
}
.image-slider-wrapper .image-slider .slide-img .img-fluid {
  width: 100%;
  max-width: 500px;
  box-shadow: 30px 30px 0 #bcff48;
}
@media (max-width: 500px) {
  .image-slider-wrapper .image-slider .slide-img .img-fluid {
    /* styles for tablets and phones */
    box-shadow: 15px 15px 0 #bcff48;
  }
}
.image-slider-wrapper .image-slider .slide-img.slick-current {
  filter: grayscale(0);
  transform: scale(1.2);
}

.projekt-slider-wrapper {
  margin-top: 2rem;
  margin-bottom: 8rem;
}
.projekt-slider-wrapper .image-slider {
  position: relative;
  z-index: 9;
}
.projekt-slider-wrapper .image-slider .slick-prev {
  position: absolute;
  top: 50%;
  z-index: 99;
  /* Tablet and smaller */
}
@media (max-width: 810px) {
  .projekt-slider-wrapper .image-slider .slick-prev {
    /* styles for tablets and phones */
    bottom: -10%;
    top: unset;
  }
}
.projekt-slider-wrapper .image-slider .slick-active {
  z-index: -2;
}
.projekt-slider-wrapper .image-slider .slick-next {
  position: absolute;
  top: 0%;
  right: 0;
  z-index: 99;
  /* Tablet and smaller */
}
@media (max-width: 810px) {
  .projekt-slider-wrapper .image-slider .slick-next {
    /* styles for tablets and phones */
    top: -20%;
  }
}
.projekt-slider-wrapper .image-slider .slick-arrow {
  background-color: transparent;
  border: none;
  width: clamp(70px, max(0px, 0.1153846154 * (100vw - 360px)), 180px);
}
.projekt-slider-wrapper .image-slider .slick-arrow img {
  width: clamp(70px, max(0px, 0.1153846154 * (100vw - 360px)), 180px);
}
.projekt-slider-wrapper .image-slider .slick-track {
  display: flex;
  align-items: center;
}
.projekt-slider-wrapper .image-slider .slick-list {
  overflow: unset;
}
.projekt-slider-wrapper .image-slider .slick-slide {
  position: relative;
}
.projekt-slider-wrapper .image-slider .slide-img {
  margin-left: clamp(20px, max(0px, 0.0615384615 * (100vw - 360px)), 96px);
  margin-right: clamp(20px, max(0px, 0.0615384615 * (100vw - 360px)), 96px);
  padding-bottom: 3rem;
  position: relative;
  filter: grayscale(1);
  transition: all 0.3s ease-in-out;
}
.projekt-slider-wrapper .image-slider .slide-img .slidein-deco {
  z-index: -55;
  position: absolute;
  font-weight: 700;
  font-size: clamp(100px, max(0px, 0.1923076923 * (100vw - 360px)), 300px);
  text-transform: uppercase;
  font-family: futura-pt, sans-serif;
  -webkit-text-stroke-color: #bcff48;
  line-height: clamp(70px, max(0px, 0.1346153846 * (100vw - 360px)), 210px);
  -webkit-text-stroke-width: 2.5px;
  color: transparent;
  top: 50%;
  left: 50%;
  width: fit-content;
  transform: translate(250%, -62%);
  opacity: 0;
}
@media (max-width: 810px) {
  .projekt-slider-wrapper .image-slider .slide-img .slidein-deco {
    /* styles for tablets and phones */
    top: 30%;
  }
}
.projekt-slider-wrapper .image-slider .slide-img .slidein-deco div {
  width: max-content;
}
.projekt-slider-wrapper .image-slider .slide-img .offset-slide-cta {
  margin-left: clamp(-48px, -48px + 58 * (1920px - 100vw) / 1560, 0px);
  opacity: 0;
}
.projekt-slider-wrapper .image-slider .slide-img .title-slide {
  font-size: clamp(24px, max(0px, 0.0217948718 * (100vw - 360px)), 34px);
  font-weight: 700;
  font-family: futura-pt, sans-serif;
  margin-top: 4rem;
  color: white;
}
@media (max-width: 810px) {
  .projekt-slider-wrapper .image-slider .slide-img .title-slide {
    /* styles for tablets and phones */
    margin-top: 3rem;
  }
}
.projekt-slider-wrapper .image-slider .slide-img .button-cta {
  margin-top: 1rem;
  font-size: 16px;
  padding: 9px 20px 12px;
  box-shadow: 0 4px #000;
  color: black;
  -webkit-text-fill-color: #000;
}
.projekt-slider-wrapper .image-slider .slide-img .button-cta:hover {
  box-shadow: 0 0 #000;
}
.projekt-slider-wrapper .image-slider .slide-img .img-fluid {
  width: 100%;
  max-width: 798px;
  transform: scale(0.8);
  transition: all 0.5s ease-in-out;
  position: relative;
}
@media (max-width: 500px) {
  .projekt-slider-wrapper .image-slider .slide-img .img-fluid {
    /* styles for tablets and phones */
    box-shadow: 15px 15px 0 #bcff48 !important;
  }
}
.projekt-slider-wrapper .image-slider .slide-img.slick-current {
  filter: grayscale(0);
  transition: all 0.3s ease-in-out;
}
.projekt-slider-wrapper .image-slider .slide-img.slick-current .img-fluid {
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}
.projekt-slider-wrapper .image-slider .slide-img.slick-current .offset-slide-cta {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.projekt-slider-wrapper .image-slider .slide-img.slick-current .slidein-deco {
  opacity: 1;
  transform: translate(-50%, -62%);
  transition: all 1.1s ease-in-out;
}

.button-cta {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  background-color: #bcff48;
  border-radius: 79px;
  border: 1px solid black;
  margin-right: 32px;
  padding: 24px 32px;
  padding-top: clamp(8px, max(0px, 0.0153846154 * (100vw - 360px)), 24px);
  padding-bottom: clamp(8px, max(0px, 0.0153846154 * (100vw - 360px)), 24px);
  font-size: clamp(14px, max(0px, 0.0153846154 * (100vw - 360px)), 24px);
  box-shadow: 0 clamp(5px, max(0px, 0.0064102564 * (100vw - 360px)), 10px) #000;
}
.button-cta:hover {
  box-shadow: 0 0 #000;
}

.back-button-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6rem;
  margin-bottom: 5rem;
  text-align: center;
  z-index: 66;
  position: relative;
}
.back-button-wrapper .button-back {
  background-color: unset;
  border: none;
  border-radius: 65px;
  filter: drop-shadow(0 7px #000);
}
.back-button-wrapper .button-back:hover {
  filter: drop-shadow(0 0 #000);
}

button {
  cursor: inherit;
}

.page-wrapper {
  min-height: 100vh;
  max-width: 1920px;
  width: 100%;
  overflow: hidden;
}

.content-main-padding {
  padding-left: 1rem;
  padding-right: 1rem;
}

/* --- Layout basics --- */
:root {
  /* how far the scroll should “drive” the effects (tweak to taste) */
  --shrink-distance: 240px;
  --logo-min-scale: .66;
}

.header {
  background-color: rgb(120, 84, 221);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  width: 100%;
  max-width: 1920px;
  z-index: 999999;
  transform: translateY(0);
  will-change: transform;
}
.header .header-logo {
  padding-left: 1rem;
  padding-top: 1.3rem;
  padding-bottom: 1.5rem;
}
.header .nav-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 880px;
  width: 100%;
  font-family: futura-pt, sans-serif;
  font-size: 21px;
  font-weight: 500;
  margin-right: 1rem;
  margin-left: 1rem;
}
.header .nav-menu .close-button {
  display: none;
}
@media (max-width: 1024px) {
  .header .nav-menu {
    /* styles for tablets and phones */
    display: none;
    position: absolute;
    background-color: #7854dd;
    max-width: 1024px;
    top: 0;
    height: 100vh;
    left: 0;
    margin-left: 0;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    padding-top: 9rem;
  }
  .header .nav-menu .close-button {
    display: block;
  }
  .header .nav-menu a {
    margin-bottom: 2rem;
  }
}
.header .nav-menu2 {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-right: 1rem;
}
.header .nav-menu2 .link-menu {
  font-family: futura-pt, sans-serif;
  font-size: 21px;
  font-weight: 500;
  margin-right: -2.1rem;
  margin-top: -0.6rem;
  text-decoration: none;
  color: white;
}
.header .nav-menu2 .mobile-menu-button {
  background-color: transparent;
  border: none;
  display: contents;
}
@media (max-width: 1024px) {
  .header .nav-menu2 .mobile-menu-button {
    /* styles for tablets and phones */
    cursor: pointer;
  }
  .header .nav-menu2 .mobile-menu-button:hover .link-menu {
    color: #bcff48 !important;
  }
}
.header .nav-link {
  text-decoration: none;
  color: white;
}
.header .nav-link.active {
  color: #e72360 !important;
}
.header .nav-link:hover {
  color: #bcff48 !important;
}

.footer {
  margin-top: 10px;
  position: relative;
}
.footer.extended {
  margin-top: 443px;
}
@media (max-width: 810px) {
  .footer.extended {
    /* styles for tablets and phones */
    margin-top: 200px;
  }
}
.footer.extended .footer-menu {
  padding-top: 15rem;
}
.footer.extended .footer-menu .arrow-up {
  top: 12rem;
}
@media (max-width: 810px) {
  .footer.extended .footer-menu .arrow-up {
    /* styles for tablets and phones */
    top: 12rem;
  }
}
.footer .text-marquee {
  transform: translate(0, -25px) rotate(-3.7deg);
}
.footer .kontakt {
  display: flex;
  max-width: 1582px;
  margin: 0 auto;
  margin-bottom: -270px;
  z-index: 55;
  position: relative;
}
@media (max-width: 810px) {
  .footer .kontakt {
    /* styles for tablets and phones */
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}
.footer .kontakt .kontakt-wrapper {
  max-height: 499px;
  height: 100vh;
  background-color: white;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 810px) {
  .footer .kontakt .kontakt-wrapper {
    /* styles for tablets and phones */
    grid-template-columns: repeat(1, 1fr);
    max-height: none;
    height: 100%;
  }
}
.footer .kontakt .kontakt-wrapper .left {
  padding: clamp(24px, max(0px, 0.0320512821 * (100vw - 360px)), 50px);
}
.footer .kontakt .kontakt-wrapper .left .title-kontakt {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: clamp(26px, max(0px, 0.0294871795 * (100vw - 360px)), 46px);
  line-height: clamp(32px, max(0px, 0.0314102564 * (100vw - 360px)), 49px);
  margin-top: 1rem;
}
.footer .kontakt .kontakt-wrapper .left .firma-kontakt {
  font-family: futura-pt, sans-serif;
  font-size: clamp(26px, max(0px, 0.0230769231 * (100vw - 360px)), 36px);
  line-height: clamp(32px, max(0px, 0.0307692308 * (100vw - 360px)), 48px);
  font-weight: 500;
  margin-bottom: 1rem;
}
.footer .kontakt .kontakt-wrapper .left .adresse-kontakt, .footer .kontakt .kontakt-wrapper .left .telefon-kontakt, .footer .kontakt .kontakt-wrapper .left .email-kontakt {
  font-family: futura-pt, sans-serif;
  font-size: clamp(18px, max(0px, 0.0134615385 * (100vw - 360px)), 21px);
  line-height: clamp(28px, max(0px, 0.0179487179 * (100vw - 360px)), 28px);
  font-weight: 400;
}
.footer .kontakt .kontakt-wrapper .left a {
  text-decoration: none;
  color: #e72360;
}
.footer .kontakt .kontakt-wrapper .left a:hover {
  color: #efbbd7;
}
.footer .kontakt .kontakt-wrapper .left .social-media {
  display: flex;
  margin-top: 2rem;
}
.footer .kontakt .kontakt-wrapper .left .social-media .social-icon {
  width: 53px;
  height: 53px;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  filter: drop-shadow(0 4px #000);
}
.footer .kontakt .kontakt-wrapper .left .social-media .social-icon:hover {
  filter: drop-shadow(0 0 #000);
}
.footer .kontakt .kontakt-wrapper .right {
  position: relative;
  padding-left: clamp(16px, max(0px, 0.0205128205 * (100vw - 360px)), 32px);
  padding-right: clamp(16px, max(0px, 0.0205128205 * (100vw - 360px)), 32px);
  padding-bottom: 1.5rem;
}
.footer .kontakt .kontakt-wrapper .right .image-wrapper {
  position: relative;
  margin-top: -160px;
  max-width: 650px;
  width: clamp(340px, max(0px, 0.4038461538 * (100vw - 360px)), 630px);
  left: 0;
}
@media (max-width: 810px) {
  .footer .kontakt .kontakt-wrapper .right .image-wrapper {
    /* styles for tablets and phones */
    margin-top: 0;
    max-width: 100%;
  }
}
.footer .landslide2 {
  position: relative;
  bottom: -150px;
  margin-top: -850px;
  height: 100%;
  z-index: 0;
}
.footer .landslide2 div {
  min-height: 850px;
  margin-left: -5rem;
  margin-right: -5rem;
  transform: rotate(-3.7deg);
}
.footer .landslide {
  min-height: 200px;
  background-color: black;
  transform: rotate(-3.7deg);
  margin-right: -5rem;
  margin-left: -5rem;
  margin-bottom: -100px;
}
.footer .footer-menu {
  background-color: black;
  position: relative;
  padding-left: 1rem;
  padding-right: 1rem;
}
.footer .footer-menu .arrow-up {
  position: absolute;
  right: 30px;
  top: -4rem;
}
.footer .footer-menu .copyright {
  font-family: futura-pt, sans-serif;
  font-size: 21px;
  font-weight: 400;
  margin-top: 5rem;
  padding-bottom: 3rem;
  color: white;
  text-align: center;
}
.footer .footer-menu .footer-menu-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1542px;
  width: 100%;
  margin: 0 auto; /* centers the wrapper */
  /* Tablet and smaller */
}
@media (max-width: 810px) {
  .footer .footer-menu .footer-menu-wrapper {
    /* styles for tablets and phones */
    display: block;
  }
}
.footer .footer-menu .footer-menu-wrapper .bottom-nav {
  display: flex;
  flex-direction: column;
}
@media (max-width: 810px) {
  .footer .footer-menu .footer-menu-wrapper .bottom-nav {
    /* styles for tablets and phones */
    margin-bottom: 2rem;
    margin-left: 1rem;
  }
}
.footer .footer-menu .footer-menu-wrapper .bottom-nav a {
  text-decoration: none;
  color: white;
  margin-top: 20px;
  font-family: futura-pt, sans-serif;
  font-size: 21px;
  font-weight: 400;
}
.footer .footer-menu .footer-menu-wrapper .bottom-nav a.active {
  color: #e72360;
}
.footer .footer-menu .footer-menu-wrapper .bottom-nav a:hover {
  color: #bcff48 !important;
}

.pc-only {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .pc-only {
    /* styles for tablets and phones */
    display: none;
  }
}

.mobile-only {
  display: none;
}
@media (max-width: 1024px) {
  .mobile-only {
    /* styles for tablets and phones */
    display: block;
  }
}

.mitarbeiter-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1582px;
  width: 100%;
  margin: 0 auto; /* centers the wrapper */
}
@media (max-width: 810px) {
  .mitarbeiter-wrapper {
    /* styles for tablets and phones */
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .mitarbeiter-wrapper {
    /* styles for tablets and phones */
    grid-template-columns: repeat(1, 1fr);
  }
}
.mitarbeiter-wrapper .mitarbeiter {
  flex: 1 1 calc(33.333% - 20px); /* 3 per row, minus gap */
  background-color: white;
  box-sizing: border-box;
}
.mitarbeiter-wrapper .mitarbeiter .mitarbeiter-image img {
  width: 100%;
  height: 100%;
}
.mitarbeiter-wrapper .mitarbeiter .mitarbeiter-data {
  padding: 1rem;
  background-color: white;
  min-height: 54px;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.mitarbeiter-wrapper .mitarbeiter .mitarbeiter-data .mitarbeiter-jobtitle {
  font-size: 16px;
  color: #7854dd;
}
.mitarbeiter-wrapper .mitarbeiter .mitarbeiter-data .mitarbeiter-name {
  font-size: 21px;
  font-weight: 500;
}
.mitarbeiter-wrapper .mitarbeiter a:hover {
  color: #e72360 !important;
}

.show-headline {
  max-width: 1582px;
  width: 100%;
  margin: 3rem auto; /* centers the wrapper */
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
}

.beitraege-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  grid-row-gap: 40px;
  max-width: 1582px;
  width: 100%;
  margin: 0 auto; /* centers the wrapper */
}
@media (max-width: 810px) {
  .beitraege-wrapper {
    /* styles for tablets and phones */
    grid-template-columns: repeat(1, 1fr);
  }
}
.beitraege-wrapper .button-cta {
  color: black;
}
.beitraege-wrapper .beitrag {
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: white;
  box-sizing: border-box;
  padding: 2.1rem;
}
.beitraege-wrapper .beitrag .beitrag-text {
  height: 100%;
}
.beitraege-wrapper .beitrag .beitrag-image img {
  width: 100%;
  height: 100%;
}

.fullWidthWysiwyg {
  display: flex;
  margin: 0 auto;
  max-width: 1542px;
  margin-bottom: 10rem;
}
@media (max-width: 810px) {
  .fullWidthWysiwyg {
    /* styles for tablets and phones */
    margin: 0;
  }
}
.fullWidthWysiwyg .fullWidthWysiwyg-wrapper {
  font-size: clamp(21px, max(0px, 0.0205128205 * (100vw - 360px)), 32px);
  line-height: clamp(26px, max(0px, 0.025 * (100vw - 360px)), 39px);
  font-family: futura-pt, sans-serif;
  font-weight: 400;
}
@media (max-width: 810px) {
  .fullWidthWysiwyg .fullWidthWysiwyg-wrapper {
    /* styles for tablets and phones */
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.fullWidthWysiwyg .fullWidthWysiwyg-wrapper a {
  color: black;
}
.fullWidthWysiwyg .fullWidthWysiwyg-wrapper a:hover {
  color: #bcff48;
}
.fullWidthWysiwyg .fullWidthWysiwyg-wrapper strong {
  font-size: clamp(24px, max(0px, 0.0230769231 * (100vw - 360px)), 36px);
  line-height: clamp(30px, max(0px, 0.0307692308 * (100vw - 360px)), 48px);
  font-family: futura-pt, sans-serif;
  font-weight: 500;
}

.startseiteSection1-wrapper {
  margin: 0 -1rem;
  padding: 0 -1rem;
}
.startseiteSection1-wrapper .startseiteSection1-deco {
  height: clamp(20px, max(0px, 0.0820512821 * (100vw - 360px)), 128px);
  clip-path: polygon(0 99%, 100% 0, 100% 100%, 0% 100%);
  margin-bottom: -1px;
}
.startseiteSection1-wrapper .startseiteSection1 {
  max-width: 1542px;
  width: 100%;
  margin: 0 auto;
}
.startseiteSection1-wrapper .startseiteSection1 .lottie-container-bgdecko svg {
  transform: scale(1.25) !important;
}
.startseiteSection1-wrapper .startseiteSection1 .startseiteSection1-title {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2rem;
}
@media (max-width: 810px) {
  .startseiteSection1-wrapper .startseiteSection1 .startseiteSection1-title {
    /* styles for tablets and phones */
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.startseiteSection1-wrapper .startseiteSection1 .startseiteSection1-content {
  padding-bottom: 12rem;
}
@media (max-width: 500px) {
  .startseiteSection1-wrapper .startseiteSection1 .startseiteSection1-content {
    /* styles for tablets and phones */
    padding-bottom: 2rem;
  }
}
.startseiteSection1-wrapper .startseiteSection1 .startseiteSection1-content .row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  font-size: clamp(24px, max(0px, 0.0230769231 * (100vw - 360px)), 36px);
  line-height: clamp(30px, max(0px, 0.0307692308 * (100vw - 360px)), 48px);
  font-family: futura-pt, sans-serif;
  /* Tablet and smaller */
}
@media (max-width: 810px) {
  .startseiteSection1-wrapper .startseiteSection1 .startseiteSection1-content .row {
    /* styles for tablets and phones */
    grid-template-columns: repeat(1, 1fr);
  }
  .startseiteSection1-wrapper .startseiteSection1 .startseiteSection1-content .row img {
    display: none;
  }
}
.startseiteSection1-wrapper .startseiteSection1 .startseiteSection1-content .row .col-left {
  padding-left: 2rem;
  padding-right: 0rem;
}
@media (max-width: 810px) {
  .startseiteSection1-wrapper .startseiteSection1 .startseiteSection1-content .row .col-left {
    /* styles for tablets and phones */
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.startseiteSection1-wrapper .startseiteSection1 .startseiteSection1-content .row .col-right {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 810px) {
  .startseiteSection1-wrapper .startseiteSection1 .startseiteSection1-content .row .col-right {
    /* styles for tablets and phones */
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.startseiteSection1-wrapper .startseiteSection1 .startseiteSection1-content .row strong {
  font-size: clamp(26px, max(0px, 0.0294871795 * (100vw - 360px)), 46px);
  line-height: clamp(32px, max(0px, 0.0314102564 * (100vw - 360px)), 49px);
  font-weight: 500;
}
.startseiteSection1-wrapper .startseiteSection1 .startseiteSection1-content .row .cta {
  padding-bottom: 3rem;
  color: black;
  -webkit-text-fill-color: #000;
}
.startseiteSection1-wrapper .startseiteSection1 .startseiteSection1-content .row .cta a {
  text-decoration: none;
}
.startseiteSection1-wrapper .startseiteSection1 .startseiteSection1-content .row .cta a button {
  margin-bottom: 1rem;
}

.startseiteSection2-wrapper {
  margin: 0 -1rem;
  padding: 0 -1rem;
  position: relative;
  z-index: 66;
}
.startseiteSection2-wrapper .marquee-content {
  -webkit-text-stroke-color: #e72360;
}
.startseiteSection2-wrapper .text-marquee {
  margin-top: -1rem;
  position: absolute;
  z-index: -55;
  bottom: -40px;
}
.startseiteSection2-wrapper .startseiteSection2-deco {
  height: 200px;
  position: relative;
  z-index: 0;
  margin-top: -1px;
  transform: rotate(3.7deg) translateY(50px);
  margin-right: -3rem;
  margin-left: -3rem;
}
.startseiteSection2-wrapper .startseiteSection2 {
  max-width: 1542px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-bottom: -5rem;
}
.startseiteSection2-wrapper .startseiteSection2 .startseiteSection2-title {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 810px) {
  .startseiteSection2-wrapper .startseiteSection2 .startseiteSection2-title {
    /* styles for tablets and phones */
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.startseiteSection2-wrapper .startseiteSection2 .startseiteSection2-content {
  position: relative;
  z-index: 33;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 810px) {
  .startseiteSection2-wrapper .startseiteSection2 .startseiteSection2-content {
    /* styles for tablets and phones */
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.startseiteSection2-wrapper .startseiteSection2 .startseiteSection2-content .overhang {
  margin-bottom: -27rem;
}
.startseiteSection2-wrapper .startseiteSection2 .startseiteSection2-content .row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  font-size: clamp(21px, max(0px, 0.0205128205 * (100vw - 360px)), 32px);
  line-height: clamp(26px, max(0px, 0.025 * (100vw - 360px)), 39px);
  font-family: futura-pt, sans-serif;
  gap: 30px;
}
@media (max-width: 810px) {
  .startseiteSection2-wrapper .startseiteSection2 .startseiteSection2-content .row {
    /* styles for tablets and phones */
    grid-template-columns: repeat(1, 1fr);
  }
}
.startseiteSection2-wrapper .startseiteSection2 .startseiteSection2-content .row .card {
  background-color: white;
  padding: 2.5rem;
}
@media (max-width: 810px) {
  .startseiteSection2-wrapper .startseiteSection2 .startseiteSection2-content .row .card {
    /* styles for tablets and phones */
    padding: 1rem;
  }
}
.startseiteSection2-wrapper .startseiteSection2 .startseiteSection2-content .row .card p {
  margin-bottom: 0;
}
.startseiteSection2-wrapper .startseiteSection2 .startseiteSection2-content .row .card .headline {
  font-size: clamp(21px, max(0px, 0.0230769231 * (100vw - 360px)), 36px);
  line-height: clamp(27px, max(0px, 0.0307692308 * (100vw - 360px)), 48px);
  font-weight: 500;
  display: flex;
}
.startseiteSection2-wrapper .startseiteSection2 .startseiteSection2-content .row .card .headline img {
  margin-right: 1rem;
}
.startseiteSection2-wrapper .startseiteSection2 .startseiteSection2-content .row .cta a {
  text-decoration: none;
  color: black;
  -webkit-text-fill-color: #000;
}
.startseiteSection2-wrapper .startseiteSection2 .startseiteSection2-content .cta-leistungen {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  color: black;
  -webkit-text-fill-color: #000;
}

.startseiteSection3-wrapper {
  position: relative;
  padding: 0 -1rem;
  margin: 0 -1rem;
  margin-bottom: 18rem;
  margin-top: 18rem;
}
@media (max-width: 810px) {
  .startseiteSection3-wrapper {
    /* styles for tablets and phones */
    margin-top: 18rem;
  }
}
.startseiteSection3-wrapper .startseiteSection3 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.startseiteSection3-wrapper .container-content {
  max-width: 1542px;
  width: 100%;
  margin: 0 auto;
}
.startseiteSection3-wrapper .container-content .startseiteSection3-title {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 2rem;
  color: white;
}
.startseiteSection3-wrapper .container-content .img-fluid {
  width: 100%;
  height: 100%;
}

.startseiteSection4-wrapper {
  position: relative;
  padding: 0 -1rem;
  margin: 0 -1rem;
  margin-bottom: 8rem;
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  clip-path: polygon(0 14%, 50% 14%, 100% 0, 100% 86%, 50% 86%, 0% 100%);
  z-index: 55;
}
@media (max-width: 1024px) {
  .startseiteSection4-wrapper {
    /* styles for tablets and phones */
    grid-template-columns: repeat(1, 1fr);
    clip-path: unset;
  }
}
.startseiteSection4-wrapper .container-deco-left {
  padding-top: 20%;
  padding-left: clamp(26px, max(0px, 0.0294871795 * (100vw - 360px)), 46px);
  padding-right: clamp(26px, max(0px, 0.0294871795 * (100vw - 360px)), 46px);
}
@media (max-width: 1024px) {
  .startseiteSection4-wrapper .container-deco-left {
    /* styles for tablets and phones */
    padding-top: 2.5rem;
    padding-bottom: 12.5rem;
  }
}
.startseiteSection4-wrapper .container-deco-left .startseiteSection3-title {
  font-family: futura-pt, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 1.05rem;
}
.startseiteSection4-wrapper .container-deco-left .startseiteSection3-subtitle {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: clamp(26px, max(0px, 0.0294871795 * (100vw - 360px)), 46px);
  line-height: clamp(32px, max(0px, 0.0314102564 * (100vw - 360px)), 49px);
}
.startseiteSection4-wrapper .container-deco-left .startseiteSection3-text {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-size: clamp(21px, max(0px, 0.0205128205 * (100vw - 360px)), 32px);
  line-height: clamp(26px, max(0px, 0.025 * (100vw - 360px)), 39px);
}
.startseiteSection4-wrapper .container-deco-left .button-cta {
  color: black;
  -webkit-text-fill-color: #000;
}
.startseiteSection4-wrapper .container-content .startseiteSection4-title {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 2rem;
  color: white;
}
.startseiteSection4-wrapper .container-content .img-fluid {
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .startseiteSection4-wrapper .container-content .img-fluid {
    /* styles for tablets and phones */
    margin-top: -10rem;
  }
}

.startseiteSection5-wrapper {
  position: relative;
  padding: 1rem;
  margin: 0 -1rem;
  margin-top: -20rem;
  margin-bottom: -10rem;
}
.startseiteSection5-wrapper .lottie {
  width: clamp(130px, max(0px, 0.2006410256 * (100vw - 360px)), 313px);
}
@media (max-width: 500px) {
  .startseiteSection5-wrapper .lottie {
    /* styles for tablets and phones */
    bottom: -50px !important;
  }
}
.startseiteSection5-wrapper .startseiteSection5-content {
  max-width: 1542px;
  width: 100%;
  margin: 0 auto;
}
.startseiteSection5-wrapper .startseiteSection5-content .card-slider {
  margin-bottom: 12rem;
  position: relative;
  z-index: 55;
  padding: 1rem;
}
@media (max-width: 500px) {
  .startseiteSection5-wrapper .startseiteSection5-content .card-slider {
    /* styles for tablets and phones */
    padding: 0;
    margin-bottom: 6rem;
  }
}
.startseiteSection5-wrapper .startseiteSection5-content .card-slider .slick-prev {
  position: absolute;
  bottom: -5rem;
  left: clamp(-48px, -48px + 68 * (1920px - 100vw) / 1560, 20px);
  z-index: 99;
}
.startseiteSection5-wrapper .startseiteSection5-content .card-slider .slick-next {
  position: absolute;
  top: -5rem;
  right: clamp(-48px, -48px + 68 * (1920px - 100vw) / 1560, 20px);
  z-index: 99;
}
.startseiteSection5-wrapper .startseiteSection5-content .card-slider .slick-arrow {
  background-color: transparent;
  border: none;
  width: clamp(70px, max(0px, 0.1153846154 * (100vw - 360px)), 180px);
}
.startseiteSection5-wrapper .startseiteSection5-content .card-slider .slick-arrow img {
  width: clamp(70px, max(0px, 0.1153846154 * (100vw - 360px)), 180px);
}
.startseiteSection5-wrapper .startseiteSection5-content .card-slider .slick-slide {
  height: inherit !important;
  display: flex !important;
  align-items: stretch;
}
.startseiteSection5-wrapper .startseiteSection5-content .card-slider .slick-track {
  display: flex !important;
  align-items: stretch;
}
.startseiteSection5-wrapper .startseiteSection5-content .card {
  background-color: white;
  margin: 1rem;
  height: 100%;
}
@media (max-width: 810px) {
  .startseiteSection5-wrapper .startseiteSection5-content .card {
    /* styles for tablets and phones */
    margin: 0;
  }
}
.startseiteSection5-wrapper .startseiteSection5-content .card .card-wrapper {
  padding: 3rem;
  height: 100%;
}
@media (max-width: 810px) {
  .startseiteSection5-wrapper .startseiteSection5-content .card .card-wrapper {
    /* styles for tablets and phones */
    padding: 1rem;
  }
}
.startseiteSection5-wrapper .startseiteSection5-content .card .card-wrapper .title {
  font-size: 32px;
  line-height: 39px;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.startseiteSection5-wrapper .startseiteSection5-content .card .card-wrapper .title img {
  margin-right: 1rem;
}
.startseiteSection5-wrapper .startseiteSection5-content .card .card-wrapper .title .subline {
  font-size: 26px;
  font-weight: 400;
  line-height: 34.58px;
  height: 35px;
}
.startseiteSection5-wrapper .startseiteSection5-content .card .content {
  font-size: clamp(18px, max(0px, 0.0166666667 * (100vw - 360px)), 26px);
  line-height: clamp(24px, max(0px, 0.0217948718 * (100vw - 360px)), 34px);
  font-family: futura-pt, sans-serif;
  font-weight: 400;
}
.startseiteSection5-wrapper .startseiteSection5-content .image-wrapper {
  position: relative;
  margin-top: 20rem;
  margin-bottom: 7rem;
}
.startseiteSection5-wrapper .startseiteSection5-content .img-fluid {
  width: 100%;
  height: 100%;
}

.kontakt-info-wrapper {
  position: relative;
}
.kontakt-info-wrapper .cta {
  color: black;
  -webkit-text-fill-color: #000;
}
.kontakt-info-wrapper .button-back {
  background-color: transparent;
  border: none;
}
.kontakt-info-wrapper .cta-back {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 3rem;
  position: relative;
  z-index: 55;
  margin-bottom: 5rem;
}
.kontakt-info-wrapper .button-cta {
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 5px #000;
}
.kontakt-info-wrapper .content {
  max-width: 1542px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 55;
}
.kontakt-info-wrapper .content .row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  grid-row-gap: 40px;
  /* Tablet and smaller */
}
@media (max-width: 810px) {
  .kontakt-info-wrapper .content .row {
    /* styles for tablets and phones */
    grid-template-columns: repeat(1, 1fr);
  }
}
.kontakt-info-wrapper .content .row .left, .kontakt-info-wrapper .content .row .right {
  background-color: white;
  padding: 2rem;
  font-size: clamp(18px, max(0px, 0.0166666667 * (100vw - 360px)), 26px);
  line-height: clamp(24px, max(0px, 0.0217948718 * (100vw - 360px)), 34px);
  font-family: futura-pt, sans-serif;
}
.kontakt-info-wrapper .content .row .left .title, .kontakt-info-wrapper .content .row .right .title {
  font-family: futura-pt, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 20px;
}
.kontakt-info-wrapper .content .row .left .wysiwyg strong, .kontakt-info-wrapper .content .row .right .wysiwyg strong {
  font-size: clamp(24px, max(0px, 0.0230769231 * (100vw - 360px)), 36px);
  line-height: clamp(30px, max(0px, 0.0307692308 * (100vw - 360px)), 48px);
  font-weight: 500;
}

.textBlock1-wrapper {
  margin: 0 -1rem;
  padding: 0 -1rem;
}
@media (max-width: 810px) {
  .textBlock1-wrapper {
    /* styles for tablets and phones */
  }
  .textBlock1-wrapper .textBlock1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.textBlock1-wrapper .landslide-top {
  min-height: 170px;
  clip-path: polygon(0 125px, 100% 0, 100% 100%, 0% 100%);
}
.textBlock1-wrapper .landslide-bottom {
  min-height: 170px;
  clip-path: polygon(0% 0%, 100% -125px, 100% 100%, 100% 100%);
}
.textBlock1-wrapper .textBlock1-content {
  max-width: 1542px;
  width: 100%;
  margin: -0.05rem auto;
}
@media (max-width: 810px) {
  .textBlock1-wrapper .textBlock1-content {
    /* styles for tablets and phones */
    padding: 0;
    padding-bottom: 1.5rem;
  }
}
.textBlock1-wrapper .textBlock1-content .textBlock1-headline {
  font-size: clamp(24px, max(0px, 0.0294871795 * (100vw - 360px)), 48px);
  line-height: clamp(30px, max(0px, 0.0314102564 * (100vw - 360px)), 36px);
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  display: flex;
}
.textBlock1-wrapper .textBlock1-content .textBlock1-headline img {
  margin-right: 1rem;
}
.textBlock1-wrapper .textBlock1-content .textBlock1-container {
  font-family: futura-pt, sans-serif;
  font-size: clamp(24px, max(0px, 0.0294871795 * (100vw - 360px)), 46px);
  line-height: clamp(30px, max(0px, 0.0314102564 * (100vw - 360px)), 49px);
  font-weight: 400;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  grid-row-gap: 40px;
}
@media (max-width: 810px) {
  .textBlock1-wrapper .textBlock1-content .textBlock1-container {
    /* styles for tablets and phones */
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 0;
  }
  .textBlock1-wrapper .textBlock1-content .textBlock1-container p {
    margin-bottom: 0;
  }
}

.h1Intro-wrapper {
  max-width: 1562px;
  width: 100%;
  margin: 0 auto; /* centers the wrapper */
}
.h1Intro-wrapper .h1Intro {
  margin-bottom: 2rem;
}
.h1Intro-wrapper .h1Intro .h1Intro-content .h1Intro-image {
  margin-bottom: 5rem;
}
.h1Intro-wrapper .h1Intro .h1Intro-content .h1Intro-image img {
  max-width: 1562px;
  width: 100%;
  height: 100%;
}
.h1Intro-wrapper .h1Intro .h1Intro-content .h1Intro-subtitle {
  font-family: futura-pt, sans-serif;
  line-height: 20px;
  font-size: 21px;
  font-weight: 500;
  color: #bcff48;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.h1Intro-wrapper .h1Intro .h1Intro-content .h1Intro-text {
  font-size: clamp(24px, max(0px, 0.0294871795 * (100vw - 360px)), 46px);
  line-height: clamp(30px, max(0px, 0.0314102564 * (100vw - 360px)), 49px);
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  color: #bcff48;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.h1Intro-detail-wrapper {
  max-width: 1582px;
  width: 100%;
  margin: 0 auto; /* centers the wrapper */
}
.h1Intro-detail-wrapper .h1Intro {
  margin-bottom: 1rem;
  padding: 2rem;
}
@media (max-width: 810px) {
  .h1Intro-detail-wrapper .h1Intro {
    /* styles for tablets and phones */
    padding: 0;
  }
}
.h1Intro-detail-wrapper .h1Intro .h1Intro-content .h1 {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-size: clamp(43px, max(0px, 0.0769230769 * (100vw - 360px)), 120px);
  line-height: clamp(43px, max(0px, 0.0769230769 * (100vw - 360px)), 120px);
  text-align: center;
  transform: rotate(-3.7deg);
  margin-bottom: 5rem;
}
.h1Intro-detail-wrapper .h1Intro .h1Intro-content .tags {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: clamp(16px, max(0px, 0.0153846154 * (100vw - 360px)), 24px);
  line-height: clamp(28px, max(0px, 0.0192307692 * (100vw - 360px)), 30px);
  margin-bottom: 1rem;
}
.h1Intro-detail-wrapper .h1Intro .h1Intro-content .h1Intro-subtitle {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-size: clamp(26px, max(0px, 0.0294871795 * (100vw - 360px)), 46px);
  line-height: clamp(32px, max(0px, 0.0314102564 * (100vw - 360px)), 49px);
}
.h1Intro-detail-wrapper .h1Intro .h1Intro-content .h1Intro-text-wrapper {
  font-size: clamp(21px, max(0px, 0.0205128205 * (100vw - 360px)), 32px);
  line-height: clamp(26px, max(0px, 0.025 * (100vw - 360px)), 39px);
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media (max-width: 810px) {
  .h1Intro-detail-wrapper .h1Intro .h1Intro-content .h1Intro-text-wrapper {
    /* styles for tablets and phones */
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin-bottom: 2rem;
  }
  .h1Intro-detail-wrapper .h1Intro .h1Intro-content .h1Intro-text-wrapper p {
    margin-bottom: 0;
  }
}

.image-block-detail {
  max-width: 1582px;
  width: 100%;
  margin: 0 auto; /* centers the wrapper */
}
.image-block-detail .image-block-detail-wrapper {
  background-color: white;
  padding: 2rem;
}
@media (max-width: 810px) {
  .image-block-detail .image-block-detail-wrapper {
    /* styles for tablets and phones */
    padding: 1.2rem;
  }
}
.image-block-detail .image-block-detail-wrapper .row {
  display: grid;
  gap: 32px;
  margin-bottom: 2rem;
}
@media (max-width: 810px) {
  .image-block-detail .image-block-detail-wrapper .row {
    /* styles for tablets and phones */
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 20px;
    margin-bottom: 1rem;
  }
}
.image-block-detail .image-block-detail-wrapper .row img {
  width: 100%;
}

.marquee-text {
  white-space: nowrap;
  width: 100vw;
  margin-bottom: -10rem;
  position: relative;
  bottom: -20px;
}

.marquee-content {
  display: inline-block;
  padding-right: 2rem; /* spacing between repeats */
  animation: scroll-left 50s linear infinite;
  font-family: futura-pt, sans-serif;
  font-size: 83px;
  font-weight: 700;
  line-height: 83px;
  -webkit-text-stroke-width: 2px;
  -webkit-text-fill-color: transparent; /* instead of color: #3330 */
  color: transparent; /* non-webkit fallback */
  -webkit-text-stroke-color: #bcff48;
  width: max-content; /* shrink to content width */
  will-change: transform;
}

.marquee-content.reverse {
  animation: scroll-right 50s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.stack {
  display: flex;
  flex-direction: column;
  gap: var(--gapH);
  width: 100vw; /* full bleed */
  max-width: 100%; /* prevent horizontal scrollbars */
  transform: rotate(var(--tilt));
  margin-top: 100px;
  margin-bottom: 100px;
}

/* Generic marquee strip */
.marquee {
  width: 100%;
  user-select: none;
  background-color: var(--bgColor); /* now the strip fills full width */
}

.track {
  display: flex;
  gap: var(--gapV);
  width: max-content; /* shrink-wrap to content */
  animation: scroll-left-images var(--speed-1) linear infinite;
  margin-left: -10vw;
  margin-right: -10vw;
  background-color: var(--bgColor);
  padding-top: var(--trackPadding);
  padding-bottom: var(--trackPadding);
}

.track.reverse {
  animation-name: scroll-right-images;
  animation-duration: var(--speed-2);
  margin-left: -10vw;
  margin-right: -10vw;
}

/* Each image tile */
.tile {
  height: var(--row-height);
  aspect-ratio: 16/10; /* adjusts with height; change if you like */
  flex: 0 0 auto; /* prevent flex from squishing */
  overflow: hidden;
}

.imageBoxShadow {
  box-shadow: 16px 16px 0 1px #bcff48;
}

.tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Seamless scroll keyframes (we duplicate the sequence so -50% loops) */
/* Seamless scroll with flex gap compensated */
@keyframes scroll-left-images {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(calc(-50% - var(--gapV) / 2), 0, 0);
  }
}
@keyframes scroll-right-images {
  0% {
    transform: translate3d(calc(-50% - var(--gapV) / 2), 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

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