/* Public Header 9.1 – vollständige eigenständige Version */

:root {
    --gfy-h91-blue: #0872dd;
    --gfy-h91-green: #22ad72;
    --gfy-h91-ink: #0b2d55;
    --gfy-h91-muted: #60758d;
    --gfy-h91-border: #dce6f1;
}

.gfy-header91,
.gfy-header91 * {
    box-sizing: border-box;
}

.gfy-header91 {
    position: relative;
    z-index: 2147480000;
    width: 100%;
    border-bottom: 1px solid var(--gfy-h91-border);
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 8px 30px rgba(29, 63, 101, .05);
    font-family: inherit;
    overflow: visible;
}

.gfy-header91__inner {
    display: grid;
    grid-template-columns: minmax(270px, 1fr) auto auto;
    align-items: center;
    gap: 28px;
    width: min(1480px, calc(100% - 32px));
    min-height: 102px;
    margin: 0 auto;
    overflow: visible;
}

.gfy-header91__brand {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    width: max-content;
    color: inherit;
    text-decoration: none;
}

.gfy-header91__logo {
    display: flex;
    align-items: baseline;
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 900;
    letter-spacing: -.055em;
    line-height: .95;
}

.gfy-header91__logo-blue { color: #1672db; }
.gfy-header91__logo-green { color: #2bb277; }
.gfy-header91__logo-domain {
    margin-left: 3px;
    color: #0a2b52;
    font-size: .42em;
    letter-spacing: -.03em;
}

.gfy-header91__claim {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 8px;
    color: #314965;
    font-size: .89rem;
}

.gfy-header91__claim svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: #6aa9e9;
    stroke-width: 1.7;
}

.gfy-header91__nav {
    display: flex;
    align-items: center;
    gap: clamp(17px, 2vw, 34px);
    overflow: visible;
    white-space: nowrap;
}

.gfy-header91__nav > a,
.gfy-header91__category-button {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 4px;
    border: 0;
    background: transparent;
    color: #08284d;
    font: inherit;
    font-size: .93rem;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
}

.gfy-header91__nav > a:hover,
.gfy-header91__nav > a:focus-visible,
.gfy-header91__category-button:hover,
.gfy-header91__category-button:focus-visible {
    color: var(--gfy-h91-blue);
}

.gfy-header91__category {
    position: relative;
    z-index: 2147481000;
}

.gfy-header91__category-button {
    gap: 7px;
    padding: 0 9px;
    border: 2px solid #111;
    border-radius: 5px;
}

.gfy-header91__category-button svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    transition: transform .18s ease;
}

.gfy-header91__category.is-open .gfy-header91__category-button svg {
    transform: rotate(180deg);
}

.gfy-header91__mega {
    position: absolute;
    top: calc(100% + 16px);
    left: 0;
    z-index: 2147482000;
    width: min(920px, calc(100vw - 40px));
    min-width: 820px;
    max-height: min(78vh, 760px);
    padding: 18px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    border: 1px solid rgba(118, 146, 177, .25);
    border-radius: 21px;
    background: rgba(255, 255, 255, .995);
    box-shadow: 0 34px 90px rgba(13, 40, 72, .26), 0 12px 30px rgba(13, 40, 72, .12);
    backdrop-filter: blur(20px);
}

.gfy-header91__mega[hidden] {
    display: none !important;
}

.gfy-header91__overview {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 28px;
    align-items: center;
    gap: 13px;
    min-height: 72px;
    padding: 11px 14px;
    border: 1px solid rgba(23, 112, 207, .18);
    border-radius: 16px;
    background: linear-gradient(135deg, #e8f5ff, #eafaf3);
    color: var(--gfy-h91-ink);
    text-decoration: none;
}

.gfy-header91__overview:hover {
    border-color: rgba(23, 112, 207, .38);
    box-shadow: 0 10px 25px rgba(30, 102, 180, .12);
    transform: translateY(-1px);
}

.gfy-header91__overview-icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 13px;
    background: #fff;
    color: var(--gfy-h91-blue);
    box-shadow: 0 6px 16px rgba(30, 99, 174, .13);
}

.gfy-header91__overview-icon svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}

.gfy-header91__overview strong,
.gfy-header91__overview small {
    display: block;
}

.gfy-header91__overview strong {
    font-size: 1rem;
}

.gfy-header91__overview small {
    margin-top: 4px;
    color: var(--gfy-h91-muted);
    font-size: .78rem;
    font-weight: 650;
}

.gfy-header91__overview-arrow {
    color: var(--gfy-h91-blue);
    font-size: 1.2rem;
}

.gfy-header91__mega-heading {
    padding: 17px 9px 10px;
    color: #71849a;
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.gfy-header91__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px 12px;
}

.gfy-header91__category-link {
    display: flex;
    align-items: center;
    gap: 11px;
    min-width: 0;
    min-height: 49px;
    padding: 8px 10px;
    border: 1px solid transparent;
    border-radius: 12px;
    color: #102f55;
    font-size: .86rem;
    font-weight: 780;
    line-height: 1.2;
    text-decoration: none;
}

