.sheet-teaser a{
    display: flex;
    padding: 1rem 1.25rem;
    background-color: white;
    text-decoration: none;
}

.sheet-teaser a h2{
    flex-grow: 1;
    font: var(--f-p);
    font-weight: 400;
}
@media(min-width: 48rem){
    .sheet-teaser a h2{
        font: var(--f-p-responsive);
    }
}

.sheet-teaser a:after{
    content: url('data:image/svg+xml,<svg width="16" height="14" viewBox="0 0 16 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.6409 1.10324L8.36143 0.410974C8.66652 0.117851 9.15985 0.117851 9.46169 0.410974L15.7712 6.46988C16.0763 6.76301 16.0763 7.23699 15.7712 7.52699L9.46169 13.589C9.15661 13.8821 8.66327 13.8821 8.36143 13.589L7.6409 12.8968C7.33257 12.6005 7.33906 12.1172 7.65388 11.8272L11.5649 8.24733H2.11036H0.778949C0.347282 8.24733 0 7.91367 0 7.49893V6.50107C0 6.08633 0.347282 5.75267 0.778949 5.75267H11.5649L7.65388 2.17283C7.33581 1.88282 7.32932 1.39948 7.6409 1.10324Z" fill="%23A13636"/></svg>');
    display: block;
}

.taxonomy-sheets .sheet-teaser a:after{
    content: '';
}

.sheet-teaser-alternative{
    background-color: white;
    box-shadow: 0 0 5px var(--c-gray-300);
    height: 100%;
}

.sheet-teaser-alternative > a{
    display: flex;
    flex-direction: column;
    text-decoration: none;
}

.sheet-teaser-alternative > a h2{
    font: var(--f-p-responsive);
    font-weight: 700;
    padding: 1rem;
}
@media(min-width:62rem){
    .sheet-teaser-alternative > a h2{
        font: var(--f-p-big);
        font-weight: 700;
        padding: 1.5rem;
    }
}
