.dn-job-stoerer {
position:absolute;
z-index:11;
width: clamp(120px,12vw,200px);
height: auto;
top: clamp(60px,6vw,200px);
right:clamp(60px,6vw,200px);
transition: all .3s ease-out;
}
.dn-job-stoerer a svg {
transition: all .3s ease-out;
}
.dn-job-stoerer a:hover svg  {
transform: scale(1.2);
}