.cat-foerderverein .uagb-post__image {
position: relative;
}
.cat-foerderverein .uagb-post__image::after {
content: '';
position: absolute;
top: 10px;
right: 10px;
width: 80px;
height: 80px;
background-image: url(//monte-koeln.de/wp-content/uploads/2024/11/FoeVe-Batch_2024-150x150.png);
background-size: contain;
background-repeat: no-repeat;
z-index: 10;
pointer-events: none;
}