.category-teaser{position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-right:2%;text-align:center;width:23%}@supports (display:grid){.category-teaser{width:auto;display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:0}}.category-teaser__image{display:block}.category-teaser__image img{max-width:100%}.category-teaser__image>div::before{background:rgba(0,0,0,.4);content:'';position:absolute;top:0;width:100%;height:100%}.category-teaser__image::after{background:#f9a553;background:-webkit-gradient(linear,right top,left top,from(#f9a553),to(#fde159));background:linear-gradient(to left,#f9a553,#fde159);content:'';display:block;margin-top:-2px;height:3px;width:100%;z-index:1}.category-teaser__title{position:absolute;width:100%;bottom:4.375rem;color:#fff}.category-teaser__link{color:#000;position:absolute;display:block;bottom:1.5625rem;width:100%}.category-teaser__link :link{color:#000}.category-teaser__link :link:focus{color:#000}.category-teaser__link :visited{color:#000}.category-teaser--grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}@supports (display:grid){.category-teaser--grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}}