/**
 * Hide the header "Suche" (search) button — not needed on Medical Hub.
 * The button is an inline Site Studio element (id popupsearch), so it is
 * hidden via CSS rather than a block/config change.
 */
#popupsearch,
a.coh-style-bc-search--button {
  display: none !important;
}
