#topBar {
  background-color: black;
  color: white;
  padding: 10px;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: background-color 0.2s;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-bottom: 2px solid #2b00ff;
}


#logoImage {
    max-height: 100px; 
    width: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}


#bauPlan {
  position: fixed;
  right: 10%;
  width: 50px;
  height: 40px;
  cursor: pointer;
  z-index: 99999;
  margin-top: 40px;
  margin-bottom: 40px;
}