* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url("../include/boxsizing.htc");
  outline: none;
}
.clear {
  clear: both;
  float: none;
}
.latoBold {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
}
.latoLight {
  font-family: 'Lato', sans-serif;
  font-weight: normal;
}
.latoSemibold {
  font-family: 'Lato', sans-serif;
  font-weight: 600;
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  padding-top: 30px;
  font-size: 20px;
  line-height: 24px;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  color: #000;
  background-color: #fff;
}
#splashlogo {
  margin-left: auto;
  margin-right: auto;
  width: 180px;
  position: relative;
}
#splashlogosmall {
  display: none;
}
#splashcontent {
  width: 100%;
  min-height: 90%;
}
.contentInhoud {
  width: 50%;
  float: left;
  margin-top: -139px;
}
.contentInhoud:nth-of-type(1) {
  padding-right: 51px;
}
.contentInhoud:nth-of-type(2) {
  padding-left: 51px;
}
.contentInhoud:nth-of-type(1) {
  padding-right: 51px;
}
.content {
  width: 95%;
  float: right;
  text-align: center;
  border: 10px solid;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  border-bottom-right-radius: 20px;
}
.content.blauw {
  border-color: #004277 !important;
  margin-left: 5%;
}
.content.oranje {
  border-color: #e1470b !important;
  margin-right: 5%;
}
.logo {
  position: relative;
}
#splashcontent img.logo {
  max-width: 85%;
}
.content .spacer {
  clear: both;
  display: inline-block;
  width: 80px;
  height: 0px;
  border-top: 5px solid;
  margin: 20px 0px 20px 0px;
}
.content.blauw .spacer {
  border-color: #004277;
}
.content.oranje .spacer {
  border-color: #e1470b;
}
#splashcontent img.imageref {
  clear: both;
  display: inline-block;
  width: 170px;
  max-width: 90%;
  border: 5px solid;
  margin: 10px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  border-bottom-right-radius: 20px;
}
.content.blauw img.imageref {
  border-color: #004277 !important;
  margin-left: 5%;
}
.content.oranje img.imageref {
  border-color: #e1470b !important;
  margin-right: 5%;
}
.content .langselection {
  margin: 40px 0px 40px 0px;
}
.content .langselection a {
  display: inline-block;
  background-color: #004277;
  color: #FFF;
  font-size: 20px;
  text-decoration: none;
  width: 50px;
  line-height: 50px;
  margin: 0px 5px 5px 5px ;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  border-bottom-right-radius: 20px;
}
.content.blauw .langselection a {
  background-color: #004277;
}
.content.blauw .langselection a:hover {
  background-color: #0c538c;
}
.content.oranje .langselection a {
  background-color: #d35400;
}
.content.oranje .langselection a:hover {
  background-color: #dd6b20;
}
#footer-wrapper {
  min-height: 10%;
  position: relative;
}
#splashfooter {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background-color: #004277;
  color: #FFF;
  min-height: 50px;
  padding-left: 51px;
  padding-right: 51px;
}
#splashfooter ul {
  margin: 0px;
  padding: 0px;
  color: #FFF;
}
#splashfooter ul li {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  width: 33%;
  float: left;
  line-height: 50px;
}
#splashfooter ul li:nth-child(1) {
  text-align: left;
}
#splashfooter ul li:nth-child(2) {
  text-align: center;
  width: 34%;
}
#splashfooter ul li:nth-child(3) {
  text-align: right;
}
#splashfooter ul a {
  color: #FFF;
  text-decoration: none;
}
#splashfooter ul a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1180px) {
  #splashfooter {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1100px) {
  #splashfooter {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1020px) {
  html,
  body {
    height: 3000px;
  }
  #splashlogo {
    display: none;
  }
  #splashlogosmall {
    overflow: hidden;
    display: block;
    margin: 0px auto 40px auto;
    width: 150px;
    height: 150px;
    border: 1px solid #acacac;
    -webkit-border-radius: 75px;
    -moz-border-radius: 75px;
    border-radius: 75px;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.55);
  }
  .contentInhoud {
    margin-top: 0px;
    margin-bottom: 40px;
    width: 100%;
    display: block;
    padding: 0px !important;
  }
  .contentInhoud .content {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
  #footer-wrapper {
    margin-top: 40px;
  }
  #splashfooter {
    position: relative;
  }
  #splashfooter ul li {
    display: block !important;
    width: 100% !important;
    float: none !important;
    text-align: center !important;
  }
  html,
  body {
    height: auto;
  }
}
@media only screen and (max-width: 500px) {
  html,
  body,
  #splashfooter {
    font-size: 16px;
  }
  #splashfootercontent,
  #splashfooter {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
