.mc_item_news hr {
	background: var(--globalhintergrundfarbe);
	border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.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;
            gap: 20px;
            margin-bottom: 10px;
}

.teamheader-bit_teamie:last-child {
            margin-bottom: 0;
}

.teamheader-bit_avatar {
            width: 12%;
}

.teamheader-bit_avatar img {
            width: 70px;
}

.teamheader-bit_infos {
            width: 100%;
			border-left: 4px solid var(--akte2);
			padding:2px; 
			font-size: 11px;
	background: var(--farbe3);
}

