@charset "UTF-8";
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
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,
menu,
nav,
section,
summary {
  display: block; }

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

/**
 * Prevents 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/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
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; }

/**
 * Addresses 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
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
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 {
  box-sizing: content-box;
  height: 0; }

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
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.
 * 4. Improves appearance and consistency in all browsers.
 */
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 {
  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,
select {
  text-transform: none; }

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

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

/**
 * Remove inner padding and border in Firefox 4+.
 */
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; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * 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.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
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; }

#nav-expand, input[name="nav"], input[type="checkbox"].hidden {
  display: none;
  position: absolute;
  left: -9999px; }

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */ }

select, input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none; }

select::-ms-expand {
  display: none; }

input, select, textarea, button {
  font-family: inherit; }

html {
  box-sizing: border-box; }

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

* {
  margin: 0;
  padding: 0; }

ul {
  margin-left: 1.25em; }

a {
  text-decoration: none; }

p {
  margin: 1em 0; }

h1, h2, h3, h4, h5, h6 {
  color: #005aa8;
  font-family: "Open Sans", sans-serif;
  padding: 0;
  margin: 0;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase; }
  h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
    font-weight: bold;
    font-style: normal; }

h1 {
  font-size: calc(0.97656vw - -8.5px);
  line-height: 1em;
  margin-bottom: 1em; }
  @media (max-width: 768px) {
    h1 {
      font-size: 16px; } }
  @media (min-width: 1280px) {
    h1 {
      font-size: 21px; } }

.section-content {
  max-width: 1920px;
  margin: 0 auto;
  position: relative; }

.shadow-hover:hover {
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.5); }

.image-holder {
  display: block; }
  .image-holder img {
    display: block;
    width: 100%;
    height: auto; }

[data-aspect="4:3"] {
  width: 100%; }
  [data-aspect="4:3"] .image-holder {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%; }
    [data-aspect="4:3"] .image-holder img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }

.reset-button {
  cursor: pointer;
  background: #eeeeee;
  color: #005aa8;
  font-size: calc(0.78125vw - -6px);
  line-height: 1em;
  height: 2.5em;
  line-height: 2.5em;
  padding: 0 1em; }
  @media (max-width: 768px) {
    .reset-button {
      font-size: 12px; } }
  @media (min-width: 1280px) {
    .reset-button {
      font-size: 16px; } }

.module-accommodation-matrix .reset-button {
  position: absolute;
  margin-top: 0.5em;
  right: 1.5em; }

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

#google_translate_element {
  text-transform: none; }
  #google_translate_element > .goog-te-gadget {
    position: relative;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background-color: #fff;
    color: #212121;
    padding: 8px 8px 8px 20px;
    border-bottom-left-radius: 25px;
    display: flex;
    flex-direction: row;
    align-items: center; }
    #google_translate_element > .goog-te-gadget > div {
      order: 2;
      border: none; }
    #google_translate_element > .goog-te-gadget a {
      color: inherit;
      margin-right: 4px; }
    #google_translate_element > .goog-te-gadget select {
      color: #000;
      font: inherit;
      padding: 4px;
      background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2032%2032%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20stroke-width%3D%224%22%20stroke%3D%22%23333%22%20fill%3D%22%23333%22%20transform%3D%22rotate%2890%2016%2016%29%22%20d%3D%22m23.21%2016.71-13%2013a1%201%200%200%201-1.42%200%201%201%200%200%201%200-1.42L21.09%2016%208.79%203.71a1%201%200%200%201%201.42-1.42l13%2013a1%201%200%200%201%200%201.42z%22%2F%3E%3C%2Fsvg%3E");
      background-repeat: no-repeat;
      background-position: calc(100% - 8px) center;
      background-size: 8px; }

