.efre {
position: absolute;
width: 100%;
height: auto;
max-width: 200px;
z-index: 11;
right: 37vw;
top: 36px;
}

.efre-klein{
display: none;
}


@media screen and (max-width: 1440px) {
.efre {
  right: 36vw;
  top: 28px;
}
}
@media screen and (max-width: 1280px) {
.efre {
right: 28vw;
top: 2.75vw;
max-width: 150px;
}
}
@media screen and (max-width: 1024px) {
.efre {
right: 23.75vw;
top: 3.25vw;
max-width: 150px;
}
}
@media screen and (max-width: 960px) {
.efre {
left: 420px;
top: 3vw;
}
}
@media screen and (max-width: 736px) {
.efre {
left: 250px;
max-width: 110px;
top: 4.5vw;
}
}
@media screen and (max-width: 568px) {
.efre {
left: 235px;
top: 4.75vw;
}
}
@media screen and (max-width: 461px) {
.efre {
max-width: 130px;
left: 140px;
top: 4.5vw;
}
}

@media screen and (max-width: 440px) {
.efre{
display: none;
}
.efre-klein {
display: inline;
  position: absolute;
  width: 100%;
  max-width: 140px;
  height: auto;
  z-index: 11;
  float: left;
  clear: both;
  top: 9px;
  right: 25px;
}
}