.bild1 {
    width: 1000px;
    transition: ease 0.3s;
}
.bild1:hover {
    border: 3px solid red;
    width: 1050px;
}