@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* _content/Module_Dronehub_V2/Components/Layout/MainLayout.razor.rz.scp.css */
/* Basis-Layout fr die ganze Seite */
.page[b-yrywrdynch] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #f0f2f5;
}

/* Container fr Seitenleiste und Hauptinhalt */
.main-body[b-yrywrdynch] {
    display: grid;
    grid-template-columns: 1px 1fr; /* <<< HIER: Breite der Seitenleiste reduziert */
    flex: 1;
    gap: 1rem; /* Fgt einen Abstand zwischen Men und Inhalt hinzu */
    margin: 0 1rem; /* Richtet sich am Rand des Headers aus */
}

/* Haupt-Inhaltsbereich */
main[b-yrywrdynch] {
    flex: 1;
    padding: 2rem;
    overflow-y: auto;
    background-color: #ffffff; /* Weier Hintergrund fr den Inhaltsbereich */
    border-radius: 15px; /* Abgerundete Ecken fr den Inhaltsbereich */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); /* Leichter Schatten */
}

.content[b-yrywrdynch] {
    width: 100%;
    max-width: 3840px;
}

/* Kopfzeile (unverndert) */
.app-header[b-yrywrdynch] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 2rem;
    background: linear-gradient(135deg, #0a2e5a, #001f3f);
    color: white;
    border-bottom: 3px solid #d4a406;
    border-left: 3px solid #d4a406;
    border-right: 3px solid #d4a406;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    border-radius: 15px 15px 15px 15px;
    margin: 1rem 1rem 0; /* <<< OBEREN Abstand des Mens entfernt */
    position: relative;
    z-index: 10;
    margin-bottom: 5px;
}

/* Rest der CSS-Datei bleibt wie zuvor... */

.logo-container[b-yrywrdynch] {
    flex: 1;
    display: flex;
    justify-content: flex-start;
}

    .logo-container img[b-yrywrdynch] {
        height: 50px;
        width: auto;
    }

    .logo-container.logo-right[b-yrywrdynch] {
        justify-content: flex-end;
    }

.title-container[b-yrywrdynch] {
    flex: 2;
    text-align: center;
}

    .title-container h1[b-yrywrdynch] {
        margin: 0;
        font-size: 2.2rem;
        font-weight: 600;
        letter-spacing: 1px;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    }

    .title-container h2[b-yrywrdynch] {
        margin: 0;
        font-size: 1.1rem;
        font-weight: 300;
        color: #e0e0e0;
        letter-spacing: 0.5px;
    }

.app-footer[b-yrywrdynch] {
    text-align: center;
    padding: 1rem;
    font-size: 0.8rem;
    color: #6c757d;
    background-color: transparent;
}
