.tx_fibs_user_new .registrierung_steps {
  background-color: #0085d5;
  margin-left: 0;
  color: #fff;
  width: 100%;
}
.tx_fibs_user_new .registrierung_steps .registrierung_step {
  padding: 10px 5px 10px 15px;
  border: 1px solid #38a7de;
}

.tx_fibs_user_edit .organisation {
  border-radius: 0.2rem;
  border: 1px solid grey;
}
.tx_fibs_user_edit .organisation.confirmed {
  border: 1px solid #28a745;
}

.login-fibs2 .bycs-logo {
  text-align: center;
  background-color: #efefef;
  justify-content: center;
}
.login-fibs2 .bycs-logo img {
  height: 35px;
}

.awesomplete mark {
  padding: 0px;
}

.radio_helper .col-12 {
  display: flex;
  margin-bottom: 0.3rem;
}
.radio_helper .col-12 input {
  margin-right: 1rem;
}
.radio_helper .col-12 label {
  margin-bottom: 0;
}