/*
Rood: #de322f;
Donkerblauw: #0059a3;
Lichtblauw: #0095db;
*/
body {
  background-color: #1368bc;
  color: #333333;
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 15px;
  text-align: left;
}
p {
  font-size: 1em;
  line-height: 1.5em;
}
a {
  color: #1368bc;
  text-decoration: none;
}
a:hover {
  color: #1368bc;
  text-decoration: underline;
}
h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3em;
  font-weight: 700;
  color: #1368bc;
}
h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6em;
  font-weight: 700;
  color: #1368bc;
}
h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  color: #1368bc;
}
h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  color: #1368bc;
}
h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  color: #6b9bc9;
}
#top_bar {
  width: 96%;
  height: 18px;
  background-color: #1368bc;
  margin: 0;
  padding: 10px 2% 10px 2%;
}
#slideshow {
  position: relative;
  width: 100%;
  height: 65vh;
  padding: 0;
  overflow: hidden;
  background-color: #e8e8e8;
}
#slideshow > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#slideshow img {
  width: 100%;
  height: auto;
  position: relative;
  top: 0%;
  transform: translateY(-50%);
}
#header {
  width: 100vw;
  max-width: 100%;
  height: auto;
  z-index: 100000;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
}
.slide_text {
  position: relative;
  z-index: 1000;
  font-size: 4rem;
  color: #ffffff;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.75);
  text-align: center;
  width: 100%;
  height: auto;
  margin: 0 auto 0 auto;
  padding-top: 30vh;
}
@keyframes slide-top {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.cookie_alert {
  height: auto;
  background: #DE322F;
  color: white;
  padding: 15px 0 15px 0;
}
.cookies_left {
  width: 80%;
  height: auto;
  padding: 0;
  float: left;
  text-align: left;
}
.cookies_left a {
  color: white;
  text-decoration: underline;
}
.cookies_headtext {
  font-weight: 600;
  font-size: 17px;
  line-height: 17px;
  color: white;
}
.cookies_right {
  width: 20%;
  height: auto;
  padding: 20px 0 0 0;
  float: left;
  text-align: right;
}
.cookies_button {
  width: 90%;
  height: auto;
  background: seagreen;
  border: 1px solid white;
  border-radius: 3px;
  color: white;
  font-size: 17px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  margin: 0 auto 0 auto;
  text-align: center;
  float: right;
}
.cookies_button a {
  color: white;
  text-decoration: none;
}
.cookies_button:hover {
  background: mediumseagreen;
  text-decoration: none;
  color: white;
}
.screen_width {
  width: 1080px;
  height: auto;
  display: block;
  overflow: hidden;
  margin: 0 auto 0 auto;
}
.top_left {
  width: 50%;
  height: auto;
  float: left;
  text-align: left;
  font-weight: 300;
  font-size: 0.9em;
  color: #ffffff;
  word-spacing: 5px;
}
.top_right {
  width: 50%;
  height: auto;
  float: left;
  text-align: right;
  font-weight: 300;
  font-size: 0.9em;
  color: #ffffff;
  word-spacing: 10px;
}
.top_right a {
  color: #ffffff;
}
#menu_bar {
  width: 96%;
  height: 50px;
  margin: 0;
  padding: 0 2% 30px 2%;
  background-color: #e8e8e8;
}
.menu_left {
  width: 32%;
  height: auto;
  padding-top: 25px;
  float: left;
  text-align: left;
}
.menu_right2 {
  width: 68%;
  height: auto;
  float: left;
  text-align: right;
}
#menu_right {
  width: auto;
  height: auto;
  float: right;
  z-index: 1;
  position: absolute;
}
#menu_right ul {
  list-style: none;
  margin: 15px 0 0 0;
  padding-left: 0;
  z-index: 1000;
  position: relative;
}
#menu_right li {
  color: #fff;
  display: block;
  float: right;
  position: relative;
  text-decoration: none;
  transition-duration: 0.5s;
  width: 186px;
  text-align: center;
}
#menu_right li a {
  color: #2e2e2e;
  text-decoration: none;
  display: block;
  padding: 1rem 0 1rem 0;
}
#menu_right li:hover, li:focus-within {
  background: darkorange;
  cursor: pointer;
}
#menu_right li:focus-within a {
  outline: none;
}
#menu_right ul li ul {
  background: orange;
  visibility: hidden;
  opacity: 0;
  min-width: 5rem;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 1rem;
  left: 0;
  display: none;
}
#menu_right ul li:hover > ul, ul li:focus-within > ul, ul li ul:hover, ul li ul:focus {
  visibility: visible;
  opacity: 1;
  display: block;
  top: 30px;
}
#menu_right ul li ul li {
  clear: both;
  width: 186px;
  text-align: center;
}
.navbar {
  overflow: hidden;
  background-color: #333;
}
.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
.dropdown {
  float: left;
  overflow: hidden;
}
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: red;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.dropdown-content a:hover {
  background-color: #ddd;
}
.dropdown:hover .dropdown-content {
  display: block;
}
/* einde test Arno */
#text_bar {
  width: 96%;
  height: auto;
  margin: 0;
  padding: 10px 2% 10px 2%;
  margin-bottom: 50px;
  background-color: #ffffff;
}
#half_photo_bar {
  width: 96%;
  height: 225px;
  margin: 0;
  padding: 10px 2% 10px 2%;
}
.semi_photo_bar {
  width: 96%;
  height: 400px;
  margin: 0;
  padding: 10px 2% 30px 2%;
}
.slogan_width {
  width: 1080px;
  height: auto;
  padding-top: 25px;
  display: block;
  overflow: hidden;
  margin: 0 auto 0 auto;
}
.slogan_width h1 {
  color: #ffffff;
  font-size: 4em;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}
