.teamheader-container {
            
            width: 100%;
            margin: auto auto;
          
         
            
       
            margin-bottom: 10px;
        }
        
        .teamheader-headline {
            
            color: #ffffff;
            
            padding: 8px;
       
        }
        
        .teamheader-bit {
          
            
        }
        
        .teamheader-bit_teamie {
            display: flex;
    align-items: center;
    padding: 1em;
    color: var(--font_lmain);
    font-size: 12px;
    font-family: Arial;
        }
        
        .teamheader-bit_teamie:last-child {
            margin-bottom: 0;
        }
        
        .teamheader-bit_avatar {
            width: 50px;
		
        }
        
        .teamheader-bit_avatar img {
            width: 50px;
        }
        
        .teamheader-bit_infos {
              width: 200px;
    box-sizing: border-box;
    padding: 0 0 0 1em;
			line-height:12px;
			
        }

.teamheader-bit_infos a {
    font-family: "Oxygen", sans-serif;
   font-size: 12px;
    color:#2d1d0f;
   text-decoration: none;
    text-transform: uppercase;
}

.teamheader-bit_name  {
 font-family: "Arvo", serif;
   font-size: 14px;
    color:#2d1d0f;
  text-transform: uppercase;
}