Thanks to Chat GPT I found out the code myself. Thank you
.blog .featured-image,
.post .featured-image,
.archive .featured-image,
.search .featured-image {
width: 200px;
height: 200px;
object-fit: cover; /* Optional: sorgt dafür, dass das Bild das Container-Verhältnis beibehält */
}