.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Basis-Styling für den Button */
.elementor-button {
  background: linear-gradient(
    90deg,
    #ff6d00 0%,
    #ff6d00 25%,
    #ffc902 50%,
    #ffc902 75%,
    #ffc902 100%
  );
  background-size: 200% 100%;
  background-position: 0% 50%;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #ffffff;
  border: none;
  transition: background-position 0.6s ease-in-out;
}

/* Hover-Zustand: animierter Verlauf */
.elementor-button:hover {
  background-position: 50% 50%;
}

/* Inhalt des Buttons zentrieren */
.elementor-button .elementor-button-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Icon im Button */
.elementor-button .elementor-button-icon {
  font-size: 1.6em;
  position: relative;
  top:0px;
  transition: transform 0.5s ease;
}

/* Icon dreht sich beim Hover */
.elementor-button:hover .elementor-button-icon {
  transform: rotate(-45deg);
}

/* Container-Einstellungen für sichtbare Overflows */
.elementor-container,
.elementor-widget-wrap,
.elementor-section {
  overflow: visible !important;
}


.mein-parallax-container {
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background-position 3s ease-out;
}

@media (min-width: 600px) {
  .mein-parallax-container {
    will-change: background-position;
  }
}/* End custom CSS */