header {
  width: 100% !important;
  padding: 14px 14px;
  box-sizing: border-box;
  position: fixed;
  z-index: 99;
  mix-blend-mode: difference;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header object {
  height: 26px;
  fill: #fff;
  float: left;
}

header object.open {
  visibility: hidden;
}

header a {
  margin: 0 !important;
  padding: 0 !important;
  line-height: .5 !important;
  font-family: 'DM Sans', sans-serif;
  float: right;
  font-size: 23px;
  color: #fff;
  -webkit-user-select: none;
  user-select: none;
}
header a:after {
  content: 'menu';
}
header a:hover:after {
  content: 'menü';
}
header a:hover {
  cursor: pointer;
}

header a.open {
  color: #ecebe7;
}
header a.open:after {
  content: 'close';
}

header a.open:hover:after {
  content: 'kilép';
}
header a.open:hover {
  cursor: pointer;
}

@media (max-width: 1400px) {

}

@media (max-width: 1250px) {

}

@media (min-width: 1050px) {

}

@media (max-width: 1050px) {
 
}

@media (max-width: 940px) {

}

@media (max-width: 768px) {

}

@media (max-width: 598px) {
    
}