/* _content/TrepWeb/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-6yyyxty1lk] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-6yyyxty1lk] {
    flex: 1;
}

.sidebar[b-6yyyxty1lk] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-6yyyxty1lk] {
    /* Remove fixed height and old gradient to make room for new navigation */
    justify-content: right;
    display: flex;
    align-items: center;
    padding: 0; /* Remove padding to let navigation control its own spacing */
}

    .top-row[b-6yyyxty1lk]  a, .top-row[b-6yyyxty1lk]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-6yyyxty1lk]  a:hover, .top-row[b-6yyyxty1lk]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-6yyyxty1lk]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-6yyyxty1lk] {
        justify-content: space-between;
    }

    .top-row[b-6yyyxty1lk]  a, .top-row[b-6yyyxty1lk]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-6yyyxty1lk] {
        flex-direction: row;
    }

    .sidebar[b-6yyyxty1lk] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-6yyyxty1lk] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-6yyyxty1lk]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }
}

.footer[b-6yyyxty1lk] {
    text-align: center;
    padding: 1rem 0;
    background-color: #343a40;
}

.footer a[b-6yyyxty1lk] {
    color: white;
    text-decoration: none;
}

.footer a:hover[b-6yyyxty1lk] {
    text-decoration: underline;
    color: white;
}

.footer-separator[b-6yyyxty1lk] {
    color: white;
    margin: 0 0.5rem;
}

.copyright[b-6yyyxty1lk] {
    color: white;
    font-size: 0.9rem;
}

#blazor-error-ui[b-6yyyxty1lk] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-6yyyxty1lk] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/TrepWeb/Components/Layout/NavMenu.razor.rz.scp.css */
/* ===== TREP Navigation - Modern Family Design ===== */

.trep-navbar[b-if12uv9dli] {
    background: linear-gradient(135deg, #797F6B 0%, #7a806c 100%);
    box-shadow: 0 4px 20px rgba(121, 127, 107, 0.15);
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 0;
    width: 100%;
}

.navbar-container[b-if12uv9dli] {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 2rem;
    position: relative;
}

/* ===== Brand Section ===== */
.navbar-brand-section[b-if12uv9dli] {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.navbar-brand-link[b-if12uv9dli] {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 1rem;
    transition: all 0.3s ease;
}

.navbar-brand-link:hover[b-if12uv9dli] {
    transform: translateY(-2px);
}

.brand-logo[b-if12uv9dli] {
    background-image: url(pics/treplogowhite.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    height: 60px;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));
}

.brand-text[b-if12uv9dli] {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.brand-title[b-if12uv9dli] {
    font-size: 1.8rem;
    font-weight: 700;
    color: white;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    letter-spacing: 2px;
}

.brand-subtitle[b-if12uv9dli] {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 300;
    font-style: italic;
    margin-left: 0.2rem;
}

/* ===== Mobile Menu Toggle ===== */
.mobile-menu-toggle[b-if12uv9dli] {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.mobile-menu-toggle:hover[b-if12uv9dli] {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
}

.hamburger-line[b-if12uv9dli] {
    width: 24px;
    height: 3px;
    background: white;
    margin: 2px 0;
    border-radius: 2px;
    transition: all 0.3s ease;
    transform-origin: center;
}

.mobile-menu-toggle[aria-expanded="true"] .hamburger-line:nth-child(1)[b-if12uv9dli] {
    transform: rotate(45deg) translate(6px, 6px);
}

.mobile-menu-toggle[aria-expanded="true"] .hamburger-line:nth-child(2)[b-if12uv9dli] {
    opacity: 0;
}

.mobile-menu-toggle[aria-expanded="true"] .hamburger-line:nth-child(3)[b-if12uv9dli] {
    transform: rotate(-45deg) translate(6px, -6px);
}

/* ===== Navigation Content ===== */
.navbar-content[b-if12uv9dli] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 2.5rem;
}

.main-navigation[b-if12uv9dli] {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 1rem;
    justify-content: center;
    flex: 1;
}

.nav-item[b-if12uv9dli] {
    position: relative;
    padding: 0.8rem;
}

.nav-link[b-if12uv9dli] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.4rem 2.5rem;
    color: white;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    border-radius: 30px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    min-height: 52px;
}

.nav-link[b-if12uv9dli]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s ease;
}

.nav-link:hover[b-if12uv9dli]::before {
    left: 100%;
}

.nav-link:hover[b-if12uv9dli] {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-1px);
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    color: white;
    text-decoration: none;
}

.nav-link.active[b-if12uv9dli] {
    background: rgba(255, 255, 255, 0.18);
    box-shadow: 0 2px 6px rgba(0,0,0,0.12);
    color: white;
    text-decoration: none;
}

.nav-icon[b-if12uv9dli] {
    font-size: 1.1rem;
    margin-right: 0.6rem;
    margin-left: 0.6rem;
}

