.footer_inplay_bg {
    padding: 0em 0em 3em 0em !important;
}

.footer_unseen {
	display: none;
}

/* TEAMSEITE */
.team_flexbox {
	box-sizing: border-box;	
    width: 90%;
    max-width: 1425px;
    min-width: 950px;
	display: flex; 
	justify-content: space-between;
	color: var(--font_lmain);
	margin: 0 auto;
	font-family: 'Chivo', Tahoma, Verdana, Arial, cantarell, sans-serif;
}
.team_singlebox {
	width: 49%; 
	background: var(--opacity60);
	padding: 2.5em 0.5em; 
	box-sizing: border-box;	
	margin-bottom: 30px;
}
.team_singlebox img {
	display: block;
	margin: 10px auto 0px auto;
	filter: grayscale(100%);
	width: 300px;
	height: 400px;
}
.team_contactbox {
	display: flex; 
	flex-wrap: wrap; 
	max-width: 300px; 
	margin: 10px auto;
	line-height: 175%;
}
.team_contact {
	width: 50%;
}
.team_contact:nth-of-type(odd) {
	text-align: right
}
.team_contact:nth-of-type(even) {
	font-weight: 500;
}
.team_contact a,
.team_charas a {
	color: var(--font_lmain);
    letter-spacing: 1px;
    text-decoration: none;	
}
.team_titleh1 { 
    font-weight: 900;
    font-size: 22px;
    font-style: italic;
    letter-spacing: 4px;
    text-decoration: none;
    text-transform: uppercase;
	color: var(--andarna_ondark);
	text-align: center;
}
.team_titleh2,
.team_titleh2 a  { 
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 4px;
    text-decoration: none;
    text-transform: uppercase;
	text-align: center;
}
.team_titleh2 a  { 
	color: var(--font_llink);	
}
.team_titleh2 a:hover,
.team_contact a:hover,
.team_charas a:hover { 
	color: var(--andarna_ondark);	
}
.team_titleh3 {
	text-align: center;
    color: var(--font_lmain);
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 2px;
    width: 100%;
	border-bottom: solid 1px var(--headerhr_dark);
}
.team_charas ul {
	list-style-type: square;
	line-height: 17px;
	padding: 5px 10px 0px 20px; 
	margin: 0px;
}
.team_charas li::marker { 
	color: var(--andarna_ondark); 
} 
/* TEAMSEITE Ende */