.category-teaser{background:var(--block-background-color);color:var(--block-text-color);position:relative;z-index:1;display:flex;flex-direction:column;width:100%;justify-content:flex-end;grid-column:span 4;aspect-ratio:initial}@media screen and (min-width: 64rem){.category-teaser{grid-column:span 3}}.category-teaser.bg--white{--block-text-color: var(--kiwa-blue)}.category-teaser__image{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;display:none;transition:linear .5s;background:var(--kiwa-blue);background:linear-gradient(140deg,var(--kiwa-blue--light) 0%,var(--kiwa-blue--medium) 75%)}.category-teaser__image img{width:100%;height:100%;object-fit:cover;transition:transform .2s}.category-teaser__link{text-decoration:none;height:100%;display:flex;flex-direction:column;justify-content:flex-end;color:inherit}.category-teaser__content{position:relative;background:var(--block-background-color);color:var(--block-text-color);padding:var(--spacing);display:flex;justify-content:space-between;flex-direction:column;width:100%;max-width:initial;aspect-ratio:initial}@media screen and (min-width: 48rem){.category-teaser__content{gap:var(--spacing);aspect-ratio:3/2;flex-grow:1}}@media screen and (min-width: 48rem){.category-teaser:has(.category-teaser__image) .category-teaser__content{flex-grow:0}}.category-teaser__heading{margin:0;font-size:1.5rem;font-weight:var(--semibold)}@media screen and (min-width: 64rem){.category-teaser__heading{font-size:1.875rem}}.category-teaser__arrow{grid-area:arrow;margin-left:auto;display:flex;align-items:flex-end;justify-content:flex-end;color:inherit}.category-teaser:has(.category-teaser__link:hover) .category-teaser__image,.category-teaser:has(.category-teaser__link:focus) .category-teaser__image{background:linear-gradient(140deg,var(--kiwa-blue) 20%,var(--kiwa-blue--medium) 80%)}.category-teaser:has(.category-teaser__link:hover) .category-teaser__image img,.category-teaser:has(.category-teaser__link:focus) .category-teaser__image img{transform:scale(1.05)}.category-teaser:has(.category-teaser__link:hover) .category-teaser__title,.category-teaser:has(.category-teaser__link:hover) .category-teaser__heading,.category-teaser:has(.category-teaser__link:focus) .category-teaser__title,.category-teaser:has(.category-teaser__link:focus) .category-teaser__heading{text-decoration:underline}.category-teaser--compressed .category-teaser__content{aspect-ratio:initial;flex-direction:row;font-size:1.0625rem;color:var(--block-text-color);min-height:4.375rem;padding:var(--spacing-s) var(--spacing);align-items:center;font-family:var(--font-secondary)}.category-teaser--compressed .category-teaser__link{justify-content:center}