.third_block {
  width: 23%;
  height: auto;
  float: left;
  margin: 0 1% 70px 1%;
  text-align: center;
}
.icon_block {
  width: 100%;
  height: 150px;
  padding-top: 30px;
  text-align: center;
  float: left;
}
.icon_block img {
  width: 60%;
  height: auto;
}
.text_block {
  width: 100%;
  height: 200px;
  text-align: center;
  float: left;
}
.main_block {
  width: 100%;
  height: auto;
  margin: 30px 0 30px 0;
  float: left;
}
.main_block h2 {
  font-size: 2.5em;
}
.main_block ul {
  width: 33%;
  height: auto;
  margin: 0 auto 0 auto;
  list-style-type: square;
  display: inline-block;
  text-align: left;
}
.paragraph {
  width: auto;
  height: 200px;
}
.clear_both {
  clear: both;
  width: 100%;
  height: 10px;
}
#footer_bar {
  width: 100%;
  height: auto;
  background-color: #2e2e2e;
  color: #ffffff;
  margin-top: 50px;
}
.fourth_block {
  width: 23%;
  height: auto;
  float: left;
  margin: 0 1% 15px 1%;
}
.fourth_block ul {
  list-style-type: none;
}
.fourth_block li {
  margin-left: -40px;
  font-weight: 300;
  font-size: 0.9em;
  line-height: 1.8em;
}
.fourth_block ul li ul li {
  margin-left: -20px;
  font-weight: 300;
  font-size: 0.9em;
  line-height: 1.8em;
  list-style-type: square;
}
.fourth_block a {
  color: #ffffff;
  text-decoration: none;
}
.fourth_block a:hover {
  color: #ffffff;
  text-decoration: underline;
}
#social_bar {
  width: 100%;
  height: auto;
  padding: 10px 0 35px 0;
  color: #ffffff;
  border-top: 1px solid #d0d1d3;
  border-bottom: 1px solid #d0d1d3;
  text-align: center;
  font-size: 1.6em;
  line-height: 1em;
  margin: 0 2% 0 2%;
}
#social_bar a {
  color: #ffffff;
  font-size: 1.6em;
  word-spacing: 7px;
}
#credits_bar {
  width: 100%;
  height: auto;
  padding: 20px 0 30px 0;
  color: #d0d1d3;
  text-align: right;
  font-size: 0.8em;
  font-weight: 300;
  border-top: 1px solid #d0d1d3;
}
.clear30 {
  clear: both;
  height: 30px;
}
.bottom_left {
  width: 30%;
  height: auto;
  float: left;
  text-align: left;
  font-weight: 300;
  font-size: 0.9em;
  color: #d0d1d3;
}
.bottom_right {
  width: 70%;
  height: auto;
  float: left;
  text-align: right;
  font-weight: 300;
  font-size: 0.9em;
  color: #d0d1d3;
}
.bottom_right a {
  color: #d0d1d3;
}
.slicknav_menu {
  display: none;
}
.list {
  width: 50%;
  height: auto;
  margin: 0 25% 0 25%;
  text-align: left;
}
.video_player {
  width: 600px;
  height: auto;
  border: 1px solid #999999;
  background-color: #e1e1e1;
  margin: 0 auto 0 auto;
}
.table500 {
  width: 100%;
  height: auto;
}
.tabel500_tr {
  width: 96%;
  height: auto;
  overflow: hidden;
  margin-bottom: 10px;
}
.tabel500_td200 {
  width: 30%;
  height: auto;
  overflow: hidden;
  float: left;
  text-align: left;
}
.tabel500_td300 {
  width: 63%;
  height: auto;
  overflow: hidden;
  float: left;
}
.inputLine {
  width: 98%;
  height: 27px;
  font-size: 17px;
  border: 1px solid #CCC;
}
.inputArea {
  width: 98%;
  height: 110px;
  font-size: 17px;
  border: 1px solid #CCC;
}
.blueButton {
  width: 90%;
  height: 26px;
  background: #1368bc;
  border-radius: 28px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  padding: 5px 25px 4px 25px;
  text-decoration: none;
  text-align: center;
  margin: 0 auto 0 auto;
  float: none;
  border: 0;
}
.blueButton input[type=submit] {
  height: 40px;
}
.blueButton a {
  color: #ffffff;
  text-decoration: none;
}
.blueButton:hover {
  background: #7fbfff;
  text-decoration: none;
  color: #ffffff;
}
.show_mobile {
  display: none;
}
/* FAQ styles ////////////////////////////////// */
.accordion {
  background-color: #e8e8e8;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}
.active, .accordion:hover {
  background-color: orange;
}
.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion:after {
  content: '\02795';
  /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}
.active:after {
  content: "\2796";
  /* Unicode character for "minus" sign (-) */
}
.toplogo {
  width: 30%;
  height: auto;
    padding-top: 15px;
  overflow: hidden;
  float: left;
}
.toplogo img{
  width: 90%;
  height: auto;
     z-index: 10;
    position: relative;
}
/* Add a black background color to the top navigation */
.topnav {
  width: 70%;
  height: auto;
  overflow: hidden;
  float: left;
}
.topnav img {
  margin-right: 20px;
}
/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #0059a3;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 1rem;
}
/* Add an active class to highlight the current page */
.active {
  background-color: #04AA6D;
  color: white;
}
/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}
/* Dropdown container - needed to position the dropdown content */
.dropdown {
  float: left;
  overflow: hidden;
}
/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
  border: none;
  outline: none;
  color: #0059a3;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}
