@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*Responsive styling*/
@media (max-width: 720px) {
  .container {
    max-width: 100%;
  }
  h1 {
    font-size: 30px;
    line-height: 35px;
  }
  h2 {
    font-size: 25px;
    line-height: 35px;
  }
  h3 {
    font-size: 21px;
    line-height: 30px;
  }
  h4, .intro {
    font-size: 18px;
    line-height: 27px;
  }
  h5, p {
    font-size: 15px;
    line-height: 24px;
  }
  h6 {
    font-size: 12px;
    line-height: 20px;
  }
  .nav {
    max-width: 100%;
  }
  .overlay-content{
    max-width: 100%;
  }
  .menu-email{
    text-align: center;
    font-size: 15px;
    line-height: 40px;
  }
  .menu-item{
    font-size: 30px;
    line-height: 50px;
  }
  .menu-social{
    text-align: center;
    font-size: 15px;
    line-height: 40px;
  }
  .rechts{
    min-width: 100%;
  }
  .links{
    min-width: 100% !important;
  }
  .main {
    height: auto !important;
  }
  .zoekfunctie-form i {
    right: 20px !important;
    top: 20px !important;
  }
  .zoekfunctie-form{
    padding: 0 !important;
  }
  .zoektitel {
    padding: 0 !important;
  }
  .image-background{
    min-height: 300px !important;
  }
}


@media (min-width: 720px) {
  .container {
    max-width: 720px;
  }
  h1, .menu-item {
    font-size: 30px;
    line-height: 50px;
  }
  h2 {
    font-size: 25px;
    line-height: 35px;
  }
  h3 {
    font-size: 21px;
    line-height: 30px;
  }
  h4, .intro {
    font-size: 18px;
    line-height: 27px;
  }
  h5, p {
    font-size: 15px;
    line-height: 24px;
  }
  h6 {
    font-size: 12px;
    line-height: 20px;
  }
  .menu-email, .menu-social  {
    font-size: 18px;
    line-height: 27px;
  }
  .nav {
    max-width: 720px;
  }
  .overlay-content{
    max-width: 720px;
  }
  .menu-email {
    position: absolute;
    left: -120px;
    top: 40%;
    margin: 0;
    -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  }

 .menu-social{
   position: absolute;
   right: -40px;
   top: 30%;
   margin: 0;
   transform-origin: bottom center;
   -webkit-transform: rotate(-90deg);
     -ms-transform: rotate(-90deg);
     transform: rotate(-90deg);
 }
 .rechts{
   max-width: 100%;
 }

 .links{
   min-width: 100%;
 }
 .main {
   height: auto !important;
 }
 .image-background{
   min-height: 300px;
 }
}

@media (min-width: 960px) {
  .container {
    max-width: 960px;
  }
  h1, .menu-item {
    font-size: 35px;
    line-height: 45px;
  }
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
  h3 {
    font-size: 25px;
    line-height: 35px;
  }
  h4, .intro  {
    font-size: 21px;
    line-height: 30px;
  }
  h5, p{
    font-size: 17px;
    line-height: 27px;
  }
  h6 {
    font-size: 15px;
    line-height: 24px;
  }
  .main-e-nummer{
    max-width: 720px;
    margin: auto;
  }
  .menu-email, .menu-social  {
    font-size: 21px;
    line-height: 30px;
  }
  .nav {
    max-width: 960px;
  }
  .overlay-content{
    max-width: 960px;
  }
  .menu-email{
    position: absolute;
    left: -135px;
    top: 60px;
    margin: 0;
    -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  }

  .menu-social{
    position: absolute;
    right: 10px;
    top: -10%;
    margin: 0;
    transform-origin: bottom right;
    -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
  }
  }
  .rechts{
    max-width: 75%;
  }

  .links{
    min-width: 75%;
  }
  .image-background{
    min-height: 600px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
  h1, .menu-item {
    font-size: 40px;
    line-height: 50px;
  }
  h2 {
    font-size: 35px;
    line-height: 45px;
  }
  h3 {
    font-size: 30px;
    line-height: 40px;
  }
  h4 {
    font-size: 25px;
    line-height: 35px;
  }
  h5, .intro {
    font-size: 21px;
    line-height: 30px;
  }
  h6, p {
    font-size: 17px;
    line-height: 27px;
  }
  .main-e-nummer{
    max-width: 960px;
  }
  .menu-email, .menu-social {
    font-size: 25px;
    line-height: 35px;
  }
  .nav {
    max-width: 1200px;
  }
  .overlay-content{
    max-width: 1200px;
  }
  .menu-email{
    position: absolute;
    left: -120px;
    top: auto;
    margin: 0;
    -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  }

  .menu-social{
    position: absolute;
    right: 0px;
    top: 50%;
    margin: 0;
    transform-origin: bottom right;
    -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
  }

  .rechts{
    max-width: 75%;
  }

  .links{
    min-width: 75%;
  }
  .image-background{
    min-height: 600px;
  }

}


