.bento{grid-template-columns:1fr;gap:1.25rem;display:grid}.bento .post{border-radius:calc(var(--radius) + .4rem);background:var(--c-tint);padding:1rem}.bento .post:nth-child(odd){background:var(--c-floral);box-shadow:inset 0 0 0 1px var(--line)}.bento .post-text{flex-direction:column;flex:1;gap:.75rem;padding:.25rem;display:flex}.bento .post{position:relative}.bento .post h3:has(a:focus-visible){box-shadow:var(--focus);border-radius:4px}.bento .post h3 a:focus-visible{box-shadow:none}.bento .post .by a{text-decoration:underline;text-decoration-color:var(--c-tiger);text-underline-offset:3px}.bento .post-kurz{margin:0;font-size:1rem;line-height:1.55;display:none}.bento .post:first-child:nth-last-child(n+3){background:var(--c-onyx);color:var(--c-floral);box-shadow:none}.bento .post:first-child:nth-last-child(n+3) :is(.k,h3,.post-mehr){color:var(--c-floral)}.bento .post:first-child:nth-last-child(n+3) .by{color:color-mix(in srgb,var(--c-floral) 78%,transparent)}.bento .post:first-child:nth-last-child(n+3) .bm{border-color:#0000}@media (width>=900px){.bento{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.bento .post:first-child:nth-last-child(n+3){grid-area:span 2/span 2;padding:1.25rem}.bento .post-kurz{display:block}.bento .post:first-child:nth-last-child(n+3) .post-bild{flex:1;align-items:center;display:flex}.bento .post:first-child:nth-last-child(n+3) .post-text{flex:none}.bento .post:first-child:nth-last-child(n+3) .post-mehr{margin-top:.25rem}.bento .post:first-child:nth-last-child(n+3) h3{font-size:clamp(1.5rem,2.2vw,2rem);line-height:1.2}.bento .post:last-child:nth-child(3n+1){grid-column:1/-1}.bento .post:last-child:nth-child(3n+2){grid-column:span 2}.bento .post:last-child:is(:nth-child(3n+1),:nth-child(3n+2)){grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:1.5rem;display:grid}.bento .post:last-child:nth-child(3n+1){grid-template-columns:minmax(0,1fr) minmax(0,2fr)}.bento .post:last-child:is(:nth-child(3n+1),:nth-child(3n+2)) .post-mehr{margin-top:.25rem}}
