I add this to keep the footer on the bottom when there is not enough content on the page:
footer.x-colophon {
bottom: 0;
left: 0;
right: 0;
position: fixed;
}
works but now i got his nasty space here. would be nicer if the background image of the section would fill the space of the entire page. can this be done?