/**
 * Theme Name:  Ergotherapie am Schloss v1
 * Template:    twentytwentyfive
 * Version:     1.0.0
 * Description: Ergo (Aleksander Dera) v1
 * Tags: 
 * Author:      Gregor Fischer
 * Author URI:  https://friebelwv.de
 */



/* Smooth Scroll */

html {
    scroll-behavior: smooth;
}
  
@media (prefers-reduced-motion: reduce) {
    html{
      scroll-behavior: auto;
    }
}


/* Anpassungen */

.logotitle {
    position: relative; 
    z-index: 9999 !important;
}

