.block.contactform.gruen .contactform-wrapper .contactform-headline {
  color: #fff;
}
.block.contactform.gruen .contactform-wrapper .contactform-headline h2 {
  color: #fff;
}
.block.contactform.gruen .contactform-wrapper .contactform-text {
  color: #fff;
}
.block.contactform.gruen .contactform-wrapper .contactform-text h1, .block.contactform.gruen .contactform-wrapper .contactform-text h2, .block.contactform.gruen .contactform-wrapper .contactform-text h3, .block.contactform.gruen .contactform-wrapper .contactform-text h4, .block.contactform.gruen .contactform-wrapper .contactform-text h5, .block.contactform.gruen .contactform-wrapper .contactform-text h6, .block.contactform.gruen .contactform-wrapper .contactform-text p, .block.contactform.gruen .contactform-wrapper .contactform-text li, .block.contactform.gruen .contactform-wrapper .contactform-text ul {
  color: #fff;
}
.block.contactform.gruen .contactform-wrapper .contactform-text a {
  color: #707070;
}
.block.contactform.gruen .contactform-wrapper .contactform-text a:hover {
  color: #fff;
}
.block.contactform.gruen .contactform-wrapper .contactform-shortcode {
  color: #707070;
}
.block.contactform.gruen .contactform-wrapper .contactform-shortcode .gform_heading {
  display: none;
}
.block.contactform.gruen .contactform-wrapper .contactform-shortcode form .gform_body {
  color: #fff;
}
.block.contactform.gruen .contactform-wrapper .contactform-shortcode form .gform_body p {
  color: #fff;
}
.block.contactform.gruen .contactform-wrapper .contactform-shortcode form .gform_footer input.gform_button {
  background-color: #fff;
  border: 2px solid #fff;
  color: #92BB44;
}
.block.contactform.gruen .contactform-wrapper .contactform-shortcode form .gform_footer input.gform_button:hover {
  background-color: #92BB44;
  color: #fff;
}
.block.contactform .contactform-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 2em;
}
.block.contactform .contactform-wrapper .contactform-shortcode {
  color: #707070;
}
.block.contactform .contactform-wrapper .contactform-shortcode .gform_heading {
  display: none;
}
.block.contactform .contactform-wrapper .contactform-shortcode form .gform_body input, .block.contactform .contactform-wrapper .contactform-shortcode form .gform_body textarea {
  outline: none;
}
.block.contactform .contactform-wrapper .contactform-shortcode form .gform_body .gfield_label {
  font-weight: 600;
}
.block.contactform .contactform-wrapper .contactform-shortcode form .gform_body .gfield_required {
  color: #92BB44;
  font-style: normal;
}
.block.contactform .contactform-wrapper .contactform-shortcode form .gform_body .gfield-choice-input + label {
  vertical-align: text-top;
}
.block.contactform .contactform-wrapper .contactform-shortcode form .gform_footer input.gform_button {
  background-color: #92BB44;
  width: fit-content;
  padding: 5px 15px;
  margin-top: 20px;
  border: 2px solid #92BB44;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}
.block.contactform .contactform-wrapper .contactform-shortcode form .gform_footer input.gform_button:hover {
  background-color: #fff;
  color: #92BB44;
}