/*
Theme Name: Fülscher Theme
Author: Marcello Grunow
Description: Cinematic Light WP Theme für Fülscher Fleischwaren
Version: 6.1.2
Text Domain: fuelscher-theme
*/

/* v6.0 minimal overrides (loaded before main.css) */
body { background: #FAFAFA; }

/* Career form floating labels + focus glow (Cinematic Light, no black) */
.career-form__group { position: relative; margin-bottom: 18px; }
.career-form__input {
  width: 100%;
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 10px;
  padding: 14px 14px 12px;
  background: rgba(255,255,255,0.9);
  outline: none;
  transition: border-color .25s ease, box-shadow .25s ease, background .25s ease;
}
.career-form__input:focus {
  border-color: #008CC2;
  box-shadow: 0 0 0 3px rgba(0,140,194,0.14);
  background: #FFFFFF;
}
.career-form__label {
  position: absolute;
  top: 13px;
  left: 14px;
  font-size: 0.9rem;
  color: rgba(17,24,39,0.55);
  pointer-events: none;
  transition: all .2s cubic-bezier(0.16,1,0.3,1);
}
.career-form__input:focus + .career-form__label,
.career-form__input:not(:placeholder-shown) + .career-form__label {
  top: -9px;
  left: 12px;
  font-size: 0.72rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #008CC2;
  background: #FAFAFA;
  padding: 0 8px;
}
