.themen-grid-page{max-width:1280px;margin:0 auto;padding:1rem;display:flex;flex-direction:column;align-items:center}.themen-grid-page h1{text-align:center;width:100%}.themen-grid{--recipe-tile-width:18em;padding:0 2em;display:grid;width:100%;grid-template-columns:repeat(auto-fill,var(--recipe-tile-width));justify-content:center;gap:2em}.themen-grid article{display:flex;justify-content:center}.thema-tile{display:flex;width:var(--recipe-tile-width);aspect-ratio:1.35;flex-direction:column;border-radius:.75rem;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,8%);transition:transform .2s ease,box-shadow .2s ease;background:0 0}.thema-tile a{color:inherit;text-decoration:none;display:block}.thema-tile:hover{transform:translateY(-4px);box-shadow:0 4px 16px rgba(0,0,0,.15)}.thema-image-wrapper{position:relative;flex:auto;min-height:0;overflow:hidden;background:#f8f8f8;display:flex;align-items:center;justify-content:center}.thema-image-wrapper img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block}.thema-count{position:absolute;right:.5rem;top:.5rem;background:rgba(0,0,0,.6);color:#fff;border-radius:999px;margin:0;padding:.35rem .8rem;font-size:.75rem;font-weight:700}.thema-tile h2{margin:0;padding:.8rem;font-size:1.05rem;line-height:1.3}.themen-page{max-width:1280px;margin:0 auto;padding:1rem;display:flex;flex-direction:column;gap:1.5rem;padding:1rem}.themen-page .themen-header{display:flex;align-items:center;justify-content:center;text-align:center}.themen-page .themen-header h1{line-height:1.1;margin-bottom:0}.themen-page .themen-content{max-width:100%;margin:0 auto}.themen-page .themen-content p{margin:1em 8em}