WordPress permalink still not working (error or not understood?)

Ok, I found the solution by myself. I forgot to access the variable via $wp_query->query_vars[‘bahn’]. It works fine now.

BUT unfortunatly, the URL is still not correct shown or translated in the browser address line. It allways shows me

www.mysite.com/data/rink/?bahn=BER

but I would like to see

www.mysite.com/data/rink/BER

How can this be realized?