/* Style the dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
/* Style the links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}
/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}
/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
  display: block;
}
.topWideCookies {
  width: 100%;
  height: auto;
  padding: 10px 0 10px 0;
  background-color: #9f1569;
  display: block;
  color: white;
  overflow: hidden;
  animation: 1s ease-out 0s 1 slide-top;
}
.cookies_left {
  width: 80%;
  height: auto;
  padding: 0;
  float: left;
  text-align: left;
}
.cookies_left a {
  color: white;
  text-decoration: underline;
}
.cookies_headtext {
  font-weight: 600;
  font-size: 17px;
  line-height: 17px;
  color: white;
}
.cookies_right {
  width: 20%;
  height: auto;
  padding: 20px 0 0 0;
  float: left;
  text-align: right;
}
.cookies_button {
  width: 90%;
  height: auto;
  background: seagreen;
  border: 1px solid white;
  border-radius: 3px;
  color: white;
  font-size: 17px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  margin: 0 auto 0 auto;
  text-align: center;
  float: right;
}
.cookies_button a {
  color: white;
  text-decoration: none;
}
.cookies_button:hover {
  background: mediumseagreen;
  text-decoration: none;
  color: white;
}
/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}
@media (min-width:768px) and (max-width:1080px) {
  .screen_width {
    width: 96%;
    height: auto;
    display: block;
    overflow: hidden;
    margin: 0 auto 0 auto;
  }
  .slogan_width {
    width: 96%;
    height: auto;
    padding-top: 25px;
    display: block;
    overflow: hidden;
    margin: 0 auto 0 auto;
  }
}
@media (min-width:320px) and (max-width:767px) {
  .screen_width {
    width: 96%;
    height: auto;
    display: block;
    overflow: hidden;
    margin: 0 auto 0 auto;
  }
  .slogan_width {
    width: 96%;
    height: auto;
    padding-top: 25px;
    display: block;
    overflow: hidden;
    margin: 0 auto 0 auto;
  }
  .slogan_width h1 {
    font-size: 2.5em;
  }
  .show_mobile {
    display: block;
  }
  .main_block {
    text-align: center;
  }
  .main_block ul {
    width: 80%;
    height: auto;
    margin: 0 auto 0 auto;
    list-style-type: square;
    display: inline-block;
    text-align: left;
  }
  .third_block {
    width: 90%;
    height: auto;
    float: none;
    display: block;
    overflow: hidden;
    margin: 30px 5% 40px 5%;
    padding-bottom: 20px;
  }
  .fourth_block {
    width: 95%;
    margin: 20px 2% 0 3%;
    height: auto;
    float: left;
    font-size: 17px;
  }
  .fourth_block img {
    width: 55%;
    height: auto;
  }
  .paragraph {
    width: auto;
    height: auto;
    margin-bottom: 30px;
  }
  #top_bar {
    display: none;
  }
  .menu_left {
    width: 100%;
    height: auto;
    padding-top: 10px;
    float: left;
    text-align: center;
  }
  .js #menu_right {
    display: none;
  }
  .js .slicknav_menu {
    display: block;
  }
  .video_player {
    width: 100%;
    height: auto;
    border: 1px solid #999999;
    background-color: #e1e1e1;
    margin: 0 auto 0 auto;
  }
  .list {
    width: 80%;
    height: auto;
    margin: 0 10% 0 10%;
    text-align: left;
  }
  /* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
  .topnav.responsive {
    position: relative;
  }
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {
    float: none;
  }
  .topnav.responsive .dropdown-content {
    position: relative;
  }
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
  .topWideCookies {
    width: 100%;
    height: auto;
  }
  .cookies_left {
    width: 90%;
    height: auto;
    float: none;
    text-align: left;
    margin: 0 auto 0 auto;
    color: white;
  }
  .cookies_left p {
    color: white;
  }
  .cookies_right {
    width: 90%;
    height: auto;
    padding: 10px 0 20px 0;
    float: none;
    text-align: center;
    margin: 0 auto 20px auto;
  }
}