.gfy-header91__category-link:hover,
.gfy-header91__category-link:focus-visible {
    border-color: rgba(30, 112, 202, .15);
    background: #f1f7fd;
    color: #0869cc;
    transform: translateX(2px);
}

.gfy-header91__category-icon {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: linear-gradient(145deg, rgba(24, 114, 216, .12), rgba(36, 179, 120, .14));
    color: #146cc0;
}

.gfy-header91__category-icon svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.75;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gfy-header91__mega-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 16px;
    padding: 14px 10px 2px;
    border-top: 1px solid rgba(107, 133, 162, .18);
    color: #71849a;
    font-size: .76rem;
    font-weight: 680;
}

.gfy-header91__mega-footer a {
    color: var(--gfy-h91-blue);
    font-weight: 850;
    text-decoration: none;
}

.gfy-header91__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.gfy-header91__favorite,
.gfy-header91__action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 48px;
    border-radius: 11px;
    font-size: .89rem;
    font-weight: 850;
    text-decoration: none;
}

.gfy-header91__favorite {
    min-width: 54px;
    color: #0c2c50;
}

.gfy-header91__action {
    padding: 0 15px;
}

.gfy-header91__action--submit {
    color: #fff;
    background: var(--gfy-h91-green);
    box-shadow: 0 9px 22px rgba(34, 173, 114, .22);
}

.gfy-header91__action--login {
    color: #0d4e8d;
    background: #edf6ff;
}

.gfy-header91__favorite svg,
.gfy-header91__action svg,
.gfy-header91__mobile-toggle svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.85;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.gfy-header91__mobile-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px solid var(--gfy-h91-border);
    border-radius: 11px;
    color: #0d2f55;
    background: #fff;
    cursor: pointer;
}

@media (max-width: 1320px) {
    .gfy-header91__inner {
        gap: 18px;
    }

    .gfy-header91__nav {
        gap: 16px;
    }

    .gfy-header91__actions {
        gap: 7px;
    }

    .gfy-header91__action {
        padding: 0 11px;
    }
}

@media (max-width: 1160px) {
    .gfy-header91__inner {
        grid-template-columns: 1fr auto;
        min-height: 88px;
    }

    .gfy-header91__mobile-toggle {
        display: inline-flex;
        grid-column: 2;
        grid-row: 1;
    }

    .gfy-header91__nav,
    .gfy-header91__actions {
        display: none;
    }

    .gfy-header91.is-mobile-open .gfy-header91__nav,
    .gfy-header91.is-mobile-open .gfy-header91__actions {
        display: flex;
    }

    .gfy-header91__nav {
        position: absolute;
        top: 100%;
        left: 12px;
        right: 12px;
        z-index: 2147481000;
        flex-direction: column;
        align-items: stretch;
        gap: 4px;
        padding: 14px;
        border: 1px solid var(--gfy-h91-border);
        border-radius: 17px 17px 0 0;
        background: #fff;
        box-shadow: 0 24px 60px rgba(21, 49, 82, .18);
        white-space: normal;
    }

    .gfy-header91__nav > a,
    .gfy-header91__category-button {
        justify-content: space-between;
        width: 100%;
        padding: 0 13px;
        border: 0;
        border-radius: 10px;
    }

    .gfy-header91__actions {
        position: absolute;
        top: calc(100% + 302px);
        left: 12px;
        right: 12px;
        z-index: 2147481000;
        padding: 14px;
        border: 1px solid var(--gfy-h91-border);
        border-top: 0;
        border-radius: 0 0 17px 17px;
        background: #fff;
        box-shadow: 0 24px 60px rgba(21, 49, 82, .18);
    }

    .gfy-header91__mega {
        position: fixed;
        top: 92px;
        left: 14px;
        right: 14px;
        width: auto;
        min-width: 0;
        max-height: calc(100vh - 108px);
    }

    .gfy-header91__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .gfy-header91__inner {
        width: min(100% - 20px, 1480px);
        min-height: 78px;
    }

    .gfy-header91__logo {
        font-size: 2rem;
    }

    .gfy-header91__claim {
        display: none;
    }

    .gfy-header91__mega {
        top: 82px;
        left: 8px;
        right: 8px;
        padding: 12px;
        border-radius: 16px;
    }

    .gfy-header91__grid {
        grid-template-columns: 1fr;
    }

    .gfy-header91__overview {
        grid-template-columns: 42px minmax(0, 1fr) 22px;
    }

    .gfy-header91__overview small {
        display: none;
    }

    .gfy-header91__mega-footer {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
    }

    .gfy-header91__actions {
        flex-wrap: wrap;
    }

    .gfy-header91__favorite,
    .gfy-header91__action {
        flex: 1 1 auto;
    }
}


/* GFY_MOBILE_CATEGORY_ACTIONS_OVERLAP_FIX_1_0_0_CSS */
@media (max-width: 1160px) {
    .gfy-header91.is-category-open .gfy-header91__actions {
        display: none !important;
    }
}
