So, if I understood well, you want your Flarum to always be on https ?
If so,
RewriteEngine on
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://obtopia.de/flarum/$1 [R,L]
that works for me.
If you arrive on port 80 (http), you are redirected to https.