#unterkuenfte .category-photo { display:block; margin:0 0 18px; color:#29483f; text-decoration:none; }
#unterkuenfte .category-photo img { display:block; width:100%; height:auto; aspect-ratio:4/3; object-fit:cover; border-radius:12px; filter:none; opacity:1; }
#unterkuenfte .category-photo span { display:block; padding-top:9px; font-size:12px; line-height:1.5; letter-spacing:.035em; color:#52665e; }
#unterkuenfte .category-photo:focus-visible { outline:3px solid #bb7920; outline-offset:5px; border-radius:12px; }
#unterkuenfte .card { min-width:0; }
@media(max-width:600px) { #unterkuenfte .category-photo img { aspect-ratio:4/3; } }

.alm-weekend-links { display:grid; gap:12px; margin:22px 0 28px; }
.alm-weekend-link { display:flex; flex-direction:column; gap:5px; padding:16px 20px; border:1px solid #edb84b; border-radius:12px; background:#edb84b; color:#102f28!important; text-decoration:none; text-shadow:none; line-height:1.45; }
.alm-weekend-link span { font-size:14px; }
.alm-weekend-link:hover { background:#f6ca70; }
.alm-weekend-link:focus-visible { outline:3px solid white; outline-offset:4px; }
