/* Gemeinsame Styles für alle Seiten von openyards.org.
   Wird von index.html sowie den Karten-Seiten eingebunden. */

/* --- Navigationsleiste (von assets/nav.js injiziert) --- */
.site-navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
    justify-content: space-between;
    background-color: #333 !important;
}

.site-navbar .navbar-brand {
    display: inline-flex;
    align-items: center;
}

.site-navbar .nav-link {
    color: rgba(255, 255, 255, 0.85) !important;
}

.site-navbar .nav-link:hover,
.site-navbar .nav-link:focus-visible {
    color: #fff !important;
}

.site-navbar .nav-link.active {
    color: #fff !important;
    font-weight: 600;
}

.site-navbar .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.85) !important;
}

.site-navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
