.ahbfield_service { display: none }
#fbuilder .ui-datepicker-inline{max-width:none !important}
.ahb_m3 #fbuilder .fields label { color: #000000; } p { font:12pt/14pt }
/* Ordnet die Felder untereinander an */
#fbuilder form {
  display: flex !important;
  flex-direction: column !important;
}

/* Kalender zuerst (oben) */
#fbuilder .calendar_block {
  order: 1 !important;
}

/* Quantity danach (unten) – kleine Luft oben */
#fbuilder .ahbfield_quantity_div {
  order: 2 !important;
  margin-top: 12px;
}