.layer-footer .icon-twitter::before {
  content: '\a0\a0';
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2225%22%3E%3Cpath%20d%3D%22M14.83%2010.59%2023.93%200h-2.16l-7.91%209.19L7.55%200H.27l9.55%2013.9L.27%2025h2.16l8.35-9.71L17.45%2025h7.28l-9.9-14.41Zm-2.96%203.43-.97-1.38L3.2%201.62h3.31l6.21%208.89.97%201.38%208.08%2011.55h-3.31l-6.59-9.43Z%22%20style%3D%22fill%3A%23c7c7c7%3B%20stroke-width%3A0%22%2F%3E%3C%2Fsvg%3E");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center; }
.layer-footer .icon-twitter:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2225%22%3E%3Cpath%20d%3D%22M14.83%2010.59%2023.93%200h-2.16l-7.91%209.19L7.55%200H.27l9.55%2013.9L.27%2025h2.16l8.35-9.71L17.45%2025h7.28l-9.9-14.41Zm-2.96%203.43-.97-1.38L3.2%201.62h3.31l6.21%208.89.97%201.38%208.08%2011.55h-3.31l-6.59-9.43Z%22%20style%3D%22fill%3A%23005aa8%3B%20stroke-width%3A0%22%2F%3E%3C%2Fsvg%3E"); }

@font-face {
  font-family: "icons";
  src: url("/fonts/fonts/icons.ttf?mxauwu") format("truetype"), url("/fonts/fonts/icons.woff?mxauwu") format("woff"), url("/fonts/fonts/icons.svg?mxauwu#icons") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-cave:before {
  content: ""; }

.icon-heated-pool:before {
  content: ""; }

.icon-nice-view:before {
  content: ""; }

.icon-porch:before {
  content: ""; }

.icon-privacy:before {
  content: ""; }

.icon-person-house:before {
  content: ""; }

.icon-child:before {
  content: ""; }

.icon-fish:before {
  content: ""; }

.icon-accommodation:before {
  content: ""; }

.icon-baby-bed:before {
  content: ""; }

.icon-distance:before {
  content: ""; }

.icon-fence:before {
  content: ""; }

.icon-location2:before {
  content: ""; }

.icon-miscellaneous:before {
  content: ""; }

.icon-oven:before {
  content: ""; }

.icon-general:before {
  content: ""; }

.icon-pet:before {
  content: ""; }

.icon-disabled:before {
  content: ""; }

.icon-livingroom:before {
  content: ""; }

.icon-bedroom:before {
  content: ""; }

.icon-wifi:before {
  content: ""; }

.icon-swimmingpool:before {
  content: ""; }

.icon-number-persons:before {
  content: ""; }

.icon-bathroom:before {
  content: ""; }

.icon-multiminded:before {
  content: ""; }

.icon-123boeken:before {
  content: ""; }

.icon-link-outline:before {
  content: ""; }

.icon-mail-outline:before {
  content: ""; }

.icon-twitter-outline:before {
  content: ""; }

.icon-facebook-outline:before {
  content: ""; }

.icon-whatsapp-outline:before {
  content: ""; }

.icon-facebook:before {
  content: ""; }

.icon-google-plus:before {
  content: ""; }

.icon-instagram-outline:before {
  content: ""; }

.icon-linkedin:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.icon-youtube:before {
  content: ""; }

.icon-youtube-outline:before {
  content: ""; }

.icon-chatbox:before {
  content: ""; }

.icon-sort:before {
  content: ""; }

.icon-pin-outline:before {
  content: ""; }

.icon-image:before {
  content: ""; }

.icon-general2:before {
  content: ""; }

.icon-pin:before {
  content: ""; }

.icon-calendar-outline:before {
  content: ""; }

.icon-person-outline:before {
  content: ""; }

.icon-people-outline:before {
  content: ""; }

.icon-clock-outline:before {
  content: ""; }

.icon-contact-outline:before {
  content: ""; }

.icon-star:before {
  content: ""; }

.icon-star-outline:before {
  content: ""; }

.icon-eye-outline:before {
  content: ""; }

.icon-chat-outline:before {
  content: ""; }

.icon-down-arrowhead:before {
  content: ""; }

.icon-basket:before {
  content: ""; }

.icon-plus:before {
  content: ""; }

.icon-minus:before {
  content: ""; }

.icon-close:before {
  content: ""; }

.icon-trash:before {
  content: ""; }

.icon-trash-outline:before {
  content: ""; }

.icon-newsletter:before {
  content: ""; }

.icon-close-thin:before {
  content: ""; }

.icon-close-thinner:before {
  content: ""; }

.icon-triangle-outline:before {
  content: ""; }

.icon-undo-button:before {
  content: ""; }

.icon-check1:before {
  content: ""; }

.icon-check2:before {
  content: ""; }

.icon-arrow:before {
  content: ""; }

.icon-phone:before {
  content: ""; }

.icon-phone-outline:before {
  content: ""; }

.icon-envelope:before {
  content: ""; }

.icon-envelop2:before {
  content: ""; }

.icon-envelope-outline:before {
  content: ""; }

.icon-search:before {
  content: ""; }

.icon-house-outline:before {
  content: ""; }

.icon-house:before {
  content: ""; }

.icon-triangle:before {
  content: ""; }

.icon-chevron:before {
  content: ""; }

.icon-chevron2:before {
  content: ""; }

.icon-location:before {
  content: ""; }

.icon-search-outline:before {
  content: ""; }

#nav-expand:checked + * .hamburger > span {
  transform: rotate(90deg); }

.hamburger {
  position: fixed;
  top: 1em;
  right: 1em;
  display: block;
  margin: 0;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  transform: scale(1.5);
  z-index: 2; }
  .hamburger > span {
    transition: all 0.3s;
    position: relative;
    display: block;
    font-size: 20px;
    width: 1em;
    height: 1em; }
  .hamburger:focus {
    outline: none; }
  .hamburger > span > span {
    color: currentColor;
    display: block;
    position: absolute;
    top: 0.45em;
    left: 0.15em;
    right: 0.15em;
    height: 0.1em;
    background-color: currentColor; }
    .hamburger > span > span, .hamburger > span > span:before, .hamburger > span > span:after {
      border-radius: 0.04em; }
    .hamburger > span > span:before, .hamburger > span > span:after {
      position: absolute;
      display: block;
      left: 0;
      width: 100%;
      height: 0.1em;
      background-color: currentColor;
      content: ""; }
    .hamburger > span > span::before {
      top: -0.25em; }
    .hamburger > span > span::after {
      bottom: -0.25em; }
  .hamburger.rotate > span > span {
    transition: transform 0.3s; }

@media (min-width: 768px) {
  .hamburger {
    display: none; } }
div.selectbox {
  color: #005aa8; }
  div.selectbox > * {
    border: 1px solid #ddd;
    background: #f6f6f6;
    border-radius: 0.5em;
    color: currentColor;
    display: inline-block;
    position: relative;
    cursor: pointer; }
    div.selectbox > *:hover {
      color: currentColor; }
  div.selectbox .ui-button {
    color: inherit;
    padding: 0.5em; }
    div.selectbox .ui-button .ui-icon {
      background: url("data:image/svg+xml,%3Csvg%20width%3D%226.0133%22%20height%3D%229.375%22%20viewBox%3D%220%200%206.0133%209.375%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m0.93775%200.937l3.75%203.75-3.75%203.75%22%20style%3D%22stroke%3A%23005aa8%3Bstroke-linecap%3Around%3Bstroke-miterlimit%3A10%3Bstroke-width%3A1.875%3Bfill%3Anone%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
      transform: rotate(90deg); }

.ui-selectmenu-menu .ui-menu {
  font: inherit;
  max-height: 300px; }
  .ui-selectmenu-menu .ui-menu li {
    color: #005aa8;
    background: #f6f6f6; }
    .ui-selectmenu-menu .ui-menu li.ui-state-disabled {
      display: none; }
    .ui-selectmenu-menu .ui-menu li div.ui-state-active {
      border-color: transparent;
      background: #005aa8; }

.layer-banners {
  background: linear-gradient(to bottom, #fff, #f6f6f6);
  overflow: hidden; }
  .layer-banners > * {
    max-width: 1170px;
    padding: 0 15px; }
    .layer-banners > * > * {
      margin: 0 auto; }
  .layer-banners[data-format="compact"] .section-content .inner-content .banner a.item {
    flex-flow: row; }
    .layer-banners[data-format="compact"] .section-content .inner-content .banner a.item > span {
      flex: 1 1 40%; }
    .layer-banners[data-format="compact"] .section-content .inner-content .banner a.item > .title {
      flex: 1 1 60%;
      padding: .5em .5em .5em 1.5em; }
  .layer-banners .section-content .inner-content {
    padding: 2em 0 2em 0; }
    .layer-banners .section-content .inner-content > div {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: -4em; }
      .layer-banners .section-content .inner-content > div > * {
        flex: 1 1 auto;
        width: calc(100% / 3 - 8em);
        min-width: 250px;
        display: flex;
        flex-direction: column; }
        .layer-banners .section-content .inner-content > div > * .item {
          flex-grow: 1; }
        .layer-banners .section-content .inner-content > div > * .button {
          margin: 2em 0 0 auto;
          background: #fff; }
        .layer-banners .section-content .inner-content > div > *:not(:empty) {
          margin: 4em; }
          .layer-banners .section-content .inner-content > div > *:not(:empty) .item {
            display: inline-block;
            box-shadow: 2px 3px 50px 0px rgba(83, 92, 100, 0.18);
            transition: all 0.3s;
            color: inherit;
            background-color: #f6f6f6;
            display: flex;
            flex-direction: column; }
            .layer-banners .section-content .inner-content > div > *:not(:empty) .item:hover {
              box-shadow: 2px 3px 50px 0px rgba(83, 92, 100, 0.48); }
            .layer-banners .section-content .inner-content > div > *:not(:empty) .item > span {
              display: inline-block;
              position: relative; }
              .layer-banners .section-content .inner-content > div > *:not(:empty) .item > span > .date {
                position: absolute;
                right: 0;
                bottom: 1em;
                background: #f07e04;
                color: #fff;
                padding: 0.5em; }
      .layer-banners .section-content .inner-content > div .image {
        position: relative;
        display: block; }
        .layer-banners .section-content .inner-content > div .image span:last-child:not(:empty) {
          position: absolute;
          z-index: 1;
          right: 0;
          bottom: 1em;
          color: #fff;
          font-weight: 600;
          padding: 0.5em;
          background-color: #f07e04; }
      .layer-banners .section-content .inner-content > div .title {
        display: block;
        padding: 1em 1em 1em 2em; }
        .layer-banners .section-content .inner-content > div .title:before {
          content: '';
          display: inline-block;
          width: 0.5em;
          height: 0.5em;
          margin-top: 0.4em;
          position: absolute;
          background: url("data:image/svg+xml,%3Csvg%20width%3D%226.0133%22%20height%3D%229.375%22%20viewBox%3D%220%200%206.0133%209.375%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m0.93775%200.937l3.75%203.75-3.75%203.75%22%20style%3D%22stroke%3A%23000%3Bstroke-linecap%3Around%3Bstroke-miterlimit%3A10%3Bstroke-width%3A1.875%3Bfill%3Anone%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
          margin-left: -1em; }
      .layer-banners .section-content .inner-content > div .image-holder {
        position: relative; }
        .layer-banners .section-content .inner-content > div .image-holder:after {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          border: 3px solid rgba(255, 255, 255, 0.2);
          z-index: 1; }
    .layer-banners .section-content .inner-content > div:nth-of-type(2) {
      padding: 2em 0; }

.layer-blog {
  padding: 2em 0; }
  .layer-blog > * {
    max-width: 1170px;
    padding: 0 15px; }
    .layer-blog > * > * {
      margin: 0 auto; }
  .layer-blog .section-content .inner-content > div:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .layer-blog .section-content .inner-content > div:nth-child(2) > * {
      flex: 1 1 auto;
      width: calc(50% - 4em);
      padding-left: 4em;
      margin-bottom: 4em;
      display: flex;
      flex-direction: column; }
      .layer-blog .section-content .inner-content > div:nth-child(2) > * .image {
        display: inline-block; }
        .layer-blog .section-content .inner-content > div:nth-child(2) > * .image .image-holder {
          display: block;
          overflow: hidden;
          border-radius: 50%;
          position: relative;
          box-shadow: 2px 3px 50px 0px rgba(83, 92, 100, 0.18); }
          .layer-blog .section-content .inner-content > div:nth-child(2) > * .image .image-holder:after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            border: 5px solid #fff;
            opacity: 0.5; }
      .layer-blog .section-content .inner-content > div:nth-child(2) > * .reactions {
        color: #005aa8; }
        .layer-blog .section-content .inner-content > div:nth-child(2) > * .reactions:not(:empty):before {
          content: '\e94a';
          font-family: icons;
          margin-right: 0.5em; }
      .layer-blog .section-content .inner-content > div:nth-child(2) > * .container {
        margin-top: 1em;
        margin-bottom: 2em; }
      .layer-blog .section-content .inner-content > div:nth-child(2) > * .title {
        display: block;
        font-size: calc(0.39063vw - -13px);
        font-weight: 600;
        color: #005aa8; }
        @media (max-width: 768px) {
          .layer-blog .section-content .inner-content > div:nth-child(2) > * .title {
            font-size: 16px; } }
        @media (min-width: 1280px) {
          .layer-blog .section-content .inner-content > div:nth-child(2) > * .title {
            font-size: 18px; } }
        .layer-blog .section-content .inner-content > div:nth-child(2) > * .title:before {
          content: '\201C';
          font-family: "Times New Roman";
          font-weight: bold;
          color: #dddddd;
          font-size: calc(5.46875vw - -38px);
          line-height: 0.55556em;
          position: absolute;
          transform: translate(-110%, 0); }
          @media (max-width: 768px) {
            .layer-blog .section-content .inner-content > div:nth-child(2) > * .title:before {
              font-size: 80px; } }
          @media (min-width: 1280px) {
            .layer-blog .section-content .inner-content > div:nth-child(2) > * .title:before {
              font-size: 108px; } }
      .layer-blog .section-content .inner-content > div:nth-child(2) > * .author {
        line-height: 1.5em; }
        .layer-blog .section-content .inner-content > div:nth-child(2) > * .author > span:first-child {
          margin-top: 2em;
          display: block;
          color: #005aa8;
          font-weight: 600; }
      .layer-blog .section-content .inner-content > div:nth-child(2) > * .link {
        margin-top: auto;
        margin-left: -1em; }

.layer-text.blog .title {
  font-size: 1.5em;
  text-transform: uppercase;
  color: #005aa8;
  font-weight: 600; }
.layer-text.blog.form form.reactions {
  display: inline-block;
  width: 100%; }
  .layer-text.blog.form form.reactions div.rows {
    padding-top: 1em;
    display: table;
    width: 100%; }
    .layer-text.blog.form form.reactions div.rows > label {
      display: table-row; }
      .layer-text.blog.form form.reactions div.rows > label > * {
        display: table-cell;
        padding: 0.25em 0.5em; }
      .layer-text.blog.form form.reactions div.rows > label span:first-child {
        vertical-align: top;
        padding-top: 0.75em;
        width: 130px; }
      .layer-text.blog.form form.reactions div.rows > label span:nth-child(2) select, .layer-text.blog.form form.reactions div.rows > label span:nth-child(2) input[type="text"], .layer-text.blog.form form.reactions div.rows > label span:nth-child(2) input[type="email"], .layer-text.blog.form form.reactions div.rows > label span:nth-child(2) textarea {
        background-color: #eeeeee;
        font-size: inherit;
        padding: 0.5em 0.5em;
        border: 1px solid #005aa8;
        border-radius: 5px;
        outline: none;
        width: 100%;
        max-width: 320px; }
      .layer-text.blog.form form.reactions div.rows > label span:nth-child(2) textarea {
        max-width: none; }
  .layer-text.blog.form form.reactions button[type="submit"] {
    float: right;
    margin: 0.25em 0.5em;
    background: #005aa8;
    border: none;
    border-radius: 0.25em;
    color: #fff;
    padding: 0.5em 1em; }
    .layer-text.blog.form form.reactions button[type="submit"] span {
      margin-left: 0; }
.layer-text.blog.reactions {
  background: linear-gradient(to top, #fff, #f6f6f6); }
  .layer-text.blog.reactions .section-content .inner-content .text > div + div {
    padding-top: 2em; }
  .layer-text.blog.reactions .section-content .inner-content .text > div > .name {
    display: block;
    font-size: 20px;
    font-size: 1.33333em;
    color: #005aa8; }
  .layer-text.blog.reactions .section-content .inner-content .text > div > .date {
    display: block;
    font-size: 14px;
    font-size: 0.93333em; }
  .layer-text.blog.reactions .section-content .inner-content .text > div > .quote {
    display: block;
    font-size: 15px;
    font-size: 1em; }

.layer-breadcrumbs {
  background: #005aa8; }
  .layer-breadcrumbs .section-content {
    max-width: 1140px; }
    .layer-breadcrumbs .section-content .inner-content {
      text-align: right;
      padding: 1em 3em 1em 0;
      color: #eeeeee;
      font-size: 14px; }
      .layer-breadcrumbs .section-content .inner-content ul {
        list-style-type: none; }
        .layer-breadcrumbs .section-content .inner-content ul li {
          display: inline-block; }
          .layer-breadcrumbs .section-content .inner-content ul li a {
            color: currentColor;
            text-transform: lowercase; }
            .layer-breadcrumbs .section-content .inner-content ul li a:after {
              content: '\e923';
              font-family: icons;
              color: #005aa8;
              transform-origin: 50% 50%;
              transform: scale(0.3, 0.4) rotate(-90deg);
              display: inline-block;
              vertical-align: middle;
              text-decoration: none; }

.layer-calendar > * {
  max-width: 1170px;
  padding: 0 15px; }
  .layer-calendar > * > * {
    margin: 0 auto; }
.layer-calendar[data-format="overview"] .section-content .inner-content {
  padding: 4em 0 4em 0; }
  .layer-calendar[data-format="overview"] .section-content .inner-content > h1 {
    margin-left: 10%; }
  .layer-calendar[data-format="overview"] .section-content .inner-content > div:first-of-type {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -1em; }
    .layer-calendar[data-format="overview"] .section-content .inner-content > div:first-of-type > * {
      flex: 1 1 100%;
      min-width: 250px;
      margin: 1em; }
      @media (min-width: 500px) {
        .layer-calendar[data-format="overview"] .section-content .inner-content > div:first-of-type > * {
          flex: 1 1 auto;
          width: calc(25% - 2em); } }
      .layer-calendar[data-format="overview"] .section-content .inner-content > div:first-of-type > *:not(:empty) {
        box-shadow: 2px 3px 50px 0px rgba(83, 92, 100, 0.18);
        transition: all 0.3s;
        color: inherit;
        background-color: #f6f6f6; }
        .layer-calendar[data-format="overview"] .section-content .inner-content > div:first-of-type > *:not(:empty):hover {
          box-shadow: 2px 3px 50px 0px rgba(83, 92, 100, 0.48); }
    .layer-calendar[data-format="overview"] .section-content .inner-content > div:first-of-type .image {
      position: relative;
      display: block; }
      .layer-calendar[data-format="overview"] .section-content .inner-content > div:first-of-type .image span:last-child:not(:empty) {
        position: absolute;
        z-index: 1;
        right: 0;
        bottom: 1em;
        color: #fff;
        font-weight: 600;
        padding: 0.5em;
        background-color: #f07e04; }
    .layer-calendar[data-format="overview"] .section-content .inner-content > div:first-of-type .title {
      display: block;
      padding: 1em; }
    .layer-calendar[data-format="overview"] .section-content .inner-content > div:first-of-type .image-holder {
      position: relative; }
      .layer-calendar[data-format="overview"] .section-content .inner-content > div:first-of-type .image-holder:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border: 3px solid rgba(255, 255, 255, 0.2);
        z-index: 1; }
  .layer-calendar[data-format="overview"] .section-content .inner-content > div:nth-of-type(2) {
    padding: 2em 0; }
  .layer-calendar[data-format="overview"] .section-content .inner-content > input {
    position: absolute;
    left: -999px;
    bottom: 0; }
    .layer-calendar[data-format="overview"] .section-content .inner-content > input:not(:checked) + div :nth-child(n+13) {
      display: none; }
    .layer-calendar[data-format="overview"] .section-content .inner-content > input:not(:checked) + div + label {
      float: right;
      margin-top: 1em;
      margin-bottom: 1em; }
    .layer-calendar[data-format="overview"] .section-content .inner-content > input:checked + div + label {
      display: none; }
  .layer-calendar[data-format="overview"] .section-content .inner-content:after {
    content: '';
    clear: both;
    display: table; }

.layer-form {
  padding: 2em 0; }
  .layer-form .section-content {
    max-width: 1170px;
    padding: 0 15px; }
    .layer-form .section-content .inner-content {
      max-width: 800px;
      border-radius: 5px; }
      .layer-form .section-content .inner-content .text {
        display: inline-block; }
        .layer-form .section-content .inner-content .text a {
          color: #f07e04; }
      .layer-form .section-content .inner-content form {
        border-radius: 5px;
        background: #fff;
        overflow: auto; }
        .layer-form .section-content .inner-content form .rows {
          display: inline;
          margin-bottom: 1em;
          width: 100%; }
          .layer-form .section-content .inner-content form .rows .g-recaptcha:not([data-size="invisible"]) {
            text-align: right; }
            .layer-form .section-content .inner-content form .rows .g-recaptcha:not([data-size="invisible"]).error > * > * > * {
              border: 1px solid red; }
            .layer-form .section-content .inner-content form .rows .g-recaptcha:not([data-size="invisible"]) > * {
              display: inline-block; }
              .layer-form .section-content .inner-content form .rows .g-recaptcha:not([data-size="invisible"]) > * > * > * {
                border: 1px solid transparent; }
          .layer-form .section-content .inner-content form .rows .row.required label:after {
            content: '*';
            color: red;
            margin-left: 0.1em; }
          .layer-form .section-content .inner-content form .rows label {
            font-weight: normal; }
          .layer-form .section-content .inner-content form .rows .row {
            clear: both;
            display: inline-block;
            width: 100%;
            margin-bottom: 0.1em; }
            .layer-form .section-content .inner-content form .rows .row.text, .layer-form .section-content .inner-content form .rows .row.textarea, .layer-form .section-content .inner-content form .rows .row.select {
              width: 100%;
              clear: both; }
              .layer-form .section-content .inner-content form .rows .row.text label, .layer-form .section-content .inner-content form .rows .row.textarea label, .layer-form .section-content .inner-content form .rows .row.select label {
                width: 25%;
                float: left; }
              .layer-form .section-content .inner-content form .rows .row.text .element, .layer-form .section-content .inner-content form .rows .row.textarea .element, .layer-form .section-content .inner-content form .rows .row.select .element {
                width: 75%;
                float: right; }
            .layer-form .section-content .inner-content form .rows .row.radio {
              width: 100%;
              clear: both; }
              .layer-form .section-content .inner-content form .rows .row.radio label {
                float: left;
                width: 50%; }
              .layer-form .section-content .inner-content form .rows .row.radio .element {
                width: 50%;
                float: right; }
            .layer-form .section-content .inner-content form .rows .row.error input, .layer-form .section-content .inner-content form .rows .row.error textarea {
              border: 1px solid red;
              background: #FFCCCC;
              color: red !important; }
            .layer-form .section-content .inner-content form .rows .row.checkbox .element {
              position: relative; }
              .layer-form .section-content .inner-content form .rows .row.checkbox .element input[type=checkbox] {
                position: absolute;
                visibility: hidden; }
              .layer-form .section-content .inner-content form .rows .row.checkbox .element .check {
                display: block;
                position: absolute;
                border: 1px solid #000;
                height: 15px;
                width: 15px;
                top: 3px;
                left: 0px;
                z-index: 5;
                transition: border .25s linear;
                -webkit-transition: border .25s linear; }
              .layer-form .section-content .inner-content form .rows .row.checkbox .element .check::before {
                display: block;
                position: absolute;
                content: '';
                height: 7px;
                width: 7px;
                top: 3px;
                left: 3px;
                margin: auto;
                transition: background 0.25s linear;
                -webkit-transition: background 0.25s linear; }
              .layer-form .section-content .inner-content form .rows .row.checkbox .element input[type=checkbox]:checked ~ .check {
                border: 1px solid #000; }
              .layer-form .section-content .inner-content form .rows .row.checkbox .element input[type=checkbox]:checked ~ .check::before {
                background: #000; }
            .layer-form .section-content .inner-content form .rows .row.checkbox label {
              display: block;
              position: relative;
              padding: 0px 0px 0px 30px;
              z-index: 9;
              cursor: pointer;
              -webkit-transition: all 0.25s linear; }
            .layer-form .section-content .inner-content form .rows .row.multi_checkbox .checkboxItem {
              position: relative; }
              .layer-form .section-content .inner-content form .rows .row.multi_checkbox .checkboxItem input[type=checkbox] {
                position: absolute;
                visibility: hidden; }
              .layer-form .section-content .inner-content form .rows .row.multi_checkbox .checkboxItem label {
                display: block;
                position: relative;
                padding: 0px 0px 0px 30px;
                z-index: 9;
                cursor: pointer;
                -webkit-transition: all 0.25s linear; }
              .layer-form .section-content .inner-content form .rows .row.multi_checkbox .checkboxItem .check {
                display: block;
                position: absolute;
                border: 1px solid #000;
                height: 15px;
                width: 15px;
                top: 3px;
                left: 0px;
                z-index: 5;
                transition: border .25s linear;
                -webkit-transition: border .25s linear; }
              .layer-form .section-content .inner-content form .rows .row.multi_checkbox .checkboxItem .check::before {
                display: block;
                position: absolute;
                content: '';
                height: 7px;
                width: 7px;
                top: 3px;
                left: 3px;
                margin: auto;
                transition: background 0.25s linear;
                -webkit-transition: background 0.25s linear; }
              .layer-form .section-content .inner-content form .rows .row.multi_checkbox .checkboxItem input[type=checkbox]:checked ~ .check {
                border: 1px solid #000; }
              .layer-form .section-content .inner-content form .rows .row.multi_checkbox .checkboxItem input[type=checkbox]:checked ~ .check::before {
                background: #000; }
            .layer-form .section-content .inner-content form .rows .row.radio .radioItem {
              position: relative;
              width: 100%;
              display: inline-block; }
              .layer-form .section-content .inner-content form .rows .row.radio .radioItem input[type=radio] {
                position: absolute;
                visibility: hidden; }
              .layer-form .section-content .inner-content form .rows .row.radio .radioItem label {
                display: block;
                position: relative;
                padding: 0px 0px 0px 30px;
                z-index: 9;
                cursor: pointer;
                -webkit-transition: all 0.25s linear; }
              .layer-form .section-content .inner-content form .rows .row.radio .radioItem .check {
                display: block;
                position: absolute;
                border: 1px solid #000;
                border-radius: 100%;
                height: 15px;
                width: 15px;
                top: 3px;
                left: 0px;
                z-index: 5;
                transition: border .25s linear;
                -webkit-transition: border .25s linear; }
              .layer-form .section-content .inner-content form .rows .row.radio .radioItem .check::before {
                display: block;
                position: absolute;
                content: '';
                border-radius: 100%;
                height: 7px;
                width: 7px;
                top: 3px;
                left: 3px;
                margin: auto;
                transition: background 0.25s linear;
                -webkit-transition: background 0.25s linear; }
              .layer-form .section-content .inner-content form .rows .row.radio .radioItem input[type=radio]:checked ~ .check {
                border: 1px solid #000; }
              .layer-form .section-content .inner-content form .rows .row.radio .radioItem input[type=radio]:checked ~ .check::before {
                background: #000; }
            .layer-form .section-content .inner-content form .rows .row.file {
              width: 100%;
              clear: both; }
              .layer-form .section-content .inner-content form .rows .row.file > label {
                width: 50%;
                float: left; }
              .layer-form .section-content .inner-content form .rows .row.file .element {
                width: 50%;
                float: right; }
                .layer-form .section-content .inner-content form .rows .row.file .element input[type=file] {
                  width: 0.1px;
                  height: 0.1px;
                  opacity: 0;
                  overflow: hidden;
                  position: absolute;
                  z-index: -1; }
                .layer-form .section-content .inner-content form .rows .row.file .element input[type=file] + label {
                  max-width: 100%;
                  width: 100%;
                  text-overflow: ellipsis;
                  white-space: nowrap;
                  cursor: pointer;
                  display: inline-block;
                  overflow: hidden;
                  padding: 0.325rem 1rem;
                  color: #ffffff;
                  background-color: #f07e04;
                  border-radius: 16px; }
                .layer-form .section-content .inner-content form .rows .row.file .element input[type=file] + label svg {
                  width: 1em;
                  height: 1em;
                  vertical-align: middle;
                  fill: currentColor;
                  margin-top: -0.25em;
                  margin-right: 0.25em; }
                .layer-form .section-content .inner-content form .rows .row.file .element input[type=file] + label * {
                  pointer-events: none; }
                .layer-form .section-content .inner-content form .rows .row.file .element svg:not(:root) {
                  overflow: hidden; }
        .layer-form .section-content .inner-content form button.link {
          float: right;
          margin-top: 0.5em;
          background: #005aa8;
          border: none;
          border-radius: 0.25em;
          color: #fff;
          padding: 0.5em 1em; }
          .layer-form .section-content .inner-content form button.link span {
            margin-left: 0; }
        .layer-form .section-content .inner-content form input[type="submit"] {
          background: #005aa8;
          border: none;
          border-radius: 5px;
          padding: 0.4em 0.5em;
          color: #fff;
          font-size: calc(0.78125vw - -6px);
          line-height: 1.125em;
          cursor: pointer; }
          @media (max-width: 768px) {
            .layer-form .section-content .inner-content form input[type="submit"] {
              font-size: 12px; } }
          @media (min-width: 1280px) {
            .layer-form .section-content .inner-content form input[type="submit"] {
              font-size: 16px; } }
        .layer-form .section-content .inner-content form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]) {
          display: inline-block;
          width: 100%; }
        .layer-form .section-content .inner-content form select {
          display: inline-block;
          width: 100%;
          background: #fff url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22400%22%20height%3D%22400%22%3E%3Crect%20style%3D%22fill%3A%23f07e04%22%20height%3D%22400%22%20width%3D%22400%22%20y%3D%220%22%20x%3D%220%22%20%2F%3E%3Cpath%20transform%3D%22rotate%2890%2C%20200%2C%20200%29%22%20style%3D%22fill%3A%23005aa8%22%20d%3D%22m278.86%20213.77-132.79%2073.793c-3.0997%201.6998-5.5995%200.19999-5.5995-3.2997v-147.19c0-3.4997%202.4998-4.9995%205.5995-3.2997l132.79%2073.793c3.0997%201.6998%203.0997%204.4996%200%206.1994z%22%2F%3E%3C%2Fsvg%3E") no-repeat;
          background-position: 100% 0px;
          background-repeat: no-repeat;
          background-size: 2.5em 100%; }
        .layer-form .section-content .inner-content form textarea {
          display: block;
          width: 100%;
          height: 8.2em;
          color: #000; }
        .layer-form .section-content .inner-content form select:after {
          content: "\f11c";
          float: right;
          font-family: flaticon; }
        .layer-form .section-content .inner-content form select, .layer-form .section-content .inner-content form input[type="text"], .layer-form .section-content .inner-content form input[type="email"], .layer-form .section-content .inner-content form textarea {
          background-color: #eeeeee;
          font-size: inherit;
          padding: 0.5em 0.5em;
          color: #000;
          border: 1px solid #005aa8;
          border-radius: 5px;
          float: right;
          width: 100%;
          outline: none; }
        .layer-form .section-content .inner-content form textarea {
          height: 133px;
          resize: vertical; }
  @media (max-width: 767px) {
    .layer-form > .section-content > .inner-content > form .rows > .row > * {
      min-width: 100%; } }

@media (max-width: 768px) {
  .module-form {
    max-width: 100%;
    width: 100%;
    float: inherit; }
    .module-form .section-content .inner-content {
      margin: 0 0 1em 0; }
      .module-form .section-content .inner-content h2 {
        float: inherit;
        width: 100%; }
      .module-form .section-content .inner-content .text {
        float: inherit;
        width: 100%; }
      .module-form .section-content .inner-content form .rows {
        display: inline-block;
        margin-bottom: 0em;
        width: 100%; }
        .module-form .section-content .inner-content form .rows .row {
          flex: inherit;
          padding-right: inherit; }
          .module-form .section-content .inner-content form .rows .row.text, .module-form .section-content .inner-content form .rows .row.textarea, .module-form .section-content .inner-content form .rows .row.select {
            width: 100%;
            clear: both; }
            .module-form .section-content .inner-content form .rows .row.text label, .module-form .section-content .inner-content form .rows .row.textarea label, .module-form .section-content .inner-content form .rows .row.select label {
              width: 100%;
              float: inherit; }
            .module-form .section-content .inner-content form .rows .row.text .element, .module-form .section-content .inner-content form .rows .row.textarea .element, .module-form .section-content .inner-content form .rows .row.select .element {
              width: 100%;
              float: inherit; }
        .module-form .section-content .inner-content form .rows input:not([type="submit"]), .module-form .section-content .inner-content form .rows select:not([type="submit"]) {
          margin-bottom: 0.33em; } }
.layer-footer {
  background: linear-gradient(to bottom, #f6f6f6, #ffffff); }
  .layer-footer > * {
    max-width: 1170px;
    padding: 0 15px; }
    .layer-footer > * > * {
      margin: 0 auto; }
  .layer-footer > .section-content {
    max-width: 1140px;
    padding: 3em 1em; }
    .layer-footer > .section-content > .inner-content > div:first-child {
      display: flex;
      flex-wrap: wrap;
      margin: -1em; }
      .layer-footer > .section-content > .inner-content > div:first-child > * {
        margin: 1em; }
      .layer-footer > .section-content > .inner-content > div:first-child > :nth-child(1) {
        flex: 1 1 auto;
        width: calc(32% - 2em);
        min-width: 250px;
        max-width: 320px;
        display: flex;
        flex-direction: column; }
        .layer-footer > .section-content > .inner-content > div:first-child > :nth-child(1) > div:first-child {
          flex: 1 1 50%;
          min-height: 110px; }
          .layer-footer > .section-content > .inner-content > div:first-child > :nth-child(1) > div:first-child > div {
            display: flex;
            align-items: center; }
            .layer-footer > .section-content > .inner-content > div:first-child > :nth-child(1) > div:first-child > div a {
              display: inline-block;
              vertical-align: middle; }
              .layer-footer > .section-content > .inner-content > div:first-child > :nth-child(1) > div:first-child > div a img {
                width: 100%; }
              .layer-footer > .section-content > .inner-content > div:first-child > :nth-child(1) > div:first-child > div a:first-child {
                flex: 1 1 28%;
                margin-left: 1em; }
              .layer-footer > .section-content > .inner-content > div:first-child > :nth-child(1) > div:first-child > div a:nth-child(2) {
                flex: 1 1 25%;
                margin-left: 0.5em; }
              .layer-footer > .section-content > .inner-content > div:first-child > :nth-child(1) > div:first-child > div a:last-child {
                flex: 1 1 35%;
                margin-left: 0.5em; }
          .layer-footer > .section-content > .inner-content > div:first-child > :nth-child(1) > div:first-child > i {
            display: block;
            font-size: .7em;
            text-align: right; }
        .layer-footer > .section-content > .inner-content > div:first-child > :nth-child(1) > div:nth-child(2) {
          flex: 1 1 50%; }
        .layer-footer > .section-content > .inner-content > div:first-child > :nth-child(1) > * {
          display: inline-block; }
      .layer-footer > .section-content > .inner-content > div:first-child > :nth-child(2) {
        flex: 1 1 auto;
        width: calc(68% - 2em); }
    .layer-footer > .section-content > .inner-content .socials {
      margin-left: 1em; }
      .layer-footer > .section-content > .inner-content .socials > * {
        font-size: 2em;
        display: inline-block;
        border-radius: 50%;
        width: 1.6em;
        height: 1.6em;
        line-height: 1.6em;
        text-align: center;
        margin: 0.15em;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        transition: all 0.3s;
        color: #c7c7c7;
        background: #efefef; }
        .layer-footer > .section-content > .inner-content .socials > *:hover {
          color: #005aa8;
          background: #ccc; }
    .layer-footer > .section-content > .inner-content > div:last-child {
      margin-top: 4em;
      border-top: 1px solid rgba(0, 90, 168, 0.1);
      padding-top: 1em;
      display: flex;
      align-items: center; }
      .layer-footer > .section-content > .inner-content > div:last-child img {
        width: 92px;
        filter: brightness(0);
        opacity: 0.2;
        transition: all 0.3s; }
        .layer-footer > .section-content > .inner-content > div:last-child img:hover {
          filter: none;
          opacity: 1; }
      .layer-footer > .section-content > .inner-content > div:last-child ul.footer-links {
        margin-bottom: 1em;
        list-style: none; }
        .layer-footer > .section-content > .inner-content > div:last-child ul.footer-links:after {
          content: '';
          display: table;
          clear: both; }
        .layer-footer > .section-content > .inner-content > div:last-child ul.footer-links li {
          float: left; }
          .layer-footer > .section-content > .inner-content > div:last-child ul.footer-links li + li {
            margin-left: 1em; }
          .layer-footer > .section-content > .inner-content > div:last-child ul.footer-links li a {
            color: #c6c7c7; }
            .layer-footer > .section-content > .inner-content > div:last-child ul.footer-links li a:hover {
              color: #005aa8;
              transition: all 0.3s; }
      .layer-footer > .section-content > .inner-content > div:last-child > a {
        margin-left: auto;
        font-size: 0;
        color: #c6c6c6;
        transition: color 0.3s; }
        .layer-footer > .section-content > .inner-content > div:last-child > a:after {
          content: '\e912';
          font-family: icons;
          display: block;
          font-size: 30px; }
        .layer-footer > .section-content > .inner-content > div:last-child > a:hover {
          color: #444; }

.layer-favorites {
  background-color: #005aa8;
  padding: 4em 1em; }
  .layer-favorites .section-content {
    max-width: 1080px; }
    .layer-favorites .section-content .inner-content h1 {
      text-align: center;
      margin-bottom: 2em; }
    .layer-favorites .section-content .inner-content .item {
      background-color: #fff; }
  .layer-favorites + .layer-newsletter {
    background: #fff; }

.layer-header[data-format="home"] {
  width: 100%;
  overflow: hidden; }
  .layer-header[data-format="home"] .section-content {
    max-width: 1140px; }
    .layer-header[data-format="home"] .section-content .inner-content > div:first-child {
      display: flex;
      flex-direction: row;
      position: relative; }
      .layer-header[data-format="home"] .section-content .inner-content > div:first-child > *:nth-child(1) {
        padding: 1em;
        width: 80%; }
        .layer-header[data-format="home"] .section-content .inner-content > div:first-child > *:nth-child(1) .logo {
          width: 55%; }
        .layer-header[data-format="home"] .section-content .inner-content > div:first-child > *:nth-child(1) .slogan {
          margin-top: 2em;
          position: relative;
          display: inline-block;
          color: #005aa8;
          text-transform: uppercase;
          font-weight: 600;
          font-size: calc(1.5625vw - -1px); }
          @media (max-width: 768px) {
            .layer-header[data-format="home"] .section-content .inner-content > div:first-child > *:nth-child(1) .slogan {
              font-size: 13px; } }
          @media (min-width: 1280px) {
            .layer-header[data-format="home"] .section-content .inner-content > div:first-child > *:nth-child(1) .slogan {
              font-size: 21px; } }
          .layer-header[data-format="home"] .section-content .inner-content > div:first-child > *:nth-child(1) .slogan a {
            color: currentColor;
            text-transform: none;
            font-weight: 300;
            display: block;
            font-size: 0.8em; }
          .layer-header[data-format="home"] .section-content .inner-content > div:first-child > *:nth-child(1) .slogan img {
            float: right;
            right: -0.7em;
            padding-top: 0.7em; }
      .layer-header[data-format="home"] .section-content .inner-content > div:first-child > *:nth-child(2) {
        display: none; }
      @media (max-width: 767px) {
        .layer-header[data-format="home"] .section-content .inner-content > div:first-child > *:nth-child(2) img {
          width: 150%;
          margin-left: 20%; } }
      @media (min-width: 768px) {
        .layer-header[data-format="home"] .section-content .inner-content > div:first-child > *:nth-child(1) {
          width: 55%;
          display: flex;
          flex-direction: column;
          justify-content: center; }
          .layer-header[data-format="home"] .section-content .inner-content > div:first-child > *:nth-child(1) .slogan {
            position: absolute;
            bottom: 0; }
        .layer-header[data-format="home"] .section-content .inner-content > div:first-child > *:nth-child(2) {
          display: block;
          position: relative;
          top: 0;
          right: 0;
          width: 45%; }
          .layer-header[data-format="home"] .section-content .inner-content > div:first-child > *:nth-child(2) > div {
            position: absolute;
            color: #fff;
            top: 50%;
            transform: translateY(-53%);
            left: 10%;
            padding-right: 2em;
            width: 40vw;
            max-width: 550px;
            margin-left: 1vw; }
            .layer-header[data-format="home"] .section-content .inner-content > div:first-child > *:nth-child(2) > div h1 {
              color: currentColor;
              text-transform: uppercase;
              font-size: calc(1.36719vw - -3.5px); } }
      @media (min-width: 768px) and (max-width: 768px) {
        .layer-header[data-format="home"] .section-content .inner-content > div:first-child > *:nth-child(2) > div h1 {
          font-size: 14px; } }
      @media (min-width: 768px) and (min-width: 1280px) {
        .layer-header[data-format="home"] .section-content .inner-content > div:first-child > *:nth-child(2) > div h1 {
          font-size: 21px; } }
      @media (min-width: 768px) {
            .layer-header[data-format="home"] .section-content .inner-content > div:first-child > *:nth-child(2) > div .text {
              line-height: calc(1.30952vw - -8.14286px);
              opacity: 0.9;
              font-size: calc(0.39063vw - -10px); } }
      @media (min-width: 768px) and (max-width: 768px) {
        .layer-header[data-format="home"] .section-content .inner-content > div:first-child > *:nth-child(2) > div .text {
          line-height: 18.2px; } }
      @media (min-width: 768px) and (min-width: 1440px) {
        .layer-header[data-format="home"] .section-content .inner-content > div:first-child > *:nth-child(2) > div .text {
          line-height: 27px; } }
      @media (min-width: 768px) and (max-width: 768px) {
        .layer-header[data-format="home"] .section-content .inner-content > div:first-child > *:nth-child(2) > div .text {
          font-size: 13px; } }
      @media (min-width: 768px) and (min-width: 1280px) {
        .layer-header[data-format="home"] .section-content .inner-content > div:first-child > *:nth-child(2) > div .text {
          font-size: 15px; } }
      @media (min-width: 768px) {
            .layer-header[data-format="home"] .section-content .inner-content > div:first-child > *:nth-child(2) > div a {
              position: absolute;
              right: 3em;
              bottom: -5em; } }
.layer-header[data-format="home old"] {
  width: 100%;
  overflow: hidden; }
  .layer-header[data-format="home old"] .section-content {
    max-width: 1140px; }
    .layer-header[data-format="home old"] .section-content .inner-content {
      display: flex;
      flex-direction: column-reverse; }
      .layer-header[data-format="home old"] .section-content .inner-content > *:nth-child(1) {
        display: flex; }
        .layer-header[data-format="home old"] .section-content .inner-content > *:nth-child(1) > * {
          margin: 0.5em; }
        .layer-header[data-format="home old"] .section-content .inner-content > *:nth-child(1) > :nth-child(1) {
          display: inline-block;
          width: 68%; }
        .layer-header[data-format="home old"] .section-content .inner-content > *:nth-child(1) > :nth-child(2) {
          display: inline-block;
          width: 32%; }
      .layer-header[data-format="home old"] .section-content .inner-content > *:nth-child(2) {
        position: relative; }
        .layer-header[data-format="home old"] .section-content .inner-content > *:nth-child(2) div {
          position: absolute;
          color: #fff;
          text-transform: uppercase;
          bottom: 28.5%;
          left: 25%;
          padding-right: 1em;
          width: 75%;
          font-size: calc(1.5625vw - -1px); }
          @media (max-width: 768px) {
            .layer-header[data-format="home old"] .section-content .inner-content > *:nth-child(2) div {
              font-size: 13px; } }
          @media (min-width: 1280px) {
            .layer-header[data-format="home old"] .section-content .inner-content > *:nth-child(2) div {
              font-size: 21px; } }
      @media (max-width: 767px) {
        .layer-header[data-format="home old"] .section-content .inner-content > *:nth-child(2) img {
          width: 150%;
          margin-left: 20%; } }
      @media (min-width: 768px) {
        .layer-header[data-format="home old"] .section-content .inner-content > *:nth-child(1) {
          position: absolute;
          left: 0;
          width: 30%;
          top: 50%;
          display: flex;
          align-items: center;
          margin: -1em; }
          .layer-header[data-format="home old"] .section-content .inner-content > *:nth-child(1) > * {
            margin: 0.5em; }
        .layer-header[data-format="home old"] .section-content .inner-content > *:nth-child(2) {
          margin-left: 38.5%; } }
.layer-header[data-format="content"] {
  position: relative;
  background: url(/img/vervolgheader-smal-geen-rondje.jpg) no-repeat right center;
  background-size: auto 100px;
  height: 100px;
  background-position: calc(100% - 15px) top;
  display: flex;
  align-items: center; }
  .layer-header[data-format="content"]:before {
    content: '';
    position: absolute;
    left: 0;
    right: 50%;
    top: 0;
    height: 100%;
    background: #f07e04;
    z-index: -1; }
  .layer-header[data-format="content"] .section-content {
    position: absolute;
    width: 100%;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0; }
    .layer-header[data-format="content"] .section-content .inner-content > div.logo {
      max-width: 300px; }
    .layer-header[data-format="content"] .section-content .inner-content > div:not(.logo) {
      position: relative;
      color: #fff; }
      .layer-header[data-format="content"] .section-content .inner-content > div:not(.logo) > .image-holder {
        display: block;
        overflow: hidden;
        border-radius: 50%;
        position: relative;
        box-shadow: 2px 3px 50px 0px rgba(83, 92, 100, 0.18);
        display: none;
        width: 36%;
        max-width: 320px;
        position: absolute;
        margin-top: -11em;
        right: 4em; }
        .layer-header[data-format="content"] .section-content .inner-content > div:not(.logo) > .image-holder:after {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          border-radius: 50%;
          border: 5px solid #fff;
          opacity: 0.5; }
      .layer-header[data-format="content"] .section-content .inner-content > div:not(.logo) > div:first-of-type {
        font-size: calc(3.125vw - 8px);
        line-height: 1.0625em;
        text-transform: uppercase; }
        @media (max-width: 768px) {
          .layer-header[data-format="content"] .section-content .inner-content > div:not(.logo) > div:first-of-type {
            font-size: 16px; } }
        @media (min-width: 1280px) {
          .layer-header[data-format="content"] .section-content .inner-content > div:not(.logo) > div:first-of-type {
            font-size: 32px; } }
      .layer-header[data-format="content"] .section-content .inner-content > div:not(.logo) > div:nth-of-type(2) {
        font-size: calc(0.97656vw - -8.5px);
        margin-top: 0.5em; }
        @media (max-width: 768px) {
          .layer-header[data-format="content"] .section-content .inner-content > div:not(.logo) > div:nth-of-type(2) {
            font-size: 16px; } }
        @media (min-width: 1280px) {
          .layer-header[data-format="content"] .section-content .inner-content > div:not(.logo) > div:nth-of-type(2) {
            font-size: 21px; } }
  @media (min-width: 768px) {
    .layer-header[data-format="content"] {
      display: block;
      background-size: auto 125px;
      height: 125px;
      position: relative; }
      .layer-header[data-format="content"]:before {
        content: '';
        position: absolute;
        width: 50%;
        height: 100%;
        z-index: -1;
        background: #f07e04; }
      .layer-header[data-format="content"] .section-content {
        max-width: 1170px; }
        .layer-header[data-format="content"] .section-content .inner-content > div:not(.logo) > .image-holder {
          display: block; }
        .layer-header[data-format="content"] .section-content .inner-content > div:not(.logo) > div:first-of-type {
          padding-top: 1em;
          width: 44%; } }
  @media (min-width: 1140px) {
    .layer-header[data-format="content"] {
      background-position: calc(50% + 194px) top; } }

html.home .layer-navigation {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1; }
.layer-navigation .section-content {
  max-width: 1440px; }
  .layer-navigation .section-content .inner-content .logo {
    top: 0;
    display: block;
    width: 100%;
    max-width: 40%;
    min-width: 150px;
    margin-right: 2em; }
  .layer-navigation .section-content .inner-content nav {
    font-size: 14px; }
    .layer-navigation .section-content .inner-content nav > div.menu {
      text-transform: uppercase;
      color: #000;
      font-weight: 600; }
      .layer-navigation .section-content .inner-content nav > div.menu ul {
        margin: 0;
        padding: 0;
        list-style: none; }
        .layer-navigation .section-content .inner-content nav > div.menu ul > li.active > .mitem {
          color: #f07e04; }
        .layer-navigation .section-content .inner-content nav > div.menu ul > li.dropdown > .drop-arrow {
          display: flex; }
          .layer-navigation .section-content .inner-content nav > div.menu ul > li.dropdown > .drop-arrow:after {
            content: '';
            display: inline-block;
            float: right;
            font-size: 0.5em;
            width: 1em;
            height: 2.75em;
            background: url("data:image/svg+xml,%3Csvg%20width%3D%226.0133%22%20height%3D%229.375%22%20viewBox%3D%220%200%206.0133%209.375%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m0.93775%200.937l3.75%203.75-3.75%203.75%22%20style%3D%22stroke%3A%23005aa8%3Bstroke-linecap%3Around%3Bstroke-miterlimit%3A10%3Bstroke-width%3A1.875%3Bfill%3Anone%22%2F%3E%3C%2Fsvg%3E") no-repeat center center/contain;
            margin-left: 0.75em; }
        .layer-navigation .section-content .inner-content nav > div.menu ul > li > .mitem {
          display: block;
          padding: 0.5em; }
          .layer-navigation .section-content .inner-content nav > div.menu ul > li > .mitem:hover {
            color: #f07e04; }
          .layer-navigation .section-content .inner-content nav > div.menu ul > li > .mitem[href="/"] span {
            display: none; }
          .layer-navigation .section-content .inner-content nav > div.menu ul > li > .mitem[href="/"]:before {
            content: '\e925';
            font-family: icons;
            color: #f07e04; }
        .layer-navigation .section-content .inner-content nav > div.menu ul > li > a {
          color: inherit; }
@media (max-width: 767px) {
  .layer-navigation > .section-content > .inner-content {
    display: flex;
    flex-direction: column-reverse; }
    .layer-navigation > .section-content > .inner-content .logo {
      overflow: hidden; }
      .layer-navigation > .section-content > .inner-content .logo a {
        display: inline-block; }
        html:not(.home) .layer-navigation > .section-content > .inner-content .logo a {
          position: relative;
          overflow: hidden; }
          html:not(.home) .layer-navigation > .section-content > .inner-content .logo a:before {
            content: '';
            position: absolute;
            top: calc(-1000px + 69px);
            left: 0;
            width: 5000px;
            height: 1000px;
            background-color: #f07e04;
            border-radius: 100px; }
        .layer-navigation > .section-content > .inner-content .logo a svg, .layer-navigation > .section-content > .inner-content .logo a img {
          width: 100%;
          height: auto;
          padding: calc(1.19048vw - 1.14286px); } }
        @media (max-width: 767px) and (max-width: 768px) {
          .layer-navigation > .section-content > .inner-content .logo a svg, .layer-navigation > .section-content > .inner-content .logo a img {
            padding: 8px; } }
        @media (max-width: 767px) and (min-width: 1440px) {
          .layer-navigation > .section-content > .inner-content .logo a svg, .layer-navigation > .section-content > .inner-content .logo a img {
            padding: 16px; } }
@media (max-width: 767px) {
    .layer-navigation > .section-content > .inner-content .navham {
      color: #005aa8; }
    .layer-navigation > .section-content > .inner-content > nav {
      background: #fff;
      position: fixed;
      z-index: 1;
      right: 100%;
      top: 0;
      width: 100%;
      height: 100%; }
      .layer-navigation > .section-content > .inner-content > nav, .layer-navigation > .section-content > .inner-content > nav .submenu {
        transition: all 0.3s; }
      .layer-navigation > .section-content > .inner-content > nav > header {
        order: 1;
        display: block;
        min-height: 3.21429em;
        background: #f07e04; }
      .layer-navigation > .section-content > .inner-content > nav > div.menu > ul {
        margin-left: 0;
        position: relative;
        z-index: 1; }
        .layer-navigation > .section-content > .inner-content > nav > div.menu > ul, .layer-navigation > .section-content > .inner-content > nav > div.menu > ul ul {
          padding: 1em; }
        .layer-navigation > .section-content > .inner-content > nav > div.menu > ul li .mitem {
          padding-top: 1em;
          border-bottom: 1px solid rgba(0, 90, 168, 0.5);
          padding-bottom: 1em; }
        .layer-navigation > .section-content > .inner-content > nav > div.menu > ul li input:checked + * {
          position: fixed;
          top: 0;
          left: 0;
          height: 3.21429em;
          width: 100%;
          display: flex;
          align-items: center;
          background: #eeeeee; }
          .layer-navigation > .section-content > .inner-content > nav > div.menu > ul li input:checked + *.drop-arrow:after {
            content: none; }
          .layer-navigation > .section-content > .inner-content > nav > div.menu > ul li input:checked + *:before {
            content: '\e900';
            margin: 0 1em;
            z-index: 1;
            background: #eeeeee;
            color: #f07e04;
            left: 0;
            top: 0;
            font-family: icons;
            transform: scaleX(-1); }
          .layer-navigation > .section-content > .inner-content > nav > div.menu > ul li input:checked + * + .submenu {
            right: 0; }
        .layer-navigation > .section-content > .inner-content > nav > div.menu > ul li label {
          transition: all 1s; }
        .layer-navigation > .section-content > .inner-content > nav > div.menu > ul li .submenu {
          position: absolute;
          right: 100%;
          top: 0;
          background: #fff;
          width: 100%;
          height: 100vh; }
  .layer-navigation > .section-content > #nav-expand:checked + .inner-content .logo {
    opacity: 0; }
  .layer-navigation > .section-content > #nav-expand:checked + .inner-content nav {
    transform: translateX(100%); } }
@media (min-width: 768px) {
  .layer-navigation {
    height: 75px; }
    .layer-navigation > .section-content > .inner-content {
      max-width: 1440px;
      padding: 0;
      display: flex;
      flex-direction: column-reverse; }
      .layer-navigation > .section-content > .inner-content .logo {
        margin-top: 2em;
        max-width: 249px; }
        html.home .layer-navigation > .section-content > .inner-content .logo {
          top: 5em;
          max-width: 249px; }
      .layer-navigation > .section-content > .inner-content > nav > div.menu {
        display: flex; }
        .layer-navigation > .section-content > .inner-content > nav > div.menu > ul {
          flex: 0 1 auto; }
        .layer-navigation > .section-content > .inner-content > nav > div.menu > div {
          flex: 1 0 auto; }
          html:not(.home) .layer-navigation > .section-content > .inner-content > nav > div.menu > div {
            position: relative;
            overflow: hidden; }
            html:not(.home) .layer-navigation > .section-content > .inner-content > nav > div.menu > div:before {
              content: '';
              position: absolute;
              top: calc(-1000px + 69px);
              left: 0;
              width: 5000px;
              height: 1000px;
              background-color: #f07e04;
              border-radius: 100px; }
        .layer-navigation > .section-content > .inner-content > nav > div.menu > ul.menu {
          position: relative;
          display: inline-flex;
          justify-content: space-between;
          padding-top: 1.6em;
          padding-bottom: 1em; }
          .layer-navigation > .section-content > .inner-content > nav > div.menu > ul.menu:after {
            content: '';
            position: absolute;
            right: 7em;
            width: 100vw;
            height: 0;
            bottom: 0;
            border-bottom: 1px solid rgba(2, 58, 120, 0.1); }
          .layer-navigation > .section-content > .inner-content > nav > div.menu > ul.menu li.dropdown > input:not(:checked) + .drop-arrow:after {
            transform: rotate(90deg); }
          .layer-navigation > .section-content > .inner-content > nav > div.menu > ul.menu li.dropdown > input:checked + .drop-arrow + .submenu {
            display: block; } }
        @media (min-width: 768px) and (hover: hover), screen and (min-width: 768px) and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: none) {
          .layer-navigation > .section-content > .inner-content > nav > div.menu > ul.menu li:hover > .mitem + .submenu {
            display: block; } }
@media (min-width: 768px) {
          .layer-navigation > .section-content > .inner-content > nav > div.menu > ul.menu .submenu {
            display: none;
            position: absolute;
            z-index: 1;
            background: #f07e04;
            color: #fff;
            white-space: nowrap;
            text-align: left;
            box-shadow: 2px 3px 50px 0px rgba(0, 0, 0, 0.5); }
            .layer-navigation > .section-content > .inner-content > nav > div.menu > ul.menu .submenu ul li.active .mitem {
              color: inherit;
              text-decoration: underline; }
            .layer-navigation > .section-content > .inner-content > nav > div.menu > ul.menu .submenu ul li .mitem {
              display: inline-block; }
              .layer-navigation > .section-content > .inner-content > nav > div.menu > ul.menu .submenu ul li .mitem:hover {
                color: currentColor; } }

.layer-news[data-format="headlines"] .section-content {
  max-width: 1140px; }
  .layer-news[data-format="headlines"] .section-content .inner-content {
    padding: 4em 0 0 0; }
    .layer-news[data-format="headlines"] .section-content .inner-content > h1 {
      margin-left: 10%; }
    .layer-news[data-format="headlines"] .section-content .inner-content > div:first-of-type {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .layer-news[data-format="headlines"] .section-content .inner-content > div:first-of-type > * {
        flex: 1 1 0;
        min-width: 250px;
        max-width: 320px;
        margin: 1em;
        margin-left: calc(4.46429vw - 19.28571px);
        margin-right: calc(4.46429vw - 19.28571px);
        box-shadow: 2px 3px 50px 0px rgba(83, 92, 100, 0.18);
        color: inherit;
        transition: all 0.3s; }
        @media (max-width: 768px) {
          .layer-news[data-format="headlines"] .section-content .inner-content > div:first-of-type > * {
            margin-left: 15px; } }
        @media (min-width: 1440px) {
          .layer-news[data-format="headlines"] .section-content .inner-content > div:first-of-type > * {
            margin-left: 45px; } }
        @media (max-width: 768px) {
          .layer-news[data-format="headlines"] .section-content .inner-content > div:first-of-type > * {
            margin-right: 15px; } }
        @media (min-width: 1440px) {
          .layer-news[data-format="headlines"] .section-content .inner-content > div:first-of-type > * {
            margin-right: 45px; } }
        .layer-news[data-format="headlines"] .section-content .inner-content > div:first-of-type > *:hover {
          box-shadow: 2px 3px 50px 0px rgba(83, 92, 100, 0.48); }
      .layer-news[data-format="headlines"] .section-content .inner-content > div:first-of-type .title {
        display: block;
        padding: 1em; }
      .layer-news[data-format="headlines"] .section-content .inner-content > div:first-of-type .image-holder {
        position: relative; }
        .layer-news[data-format="headlines"] .section-content .inner-content > div:first-of-type .image-holder:after {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          border: 3px solid rgba(255, 255, 255, 0.2);
          z-index: 1; }
    .layer-news[data-format="headlines"] .section-content .inner-content > div:nth-of-type(2) {
      padding: 2em 0; }

.layer-overlay input {
  position: absolute;
  display: none;
  left: -999px; }
  .layer-overlay input:checked + div {
    display: block; }
.layer-overlay > div {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2; }
  .layer-overlay > div > div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #005aa8;
    color: #eeeeee;
    padding: 4em; }

.layer-partners[data-format="carousel"] .section-content .inner-content {
  max-width: none;
  padding: 4em 0;
  max-width: none;
  overflow: hidden;
  white-space: nowrap; }
  .layer-partners[data-format="carousel"] .section-content .inner-content > * {
    max-width: none;
    display: flex;
    flex-direction: row; }
    .layer-partners[data-format="carousel"] .section-content .inner-content > * > * {
      display: inline-block;
      border: 1px solid rgba(153, 153, 153, 0.25);
      margin: 0 1em;
      padding: 1em;
      flex: 0 0 250px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .layer-partners[data-format="carousel"] .section-content .inner-content > * > * .image-holder img {
        margin: 0 auto;
        max-width: 100%;
        width: auto; }

.layer-partners[data-format="overview"] .section-content > * {
  max-width: 1170px;
  padding: 0 15px; }
  .layer-partners[data-format="overview"] .section-content > * > * {
    margin: 0 auto; }
.layer-partners[data-format="overview"] .section-content .inner-content {
  margin: 0 auto;
  padding: 2em 1em; }
  .layer-partners[data-format="overview"] .section-content .inner-content > * {
    max-width: 950px; }
.layer-partners[data-format="overview"] .section-content:nth-child(1) > .inner-content > div {
  padding: 4em 1em; }
  .layer-partners[data-format="overview"] .section-content:nth-child(1) > .inner-content > div .selectbox {
    display: inline-flex; }
.layer-partners[data-format="overview"] .section-content:nth-child(2) > .inner-content > div {
  display: flex;
  flex-wrap: wrap;
  margin: -1em; }
  .layer-partners[data-format="overview"] .section-content:nth-child(2) > .inner-content > div > * {
    flex: 1 1 auto;
    width: calc(25% - 2em);
    min-width: 200px;
    margin: 0 1em; }
    .layer-partners[data-format="overview"] .section-content:nth-child(2) > .inner-content > div > *.hidden {
      display: none; }
    .layer-partners[data-format="overview"] .section-content:nth-child(2) > .inner-content > div > *:not(.hidden):not(:empty) {
      margin: 1em;
      color: inherit;
      display: flex;
      flex-direction: column;
      border: 1px solid #999; }
      .layer-partners[data-format="overview"] .section-content:nth-child(2) > .inner-content > div > *:not(.hidden):not(:empty) > * {
        padding: 0.5em; }
      .layer-partners[data-format="overview"] .section-content:nth-child(2) > .inner-content > div > *:not(.hidden):not(:empty) .image-holder {
        display: flex;
        align-items: center;
        height: 150px; }
        .layer-partners[data-format="overview"] .section-content:nth-child(2) > .inner-content > div > *:not(.hidden):not(:empty) .image-holder img {
          max-width: 100%;
          margin: 0 auto;
          width: auto;
          max-height: 125px;
          vertical-align: middle; }
      .layer-partners[data-format="overview"] .section-content:nth-child(2) > .inner-content > div > *:not(.hidden):not(:empty) .image, .layer-partners[data-format="overview"] .section-content:nth-child(2) > .inner-content > div > *:not(.hidden):not(:empty) .title, .layer-partners[data-format="overview"] .section-content:nth-child(2) > .inner-content > div > *:not(.hidden):not(:empty) .bullets {
        border-bottom: 1px solid #999; }
      .layer-partners[data-format="overview"] .section-content:nth-child(2) > .inner-content > div > *:not(.hidden):not(:empty) .title {
        display: none;
        color: #005aa8;
        font-size: 1.2em;
        font-weight: 600;
        padding-bottom: 1.5em; }
      .layer-partners[data-format="overview"] .section-content:nth-child(2) > .inner-content > div > *:not(.hidden):not(:empty) .bullets {
        display: none;
        flex-grow: 1;
        padding-bottom: 1.5em; }
        .layer-partners[data-format="overview"] .section-content:nth-child(2) > .inner-content > div > *:not(.hidden):not(:empty) .bullets ul {
          list-style-type: none;
          line-height: 1.4em; }
          .layer-partners[data-format="overview"] .section-content:nth-child(2) > .inner-content > div > *:not(.hidden):not(:empty) .bullets ul li {
            position: relative; }
            .layer-partners[data-format="overview"] .section-content:nth-child(2) > .inner-content > div > *:not(.hidden):not(:empty) .bullets ul li + li {
              margin-top: 0.5em; }
            .layer-partners[data-format="overview"] .section-content:nth-child(2) > .inner-content > div > *:not(.hidden):not(:empty) .bullets ul li:before {
              content: '';
              display: inline-block;
              width: 0.5em;
              height: 0.5em;
              background: url("data:image/svg+xml,%3Csvg%20width%3D%226.0133%22%20height%3D%229.375%22%20viewBox%3D%220%200%206.0133%209.375%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m0.93775%200.937l3.75%203.75-3.75%203.75%22%20style%3D%22stroke%3A%23005aa8%3Bstroke-linecap%3Around%3Bstroke-miterlimit%3A10%3Bstroke-width%3A1.875%3Bfill%3Anone%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
              position: absolute;
              left: -1em;
              top: 0.5em; }
      .layer-partners[data-format="overview"] .section-content:nth-child(2) > .inner-content > div > *:not(.hidden):not(:empty) .more {
        white-space: nowrap;
        text-align: center; }
        .layer-partners[data-format="overview"] .section-content:nth-child(2) > .inner-content > div > *:not(.hidden):not(:empty) .more .button {
          margin-right: 0; }

.layer-projects[data-type="recent"] {
  padding: 4em 0; }
  .layer-projects[data-type="recent"] .section-content .inner-content {
    overflow: hidden; }
  .layer-projects[data-type="recent"] .section-content:nth-child(1) .inner-content > div > :nth-child(2) > div > *.active:after, .layer-projects[data-type="recent"] .section-content:nth-child(1) .inner-content > div > :nth-child(2) > div > *:hover:after {
    background: url("data:image/svg+xml,%3Csvg%20width%3D%226.0133%22%20height%3D%229.375%22%20viewBox%3D%220%200%206.0133%209.375%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m0.93775%200.937l3.75%203.75-3.75%203.75%22%20style%3D%22stroke%3A%23fff%3Bstroke-linecap%3Around%3Bstroke-miterlimit%3A10%3Bstroke-width%3A1.875%3Bfill%3Anone%22%2F%3E%3C%2Fsvg%3E") no-repeat center 100%/0.4em; }
.layer-projects .section-content > * {
  max-width: 1170px;
  padding: 0 15px; }
  .layer-projects .section-content > * > * {
    margin: 0 auto; }
.layer-projects .section-content .inner-content {
  max-width: 1140px;
  margin: 0 auto;
  padding: 2em 0em; }
.layer-projects .section-content:nth-child(1) .inner-content .title, .layer-projects .section-content:nth-child(2) .inner-content > div > .title {
  font-size: calc(0.97656vw - -8.5px);
  line-height: 1em;
  font-weight: 600;
  color: #005aa8;
  text-transform: uppercase;
  margin-bottom: 1em; }
  @media (max-width: 768px) {
    .layer-projects .section-content:nth-child(1) .inner-content .title, .layer-projects .section-content:nth-child(2) .inner-content > div > .title {
      font-size: 16px; } }
  @media (min-width: 1280px) {
    .layer-projects .section-content:nth-child(1) .inner-content .title, .layer-projects .section-content:nth-child(2) .inner-content > div > .title {
      font-size: 21px; } }
.layer-projects .section-content .recent > a {
  box-shadow: 2px 3px 50px 0px rgba(83, 92, 100, 0.18);
  transition: all 0.3s;
  background-color: #f6f6f6;
  margin: 3em 0;
  display: flex; }
  .layer-projects .section-content .recent > a:hover {
    box-shadow: 2px 3px 50px 0px rgba(83, 92, 100, 0.48); }
  .layer-projects .section-content .recent > a > :nth-child(1) {
    flex: 0 1 30%; }
  .layer-projects .section-content .recent > a > :nth-child(2) {
    flex: 0 1 70%;
    padding: 1em 1em 1em 2em; }
    .layer-projects .section-content .recent > a > :nth-child(2):before {
      content: '';
      display: inline-block;
      width: 0.5em;
      height: 0.5em;
      margin-top: 0.4em;
      position: absolute;
      background: url("data:image/svg+xml,%3Csvg%20width%3D%226.0133%22%20height%3D%229.375%22%20viewBox%3D%220%200%206.0133%209.375%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m0.93775%200.937l3.75%203.75-3.75%203.75%22%20style%3D%22stroke%3A%23000%3Bstroke-linecap%3Around%3Bstroke-miterlimit%3A10%3Bstroke-width%3A1.875%3Bfill%3Anone%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
      margin-left: -1em; }
    .layer-projects .section-content .recent > a > :nth-child(2) .title {
      color: #000;
      font: inherit;
      text-transform: inherit; }
.layer-projects .section-content:nth-child(1) .inner-content > div {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1em; }
  .layer-projects .section-content:nth-child(1) .inner-content > div > * {
    margin: 0 1em;
    flex: 1 1 auto;
    width: calc(44% - 2em);
    min-width: 200px; }
    .layer-projects .section-content:nth-child(1) .inner-content > div > *:nth-child(2) {
      flex: 1 1 auto;
      width: calc(56% - 2em);
      align-self: center; }
    .layer-projects .section-content:nth-child(1) .inner-content > div > *:nth-child(2) > div {
      display: flex;
      flex-wrap: wrap; }
      .layer-projects .section-content:nth-child(1) .inner-content > div > *:nth-child(2) > div > * {
        flex: 1 1 auto;
        width: 40%;
        min-width: 220px;
        background: #f6f6f6;
        margin: 0.9em;
        padding: 0.9em;
        border-radius: 1em;
        color: #005aa8;
        font-size: 0.9em;
        font-weight: 600;
        text-align: center;
        cursor: pointer; }
        .layer-projects .section-content:nth-child(1) .inner-content > div > *:nth-child(2) > div > *:after {
          content: '';
          display: inline-block;
          width: 1.5em;
          height: 1em;
          background: url("data:image/svg+xml,%3Csvg%20width%3D%226.0133%22%20height%3D%229.375%22%20viewBox%3D%220%200%206.0133%209.375%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m0.93775%200.937l3.75%203.75-3.75%203.75%22%20style%3D%22stroke%3A%23005aa8%3Bstroke-linecap%3Around%3Bstroke-miterlimit%3A10%3Bstroke-width%3A1.875%3Bfill%3Anone%22%2F%3E%3C%2Fsvg%3E") no-repeat center 100%/0.4em; }
        .layer-projects .section-content:nth-child(1) .inner-content > div > *:nth-child(2) > div > *.active, .layer-projects .section-content:nth-child(1) .inner-content > div > *:nth-child(2) > div > *:hover {
          background-color: #f07e04;
          color: #fff; }
          .layer-projects .section-content:nth-child(1) .inner-content > div > *:nth-child(2) > div > *.active:after, .layer-projects .section-content:nth-child(1) .inner-content > div > *:nth-child(2) > div > *:hover:after {
            margin: -0.02em;
            background: url("data:image/svg+xml,%3Csvg%20width%3D%2213.125%22%20height%3D%2212.572%22%20viewBox%3D%220%200%2013.125%2012.572%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20style%3D%22color-rendering%3Aauto%3Btext-decoration-color%3A%23000000%3Bcolor%3A%23000000%3Bshape-rendering%3Aauto%3Bsolid-color%3A%23000000%3Btext-decoration-line%3Anone%3Bfill%3A%23fff%3Bmix-blend-mode%3Anormal%3Bblock-progression%3Atb%3Btext-indent%3A0%3Bimage-rendering%3Aauto%3Bwhite-space%3Anormal%3Btext-decoration-style%3Asolid%3Bisolation%3Aauto%3Btext-transform%3Anone%22%20d%3D%22m11.883-0.015625c-0.66-0.033476-1.044%200.5363-1.365%201.0208-1.7956%202.5491-3.5914%205.0981-5.3871%207.6471-1.0246-1.0616-2.0376-2.1349-3.0694-3.1892-0.6778-0.6348-1.9208-0.19-2.0421%200.7306-0.15424%200.66%200.36431%201.1388%200.78168%201.5582%201.5415%201.6068%203.0831%203.2131%204.6247%204.8201%202.5117-3.57%205.0332-7.1335%207.5392-10.708%200.496-0.8007-0.14-1.9064-1.082-1.8796z%22%2F%3E%3C%2Fsvg%3E") no-repeat center 100%/0.9em; }
.layer-projects .section-content:nth-child(2) {
  background: linear-gradient(to bottom, #f6f6f6, #fff); }
  .layer-projects .section-content:nth-child(2) .inner-content > div {
    margin-bottom: 2em; }
    .layer-projects .section-content:nth-child(2) .inner-content > div > div:nth-child(2) {
      display: flex;
      flex-wrap: wrap;
      margin: -1em; }
      .layer-projects .section-content:nth-child(2) .inner-content > div > div:nth-child(2) > * {
        flex: 1 1 auto;
        width: 30%;
        min-width: 200px;
        margin: 1em;
        color: inherit;
        display: flex;
        flex-wrap: wrap; }
        .layer-projects .section-content:nth-child(2) .inner-content > div > div:nth-child(2) > *:not(:empty) {
          cursor: pointer;
          box-shadow: 2px 3px 50px 0px rgba(83, 92, 100, 0.18);
          transition: all 0.3s; }
          .layer-projects .section-content:nth-child(2) .inner-content > div > div:nth-child(2) > *:not(:empty):hover {
            box-shadow: 2px 3px 50px 0px rgba(83, 92, 100, 0.48); }
        .layer-projects .section-content:nth-child(2) .inner-content > div > div:nth-child(2) > * > * {
          flex: 1 1 50%;
          min-width: 165px; }
          .layer-projects .section-content:nth-child(2) .inner-content > div > div:nth-child(2) > * > *:nth-child(1) {
            position: relative; }
            .layer-projects .section-content:nth-child(2) .inner-content > div > div:nth-child(2) > * > *:nth-child(1):after {
              content: '';
              position: absolute;
              left: 0;
              top: 0;
              width: 100%;
              height: 100%;
              border: 3px solid rgba(255, 255, 255, 0.2);
              z-index: 1; }
          .layer-projects .section-content:nth-child(2) .inner-content > div > div:nth-child(2) > * > *:nth-child(2) {
            padding: 1em 1em 1em 2em; }
            .layer-projects .section-content:nth-child(2) .inner-content > div > div:nth-child(2) > * > *:nth-child(2) > * {
              font-size: calc(0.19531vw - -12.5px);
              line-height: 1.4em; }
              @media (max-width: 768px) {
                .layer-projects .section-content:nth-child(2) .inner-content > div > div:nth-child(2) > * > *:nth-child(2) > * {
                  font-size: 14px; } }
              @media (min-width: 1280px) {
                .layer-projects .section-content:nth-child(2) .inner-content > div > div:nth-child(2) > * > *:nth-child(2) > * {
                  font-size: 15px; } }
              .layer-projects .section-content:nth-child(2) .inner-content > div > div:nth-child(2) > * > *:nth-child(2) > *:before {
                content: '';
                position: absolute;
                background: url("data:image/svg+xml,%3Csvg%20width%3D%226.0133%22%20height%3D%229.375%22%20viewBox%3D%220%200%206.0133%209.375%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m0.93775%200.937l3.75%203.75-3.75%203.75%22%20style%3D%22stroke%3A%23005aa8%3Bstroke-linecap%3Around%3Bstroke-miterlimit%3A10%3Bstroke-width%3A1.875%3Bfill%3Anone%22%2F%3E%3C%2Fsvg%3E") no-repeat center center/0.4em;
                display: inline-block;
                margin-left: -1.3em;
                width: 1em;
                height: 1.4em; }

.layer-teams > * {
  max-width: 1170px;
  padding: 0 15px; }
  .layer-teams > * > * {
    margin: 0 auto; }
.layer-teams .section-content .team {
  overflow: hidden; }
  .layer-teams .section-content .team > .title {
    font-weight: bold;
    font-size: 1.1em;
    margin: 2em 0 1em; }
  .layer-teams .section-content .team > .members {
    display: flex;
    flex-flow: wrap;
    margin: 0 -2em; }
    .layer-teams .section-content .team > .members > * {
      flex: 1 1 33%;
      max-width: 250px;
      padding: 1em;
      margin: 0 2em; }
      .layer-teams .section-content .team > .members > * img {
        margin: 0 auto; }
.layer-teams .section-content a {
  color: #005aa8; }
  .layer-teams .section-content a .title > i {
    display: block;
    color: #000;
    font-size: .8em; }
.layer-teams .section-content .image {
  margin-bottom: 1em; }
  .layer-teams .section-content .image .image-holder {
    max-width: 200px;
    border-radius: 50%;
    display: block;
    position: relative;
    overflow: hidden; }
    .layer-teams .section-content .image .image-holder img {
      display: block; }
    .layer-teams .section-content .image .image-holder:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      border-radius: 50%;
      border: 2px solid rgba(0, 90, 168, 0.5); }

.layer-research[data-type="overview"] {
  margin-top: 32px;
  margin-bottom: 32px; }
  .layer-research[data-type="overview"] > * {
    max-width: 1170px;
    padding: 0 15px; }
    .layer-research[data-type="overview"] > * > * {
      margin: 0 auto; }
  .layer-research[data-type="overview"] .inner-content > a {
    color: inherit;
    margin-top: 16px;
    margin-bottom: 16px;
    display: flex;
    box-shadow: 1px 1px 4px rgba(51, 51, 51, 0.1);
    background-color: #fff;
    transition: background-color .3s; }
    .layer-research[data-type="overview"] .inner-content > a > :nth-child(1) {
      flex: 1 1 20%; }
    .layer-research[data-type="overview"] .inner-content > a > :nth-child(2) {
      flex: 1 1 80%;
      padding: 16px; }
    .layer-research[data-type="overview"] .inner-content > a:hover {
      background-color: #fbfcfb; }
    .layer-research[data-type="overview"] .inner-content > a .categories {
      display: block;
      font-size: .9em;
      margin-top: 1em;
      font-style: italic;
      color: #005aa8; }
.layer-research[data-type="detail"] {
  margin-top: 32px;
  margin-bottom: 32px;
  overflow: hidden; }
  .layer-research[data-type="detail"] > * {
    max-width: 1170px;
    padding: 0 15px; }
    .layer-research[data-type="detail"] > * > * {
      margin: 0 auto; }
  .layer-research[data-type="detail"] .inner-content > div:first-child {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    margin: -16px; }
    .layer-research[data-type="detail"] .inner-content > div:first-child > * {
      padding: 16px; }
    .layer-research[data-type="detail"] .inner-content > div:first-child > :nth-child(1) {
      flex: 1 1 35%;
      min-width: 150px; }
    .layer-research[data-type="detail"] .inner-content > div:first-child > :nth-child(2) {
      flex: 1 1 65%; }
  .layer-research[data-type="detail"] .inner-content > .parts, .layer-research[data-type="detail"] .inner-content .members {
    max-width: 65%; }
  .layer-research[data-type="detail"] .inner-content > .parts {
    margin-left: -8px; }
    .layer-research[data-type="detail"] .inner-content > .parts > * {
      cursor: pointer;
      display: block;
      padding-top: 8px;
      border-bottom: 1px solid rgba(0, 90, 168, 0.5);
      padding-bottom: 8px; }
      .layer-research[data-type="detail"] .inner-content > .parts > * input {
        position: absolute;
        left: -999px; }
        .layer-research[data-type="detail"] .inner-content > .parts > * input:checked ~ h2 {
          background-color: rgba(0, 90, 168, 0.5);
          color: #fff;
          background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2032%2032%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20stroke-width%3D%224%22%20stroke%3D%22%23fff%22%20fill%3D%22%23fff%22%20transform%3D%22rotate%28-90%2016%2016%29%22%20d%3D%22m23.21%2016.71-13%2013a1%201%200%200%201-1.42%200%201%201%200%200%201%200-1.42L21.09%2016%208.79%203.71a1%201%200%200%201%201.42-1.42l13%2013a1%201%200%200%201%200%201.42z%22%2F%3E%3C%2Fsvg%3E"); }
        .layer-research[data-type="detail"] .inner-content > .parts > * input:checked ~ :last-child {
          max-height: 999px; }
      .layer-research[data-type="detail"] .inner-content > .parts > * > h2 {
        background-color: #fff;
        color: #005aa8;
        padding: 8px;
        transition: all .3s;
        font-size: 16px;
        text-transform: none;
        background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2032%2032%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20stroke-width%3D%224%22%20stroke%3D%22%23005aa8%22%20fill%3D%22%23005aa8%22%20transform%3D%22rotate%2890%2016%2016%29%22%20d%3D%22m23.21%2016.71-13%2013a1%201%200%200%201-1.42%200%201%201%200%200%201%200-1.42L21.09%2016%208.79%203.71a1%201%200%200%201%201.42-1.42l13%2013a1%201%200%200%201%200%201.42z%22%2F%3E%3C%2Fsvg%3E");
        background-size: 12px;
        background-repeat: no-repeat;
        background-position: calc(100% - 16px) center; }
      .layer-research[data-type="detail"] .inner-content > .parts > * > :last-child {
        max-height: 0;
        overflow: hidden;
        transition: max-height .3s; }
        .layer-research[data-type="detail"] .inner-content > .parts > * > :last-child > div {
          padding: 8px; }
  .layer-research[data-type="detail"] .inner-content > .members {
    margin-top: 32px; }
    .layer-research[data-type="detail"] .inner-content > .members > h3 {
      text-transform: none;
      color: #f07e04;
      font-size: 22px;
      margin-bottom: 16px; }
    .layer-research[data-type="detail"] .inner-content > .members > div {
      display: flex;
      flex-wrap: wrap; }
      .layer-research[data-type="detail"] .inner-content > .members > div > * {
        color: inherit;
        flex: 1 1 30%;
        display: flex;
        margin: 8px; }
        .layer-research[data-type="detail"] .inner-content > .members > div > * > :first-child img {
          width: 50px;
          border-radius: 50%;
          overflow: hidden; }
        .layer-research[data-type="detail"] .inner-content > .members > div > * > :last-child {
          margin-left: 8px; }
          .layer-research[data-type="detail"] .inner-content > .members > div > * > :last-child > * {
            display: block; }
          .layer-research[data-type="detail"] .inner-content > .members > div > * > :last-child > :first-child {
            color: #f07e04; }
  .layer-research[data-type="detail"] .inner-content > .partners {
    margin-top: 32px; }
    .layer-research[data-type="detail"] .inner-content > .partners > h3 {
      text-transform: none;
      color: #f07e04;
      font-size: 22px;
      margin-bottom: 16px; }
    .layer-research[data-type="detail"] .inner-content > .partners > div {
      display: flex;
      flex-wrap: wrap; }
      .layer-research[data-type="detail"] .inner-content > .partners > div > * {
        color: inherit;
        flex: 1 1 100px;
        display: flex;
        flex-flow: column;
        margin: 8px;
        text-align: center; }
        .layer-research[data-type="detail"] .inner-content > .partners > div > * > :last-child {
          display: none; }
  .layer-research[data-type="detail"] .inner-content > a {
    color: inherit;
    margin-top: 16px;
    margin-bottom: 16px;
    display: flex;
    box-shadow: 1px 1px 4px rgba(51, 51, 51, 0.1);
    background-color: #fff;
    transition: background-color .3s; }
    .layer-research[data-type="detail"] .inner-content > a > :nth-child(1) {
      flex: 1 1 20%; }
    .layer-research[data-type="detail"] .inner-content > a > :nth-child(2) {
      flex: 1 1 80%;
      padding: 16px; }
    .layer-research[data-type="detail"] .inner-content > a:hover {
      background-color: #fbfcfb; }

.layer-text {
  /*&[data-format="image"] {

    .section-content {
      .inner-content {
        max-width: 1140px;
        margin-top: 4em;
        display: flex;
        flex-direction: column;
        align-items: center;

        > .image-holder {
          @include rounded;
          max-width: 50%;
          margin: 0 1em;
        }

        > div {
          a {
            color: $theme-color-2;
          }
          margin: 1em;
          h1 {
            color: $theme-color-1;
          }

          label {
            float: right;
            background: #fff;
            &:after {
              transform: rotate(90deg);
            }
          }

          > .text2, > label > span:nth-child(2) {
            display: none;
          }
          > input[type="checkbox"]:checked {
            ~ label > span:nth-child(1) {
              display: none;
            }
            ~ label:after {
              transform: rotate(-90deg) scale(0.8);
            }
            ~ .text2, ~ label > span:nth-child(2) {
              display: inline-block;
            }
          }

        }

        @include desktop {
          margin-top: 6em;
          flex-direction: row;
          justify-content: space-between;
          > .image-holder {
            flex: 0 1 auto;
            width: calc(32% - 3em);
            margin-top: -25%;
          }
          > div {
            flex: 0 1 auto;
            width: calc(68% - 3em);
          }
        }
      }
    }
  }*/ }
  .layer-text > * {
    max-width: 1170px;
    padding: 0 15px; }
    .layer-text > * > * {
      margin: 0 auto; }
  html.home .layer-text, .layer-text.gradient {
    background: linear-gradient(to bottom, #fff, #f6f6f6); }
  .layer-text .editor-content-processed a {
    color: #f07e04; }
  .layer-text label {
    float: right;
    background: #fff; }
    .layer-text label:after {
      transform: rotate(90deg); }
  .layer-text .text2, .layer-text label > span:nth-child(2) {
    display: none; }
  .layer-text input[type="checkbox"]:checked ~ label > span:nth-child(1) {
    display: none; }
  .layer-text input[type="checkbox"]:checked ~ label:after {
    transform: rotate(-90deg) scale(0.8); }
  .layer-text input[type="checkbox"]:checked ~ .text2, .layer-text input[type="checkbox"]:checked ~ label > span:nth-child(2) {
    display: inline-block; }
  .layer-text[data-format="text"] {
    margin: 2em 0; }
    @media (max-width: 600px) {
      .layer-text[data-format="text"] .inner-content > .text img {
        max-width: 100% !important;
        height: auto !important; } }
    .layer-text[data-format="text"] h1 {
      padding-top: 1em; }
  .layer-text[data-format="text_text"] .inner-content {
    display: flex;
    flex-wrap: wrap; }
    .layer-text[data-format="text_text"] .inner-content > * {
      flex: 1 1 50%;
      min-width: 250px; }
      .layer-text[data-format="text_text"] .inner-content > * > * {
        margin: 1em; }
  .layer-text[data-format="logo"] {
    padding: 2em 0; }
    .layer-text[data-format="logo"] .logo {
      max-width: 200px;
      margin-bottom: 3em; }
  .layer-text[data-format="partner"] .section-content {
    margin: 5em auto; }
    .layer-text[data-format="partner"] .section-content .inner-content {
      max-width: 915px;
      display: flex;
      flex-wrap: wrap;
      margin: -1em; }
      @media (max-width: 767px) {
        .layer-text[data-format="partner"] .section-content .inner-content > :nth-child(1) > .image-holder {
          display: none; } }
      @media (min-width: 768px) {
        .layer-text[data-format="partner"] .section-content .inner-content > :nth-child(1) {
          max-width: 320px; } }
      .layer-text[data-format="partner"] .section-content .inner-content > * {
        min-width: 200px;
        margin: 1em; }
      .layer-text[data-format="partner"] .section-content .inner-content > :nth-child(1) {
        flex: 1 1 0;
        align-content: center; }
        .layer-text[data-format="partner"] .section-content .inner-content > :nth-child(1) > * + * {
          margin: 1em 0; }
        .layer-text[data-format="partner"] .section-content .inner-content > :nth-child(1) .partner {
          border: 1px solid #999; }
          .layer-text[data-format="partner"] .section-content .inner-content > :nth-child(1) .partner > * {
            padding: 1em; }
          .layer-text[data-format="partner"] .section-content .inner-content > :nth-child(1) .partner > div {
            border-top: 1px solid #999;
            text-align: right; }
            .layer-text[data-format="partner"] .section-content .inner-content > :nth-child(1) .partner > div .button {
              margin-right: 0; }
      .layer-text[data-format="partner"] .section-content .inner-content > :nth-child(2) {
        flex: 1 1 0; }
      .layer-text[data-format="partner"] .section-content .inner-content .title {
        margin-top: 1em; }

.layer-video {
  background: #f07e04; }
  .layer-video .section-content {
    max-width: 1140px; }
    .layer-video .section-content .inner-content div {
      max-width: 555px;
      min-width: 300px;
      width: 43.35938%;
      margin: 0 auto;
      position: relative; }
      .layer-video .section-content .inner-content div:after {
        content: '\e900';
        pointer-events: none;
        font-family: icons;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: calc(2.97619vw - 12.85714px);
        display: inline-block;
        border-radius: 50%;
        width: 2.5em;
        height: 2.5em;
        line-height: 2.5em;
        text-align: center;
        color: #f07e04;
        background-color: #fff;
        cursor: pointer; }
        @media (max-width: 768px) {
          .layer-video .section-content .inner-content div:after {
            font-size: 10px; } }
        @media (min-width: 1440px) {
          .layer-video .section-content .inner-content div:after {
            font-size: 30px; } }
    .layer-video .section-content .inner-content img {
      width: 100%;
      padding: 2em;
      display: block;
      -webkit-filter: grayscale(100%);
      /* Safari 6.0 - 9.0 */
      filter: grayscale(100%); }
  @media (min-width: 1140px) {
    .layer-video {
      background: url(/img/video-frame-element.jpg) no-repeat;
      background-position: calc(50% - 425px) center;
      height: 590px;
      margin: 2em 0; }
      .layer-video .section-content .inner-content img {
        padding: 10em 2em 10em 0; } }

.layer-newsletter .section-content {
  max-width: 1080px; }
  .layer-newsletter .section-content .inner-content {
    width: 100%;
    color: #000;
    margin: 0 -1em;
    padding-bottom: 2.5em;
    overflow: hidden; }
    .layer-newsletter .section-content .inner-content h2 {
      font-size: calc(0.39063vw - -13px);
      font-weight: 600;
      color: #005aa8;
      margin-bottom: 0.25em; }
      @media (max-width: 768px) {
        .layer-newsletter .section-content .inner-content h2 {
          font-size: 16px; } }
      @media (min-width: 1280px) {
        .layer-newsletter .section-content .inner-content h2 {
          font-size: 18px; } }
    .layer-newsletter .section-content .inner-content > div:first-child {
      margin: 0 1em 1em 1em; }
    .layer-newsletter .section-content .inner-content > div:nth-child(2) {
      width: calc(50% - 2em);
      margin: 0em 1em -2.5em 1em;
      min-width: 250px;
      max-width: 342px; }
    .layer-newsletter .section-content .inner-content form {
      display: flex;
      font-size: calc(0.39063vw - -13px); }
      @media (max-width: 768px) {
        .layer-newsletter .section-content .inner-content form {
          font-size: 16px; } }
      @media (min-width: 1280px) {
        .layer-newsletter .section-content .inner-content form {
          font-size: 18px; } }
      .layer-newsletter .section-content .inner-content form input, .layer-newsletter .section-content .inner-content form button {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        border: 1px solid #e4eaf0;
        border-radius: 8px; }
      .layer-newsletter .section-content .inner-content form input {
        width: calc(100% - 2.22222em);
        background-color: #f6f6f6;
        color: #000;
        padding: 0 0.5em;
        line-height: 2em;
        height: 2em; }
        .layer-newsletter .section-content .inner-content form input::-webkit-input-placeholder {
          opacity: 1;
          color: #777; }
        .layer-newsletter .section-content .inner-content form input:-moz-placeholder {
          opacity: 1;
          color: #777; }
        .layer-newsletter .section-content .inner-content form input::-moz-placeholder {
          opacity: 1;
          color: #777; }
        .layer-newsletter .section-content .inner-content form input:-ms-input-placeholder {
          opacity: 1;
          color: #777; }
      .layer-newsletter .section-content .inner-content form button {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        appearance: none;
        line-height: normal;
        background: none;
        border: none;
        transform: translateX(-100%);
        width: 2.22222em;
        text-align: center;
        background: url("data:image/svg+xml,%3Csvg%20width%3D%226.0133%22%20height%3D%229.375%22%20viewBox%3D%220%200%206.0133%209.375%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m0.93775%200.937l3.75%203.75-3.75%203.75%22%20style%3D%22stroke%3A%23005aa8%3Bstroke-linecap%3Around%3Bstroke-miterlimit%3A10%3Bstroke-width%3A1.875%3Bfill%3Anone%22%2F%3E%3C%2Fsvg%3E") no-repeat center center; }

.layer-calendar[data-format="overview"] .section-content .inner-content > div:first-of-type .newsletter {
  position: relative;
  padding: 16px 16px 8px 16px; }
  .layer-calendar[data-format="overview"] .section-content .inner-content > div:first-of-type .newsletter::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 1em;
    width: 55%;
    background: #f07e04;
    border-bottom-left-radius: 32px 22px; }
  .layer-calendar[data-format="overview"] .section-content .inner-content > div:first-of-type .newsletter img {
    width: 40%; }
  .layer-calendar[data-format="overview"] .section-content .inner-content > div:first-of-type .newsletter > .title {
    padding: 0;
    margin-top: 1em;
    font-size: .8em; }
  .layer-calendar[data-format="overview"] .section-content .inner-content > div:first-of-type .newsletter::after {
    content: '';
    display: block;
    margin-top: 4px;
    border-bottom: 5px solid #f07e04; }

.module-formstatus {
  margin: 1em 0;
  display: none; }
  .module-formstatus.show {
    display: block; }
  .module-formstatus .message {
    padding: 0.5em; }
    .module-formstatus .message.error {
      border: 1px solid #FF0000;
      background: #FFCCCC;
      color: #FF0000; }
    .module-formstatus .message.send, .module-formstatus .message.sent {
      border: 1px solid #008000;
      background: #EAF8E9;
      color: #008000; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.module-loader {
  position: absolute;
  z-index: 998;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(255, 255, 255, 0.7);
  margin: 0 !important; }
  .module-loader.fixed {
    position: fixed; }
  .module-loader .section-loader {
    display: table;
    width: 100%;
    height: 100%; }
    .module-loader .section-loader .inner-loader {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
      .module-loader .section-loader .inner-loader div {
        text-indent: -9999px;
        border: 5px solid #f3f3f3;
        /* Light grey */
        border-top: 5px solid #005aa8;
        border-radius: 50%;
        width: 80px;
        height: 80px;
        animation: spin 2s linear infinite;
        margin: 0 auto;
        position: relative;
        top: calc(50% - 40px);
        overflow: hidden; }

body {
  font-family: "Open Sans", sans-serif;
  font-size: 15px; }

@media (min-width: 768px) {
  a[name] {
    position: absolute; }
    a[name]:target {
      display: block;
      position: relative;
      z-index: -1; }
      a[name]:target:before {
        content: "";
        display: block;
        height: 185px;
        margin-top: -185px; } }
.link {
  font-weight: bold; }
  .link span {
    position: relative;
    margin-left: 0.3em;
    top: -0.02em;
    background: #005aa8;
    border-radius: 4px;
    display: inline-block;
    font-size: 24px;
    font-size: 1.33333em;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    .link span:before {
      font-size: 0.35em;
      font-weight: 900;
      color: #fff; }

.flex {
  display: flex; }
  .flex.flex-3 {
    display: flex; }
    .flex.flex-3 > * {
      flex: 1 1 33.33333%; }
  .flex.flex-row {
    flex-direction: row; }
  .flex.flex-column {
    flex-direction: column; }
  .flex.flex-wrap {
    flex-wrap: wrap; }

.chevron:after {
  content: '\e906';
  font-family: icons;
  font-size: 0.6em;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em; }

input[type="checkbox"].hidden {
  position: absolute;
  left: -999px;
  display: none;
  width: 0;
  height: 0; }

.more-images {
  position: relative; }
  .more-images .image-holder:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, #eeeeee, transparent 4em);
    opacity: 0.76; }
  .more-images .image-holder + span {
    position: absolute;
    left: 1em;
    bottom: 1em;
    color: #fff;
    font-size: calc(1.17188vw - -9px);
    font-weight: bold; }
    @media (max-width: 768px) {
      .more-images .image-holder + span {
        font-size: 18px; } }
    @media (min-width: 1280px) {
      .more-images .image-holder + span {
        font-size: 24px; } }
    .more-images .image-holder + span:after {
      content: '\e906';
      font-family: icons;
      position: relative;
      margin-left: 2em;
      top: -0.1em;
      font-size: 0.5em; }

.ui-widget.ui-widget-content.ui-autocomplete {
  font-weight: 400;
  border: 1px solid #eeeeee;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
  border-radius: 0.25em;
  margin-top: 2px;
  max-width: calc(100% - 2em);
  font: inherit;
  color: #eeeeee;
  margin-left: 0.5em; }
  .ui-widget.ui-widget-content.ui-autocomplete li div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    padding: 0.5em; }
    .ui-widget.ui-widget-content.ui-autocomplete li div.ui-state-active {
      background: #005aa8;
      color: #fff;
      border: none;
      margin: inherit; }

.button {
  font-size: calc(0.39063vw - -10px);
  font-weight: 600;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 2em;
  border-radius: 1em;
  padding: 0.4em 1em 0.6em 1em;
  display: inline-flex;
  background: #f1f1f1;
  display: inline-flex;
  align-items: center;
  color: #005aa8; }
  @media (max-width: 768px) {
    .button {
      font-size: 13px; } }
  @media (min-width: 1280px) {
    .button {
      font-size: 15px; } }
  .button:after {
    content: '';
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    margin-top: 0.25em;
    background: url("data:image/svg+xml,%3Csvg%20width%3D%226.0133%22%20height%3D%229.375%22%20viewBox%3D%220%200%206.0133%209.375%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m0.93775%200.937l3.75%203.75-3.75%203.75%22%20style%3D%22stroke%3A%23005aa8%3Bstroke-linecap%3Around%3Bstroke-miterlimit%3A10%3Bstroke-width%3A1.875%3Bfill%3Anone%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
    margin-left: 0.5em; }

.right-align {
  text-align: right; }
  .right-align > * {
    margin-right: 2em; }
  @media (min-width: 800px) {
    .right-align {
      text-align: left; }
      .right-align > * {
        margin-left: 80%;
        margin-right: 2em; } }

.text a {
  color: #005aa8; }

a.file span {
  display: inline-block;
  width: 32px;
  height: 36px;
  background-size: contain;
  background-repeat: no-repeat; }
a.file.pdf span {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22334.371%22%20height%3D%22380.563%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M51.791%20356.646V23.99h152.706l78.149%2078.076v254.58z%22%2F%3E%3Cpath%20d%3D%22m201.186%2031.99%2073.46%2073.393v243.264H59.791V31.99h141.395m6.623-16H43.791v348.657h246.854V98.75l-82.836-82.76z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M51.791%20356.646V23.99h152.706l1.812%201.81v74.527h74.595l1.742%201.739v254.58z%22%2F%3E%3Cpath%20d%3D%22M198.309%2031.99v76.337h76.337v240.32H59.791V31.99h138.518m9.5-16H43.791v348.657h246.854V98.75l-6.43-6.424h-69.907V22.484l-6.499-6.494z%22%2F%3E%3Cpath%20d%3D%22M219.643%2087.75V48.667l38.666%2037.713v1.37z%22%2F%3E%3Cpath%20d%3D%22m227.643%2067.646%2012.41%2012.104h-12.41V67.646m-5.002-27.229h-10.998V95.75h54.666V83.008l-43.668-42.591z%22%2F%3E%3Cg%20fill%3D%22%23ED1C24%22%3E%3Cpath%20d%3D%22M22.544%20284.49V167.682l14.747-14.747v18.554h259.855v-18.554l14.747%2014.747V284.49z%22%2F%3E%3Cpath%20d%3D%22m303.646%20168.627%201.747%201.747V277.99H29.044V170.374l1.747-1.747v9.362h272.854v-9.362m-12.999-31.385v27.747H43.791v-27.747l-27.747%2027.747V290.99h302.349V164.989l-27.747-27.747z%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M52.096%20189.324h232.826v87.834H52.096z%22%2F%3E%3Ctext%20transform%3D%22translate%2852.096%20271.662%29%22%20fill%3D%22%23FFF%22%20font-family%3D%22DejaVu%20Sans%22%20font-weight%3D%22bold%22%20font-size%3D%22105%22%3EPDF%3C%2Ftext%3E%3C%2Fsvg%3E"); }

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