Hi,
please note that you have to post in english.
To your issue: You are using non-rt-products that couse the issue.
But the real issue is your horrible custom css coding that we can't fx entirely for you because we don't offer a custom coding service.
You might want to ask in our marketplace for paid help.
As a start try to add this to yout custom css-file.
@media (max-width:60rem) {
.moduletable.customclass.span5 {
float: none;
margin-left: 0px;
min-height: 1px;
}
.platform-content {
position: relative!important;
}
}