/*breakpoints*/
.btn {
  padding: 15px 20px;
  transition: all ease 0.3s;
  border: 0;
  border-radius: 0;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: none;
  color: #052B46;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .btn {
    font-size: 17px;
  }
}
@media screen and (max-width: 991.98px) {
  .btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 767.98px) {
  .btn {
    font-size: 15px;
  }
}
.btn:not(.btn-noarrow):after, .btn:not(.no__arrow):after {
  height: 15px;
  content: url("/resources/themes/pflugmaurer/images/icons/arrow__long.svg");
  position: relative;
  right: 0;
  display: inline-block;
  margin-left: 2rem;
  transition: all ease 0.5s;
}
@media screen and (max-width: 991.98px) {
  .btn:not(.btn-noarrow):after, .btn:not(.no__arrow):after {
    margin-left: 1.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .btn:not(.btn-noarrow):after, .btn:not(.no__arrow):after {
    margin-left: 1rem;
  }
}
.btn.btn-small {
  padding: 5px 10px;
}
.btn:focus-visible, .btn:focus {
  box-shadow: none;
}
.btn.btn-primary {
  background-color: #E10021;
  color: #FFF;
}
.btn.btn-primary.w-100 {
  text-align: start;
}
.btn.btn-primary.w-100:after {
  position: absolute;
  right: 20px;
}
.btn.btn-primary.w-100:hover:after {
  transform: scale(0.95);
  transform-origin: right;
}
.btn.btn-secondary {
  background-color: #0D4268;
  color: #FFF;
  border: 3px solid #0D4268;
}
.btn.btn-tertiary {
  background-color: #83D0F5;
  color: #FFF;
  border-radius: 9999px;
  display: inline-block;
}
.btn.btn-arrow {
  padding: 15px 0;
}
.btn.btn-arrow:after {
  content: url("/resources/themes/pflugmaurer/images/icons/arrow__long--black.svg");
}
.font_white--all .btn-arrow:after {
  content: url("/resources/themes/pflugmaurer/images/icons/arrow__long.svg");
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22%2Fthemes%2Fpflugmaurer%2Fscss%2Fobjects%2F_buttons.scss%22%2C%22%2Fthemes%2Fpflugmaurer%2Fscss%2Fobjects%2F..%2Fsettings%2Fbreakpoints.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACaI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADqBF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACjBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAJA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADqCF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%22%7D */