body {
    font-family: 'Kanit', sans-serif;
    font-size: 20px;
}

a:link {
    color: black;
    text-decoration: none;
}

a:active {
    color: black;
    text-decoration: none;
}

a:hover {
    color: black;
    text-decoration: none;
}

a:visited {
    color: black;
    text-decoration: none;
}

.first-container {
    display: flex;
    align-items: center;
    justify-content: center;
    }

.title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.Pfad {
    color: rgb(100, 100, 100);
    padding-left: 30px;
}

.Kontakt {
    padding: 20px;
    margin: 20px;
    background-color: rgb(209, 250, 253);
}

h1 {
    text-align: center;
}

.eMail {
    text-decoration: underline;
}

.menu {
    height: 20px;
    position: fixed;
    left: 30px;
    top: 30px;
}

.logo {
    height: 75px;
}

table {
    width: 100%;
}

.end {
    min-height: 100px;
}

.footnote {
    position: fixed;
    display: flex;
    align-items: center;
    bottom: 0;
    background-color: white;
}

table{
    width: 100%;
    background-color: white;
    position: fixed;
    bottom: 0px;
}

td{
    width: 25%;
    font-size: 20px;
    text-align: center
}

.icon {
    height: 35px;
}

.fußnote {
    width: 20%;
}