@charset "utf-8";
/*CSS-Dokument*/

/* Main - Header */
.bericht-header {
    text-align: center;
    margin-bottom: 2rem;
}

.bericht-header time {
    display: block;
    font-size: 1rem;
    color: #666;
    margin-bottom: .75rem;
    font-weight: 600;
}

.lead {
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: center;
    color: #545454;
    margin: 1.5rem auto 2rem;
    max-width: 85%;
}

/* Bilder */
.story-bild {
	display: block;
	width: 70%;
	height: auto;
	margin: 0 auto;
}

.aed-bilder {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
    margin: 1.3rem 0 1rem;
}

.aed-bilder figure {
    text-align: center;
    margin: 0;
}

.aed-bilder img {
	max-width: 200px;
}

/* Untertitel */
figcaption {
	text-align: center;
}

.aed-bilder figcaption {
    margin-top: .5rem;
    font-size: .95rem;
    color: #666;
}

/* Links */
article a {
	text-decoration: none;
}
