@charset "UTF-8";
/* ==========================================================================
   Custom mixins
   ========================================================================== */
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

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

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ==========================================================================
   Base styles and variables
   ========================================================================== */
/* Variables */
/* Colors */
/**
 * @license
 * MyFonts Webfont Build ID 3001667, 2015-04-01T08:23:29-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed ../fonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: FF Kievit Web by FontFont
 * URL: http://www.myfonts.com/fonts/fontfont/kievit/ot-regular/
 * 
 * Webfont: FF Kievit Web ExtraBold by FontFont
 * URL: http://www.myfonts.com/fonts/fontfont/kievit/ot-extra-bold/
 * 
 * Webfont: FF Kievit Web Italic by FontFont
 * URL: http://www.myfonts.com/fonts/fontfont/kievit/ot-italic/
 * 
 * Webfont: FF Kievit Web Medium by FontFont
 * URL: http://www.myfonts.com/fonts/fontfont/kievit/ot-medium/
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3001667
 * Licensed pageviews: 500,000
 * ../fonts copyright: 2009 published by FontShop International GmbH
 * 
 * © 2015 MyFonts Inc
*/
@font-face {
  font-family: 'FFKievitWeb';
  src: url("../fonts/2DCD43_0_0.eot");
  src: url("../fonts/2DCD43_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2DCD43_0_0.woff2") format("woff2"), url("../fonts/2DCD43_0_0.woff") format("woff"), url("../fonts/2DCD43_0_0.ttf") format("truetype"); }

@font-face {
  font-family: 'FFKievitWebExtraBold';
  src: url("../fonts/2DCD43_1_0.eot");
  src: url("../fonts/2DCD43_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2DCD43_1_0.woff2") format("woff2"), url("../fonts/2DCD43_1_0.woff") format("woff"), url("../fonts/2DCD43_1_0.ttf") format("truetype"); }

@font-face {
  font-family: 'FFKievitWebItalic';
  src: url("../fonts/2DCD43_2_0.eot");
  src: url("../fonts/2DCD43_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2DCD43_2_0.woff2") format("woff2"), url("../fonts/2DCD43_2_0.woff") format("woff"), url("../fonts/2DCD43_2_0.ttf") format("truetype"); }

@font-face {
  font-family: 'FFKievitWebMedium';
  src: url("../fonts/2DCD43_3_0.eot");
  src: url("../fonts/2DCD43_3_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2DCD43_3_0.woff2") format("woff2"), url("../fonts/2DCD43_3_0.woff") format("woff"), url("../fonts/2DCD43_3_0.ttf") format("truetype"); }

/* Base Styles */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box; }

