
h1 {
    font-family: Roboto;
    font-size: 3rem;
}

h2 {
    font-family: Roboto;
    padding-top: 5ch;
}

h3{
    font-family: Roboto;
    font-size: 2rem;
}

p{
    font-family: Roboto;
}

body{
    background-color:rgb(236, 236, 236);
}

main{
    padding-left: 9%;
    padding-right: 9%;
}

footer{
    margin-top: 20ch;
    padding-left: 125px;
    padding-right: 125px;
}

th{
    font-family: Roboto;
    font-size: small;
    padding-bottom: 1ch;
    padding-top: 3ch;
    color: gray;
}

td{
    font-family: Roboto;
    padding-bottom: 1ch;
}

nav ul{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
nav ul li{
    list-style-type: none;
}

.navEntrysTop {
    font-family: Roboto;
    font-size: smaller;
    color:black;
    text-decoration: none;
    margin-left: 2ch;
    margin-right: 5ch;
}

.welcome{
    width: 96%;
    height: 60ch;
    background-image: url("images/beeB.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    align-content: center;
    color:white;
    border-radius: 5px;
    margin: auto;
}

.buttonWeiss{
    background-color: white;
    border-radius: 16px;
    border: none;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 14px;
    padding-right: 14px;
    font-family: Roboto;
    margin-top: 10px;
}

.categorienflex{
    display:flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
}

.tile1{
    width: 250px;
    height: 42ch;
    background-image: url("images/macro-monoB.webp");
    background-repeat: no-repeat;
    background-size: cover;
    text-align: left;
    color:white;
    border-radius: 5px;
    padding-top: 0.1ch;
    padding-left: 2ch;
    padding-right: 2ch;
    padding-bottom: 0.1ch;
    position:relative;
}

.tile2{
    width: 250px;
    height: 42ch;
    background-image: url("images/VogelstartB.webp");
    background-repeat: no-repeat;
    background-size: cover;
    text-align: left;
    color:white;
    border-radius: 5px;
    padding-top: 0.1ch;
    padding-left: 2ch;
    padding-right: 2ch;
    padding-bottom: 0.1ch;
    position:relative;
}

.tile3{
    width: 250px;
    height: 42ch;
    background-image: url("images/elphB.webp");
    background-repeat: no-repeat;
    background-size: cover;
    text-align: left;
    color:white;
    border-radius: 5px;
    padding-top: 0.1ch;
    padding-left: 2ch;
    padding-right: 2ch;
    padding-bottom: 0.1ch;
    position:relative;
}


.tileTop{
    text-align: left;
}

.tileBottom{
    position:absolute;
    bottom: 0;
}

.banner{
    width: 100%;
    height: 40ch;
    background-color: white;
    border-radius: 8px;
    text-align: center;
    align-content: center;
    margin-top: 19ch;
}

.buttonBlack{
    color: white;
    background-color: black;
    border-radius: 16px;
    border: none;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 14px;
    padding-right: 14px;
    font-family: Roboto;
    margin-top: 10px;
}

.linkCopyright{
    font-family: Roboto;
    color: gray;
    font-size: small;
    margin-right: 3ch;
}

.footerLinks{
    margin-top: 200px;
}

@media screen and (max-width: 725px) {
  /* weitere Regeln für kleine Screens */
  .categorienflex{
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow: scroll;
  }

}
/* allgemein gültige Regeln */