

#inc-ensemble img.portrait {
    max-width: 30%;
    /* max-width: 185px; */
    margin-right: 0.5em;
    margin-bottom: 0.5em;

    float: left;
    clear: both;
}



/* @media screen and (max-width: 600px) {
    #inc-ensemble img.portrait {
        max-width: 30%;
        margin-right: 0.5em;
        margin-bottom: 0.5em;
    
        float: left;
        clear: both;
    }
    
} */


#inc-ensemble .spieler {
    clear: both;
    padding-bottom: 1em;

} #inc-ensemble h1 {
    clear: both;
    padding-top: 1em;
} 

#inc-ensemble .spieler p:last-child::after {
    content: " ";
    clear: both;
}
/* 
#inc-ensemble .spieler:nth-child(even) {
    color: var(--kk-color-schwarz);
} */

.spieler .name {
    font-size: 150%;
    font-weight: bold;
}