#soap_form {
  margin-left: 1em;
}

.newsletter_abstand {
  margin-top: 1em;
}

/* Vorteile */
.newsletter.vorteile {
  font: normal 120% Arial, Helvetica, sans-serif;
  margin-bottom: 2em;
  margin-left: 1em;
}

.wf-active .newsletter.vorteile {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 110%;
}

.newsletter.vorteile p {
  font-size: 1em;
  line-height: 1.66;
  margin: 0 0 15px;
}

.newsletter.vorteile ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.newsletter.vorteile li {
  background-image: url(../img/haekchen.png);
  background-repeat: no-repeat;
  background-size: 17px auto;
  background-position: 0 3px;
  padding: 0 0 0 25px;
  margin: 0.5em 0;
}

.newsletter.headlinebox {
	background-color: #f8c8a6;
	color: #bc5308;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
  margin-bottom: 15px;
  max-width: 100%;
  padding: 9px 20px 10px;
  text-align: center;
}

/* Reiter */
.newsletter.reiter {
  overflow: hidden;
  margin-bottom: 1em;
  margin-top: 1em;
}

.newsletter.reiter ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.newsletter.reiter li {
  display: block;
  float: left;
  margin-right: 2%;
  background-color: #e2e2e2;
  text-align: center;
  padding: 7px 20px;
  color: #484848;
  font-size: 100%;
  margin-top: 5px;
  width: 32%;
  box-sizing: border-box;
}

.newsletter.reiter li:last-child {
  margin-right: 0px;
}

.newsletter.reiter li.aktiv {
	background-color: #eb6909;
  padding: 9px 20px 10px;
  margin-top: 0;
  color: #fff;
  font-weight: bold;
  position: relative;
  border-bottom: 20px solid #fff;
}

.newsletter.reiter li.aktiv:after {
  content: "";
  margin-left: -20px;
  border-width: 20px 20px 0 20px;
  border-style: solid;
	border-color: #eb6909 transparent transparent transparent;
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
}

/* Links marginal */

.newsletter_links .pfeil {
	background-color: #eb6909;
  margin-bottom: 10px;
  padding: 5px 10px;
}

.newsletter_links .pfeil a {
  color: #fff;
  text-decoration: none;
  font: bold 80% Arial, sans-serif;
}

.newsletter_links .pfeil:hover {
  background-color: #000;
}

/* Schritte */
.newsletter.schritte {
  overflow: hidden;
  font-size: 80%;
  margin: 2em 0;
}

.newsletter.schritte .sp {
  float: left;
}

.newsletter.schritte .sp-0,
.newsletter.schritte .sp-2,
.newsletter.schritte .sp-4 {
  text-align: center;
  width: 30%;
  padding: 0 20px;
}

/* Formulare */
fieldset.tx-powermail-pi1_fieldset .label {
  font-weight: bold;
  width: 120px;
}

ul.parsley-errors-list.filled {
  clear: both;
  list-style-type: none;
  padding-left: 150px;
}

ul.parsley-errors-list.filled li {
  clear: both;
  color: #b50000;
}

.formular_zeile {
  overflow: hidden;
}

.formularfeld.formularfeld_select {
  float: left;
  margin-right: 15px;
}

.formularfeld.formularfeld_select label {
  width: auto;
  border: 1px solid #000;
  border-right: 0;
  padding: 0 5px;
  float: left;
  /*background-color: #f1f1f1;
	background-color: #777;
	color: #fff;*/
  color: #595959;
  font-style: italic;
  display: block;
  height: 26px;
  line-height: 20px;
  box-sizing: border-box;
}

.formularfeld.formularfeld_select label:after {
  content: ":";
}

.formularfeld.formularfeld_select .powermail_select {
  width: 80px;
  border-left: 0;
  padding: 0 5px;
  box-sizing: border-box;
  height: 26px;
  line-height: 20px;
}

#parsley-id-multiple-Adressart {
  display: none;
}

#soap_form .formular_zeile .formularfeld.formularfeld_submit input {
  width: 60%;
}

#soap_form fieldset.tx-powermail-pi1_fieldset input.powermail_text,
#soap_form fieldset.tx-powermail-pi1_fieldset textarea.powermail_textarea,
#soap_form fieldset.tx-powermail-pi1_fieldset select.powermail_select {
  width: 60%;
}

#soap_form.geburtstag fieldset.tx-powermail-pi1_fieldset input.powermail_text,
#soap_form.geburtstag
  fieldset.tx-powermail-pi1_fieldset
  textarea.powermail_textarea,
#soap_form.geburtstag
  fieldset.tx-powermail-pi1_fieldset
  select.powermail_select {
  width: 80px;
}

#soap_form .formularfeld.formularfeld_input > select {
  border: 1px solid #000;
  padding: 3px 5px;
}

.newsletter_links .pfeil,
#soap_form .formular_zeile .formularfeld.formularfeld_submit input {
  background-image: url(../img/pfeil-negativ.png);
  background-repeat: no-repeat;
  background-position: right center;
}

.parsley-success {
  background: url("../img/haekchen.png") right no-repeat;
  background-size: 20px 20px;
}

.parsley-error {
  border: 1px solid #b50000;
}

/* Newsletter DKH */

.dkh .newsletter.reiter li.aktiv {
  background-color: #009ee0;
}

.dkh .newsletter.reiter li.aktiv:after {
  border-color: #009ee0 transparent transparent transparent;
}

.dkh .newsletter.vorteile li {
  background-image: url(../img/haekchen-dkh.png);
}

.dkh .newsletter.headlinebox {
  background-color: #009ee0;
  color: #fff;
  font-weight: bold;
}

.dkh .newsletter_links .pfeil {
  background-color: #009ee0;
}

.dkh .newsletter_links .pfeil:hover {
  background-color: #000;
}

.dkh .newsletter_links .pfeil a:hover {
  text-decoration: none;
}

dkh.newsletter.schritte .sp-0,
dkh.newsletter.schritte .sp-2,
dkh.newsletter.schritte .sp-4 {
  width: 30%;
}

@media screen and (max-width: 480px) {
  .newsletter.reiter li {
    font-size: 100%;
    padding: 7px 8px;
    font-size: 80%;
  }

  .newsletter.reiter li.aktiv {
    padding: 9px 10px 10px;
  }
}

.dkh .parsley-success {
  background: url("../img/haekchen-dkh.png") right no-repeat;
  background-size: 20px 20px;
}

.people-infobox h2 {
  font-size: 1.688em;
  padding-top: 5px;
  line-height: 1.3;
}

.zwischenheadline h2 {
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.3;
}
