.nav_container {
position: relative;
}
.nav_container::before {
position: absolute;
z-index: 1000;
width: 90px;
height: 90px;
background:url(//schaich-chemie.de/de//wp-content/uploads/2023/02/stars.png);
background-size: contain;
background-repeat: no-repeat;
left: 220px;
top: 50%;
transform: translateY(-50%);
}
@media screen and (max-width:1180px) {
.nav_container::before {
content: '';
left: 150px;
}
}
@media screen and (min-width:1280px) and (max-width:1492px) {
.nav_container::before {
content: '';
}
}
@media screen and (min-width:1580px) {
.nav_container::before {
content: '';
}
}