/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

/**
 * 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; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, #sliding-popup .popup-content #popup-buttons button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button, #sliding-popup .popup-content #popup-buttons button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, #sliding-popup .popup-content #popup-buttons 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.
 */
button, #sliding-popup .popup-content #popup-buttons button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, #sliding-popup .popup-content #popup-buttons button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

@font-face {
  font-family: 'Kievit';
  src: url("../font/kievitot-regular-webfont.eot");
  src: url("../font/kievitot-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../font/kievitot-regular-webfont.woff") format("woff"), url("../font/kievitot-regular-webfont.ttf") format("truetype"), url("../font/kievitot-regular-webfont.svg#kievitot-regularregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Kievit Bold';
  src: url("../font/kievitot-bold-webfont.eot");
  src: url("../font/kievitot-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../font/kievitot-bold-webfont.woff") format("woff"), url("../font/kievitot-bold-webfont.ttf") format("truetype"), url("../font/kievitot-bold-webfont.svg#kievit_otbold") format("svg");
  font-weight: strong;
  font-style: strong; }
@font-face {
  font-family: 'Kievit Italic';
  src: url("../font/kievitscoffc-ita-webfont.eot");
  src: url("../font/kievitscoffc-ita-webfont.eot?#iefix") format("embedded-opentype"), url("../font/kievitscoffc-ita-webfont.woff") format("woff"), url("../font/kievitscoffc-ita-webfont.ttf") format("truetype"), url("../font/kievitscoffc-ita-webfont.svg#kievit_sc_offcitalic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Kievit Bold Italic';
  src: url("../font/kievitot-bolditalic-webfont.eot");
  src: url("../font/kievitot-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../font/kievitot-bolditalic-webfont.woff") format("woff"), url("../font/kievitot-bolditalic-webfont.ttf") format("truetype"), url("../font/kievitot-bolditalic-webfont.svg#kievit_otbold_italic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Kievit Slab';
  src: url("../font/KievitSlabWeb.eot?") format("eot"), url("../font/KievitSlabWeb.woff") format("woff"), url("../font/KievitSlabWeb.ttf") format("truetype"); }
@font-face {
  font-family: 'Kievit Slab Small Caps';
  src: url("../font/KievitSlabScWeb.eot?") format("eot"), url("../font/KievitSlabScWeb.woff") format("woff"), url("../font/KievitSlabScWeb.ttf") format("truetype"); }
/*

@include media-query(l-tablet){ 
  body { border:3px solid blue;}
}

@include media-query(desk){ 
  body { border:5px solid red;}
}

@include media-query(l-desk){ 
  body { border:7px solid red;}
}*/
#admin-menu {
  font-size: 14px;
  font-family: "Helvetica Neue", sans-serif !important;
  font-weight: 200;
  margin-top: 0 !important; }

body.admin-menu {
  margin-top: 0 !important; }
  body.admin-menu #header {
    top: 30px; }

@media only screen and (min-width: 40em) {
  .admin-menu #content {
    width: 75%;
    padding-left: 20px !important;
    padding-right: 20px !important; }

  .node-type-book .admin-menu #content, .node-type-node-default .admin-menu #content {
    width: 100%; } }
.tabledrag-processed {
  max-width: 100%; }

.cke_show_borders {
  background: #FFF !important;
  border: 0;
  padding: 10px; }

.region-page-closure {
  padding: 20px;
  border-top: 3px solid #182b49;
  background: #FFF; }

.tabs ul.primary {
  margin-left: 0; }
  .tabs ul.primary li a {
    border-top: 1px solid #182b49;
    border-right: 1px solid #182b49;
    border-left: 1px solid #182b49;
    margin-right: 5px; }
  .tabs ul.primary .tab {
    padding: 2px 10px 5px; }
  .tabs ul.primary a:before {
    display: none; }

#main .tabs a {
  text-decoration: none; }

.form-region-right select {
  max-width: 270px; }

.group-order-information {
  width: 100%; }

select[multiple] optgroup {
  background: #f0f0f0;
  padding: 10px 0px 4px 6px; }

.node-form .text {
  width: auto; }

.sticky-header {
  background: #FFF; }

#admin-menu {
  display: none; }
  @media only screen and (min-width: 40em) {
    #admin-menu {
      display: block; } }

.block.with-block-editing {
  position: relative; }
  .block.with-block-editing .edit {
    display: none; }

.block.with-block-editing:hover .edit {
  display: block;
  background-color: #FFF;
  border: 1px solid #333;
  padding: 2px 4px;
  position: absolute;
  right: 0;
  top: -30px;
  z-index: 40; }
  .block.with-block-editing:hover .edit a {
    color: black !important;
    font-size: 14px !important; }

/* $ID$ */
/**
 * @file
 * Content management filter style sheet.
 */
#node-admin-filter em {
  font-weight: bold; }

#node-admin-filter label.option {
  white-space: pre; }

#node-admin-filter dl.multiselect dt {
  margin: 2px 1em 0 1em;
  vertical-align: top; }

#node-admin-filter dl.multiselect label {
  vertical-align: top; }

#node-admin-filter dl.multiselect dd .form-item {
  margin-top: 2px;
  width: 18em;
  margin-bottom: 25px; }

#node-admin-filter dl.multiselect dd.b select {
  width: 18em; }

#node-admin-filter dl.multiselect dd.b input {
  width: 21.2em; }

#node-admin-buttons {
  margin-left: 5em; }

.date-inline .form-item select {
  margin-right: 3px;
  float: left;
  width: auto !important; }

.cmf-radios .form-item label.option {
  margin-left: 1em;
  white-space: normal; }

.cmf-radios .form-item .description {
  clear: both;
  margin-left: 1.5em; }

.node-unpublished {
  background-color: #fff4f4; }

.preview .node {
  background-color: #ffffea; }

#node-admin-filter ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%; }

#node-admin-buttons {
  float: left;
  /* LTR */
  margin-left: 3.5em;
  /* LTR */
  clear: right;
  /* LTR */ }
  #node-admin-buttons input {
    margin-top: 0; }

