/* Go-FindYou Suche 2.0 Premium */
.gfy-search20 {
    --gfy-s20-blue: #0d67a3;
    --gfy-s20-blue-dark: #073f69;
    --gfy-s20-green: #20b97a;
    --gfy-s20-text: #12213a;
    --gfy-s20-muted: #6f7d92;
    --gfy-s20-border: #dfe7f1;
    --gfy-s20-bg: #f4f7fb;
    color: var(--gfy-s20-text);
    background: var(--gfy-s20-bg);
    min-height: 70vh;
}

.gfy-search20 *,
.gfy-search20 *::before,
.gfy-search20 *::after {
    box-sizing: border-box;
}

.gfy-search20__hero {
    position: relative;
    overflow: hidden;
    padding: 58px 0 34px;
    background:
        radial-gradient(circle at 82% 20%, rgba(32, 185, 122, .14), transparent 26%),
        radial-gradient(circle at 14% 10%, rgba(13, 103, 163, .12), transparent 28%),
        linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
    border-bottom: 1px solid rgba(13, 103, 163, .08);
}

.gfy-search20__hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 30px;
}

.gfy-search20__eyebrow,
.gfy-search20__side-label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 10px;
    color: var(--gfy-s20-blue);
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.gfy-search20__hero h1 {
    max-width: 780px;
    margin: 0;
    font-size: clamp(2rem, 4vw, 3.35rem);
    line-height: 1.04;
    letter-spacing: -.045em;
}

.gfy-search20__intro {
    margin: 17px 0 0;
    color: var(--gfy-s20-muted);
    font-size: 1.04rem;
}

.gfy-search20__hero-badge {
    display: grid;
    width: 116px;
    aspect-ratio: 1;
    place-content: center;
    text-align: center;
    border: 1px solid rgba(13, 103, 163, .13);
    border-radius: 32px;
    background: rgba(255, 255, 255, .78);
    box-shadow: 0 18px 50px rgba(45, 82, 123, .12);
    transform: rotate(4deg);
}

.gfy-search20__hero-badge span {
    color: var(--gfy-s20-green);
    font-size: 1.55rem;
    font-weight: 900;
}

.gfy-search20__hero-badge strong {
    color: var(--gfy-s20-blue-dark);
    font-size: .88rem;
}

.gfy-search20__form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    max-width: 1050px;
    margin-top: 30px;
    padding: 8px;
    border: 1px solid rgba(22, 64, 105, .1);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(44, 75, 112, .12);
}

.gfy-search20__field {
    display: flex;
    align-items: center;
    min-width: 0;
    padding: 0 18px;
}

.gfy-search20__field svg {
    width: 22px;
    height: 22px;
    margin-right: 12px;
    fill: none;
    stroke: var(--gfy-s20-blue);
    stroke-linecap: round;
    stroke-width: 1.8;
}

.gfy-search20__field input {
    width: 100%;
    min-width: 0;
    height: 58px;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--gfy-s20-text);
    font: inherit;
    font-size: 1rem;
}

.gfy-search20__form button {
    min-width: 126px;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--gfy-s20-blue), #09537f);
    color: #fff;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 10px 22px rgba(13, 103, 163, .22);
    transition: transform .18s ease, box-shadow .18s ease;
}

.gfy-search20__form button:hover {
    transform: translateY(-1px);
    box-shadow: 0 13px 26px rgba(13, 103, 163, .28);
}

.gfy-search20__content {
    padding: 38px 0 80px;
}

.gfy-search20__overview {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

.gfy-search20__overview h2 {
    margin: 6px 0 7px;
    font-size: clamp(1.45rem, 2.5vw, 2rem);
    letter-spacing: -.025em;
}

.gfy-search20__overview p {
    max-width: 760px;
    margin: 0;
    color: var(--gfy-s20-muted);
}

.gfy-search20__result-count {
    color: var(--gfy-s20-blue);
    font-size: .84rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.gfy-search20__trust {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 9px;
    padding: 10px 13px;
    border: 1px solid #caecdc;
    border-radius: 999px;
    background: #effaf5;
    color: #16734f;
    font-size: .82rem;
    font-weight: 700;
}

.gfy-search20__trust-dot,
.gfy-search20__verified span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--gfy-s20-green);
    box-shadow: 0 0 0 4px rgba(32, 185, 122, .12);
}

