.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 {
            background: #0066a2 url(../../../images/thead.png) top left repeat-x;
            color: #ffffff;
            border-bottom: 1px solid #263c30;
            padding: 8px;
            -moz-border-radius-topleft: 6px;
            -moz-border-radius-topright: 6px;
            -webkit-border-top-left-radius: 6px;
            -webkit-border-top-right-radius: 6px;
            border-top-left-radius: 6px;
            border-top-right-radius: 6px;
}

.teamheader-bit {
            background: #f5f5f5;
            border: 1px solid;
            border-color: #fff #ddd #ddd #fff;
            -moz-border-radius-bottomleft: 6px;
            -webkit-border-bottom-left-radius: 6px;
            border-bottom-left-radius: 6px;
            -moz-border-radius-bottomright: 6px;
            -webkit-border-bottom-right-radius: 6px;
            border-bottom-right-radius: 6px;
            padding: 5px;
}

.teamheader-bit_teamie {
	display: flex; 
	align-items: center;	
	padding: 1em;
	color: var(--font_lmain);	
	font-size: 12px;
	font-family: 'Chivo', Tahoma, Verdana, Arial, cantarell, sans-serif;	
/*
            display: flex;
            align-items: center;
            gap: 20px;
            margin-bottom: 10px;
	*/
}

.teamheader-bit_teamie:last-child {
            margin-bottom: 0;
}

.teamheader-bit_avatar {
	width: 50px;
	height: 50px;
}

.teamheader-bit_avatar img {
	width: 50px;
	height: 50px;
	filter: grayscale(100%);
}

.teamheader-bit_infos {
	width: calc(100% - 50px);
	box-sizing: border-box;
	padding: 0 0 0 1em;	
}

.teamheader-bit_infos a {
	font-family: 'Chivo', Tahoma, Verdana, Arial, cantarell, sans-serif;
	font-weight: 500;
	font-size: 12px;
	color: var(--font_llink);	
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
}
.teamheader-bit_infos a:hover {
	color: var(--andarna_ondark);	
}