.elementor-kit-3033{--e-global-color-primary:#931C81;--e-global-color-secondary:#E61972;--e-global-color-text:#1D1D1B;--e-global-color-accent:#931C81;--e-global-color-018cd01:#FFFFFF;--e-global-typography-primary-font-family:"Segoe UI Light";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Segoe UI Light";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Segoe UI Light";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Segoe UI Light";--e-global-typography-accent-font-weight:500;}.elementor-kit-3033 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){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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 */.header-switch-wrapper {
  position: relative;
  min-height: 180px; /* an deine Headerhöhe anpassen */
}

.header-workout,
.header-ave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.header-workout {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.header-ave {
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  pointer-events: none;
}

body.show-header-ave .header-workout {
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  pointer-events: none;
}

body.show-header-ave .header-ave {
  opacity: 1;
  visibility: visible;
  z-index: 2;
  pointer-events: auto;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Segoe UI Light';
	font-display: auto;
	src: url('https://staging.workout-nuernberg.de/wp-content/uploads/2026/04/Segoe-UI-Light.ttf') format('truetype');
}
/* End Custom Fonts CSS */