/* 
    Created on : 08.09.2015, 13:24:31
    Author     : maoh, webzeugs GmbH
*/
.tx-events h3.t-section-lead {
  margin: 30px 0 10px;
}
.tx-events input[type="radio"] {
  -webkit-appearance: radio;
}
.tx-events input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
.tx-events select.c-newsletter__input:focus {
  outline: 0;
}
.tx-events .c-newsletter__option label {
  color: #fff;
}
.tx-events .c-newsletter__option input + label {
  background-color: #bdc0c3;
  color: #2c3641;
}
.tx-events .c-newsletter__option input:checked + label {
  background-color: #2c3641;
  color: #bdc0c3;
}
.tx-events .mc-btn--on-dark.mc-btn--outline-grey:hover {
  color: #767B81;
  border-color: #767B81;
  background-color: #efefef;
}
.tx-events input.error-required {
  border-color: red;
}

.tx-events .sendInfos, 
.tx-events .hasCompanion {
  margin-top: 20px;
}
.tx-events .companions-container {
  display: none;
}
.tx-events .c-newsletter__button {
  margin-top: 50px;
}