


html {
  height: 100%;
  background-image: url("Bilder/Burse.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed; /* Parallax-Effekt */
}

body {
    font-family: 'Crimson Pro', serif;
    font-size: 1.1rem;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.footnote {
    font-size: 0.9em;
    margin-top: 10px;
    color: #555;
    line-height: 1.4;
}

.footnote sup {
    font-size: 0.8em;
    vertical-align: super;
}



.timeline {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.timeline-item {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

.date {
    font-weight: bold;
    width: 150px;
    flex-shrink: 0;
}



.grey-box {
    background-color: #f0f0f0;
}

.white-box h1 {
    text-align: center;
}

.white-box {
    background-color: white;
    padding: 3rem 2rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    width: 90%;
    max-width: 1200px;
    color: black;
    margin-top: 150px;
    margin-left: auto;
    margin-right: auto; 
    border-radius: 14px;
}

.site-footer {
    text-align: center;
    padding: 1rem;
    font-size: 0.85rem;
    color: #888;
    margin-top: 4rem;
    width: 90%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.site-footer hr {
    border: none;
    border-top: 1px solid #eee;
    margin-bottom: 1rem;
    width: 100%;
}

.site-footer a {
    color: #666;
    text-decoration: none;
    margin: 0 8px;
}

.site-footer a:hover {
    text-decoration: underline;
}
