.section {
    padding-top: 0!important;
    padding-bottom: 0!important;
}

/* .mannschaften-headline-section {
    padding: 0!important;
} */

@media (max-width: 960px) {
    .mannschaften-headline-section img {
        height: 565px; 
        object-fit: cover;
    }
    
}

.filter-container {
    color: #FFFFFF;
    background-color: #000000;
    /* margin-left: 0!important;
    margin-right: 0!important;*/
    max-width: 100%!important;
    padding-top: var(--space-top);
    padding-bottom: 
    var(--space-bottom);
}

.filter-container > .filter-title-prefix {
    color: #FFFFFF;
    text-transform: uppercase;
}

.filter-container > .filter-title {
    color: var(--secondary);
    font-size: 2em;
    font-family: 'Open Sans Bold';
    font-weight: 600;
    text-transform: uppercase;
}

.filter-container .filter-icon {
    color: #FFFFFF;
}

.team-section-content-slogan {
    color: #FFFFFF;
    font-family: 'Open Sans Bold';
    font-size: 3em;
    /* font-weight: 800; */
    text-transform: uppercase;
    margin-top: 3vh!important;
    /*margin-bottom: 3vh!important;*/
}

.team-section-content-motto {
    color: #efbf04;
    font-family: 'Open Sans Bold';
    font-weight: 600;
    text-transform: uppercase;
    /*margin-top: 3vh!important;*/
    margin-bottom: 3vh!important;
}

.team-section-audience {
    color: #FFFFFF;
    font-family: 'Open Sans Bold';
    font-size: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
    /*margin-top: 3vh!important;*/
    margin-bottom: 3vh!important;
}

.team-info-container {
    color: #FFFFFF;
    /* font-size: 2em; */
    padding-top: var(--space-top);
    padding-bottom: 0;  
    text-transform: uppercase;
}

.team-info-container .team-info-title {
    font-size: 1.5em;
    font-weight:bold;
    color: #FFFFFF;
    text-transform: uppercase;
}

@media screen and (width < 600px) {
    .team-section-content-slogan {
        font-size: 3em;
    }
    .team-section-content-motto {
        font-size: 3em;
    }
    .team-section-audience {
        font-size: 1.2em;
    }
}

@media screen and (width >= 600px) {
    .team-section-content-slogan {
        font-size: 5em;
    }
    .team-section-content-motto {
        font-size: 5em;
    }
    .team-section-audience {
        font-size: 2em;
    }
}

/** **/

.team-section {
    background-color: #FFFFFF;
}

.team-name {
    color: #FFFFFF;
    background-color: #efbf04;
    font-size: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px!important;
}

.team-name-female {
    background-color: #d827f5;
}

.team-name-male {
    background-color: blue;
}