/*Algemene font styling*/
h1, .menu-item {
  font-family: 'Karla', sans-serif;
  font-weight: bold;
  color: #1D3488;

}
h2 {
  font-family: 'Karla', sans-serif;
  font-weight: bold;
  color: #1D3488;
}
h3 {
  font-family: 'Karla', sans-serif;
  font-weight: bold;
  color: #1D3488;
}
h4 {
  font-family: 'Karla', sans-serif;
  font-weight: bold;
  color: #1D3488;
}
h5 {
  font-family: 'Karla', sans-serif;
  font-weight: bold;
  color: #1D3488;
}
h6 {
  font-family: 'Karla', sans-serif;
  font-weight: bold;
  color: #1D3488;
}

p, .intro, .menu-email, .menu-social {
  font-family: 'Roboto Mono', monospace !important;
  color: #1D3488;
  font-weight: normal;
  text-decoration: none;
}

/*Algemene styling*/
.container {
    margin: 0 auto;
    padding: 0 2.5%;
    position: relative;
}

.menu {
  width: 100%;
  height: 70px;
  margin: auto;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: #426bf9;
}

.menu.active{
  background-color: #FFF;
}

#myNav {
  display: none;
}

#myNav.active{
  display:block;
}

.nav {
  height: 70px;
  margin: auto;
  display: block;
  position: relative;
  /*background-color: hotpink;*/
}

.logo {
    position: absolute;
    left: 15px;
    top: 50%;
    z-index: 9;
    transform: translate(0, -50%)
}

.logo {
  background: url('../images/logo-wit.png') no-repeat;
  background-size: 124px 35px;
  width:124px;
  height: 35px;
  display: block;
}

.logo.active {
  background: url('../images/logo-blauw.png') no-repeat;
  background-size: 124px 35px;
  width:124px;
  height: 35px;
  display: block;
}

.logo a {
  width: 100%;
  height: 100%;
  display: block;
}

.hamburger {
  position: absolute;
  outline: 0px;
  right: 0px;
  top: 50%;
  z-index: 9;
  transform: translate(0, -50%)
}

.main {
  padding-top: 70px;
  width: 100%;
  height: 100px;
}

.main-e-nummer{
  padding-top: 70px;
}

.links, .rechts{
  height: 100%;
  width: 75%;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}

