.teaser-nav-wrapper {
    display: grid;
    grid-auto-rows: 1fr
}

.teaser-nav-wrapper > a {
    box-shadow:0 0 10px #aaa;
    border: none !important;
    padding: 0 !important;
    min-height: 150px;
    margin-bottom: 1em;
    text-decoration: none;
    color: black;
}

.teaser-nav-wrapper > a::before {
    display: none !important;
}

.teaser-nav-wrapper > a .teaser-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

@media (min-width: 1024px) {
    .teaser-nav-wrapper > a .teaser-image {
        aspect-ratio: 1.2 / 1;
        width: auto;
    }
}

.teaser-nav-wrapper > a .content {
    padding:1em;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: transparent;
    box-shadow: none;
    line-height: 1.3;
}

.teaser-nav-wrapper > a .content p {
    margin-top: 0;
}

.teaser-nav-wrapper > a .content span.link {
    margin-left: auto;
    margin-top: auto;
    color: #b71e3f;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight: 400;
}
.teaser-nav-wrapper > a .content span.link:hover {
    color: #c54b65;
}
.on .teaser-nav-wrapper > a .content span.link {
    color: #c45500;
}
.on .teaser-nav-wrapper > a .content span.link:hover {
    color: #b55001;
}

.teaser-nav-wrapper > a:hover .content span.link {
    text-decoration: underline;
}

.teaser-nav-wrapper > a:focus .content span.link {
    text-decoration: underline;
}

.teaser-nav-wrapper > a.colored h2,
.teaser-nav-wrapper > a.colored span.link,
.teaser-nav-wrapper > a.colored span.link,
.teaser-nav-wrapper > a.colored span.link {
    color:#fff;
}

.teaser-nav-wrapper > a.with-teaser-image {
    padding-top:0;
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-row: span 2;
}

@media (min-width: 1024px) {
    .teaser-nav-wrapper > a.with-teaser-image {
        display: flex;
        padding-bottom: 0;
        grid-row: auto;
    }
}
