#formInfo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #9fc1e9;
}

#formInfo h1 {
  font-size: 3.2rem;
  line-height: 1rem;
  font-family: Berthold_Akzidenz_Grotesk_Condensed_Bold;
}

#formInfo p {
  font-size: 6.4rem;
  font-family: Berthold_Akzidenz_Grotesk_Condensed_Bold;
  margin-bottom: 50px;
  letter-spacing: 5px;
}

#saveMemberBTN {
  font-size: 1.6rem;
}
#formElements hr {
  display: none !important;
}

#Pflichtfelder*_9046 {
  margin: 0;
}

#nummer_9374 {
  resize: none;
  height: 4.8ch;
}

.contact_form_wrapper {
  display: flex;
  background-color: #3a4052;
  align-items: center;
  justify-content: center;
  padding: 80px 0px;
}
.contact_form_wrapper_inner {
  width: 1040px;
  margin: auto;
}

.form-label {
  font-size: 1.6rem;
  color: #9fc1e9;
}

.form-control {
  font-size: 1.6rem !important;
  background-color: transparent !important;
  outline: transparent !important;
  /* color: white !important; */
  padding: 15px 12px 18px !important;
}

.form-control:focus {
  border-color: #9fc1e9 !important;
  outline: none !important;
  box-shadow: none !important;
}

#functionElements {
  color: white;
  font-size: 1.6rem !important;
}

.DM_PRIVACY_INFO {
  color: white;
  font-size: 1.6rem !important;
}
