article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
.time,
.address {
  display: block;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  position: relative;
  height: 100%;
}
html.search {
  overflow: hidden;
}
body {
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background-color: white;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input:not([type="checkbox"]):not([type="radio"]),
button,
textarea,
select {
  -webkit-appearance: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin: 0;
  padding: 0;
  line-height: 1.2em;
}
p {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  line-height: 1.5em;
}
h1 {
  font-size: 3rem;
}
h2 {
  font-size: 3.6rem;
}
h3 {
  font-size: 3rem;
}
h4 {
  font-size: 1.6rem;
}
img {
  border: none;
  max-width: 100%;
}
hr {
  border: none;
  border-top: 1px solid black;
  margin: 4rem 0;
}
a {
  text-decoration: underline;
  color: inherit;
}
a[href^=tel] {
  text-decoration: none;
}
a[href^=tel]:hover {
  color: inherit;
}
ul,
ol,
li {
  margin: 0;
  padding: 0;
  display: block;
}
ul li {
  list-style: none;
}
iframe {
  border: none;
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
}
fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.introduction {
  font-size: 2.1rem;
  display: block;
  margin: 0 0 4rem;
}
.clickable {
  cursor: pointer;
}
.meta {
  visibility: hidden;
  position: absolute;
  top: -999999px;
  left: -999999px;
  padding: 0 !important;
}
.scrollable {
  overflow-x: auto;
  overflow-y: hidden;
}
.scrollable.shadow {
  box-shadow: inset -5px 0 6px -4px #777777;
  border: 1px solid #e2e2e2;
}
.clearfix:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.hidden {
  display: none;
}
.row {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  justify-content: center;
}
.column {
  width: 100%;
}
.col-md-3 {
  width: 25%;
  padding: 0 2rem;
}
.col-md-4 {
  width: 33.333333333%;
  padding: 0 2rem;
}
.col-md-8 {
  width: 66.666666666%;
  padding: 0 2rem;
}
.col-md-6 {
  width: 50%;
  padding: 0 3rem 0 2rem;
}
.col-md-6:nth-child(even) {
  padding: 0 2rem 0 3rem;
}
.col-md-12 {
  float: none;
  padding: 0 2rem;
}
.col-md-12 > div {
  max-width: 75rem;
  margin: 0 auto;
}
.col-md-12 > div.fullwidth {
  max-width: 100%;
}
.fullwidth .col-md-12 > div {
  max-width: 100%;
}
.lazyimage {
  display: block;
}
.row {
  padding: 0;
  margin: 0 -2rem;
}
.block {
  max-width: 126rem;
  margin: 0 auto;
  padding: 0 3rem;
  position: relative;
  z-index: 2;
}
.block.fullwidth {
  max-width: none;
  padding: 0;
}
button:focus {
  outline: 0;
}
.cookieconsent {
  text-align: center;
  padding: 0 0 4rem;
}
.cookieconsent a:hover {
  color: white;
}
@media only screen and (max-width: 1270px) {
  html {
    font-size: 9px;
  }
}
@media only screen and (max-width: 800px) {
  html {
    font-size: 8px;
  }
}
@media only screen and (max-width: 668px) {
  html {
    position: static;
  }
  .lazyimage img {
    width: 100%;
  }
}
