

div.persons {
    padding-top: 5px;
    margin-bottom: 10px;
}

.team-container {
    margin-bottom: 60px;
}

div.mitarbeiter {
    padding: 2px;
}
div.mitarbeiter img{
    margin-bottom: 4px;
}

div.mitarbeiter h4{
    font-size: 1.1em;
}

div.department{
    margin-top: 40px;
}

h2.department {
    padding: 2px;

}

.teamIconDecoration
{

    /*
    display: block;
    display: none;
    */


}

.hr_spacer_team {
        height: 1px;
        color: #1d71b8;
        background: #1d71b8;
        opacity: 0.3;
        font-size: 0;
        border: 0;

}