.l2_coba_contact {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 8px;
    transform: translateY(-50%);
    pointer-events: none;
}

.l2_coba_contact__button {
    --l2_coba_bg: #111827;
    display: grid;
    grid-template-columns: 27px max-content;
    align-items: center;
    gap: 10px;
    min-height: 32px;
    max-width: min(86vw, 280px);
    padding: 8px 16px 8px 8px;
    color: #fff;
    background: var(--l2_coba_bg);
    border-radius: 8px 0 0 8px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.18);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0;
    text-decoration: none;
    transform: translateX(calc(100% - 38px));
    transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
    pointer-events: auto;
}

.l2_coba_contact__button:hover,
.l2_coba_contact__button:focus-visible {
    color: #fff;
    text-decoration: none;
    transform: translateX(0);
    filter: brightness(1.04);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.24);
}

.l2_coba_contact__button:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.75);
    outline-offset: -6px;
}

.l2_coba_contact__button--no-icon {
    grid-template-columns: max-content;
    transform: translateX(calc(100% - 14px));
}

.l2_coba_contact__icon,
.l2_coba_contact__fallback,
.l2_coba_contact__dashicon,
.l2_coba_contact__fontawesome {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
}

.l2_coba_contact__icon {
    display: block;
    object-fit: contain;
}

.l2_coba_contact__fallback {
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.l2_coba_contact__dashicon,
.l2_coba_contact__fontawesome {
    display: inline-grid;
    place-items: center;
    color: currentColor;
    font-size: 22px;
    line-height: 1;
}

.l2_coba_contact__text {
    overflow-wrap: anywhere;
}

.l2_buchungslink_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 40px;
    padding: 9px 17px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0;
    text-decoration: none;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.l2_buchungslink_button:hover,
.l2_buchungslink_button:focus-visible {
    text-decoration: none;
}

.l2_buchungslink_button:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}

.l2_buchungslink_button--filled {
    color: #fff;
    background: #a8bbb7;
    border-color: #a8bbb7;
}

.l2_buchungslink_button--filled:hover,
.l2_buchungslink_button--filled:focus-visible {
    color: #fff;
    background: #93aaa5;
    border-color: #93aaa5;
}

.l2_buchungslink_button--outline {
    color: #00546b;
    background: #fff;
    border-color: #00546b;
}

.l2_buchungslink_button--outline:hover,
.l2_buchungslink_button--outline:focus-visible {
    color: #fff;
    background: #00546b;
    border-color: #00546b;
}

.l2_buchungslink_button__icon {
    display: inline-grid;
    place-items: center;
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
    font-size: 14px;
    line-height: 1;
}
article.therapeutin .l2_buchungslink_button {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
}