body {
  font-family: sans-serif;
  margin: auto;
  max-width: 1280px;
}

.navbar {
  background-color: #313236;
  border-radius: 2px;
  max-width: 800px;
}

.navbar a {
  color: #aaa;
  display: inline-block;
  font-size: 15px;
  padding: 10px;
  text-decoration: none;
}

.navbar a:hover {
  color: #ffffff;
}


.karcher-yellow {
  background-color: #FFDE00;  
}

.karcher-gray {
  background-color: #959595!important;
}

.karcher-navbar {
  background-color: white!important;
  color: black;
  max-width: 3000px;
  border-bottom: thick solid #FFDE00;
}

.karcher-logo {
  position: absolute;
  right: 0px;
  padding-right: 10px;
  padding-top: 10px;
}

.karcher-footer {
  min-height: 50px;
  width: 100%;
  text-align: center;
}

.robot-control-navbar {
  background-color: #2A3C98!important;
  color: black;
  max-width: 3000px;
}

.robot-control-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

body nav.robot-control-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}



@media (min-width: 1200px) {
  .karcher-wide {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    max-width: 1400px;
  }
}