Hello Markus,
What you can do is change the width of the container i.e, add the following custom css inside the additional css section of your customizer;
.container {
width: 100%;
}
You can follow the Documentation if you wish to do something like our demmo site.
Thanks!