td.revision-current {
  background: #ffc; }

.node-form .form-text {
  display: block;
  width: 95%; }

.node-form .container-inline .form-text {
  display: inline;
  width: auto; }

.node-form .standard {
  clear: both; }

.node-form textarea {
  display: block;
  width: 95%; }

.node-form .attachments fieldset {
  float: none;
  display: block; }

.terms-inline {
  display: inline; }

/*
** Other common styles
*/
.breadcrumb {
  padding-bottom: 0.5em; }

div.indentation {
  width: 20px;
  height: 1.7em;
  margin: -0.4em 0.2em -0.4em -0.4em;
  /* LTR */
  padding: 0.42em 0 0.42em 0.6em;
  /* LTR */
  float: left;
  /* LTR */ }

div.tree-child {
  background: url(../../misc/tree.png) no-repeat 11px center;
  /* LTR */ }

div.tree-child-last {
  background: url(../../misc/tree-bottom.png) no-repeat 11px center;
  /* LTR */ }

div.tree-child-horizontal {
  background: url(../../misc/tree.png) no-repeat -11px center; }

.error {
  color: #e55; }

div.error {
  border: 1px solid #d77; }

div.error, tr.error {
  background: #fcc;
  color: #200;
  padding: 2px; }

.warning {
  color: #e09010; }

div.warning {
  border: 1px solid #f0c020; }

div.warning, tr.warning {
  background: #ffd;
  color: #220;
  padding: 2px; }

.ok {
  color: #008000; }

div.ok {
  border: 1px solid #00aa00; }

div.ok, tr.ok {
  background: #dfd;
  color: #020;
  padding: 2px; }

.item-list .icon {
  color: #555;
  float: right;
  /* LTR */
  padding-left: 0.25em;
  /* LTR */
  clear: right;
  /* LTR */ }

.item-list .title {
  font-weight: bold; }

.item-list ul {
  margin: 0 0 0.75em 0;
  padding: 0; }

.item-list ul li {
  margin: 0 0 0.25em 1.5em;
  /* LTR */
  padding: 0;
  list-style: disc; }

ol.task-list li.active {
  font-weight: bold; }

.form-item {
  margin-top: 1em;
  margin-bottom: 1em; }

tr.odd .form-item, tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap; }

tr.merge-down, tr.merge-down td, tr.merge-down th {
  border-bottom-width: 0 !important; }

tr.merge-up, tr.merge-up td, tr.merge-up th {
  border-top-width: 0 !important; }

.form-item input.error, .form-item textarea.error, .form-item select.error {
  border: 2px solid red; }

.form-item .description {
  font-size: 0.85em; }

.form-item label {
  display: block;
  font-weight: bold; }

.form-item label.option {
  display: inline;
  font-weight: normal; }

.form-checkboxes, .form-radios {
  margin: 1em 0; }

.form-checkboxes .form-item, .form-radios .form-item {
  margin-top: 0.4em;
  margin-bottom: 0.4em; }

.marker, .form-required {
  color: #f00; }

.more-link {
  text-align: right;
  /* LTR */ }

.more-help-link {
  font-size: 0.85em;
  text-align: right;
  /* LTR */ }

.nowrap {
  white-space: nowrap; }

.item-list .pager {
  clear: both;
  text-align: center; }

.item-list .pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: 0.5em; }

.pager-current {
  font-weight: bold; }

.tips {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.9em; }

dl.multiselect dd.b, dl.multiselect dd.b .form-item, dl.multiselect dd.b select {
  font-family: inherit;
  font-size: inherit;
  width: 14em; }

dl.multiselect dd.a, dl.multiselect dd.a .form-item {
  width: 10em; }

dl.multiselect dt, dl.multiselect dd {
  float: left;
  /* LTR */
  line-height: 1.75em;
  padding: 0;
  margin: 0 1em 0 0;
  /* LTR */ }

dl.multiselect .form-item {
  height: 1.75em;
  margin: 0; }

/*
** Inline items (need to override above)
*/
.container-inline div, .container-inline label {
  display: inline; }

/*
** Tab navigation
*/
ul.primary {
  border-collapse: collapse;
  padding: 0 0 0 1em;
  /* LTR */
  white-space: nowrap;
  list-style: none;
  margin: 5px;
  height: auto;
  line-height: normal;
  border-bottom: 1px solid #bbb; }

ul.primary li {
  display: inline; }

ul.primary li a {
  background-color: #ddd;
  border-color: #bbb;
  border-width: 1px;
  border-style: solid solid none solid;
  height: auto;
  margin-right: 0.5em;
  /* LTR */
  padding: 0.5em 1em;
  text-decoration: none; }

ul.primary li.active a {
  background-color: #fff;
  border: 1px solid #bbb;
  border-bottom: #fff 1px solid; }

ul.primary li a:hover {
  background-color: #eee;
  border-color: #ccc;
  border-bottom-color: #eee; }

ul.secondary {
  border-bottom: 1px solid #bbb;
  padding: 0.5em 1em;
  margin: 5px; }

ul.secondary li {
  display: inline;
  padding: 0 1em;
  border-right: 1px solid #ccc;
  /* LTR */ }

ul.secondary a {
  padding: 0;
  text-decoration: none; }

ul.secondary a.active {
  border-bottom: 4px solid #999; }

/*
** Autocomplete styles
*/
/* Suggestion list */
#autocomplete {
  position: absolute;
  border: 1px solid;
  overflow: hidden;
  z-index: 100; }

#autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none; }

#autocomplete li {
  background: #fff;
  color: #000;
  white-space: pre;
  cursor: default; }

#autocomplete li.selected {
  background: #0072b9;
  color: #fff; }

/* Animated throbber */
html.js input.form-autocomplete {
  background-image: url(../../misc/throbber.gif);
  background-repeat: no-repeat;
  background-position: 100% 2px;
  /* LTR */ }

html.js input.throbbing {
  background-position: 100% -18px;
  /* LTR */ }

/*
** Collapsing fieldsets
*/
html.js fieldset.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  margin-bottom: 0;
  height: 1em; }

html.js fieldset.collapsed * {
  display: none; }

html.js fieldset.collapsed legend {
  display: block; }

html.js fieldset.collapsible legend a {
  padding-left: 15px;
  /* LTR */
  background: url(../../misc/menu-expanded.png) 5px 75% no-repeat;
  /* LTR */ }

html.js fieldset.collapsed legend a {
  background-image: url(../../misc/menu-collapsed.png);
  /* LTR */
  background-position: 5px 50%;
  /* LTR */ }

/* Note: IE-only fix due to '* html' (breaks Konqueror otherwise). */
* html.js fieldset.collapsed legend,
* html.js fieldset.collapsed legend *,
* html.js fieldset.collapsed table * {
  display: inline; }

/* For Safari 2 to prevent collapsible fieldsets containing tables from dissapearing due to tableheader.js. */
html.js fieldset.collapsible {
  position: relative; }

html.js fieldset.collapsible legend a {
  display: block; }

/* Avoid jumping around due to margins collapsing into collapsible fieldset border */
html.js fieldset.collapsible .fieldset-wrapper {
  overflow: auto; }

/*
** Resizable text areas
*/
.resizable-textarea {
  width: 95%; }

.resizable-textarea .grippie {
  height: 9px;
  overflow: hidden;
  background: #eee url(../../misc/grippie.png) no-repeat center 2px;
  border: 1px solid #ddd;
  border-top-width: 0;
  cursor: s-resize; }

html.js .resizable-textarea textarea {
  margin-bottom: 0;
  width: 100%;
  display: block; }

/*
** Table drag and drop.
*/
.draggable a.tabledrag-handle {
  cursor: move;
  float: left;
  /* LTR */
  height: 1.7em;
  margin: -0.4em 0 -0.4em -0.5em;
  /* LTR */
  padding: 0.42em 1.5em 0.42em 0.5em;
  /* LTR */
  text-decoration: none; }

a.tabledrag-handle:hover {
  text-decoration: none; }

a.tabledrag-handle .handle {
  margin-top: 4px;
  height: 13px;
  width: 13px;
  background: url(../images/draggable.png) no-repeat 0 0; }

a.tabledrag-handle-hover .handle {
  background-position: 0 -20px; }

/*
** Teaser splitter
*/
.joined + .grippie {
  height: 5px;
  background-position: center 1px;
  margin-bottom: -2px; }

/* Keeps inner content contained in Opera 9. */
.teaser-checkbox {
  padding-top: 1px; }

div.teaser-button-wrapper {
  float: right;
  /* LTR */
  padding-right: 5%;
  /* LTR */
  margin: 0; }

.teaser-checkbox div.form-item {
  float: right;
  /* LTR */
  margin: 0 5% 0 0;
  /* LTR */
  padding: 0; }

textarea.teaser {
  display: none; }

html.js .no-js {
  display: none; }

/*
** Progressbar styles
*/
.progress {
  font-weight: bold; }

.progress .bar {
  background: #fff url(../../misc/progress.gif);
  border: 1px solid #00375a;
  height: 1.5em;
  margin: 0 0.2em; }

.progress .filled {
  background: #0072b9;
  height: 1em;
  border-bottom: 0.5em solid #004a73;
  width: 0%; }

.progress .percentage {
  float: right;
  /* LTR */ }

.progress-disabled {
  float: left;
  /* LTR */ }

.ahah-progress {
  float: left;
  /* LTR */ }

.ahah-progress .throbber {
  width: 15px;
  height: 15px;
  margin: 2px;
  background: transparent url(../../misc/throbber.gif) no-repeat 0px -18px;
  float: left;
  /* LTR */ }

tr .ahah-progress .throbber {
  margin: 0 2px; }

.ahah-progress-bar {
  width: 16em; }

/*
** Formatting for welcome page
*/
#first-time strong {
  display: block;
  padding: 1.5em 0 .5em; }

/*
** To be used with tableselect.js
*/
tr.selected td {
  background: #ffc; }

/*
** Floating header for tableheader.js
*/
table.sticky-header {
  margin-top: 0;
  background: #fff; }

/*
** Installation clean URLs
*/
#clean-url.install {
  display: none; }

/*
** For anything you want to hide on page load when JS is enabled, so
** that you can use the JS to control visibility and avoid flicker.
*/
html.js .js-hide {
  display: none; }

/*
** Styles for the system modules page (admin/build/modules)
*/
#system-modules div.incompatible {
  font-weight: bold; }

/*
** Styles for the system themes page (admin/build/themes)
*/
#system-themes-form div.incompatible {
  font-weight: bold; }

/*
** Password strength indicator
*/
span.password-strength {
  visibility: hidden; }

input.password-field {
  margin-right: 10px;
  /* LTR */ }

div.password-description {
  padding: 0 2px;
  margin: 4px 0 0 0;
  font-size: 0.85em;
  max-width: 500px; }

div.password-description ul {
  margin-bottom: 0; }

.password-parent {
  margin: 0 0 0 0; }

/*
** Password confirmation checker
*/
input.password-confirm {
  margin-right: 10px;
  /* LTR */ }

.confirm-parent {
  margin: 5px 0 0 0; }

span.password-confirm {
  visibility: hidden; }

span.password-confirm span {
  font-weight: normal; }

body {
  font: 18px/1.6 "Kievit", Georgia, Arial;
  color: #182b49; }

p {
  margin-top: 0; }

h1, h2, h3, h4, #sliding-popup .popup-content #popup-text h2, h5 {
  font-family: "Kievit Slab";
  font-weight: 200;
  margin: 0;
  hyphens: auto;
  word-wrap: break-word; }

.views-field-title {
  word-wrap: break-word; }

h1 {
  font-family: "Kievit Slab";
  font-weight: 200;
  margin: 0;
  hyphens: auto;
  font-size: 42px;
  line-height: 62px; }

h2 {
  font-family: "Kievit Slab";
  font-weight: 200;
  margin: 0;
  hyphens: auto;
  font-size: 36px;
  line-height: 55px; }

h3 {
  font-family: "Kievit Slab";
  font-weight: 200;
  margin: 0;
  hyphens: auto;
  font-size: 30px;
  line-height: 48px; }

h4, #sliding-popup .popup-content #popup-text h2 {
  font-family: "Kievit Slab";
  font-weight: 200;
  margin: 0;
  hyphens: auto;
  font-size: 24px;
  line-height: 40px; }

h5 {
  font-family: "Kievit Slab";
  font-weight: 200;
  margin: 0;
  hyphens: auto;
  font-size: 20px;
  line-height: 40px; }

h6 {
  font-family: "Kievit Slab";
  font-weight: 200;
  margin: 0;
  hyphens: auto;
  font-size: 15px;
  line-height: 28px; }

bold, b, strong, .field .field-label, .field .field-label-inline, .field .field-label-inline-first {
  font-family: "Kievit Bold";
  font-weight: normal; }

a {
  color: #00b588;
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: underline;
    color: #00cf9b; }
  a:visited {
    color: #367f6d;
    text-decoration: none; }

#main .region-sidebar-first a {
  text-decoration: none; }

body.page p {
  max-width: 40em; }

hr {
  border-top: 1px solid #8D97A7;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  height: 1px;
  max-width: 40em;
  margin-left: 0; }

.group-links > div + div {
  margin-top: 20px; }

.fieldgroup > div:last-child {
  margin-bottom: 0; }

@font-face {
  font-family: 'Kievit';
  src: url("../font/kievitot-regular-webfont.eot");
  src: url("../font/kievitot-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../font/kievitot-regular-webfont.woff") format("woff"), url("../font/kievitot-regular-webfont.ttf") format("truetype"), url("../font/kievitot-regular-webfont.svg#kievitot-regularregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Kievit Bold';
  src: url("../font/kievitot-bold-webfont.eot");
  src: url("../font/kievitot-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../font/kievitot-bold-webfont.woff") format("woff"), url("../font/kievitot-bold-webfont.ttf") format("truetype"), url("../font/kievitot-bold-webfont.svg#kievit_otbold") format("svg");
  font-weight: strong;
  font-style: strong; }
@font-face {
  font-family: 'Kievit Italic';
  src: url("../font/kievitscoffc-ita-webfont.eot");
  src: url("../font/kievitscoffc-ita-webfont.eot?#iefix") format("embedded-opentype"), url("../font/kievitscoffc-ita-webfont.woff") format("woff"), url("../font/kievitscoffc-ita-webfont.ttf") format("truetype"), url("../font/kievitscoffc-ita-webfont.svg#kievit_sc_offcitalic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Kievit Bold Italic';
  src: url("../font/kievitot-bolditalic-webfont.eot");
  src: url("../font/kievitot-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../font/kievitot-bolditalic-webfont.woff") format("woff"), url("../font/kievitot-bolditalic-webfont.ttf") format("truetype"), url("../font/kievitot-bolditalic-webfont.svg#kievit_otbold_italic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Kievit Slab';
  src: url("../font/KievitSlabWeb.eot?") format("eot"), url("../font/KievitSlabWeb.woff") format("woff"), url("../font/KievitSlabWeb.ttf") format("truetype"); }
@font-face {
  font-family: 'Kievit Slab Small Caps';
  src: url("../font/KievitSlabScWeb.eot?") format("eot"), url("../font/KievitSlabScWeb.woff") format("woff"), url("../font/KievitSlabScWeb.ttf") format("truetype"); }
form {
  margin-bottom: 20px; }

select {
  border: 1px solid #182b49;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 6px 28px 4px 12px;
  border-radius: 0;
  background: #FFF url(../images/arrow-down.png) right 50% no-repeat;
  max-width: 100%;
  min-height: 40px; }
  select:disabled {
    opacity: 0.5; }

input[type="search"], input[type="reset"], input[type="submit"], button, #sliding-popup .popup-content #popup-buttons button {
  font-size: 18px;
  line-height: 1.6;
  background: #182b49;
  color: #FFF;
  padding: 3px 7px;
  min-width: 150px;
  border: 0;
  margin-top: 20px;
  height: 40px;
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0.1, 0.4, 1.1);
  -moz-transition: all 0.3s cubic-bezier(0.7, 0.1, 0.4, 1.1);
  -ms-transition: all 0.3s cubic-bezier(0.7, 0.1, 0.4, 1.1);
  -o-transition: all 0.3s cubic-bezier(0.7, 0.1, 0.4, 1.1);
  -o-transition: all 0.3s cubic-bezier(0.7, 0.1, 0.4, 1.1); }
  input[type="search"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, button:hover, #sliding-popup .popup-content #popup-buttons button:hover {
    background: #00b588;
    -webkit-transition: all 0.5s cubic-bezier(0.7, 0.1, 0.4, 1.1);
    -moz-transition: all 0.5s cubic-bezier(0.7, 0.1, 0.4, 1.1);
    -ms-transition: all 0.5s cubic-bezier(0.7, 0.1, 0.4, 1.1);
    -o-transition: all 0.5s cubic-bezier(0.7, 0.1, 0.4, 1.1);
    -o-transition: all 0.5s cubic-bezier(0.7, 0.1, 0.4, 1.1); }
  input[type="search"]:active, input[type="reset"]:active, input[type="submit"]:active, button:active, #sliding-popup .popup-content #popup-buttons button:active {
    position: relative;
    top: 2px;
    background: #00cf9b;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0.1, 0.4, 1.1);
    -moz-transition: all 0.3s cubic-bezier(0.7, 0.1, 0.4, 1.1);
    -ms-transition: all 0.3s cubic-bezier(0.7, 0.1, 0.4, 1.1);
    -o-transition: all 0.3s cubic-bezier(0.7, 0.1, 0.4, 1.1);
    -o-transition: all 0.3s cubic-bezier(0.7, 0.1, 0.4, 1.1); }
  input[type="search"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:focus, #sliding-popup .popup-content #popup-buttons button:focus {
    outline: none;
    border: 1px solid #b4a76c;
    box-shadow: 0 0 5px rgba(109, 111, 100, 0.7); }

input[type="text"], input, textarea {
  color: #182b49;
  border: 1px solid #182b49;
  padding: 7px 10px 9px;
  font-size: 18px;
  margin-bottom: 10px; }

@-moz-document url-prefix() {
  select {
    padding: 4px 28px 4px 12px; }

  input[type="text"], input, textarea {
    padding: 9px 10px 10px; } }
input[type="text"], input[type="email"], input[type="password"], textarea {
  min-width: 100%; }

input[type="radio"] {
  margin-right: 7px; }

input[type="reset"] {
  display: none; }

label, .field-label-inline-first, .form-item label,
fieldset legend {
  font-family: "Kievit Bold";
  font-weight: normal; }

.form-item div label {
    font-family: "Kievit";
  font-weight: normal;
}

fieldset, .webform-client-form {
  margin: 10px 0 20px;
  border: 1px solid #c0c0c0;
  padding: 10px 15px; }

legend {
  padding: 0 10px; }

.form-text, .form-submit {
  line-height: 1.6;
  font-size: 18px;
  padding: 3px 7px;
  height: 40px; }

.form-submit {
  border: 1px solid #182b49; }

html {
  box-sizing: border-box; }

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

body {
  background: #029CA3; }

iframe {
  max-width: 100%; }

.section-inhoud {
  background: url(../images/background.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

#main-wrapper {
  max-width: 1300px;
  margin: 0 auto; }

#site-name, .meta {
  display: none; }

#header {
  max-width: 1300px;
  margin: 0 auto;
  background: #F3F3F3;
  position: relative; }
  @media only screen and (min-width: 55em) {
    #header {
      height: 240px; } }
  @media only screen and (min-width: 60em) {
    #header {
      height: 230px; } }
  @media only screen and (min-width: 70em) {
    #header {
      height: auto; }
      .node-type-sitesection-home #header, .node-type-sitesection-nodelist #header {
        margin-bottom: 25px; } }
  #header #admin-menu {
    margin-top: 30px; }
  #header .section {
    position: relative; }
  @media only screen and (min-width: 40em) {
    .page-sectie-nedterm #header {
      height: 120px; } }

