/* DR_Verlauf_mint_pink */
.button {
  appearance: none;
  text-decoration: none;
  display: inline-block;
  padding: 10px 28px;
  box-sizing: border-box;
  text-align: center;
  background-color: var(--btnBgColor, #D8C4E2);
  background-origin: border-box;
  border-radius: 100vw;
  isolation: isolate;
  position: relative;
  cursor: pointer;
  color: var(--btnLinkColor, var(--sitecolor));
  font-weight: 700;
}
@media (max-width: 767px) {
  .button {
    font-size: 14px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .button:hover,
  .button:focus {
    color: var(--btnLinkColorHov, #fff);
    background-color: var(--btnBgColorHov, #AC95BF);
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
/*# sourceMappingURL=./screen-medium.css.map */