.elementor-kit-17{--e-global-color-primary:#EC0B72;--e-global-color-secondary:#008FB5;--e-global-color-text:#171717;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Inter";--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-17 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 */:root {
  --pt-pink: #EC0B72;
  --pt-cyan: #008FB5;
  --pt-text: #171717;
}

/* generisch */
body {
  background-color: #ffffff;
  color: var(--pt-text);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
}

/* Sektionen */
.pt-section {
  position: relative;
  overflow: hidden;
}

/* Pattern-Hintergrund – URL im Elementor-Backend hochladen und hier austauschen */
.pt-pattern-bg {
  background-image: url("https://DEINE-DOMAIN/wp-content/uploads/brand-pattern-01.png");
  background-size: 380px;
  background-repeat: repeat;
}

/* Glass-Effekt */
.pt-glass {
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

/* Diagonale Fläche */
.pt-diagonal {
  position: absolute;
  inset: -40%;
  transform: rotate(-4deg);
  transform-origin: center;
  pointer-events: none;
  z-index: -2;
}

/* Floating-Parallax Element */
.pt-floating {
  transition: transform 0.25s ease-out;
  will-change: transform;
}

/* Reveal Effekt */
.reveal-on-scroll {
  opacity: 0;
  transform: translateY(40px) scale(0.96);
  filter: blur(10px);
  transition:
    opacity 0.9s cubic-bezier(0.19, 1, 0.22, 1),
    transform 0.9s cubic-bezier(0.19, 1, 0.22, 1),
    filter 0.9s ease-out;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}/* End custom CSS */