.single_job_listing .application .application_button {
  color: #ffffff;
  background-color: #59a83b;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.single_job_listing .application .application_button:hover {
  color: #ffffff;
  background-color: #59A83B;
  /* dunklere Hover-Farbe */
}

input[type=submit]:hover {
  color: #ffffff;
  background-color: #59A83B;
}

input[type=submit] {
  color: #ffffff;
  background-color: #59A83B;
}

.single_job_listing .meta .job-type {
  background-color: #59A83B;
}