Hello pommeke,
Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer
to remove header
#footer-bottom {
display: none !important;
}
to minimize height
#footer-bottom {
max-height: 60px !important;
}
Hope this will helps you.
Thanks.