#team_wrap ul{
	list-style:none;
	margin:0;
	padding:0;
}
#team_wrap{
	margin:0;
	padding:0;
	/*max-width:1400px;*/
	width:100%;
	display:table;
	/*float:none;*/
	position:relative;
	background:#eee;
}
#team_wrap .teamdiv{
	display:inline-block;
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	margin:0;
	padding:0;
}
#team_wrap #team li{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	display:inline-block;
	float:left;
	/*border:1px solid #fff;*/
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:contain;
	-webkit-background-size:contain;
	background-size:contain;
}
#team_wrap.column2 #team{
	width:100%;
	background: #000;
}
#team_wrap.column2 #teamlegend{
	display:none;
}
#team_wrap.column2 #team li{
	width:50%;
	width:100%;
	/* background-color:#ccc; */
}
#team_wrap.column3 #team{
	width:66.666%;
}
#team_wrap.column3 #teamlegend{
	width:33.333%;
	background-color:#eee;
}
#team_wrap.column3 #team li{
	width:50%;
	background-color:#000;
	border: 40px solid #000;
	margin-bottom: 10px;
}
#team_wrap.column3 #team ul li ul li{
	width:100%;
	border: none;
	background: #000;
}
#team_wrap.column5 #team{
	width:80%;	
}
#team_wrap.column5 #teamlegend{
	width:20%;
	background-color:#eee;
/*	position:fixed;
	top:0;
	right:0;*/
}
#team_wrap.column5 #team ul li{
	width:25%;
	width:33.33%;
	border: 40px solid #000;
	background-color:#fff;
	background-color:#000;
	position: relative;
	margin-bottom: 20px;
}


#team_wrap #teamlegend{
	padding:0 0 0 10px;
}
#team_wrap #teamlegend *{
	transition:all .5s ease-in-out;
}
#team_wrap #teamlegend li{
	padding:3px 10px;
	/*border-radius:5px;*/
	/*box-shadow:0 0px 2px rgba(0,0,0,0.5);*/
	margin:0 0 5px 0;
	background:#fff;
	cursor:default;
}
#team_wrap #teamlegend .teamname{
	border-bottom:0px solid #eee;
	padding:0 0 0 0;
	margin-bottom:0em;
	font-weight:normal;
	color:#999;
	font-size:1.1em;
	display:inline-block;
}
#team_wrap #teamlegend .teammail{
	font-size:0.8em;
	font-weight:normal;
	color:#ccc;
	display:none;
}
#team_wrap #teamlegend .teamjob{
	font-size:0.8em;
	font-weight:normal;
	color:#ccc;
	display:none;
}
#team_wrap #teamlegend .teammail a{
	color:#fff;
}
#team_wrap #teamlegend li.highlight,
#team_wrap #teamlegend li:hover{
	box-shadow:0 2px 5px rgba(0,0,0,0.5);
	background:#EC7A00;
	padding:5px 10px 10px;
}
#team_wrap #teamlegend li.highlight .teamname,
#team_wrap #teamlegend li:hover .teamname{
/*	font-size:1.2em;*/
	color:#fff;
	font-weight:bold;
	border-bottom-color:#000;
	padding:0 0 0.5em 0;
	margin-bottom:0.5em;
	border-bottom:1px solid #eee;
}
#team_wrap #teamlegend li.highlight .teamjob,
#team_wrap #teamlegend li:hover .teamjob{
	color:#fff;
	font-size:.9em;
	display:block;
}
#team_wrap #teamlegend li.highlight .teammail,
#team_wrap #teamlegend li:hover .teammail{
	text-align: right;
	color:#fff;
	font-size:.9em;
	display:inline-block;
	float: right;
}

