.topmeldung.standard .card {
    position: relative;
}
.topmeldung.standard .card-section {
    position: absolute;
    bottom: 0;
    padding: 16px;
}
.topmeldung.standard .card-section span, .topmeldung.standard .card-section p {
    color: #FFFFFF;
}
/* Sub headline for standard */
.topmeldung.standard span:not(.headline) {
    font-family: 'FiraSansNorm', serif;
}
.topmeldung.alternative-facade .subheadline {
    color: #649739;
}
/* Description */
.topmeldung.standard p {
    line-height: 16px;
}
.topmeldung.standard .caret-right {
    border-left: 10px solid #FFFFFF;
}
@media (min-width: 640px) {
    .topmeldung .card-section {
        padding-bottom: 0;
    }
    .topmeldung .card-section a > p {
        margin-bottom: 0;
    }
    .topmeldung .opinion-main-title {
        line-height: 35px;
        margin-bottom: 28px;
    }
    .topmeldung.opinion .header-limit {
        margin-bottom: 40px;
    }
    .topmeldung.opinion .author {
        margin-bottom: 10px;
        line-height: 32px;
    }
    .topmeldung.opinion figcaption {
        line-height: 20px;
    }
    .topmeldung.opinion .portrait-meinung-wrapper, .topmeldung.opinion .text-column {
        margin-bottom: 0;
    }
    .topmeldung.alternative-facade {
        /* Should be 90px to the next element, but 10px line height */
        margin-bottom: calc(90px - 10px);
    }
    .topmeldung.alternative-facade p {
        line-height: 34px;
    }
    .alternative-facade .card-img {
        margin-bottom: 30px;
    }
    .topmeldung.standard {
        margin-bottom: 95px;
    }
    .topmeldung.standard .headline {
        line-height: 60px;
    }
    .topmeldung.standard .card-header {
        margin-bottom: 30px;
    }
    .topmeldung.standard .card-section {
        padding: 32px;
    }
    .topmeldung.standard p {
        font-family: 'FiraSansSemiBold', serif;
        line-height: 32px;
    }
}
@media (max-width: 639px) {
    .topmeldung .card {
        margin-bottom: 0;
    }
    .topmeldung.opinion .header-limit {
        margin-bottom: 20px;
    }
    .topmeldung.standard .img-overlay:before {
        background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 80%);
        background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 80%);
        background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 80%);
    }
    .topmeldung.standard .headline {
        line-height: 22px;
    }
    .topmeldung.alternative-facade .card-section {
        margin-left: 0;
        margin-right: 0;
    }
    .topmeldung.alternative-facade .card-img {
        margin-left: calc(-1 * var(--body-side-mob));
        margin-right: calc(-1 * var(--body-side-mob));
    }
}
