Dear Marco,
I see the issue.
The thing is, the height of the modules are set by the modules/templates themselves.
You can try setting a custom height of 100% of the viewpoint by adding this to your custom CSS:
@media only screen and (min-width: 760px) {
#g-header{
height: 100vh;
}
}
However, it is not an ideal solution.