@charset "UTF-8";
/*breakpoints*/
.button-right {
  background: var(--white);
  padding: 30px 30px 30px 80px;
  color: #000000 !important;
  position: relative;
  font-size: 1.625rem;
  font-weight: 700 !important;
  display: inline-block;
  text-decoration: none !important;
  cursor: pointer;
  border: 1px solid var(--grey-light);
  transition: var(--transition-default);
}
@media screen and (max-width: 1199.98px) {
  .button-right {
    font-size: 1.4rem;
    padding: 20px 25px 20px 65px;
  }
}
@media screen and (max-width: 991.98px) {
  .button-right {
    font-size: 1.125rem;
    padding: 20px 25px 20px 65px;
  }
}
@media screen and (max-width: 767.98px) {
  .button-right {
    font-size: 1rem;
    padding: 20px 20px 20px 50px;
  }
}
.button-right:hover {
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2;
  color: #000000;
}
.button-right:hover.button_icon--right::after {
  color: #000000 !important;
}
.button-right.button_icon--right::after {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  font-family: "Font Awesome 5 Pro" !important;
  color: #000000;
  font-weight: 500;
}
@media screen and (max-width: 991.98px) {
  .button-right.button_icon--right::after {
    left: 25px;
  }
}
@media screen and (max-width: 767.98px) {
  .button-right.button_icon--right::after {
    left: 20px;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%2Fthemes%2Fverbundstein%2Fscss%2Fcomponents%2F_relatedpages.scss%22%2C%22%2Fthemes%2Fverbundstein%2Fscss%2Fcomponents%2F..%2Fsettings%2Fbreakpoints.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACiBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADmBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC5BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */