body.pvg-apotheker-landingpage .pvg-apotheker-mobile-sticky {
  display: none;
}

@media (max-width: 767px) {
  body.pvg-apotheker-landingpage .pvg-apotheker-mobile-sticky:not([hidden]) {
    position: fixed;
    z-index: 1000;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    min-height: 78px;
    gap: 12px;
    align-items: center;
    padding: 14px 14px calc(14px + env(safe-area-inset-bottom));
    border-top: 1px solid rgb(0 73 142 / 14%);
    background: rgb(255 255 255 / 97%);
    box-shadow: 0 -8px 24px rgb(0 33 65 / 12%);
    font-family: Arial, sans-serif;
  }

  body.pvg-apotheker-landingpage .pvg-apotheker-mobile-sticky__portrait {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    border: 2px solid #58bd9c;
    border-radius: 50%;
    object-fit: cover;
  }

  body.pvg-apotheker-landingpage .pvg-apotheker-mobile-sticky__button {
    display: inline-flex;
    min-width: 0;
    min-height: 48px;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border: 2px solid #58bd9c;
    border-radius: 999px;
    background: #58bd9c;
    color: #083c32;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
  }

  body.pvg-apotheker-landingpage .pvg-apotheker-mobile-sticky__button:hover,
  body.pvg-apotheker-landingpage .pvg-apotheker-mobile-sticky__button:active {
    border-color: #003b73;
    background: #003b73;
    color: #fff;
  }

  body.pvg-apotheker-landingpage .pvg-apotheker-mobile-sticky__button:focus-visible {
    outline: 3px solid #ffbf47;
    outline-offset: 2px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.pvg-apotheker-landingpage .pvg-apotheker-mobile-sticky,
  body.pvg-apotheker-landingpage .pvg-apotheker-mobile-sticky * {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