#block-block-12,
#block-block-2 {
  position: absolute;
  top: 90px;
  left: 20px;
  right: 0;
  padding-right: 20px; }
  @media only screen and (min-width: 40em) {
    #block-block-12,
    #block-block-2 {
      right: 0;
      left: auto;
      top: 43px;
      width: 35%; } }
  @media only screen and (min-width: 55em) {
    #block-block-12,
    #block-block-2 {
      width: 25%; } }
  #block-block-12 .form-submit,
  #block-block-2 .form-submit {
    position: absolute;
    top: 0;
    right: 20px;
    margin-top: 0;
    min-width: 42px;
    background-image: url("../images/search.svg");
    background-size: 33px 31px;
    background-repeat: no-repeat;
    background-position: 5px 5px;
    text-indent: -9999px; }

#name-and-slogan {
  height: 150px;
  background: #FFF; }
  @media only screen and (min-width: 40em) {
    #name-and-slogan {
      height: 100px; } }

#logo {
  padding: 45px 20px 20px 20px; }
  #logo img {
    height: 30px; }

#site-name a {
  padding: 20px;
  font-family: "Kievit";
  display: block; }

#page-wrapper {
  overflow: hidden; }

@media only screen and (min-width: 70em) {
  #block-menu-menu-top,
  #block-menu-menu-header-menu {
    display: block;
    position: absolute;
    top: 35px;
    right: 25%;
    padding-right: 20px;
    font-size: 15px;
    font-size: 0.9375rem; } }
#block-menu-menu-top .menu,
#block-menu-menu-header-menu .menu {
  padding-left: 20px;
  font-size: 15px; }
  @media only screen and (min-width: 55em) {
    #block-menu-menu-top .menu,
    #block-menu-menu-header-menu .menu {
      font-size: 16px; } }
#block-menu-menu-top li,
#block-menu-menu-header-menu li {
  display: inline-block;
  margin-right: 10px; }
  #block-menu-menu-top li a,
  #block-menu-menu-header-menu li a {
    text-transform: capitalize; }
  #block-menu-menu-top li a:before,
  #block-menu-menu-header-menu li a:before {
    display: none; }
#block-menu-menu-top .title,
#block-menu-menu-header-menu .title {
  display: none; }

.breadcrumb {
  font-size: 14px;
  font-size: 0.875rem;
  color: #8D97A7;
  margin-top: 20px; }

#main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-direction: column;
  -webkit-box-direction: column;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flexbox-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #F1F2F3;
  background-size: 100%; }
  @media only screen and (min-width: 30em) {
    #main {
      padding-left: 0;
      padding-right: 0; } }
  @media only screen and (min-width: 55em) {
    #main {
      -moz-box-direction: row;
      -webkit-box-direction: row;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flexbox-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }

#content {
  margin-left: 0;
  padding: 0 20px 0 20px;
  box-sizing: border-box; }
  @media only screen and (min-width: 55em) {
    #content {
      -webkit-box-flex: 0 2 auto;
      -moz-box-flex: 0 2 auto;
      -webkit-flex: 0 2 auto;
      -ms-flex: 0 2 auto;
      flex: 0 2 auto;
      order: 2;
      float: left;
      width: 75%;
      margin-top: 20px; } }

.region-sidebar-first {
  padding-right: 20px;
  padding-left: 20px; }
  @media only screen and (min-width: 55em) {
    .region-sidebar-first {
      width: 45%; } }
  @media only screen and (min-width: 60em) {
    .region-sidebar-first {
      width: 25%; } }
  .region-sidebar-first .menu {
    padding-left: 0;
    margin-top: 0; }

.region-sidebar-second {
  padding-right: 20px;
  padding-left: 20px;
  margin-top: 0;
  float: left; }
  @media only screen and (min-width: 60em) {
    .region-sidebar-second {
      width: 25%;
      padding-left: 0; } }
  @media only screen and (min-width: 55em) {
    .region-sidebar-second {
      order: 3;
      width: 25%;
      margin-top: 8px; } }

.region-sidebar-second ul, #block-menu-menu-footer-sectionlinks ul {
  padding-left: 0;
  list-style: none; }

@media only screen and (min-width: 55em) {
  .node-type-sitesection-nodelist .region-sidebar-second, .node-type-sitesection-home .region-sidebar-second {
    padding-left: 0;
    margin-top: 100px; } }
@media only screen and (min-width: 55em) {
  .no-sidebars #content {
    padding-left: 25%; } }
