Actually I’ve found that this css is causing the issue:
#content .post {
/* padding-top: 10px; */
padding-bottom: 40px;
/* border-top: 1px solid #eaeaea; */
I commented out the first and third line and everything is like before.
Is this added automatically when enabling the slider?