body {
    font-family: 'Kanit', sans-serif;
    font-size: 15px;
    line-height: 30px;
}

h1 {
    text-align: center;
}

a:link {
    color: rgb(0, 0, 0);
    font-style:italic;
}

a:active {
    color: rgb(0, 0, 0);
    font-style:italic;
}

a:hover {
    color: rgb(0, 0, 0);
    font-style:italic;
}

a:visited {
    color: rgb(0, 0, 0);
    font-style:italic;
}

.title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0;
}

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

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

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

.logo {
    height: 75px;
}

.imageContainer {
    display: flex;
    justify-content: center;
    margin: 40px;
}

.image {
    width: 80%;
}

.Beschreibung {
    min-height: 50px;
    border: 2px solid black;
    margin-left: 5%;
    margin-right: 5%;
    margin: 20px 5% 20px 5%;
    background-color: rgb(255, 255, 129);
    padding: 15px;
}

.Zutaten {
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 100px;
    padding: 15px;
    background-color: rgba(157, 255, 157, 0.5);
    border: 2px solid black;
}

.umrechnen {
    font-style: italic;
}

.Zutatenliste {
    text-align: left;
}

.Dauer {
    width: 40%;
}

.Schwierigkeit {
    width: 40%;
}

ul, ol {
    line-height: 35px;
}

.Einkaufsliste {
    padding: 15px;
    margin-left: 5%;
    margin-right: 5%;
    border: 2px solid black;
    background-color: rgb(241, 235, 235);
}

.Unterüberschrift {
    text-decoration: underline;
}

.end {
    height: 100px;
}

.table {
    width: 100%;
}

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

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

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

.icon {
    height: 35px;
}

.fußnote {
    width: 20%;
}

#Menge {
    font-size: 20px;
    width: 60px;
    text-align: center;
}