/* DOSIGNY – ursprüngliches Kontaktwidget auf kleinen Bildschirmen erreichbar halten. */
.contact-fab-backdrop {
    z-index: calc(var(--z-fixed, 300) + 10);
}
#contact-fab-popup {
    z-index: calc(var(--z-fixed, 300) + 20);
    max-height: calc(100vh - 112px);
    max-height: calc(100dvh - 112px);
    overflow-y: auto;
    overscroll-behavior: contain;
}
.contact-fab.is-active {
    z-index: calc(var(--z-fixed, 300) + 30);
}
#contact-fab-popup .contact-fab-popup__close {
    position: sticky;
    float: right;
    top: 0;
    right: auto;
    z-index: 5;
    width: 44px;
    height: 44px;
    margin-bottom: -10px;
    background: var(--color-surface);
}
