hi kugelmeier
When you add custom html in your custom modules first disable your default editor from global configuration , if editor is not correctly configured before it strips out some codes , then add something like this
<div class="col-lg-6 col-xs-6">
Your content
</div>
<div class="col-lg-6 col-xs-6">
Your content
</div>
Regards