.gfy-search20__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    align-items: start;
    gap: 24px;
}

.gfy-search20__results {
    display: grid;
    gap: 17px;
}

.gfy-search20__card {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid var(--gfy-s20-border);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(39, 69, 104, .07);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.gfy-search20__card:hover {
    transform: translateY(-2px);
    border-color: #cad8e8;
    box-shadow: 0 18px 42px rgba(39, 69, 104, .11);
}

.gfy-search20__visual {
    position: relative;
    display: grid;
    min-height: 210px;
    place-items: center;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(13, 103, 163, .9), rgba(32, 185, 122, .72)),
        #0d67a3;
    text-decoration: none;
}

.gfy-search20__visual::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(180deg, transparent 52%, rgba(5, 30, 48, .24));
    pointer-events: none;
}

.gfy-search20__visual img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gfy-search20__initial {
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, .95);
    font-size: 4.4rem;
    font-weight: 900;
    text-shadow: 0 7px 24px rgba(0, 0, 0, .16);
}

.gfy-search20__visual:has(img) .gfy-search20__initial {
    opacity: 0;
}

.gfy-search20__visual.is-fallback .gfy-search20__initial {
    opacity: 1;
}

.gfy-search20__card-body {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: 22px 24px 20px;
}

.gfy-search20__meta,
.gfy-search20__footer,
.gfy-search20__signals {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
}

.gfy-search20__category,
.gfy-search20__signals span {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 5px 10px;
    border-radius: 999px;
    background: #edf4fb;
    color: #4a657e;
    font-size: .76rem;
    font-weight: 750;
}

.gfy-search20__verified {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #17805a;
    font-size: .76rem;
    font-weight: 750;
}

.gfy-search20__verified span {
    width: 7px;
    height: 7px;
    box-shadow: none;
}

.gfy-search20__card h3 {
    margin: 12px 0 3px;
    font-size: 1.22rem;
    line-height: 1.35;
}

.gfy-search20__card h3 a {
    color: var(--gfy-s20-blue-dark);
    text-decoration: none;
}

.gfy-search20__card h3 a:hover {
    color: var(--gfy-s20-blue);
}

.gfy-search20__url {
    overflow: hidden;
    color: #26946c;
    font-size: .82rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gfy-search20__card p {
    margin: 13px 0 19px;
    color: #47566b;
    line-height: 1.65;
}

.gfy-search20__muted {
    color: var(--gfy-s20-muted) !important;
}

.gfy-search20__footer {
    justify-content: space-between;
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid #edf1f6;
}

.gfy-search20__score {
    background: #edf9f3 !important;
    color: #15744f !important;
}

.gfy-search20__score strong {
    margin-left: 5px;
}

.gfy-search20__detail-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--gfy-s20-blue);
    font-size: .85rem;
    font-weight: 800;
    text-decoration: none;
}

.gfy-search20__detail-link span {
    transition: transform .18s ease;
}

.gfy-search20__detail-link:hover span {
    transform: translateX(3px);
}

.gfy-search20__sidebar {
    position: sticky;
    top: 100px;
    display: grid;
    gap: 16px;
}

.gfy-search20__side-card {
    padding: 22px;
    border: 1px solid var(--gfy-s20-border);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(39, 69, 104, .06);
}

.gfy-search20__side-card h2 {
    margin: 0 0 15px;
    font-size: 1.08rem;
}

.gfy-search20__side-card p {
    margin: 0;
    color: var(--gfy-s20-muted);
    line-height: 1.6;
}