.sidebar {
  font-size: 16px; }
  @media only screen and (min-width: 55em) {
    .sidebar {
      padding-top: 20px;
      float: left; } }
  .sidebar h2 {
    font-family: "Kievit Slab";
    font-weight: 200;
    margin: 0;
    hyphens: auto;
    font-size: 24px;
    line-height: 40px;
    border-top: 1px dashed #00b588;
    border-bottom: 1px dashed #00b588;
    padding: 6px 0 4px;
    margin-top: 20px;
    margin-bottom: 5px;
    color: #00b588; }
  .sidebar .block {
    margin-bottom: 30px;
    margin-top: -8px; }
  .sidebar .menu li {
    border-bottom: 1px dotted #00b588;
    margin: 0;
    list-style: none; }
    .sidebar .menu li a {
      padding-left: 12px; }
    .sidebar .menu li.active-trail > a {
      color: #00cf9b;
      text-decoration: underline; }
    .sidebar .menu li.expanded {
      padding-bottom: 0; }
      .sidebar .menu li.expanded ul {
        border-top: 1px dotted #00b588; }
    .sidebar .menu li.collapsed a, .sidebar .menu li.expanded a {
      position: relative;
      padding-left: 15px;
      display: inline-block; }
      .sidebar .menu li.collapsed a:before, .sidebar .menu li.expanded a:before {
        content: ">";
        position: absolute;
        left: 0;
        margin-top: -1px;
        color: #00b588; }
      .sidebar .menu li.collapsed a:before, .sidebar .menu li.expanded a:before {
        padding-right: 8px; }
    .sidebar .menu li.expanded > a:before {
      -webkit-transform: rotate(90deg);
      /* Ch, Saf  */
      -moz-transform: rotate(90deg);
      /* Fx <16 */
      -ms-transform: rotate(90deg);
      /* IE 9 */
      -o-transform: rotate(90deg);
      /* Op <12.1 */
      transform: rotate(90deg);
      /* IE 10, Fx 16+, Op 12.1+ */
      display: inline-block;
      top: 11px;
      left: -3px; }
    .sidebar .menu li li {
      margin-left: 13px; }
      .sidebar .menu li li:last-child {
        border: 0; }
  .sidebar .menu a {
    color: #182b49;
    display: block;
    padding: 7px 0; }
    .sidebar .menu a:hover, .sidebar .menu a:focus {
      color: #00cf9b; }
  .sidebar .item-list li {
    margin: 0;
    list-style: none; }
  .sidebar #block-views-taaluniepublicaties-block_1 li {
    padding-left: 15px;
    position: relative; }
    .sidebar #block-views-taaluniepublicaties-block_1 li:before {
      content: ">";
      margin-right: 8px;
      display: inline-block;
      text-decoration: none;
      position: absolute;
      left: 0;
      color: #00b588; }
  .sidebar .block-cck_blocks {
    margin-top: 0; }

#block-menu-primary-links,
#block-menu-menu-primary-links-nedterm,
#block-menu_block-1 {
  position: relative;
  background: #00b0ca; }
  @media only screen and (max-width: 55em) {
    #block-menu-primary-links,
    #block-menu-menu-primary-links-nedterm,
    #block-menu_block-1 {
      margin-bottom: 20px; } }
  #block-menu-primary-links h2,
  #block-menu-menu-primary-links-nedterm h2,
  #block-menu_block-1 h2 {
    display: none; }
  #block-menu-primary-links .content,
  #block-menu-menu-primary-links-nedterm .content,
  #block-menu_block-1 .content {
    background: #182b49;
    padding-top: 10px; }
  #block-menu-primary-links .menu,
  #block-menu-menu-primary-links-nedterm .menu,
  #block-menu_block-1 .menu {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 10px; }
  #block-menu-primary-links .home a, #block-menu-primary-links .menu-mlid-8526 a,
  #block-menu-menu-primary-links-nedterm .home a,
  #block-menu-menu-primary-links-nedterm .menu-mlid-8526 a,
  #block-menu_block-1 .home a,
  #block-menu_block-1 .menu-mlid-8526 a {
    margin-top: 0;
    margin-left: 10px;
    padding-left: 32px;
    background-image: url(../images/home.svg);
    background-position: 10px 9px;
    background-repeat: no-repeat; }
/*  #block-menu-primary-links .leaf,*/
  #block-menu-menu-primary-links-nedterm .leaf,
  #block-menu_block-1 .leaf {
    margin-top: 10px; }
    #block-menu-primary-links .leaf a,
    #block-menu-menu-primary-links-nedterm .leaf a,
    #block-menu_block-1 .leaf a {
      display: block; }
  #block-menu-primary-links li,
  #block-menu-menu-primary-links-nedterm li,
  #block-menu_block-1 li {
    display: inline-block;
    vertical-align: top; }
    #block-menu-primary-links li:before,
    #block-menu-menu-primary-links-nedterm li:before,
    #block-menu_block-1 li:before {
      display: none; }
    #block-menu-primary-links li ul,
    #block-menu-menu-primary-links-nedterm li ul,
    #block-menu_block-1 li ul {
      padding-left: 0; }
    #block-menu-primary-links li .menu,
    #block-menu-menu-primary-links-nedterm li .menu,
    #block-menu_block-1 li .menu {
      background: #00b0ca; }
      @media only screen and (max-width: 55em) {
        #block-menu-primary-links li .menu,
        #block-menu-menu-primary-links-nedterm li .menu,
        #block-menu_block-1 li .menu {
          padding-left: 0;
          margin-bottom: 10px; } }
      @media only screen and (min-width: 55em) {
        #block-menu-primary-links li .menu,
        #block-menu-menu-primary-links-nedterm li .menu,
        #block-menu_block-1 li .menu {
          position: absolute;
          left: 0;
          right: 0;
          width: 100%;
          height: 50px; } }
      #block-menu-primary-links li .menu a,
      #block-menu-menu-primary-links-nedterm li .menu a,
      #block-menu_block-1 li .menu a {
        font-family: "Kievit"; }
    #block-menu-primary-links li .active-trail a,
    #block-menu-menu-primary-links-nedterm li .active-trail a,
    #block-menu_block-1 li .active-trail a {
      background: #FFF;
      color: #182b49;
      position: relative;
      margin-right: 20px;
      padding-bottom: 2px; }
      #block-menu-primary-links li .active-trail a:after,
      #block-menu-menu-primary-links-nedterm li .active-trail a:after,
      #block-menu_block-1 li .active-trail a:after {
        content: "";
        background: url(../images/triangle.svg) no-repeat;
        height: 40px;
        width: 12px;
        position: absolute;
        top: 0;
        right: -12px; }
  #block-menu-primary-links a,
  #block-menu-menu-primary-links-nedterm a,
  #block-menu_block-1 a {

/*
    font-size: 18px;
    font-size: 1.125rem;
*/

font-size: 0.90em;



    color: #FFF;
    padding: 4px 10px 10px;
    display: inline-block;
    font-family: "Kievit Slab"; }


@media only screen and (min-width: 70em) {


#block-menu-primary-links ul.menu li a {

max-width: 14em;
min-height: 4em;

}

#block-menu-primary-links ul.menu li ul.menu {
height: auto; 
}

#block-menu-primary-links ul.menu li li a {

min-height: 0;

}

}



  #block-menu-primary-links .active-trail a,
  #block-menu-menu-primary-links-nedterm .active-trail a,
  #block-menu_block-1 .active-trail a {
    background: #00b0ca; }
  #block-menu-primary-links .active-trail li a,
  #block-menu-menu-primary-links-nedterm .active-trail li a,
  #block-menu_block-1 .active-trail li a {
    padding-bottom: 2px; }

#page {
  margin: 0 auto; }

#footer {
  background: #182b49;
  color: #FFF;
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
  font-size: 15px;
  font-size: 0.9375rem;
  padding-bottom: 20px; }
  @media only screen and (min-width: 60em) {
    #footer {
      padding-bottom: 60px; } }
  #footer a {
    color: inherit; }
    #footer a:hover {
      text-decoration: underline; }
    #footer a:before {
      color: inherit; }
  #footer .title {
    display: none; }
  #footer .expanded {
    padding: 0 10px;
    margin-bottom: 20px; }
    #footer .expanded > a:before {
      display: none; }
    @media only screen and (min-width: 30em) {
      #footer .expanded {
        min-height: 220px; }
        #footer .expanded:nth-of-type(2n+2) {
          border: 0; } }
    @media only screen and (min-width: 40em) {
      #footer .expanded {
        border-right: 1px dotted #FFF;
        float: left;
        width: 50%; }
        #footer .expanded:nth-of-type(2n+1) {
          border-right: 1px dotted #FFF; } }
    @media only screen and (min-width: 60em) {
      #footer .expanded {
        float: left;
        width: 20%; }
        #footer .expanded:nth-of-type(1n+1) {
          border-right: 1px dotted #FFF; }
        #footer .expanded:nth-of-type(5n+5) {
          border: 0; } }
    #footer .expanded:last-child {
      border: 0 !important; }
    #footer .expanded > a {
      display: block;
      border-top: 1px dotted #FFF;
      border-bottom: 1px dotted #FFF;
      padding: 5px 0;
      font-family: "Kievit Slab";
      font-weight: 200;
      margin: 0;
      hyphens: auto;
      font-size: 20px;
      line-height: 40px;
      margin-bottom: 10px;
      line-height: 26px; }

#block-block-13, #block-block-9 {
  padding: 10px 20px 0; }
  #block-block-13 a, #block-block-9 a {
    color: #00b0ca; }
  @media only screen and (min-width: 60em) {
    #block-block-13, #block-block-9 {
      position: absolute;
      bottom: 10px;
      left: 0; } }

#block-block-15 {
  position: absolute;
  bottom: 10px;
  right: 20px; }

#block-menu-menu-footer-sectionlinks {
  width: 100%;
  padding: 20px 10px; }
  #block-menu-menu-footer-sectionlinks:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
    clear: both; }
  #block-menu-menu-footer-sectionlinks:before {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  #block-menu-menu-footer-sectionlinks .leaf a {
    padding-left: 12px;
    position: relative; }
    #block-menu-menu-footer-sectionlinks .leaf a:before {
      content: ">";
      position: absolute;
      left: 0;
      margin-top: -1px; }

#footer ul {
  padding-right: 0;
  list-style: none; }

#block-menu-menu-linksvarious, #block-menu-menu-footer-sectionlinks {
  background: #00b0ca; }

#block-menu-menu-linksvarious {
  display: none; }

#block-block-14, #block-block-13, #block-menu-menu-bottom {
  background: #182b49; }

#block-block-14, #block-block-10 {
  clear: both;
  width: 100%;
  padding: 20px 10px; }
  #block-block-14:after, #block-block-10:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
    clear: both; }
  #block-block-14:before, #block-block-10:before {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }

.footer-menu {
  float: left;
  width: 100%;
  padding: 0 10px; }
  @media only screen and (min-width: 30em) {
    .footer-menu {
      width: 49.9%; } }
  @media only screen and (min-width: 40em) {
    .footer-menu {
      width: 33%; } }
  @media only screen and (min-width: 60em) {
    .footer-menu {
      width: 20%; } }
  .footer-menu li {
    display: block;
    width: 100%; }
  .footer-menu .logo {
    margin-bottom: 15px; }

@media only screen and (max-width: 40em) {
  .block-taalunie {
    width: 100%; } }
.block-taalunie p {
  clear: both;
  line-height: 130%;
  font-size: 90%; }

#block-menu-menu-bottom-menu-nedterm {
  display: none; }

#content .node-type-sitesection-nodelist .view-section-minisites:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both; }
#content .node-type-sitesection-nodelist .view-section-minisites:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
#content .node-type-sitesection-nodelist .view-section-minisites ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-wrap: wrap;
  -webkit-box-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flexbox-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-align-content: flex-start;
  align-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
