.zds {
    color: #60FFFF;
    font-size: 45px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
} 
.zds:hover {
    color: #60FFFF;
}
.img-box{
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: .5rem;
    flex: 0 0 70px;   /* verhindert “zusammendrücken” */
}
.img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.socials.border:hover{
    background: rgba(0,0,0,.03);
}