html body {
  background-color: #fff;
  font-weight: 300;
  font-size: 1rem;
}

body {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: #3C5677;
}

.breadcrumb {
  visibility: hidden;
}

img {
  border: none;
}

header {
  margin: 0 auto;
  background-image: none;
  max-width: 1170px;
  width: calc(100% - 40px);
}

.lpHeader {
  background: #FFFFFF;
  border-bottom: 10px solid #3C5677;
}

.lpHeader a img {
  width: 254px;
  height: 50px;
  padding: 0;
  margin: 1rem 0 0 0;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

header img {
  padding: 1rem;
  float: left;
}

.phoneContact {
  display: none;
  float: right;
  height: 100%;
  padding: 1rem;
  text-align: right;
}
@media screen and (min-width: 900px) {
  .phoneContact {
    display: block;
  }
}
.phoneContact span .phoneContact_title {
  font-size: 0.77rem;
  font-weight: 500;
}
.phoneContact span .phoneContact_phoneNumber {
  font-size: 0.88rem;
  font-weight: 500;
  color: #AA0000;
}
.phoneContact span .phoneContact_openingHours {
  font-size: 0.66rem;
}

footer {
  color: #999999;
  font-size: 0.66rem;
  margin: 0 auto;
  background-image: none;
  max-width: 1134px;
  width: calc(100% - 40px);
}
footer a {
  text-decoration: none;
  color: #999999;
}
footer ul {
  padding: 5px 0 0;
  list-style: none;
}
footer ul li {
  float: left;
  padding-right: 20px;
}