/*Standaard tekst lettertype Calibri (Hoofdtekst) letter grootte 11*/
/*Standaard kopregel lettertype Calibri Light (koppen) letter grootte 16*/

/*Kleuren logo Rolin Automotive Audit & Certification Services*/
/*Kleurcode blauw;  R51 / G93 / B103*/
/*Kleurcode oranje; R240 /G132 / B14*/

/*Kleuren logo Rolin Automotive Support*/
/*Kleurcode blauw; R35 /G91 /B117*/
/*Kleurcode bruin ;  R153 /102 /51*/

body,
legend,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: darkslategray;
  line-height: 1.2;
  font-family: Roboto, sans-serif;
  padding: 5px 0 0;
}

body, legend {
  font-size: 16px;
  line-height: 20px;
  padding-top: 100px;
}

h1, .h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  text-transform: uppercase !important;
}

h3, .h3 {
  background-color: darkslategrey;
  color: white;
  padding: 15px;
  padding-left: 20px;
  border-radius: 0.1em;
}

.error {
  color: red;
  font-weight: bold;
}

.logo {
  height: 60px;
  margin: 20px;
  background-color: transparent;
}

.logo_auditnorm {
  height: 40px;
  background-color: transparent;
}

.logo_footer {
  height: 30px;
  background-color: transparent;
}

.navbar {
  height: 100px;
}

.navbar-right {
  margin-top: 30px;
  background-color: darkorange;
  border-radius: 0.1em;
}

.navbar-default a {
  color: white !important;
  text-transform: uppercase !important;
  vertical-align: middle;
  font-size: 14px;
}

.navbar-right a:hover {
  background-color: orange !important;
  border-radius: 0.1em;
}

.dropdown-item {
  background-color: darkorange !important;
}

.footer {
  text-align: center;
  font-size: 12px;
  padding: 15px;
}

.footer_text {
  font-style: italic;
}

.form-control {
  border: none 0px;
  -webkit-appearance: none;
  border-bottom: solid thin lightgray;
  border-radius: 0.1em;
}

.btn {
  background-color: darkslategray;
  border-color: darkslategray;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 0.1em;
}

.btn:hover {
  background-color: lightslategray;
  border-color: lightslategray;
}

a.white-link:link, a.white-link:visited {
  color: white;
  text-decoration: none;
}

.fixed-height {
  display: inline-block;
  margin: auto;
  height: 30px;
}

.text-center {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 600px) {
  body, legend {
    padding-top: 150px;
  }

  .navbar {
    height: 150px;
  }
}
