/*
 *  Theme file
 */
/* Import includes */
/*=====================================================================
 *
 * Author: Nedbase - www.nedbase.nl
 *
 * Dynamic helpers: probably wanted in all files
 *
 *=====================================================================*/
/*=====================================================================
 *
 * Author: Nedbase - www.nedbase.nl
 *
 *=====================================================================*/
/* Global colors */
/* Default theme colors */
/* Branding colors */
/* Social colors */
/* Fonts */
/* Layout */
/* Container fluid size (geen fluid site nodig? zet alle $container-vars op 1 vaste pixel-breedte) */
/* Device breakpoints */
/* Easings */
/*=====================================================================
 *
 * Author: Nedbase - www.nedbase.nl
 *
 * All mixins must be documentated according http://sassdoc.com/
 *
 *
 * Group Helpers
 * Group Vendor prefixed
 * Group Shortcuts
 * Group Ah Nice
 *
 *=====================================================================*/
/*************************************************
  GROUP HELPERS
*************************************************/
/**
 * Grows element if childs are floated
 * @group helpers
 */
/**
 * Removes basic ul/ol formatting and make li's stack on each other
 * @group helpers
 */
/**
 * Removes basic ul/ol formatting and make li's inline
 * @group helpers
 */
/**
 * Center element inline, makes parent element relative
 * @group helpers
 */
/**
 * Return resposive font-size in pixels and rems
 * @group helpers
 * @param {float} $value (1.6) - Font-size (10% of pixelvalue)
 * @example @include font-size(1.8);
 */
/**
 * Set keyframes and properties for animation
 * @group Helpers
 * @param {string} $animationName ('') name of the animation
 * @example @include keyframes(fade-in){
  0%   { opacity: 0; }
  100% { opacity: 1; }
 }
 */
/**
 * Bind animation to element
 * @group Helpers
 * @param {string} $animation ('') name of the animation
 * .animated-element { @include animation(fade-in 1s forwards); }
 */
/**
 * Style placeholders for input-elemnts
 * @group Helpers
 * @param {color} $color (rgba(0,0,0,.4)) color
 * @param {content} @content '' extra declarations
 * @include placeholder(red); }
 * @include placeholder(red){ font-style: italic; }; }
 */
/*************************************************
  GROUP VENDOR PREFIXED
*************************************************/
/**
 * @group Vendor prefixed
 * @param {color} $start-color ($gray) - Startcolor
 * @param {color} $end-color ($grayshade) - Endcolor
 * @example @include linear-gradient(red, blue);
 */
/**
 * @group Vendor prefixed
 * @param {string} $value (100% 100% 100% 100%) - Border-radius-value
 * @example @include border-radius(10px 5px);
 */
/**
 * @group Vendor prefixed
 * @param {float} $value (1) - Opacity-value
 * @example @include opacity(.5);
 */
/**
 * @group Vendor prefixed
 * @param {string} $value (0 0 2px rgba($black,.2)) - Box-shadow-value
 * @example @include box-shadow(1px 1px 2px red);
 */
/**
 * @group Vendor prefixed
 * @param {string} $value (0) perspective
 * @example @include perspective(1);
 */
/**
 * @group Vendor prefixed
 * @param {string} $rotateX (0) x-rotation
 * @param {string} $rotateY (0) y-rotation
 * @param {string} $rotateZ (0) z-rotation
 * @param {float} $scale (1) scale
 * @param {string} $translateX (0) x-translate
 * @param {string} $translateY (0) y-translate
 * @param {string} $translateZ (0) z-translate
 * @param {string} $skewX (0) x-skew
 * @param {string} $skewY (0) y-skew
 * @example @include transform(5deg);
 */
/**
 * @group Vendor prefixed
 * @param {string} $value (all 500ms) the transition
 * @example @include transition(opacity 250ms ease-in);
 * @example @include transition(none);
 */
/**
 * @group Vendor prefixed
 * @param {string} $val (none) what van be selected?
 * @example @include user-select(none);
 * @example @include user-select(text);
 * @example @include user-select(auto);
 */
/**
 * @group Vendor prefixed
 * @param {integer} $count (2) number of columns
 * @param {integer} $gap (10px) size of gap between columns
 * @example @include columns($count: 5, $gap: 6)
 */
/*************************************************
  GROUP SHORTCUTS
*************************************************/
/**
* @group Shortcuts
* @param {string} $value (0) z-rotation
* @example @include rotate(5deg);
*/
/**
* @group Shortcuts
* @param {string} $value (0) scale
* @example @include scale(2);
*/
/*************************************************
  GROUP AH, NICE!
*************************************************/
/**
* Adds a line after element until right side of parent element (for indexlines)
* @group Ah, nice!
* @param {string} $height (1px) height of line
* @param {color} $color ($bordercolor) color of line
* @param {string} $margin-left (1em) left margin of line
* @param {string} $margin-top (0) top margin of line
* @example @include indexline(1px red 2em);
*/
/**
* Creates circle with possibility of a centered (horizontal and vertical) text inside
* @group Ah, nice!
* @param {string} $size (30px) size of circle
* @param {color} $bgcolor ($primarycolor) background color of circle
* @param {float} $fontsize (1.4) size of text in
* @param {color} $color (#fff) textcolor
* @example @include circle(50px, red, 2, pink)
*/
/**
* Adds a cutstomized dashed border
* @group Ah, nice!
* @param {float} $dashlength (10px) dashlength
* @param {float} $spacelength (10px) spacelength
* @param {float} $borderheight (10px) borderheight
* @param {color} $color ($primarycolor) color
* @param {string} $position (top) position of the border
* @example @include dashed-border(5px, 3px, 4px, red, bottom)
*/
/**
* Adds a triange-arrow to element
* @group Ah, nice!
* @param {string} $position (bottom) position of the arrow
* @param {color} $color (#fff) color of the arrow
* @param {float} $size (10px) size of the arrow
* @example @include border_triangle(bottom, #fff, 10px)
*/
/*************************************************
  NOG GROEPEREN
*************************************************/
/*=====================================================================
 * Calculate
 *=====================================================================*/
/*=====================================================================
 *  Flexbox
 *=====================================================================*/
/**
* Adds flexbox to container element
* @param {string} $direction (flex-direction: row | row-reverse | column | column-reverse)
* @param {string} $wrap (flex-wrap: nowrap | wrap | wrap-reverse)
* @param {string} $align-items (align-items: flex-start | flex-end | center | baseline | stretch)
* @param {string} $align-content (align-content: flex-start | flex-end | center | space-between | space-around | stretch)
* @param {string} $justify-content (justify-content: flex-start | flex-end | center | space-between | space-around)
* @example @include flexbox(row no-wrap space-between);
*/
/**
* Adds flex to child element
* @param {string} $value (flex-grow: 1) you can add flex-grow: <number>, flex-shrink: <number>, flex-basis: <length> | auto
* @param {string} $align (align-self: auto | flex-start | flex-end | center | baseline | stretch)
* @example @include flex(1 auto); you can use the shorthand: flex: none | [ <'flex-grow'> <'flex-shrink'>? || <'flex-basis'> ]
*/
/*=====================================================================
 *  Tint
 *=====================================================================*/
/*=====================================================================
 *
 * Author: Nedbase - www.nedbase.nl
 *
 * Static helpers: only needed once
 *
 *=====================================================================*/
@import "https://d1azc1qln24ryf.cloudfront.net/81457/alberonl/style-cf.css?hdkqjh";
@import url("https://fonts.googleapis.com/css?family=Barlow:600,700|Open+Sans:400,700");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px; }

dd {
  margin: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal;
  border-radius: 0; }

input[type="text"] {
  -webkit-appearance: none; }

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="number"] {
  -moz-appearance: textfield; }

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

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  -webkit-appearance: none;
  border-radius: 0; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

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

figure {
  margin: 0; }

form {
  margin: 0; }

label {
  cursor: pointer; }

/*=====================================================================================
 *
 * Author: Nedbase - www.nedbase.nl
 *   __  __        __ ___   __ __  ___
 *  |  \/  \  |\ |/  \ |   |_ |  \| |
 *  |__/\__/  | \|\__/ |   |__|__/| |
 *
 * THIS IS A HELPER: PLEASE DO NOT EDIT THIS FILE BUT OVERWRITE IN YOUR OWN FILES
 *===================================================================================*/
/*=====================================================================
 * FLEXSLIDER
 *=====================================================================*/
