.elementor-kit-8{--e-global-color-primary:#023850;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#000000;--e-global-color-accent:#D4AF6A;--e-global-typography-primary-font-family:"Satoshi variable";--e-global-typography-primary-font-size:clamp(1.875rem, 1.1132rem + 3.2075vw, 4rem);--e-global-typography-primary-font-weight:bold;--e-global-typography-primary-line-height:1.3em;--e-global-typography-primary-letter-spacing:0em;--e-global-typography-secondary-font-family:"Satoshi variable";--e-global-typography-secondary-font-size:clamp(1.25rem, 0.9811rem + 1.1321vw, 2rem);--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-line-height:1.2;--e-global-typography-text-font-family:"Satoshi variable";--e-global-typography-text-font-size:clamp(1rem, 0.9104rem + 0.3774vw, 1.25rem);--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Satoshi variable";--e-global-typography-accent-font-size:clamp(1.5rem, 0.9623rem + 2.2642vw, 3rem);--e-global-typography-accent-font-weight:bold;--e-global-typography-accent-line-height:1.1;--e-global-typography-9152946-font-family:"Satoshi variable";--e-global-typography-9152946-font-size:clamp(1rem, 0.9104rem + 0.3774vw, 1.25rem);--e-global-typography-9152946-font-weight:500;--e-global-typography-4207f13-font-family:"Satoshi variable";--e-global-typography-4207f13-font-size:clamp(1.25rem, 0.9811rem + 1.1321vw, 2rem);--e-global-typography-4207f13-font-weight:500;--e-global-typography-4207f13-line-height:1.3em;--e-global-typography-d8675bf-font-family:"Satoshi variable";--e-global-typography-d8675bf-font-size:clamp(1rem, 1rem + 0vw, 1rem);--e-global-typography-d8675bf-font-weight:400;--e-global-typography-d8675bf-text-decoration:underline;--e-global-typography-d8675bf-line-height:1,2;--e-global-typography-a6f89f0-font-family:"Satoshi variable";--e-global-typography-a6f89f0-font-size:clamp(1rem, 1rem + 0vw, 1rem);--e-global-typography-a6f89f0-font-weight:500;--e-global-typography-a6f89f0-line-height:1,2;background-color:#FAFAFA;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 p{margin-block-end:0px;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );border-style:solid;border-width:3px 3px 3px 3px;border-radius:200px 200px 200px 200px;padding:10px 40px 10px 40px;}.elementor-kit-8 img{border-radius:25px 25px 25px 25px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html {
  scroll-behavior: auto !important;
}
html.lenis {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}


@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translate3d(0, -30px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.elementor-element.fadeInDown {
  animation: fadeDown 1s ease-out both;
}

/* Fade Up */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.elementor-element.fadeInUp {
  animation: fadeUp 1s ease-out both;
}

/* Fade Left */
@keyframes fadeLeft {
  from {
    opacity: 0;
    transform: translate3d(-30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.elementor-element.fadeInLeft {
  animation: fadeLeft 1s ease-out both;
}

/* Fade Right */
@keyframes fadeRight {
  from {
    opacity: 0;
    transform: translate3d(30px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.elementor-element.fadeInRight {
  animation: fadeRight 1s ease-out both;
}

/* Optional: globale Einstellungen für alle fade-In Effekte */
.elementor-element[class*="fadeIn"] {
  will-change: opacity, transform; /* verbessert Performance */
}


#cps {
  padding-left: clamp(20px, 5vw, 50px);
  padding-right: clamp(20px, 5vw, 50px);
}

#cpsa {
  padding-left: clamp(20px, 5vw, 50px);
  padding-right: clamp(20px, 5vw, 50px);
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Satoshi variable';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://ticino-coaching.ch/wp-content/uploads/2025/11/Satoshi-Medium.ttf') format('truetype');
}
/* End Custom Fonts CSS */