Hi,
thanks a lot. But by the time you answered I already figured it all out somehow.
As far as I can say, the default wordpress gallery doesn’t quite work in this theme. It always shows as one vertical centered column, despite what I do. So my workaround is to remove the theme support for gallery:
remove_theme_support( 'html5', array(
'gallery',
) );