body {
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 300;
  padding: 0;
  margin: 0;
}
body > :first-child h1 {
  margin-top: 0;
}
p {
  margin: 0;
}
h1,
.titel {
  font-weight: 900;
  font-size: 40px;
  color: #454545;
  margin-top: 15px;
  margin-bottom: 10px;
}
h2,
.titel2 {
  font-weight: 900;
  font-size: 30px;
  color: #454545;
  margin-top: 35px;
  margin-bottom: 10px;
}
.headline {
  font-weight: 900;
  font-size: 20px;
  color: #323232;
}
.text {
  font-weight: 300;
  font-size: 18px;
  color: #323232;
}
.text2 {
  font-weight: 300;
  font-size: 14px;
  color: #2e2e2e;
}
.button {
  background: transparent;
  border: 1px solid #a8112e;
  color: #a8112e;
  padding: 9px 15px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}
.button:hover {
  color: #2e2e2e;
}
a {
  color: #a8112e;
  text-decoration: none;
}
a:hover {
  color: #2e2e2e;
}
a,
input {
  transition: color .2s;
}
.ml {
  margin-left: 20px;
}
.checkbox-grid {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-left: 20px;
  height: auto;
  overflow: hidden;
}
.checkbox-grid li {
  width: 50%;
  float: left;
}
.labelled-input {
  position: relative;
}
.labelled-input input {
  position: absolute;
  top: 3px;
}
.labelled-input input:checked + label {
  font-weight: 400;
}
.labelled-input label {
  padding: 3px 3px 3px 22px;
  display: block;
}
.finalRow {
  margin-top: 50px;
}
#UserMessage,
#SearchAndFilter {
  font-weight: 300;
  font-size: 14px;
  color: #2e2e2e;
}
#UserMessage:not(:empty) {
  padding-bottom: 10px;
}
#search {
  float: right;
  margin-top: -3px;
}
#search input[type="text"] {
  width: 150px;
}
#search-submit {
  background: #ffffff url(/images/search.gif) center no-repeat;
  border: none;
  vertical-align: bottom;
  padding: 3px 10px;
  cursor: pointer;
}
ul.news {
  list-style-type: none;
  margin: 25px 0 0 0;
  padding: 0;
}
ul.news li {
  padding: 25px 0;
  border-top: 1px solid #c1b5a2;
}
ul.news li p.dateAndTeaser {
  font-weight: 300;
  font-size: 18px;
  color: #323232;
}
ul.news li h2 {
  font-weight: 900;
  font-size: 20px;
  color: #323232;
  margin: 3px 0 15px;
}
ul.news li h2 a {
  display: block;
}
ul.news li p.lead {
  font-weight: 300;
  font-size: 18px;
  color: #323232;
  padding-left: 140px;
}
ul.news li p.lead img {
  float: left;
  margin-left: -140px;
}
ul.news a.NavLink {
  text-align: right;
  display: block;
  padding-top: 5px;
}
.Pager {
  text-align: center;
  font-size: 13px;
}
.Pager a {
  display: inline-block;
  padding: 0 10px;
  margin: 0 -9px;
  position: relative;
  z-index: 2;
}
#single-news .news-single-date-day {
  font-size: 39px;
  font-weight: normal;
  line-height: 1.08em;
}
#single-news .news-single-date-month-year {
  color: #A8112E;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.3em;
  margin-top: 1px;
  text-transform: uppercase;
}
#single-news #Title {
  margin-top: 10px;
}
#single-news .subheader {
  color: #A8112E;
  font-family: Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.3em;
  text-transform: uppercase;
  margin-top: 5px;
}
#single-news .item {
  margin-top: 70px;
  line-height: 30px;
  font-size: 18px;
}
#single-news .item br + h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
#single-news .item br + h2 + br {
  display: none;
}
#single-news .imageBox {
  margin-bottom: 25px;
}
#single-news .imageBox .caption {
  font-size: 14px;
  padding: 8px 10px;
  background: #CAC3B8;
}
#single-news .imageBox img {
  max-width: 100%;
  vertical-align: top;
}
#single-news .NavLink a {
  margin-top: 20px;
  display: block;
}