#content .node-type-sitesection-nodelist .view-section-minisites .views-row {
  background: #FFF;
  padding: 20px 0 60px 20px;
  margin: 10px; }
  @media only screen and (min-width: 55em) {
    #content .node-type-sitesection-nodelist .view-section-minisites .views-row {
      float: left;
      list-style: none;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -moz-box-wrap: wrap;
      -webkit-box-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -ms-flexbox-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align-content: flex-start;
      -webkit-align-content: flex-start;
      -ms-flex-align-content: flex-start;
      align-content: flex-start;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -moz-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-box-flex: 0 1 auto;
      -moz-box-flex: 0 1 auto;
      -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto;
      width: calc(33.333% - 20px); }
      #content .node-type-sitesection-nodelist .view-section-minisites .views-row > div {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -moz-box-wrap: wrap;
        -webkit-box-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flexbox-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align-content: flex-start;
        -webkit-align-content: flex-start;
        -ms-flex-align-content: flex-start;
        align-content: flex-start;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -moz-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-flex: 1 1 auto;
        -moz-box-flex: 1 1 auto;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto; } }
#content .node-type-sitesection-nodelist .view-section-minisites .views-field-title {
  font-family: "Kievit Slab";
  font-weight: 200;
  margin: 0;
  hyphens: auto;
  font-size: 24px;
  line-height: 40px;
  border: none;
  padding: 4px 20px 0;
  margin: -20px 0 10px -20px;
  width: calc(100% + 41px) !important;
  background: #182b49;
  color: #FFF;
  display: block; }
  #content .node-type-sitesection-nodelist .view-section-minisites .views-field-title a {
    color: inherit; }
#content .node-type-sitesection-nodelist .view-section-minisites .views-field-teaser {
  margin-right: 20px; }
#content .node-type-sitesection-nodelist .view-section-minisites .hilight .views-row {
  float: left;
  width: calc(100% - 20px);
  padding: 20px;
  background: #693a77;
  color: #FFF;
  position: relative; }
  #content .node-type-sitesection-nodelist .view-section-minisites .hilight .views-row .views-field-field-image-main-fid {
    position: absolute;
    top: 20px;
    right: 20px; }
  #content .node-type-sitesection-nodelist .view-section-minisites .hilight .views-row .views-field-teaser {
    margin-right: 270px; }
  #content .node-type-sitesection-nodelist .view-section-minisites .hilight .views-row .views-field-title {
    background: transparent;
    padding-top: 15px;
    margin-bottom: 0; }
  #content .node-type-sitesection-nodelist .view-section-minisites .hilight .views-row .views-field-view-node .field-content {
    position: static;
    background: transparent;
    width: auto; }
    #content .node-type-sitesection-nodelist .view-section-minisites .hilight .views-row .views-field-view-node .field-content:after {
      display: none; }
    #content .node-type-sitesection-nodelist .view-section-minisites .hilight .views-row .views-field-view-node .field-content a {
      opacity: 1;
      display: inline !important;
      position: static; }
#content .node-type-sitesection-nodelist .hilight .views-field-title {
  color: #00b588; }

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

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

table {
  margin-bottom: 20px; }
  @media only screen and (min-width: 55em) {
    table {
      min-width: 30em; } }

th {
  font-family: "Kievit Bold";
  font-weight: normal; }

td {
  padding: 0 5px;
  border: 0; }

tr:nth-child(even) {
  background: #eaeae8; }

caption {
  background: #02B587;
  color: #FFF; }

th.active img {
  display: inline; }

tr.even, tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em; }

tr.drag {
  background-color: #fffff0; }

tr.drag-previous {
  background-color: #ffd; }

td.active {
  background-color: #ddd; }

td.checkbox, th.checkbox {
  text-align: center; }

tbody th {
  background: #182b49;
  color: #FFF; }

thead th {
  text-align: left;
  /* LTR */
  padding-right: 1em;
  /* LTR */
  border-bottom: 3px solid #ccc; }

.views-field-changed {
  color: #8D97A7; }

.field-field-writer, .field-field-image-author {
  color: #798290;
  font-size: 80%;
  display: inline;
  margin-right: 10px; }
  .field-field-writer .field-items, .field-field-writer .field-item, .field-field-writer .field-label, .field-field-image-author .field-items, .field-field-image-author .field-item, .field-field-image-author .field-label {
    display: inline; }

.field-type-viewfield h2 {
  font-family: "Kievit Slab";
  font-weight: 200;
  margin: 0;
  hyphens: auto;
  font-size: 24px;
  line-height: 40px;
  border: none;
  padding: 4px 20px 0;
  margin: -20px 0 10px -20px;
  width: calc(100% + 41px) !important;
  background: #182b49;
  color: #FFF;
  display: block; }
  .field-type-viewfield h2 a {
    color: inherit; }

.tagcloud-holder .view-header {
  font-family: "Kievit Slab";
  font-weight: 200;
  margin: 0;
  hyphens: auto;
  font-size: 24px;
  line-height: 40px;
  border: none;
  padding: 4px 20px 0;
  margin: -20px 0 10px -20px;
  width: calc(100% + 41px) !important;
  background: #182b49;
  color: #FFF;
  display: block; }
  .tagcloud-holder .view-header a {
    color: inherit; }
.tagcloud-holder a {
  word-wrap: break-word; }

/* banner adds */
.sidebar .banner img {
  width:100%; 
  height:auto;
}
	

#block-cck_blocks-field_intro_image .field-type-filefield {
  width: 100%;
  margin-bottom: 0;
  line-height: 0; }
#block-cck_blocks-field_intro_image .imagecache-spotlight {
  width: 100%;
  height: auto; }

.view-empty {
  margin-left: 10px; }

.page-inhoud-erk-nederlands .spotlights ul {
  padding: 0; }
.page-inhoud-erk-nederlands .views-field-field-intro-image-fid img {
  max-width: 100%;
  height: auto; }

.view-display-id-page ul .views-row {
  list-style: none;
  margin-left: 0;
  margin-bottom: 30px; }
.view-display-id-page ul .views-field-title-1 {
  font-size: 80%;
  margin-top: 5px; }

.addthis_toolbox {
  margin-left: 20px; }

.addthis_button_facebook_like {
  margin-top: -5px; }

.addthis_toolbox a.at300b.addthis_button_google_plusone {
  width: 60px;
  display: inline-block;
  margin-top: -3px; }

.views-field-field-auteurs-value .field-item {
  display: inline; }
.views-field-field-auteurs-value .field-item + .field-item:before {
  content: ", "; }

.node-type-sitesection-home .views-field-field-intro-image-fid, .node-type-sitesection-nodelist .views-field-field-intro-image-fid {
  margin: -20px 0 10px -20px;
  width: 100%; }
  .node-type-sitesection-home .views-field-field-intro-image-fid span, .node-type-sitesection-nodelist .views-field-field-intro-image-fid span {
    width: calc(100% + 20px); }
  .node-type-sitesection-home .views-field-field-intro-image-fid img, .node-type-sitesection-nodelist .views-field-field-intro-image-fid img {
    width: calc(100% + 20px);
    height: auto; }

.views-field-field-spotlight-link-internal-nid, .views-field-field-spotlight-link-url, .attachment-before {
  display: inline-block;
  width: 100%; }

.view-section-tagcloud {
  background: #FFF;
  padding: 20px;
  margin: 10px;
  clear: both;
  display: block !important; }

.tagadelic_views {
  font-size: 80%;
  line-height: 1.4;
  text-align: center; }

.spotlights ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-wrap: wrap;
  -webkit-box-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flexbox-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-align-content: flex-start;
  align-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
.spotlights .views-row {
  background: #FFF;
  padding: 20px;
  float: left;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-wrap: wrap;
  -webkit-box-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flexbox-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-align-content: flex-start;
  align-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0 1 auto;
  -moz-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  list-style: none;
  margin: 10px; }
  .spotlights .views-row > div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-box-wrap: wrap;
    -webkit-box-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flexbox-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-align-content: flex-start;
    align-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  @media only screen and (min-width: 30em) {
    .spotlights .views-row {
      width: calc(50% - 20px); } }
  @media only screen and (min-width: 60em) {
    .spotlights .views-row {
      width: calc(33.333% - 20px); } }
  .spotlights .views-row .views-field-title {
    font-family: "Kievit Slab";
    font-weight: 200;
    margin: 0;
    hyphens: auto;
    font-size: 24px;
    line-height: 40px; }

#imageDetails {
  font-family: "Kievit";
  font-size: 16px; }

#imageData #caption {
  font-weight: normal;
  line-height: normal;
  margin-bottom: 5px;
  display: inline-block; }

#numberDisplay {
  color: #8D97A7; }

.node-type-gallery .links {
  background: #F3F3F3; }

#modalContainer {
  overflow: hidden;
  margin-top: 10px; }

.meer a:before,
.view-display-id-page .views-field-view-node a:before {
  content: ">";
  margin-right: 8px;
  display: inline-block;
  text-decoration: none; }

.imagecache-teaser img {
  max-width: calc(100% + 20px);
  width: calc(100% + 20px);
  height: auto;
  margin-left: -20px;
  margin-top: -10px; }

.imagecache:before {
  display: none; }

ul.links.inline {
  margin-left: -20px;
  padding-top: 10px;
  width: calc(100% + 40px);
  display: block; }

ul.links li {
  padding: 0 20px; }

.attention-light {
  border-top: 1px dotted #c1bb00;
  border-bottom: 1px dotted #c1bb00;
  padding: 17px 20px;
  margin-bottom: 20px; }
  .attention-light h1, .attention-light h2, .attention-light h3, .attention-light h4, .attention-light #sliding-popup .popup-content #popup-text h2, #sliding-popup .popup-content #popup-text .attention-light h2, .attention-light h5 {
    color: #69923a; }

.attention-dark {
  background: #c1bb00;
  padding: 17px 20px;
  margin-bottom: 20px; }

.attention-dark a {
 color: #fff;
}

.field-type-filefield {
  float: left;
  margin: 0 20px 20px 0; }

.field-field-image-main + fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

#content .item-list .pager {
  margin-top: 20px; }

#content .item-list .pager li {
  border: 1px solid #182b49;
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 3px; }

#content .item-list .pager li.pager-current {
  padding: 4px 13px 4px 13px; }

#content .item-list .pager li a {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  padding: 4px 13px 4px 13px;
  text-decoration: none;
  background: #FFF; }

#content .item-list .pager li:hover {
  border: 1px solid #666666;
  text-decoration: none; }

#content .item-list .pager li:hover a {
  text-decoration: none; }

#content .item-list .pager li.pager-current {
  color: #003366;
  background: #f0f0f0; }

#content .item-list .pager .pager-ellipsis {
  padding: 3px 13px 4px 13px; }

