.elementor-kit-6{--e-global-color-primary:#AA826A;--e-global-color-secondary:#232323;--e-global-color-text:#232323;--e-global-color-accent:#7B896E;--e-global-color-ea3538c:#4A5242;--e-global-color-552faed:#626E58;--e-global-color-05a0b11:#7B896E;--e-global-color-d94ab6c:#95A18B;--e-global-color-1f1b84e:#B0B8A8;--e-global-color-dfb01b5:#CAD0C5;--e-global-color-dcef928:#5B4633;--e-global-color-d0e8262:#836449;--e-global-color-3ea37b0:#AA826A;--e-global-color-af8a9e5:#C3A897;--e-global-color-71217a0:#D2BEB1;--e-global-color-2beb14e:#E9E0D8;--e-global-color-5c6deb5:#717C89;--e-global-color-2cecee1:#E9E0D8;--e-global-typography-primary-font-family:"tt-ricordi-allegria";--e-global-typography-primary-font-size:4.5rem;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1em;--e-global-typography-secondary-font-family:"tt-ricordi-allegria";--e-global-typography-secondary-font-size:3.25rem;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-line-height:1em;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:1.125rem;--e-global-typography-text-font-weight:300;--e-global-typography-text-line-height:1.5em;--e-global-typography-text-letter-spacing:0.005em;--e-global-typography-accent-font-family:"tt-ricordi-allegria";--e-global-typography-accent-font-size:2.25rem;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1em;--e-global-typography-9ee9644-font-family:"tt-ricordi-allegria";--e-global-typography-9ee9644-font-size:1.5rem;--e-global-typography-9ee9644-font-weight:400;--e-global-typography-9ee9644-line-height:1em;--e-global-typography-0b1eb5d-font-family:"tt-ricordi-allegria";--e-global-typography-0b1eb5d-font-size:1.25rem;--e-global-typography-0b1eb5d-font-weight:400;--e-global-typography-0b1eb5d-line-height:1em;--e-global-typography-1f501fc-font-family:"Poppins";--e-global-typography-1f501fc-font-size:1.25rem;--e-global-typography-1f501fc-line-height:1.4em;background-color:var( --e-global-color-2cecee1 );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-family:"Poppins", Sans-serif;font-size:1.25rem;line-height:1.4em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1260px;}.e-con{--container-max-width:1260px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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-kit-6{--e-global-typography-primary-font-size:3rem;--e-global-typography-primary-line-height:1em;--e-global-typography-secondary-font-size:2.4rem;--e-global-typography-text-font-size:1.125rem;--e-global-typography-text-line-height:1.4em;--e-global-typography-accent-font-size:2.2rem;--e-global-typography-9ee9644-font-size:1.5rem;--e-global-typography-0b1eb5d-font-size:1.25rem;--e-global-typography-1f501fc-font-size:1.125rem;--e-global-typography-1f501fc-line-height:1.4em;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:1.125rem;line-height:1.4em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInDown {
    animation-name: fadeDown
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInRight {
    animation-name: fadeRight
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInUp {
    animation-name: fadeUp
}

.elementor-widget-text-editor p:last-child{ margin-bottom:0px;}

/* Desktop / Tablet – Offset für Sticky-Header, z.B. 120px */
.elementor-menu-anchor:before {
  content: "";
  display: block;
  height: 120px;        /* Höhe deines Headers */
  margin-top: -120px;   /* gleicher Wert negativ */
  visibility: hidden;
  pointer-events: none;
}

/* Mobile – meist etwas kleinerer Header */
@media (max-width: 767px) {
  .elementor-menu-anchor:before {
    height: 90px;       /* anpassen bis es gut aussieht */
    margin-top: -90px;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://goodlife-yoga-pilates.ch/wp-content/uploads/2026/07/poppins-light-webfont.woff2') format('woff2');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://goodlife-yoga-pilates.ch/wp-content/uploads/2026/07/poppins-regular-webfont.woff2') format('woff2');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://goodlife-yoga-pilates.ch/wp-content/uploads/2026/07/poppins-semibold-webfont.woff2') format('woff2');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://goodlife-yoga-pilates.ch/wp-content/uploads/2026/07/poppins-bold-webfont.woff2') format('woff2');
}
/* End Custom Fonts CSS */