:root {
            --color-base: #ffffff;
            --color-contrast: #111111;
            --color-text-muted: #686868;
            --font-main: 'Manrope', sans-serif;
            --max-width: 1000px;
        }

        body {
            margin: 0;
            padding: 0;
            background-color: var(--color-base);
            color: var(--color-contrast);
            font-family: var(--font-main);
            font-size: 1.125rem;
            font-weight: 300;
            line-height: 1.5;
        }

        /* Header */
        header {
            max-width: var(--max-width);
            margin: 0 auto;
            padding: 2rem 1.5rem;
            display: flex;
            align-items: center;
            justify-content: space-between;
            border-bottom: 1px solid #eeeeee;
        }

        .logo-container img {
            height: 80px;
            width: auto;
        }

        .header-title h1 {
            font-size: 1.5rem;
            font-weight: 700;
            margin: 0;
            text-align: right;
            line-height: 1.2;
        }

        .header-title p {
            font-size: 0.875rem;
            color: var(--color-text-muted);
            margin: 0.25rem 0 0 0;
            text-align: right;
        }

        /* Main Content */
        main {
            max-width: var(--max-width);
            margin: 0 auto;
            padding: 3rem 1.5rem;
        }

        .intro {
            margin-bottom: 4rem;
        }

        .intro h2 {
            font-size: 2.25rem;
            font-weight: 400;
            margin-top: 0;
            margin-bottom: 1rem;
            letter-spacing: -0.5px;
        }

        /* Jahres-Abschnitt */
        .year-section {
            margin-bottom: 5rem;
        }

        .year-title {
            font-size: 2rem;
            font-weight: 700;
            border-bottom: 2px solid var(--color-contrast);
            padding-bottom: 0.5rem;
            margin-bottom: 2.5rem;
        }

        /* Raster für Events */
        .events-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 2.5rem;
        }

        /* Event Karte */
        .event-card {
            background: #fbfaf3; /* Entspricht accent-5 aus deinem Theme */
            border-radius: 12px;
            padding: 2rem;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            border: 1px solid #e6e5dd;
        }

        .event-header {
            margin-bottom: 1.5rem;
        }

        .event-badge {
            display: inline-block;
            font-size: 0.75rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            background-color: var(--color-contrast);
            color: var(--color-base);
            padding: 0.25rem 0.75rem;
            border-radius: 4px;
            margin-bottom: 0.75rem;
        }

        .event-card h3 {
            font-size: 1.5rem;
            font-weight: 400;
            margin: 0 0 0.5rem 0;
        }

        .event-card p {
            margin: 0;
            color: var(--color-text-muted);
            font-size: 1rem;
        }

        /* Projekt-Links innerhalb einer Karte */
        .project-links {
            margin-top: 1.5rem;
            padding-top: 1.5rem;
            border-top: 1px solid #e6e5dd;
        }

        .project-links h4 {
            font-size: 1rem;
            font-weight: 700;
            margin: 0 0 1rem 0;
        }

        .links-list {
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
        }

        /* Buttons im Stil der Hauptseite */
        .btn-project {
            display: inline-block;
            background-color: var(--color-contrast);
            color: var(--color-base);
            text-decoration: none;
            font-size: 0.95rem;
            font-weight: 400;
            padding: 0.6rem 1.5rem;
            border-radius: 200px;
            transition: background-color 0.2s ease;
        }

        .btn-project:hover {
            background-color: #333333;
        }

        /* Back to Main Website Link */
        .back-link {
            display: inline-block;
            color: var(--color-contrast);
            text-decoration: underline;
            text-underline-offset: 0.2em;
            font-size: 1rem;
            margin-bottom: 2rem;
        }

        .back-link:hover {
            text-decoration: none;
        }

        /* Footer */
        footer {
            max-width: var(--max-width);
            margin: 4rem auto 0 auto;
            padding: 2rem 1.5rem;
            border-top: 1px solid #eeeeee;
            text-align: center;
            font-size: 0.875rem;
            color: var(--color-text-muted);
        }

        /* Responsive Anpassung */
        @media (min-width: 768px) {
            .events-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        /* manrope-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/manrope-v20-latin-200.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/manrope-v20-latin-200.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* manrope-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/manrope-v20-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/manrope-v20-latin-300.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* manrope-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/manrope-v20-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/manrope-v20-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* manrope-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/manrope-v20-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/manrope-v20-latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* manrope-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/manrope-v20-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/manrope-v20-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* manrope-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/manrope-v20-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/manrope-v20-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* manrope-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/manrope-v20-latin-800.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/manrope-v20-latin-800.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
