.teaser {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.teaser .teaser-img{
    max-width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
}
.teaser .teaser-img img{
    width:100%;
    height: auto;    
}

.teaser .teaser-box{
    padding: 32px;
    background: var(--edde-Colors-gradient-100, linear-gradient(87deg, #F2F9FC 0%, #F7FBF5 100%));
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: stretch;
    flex-grow: 1;
}
.teaser .teaser-box a{
    text-decoration: none;
}
.teaser .teaser-box a:after{
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid var(--edde-Colors-darkblue, #007FC5);
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}