#header-brand a.navbar-brand {
  text-transform: none;
}

#header-brand {
  border-bottom: 3px solid #e2eff3;
  margin-top: 3rem;
}

#header-brand img.logo {
  max-height: 60px;
}

#header-menu {
  visibility: hidden;
}

h1, h2, h3, h4, h5, h6 {
  color: rgb(67, 91, 107);
}

.bg-secondary {
  background-color: #fff !important;
}

.crm-container a.button, .crm-container a.button:link, .crm-container a.button:visited, .crm-container .ui-dialog-buttonset .ui-button, .crm-container .crm-button {
  display: inline-block;
  font-weight: normal;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border: none;
  color: #fff;
  background-color: #cf171a;
  border-radius: 0px;
  box-sizing: border-box;
  line-height: 1;
  cursor: pointer;
  text-shadow: none;
  text-transform: uppercase;
}

.btn-primary {
  color: #fff;
  background-color: #cf171a;
  border-color: #cf171a;
  border-radius: 0px;
}

.bg-primary {
  background-color: #3a6278 !important;
}

.crm-form-checkbox {
  margin-right: 10px;
}

footer.bg-secondary {
  background-color: #3a6278 !important;
}

#page-footer {
  box-shadow: none;
}

#block-bfd-systopia-footer-impressum a {
  color: #ffffff;
}

#block-bfd-systopia-footer-impressum a:hover {
  color: rgba(255, 255, 255, 0.66);
}

.crm-container .help {
  background-color: rgba(226, 239, 243, 0.2);
  border: #e2eff3;
}

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #b72abf;
  border-color: #b72abf;
}

.toggle-all {
  color: #b72abf;
}

.crm-container .crm-button:hover {
  background-color: rgb(138, 15, 17);
}

/* form remote events */
body.path-civiremote {
  color: rgb(108, 117, 125);
}

.path-civiremote {
  /* colors */
}
.path-civiremote h1, .path-civiremote h2, .path-civiremote h3, .path-civiremote h4, .path-civiremote h5, .path-civiremote h6 {
  color: rgb(67, 91, 107);
}
.path-civiremote strong {
  font-weight: 700;
}
.path-civiremote #page-content p {
  text-align: left;
}
.path-civiremote #header-menu {
  display: none;
}
.path-civiremote #page-content img {
  width: 100%;
}
.path-civiremote h1 {
  margin-top: 30px;
}
.path-civiremote #edit-confirm--wrapper {
  margin-bottom: 55px;
}
.path-civiremote .form-control {
  width: auto;
}
.path-civiremote .form-item {
  margin-bottom: 0;
}
.path-civiremote .form-item:not(.form-composite) > legend {
  display: block;
  font-weight: 500;
  font-size: 1.3rem;
  border-bottom: solid 2px grey;
  margin-top: 2rem;
  color: rgb(67, 91, 107);
}
.path-civiremote #edit-contactprefix-id--wrapper legend,
.path-civiremote #edit-participantzusatzinformationen-symposium-wie-haben-sie-von-unserer-veranstaltung-erfahren---wrapper legend {
  float: left;
  width: 30%;
  text-align: right;
  padding-right: 10px;
  box-sizing: border-box;
  margin-top: 7px;
}
.path-civiremote #edit-contactprefix-id--wrapper > div,
.path-civiremote #edit-participantzusatzinformationen-symposium-wie-haben-sie-von-unserer-veranstaltung-erfahren---wrapper > div {
  margin-left: 30%;
}
.path-civiremote input {
  accent-color: red;
}
.path-civiremote #edit-participantzusatzinformationen-symposium-wie-haben-sie-von-unserer-veranstaltung-erfahren---wrapper legend {
  display: none;
}
.path-civiremote #edit-contactaddress {
  margin-top: 0;
}
.path-civiremote #edit-contactaddress > legend {
  display: none;
}
.path-civiremote .form-radios > div {
  display: inline-block;
}
.path-civiremote .form-radios > div + div {
  margin-left: 20px;
}
.path-civiremote .custom-textfield,
.path-civiremote .custom-email,
.path-civiremote .custom-textarea {
  display: flex;
}
.path-civiremote .custom-textfield label,
.path-civiremote .custom-email label,
.path-civiremote .custom-textarea label {
  width: 30%;
  text-align: right;
  vertical-align: bottom;
  margin-top: 7px;
  padding-right: 10px;
}
.path-civiremote .form-control {
  background-color: #eee;
  border: none;
  border-radius: unset;
  max-width: 400px;
  width: 70%;
}
.path-civiremote .form-textarea-wrapper {
  width: 70%;
}
.path-civiremote .form-textarea-wrapper textarea {
  width: 100%;
}
.path-civiremote #edit-gtacs .form-item-gtac {
  margin-left: 30%;
  margin-bottom: 25px;
}
.path-civiremote .form-actions {
  text-align: center;
}
.path-civiremote .form-submit {
  text-transform: uppercase;
  padding: 12px 40px;
  font-weight: 700;
  border-radius: 5px;
  margin-right: 0;
}
.path-civiremote .alert-dismissible {
  display: none;
}

#civiremote-event-register-form #edit-back {
  background-color: #7f7f7f;
  border-color: #7f7f7f;
}
#civiremote-event-register-form #edit-back:hover {
  background-color: #3a6278;
  border-color: #3a6278;
}