

.fgg-sticky {
    position: fixed;
    right: 0;

    top: min(30.889rem, calc(100vh - 24.444rem));
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: .611rem;

    pointer-events: none;
}

.fgg-sticky > * {
    pointer-events: auto;
}

.fgg-sticky-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.944rem;
    height: 5.222rem;
    background: #ffffff;

    border-radius: .333rem 0 0 .333rem;
}

.fgg-sticky > .fgg-sticky-btn {
    box-shadow: 0 .25rem .75rem rgb(0 0 0 / .18);
}

.fgg-sticky-btn img {
    width: 3.778rem;
    height: 3.778rem;
    object-fit: contain;
}

.fgg-sticky-btn:focus-visible {
    outline: 3px solid #6c1f7f;
    outline-offset: -5px;
}

@media (prefers-reduced-motion: no-preference) {
    .fgg-sticky-btn { transition: box-shadow .15s ease, transform .15s ease; }
    .fgg-sticky > .fgg-sticky-btn:hover,
    .fgg-sticky > .fgg-sticky-btn:focus-visible { box-shadow: 0 .35rem 1rem rgb(0 0 0 / .28); }
}

.fgg-sticky-label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
}

@media (max-width: 48em) {
    .fgg-sticky-btn {
        width: max(3.111rem, 44px);
        height: max(3.111rem, 44px);
    }
    .fgg-sticky-btn img {
        width: max(2.222rem, 31px);
        height: max(2.222rem, 31px);
    }
}

.fgg-sticky-item {
    position: relative;
    filter: drop-shadow(0 .25rem .75rem rgb(0 0 0 / .18));
}

.fgg-sticky-panel {
    display: none;
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    width: max-content;

    max-width: min(21rem, calc(100vw - 6.5rem));
    padding: .889rem 1.111rem 1rem;
    background: #ffffff;
    color: var(--color-foreground, #42384c);
    border-radius: .333rem 0 0 .333rem;
}

.fgg-sticky-item.is-open .fgg-sticky-panel { display: block; }

.fgg-sticky-item.is-open .fgg-sticky-btn { border-radius: 0; }

.fgg-sticky-panel-titel {
    margin: 0 0 .5rem;
    font-size: .778rem;
    font-weight: 800;
    letter-spacing: .055em;
    color: var(--color-primary, #6c1f7f);
}

.fgg-sticky-liste {
    margin: 0;
    padding: 0;
    list-style: none;
}

.fgg-sticky-zeile {
    display: flex;
    flex-direction: column;
    line-height: 1.35;
}

.fgg-sticky-zeile + .fgg-sticky-zeile { margin-top: .611rem; }

.fgg-sticky-art {
    font-size: .722rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    opacity: .7;
}

.fgg-sticky-zeile a {
    font-size: .944rem;
    font-weight: 700;
    color: var(--color-primary, #6c1f7f);
    text-decoration: none;

    overflow-wrap: anywhere;
}

.fgg-sticky-zeile a:hover,
.fgg-sticky-zeile a:focus-visible { text-decoration: underline; }

@media (max-width: 48em) {
    .fgg-sticky-panel {
        max-width: min(18rem, calc(100vw - 4.5rem));
        padding: .75rem .889rem .833rem;
    }
    .fgg-sticky-zeile a { font-size: 1rem; }
}

.fgg-info {
    position: fixed;
    inset: 0;
    z-index: 990;
    display: flex;
    align-items: center;
    justify-content: center;

    padding: 1.5rem 6.5rem 1.5rem 1.5rem;
    background: rgb(66 56 76 / .55);
}

.fgg-info[hidden] { display: none; }

.fgg-info-kasten {
    width: 100%;
    max-width: 34rem;
    max-height: calc(100vh - 3rem);
    overflow-y: auto;
    padding: 1.667rem 1.944rem 1.5rem;
    background: #ffffff;
    color: var(--color-foreground, #42384c);
    border-radius: .333rem;
}

.fgg-info-titel {
    margin: 0 0 .833rem;
    font-size: 1.333rem;
    font-weight: 800;
    line-height: 1.3;
    color: var(--color-primary, #6c1f7f);
}

.fgg-info-text p {
    margin: 0 0 .833rem;
    font-size: .944rem;
    line-height: 1.5;
}

.fgg-info-text p:last-child { margin-bottom: 0; }

.fgg-info-schliessen {
    display: block;
    margin: 1.333rem 0 0 auto;
    padding: .444rem 1.5rem;
    background: var(--color-primary, #6c1f7f);
    color: #ffffff;
    border: 0;
    border-radius: .333rem;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.fgg-info-schliessen:hover { background: #55195f; }

.fgg-info-schliessen:focus-visible {
    outline: 3px solid #ffffff;
    outline-offset: -5px;
}

@media (max-width: 48em) {
    .fgg-info {

        padding: 1rem 4.25rem 1rem 1rem;
    }
    .fgg-info-kasten { padding: 1.222rem 1.333rem 1.111rem; }
    .fgg-info-titel { font-size: 1.222rem; }
}
