I needed padding between the headline and the featured image and this code did the trick:
.single-post .entry-featured {
padding: 15px;
padding-bottom: 0;
box-shadow: 0;
border: 0;
}
Alas the featured image is not aligned with the text and therefore with the other images.