﻿
.drehen {
transition: all .8s ;
}

.drehen:hover {
transform:rotate(1080deg);
}


