 .gallerie {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-evenly;
     padding-top: 20px;
     padding-left: 4px;
     padding-right: 4px;
 }

 .vorstand {
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
 }

.gallerie p {
    text-align: center;
    padding-top: 4px;
}

.gallerie img {
    max-width: 100%;
}

.mannschaften {
    border-radius: 1rem;
    box-shadow: 2px 2px 5px lightgrey;
}

@media only screen and (min-width: 768px) {
    .vorstand div {
        width: 50%;
    }

    .content {
        width: 70%;
        margin: 20px auto;
    }

    .gallerie div {
        width: 25%;
        padding: 4px;
    }

    form div {
        width: 30vw;
        /*flex-direction: row !important;*/
        /*padding: 2px 0;*/
    }

    form {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    header nav {
        /*flex-direction: row;*/
        flex-wrap: nowrap;
        padding-right: 30px;
        flex-grow: 2;
        padding: 20px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .nav-desktop {
        flex-direction: row;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer-content {
        flex-direction: row !important;
    }

    .projekte {
        width: 30vw;
        margin: 10px;
    }

    .preview img {
        width: 100%;
        height: auto;
    }

    img {
        max-width: 60vw;
    }

    footer a {
        /*color: #F5F5F5;*/
        color: #021820;
        font-weight: 300;
    }

    footer a:hover {
        color: #007ea7;
        font-weight: 400;
        transition: 1s;
    }

    .nav-mobile {
        display: none;
    }

    .footer-content {
        width: 90%;
    }
        
    .vorstand img {
        width: 20vw;
    }

    .mannschaften {
        flex-direction: row;
        padding: 2rem;
    }

    .mannschaften img {
        width: 35vw;
    }

    .info {
        padding-right: 30px;
    }

    .sponsor {
        font-size: 70px;
    }

    .mobile {
        display: none;
    }

    .desktop {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .vorstand div {
        padding-left: 0;
        padding-right: 0;
    }

    .gallerie {
        max-width: 100%;
    }

    .gallerie div {
        max-width: 45%;
        padding: 4px 0;
        font-size: large;
    }

    footer a {
        /*color: #F5F5F5;*/
        color: #007ea7;
    }

    img {
        width: 100vw;
        margin: 0;
        padding: 0;
    }

    #logo2 {
        rotate: 90deg;
        width: 70px;
    }

    .nav-desktop {
        display: none;
    }

    .nav-mobile {
        display: flex;
        flex-direction: column;
        font-size: 12px;
    }

    .nav-mobile nav a {
        padding-bottom: 4px;
    }

    header nav {
        display: flex;
        flex-direction: column;
        justify-content: end;
    }

    h1 {
        font-size: 3rem;
        padding: 0 1rem;
    }

    h2 {
        font-size: 2.25rem;
    }

    .content {
        width: 100vw;
    }

    .px {
        padding-left: 20px;
        padding-right: 20px;
    }

    .mannschaften {
        text-align: center;
        flex-direction: column;
            padding: 1rem;
    }

    .mannschaften img {
        width: 100%;
    }

    .mannschaften button {
        margin-bottom: 20px;
    }

    .sponsor {
        font-size: 40px;
    }

}

body {
    margin: 0;
    width: 100vw;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    overflow-x: hidden;
}

header {
    background-color: #007ea7;
    color: #F5F5F5;
    padding: 20px;
}

footer {
    background-color: #c2c2c1; /* evtl. footer farbe anpassen, grau oder blau */
    color: #021820;
    margin-top: 20px;
}

footer nav {
    display: flex;
    flex-direction: column;
    padding: 20px;
}

a {
    text-decoration: none;
}

header a {
    text-transform: uppercase;
    font-weight: bold;
    transition: 1s;
    color: #F5F5F5;
}

header a:hover, button:hover {
    color: #c2c2c1;
    transition: 1s;
}

table {
    text-align: left;
    margin-bottom: 10px;
}

th, td {
    padding-right: 20px;
}

.container-fluid {
    padding: 0;
    max-width: 100vw;
    overflow: hidden;
}

.section1 {
    text-align: center;
}

.suchleiste {
    width: 100px;
    height: 20px;
}

#logo1 {
    width: 80px;
}

button {
    padding: 5px 10px;
    background-color: #007ea7;
    color: #F5F5F5;
    /*border: 2px solid #469C6D;*/
    border: none;
    border-radius: 4px;
}

.footer-content {
    display: flex;
    flex-direction: column;
    margin: auto;
    /*width: 90%;*/
    justify-content: space-between;
}

.flex {
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.flex-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

h1, h2, h3, h4 {
    font-family: 'DM Serif Display', serif;
    font-weight: 600;
}

.selfend {
    align-self: end;
}

ul {
    padding-left: 20px;
}

::marker {
    color:#007ea7;
}

.mannschaften {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    align-content: center;
}

.mannschaften p {
    font-size: 18px;
}