@import url("fonts-and-colors.css");

html,
body {
  font-family: "Bosch Sans", serif Light;
  font-size: 18px;
}
.logos img{
  width: 100%;
}
a {
  color: var(--bosch-dark-blue);
  font-family: "Bosch Sans", serif Light;
}
.row {
  margin-right: 0px;
  margin-left: 0px;
}
a:hover {
  color: var(--bosch-pro-blue);
  text-decoration: none;
  transition: .5s;
}

.rb-background {
  background:linear-gradient(90deg,#013b69 0%,#013b69 80%,#005691 100%);
}

.rb-title-highlight {
  color: var(--bosch-light-blue);
}

.rb-service-logo-image {
  width: 180px;    
}

.rb-map-title {
  margin-top: 20px;
  margin-left: 10px;
  color: white;
  font-family: "Bosch Sans", serif Black;
  font-size: 1.5rem;
  line-height: 1.1em;
  text-transform: uppercase;
  font-weight: 900;
}

.rb-map-subtitle {
  color: white;
  font-family: "Bosch Sans", serif;
  font-size: 1rem;
  line-height: 1.1em;
}

@media only screen and (max-width: 768px) {
  .rb-map-title {
      color: white;
    font-family: "Bosch Sans", serif;
      font-size: 13px;
      line-height: 1.1em;
      text-transform: uppercase;
    font-weight: 900;
  }
  
  .rb-service-logo-image {
    margin-top: 10px;
    margin-left: 20px;
    width: 90px;    
  }

}

