html {
  height: 100%;
  box-sizing: border-box;
}
body {
  margin: 0px;
  box-sizing: border-box;
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
body.VlaanderenFooterDisabled {
  padding-bottom: 0px;
}
@media all and (max-width: 804px) {
  body {
    padding-bottom: 140px;
  }
}
@media all and (max-width: 578px) {
  body {
    padding-bottom: 158px;
  }
}
@media all and (max-width: 407px) {
  body {
    padding-bottom: 174px;
  }
}
.TemplateVlaanderenHeader {
  box-sizing: border-box;
}
.TemplateVlaanderenBody {
  box-sizing: border-box;
  flex: 1;
}
.TemplateVlaanderenFooter {
  box-sizing: border-box;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
}

