/* Optional: verhindert übergroße Bilder im Content */
main img, .content img { max-width: 100%; height: auto; }
.hero img { max-height: 420px; width: auto; object-fit: cover; }