.flexslider {
  position: relative;
  border: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.flexslider li:before {
  content: none; }

.flexslider img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flex-controls {
  position: static; }

/* paging nav */
.flex-control-paging li a {
  display: block;
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: none;
  box-shadow: none;
  text-indent: -999em; }

.flex-control-paging li a:hover {
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none; }

.flex-control-paging li a.flex-active {
  background: #d5075e; }

.flex-control-paging li a.flex-active:hover {
  background: #d5075e; }

/* direction nav */
.flex-direction-nav {
  position: static; }

.flex-direction-nav li {
  position: static; }

.flex-direction-nav li a {
  position: absolute;
  line-height: 1;
  text-shadow: none;
  color: rgba(255, 255, 255, 0.5); }

.flex-direction-nav li a:hover {
  color: #fff; }

.flex-direction-nav li a:before {
  font-family: "icomoon";
  font-size: 40px;
  display: inline-block;
  content: '\e623'; }

.flex-direction-nav li a.flex-next:before {
  content: '\e611'; }

.flexslider:hover .flex-direction-nav li a {
  opacity: 1; }

.flex-pauseplay a:before {
  font-family: "icomoon";
  content: '\e645'; }

.flex-pauseplay a.flex-play:before {
  content: '\e617'; }

.carousel li {
  margin-right: auto; }

/*=====================================================================
 * FANCY SELECT
 *=====================================================================*/
.fancy-select .trigger {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border-color: #ccc;
  color: #252525;
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem; }

.fancy-select .trigger:after {
  content: '\e634';
  font-family: 'icomoon';
  width: auto;
  height: auto;
  border: 0;
  top: 1em;
  right: .5em; }

.fancy-select .trigger.open {
  color: #252525;
  background: transparent;
  border-color: #ccc; }

.fancy-select .trigger.open:after {
  content: '\e609'; }

.fancy-select select:focus + .trigger {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); }

.fancy-select .options {
  background: #fff;
  border-top: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0; }
  .fancy-select .options li {
    display: block; }
    .fancy-select .options li:before {
      content: none; }
    .fancy-select .options li ul, .fancy-select .options li ol {
      list-style: none;
      padding: 0;
      margin: 0; }

.fancy-select .options li {
  color: #252525;
  text-transform: none;
  font-weight: 400; }

.fancy-select .options li.hover {
  background: #eee;
  color: #252525; }

.fancy-select .options li.selected {
  background: #d5075e;
  color: #fff; }

.flex-direction-nav a {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1; }

.flex-direction-nav .flex-next {
  right: 0; }

.flex-direction-nav .flex-prev {
  left: 0; }

.flexslider:hover .flex-next {
  right: 0; }

.flexslider:hover .flex-prev {
  left: 0; }

*:after, *:before, .icon:before, .icon:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Clearfix */
.group:before, .group:after {
  content: ' ';
  display: table; }

.group:after {
  clear: both; }

.ie6 .group {
  zoom: 1; }

/* Nedbase reset */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased; }

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

/* backward compatibility for ul li inline & stacked*/
.inline, .inline ul, .inline ol,
.stacked, .stacked ul, .stacked ol {
  list-style: none;
  padding: 0;
  margin: 0; }

.inline li {
  display: block;
  float: left; }

.stacked li {
  display: block; }

.inline li:before,
.stacked li:before {
  content: none; }

/* Lists */
.centerinline {
  position: relative;
  float: right;
  left: -50%; }

.centerinline .inline {
  left: 50%;
  position: relative; }

.centervertical:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%; }

.centervertical .vertical {
  display: inline-block;
  vertical-align: middle; }

/* definition lists */
dl {
  margin: 0;
  zoom: 1; }
  dl:before, dl:after {
    content: ' ';
    display: table; }
  dl:after {
    clear: both; }

dl dt,
dl dd {
  float: left;
  margin: 0;
  margin-bottom: 1em; }

dl dt {
  width: 40%;
  padding-right: 5em;
  clear: left;
  font-weight: 700; }

dl dd {
  width: 60%;
  clear: right; }

dl.stacked dt,
dl.stacked dd {
  width: auto;
  float: none; }

dl.stacked dt {
  margin: 0; }

/* Helper classes */
.left {
  float: left; }

.right {
  float: right; }

.align-left {
  text-align: left; }

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

.align-right {
  text-align: right; }

.hidden {
  display: none; }

.pointer {
  cursor: pointer; }

/* Grid */
.col-wrapper {
  clear: both; }

.col {
  float: left;
  display: block;
  clear: none; }

.grid-6 .span-1 {
  width: 16.666%; }

.grid-6 .span-2 {
  width: 33.333%; }

.grid-6 .span-3 {
  width: 50%; }

.grid-6 .span-4 {
  width: 66.666%; }

.grid-6 .span-5 {
  width: 83.333%; }

.grid-6 .span-6 {
  width: 100%; }

.grid-5 .span-1 {
  width: 20%; }

.grid-5 .span-2 {
  width: 40%; }

.grid-5 .span-3 {
  width: 60%; }

.grid-5 .span-4 {
  width: 80%; }

.grid-5 .span-5 {
  width: 100%; }

.grid-4 .span-1 {
  width: 25%; }

.grid-4 .span-2 {
  width: 50%; }

.grid-4 .span-3 {
  width: 75%; }

.grid-4 .span-4 {
  width: 100%; }

.grid-3 .span-1 {
  width: 33.3333%; }

.grid-3 .span-2 {
  width: 66.6666%; }

.grid-3 .span-3 {
  width: 100%; }

.grid-2 .span-1 {
  width: 50%; }

.grid-2 .span-2 {
  width: 100%; }

.grid-1 .span-1 {
  width: 100%; }

/* Responsive */
img, embed, object, video, iframe {
  max-width: 100%;
  height: auto; }

.map img {
  max-width: none; }

/* Reset */
input:focus {
  outline: none; }

/* Fancybox */
.figure a.fancybox {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-outer {
  background: #fff;
  border-radius: 5px; }

.fancybox-inner {
  border-radius: 5px; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/image/fancybox_sprite.png") !important; }

#fancybox-loading div {
  background-image: url("/image/fancybox_loading.gif") !important; }

/* Waypoints Sticky */
.sticky {
  overflow: hidden; }

.sticky.stuck {
  position: fixed;
  z-index: 1;
  top: 0; }

/* Custom file input */
.NFI-wrapper {
  width: 100%;
  height: auto;
  zoom: 1;
  padding-bottom: 1em; }
  .NFI-wrapper:before, .NFI-wrapper:after {
    content: ' ';
    display: table; }
  .NFI-wrapper:after {
    clear: both; }

.NFI-button {
  background-color: #0192DD;
  color: #FFFFFF;
  height: 40px;
  line-height: 40px;
  width: 30%; }

.NFI-filename,
.inputwrapper .NFI-filename {
  background: #fff;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05) inset;
  color: #777777;
  height: 40px;
  line-height: 40px;
  text-shadow: 0 1px 0 #FFFFFF;
  display: inline-block;
  border-left: 0;
  width: 70%; }

/* DB Debug */
.dbdebug {
  position: relative;
  z-index: 999;
  background: rgba(255, 255, 255, 0.85);
  padding: 2em 0;
  margin-top: 10em;
  font-family: "Lucida Console", Monaco, monospace;
  color: #444; }

.dbdebug tbody td.first {
  padding-right: 5px; }

.dbdebug tbody td {
  vertical-align: top;
  padding: 5px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.dbdebug tbody td.number {
  text-align: right; }

.dbdebug .error {
  color: #f00; }

.dbdebug .notice {
  font-style: italic;
  color: white;
  background-color: #00d4ff; }

.dbdebug textarea {
  display: none; }

.dbdebug {
  background: rgba(0, 0, 0, 0.85);
  color: #e9e9fa; }

.dbdebug .error {
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  padding: 10px;
  top: 20px;
  left: 20px;
  color: #f00;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 5px; }

/* enable for fixed */
.xdbdebug {
  position: fixed;
  bottom: 0;
  max-height: 50%;
  overflow-y: auto;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }

/*=====================================================================
 * FLEXSLIDER
 *=====================================================================*/
.flexslider {
  position: relative;
  border: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.flexslider li:before {
  content: none; }

.flexslider img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flex-controls {
  position: static; }

/* paging nav */
.flex-control-paging li a {
  display: block;
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: none;
  box-shadow: none;
  text-indent: -999em; }

.flex-control-paging li a:hover {
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none; }

.flex-control-paging li a.flex-active {
  background: #d5075e; }

.flex-control-paging li a.flex-active:hover {
  background: #d5075e; }

/* direction nav */
.flex-direction-nav {
  position: static; }

.flex-direction-nav li {
  position: static; }

.flex-direction-nav li a {
  position: absolute;
  line-height: 1;
  text-shadow: none;
  color: rgba(255, 255, 255, 0.5); }

.flex-direction-nav li a:hover {
  color: #fff; }

.flex-direction-nav li a:before {
  font-family: "icomoon";
  font-size: 40px;
  display: inline-block;
  content: '\e623'; }

.flex-direction-nav li a.flex-next:before {
  content: '\e611'; }

.flexslider:hover .flex-direction-nav li a {
  opacity: 1; }

.flex-pauseplay a:before {
  font-family: "icomoon";
  content: '\e645'; }

.flex-pauseplay a.flex-play:before {
  content: '\e617'; }

.carousel li {
  margin-right: auto; }

/*=====================================================================
 * FANCY SELECT
 *=====================================================================*/
.fancy-select .trigger {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border-color: #ccc;
  color: #252525;
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem; }

.fancy-select .trigger:after {
  content: '\e634';
  font-family: 'icomoon';
  width: auto;
  height: auto;
  border: 0;
  top: 1em;
  right: .5em; }

.fancy-select .trigger.open {
  color: #252525;
  background: transparent;
  border-color: #ccc; }

.fancy-select .trigger.open:after {
  content: '\e609'; }

.fancy-select select:focus + .trigger {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); }

.fancy-select .options {
  background: #fff;
  border-top: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0; }
  .fancy-select .options li {
    display: block; }
    .fancy-select .options li:before {
      content: none; }
    .fancy-select .options li ul, .fancy-select .options li ol {
      list-style: none;
      padding: 0;
      margin: 0; }

.fancy-select .options li {
  color: #252525;
  text-transform: none;
  font-weight: 400; }

.fancy-select .options li.hover {
  background: #eee;
  color: #252525; }

.fancy-select .options li.selected {
  background: #d5075e;
  color: #fff; }

.flex-direction-nav a {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1; }

.flex-direction-nav .flex-next {
  right: 0; }

.flex-direction-nav .flex-prev {
  left: 0; }

.flexslider:hover .flex-next {
  right: 0; }

.flexslider:hover .flex-prev {
  left: 0; }

/* Branding colors */
/* Load defaults (note: defaults are loaded with new theme variables!) Uncheck to enable! */
/*=====================================================================
 *
 * Author: Nedbase - www.nedbase.nl
 *
 *=====================================================================*/
/*! START EDITOR */
::-moz-selection {
  background: rgba(53, 186, 235, 0.2);
  text-shadow: none; }

::selection {
  background: rgba(53, 186, 235, 0.2);
  text-shadow: none; }

html {
  font-size: 62.5%; }

body, input, select, option, button, textarea {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.8em;
  color: #252525; }

h1, h2, h3, h4, .title {
  font-family: "Barlow", sans-serif;
  margin: 0 0 1em;
  line-height: 1;
  font-weight: 700; }

h1 a, h2 a, h3 a, h4 a, .title a {
  color: inherit; }

h1 {
  font-size: 48px;
  font-weight: 700; }

h2 {
  font-size: 30px;
  color: #d5075e; }

h3, .title {
  font-size: 25px;
  font-weight: 600;
  color: #d5075e; }

h4 {
  font-size: 20px;
  font-weight: 600;
  color: #d5075e; }

p {
  margin: 0; }

a, a:active, a:visited {
  text-decoration: none;
  color: #a7cc45;
  outline: none; }

a:focus {
  outline: none; }

a:hover, a:active {
  outline: none;
  color: #a7cc45; }

a:not([href]):hover, a:not([href]):active {
  color: #a7cc45; }

hr {
  border-top: 1px solid #ccc; }

.texteditor table tr td {
  border: 1px solid #eee;
  padding: 3px 5px; }

.texteditor table.tabel-geen-rand tr td {
  border: 0;
  padding: 0 10px 0 0; }

.texteditor a:link, .texteditor a:active, .texteditor a:visited {
  text-decoration: underline; }

.texteditor h1 {
  margin: 1em 0 .5em; }

.texteditor h2 {
  margin: 1em 0 .5em; }

.texteditor h3 {
  margin: 1em 0 0; }

.texteditor h4 {
  margin: 1em 0 0; }

/* bullet list with icomoon */
.texteditor ul {
  list-style: none; }

.texteditor ul li {
  position: relative; }

.texteditor ul li:before {
  content: '\e63a';
  position: absolute;
  left: -25px;
  top: 12px;
  color: #252525;
  font-size: 8px; }

/*! END EDITOR */
/*=============================================================================
 *
 * Author: Nedbase - www.nedbase.nl
 *
 *=============================================================================*/
/*=============================================================================
 *  GLOBAL STYLES FOR ALL ALBERO WEBSITES
 *=============================================================================*/
/* Buttons */
.button, .location.widget .locationnav a.readon, a.button, .location.widget .locationnav a.readon, input.button {
  position: relative;
  display: inline-block;
  padding: 8px 15px;
  border: none;
  line-height: 1.4;
  text-decoration: none !important;
  background: #d5075e;
  color: #fff; }

.button:hover, .location.widget .locationnav a.readon:hover, .button:focus, .location.widget .locationnav a.readon:focus, .button:active, .location.widget .locationnav a.readon:active {
  background: #ee0869; }

.button.medium, .location.widget .locationnav a.medium.readon {
  padding: 10px 15px; }

.button.large, .location.widget .locationnav a.large.readon {
  padding: 15px 30px; }

/* Link styles */
.readon {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  text-decoration: underline; }

.readon:hover {
  text-decoration: none; }

/* Search results */
.searchresults ol li {
  margin: 1em 0; }

.searchresults ol li h3 a {
  text-decoration: none !important; }

.searchresults ol li mark {
  background: #eee;
  font-weight: 400;
  font-style: normal; }

/* Paging */
.paging {
  text-align: right; }

.paging ul {
  display: inline-block;
  margin: auto;
  text-align: left; }

.paging a {
  display: inline-block;
  float: left;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #35baeb;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  display: inline-block;
  border-radius: 100% 100% 100% 100%;
  margin: 0 .2em;
  text-decoration: none !important; }

.paging a:hover {
  background: #35baeb; }

.paging .active a {
  background: #eee;
  color: #d5075e; }

.paging .active a:hover {
  color: #35baeb; }

.paging .prev a, .paging .next a,
.paging .first a, .paging .last a {
  background: transparent;
  color: #d5075e;
  text-decoration: none !important; }

.paging .prev a:hover, .paging .next a:hover,
.paging .first a:hover, .paging .last a:hover {
  background: #eee;
  color: #35baeb; }

.paging .prev a:after {
  content: '\e64c'; }

.paging .next a:after {
  content: '\e64d'; }

.paging .first a:after,
.paging .last a:after {
  content: '\e638'; }

.paging .last a:after {
  content: '\e637'; }

.paging .last,
.paging .first {
  display: none !important; }

/* Breadcrumb */
.breadcrumb {
  padding: 1em 0; }

.breadcrumb a {
  display: inline-block;
  position: relative; }

.breadcrumb a:after {
  position: relative;
  top: .15em;
  content: '\e611';
  margin: 0 .5em;
  color: #bbb; }

/* Calsheet */
.calsheet {
  display: block;
  float: left;
  width: 55px;
  height: 70px;
  margin-right: 1em;
  background: #eee;
  text-align: center; }

.calsheet span {
  display: block; }

.calsheet .day {
  margin-top: .5em;
  font-size: 130%; }

.calsheet.small {
  width: 28px;
  height: 35px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1; }

.calsheet.small .day {
  margin-top: .4em; }

/* Meta Item Navigation */
nav.meta {
  margin: 30px 0 0 0;
  padding: 15px 0 35px 0; }

nav.meta a {
  display: inline-block;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  text-decoration: underline; }

nav.meta a:hover {
  text-decoration: none; }

nav.meta .prevnext {
  float: right; }

nav.meta .prevnext a {
  margin-left: 1em; }

nav.meta .paging {
  float: right; }

/* Twitter */
.tweet {
  padding: 1em 0 1em 70px;
  border-bottom: 1px solid #ccc;
  position: relative; }

.tweet:last-child {
  border: 0; }

.tweet .image {
  width: 48px;
  height: 48px;
  line-height: 48px;
  background-color: #d5075e;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  display: inline-block;
  border-radius: 100% 100% 100% 100%;
  position: absolute;
  left: 0;
  top: 1em;
  background: transparent;
  overflow: hidden; }

.tweet .screenname a {
  font-weight: 700;
  text-decoration: none; }

.tweet .time {
  font-size: 12px;
  font-size: 1.2rem;
  color: #d5075e; }

/*=====================================================================
 *  3rd party plugins-styles
 *=====================================================================*/
/* Custom select (FancySelect) */
.fancy-select .trigger,
.fancy-select .options {
  border: 1px solid #ccc; }

.fancy-select .trigger,
.fancy-select .options li {
  color: #252525; }

.fancy-select .options li.hover {
  background: #eee; }

.fancy-select .options li.selected {
  background: #d5075e; }

.fancy-select .trigger.open {
  color: #252525; }

/* Flexslider */
.flex-control-paging {
  z-index: 3;
  bottom: 10px;
  right: 5px; }

.flex-control-paging li a {
  width: 15px;
  height: 15px;
  margin: 0 5px;
  background: rgba(255, 255, 255, 0.5); }

.flex-control-paging li a:hover {
  background: #fff; }

.flex-control-paging li a.flex-active {
  background: #d5075e; }

.flex-control-paging li a.flex-active:hover {
  background: #d5075e; }

.flex-direction-nav {
  z-index: 2; }

.flex-direction-nav li a {
  width: 40px;
  height: 40px;
  background: #d5075e;
  color: rgba(255, 255, 255, 0.5); }

.flex-direction-nav li a:hover {
  color: #fff; }

/* Nav Tabs */
.nav-tabs li:before {
  content: none; }

/*=====================================================================
 *  FORMS
 *=====================================================================*/
/* basic layout */
textarea {
  display: block; }

input, textarea, select, label {
  padding: 10px;
  border: 1px solid #f9dae7; }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder, label::-webkit-input-placeholder {
    color: #bbb; }
  input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder, label::-moz-placeholder {
    color: #bbb; }
  input:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder, label:-moz-placeholder {
    color: #bbb; }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder, label:-ms-input-placeholder {
    color: #bbb; }

input:focus, textarea:focus, select:focus {
  border-color: #f0a8c7; }

label {
  padding-left: 0;
  padding-right: 0;
  border-color: transparent; }

.fbRadioButtons label,
.fbCheckboxes label {
  padding: 0; }

.labelwrapper {
  width: 40%; }

.inputwrapper {
  width: 60%; }

/* validation-errors */
label.error {
  color: #f00; }

.require {
  color: #f00; }

.fbForm .fbTextfield input.error, .fbForm .fbPassword input.error, .fbForm textarea.error {
  border-color: #f00; }

/* Want stacked forms?  Uncheck 2 lines underneath! */
/*
.labelwrapper, .inputwrapper { width: 100%; float: none; }
label.error { margin-left: 0; }
*/
/* formbulder specific */
.fbButton .inputwrapper {
  width: auto;
  float: none;
  text-align: right; }

/*=====================================================================
 * LAYOUT
 *=====================================================================*/
body {
  overflow-x: hidden; }

.container, .locationbox {
  width: 90%;
  max-width: 1230px;
  min-width: 960px;
  margin: 0 auto;
  padding: 0 30px; }

section.main {
  position: relative;
  z-index: 1;
  zoom: 1;
  background: #eff4f7; }
  section.main:before, section.main:after {
    content: ' ';
    display: table; }
  section.main:after {
    clear: both; }

section.main .contentholder {
  position: relative;
  padding: 50px 0;
  zoom: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  section.main .contentholder:before, section.main .contentholder:after {
    content: ' ';
    display: table; }
  section.main .contentholder:after {
    clear: both; }

section.content {
  width: 70%;
  padding: 50px 40px 90px 75px;
  background: #fff;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  min-height: 400px; }

aside.left {
  width: 27%;
  position: absolute;
  left: 0; }

aside.right {
  width: 27%;
  position: absolute;
  left: 0; }

.tpl-sidebar-none section.content {
  width: 100%; }

.tpl-sidebar-left section.content {
  float: right; }

.tpl-sidebar-left-right section.content {
  width: 50%;
  margin-left: 25%; }

.tpl-sidebar-left-right aside.left {
  margin-left: -75%; }

.pageTitle {
  margin: 0 0 40px 0; }

aside.right .submenublock {
  background: #d5075e;
  color: #fff;
  padding: 30px 0; }

aside.right .submenublock h3 {
  padding: 0 40px;
  color: #fff; }

/*=====================================================================
 * HEADER
 *=====================================================================*/
header.main {
  position: relative;
  z-index: 2; }

header.main .container, header.main .locationbox {
  position: relative; }

header.main .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  width: 200px;
  height: 143px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

header.main .mobileheader .mobilebuttons {
  display: none; }

header.main .langswitch {
  float: right; }

figure.main {
  position: relative;
  float: left;
  width: 70%;
  padding: 0;
  background: #fff; }

figure.main .imgcontainer {
  position: relative;
  height: 375px;
  background-color: #eee;
  overflow: hidden;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%); }

figure.main .imgholder {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.barholder {
  display: none; }

.feh.social.channel {
  position: absolute;
  top: 66px;
  right: 135px; }

.feh.social.channel ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .feh.social.channel ul li {
    display: block; }
    .feh.social.channel ul li:before {
      content: none; }
    .feh.social.channel ul li ul, .feh.social.channel ul li ol {
      list-style: none;
      padding: 0;
      margin: 0; }
  .feh.social.channel ul li {
    float: left; }

.feh.social.channel ul li {
  margin: 0 0 0 10px; }

.feh.social.channel ul li a {
  display: block;
  width: 42px;
  height: 42px;
  line-height: 47px;
  text-align: center;
  color: #fff;
  background: #a7cc45; }

.feh.social.channel ul li a:hover {
  background: #d5075e; }

/* Top navigation */
.topnav {
  position: absolute;
  top: 10px;
  right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.topnav ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .topnav ul li {
    display: block; }
    .topnav ul li:before {
      content: none; }
    .topnav ul li ul, .topnav ul li ol {
      list-style: none;
      padding: 0;
      margin: 0; }
  .topnav ul li {
    float: left; }

.topnav li a {
  display: block;
  width: 42px;
  height: 42px;
  line-height: 52px;
  padding: 0;
  text-align: center;
  color: #000;
  background-color: #a7cc45;
  border-radius: 30px;
  margin-left: 10px; }

.topnav li a span:after {
  content: '';
  font-size: 24px; }

.topnav li.login a span:after {
  content: '\e903'; }

.topnav li a span span {
  display: none; }

.topnav li a:hover {
  color: #fff; }

/* Search box */
.search.smallform {
  position: relative; }

.search.smallform input {
  width: 100%;
  border-width: 2px;
  padding: 0 40px 0 0;
  height: 42px;
  text-indent: 20px;
  border-color: #a7cc45;
  border-radius: 30px; }

.search.smallform button {
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
  height: 42px;
  line-height: 50px;
  padding: 0;
  text-align: center;
  background-color: #a7cc45;
  border-radius: 30px;
  color: #000; }

.search.smallform button:hover {
  color: #fff; }

.search.smallform button .search:after {
  content: '\e653';
  font-size: 21px; }

/* Langswitch */
.langswitch ul li {
  float: left; }

.langswitch ul li a {
  padding-left: 1em; }

/* Main navigation level 1*/
.mainnav {
  position: relative;
  float: right;
  z-index: 1;
  margin: 80px 0 0 0;
  zoom: 1;
  font-family: "Barlow", sans-serif; }
  .mainnav:before, .mainnav:after {
    content: ' ';
    display: table; }
  .mainnav:after {
    clear: both; }

.mainnav ul {
  margin: 0;
  list-style: none;
  padding: 0;
  margin: 0; }
  .mainnav ul li {
    display: block; }
    .mainnav ul li:before {
      content: none; }
    .mainnav ul li ul, .mainnav ul li ol {
      list-style: none;
      padding: 0;
      margin: 0; }
  .mainnav ul li {
    float: left; }

.mainnav ul li {
  position: relative;
  float: left;
  width: auto; }

.mainnav ul li:after {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  right: 0;
  width: 1px;
  height: 27px;
  border-right: 1px dotted #bbb; }

.mainnav ul li.last:after {
  display: none; }

.mainnav ul li a {
  position: relative;
  display: block;
  padding: 0 0 35px;
  margin: 0 12px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  color: #000; }

.mainnav ul li:first-child a {
  padding: 0 0 35px 0;
  margin: 0 12px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mainnav ul li:last-child a {
  padding: 0 0 35px 0;
  margin: 0 0 0 12px; }

.mainnav ul li a:hover {
  color: #a7cc45; }

.mainnav ul li.active a,
.mainnav ul li.open a {
  color: #a7cc45; }

.mainnav ul li.active a:after,
.mainnav ul li.open a:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #a7cc45; }

.mainnav ul ul {
  display: none; }

/* level 2 */
.mainnav ul li.open ul li a {
  padding: 5px 12px;
  color: #d5075e; }

.mainnav ul li.open ul li.active a,
.mainnav ul li.open ul li.open a {
  color: #a7cc45; }

/* level 3 */
.mainnav ul li.open ul li.open ul li a {
  color: #d5075e; }

.mainnav ul li.open ul li.open ul li.active a,
.mainnav ul li.open ul li.open ul li.open a {
  color: #a7cc45; }

.mainnav ul li ul {
  position: absolute;
  width: 250px;
  left: -999em;
  background: #eee; }

.mainnav ul ul li {
  float: none; }

.mainnav ul ul ul {
  margin: -2em 0 0 15em;
  background: #eee; }

.mainnav ul li:hover ul ul, .mainnav ul li:hover ul ul ul, .mainnav ul li.sfhover ul ul, .mainnav ul li.sfhover ul ul ul {
  left: -999em; }

.mainnav ul li:hover ul, .mainnav ul li li:hover ul, .mainnav ul li li li:hover ul, .mainnav ul li.sfhover ul, .mainnav ul li li.sfhover ul, .mainnav ul li li li.sfhover ul {
  left: auto; }

/* Sub navigation level 1*/
.subnav {
  list-style: none;
  padding: 0;
  margin: 0; }
  .subnav li {
    display: block; }
    .subnav li:before {
      content: none; }
    .subnav li ul, .subnav li ol {
      list-style: none;
      padding: 0;
      margin: 0; }

.subnav ul li {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 16px; }

.subnav ul li a {
  display: block;
  padding: 7px 20px 7px 80px;
  margin: 0;
  list-style: none;
  color: #fff;
  border-bottom: 1px dotted #a40548; }

.subnav ul li a:hover {
  background: #a40548;
  color: #fff; }

.subnav ul li a:before {
  content: '\e64d';
  display: block;
  position: absolute;
  left: 40px;
  top: 7px;
  border-radius: 30px;
  background-color: #000;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #fff; }

.subnav ul li.open a:before,
.subnav ul li.active a:before {
  content: '\e654'; }

.subnav ul li.active a {
  content: '\e654';
  background: #a40548; }

/* level 2 */
.subnav ul li ul {
  padding: 0;
  background: #bc0653;
  display: none; }

.subnav ul li.open ul {
  display: block; }

.subnav ul li.open ul li a {
  padding: 0  0 0 80px;
  color: #fff;
  content: none; }

.subnav ul li.open ul li a:before {
  display: none; }

.subnav ul li.open ul li.open a,
.subnav ul li.open ul li.active a {
  color: #35baeb; }

/* Monthnav */
.monthnav {
  margin: 0 0 0 53px;
  padding: 0;
  border-left: 4px solid #fff;
  font-family: "Barlow", sans-serif; }

.monthnav li {
  position: relative;
  display: block; }

.monthnav li:before {
  position: absolute;
  top: 12px;
  left: -9px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  content: '';
  background: #d5075e;
  border: 4px solid #e7f7fd; }

.monthnav li.active:before {
  background: #720432; }

.monthnav li a {
  display: block;
  padding: 5px 10px 5px 22px;
  color: #fff;
  font-weight: 600; }

.monthnav li.open a,
.monthnav li.active a {
  color: #720432; }

/*=====================================================================
 * MODULES
 *=====================================================================*/
.feh.social.share {
  margin: 30px 0 0 0;
  padding: 15px 0 35px 0;
  border-top: 1px dashed #b8e7f8;
  zoom: 1; }
  .feh.social.share:before, .feh.social.share:after {
    content: ' ';
    display: table; }
  .feh.social.share:after {
    clear: both; }

.feh.social.share p {
  float: left;
  display: inline-block;
  margin: 0 10px 0 0;
  line-height: 43px;
  font-size: 20px;
  font-size: 2rem;
  color: #35baeb;
  font-family: "Barlow", sans-serif; }

.feh.social.share ul {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0; }
  .feh.social.share ul li {
    display: block; }
    .feh.social.share ul li:before {
      content: none; }
    .feh.social.share ul li ul, .feh.social.share ul li ol {
      list-style: none;
      padding: 0;
      margin: 0; }
  .feh.social.share ul li {
    float: left; }

.feh.social.share ul li {
  margin: 0 0 0 10px; }

.feh.social.share ul li a {
  display: block;
  width: 42px;
  height: 42px;
  line-height: 47px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  background: #d5075e;
  border-radius: 100%; }

.feh.social.share ul li a:hover {
  background: #35baeb; }

.idf-home section.main {
  background: #fff; }

.idf-home section.main > .container, .idf-home section.main > .locationbox {
  width: 100%;
  max-width: 100%;
  padding: 0; }

.idf-home section.main .contentholder {
  padding: 0 0 50px; }

.idf-home section.content {
  padding: 0; }

.home.one .hometop {
  zoom: 1;
  background: #eff4f7;
  padding: 0 0 100px; }
  .home.one .hometop:before, .home.one .hometop:after {
    content: ' ';
    display: table; }
  .home.one .hometop:after {
    clear: both; }

.home.one .hometop > .container, .home.one .hometop > .locationbox {
  position: relative; }

.home.one .hometop .flexslider {
  background: transparent;
  -webkit-clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
  background: #d5075e;
  z-index: 1; }

.home.one .carousel {
  position: absolute;
  float: left;
  width: 60%;
  padding: 0;
  margin-bottom: 100px; }

.home.one .carousel .item {
  position: relative;
  height: 455px; }

.home.one .carousel figure {
  position: relative;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%); }

.home.one .carousel figure .imgholder {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #eee;
  overflow: hidden; }

.home.one .carousel .item figure figcaption {
  position: absolute;
  z-index: 2;
  top: auto;
  bottom: 30px;
  left: 30px;
  color: #fff;
  overflow: hidden;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  background: none;
  padding: 0;
  width: 60%; }

.home.one .carousel .item figure figcaption .title {
  padding: 0 0 10px;
  margin: 0;
  color: #fff;
  font-size: 40px;
  line-height: 40px;
  text-shadow: 0px 0px 15px black; }

.home.one .carousel .item figure figcaption .subtitle {
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-shadow: 0px 0px 10px black; }

.home.one .carousel .item figure figcaption .readmore {
  /* tijdelijk uit vanwege Alpha scholen */
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 40px;
  line-height: 43px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.1); }

.home.one .carousel .item figure figcaption .readmore:before {
  content: '\e611'; }

.home.one .carousel .item figure figcaption .readmore:hover {
  background: rgba(0, 0, 0, 0.4); }

.home.one .carousel .flex-controls {
  display: none; }

.home.one .carousel .flex-controls .flex-control-nav li {
  margin: 0; }

.home.one .carousel .flex-controls .flex-control-nav {
  text-align: right;
  padding: 0 20px; }

.home.one .carousel .flex-controls .flex-control-nav a {
  width: 12px;
  height: 12px;
  text-align: left;
  background: #fff;
  border: 2px solid #fff; }

.home.one .carousel .flex-controls .flex-control-nav a.flex-active {
  background: #35baeb; }

.home.one .directlinksbox {
  position: relative;
  float: right;
  width: 47%;
  margin-bottom: 100px;
  min-height: 455px; }

.home.one .directlinks {
  color: #fff;
  padding: 60px 50px 80px 34%;
  background: #d5075e; }

.home.one .directlinks .title {
  font-size: 34px;
  font-weight: 700;
  color: #fff; }

.home.one .directlinks .items {
  padding: 0;
  margin: 0;
  border-top: 1px dotted #a40548; }

.home.one .directlinks .items li {
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 18px; }

.home.one .directlinks .items li a {
  display: block;
  padding: 7px 20px 7px 65px;
  margin: 0;
  list-style: none;
  color: #fff;
  border-bottom: 1px dotted #a40548; }

.home.one .directlinks .items li a:hover {
  color: #a40548; }

.home.one .directlinks .items li a:before {
  content: '\e64d';
  display: block;
  position: absolute;
  left: 20px;
  top: 7px;
  border-radius: 30px;
  background-color: #000;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #fff; }

.home.one .directlinks + .video {
  display: none; }

.home.one .introbox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.home.one .introbox .intro.widget {
  width: calc(100% - 430px); }

.home.one .introbox h1.title {
  font-weight: 700;
  font-size: 46px;
  margin: 0 0 20px;
  color: #252525; }

.home.one .introbox .upper-title {
  font-size: 20px;
  color: #d5075e;
  font-weight: 700; }

.home.one .introbox p.intro {
  margin: 0 0 20px; }

.home.one .introbox a {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  text-decoration: underline; }

.home.one .video {
  position: relative;
  width: 255px;
  margin-right: 8%; }

.home.one .video figure {
  -webkit-clip-path: polygon(0 0, 100% 5%, 95% 95%, 3% 100%); }

.home.one .video figure .vidbtn {
  display: block;
  position: absolute;
  margin-left: -30px;
  left: 50%;
  top: 80px;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  border: 5px solid #fff;
  cursor: pointer;
  text-align: center;
  line-height: 65px;
  -webkit-box-shadow: 4px 3px 39px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 4px 3px 39px 1px rgba(0, 0, 0, 0.5); }

.home.one .video figure:hover .vidbtn {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.home.one .video figure .vidbtn:after {
  content: '\e905';
  color: #fff;
  font-size: 30px; }

.home.one .video:before {
  position: absolute;
  content: '\e902';
  font-size: 80px;
  left: -50px;
  top: 0;
  z-index: 10;
  color: #a7cc45;
  opacity: 0.8; }

.home.one .video:after {
  position: absolute;
  content: '\e902';
  font-size: 80px;
  right: -40px;
  bottom: 10px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #d5075e;
  opacity: 0.8;
  z-index: 11; }

.home.one .video .videotxt {
  position: absolute;
  right: -50px;
  top: -40px;
  background: #000;
  color: #fff;
  border-radius: 100%;
  display: block;
  width: 100px;
  height: 100px;
  z-index: 11;
  font-family: "Barlow", sans-serif;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  padding: 33px 0 0 0; }

.hometop + .widgets {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eff4f7), color-stop(10%, #fff));
  background: -webkit-linear-gradient(top, #eff4f7 20%, #fff 10%);
  background: -o-linear-gradient(top, #eff4f7 20%, #fff 10%);
  background: linear-gradient(to bottom, #eff4f7 20%, #fff 10%); }

.hometop + .widgets.displayed-second {
  background: #fff; }

.home.one .currents {
  zoom: 1;
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, #35baeb), color-stop(50%, #a7cc45));
  background: -webkit-linear-gradient(right, #35baeb 50%, #a7cc45 50%);
  background: -o-linear-gradient(right, #35baeb 50%, #a7cc45 50%);
  background: linear-gradient(to left, #35baeb 50%, #a7cc45 50%);
  padding: 50px 0;
  -webkit-clip-path: polygon(0 0, 100% 5%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 5%, 100% 95%, 0% 100%); }
  .home.one .currents:before, .home.one .currents:after {
    content: ' ';
    display: table; }
  .home.one .currents:after {
    clear: both; }

.home.one .currents article {
  float: left;
  width: 50%; }

.home.one .currents article .widget {
  position: relative; }

.home.one .currents article .widget .toptitle {
  color: #fff;
  line-height: 1; }

.home.one .currents .news .toptitle {
  display: block;
  position: relative;
  padding: 20px 20px 20px 40px;
  font-size: 34px;
  font-weight: 700;
  font-family: "Barlow", sans-serif; }

.home.one .currents .news {
  padding: 0 10% 0 0; }

.home.one .currents .news ul {
  border-top: 1px dotted #8cae30; }

.home.one .currents .news ul li {
  display: block;
  position: relative;
  padding: 15px 70px 15px 40px;
  margin: 0;
  list-style: none;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  border-bottom: 1px dotted #8cae30; }

.home.one .currents .news ul li .date {
  font-size: 16px;
  font-weight: 600;
  color: #000; }

.home.one .currents .news ul li a {
  display: block;
  margin: 0;
  list-style: none;
  color: #fff;
  font-size: 20px;
  font-family: "Barlow", sans-serif; }

.home.one .currents .news ul li a:hover {
  color: #7c9a2a; }

.home.one .currents .news ul li:after {
  content: '\e64d';
  display: block;
  position: absolute;
  right: 20px;
  top: 46px;
  border-radius: 30px;
  background-color: #000;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #fff; }

.home.one .currents article .news footer {
  z-index: 1;
  bottom: -50px;
  right: 0;
  left: 0;
  height: 90px;
  padding: 55px 40px 5px 40px; }

.home.one .currents article .news footer a {
  color: #fff;
  font-family: "Barlow", sans-serif;
  text-decoration: underline; }

.home.one .currents article .news footer a:hover {
  text-decoration: none; }

.home.one .currents .agenda .toptitle {
  display: block;
  position: relative;
  padding: 20px 20px 20px 30px;
  font-size: 34px;
  font-weight: 700;
  font-family: "Barlow", sans-serif; }

.home.one .currents .agenda {
  padding: 0 0 0 10%; }

.home.one .currents .agenda ul {
  border-top: 1px dotted #1392c0; }

.home.one .currents .agenda ul li {
  display: block;
  position: relative;
  padding: 25px 70px 35px 170px;
  margin: 0;
  list-style: none;
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  border-bottom: 1px dotted #1392c0; }

.home.one .currents .agenda ul li .date {
  font-size: 16px;
  font-weight: 600;
  color: #000; }

.home.one .currents .agenda ul li a {
  display: block;
  margin: 0;
  list-style: none;
  color: #fff;
  font-size: 20px;
  font-family: "Barlow", sans-serif; }

.home.one .currents .agenda ul li a:hover {
  color: #1392c0; }

.home.one .currents article .agenda footer {
  z-index: 1;
  bottom: -50px;
  right: 0;
  left: 0;
  height: 90px;
  padding: 55px 40px 5px 30px; }

.home.one .currents article .agenda footer a {
  color: #fff;
  font-family: "Barlow", sans-serif;
  text-decoration: underline; }

.home.one .currents article .agenda footer a:hover {
  text-decoration: none; }

.timeholder {
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -35px;
  background: #fff;
  zoom: 1; }
  .timeholder:before, .timeholder:after {
    content: ' ';
    display: table; }
  .timeholder:after {
    clear: both; }

.calsheet {
  padding: 0;
  margin: 0;
  width: 60px;
  height: 70px;
  background: none;
  color: #000; }

.calsheet.enddate {
  float: right; }

.calsheet .day {
  margin: 0;
  font-size: 35px;
  height: 48px;
  line-height: 46px;
  font-weight: bold; }

.calsheet .month {
  margin: 0;
  background-color: #1392c0;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 18px;
  height: 22px; }

.locationbox {
  zoom: 1; }
  .locationbox:before, .locationbox:after {
    content: ' ';
    display: table; }
  .locationbox:after {
    clear: both; }

.widgets .locationbox {
  padding-top: 100px;
  padding-bottom: 100px; }

.locationbox .title {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 40px;
  font-weight: 700;
  text-align: center; }

.locationbox .subtitle {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #fff; }

.location.widget .map {
  margin: 30px 0 40px 0;
  overflow: hidden; }

.location.widget .map #map_canvas {
  height: 495px; }

.location.widget .infoBox {
  position: relative;
  margin: 0;
  padding: 25px;
  width: 320px;
  height: 155px;
  background: #fff;
  zoom: 1; }
  .location.widget .infoBox:before, .location.widget .infoBox:after {
    content: ' ';
    display: table; }
  .location.widget .infoBox:after {
    clear: both; }

.location.widget .infoBox:after {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: -13px;
  height: 21px;
  width: 44px;
  content: '';
  background: url(/image/infoboxhook.png) no-repeat;
  margin-left: -22px; }

.location.widget .infoBox:before {
  position: absolute;
  width: 40px;
  height: 36px;
  top: 0;
  right: 0;
  background: #a7cc45;
  content: '\e906';
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  color: #000;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%); }

.location.widget .infoBox img {
  position: absolute;
  width: 40px;
  height: 36px;
  top: -20px;
  right: -20px;
  margin: 0 !important;
  opacity: 0; }

.location.widget .locationtitle {
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #000; }

.location.widget .locationtitle a {
  color: inherit; }

.location.widget .locationinfo {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 19px; }

.location.widget .locationnav a {
  display: inline-block; }

.location.widget .locationnav a.readon {
  font-weight: 600; }

.location.widget .locationnav a.readon,
.location.widget .locationnav a.button,
.location.widget .locationnav a.readon {
  margin: 0 10px 0 0;
  font-size: 15px;
  font-size: 1.5rem;
  color: #000;
  background: #f7c319;
  border-radius: 25px 25px 25px 25px;
  font-weight: 600;
  font-size: 14px; }

.location.widget .locationnav a.readon:hover,
.location.widget .locationnav a.button:hover,
.location.widget .locationnav a.readon:hover {
  background: #bd9207; }

.socialbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.socialbox .socialfeed {
  width: 48%;
  padding: 40px;
  background: #bbb;
  color: #fff; }

.socialbox .socialfeed:first-of-type {
  background-color: #3B5998; }

.socialbox .socialfeed:last-of-type {
  background-color: #1DA1F2; }

.socialbox .socialfeed .cloud {
  height: auto !important; }

.socialbox .socialfeed .cloud .title {
  color: #fff;
  font-size: 40px;
  font-weight: 700; }

.socialbox .socialfeed .cloud .text {
  color: #fff; }

.socialbox .socialfeed .cloud .text a {
  color: #fff;
  text-decoration: underline; }

.socialbox .socialfeed .cloudinfo {
  margin: 10px 0 0 0; }

.socialbox .socialfeed .cloudinfo .date {
  font-family: "Barlow", sans-serif;
  font-weight: 600; }

.home.one .spotlightbox {
  margin: 150px 0 50px;
  zoom: 1; }
  .home.one .spotlightbox:before, .home.one .spotlightbox:after {
    content: ' ';
    display: table; }
  .home.one .spotlightbox:after {
    clear: both; }

.home.one .spotlightbox .spotblocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.home.one .spotlightbox .spotblocks .block {
  width: 32%;
  margin: 0;
  padding: 0; }

.home.one .spotlightbox .spotblocks .block .label {
  position: absolute;
  display: inline-block;
  padding: 2px 20px;
  right: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 98% 100%, 5% 100%);
  clip-path: polygon(0 0, 100% 0, 98% 100%, 5% 100%);
  background-color: #35baeb;
  z-index: 10;
  font-weight: 700; }

.home.one .spotlightbox .spotblocks .block:first-of-type .label {
  background-color: #d5075e; }

.home.one .spotlightbox .spotblocks .block:last-of-type .label {
  background-color: #a7cc45;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%); }

.home.one .spotlightbox .spotblocks .block a {
  position: relative;
  display: block;
  padding: 0;
  background: #fff;
  overflow: hidden;
  color: #000; }

.home.one .spotlightbox .spotblocks .block figure {
  position: relative;
  height: 220px;
  margin: 0 0 15px 0;
  overflow: hidden; }

.home.one .spotlightbox .spotblocks .block:nth-child(1) figure {
  -webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%); }

.home.one .spotlightbox .spotblocks .block:nth-child(2) figure {
  -webkit-clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
  clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%); }

.home.one .spotlightbox .spotblocks .block:nth-child(3) figure {
  -webkit-clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%); }

.home.one .spotlightbox .spotblocks .block .title {
  margin: 0 0 10px;
  padding: 0 10px;
  font-size: 20px;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  color: #000; }

.idf-news-list section.content {
  background: #eff4f7; }

.idf-news-list aside.right {
  margin-top: 138px; }

.news.list .items {
  margin: 0 -40px 0 -75px; }

.news.list .item {
  margin: 0 0 50px;
  padding: 40px 40px 40px 75px;
  zoom: 1;
  background: #fff; }
  .news.list .item:before, .news.list .item:after {
    content: ' ';
    display: table; }
  .news.list .item:after {
    clear: both; }

.news.list .item figure {
  float: right;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 100% 5%, 95% 95%, 3% 100%);
  clip-path: polygon(0 0, 100% 5%, 95% 95%, 3% 100%);
  width: 30%; }

.news.list .item .text {
  float: left;
  font-size: 16px;
  font-size: 1.6rem;
  width: 65%; }

.news.list .item .text .date {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  color: #d5075e; }

.news.list .item .text .title {
  font-size: 28px;
  color: #000;
  font-weight: 700; }

.news.list .item .text .title a {
  color: #000; }

.news.list .item .text .title a:hover {
  color: #35baeb; }

.idf-news-one section.content {
  background: #eff4f7; }

.idf-news-one aside.right {
  margin-top: 50px; }

.news.one {
  background: #fff;
  margin: 0 -40px 0 -75px;
  padding: 40px 40px 40px 75px; }

.news.one .date {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  color: #d5075e; }

.news.one figure {
  float: right;
  width: 40%;
  margin: 0 0 20px 20px;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 100% 5%, 95% 95%, 3% 100%);
  clip-path: polygon(0 0, 100% 5%, 95% 95%, 3% 100%); }

.idf-agenda-list section.content {
  background: #eff4f7; }

.idf-agenda-list .pageTitle {
  margin: 0 0 40px 65px; }

.idf-agenda-list aside.right {
  margin-top: 138px; }

.agenda.list .items {
  margin: 0 -40px 0 -75px; }

.agenda.list .item {
  position: relative;
  margin: 0 0 20px;
  padding: 0;
  background: #fff;
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.agenda.list .item:last-child {
  border-bottom: none; }

.agenda.list .item .timeholder {
  position: static;
  width: 72px;
  top: auto;
  left: auto;
  margin-top: 0; }

.agenda.list .item.hasenddate .timeholder {
  position: static;
  width: 144px; }

.agenda.list .item .calsheet {
  margin-right: 0; }

.agenda.list .item .calsheet .day {
  background: #35baeb;
  color: #fff; }

.agenda.list .item .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  font-size: 28px;
  color: #000;
  font-weight: 700;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  padding: 10px 20px 10px 73px; }

.agenda.list .item.hasenddate .text {
  padding: 10px 20px 10px 20px; }

.agenda.list .item .text .title {
  position: relative;
  color: #000;
  margin: 0;
  padding: 0; }

.idf-agenda-one section.content {
  background: #eff4f7; }

.idf-agenda-one aside.right {
  margin-top: 50px; }

.agenda.one header h1 {
  padding: 12px 0 0 140px; }

.agenda.one article {
  position: relative; }

.agenda.one figure {
  float: right;
  width: 40%;
  margin: 0 0 20px 20px;
  border-radius: 30px 0 30px 30px;
  overflow: hidden; }

.agenda.one .timeholder {
  display: inline-block;
  top: 0;
  left: 0;
  margin-top: 0; }

.photoalbum.list .albums {
  margin: 0 -10px; }

.photoalbum.list .albums .album {
  width: 33.33%;
  margin: 0 0 20px 0; }

.photoalbum.list .albums .album a {
  display: block;
  padding: 10px 10px 30px 10px;
  margin: 0 10px;
  border: 2px solid #35baeb; }

.photoalbum.list .albums .album figure {
  position: relative;
  margin: 0 0 20px 0;
  overflow: hidden; }

.photoalbum.list .albums .album figure img {
  position: relative;
  z-index: 1; }

.photoalbum.list .albums .album figure .total {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  padding: 0 15px 0 25px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  background: #d5075e; }

.photoalbum.list .albums .album .title {
  margin: 0;
  padding: 0;
  font-weight: 600;
  color: #d5075e;
  font-size: 16px;
  font-family: "Barlow", sans-serif; }

.photoalbum.one .photos {
  margin: 0 -10px; }

.photoalbum.one .photos .photo figure {
  margin: 0 10px 0 10px;
  overflow: hidden; }

.photoalbum.one .photos .photo a {
  margin: 0; }

.idf-video .content > table {
  margin: 0 0 20px; }

.td3_0 {
  padding-right: 10px; }

.td3_1 {
  padding-left: 5px;
  padding-right: 5px; }

.td3_2 {
  padding-left: 10px; }

.staff.list .items {
  margin: 0 -10px;
  padding: 0;
  list-style: none;
  zoom: 1; }
  .staff.list .items:before, .staff.list .items:after {
    content: ' ';
    display: table; }
  .staff.list .items:after {
    clear: both; }

.staff.list .items .item {
  float: left;
  width: 33.33%;
  margin: 0 0 20px 0; }

.staff.list .items .item .inner {
  display: block;
  padding: 10px 10px 30px 10px;
  margin: 0 10px;
  border: 2px solid #d5075e; }

.staff.list .items .item figure {
  position: relative;
  margin: 0 0 20px 0;
  overflow: hidden; }

.staff.list .items .item figure img {
  position: relative;
  z-index: 1; }

.staff.list .items .item figure .total {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  padding: 0 15px 0 25px;
  font-size: 18px;
  color: #fff;
  background: #35baeb;
  border-radius: 0 15px 0 0; }

.staff.list .items .item figure .total:before {
  position: absolute;
  z-index: 2;
  left: 5px;
  top: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #b8e7f8;
  content: "\e627"; }

.staff.list .items .item .name {
  margin: 0;
  padding: 0;
  font-weight: 600;
  color: #d5075e;
  font-size: 16px;
  font-family: "Barlow", sans-serif; }

.staff.list .items .item ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.staff.list .items .item ul li {
  color: #35baeb; }

.contact.layout .formbox {
  float: none;
  width: auto;
  margin: 0 0 40px 0; }

.contact.layout .formbox .fbElement.fbButton {
  margin: 10px 0; }

aside.right .addressbox {
  padding: 60px 50px;
  color: #fff;
  background: #d5075e; }

aside.right .addressbox .title {
  font-size: 20px;
  margin: 0 0 10px 0;
  color: #fff; }

aside.right .addressbox a {
  color: #fff;
  text-decoration: underline; }

aside.right .addressbox a:hover {
  text-decoration: none; }

.searchresults .intro {
  color: #bbb;
  margin: 0; }

.searchresults ol li {
  margin: 0;
  padding: 30px 0;
  border-bottom: 1px dotted #bbb; }

.searchresults ol li:last-child {
  border-bottom: none; }

.searchresults ol li h3 {
  font-size: 20px;
  margin: 0 0 5px 0; }

.searchresults ol li h3 a {
  color: #d5075e; }

.searchresults ol li h3 a:hover {
  color: #35baeb; }

/*=====================================================================
 * FOOTER
 *=====================================================================*/
footer.main {
  position: relative;
  z-index: 1;
  zoom: 1;
  background: #d5075e; }
  footer.main:before, footer.main:after {
    content: ' ';
    display: table; }
  footer.main:after {
    clear: both; }

footer.main .footertop {
  position: relative;
  margin-top: 60px;
  zoom: 1; }
  footer.main .footertop:before, footer.main .footertop:after {
    content: ' ';
    display: table; }
  footer.main .footertop:after {
    clear: both; }

footer.main .footertop .logo {
  display: block;
  max-width: 248px;
  margin: 0 auto; }

footer.main .footertop .contactinfo {
  margin: 40px 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-family: "Barlow", sans-serif; }

footer.main .footertop .contactinfo li {
  margin: 0 20px;
  padding: 0;
  list-style: none; }

footer.main .footertop .contactinfo li:before {
  display: none; }

footer.main .footertop .contactinfo li a {
  color: #fff; }

footer.main .socialcolors {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

footer.main .socialcolors li {
  margin: 0;
  padding: 0 5px;
  list-style: none; }

footer.main .socialcolors li a {
  display: block;
  border-radius: 100%;
  background: #000;
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 42px; }

footer.main .socialcolors li a .facebook:before {
  content: '\e661'; }

footer.main .socialcolors li a .twitter:before {
  content: '\e65f'; }

footer.main .socialcolors li a .youtube:before {
  content: '\e900'; }

footer.main .socialcolors li a .linkedin:before {
  content: '\e669'; }

footer.main .socialcolors li.newsletter a {
  border-radius: 35px;
  width: auto;
  padding: 0 12px;
  font-size: 16px;
  font-weight: 700; }

footer.main .credits {
  margin-bottom: 60px;
  padding-top: 30px;
  zoom: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000;
  font-size: 14px; }
  footer.main .credits:before, footer.main .credits:after {
    content: ' ';
    display: table; }
  footer.main .credits:after {
    clear: both; }

footer.main .credits a {
  color: #000; }

footer.main .credits ul {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left; }
  footer.main .credits ul li {
    display: block; }
    footer.main .credits ul li:before {
      content: none; }
    footer.main .credits ul li ul, footer.main .credits ul li ol {
      list-style: none;
      padding: 0;
      margin: 0; }
  footer.main .credits ul li {
    float: left; }

footer.main .credits ul li {
  margin: 0 1em;
  border-bottom: 1px solid #000; }

footer.main .credits ul li.first {
  padding-left: 0;
  border: 0; }

footer.main .credits ul.secondary {
  float: right; }

footer.main .credits ul.secondary li {
  border-left: 0; }

footer.main .credits ul.secondary li.last {
  padding-right: 0;
  border: 0; }

/*=====================================================================
 * TRANSITIONS & ANIMATIONS
 *=====================================================================*/
.button, .location.widget .locationnav a.readon,
.wrapper,
textarea,
.home.one .currents .news ul li a,
.home.one .currents article .agenda footer a,
.location.widget .locationnav a.readon,
.location.widget .locationnav a.button,
.location.widget .locationnav a.readon,
.vidbtn {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.animated-element {
  -webkit-animation: fade-in 1s forwards;
  animation: fade-in 1s forwards; }

/*=====================================================================
 * MEDIA QUERIES
 *=====================================================================*/
@media screen {
  body.is-dev:after {
    content: 'desktop';
    position: fixed;
    right: 1em;
    bottom: 1em;
    z-index: 999;
    padding: .5em 1em;
    border-radius: 1em;
    opacity: .5;
    font: italic 20px Georgia;
    color: #fff;
    background: #d3d3d3;
    text-shadow: 0 1px rgba(0, 0, 0, 0.5); } }

@media screen and (max-width: 1340px) {
  /*=====================================================================
 *
 * Author: Nedbase - www.nedbase.nl
 *
 * Tablet styles (for both Portrait and Landscape)
 *
 *=====================================================================*/
  body.is-dev:after {
    content: 'tablet';
    background: pink; } }

@media screen and (max-width: 1340px) and (orientation: landscape) {
  /*=====================================================================
 *
 * Author: Nedbase - www.nedbase.nl
 *
 * Tablet styles (for Landscape only)
 *
 *=====================================================================*/
  body.is-dev:after {
    content: 'tablet-landscape';
    background: hotpink; } }

@media screen and (max-width: 1340px) and (orientation: portrait) {
  /*=====================================================================
 *
 * Author: Nedbase - www.nedbase.nl
 *
 * Tablet styles (for Portrait only)
 *
 *=====================================================================*/
  body.is-dev:after {
    content: 'tablet-portrait';
    background: deeppink; } }

@media screen and (max-width: 767px) {
  /*=====================================================================
 *
 * Author: Nedbase - www.nedbase.nl
 *
 * Mobile styles (for both Portrait and Landscape)
 *
 *====================================================================*/
  body.is-dev:after {
    content: 'mobile';
    background: darkblue; }
  body {
    overflow-x: hidden;
    padding-top: 50px; }
  .wrapper {
    position: relative;
    min-height: calc(100vh - 50px); }
  h1 {
    font-size: 28px;
    font-size: 2.8rem; }
  h2 {
    font-size: 22px;
    font-size: 2.2rem; }
  h3, .title {
    font-size: 18px;
    font-size: 1.8rem; }
  h4 {
    font-size: 14px;
    font-size: 1.4rem; }
  .container, .locationbox {
    width: 94%;
    margin: 0 3%;
    min-width: 0;
    padding: 0;
    max-width: none;
    background: none; }
  .labelwrapper, .inputwrapper {
    width: 100%;
    float: none; }
  label {
    padding: 0 0 5px 0; }
  label.error {
    margin-left: 0; }
  /*=====================================================================
 * LAYOUT
 *=====================================================================*/
  section.content {
    width: 100%;
    float: none !important;
    min-height: 0; }
  aside.left {
    width: auto;
    float: none !important; }
  aside.right {
    width: auto;
    float: none !important; }
  .tpl-sidebar-left-right section.content {
    width: auto;
    margin-left: 0; }
  .tpl-sidebar-left-right aside.left {
    margin-left: 0; }
  .widget figure img {
    width: 100%; }
  /* Section main */
  section.main {
    padding-top: 15px; }
  section.main .contentholder {
    padding: 0;
    margin: 0; }
  .tpl-sidebar-right section.main .contentholder {
    padding: 0;
    margin: 0 0 40px 0;
    background: #fff; }
  .tpl-sidebar-right section.main .contentholder section.content {
    padding: 30px; }
  .tpl-sidebar-right .submenublock {
    display: none; }
  figure.main {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0; }
  figure.main .imgholder,
  figure.main .imgcontainer {
    height: 230px; }
  .barholder {
    display: none; }
  nav.meta a {
    margin: 0 0 10px 0 !important; }
  nav.meta .prevnext {
    float: none; }
  /*=====================================================================
 * HEADER
 *=====================================================================*/
  header.main {
    position: absolute;
    left: -101%;
    top: 0;
    min-height: 100%;
    width: 100%;
    background: #d5075e;
    -webkit-transition: left 500ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: left 500ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: left 500ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5); }
  header.main.open {
    left: -3%; }
  header.main > .container, header.main > .locationbox {
    margin: 0 0 0 3%;
    width: 97%; }
  header.main .mobileheader {
    display: block;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #fff;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); }
  header.main .mobileheader .logo {
    margin: 0 0 0 3%;
    max-height: 40px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 120px; }
    .oldie header.main .mobileheader .logo {
      top: 0; }
  header.main .mobileheader .logo img {
    max-height: 40px; }
  header.main .mobileheader .mobilebuttons {
    display: block;
    margin-right: 3%;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .oldie header.main .mobileheader .mobilebuttons {
      top: 0; }
  header.main .mobileheader .mobilebuttons a {
    font-size: 22px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    float: left;
    margin-left: .3em;
    color: #d5075e; }
  header.main .mobileheader .mobilebuttons .icon.home:before {
    content: '\e901'; }
  header.main .mobileheader .mobilebuttons .icon.list:before {
    content: '\e60c'; }
  header.main .mobileheader .mobilebuttons .icon.search:before {
    content: '\e653'; }
  header.main .search.smallform {
    float: none;
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    padding: 15px 60px 15px 3%;
    width: 100%;
    background: #d5075e;
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1) translateX(0) translateY(0) translateZ(0) skew(0deg, 0deg);
    -ms-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1) translateX(0) translateY(0) translateZ(0) skew(0deg, 0deg);
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1) translateX(0) translateY(0) translateZ(0) skew(0deg, 0deg);
    display: none; }
  header.main .search.smallform input {
    border: 0;
    text-indent: 20px;
    border-radius: 0; }
  header.main .search.smallform button {
    width: 42px;
    height: 42px;
    line-height: 34px;
    font-size: 24px;
    font-size: 2.4rem;
    right: 10px;
    top: 15px; }
  .topnav {
    position: static;
    margin-top: 10px;
    margin-right: 3%; }
  .topnav ul li {
    float: none;
    width: auto; }
  .topnav li a {
    padding: 10px 0 !important;
    font-size: 14px;
    border-right: none;
    border-bottom: 1px dashed #eff9fd;
    line-height: 34px; }
  .topnav li:last-child a {
    padding: 0;
    border: none; }
  .feh.social.channel {
    display: none; }
  /* Main navigation level 1*/
  .mainnav {
    zoom: 1;
    background: transparent;
    padding: 1em 3%;
    margin: 0;
    float: none; }
    .mainnav:before, .mainnav:after {
      content: ' ';
      display: table; }
    .mainnav:after {
      clear: both; }
  .mainnav ul li {
    display: block;
    clear: both;
    width: 100%;
    float: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .mainnav ul li:first-child a {
    padding: 10px 0;
    margin: 0; }
  .mainnav ul li a {
    line-height: 1.2;
    padding: 10px 0;
    margin: 0;
    border-right: none;
    color: #fff; }
  .mainnav ul li ul {
    display: none; }
  .mainnav ul li:after {
    display: none; }
  .mainnav ul li.active a:after,
  .mainnav ul li.open a:after {
    display: none; }
  .mainnav ul li:last-child a {
    margin: 0;
    padding: 10px 0; }
  /* level 2 */
  .mainnav ul li.open ul {
    display: block;
    position: static;
    width: auto;
    padding: 0 0 10px 20px;
    background: none; }
  .mainnav ul li.open ul ul {
    display: none; }
  .mainnav ul li.open ul li {
    border: none; }
  .mainnav ul li.open ul li a {
    padding: 10px 0;
    font-size: 15px;
    font-weight: 400;
    color: #fff; }
  /* level 3 */
  .mainnav ul li.open ul li.open ul {
    display: block;
    margin: 0; }
  .mainnav ul li.open ul li.open ul a {
    padding-left: 2em; }
  /*=====================================================================
 * MODULES
 *=====================================================================*/
  .idf-home section.main {
    padding: 0;
    width: 100%; }
  .idf-home section.main > .container, .idf-home section.main > .locationbox,
  .idf-home section.main > .locationbox {
    width: 100%;
    margin: 0; }
  .idf-home section.main .contentholder {
    padding: 0; }
  .home.one .hometop {
    margin: 0;
    padding: 0; }
  .home.one .hometop > .container, .home.one .hometop > .locationbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .home.one .carousel {
    position: relative;
    width: 100%;
    float: none;
    padding: 0;
    margin: 20px 0 0 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .home.one .carousel .flexslider {
    background: none;
    -webkit-clip-path: none;
    clip-path: none; }
  .home.one .carousel figure {
    -webkit-clip-path: none;
    clip-path: none; }
  .home.one .carousel .item figure figcaption {
    padding: 30px 30px 20px; }
  .home.one .carousel .item figure figcaption .title {
    font-size: 7vw;
    padding: 0;
    line-height: 30px; }
  .home.one .carousel .item figure figcaption .subtitle {
    font-size: 16px; }
  .home.one .directlinksbox {
    position: relative;
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    right: auto;
    min-height: 0; }
  .home.one .directlinksbox .video {
    display: none; }
  .home.one .directlinks {
    padding: 30px; }
  .home.one .directlinks .items li a:before {
    left: 10px; }
  .home.one .directlinks .items li a {
    padding: 7px 20px 7px 50px; }
  .home.one .introbox {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: auto;
    padding: 30px 30px;
    margin: 0 0 40px 0;
    background: #fff; }
  .home.one .introbox .intro.widget {
    display: block;
    width: 100%; }
  .home.one .introbox .intro.widget {
    font-size: 14px; }
  .home.one .introbox .intro.widget h1 {
    font-size: 40px; }
  .home.one .video {
    display: none; }
  .home.one .carousel .item {
    height: auto; }
  .home.one .carousel figure {
    padding: 0; }
  .home.one .carousel figure .imgholder {
    position: static;
    height: 250px; }
  .home.one .carousel .item figure figcaption {
    bottom: 0;
    left: 0;
    right: 0;
    width: auto; }
  .home.one .carousel .flex-controls {
    display: none; }
  .home.one .currents {
    padding: 0;
    margin: 0;
    -webkit-clip-path: none;
    clip-path: none;
    background: none; }
  .home.one .currents article {
    float: none;
    width: auto; }
  .home.one .currents > .container, .home.one .currents > .locationbox {
    margin: 0;
    width: 100%; }
  .home.one .currents .widget {
    margin: 0;
    padding: 0; }
  .home.one .currents .widget .inner {
    height: auto !important; }
  .home.one .currents .newsbox {
    background: #a7cc45;
    padding: 30px 20px; }
  .home.one .currents .news .toptitle,
  .home.one .currents .news ul li,
  .home.one .currents article .news footer {
    padding-left: 0; }
  .home.one .currents .agendabox {
    background: #35baeb;
    padding: 30px 20px; }
  .home.one .currents .agenda .toptitle,
  .home.one .currents article .agenda footer {
    padding-left: 0; }
  .home.one .currents .agenda ul li {
    padding: 15px 20px 20px 90px; }
  .timeholder {
    left: -24px;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6); }
  .home.one .socialbox {
    padding: 30px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .home.one .socialbox > * {
    width: 100%; }
  .home.one .socialbox .socialfeed {
    margin: 0 0 20px; }
  .home.one .spotlightbox {
    margin: 0; }
  .home.one .spotlightbox .spotblocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 50px 0 0; }
  .home.one .spotlightbox .spotblocks .block {
    width: 100%;
    margin: 0 0 40px; }
  .home.one .spotlightbox .spotblocks .block figure {
    width: 100%;
    -webkit-clip-path: none !important;
    clip-path: none !important; }
  .widgets .locationbox {
    padding: 30px 0 0; }
  .location.widget .map #map_canvas {
    height: 385px; }
  .idf-news-list section.content {
    padding: 30px 0 0 0 !important; }
  .news.list .items {
    padding: 0;
    margin: 0; }
  .news.list .item {
    padding: 30px;
    margin: 0 0 20px; }
  .news.list .item figure {
    float: none;
    width: auto;
    margin: 0 0 20px 0; }
  .news.list .item .text {
    float: none;
    width: auto; }
  .idf-news-one section.content {
    padding: 30px 0 0 0 !important; }
  .news.one {
    margin: 0;
    padding: 30px; }
  .news.one figure {
    float: none;
    width: auto;
    margin: 0 0 20px 0; }
  .idf-agenda-list section.content {
    padding: 30px 0 0 0 !important; }
  .idf-agenda-list .pageTitle {
    margin: 0 0 30px; }
  .agenda.list {
    padding: 0; }
  .agenda.list .items {
    margin: 0; }
  .agenda.list .item .timeholder {
    float: none;
    display: inline-block;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 60px; }
  .agenda.list .item .text {
    float: none;
    width: auto;
    zoom: 1; }
    .agenda.list .item .text:before, .agenda.list .item .text:after {
      content: ' ';
      display: table; }
    .agenda.list .item .text:after {
      clear: both; }
  .agenda.list .item .text .title {
    margin: 0;
    padding: 10px; }
  .agenda.one header h1 {
    padding: 12px 0 0 0; }
  .agenda.one .timeholder {
    position: relative;
    float: none;
    display: inline-block;
    margin: 0 0 30px 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    width: 120px; }
  .photoalbum.list .albums {
    margin: 0; }
  .photoalbum.list .albums .album {
    float: none;
    width: auto;
    padding: 0; }
  .photoalbum.list .albums .album a {
    margin: 0; }
  .staff.list .items {
    margin: 0; }
  .staff.list .items .item {
    float: none;
    width: auto; }
  .staff.list .items .item .inner {
    margin: 0;
    height: auto !important; }
  .idf-contact aside.right {
    position: relative;
    width: 100%; }
  aside.right .addressbox {
    padding: 30px;
    border-radius: 0; }
  /*=====================================================================
 * FOOTER
 *=====================================================================*/
  /* Footer */
  footer.main .footertop {
    padding: 30px 0;
    margin: 0; }
  footer.main .footertop .toptitle {
    position: relative;
    top: auto;
    left: auto;
    padding: 0; }
  footer.main .footertop .contactinfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    margin: 40px 0 0 0; }
  footer.main .footertop .contactinfo .item {
    display: block;
    float: none;
    width: auto !important;
    text-align: center !important;
    border: none;
    padding: 5px 0 !important; }
  footer.main .footertop .companypayoff {
    float: none;
    width: auto;
    text-align: center; }
  footer.main .footertop .slogan {
    float: none;
    width: auto;
    text-align: center; }
  footer.main .credits {
    padding: 30px 0;
    margin: 0;
    text-align: center !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  footer.main .credits ul,
  .credits ul.secondary {
    float: none;
    display: block;
    width: 100%; }
  footer.main .credits ul li {
    float: none;
    display: block;
    border: none; }
  footer.main .credits ul li.first {
    padding-left: 1em; }
  footer.main .credits ul.secondary {
    float: none; }
  footer.main .credits ul.secondary li.last {
    padding-right: 1em; } }

@media screen and (max-width: 767px) and (orientation: landscape) {
  /*=====================================================================
 *
 * Author: Nedbase - www.nedbase.nl
 *
 * Mobile styles (for Landscape only)
 *
 *=====================================================================*/
  body.is-dev:after {
    content: 'mobile-landscape';
    background: dodgerblue; } }

@media screen and (max-width: 767px) and (orientation: portrait) {
  /*=====================================================================
 *
 * Author: Nedbase - www.nedbase.nl
 *
 * Mobile styles (for Portrait only)
 *
 *=====================================================================*/
  body.is-dev:after {
    content: 'mobile-portrait';
    background: lightskyblue; } }

@media print {
  /*=====================================================================
 *
 * Author: Nedbase - www.nedbase.nl
 *
 *=====================================================================*/
  .search,
  .dbdebug,
  nav {
    display: none; }
  * {
    background: transparent !important;
    color: black !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline; }
  .texteditor a[href]:after {
    content: " (" attr(href) ")";
    font-family: Arial, sans-serif; }
  .texteditor abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  /* h5bp.com/t */
  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; } }

/* Subsite template overrides */
.hometop + .widgets {
  background: #fff; }

/*# sourceMappingURL=maps/theme-albero-corporate.css.map */
