body.pvg-apotheker-landingpage .pvg-apotheker-final {
  box-sizing: border-box;
  padding: clamp(3.5rem, 7vw, 6rem) 1rem;
  color: #fff;
  background: #00498e;
  font-family: Arial, sans-serif;
  line-height: 1.65;
}
body.pvg-apotheker-landingpage .pvg-apotheker-final * {
  box-sizing: border-box;
}
body.pvg-apotheker-landingpage .pvg-apotheker-final__container {
  width: min(100%, 75rem);
  margin-inline: auto;
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid rgb(255 255 255 / 20%);
  border-radius: 30px;
  background: rgb(255 255 255 / 7%);
  box-shadow: 0 18px 48px rgb(0 33 65 / 18%);
}
body.pvg-apotheker-landingpage .pvg-apotheker-final h2 {
  max-width: 20ch;
  margin: 0 0 1rem;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.15;
}
body.pvg-apotheker-landingpage .pvg-apotheker-final__container > p {
  max-width: 48rem;
  margin: 0 0 1.75rem;
  font-size: clamp(1.0625rem, 2vw, 1.25rem);
  line-height: 1.65;
}
body.pvg-apotheker-landingpage .pvg-apotheker-final nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}
body.pvg-apotheker-landingpage .pvg-apotheker-final__button {
  display: inline-flex;
  min-height: 3.75rem;
  padding: .75rem 1.5rem;
  align-items: center;
  justify-content: center;
  border: 2px solid #00498e;
  border-radius: 999px;
  color: #fff;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}
body.pvg-apotheker-landingpage .pvg-apotheker-final__button--light {
  border-color: #58bd9c;
  background: #58bd9c;
  color: #083c32;
}
body.pvg-apotheker-landingpage .pvg-apotheker-final__button--light:hover,
body.pvg-apotheker-landingpage .pvg-apotheker-final__button--light:active {
  background: #003b73;
  color: #fff;
}
body.pvg-apotheker-landingpage .pvg-apotheker-final__button--outline {
  border-color: #fff;
  background: transparent;
}
body.pvg-apotheker-landingpage .pvg-apotheker-final__button--outline:hover,
body.pvg-apotheker-landingpage .pvg-apotheker-final__button--outline:active {
  background: #fff;
  color: #00498e;
}
body.pvg-apotheker-landingpage .pvg-apotheker-final__button:focus-visible {
  outline: 3px solid #ffbf47;
  outline-offset: 3px;
}
@media (max-width: 30rem) {
  body.pvg-apotheker-landingpage .pvg-apotheker-final nav,
  body.pvg-apotheker-landingpage .pvg-apotheker-final__button {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  body.pvg-apotheker-landingpage .pvg-apotheker-final * {
    transition-duration: .01ms !important;
  }
}

