/* Füge hier Dein eigenes CSS ein */

/* 1. Background color for Name &amp; Position */
#layers-heroes-assemble .lhea-member-style-9 .lhea-member-name-position { 
  background: rgba(101,179,46,0.72);
} 

/* 5. Social Links - background color */
#layers-heroes-assemble .lhea-member-style-9 ul.lhea-member-social { 
  background: #65b32e;
}

/* 3. Social links - background */
.lhea-modal-container .lhea-modal-contents ul.lhea-modal-social {
	 background: #65b32e;
}

/* 1. Name */
.lhea-modal-container .lhea-modal-contents .lhea-modal-picture-hover .lhea-modal-name {
	font-size: 16px; 
  	background: #65b32e;
  	color: #fff;
}

/* 4. View Profile button (on hover) */
#layers-heroes-assemble  .lhea-member-style-9 .lhea-external-link:hover, 
#layers-heroes-assemble  .lhea-member-style-9 .lhea-modal-trigger:hover { 
  color: #fff; 
  background: #65b32e;
}