How can you correctly reason that this directed graph is acyclic?
I can only visually say that this graph is acyclic because there is not a single path in the graph where the starting vertex is equal to the ending vertex. But is this actually a reason you can say if someone asks you?
Is there maybe some kind of rule / formula where you can determine this by comparing the amount of vertices with the amount of edges?
We have here $6$ vertices and $10$ edges.
I hope you can give me some help because if someone asks me why this directed graph or generally a directed graph is acyclic, I would go like that here and I don't feel good about it.

Step 1. Since $A$ has no indegree it can't be part of any cycle. So remove it. We have now graph $G_1$.
Step 2. Since $C$ has no indegree it can't be part of any cycle (in this new graph $G_1$). So remove it. We get $G_2$
Step 3. Now in $G_2$ nodes $B$ and $D$ have no indegree so remove them.