Thanks again.
The final solution was
.site-main {
margin-top: 45px;
}
.logged-in #masthead {
margin-top: 30px !important;
}
the little code below. Was causing a white bar between the header and the slider after i was logged in, so i removed the whole line and everything works fine now.
.logged-in .site-main {
margin-top: 75px;
}