.gfy-search20__side-card--accent {
    border-color: #cfeee0;
    background: linear-gradient(145deg, #f2fbf7, #f7fbff);
}

.gfy-search20__category-list {
    display: grid;
    gap: 4px;
}

.gfy-search20__category-list div {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding: 10px 0;
    border-bottom: 1px solid #eef2f6;
    color: #40536a;
    font-size: .86rem;
}

.gfy-search20__category-list div:last-child {
    border-bottom: 0;
}

.gfy-search20__category-list strong {
    color: var(--gfy-s20-blue);
}

.gfy-search20__suggestions {
    display: grid;
}

.gfy-search20__suggestions a {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #eef2f6;
    color: #40536a;
    font-size: .86rem;
    font-weight: 650;
    text-decoration: none;
}

.gfy-search20__suggestions a:last-child {
    border-bottom: 0;
}

.gfy-search20__suggestions a:hover {
    color: var(--gfy-s20-blue);
}

.gfy-search20__empty {
    max-width: 780px;
    margin: 20px auto;
    padding: 52px 34px;
    border: 1px solid var(--gfy-s20-border);
    border-radius: 24px;
    background: #fff;
    text-align: center;
    box-shadow: 0 16px 38px rgba(39, 69, 104, .07);
}

.gfy-search20__empty-icon {
    display: grid;
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    place-items: center;
    border-radius: 22px;
    background: #edf5fb;
    color: var(--gfy-s20-blue);
    font-size: 2rem;
    font-weight: 900;
}

.gfy-search20__empty h2 {
    margin: 0 0 8px;
}

.gfy-search20__empty p {
    margin: 0 auto;
    max-width: 580px;
    color: var(--gfy-s20-muted);
    line-height: 1.65;
}

.gfy-search20__chips {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 9px;
    margin-top: 24px;
}

.gfy-search20__chips a {
    padding: 9px 13px;
    border: 1px solid #d6e2ee;
    border-radius: 999px;
    color: var(--gfy-s20-blue);
    font-size: .84rem;
    font-weight: 700;
    text-decoration: none;
}

.gfy-search20 .sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

@media (max-width: 980px) {
    .gfy-search20__layout {
        grid-template-columns: 1fr;
    }

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

    .gfy-search20__side-card--accent {
        grid-column: 1 / -1;
    }
}

@media (max-width: 720px) {
    .gfy-search20__hero {
        padding-top: 38px;
    }

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

    .gfy-search20__hero-badge {
        display: none;
    }

    .gfy-search20__form {
        grid-template-columns: 1fr;
        border-radius: 18px;
    }

    .gfy-search20__field {
        min-height: 58px;
    }

    .gfy-search20__form button {
        min-height: 52px;
    }

    .gfy-search20__overview {
        align-items: flex-start;
        flex-direction: column;
    }

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

    .gfy-search20__visual {
        min-height: 180px;
    }

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

    .gfy-search20__side-card--accent {
        grid-column: auto;
    }
}

@media (max-width: 480px) {
    .gfy-search20__hero h1 {
        font-size: 2rem;
    }

    .gfy-search20__card-body {
        padding: 19px 18px;
    }

    .gfy-search20__footer {
        align-items: flex-start;
        flex-direction: column;
    }
}


/* Suche 2.1 Live Search */
.gfy-search20__search-shell {
    position: relative;
    z-index: 40;
    max-width: 1050px;
}

.gfy-search20__search-shell .gfy-search20__form {
    max-width: none;
}

.gfy-search20__live {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    overflow: hidden;
    border: 1px solid rgba(13, 103, 163, .14);
    border-radius: 20px;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 24px 60px rgba(27, 58, 94, .2);
    backdrop-filter: blur(18px);
}

.gfy-search20__live[hidden] {
    display: none;
}

.gfy-search20__live-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 14px 18px 11px;
    border-bottom: 1px solid #edf1f6;
}

