/* V52: the existing Pause/Weiter control owns the logo band's manual state.
 * Hover/focus must not keep the band frozen after the user chooses Weiter.
 * Higher specificity also works before the native inline styles in the head. */
body.page-id-1291 .elementor-1291 #or8-logo-band.or8-is-animated .or8-logo-track {
  animation-play-state: running;
}
body.page-id-1291 .elementor-1291 #or8-logo-band.or8-is-animated.or8-is-paused .or8-logo-track {
  animation-play-state: paused;
}
@media (prefers-reduced-motion: reduce) {
  body.page-id-1291 .elementor-1291 #or8-logo-band .or8-logo-track {
    animation-play-state: paused !important;
  }
}
