@charset "UTF-8";
/* CSS Document */

body {
  font-family: Arial, sans-serif;
  background-color: #eee;
}
header {
/*  margin: 1em 0 0 0;*/
}
header .row {
  background-color: #fff;
}
section .row {
  background-color: #fff;
}
.logo {
  width: 210px;
}
.headline {
  background-color: #0070c0;
}
.headline h1 {
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: 1.8em;
}
h2 {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  color: #d0371e;
  text-transform: uppercase;
}
.pdf {
  width: 180px;
}
input.form-control, select.form-control, label {
  font-size: .8em;
}
.legal {
  font-size: .75em;
}
hr {
  margin-bottom: 1.3em;
}

.mb-4-b {
  font-weight: bold;
}
/*
select {
  width: 100%;
}*/
