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

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;
}

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

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

.search_Container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    margin: 5px;
}

.Lupe {
    height: 20px;
    position: relative;
    right: 30px;
}

.search_Rezept {
    height: 25px;
    width: 75%;
    border: 1px solid black;
    border-radius: 15px;
    padding-left: 10px;
    margin-top: 10px;
}

.filter_Container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    margin: 5px;
}

.search_Schwierigkeit {
    height: 25px;
    width: 30px;
    padding-left: 5px;
    margin-left: 2px;
    margin-right: 10px;
}

.search_Hours {
    height: 25px;
    width: 30px;
    padding-left: 5px;
    margin-left: 2px;
    margin-right: 2px;
}

.search_Minutes {
    height: 25px;
    width: 30px;
    padding-left: 5px;
    margin-left: 2px;
    margin-right: 2px
}

.Zutaten {
    height: 25px;
    padding-left: 5px;
    margin-left: 2px;
}

.Überschrift {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 15px;
    font-size: 16px;
}

.search_Zutaten_Container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.search_Zutaten {
    padding: 3px;
}

.ZutatenContainer2 {
    margin-left: 20px;
    padding-left: 5px;
}

label {
    font-size: 15px;
}

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

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

.logo {
    height: 75px;
}

.Login {
    position: fixed;
    right: 30px;
    top: 30px;
    background-color: rgb(255, 118, 118);
}

.Rezepte {
    display: flex;
    flex-wrap: wrap;
}

.Rezept {
    position: relative;
    width: 190px;
    top: 10px;
    left: 10px;
    margin: 50px;
    font-size: 17px;
}

.photo {
    height: 80px;
}

.Beschreibung {
    font-size: 17px;
    line-height: 23px;
}

table {
    width: 100%;
}

.end {
    min-height: 100px;
}

.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: 50%;
}