@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/*
	****************** Settings ******************
*/
/*
	****************** Essentials ******************
*/
html, body {
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased !important;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

*, *:before, *:after {
  box-sizing: border-box; }

img {
  border: 0; }

a {
  text-decoration: underline;
  background-color: transparent; }
  a:active, a:hover {
    outline: none; }

input, button, textarea {
  -webkit-appearance: none; }

h1 {
  font-size: 32px;
  font-weight: bold;
  line-height: 48px; }

h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 36px; }

h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 27px; }

h4 {
  font-size: 14px;
  font-weight: bold;
  line-height: 21px; }

h5 {
  font-size: 12px;
  font-weight: bold;
  line-height: 18px; }

h6 {
  font-size: 11px;
  font-weight: bold;
  line-height: 18px; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/*
	****************** Fluids ******************
	These columns are made for nesting.
	First define the max-width of .container and nest other classes in this element.
*/
.container {
  width: 100%;
  display: block;
  max-width: 960px; }
  .container:after {
    content: "";
    display: table;
    clear: both; }
  .container .col-12 {
    width: 100%; }
  .container .col-11 {
    width: 91.66667%; }
  .container .col-10 {
    width: 83.33333%; }
  .container .col-9 {
    width: 75%; }
  .container .col-8 {
    width: 66.66667%; }
  .container .col-7 {
    width: 58.33333%; }
  .container .col-6 {
    width: 50%; }
  .container .col-5 {
    width: 41.66667%; }
  .container .col-4 {
    width: 33.33333%; }
  .container .col-3 {
    width: 25%; }
  .container .col-2 {
    width: 16.66667%; }
  .container .col-1 {
    width: 8.33333%; }
  .container .col-0 {
    display: none; }
  @media (max-width: 960px) {
    .container .col-d-12 {
      width: 100%; }
    .container .col-d-11 {
      width: 91.66667%; }
    .container .col-d-10 {
      width: 83.33333%; }
    .container .col-d-9 {
      width: 75%; }
    .container .col-d-8 {
      width: 66.66667%; }
    .container .col-d-7 {
      width: 58.33333%; }
    .container .col-d-6 {
      width: 50%; }
    .container .col-d-5 {
      width: 41.66667%; }
    .container .col-d-4 {
      width: 33.33333%; }
    .container .col-d-3 {
      width: 25%; }
    .container .col-d-2 {
      width: 16.66667%; }
    .container .col-d-1 {
      width: 8.33333%; }
    .container .col-d-0 {
      display: none; } }
  @media (max-width: 768px) {
    .container .col-t-12 {
      width: 100%; }
    .container .col-t-11 {
      width: 91.66667%; }
    .container .col-t-10 {
      width: 83.33333%; }
    .container .col-t-9 {
      width: 75%; }
    .container .col-t-8 {
      width: 66.66667%; }
    .container .col-t-7 {
      width: 58.33333%; }
    .container .col-t-6 {
      width: 50%; }
    .container .col-t-5 {
      width: 41.66667%; }
    .container .col-t-4 {
      width: 33.33333%; }
    .container .col-t-3 {
      width: 25%; }
    .container .col-t-2 {
      width: 16.66667%; }
    .container .col-t-1 {
      width: 8.33333%; }
    .container .col-t-0 {
      display: none; } }
  @media (max-width: 540px) {
    .container .col-m-12 {
      width: 100%; }
    .container .col-m-11 {
      width: 91.66667%; }
    .container .col-m-10 {
      width: 83.33333%; }
    .container .col-m-9 {
      width: 75%; }
    .container .col-m-8 {
      width: 66.66667%; }
    .container .col-m-7 {
      width: 58.33333%; }
    .container .col-m-6 {
      width: 50%; }
    .container .col-m-5 {
      width: 41.66667%; }
    .container .col-m-4 {
      width: 33.33333%; }
    .container .col-m-3 {
      width: 25%; }
    .container .col-m-2 {
      width: 16.66667%; }
    .container .col-m-1 {
      width: 8.33333%; }
    .container .col-m-0 {
      display: none; } }

.center {
  margin: 0 auto;
  float: none; }

.left {
  float: left; }

.right {
  float: right; }

@media (max-width: 768px) {
  .center-t {
    margin: 0 auto;
    float: none; }
  .left-t {
    float: left; }
  .right-t {
    float: right; } }

@media (max-width: 540px) {
  .center-m {
    margin: 0 auto;
    float: none; }
  .left-m {
    float: left; }
  .right-m {
    float: right; } }

.padding {
  padding-right: 20px;
  padding-left: 20px; }

.padding-top {
  padding-top: 50px; }

.padding-bottom {
  padding-top: 50px; }

.clearfix {
  clear: both; }

/* ============================================================
  VARS
============================================================ */
/* ============================================================
  MIXINS
============================================================ */
.btn-arrow:before {
  right: 15%;
  opacity: 0;
  top: 3px; }

.btn-arrow:hover:before {
  right: 10%;
  opacity: 1; }

.btn-arrow-leesmeer:before {
  right: 8%;
  opacity: 0;
  top: 3px; }

.btn-arrow-leesmeer:hover:before {
  right: 6%;
  opacity: 1; }

/* ============================================================
  CONTENT
============================================================ */
body {
  line-height: 2; }

button {
  font-family: 'Open Sans'; }

article {
  background-color: #fff; }

p {
  font-size: 14px; }

h2 {
  color: #1F5F9F; }

a {
  text-decoration: none;
  color: #1F5F9F; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }
  .embed-container iframe,
  .embed-container object,
  .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* ============================================================
  MENU / HEADER
============================================================ */
@media (min-width: 768px) {
  .display-tablet {
    display: none !important; } }

@media (max-width: 768px) {
  header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column; }
    header .nav-blue-bg {
      -ms-flex-order: 0;
      order: 0;
      position: relative; }
    header .headerimg {
      -ms-flex-order: 1;
      order: 1; }
    header .toplogos {
      display: none; }
  .display-tablet {
    display: block !important; }
  .magister {
    margin-top: 20px; } }

.rooster-container {
  position: relative;
  height: 30px; }
  .rooster-container p {
    margin: 0; }

.toggle {
  position: absolute;
  right: 0;
  cursor: pointer;
  font-weight: 600;
  color: #1F5F9F; }
  .toggle:hover {
    text-decoration: underline; }
  .toggle:before {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #f00; }

.arrow-down {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #1F5F9F;
  margin-top: 14px;
  margin-left: 5px; }

.rooster-toggle {
  display: none;
  position: absolute;
  background: #EEF6FF;
  z-index: 9999999;
  padding: 10px 20px;
  border: 1px solid #1F5F9F;
  margin: 0;
  list-style-type: none;
  right: 0;
  top: 30px; }
  .rooster-toggle a:hover {
    text-decoration: underline; }

.rooster-toggled {
  display: block !important; }

header svg#Layer_1 {
  display: none; }

@media (min-width: 768px) {
  header svg#Layer_1 {
    display: block;
    height: 126px;
    width: 390px; } }

header .topbar {
  background-color: #EEF6FF; }
  header .topbar .container {
    padding: 0 20px; }
  header .topbar span {
    font-size: 12px;
    float: right; }
    header .topbar span a {
      color: #000; }
      header .topbar span a:hover {
        text-decoration: underline; }
  header .topbar img {
    position: relative;
    top: 5px;
    padding-right: 6px; }

header .nav-blue-bg {
  background-color: #1F5F9F; }
  header .nav-blue-bg .current-menu-item {
    background-color: #2068b0;
    box-sizing: border-box;
    border-bottom: 5px solid #fff; }
    header .nav-blue-bg .current-menu-item:hover {
      background-color: #1F5F9F;
      border-bottom: 0px; }
  header .nav-blue-bg .magistertablet {
    display: none; }

header .headerimg {
  background-image: url("../img/home_header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #1F5F9F; }
  header .headerimg > div {
    height: 460px;
    position: relative; }
    header .headerimg > div .telefoon {
      position: absolute;
      bottom: 18px;
      right: 0; }
      header .headerimg > div .telefoon img {
        position: relative;
        top: 2px;
        -ms-transform: translate(10%, 0%);
        transform: translate(10%, 0%); }
      header .headerimg > div .telefoon .emailicon {
        background-color: #ffa000;
        border-radius: 50%;
        padding: 13px 14px;
        transition: all 0.3s;
        margin: 0 2px; }
        header .headerimg > div .telefoon .emailicon:hover {
          background-color: #1F5F9F;
          transition: all 0.3s; }
      header .headerimg > div .telefoon .telicon {
        background-color: #ffa000;
        border-radius: 50px;
        padding: 13px 15px;
        transition: all 0.3s;
        margin: 0 2px; }
        header .headerimg > div .telefoon .telicon:hover {
          background-color: #1F5F9F;
          transition: all 0.3s;
          border-radius: 50px; }
        header .headerimg > div .telefoon .telicon:hover:after {
          content: " 070 5119224";
          transition: all 0.3s;
          color: #fff; }
        header .headerimg > div .telefoon .telicon a {
          cursor: pointer; }
      header .headerimg > div .telefoon .aanmeldbutton {
        background-color: #1F5F9F;
        padding: 10px 20px;
        border-radius: 100px;
        font-size: 20px;
        font-weight: bold; }
        header .headerimg > div .telefoon .aanmeldbutton a {
          color: #fff; }

header .bluelogo {
  display: none;
  position: relative; }

header .menubuttonblue {
  position: absolute;
  right: 0;
  top: 50%;
  -ms-transform: translate(-55%, -57%);
  transform: translate(-55%, -57%); }
  header .menubuttonblue div {
    padding: 0 2px;
    border: 1px solid #fff;
    font-weight: 300 !important;
    color: #fff;
    line-height: 1.5; }

.icon-arrow-right:before {
  content: "→"; }

.btn {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: #1F5F9F;
  cursor: pointer;
  padding: 15px 20px;
  display: inline-block;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  transition: all 0.3s; }
  .btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    transition: all 0.3s; }

.btn-header {
  border-radius: 50px;
  color: #fff;
  overflow: hidden; }
  .btn-header:hover {
    background: #FFA000;
    padding: 15px 35px 15px 20px; }
  .btn-header:before {
    position: absolute;
    height: 100%;
    font-size: 125%;
    line-height: 2.4;
    color: #fff;
    transition: all 0.3s; }
  .btn-header a {
    color: #fff; }

.btn-4c:before {
  left: 70%;
  opacity: 0;
  top: 0; }

.btn-4c:hover:before {
  left: 80%;
  opacity: 1; }

.btn-nieuwsgierig {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: #fff;
  background-image: linear-gradient(to bottom, #ffa000, #f3b142);
  cursor: pointer;
  padding: 11px 20px;
  display: inline-block;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  transition: all 0.3s; }
  .btn-nieuwsgierig:after {
    content: '';
    position: absolute;
    z-index: -1;
    transition: all 0.3s; }

.btn-nieuwsgieriga {
  color: #fff;
  overflow: hidden; }
  .btn-nieuwsgieriga:hover {
    padding: 11px 40px 11px 20px; }
  .btn-nieuwsgieriga:before {
    position: absolute;
    height: 100%;
    font-size: 125%;
    line-height: 2.2;
    color: #fff;
    transition: all 0.3s; }

.btn-n:before {
  left: 83%;
  opacity: 0;
  top: 0; }

.btn-n:hover:before {
  left: 88%;
  opacity: 1; }

.btn-meer {
  border: 1px solid #1F5F9F;
  font-family: inherit;
  font-size: 16px;
  color: #fff;
  background-color: #fff;
  cursor: pointer;
  padding: 11px 80px;
  display: inline-block;
  font-weight: 600;
  outline: none;
  position: relative;
  transition: all 0.3s;
  margin-bottom: 30px; }
  .btn-meer:after {
    content: '';
    position: absolute;
    z-index: -1;
    transition: all 0.3s; }

.btn-meera {
  color: #1F5F9F;
  overflow: hidden; }
  .btn-meera:hover {
    padding: 11px 90px 11px 70px; }
  .btn-meera:before {
    position: absolute;
    height: 100%;
    font-size: 125%;
    line-height: 1.9;
    color: #1F5F9F;
    transition: all 0.3s; }

.btn-m:before {
  left: 67%;
  opacity: 0;
  top: 0; }

.btn-m:hover:before {
  left: 72%;
  opacity: 1; }

.toplogos {
  position: relative;
  padding: 15px 0 10px; }
  .toplogos .col-4 {
    width: 38%; }
  .toplogos .screen-reader-text {
    display: none; }
  .toplogos .menuButton {
    display: none; }

.socialsearch {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 130px; }

.socialsearch {
  padding-right: 37px; }
  .socialsearch a {
    width: 30px;
    height: 30px;
    background-color: #1F5F9F;
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.3s; }
    .socialsearch a:hover {
      background-color: #ffa000;
      transition: all 0.3s; }
  .socialsearch .testtt {
    width: 1px;
    height: 60px;
    margin: 0 10px;
    background-color: #1F5F9F; }
    .socialsearch .testtt:hover {
      background-color: #1F5F9F;
      cursor: default; }

.home-icon a {
  background-image: url(../img/icons/house-home.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 60px;
  display: block;
  text-indent: -120px;
  overflow: hidden; }

.facebook {
  background-image: url("../img/icons/fb.svg"); }

.twitter {
  background-image: url("../img/icons/twitter.svg"); }

.instagram {
  background-image: url("../img/icons/instagram.svg"); }

.snapchat {
  background-image: url("../img/icons/snapchat.svg"); }

.linkedin {
  background-image: url("../img/icons/linkedin.svg"); }

.intro {
  padding-top: 25px; }
  .intro p {
    font-weight: 600;
    text-align: justify; }
  .intro h2 {
    margin-top: 0; }
  @media (max-width: 540px) {
    .intro h2 {
      margin-top: 20px; } }
  .intro ul {
    color: #1F5F9F;
    font-weight: bold;
    padding: 0; }
  .vinkjeaan li::before {
    content: url("../img/checkmark.svg");
    position: relative;
    top: 6px;
    text-indent: 0.4em; }
  .intro .listicons {
    list-style-type: none;
    margin: 20px 0; }
    .intro .vinkjeaan a {
      padding-left: 6px; }
      .intro .listicons a:hover {
        text-decoration: underline; }

.posttxt .right {
  font-weight: bold; }

.posttxt li {
  font-size: 14px; }

.intro-hide-pic {
  padding-right: 0px; }
  .intro-hide-pic .intro-img {
    height: 500px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center; }

.nieuwssection .col-6 {
  max-width: 49%; }

.nieuwssection .nieuws {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 20px; }

.nieuwssection .nieuwsblok {
  margin-bottom: 19px; }
  .nieuwssection .nieuwsblok a img {
    width: 100%;
    height: auto; }
  .nieuwssection .nieuwsblok h3 {
    line-height: 1.4; }

.nieuwssection .posttxt {
  list-style-type: none;
  padding: 0 10px 10px; }
  .nieuwssection .posttxt h3 {
    line-height: 1.4; }
  .nieuwssection .posttxt .leesmeer {
    text-align: right;
    font-weight: bold; }

.newshover {
  background-color: rgba(31, 95, 159, 0.6);
  width: 100%;
  height: 100%;
  transition: all 0.3s; }
  .newshover li {
    color: #fff;
    transition: all 0s; }
  .newshover img {
    opacity: 0.5;
    transition: all 0.3s; }

.loadmore {
  display: table;
  border: solid 1px #1F5F9F;
  margin: 0 auto;
  margin-bottom: 30px;
  transition: all 0.3s; }
  .loadmore h3 {
    font-size: 16px;
    color: #1F5F9F;
    text-align: center;
    font-weight: 600;
    padding: 0 50px;
    line-height: 4px;
    transition: all 0.3s; }
  .loadmore:hover {
    background-color: #1F5F9F;
    transition: all 0.3s; }
    .loadmore:hover h3 {
      color: #fff;
      transition: all 0.3s; }

.meer-artikelen {
  text-align: center; }

.search-form {
  position: absolute;
  right: 0px;
  top: 47px; }

.search-field {
  background-color: #fff;
  background-image: url("../img/icons/");
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border: none;
  cursor: pointer;
  height: 60px;
  margin: 3px 0;
  padding: 0 0 0 34px;
  position: relative;
  transition: width 100ms ease, background 0ms ease;
  width: 0; }

.search-field:focus {
  background-color: #fff;
  border-left: 1px solid #1F5F9F;
  cursor: text;
  outline: 0;
  width: 300px;
  height: 60px;
  position: relative;
  top: 0; }

.search-submit {
  display: none; }

input[type="search"] {
  -webkit-appearance: textfield; }

.intro-show-pic {
  display: none; }

/* ============================================================
  PAGINA'S
============================================================ */
.buttonshome button {
  position: relative;
  background-color: #1F5F9F;
  border: none;
  padding: 15px 20px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s;
  color: #fff;
  border-radius: 50px;
  color: #fff;
  overflow: hidden; }
  .buttonshome button:hover {
    background-color: #fff;
    transition: all 0.3s;
    color: #fff; }
  .buttonshome button:hover {
    background: #FFA000;
    padding: 15px 35px 15px 20px; }
  .buttonshome button:before {
    position: absolute;
    height: 100%;
    font-size: 125%;
    line-height: 2.4;
    color: #fff;
    transition: all 0.3s; }
  .buttonshome button a {
    color: #fff; }

.buttonshome div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center; }
  .buttonshome div a {
    margin: 0 15px; }

/* ============================================================
  ZOEKRESULTATEN
============================================================ */
.zoekresultaten ul {
  padding-left: 0; }

.zoekresultaten li {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 45px; }

/* ============================================================
  NIEUWSARTIKELEN OVERZICHT
============================================================ */
.nieuws-overzicht {
  margin-bottom: 2em; }
  .nieuws-overzicht h3,
  .nieuws-overzicht p {
    color: #000; }
  .nieuws-overzicht .leesmeer {
    background-color: #1F5F9F;
    color: #fff;
    display: table;
    width: 140px;
    padding: 5px 0;
    text-align: center;
    float: right; }

.img100 img {
  width: 80px;
  height: 80px;
  object-fit: cover; }

.nieuws-sidebar h4,
.nieuws-sidebar p {
  color: #000; }

.nieuws-sidebar h4 {
  font-size: 12px;
  line-height: 1.5;
  margin: 0; }

/* ============================================================
  LOS ARTIKEL
============================================================ */
.newslos h2 {
  font-size: 20px;
  font-weight: 600; }

.newslos .nieuws-sidebar h4,
.newslos .nieuws-sidebar p {
  color: #000; }

.newslos .nieuws-sidebar h4 {
  font-size: 14px;
  line-height: 1.5;
  margin: 0; }

.newslos .nieuws-sidebar h3 {
  font-weight: 600;
  line-height: 36px; }

.newslos .nieuws-sidebar p {
  line-height: 1.5; }

.newslos .nieuws-sidebar div {
  margin-bottom: 5px; }

.newslos .blog-post img {
  width: 100%;
  height: auto; }

/* ============================================================
  LEERLINGEN
============================================================ */
input[type="radio"] {
  -webkit-appearance: radio; }

.leerlingen {
  margin-bottom: 1em; }
  .leerlingen > .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .leerlingen > .container::after {
      content: "";
      -ms-flex: auto;
      flex: auto; }
  .leerlingen li {
    color: #fff; }
  .leerlingen > .container > .col-4,
  .leerlingen > .container > .col-8 {
    min-height: 300px;
    margin-bottom: 25px; }
  .leerlingen > .container > .col-4,
  .leerlingen > .container > .col-8,
  .leerlingen > .container > .col-12 {
    padding: 0 15px; }
  .leerlingen .video-pad, .leerlingen--slider, .leerlingen--single-afb {
    padding: 0 !important; }
  .leerlingen .video-pad .lva-pijl {
    padding-left: 20px; }
  .leerlingen .video-pad .hyte {
    font-size: 18px;
    font-weight: 600;
    color: #1F5F9F;
    position: relative;
    bottom: 43px;
    left: 30px;
    width: 90%;
    line-height: 1.5; }
    .leerlingen .video-pad .hyte::before {
      height: 30px;
      width: 30px; }
  .leerlingen--poll p {
    text-align: left !important; }
  .leerlingen--poll .wp-polls label {
    color: #fff; }
  .leerlingen--poll .wp-polls .Buttons {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 5px 10px;
    cursor: pointer; }
  .leerlingen > .container > .col-12 {
    margin-bottom: 25px; }
  .leerlingen .col-4 {
    width: calc(100% / 12 * 4 - 16px); }
    @media (max-width: 768px) {
      .leerlingen .col-4 {
        width: 100%; } }
  .leerlingen .col-8 {
    width: calc(100% / 12 * 8 - 8px); }
    @media (max-width: 768px) {
      .leerlingen .col-8 {
        width: 100%; } }
  .leerlingen ul {
    list-style-type: none;
    font-size: 14px; }
  .leerlingen h3 {
    color: #fff; }
  .leerlingen p {
    font-size: 14px;
    line-height: 1.5;
    color: #fff; }
  .leerlingen--instagram {
    background: #1F5F9F; }
    .leerlingen--instagram a {
      height: 100%;
      display: table;
      margin: 0 auto; }
      .leerlingen--instagram a > div {
        display: table-cell;
        vertical-align: middle;
        text-align: center; }
    .leerlingen--instagram h3 {
      color: #fff; }
  .leerlingen section {
    padding: 0.5em 0; }
  .leerlingen .belangrijkedata-cc {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  @media (min-width: 768px) {
    .leerlingen .leerlingen-top > div:nth-child(1) {
      width: 32.33%;
      margin-right: 1%; }
    .leerlingen .leerlingen-top > div:nth-child(2) {
      width: 65.66667%;
      margin: 0 0 0 1%; }
    .leerlingen .leerlingen-bot > div:nth-child(1) {
      width: 100%;
      margin-right: 1%; }
    .leerlingen .leerlingen-mid-a > div:nth-child(1),
    .leerlingen .leerlingen-mid-b > div:nth-child(1) {
      width: 32.33%;
      margin-right: 1%; }
    .leerlingen .leerlingen-mid-a > div:nth-child(2),
    .leerlingen .leerlingen-mid-b > div:nth-child(2) {
      width: 32.33%;
      margin: 0 1%; }
    .leerlingen .leerlingen-mid-a > div:nth-child(3),
    .leerlingen .leerlingen-mid-b > div:nth-child(3) {
      width: 31.33%;
      margin-left: 1%;
      height: 300px; } }
  @media (max-width: 768px) {
    .leerlingen section > div {
      margin: 10px 0; }
    .leerlingen .leerlingen-carousel {
      height: 260px; }
    .leerlingen #slideshow li {
      position: absolute;
      height: 300px;
      width: 100%; } }
  @media (max-width: 540px) {
    .leerlingen .leerlingen-bot ul {
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  .leerlingen .geel {
    background-color: #ffa000;
    height: 300px;
    color: #fff; }
  .leerlingen .blauw {
    background-color: #1F5F9F;
    height: 300px;
    color: #fff; }
  .leerlingen .groep8bg {
    position: relative; }
    .leerlingen .groep8bg button {
      position: relative;
      height: 40px;
      font-size: 15px;
      font-weight: bold;
      background-color: #fff;
      border: none;
      color: #ffa000;
      padding: 9px 15px;
      cursor: pointer;
      margin-bottom: 10px; }
    @media (max-width: 540px) {
      .leerlingen .groep8bg {
        height: auto;
        padding: 40px 20px 80px 20px; } }
  .leerlingen .leerlingen-fb {
    display: table; }
    .leerlingen .leerlingen-fb > a {
      display: table-cell;
      vertical-align: middle;
      color: #fff;
      text-align: center; }
      .leerlingen .leerlingen-fb > a h3 {
        font-weight: 300; }
    .leerlingen .leerlingen-fb img {
      height: 100px;
      display: block;
      margin: 0 auto; }
  .leerlingen .leerlingen-vlog {
    background-color: #ffa000;
    position: relative;
    margin-right: 40px;
    margin-top: 30px;
    padding: 10px;
    cursor: pointer; }
    .leerlingen .leerlingen-vlog:before {
      content: "";
      display: block;
      border: 1em solid #ffa000;
      border-right-color: transparent;
      border-left-color: transparent;
      border-top-color: transparent;
      position: absolute;
      top: -.75em;
      left: 0;
      margin: -1em 0 0 2em; }
    .leerlingen .leerlingen-vlog h3,
    .leerlingen .leerlingen-vlog p {
      color: #fff;
      margin: 0; }
  .leerlingen .leerlingen-poll {
    position: relative; }
    .leerlingen .leerlingen-poll a {
      color: #fff; }
    .leerlingen .leerlingen-poll li {
      list-style-type: none; }
    .leerlingen .leerlingen-poll ul {
      padding-left: 0; }
      .leerlingen .leerlingen-poll ul p {
        text-align: left !important; }
    .leerlingen .leerlingen-poll input[type=radio] {
      -webkit-appearance: radio; }
    .leerlingen .leerlingen-poll .wp-polls .Buttons {
      background-color: transparent;
      border: 2px solid #fff;
      color: #fff;
      padding: 5px 10px;
      cursor: pointer;
      position: absolute;
      right: 15px;
      bottom: 10px; }
    .leerlingen .leerlingen-poll .wp-polls-ul {
      margin: 0 !important; }
  .leerlingen .leerlingen-opendagen {
    height: auto !important; }
    .leerlingen .leerlingen-opendagen p {
      font-weight: bold; }
    .leerlingen .leerlingen-opendagen ul {
      list-style-type: square;
      font-size: 14px;
      padding-left: 20px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .leerlingen .leerlingen-opendagen span {
      width: 50%; }
      @media (max-width: 540px) {
        .leerlingen .leerlingen-opendagen span {
          width: 100%; } }

.info-box h2 {
  font-size: 50px;
  line-height: 1.5;
  color: #fff; }

.countdown {
  background-color: #1F5F9F;
  color: #fff;
  padding: 1px 10px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0.5em; }
  .countdown p {
    font-size: 20px; }

/* ============================================================
  UITDAGEND ONDERWIJS
============================================================ */
.uitdagendonderwijs {
  margin-bottom: 2em; }

.uo-summary ul {
  list-style-type: square;
  font-size: 14px;
  padding-left: 20px; }
  .uo-summary ul li {
    color: #000;
    font-weight: 600;
    line-height: 1.5; }
    .uo-summary ul li a {
      color: #000;
      font-weight: 600; }

.buttonblauw {
  height: 40px;
  font-size: 15px;
  font-weight: bold;
  background-color: #1F5F9F;
  border: none;
  color: white;
  padding: 9px 15px;
  cursor: pointer; }

.tegel {
  min-height: 400px;
  width: 100%;
  background-size: cover !important; }

/* ============================================================
  FOOTER
============================================================ */
footer {
  color: #fff;
  background-color: #1F5F9F;
  padding-bottom: 80px; }
  footer ul {
    list-style-type: none;
    padding-left: 0;
    font-size: 14px;
    line-height: 2; }
    footer ul a {
      color: #fff;
      text-decoration: underline; }
      footer ul a:hover {
        text-decoration: underline; }

.menuButton {
  position: absolute;
  z-index: 100;
  right: 0;
  top: 50%;
  transition: all 0.3s;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .menuButton:hover {
    cursor: pointer; }
  .menuButton div {
    padding: 0 2px;
    border: 1px solid;
    color: #1F5F9F;
    line-height: 1.5; }

/* ============================================================
  ORGANISATIE EN BETROKKENHEID
============================================================ */
/* ============================================================
  MEDIA QUERIES
============================================================ */
@media (max-width: 768px) {
  .nieuwssection .nieuws {
    padding: 0 20px; }
  .nieuwssection img {
    width: 100%;
    height: auto; }
  .newslos .blog-post img {
    display: none; }
  .topbar {
    display: none; }
  .headerlogo img {
    width: 100%; }
  .nav-blue-bg {
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    transition: opacity 0.1s; }
    .nav-blue-bg nav ul {
      padding-left: 0;
      display: block; }
      .nav-blue-bg nav ul .current-menu-item {
        box-sizing: border-box;
        border-bottom: 0;
        background-color: #2068b0;
        display: table;
        width: 100%; }
      .nav-blue-bg nav ul .home-icon {
        box-shadow: inherit; }
    .nav-blue-bg nav li {
      font-size: 18px;
      font-weight: bold; }
    .nav-blue-bg nav a {
      font-weight: bold; }
    .nav-blue-bg .home-icon a {
      background-image: inherit;
      text-indent: 0;
      width: 100%; }
    .nav-blue-bg .magistertablet {
      display: none !important;
      margin-top: 40px;
      margin-left: 10px;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
      .nav-blue-bg .magistertablet span {
        margin: 7px 0; }
      .nav-blue-bg .magistertablet img {
        margin-right: 10px;
        position: relative;
        top: 5px; }
      .nav-blue-bg .magistertablet a {
        font-weight: 300;
        font-size: 12px; }
  .telefoon {
    margin-right: 20px; }
  .menuopen {
    opacity: 1;
    top: 0;
    transition: opacity .2s;
    z-index: 999; }
  .socialsearch,
  .toplogos > .col-1 {
    display: none; }
  .menuButton {
    display: block !important; }
  .intro img {
    width: 100%; }
  .bluelogo {
    display: none !important;
    padding: 15px 0 10px; }
  .nieuws-overzicht img {
    width: 100%;
    height: auto; }
  .sub-menu {
    padding-left: 30px !important; }
  #nav-wrapper {
    position: relative; }
  .menu-collapser {
    height: 136px; } }

.accord {
  display: none; }

.rect {
  display: -ms-flexbox;
  display: flex; }
  .rect p {
    text-align: justify; }
  .rect a:hover {
    text-decoration: underline; }

@media (max-width: 680px) {
  .rect {
    display: block; } }

.rect-a button {
  position: relative;
  background-color: #1F5F9F;
  border: none;
  padding: 15px 20px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s;
  color: #fff;
  border-radius: 50px;
  color: #fff;
  overflow: hidden;
  float: right; }
  .rect-a button:hover {
    background-color: #fff;
    transition: all 0.3s;
    color: #fff; }
  .rect-a button:hover {
    background: #FFA000;
    padding: 15px 35px 15px 20px; }
  .rect-a button:before {
    position: absolute;
    height: 100%;
    font-size: 125%;
    line-height: 2.4;
    color: #fff;
    transition: all 0.3s; }
  .rect-a button a {
    color: #fff; }

.uitdagendonderwijs,
.talentontwikkelinga {
  margin-bottom: 2em; }
  .uitdagendonderwijs ul,
  .talentontwikkelinga ul {
    font-size: 14px; }
  .uitdagendonderwijs > .container:nth-child(even) > div:first-of-type,
  .talentontwikkelinga > .container:nth-child(even) > div:first-of-type {
    -ms-flex-order: 1;
    order: 1; }
  .uitdagendonderwijs > .container:nth-child(even) > div:last-of-type,
  .talentontwikkelinga > .container:nth-child(even) > div:last-of-type {
    -ms-flex-order: 0;
    order: 0; }

@media (max-width: 540px) {
  .intro {
    padding-top: 0; }
  .nieuwssection .col-6 {
    max-width: 99%; }
  .headerimg > div {
    height: 30vh !important; }
  .headerlogo img,
  .bluelogo img {
    width: 70%; }
  .intro-hide-pic {
    display: none; }
  .intro-show-pic {
    display: block; }
  .nieuws-overzicht .leesmeer {
    width: 100%; }
  .accord {
    display: block !important; }
  .rect {
    display: none; } }

::-moz-placeholder {
  color: #1F5F9F;
  font-size: 14px;
  font-weight: bold; }

:-ms-input-placeholder {
  color: ice; }

::-webkit-input-placeholder {
  color: #1F5F9F;
  font-size: 14px;
  font-weight: bold; }

/* ============================================================
  CUSTOM PAGINATION
============================================================ */
.custom-pagination span,
.custom-pagination a {
  display: inline-block;
  padding: 2px 10px;
  margin-right: 5px; }

.custom-pagination a {
  background-color: #fff;
  color: #1F5F9F;
  border: 1px solid #1F5F9F; }

.custom-pagination a:hover {
  background-color: #1F5F9F;
  color: #fff; }

.custom-pagination span.page-num {
  margin-right: 10px;
  padding: 0; }

.custom-pagination span.current {
  background-color: #1F5F9F;
  color: #fff;
  border: 1px solid #1F5F9F; }

.custom-pagination {
  background-color: #fff;
  display: table;
  margin: 0 auto;
  padding-top: 20px; }

#slideshow {
  position: relative;
  padding-left: 0;
  margin-top: 0; }
  #slideshow li {
    position: absolute;
    height: 300px;
    width: 300px; }

.sliderimg {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  object-fit: cover; }

/* HEADER SEARCH */
#navigation-bar {
  position: absolute;
  height: 60px;
  right: 0;
  top: 50%;
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%); }
  #navigation-bar nav {
    width: 100%;
    float: left;
    padding-left: 10px;
    position: relative;
    z-index: 10; }
  #navigation-bar nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  #navigation-bar nav li {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    font-family: "Oswald", sans-serif;
    font-weight: 300;
    text-transform: uppercase; }
  #navigation-bar nav a {
    display: block;
    padding: 0 15px;
    color: #c8c8c8; }
  #navigation-bar nav a:hover {
    color: #3296c8; }

#search {
  position: relative;
  float: left;
  width: 60px;
  height: 60px;
  margin-left: -60px;
  border-left: 1px solid #1F5F9F; }

#label {
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 20; }

#label label {
  display: block;
  width: 60px;
  height: 60px;
  background: url("../img/icons/search.svg") 0 0;
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  cursor: pointer; }

#input {
  position: absolute;
  top: 0;
  right: 59px;
  width: 0px;
  height: 60px;
  z-index: 5;
  overflow: hidden;
  transition: all 0.3; }

#input input {
  position: absolute;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  margin: 0;
  padding: 0 10px;
  border: none;
  background-color: #fff;
  border-left: 1px solid #1F5F9F;
  color: #1F5F9F;
  font-size: 18px;
  -webkit-backface-visibility: none;
  backface-visibility: none;
  border-radius: 0;
  transition: all 0.3; }

#input input:focus {
  outline: none; }

#input.focus {
  z-index: 20;
  display: block;
  width: 300px; }

#input.focus input {
  right: 0;
  transition: all 0.3s; }

/* END HEADER SEARCH */
.accord button.accordion {
  color: #1F5F9F;
  cursor: pointer;
  padding: 18px 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  background-color: #fff;
  border-bottom: 1px solid #1F5F9F; }

.accord div.panel {
  background-color: #1F5F9F;
  max-height: 0;
  overflow: hidden;
  transition: 0.6s ease-in-out;
  opacity: 0;
  color: #fff; }
  .accord div.panel a {
    color: #ffa000; }
  .accord div.panel .accor-a {
    font-size: 14px;
    color: #1F5F9F;
    background-color: #fff;
    padding: 5px; }

.accord div.panel.show {
  opacity: 1;
  max-height: 1100px;
  padding: 0 10px 10px; }

.menu-collapser {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 8px;
  color: #FFF;
  font-size: 16px;
  line-height: 48px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  .menu-collapser a {
    width: 50%; }
  .menu-collapser > a > img {
    width: 50%;
    padding: 5% 0 0 0; }
  @media (max-width: 540px) {
    .menu-collapser > a > img {
      width: 80%;
      padding: 5% 0 0 0; } }

.collapse-button {
  position: absolute;
  right: 8px;
  top: 50%;
  padding: 10px 2px;
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
  background-color: #1F5F9F;
  cursor: pointer;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #fff;
  line-height: 0; }
  .collapse-button:hover, .collapse-button:focus {
    color: #FFF;
    background-color: #1F5F9F; }
  .collapse-button .icon-bar {
    display: block;
    height: 2px;
    width: 18px;
    margin: 2px 0;
    background-color: #F5F5F5;
    border-radius: 1px; }

ul.slimmenu {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none; }
  ul.slimmenu:before, ul.slimmenu:after {
    content: '';
    display: table; }

.sub-toggle img {
  height: 15px; }

ul.slimmenu:before,
ul.slimmenu:after {
  content: '';
  display: table; }

ul.slimmenu:after {
  clear: both; }

ul.slimmenu.collapsed li {
  display: block;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

ul.slimmenu.collapsed li > ul {
  position: static;
  display: none; }

ul.slimmenu.collapsed li a {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

ul.slimmenu.collapsed li .sub-toggle {
  height: 40px; }

ul.slimmenu li {
  position: relative;
  float: left;
  display: inline-block;
  background-color: #1F5F9F; }

ul.slimmenu li ul {
  margin: 0;
  list-style-type: none; }

ul.slimmenu li ul li {
  background: #1F5F9F;
  min-width: 250px; }

ul.slimmenu li > ul {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  display: none;
  width: 100%; }

ul.slimmenu li > ul > li ul {
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 999;
  display: none;
  width: 100%;
  padding-left: 0; }

ul.slimmenu li a {
  display: block;
  padding: 12px 30px 7px 30px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -webkit-transition: background-color 0.5s ease-out;
  cursor: pointer;
  transition: padding 0.6s; }
  @media (max-width: 1000px) {
    ul.slimmenu li a {
      padding: 12px 14px 7px 12px;
      transition: padding 0.6s; } }

ul.slimmenu li a:hover {
  text-decoration: none;
  background-color: #2068b0; }

ul.slimmenu li .sub-toggle {
  position: absolute;
  right: 0;
  top: 7px;
  z-index: 999;
  width: 48px;
  height: 100%;
  text-align: center;
  cursor: pointer; }

ul.slimmenu li .sub-toggle:before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle; }

ul.slimmenu li .sub-toggle > i {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  vertical-align: middle; }

ul.slimmenu > li {
  border-left: 0; }

ul.slimmenu > li:first-child,
ul.slimmenu > li.has-submenu + li {
  border-left: 0; }

.sub-menu {
  padding-top: 5px; }
  .sub-menu li {
    padding: 0px 0px 0px 0px; }
  .sub-menu .current-menu-item {
    border-bottom: 0px solid #fff !important; }

.nav-leerlingen {
  background-color: #ffa000 !important;
  border-bottom: 5px solid #ffa000;
  float: right !important; }
  .nav-leerlingen:hover {
    border-bottom: 5px solid #fff !important; }

.leesverder {
  margin-bottom: 40px; }
  .leesverder li {
    font-size: 14px; }
  .leesverder .gallery-ul ul {
    list-style-type: none; }

@media (min-width: 768px) {
  .slimmenu > li > .sub-toggle {
    display: none; }
  .slimmenu li > ul {
    padding-left: 0px; }
  #nav-wrapper {
    padding-left: 20px; }
  .slimmenu > li:hover {
    border-bottom: 5px solid #fff;
    box-sizing: border-box; } }

@media (max-width: 768px) {
  .expanded img {
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  ul.slimmenu {
    height: 100vh; }
    ul.slimmenu li a {
      font-weight: bold;
      padding: 4px 10px;
      font-size: 16px; }
  .nav-leerlingen {
    border-bottom: 0px; } }

.carousel {
  background: #EEE; }

.carousel-cell {
  width: 66%;
  height: 400px;
  margin-right: 10px;
  background: #8C8;
  border-radius: 5px;
  counter-increment: gallery-cell;
  background-size: cover; }

/* 
CONTACT FORM */
#wpcf7-f519-p355-o1 input[type="radio"] {
  -webkit-appearance: radio; }

#wpcf7-f519-p355-o1 input[type=checkbox] {
  -webkit-appearance: checkbox; }

#wpcf7-f519-p355-o1 p > span > input {
  border: 1px solid #999;
  border-radius: 5px;
  padding: 5px 0; }

#wpcf7-f519-p355-o1 input.wpcf7-form-control.wpcf7-submit {
  background-color: #1F5F9F;
  border-radius: 50px;
  padding: 15px 30px;
  bordeR: 0;
  color: #fff;
  font-weight: bold;
  cursor: pointer; }

#wpcf7-f457-p454-o1 .wpcf7-radio {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }

#wpcf7-f457-p454-o1 input[type="radio"] {
  -webkit-appearance: radio; }

#wpcf7-f457-p454-o1 input[type=checkbox] {
  -webkit-appearance: checkbox; }

#wpcf7-f457-p454-o1 p > span > input {
  padding: 10px;
  border: 1px solid #999;
  border-radius: 5px;
  width: 75%; }

#wpcf7-f457-p454-o1 input.wpcf7-form-control.wpcf7-submit {
  background-color: #1F5F9F;
  border-radius: 50px;
  padding: 15px 30px;
  bordeR: 0;
  color: #fff;
  font-weight: bold;
  cursor: pointer; }

td {
  outline: thin solid #e6e6e6;
  padding: 0 30px; }

.form-css {
  font-size: 14px; }

.voorwaarden-kl {
  font-size: 12px; }

.rooie {
  color: red; }

.keuzeveld-plaatsing > .wpcf7-form-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }

/*! Flickity v2.0.5
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }
