/* Northe Neukundenanmeldung accordion */
#wpforms-26203 {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
#wpforms-form-26203 .nk-acc-section {
  margin-bottom: 14px;
}
#wpforms-form-26203 .nk-acc-head {
  display: block;
  width: 100%;
  margin: 0;
  padding: 14px 20px;
  border: 0;
  border-radius: 6px;
  background: #00705e;
  color: #fff;
  text-align: left;
  font-family: "Bebas Neue", "Roboto Condensed", Roboto, "Helvetica Neue", Segoe UI, Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 22px;
  line-height: 1.1;
  cursor: pointer;
}
#wpforms-form-26203 .nk-acc-head::after {
  content: "\25B8";
  float: right;
  font-size: 18px;
  line-height: 1.4;
}
#wpforms-form-26203 .nk-acc-open > .nk-acc-head::after {
  content: "\25BE";
}
#wpforms-form-26203 .nk-acc-body {
  padding: 18px 4px 6px;
}
#wpforms-form-26203 .nk-acc-body:empty { display: none; }
