/* TEAM MITARBEITER ============================================================================= */
#team .col:nth-of-type(4n+5) {
clear: both;
margin-left: 0;
}
#team img {
width: 100%;
height: auto;
margin-top: 20px;
}
#team p {
margin: 0 0 8px 0;
line-height: 1.3em;
font-size: 85%;
}
#team .col p:nth-of-type(2n)::before  {
font-family: "Font Awesome 6 Free"; 
font-weight: 900; 
content: "\f2a0";
margin-right: 8px;
}
#team .col p:nth-of-type(3n)::before  {
font-family: "Font Awesome 6 Free"; 
font-weight: 900; 
content: "\f0e0";
margin-right: 8px;
}
@media only screen and (max-width: 800px) {
#team .span_1_of_4 {
width: 48%; 
}
#team .col:nth-of-type(2n+3) {
clear: both;
margin-left: 0;
}
}
@media only screen and (max-width: 10px) {
#team .span_1_of_4 {
width: 98%; 
}
}

/* ============================================================================================================================
== TRIANGLE
** ============================================================================================================================ */
.triangle {
  position:relative;
  padding:20px;
  margin:20px 0 30px;
  background: #ededed;
  -webkit-border-radius:15px;
  -moz-border-radius:15px;
  border-radius:15px;
}
.triangle:after {
  content:"";
  position:absolute;
  top:-28px;
  left:50px;
  border:15px solid transparent;
  border-bottom-color:#ededed;
  display:block;
  width:0;
}