.lang{
   float:right !important;
  display:inline-block !important;
  width:auto !important;
  padding:0 5px
}
.krab{
    z-index:10;
}
.logo{
    display:inline-block !important;
  width:auto !important;
  padding:5px 10px;
  max-width:250px;
}

@media only screen and (max-width: 1280px) {
  .prod > .column-wrapper > .ba-grid-column-wrapper{
   padding-right:20px;
}
}
@media only screen and (max-width: 768px) {
  .logo{
  max-width:180px;
}
}