.radar-fix {
	margin-top: -4rem;
	margin-bottom: -4rem;
}

.team-det-profile {
	position: relative;
	padding-bottom: 100px;
}

.team-det-profile img {
	position: absolute;
	top: -200px;
	width: 200px;
	border-radius: 50%;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	left: -100px;
}

.col-link {
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
	border-radius: 5px;
	padding: 1rem 0;
	border: none;
}

.piechart .chartarea {
	max-width: 600px;
	margin: auto;
}

/* Laptop  */
@media only screen and (max-width: 1280px) {
  
}

/* Kleine Monitore & Tablet Landscape */
@media only screen and (max-width: 1024px) {
  
}

/* Tablet Portrait */
@media only screen and (max-width: 840px) {
 .team-det-profile {
	 padding: 1rem 0;
 }
 
 .team-det-profile img {
	 position: relative;
	 top: unset;
	 width: 200px;
	 border-radius: 50%;
	 box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
	 left: unset;
	 margin: auto;
 }
}

/* Smartphones */
@media only screen and (max-width: 480px) {
  
}