
team ul
{
	position:relative;
	list-style-type:none;
	font-size:22pt;
	line-height:1.2em;
	font-weight:bold;
}

team li
{
  position:relative;
  display:inline-block;	
	width:100%;
}

team .avatar
{
	display:block;
	position:absolute;
	margin-top:-30px;
	margin-left:-53px;	
	width:175px;
	height:240px;
	background:url(../images/team.svg) -20px -20px no-repeat;
  background-size: 1498px auto;
}

team .markup
{
	position:relative;
	margin-left:140px;
	text-align:justify;
}

team .markup h2
{
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none;
}

team .spacer
{
	display:block;
	height:60pt;
	width:100%;
}

team #frauke .avatar
{
	background-position:-20px -300px;
}

team #laura .avatar
{
	background-position:-20px -570px;
}

team #sandra .avatar
{
	background-position:-20px -860px;
}

team #matthias .avatar
{
	background-position:-20px -1130px;
}

.content .bottom_space
{
	display:none;
}

@media only screen and (max-width:480px)
{
  team .markup
  {
	  margin-left:150px;
  	text-align:left;
  }
}

@media only screen and (max-width:910px)
{
	team
	{
		display:block;
		height:auto;
	}
	
  team .avatar
  {
	  margin-top:-30px;
	  margin-left:-20px;	
  }

  team .markup
  {
	  margin-left:150px;
  }
}
