/* Styles for HerzWerk Boutique Bewerbung Form */
.hb-form-step { display: none; }
.hb-form-step.active { display: block; }
.hb-step-indicator { font-size: 18px; font-weight: bold; margin-bottom: 15px; }
.hb-next-step, .hb-prev-step { display: inline-block; margin-top: 15px; cursor: pointer; }
.hb-submit { background-color: #f57c00; color: #fff; padding: 10px 20px; border: none; cursor: pointer; }
.hb-submit:hover { background-color: #e64a19; }