.nav-text[b-if12uv9dli] {
    white-space: nowrap;
    margin-right: 0.6rem;
}

/* ===== Social Links ===== */
.social-links[b-if12uv9dli] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin-left: auto;
    padding-left: 1.5rem;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
}

.social-label[b-if12uv9dli] {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.85rem;
    font-weight: 500;
    white-space: nowrap;
}

.social-icons[b-if12uv9dli] {
    display: flex;
    gap: 1rem;
}

.social-link[b-if12uv9dli] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: white;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.social-link[b-if12uv9dli]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transform: scale(0);
    transition: transform 0.3s ease;
}

.social-link.instagram[b-if12uv9dli]::before {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.social-link.tiktok[b-if12uv9dli]::before {
    background: linear-gradient(45deg, #ff0050, #00f2ea);
}

.social-link.youtube[b-if12uv9dli]::before {
    background: linear-gradient(45deg, #ff0000, #cc0000);
}

.social-link:hover[b-if12uv9dli]::before {
    transform: scale(1);
}

.social-link:hover[b-if12uv9dli] {
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 6px 16px rgba(0,0,0,0.3);
    text-decoration: none;
}

/* ===== Mobile Responsive Design ===== */
@media (max-width: 768px) {
    .mobile-menu-toggle[b-if12uv9dli] {
        display: flex;
    }
    
    .navbar-container[b-if12uv9dli] {
        padding: 1.25rem;
    }
    
    .brand-logo[b-if12uv9dli] {
        width: 50px;
        height: 50px;
    }
    
    .brand-title[b-if12uv9dli] {
        font-size: 1.5rem;
    }
    
    .brand-subtitle[b-if12uv9dli] {
        font-size: 0.8rem;
    }
    
    .navbar-content[b-if12uv9dli] {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: linear-gradient(135deg, #797F6B 0%, #7a806c 100%);
        box-shadow: 0 8px 32px rgba(0,0,0,0.2);
        border-radius: 0 0 20px 20px;
        padding: 2rem;
        flex-direction: column;
        gap: 1.5rem;
        backdrop-filter: blur(10px);
    }
    
    .navbar-content.show[b-if12uv9dli] {
        display: flex;
        animation: slideDown-b-if12uv9dli 0.3s ease-out;
    }
    
    .main-navigation[b-if12uv9dli] {
        flex-direction: column;
        width: 100%;
        gap: 1rem;
    }
    
    .nav-link[b-if12uv9dli] {
        justify-content: center;
        padding: 1.6rem 2.5rem;
        font-size: 1.1rem;
        border-radius: 20px;
        min-height: 58px;
    }
    
    .social-links[b-if12uv9dli] {
        flex-direction: column;
        align-items: center;
        gap: 1.25rem;
        margin-left: 0;
        padding-left: 0;
        border-left: none;
        border-top: 2px solid rgba(255, 255, 255, 0.2);
        padding-top: 1.75rem;
        width: 100%;
    }
    
    .social-icons[b-if12uv9dli] {
        gap: 1.5rem;
    }
    
    .social-link[b-if12uv9dli] {
        width: 50px;
        height: 50px;
        font-size: 1.4rem;
    }
}

@media (max-width: 480px) {
    .navbar-container[b-if12uv9dli] {
        padding: 0.75rem;
    }
    
    .brand-text[b-if12uv9dli] {
        display: none;
    }
    
    .navbar-content[b-if12uv9dli] {
        padding: 1.5rem;
    }
}

/* ===== Animation Keyframes ===== */
@keyframes slideDown-b-if12uv9dli {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===== Accessibility ===== */
@media (prefers-reduced-motion: reduce) {
    *[b-if12uv9dli] {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* ===== Focus States for Accessibility ===== */
.nav-link:focus[b-if12uv9dli],
.social-link:focus[b-if12uv9dli],
.mobile-menu-toggle:focus[b-if12uv9dli],
.navbar-brand-link:focus[b-if12uv9dli] {
    outline: 3px solid rgba(255, 255, 255, 0.8);
    outline-offset: 2px;
}

/* ===== High Contrast Mode Support ===== */
@media (prefers-contrast: high) {
    .trep-navbar[b-if12uv9dli] {
        background: #2d3142;
        border-bottom: 3px solid white;
    }
    
    .nav-link[b-if12uv9dli],
    .social-link[b-if12uv9dli],
    .brand-title[b-if12uv9dli],
    .brand-subtitle[b-if12uv9dli] {
        color: white;
    }
    
    .nav-link:hover[b-if12uv9dli],
    .social-link:hover[b-if12uv9dli] {
        background: white;
        color: #2d3142;
    }
}

/*
    .nav-item:first-of-type {
        padding-top: 1rem;
    }

    .nav-item:last-of-type {
        padding-bottom: 1rem;
    }
*/
    .nav-item[b-if12uv9dli]  .nav-link {
        color: white;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        /*width: 100%;*/
    }

.nav-item[b-if12uv9dli]  a.active {
    background-color: rgba(0, 0, 0, 0.269);
    color: white;
}

.nav-item[b-if12uv9dli]  .nav-link:hover {
    background-color: rgba(0, 0, 0, 0.15);
    color: white;
    text-decoration: none;
}

.nav-scrollable[b-if12uv9dli] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-if12uv9dli] {
    display: block;
}

/* Stellt sicher, dass die Navigationsleiste selbst eine Mindesthöhe hat,
   wenn top-row keine feste Höhe mehr vorgibt. Passen Sie 5rem bei Bedarf an. */
[b-if12uv9dli] .nav-container {
    min-height: 5rem; /* Stellt sicher, dass die Bar hoch genug für Logo/Toggler ist */
    width: 100%; /* Nimmt die volle Breite im top-row ein */
}

/* Stile für das ausgeklappte Menü (wenn der Burger-Button geklickt wurde) */
[b-if12uv9dli] .navbar-collapse.show {
    /* Hintergrund für das ausgeklappte Menü. 
       Verwenden Sie eine Farbe aus Ihrem Gradienten oder eine passende Farbe.
       Da der Gradient auf .top-row ist, braucht das Menü einen eigenen Hintergrund. */
    background-color: rgba(121, 127, 107, 1); /* Dunklerer Teil Ihres Gradienten */
    padding: 1rem; /* Innenabstand für die Menüpunkte */
    
    /* Optional: Um es als echtes Overlay über den Seiteninhalt zu legen,
       wenn es nicht die volle Breite des .top-row einnehmen soll oder
       wenn .top-row andere Elemente hätte. In Ihrem Fall ist es
       wahrscheinlich besser, wenn es sich innerhalb des .top-row ausdehnt. */
    /*
    position: absolute;
    top: 100%; 
    left: 0;
    right: 0;
    z-index: 1050; 
    */
}

/* Stellt sicher, dass die Links im ausgeklappten Menü gut lesbar sind */
[b-if12uv9dli] .navbar-collapse.show .nav-link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    /* Die Textfarbe sollte durch .navbar-dark bereits korrekt sein (hell). */
}

/* Stellt sicher, dass die Icon-Box im ausgeklappten Zustand korrekt umbricht oder dargestellt wird */
[b-if12uv9dli] .navbar-collapse.show .nav-icon-box {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    justify-content: start; /* Icons linksbündig im ausgeklappten Menü */
}

[b-if12uv9dli] .navbar-collapse.show .nav-icon-box .custom-nav-icon {
    margin-bottom: 0.5rem; /* Etwas Abstand zwischen den Icons, falls sie untereinander rutschen */
}

@media (min-width: 641px) {
    .navbar-toggler[b-if12uv9dli] {
        display: none;
    }

    .nav-scrollable[b-if12uv9dli] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
    
}
/* _content/TrepWeb/Components/Modules/FinderMapView.razor.rz.scp.css */
/* CSS Animation für Loading Spinner */
@keyframes spin-b-3p22fqv6zo {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.spin[b-3p22fqv6zo] {
    animation: spin-b-3p22fqv6zo 1s linear infinite;
}

/* Bootstrap Icons Spin Animation */
.bi-arrow-clockwise.spin[b-3p22fqv6zo] {
    animation: spin-b-3p22fqv6zo 1s linear infinite;
}

.map-loading-overlay[b-3p22fqv6zo] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    border-radius: 8px;
}

.map-loading-spinner[b-3p22fqv6zo] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    color: #6c757d;
}

.map-loading-spinner i[b-3p22fqv6zo] {
    font-size: 2rem;
    animation: spin-b-3p22fqv6zo 1s linear infinite;
}

.map-display-area[b-3p22fqv6zo] {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.finder-map-view .map-container[b-3p22fqv6zo] {
    position: relative;
}

/* Ensure GoogleMap component takes full width */
.map-display-area #finder-map[b-3p22fqv6zo] {
    width: 100%;
}
/* _content/TrepWeb/Components/Shared/CookieBanner.razor.rz.scp.css */
.cookie-banner[b-4usu2fycah] {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--secondary-color-lightbrown);
    color: var(--trep-color-olive);
    padding: 20px;
    text-align: center;
    box-shadow: 0 -2px 5px rgba(0,0,0,0.2);
    z-index: 1000;
}

.cookie-banner p[b-4usu2fycah] {
    margin: 0;
    display: inline;
}

.cookie-banner a[b-4usu2fycah] {
    color: var(--trep-color-olive);
    text-decoration: underline;
}

.cookie-banner button[b-4usu2fycah] {
    background-color: var(--trep-color-olive);
    color: white;
    border: none;
    padding: 10px 20px;
    margin-left: 15px;
    cursor: pointer;
    border-radius: 5px;
}

.cookie-banner button:hover[b-4usu2fycah] {
    background-color: var(--secondary-color-darkbrown);
}
