@font-face {
  font-family: 'SparRg';
  url('../fonts/SparRg.ttf')  format('truetype'), /* Safari, Android, iOS */
}

/*body {
  font-family: 'SparRg', 'Sparkasse Rg', sans-serif;
}*/

.navbar--spf {
  background: #ff0000;
  color: #fff;
  margin: 0 0 40px;
}

.navbar--spf .navbar-brand, .navbar--spf .navbar-brand:hover, .navbar--spf .navbar-brand:focus, .navbar--spf .navbar-brand:active {
  color: #fff;
  text-shadow: none;
}

.steps__step {
  background-color: rgba(68,68,68,0.8);
  color: #fff;
  padding: 20px 30px 20px 30px;
  cursor: pointer;
}

.steps__step h4 {
  font-size: 18px;
  margin: 0 0 0 10px;
}

.steps {
  margin: 0 0 40px;
}

.steps__step.steps__step--active {
  background-color: #ff0000;
}

.control {
  margin: 20px 0 40px;
  /*background-color: rgba(68,68,68,0.8);*/
  padding: 10px 0;
}

.btn-primary--spf, .btn-primary--spf:hover, .btn-primary--spf:focus, .btn-primary--spf:active, .btn-primary--spf:not(:disabled):not(.disabled):active {
  background: #ff0000;
  color: #fff;
  border: none;
  min-width: 360px;
}

.btn-secondary--spf {
  min-width: 360px;
}

.btn-secondary--spf, .btn-secondary--spf:hover, .btn-secondary--spf:focus, .btn-secondary--spf:active, .btn-secondary--spf:not(:disabled):not(.disabled):active {
  background: rgba(68,68,68,0.8);
  color: #fff;
  border: none;
}

.steps__step--first {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.steps__step--last {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.card-link, .card-link:hover, .card-link:focus, .card-link:active {
  margin: 10px 0 0;
  display: block;
  padding: 15px;
  text-align: center;
  border: 1px #ff0000 solid;
  color: #ff0000;
  border-radius: 4px;
}

.card.card-active {
  border: 8px #ff0000 solid;
}

.without-min-width, .without-min-width:focus, .without-min-width:active, .without-min-width:hover, .without-min-width:not(:disabled):not(.disabled):active {
  min-width: 0;
}

.modal__loading {
  text-align: center;
}

.modal__loading p {
  margin: 20px 0;
}

