body {
    margin: 0%;
    font-family: 'helvetica neue', 'HelveticaNeue', 'Helvetica-Neue', Helvetica, Arial, sans-serif;}

.contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: white;
    padding: 20px;
    align-items: center;
}

.contact a {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: black;
    border-radius: 30px;
    padding: 5px;
    border: 3px solid;
}

.contact a:hover, footer a:hover {
    color: orangered;
}

nav {
    background-color: rgb(44, 53, 61);
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

nav ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    color: white;
    list-style-type: none;
}

nav li {
    position: relative;
    margin: 20px;
}

nav img {
    margin-top: 10px;
    width: 300px;
    height: 60px;
    border-radius: 10px;
}

nav a:hover {
    color: orangered;
}

.Leistungen a {
    display: flex;
    padding: 5px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-left: 90px;
    width: 500px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    font-size: 20px;
    text-decoration: none;
    margin: 10px;
    color: black;
}

a {
    font-size: 20px;
    text-decoration: none;
    color: white;
}

.Leistungen {
    display: flex;
    padding: 5px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-left: 90px;
}

.Leistungen a img {
    width: 380px;
    height: 250px;
    border-radius: 20px;
    box-shadow: 10px 10px rgb(198, 201, 204);
}

.Vorteile {
    display: flex;
    background-color: rgb(44, 53, 61);
    padding: 20px;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.Vorteile-Inhalt {
    color: white;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.Vorteile-Inhalt span {
    display: flex;
    align-items: center;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 50px;
    padding: 0px;
    width: 600px;
    border: 3px solid;
    border-radius: 30px;
}

.Vorteile-Inhalt img {
    margin-right: 50px;
    width: 80px;
    height: 90px;
    margin-left: 60px;
}

.Titel-1 {
    text-align: center;
    font-weight: normal;
    
}

.Titel-2 {
    color: white;
    font-weight: normal;
}

footer {
    background-color: rgb(44, 53, 61);
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px;
}

footer span{
    width: 200px;
}

.google-maps {
    display: flex;
    justify-content: center;
    margin: 40px;
}

.Impressum-link {
    border-radius: 30px;
    padding: 8px;
    border: 3px solid;
}

@media only screen and (max-width: 767px) {
    .contact {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-around;
        background-color: white;
        padding: 20px;
        font-size: 13px;
        align-items: center;
    }
    
    .contact a {
        display: flex;
        align-items: center;
        font-size: 20px;
        color: black;
        border-radius: 30px;
        padding: 5px;
        border: 1px solid;
    }

    nav {
        background-color: rgb(44, 53, 61);
        padding: 10px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    nav ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: white;
        list-style-type: none;
        padding: 0%;
    }

    nav img {
        margin-top: 10px;
        width: 300px;
        height: 60px;
        border-radius: 10px;
        display: flex;
        justify-content: center;
    }

    .Vorteile {
        display: flex;
        background-color: rgb(44, 53, 61);
        flex-direction: column;
        justify-content: center;
        align-content: center;
        align-items: center;
    }

    .Vorteile-Inhalt {
        color: white;
        display: flex;
        justify-content: center;
        flex-direction: column;
        flex-wrap: wrap;
        margin-bottom: 30px;
        width: 300px;
    }
    
    .Vorteile-Inhalt span {
        width: 310px;
        height: 130px;
        font-size: 10px;
        display: flex;
        align-items: center;
        margin-top: 50px;
        border: 3px solid;
        border-radius: 30px;
        margin-left: 0%;
    }

    .Vorteile-Inhalt img {
        margin-right: 50px;
        width: 50px;
        height: 60px;
        margin-left: 5px;
    }
    
    .Titel-1 {
        text-align: center;
        font-weight: normal;
        font-size: 20px;
        
    }
    
    .Titel-2 {
        font-size: 20px;
        color: white;
        font-weight: normal;
    }

    .Leistungen {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin: 0%;
        width: 300px;
    }
    
    .Leistungen a img {
        width: 280px;
        height: 160px;
        border-radius: 20px;
        box-shadow: 10px 10px rgb(198, 201, 204);
    }

    .Leistungen a {
        font-size: 20px;
        text-decoration: none;
        margin: 10px;
        color: black;
        width: 300px;
        transition: all 0.2s ease-in-out;
    }

    .Leistungen-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    footer {
        background-color: rgb(44, 53, 61);
        color: white;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        padding: 20px;
    }
    
    footer span{
        text-align: center;
        font-size: 13px;
        width: 170px;
    }
    
    .google-maps {
        display: flex;
        justify-content: center;
        margin: 40px;
    }
    
    .Impressum-link {
        text-align: center;
        border-radius: 30px;
        font-size: 20px;
        padding: 8px;
        width: 100px;
        border: 1px solid;
        margin-top: 20px;
    }
    
}