.elementor-kit-2605{--e-global-color-primary:#3A90A9;--e-global-color-secondary:#49B5D6;--e-global-color-text:#122C34;--e-global-color-accent:#4BDED2;--e-global-color-265a182:#004B61;--e-global-color-431de3a:#0B345F;--e-global-color-f1d7818:#FFFFFF;--e-global-color-f7fb45e:#F25C05;--e-global-color-78a189f:#F0F6FA;--e-global-color-91e8ea3:#048ABF;--e-global-color-3940081:#004997;--e-global-color-5840bbd:#9ECDE9;--e-global-color-0d9214d:#72C7D1;--e-global-color-5a74081:#EBD3B4;--e-global-color-05bde4a:#DDE8D3;--e-global-color-ae5b1e6:#B80680;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;}.elementor-kit-2605 e-page-transition{background-color:#FFBC7D;}.elementor-kit-2605 h1{font-size:42px;}.elementor-kit-2605 h2{font-size:38px;}.elementor-kit-2605 h3{font-size:34px;}.elementor-kit-2605 h4{font-size:30px;}.elementor-kit-2605 h5{font-size:26px;}.elementor-kit-2605 h6{font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1350px;}.e-con{--container-max-width:1350px;--container-default-padding-top:20px;--container-default-padding-right:20px;--container-default-padding-bottom:20px;--container-default-padding-left:20px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-2605 h1{font-size:38px;}.elementor-kit-2605 h2{font-size:34px;}.elementor-kit-2605 h3{font-size:30px;}.elementor-kit-2605 h4{font-size:26px;}.elementor-kit-2605 h5{font-size:24px;}.elementor-kit-2605 h6{font-size:22px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-2605 h1{font-size:34px;}.elementor-kit-2605 h2{font-size:30px;}.elementor-kit-2605 h3{font-size:26px;}.elementor-kit-2605 h4{font-size:24px;}.elementor-kit-2605 h5{font-size:22px;}.elementor-kit-2605 h6{font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.marquee-wrapper {
  overflow: hidden;
}

.marquee {
  display: flex;
  width: max-content;
  animation: marquee 25s linear infinite;
}

.marquee span {
  white-space: nowrap;
  padding-right: 2rem;
  font-family: 'Inter', sans-serif;
  font-size: 100px;
  font-weight: 400;
  color: #000000;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* Optional: Pause beim Hover */
.marquee:hover {
  animation-play-state: paused;
}/* End custom CSS */