/* ===== KOMPLETTER HEADER ===== */
.container-header,
.container-header > *,
.header,
.header > * {
    background-color: #FFD400 !important;
}

/* ===== BOOTSTRAP ALERT (rotes Banner) ===== */
.alert,
.alert-danger,
.bg-danger {
    background-color: #FFD400 !important;
    border: none !important;
}

/* ===== TEXT IM HEADER ===== */
.container-header h1,
.container-header p,
.container-header a {
    color: #000 !important;
}

/* ===== MENÜ ===== */
.navbar,
.mod-menu {
    background-color: #FFD400 !important;
}

.mod-menu a {
    color: #000 !important;
}

/* ===== LOGO ===== */
.navbar-brand img {
    max-height: 80px;
    width: auto;
}

/* ===== LOGO + TEXT ===== */
.navbar-brand {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* ===== TITEL ===== */
.navbar-brand span,
.navbar-brand .site-title {
    font-size: 24px;
    font-weight: 600;
    color: #000;
}

/* ===== LINIE UNTEN ===== */
.container-header {
    border-bottom: 5px solid #000;
}