﻿/* ==========================================
   Header Tabs (sauber integriert)
   ========================================== */

/*.ed-topbar-tabs {
    background: linear-gradient( to bottom, var(--ed-primary) 0%, var(--ed-primary) 82%, #fff 82%, #fff 100% );
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.ed-tabs {
    display: flex;
    gap: 0.25rem;
    background: rgba(255,255,255,0.08);
    padding: 0.25rem;
    border-radius: 999px;
    margin-top: 0.125rem;*/ /* <-- das ist der entscheidende Wert */
/*}

.ed-tab {
    background: transparent;
    min-width:9.375rem;
    color: rgba(255,255,255,0.6);
    border: none;
    padding: 0.375rem 1.125rem;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .ed-tab:hover {
        color: #fff;
    }

.ed-tab--active {
    background: #fff;
    color: #000;
}*/

/* Schwarzer Streifen unter Topbar */
.ed-header-strip {
    background: #000;
    height: 4.375rem; /* exakt Höhe für Tabs */
    width: 100%;
}

.ed-header {
    background: #000;
}

.ed-header-strip {
    height: 3.5rem; /* Platz für Tabs */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* =========================================================
   GLOBAL SUBHEADER (für Workspace + Detail)
   ========================================================= */

.ed-subheader {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background: #000;
    display: flex;
    justify-content: center; /* wichtig für saubere Zentrierung */
}

.ed-subheader-inner {
    width: 100%;
    max-width: 120rem;
    padding-bottom: 0.25rem;
    display: flex;
    align-items: center;
    min-height: 4.375rem; /* match Workspace (≈85.7px) */
}

.ed-page-gap {
    margin-top: 2.5rem; /* stelle hier den gewünschten Abstand ein */
}