.gfy-search20__live-head span {
    color: var(--gfy-s20-blue-dark);
    font-size: .78rem;
    font-weight: 850;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.gfy-search20__live-head small {
    color: var(--gfy-s20-muted);
    font-size: .7rem;
}

.gfy-search20__live-list {
    display: grid;
    max-height: 430px;
    overflow-y: auto;
}

.gfy-search20__live-item {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    min-height: 78px;
    padding: 10px 16px;
    border-bottom: 1px solid #eef2f6;
    color: inherit;
    text-decoration: none;
    transition: background .15s ease;
}

.gfy-search20__live-item:hover,
.gfy-search20__live-item.is-active {
    background: #f1f7fc;
}

.gfy-search20__live-image {
    position: relative;
    display: grid;
    width: 68px;
    height: 54px;
    place-items: center;
    overflow: hidden;
    border-radius: 11px;
    background: linear-gradient(135deg, var(--gfy-s20-blue), var(--gfy-s20-green));
    color: #fff;
    font-size: 1.35rem;
    font-weight: 900;
}

.gfy-search20__live-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gfy-search20__live-copy {
    min-width: 0;
}

.gfy-search20__live-copy strong,
.gfy-search20__live-copy small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gfy-search20__live-copy strong {
    color: var(--gfy-s20-blue-dark);
    font-size: .92rem;
}

.gfy-search20__live-copy small {
    margin-top: 4px;
    color: var(--gfy-s20-muted);
    font-size: .76rem;
}

.gfy-search20__live-score {
    padding: 6px 9px;
    border-radius: 999px;
    background: #edf9f3;
    color: #14744f;
    font-size: .72rem;
    font-weight: 800;
    white-space: nowrap;
}

.gfy-search20__live-empty {
    padding: 26px 18px;
    color: var(--gfy-s20-muted);
    text-align: center;
}

.gfy-search20__live-all {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    background: #f7fafc;
    color: var(--gfy-s20-blue);
    font-size: .82rem;
    font-weight: 800;
    text-decoration: none;
}

.gfy-search20__live-all:hover {
    background: #eef5fb;
}

.gfy-search20__form.is-loading::after {
    width: 18px;
    height: 18px;
    margin: auto 4px auto 0;
    border: 2px solid #dce9f3;
    border-top-color: var(--gfy-s20-blue);
    border-radius: 50%;
    content: "";
    animation: gfy-search20-spin .65s linear infinite;
}

@keyframes gfy-search20-spin {
    to { transform: rotate(360deg); }
}

@media (max-width: 720px) {
    .gfy-search20__live-head small {
        display: none;
    }

    .gfy-search20__live {
        top: calc(100% + 8px);
    }

    .gfy-search20__live-item {
        grid-template-columns: 56px minmax(0, 1fr);
    }

    .gfy-search20__live-image {
        width: 56px;
        height: 46px;
    }

    .gfy-search20__live-score {
        display: none;
    }
}


/* Suche 2.2 Visual Search: Screenshot- und Ebenen-Fix */
.gfy-search20__hero {
    overflow: visible;
    z-index: 200;
}

.gfy-search20__hero .container {
    position: relative;
    z-index: 220;
}

.gfy-search20__search-shell {
    z-index: 9990;
    overflow: visible;
    isolation: isolate;
}

.gfy-search20__form {
    position: relative;
    z-index: 9992;
}

.gfy-search20__live {
    z-index: 10000;
}

.gfy-search20__content {
    position: relative;
    z-index: 1;
}

.gfy-search20__visual {
    background:
        linear-gradient(135deg, rgba(13, 103, 163, .92), rgba(32, 185, 122, .82)),
        #0d67a3;
}

.gfy-search20__visual img {
    object-position: top center;
    background: #fff;
}

.gfy-search20__visual::before {
    position: absolute;
    z-index: 2;
    right: 12px;
    bottom: 12px;
    padding: 5px 8px;
    border: 1px solid rgba(255,255,255,.45);
    border-radius: 999px;
    background: rgba(10, 35, 56, .62);
    color: #fff;
    content: "Website-Vorschau";
    font-size: .67rem;
    font-weight: 800;
    letter-spacing: .03em;
    opacity: 0;
    transition: opacity .18s ease;
}

.gfy-search20__visual:has(img)::before {
    opacity: 1;
}

.gfy-search20__visual.is-fallback::before {
    opacity: 0;
}

/* GFY_FEATURED_SEARCH_HIGHLIGHT_1_0 */
.gfy-search20__card.is-featured {
    border-color: rgba(224, 166, 47, .55);
    background: linear-gradient(90deg, rgba(255,249,232,.88), rgba(255,253,246,.64) 42%, #fff 78%);
    box-shadow: 0 16px 38px rgba(39,69,104,.08), 0 0 0 1px rgba(242,187,68,.05);
}
.gfy-search20__card.is-featured:hover {
    border-color: rgba(218,154,26,.72);
    box-shadow: 0 20px 44px rgba(39,69,104,.12), 0 0 0 1px rgba(242,187,68,.08);
}
.gfy-search20__featured-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 28px;
    padding: 5px 10px;
    border: 1px solid rgba(226,167,41,.34);
    border-radius: 999px;
    background: #fff3cf;
    color: #9a6500;
    font-size: .76rem;
    font-weight: 850;
    letter-spacing: .025em;
    text-transform: uppercase;
}
.gfy-search20__featured-badge > span { color:#d89500; font-size:.82rem; line-height:1; }
@media (max-width:720px) {
    .gfy-search20__card.is-featured {
        background: linear-gradient(180deg, rgba(255,249,232,.78), #fff 42%);
    }
}
/* /GFY_FEATURED_SEARCH_HIGHLIGHT_1_0 */
