Drawing Animated Sprites with Bottom Left as Origin?

Hello guys,
I am using MonoGame.Extended.Animations and want to draw AnimatedSprites at a special location, but they are being drawn just that the origin (middle of the sprite) is the location where I want to draw.

I want the origin to be the bottom left, in other words, that the location is the at the bottom left of the sprite and not in the middle.
Thanks for your help!

Nevermind, I did some calculations for my collision box and I got it working anyways.