body{
    font-family: "Lilita One", sans-serif;
    font-style: normal;
    padding-left: 100px;
    padding-right: 100px;
    background: url(pictures/Background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    backdrop-filter: contrast(150%);
    backdrop-filter: blur(2px);
    height: 100vh;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}  

.main-pictures{
    display: flex;
    margin: 0   auto;
    max-width: 70%;
}

.big-pictures{
    display: flex;
    max-width: 100%;
    width: 60%;
    margin: 0   auto;
}
.threepictures{
    padding: 10%;
    display: flex;
}
.main{
    flex: 1;
    max-width: 100%;
    object-fit: cover;
}
.main-content{
    color: rgb(0, 201, 0);
    font-weight: 100;
    background-color: rgba(0, 0, 0, 0.596);
}

.headlinenav{
    color: rgb(0, 201, 0);
    font-weight: 100;
    text-align: center;
    margin-left: 5%;
}
.headline1{
    text-align: center;
}

.navbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.596);
    width: 100%;
    margin-bottom: 10%;
}
.navtext{
    margin-right: 5%;
}

a {
    color: rgb(0, 201, 0);
    text-decoration: none;
    margin-left: 16px;
    font-weight: 100;
}

a:hover {
    text-decoration: underline;
    color: rgb(185, 164, 70);
}

.standardtext{
    font-weight: 100;
    font-size: 14px;
}

.Ueberschrift{
    font-size: 24px;
    font-weight: 200;
}
.maps-container{
    display: flex;
    margin-top: 16px;
    justify-content: space-between;
    
}
.maps-frame{
    width: 70%;
    height: 300px;
}
.text-container{
    width: 30%;
}
.legal-content{
    padding: 8px;
    margin-top: 25%;
}
.legal-text{
    margin-right: 16px;
}