#team_wrap .mobileteaminfos,
#team_wrap .mobileteaminfos *{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;

}
#team_wrap .mobileteaminfos{
	padding:0px;
	/*border-radius:5px;*/
	/*box-shadow:0 0px 2px rgba(0,0,0,0.5);*/
	background:#fff;
	cursor:default;
}
#team_wrap .mobileteaminfos .teamname{
	border-bottom:0px solid #eee;
	padding:10px;
	margin-bottom:0em;
	font-weight:normal;
	color:#fff;
	font-size:0.8em;
	font-size:1.1em;
}
#team_wrap .mobileteaminfos .teamjob{
	font-size:0.8em;
	font-size:.9em;
	font-weight:normal;
	color:#fff;
	padding:0 10px;
}
#team_wrap .mobileteaminfos .teammail{
	font-size:0.8em;
	font-weight:normal;
	color:#fff;
	padding:0 10px;
}
#team_wrap .column2 #team li.mobileteaminfos.highlight,
#team_wrap .column2 #team li.mobileteaminfos:hover{
	background:#EC7A00;
}
#team_wrap .mobileteaminfos.highlight .teamname,
#team_wrap .mobileteaminfos:hover .teamname{
	font-size:1.1em;
	color:#fff;
	font-weight:bold;
	border-bottom-color:#000;
	
	border-bottom:1px solid #eee;
}
#team_wrap .mobileteaminfos.highlight .teamjob,
#team_wrap .mobileteaminfos.highlight .teammail,
#team_wrap .mobileteaminfos:hover .teamjob,
#team_wrap .mobileteaminfos:hover .teammail{
	color:#fff;
	font-size:.8em;
	font-size:1em;
}

/* @media screen and (max-width: 1200px){
	#team_wrap.column5 #team li {
		height: 350px !important;
		border: 5px solid #eeeeee;
	}

}

@media screen and (max-width: 980px){
	#team_wrap.column5 #team li {
		width: 50% !important;
		height: 400px !important;
		border: 25px solid #eeeeee !important;
	}

} */
@media screen and (max-width: 580px) { 
	.column2 ul li.mobileteaminfos .teammail {
		display: inline;
		float: right;
		margin-right: 25px;
		margin-top: 10px;
	}
	.column2 ul li.mobileteaminfos .teammail img {
		position:absolute;
	}
	.column2 ul li.mobileteaminfos .teamname {
		display: inline;
	}
	#team_wrap.column2 .mobileteaminfos.highlight .teamname{
		border-bottom-width: 0px;
	}
	.column2 ul li.mobileteaminfos .teamjob {
		margin-top: 20px;
	}

}
#teamlegend.scroll-fix{
	/*transition:1s all ease-in-out;*/
	/*box-shadow:0 0 5px rgba(0,0,0,0.5);*/

}



/* 15.10.2020*/
#team_wrap.column5 #team {
	width: 100%;
	margin: 30px auto;
	background: #000;
}
#team_wrap.column5 #teamlegend {
    width: 0;
    display: none;
}
#team_wrap.column5 #team li ul {
	position: absolute;
	bottom: -35px;
	left: 0;
	width: 100%;
	height: 50px;
}
#team_wrap.column5 #team li li {
	width: 100%;
	height: auto !important;
    border: none;
	float: none;
	color: #eee;
    padding: 7px 12px;
}
/* #team_wrap.column5 #team li li > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
} */
.teamjob {
	color: #fff;
}
.teamname{
	/* width: 80%; */
	color: #fff;
	font-weight: bold;
	font-size: 1.1rem;
}
#team_wrap.column3 #team {
	width: 100%;
	background: #000;
}

@media screen and (min-width: 580px) and (max-width: 1000px){
	#team_wrap.column3 #team > ul > li{
		position: relative;
	}
	#team_wrap.column3 #team ul li ul {
		position: absolute;
		bottom: -35px;
		left: 0;
		width: 100%;
		height: 50px;
	}
}
@media screen and (max-width: 580px) { 	
	#team_wrap ul {
		width: 80%;
		margin: auto;
		background: #000;
	}
	#team_wrap.column2 #team li {
		position: relative;
		margin-bottom: 65px;
		background: #000;
		-moz-background-size: contain;
    	-webkit-background-size: contain;
		background-size: contain;
		background-repeat: no-repeat;
	}
	#team_wrap.column2 #team li ul {
		position: absolute;
		width: 100%;
		bottom: -125px;
		left: 0;
		background: #000;
	}

}





#team ul {
	display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
#team ul .teampic {
	min-height: auto;
	background-position: center;
}
@media screen and (max-width: 590px){
	#team ul {
		justify-content: center;
	}
}

