.tb-kacheln{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;max-width:1100px;width:100%}.tb-kachel{background:#ffffff;border-radius:14px;overflow:hidden;box-shadow:0 2px 16px rgba(0,0,0,0.08);display:flex;flex-direction:column;text-decoration:none;color:inherit;transition:transform .25s ease,box-shadow .25s ease}.tb-kachel:hover{transform:translateY(-4px);box-shadow:0 12px 36px rgba(0,0,0,0.13)}.tb-kachel__bild{width:100%;aspect-ratio:4 / 3;object-fit:cover;display:block;background:#d8e8e0}.tb-kachel__body{padding:1.5rem 1.5rem 1.75rem;display:flex;flex-direction:column;flex:1;text-align:center}.tb-kachel__titel{font-family:'Playfair Display',serif;font-size:1.2rem;font-weight:400;color:#1c1c1c;margin-bottom:0.6rem;line-height:1.3}.tb-kachel__text{font-size:0.88rem;color:#555;line-height:1.55;margin-bottom:1.25rem}.tb-kachel__divider{border:none;border-top:1px solid #e0dbd2;margin:0 0 1.25rem}.tb-kachel__link{display:inline-flex;align-items:center;justify-content:center;gap:0.4rem;font-size:0.88rem;font-weight:600;color:#1e7a45;text-decoration:none;transition:gap .2s ease;margin-top:auto;align-self:center}.tb-kachel__link:hover{gap:0.7rem}.tb-kachel__link svg{width:14px;height:14px;flex-shrink:0}@media (max-width:768px){.tb-kacheln{grid-template-columns:1fr}}@media (min-width:769px) and (max-width:1024px){.tb-kacheln{grid-template-columns:repeat(2,1fr)}}tb-hero{position:relative;width:100%;background-size:cover;background-position:center center;background-repeat:no-repeat;min-height:420px;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}.tb-hero::before{content:'';position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.50) 100%)}.tb-hero__content{position:relative;z-index:1;padding:3rem 2rem;max-width:760px}.tb-hero__titel{font-size:clamp(1.8rem,5vw,3rem);font-weight:700;color:#ffffff;letter-spacing:0.04em;text-transform:uppercase;margin-bottom:0.75rem;line-height:1.15;text-shadow:0 2px 12px rgba(0,0,0,0.4)}.tb-hero__untertitel{font-size:clamp(0.95rem,2vw,1.1rem);font-weight:400;color:rgba(255,255,255,0.92);line-height:1.6;margin-bottom:1.75rem;text-shadow:0 1px 6px rgba(0,0,0,0.35)}.tb-hero__btn{display:inline-block;background:#1e7a45;color:#ffffff;font-size:0.95rem;font-weight:600;padding:0.75rem 2rem;border-radius:100px;text-decoration:none;transition:background 0.2s ease,transform 0.15s ease;box-shadow:0 4px 16px rgba(0,0,0,0.25)}.tb-hero__btn:hover{background:#155e34;transform:translateY(-2px)}@media (max-width:600px){.tb-hero{min-height:300px}}