.mtb,
.mbb {
  display: none;
}

@media (max-width: 991.98px) {
  :root {
    --mbar-top: 56px;
    --mbar-bottom: 62px;
    --mbar-safe: env(safe-area-inset-bottom, 0px);
    --mbar-primary: #5e74b7;
    --mbar-accent: #5bbdbe;
    --mbar-accent-shadow: rgba(91, 189, 190, .45);
    --mbar-muted: #8a91a3;
    --mbar-ease: cubic-bezier(.2, .8, .2, 1);
  }
  body {
    padding-top: var(--mbar-top);
    padding-bottom: calc(var(--mbar-bottom) + var(--mbar-safe));
  }
  .header {
    display: none !important;
  }
  .header-info {
    font-size: 13px;
  }
  .header-info .container {
    padding-top: 0.75rem !important;
    padding-bottom: 0.25rem !important;
  }
  .header-info .row > [class*=col-] {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 0.5rem !important;
  }
  .header-info .header-info__logo {
    display: none;
  }
  .header-info img {
    width: 22px;
    height: auto;
  }
  .mtb {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    height: var(--mbar-top);
    padding: 0 6px 0 14px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 1px 0 rgba(20, 30, 60, 0.06), 0 4px 16px rgba(20, 30, 60, 0.06);
    transition: transform 0.28s var(--mbar-ease);
    will-change: transform;
  }
  .mtb__logo img {
    display: block;
    height: 34px;
    width: auto;
  }
  .mtb__actions {
    display: flex;
    align-items: center;
    gap: 2px;
  }
  .mtb__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: var(--mbar-primary);
    -webkit-tap-highlight-color: transparent;
  }
  .mtb__btn svg {
    width: 22px;
    height: 22px;
  }
  .mtb__btn:active {
    background: rgba(94, 116, 183, 0.12);
  }
  .mtb__btn:focus-visible {
    outline: 2px solid var(--mbar-primary);
    outline-offset: -2px;
  }
  .mbb {
    display: flex;
    align-items: stretch;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1030;
    height: calc(var(--mbar-bottom) + var(--mbar-safe));
    padding: 0 4px var(--mbar-safe);
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 -1px 0 rgba(20, 30, 60, 0.06), 0 -4px 16px rgba(20, 30, 60, 0.06);
    transition: transform 0.28s var(--mbar-ease);
    will-change: transform;
  }
  .mbb__item {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    min-width: 0;
    padding: 6px 2px 4px;
    border: 0;
    background: transparent;
    font: inherit;
    font-size: 11px;
    line-height: 1.1;
    font-weight: 500;
    color: var(--mbar-muted);
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
  }
  .mbb__item svg {
    width: 24px;
    height: 24px;
  }
  .mbb__item span {
    white-space: nowrap;
  }
  .mbb__item.is-active, .mbb__item:active {
    color: var(--mbar-primary);
  }
  .mbb__item:focus-visible {
    outline: 2px solid var(--mbar-primary);
    outline-offset: -4px;
    border-radius: 12px;
  }
  .mbb__item--cta {
    color: var(--mbar-primary);
  }
  .mbb__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-top: -24px;
    border-radius: 50%;
    color: #fff;
    background: var(--mbar-accent);
    box-shadow: 0 0 0 4px #fff, 0 8px 16px var(--mbar-accent-shadow);
  }
  .mbb__cta svg {
    width: 26px;
    height: 26px;
  }
  .mbb__item--cta:active .mbb__cta {
    filter: brightness(0.92);
  }
  .mbars-hidden .mtb {
    transform: translateY(-100%);
  }
  .mbars-hidden .mbb {
    transform: translateY(calc(100% + 32px));
  }
  .mbars-hidden .cookie-banner {
    bottom: 0;
  }
  .cookie-banner {
    bottom: calc(var(--mbar-bottom) + var(--mbar-safe));
    padding: 12px 0;
    font-size: 13px;
    transition: bottom 0.28s var(--mbar-ease);
  }
  .cookie-banner .d-flex {
    flex-wrap: wrap;
    gap: 10px;
  }
  .cookie-banner .btn {
    margin-left: 0 !important;
  }
  .medflex-round-widget,
  .medflex-round-widget__button {
    bottom: calc(var(--mbar-bottom) + var(--mbar-safe) + 16px) !important;
  }
  #CalltouchWidgetFrame {
    bottom: calc(var(--mbar-bottom) + var(--mbar-safe) - 8px) !important;
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .mtb,
  .mbb,
  .cookie-banner {
    transition: none;
  }
}
.medflex-round-widget:not(.medflex-fallback) {
  width: 0;
  height: 0;
  background: transparent;
  box-shadow: none;
}
.medflex-round-widget:not(.medflex-fallback)::before, .medflex-round-widget:not(.medflex-fallback)::after {
  display: none;
}

@media (min-width: 992px) {
  body:has(.medflex-round-widget) #CalltouchWidgetFrame {
    bottom: 140px !important;
  }
}
@media (min-width: 651px) and (max-width: 991.98px) {
  body:has(.medflex-round-widget) #CalltouchWidgetFrame {
    bottom: calc(var(--mbar-bottom) + var(--mbar-safe) + 120px) !important;
  }
}
.medflex-round-widget.medflex-fallback {
  left: auto;
  right: 32px;
}
@media (max-width: 650.98px) {
  .medflex-round-widget.medflex-fallback {
    left: 32px;
    right: auto;
  }
}

.medflex-fallback__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  color: inherit;
  text-decoration: none;
}
.medflex-fallback__link:hover, .medflex-fallback__link:focus {
  color: inherit;
}
.medflex-fallback__link:focus-visible {
  outline: 3px solid #fff;
  outline-offset: -6px;
}
