ASP.NET Core Bootstrap 4 Accordion only partially expanding

I’m trying to generate an accordion dynamically using bootstrap and ASP.NET Core.
The goal is to show all terms which belong to a certain category but the problem is that only the first two out of four categories are expanding/collapsing. I can see, that each card-header and card-body is available in the DOM.
My code looks like this: