/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* E-Mail-Links im Job-Plugin einfärben */
.jobs-row-input a[href^="mailto:"] {
  color: #0014ed !important;
  text-decoration: none;
  transition: color 0.2s ease;
}

.jobs-row-input a[href^="mailto:"]:hover {
  color: #c9eb09 !important;
}



.job-post{
      margin-top: 200px!important;
	background: #a0bbca!important;
	border-radius: 25px!important;
	padding: 40px 20px 40 20px;
	
}

.single-jobs {
	
	background: #02257c!important;
}

.modal-title {
	color: #02257c!important;
	font-family: "Bebas Neue local";
	border-radius: 25px!important;
	font-size: 30px!important;
}

/* 1) Checkbox-Einwilligungstext auf 12px + Linkfarben */
.jobs-modal-form .checkbox_field .checkbox-label .checkbox-text,
.jobs-modal-form .checkbox_field .checkbox-label .checkbox-text a {
  font-size: 12px !important;
  line-height: 1em;
}

/* Link-Farbe normal + Hover */
.jobs-modal-form .checkbox_field .checkbox-label .checkbox-text a {
  color: #02257C !important;
}
.jobs-modal-form .checkbox_field .checkbox-label .checkbox-text a:hover {
  color: #0013ED !important;
}

/* 2) Hinweis „*Benötigte Felder“ auf 10px + Farbe */
.required_field_notice .input-paragraph {
  font-size: 10px !important;
  color: #02257C !important;
}
/* Stern bleibt rot (Plugin-Regel existiert bereits, zur Sicherheit nochmals) */
.required_field_notice .input-paragraph .field_required {
  color: #f02a00 !important;
}
