@font-face {
    font-family: "Raleway";
    src: url(Raleway-Medium.ttf);
}
@font-face {
    font-family: "Raleway";
    src: url(Raleway-ExtraBold.ttf);
    font-weight: bold;
}

body {
    margin: 0;
    color: black;
    background-color: white;
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    min-height: 100vh;
    font-size: 15px;
    font-family: "Raleway", "Helvetica Neue", "Helvetiva", "Arial", sans-serif;
}
div#top {
}
div#mid {
    width: 100%;
}
div#main {
    font-size: 800%;
}
div#table {
    padding-top: 1em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
div.event {
    flex-grow: 0;
    flex-basis: 20rem;
    color: black;
    background-color: #f4f4f4;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
div.start-end {
    font-weight: bold;
    font-size: 120%;
}
div.title {
    font-weight: bold;
    font-size: 120%;
    padding: 0.5em;
}
div.description {
}
div.description a {
    display: inline-block;
    color: #ffffff;
    background-color: #13b6f2;
    border: 5px solid #13b6f2;
    border-radius: 5px;
    padding: 5px;
    font-weight: bold;
    margin-top: 10px;
    text-decoration: none;
}
div#impressum {
    padding-top: 1em;
    padding-bottom: 1em;
}
.hidden {
    display: none;
}
a, a:visited {
    color: black;
}
