/*** ANSPRECHPARTNER ***/
#ce_lmf_mitarbeiter_liste {
	width: 80vh;
	height: 80vh;
	margin: 0 auto;
	position: relative;
	font-size: 0;
}
.ce_lmf_mitarbeiter_liste_item {
	width: 33%;
	height: 33%;
	position: relative;
	display: inline-block;
	vertical-align: top;
	background-position: center top;
	background-size: cover;
	font-size: 16px;
	overflow: hidden;
}
.ce_lmf_mitarbeiter_liste_overlay {
	width: calc(100% - 20px);
	height: 100%;
	padding: 0 10px;
	position: absolute;
	left: -100%;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #00A2E5;
	font: 18px/130% 'SwissCond400', sans-serif;
	color: #FFFFFF;
	-webkit-transition: all 0.3s ease 0s;
	   -moz-transition: all 0.3s ease 0s;
	    -ms-transition: all 0.3s ease 0s;
	     -o-transition: all 0.3s ease 0s;
	        transition: all 0.3s ease 0s;
	-webkit-opacity: 1;
	 -khtml-opacity: 1;
	   -moz-opacity: 1;
	     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	         filter: alpha(opacity=100);
	        opacity: 1;
}
.ce_lmf_mitarbeiter_liste_overlay a {
	text-decoration: none;
	color: inherit;
}
.ce_lmf_mitarbeiter_liste_name {
	font: 18px/130% 'SwissCond700', sans-serif;
}
.ce_lmf_mitarbeiter_liste_text {
	width: calc(100% - 20px);
	height: 100%;
	margin: 0 auto;
	position: unset;
	display: table;
}
.ce_lmf_mitarbeiter_liste_text_item {
	width: 100%;
	height: auto;
	display: table-cell;
	vertical-align: bottom;
	font: 18px/130% 'SwissCond700', sans-serif;
	text-transform: uppercase;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	color: #FFFFFF;
}
.ce_lmf_mitarbeiter_liste_text_item span {
	font: 18px/130% 'SwissCond400', sans-serif;
	text-transform: none;
}


/*** TEAM ***/
#ce_lmf_team_list {
	width: 80vh;
	height: auto;
	margin: 0 auto;
	position: relative;
	font-size: 0;
}
.ce_lmf_team_list_item {
	width: calc(80vh / 3);
	height: calc(80vh / 3);
	position: relative;
	display: inline-block;
	vertical-align: top;
	background-position: center top;
	background-size: cover;
	font-size: 16px;
	overflow: hidden;
}
.ce_lmf_team_list_overlay {
	width: calc(100% - 20px);
	height: 100%;
	padding: 0 10px;
	position: absolute;
	left: -100%;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #00A2E5;
	font: 18px/130% 'SwissCond400', sans-serif;
	color: #FFFFFF;
	-webkit-transition: all 0.3s ease 0s;
	   -moz-transition: all 0.3s ease 0s;
	    -ms-transition: all 0.3s ease 0s;
	     -o-transition: all 0.3s ease 0s;
	        transition: all 0.3s ease 0s;
	-webkit-opacity: 1;
	 -khtml-opacity: 1;
	   -moz-opacity: 1;
	     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	         filter: alpha(opacity=100);
	        opacity: 1;
}
.ce_lmf_team_list_overlay a {
	text-decoration: none;
	color: inherit;
}
.ce_lmf_team_list_name {
	font: 18px/130% 'SwissCond700', sans-serif;
}
.ce_lmf_team_list_text {
	width: calc(100% - 20px);
	height: 100%;
	margin: 0 auto;
	position: unset;
	display: table;
}
.ce_lmf_team_list_text_item {
	width: 100%;
	height: auto;
	display: table-cell;
	vertical-align: bottom;
	font: 18px/130% 'SwissCond700', sans-serif;
	text-transform: uppercase;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	color: #FFFFFF;
}
.ce_lmf_team_list_text_item span {
	font: 18px/130% 'SwissCond400', sans-serif;
	text-transform: none;
}


@media screen and (max-width: 768px) {
	#ce_lmf_mitarbeiter_liste {
		width: auto;
		height: auto;
	}

	.ce_lmf_mitarbeiter_liste_item {
		width: 100%;
		height: 300px;
		max-width: 500px;
		margin: 1% auto;
		display: block;
	}

	#ce_lmf_team_list {
		width: auto;
	}

	.ce_lmf_team_list_item {
		width: 100%;
		max-width: 500px;
		margin: 1% auto;
		display: block;
	}
}

