.teamheader-container {
            background: #fff;
            width: 100%;
            margin: auto auto;
            border: 1px solid #ccc;
            padding: 1px;
            -moz-border-radius: 7px;
            -webkit-border-radius: 7px;
            border-radius: 7px;
            margin-bottom: 10px;
        }
        
        .teamheader-headline{
	      font-size: 10pt;
    height: 3em;
    font-family: var(--nv-head);
    color: var(--nv-bg);
    text-transform: uppercase;
    border-left: 0.3em solid var(--nv-m);
    margin: 1.7em 0 1.5em 2.6em;
    padding-left: 2em;
    letter-spacing: 1em;
    display: flex;
    align-content: center;
    align-items: center;
}

.teamheader-headline a{
	color: var(--nv-bg);
	text-decoration: none;
}

.teamheader-headline a:hover{
	color: var(--nv-bg);
	text-decoration: underline;
}
        
        .teamheader-bit {
            display: flex;
justify-content: space-evenly;
			flex-wrap: wrap;
			color: var(--nv-bg);
        }
        
        .teamheader-bit_teamie {
	display: flex;
    align-items: center;
    margin-bottom: 10px;
    flex-direction: column;
    flex-wrap: wrap;
        }
        
        .teamheader-bit_teamie:last-child {
            margin-bottom: 0;
        }
        
        .teamheader-bit_avatar {
    display: flex;
    justify-content: center;
        }
        
        .teamheader-bit_avatar img {
    width: 6vw;
    border-radius: 5px;
    aspect-ratio: 1 / 1;
    min-width: 65px;  
max-width: 120px;}
        
        .teamheader-bit_infos {
            width: 85%;
			font-family: var(--nv-main);
			font-size: var(--nv-txt-size);
			text-align: center;
        }