body, h1, h2, h3, h4, h5, h6, p, ul, ol, span {
    font-family: Roboto, sans-serif;
}
.main-cont {
  min-height: 60vh;
}
.btn-primary {
    color: #fff;
    background-color: #002c52;
    border-color: #002c52;
    padding: 7px 25px;
    transition: background 400ms ease;
    font-weight: 400;
    border-radius: 0;
}

.btn-primary:hover {
    color: #fff;
    background-color: #103c62;
    border-color: #103c62;
}

.form-control {
border-radius: 2px;
}

#rma-form .form-control.description {
    margin-bottom: 1rem;
}
#rma-form .products .col-md-6:nth-child(n + 3), .products .mb-3 {
    margin-top: 0.5rem;
}
.footer-assmann {
  background-color: #002C52;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-decoration: none;
}
.logo {
  max-width: 300px;
}
.bottom {
  background-color: #002846;
}
.headline{
  font-weight: 600;
  padding-bottom: 20px;
}
.contact img {
  height: 1.1rem;
  width: auto;
}
.contact a {
  margin-right: 10px;
  color: #fff;
  text-decoration: none;
}
.contact .phone,
.contact .email,
.contact .social {
  margin-bottom: 5px;
}
.meta {
  color #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.meta li:first-child::before {
    display: none;
}
.meta li::before {
  display: inline;
  content: " | ";
  font-weight: 100;
  color: #fff;
}
.meta a {
  color: #fff;
  text-decoration: none;
  font-size: 0.75rem;
}