html.js fieldset.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  margin-bottom: 0;
  height: 1em; }
  html.js fieldset.collapsed * {
    display: none; }
  html.js fieldset.collapsed legend {
    display: block; }
    html.js fieldset.collapsed legend a {
      padding-left: 15px;
      display: block; }

li.leaf {
  list-style: none;
  padding: 0; }

.sliding-popup-bottom {
  background: #eaeae8 !important; }

#sliding-popup .popup-content {
  max-width: 1300px;
  margin: 0 auto;
  /* width: 75em; */ width:auto; /* width:75em has issues on mobiles */ }

#sliding-popup .popup-content #popup-text h2 {
  color: #182b49;
  margin: 0; }

#sliding-popup .popup-content #popup-text p {
  color: #182b49;
  margin: 0;
  font-weight: normal;
  font-size: inherit; }

#sliding-popup .popup-content #popup-text {
  margin: 20px 10px 10px;
  width: auto; }

#sliding-popup .popup-content #popup-buttons button {
  background: #182b49 !important;
  box-shadow: none;
  border-radius: 0;
  text-shadow: none; }

@media only screen and (min-width: 55em) {
  .node-type-node-default.one-sidebar.sidebar-second #content {
    margin-left: calc(18.75% + 20px); } }
.front .region-content-top, .front #content-area {
  display: inline-block;
  margin-left: -4px;
  padding: 0 4px 0 14px;
  vertical-align: top; }
.front .region-content-top {
  width: 100%; }
  @media only screen and (min-width: 55em) {
    .front .region-content-top {
      width: 45%; } }
.front #content-area {
  margin-left: -4px;
  width: 100%; }
  @media only screen and (min-width: 55em) {
    .front #content-area {
      width: 55%;
      margin-top: 20px; } }
.front #header {
  height: 130px; }
.front #content {
  width: 100%;
  padding: 0 10px;
  margin-top: 80px; }
  .front #content:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
    clear: both; }
  .front #content:before {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  @media only screen and (min-width: 30em) {
    .front #content {
      margin-top: 50px; } }
  @media only screen and (min-width: 40em) {
    .front #content {
      margin-top: -30px; } }
.front .jcarousel .views-field-field-image-main-fid,
.front .jcarousel .views-field-title,
.front .views-field-teaser,
.front .views-field-view-node {
  width: 100%; }
.front .jcarousel .views-field-title {
  margin-top: 20px; }
.front .views-field-view-node {
  margin-bottom: 15px; }
.front .jcarousel .views-field-title,
.front .views-field-teaser,
.front .views-field-view-node {
  padding-left: 20px;
  padding-right: 20px; }
.front .views-field-field-image-main-fid img {
  padding: 0;
  width: 100%;
  height: auto; }

.node-promoted {
  margin-top: 20px; }

#content-area .content > p:first-of-type {
  font-family: "Kievit Bold";
  font-weight: normal; }

.views-field-field-teaser-homepage-value a {
  color: #182b49; }
  .views-field-field-teaser-homepage-value a:hover {
    text-decoration: none; }

.view-sitesectie-home-links {
  margin: 10px; }

#content-area {
  padding-bottom: 20px; }

.node-type-book #content, .node-type-node-default #content, .section-tijdschrift #content {
  background: #FFF; }
@media only screen and (min-width: 55em) {
  .node-type-book .region-sidebar-second, .node-type-node-default .region-sidebar-second, .section-tijdschrift .region-sidebar-second {
    margin-left: 20px; } }

.node-type-sitesection-home h1, .node-type-sitesection-nodelist h1 {
  margin-top: 30px; }
.node-type-sitesection-home .breadcrumb, .node-type-sitesection-nodelist .breadcrumb {
  display: none; }

.node-type-sitesection-home.one-sidebar.sidebar-second #content,
.section-sectie.one-sidebar.sidebar-second #content {
  padding-left: 20px; }

.node-type-sitesection-home .field-item > .views_view .attachment-after a,
.node-type-sitesection-home #block-tu_agendatuv1-0 .attachment-after a,
.node-type-sitesection-home #block-tu_nieuwstuv1-0 .attachment-after a,
.node-type-sitesection-home #block-tu_vacaturestuv1-0 .attachment-after a,
.node-type-sitesection-home #block-views-taaluniepublicaties-block_1 .attachment-after a,
.node-type-sitesection-home #block-views-section_news-block_1 .attachment-after a,
.node-type-sitesection-home .field-item > .views_view .more-link a,
.node-type-sitesection-home #block-tu_agendatuv1-0 .more-link a,
.node-type-sitesection-home #block-tu_nieuwstuv1-0 .more-link a,
.node-type-sitesection-home #block-tu_vacaturestuv1-0 .more-link a,
.node-type-sitesection-home #block-views-taaluniepublicaties-block_1 .more-link a,
.node-type-sitesection-home #block-views-section_news-block_1 .more-link a,
.node-type-sitesection-home .field-item > .views_view .meer a,
.node-type-sitesection-home #block-tu_agendatuv1-0 .meer a,
.node-type-sitesection-home #block-tu_vacaturestuv1-0 .meer a,
.node-type-sitesection-home #block-views-taaluniepublicaties-block_1 .meer a,
.node-type-sitesection-home #block-views-section_news-block_1 .meer a,
.node-type-sitesection-home .field-field-view-section-minisites .field-field-view-section-minisites .views-field-view-node a,
.node-type-sitesection-home .view-row .views-field-view-node,
.node-type-sitesection-home .views-field-field-spotlight-link-url a,
.node-type-sitesection-home .views-field-field-spotlight-link-internal-nid a {
  position: relative;
  padding-left: 15px;
  display: inline-block; }
  .node-type-sitesection-home .field-item > .views_view .attachment-after a:before,
  .node-type-sitesection-home #block-tu_agendatuv1-0 .attachment-after a:before,
  .node-type-sitesection-home #block-tu_nieuwstuv1-0 .attachment-after a:before,
  .node-type-sitesection-home #block-tu_vacaturestuv1-0 .attachment-after a:before,
  .node-type-sitesection-home #block-views-taaluniepublicaties-block_1 .attachment-after a:before,
  .node-type-sitesection-home #block-views-section_news-block_1 .attachment-after a:before,
  .node-type-sitesection-home .field-item > .views_view .more-link a:before,
  .node-type-sitesection-home #block-tu_agendatuv1-0 .more-link a:before,
  .node-type-sitesection-home #block-tu_nieuwstuv1-0 .more-link a:before,
  .node-type-sitesection-home #block-tu_vacaturestuv1-0 .more-link a:before,
  .node-type-sitesection-home #block-views-taaluniepublicaties-block_1 .more-link a:before,
  .node-type-sitesection-home #block-views-section_news-block_1 .more-link a:before,
  .node-type-sitesection-home .field-item > .views_view .meer a:before,
  .node-type-sitesection-home #block-tu_agendatuv1-0 .meer a:before,
  .node-type-sitesection-home #block-tu_vacaturestuv1-0 .meer a:before,
  .node-type-sitesection-home #block-views-taaluniepublicaties-block_1 .meer a:before,
  .node-type-sitesection-home #block-views-section_news-block_1 .meer a:before,
  .node-type-sitesection-home .field-field-view-section-minisites .field-field-view-section-minisites .views-field-view-node a:before,
  .node-type-sitesection-home .view-row .views-field-view-node:before,
  .node-type-sitesection-home .views-field-field-spotlight-link-url a:before,
  .node-type-sitesection-home .views-field-field-spotlight-link-internal-nid a:before {
    content: ">";
    position: absolute;
    left: 0;
    margin-top: -1px;
    color: #00b588; }

#block-menu-menu-primary-links-nedterm {
  padding-bottom: 9px;
  padding-top: px;
  background: #182b49; }
  #block-menu-menu-primary-links-nedterm a {
    display: none; }
    #block-menu-menu-primary-links-nedterm a a > {
      display: block; }
  #block-menu-menu-primary-links-nedterm li .menu a {
    font-family: "Kievit Slab"; }
  #block-menu-menu-primary-links-nedterm li .menu, #block-menu-menu-primary-links-nedterm .active-trail a {
    background: transparent; }
  #block-menu-menu-primary-links-nedterm .leaf {
    margin-top: 0; }
  #block-menu-menu-primary-links-nedterm li.nedterm > a {
    position: absolute;
    top: -240px;
    height: 100px;
    width: 340px;
    left: 0;
    text-indent: -999em;
    background: #FFF url("../images/logo_nedterm.png") no-repeat 20px 30px;
    display: block; }
    @media only screen and (min-width: 55em) {
      #block-menu-menu-primary-links-nedterm li.nedterm > a {
        top: -160px; } }
    @media only screen and (min-width: 60em) {
      #block-menu-menu-primary-links-nedterm li.nedterm > a {
        top: -100px; } }
  #block-menu-menu-primary-links-nedterm li.nedterm .active-trail a {
    background: #00b0ca;
    color: #FFF;
    top: -2px;
    padding: 7px 10px 4px; }
    #block-menu-menu-primary-links-nedterm li.nedterm .active-trail a:after {
      display: none; }

@media only screen and (max-width: 55em) {
  #block-menu-primary-links .expanded .leaf a {
    margin-bottom: 10px; } }

#block-menu-primary-links .home {
  margin-top: 0; }

.page-sectie-nedterm #content-area .content > p {
  padding: 20px 20% 20px 20px;
  background: #FFF;
  max-width: 100%;
  margin-bottom: 10px;
  font-family: "Kievit"; }
.page-sectie-nedterm #block-block-20 {
  display: none; }

#block-menu-menu-bottom-menu-nedterm {
  display: none; }

.view-taxonomy-term-modTU h3 {
  font-family: "Kievit Slab";
  font-weight: 200;
  margin: 0;
  hyphens: auto;
  font-size: 20px;
  line-height: 40px;
  line-height: normal; }

.node-type-sitesection-home .node-promoted > .content:after,
.node-type-sitesection-home .node-by-viewer > .content:after, .node-type-sitesection-nodelist .node-promoted > .content:after,
.node-type-sitesection-nodelist .node-by-viewer > .content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both; }
.node-type-sitesection-home .node-promoted > .content:before,
.node-type-sitesection-home .node-by-viewer > .content:before, .node-type-sitesection-nodelist .node-promoted > .content:before,
.node-type-sitesection-nodelist .node-by-viewer > .content:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.node-type-sitesection-home .node-promoted > .content > p,
.node-type-sitesection-home .node-by-viewer > .content > p, .node-type-sitesection-nodelist .node-promoted > .content > p,
.node-type-sitesection-nodelist .node-by-viewer > .content > p {
  padding: 20px 20% 20px 20px;
  background: #FFF;
  max-width: 100%;
  margin-bottom: 10px;
  font-weight: normal; }
