﻿@charset "utf-8";
/* CSS-Dokument */

/* ==========================================================
   HERO-BILD
========================================================== */
.hero-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: .5rem;
}

/* ==========================================================
   FIGURE
========================================================== */
.event-report figcaption {
	display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1rem;
    margin-top: .5rem;
    color: #666;
    font-size: .9rem;
}

.event-report figcaption time {
    white-space: nowrap;
    color: #777;
    font-style: italic;
}

/* ==========================================================
   GALERIE
========================================================== */
.event-gallery h2 {
	margin-bottom: 1.25rem;
	text-align: center;
}

.event-gallery img{
    width:100%;
    aspect-ratio:3/2;
    object-fit:cover;
    border-radius:.5rem;
}

/* ==========================================================
   NAVIGATION
========================================================== */
.info-container a,
.info-container a:hover {
    text-decoration: none;
}