#fraunhofer-crm-optin-form {
  margin: 0;
  padding: 2.5rem;
}

#fraunhofer-crm-optin-form .content {
  width: 75%;
}

#fraunhofer-crm-optin-form #edit-email-container .form-item-email,
#fraunhofer-crm-optin-form #edit-email-container .form-submit {
  display: inline-block;
  margin: 0;
  max-width: 100%;
  vertical-align: bottom;
}

#fraunhofer-crm-optin-form .content #edit-locked {
  color: #FF0000;
}

#fraunhofer-crm-optin-form #edit-email-container .form-item-email {
  margin-right: 2.5rem;
}

#fraunhofer-crm-optin-form #edit-email-container .form-submit {
  margin-top: 1.5rem;
}

#fraunhofer-crm-optin-form #edit-email-container .form-item-email input {
  max-width: 100%;
}

#fraunhofer-crm-edit-form .form-item {
  margin: 0;
}

#fraunhofer-crm-edit-form .form-item.form-type-textfield {
  margin-bottom: 1rem;
}

#fraunhofer-crm-edit-form #edit-introtext {
  padding: 2.5rem;
  margin: 0;
}

#fraunhofer-crm-edit-form #edit-introtext p {
  width: 75%;
  margin: 0;
}

#fraunhofer-crm-edit-form .horizontal-tabs-panes > fieldset {
  padding: 0 2.5rem;
  display: table-cell;
}

#fraunhofer-crm-edit-form #edit-content .horizontal-tabs-panes {
  background-color: #EEEFF1;
  margin-top: 1rem;
  padding-bottom: 2.5rem;
}

#fraunhofer-crm-edit-form .horizontal-tabs-panes > fieldset > .fieldset-wrapper {
  width: 75%;
}

#fraunhofer-crm-edit-form .horizontal-tabs-panes > fieldset > .fieldset-wrapper fieldset {
  margin-top: 2.5rem;
}

#fraunhofer-crm-edit-form .horizontal-tabs-panes > fieldset .form-wrapper:not(.infomaterial) {
  margin: 2.5rem 0;
}

#fraunhofer-crm-edit-form .horizontal-tabs-panes > fieldset .form-wrapper:not(.infomaterial) fieldset {
  display: table-cell;
}

#fraunhofer-crm-edit-form .horizontal-tabs-panes label,
#fraunhofer-crm-edit-form .horizontal-tabs-panes input,
#fraunhofer-crm-edit-form .horizontal-tabs-panes select {
  font-weight: normal;
  font-size: 1.2rem;
}

#fraunhofer-crm-edit-form .horizontal-tabs-panes .form-type-radio {
  width: 25%;
  display: inline-block;
}

#fraunhofer-crm-edit-form .horizontal-tabs-panes .form-type-radios,
#fraunhofer-crm-edit-form .horizontal-tabs-panes .form-type-textfield,
#fraunhofer-crm-edit-form .horizontal-tabs-panes .form-type-select {
  width: 32.9%;
  display: inline-block;
}

#fraunhofer-crm-edit-form .horizontal-tabs-panes .form-type-textfield,
#fraunhofer-crm-edit-form .horizontal-tabs-panes .form-type-select {
  padding-right: 2.5rem;
}

#fraunhofer-crm-edit-form .horizontal-tabs-panes .form-type-textfield .form-text,
#fraunhofer-crm-edit-form .horizontal-tabs-panes .form-type-select .form-select {
  max-width: 100%;
}

#fraunhofer-crm-edit-form .horizontal-tabs-panes .form-wrapper.infomaterial {
  width: 47.5%;
  display: inline-block;
}

#fraunhofer-crm-edit-form .horizontal-tabs-panes .form-wrapper.infomaterial:first-child {
  margin-right: 2.5rem;
}

#fraunhofer-crm-edit-form .horizontal-tabs-panes .form-wrapper.infomaterial fieldset {
  margin: 0;
}

#fraunhofer-crm-edit-form .horizontal-tabs-panes .form-wrapper.infomaterial legend {
  font-size: 1.2rem;
}

#fraunhofer-crm-edit-form .horizontal-tabs-panes .form-wrapper.infomaterial .fieldset-wrapper {
  display: table;
  border-spacing: 0.5rem;
  width: 100%;
}

#fraunhofer-crm-edit-form .horizontal-tabs-panes .form-wrapper.infomaterial .form-type-radios {
  display: table-row;
  vertical-align: top;
}

#fraunhofer-crm-edit-form .horizontal-tabs-panes .form-wrapper.infomaterial .form-type-radios > label,
#fraunhofer-crm-edit-form .horizontal-tabs-panes .form-wrapper.infomaterial .form-type-radios > .form-radios {
  display: table-cell;
  margin-bottom: 1rem;
  width: 49.5%;
}

#fraunhofer-crm-edit-form .horizontal-tabs-panes .form-wrapper.infomaterial .form-type-radios > .form-radios {
  text-align: right;
}

#fraunhofer-crm-edit-form .form-actions {
  margin: 0;
  padding: 2.5rem;
  font-size: 1.2rem;
}

#fraunhofer-crm-webform-connector-user-data-form {
  border-bottom: 1px solid #CCCCCC;
  padding: 1.538em 0.923em;
}

#fraunhofer-crm-edit-form .form-actions .form-type-checkbox label {
  font-weight: normal;
}

#fraunhofer-crm-edit-form .form-actions .form-submit {
  background-color: #1F82C0;
  color: #FFFFFF;
  text-transform: uppercase;
  border: 0;
  margin-top: 2.5rem;
}

@media only screen and (max-width: 1161px) {
  #fraunhofer-crm-edit-form .horizontal-tabs-panes > fieldset > .fieldset-wrapper {
    width: 100%;
  }
}

@media only screen and (max-width: 882px) {
  #fraunhofer-crm-edit-form .horizontal-tabs-panes .form-wrapper.infomaterial {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}

@media only screen and (max-width: 488px) {
  #fraunhofer-crm-edit-form .horizontal-tabs-panes .form-wrapper.infomaterial .form-type-radios > label,
  #fraunhofer-crm-edit-form .horizontal-tabs-panes .form-wrapper.infomaterial .form-type-radios > .form-radios {
    display: block;
    width: 100%;
  }

  #fraunhofer-crm-edit-form .horizontal-tabs-panes .form-wrapper.infomaterial .form-type-radios > .form-radios {
    text-align: left;
  }
}