.node-type-sitesection-home .node-promoted > .content > p:first-of-type,
.node-type-sitesection-home .node-by-viewer > .content > p:first-of-type, .node-type-sitesection-nodelist .node-promoted > .content > p:first-of-type,
.node-type-sitesection-nodelist .node-by-viewer > .content > p:first-of-type {
  font-family: "Kievit" !important; }

@media only screen and (min-width: 30em) {
  .page-inhoud-erk-nederlands .spotlights .views-row {
    width: calc(50% - 20px); } }
@media only screen and (min-width: 60em) {
  .page-inhoud-erk-nederlands .spotlights .views-row {
    width: calc(49.9% - 20px); } }
.page-inhoud-erk-nederlands .field-field-minisiteoverview {
  clear: both; }

.field-field-view-section-minisites .minisites-holder {
  margin-left: -10px;
  margin-top: -20px;
  width: calc(100% + 20px); }

.field-field-minisiteoverview {
  margin-left: -10px;
  margin-top: 4px;
  width: calc(100% + 20px); }

.field-field-minisiteoverview > .field-items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-wrap: wrap;
  -webkit-box-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flexbox-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-align-content: flex-start;
  align-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .field-field-minisiteoverview > .field-items:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
    clear: both; }
  .field-field-minisiteoverview > .field-items:before {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .field-field-minisiteoverview > .field-items .minisites-holder, .field-field-minisiteoverview > .field-items .tagcloud-holder {
    float: left;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-box-wrap: wrap;
    -webkit-box-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flexbox-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-align-content: flex-start;
    align-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%; }
    .field-field-minisiteoverview > .field-items .minisites-holder > div, .field-field-minisiteoverview > .field-items .tagcloud-holder > div {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -moz-box-wrap: wrap;
      -webkit-box-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -ms-flexbox-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align-content: flex-start;
      -webkit-align-content: flex-start;
      -ms-flex-align-content: flex-start;
      align-content: flex-start;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -moz-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-box-flex: 1 1 auto;
      -moz-box-flex: 1 1 auto;
      -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
    @media only screen and (min-width: 30em) {
      .field-field-minisiteoverview > .field-items .minisites-holder, .field-field-minisiteoverview > .field-items .tagcloud-holder {
        width: 49.9%; } }
    @media only screen and (min-width: 60em) {
      .field-field-minisiteoverview > .field-items .minisites-holder, .field-field-minisiteoverview > .field-items .tagcloud-holder {
        width: 100%; } }
  @media only screen and (min-width: 60em) and (min-width: 30em) {
    .field-field-minisiteoverview > .field-items .minisites-holder, .field-field-minisiteoverview > .field-items .tagcloud-holder {
      width: 49.9%; } }
  @media only screen and (min-width: 60em) and (min-width: 55em) {
    .field-field-minisiteoverview > .field-items .minisites-holder, .field-field-minisiteoverview > .field-items .tagcloud-holder {
      width: 33.2%; } }

    .field-field-minisiteoverview > .field-items .minisites-holder > .view-section-minisites, .field-field-minisiteoverview > .field-items .tagcloud-holder > .view-section-minisites {
      background: #FFF;
      padding: 20px;
      margin: 10px;
      padding-bottom: 60px;
      width: calc(100% - 20px); }
      .field-field-minisiteoverview > .field-items .minisites-holder > .view-section-minisites li, .field-field-minisiteoverview > .field-items .tagcloud-holder > .view-section-minisites li {
        list-style: none;
        margin-left: 0; }

.field-field-gallery-view ul:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
  clear: both; }
.field-field-gallery-view ul:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }
.field-field-gallery-view ul li {
  padding: 10px;
  float: left;
  zoom: 1;
  vertical-align: top;
  width: 33.33%;
  background: #FFF;
  color: #6d6f64;
  font-size: 14px;
  list-style: none;
  margin: 0;
  text-align: center; }
  .field-field-gallery-view ul li .views-field-title-1 {
    padding: 0 7px 5px 7px; }
    .field-field-gallery-view ul li .views-field-title-1 span {
      font-size: 18px; }
  .field-field-gallery-view ul li .views-field-lightbox2, .field-field-gallery-view ul li .views-field-title-1 {
    background: #FFF; }

.jcarousel-container {
  background: #693a77;
  overflow: hidden;
  margin-bottom: 10px; }

.not-front.jcarousel-item {
  padding-right: 100px; }

.view-carousel-sitesection,
.view-carousel-sitesection .view-content {
  width: 100%;
  display: block; }

.view-carousel-homepage {
  margin: 20px 0; }

.jcarousel-navigation {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0; }
  .jcarousel-navigation li {
    display: inline; }
    .jcarousel-navigation li a {
      width: 35px;
      height: 33px;
      vertical-align: top;
      text-align: center;
      background: #00b588;
      color: #FFF;
      padding: 6px 15px;
      display: inline-block;
      text-decoration: none !important;
      -webkit-transition: all 0.3s cubic-bezier(0.7, 0.1, 0.4, 1.1);
      -moz-transition: all 0.3s cubic-bezier(0.7, 0.1, 0.4, 1.1);
      -ms-transition: all 0.3s cubic-bezier(0.7, 0.1, 0.4, 1.1);
      -o-transition: all 0.3s cubic-bezier(0.7, 0.1, 0.4, 1.1);
      -o-transition: all 0.3s cubic-bezier(0.7, 0.1, 0.4, 1.1);
      padding: 3px 15px 7px 14px; }
      .jcarousel-navigation li a:hover {
        background: #00cf9b;
        color: #FFF;
        text-decoration: none;
        -webkit-transition: all 0.5s cubic-bezier(0.7, 0.1, 0.4, 1.1);
        -moz-transition: all 0.5s cubic-bezier(0.7, 0.1, 0.4, 1.1);
        -ms-transition: all 0.5s cubic-bezier(0.7, 0.1, 0.4, 1.1);
        -o-transition: all 0.5s cubic-bezier(0.7, 0.1, 0.4, 1.1);
        -o-transition: all 0.5s cubic-bezier(0.7, 0.1, 0.4, 1.1); }
      .jcarousel-navigation li a:active {
        position: relative;
        top: 2px;
        background: #00cf9b;
        -webkit-transition: all 0.3s cubic-bezier(0.7, 0.1, 0.4, 1.1);
        -moz-transition: all 0.3s cubic-bezier(0.7, 0.1, 0.4, 1.1);
        -ms-transition: all 0.3s cubic-bezier(0.7, 0.1, 0.4, 1.1);
        -o-transition: all 0.3s cubic-bezier(0.7, 0.1, 0.4, 1.1);
        -o-transition: all 0.3s cubic-bezier(0.7, 0.1, 0.4, 1.1); }
      .jcarousel-navigation li a:hover {
        text-decoration: none; }
  .jcarousel-navigation .active a {
    background: #00cf9b; }
  .jcarousel-navigation a:before {
    display: none; }

.jcarousel {
  color: #FFF; }
  .jcarousel .views-field-field-image-main-fid {
    line-height: 0; }
  @media only screen and (max-width: 55em) {
    .jcarousel .imagecache-carousel_sitesection {
      width: 100%;
      height: auto; } }
  @media only screen and (min-width: 60em) {
    .jcarousel .imagecache-carousel_sitesection {
      float: left;
      margin-right: 20px; } }
  .jcarousel .views-field-teaser,
  .jcarousel .views-field-view-node,
  .jcarousel .views-field-title {
    padding: 0 20px 0 20px; }
  .jcarousel .views-field-view-node {
    padding-bottom: 10px;
    margin-right: 10px;
    text-decoration: none; }
    .jcarousel .views-field-view-node .field-content:before {
      content: "> ";
      color: #C8CED7; }
  .jcarousel .views-field-title {
    padding-top: 10px;
    font-family: "Kievit Slab";
    font-weight: 200;
    margin: 0;
    hyphens: auto;
    font-size: 24px;
    line-height: 40px; }

.hilight .views-row a, .jcarousel .views-field-title a, .jcarousel .views-field-view-node a {
  color: #00b588; }

#block-views-node_terms-block_1 .views-row a {
  position: relative;
  padding-left: 15px;
  display: block; }
  #block-views-node_terms-block_1 .views-row a:before {
    content: ">";
    margin-right: 8px;
    display: inline-block;
    text-decoration: none;
    position: absolute;
    left: 0;
    color: #00b588; }

#block-tu_agendatuv1-0,
#block-tu_nieuwstuv1-0,
#block-tu_vacaturestuv1-0 {
  position: relative;
  padding-bottom: 60px; }
  #block-tu_agendatuv1-0 .meer,
  #block-tu_nieuwstuv1-0 .meer,
  #block-tu_vacaturestuv1-0 .meer {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #FAFAFA;
    width: 100%; }
    #block-tu_agendatuv1-0 .meer:after,
    #block-tu_nieuwstuv1-0 .meer:after,
    #block-tu_vacaturestuv1-0 .meer:after {
      width: 30px;
      background: #02b587;
      color: white;
      content: ">";
      padding: 10px 27px 10px 21px;
      position: absolute;
      right: 0;
      top: 0; }
    #block-tu_agendatuv1-0 .meer a,
    #block-tu_nieuwstuv1-0 .meer a,
    #block-tu_vacaturestuv1-0 .meer a {
      opacity: 0;
      display: block !important;
      position: relative;
      z-index: 100;
      padding: 10px 0;
      display: block; }

#block-views-taaluniepublicaties-block_1 {
  position: relative;
  padding-bottom: 50px; }
  #block-views-taaluniepublicaties-block_1 .views-field-name {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #FAFAFA;
    width: 100%; }
    #block-views-taaluniepublicaties-block_1 .views-field-name:after {
      width: 30px;
      background: #02b587;
      color: white;
      content: ">";
      padding: 10px 27px 10px 21px;
      position: absolute;
      right: 0;
      top: 0; }
    #block-views-taaluniepublicaties-block_1 .views-field-name a {
      opacity: 0;
      display: block !important;
      position: relative;
      z-index: 100;
      padding: 10px 0;
      display: block; }

#content-area .view-id-taaluniepublicaties {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #C8CED7; }
  #content-area .view-id-taaluniepublicaties .attachment h3 {
    font-family: "Kievit Slab";
    font-weight: 200;
    margin: 0;
    hyphens: auto;
    font-size: 24px;
    line-height: 40px; }
    #content-area .view-id-taaluniepublicaties .attachment h3:before {
      content: "> "; }
  #content-area .view-id-taaluniepublicaties .views-row {
    clear: both;
    list-style: none;
    margin-bottom: 20px;
    margin-left: 0;
    padding-left: 120px;
    position: relative;
    min-height: 150px; }
  #content-area .view-id-taaluniepublicaties .views-field-tid {
    font-size: 80%; }
  #content-area .view-id-taaluniepublicaties div.views-row {
    display: none; }
  #content-area .view-id-taaluniepublicaties .views-field-title {
    display: inline;
    font-size: 16px;
    line-height: normal; }
  .sidebar #content-area .view-id-taaluniepublicaties {
    border: 0;
    padding: 0; }

