.teamtotalwrap{
width: 95%;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    justify-content: center;
    margin-bottom: 10px;
}

.teameinzelwrap{
	width: 304px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.teamava{
	background: url(../../../images/01/linadmin.png);
    width: 300px;
    height: 300px;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    border: 2px solid var(--tb-txt);
}

.teamname{
	text-align: center;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    font-size: 40px;
    font-family: var(--tb-head);
    background: var(--tb-hl1);
    border-left: 3px solid var(--tb-txt);
    border-right: 3px solid var(--tb-txt);
}

.teamtext{
	    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    font-size: 13px;
    text-align: justify;
    background: var(--tb-bg2);
    border: 3px solid var(--tb-txt);
}
		