.elementor-kit-7{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-d72fed9:#0D87C9;--e-global-color-0ff83bb:#35BCED;--e-global-typography-primary-font-family:"Helvetica";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"gta";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Helvetica";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"gta";--e-global-typography-accent-font-weight:500;background-image:url("https://academy.your-music.com/wp-content/uploads/2025/05/bg-ym4-scaled-1.jpg");background-size:cover;}.elementor-kit-7 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 */body {
        overflow-x: clip;
        /* Unnecessary IMHO, uncomment next line to force hidden behavior */
        /* overflow-x: hidden !important; */
        /* Additional tunning proposed by the community */
        position: relative;
        width: 100%;
}
body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 120vh;
  backdrop-filter: blur(12px) hue-rotate(0deg);
  -webkit-backdrop-filter: blur(12px) hue-rotate(0deg);
  z-index: 1;
  pointer-events: none;
  animation: softDistort 8s infinite ease-in-out;
  
}

@keyframes softDistort {
  0% {
    backdrop-filter: blur(10px) hue-rotate(0deg);
    -webkit-backdrop-filter: blur(10px) hue-rotate(0deg);
  }
  50% {
    backdrop-filter: blur(200px) hue-rotate(10deg);
    -webkit-backdrop-filter: blur(200px) hue-rotate(10deg);
  }
  100% {
    backdrop-filter: blur(10px) hue-rotate(0deg);
    -webkit-backdrop-filter: blur(10px) hue-rotate(0deg);
  }
}

@keyframes floatitems3d {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

.floatingitems3d {
  animation: floatitems3d 3s ease-in-out infinite;
}

@keyframes floatitems3d2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

.floatingitems3d2 {
  animation: floatitems3d2 2s ease-in-out infinite;
}

@keyframes swayitems3d {
  0% {
    transform: rotate(-2deg);
  }
  50% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(-2deg);
}}

.swayingitems3d {
  animation: swayitems3d 2s ease-in-out infinite;
  display: inline-block; /* wichtig, damit transform korrekt greift */
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'gta';
	font-display: auto;
	src: url('https://academy.your-music.com/wp-content/uploads/2025/05/GT-America-Extended-Medium.ttf') format('truetype');
}
/* End Custom Fonts CSS */