/* TEAM MITARBEITER ============================================================================= */
#team {
margin-top: 1.5em;
}
#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;
}
#team .col p:nth-of-type(22n+1)  {
font-weight: 600;
border-bottom: 1px dotted #0b3f5b;
padding-bottom: 20px;
margin-top: 10px;
margin-bottom: 20px;
}
#team .col p:nth-of-type(2n)::before  {
font-family: "Font Awesome 6 Free"; 
font-weight: 900; 
content: "\f2a0";
margin-right: 8px;
color: #58b6d2;
padding-top: 20px;
}
#team .col p:nth-of-type(3n)::before  {
font-family: "Font Awesome 6 Free"; 
font-weight: 900; 
content: "\f0e0";
margin-right: 8px;
color: #58b6d2;
}
#team .col p:nth-of-type(3n)  {
border-bottom: 1px dotted #0b3f5b;
padding-bottom: 20px;
margin-bottom: 30px;
}
@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%; 
}
}
