/*
Theme Name: Eurogrip
Theme URI: 
Author: Lauter Kommunikation
Author URI: 
Description: ZBR Eurogrip Onepager
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eurogrip
Tags: 
*/

html {
    scroll-behavior: smooth;
  }
  
  [id] {
    scroll-margin-top: 100px;
  }

    @media (min-width: 960px) {
        header {
            position: sticky;
            top: 0;
            z-index: 1000;
            background: #ffffff;
            box-shadow: 0 4px 10px rgba(0,0,0,0.05);
        }
    }

footer a {
    text-decoration: none;
}

:target {
    scroll-margin-top: 100px;
}

:target ~ header a[href="#ueber-eurogrip"] {
    color: #0054A5;
}

/* Aktiver Menüpunkt in der Onpage-Navigation */
.wp-block-navigation-item__content.is-active-nav,
.wp-block-navigation a.is-active-nav {
  color: #0054A5;
  font-weight: 600;
  position: relative;
}

.wp-block-navigation-item__content.is-active-nav::after,
.wp-block-navigation a.is-active-nav::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: #0054A5;
  border-radius: 999px;
}
