.elementor-kit-5{--e-global-color-primary:#136F46;--e-global-color-secondary:#AF9778;--e-global-color-text:#6F614E;--e-global-color-accent:#AF9778;--e-global-color-18c80da:#F5F2EE;--e-global-color-6b468fa:#EDF7F3;--e-global-color-b3105a9:#FFFFFF;--e-global-color-4128d98:#136F46;--e-global-typography-primary-font-family:"Barlow";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Barlow";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Barlow";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Barlow";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-18c80da );}.elementor-kit-5 e-page-transition{background-color:var( --e-global-color-primary );}.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{padding-right:0px;padding-left:0px;}@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 *//* Nur auf Desktop (Geräte mit Mauszeiger) */
@media (min-width: 1025px) {
  
  .custom-cursor {
    position: fixed;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    pointer-events: none;
    z-index: 999999;
    transform: translate(-50%, -50%);
    transition: width 0.35s ease, height 0.35s ease, background 0.35s ease;
    mix-blend-mode: difference !important;
  }

  .custom-cursor.active {
    width: 100px;
    height: 100px;
    color: white;
    mix-blend-mode: difference;
  }
  
}

/* Auf mobilen Geräten (Touch) den Cursor verstecken */
@media (max-width: 1024px) {
  .custom-cursor {
    display: none !important;
  }
}/* End custom CSS */