html {
    font-size: 22px;
    padding-left: 10%;
    padding-right: 10%;
}

body {
    font-size: 1.30em;
    background-color: #f5f5f5;
    color: black;
    font-family: "Times new roman", sans-serif;
}
#logo{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;

}
#navmenu {
    position: sticky;
    top: 0;
    padding: 2px 16px;
    background: #47802c;
  }

#Kategorienauswahl {
    table-layout: fixed;
    justify-self: center;
    height: 80px;
}
.Kategorie {
    padding-inline: 15px;
}
.Kategorie_Link:hover {
    color: blue;
    font-size: 35px;
    transition: all 250ms ease-out;
}
.Kategorie_Link:link {
    text-decoration: none;
    color: whitesmoke;
}
.Kategorie_Link:visited {
    text-decoration: none;
    color: whitesmoke;
}



.Patchnotizen {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 0.5rem;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    table-layout: fixed;
    
}



#footer {

    height: 80px;
    background-color: #47802c;
}
            #footer .footer-text{
                text-align: center;
                padding-top: 22px;
                color: whitesmoke;
            }

.column-left {
    float: left;
    width: 50%;
    min-height: 600px;
}
.column-right {
    float: right;
    width: 50%;
    min-height: 600px;
}

#Mehr-Nachhilfe{
    min-height: 60px;
    max-height: 60px;
    background-color: lightblue;
    text-align: center;
    font-weight: bold;
}
#Mehr-Nachhilfe-text {
    padding-top: 3%;
}