@charset "UTF-8";
.btn {
  display: inline-block;
  font-family: "akzidenz-grotesk-condensed", sans-serif;
  font-style: italic;
  letter-spacing: -1px;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 0;
  padding: 0.375rem 0.75rem;
  font-size: 1.1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-decoration: none;
}
.btn.btn-secondary {
  background-color: #728084;
}
.btn.btn-primary {
  background-color: #41a639;
}
.btn.btn-alert {
  background-color: #e22000;
  color: #FFF;
}
.btn.btn-primary.person {
  background-color: #41a639;
  padding-left: 45px;
  position: relative;
}
.btn.btn-primary.person:before {
  position: absolute;
  left: 5px;
  top: -5px;
  font-family: "icomoon", sans-serif;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 2rem;
}
.btn.btn-primary.video {
  background-color: #41a639;
  padding-left: 45px;
  position: relative;
}
.btn.btn-primary.video:before {
  position: absolute;
  left: 5px;
  top: -5px;
  font-family: "icomoon", sans-serif;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 2rem;
}
.btn.btn-primary.pfeil {
  background-color: #41a639;
  padding-left: 45px;
  position: relative;
}
.btn.btn-primary.pfeil:before {
  position: absolute;
  left: 5px;
  top: -5px;
  font-family: "icomoon", sans-serif;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 2rem;
}
