#Staff_Main{
	position: relative;
	display: flex;
	column-gap: 15px;
	row-gap: 15px;
	flex-wrap: wrap;
}

#Staff_Main .Staff_Person_Task{
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 1px;
  font-weight: 600;
}

#Staff_Main .Staff_Person:nth-child(2n+0) .Staff_Person_Pic { order: 1;}
#Staff_Main .Staff_Person_Task b{color: var(--akzent);}
#Staff_Main .Staff_Person_Infos{width: 46%;}

#Staff_Main .Staff_Person_Second_Main{
	display: flex;
	flex-wrap: wrap;
	row-gap: 10px;
	column-gap: 10px;
	margin-top: 30px;
	align-items: end;
	justify-content: end;
	margin-bottom: 22px;
}

#Staff_Main .Staff_Person_FChar{
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 1px;
  font-weight: 800;
  text-align: center;
  margin-top: -13px;
}

#Staff_Main .Staff_Person_Player{
  font-size: 55px;
  text-align: center;
  color: #ddd;
	text-transform: lowercase;
text-shadow: 1px 1px 1px var(--akzent);
}

#Staff_Main .Staff_Person_Player a {
	color: #ddd !important;
}

#Staff_Main .Staff_Person{
	display: flex;
	column-gap: 20px;
	width: 43.2%;
	background-color: #ccc;
	padding: 35px;
}

#Staff_Main .Staff_Person_Pic::after,
#Staff_Main .Staff_Person_Second::after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-size: cover;
  background-attachment: fixed;
  background-image: linear-gradient( rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9) ), url(/images/002/back1.png);
  top: 0;
  opacity: 0.3;
}

#Staff_Main .Staff_Person_Second{
	position: relative;
	outline-offset: 10px;
	outline: 1px solid #dfdfdf;
	overflow: hidden;
	width: 29px;
	margin: 10px;
}

#Staff_Main .Staff_Person_Pic{
	position: relative;
	outline-offset: 20px;
	outline: 1px solid #dfdfdf;
	overflow: hidden;
	width: 210px;
	margin: 20px;
	height: 270px;
}

#Staff_Main .Staff_Person_Pic img {
  margin-top: -12%;
}

#Staff_Main .Staff_Person_Pic img,
#Staff_Main .Staff_Person_Second img{
	width: 100%;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%) brightness: 70%;
}
		