body {
    background-color: #87CEFA;
    margin: 0;
}
.nfl {
    width: 4%;
    right: 1%;
    top: 0.65%;
    position: fixed;
}
.names {
    right: 2%;
    bottom: 1.5%;
    position: fixed;
    font-size: 25px;
}
.title {
    font-family: Archivo Narrow;
    margin-left: 50px;
    margin-bottom: 20px;
    margin-top: 25px;
    font-size: 40px;
}
.einleitungstext {
    font-family: Archivo Narrow;
    font-size: 24px;
    margin-left: 3.7%;
    margin-top: 7%;
}
.header {
    background-color: white;
    font-family: Archivo Narrow;
    padding-left: 3.7%;
    padding-bottom: 1.2%;
    padding-top: 1.2%;
    padding-right: 30%;
    margin: 0;
    font-size: 40px;
    display: flex;
    position: fixed;
    width: 100%;
    top: 0px;
}
.footer {
    background-color: white;
    font-family: Archivo Narrow;
    padding-left: 3%;
    padding-bottom: 1.2%;
    padding-top: 3.2%;
    padding-right: 100%;
    margin: 0;
    font-size: 20px;
    display: flex;
    position: fixed;
    bottom: 0%;
}
.aboutus {
    position: fixed;
    left: 2%;
    bottom: 1.5%;
    font-size: 25px;
}
.sources {
    text-align: center;
    position: fixed;
    left: 48%;
    bottom: 1.5%;
    font-size: 25px;
    margin-top: 0px;
}
.quellen {
    place-items: center;
    display: grid;
    width: 100%;
    font-size: 50px;
    position: fixed;
}
.dropdown {
    display: inline-block;
    font-family: Archivo Narrow;
    font-size: 100%;
    left: 80%;
    position: fixed;

}
.dropdown-content {
    display: none;
    font-family: Archivo Narrow;
    margin-top: 0%;
    font-size: 25px;
    border: solid 2px black;
    padding-left: 2px;
    padding-right: 3px;
    padding-bottom: 1px ;
    padding-top: 1px;
    background-color: rgba(255, 255, 255, 0.75);
    box-shadow: 2px 2px 5px black;
    position: fixed;
}
.dropdown:hover > .dropdown-content {
    display: block;
    font-family: Archivo Narrow;
}
.link {
    color: black;
    text-decoration: none;
}
.feld {
    background-color: white;
    margin-right: 3.7%;
    margin-left: 3.7%;
    margin-top: 25px;
    margin-bottom: 7%;
    padding: 10px 25px 15px 25px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    place-items: center;
    gap: 25px 25px;
}
.feld div {
    margin: 0 auto;
    width: 58%;
}
.bilder {
    width: 100%;
}
div.contact {
    font-family: Archivo Narrow;
    font-size: 45px;
    margin: 2% 0% 2% 1.5%;
    font-weight: 900;
}
div.contact2 {
    font-size: 30px;
    font-weight: 400;
    color: white;
}
.bilderklein {
    width: 20px;
}
.back {
    color: black;
    text-decoration: none;
    text-align: center;
}
.footerback {
    background-color: white;
    font-family: Archivo Narrow;
    padding: 0;
    margin: 0;
    font-size: 20px;
    position: fixed;
    bottom: 0;
    width: 100%;
    display: grid;
    place-items: center;
    height: 4%;
}
.underline {
    text-decoration: underline;
}
.copyright {
    font-family: Archivo Narrow;
    font-size: 20px;
    left: 2%;
    position: fixed;
}


@media screen and (max-width: 800px) and (min-width: 601px){
    .header {
        font-size: 20px;
    }
    .einleitungstext {
        font-size: 12px;
        margin-left: 3.7%;
        margin-top: 7%;
    }
    .footer {
        font-size: 10px;
    }
    .sources {
        font-size: 12px;
        bottom: 0.75%;
    }
    .aboutus {
        font-size: 12px;
        bottom: 0.75%;
    }
    .names {
        font-size: 12px;
        bottom: 0.75%;
    }
}
@media screen and (max-width: 600px) and (min-width: 501px){
    .header {
        font-size: 30px;
    }
    .einleitungstext {
        font-size: 18px;
        margin-left: 5.5%;
        margin-top: 55px;
    }
    .footer {
        font-size: 15px;
        padding-top: 4.8%;
    }
    .sources {
        font-size: 18px;
        bottom: 0.75%;
    }
    .aboutus {
        font-size: 18px;
        bottom: 0.75%;
    }
    .names {
        font-size: 18px;
        bottom: 0.75%;
    }
    .feld {
        grid-template-columns: 1fr;
    }
    .feld div {
        width: 100%;
    }
    .nfl {
        width: 5%;
    }
}
@media screen and (max-width: 500px){
    .footer{
        font-size: 15px;
    }
    .header {
        font-size: 30px;
    }
    .einleitungstext {
        font-size: 18px;
        margin-left: 5.5%;
        margin-top: 55px;
    }
    .sources {
        font-size: 12px;
        bottom: 0.75%;
    }
    .aboutus {
        font-size: 12px;
        bottom: 0.75%;
    }
    .names {
        font-size: 12px;
        bottom: 0.75%;
    }
    .feld {
        grid-template-columns: 1fr;
    }
    .feld div {
        width: 100%;
    }
    .nfl {
        width: 5%;
    }
}