.views-field-field-cover-publicatie-fid {
  padding: 8px 20px 20px 0;
  position: absolute;
  left: 0; }

#block-webform-client-block-4871 {
  clear: both; }

.block-tu_nieuwstuv1, .block-tu_agendatuv1, .block-tu_vacaturestuv1, #block-views-taaluniepublicaties-block_1 {
  background: #FFF;
  padding: 20px 20px 60px 20px; }
  .block-tu_nieuwstuv1 h2, .block-tu_agendatuv1 h2, .block-tu_vacaturestuv1 h2, #block-views-taaluniepublicaties-block_1 h2 {
    font-family: "Kievit Slab";
    font-weight: 200;
    margin: 0;
    hyphens: auto;
    font-size: 24px;
    line-height: 40px;
    border: none;
    padding: 4px 20px 0;
    margin: -20px 0 10px -20px;
    width: calc(100% + 41px) !important;
    background: #182b49;
    color: #FFF;
    display: block; }
    .block-tu_nieuwstuv1 h2 a, .block-tu_agendatuv1 h2 a, .block-tu_vacaturestuv1 h2 a, #block-views-taaluniepublicaties-block_1 h2 a {
      color: inherit; }

.agendatuv1, .jobstuv1, .newstuv1 {
  padding-left: 0;
  list-style: none; }

.views-field-field-publicatiejaar-value {
  margin-left: 15px; }

.view-section-minisites, #block-tu_nieuwstuv1-0 {
  position: relative; }
  .view-section-minisites .attachment-after, #block-tu_nieuwstuv1-0 .attachment-after {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #FAFAFA;
    width: 100%; }
    .view-section-minisites .attachment-after:after, #block-tu_nieuwstuv1-0 .attachment-after:after {
      width: 30px;
      background: #02b587;
      color: white;
      content: ">";
      padding: 10px 27px 10px 21px;
      position: absolute;
      right: 0;
      top: 0; }
    .view-section-minisites .attachment-after a, #block-tu_nieuwstuv1-0 .attachment-after a {
      opacity: 0;
      display: block !important;
      position: relative;
      z-index: 100;
      padding: 10px 0;
      display: block; }

.node-type-sitesection-nodelist .view-section-minisites .views-row {
  position: relative;
  padding-bottom: 60px;
  overflow: hidden; }
  .node-type-sitesection-nodelist .view-section-minisites .views-row .views-field-view-node .field-content {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #FAFAFA;
    width: 100%; }
    .node-type-sitesection-nodelist .view-section-minisites .views-row .views-field-view-node .field-content:after {
      width: 30px;
      background: #02b587;
      color: white;
      content: ">";
      padding: 10px 27px 10px 21px;
      position: absolute;
      right: 0;
      top: 0; }
    .node-type-sitesection-nodelist .view-section-minisites .views-row .views-field-view-node .field-content a {
      opacity: 0;
      display: block !important;
      position: relative;
      z-index: 100;
      padding: 10px 0;
      display: block; }

.page-up {
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  text-align: center; }

#block-views-node_various-block_1 {
  background: #F1F2F3;
  padding: 10px 0 20px 20px;
  width: calc(100% + 41px);
  display: block;
  left: -20px;
  font-size: 80%;
  position: relative; }

.page-next, .page-previous {
  background: #00b588;
  color: #FFF;
  padding: 6px 15px;
  display: inline-block;
  text-decoration: none !important;
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0.1, 0.4, 1.1);
  -moz-transition: all 0.3s cubic-bezier(0.7, 0.1, 0.4, 1.1);
  -ms-transition: all 0.3s cubic-bezier(0.7, 0.1, 0.4, 1.1);
  -o-transition: all 0.3s cubic-bezier(0.7, 0.1, 0.4, 1.1);
  -o-transition: all 0.3s cubic-bezier(0.7, 0.1, 0.4, 1.1); }
  .page-next:hover, .page-previous:hover {
    background: #00cf9b;
    color: #FFF;
    text-decoration: none;
    -webkit-transition: all 0.5s cubic-bezier(0.7, 0.1, 0.4, 1.1);
    -moz-transition: all 0.5s cubic-bezier(0.7, 0.1, 0.4, 1.1);
    -ms-transition: all 0.5s cubic-bezier(0.7, 0.1, 0.4, 1.1);
    -o-transition: all 0.5s cubic-bezier(0.7, 0.1, 0.4, 1.1);
    -o-transition: all 0.5s cubic-bezier(0.7, 0.1, 0.4, 1.1); }
  .page-next:active, .page-previous:active {
    position: relative;
    top: 2px;
    background: #00cf9b;
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0.1, 0.4, 1.1);
    -moz-transition: all 0.3s cubic-bezier(0.7, 0.1, 0.4, 1.1);
    -ms-transition: all 0.3s cubic-bezier(0.7, 0.1, 0.4, 1.1);
    -o-transition: all 0.3s cubic-bezier(0.7, 0.1, 0.4, 1.1);
    -o-transition: all 0.3s cubic-bezier(0.7, 0.1, 0.4, 1.1); }
  .page-next:visited, .page-previous:visited {
    color: #FFF; }

.page-next {
  float: right; }

.faq-qa {
  border-top: 1px dotted #00b588; }

.faq-question-answer {
  border-bottom: 1px dotted #00b588; }

.faq-question {
  padding-bottom: 5px; }

.comment_wrapper {
  border-top: 1px solid #E5E5E6;
  padding-top: 10px; }

.comment {
  border-bottom: 1px solid #E5E5E6;
  margin-bottom: 10px; }

.section-tijdschriftcollectie .views-field-field-pagina-eind-value,
.section-tijdschrift .views-field-field-pagina-eind-value,
.section-tijdschriften .views-field-field-pagina-eind-value {
  display: inline-block;
  vertical-align: top;
  width: 100px;
  float: right; }
  .section-tijdschriftcollectie .views-field-field-pagina-eind-value br,
  .section-tijdschrift .views-field-field-pagina-eind-value br,
  .section-tijdschriften .views-field-field-pagina-eind-value br {
    display: none; }
.section-tijdschriftcollectie .views-row,
.section-tijdschrift .views-row,
.section-tijdschriften .views-row {
  clear: both; }
.section-tijdschriftcollectie #content,
.section-tijdschrift #content,
.section-tijdschriften #content {
  background: #FFF;
  padding-top: 20px; }
.section-tijdschriftcollectie .breadcrumb,
.section-tijdschrift .breadcrumb,
.section-tijdschriften .breadcrumb {
  display: none; }
.section-tijdschriftcollectie h1,
.section-tijdschrift h1,
.section-tijdschriften h1 {
  font-family: "Kievit Slab";
  font-weight: 200;
  margin: 0;
  hyphens: auto;
  font-size: 30px;
  line-height: 48px; }
.section-tijdschriftcollectie h1.title,
.section-tijdschrift h1.title,
.section-tijdschriften h1.title {
  color: #798290; }
.section-tijdschriftcollectie .views-field-title h1,
.section-tijdschrift .views-field-title h1,
.section-tijdschriften .views-field-title h1 {
  color: #182b49; }
.section-tijdschriftcollectie h2,
.section-tijdschrift h2,
.section-tijdschriften h2 {
  font-family: "Kievit Slab";
  font-weight: 200;
  margin: 0;
  hyphens: auto;
  font-size: 24px;
  line-height: 40px; }
.section-tijdschriftcollectie h3,
.section-tijdschrift h3,
.section-tijdschriften h3 {
  font-family: "Kievit Slab";
  font-weight: 200;
  margin: 0;
  hyphens: auto;
  font-size: 20px;
  line-height: 40px;
  line-height: 1.2;
  margin-top: 10px; }

.online_tijdschrift_hoofdafbeelding, .view-online-ts-bijdrage .imagefield {
  width: 100%;
  height: auto;
  margin-bottom: 14px; }

.booktitle {
  display: none; }

.book-navigation + fieldset {
  padding-top: 0; }

#block-views-online_ts_bijdrage-block_2 {
  padding-bottom: 40px; }

.view-sitesectie-home-links a h1 {
  font-family: "Kievit Slab";
  font-weight: 200;
  margin: 0;
  hyphens: auto;
  font-size: 24px;
  line-height: 40px;
  line-height: 30px; }
  .view-sitesectie-home-links a h1:before {
    content: ">";
    margin-right: 8px;
    display: inline-block;
    text-decoration: none; }

[class*="page-indelingen-"] h1 {
  font-family: "Kievit Slab";
  font-weight: 200;
  margin: 0;
  hyphens: auto;
  font-size: 30px;
  line-height: 48px; }

[class*="page-indelingen-"] .breadcrumb, .page-publicaties .breadcrumb {
  display: none; }

.field-field-sticker {
  margin-top: 20px; }

#block-cck_blocks-field_spotlight_title, #block-cck_blocks-field_spotlight_body,
#block-cck_blocks-field_spotlight_link_internal, #block-cck_blocks-field_spotlight_link {
  background: #693a77;
  color: #FFF;
  padding: 10px;
  margin-bottom: 0; }
  #block-cck_blocks-field_spotlight_title a, #block-cck_blocks-field_spotlight_body a,
  #block-cck_blocks-field_spotlight_link_internal a, #block-cck_blocks-field_spotlight_link a {
    color: #FFF; }

p#block-cck_blocks-field_spotlight_body {
  padding: 0; }

#block-cck_blocks-field_spotlight_body {
  padding-top: 0; }

.field-field-spotlight-title {
  font-family: "Kievit Slab";
  font-weight: 200;
  margin: 0;
  hyphens: auto;
  font-size: 24px;
  line-height: 40px; }

#block-cck_blocks-field_spotlight_link {
  padding-bottom: 10px;
  padding-top: 0; }

#block-cck_blocks-field_spotlight_link +
#block-views-node_section_terms-block_4 {
  margin-top: 20px; }

.book-navigation {
  padding-top: 40px;
  clear: both; }
  .book-navigation .menu {
    padding: 0; }
  .book-navigation .menu a {
    position: relative;
    padding-left: 12px; }
    .book-navigation .menu a:before {
      content: ">";
      position: absolute;
      left: 0; }

.spotlights-holder {
  width: 100%; }
