/* Teams */
.teams-bg {
    background: url('../media/images/s24_start_team.jpg') 50% top no-repeat;
    height: 600px;
    background-size: cover;
}
#teams h2 {
}
#teams .box-white-transparent {
    position: absolute;
    width:100%;
    bottom:0;
}

#abteilungen a {
    text-decoration: none;
    color: #0A314C;
}
#abteilungen a p {
    font-size: 0.87em;
    font-weight:400;
    margin: 10px 0 0;
    line-height: 1.2;
}
#abteilungen img {
    max-width:60px;
    max-height:60px;
    border:0 none;
    padding:0;
}
.teams .profile .name {
    font-weight:400;
    font-style: normal;
    font-family: 'Fira Sans', Arial, sans-serif;
    font-size: 1.1em;
    margin: 10px 0 0 ;
    color: #0A314C;
}
.teams .profile .position {
    font-style: normal;
    color:#0A314C
}


/*Mobile*/
/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
}
/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
    #abteilungen .break {display:none;}
}
/* Medium devices (tablets, 768px and up) */
@media (max-width: 768px) {
    .teams .break {display:none;}
}
/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
}
/* Smallest devices */
@media (max-width: 400px) {
}
