.fdk-teaser-widget {
    display:block;
    overflow: hidden;
    margin-bottom: 1rem;
}

.fdk-teaser-widget a {
    text-decoration: none;
    color: inherit;
    display:block;
}

/* Bild oben */
.fdk-teaser-widget-media {
    width: 100%;
    height: 12.4375rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Content-Bereich (Farbe) */
.fdk-teaser-widget-content {
    background-color: transparent;
}

/* Innenabstände */
.fdk-teaser-widget-header {
    padding: 16px 16px 8px;
}

.fdk-teaser-widget-headline{
    font-size: 1.125rem;
    line-height: 1.2;
    margin: 0;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .01em;
}

.fdk-teaser-widget-body {
    padding: 0 16px 8px;
}

.fdk-teaser-widget-body p {
    margin: 0;
}

.fdk-teaser-widget-footer {
    padding: 8px 16px 16px;
    font-weight: 700;
}

.fdk-teaser-widget-read-more {
    text-decoration: none;
}

/* Editor-Optik */
.fdk-teaser-widget.is-editor{ outline:1px dashed rgba(0,0,0,.15); }
.fdk-teaser-widget .components-placeholder{ margin:0; padding:8px 0; }
