.lehrerliste {

}

.lehrerkraft {
    max-width: 450px;
    width: 100%;
    //float:left;
    height:180px;
    padding: 20px;
}
@media screen and (max-width : 450px){
    .lehrerimg {
        display:none;
    }
}

.lehrerimg {
    width:120px;
    height:160px;
    float:left;
    margin-right:12px;
}

lehrername{
    font-size: 21px;
    font-weight:400;
    color: var(--blue);
    display: block;
    padding-top:10px;
}

lehrertitel{
    font-size: 14px;
    display: block;
}

klassenvorstand{
    font-size: 15px;
    font-weight:600;
    color: var(--orange);
    display: block;
}

lehramt{
    font-size: 13px;
    display: block;
    font-weight:400;
}

aemter{
    font-size: 15px;
    display: block;
    font-weight: 600;
    color: var(--blue);
}

sprechstunde{
    font-size: 15px;
    font-weight:400;
    display: block;
}

brief{
    display: block;
    position: relative;
    top: 3px;
}