.w3-display-right{
  position: absolute;
  top: 50%;
  right: 10px;
  background-color: #fff;
  padding: 5px 10px;
  border: 5px solid #fff;
  border-radius: 35px;
  cursor: pointer;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

.w3-display-left{
  position: absolute;
  top: 50%;
  left: 10px;
  background-color: #fff;
  padding: 5px 10px;
  border: 5px solid #fff;
  border-radius: 35px;
  cursor: pointer;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

.about{
  height: 100%;
  margin: auto;
  padding-top: 20px;
  box-sizing: border-box;
  padding: 0 20px 20px 20px;
}

.image-half{
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  padding: 40px 0px 0px 0px;
  margin-bottom: 10px;
}

.mySlides{
  width: 100%;
}

.image-background{
  width: 50%;
}

/*E-nummers*/
button.accordion {
  background-color: #FFF;
  border-color: #426bf9;
  border-style: solid;
  border-width: 2px;
  color: #1D3488;
  cursor: pointer;
  padding: 20px;
  margin-bottom: 5px;
  width: 100%;
  text-align: left;
  outline: none;
  transition: 0.4s;
  font-family: 'Roboto Mono', monospace !important;
  font-size: 10pt;
}

button.accordion.active {
  background-color: #426bf9;
  border-color: #426bf9;
  border-style: solid;
  border-width: 2px;
  color: #FFF;
}

div.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
}

.panel p{
  padding: 10px 0 0 0;
}

button.accordion:after {
  content: '\02795';
  font-size: 13px;
  color: #1D3488;
  float: right;
  margin-left: 5px;
}
button.accordion:after:hover {
  color: #FFF;
}

button.accordion.active:after {
  content: "\2796";
}

.zoeken {
  display: block;
  margin: auto;
  padding-bottom: 20px;
  padding-top: 100px;
}

.zoeken h1 {
  color: #FFF;
}

.zoektitel {
  padding: 0 20px;
}

/*Menu overlay*/
.overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: -1;
  left: 0;
  top: 70px;
  background-color: #FFF;
  overflow-x: hidden;
}


/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 40%;
  width: 100%;
  text-align: center;
  margin: auto;
  transform: translate(0, -50%);
}

/* The navigation links inside the overlay */
.menu-item {
  text-decoration: none;
  font-size: 36px;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.overlay-content a :hover, .overlay-content a :focus {
  color: #426bf9 !important;
}

.menu-email, .menu-social{
  text-decoration: underline;
}

.menu-email:hover, .menu-social:hover, .menu-item:hover {
  color: #426bf9!important;
  text-decoration: underline;
}
/*Zoekfunctie*/
.algolia-autocomplete {
  width: 100%;
}
.zoekfunctie{
  background-color: #426bf9;
  position: relative;
  display: block;
}
.zoekfunctie-form {
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  position: relative;
  display: block;
}
.zoekfunctie-form input[type=text]{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  color: #426bf9;
  font-family: 'Roboto Mono', monospace;
  font-size: 15px;
  height: 60px;
  outline: 0;
  padding: 0 60px 0 15px;
  width: 100%;
}

/*FontAwesome icoon */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.zoekfunctie-form i{
  color: #426bf9;
  font-size: 20px;
  right: 40px;
  position: absolute;
  top: 40px;
  z-index: 1;
}
.fa-search::before {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-times::before {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*informatie blok*/
.informatie {
width: 100%;
padding: 0px 15px;
font-family: 'Roboto Mono', monospace;
font-size: 14px;
position: relative;
box-sizing: border-box;
background-color: white;
}

.informatie h2, p{
  margin-top: 0;
}

/*zoekresultaten*/
.aa-input-search:focus {
  outline: 0;
  border-color: #3a96cf;
  box-shadow: 4px 4px 0 grey;
}
.aa-dropdown-menu {
  background-color: #fff;
  font-family: 'Roboto Mono', monospace;
  width: 100%;
  font-size: 11px;
  box-sizing: border-box;
}
.aa-suggestion {
  font-family: 'Roboto Mono', monospace;
  padding: 15px 12px;
  border-top: 1px solid rgba(228, 228, 228, 0.6);
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
            justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
            align-items: center;
}
.aa-suggestion:hover, .aa-suggestion.aa-cursor {
  background-color: #F7F7F7;
  font-weight: 900;
}
