
/* Teaser Grid CSS Start */

.teaser-grid-wrapper {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
    margin-bottom: 4.375rem;
    background-color: var(--light-blue);
    padding-left: 1.375rem;
    padding-right: 1.375rem;
}

@media(min-width: 1200px) {
    .teaser-grid-wrapper {
        margin-bottom: 5.625rem;
    }
}
.teaser-grid-wrapper .teaser-grid-main{
    position: relative;
}
.teaser-grid-wrapper .teaser-grid-item{
    position: relative;
    display: block;
}
.teaser-grid-wrapper a.teaser-grid-item:hover img{
    opacity: 0.9;
}
.teaser-grid-wrapper .img-caption {
    width: 100%;
    height: 5rem;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 1rem 1rem 0.625rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.76) 51.7%, #FFF 100%);
    display: flex;
    align-items: flex-end;
}
@media(min-width:1200px){
    .teaser-grid-wrapper .img-caption {
        padding: 1rem 1rem 1.375rem;
    }
}
.teaser-grid-wrapper .img-caption .h3,
.teaser-grid-wrapper .img-caption h3 {
    font-family: var(--zf);
    font-size: 1.4375rem;
    line-height: 1.75rem;
    color: var(--primary);
    font-weight: 700;
    margin: 0;
    padding-left: 1.5rem;
    position: relative;
}
.teaser-grid-wrapper .img-caption .h3::before,
.teaser-grid-wrapper .img-caption h3::before {
    content: "";
    background-image: url('image-caption-arrow.svg');
    background-repeat: no-repeat;
    width: 1.125rem;
    height: 1.125rem;
    position: absolute;
    left: 0;
    top: 0.313rem;
}

@media(min-width:992px){
    .teaser-grid-wrapper .ratio-1x1{
        aspect-ratio: 1 / 1;
    }
    .teaser-grid-wrapper .ratio-1x1 img{
        height: 100%;
        object-fit: cover;
    }
}

.teaser-grid-wrapper .teaser-grid-big-arrow {
    display: flex;
    width: 10rem;
    height: 2.5rem;
    position: absolute;
    bottom: -6rem;
    right: 0;
}
@media(min-width:1200px){
    .teaser-grid-wrapper .teaser-grid-big-arrow {
        width: 20rem;
        height: 5rem;
        bottom: -7.2rem;
    }
}
/* Teaser Grid CSS End */
