/*NAVBAR*/
nav {
  display: none;
  z-index: 5000; }

nav a {
  line-height: inherit; }

nav ul li {
  white-space: nowrap; }

/*mobielenav*/
#header {
  position: fixed;
  width: 100%; }

.hide {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  margin-bottom: 10px;
  background-color: white;
  font-family: Roboto;
  position: fixed;
  width: 100%;
  z-index: 5000; }
  .hide .label {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .hide .label img {
      margin-top: 15px;
      margin-bottom: 15px;
      height: 45px;
      margin-right: 5px; }

.checkbox {
  display: none; }

.label {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  height: 48px;
  font-size: 20px;
  display: inline-block;
  background-size: cover;
  margin: 0.5em;
  color: black; }

.checkbox:checked + .label {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

#mobiledropmenu:checked ~ .title {
  -webkit-transition: 600ms;
  width: 100%;
  height: 292px;
  opacity: 1;
  pointer-events: all; }

.title {
  -webkit-transition: 600ms;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none; }

.navbutton {
  color: black;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  border-top: 1px solid black;
  width: 100%;
  padding: 1.2em; }

.navbutton a:hover {
  color: #3399CC; }

#header {
  z-index: 5000; }

.navbutton a {
  text-decoration: none;
  color: black; }

section.langs {
  display: flex;
  flex-flow: row nowrap;
  font-family: Roboto, sans-serif;
  width: 100%;
  justify-content: flex-end;
  position: fixed;
  z-index: 99999999;
  padding-top: 5px;
  padding-right: 5px; }
  section.langs a {
    margin-right: 5px;
    border: none;
    background-color: transparent;
    width: auto;
    padding: 0;
    color: black;
    text-decoration: none; }
  section.langs a.selectedLang {
    color: #3399CC; }
  section.langs a:hover {
    cursor: pointer;
    text-decoration: underline; }

@media screen and (min-width: 1100px) {
  .hide {
    display: none; }
  /*NAV SCROLLED*/
  nav {
    display: flex;
    background-color: white;
    justify-content: space-between;
    -webkit-box-shadow: 4px 7px 21px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 4px 7px 21px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 4px 7px 21px -5px rgba(0, 0, 0, 0.75);
    height: 70px;
    line-height: 70px;
    position: fixed;
    width: 100%;
    z-index: 2000;
    transition: padding-top 500ms, background-color 1.3s; }
    nav a {
      line-height: 70px; }
  nav img {
    display: block; }
  nav ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    list-style: none;
    font-size: 1.2rem;
    font-family: Roboto;
    font-weight: 400;
    margin-right: 75px; }
  nav ul li {
    padding-left: 30px;
    padding-right: 30px; }
  /*NAV NIET GESCROLLED  */
  nav.homeheader {
    display: flex;
    padding-top: 50px;
    padding-left: 50px;
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none; }
  nav.homeheader ~ section.langs a {
    color: white; }
  nav.homeheader ~ section.langs a.selectedLang {
    color: #3399CC; }
  nav.homeheader ul {
    width: 100%;
    line-height: 50px; }
  nav.homeheader img {
    height: 50px;
    width: 384px;
    display: block; }
  nav.homeheader ul li {
    color: white;
    font-family: Lato;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 1.2rem;
    font-family: Roboto;
    font-weight: 400; }
    nav.homeheader ul li a {
      color: white; }
  nav.homeheader {
    height: 50px;
    z-index: 1000;
    position: fixed;
    width: 100%; }
  /*test animatie*/
  nav a {
    position: relative;
    color: black;
    text-decoration: none; }
  nav a:hover {
    color: black; }
  nav a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: black;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
  nav a.selected {
    color: #3399CC; }
  nav a.selected:hover:before {
    background-color: #3399CC; }
  nav a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    background-color: black; }
  nav.homeheader ul li a.selected {
    color: white; }
  nav.homeheader ul li a.selected:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    background-color: white; }
  nav.homeheader a:hover {
    color: white; }
  nav.homeheader a:before {
    background-color: white; } }

@media (max-height: 360px) {
  #mobiledropmenu:checked ~ .title .navbutton {
    padding: 1rem; } }

@media (max-height: 326px) {
  #mobiledropmenu:checked ~ .title .navbutton {
    padding: 0.8rem; } }

@media (max-height: 295px) {
  #mobiledropmenu:checked ~ .title .navbutton {
    padding: 0.6rem; } }

@media (max-height: 265px) {
  #mobiledropmenu:checked ~ .title .navbutton {
    padding: 0.4rem; } }

@media (max-height: 250px) {
  #mobiledropmenu:checked ~ .title .navbutton {
    padding: 0.2rem; } }

@media (max-height: 200px) {
  #mobiledropmenu:checked ~ .title .navbutton {
    padding: 0.05rem; } }

@media (max-height: 200px) {
  #mobiledropmenu:checked ~ .title .navbutton {
    padding: 0.05rem; } }

@media (max-height: 177px) {
  #mobiledropmenu:checked ~ .title .navbutton {
    padding: 0rem; } }
