.cm-fe4d8aef-header {
    display: flex;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    transition: background 0.3s ease, backdrop-filter 0.3s ease, border-color 0.3s ease;
    border-bottom: 1px solid transparent;
    background-color: var(--e-gv-5f992fa, #FAF8F4); /* OYSTER */
}

.cm-fe4d8aef-sticky.cm-fe4d8aef-scrolled {
    background-color: rgba(250, 248, 244, 0.95) !important;
    background-color: var(--e-gv-5f992fa, rgba(250, 248, 244, 0.95)) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid #EAE4DC;
}

.cm-fe4d8aef-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
    padding: 0 40px;
}

.cm-fe4d8aef-nav {
    display: flex;
    align-items: center;
    gap: 40px;
}

.cm-fe4d8aef-link {
    text-decoration: none;
    position: relative;
    padding: 10px 0;
    transition: color 0.3s ease;
    display: inline-flex;
    align-items: center;
    font-family: var(--e-gv-02bd64e, 'Manrope', sans-serif); /* Manrope */
    font-size: var(--e-gv-06f571b, 15px); /* Text_Navigation */
    font-weight: 500;
    color: var(--e-gv-5745b3a, #222426); /* CHARCOAL */
    letter-spacing: 0.03em;
}

/* Hover-Linie von links nach rechts (2px Bronze) */
.cm-fe4d8aef-link:not(.cm-fe4d8aef-cta)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--e-gv-86b9b3e, #B8865B); /* BRONZE */
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.cm-fe4d8aef-link:not(.cm-fe4d8aef-cta):hover::after {
    transform: scaleX(1);
}

.cm-fe4d8aef-link:not(.cm-fe4d8aef-cta):hover {
    color: var(--e-gv-4c50f29, #0D1B2A); /* SEABLUE / NAVY */
}

/* CTA 'Beratung beginnen' */
.cm-fe4d8aef-cta {
    font-weight: 500;
    gap: 8px;
    color: var(--e-gv-86b9b3e, #B8865B) !important; /* BRONZE */
}

.cm-fe4d8aef-cta:hover {
    color: var(--e-gv-4c50f29, #0D1B2A) !important; /* SEABLUE / NAVY */
}

.cm-fe4d8aef-cta-icon {
    display: inline-flex;
    align-items: center;
    transition: transform 0.3s ease;
}

.cm-fe4d8aef-cta:hover .cm-fe4d8aef-cta-icon {
    transform: translateX(4px);
}

/* Action Icons */
.cm-fe4d8aef-actions {
    display: flex;
    align-items: center;
    gap: 24px;
    position: relative;
    color: var(--e-gv-5745b3a, #222426); /* CHARCOAL */
}

.cm-fe4d8aef-action-icon {
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s ease;
    color: inherit;
}

.cm-fe4d8aef-action-icon:hover {
    color: var(--e-gv-4c50f29, #0D1B2A); /* SEABLUE / NAVY */
}

.cm-fe4d8aef-action-icon svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
    transition: fill 0.3s ease;
}

/* Search Dropdown */
.cm-fe4d8aef-search-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    right: 40px;
    background: var(--e-gv-5f992fa, #FAF8F4); /* OYSTER */
    border: 1px solid #EAE4DC;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    padding: 10px;
    border-radius: 4px;
    z-index: 999;
    margin-top: 10px;
}

.cm-fe4d8aef-search-dropdown.active {
    display: block;
}

.cm-fe4d8aef-search-dropdown input {
    padding: 8px 12px;
    border: 1px solid #EAE4DC;
    background-color: var(--e-gv-5f992fa, #FAF8F4); /* OYSTER */
    border-radius: 4px;
    outline: none;
    width: 220px;
    font-family: var(--e-gv-02bd64e, 'Manrope', sans-serif); /* Manrope */
    color: var(--e-gv-5745b3a, #222426); /* CHARCOAL */
}