html,
button,
input,
select,
textarea {
  color: #222; }

html {
  font-size: 18px;
  line-height: 1.4; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
img,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

h1, h2, h3, h4 {
  font-weight: normal;
  font-family: FFKievitWebExtraBold, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }

strong {
  font-weight: normal;
  font-family: FFKievitWebMedium, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }

textarea {
  resize: vertical; }

iframe {
  border: 0; }

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

sub,
sup {
  font-size: 65%; }

sup {
  top: -.65em; }

sub {
  bottom: -0.35em; }

h1 sub,
h1 sup {
  font-size: 50%; }

h1 sup {
  top: -.75em; }

h1 sub {
  bottom: -0.5em; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.skip-link {
  display: none; }

body {
  font-family: FFKievitWeb, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  background-color: #000;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  color: #fff; }
  a:focus {
    outline: 0; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.entry-content img,
.entry-content iframe,
.entry-content object,
.entry-content embed {
  max-width: 100%; }

.site-content,
.site-header-inner,
.site-footer {
  max-width: 940px;
  margin: 0 auto; }

.site-header {
  background-color: #fff;
  color: #fff;
  position: relative;
  margin-bottom: 7em;
  overflow: hidden; }
  .site-header a {
    color: #000; }
  .site-header:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: -5%;
    right: -5%;
    height: 78px;
    background: transparent url(../img/header-border.svg) center bottom no-repeat;
    background-size: cover; }

.menu-button {
  display: none;
  font-family: FFKievitWebExtraBold, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  text-decoration: none; }
  .menu-button .icon {
    width: 16px;
    height: 11px;
    position: relative;
    bottom: -1px;
    padding-right: .2em; }

.site-header.mobile-site-header {
  display: none; }

.site-header-inner {
  position: relative;
  padding-top: 77px;
  padding-bottom: 57px; }

.site-title {
  margin: 0;
  float: left;
  width: 235px; }
  .site-title a {
    display: block;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 138px;
    height: 197px;
    background: transparent url(../img/logo.png) 0 0 no-repeat;
    background-image: url(../img/logo.svg), none; }

/* Special headers */
.page-template-page-reglement .entry-header {
  overflow: hidden;
  margin-bottom: 2em; }

.page-template-page-reglement .site-header {
  background-color: transparent;
  margin-bottom: 0; }

.page-template-page-reglement .site-title {
  width: 15%;
  margin-left: 2%; }
  .page-template-page-reglement .site-title a {
    background-image: url(../img/logo-white.svg);
    width: 97px;
    height: 137px; }

.page-template-page-reglement .main-content {
  max-width: 940px;
  margin: 0 auto 3.25em;
  padding: 2em 8.5% 2.5em;
  background-color: #fff;
  color: #000;
  position: relative; }
  .page-template-page-reglement .main-content:before {
    content: '';
    display: block;
    border-top: 12px solid #fff;
    position: absolute;
    top: -6px;
    width: 100%;
    left: 0;
    -webkit-transform: rotate(-0.7deg);
    -moz-transform: rotate(-0.7deg);
    -ms-transform: rotate(-0.7deg);
    -o-transform: rotate(-0.7deg);
    transform: rotate(-0.7deg);
    -webkit-backface-visibility: hidden; }

.nav-menu {
  margin: 0;
  padding: 0; }
  .nav-menu li {
    font-family: FFKievitWebExtraBold, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-size: 18px;
    font-size: 1rem;
    text-transform: lowercase; }
    .nav-menu li a {
      text-decoration: none; }

.sub-navigation {
  position: absolute;
  top: 1em;
  right: 0; }
  .sub-navigation ul {
    float: left;
    margin: 0;
    padding: 0; }
  .sub-navigation .nav-menu li {
    line-height: 40px;
    position: relative;
    font-size: 15px;
    font-size: 0.8333333333rem; }
    .sub-navigation .nav-menu li a:before {
      content: '';
      display: block;
      border-top: 3px solid #000;
      position: absolute;
      bottom: 7px;
      width: 100%;
      -webkit-transform: rotate(-1deg);
      -moz-transform: rotate(-1deg);
      -ms-transform: rotate(-1deg);
      -o-transform: rotate(-1deg);
      transform: rotate(-1deg);
      -webkit-backface-visibility: hidden; }

.side-nav-menu ul {
  padding: 0;
  margin: 0; }

.side-nav-menu li {
  font-size: 21px;
  font-size: 1.1666666667rem;
  font-family: FFKievitWebExtraBold, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  text-align: right;
  text-transform: uppercase;
  margin: 0 0 .5em; }
  .side-nav-menu li a {
    text-decoration: none; }

.side-nav-filter h3 {
  font-size: 21px;
  font-size: 1.1666666667rem;
  text-transform: uppercase;
  margin: 0 0 .5em; }

.side-nav-filter ul {
  margin: 0;
  padding: 0; }
  .side-nav-filter ul li {
    margin-left: -.5em; }
    .side-nav-filter ul li a {
      display: block;
      padding: .2em .5em;
      margin: .25em 0;
      text-decoration: none;
      position: relative; }
      .side-nav-filter ul li a:hover {
        background-color: #fff;
        color: #000; }
      .side-nav-filter ul li a.active {
        background-color: #fff !important;
        color: #000 !important; }
      .side-nav-filter ul li a:before {
        content: "";
        background: transparent url(../img/button-top.svg) 0 0 no-repeat;
        background-position: left top;
        background-size: 100%;
        position: absolute;
        z-index: 1;
        top: -1px;
        left: 0;
        right: 0;
        height: 3px; }
      .side-nav-filter ul li a:after {
        content: "";
        background: transparent url(../img/button-bottom.svg) 0 0 no-repeat;
        background-position: left top;
        background-size: 100%;
        position: absolute;
        z-index: 1;
        left: 0;
        right: 0;
        bottom: -1px;
        height: 3px; }

/**
 * Top content default styles
 */
.top-content .col-1 {
  width: 30%;
  float: left;
  padding-right: 1.5em; }

.top-content .col-2 {
  width: 70%;
  float: right;
  padding-left: 2.25em;
  position: relative; }
  .top-content .col-2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 2px;
    background-color: #fff;
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    transform: rotate(1deg); }
  .top-content .col-2 h1 {
    margin: 0;
    line-height: 1; }
  .top-content .col-2 p {
    margin: 0 0 1.5em; }
  .top-content .col-2 h1 + p {
    margin: 1em 0; }

.top-content-filter .col-1 {
  width: 70%;
  float: left;
  padding-right: 1.5em;
  text-align: right; }

.top-content-filter .col-2 {
  width: 30%;
  float: right;
  padding-left: 2.25em;
  position: relative; }
  .top-content-filter .col-2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 2px;
    background-color: #fff;
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -ms-transform: rotate(1deg);
    -o-transform: rotate(1deg);
    transform: rotate(1deg); }

.top-content-filter p {
  margin: 0 0 1.5em;
  font-size: 19px;
  font-size: 1.0555555556rem; }

.language-switch li a {
  font-size: 15px;
  font-size: 0.8333333333rem;
  font-family: FFKievitWebMedium, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  display: block;
  line-height: 25px;
  color: #000;
  width: 40px; }
  .language-switch li a.selected-lang {
    color: #fff;
    line-height: 40px;
    background-color: #000;
    border-radius: 50%;
    width: 40px;
    height: 40px; }
    .language-switch li a.selected-lang:hover {
      color: #fff !important; }

.language-switch .languages {
  display: none; }

.language-switch:hover .languages {
  display: block; }

.sub-navigation .language-switch {
  padding-left: 2em; }
  .sub-navigation .language-switch .languages {
    margin-top: 8px; }

/* Page titles. */
h1,
.entry-header-single h2 {
  font-size: 46px;
  font-size: 2.5555555556rem;
  font-family: FFKievitWebExtraBold, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: normal;
  line-height: 1.3em;
  text-transform: uppercase; }

.home h1 {
  text-transform: none; }

article h2 {
  font-size: 21px;
  font-size: 1.1666666667rem;
  font-family: FFKievitWebExtraBold, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  text-transform: uppercase;
  margin: 1em 0 1.5em; }

article h3 {
  font-size: 18px;
  font-size: 1rem;
  font-family: FFKievitWebExtraBold, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  text-transform: uppercase; }

article h4 {
  font-size: 18px;
  font-size: 1rem;
  font-family: FFKievitWebExtraBold, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  margin: 0; }

article p {
  margin: 1.8em 0; }
  article p a {
    font-family: FFKievitWebMedium, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }

article .content-block ul {
  padding: 0 0 0 1.5em; }
  article .content-block ul li {
    margin: .3em 0; }
  article .content-block ul li:before {
    content: "";
    padding-left: 5px; }

article h4 + ul,
article h4 + p {
  margin-top: 0; }

article p + ul {
  margin-top: -.7em; }

article .table-responsive + h3 {
  border-top: 1px solid #000;
  padding-top: 2.5em;
  clear: both; }

article .table-responsive + p {
  clear: both; }

article .table-responsive {
  margin-top: -.8em;
  margin-bottom: 1.5em;
  float: left;
  width: 38%; }
  article .table-responsive:last-child {
    border: none;
    margin: 0; }
  article .table-responsive td {
    width: 75%;
    vertical-align: top; }
  article .table-responsive td + td {
    width: 25%;
    text-align: right; }
  article .table-responsive + .table-responsive {
    margin-left: 24%; }

article table th {
  text-align: left;
  font-family: FFKievitWebMedium, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }

article table th, article table td {
  padding: .25em 0; }

article table td {
  font-size: 16px;
  font-size: 0.8888888889rem; }
  article table td:nth-child(even) {
    color: #979797; }

article figure {
  margin: 2em 0; }
  article figure:nth-child(even) {
    text-align: right; }

article figcaption {
  font-size: 12px;
  font-size: 0.6666666667rem;
  margin: 1em 0; }

article .content-block {
  background-color: #fff;
  color: #000;
  overflow: hidden;
  padding: .8em 8.5% 2.5em;
  margin-bottom: 3.25em; }
  article .content-block a {
    color: #000; }

/* Footer */
.site-footer {
  position: relative;
  padding-top: 40px;
  padding-top: 2.2222222222rem;
  margin-top: 75px;
  margin-bottom: 40px;
  margin-top: 4.1666666667rem;
  margin-bottom: 2.2222222222rem; }
  .site-footer:before {
    content: '';
    display: block;
    border-top: 2px solid #fff;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transform: rotate(-0.7deg);
    -moz-transform: rotate(-0.7deg);
    -ms-transform: rotate(-0.7deg);
    -o-transform: rotate(-0.7deg);
    transform: rotate(-0.7deg); }
  .site-footer .contact-details {
    float: left;
    width: 30%;
    line-height: 2; }
  .site-footer .emmen a {
    float: right;
    display: block;
    background-image: url(../img/emmen.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 146px 31px;
    width: 146px;
    height: 31px;
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap; }
    @media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
      .site-footer .emmen a {
        background-image: url(../img/emmen@2x.png); } }
  .site-footer .bottom {
    clear: both;
    padding-top: 2em;
    text-align: center; }

.contact-details .blank {
  padding-left: 30px; }

.contact-details .address {
  position: relative;
  padding-left: 30px; }
  .contact-details .address .icon {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -2px; }

.contact-details .tel {
  position: relative;
  padding-left: 30px; }
  .contact-details .tel .icon {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px; }

.contact-details .email {
  position: relative;
  padding-left: 30px; }
  .contact-details .email .icon {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px; }

/* PAGES */
/* Home */
.home section header h2 {
  font-size: 46px;
  font-size: 2.5555555556rem;
  margin: .8em 0; }

.home section.intro footer {
  position: relative;
  text-align: center; }
  .home section.intro footer:before {
    background-color: #fff;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: 2px;
    left: 0;
    right: 0;
    height: 2px;
    -webkit-transform: rotate(-0.4deg);
    -moz-transform: rotate(-0.4deg);
    -ms-transform: rotate(-0.4deg);
    -o-transform: rotate(-0.4deg);
    transform: rotate(-0.4deg); }

.home article {
  font-size: 24px;
  font-size: 1.3333333333rem; }
  .home article .video {
    border: 1px solid #979797;
    margin: 1em 0; }
    .home article .video img {
      width: 100%;
      max-width: auto;
      height: auto; }

.home .directie {
  overflow: hidden;
  font-size: 18px;
  font-size: 1rem;
  position: relative; }
  .home .directie img {
    width: 100%;
    max-width: auto;
    height: auto; }
  .home .directie p {
    margin-top: 0; }
  .home .directie .col {
    float: left; }
  .home .directie .col-1 {
    width: 72.5%;
    margin-right: 4%; }
  .home .directie .col-2 {
    width: 23.5%;
    position: absolute;
    right: 0;
    top: 5em;
    bottom: 1.5em;
    background-color: #fff; }
    .home .directie .col-2 figure {
      margin: 0;
      background-color: #fff;
      position: absolute;
      bottom: 0;
      padding-top: 50%;
      width: 100%; }
    .home .directie .col-2:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: -4px;
      width: 6px;
      background-color: #000;
      -webkit-transform: rotate(0.4deg);
      -moz-transform: rotate(0.4deg);
      -ms-transform: rotate(0.4deg);
      -o-transform: rotate(0.4deg);
      transform: rotate(0.4deg);
      z-index: 5; }
    .home .directie .col-2:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: -4px;
      width: 6px;
      background-color: #000;
      -webkit-transform: rotate(-0.4deg);
      -moz-transform: rotate(-0.4deg);
      -ms-transform: rotate(-0.4deg);
      -o-transform: rotate(-0.4deg);
      transform: rotate(-0.4deg);
      z-index: 5; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 1em 0;
  border: 1px solid #333; }
  .video-container .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2; }
    .video-container .image-overlay img {
      width: 100%;
      max-width: auto;
      height: auto; }
  .video-container iframe {
    position: relative;
    z-index: 1; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/**
 * Page Styles
 */
.button {
  color: #000;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  font-size: 0.8333333333rem;
  padding: 0 12px;
  line-height: 60px; }
  .button.large-button {
    font-size: 18px;
    font-size: 1rem;
    font-family: FFKievitWebExtraBold, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
  .button.download-button {
    font-size: 18px;
    font-size: 1rem;
    font-family: FFKievitWebExtraBold, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    position: relative;
    bottom: .1em;
    padding-right: 37px; }
    .button.download-button .pdf-icon {
      position: absolute;
      right: 10px;
      top: 50%;
      margin-top: -12px;
      width: 18px;
      height: 24px; }
  .button.download-button.button-light .pdf-icon-large {
    width: 24px;
    height: 33px;
    position: absolute;
    margin-top: -16px;
    right: 20px;
    top: 50%; }
  .button.download-button.button-light:hover .icon {
    fill: #000 !important; }
  .button.button-light {
    font-size: 21px;
    font-size: 1.1666666667rem;
    background-color: #fff;
    min-width: 300px;
    padding: 0 20px;
    margin: .7em 0 0; }
    .button.button-light:after {
      content: "";
      background: transparent url(../img/button-top.svg) 0 0 no-repeat;
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      right: 0;
      height: 3px; }
  .button.back-button {
    color: #fff;
    font-size: 21px;
    font-size: 1.1666666667rem;
    font-family: FFKievitWeb, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    text-align: right;
    text-transform: uppercase;
    position: relative;
    padding-left: 38px;
    line-height: 1.3;
    text-align: left;
    padding-left: 38px;
    padding-top: .15em;
    padding-bottom: .15em;
    padding-right: 0; }
    .button.back-button .arrow-left {
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -16px; }
  .button.forward-button {
    color: #fff;
    font-size: 21px;
    font-size: 1.1666666667rem;
    font-family: FFKievitWebExtraBold, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    text-align: right;
    text-transform: uppercase;
    position: relative;
    line-height: 1.3;
    text-align: left;
    padding-right: 45px;
    padding-top: .15em;
    padding-bottom: .15em;
    padding-left: 0; }
    .button.forward-button .arrow-right {
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -16px; }
  .button.play-button {
    font-family: FFKievitWebExtraBold, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    position: relative; }
    .button.play-button .icon {
      width: 24px;
      height: 23px;
      position: absolute;
      margin-top: -12px;
      right: 25px;
      top: 50%; }
    .button.play-button:before {
      content: "";
      position: absolute;
      top: -5px;
      bottom: auto;
      left: 0;
      right: 0;
      height: 7px;
      background-color: #000;
      background-image: none;
      -webkit-transform: rotate(-0.7deg);
      -moz-transform: rotate(-0.7deg);
      -ms-transform: rotate(-0.7deg);
      -o-transform: rotate(-0.7deg);
      transform: rotate(-0.7deg); }
    .button.play-button:after {
      content: "";
      position: absolute;
      top: auto;
      bottom: -5px;
      left: 0;
      right: 0;
      height: 7px;
      background-color: #000;
      background-image: none;
      -webkit-transform: rotate(0.7deg);
      -moz-transform: rotate(0.7deg);
      -ms-transform: rotate(0.7deg);
      -o-transform: rotate(0.7deg);
      transform: rotate(0.7deg); }

.pagination {
  text-align: center;
  border-top: 2px solid #fff;
  margin-top: 2em;
  padding-top: 2em;
  position: relative; }
  .pagination a {
    text-decoration: none; }
  .pagination .next {
    position: absolute;
    right: 0; }
  .pagination .prev {
    position: absolute;
    left: 0; }
  .pagination .current {
    font-family: FFKievitWebExtraBold, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
  .pagination .prev {
    color: #fff;
    font-size: 21px;
    font-size: 1.1666666667rem;
    font-family: FFKievitWebExtraBold, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    text-align: right;
    text-transform: uppercase;
    padding-left: 38px;
    line-height: 1.3;
    text-align: left;
    padding-left: 38px;
    padding-top: .15em;
    padding-bottom: .15em;
    padding-right: 0; }
    .pagination .prev .arrow-left {
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -16px; }
  .pagination .next {
    color: #fff;
    font-size: 21px;
    font-size: 1.1666666667rem;
    font-family: FFKievitWebExtraBold, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    text-align: right;
    text-transform: uppercase;
    line-height: 1.3;
    text-align: left;
    padding-right: 45px;
    padding-top: .15em;
    padding-bottom: .15em;
    padding-left: 0; }
    .pagination .next .arrow-right {
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -16px; }

.page-template-page-studieprogrammas .top-content {
  position: relative;
  z-index: 1; }

.page-template-page-studieprogrammas .article-list {
  position: relative;
  top: -3px;
  margin: 0 -1%;
  z-index: 0; }

.page-template-page-studieprogrammas article {
  background-color: #fff;
  color: #000;
  overflow: hidden;
  position: relative;
  float: left;
  width: 98%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 3em; }
  .page-template-page-studieprogrammas article a, .page-template-page-studieprogrammas article h2, .page-template-page-studieprogrammas article h3, .page-template-page-studieprogrammas article h4, .page-template-page-studieprogrammas article h5, .page-template-page-studieprogrammas article h6 {
    color: #000; }
  .page-template-page-studieprogrammas article header {
    position: absolute;
    left: 60%;
    right: 0;
    top: 0;
    bottom: 0; }
  .page-template-page-studieprogrammas article .content {
    width: 60%;
    float: left;
    min-height: 360px; }
  .page-template-page-studieprogrammas article:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    height: 6px;
    background: transparent url(../img/box-top-mask1.svg) 50% 0 no-repeat;
    background-size: 100%;
    background-size: cover;
    z-index: 5; }
  .page-template-page-studieprogrammas article:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: -1px;
    right: -1px;
    height: 6px;
    background: transparent url(../img/box-bottom-mask1.svg) 50% 100% no-repeat;
    background-size: 100%;
    background-size: cover;
    z-index: 6; }
  .page-template-page-studieprogrammas article:nth-child(even) header {
    left: 0;
    right: 60%; }
  .page-template-page-studieprogrammas article:nth-child(even) .content {
    float: right; }
  .page-template-page-studieprogrammas article:nth-child(even):before {
    background: transparent url(../img/box-top-mask1.2.svg) 50% 0 no-repeat; }
  .page-template-page-studieprogrammas article:nth-child(even):after {
    background: transparent url(../img/box-bottom-mask1.2.svg) 50% 100% no-repeat; }
  .page-template-page-studieprogrammas article header {
    background-color: #979797; }
    .page-template-page-studieprogrammas article header h2 {
      color: #fff;
      font-family: FFKievitWebExtraBold, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      font-size: 46px;
      font-size: 2.5555555556rem;
      text-transform: uppercase;
      margin: 0;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 2; }
      .page-template-page-studieprogrammas article header h2 a {
        color: #fff;
        text-decoration: none;
        padding: 0 1em;
        display: table;
        width: 100%;
        height: 100%; }
        .page-template-page-studieprogrammas article header h2 a span {
          text-align: center;
          display: table-cell;
          vertical-align: middle; }
    .page-template-page-studieprogrammas article header .image-wrapper {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1; }
    .page-template-page-studieprogrammas article header img {
      width: 100%;
      max-width: auto;
      height: auto; }
  .page-template-page-studieprogrammas article .content {
    padding: 2em 1.5em 4em;
    position: relative; }
    .page-template-page-studieprogrammas article .content p {
      margin: 0 0 1em; }
  .page-template-page-studieprogrammas article .links {
    position: absolute;
    bottom: 0;
    padding: 0 1.5em;
    margin: 0 -1.5em; }
    .page-template-page-studieprogrammas article .links li {
      display: block;
      margin: 0;
      padding: 0;
      float: left; }
      .page-template-page-studieprogrammas article .links li + li {
        border-left: 2px solid #000; }
      .page-template-page-studieprogrammas article .links li a {
        display: block; }
  .page-template-page-studieprogrammas article.postnum-3, .page-template-page-studieprogrammas article.postnum-4, .page-template-page-studieprogrammas article.postnum-5 {
    width: 31.333333333%; }
    .page-template-page-studieprogrammas article.postnum-3 header, .page-template-page-studieprogrammas article.postnum-4 header, .page-template-page-studieprogrammas article.postnum-5 header {
      width: auto;
      float: none;
      position: relative;
      left: auto;
      right: auto;
      top: auto;
      bottom: auto; }
      .page-template-page-studieprogrammas article.postnum-3 header .image-wrapper, .page-template-page-studieprogrammas article.postnum-4 header .image-wrapper, .page-template-page-studieprogrammas article.postnum-5 header .image-wrapper {
        position: relative; }
      .page-template-page-studieprogrammas article.postnum-3 header h2, .page-template-page-studieprogrammas article.postnum-4 header h2, .page-template-page-studieprogrammas article.postnum-5 header h2 {
        font-size: 34px;
        font-size: 1.8888888889rem; }
    .page-template-page-studieprogrammas article.postnum-3 .content, .page-template-page-studieprogrammas article.postnum-4 .content, .page-template-page-studieprogrammas article.postnum-5 .content {
      width: auto;
      float: none;
      min-height: 0; }
  .page-template-page-studieprogrammas article.article-agenda .content {
    padding-bottom: 2em; }
  .page-template-page-studieprogrammas article:nth-child(3):before {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: auto;
    width: 6px;
    height: auto;
    background: transparent url(../img/box-left-mask1.svg) 0 bottom no-repeat;
    background-size: 100%;
    z-index: 5; }
  .page-template-page-studieprogrammas article:nth-child(3):after {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: -1px;
    left: auto;
    width: 6px;
    background: transparent url(../img/box-right-mask1.svg) 0 bottom no-repeat;
    background-size: 100%;
    z-index: 6;
    height: auto; }

.single-study_programme h1 {
  font-size: 60px;
  font-size: 3.3333333333rem; }

.single-study_programme .entry-header-single h2 {
  margin: 0.67em 0; }

.page-template-page-agenda-en-nieuws h1 {
  text-align: right; }

.agenda .article-list {
  margin: 0 -1%; }
  .agenda .article-list .empty-article {
    clear: left; }
  .agenda .article-list article {
    float: left;
    width: 31.333333333%;
    margin: 1% 1% 2em;
    color: #000;
    text-align: center;
    position: relative;
    padding-top: 31.333333333%;
    background-color: #fff; }
    .agenda .article-list article a {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .agenda .article-list article .article-inner {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 17% 5%; }
    .agenda .article-list article:before {
      content: "";
      position: absolute;
      top: -1px;
      left: -1px;
      right: -1px;
      bottom: -1px;
      background: transparent url(../img/rect-nws-mask1.svg) 50% 50% no-repeat;
      background-size: 100%;
      background-size: cover;
      z-index: 3;
      pointer-events: none;
      overflow: hidden; }
    .agenda .article-list article.term-4:before {
      background-image: url(../img/rect-nws-mask2.svg); }
    .agenda .article-list article.term-9:before {
      background-image: url(../img/rect-nws-mask3.svg); }
    .agenda .article-list article.term-7:before {
      background-image: url(../img/oval-nws-mask.svg); }
    .agenda .article-list article * {
      color: #000; }
    .agenda .article-list article a {
      text-decoration: none;
      display: block; }
    .agenda .article-list article h2 {
      font-size: 46px;
      font-size: 2.5555555556rem;
      text-transform: uppercase;
      margin: 0 0 4%; }
    .agenda .article-list article h3 {
      font-size: 21px;
      font-size: 1.1666666667rem;
      line-height: 25px;
      text-transform: uppercase;
      margin: 4% 0; }
    .agenda .article-list article header {
      position: relative;
      z-index: 1;
      pointer-events: none; }
    .agenda .article-list article footer {
      font-size: 21px;
      font-size: 1.1666666667rem;
      text-transform: lowercase;
      position: absolute;
      bottom: 17%;
      left: 0;
      right: 0;
      z-index: 2;
      pointer-events: none; }
      .agenda .article-list article footer.date {
        font-family: FFKievitWebExtraBold, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }

.agenda footer {
  overflow: hidden; }
  .agenda footer .forward-button {
    float: right;
    margin-top: 1em; }

.page-id-11 .agenda .article-list {
  margin: -5em -1% 0; }

.top-content-post .col-1 {
  width: 70%;
  float: left;
  padding-right: 1.5em;
  border-right: 2px solid #fff;
  text-align: left; }

.top-content-post .col-2 {
  width: 30%;
  float: right;
  padding-left: 1.5em; }

.top-content-post h1 {
  font-size: 60px;
  font-size: 3.3333333333rem;
  line-height: 1.35;
  margin: .25em 0; }

.single-events .top-content-post,
.single-news .top-content-post {
  position: relative;
  z-index: 2;
  margin-bottom: -3px; }

.single-events header h2,
.single-news header h2 {
  text-align: right;
  margin-bottom: 1em; }

.single-events .details,
.single-news .details {
  background-color: #fff;
  color: #000;
  padding: 1em 8%;
  margin-bottom: 2em;
  font-size: 21px;
  font-size: 1.1666666667rem;
  position: relative;
  z-index: 0; }
  .single-events .details strong,
  .single-news .details strong {
    font-family: FFKievitWebExtraBold, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
  .single-events .details .date,
  .single-news .details .date {
    text-transform: uppercase; }
  .single-events .details:before,
  .single-news .details:before {
    content: "";
    background: transparent url(../img/box-top-mask1.svg) 0 50% no-repeat;
    position: absolute;
    z-index: 1;
    top: -1px;
    left: 0;
    right: 0;
    height: 6px; }
  .single-events .details:after,
  .single-news .details:after {
    content: "";
    background: transparent url(../img/box-bottom-mask1.2.svg) 0 50% no-repeat;
    position: absolute;
    z-index: 1;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 6px; }

.single-events .main-content,
.single-news .main-content {
  background-color: #fff;
  padding: 1em 8% 3em;
  position: relative;
  z-index: 1; }
  .single-events .main-content *,
  .single-news .main-content * {
    color: #000; }
  .single-events .main-content:before,
  .single-news .main-content:before {
    content: "";
    background: transparent url(../img/box-top-mask1.2.svg) 0 50% no-repeat;
    position: absolute;
    z-index: 1;
    top: -1px;
    left: 0;
    right: 0;
    height: 6px; }

.page-template-page-registration .top-content-post .col-1 {
  width: 65%; }

.page-template-page-registration .top-content-post .col-2 {
  width: 35%; }

.page-template-page-docenten .entry-header {
  text-align: center; }
  .page-template-page-docenten .entry-header h1 {
    margin-bottom: 0; }
  .page-template-page-docenten .entry-header h2 {
    font-size: 60px;
    font-size: 3.3333333333rem;
    text-transform: uppercase;
    margin: 0; }
    .page-template-page-docenten .entry-header h2 span {
      margin: 0 .5em;
      position: relative; }
      .page-template-page-docenten .entry-header h2 span:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 2px;
        background-color: #fff;
        -webkit-transform: rotate(-1deg);
        -moz-transform: rotate(-1deg);
        -ms-transform: rotate(-1deg);
        -o-transform: rotate(-1deg);
        transform: rotate(-1deg); }

.page-template-page-docenten .top-content {
  text-align: center; }

.page-template-page-docenten .article-list {
  margin: 0 -1%; }
  .page-template-page-docenten .article-list article {
    float: left;
    width: 23%;
    margin: 1em 1% 1em;
    text-align: center;
    height: 440px; }
    .page-template-page-docenten .article-list article:nth-child(odd) {
      padding-top: 0;
      padding-bottom: 1em; }
    .page-template-page-docenten .article-list article:nth-child(even) {
      padding-top: 1em;
      padding-bottom: 0; }
    .page-template-page-docenten .article-list article h3 {
      font-size: 27px;
      font-size: 1.5rem;
      font-family: FFKievitWeb, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      text-transform: none;
      line-height: 1.15;
      margin: .8em 0 0; }
    .page-template-page-docenten .article-list article .instrument {
      font-size: 18px;
      font-size: 1rem;
      font-family: FFKievitWebExtraBold, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      line-height: 1.3;
      text-transform: uppercase; }
    .page-template-page-docenten .article-list article .info {
      font-size: 18px;
      font-size: 1rem;
      font-family: FFKievitWebItalic, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      line-height: 1.3;
      color: #A8A8A8; }
    .page-template-page-docenten .article-list article figure {
      position: relative;
      margin: 0;
      overflow: hidden; }
      .page-template-page-docenten .article-list article figure:before {
        content: "";
        position: absolute;
        top: -2px;
        left: -2px;
        right: -2px;
        bottom: -2px;
        background: transparent url(../img/rect-mask1.svg) 50% 50% no-repeat; }
    .page-template-page-docenten .article-list article .no-image {
      background-color: #fff;
      padding-top: 100%; }
    .page-template-page-docenten .article-list article:nth-child(4n+2) figure:before {
      background: transparent url(../img/portret-circle.svg) 50% 50% no-repeat; }
    .page-template-page-docenten .article-list article:nth-child(3n+3) figure:before {
      background: transparent url(../img/rect-mask2.svg) 50% 50% no-repeat; }
    .page-template-page-docenten .article-list article img {
      width: 100%;
      max-width: auto;
      height: auto; }

.page-template-page-docenten article {
  position: relative; }

.page-template-page-docenten .edit-link {
  position: absolute;
  top: 0;
  right: 0; }

.page-id-97 .entry-header {
  text-align: center; }

.link-list {
  margin: 0 0 7em;
  padding: 0; }
  .link-list li {
    margin-bottom: 2em;
    text-align: center;
    list-style-type: none; }
  .link-list li + li {
    padding-top: 2em;
    position: relative; }
    .link-list li + li:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 2px;
      background-color: #fff;
      -webkit-transform: rotate(0.2deg);
      -moz-transform: rotate(0.2deg);
      -ms-transform: rotate(0.2deg);
      -o-transform: rotate(0.2deg);
      transform: rotate(0.2deg); }
  .link-list h3 {
    font-size: 19px;
    font-size: 1.0555555556rem;
    margin: 0; }
  .link-list p {
    font-size: 19px;
    font-size: 1.0555555556rem;
    margin: 0; }
  .link-list a {
    text-decoration: none;
    display: block; }

/**
 * Form Styles
 */
.frm_description {
  font-size: .83rem;
  margin: 1em 0; }

.frm_preview_page form {
  max-width: 940px;
  margin: 0 auto 3.25em;
  padding: .8em 8.5% 2.5em;
  background-color: #fff;
  color: #000; }

.frm_preview_page form.form_jazzstudio {
  padding: 0;
  background-color: transparent; }

form {
  color: #000; }
  form h3 {
    text-transform: uppercase;
    margin: 0 0 .8em; }
  form a {
    color: #000;
    font-family: FFKievitWebExtraBold, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }

label {
  display: block;
  font-family: FFKievitWebExtraBold, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 18px;
  font-size: 1rem; }

input,
textarea {
  background-color: #EAEAEA;
  border: none;
  padding: .5em;
  margin: .5em 0;
  font-size: 18px;
  font-size: 1rem;
  font-family: FFKievitWeb, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
  input:focus,
  textarea:focus {
    outline: none; }

textarea {
  width: 100%; }

input[type="submit"] {
  background-color: #000;
  color: #fff;
  font-family: FFKievitWebExtraBold, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 21px;
  font-size: 1.1666666667rem;
  text-align: center;
  padding: .35em 1.2em;
  margin: .5em 0;
  width: auto; }

.frm_form_field .frm_checkbox {
  position: relative;
  margin: 1.3em 0; }
  .frm_form_field .frm_checkbox label {
    line-height: 1.3;
    padding-top: .2em;
    padding-bottom: .2em;
    padding-left: 2.7777777778rem;
    font-family: FFKievitWeb, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    display: block;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .frm_form_field .frm_checkbox label:after {
      content: '';
      width: 0.85rem;
      height: 0.4722222222rem;
      position: absolute;
      top: 5.1px;
      left: 5.1px;
      border: 5px solid #000;
      border-top: none;
      border-right: none;
      background: transparent;
      opacity: 0;
      transform: rotate(-45deg); }
  .frm_form_field .frm_checkbox:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #EAEAEA;
    width: 1.7777777778rem;
    height: 1.7777777778rem;
    pointer-events: none; }
  .frm_form_field .frm_checkbox input:checked + label:after {
    opacity: 1; }
  .frm_form_field .frm_checkbox input {
    width: 1.7777777778rem;
    height: 1.7777777778rem;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }

.frm_form_field .frm_radio {
  position: relative;
  min-width: 2.1111111111rem;
  margin: 1.3em 0; }
  .frm_form_field .frm_radio label {
    line-height: 1.7777777778rem;
    padding-left: 2.3333333333rem;
    font-family: FFKievitWeb, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .frm_form_field .frm_radio:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    background-color: #EAEAEA;
    border-radius: 50%;
    width: 1.7777777778rem;
    height: 1.7777777778rem; }
  .frm_form_field .frm_radio input:checked + label:after {
    content: '';
    position: absolute;
    top: 0.2777777778rem;
    left: 0.2777777778rem;
    background-color: #000;
    border-radius: 50%;
    width: 1.2222222222rem;
    height: 1.2222222222rem; }
  .frm_form_field .frm_radio input {
    width: 1.7777777778rem;
    height: 1.7777777778rem;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }

.frm_form_field .frm_error {
  color: #C74E2D;
  font-family: FFKievitWebItalic, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 15px;
  font-size: 0.8333333333rem; }

.frm_form_field .frm_blank_field input,
.frm_form_field .frm_blank_field textarea {
  color: #C74E2D;
  background-color: #E8C6BC; }

.frm_form_field .frm_blank_field .frm_checkbox:before {
  background-color: #E8C6BC; }

.frm_form_field .select-wrapper {
  position: relative;
  margin: 1em 0; }
  .frm_form_field .select-wrapper .select-inner {
    margin: 0;
    overflow: hidden;
    background: #EAEAEA url(../svgs/bottom-arrow.svg) 100% 50% no-repeat;
    background-size: 40px auto; }
    .frm_form_field .select-wrapper .select-inner select {
      background-color: transparent;
      border: 0;
      font-size: 1em;
      padding: .4em .7em .55em;
      position: relative;
      font-family: FFKievitWeb, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
      width: 100%;
      -webkit-appearance: none;
      -moz-appearance: none;
      text-indent: 1px;
      text-overflow: '';
      appearance: none; }
      .frm_form_field .select-wrapper .select-inner select:focus {
        outline: 0; }
      .frm_form_field .select-wrapper .select-inner select::-ms-expand {
        display: none; }
      .frm_form_field .select-wrapper .select-inner select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #000; }

.frm_opt_container:after,
.frm_field_group:after,
.frm_section_heading:after,
.frm_section_group:after {
  content: "";
  display: table;
  clear: both; }

.page-template-page-registration .main-content h2 {
  margin: 1em 0; }

.page-template-page-registration .main-content .frm_description {
  background-color: #fff;
  color: #000;
  padding: 2em 8.5%; }
  .page-template-page-registration .main-content .frm_description a {
    color: #000; }
    .page-template-page-registration .main-content .frm_description a:hover {
      color: inherit; }

.page-template-page-registration .main-content .frm_form_field .frm_description {
  margin-bottom: 0;
  padding: 0;
  background-color: transparent; }

.page-template-page-registration .main-content .frm_form_field.frm_section_heading {
  background-color: #fff;
  padding: 1.5em 8.5%; }
  .page-template-page-registration .main-content .frm_form_field.frm_section_heading.frm_last_section {
    margin-bottom: 0;
    padding-bottom: 0; }

.page-template-page-registration .main-content .frm_submit {
  background-color: #fff;
  padding: 0 8.5% 1.5em; }

.page-template-page-registration .main-content .frm_section_group .frm_form_field.frm_section_heading {
  padding: 1em 4%; }

.page-template-page-registration .main-content .frm_error {
  display: none; }

.page-template-page-registration .main-content .frm_section_heading {
  position: relative; }
  .page-template-page-registration .main-content .frm_section_heading:before {
    content: '';
    position: absolute;
    bottom: -5px;
    height: 8px;
    left: -10%;
    right: -10%;
    transform: rotate(-0.4deg);
    background-color: #000;
    display: block; }

.page-template-page-registration .main-content .frm_section_heading.frm_last_section:before {
  content: none; }

.page-template-page-registration .main-content .frm_section_heading.frm_last_section label {
  font-size: 0.8333333333rem; }

.page-template-page-registration .main-content .frm_section_heading.frm_last_section .frm_form_field {
  margin: 0; }

.frm_field_group:nth-of-type(n+2) {
  padding-top: 1.5em;
  margin-top: 1.5em;
  position: relative; }
  .frm_field_group:nth-of-type(n+2):before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background-color: #000;
    transform: rotate(-0.4deg); }

.frm_form_field {
  margin: .5em 0; }

.frm_form_field.frm_left_half,
.frm_form_field.frm_right_half,
.frm_form_field.frm_first_half,
.frm_form_field.frm_last_half,
.frm_form_field.frm_half {
  width: 48.5%; }
  .frm_form_field.frm_left_half input[type="text"],
  .frm_form_field.frm_left_half input[type="email"],
  .frm_form_field.frm_right_half input[type="text"],
  .frm_form_field.frm_right_half input[type="email"],
  .frm_form_field.frm_first_half input[type="text"],
  .frm_form_field.frm_first_half input[type="email"],
  .frm_form_field.frm_last_half input[type="text"],
  .frm_form_field.frm_last_half input[type="email"],
  .frm_form_field.frm_half input[type="text"],
  .frm_form_field.frm_half input[type="email"] {
    width: 100%; }

.frm_form_field.frm_sixth input[type="text"],
.frm_form_field.frm_sixth input[type="email"],
.frm_form_field.frm_third input[type="text"],
.frm_form_field.frm_third input[type="email"] {
  width: 100%; }

.frm_form_field.frm_section_heading {
  margin: 1.5em 0; }

.frm_section_group {
  margin: 1.5em 0; }
  .frm_section_group .frm_section_heading {
    margin-top: 0;
    margin-bottom: 0; }
  .frm_section_group .frm_half {
    margin-left: 0; }
    .frm_section_group .frm_half:nth-of-type(even) {
      margin-left: 3%; }

.frm_break {
  clear: both; }

.frm_pos_none {
  display: none; }

form .frm_form_field.frm_two_col .frm_checkbox,
form .frm_form_field.frm_three_col .frm_checkbox {
  margin: .75em 0; }

form .frm_form_field .frm_checkbox,
form .frm_form_field .frm_checkbox + .frm_checkbox,
form .frm_form_field .frm_radio,
form .frm_form_field .frm_radio + .frm_radio {
  margin: .75em 0; }

/**
 * Page registration
 */
.page-template-page-registration .top-content-post .col-2 {
  padding-top: 3.5em; }

.page-template-page-registration .col-1 {
  padding-left: 1.75em; }

.page-template-page-registration h1 {
  font-size: 2.5555555556rem; }
  .page-template-page-registration h1 strong {
    font-size: 3.3333333333rem;
    font-family: inherit; }

.contact {
  background-color: #EEEFF0;
  color: #000;
  overflow: hidden;
  position: absolute;
  top: -600px;
  left: 0;
  width: 100%;
  z-index: 99;
  height: 600px;
  transition: top 400ms cubic-bezier(0.17, 0.04, 0.03, 0.94); }
  .contact .contact-inner {
    max-width: 940px;
    margin: 0 auto;
    padding-top: 2em;
    padding-bottom: 2em;
    padding-left: 235px;
    padding-right: 5.4%;
    position: relative; }
  .contact form {
    position: relative; }
  .contact .frm_message {
    color: #6eb52c;
    position: absolute;
    bottom: .8em;
    right: 0;
    left: 10em;
    text-align: right;
    font-size: 15;
    font-size: 0.8333333333rem; }
  .contact .contact-info {
    border-left: 2px solid #000;
    padding: 1.2em 6% 1.2em;
    position: absolute;
    z-index: 2;
    right: 0;
    width: 40%;
    font-family: FFKievitWebMedium, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
    .contact .contact-info .address {
      margin-bottom: 1em; }
    .contact .contact-info a {
      color: #000; }
  .contact .contact-details .tel .icon,
  .contact .contact-details .email .icon,
  .contact .contact-details .address .icon {
    fill: #000; }
  .contact .close-button {
    float: right;
    margin-top: .4em; }
  .contact h2 {
    font-size: 46px;
    font-size: 2.5555555556rem;
    text-transform: uppercase;
    margin: 0 0 .5em; }
  .contact .frm_error {
    color: #C74E2D;
    font-family: FFKievitWebItalic, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-size: 15px;
    font-size: 0.8333333333rem; }
  .contact .frm_blank_field input,
  .contact .frm_blank_field textarea {
    color: #C74E2D;
    background-color: #E8C6BC; }
  .open-contact .contact {
    top: 0; }

#page {
  margin-top: 0;
  transition: margin 400ms cubic-bezier(0.17, 0.04, 0.03, 0.94); }
  .open-contact #page {
    margin-top: 600px; }

/**
 * Colors
 */
.color1 a:hover {
  color: #913c5e;
  fill: #913c5e; }

.color2 a:hover {
  color: #2c76a3;
  fill: #2c76a3; }

.color3 a:hover {
  color: #49aed5;
  fill: #49aed5; }

.color4 a:hover {
  color: #6eb52c;
  fill: #6eb52c; }

.color5 a:hover {
  color: #327831;
  fill: #327831; }

.color6 a:hover {
  color: #eabd00;
  fill: #eabd00; }

.color7 a:hover {
  color: #dc7c0e;
  fill: #dc7c0e; }

.color8 a:hover {
  color: #d54817;
  fill: #d54817; }

.color9 a:hover {
  color: #b36318;
  fill: #b36318; }

.color1 nav li a:hover {
  color: #913c5e; }

.color2 nav li a:hover {
  color: #2c76a3; }

.color3 nav li a:hover {
  color: #49aed5; }

.color4 nav li a:hover {
  color: #6eb52c; }

.color5 nav li a:hover {
  color: #327831; }

.color6 nav li a:hover {
  color: #eabd00; }

.color7 nav li a:hover {
  color: #dc7c0e; }

.color8 nav li a:hover {
  color: #d54817; }

.color9 nav li a:hover {
  color: #b36318; }

.color1 .side-nav-filter ul li a:hover {
  background-color: #913c5e;
  color: #fff; }

.color2 .side-nav-filter ul li a:hover {
  background-color: #2c76a3;
  color: #fff; }

.color3 .side-nav-filter ul li a:hover {
  background-color: #49aed5;
  color: #fff; }

.color4 .side-nav-filter ul li a:hover {
  background-color: #6eb52c;
  color: #fff; }

.color5 .side-nav-filter ul li a:hover {
  background-color: #327831;
  color: #fff; }

.color6 .side-nav-filter ul li a:hover {
  background-color: #eabd00;
  color: #fff; }

.color7 .side-nav-filter ul li a:hover {
  background-color: #dc7c0e;
  color: #fff; }

.color8 .side-nav-filter ul li a:hover {
  background-color: #d54817;
  color: #fff; }

.color9 .side-nav-filter ul li a:hover {
  background-color: #b36318;
  color: #fff; }

.agenda .article-list article a:hover * {
  color: #fff; }

.color1 .agenda .article-list article a:hover {
  background-color: #913c5e; }

.color2 .agenda .article-list article a:hover {
  background-color: #2c76a3; }

.color3 .agenda .article-list article a:hover {
  background-color: #49aed5; }

.color4 .agenda .article-list article a:hover {
  background-color: #6eb52c; }

.color5 .agenda .article-list article a:hover {
  background-color: #327831; }

.color6 .agenda .article-list article a:hover {
  background-color: #eabd00; }

.color7 .agenda .article-list article a:hover {
  background-color: #dc7c0e; }

.color8 .agenda .article-list article a:hover {
  background-color: #d54817; }

.color9 .agenda .article-list article a:hover {
  background-color: #b36318; }

.color1 input[type="submit"]:hover {
  background-color: #913c5e; }

.color2 input[type="submit"]:hover {
  background-color: #2c76a3; }

.color3 input[type="submit"]:hover {
  background-color: #49aed5; }

.color4 input[type="submit"]:hover {
  background-color: #6eb52c; }

.color5 input[type="submit"]:hover {
  background-color: #327831; }

.color6 input[type="submit"]:hover {
  background-color: #eabd00; }

.color7 input[type="submit"]:hover {
  background-color: #dc7c0e; }

.color8 input[type="submit"]:hover {
  background-color: #d54817; }

.color9 input[type="submit"]:hover {
  background-color: #b36318; }

.color1 .close-button:hover .icon {
  fill: #913c5e; }

.color2 .close-button:hover .icon {
  fill: #2c76a3; }

.color3 .close-button:hover .icon {
  fill: #49aed5; }

.color4 .close-button:hover .icon {
  fill: #6eb52c; }

.color5 .close-button:hover .icon {
  fill: #327831; }

.color6 .close-button:hover .icon {
  fill: #eabd00; }

.color7 .close-button:hover .icon {
  fill: #dc7c0e; }

.color8 .close-button:hover .icon {
  fill: #d54817; }

.color9 .close-button:hover .icon {
  fill: #b36318; }

.button.button-light:hover {
  color: #000; }
  .color1 .button.button-light:hover {
    background-color: #913c5e; }
  .color2 .button.button-light:hover {
    background-color: #2c76a3; }
  .color3 .button.button-light:hover {
    background-color: #49aed5; }
  .color4 .button.button-light:hover {
    background-color: #6eb52c; }
  .color5 .button.button-light:hover {
    background-color: #327831; }
  .color6 .button.button-light:hover {
    background-color: #eabd00; }
  .color7 .button.button-light:hover {
    background-color: #dc7c0e; }
  .color8 .button.button-light:hover {
    background-color: #d54817; }
  .color9 .button.button-light:hover {
    background-color: #b36318; }

.color1 .button.download-button:hover .icon {
  fill: #913c5e; }

.color2 .button.download-button:hover .icon {
  fill: #2c76a3; }

.color3 .button.download-button:hover .icon {
  fill: #49aed5; }

.color4 .button.download-button:hover .icon {
  fill: #6eb52c; }

.color5 .button.download-button:hover .icon {
  fill: #327831; }

.color6 .button.download-button:hover .icon {
  fill: #eabd00; }

.color7 .button.download-button:hover .icon {
  fill: #dc7c0e; }

.color8 .button.download-button:hover .icon {
  fill: #d54817; }

.color9 .button.download-button:hover .icon {
  fill: #b36318; }

.color1 .button.back-button:hover .icon, .color1
.button.forward-button:hover .icon {
  fill: #913c5e; }

.color2 .button.back-button:hover .icon, .color2
.button.forward-button:hover .icon {
  fill: #2c76a3; }

.color3 .button.back-button:hover .icon, .color3
.button.forward-button:hover .icon {
  fill: #49aed5; }

.color4 .button.back-button:hover .icon, .color4
.button.forward-button:hover .icon {
  fill: #6eb52c; }

.color5 .button.back-button:hover .icon, .color5
.button.forward-button:hover .icon {
  fill: #327831; }

.color6 .button.back-button:hover .icon, .color6
.button.forward-button:hover .icon {
  fill: #eabd00; }

.color7 .button.back-button:hover .icon, .color7
.button.forward-button:hover .icon {
  fill: #dc7c0e; }

.color8 .button.back-button:hover .icon, .color8
.button.forward-button:hover .icon {
  fill: #d54817; }

.color9 .button.back-button:hover .icon, .color9
.button.forward-button:hover .icon {
  fill: #b36318; }

.color1 .pagination .prev:hover .icon, .color1
.pagination .next:hover .icon {
  fill: #913c5e; }

.color2 .pagination .prev:hover .icon, .color2
.pagination .next:hover .icon {
  fill: #2c76a3; }

.color3 .pagination .prev:hover .icon, .color3
.pagination .next:hover .icon {
  fill: #49aed5; }

.color4 .pagination .prev:hover .icon, .color4
.pagination .next:hover .icon {
  fill: #6eb52c; }

.color5 .pagination .prev:hover .icon, .color5
.pagination .next:hover .icon {
  fill: #327831; }

.color6 .pagination .prev:hover .icon, .color6
.pagination .next:hover .icon {
  fill: #eabd00; }

.color7 .pagination .prev:hover .icon, .color7
.pagination .next:hover .icon {
  fill: #dc7c0e; }

.color8 .pagination .prev:hover .icon, .color8
.pagination .next:hover .icon {
  fill: #d54817; }

.color9 .pagination .prev:hover .icon, .color9
.pagination .next:hover .icon {
  fill: #b36318; }

.wrapper-svg-sprite {
  display: none; }

.svg-sprite {
  display: none; }

.icon {
  display: inline-block;
  width: 50px;
  height: 50px; }

.arrow-right {
  width: 23px;
  height: 32px;
  fill: #fff; }

.arrow-left {
  width: 23px;
  height: 32px;
  fill: #fff; }

.phone-icon {
  width: 21px;
  height: 21px;
  fill: #fff; }

.email-icon {
  width: 21px;
  height: 15px;
  fill: #fff; }

.location-icon {
  width: 21px;
  height: 25px;
  fill: #fff; }

.close-icon {
  width: 42px;
  height: 42px; }

.jazz-style {
  font-family: FFKievitWeb, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
  .jazz-style strong {
    font-family: FFKievitWebExtraBold, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
  .jazz-style em {
    font-style: normal;
    font-family: FFKievitWebMedium, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }

.optin {
  background: #fff;
  padding: 2em;
  margin: 2em 0;
  color: #000; }
  .optin .icon {
    float: left;
    margin-right: 1.8em; }
  .optin .frm_description p {
    margin-top: 0;
    margin-bottom: .5em;
    font-size: 21px;
    font-size: 1.1666666667rem;
    font-family: FFKievitWebExtraBold, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
  .optin form .frm_error {
    display: none; }
  .optin .frm_submit.frm_third {
    margin-left: 0;
    position: relative; }
    .optin .frm_submit.frm_third input {
      margin-bottom: 0; }
  .optin .frm_ajax_loading {
    position: absolute;
    right: -25px;
    top: 50%; }
  .optin .frm_message {
    font-weight: normal;
    font-family: FFKievitWebExtraBold, "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-size: 21px;
    font-size: 1.1666666667rem; }

.frm_submit.frm_third input {
  width: 100%; }

.frm_error_style {
  color: #C74E2D;
  background-color: #E8C6BC;
  font-size: 18px;
  font-size: 1rem;
  margin: 1em 0;
  padding: .5em; }

.frm_form_field.frm_third input[type="email"] {
  width: 100%; }

/**
 * WP-admin
 */
.edit-link {
  display: inline-block; }
  .edit-link a {
    display: block;
    color: #fff !important;
    text-decoration: none;
    line-height: 1.5;
    background-color: #49aed5;
    padding: .2em .5em; }
    .edit-link a:before {
      content: "\f464";
      display: inline-block;
      width: 20px;
      height: 20px;
      font-size: 20px;
      line-height: 1.5;
      font-family: dashicons;
      text-decoration: inherit;
      font-weight: 400;
      font-style: normal;
      padding-right: .2em; }

/* ==========================================================================
   Media Queries
   ========================================================================== */
/**
 * @media step1: 960px
 */
@media only screen and (max-width: 940px) {
  #page {
    font-size: 15px; }
  .site-content,
  .site-header-inner,
  .site-footer {
    max-width: none;
    margin-left: 3%;
    margin-right: 3%; }
  .site-header-inner {
    padding: 0; }
  .site-header .main-navigation,
  .site-header .sub-navigation {
    display: none; }
  .site-header.active .main-navigation,
  .site-header.active .sub-navigation {
    display: block; }
  .site-title {
    width: auto;
    float: none;
    padding: 0.5em 0 1.6666666667rem; }
    .site-title a {
      width: 56px;
      height: 79px;
      background-size: 56px 79px; }
  .main-navigation {
    display: none; }
  .sub-navigation {
    display: none;
    position: static;
    padding-bottom: 2.2222222222rem;
    overflow: hidden; }
  .menu-button {
    display: block;
    position: absolute;
    top: 30px;
    right: 3%; }
  .language-switch {
    display: block; }
  /**
 * @media step2: 650px
 */
  .site-header {
    margin-bottom: 1em; }
  h1,
  .entry-header-single h2 {
    font-size: 21px;
    font-size: 1.1666666667rem; }
  .home article {
    font-size: 15px;
    font-size: 0.8333333333rem; }
  .home section header h2 {
    font-size: 21px;
    font-size: 1.1666666667rem; }
  article h2 {
    font-size: 21px;
    font-size: 1.1666666667rem; }
  article h3 {
    font-size: 18px;
    font-size: 1rem; }
  article h4 {
    font-size: 18px;
    font-size: 1rem; }
  article .table-responsive {
    width: auto;
    float: none;
    margin-left: auto;
    margin-right: auto; }
    article .table-responsive + .table-responsive {
      margin-left: auto; }
  .site-footer {
    font-size: 12px;
    font-size: 0.6666666667rem; }
    .site-footer .contact-details {
      width: 50%; }
  .col {
    float: none;
    width: auto; }
  .home .agenda {
    display: none; }
  .home .directie {
    font-size: 15px;
    font-size: 0.8333333333rem; }
    .home .directie .col-1,
    .home .directie .col-2 {
      float: none;
      width: auto; }
    .home .directie .col-2 {
      background-color: transparent;
      position: static;
      padding-left: 0;
      padding-right: 0; }
      .home .directie .col-2 figure {
        position: static;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
        width: auto;
        max-width: 300px; }
      .home .directie .col-2:before, .home .directie .col-2:after {
        content: none; }
  .button,
  .button.button-light {
    display: block;
    max-width: 300px;
    width: auto;
    margin-left: auto;
    margin-right: auto; }
  .button.back-button {
    margin: 1em 0;
    font-size: 15px;
    font-size: 0.8333333333rem;
    padding-left: 25px; }
    .button.back-button .arrow-left {
      width: 18px;
      height: 18px;
      margin-top: -9px; }
  .agenda .article-list article {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 300px;
    padding-top: 300px; }
  .top-content .col-1,
  .top-content .col-2,
  .top-content-post .col-1,
  .top-content-post .col-2 {
    border: none;
    float: none;
    width: auto;
    padding-left: 0;
    padding-right: 0; }
  .top-content .col-2:before,
  .top-content-post .col-2:before {
    content: none; }
  .top-content .side-nav-menu,
  .top-content-post .side-nav-menu {
    display: none; }
  .top-content-post h1 {
    font-size: 30px;
    font-size: 1.6666666667rem; }
  .single-events header h2 {
    text-align: left; }
  .page-template-page-studieprogrammas article {
    min-height: 0;
    width: auto;
    float: none; }
    .page-template-page-studieprogrammas article header {
      position: relative;
      left: auto;
      right: auto;
      bottom: auto;
      top: auto; }
      .page-template-page-studieprogrammas article header .image-wrapper {
        position: static; }
    .page-template-page-studieprogrammas article .content {
      position: static;
      width: auto;
      float: none;
      min-height: 0; }
    .page-template-page-studieprogrammas article.postnum-3, .page-template-page-studieprogrammas article.postnum-4, .page-template-page-studieprogrammas article.postnum-5 {
      width: auto; }
    .page-template-page-studieprogrammas article:nth-child(even) .content {
      float: right; }
  .single-study_programme h1 {
    font-size: 30px;
    font-size: 1.6666666667rem; }
  .single-news header h2 {
    text-align: left; }
  .side-nav-filter {
    display: none; }
  .top-content-filter .col-1,
  .top-content-filter .col-2 {
    float: none;
    width: auto;
    padding-left: auto;
    padding-right: auto;
    text-align: left; }
  .page-id-11 .agenda .article-list {
    margin-top: 0; }
  .page-template-page-docenten .entry-header {
    text-align: left; }
    .page-template-page-docenten .entry-header h2 {
      font-size: 30px;
      font-size: 1.6666666667rem; }
  .page-template-page-docenten .top-content {
    text-align: left; }
  .page-template-page-docenten .article-list {
    margin: 0; }
    .page-template-page-docenten .article-list article {
      float: none;
      max-width: 220px;
      width: auto;
      margin-left: auto;
      margin-right: auto;
      height: auto; }
  .contact {
    top: -700px;
    height: 700px; }
    .contact h2 {
      font-size: 30px;
      font-size: 1.6666666667rem; }
    .contact input {
      width: 100%; }
    .contact .contact-info {
      padding-left: 0;
      padding-right: 0; }
    .contact .contact-inner {
      padding-left: 3%;
      padding-right: 3%; }
    .contact .contact-info {
      position: static;
      border: 0;
      width: auto; }
      .contact .contact-info padding {
        left: 0;
        right: 0; }
  .close-icon {
    width: 24px;
    height: 24px; }
  .page-template-page-registration .top-content-post .col-1 {
    width: auto; }
  .page-template-page-registration .top-content-post .col-2 {
    width: auto;
    margin-top: 0;
    padding-top: 0; }
  .frm_form_field.frm_half {
    width: auto;
    float: none; }
  .frm_section_group .frm_half:nth-of-type(even) {
    margin-left: 0; }
  .frm_section_group:after {
    clear: none; }
  .form_jazzstudio .frm_section_group .frm_form_field.frm_section_heading {
    margin: 1.5em 0; } }

.lt-ie9 .icon-ie-back-arrow:before {
  content: "";
  display: block;
  background-image: url(../dest/spritesheet.png);
  background-position: -66px 0px;
  width: 23px;
  height: 32px; }

.lt-ie9 .icon-ie-close-button:before {
  content: "";
  display: block;
  background-image: url(../dest/spritesheet.png);
  background-position: 0px 0px;
  width: 42px;
  height: 42px; }

.lt-ie9 .icon-ie-email-black:before {
  content: "";
  display: block;
  background-image: url(../dest/spritesheet.png);
  background-position: -89px -20px;
  width: 19px;
  height: 15px; }

.lt-ie9 .icon-ie-email:before {
  content: "";
  display: block;
  background-image: url(../dest/spritesheet.png);
  background-position: -89px -35px;
  width: 19px;
  height: 15px; }

.lt-ie9 .icon-ie-front-arrow:before {
  content: "";
  display: block;
  background-image: url(../dest/spritesheet.png);
  background-position: 0px -42px;
  width: 23px;
  height: 32px; }

.lt-ie9 .icon-ie-location:before {
  content: "";
  display: block;
  background-image: url(../dest/spritesheet.png);
  background-position: -23px -42px;
  width: 21px;
  height: 25px; }

.lt-ie9 .icon-ie-pdf-large:before {
  content: "";
  display: block;
  background-image: url(../dest/spritesheet.png);
  background-position: -42px 0px;
  width: 24px;
  height: 34px; }

.lt-ie9 .icon-ie-pdf:before {
  content: "";
  display: block;
  background-image: url(../dest/spritesheet.png);
  background-position: -44px -42px;
  width: 18px;
  height: 25px; }

.lt-ie9 .icon-ie-phone-black:before {
  content: "";
  display: block;
  background-image: url(../dest/spritesheet.png);
  background-position: -62px -42px;
  width: 19px;
  height: 20px; }

.lt-ie9 .icon-ie-phone:before {
  content: "";
  display: block;
  background-image: url(../dest/spritesheet.png);
  background-position: -89px 0px;
  width: 19px;
  height: 20px; }

.lt-ie9 .download-button {
  position: relative; }
  .lt-ie9 .download-button:before {
    position: absolute;
    margin-top: -12px;
    right: 10px;
    top: 50%; }
  .lt-ie9 .download-button.button-light:before {
    right: 20px;
    margin-top: -16px; }

.lt-ie9 .back-button {
  position: relative; }
  .lt-ie9 .back-button:before {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -16px; }

.lt-ie9 .pagination .next {
  padding-right: 35px; }
  .lt-ie9 .pagination .next span:before {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    right: 0; }

.lt-ie9 .pagination .prev {
  padding-left: 35px; }
  .lt-ie9 .pagination .prev span:before {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 0; }

.lt-ie9 .contact-details .address,
.lt-ie9 .contact-details .tel,
.lt-ie9 .contact-details .email {
  position: relative; }
  .lt-ie9 .contact-details .address:before,
  .lt-ie9 .contact-details .tel:before,
  .lt-ie9 .contact-details .email:before {
    position: absolute;
    top: 50%;
    left: 0; }

.lt-ie9 .contact-details .address:before {
  top: 0;
  margin-top: -2px; }

.lt-ie9 .contact-details .tel:before {
  margin-top: -10px; }

.lt-ie9 .contact-details .email:before {
  margin-top: -7px; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/*# sourceMappingURL=style.css.map */