body #contact-wrapper { display: none !important; }
body a#kutz-terminreiter {
    position: fixed;
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
    z-index: 900;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 44px;
    height: 148px;
    min-height: 0;
    overflow: hidden;
    margin: 0;
    padding: 12px 8px;
    gap: 12px;
    border: 1px solid rgb(255 255 255 / 28%);
    border-right: 0;
    border-radius: 8px 0 0 8px;
    background: #9d6247;
    color: #fff !important;
    box-shadow: -3px 4px 14px rgb(0 0 0 / 18%);
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0;
    cursor: pointer;
    transition: background-color .18s ease;
    -webkit-tap-highlight-color: transparent;
}
body a#kutz-terminreiter svg {
    display: block;
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    margin: 0;
    color: #fff !important;
    stroke: currentColor;
    fill: none;
}
body a#kutz-terminreiter span {
    display: block;
    flex: 0 0 auto;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    white-space: nowrap;
    color: #fff !important;
    font: inherit;
    opacity: 1;
    transition: opacity .18s ease;
}
body a#kutz-terminreiter::before, body a#kutz-terminreiter::after { content: none; }
body a#kutz-terminreiter:hover { background: #88543d; }
body a#kutz-terminreiter:focus-visible { outline: 3px solid #fff; outline-offset: -5px; }
body:has(#primary-mobile-menu-wrapper.active_menu_wrapper) a#kutz-terminreiter { visibility: hidden; pointer-events: none; }
@media (max-width: 767px), (max-height: 420px) {
    body a#kutz-terminreiter { height: 148px; border-radius: 8px 0 0 8px; }
}
@media (prefers-reduced-motion: reduce) {
    body a#kutz-terminreiter, body a#kutz-terminreiter span { transition: none; }
}
@media print { body a#kutz-terminreiter { display: none !important; } }
