/**
* Block Name: newsletter_abo
*/
section.newsletter_abo {
  overflow: hidden;
}

section.blog_entry_mitarbeiter + section.newsletter_abo {
  padding-bottom: 150px;
  padding-top: 150px;
}

section.newsletter_abo .bg_light_green {
  background: #edf7f3;
  padding: 30px !important;
  z-index: 1;
  position: relative;
  margin: 0;
}

section.newsletter_abo h2 {
  margin-left: 25px;
}

section.newsletter_abo .bg_light_green .content p:last-child {
  margin-bottom: 0;
}

section.newsletter_abo .content_wrapper > img.herb:nth-of-type(1) {
  top: -100px;
  right: -100px;
  left: unset;
  opacity: 1;
  z-index: 2;
  width: 240px;
}

section.newsletter_abo .content_wrapper > img.herb:nth-of-type(2) {
  bottom: -170px;
  right: -100px;
  left: unset;
  top: unset;
  opacity: 1;
  width: 80%;
  max-width: 600px;
}

@media (max-width: 767px) {
  section.newsletter_abo .bg_light_green {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  section.newsletter_abo .content_wrapper > img.herb:nth-of-type(1) {
    width: 150px;
    right: -50px;
  }
  section.newsletter_abo .content_wrapper > img.herb:nth-of-type(2) {
    right: -50px;
    bottom: -120px;
  }
}

div.n2g_wrapper input:not([type="checkbox"]) {
  width: 100%;
}

div.n2g_wrapper .checkbox-inline span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
div.n2g_wrapper .checkbox-inline span input {
  margin-top: 6px;
}
div.n2g_wrapper .checkbox-inline span label {
  padding-left: 10px;
}

div.n2g_wrapper button[type="submit"] {
  background-color: #5fba94 !important;
}
