/* =========================================================================
 *
 * Core styling (do not edit these files)
 *
 * ====================================================================== */
/* =========================================================================
 *
 * A normalize plugin to make browsers behave more equal
 *
 * - More info: github.com/necolas/normalize.css
 * - With this file we don't need to use a reset stylesheet
 *
 * ====================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
@import '../../css/project/fancybox/jquery.fancybox.min.css';
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a,
html div#cookie-bar a {
  background-color: transparent;
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit;
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: 700;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */
  overflow: visible;
}
/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0;
}
/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
}
/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/* =========================================================================
 *
 * This stylesheet is still needed because Kirra templates use some of these essential class names
 * You can also use these class names in your own styling as extends or mixins
 *
 * ====================================================================== */
.clearfix:after,
.cf:after {
  content: '';
  display: table;
  clear: both;
}
.nomargin,
.nom {
  margin: 0;
}
.nopadding .nop {
  padding: 0;
}
.nomp {
  margin: 0;
  padding: 0;
}
.block {
  display: block;
}
.dnone {
  display: none;
}
.inline {
  display: inline;
}
.center {
  display: block;
  margin: auto;
}
.hide,
.hidden {
  position: absolute;
  left: -9999px;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.clear {
  clear: both;
}
.cleft {
  clear: left;
}
.cright {
  clear: right;
}
.tcenter {
  text-align: center;
}
.tleft {
  text-align: left;
}
.tright {
  text-align: right;
}
.vbottom {
  vertical-align: bottom;
}
.vmiddle {
  vertical-align: middle;
}
.vtop {
  vertical-align: top;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.fixed {
  position: fixed;
}
.overflow {
  overflow: hidden;
}
.b,
.bold,
.strong {
  font-weight: 700;
}
.i,
.em,
.italic {
  font-style: italic;
}
.normal {
  font-weight: normal;
}
.u,
.underline {
  text-decoration: underline;
}
.tnone {
  text-decoration: none;
}
.small {
  font-size: 0.9em;
}
.lower {
  text-transform: lowercase;
}
.upper {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.truncate {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.default {
  cursor: default;
}
.pointer,
.js-hover {
  cursor: pointer;
}
.mobiletext {
  display: none;
}
.break-word {
  -ms-word-break: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.hide-from-layout {
  display: none !important;
}
/* =========================================================================
 *
 * This stylesheet makes elements behave the we iWink wants them to
 *
 * ====================================================================== */
address {
  font-style: normal;
}
[type=search] {
  box-sizing: border-box;
  -webkit-appearance: none;
}
picture {
  display: block;
  width: 100%;
}
img {
  max-width: 100%;
  display: block;
  position: relative;
  font-size: 1.4rem;
}
img:before {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #adadad;
  text-align: center;
}
img:after {
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
  top: 50%;
  left: 50%;
  content: "✖ " attr(alt);
  color: #5e5e5e;
}
img[src*='.svg'] {
  max-width: none;
  width: 100%;
}
.responsive-image {
  position: relative;
}
.responsive-image > img {
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  max-width: none;
}
ul,
ol {
  list-style: none;
}
td,
dd,
figure {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
iframe {
  border: 0;
}
hr {
  height: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  display: block;
  clear: both;
}
[href^='mailto'] {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
[href^='tel:'] {
  cursor: text;
  text-decoration: none;
  color: #5e5e5e;
}
[href^='tel:']:hover,
[href^='tel:']:focus {
  color: currentColor;
  text-decoration: none;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.icalendar {
  box-sizing: content-box;
}
.component-twitter s,
.comp-twitter s,
.comp-tweet s {
  text-decoration: none;
}
@media (min-width: 769px) {
  .kirra-frontend-bar-enabled {
    margin-top: 36px !important;
  }
  .kirra-frontend-bar-enabled .nav-toggle,
  .kirra-frontend-bar-enabled .page-mobile-nav-container {
    top: 36px;
  }
  .kirra-frontend-bar-enabled .page-header {
    top: 36px !important;
  }
}
@media (max-width: 768px) {
  .frontend-bar {
    border-radius: 0.4rem;
    box-shadow: 0 1rem 3rem 0 rgba(0, 0, 0, 0.09);
    line-height: 2.4rem;
    font-size: 1.4rem;
    position: fixed;
    bottom: 1.2rem;
    left: 1.2rem;
    background: #fff;
    padding: 1.2rem 1.2rem 0;
  }
  .frontend-bar ul,
  .frontend-bar p {
    margin-bottom: 1.2rem;
  }
  .frontend-bar ul:not(.right) {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
  .frontend-bar ul:not(.right) a:before {
    content: attr(title);
  }
  .frontend-bar ul:not(.right) li:not(:first-child) {
    margin-left: 2.4rem;
  }
}
.btn-default,
.btn,
.read-more,
button,
[type=submit],
html div#cookie-bar span.cookie-buttons .allow-cookies,
html .cookie-explanation button.request-cookies,
.call-to-action {
  transition: 0.15s ease-out;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 2.4rem;
  cursor: pointer;
}
/* =========================================================================
 *
 * This is a very important stylesheet because it handles the behaviour of our main columns of the lay-out:
 * - The left column
 * - The middle column
 * - The right column
 *
 * More info about the semantics of the website can be found on: http://html5doctor.com/
 *
 * ====================================================================== */
html,
body {
  overflow-x: hidden;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
html {
  box-sizing: border-box;
}
body {
  background: #e6e6e6;
  padding-top: 9.6rem;
}
@media (max-width: 55em) {
  body {
    padding-top: 4.8rem;
  }
}
.page-website-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: calc(100vh - 9.6rem);
}
@media (max-width: 55em) {
  .page-website-wrapper {
    min-height: calc(100vh - 4.8rem);
  }
}
@media (min-width: 768px) {
  .kirra-frontend-bar-enabled .page-website-wrapper {
    min-height: calc(100vh - 9.6rem - 36px);
  }
}
@media (min-width: 768px) and (max-width: 55em) {
  .kirra-frontend-bar-enabled .page-website-wrapper {
    min-height: calc(100vh - 4.8rem - 36px);
  }
}
.page-wrapper {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.page-wrapper > .inner {
  background: none;
}
.page-content {
  margin-left: -1.6rem;
  margin-right: -1.6rem;
}
.page-column,
.page-middle,
.page-left {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
.page-middle {
  -ms-flex-order: 2;
  -webkit-order: 2;
  -ms-order: 2;
  order: 2;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 75%;
}
.page-left {
  -ms-flex-order: 1;
  -webkit-order: 1;
  -ms-order: 1;
  order: 1;
  width: 25%;
}
.page-extracontent {
  -ms-flex-order: 4;
  -webkit-order: 4;
  -ms-order: 4;
  order: 4;
}
.inner {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
  width: 100%;
  max-width: 128rem;
  position: relative;
}
.page-overview {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 2.4rem;
}
.page-overview[data-alignment='center'] {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.page-overview[data-alignment='right'] {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.page-overview[data-gutter='1'] {
  margin-left: -1.6rem;
  margin-right: -1.6rem;
  margin-bottom: 0;
}
.page-overview[data-gutter='1'] > .page-overview-block {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  margin-bottom: 3.2rem;
}
.page-overview[data-gutter='1'] > h1,
.page-overview[data-gutter='1'] > h2,
.page-overview[data-gutter='1'] > .webapp-table caption,
.page-overview[data-gutter='1'] > .component-alinea table caption {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
.page-overview[data-gutter='0'] .text {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
.page-overview > h1,
.page-overview > h2,
.page-overview > .webapp-table caption,
.page-overview > .component-alinea table caption {
  width: 100%;
}
.extra-column-wrapper {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  padding: 0 1.6rem;
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
  }
}
@keyframes scale {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
[data-width]:not(.wrapper-is-loaded) {
  position: relative;
  min-height: 24px;
}
[data-width]:not(.wrapper-is-loaded) .page-overview-block {
  display: none;
}
[data-width]:not(.wrapper-is-loaded):before {
  -webkit-animation: scale 1s linear infinite;
  animation: scale 1s linear infinite;
  border-radius: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 4px solid #0056A5;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
  color: #0056A5;
  text-align: center;
}
[data-width] .page-overview-block {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
[data-columns='1'] > .page-overview-block {
  width: 100%;
}
[data-columns='2'] > .page-overview-block {
  width: 50%;
}
[data-columns='3'] > .page-overview-block {
  width: 33.33333333%;
}
[data-columns='4'] > .page-overview-block {
  width: 25%;
}
[data-columns='5'] > .page-overview-block {
  width: 20%;
}
[data-columns='6'] > .page-overview-block {
  width: 16.66666667%;
}
.page-overview-block .image {
  position: relative;
  padding-top: 66.66666667%;
}
.page-overview-block .image > div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 0 !important;
}
.page-overview-block .image > img {
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: auto;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
}
.page-overview-block .image[data-image-alignment='center'] img {
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  top: 50% !important;
}
.page-overview-block .image[data-image-alignment='bottom'] img {
  top: auto !important;
  bottom: 0 !important;
}
[data-gutter='1'] .page-overview-block .image {
  margin-bottom: 2.4rem;
}
.page-overview-block-inner {
  display: block;
  text-decoration: none;
  width: 100%;
}
a.page-overview-block-inner,
a.page-overview-block-inner:hover,
a.page-overview-block-inner:focus {
  color: #5e5e5e;
}
/* =========================================================================
 *
 * All text styles are set here
 *
 * ====================================================================== */
html {
  font-size: 62.5%;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 1.6em;
  line-height: 1.6;
  color: #5e5e5e;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
}
h1,
h2,
h3,
h4,
legend,
.webapp-table caption,
.component-alinea table caption {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: 'Roboto', sans-serif, 'Roboto', sans-serif;
  line-height: 1;
  text-rendering: optimizelegibility;
  margin: 0;
}
.touch-device h1,
.touch-device h2,
.touch-device h3,
.touch-device h4,
.touch-device .webapp-table caption,
.touch-device .component-alinea table caption {
  text-rendering: optimizeSpeed;
}
h1 {
  font-size: 4.2rem;
}
h2,
legend,
.webapp-table caption,
.component-alinea table caption {
  font-size: 2.8rem;
}
h3 {
  font-size: 2.4rem;
}
h4 {
  font-size: 1.6rem;
}
p,
address,
ul,
ol,
table,
blockquote,
dl,
hr {
  margin: 0 0 2.4rem;
  padding: 0;
}
/* =========================================================================
 *
 * Default tooltip styling
 *
 * ====================================================================== */
[data-title] {
  position: relative;
}
[data-title]:after {
  transition: 0.15s ease-out;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: attr(data-title);
  display: inline-block;
  white-space: nowrap;
  font-weight: normal;
  font-style: normal;
  line-height: 1.6;
  position: absolute;
  bottom: 100%;
  left: 50%;
  z-index: 10;
}
/* =========================================================================
 *
 * Main navigation styling (in the header)
 *
 * ====================================================================== */
.page-mainmenu li {
  position: relative;
}
.page-mainmenu .level-1 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-bottom: 0;
}
.page-mainmenu .level-1-item > a {
  display: inline-block;
}
.page-mainmenu .level-1-item ul {
  transition: 0.15s ease-out;
  position: absolute;
  margin: 0;
}
.page-mainmenu .level-2 {
  left: 0;
  top: 100%;
  z-index: 10;
}
.page-mainmenu .level-2 a {
  display: block;
}
.page-mainmenu .level-2 ul {
  left: 100%;
  top: 0;
}
.video-wrapper {
  padding-top: 56.25%;
  position: relative;
}
.video-wrapper > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
/* =========================================================================
 *
 * This styling handles our responsive navigation
 *
 * - Depends on the variable @responsive in variables.less
 *
 * ====================================================================== */
.nav-trigger {
  display: none;
}
.nav-toggle {
  transition: 0.3s ease-in-out;
  top: 0;
  display: none;
  cursor: pointer;
  position: fixed;
  font-size: 1.4rem;
  text-align: center;
  z-index: 10;
  width: 4.8rem;
  height: 4.8rem;
  background: transparent;
}
.nav-toggle-lines {
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 0.2rem;
  transition: 0.15s ease-in-out;
  display: block;
  width: 2.4rem;
  height: 0.4rem;
  background: #fff;
  position: relative;
}
.nav-toggle-lines:before,
.nav-toggle-lines:after {
  border-radius: 0.2rem;
  transition: 0.15s ease-in-out;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  content: '';
  height: 100%;
  background: #fff;
  width: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.nav-toggle-lines:before {
  -webkit-transform: translateY(0.2rem) translateY(-1.2rem);
  transform: translateY(0.2rem) translateY(-1.2rem);
}
.nav-toggle-lines:after {
  -webkit-transform: translateY(-0.2rem) translateY(1.2rem);
  transform: translateY(-0.2rem) translateY(1.2rem);
}
.page-mobile-nav-container {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 0;
  z-index: 110;
}
.nav-closer {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: 0.3s ease-in-out;
  will-change: opacity;
  content: '';
  background: rgba(0, 0, 0, 0.5);
  width: 100vw;
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAHlBMVEUAAAD///////////////////////////////////8kfJuVAAAACXRSTlMA/Vb2MBa2swKgohKDAAAAVElEQVQI12NgcGUAghAGBvbJCgwMTJYFDJ4zhRgYFGdOYQieOVGBSXKmKQOQEFIEckDCEyVB0iAhsABICCgAZyCk4Irh2uEGIqxgg1iawMABcUYDABbwHUqE2/5DAAAAAElFTkSuQmCC"), auto;
  z-index: -1;
}
.nav-wrapper {
  transition: 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  height: 100%;
  background: #0056A5;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  top: 0;
}
.nav-wrapper a {
  display: block;
}
.nav-wrapper li {
  position: relative;
}
.nav-wrapper ul {
  margin: 0;
}
.nav-wrapper ul ul {
  overflow: hidden;
}
.nav-wrapper .open-subnav {
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
}
.nav-wrapper .open-subnav:before {
  transition: 0.15s ease-out;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
  top: 50%;
  left: 50%;
}
/* =========================================================================
 *
 * Styling when the @navBreakpoint is reached
 *
 * ====================================================================== */
@media (max-width: 55em) {
  .page-header,
  .page-website-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: 0.3s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
  }
  .nav-toggle,
  .page-mobile-nav-container {
    display: block;
  }
  .nav-trigger:checked ~ .page-mobile-nav-container .nav-toggle span {
    background: transparent;
  }
  .nav-trigger:checked ~ .page-mobile-nav-container .nav-toggle span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .nav-trigger:checked ~ .page-mobile-nav-container .nav-toggle span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .nav-trigger:checked ~ .page-mobile-nav-container .nav-closer {
    opacity: 1;
    visibility: visible;
  }
  /* =========================================================================
	 *
	 * Styling when the responsive navigation flies in from the left
	 *
	 * ====================================================================== */
  /* =========================================================================
	 *
	 * Styling when the responsive navigation flies in from the right
	 *
	 * ====================================================================== */
  .nav-toggle {
    right: 0;
  }
  .page-mobile-nav-container {
    right: 0;
  }
  .nav-wrapper {
    -webkit-transform: translate3d(24rem, 0, 0);
    transform: translate3d(24rem, 0, 0);
    width: 24rem;
    right: 0;
  }
  .nav-wrapper:before {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    left: 0;
  }
  .nav-closer {
    right: 0;
  }
  .nav-trigger:checked ~ .page-header,
  .nav-trigger:checked ~ .page-website-wrapper {
    -webkit-transform: translateX(-12rem);
    transform: translateX(-12rem);
  }
  .nav-trigger:checked ~ .page-mobile-nav-container .nav-toggle {
    -webkit-transform: translateX(-24rem);
    transform: translateX(-24rem);
  }
  .nav-trigger:checked ~ .page-mobile-nav-container .nav-wrapper {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  /* =========================================================================
	 *
	 * Styling when the responsive navigation flies in from the top
	 *
	 * ====================================================================== */
  /* =========================================================================
	 *
	 * Styling when the responsive navigation flies in as an overlay
	 *
	 * ====================================================================== */
}
/* =========================================================================
 *
 * For icons we use fontastic.me
 *
 * For more info see icons.less in the project folder
 *
 * - Depends on the variable @icons in variables.less
 *
 * ====================================================================== */
@font-face {
  font-family: 'groningerkentekens';
  src: url("data:font/woff;base64,d09GRk9UVE8AAAiUAAsAAAAAC9gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAABUYAAAZghtyvfUZGVE0AAAZQAAAAGgAAABx46DsIR0RFRgAABmwAAAAdAAAAIAA8AARPUy8yAAAGjAAAAEUAAABgUB1e1GNtYXAAAAbUAAAAXQAAAWYdLhlEaGVhZAAABzQAAAAoAAAANg3I2TVoaGVhAAAHXAAAABgAAAAkBC8CA2htdHgAAAd0AAAAGAAAACIFEABmbWF4cAAAB4wAAAAGAAAABgAPUABuYW1lAAAHlAAAAPAAAAIN6GBIbXBvc3QAAAiEAAAAEAAAACAAAwABeJxtVV1s01YUttM6dllIN6inIZUYHlCpNNCE9jABZeJlaJomVaKrtHWUZiVNSmlC046QdkmbxI4dnzhxnKR/EMIYhU4t7TRYYXRM1QR94WVDfUAgbYw3NKCwH11LtxK7acuGtPnoXn/3+jvfOcfHPzRVXk7RNL3e7fd5271ul7/D5e1xkamboi0UTe01ayzm1jLztfKkjQZbGdjKHWuoDfvXPQP4B9hYADNv5plq2lZZTVEvV9O1r1RTG6utr6+j7CUZG7WO2kBtpmqo7dROah+1n/qIOkgdoo5RitPv9wW2+dvdnp5WZ6fL72z1dXaSJNqcra5PfL6ObpfT3+rpCbT39LgIcB0jmW474mrreY5XXFcXh3wBL8GtHdt2tHc63a6jHp/X9d/i/qdciqJlWqETtEqdo0itdJLW6BSdpnU6QxtUZakMC/Um9RP9Bt1Ee2iJvm0RLB9aDMvNssoypfxXu6mhMT4XgVA0wuF9+N3Dk2gT2ry0HZhwZHB4OD84LJjbAZO9yUlErjN2dNB8m/8LphuYtGQoBnD3rEO5SL+Aw2x/NNLvWKqy9kfzQwIKs0O5/JDjntUAI5XOcKh1knf/wMgZMSUCh6usIoiKLHHuhr3AeLw+d0nCPe6bcphV1qnx89MliWnveY8DN+Av+fnZ2fn5pqv19U0f19fPNs0LM+Ue7/npqfHxqalxr8ft9XkEO7Kgt/gDLYCuMYZhDDrQE+ugIYoC7mNjojjgwN9boySqFOcu7OfR19YrX01dFlAfe7ntQrMDP7E2t7UfFJasLPgmQ6dPcciBJvhNa357dWXYzc1mjt+yhw3194eEPb+zXVv2AGDnFgDkJOjpbYDbzK3r12857GYOLfC4aimHqtjnC1JHA65CZEZkJkZ2WPsV9A1fe2fX40d37z56vOtO7dbdu7c6zBZ8lM/FSF+i3JEjTDQagliOq33IeLqd4WZy+yprFpEdVS4uokpkX6zBlQI0h53dHu5hLUPimS4+1tHb2dOTFEECEfBpnMMV2IUqbijXT85O4LYHD1AbwNV9d1p/1rgzrHr53MVLJy6Nfjsw3j6WPTv0+QnObgpmHY/rcB0igykGoCNAjsMQKHLYiZxMoAgTxSKHSrhYnIRiYIXD2VHFfR4tu6G6VdoKgZCxc1WKiBC8IrgqZb9vCvyKG3EsFidWNA//S+54MfpkSbbEIbmCqfN5UQuL5EH+ZamdUeKSIqlcwipBXJPTHBaQwMSyMJLN5rLDkI1xaC1ei340P2CM/LCWF7lSmzbyaIKda5lpdOAFa2NLS6OAF9jGmZY5B6AFdm5mZk64yL53k3/nGjOQ7YOBGIcN/D4TTkeGYJQjlMLISMGBFqyFkVBQwN+Vd7PBUCjowH5AO5GNwR//wZcohdBIsHQhOBIqCHbzANrBgwaaqqkpUQ8bshZPkdckLaXixKSUnFKTCU3WODklawqBCiggg5yQJCkel+KSLJYAQQkFuAQQSxJakngBIRMjGLpGPj15/FSw0HsmNMapoGqJVCKlEmlIlgKXBiQhTV5WXc9k9IzOGWlyJouUDmkoUQgpkVaIEXKSi44ySkbJyBnFUPREWhyOk8w5yRoHSY2qsYSYkBMROdI/cDwajAehlzyK8aScjCelpMRpkiaTJBVyFlMxLZ5UM8ezvbnQqP+0f6xrrOts4IvPuNHISbEgaqquGkqWxChloCcyaiahq8sGOnAFKOgn88X8YD6d13Qto+W0bNIAvdTRKuDhBvrzad8JK/n2DzHKM1sF2NaQL/365Z/Ii41Y7t1LfwOoNut9AAB4nGNgYGBkAIIztovOg+hroT4yMBoARH0FogAAeJxjYGRgYOADYgkGEGBiYARCPiBmAfMYAATkAEEAAAB4nGNgZmJgnMDAysDB6MOYxsDA4A6lvzJIMrQwMDAxsHIywAAjAxIISHNNYXBgSGTIY3zw/wGDHhOSGjBbAQgZAdEzCZgAAAB4nLWNyxGAIAxEHxC+KhVYjoVoA/Z/w4g04IGdybzsZJMAjq92DK9OdaZ74VAGpcFqd7fWE9fgm5JOqzvChtd0JJEpLFRWHQbG4Yky1snmQ0y5LHWd/e23HsTjBqMAAAB4nGNgZGBgAOL6g+kr4/ltvjJwMzGAwLVQHxlkmokBLM4BoQD50QczeJxjYGRgYGIAAj0wCWIzMqACJgAF0AA5eJxjYmBgYGKAgmIYgyENCCHAHAASQAF7AABQAAAPAAB4nJ2PMW4CMRBFv2EBoUQpKFKkcoHoWNZuolCkREoZCkokJCxrBbIl73IV7sGRcpN8m+nSRFj2zPN4/ngGwDOuUMhLYYaF8AATfAkPscJNuMJMTYRHeFJWeMz4kZmqmjIyL6rMA7zgQ3iIPb6FK+b8CI/wqt6Ex5irT3gkRAS0PB6OtxNtQE97pw7wKYY2eJdOLvSOhrEtHz0uOONAEbbOX84HwqaU64tPpaSGRY2Gfs3znw/vmYa6pVhLvcE7y8fQb2LyTtu60Wv9tzUGjV1y28ZQ8PCAu5LcUZjluZ08BHYudW0M2tTN48V/AauvXbl4nGNgZkAGjAxoAAAAjgAF") format('woff'), url("data:font/ttf;base64,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") format('truetype'), url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%0A%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cmetadata%3EGenerated%20by%20Fontastic.me%3C%2Fmetadata%3E%0A%3Cdefs%3E%0A%3Cfont%20id%3D%22groningerkentekens%22%20horiz-adv-x%3D%22512%22%3E%0A%3Cfont-face%20font-family%3D%22groningerkentekens%22%20units-per-em%3D%22512%22%20ascent%3D%22480%22%20descent%3D%22-32%22%2F%3E%0A%3Cmissing-glyph%20horiz-adv-x%3D%22512%22%20%2F%3E%0A%0A%3Cglyph%20glyph-name%3D%22arrow-right%22%20unicode%3D%22%26%2397%3B%22%20d%3D%22M505%20273l-179%20181-33-33%20140-141-410%200c-13%200-23-11-23-24%200-13%2010-24%2023-24l410%200-140-141%2033-33%20179%20181c9%2010%209%2024%200%2034%22%2F%3E%0A%3Cglyph%20glyph-name%3D%22camera%22%20unicode%3D%22%26%2398%3B%22%20d%3D%22M203%20427l-36-55c-4-6-11-9-18-9l-85%200c-12%200-21-10-21-22l0-234c0-12%209-22%2021-22l384%200c12%200%2021%2010%2021%2022l0%20234c0%2012-9%2022-21%2022l-85%200c-7%200-14%203-18%209l-36%2055z%20m171-22l74%200c35%200%2064-28%2064-64l0-234c0-36-29-64-64-64l-384%200c-35%200-64%2028-64%2064l0%20234c0%2036%2029%2064%2064%2064l74%200%2036%2055c4%206%2011%209%2018%209l128%200c7%200%2014-3%2018-9z%20m-118-277c-59%200-107%2048-107%20107%200%2059%2048%20106%20107%20106%2059%200%20107-47%20107-106%200-59-48-107-107-107z%20m0%2043c35%200%2064%2028%2064%2064%200%2035-29%2064-64%2064-35%200-64-29-64-64%200-36%2029-64%2064-64z%22%2F%3E%0A%3Cglyph%20glyph-name%3D%22comment%22%20unicode%3D%22%26%2399%3B%22%20d%3D%22M110%20164c6%205%2013%208%2022%208l298%200c11%200%2018%207%2018%2015l0%20231c0%207-7%2014-18%2014l-348%200c-11%200-18-7-18-14l0-297z%20m34-56l-90-83c-21-19-54-5-54%2023l0%20370c0%2044%2037%2078%2082%2078l348%200c45%200%2082-34%2082-78l0-231c0-44-37-79-82-79z%20m48%20196c0-18-14-32-32-32-18%200-32%2014-32%2032%200%2018%2014%2032%2032%2032%2018%200%2032-14%2032-32z%20m96%200c0-18-14-32-32-32-18%200-32%2014-32%2032%200%2018%2014%2032%2032%2032%2018%200%2032-14%2032-32z%20m96%200c0-18-14-32-32-32-18%200-32%2014-32%2032%200%2018%2014%2032%2032%2032%2018%200%2032-14%2032-32z%22%2F%3E%0A%3Cglyph%20glyph-name%3D%22facebook%22%20unicode%3D%22%26%23100%3B%22%20d%3D%22M397%20512l-77%200c-71%200-128-57-128-128l0-77-77%200%200-102%2077%200%200-205%20102%200%200%20205%2077%200%2026%20102-103%200%200%2077c0%2014%2012%2026%2026%2026l77%200z%22%2F%3E%0A%3Cglyph%20glyph-name%3D%22minus%22%20unicode%3D%22%26%23102%3B%22%20d%3D%22M512%20320l-512%200%200-128%20512%200z%22%2F%3E%0A%3Cglyph%20glyph-name%3D%22plus%22%20unicode%3D%22%26%23103%3B%22%20d%3D%22M512%20320l-192%200%200%20192-128%200%200-192-192%200%200-128%20192%200%200-192%20128%200%200%20192%20192%200z%22%2F%3E%0A%3Cglyph%20glyph-name%3D%22search%22%20unicode%3D%22%26%23104%3B%22%20d%3D%22M45%20289c0%2099%2079%20178%20178%20178%2098%200%20178-79%20178-178%200-98-80-178-178-178-99%200-178%2080-178%20178m460-220l-97%2098c24%2035%2037%2077%2037%20122%200%20123-100%20223-222%20223-123%200-223-100-223-223%200-122%20100-222%20223-222%2045%200%2087%2013%20122%2037l98-97c8-9%2022-9%2031%200l31%2031c9%209%209%2023%200%2031%22%2F%3E%0A%3Cglyph%20glyph-name%3D%22twitter%22%20unicode%3D%22%26%23105%3B%22%20d%3D%22M512%20465c-22-16-47-28-73-36-29%2034-75%2045-116%2030-41-16-68-56-67-100l0-23c-83-2-162%2038-209%20106%200%200-94-210%20116-304-48-32-105-49-163-46%20209-117%20465%200%20465%20268%200%207%200%2013-1%2020%2023%2023%2040%2053%2048%2085z%22%2F%3E%0A%3Cglyph%20glyph-name%3D%22chevron-left%22%20unicode%3D%22%26%23106%3B%22%20d%3D%22M395%20425c20%2020%2020%2052%200%2072-20%2020-53%2020-73%200l-205-205c-20-20-20-52%200-72l205-205c20-20%2053-20%2073%200%2020%2020%2020%2052%200%2072l-169%20169z%22%2F%3E%0A%3Cglyph%20glyph-name%3D%22chevron-right%22%20unicode%3D%22%26%23107%3B%22%20d%3D%22M117%2087c-20-20-20-52%200-72%2020-20%2053-20%2073%200l205%20205c20%2020%2020%2052%200%2072l-205%20205c-20%2020-53%2020-73%200-20-20-20-52%200-72l169-169z%22%2F%3E%0A%3Cglyph%20glyph-name%3D%22chevron-down%22%20unicode%3D%22%26%23108%3B%22%20d%3D%22M87%20395c-20%2020-52%2020-72%200-20-20-20-53%200-73l205-205c20-20%2052-20%2072%200l205%20205c20%2020%2020%2053%200%2073-20%2020-52%2020-72%200l-169-169z%22%2F%3E%0A%3Cglyph%20glyph-name%3D%22check-2%22%20unicode%3D%22%26%23110%3B%22%20d%3D%22M503%20508c-10%207-23%205-30-5l-316-449-121%20121c-8%208-21%208-30%200-8-8-8-22%200-30l139-139c4-4%209-6%2015-6%201%200%201%200%202%200%206%201%2012%204%2015%209l331%20469c7%2010%205%2023-5%2030z%22%2F%3E%0A%3Cglyph%20glyph-name%3D%22image%22%20unicode%3D%22%26%23101%3B%22%20d%3D%22M512%20137c0%200%200%200%200-1l0-40c0-53-43-96-96-96l-320%200c0%200%200%200%200%200-53%200-96%2043-96%2096l0%20320c0%2053%2043%2096%2096%2096l320%200c53%200%2096-43%2096-96z%20m-64%2063l0%20216c0%2018-14%2032-32%2032l-320%200c-18%200-32-14-32-32l0-320c0-15%2010-27%2023-31l254%20185c11%208%2027%208%2038%200z%20m0-80l-88%2064-166-120%20222%200c18%200%2032%2014%2032%2032z%20m-288%20168c-18%200-32%2014-32%2032%200%2018%2014%2032%2032%2032%2018%200%2032-14%2032-32%200-18-14-32-32-32z%22%2F%3E%0A%3Cglyph%20glyph-name%3D%22phone%22%20unicode%3D%22%26%23109%3B%22%20d%3D%22M457%20158c0-5-1-12-3-20-2-9-4-15-6-20-4-10-15-20-35-30-17-10-35-15-53-15-5%200-10%200-15%201-5%201-10%202-16%204-6%201-11%203-14%204-3%201-8%203-16%206-7%203-12%204-14%205-18%207-35%2014-50%2024-24%2015-49%2035-75%2061-26%2026-47%2051-62%2076-9%2014-17%2031-23%2050-1%201-3%206-6%2014-2%207-4%2013-5%2016-1%203-3%207-5%2013-1%206-2%2012-3%2017-1%204-1%209-1%2015%200%2017%205%2035%2014%2053%2011%2019%2021%2031%2031%2035%204%202%2011%204%2019%206%209%201%2015%202%2020%202%203%200%205%200%206%200%204-2%209-9%2016-22%202-4%205-9%208-16%204-6%207-12%2010-18%203-5%206-10%209-15%201-1%202-3%205-7%203-4%205-8%206-10%201-3%202-6%202-8%200-4-3-9-8-15-5-5-11-11-18-15-6-5-12-10-17-16-6-5-9-9-9-13%200-1%201-4%202-6%201-3%202-5%202-6%201-1%202-4%204-7%202-3%203-5%204-5%2014-26%2031-49%2049-67%2019-19%2041-36%2067-50%201%200%203-1%206-3%203-2%205-4%207-4%201-1%203-2%206-3%202-1%204-1%206-1%203%200%208%202%2013%208%205%205%2011%2011%2015%2018%205%206%2010%2012%2016%2017%206%206%2010%208%2014%208%203%200%206%200%208-2%203-1%207-3%2011-6%204-2%206-4%207-5%204-3%2010-6%2015-9%205-3%2011-6%2018-10%207-3%2012-6%2016-8%2013-7%2020-12%2021-15%201-2%201-4%201-6z%22%2F%3E%0A%3C%2Ffont%3E%3C%2Fdefs%3E%3C%2Fsvg%3E%0A#groningerkentekens") format('svg');
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  content: attr(data-icon);
  font-family: 'groningerkentekens' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
}
/* =========================================================================
 *
 * Default form styling
 *
 * - Styles all form elements, except:
 *   - [type='checkbox']
 *   - [type='radio']
 * - Sets placeholder colors
 * - button, [type='submit'] extend from .btn
 * - legend extends from h2
 * - Also includes styling for tooltips and form descriptions
 *
 * ====================================================================== */
/* default form elements */
[type=text],
[type=email],
[type=tel],
[type=password],
[type=number],
[type=search],
[type=date],
[type=datetime],
[type=datetime-local],
[type=month],
[type=time],
[type=week],
[type=url],
textarea,
select,
button {
  border-radius: 0.4rem;
  box-shadow: none;
  transition: 0.15s ease-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  width: 100%;
  min-height: 4.8rem;
  padding: 0 1.2rem;
  background: #f2f2f2;
  border: 1px solid #5e5e5e;
  display: block;
}
[type=text].disabled,
[type=email].disabled,
[type=tel].disabled,
[type=password].disabled,
[type=number].disabled,
[type=search].disabled,
[type=date].disabled,
[type=datetime].disabled,
[type=datetime-local].disabled,
[type=month].disabled,
[type=time].disabled,
[type=week].disabled,
[type=url].disabled,
textarea.disabled,
select.disabled,
button.disabled {
  opacity: .5;
}
[type=text]:focus,
[type=email]:focus,
[type=tel]:focus,
[type=password]:focus,
[type=number]:focus,
[type=search]:focus,
[type=date]:focus,
[type=datetime]:focus,
[type=datetime-local]:focus,
[type=month]:focus,
[type=time]:focus,
[type=week]:focus,
[type=url]:focus,
textarea:focus,
select:focus,
button:focus {
  outline: 0;
  border-color: #5e5e5e;
}
[type=search]::-ms-clear {
  display: none;
}
[disabled] {
  cursor: not-allowed;
}
.style-select {
  border-radius: 0.4rem;
  box-shadow: none;
  transition: 0.15s ease-out;
  height: 4.8rem;
  width: 100%;
  position: relative;
  border: solid 1px #5e5e5e;
  background: #f2f2f2;
  overflow: hidden;
  z-index: 1;
}
.style-select:before {
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  position: absolute;
  top: 50%;
  display: block;
  right: 0;
  text-align: center;
  width: calc(4.8rem - 1px);
  line-height: calc(4.8rem - 2px);
  z-index: -1;
}
.style-select select {
  width: 100%;
  padding: 0 4.8rem 0 1.2rem;
  border: 0;
  text-indent: 0.01px;
  background: transparent;
  height: calc(4.8rem - 2px);
  min-height: 0;
}
.style-select select::-ms-expand {
  display: none;
}
.style-select.focus {
  border-color: #5e5e5e;
}
html:not(.touch-device) textarea::-webkit-scrollbar,
html:not(.touch-device) select[multiple]::-webkit-scrollbar {
  -webkit-border-radius: 6px;
  width: 12px;
  height: 12px;
  background: #f2f2f2;
}
html:not(.touch-device) textarea::-webkit-scrollbar-thumb,
html:not(.touch-device) select[multiple]::-webkit-scrollbar-thumb {
  -webkit-border-radius: 6px;
  background: #5e5e5e;
  border: 3px solid #f2f2f2;
}
select[multiple] {
  height: auto;
  padding: 0;
  overflow: auto;
}
select[multiple] option {
  padding: 0.6rem 1.2rem;
  word-wrap: break-word;
}
textarea {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  resize: vertical;
  overflow: auto;
  vertical-align: top;
}
::-webkit-input-placeholder {
  color: #5e5e5e;
}
::-moz-placeholder {
  color: #5e5e5e;
}
:-moz-placeholder {
  color: #5e5e5e;
}
:-ms-input-placeholder {
  color: #5e5e5e;
}
/* end default form elements */
/* submit buttons */
button,
[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: auto;
  font-size: 1.6rem;
}
button:focus,
[type=submit]:focus {
  outline: 0;
}
/* end submit buttons */
/* form heading */
/* end form heading */
/* form tooltip */
.form-tooltip[data-title] {
  border-radius: 50%;
  width: 1.8rem;
  height: 1.8rem;
  line-height: 1.8rem;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
.form-tooltip[data-title]:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  left: auto;
  right: 0;
}
/* end form tooltip */
/* descriptions for inputs */
.form-description {
  display: block;
  clear: both;
  color: #5e5e5e;
  margin: 0;
  font-size: 1.4rem;
  font-style: italic;
  padding-top: 0.6rem;
}
/* end descriptions for inputs */
/* =========================================================================
 *
 * Default component styling, applies to all components.
 *
 * ====================================================================== */
.compblock {
  margin-bottom: 2.4rem;
}
@media (max-width: 40em) {
  .compblock {
    margin-bottom: 2.4rem;
  }
}
.compblock .compblock {
  margin-bottom: 0;
}
/* =========================================================================
 *
 * Kirra's alinea component styling
 *
 * ====================================================================== */
.component-alinea:after {
  content: '';
  display: table;
  clear: both;
}
.component-alinea strong,
.component-alinea b {
  font-weight: 700;
}
.component-alinea object,
.component-alinea embed,
.component-alinea iframe {
  width: 100% !important;
  margin-bottom: 2.4rem;
}
.component-alinea img {
  margin-left: auto;
  margin-right: auto;
}
.component-alinea img[style*='float:right'] {
  max-width: 33.33333333%;
  margin-right: 0;
  margin-left: 2.4rem;
  height: auto !important;
}
@media (max-width: 30em) {
  .component-alinea img[style*='float:right'] {
    width: 100% !important;
    max-width: 100%;
    margin-left: 0;
  }
}
.component-alinea img[style*='float:left'] {
  max-width: 33.33333333%;
  margin-left: 0;
  margin-right: 2.4rem;
  height: auto !important;
}
@media (max-width: 30em) {
  .component-alinea img[style*='float:left'] {
    width: 100% !important;
    max-width: 100%;
    margin-right: 0;
  }
}
.component-alinea ol,
.component-alinea ul {
  list-style: none;
  display: table;
}
.component-alinea li {
  position: relative;
}
.component-alinea li:before {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 1.28rem;
}
.component-alinea ol {
  counter-reset: alinea-ol;
}
.component-alinea ol li {
  counter-increment: alinea-ol;
}
.component-alinea ol li:before {
  content: counter(alinea-ol) '.';
  text-align: right;
}
.component-alinea .component-youtube iframe {
  opacity: 1;
}
.component-alinea > *:last-child {
  margin-bottom: 0;
}
.component-alinea [href^='mailto:'] {
  display: inline;
}
/* =========================================================================
 *
 * Styling for:
 * - Kirra 'table' component
 * - Tables in Kirra 'alinea' component
 *
 * ====================================================================== */
.webapp-table,
.component-alinea table {
  border-bottom: 1px solid #adadad;
  border-collapse: collapse;
}
.webapp-table th,
.component-alinea table th {
  background: #f2f2f2;
  text-align: left;
}
.webapp-table td,
.component-alinea table td,
.webapp-table th,
.component-alinea table th {
  border-right: 1px solid #adadad;
  border-top: 1px solid #adadad;
}
.webapp-table td:first-child,
.component-alinea table td:first-child,
.webapp-table th:first-child,
.component-alinea table th:first-child {
  border-left: 1px solid #adadad;
}
.component-alinea table[border='0'] {
  border: 0 !important;
}
.component-alinea table[border='0'] > thead > tr > td,
.component-alinea table[border='0'] > tbody > tr > td,
.component-alinea table[border='0'] > tfoot > tr > td,
.component-alinea table[border='0'] > thead > tr > th,
.component-alinea table[border='0'] > tbody > tr > th,
.component-alinea table[border='0'] > tfoot > tr > th {
  border: 0 !important;
}
.component-table {
  max-width: calc(100vw - 4.8rem);
}
.component-table .table-scroller {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.component-table table {
  margin-bottom: 0;
  width: 100%;
}
.component-table.swipe-hint:before {
  -webkit-animation: shakeTableHint 3s infinite ease-in-out;
  animation: shakeTableHint 3s infinite ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  will-change: transform;
  content: attr(data-swipe_text);
  text-align: center;
  display: block;
  margin: 0 12px;
  padding: 0 12px;
}
@-webkit-keyframes shakeTableHint {
  0%,
  70% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50% {
    -webkit-transform: translate3d(-12px, 0, 0);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translate3d(12px, 0, 0);
  }
}
@keyframes shakeTableHint {
  0%,
  70% {
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50% {
    transform: translate3d(-12px, 0, 0);
  }
  20%,
  40%,
  60% {
    transform: translate3d(12px, 0, 0);
  }
}
/* =========================================================================
 *
 * Styling the Kirra 'image' and 'imageuitlijning' component
 * - Also handles some CSS when zooming on images
 *
 * ====================================================================== */
.component-image img,
.component-imageuitlijning img {
  margin: auto;
  max-width: none;
  width: 100%;
}
.image-caption {
  margin: 0;
}
.component-imageuitlijning.align-links {
  float: left;
}
.component-imageuitlijning.align-links figure {
  margin-right: 2.4rem;
}
.component-imageuitlijning.align-rechts {
  float: right;
}
.component-imageuitlijning.align-rechts figure {
  margin-left: 2.4rem;
}
.component-imageuitlijning.align-gecentreerd {
  width: 100%;
  clear: both;
}
/* =========================================================================
 *
 * Styling Kirra 'quote' component
 *
 * ====================================================================== */
.component-quote blockquote,
.component-alinea blockquote blockquote {
  margin: 0;
}
/* =========================================================================
 *
 * Default styling for Kirra's sitemap page
 *
 * ====================================================================== */
.sitemap .sitemap {
  position: relative;
  padding-left: 2.4rem;
}
.sitemap .sitemap:before {
  position: absolute;
  content: '';
  border-left: 1px dotted #5e5e5e;
  left: 1.2rem;
  top: 0;
  width: 1px;
  height: 100%;
}
.sitemap .sitemap li {
  position: relative;
}
.sitemap .sitemap li:last-child:before {
  position: absolute;
  content: '';
  background: none;
  bottom: -1px;
  left: -17px;
  width: 10px;
  height: 1.2rem;
  z-index: 1;
}
.sitemap .sitemap li:last-child:after {
  position: absolute;
  content: '';
  background: none;
  top: 1.2rem;
  left: -1.2rem;
  width: 0.6rem;
  height: calc(100% - 1.2rem);
  z-index: 1;
}
.sitemap .sitemap a {
  position: relative;
  padding-left: 0.6rem;
}
.sitemap .sitemap a:before {
  position: absolute;
  content: '';
  margin-right: 2.4rem;
  border-top: 1px dotted #5e5e5e;
  width: 1.2rem;
  height: 1px;
  top: 2px;
  left: -1.2rem;
  margin-top: 0.6rem;
}
/* =========================================================================
 *
 * Styling the cookie bar.
 *
 * - Because Kirra also includes a stylesheet for the cookiebar:
 *   - We have to use some important
 *   - We can't optimize our indenting
 *
 * - Depends on the variable @moduleCookies in variables.less
 *
 * ====================================================================== */
html {
  margin-top: 0 !important;
}
html div#cookie-bar {
  box-shadow: 0 1rem 3rem 0 rgba(0, 0, 0, 0.09);
  padding: 1.2rem 1.2rem 0;
  font: 1.6rem 'Roboto', sans-serif;
  line-height: 1.6;
  background: rgba(255, 255, 255, 0.95);
  color: #5e5e5e;
  top: auto;
  bottom: 0;
  right: 0;
  left: 0;
  border: 0;
  filter: none;
  position: fixed;
  text-align: center;
}
html div#cookie-bar i.icon {
  display: none;
}
html div#cookie-bar span.cookie-buttons {
  position: relative;
  padding: 1.2rem 0 0;
}
html div#cookie-bar span.cookie-buttons button {
  width: auto;
  margin-bottom: 1.2rem !important;
}
html div#cookie-bar span.cookie-buttons .allow-cookies {
  margin-right: 1.2rem;
}
html div#cookie-bar span.cookie-buttons .disallow-cookies {
  color: #5e5e5e;
  padding-left: 0;
  padding-right: 0;
  margin: 0 0 1.2rem;
  border: 0;
  text-decoration: underline;
  background: transparent;
  font-weight: normal;
}
html .cookie-explanation-container {
  width: auto !important;
  height: auto !important;
  margin: 0 auto 2.4rem;
  border: 1px dashed #5e5e5e;
  background: #f2f2f2;
}
html .cookie-explanation {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #5e5e5e;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.6;
  top: 0 !important;
  padding: 2.4rem;
  background: none;
}
html .cookie-explanation:before {
  content: '⚠';
  color: #a31313;
  font-size: 32px;
  line-height: 1;
}
html .cookie-explanation button.request-cookies {
  width: auto;
  margin: 2.4rem 0 0 !important;
}
/* =========================================================================
 *
 * Here all individual form components are styling
 *
 * - Note that the radio's en checkboxes are styled with a CSS trick ()
 * - It works with :checked + * and styling is done on :before and :after elements.
 *
 * - Depends on the variable @moduleForms in variables.less
 *
 * ====================================================================== */
/* radio's and checkboxes */
[type=radio],
[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  bottom: 0;
  opacity: 0;
  position: absolute;
}
[type=radio]:checked + label:before,
[type=checkbox]:checked + label:before {
  border-color: #5e5e5e;
}
[type=radio]:checked + label:after,
[type=checkbox]:checked + label:after {
  -webkit-transform: translateY(-50%) scale(1) !important;
  transform: translateY(-50%) scale(1) !important;
  border-color: #5e5e5e;
}
.form-input-radio label,
.form-input-multipleselect-checkboxes label,
.form-input-checkbox label {
  display: inline-block;
  margin-left: 0;
  float: none;
}
.form-input-radio.keuze:not(.form-input-radio) > label,
.form-input-multipleselect-checkboxes.keuze:not(.form-input-radio) > label,
.form-input-checkbox.keuze:not(.form-input-radio) > label,
.form-input-radio ul label,
.form-input-multipleselect-checkboxes ul label,
.form-input-checkbox ul label {
  font-weight: normal;
}
.form-input-radio label:not(.multiple-title),
.form-input-multipleselect-checkboxes label:not(.multiple-title),
.form-input-checkbox label:not(.multiple-title) {
  padding-left: 2.4rem;
  position: relative;
}
.form-input-radio label:not(.multiple-title):before,
.form-input-multipleselect-checkboxes label:not(.multiple-title):before,
.form-input-checkbox label:not(.multiple-title):before,
.form-input-radio label:not(.multiple-title):after,
.form-input-multipleselect-checkboxes label:not(.multiple-title):after,
.form-input-checkbox label:not(.multiple-title):after {
  transition: 0.15s ease-out;
  border-radius: 0.2rem;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  position: absolute;
  top: 50%;
  content: '';
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  line-height: 1.2rem;
  left: 0;
  border: 1px solid #383838;
}
.form-input-radio label:not(.multiple-title):before,
.form-input-multipleselect-checkboxes label:not(.multiple-title):before,
.form-input-checkbox label:not(.multiple-title):before {
  background: #f2f2f2;
}
.form-input-radio label:not(.multiple-title):after,
.form-input-multipleselect-checkboxes label:not(.multiple-title):after,
.form-input-checkbox label:not(.multiple-title):after {
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  border: 0;
  background: #5e5e5e;
}
.form-input-radio label:not(.multiple-title):hover:before,
.form-input-multipleselect-checkboxes label:not(.multiple-title):hover:before,
.form-input-checkbox label:not(.multiple-title):hover:before,
.form-input-radio label:not(.multiple-title):focus:before,
.form-input-multipleselect-checkboxes label:not(.multiple-title):focus:before,
.form-input-checkbox label:not(.multiple-title):focus:before {
  border-color: #5e5e5e;
}
.form-input-radio label:not(.multiple-title):before,
.form-input-radio label:not(.multiple-title):after {
  border-radius: 50%;
}
/* end radio's and checkboxes */
/* date field */
.form-input-date .style-select {
  width: 32%;
  max-width: 168px;
  float: left;
}
.form-input-date .style-select:not(:first-of-type) {
  margin-left: 2%;
}
@media (max-width: 30em) {
  .form-input-date .style-select {
    width: 100%;
    max-width: none;
    margin: 0 0 0.6rem 0 !important;
    float: none;
  }
}
/* end date field */
/* upload button */
.form-input-file .file-input-placeholder {
  border-radius: 0.4rem;
  box-shadow: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #f2f2f2;
  min-height: 4.8rem;
  border: 1px solid #5e5e5e;
  position: relative;
  width: auto;
  margin-right: -3.6rem;
  font-weight: normal;
}
.form-input-file [type=file] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
[type=file] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  padding: 0;
  min-height: 0;
  width: 100%;
  border: 0;
}
[type=file]::-webkit-file-upload-button {
  margin-bottom: 0;
  font-family: 'Roboto', sans-serif;
}
[type=file]:focus,
[type=file]:hover::-webkit-file-upload-button,
[type=file]:focus::-webkit-file-upload-button {
  outline: 0;
}
[type=file]::-ms-value {
  border: 0;
  background: #fff;
}
[type=file]::-ms-browse {
  margin: 0;
}
/* end upload button */
/* =========================================================================
 *
 * All form error handling is set here
 *
 * - Depends on the variable @moduleForms in variables.less
 *
 * ====================================================================== */
.form-error {
  border-radius: 0.4rem;
  background: #a31313;
  color: #fff;
  padding: 1.2rem;
  margin: 0 0 2.4rem;
  font-weight: 700;
}
.form-error p,
.form-error ul {
  margin: 0 0 1.2rem;
}
.form-error ul {
  list-style: disc outside;
  padding-left: 1.8rem;
}
div.input-error {
  padding-right: 2.4rem;
}
div.input-error p {
  border-radius: 0.4rem;
  display: inline-block;
  background: #a31313;
  color: #fff;
  padding: 0.6rem 1.2rem;
  position: relative;
  font-size: 1.4rem;
  margin: 0 0 1.2rem;
  white-space: nowrap;
}
div.input-error p:before {
  border-radius: 0.4rem;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #a31313;
  overflow: hidden;
  position: absolute;
  left: 1.2rem;
  top: 100%;
  margin-top: -1px;
}
.errors {
  border-radius: 0.4rem;
  background: #a31313;
  color: #fff;
  padding: 1.2rem;
  margin: 0 0 2.4rem;
  list-style: disc inside;
}
.errors li {
  padding-left: 1.8rem;
}
/* =========================================================================
 *
 * Print styles
 *
 * ====================================================================== */
@media print {
  * {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    text-shadow: none !important;
  }
  body {
    font-family: 'Arial', sans-serif;
  }
  a,
  a:visited,
  html div#cookie-bar a {
    text-decoration: underline;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3,
  legend,
  .webapp-table caption,
  .component-alinea table caption {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3,
  legend,
  .webapp-table caption,
  .component-alinea table caption {
    page-break-after: avoid;
  }
  figure {
    margin: 0;
  }
  div[style] {
    padding: 0 !important;
    height: auto !important;
    position: static !important;
  }
  div[style] img {
    max-width: 480px !important;
    height: auto !important;
    position: static !important;
  }
  .webbeheer-formulier {
    display: block;
  }
  .webbeheer-formulier fieldset {
    border: 0;
    margin: 0;
    padding: 0;
  }
  .webbeheer-formulier .velden {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .webbeheer-formulier label {
    display: block;
  }
  .webbeheer-formulier input,
  .webbeheer-formulier textarea,
  .webbeheer-formulier select {
    border: 1px solid #ddd;
    padding: 6px 12px;
    margin-bottom: 12px;
  }
  form,
  .frontend-bar,
  .nav-trigger,
  .hide-from-layout,
  .page-mobile-nav-container,
  .page-header,
  .page-breadcrumb,
  .component-youtube,
  .page-footer {
    display: none;
  }
}
/* Grid settings */
/* Framework settings */
/* Dimensions settings */
/* Styling */
/* Animations */
/* Typography */
/* Color settings */
/* Form styling */
/* Responsive */
/* Functionalities */
/* Modules */
.flex-form-wrapper,
.add-licenseplate-information ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 1.2rem -1.6rem 0;
}
.flex-form-wrapper li,
.add-licenseplate-information ul li {
  margin-bottom: 1.2rem;
  padding: 0 1.6rem;
  width: 50%;
}
.flex-form-wrapper li.full-width,
.add-licenseplate-information ul li.full-width {
  width: 100%;
}
@media (max-width: 30em) {
  .flex-form-wrapper li,
  .add-licenseplate-information ul li {
    width: 100%;
  }
}
.element-invisible {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.element-invisible-off {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.default-browser-outline {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
}
/* =========================================================================
 *
 * This is a very important stylesheet in which you can define styling that applies to elements all over the website
 *
 * For example:
 * - Dates are often seen on multiple places in a website and may have the same styling.
 * - In stead of styling each date over and over again on multiple places, we want to have a general styling.
 * - If we can't change the class of a date in a template, we can always extend from the .date class name
 *
 * An other example
 * - We often see that (overview) blocks have the same styling (white background, some padding and a shadow)
 * - Define the styling here and we can apply this class name to all block
 * - Or... we can extend from this class name if we can't change the class name in the HTML
 *
 * ====================================================================== */
.dot,
.page-submenu > ul:before,
.divider:before {
  border-radius: 50%;
  position: absolute;
  content: '';
  width: .9rem;
  height: .9rem;
  background: #0056A5;
}
.show-more-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  margin-bottom: 3.2rem;
  min-height: 16rem;
  text-align: center;
}
.show-more-block .show-more-block-inner {
  transition: 0.15s ease-out;
  background: #0056A5;
  position: relative;
  padding: 0 2.4rem 0 1.2rem;
  width: 100%;
}
.show-more-block .card-title {
  transition: all 0.2s ease-in-out;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  left: 45%;
  width: 75%;
  margin-bottom: 0;
  color: #fff;
  font-family: 'Roboto', sans-serif, 'Roboto', sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1.2;
}
.show-more-block span {
  border-radius: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  position: absolute;
  top: 50%;
  transition: all 0.2s ease-in-out;
  right: -2rem;
  display: block;
  width: 4rem;
  height: 4rem;
  background: #fff;
}
.show-more-block span::before {
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
  top: 50%;
  left: 50%;
  color: #0056A5;
}
.show-more-block:hover .show-more-block-inner {
  background: #5e5e5e;
}
.show-more-block:hover .card-title {
  -webkit-transform: translate3d(-50%, -100%, 0);
  transform: translate3d(-50%, -100%, 0);
}
.show-more-block:hover span {
  right: 50%;
  margin-right: -2rem;
  top: 75%;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
/* =========================================================================
 *
 * Making the framework responsive
 *
 * ====================================================================== */
@media (max-width: 60em) {
  .page-middle {
    min-width: 66.66666667%;
  }
  .page-left {
    width: 33.33333333%;
  }
}
@media (max-width: 40em) {
  .page-left {
    -ms-flex-order: 5;
    -webkit-order: 5;
    -ms-order: 5;
    order: 5;
    width: 100%;
  }
  .page-left > * {
    width: calc(50% - 1.6rem);
    float: left;
  }
  .page-left > *:nth-child(odd) {
    clear: both;
    margin-right: 3.2rem;
  }
}
@media (max-width: 30em) {
  .page-left > *,
  .page-right > * {
    width: 100%;
    float: none;
  }
  .page-left > *:nth-child(odd),
  .page-right > *:nth-child(odd) {
    clear: both;
    margin-right: 0;
  }
  .inner {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.page-website-wrapper,
.page-header {
  position: relative;
  z-index: 1;
}
.page-website-wrapper:after,
.page-header:after {
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  z-index: -1;
  content: '';
  background: #e6e6e6;
  width: 400vw;
}
@media (max-width: 40em) {
  .page-website-wrapper {
    min-height: calc(76vh);
  }
}
.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.page-wrapper .inner {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  background: #fff;
  padding-top: 7.2rem;
  padding-bottom: 4.8rem;
}
@media (max-width: 40em) {
  .page-wrapper .inner {
    padding-bottom: 0;
  }
}
@media (max-width: 48em) {
  .page-wrapper .inner {
    padding-top: 2.4rem;
  }
}
.page-wrapper .page-middle {
  max-width: 83.2rem;
  min-width: 83.2rem;
  margin: 0 auto;
}
.page-wrapper .page-middle.wide {
  max-width: 104rem;
  min-width: 104rem;
  clear: both;
}
.page-wrapper .page-middle.inner {
  padding: 0;
}
@media (max-width: 1040px) {
  .page-wrapper .page-middle.wide {
    min-width: 100%;
  }
}
@media (max-width: 830px) {
  .page-wrapper .page-middle {
    min-width: 100%;
    width: 100%;
  }
}
.hassubmenu .page-wrapper .inner {
  padding-left: 6.4rem;
  padding-right: 6.4rem;
}
.hassubmenu .page-wrapper .page-middle {
  max-width: 83.2rem;
  min-width: auto;
  margin: 0;
}
@media (max-width: 60em) {
  .hassubmenu .page-wrapper .inner {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }
  .hassubmenu .page-wrapper .page-middle {
    max-width: 100%;
  }
}
@media (max-width: 60em) {
  .page-left {
    display: none;
  }
}
.page-middle-outer {
  max-width: 104rem;
  width: 100%;
  clear: both;
  margin: 0 auto;
}
/* =========================================================================
 *
 * Making our grid responsive
 * Here you can set breakpoints for each overview-page
 * Note that the class 'overview-page' is also used in our framework on .page-content
 *
 * Check the grid.less in the core folder to see how to set up a nice grid
 *
 * ====================================================================== */
/* =========================================================================
 *
 * License page
 *
 * ====================================================================== */
@media (max-width: 40em) {
  .app-component-licenseplatepage [data-columns="2"] .page-overview-block {
    width: 100%;
  }
}
@media (max-width: 890px) {
  .app-component-licenseplatepage [data-columns="4"] .page-overview-block {
    width: 33%;
  }
}
@media (max-width: 40em) {
  .app-component-licenseplatepage [data-columns="4"] .page-overview-block {
    width: 50%;
  }
}
@media (max-width: 23.375em) {
  .app-component-licenseplatepage [data-columns="4"] .page-overview-block {
    width: 100%;
  }
}
/* =========================================================================
 *
 * All text styles are set here
 *
 * ====================================================================== */
h1,
h2,
h3,
h4,
legend,
.webapp-table caption,
.component-alinea table caption {
  transition: 0.15s ease-out;
  font-weight: 700;
  margin: 0 0 2.4rem;
  color: #0056A5;
  letter-spacing: 0.1rem;
}
@media (max-width: 40em) {
  h1,
  h2,
  h3,
  h4,
  legend,
  .webapp-table caption,
  .component-alinea table caption {
    -ms-word-break: break-word;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}
h1 {
  margin-bottom: 4.8rem;
}
@media (max-width: 48em) {
  h1 {
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 30em) {
  h1 {
    font-size: 8.4vw;
  }
}
hr {
  border-bottom: 1px solid #e6e6e6;
}
hr.full-screen {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
  left: 50%;
  min-width: 100%;
  width: 400vw;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}
/* =========================================================================
 *
 * A very important stylesheet because all website use a lot of button
 * Here we control all custom button styling
 *
 * Usage for new buttons
 * - Create a class name like '.btn-ghost' (prefix always with btn-)
 * - Set double class names in the HTML to apply this styling: <a class="btn btn-ghost"></a>
 * - This means only common button styling is set on the .btn class
 * - All styling exceptions are set in ease separate class name like .btn-ghost
 *
 * ====================================================================== */
a,
html div#cookie-bar a {
  transition: 0.15s ease-out;
  color: #0056A5;
  text-decoration: underline;
}
a:hover,
a:focus {
  color: #5e5e5e;
  text-decoration: none;
}
.btn,
button,
[type=submit],
html div#cookie-bar span.cookie-buttons .allow-cookies,
html .cookie-explanation button.request-cookies,
.call-to-action {
  border-radius: 0.4rem;
  padding: 0.6rem 2.4rem;
  border: 0;
  background: #0056A5;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2.4rem;
  transition: all 0.3s ease-in-out;
}
.btn:hover,
.btn:focus,
button:hover,
button:focus,
[type=submit]:hover,
[type=submit]:focus,
html div#cookie-bar span.cookie-buttons .allow-cookies:hover,
html div#cookie-bar span.cookie-buttons .allow-cookies:focus,
html .cookie-explanation button.request-cookies:hover,
html .cookie-explanation button.request-cookies:focus {
  background-color: #5e5e5e;
  color: #fff;
}
.btn:before,
button:before,
[type=submit]:before,
html div#cookie-bar span.cookie-buttons .allow-cookies:before,
html .cookie-explanation button.request-cookies:before {
  float: right;
  margin-left: 0.6rem;
}
.call-to-action {
  padding: 1.2rem 2.4rem;
  overflow: hidden;
  position: relative;
}
.call-to-action:hover {
  color: #fff;
}
.call-to-action:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #5e5e5e;
  transition: all 0.5s;
  -webkit-transform: translate(-13%, -190%) rotate(-30deg);
  transform: translate(-13%, -190%) rotate(-30deg);
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.call-to-action span {
  position: relative;
  z-index: 2;
}
.call-to-action:hover:after,
.call-to-action:focus:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.read-more {
  transition: 0.15s ease-out;
  font-weight: 700;
}
.read-more:before {
  content: '›';
  float: right;
  margin-left: 0.6rem;
}
/* =========================================================================
 *
 * Custom tooltip styling
 *
 * The downside of this CSS tooltip is that the text will always be forced over one rule
 * This is because of the white-space: nowrap
 * Therefor it is only useful for tooltips with little text
 *
 * ====================================================================== */
[data-title]:after {
  border-radius: 0.4rem;
  opacity: 0;
  visibility: hidden;
  background: #000;
  padding: 0 0.6rem;
  color: #fff;
  font-size: 1.4rem;
}
[data-title]:hover:after,
[data-title]:focus:after {
  opacity: 1;
  visibility: visible;
  margin-bottom: 0.4rem;
}
/* =========================================================================
 *
 * Here we can set some browser behaviour
 *
 * ====================================================================== */
/* text selection */
.text-selection {
  color: #fff;
  background: #0056A5;
}
::selection {
  color: #fff;
  background: #0056A5;
}
::-moz-selection {
  color: #fff;
  background: #0056A5;
}
/* =========================================================================
 *
 * The website's header styling goes here
 *
 * ====================================================================== */
.tiny-header-style,
.tiny-header .page-header .inner,
.tiny-header .page-logo,
.tiny-header .page-mainmenu .level-1-item > a {
  height: 4.8rem;
}
/* header */
.page-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.page-header .inner {
  transition: 0.15s ease-out;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 9.6rem;
  position: relative;
  background: #0056A5;
}
@media (max-width: 55em) {
  .page-header .inner {
    height: 4.8rem;
  }
}
/* =========================================================================
 *
 * Logo styling
 *
 * ====================================================================== */
.page-logo {
  transition: 0.15s ease-out;
  padding: 0.8rem 0;
  height: 7.2rem;
}
.page-logo a {
  display: block;
  height: 100%;
}
.page-logo img {
  max-width: none;
  height: 100%;
  width: auto;
}
@media (max-width: 55em) {
  .page-logo {
    height: 4.8rem;
  }
}
/* =========================================================================
 *
 * Custom main navigation styling (in the header)
 *
 * ====================================================================== */
.page-mainmenu {
  transition: 0.15s ease-out;
  margin-left: auto;
}
.tiny-header .page-mainmenu {
  margin-right: 7.2rem;
}
.page-mainmenu .level-1-item:not(:first-child) {
  margin-left: 4.8rem;
}
.page-mainmenu .level-1-item > a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 9.6rem;
  position: relative;
  color: #fff;
  text-decoration: none;
}
.page-mainmenu .level-1-item > a::before {
  transition: all 0.2s ease-in-out;
  content: '';
  position: absolute;
  width: 100%;
  height: .3rem;
  bottom: 0;
  background: #fff;
  opacity: 0;
}
@media (max-width: 55em) {
  .page-mainmenu .level-1-item > a {
    height: 4.8rem;
  }
}
.page-mainmenu .level-1-item.active > a::before,
.page-mainmenu .level-1-item a:hover::before {
  opacity: 1;
}
.page-mainmenu .level-1-item ul {
  opacity: 0;
  width: 24rem;
  min-width: 100%;
  visibility: hidden;
}
.page-mainmenu .level-1-item ul a {
  padding: 0 1.2rem;
}
.page-mainmenu .subnav > a:after {
  display: none;
}
/* =========================================================================
 *
 * The website's footer styling goes here
 *
 * ====================================================================== */
.page-footer {
  background: #0056A5;
  color: #fff;
  padding: 4.8rem 0;
  width: 100%;
}
.page-footer a {
  color: #fff;
}
.page-footer ul {
  margin-bottom: 0;
}
@media (max-width: 48em) {
  .page-footer {
    position: relative;
    height: auto;
  }
}
.page-footer .page-overview .page-overview-block {
  width: 20%;
}
.page-footer .page-overview .page-overview-block:first-child {
  width: 45%;
}
@media (max-width: 60em) {
  .page-footer .page-overview .page-overview-block {
    width: 25%;
  }
}
@media (max-width: 48em) {
  .page-footer .page-overview .page-overview-block {
    width: 50%;
  }
  .page-footer .page-overview .page-overview-block:first-child {
    width: 100%;
  }
}
@media (max-width: 23.4375em) {
  .page-footer .page-overview .page-overview-block {
    width: 100%;
  }
}
.page-footer address {
  margin-bottom: 0;
}
.footer-extra-info .footer-title {
  margin-bottom: 0;
  color: #fff;
  font-size: 2.4rem;
}
.footer-extra-info span {
  display: inline-block;
  line-height: 1.2;
}
.footer-contact-info .phone {
  cursor: pointer;
  text-decoration: underline;
}
.footer-contact-info .phone::before {
  margin-right: 0.6rem;
}
.footer-contact-info .phone:focus,
.footer-contact-info .phone:hover {
  text-decoration: none;
}
.footer-contact-info h3 {
  margin-bottom: 0.6rem;
  margin-top: 0.8rem;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
}
.page-footermenu {
  text-align: center;
}
.page-footermenu li {
  display: inline-block;
}
.page-footermenu li:not(:first-child)::before {
  content: '|';
  margin: 0 1.2rem;
}
.page-footermenu a {
  position: relative;
}
@media (max-width: 23.4375em) {
  .page-footermenu {
    text-align: left;
  }
}
/* =========================================================================
 *
 * Custom submenu styling (often used in the left column)
 *
 * - Depends on the variable @submenu in variables.less
 *
 * ====================================================================== */
.page-submenu h2,
.page-submenu .webapp-table caption,
.page-submenu .component-alinea table caption {
  color: #5e5e5e;
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
  margin-top: 2.4rem;
}
.page-submenu ul {
  border-top: 1px solid #e6e6e6;
  position: relative;
}
.page-submenu > ul:before {
  left: 0;
  top: -0.5rem;
}
.page-submenu li {
  border-bottom: 1px solid #e6e6e6;
}
.page-submenu a {
  transition: 0.15s ease-out;
  display: block;
  font-size: 1.4rem;
  color: #5e5e5e;
  padding: 0.96rem 1.2rem;
}
.page-submenu li.active > a,
.page-submenu a:hover {
  color: #0056A5;
  background: #fafafa;
}
.page-submenu li.active > a {
  font-weight: 700;
  padding-left: 2.4rem;
}
.page-submenu ul ul li {
  padding-left: 2.4rem;
}
.page-submenu ul ul li:last-child {
  border-bottom: 0;
}
.inner.hero-container {
  padding: 0;
}
.page-hero {
  overflow: hidden;
  max-height: calc(100vh - 9.6rem);
  width: 100%;
}
@media (max-width: 55em) {
  .page-hero {
    max-height: calc(100vh - 4.8rem);
  }
}
.page-hero-image {
  padding-top: 20.83333333%;
  position: relative;
}
.page-hero-image img {
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
  top: 50%;
  left: 50%;
}
@media (orientation: portrait) and (max-width: 48em) {
  .page-hero-image {
    padding-top: 33.33333333%;
  }
}
.inner.multiple-img-hero-container {
  padding: 0;
}
.inner.multiple-img-hero-container .page-hero {
  position: relative;
  padding-top: 33.33333333%;
}
.inner.multiple-img-hero-container .page-hero .hero-images {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.inner.multiple-img-hero-container .page-hero .image {
  width: 33.33333333%;
}
.inner.multiple-img-hero-container .page-hero .image .responsive-image[style] {
  padding-top: 100% !important;
}
.inner.multiple-img-hero-container .page-hero .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  top: 0;
}
.inner.multiple-img-hero-container .titles-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  padding: 0 2.4rem;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
}
.inner.multiple-img-hero-container .titles-container .titles {
  width: 57.2rem;
  max-width: 100%;
  margin: 0 auto;
}
.inner.multiple-img-hero-container .titles-container h1 {
  color: #fff;
  margin-bottom: 0;
}
.inner.multiple-img-hero-container .titles-container span {
  color: #fff;
}
@media (max-width: 33.75em) {
  .inner.multiple-img-hero-container .titles-container h1 {
    font-size: 2.8rem;
    line-height: 0.8;
  }
  .inner.multiple-img-hero-container .titles-container span {
    display: block;
    line-height: 1.2;
  }
}
.social-share {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 4.8rem;
  font-family: 'Roboto', sans-serif, 'Roboto', sans-serif;
  font-size: 1.8rem;
  width: 100%;
}
.social-share .social-share-label {
  width: 100%;
  font-weight: 700;
  letter-spacing: 0.1rem;
}
.social-share li:not(:last-child) {
  margin-right: 0.6rem;
}
.social-share a {
  border-radius: 50%;
  transition: 0.15s ease-out;
  display: block;
  width: 4rem;
  height: 4rem;
  background: #0056A5;
  position: relative;
}
.social-share a .icon::before {
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
}
.social-share a:hover {
  background: #5e5e5e;
}
.skip-to-content {
  transition: 0.15s ease-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.2rem;
  background: #fff;
  box-shadow: 0 1rem 3rem 0 rgba(0, 0, 0, 0.09);
  text-align: center;
  transform: translate3d(0, -100%, 0);
  opacity: 0;
  z-index: 101;
}
.skip-to-content:focus {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.skip-to-main-content {
  position: absolute;
  top: -9.6rem;
}
@media (max-width: 55em) {
  .skip-to-main-content {
    top: -4.8rem;
  }
}
.page-website-wrapper {
  position: relative;
}
/* =========================================================================
 *
 * Custom fancybox styles
 *
 * ====================================================================== */
.fancybox-button:after,
.fancybox-button:before {
  margin-left: 0!important;
}
.fancybox-caption-wrap {
  opacity: 1 !important;
  visibility: visible !important;
}
.fancybox-caption {
  border-top: 0 !important;
}
.fancybox-caption-wrap {
  background: rgba(0, 0, 0, 0.5);
  padding: 0 2.4rem;
}
.fancybox-enabled body.windows .page-header {
  padding-right: 1.7rem;
}
.page-header,
.page-wrapper,
.page-footer,
.page-notificaton {
  transition: 0.3s ease-in-out;
}
.nav-toggle {
  margin: 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
}
.nav-toggle .nav-toggle-lines {
  position: absolute;
}
.nav-toggle .nav-toggle-lines,
.nav-toggle .nav-toggle-lines::before,
.nav-toggle .nav-toggle-lines::after {
  border-radius: 0.2rem;
}
.nav-toggle:focus {
  background: transparent;
}
.nav-toggle:hover {
  background: #fff;
}
.nav-toggle:hover .nav-toggle-lines,
.nav-toggle:hover .nav-toggle-lines::before,
.nav-toggle:hover .nav-toggle-lines::after {
  background: #0056A5;
}
@media (max-width: 55em) {
  .nav-toggle,
  .page-mobile-nav-container {
    display: block;
  }
  .mobile-menu-open .page-mobile-nav-container .nav-toggle {
    transform: translate3d(-24rem, 0, 0);
  }
  .mobile-menu-open .page-mobile-nav-container .nav-toggle .nav-toggle-lines {
    background: transparent;
  }
  .mobile-menu-open .page-mobile-nav-container .nav-toggle .nav-toggle-lines::before {
    transform: rotate(45deg);
  }
  .mobile-menu-open .page-mobile-nav-container .nav-toggle .nav-toggle-lines::after {
    transform: rotate(-45deg);
  }
  .mobile-menu-open .page-mobile-nav-container .nav-wrapper {
    transform: translate3d(0, 0, 0);
  }
  .mobile-menu-open .page-mobile-nav-container .nav-closer {
    opacity: 1;
    visibility: visible;
  }
  .mobile-menu-open .page-header,
  .mobile-menu-open .page-wrapper,
  .mobile-menu-open .page-footer,
  .mobile-menu-open .page-notificaton {
    transform: translate3d(-12rem, 0, 0);
  }
}
.nav-wrapper a {
  padding: 0.8rem 2.4rem;
  position: relative;
  color: #fff;
  text-decoration: none;
  word-wrap: break-word;
}
.nav-wrapper a::before {
  transition: 0.15s ease-out;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: .4rem;
  height: 100%;
  background: #fff;
  opacity: 0;
}
.nav-wrapper ul ul a {
  transition-duration: 0.15s;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  line-height: 0;
  padding: 0 2.4rem 0 4.8rem;
  opacity: 0;
}
.nav-wrapper .open > li > a {
  opacity: 1;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  line-height: 1.6;
}
.nav-wrapper .open + .open-subnav::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}
.nav-wrapper li.active a,
.nav-wrapper li:hover a {
  background: #002e59;
}
.nav-wrapper li.active > a::before,
.nav-wrapper li:hover > a::before {
  opacity: 1;
}
.nav-wrapper .subnav > a {
  padding-right: 3.76rem;
}
.nav-wrapper .open-subnav {
  height: 3.76rem;
  width: 3.76rem;
}
.nav-wrapper .open-subnav::before {
  border-radius: 50%;
  width: 2.4rem;
  line-height: 2.4rem;
  color: #fff;
  content: 'l';
  font-family: 'groningerkentekens';
  font-size: 12px;
  opacity: .5;
}
.nav-wrapper .open-subnav:hover::before {
  background: rgba(25, 255, 255, 0.2);
}
.nav-wrapper .subnav ul li a::before {
  left: 2.4rem;
  width: .1rem;
  height: auto;
  top: 0.4rem;
  bottom: 0.4rem;
}
@media (max-width: 55em) {
  .page-mainmenu {
    display: none;
  }
}
/* =========================================================================
 *
 * For icons we use fontastic.me
 *
 * Usage:
 * - Make a new icon set on fontastic.me and give it the name of the project
 * - Select the icons you need in your project
 *   - You can add custom icons by uploading an SVG
 * - Download the icons and place the font files in the folder 'public/fonts'
 * - Set a data-icon="x" on a html element
 * - You can set all kinds of characters set in the data-attribute
 * - You can see the mapping of the characters in your icon set on fontastic.me
 *
 * ====================================================================== */
[data-icon]:before {
  display: inline-block;
  line-height: inherit;
  font-size: inherit;
}
/* =========================================================================
 *
 * Kirra's alinea component styling
 *
 * ====================================================================== */
.component-alinea {
  clear: none;
}
.component-alinea [href^='mailto'] {
  display: inline-block;
  overflow: visible;
  text-overflow: inherit;
}
.component-alinea.intro {
  margin-bottom: 3.6rem;
}
.component-alinea.intro,
.component-alinea.intro * {
  font-weight: 700;
}
.component-alinea h2,
.component-alinea .webapp-table caption,
.component-alinea .component-alinea table caption {
  font-size: 2.8rem;
  margin: 0 0 2.4rem;
}
@media (max-width: 48em) {
  .component-alinea h2,
  .component-alinea .webapp-table caption,
  .component-alinea .component-alinea table caption {
    margin-bottom: 2.4rem;
  }
}
.component-alinea ol,
.component-alinea ul {
  padding-left: 3.6rem;
}
.component-alinea li:before {
  left: -2.4rem;
}
.component-alinea ul li:before {
  border-radius: 50%;
  content: '';
  width: 0.6rem;
  height: 0.6rem;
  background: #5e5e5e;
}
.component-alinea ol li:before {
  -webkit-transform: translate(-2.4rem, -50%);
  transform: translate(-2.4rem, -50%);
  width: 3.6rem;
}
.page-intro-container {
  overflow: hidden;
}
/* =========================================================================
 *
 * Custom webapp and alinea table styling
 *
 * ====================================================================== */
.webapp-table caption,
.component-alinea table caption {
  text-align: left;
}
.webapp-table th,
.component-alinea table th {
  font-weight: 700;
}
.webapp-table td,
.component-alinea table td,
.webapp-table th,
.component-alinea table th {
  padding: 0.6rem 1.2rem;
}
/* =========================================================================
 *
 * Custom image styling for the Kirra components 'image' and 'imageuitlijning'
 *
 * ====================================================================== */
.image-caption {
  color: #5e5e5e;
  font-style: italic;
}
.component-imageuitlijning.align-links,
.component-imageuitlijning.align-rechts {
  width: 50%;
}
@media (max-width: 30em) {
  .component-imageuitlijning.align-links,
  .component-imageuitlijning.align-rechts {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.component-imageuitlijning.align-rechts {
  float: right;
}
.component-imageuitlijning.align-links + *,
.component-imageuitlijning.align-rechts + * {
  clear: none;
}
/* =========================================================================
 *
 * Kirra's component 'quote' styling
 *
 * Do not remove the .comp-quote styling because the quote in an alinea extends from this class name
 *
 * ====================================================================== */
.component-quote,
.component-alinea blockquote {
  background: #fcfcfc;
  border-left: 10px solid #f2f2f2;
  padding: 0.6rem 1.2rem;
  quotes: "\201C" "\201D" "\2018" "\2019";
}
.component-quote p,
.component-alinea blockquote p {
  color: #5e5e5e;
  font-size: 2.8rem;
  font-style: italic;
  display: inline;
}
.component-quote:before,
.component-alinea blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
.component-quote figcaption,
.component-alinea blockquote figcaption {
  font-style: italic;
}
.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  color: #5e5e5e;
  margin: 0 0.3rem;
  text-decoration: none;
}
.pagination .pagination-previous .icon::before,
.pagination .pagination-next .icon::before {
  font-family: 'groningerkentekens';
  font-size: 1.05rem;
}
.pagination .pagination-previous .icon::before {
  content: 'j';
}
.pagination .pagination-next .icon::before {
  content: 'k';
}
.pagination .current a,
.pagination a:hover {
  background: #0056A5;
  border: 1px solid #0056A5;
  color: #fff;
  font-weight: 700;
}
.pagination .ellipsis a {
  cursor: pointer;
  pointer-events: none;
}
@media (max-width: 30em) {
  .pagination a {
    width: 3.2rem;
    height: 3.2rem;
    margin: 0 .2rem;
    font-size: 1.4rem;
  }
  .pagination .ellipsis a {
    width: 1rem;
    height: 1rem;
    border: 0;
  }
}
[type='text']:focus,
[type='email']:focus,
[type='tel']:focus,
[type='password']:focus,
[type='number']:focus,
[type='search']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='time']:focus,
[type='week']:focus,
[type='url']:focus,
[type='file']:focus,
input:focus,
textarea:focus,
select:focus,
button:focus,
.btn:focus,
button:focus,
[type=submit]:focus,
html div#cookie-bar span.cookie-buttons .allow-cookies:focus,
html .cookie-explanation button.request-cookies:focus {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
.btn,
button,
[type=submit],
html div#cookie-bar span.cookie-buttons .allow-cookies,
html .cookie-explanation button.request-cookies,
.call-to-action {
  text-decoration: none;
}
.style-select {
  overflow: visible;
}
[type='radio']:focus + label::before,
[type='checkbox']:focus + label::before {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
}
/* =========================================================================
 *
 * Custom form styling can be done here
 *
 * ====================================================================== */
.webbeheer-formulier {
  width: 100%;
  clear: both !important;
}
.style-select::before {
  content: 'l';
  font-family: 'groningerkentekens';
  font-size: 1.05rem;
}
select[multiple] {
  max-height: 12rem;
}
textarea {
  height: 12rem;
}
.form-input-file .file-input-btn,
.form-input-file .file-input-text {
  display: none;
}
.form-input-file [type='file'] {
  display: block;
  opacity: 1;
  position: relative;
  line-height: 1;
  padding: 1.2rem;
}
.form-tooltip[data-title] {
  background: #5e5e5e;
  cursor: help;
  font-size: 1rem;
  color: #fff;
}
/* =========================================================================
 *
 * General form styling
 *
 * This styling applies to all forms that use .velden as a wrapper for the input elements
 *
 * ====================================================================== */
form ul,
form ol {
  margin: 0;
}
.velden > li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 1.2rem;
  position: relative;
  clear: both;
  width: 100%;
}
.velden > li:after {
  display: inline;
  clear: none;
}
.velden label {
  display: block;
  width: 100%;
  font-weight: 700;
  margin-bottom: 0.6rem;
  padding-right: 3.6rem;
}
.velden label em {
  margin-left: 0.4rem;
  color: #a31313;
  font-style: normal;
}
.velden .form-input-paragraph,
.velden .form-input-heading {
  margin-bottom: 0;
}
[type=text],
[type=email],
[type=tel],
[type=password],
[type=number],
[type=search],
[type=date],
[type=datetime],
[type=datetime-local],
[type=month],
[type=time],
[type=week],
[type=url],
textarea,
select,
button {
  background: #f2f2f2;
}
.form-input-radio label:not(.multiple-title):before,
.form-input-multipleselect-checkboxes label:not(.multiple-title):before,
.form-input-checkbox label:not(.multiple-title):before,
.form-input-radio label:not(.multiple-title):after,
.form-input-multipleselect-checkboxes label:not(.multiple-title):after,
.form-input-checkbox label:not(.multiple-title):after {
  width: 1.6rem;
  height: 1.6rem;
  border: none;
}
.form-input-radio label:not(.multiple-title):after {
  background: #0056A5;
}
.form-input-multipleselect-checkboxes label:not(.multiple-title):after,
.form-input-checkbox label:not(.multiple-title):after {
  content: 'n';
  font-family: 'groningerkentekens';
  background: none;
  color: #0056A5;
  font-size: 1.4rem;
  top: 50%;
}
.velden label {
  font-family: 'Roboto', sans-serif, 'Roboto', sans-serif;
  margin-bottom: 0;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #5e5e5e;
}
input::-moz-placeholder,
textarea::-webkit-input-placeholder {
  /* Firefox 19+ */
  color: #5e5e5e;
}
input:-ms-input-placeholder,
textarea::-webkit-input-placeholder {
  /* IE 10+ */
  color: #5e5e5e;
}
input:-moz-placeholder,
textarea::-webkit-input-placeholder {
  /* Firefox 18- */
  color: #5e5e5e;
}
.placeholder-color {
  color: #5e5e5e;
}
input[type="submit"] {
  height: 4.8rem;
}
.form-input-paragraph ul {
  padding-left: 3.6rem;
}
.form-input-paragraph li {
  list-style-type: disc !important;
}
div.input-error p {
  white-space: inherit;
  line-height: 120%;
}
.form-tooltip[data-title]:after {
  min-width: 290px;
  white-space: inherit;
  line-height: 1.3;
  padding: 0.6rem;
}
.divider {
  width: 100%;
  position: relative;
  padding: 4.8rem 0;
}
.divider:before {
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  position: absolute;
  left: 50%;
  top: 4.4rem;
}
.divider hr {
  border-color: #e6e6e6;
}
@media (max-width: 48em) {
  .divider {
    padding: 2.4rem 0;
  }
  .divider:before {
    top: 1.9rem;
  }
}
.crosslink {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-decoration: none;
}
.crosslink .image {
  width: 25%;
}
.crosslink .image > div[style] {
  padding-top: 100% !important;
}
.crosslink .image .responsive-image {
  transition: 0.15s ease-out;
  background: #000;
}
.crosslink .image .responsive-image > img {
  mix-blend-mode: screen;
}
.crosslink .right {
  width: 75%;
  padding-left: 3.2rem;
  padding-top: 2.4rem;
}
.crosslink p {
  color: #5e5e5e;
}
.crosslink span {
  display: block;
  font-family: 'Roboto', sans-serif, 'Roboto', sans-serif;
  font-size: 1.8rem;
  color: #0056A5;
  text-decoration: underline;
}
.crosslink:focus .image .responsive-image,
.crosslink:hover .image .responsive-image {
  box-shadow: 0 1rem 3rem 0 rgba(0, 0, 0, 0.09);
  background-color: #0056A5;
}
.crosslink:focus span,
.crosslink:hover span {
  text-decoration: none;
}
@media (max-width: 30em) {
  .crosslink .image,
  .crosslink .right {
    width: 100%;
  }
  .crosslink .right {
    padding-left: 0;
  }
  .crosslink h2,
  .crosslink .webapp-table caption,
  .crosslink .component-alinea table caption {
    margin-top: 0.6rem;
  }
  .crosslink h2,
  .crosslink p,
  .crosslink .webapp-table caption,
  .crosslink .component-alinea table caption {
    margin-bottom: 0.6rem;
  }
}
.app-component-licenseplatepage .component-alinea h2,
.app-component-licenseplatepage .component-alinea .webapp-table caption,
.app-component-licenseplatepage .component-alinea .component-alinea table caption {
  font-size: 2.4rem;
  position: relative;
  margin-bottom: 2.4rem;
  padding-bottom: 1.2rem;
}
.app-component-licenseplatepage .component-alinea h2::before,
.app-component-licenseplatepage .component-alinea .webapp-table caption::before,
.app-component-licenseplatepage .component-alinea .component-alinea table caption::before {
  border-radius: 50%;
  content: '';
  width: .9rem;
  height: .9rem;
  background: #0056A5;
  position: absolute;
  left: -0.4rem;
  bottom: -0.4rem;
  z-index: 1;
}
.app-component-licenseplatepage .component-alinea h2::after,
.app-component-licenseplatepage .component-alinea .webapp-table caption::after,
.app-component-licenseplatepage .component-alinea .component-alinea table caption::after {
  content: '';
  width: 40%;
  height: .1rem;
  background: #e6e6e6;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 40em) {
  .app-component-licenseplatepage .compblock.component-alinea {
    margin-bottom: 0;
  }
}
.app-component-licenseplatepage .page-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 1.6rem;
}
.app-component-licenseplatepage .page-info h2,
.app-component-licenseplatepage .page-info .webapp-table caption,
.app-component-licenseplatepage .page-info .component-alinea table caption {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.app-component-licenseplatepage .page-info .page-filters {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.app-component-licenseplatepage .page-info .page-filters h4 {
  margin-bottom: 0;
  color: #5e5e5e;
}
.app-component-licenseplatepage .page-info .page-filters .filter span {
  border-radius: 0.4rem;
  display: block;
  background: #e6e6e6;
  color: #5e5e5e;
  padding: 0 0.6rem;
  margin-left: 0.6rem;
}
/* =========================================================================
 *
 * overview item
 *
 * ====================================================================== */
.page-licenseplate-overview-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.page-licenseplate-overview-item a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  background: #f2f2f2;
  text-decoration: none;
}
.page-licenseplate-overview-item a:focus,
.page-licenseplate-overview-item a:hover {
  box-shadow: 0 1rem 3rem 0 rgba(0, 0, 0, 0.09);
}
.page-licenseplate-overview-item .card-licenseplate-image {
  order: 1;
}
.page-licenseplate-overview-item .card-licenseplate-image img {
  width: 100%;
}
.page-licenseplate-overview-item .responsive-image {
  padding-top: 63% !important;
  transition: 0.15s ease-out;
  background: #000;
}
.page-licenseplate-overview-item .responsive-image > img {
  mix-blend-mode: screen;
}
.page-licenseplate-overview-item:hover .responsive-image {
  background-color: #0056A5;
}
.page-licenseplate-overview-item .card-licenseplate-top {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  order: 2;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  min-height: 6.5rem;
  margin-top: auto;
  background: #fff;
}
.page-licenseplate-overview-item .card-licenseplate-top header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  height: 6.4rem;
}
.page-licenseplate-overview-item .card-licenseplate-top h3 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  transition: 0.15s ease-out;
  width: 74%;
  padding: 0 1.2rem;
  margin-bottom: 0;
  font-size: 2.1rem;
}
.page-licenseplate-overview-item .card-licenseplate-top .right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 26%;
  color: #aeaeae;
}
.page-licenseplate-overview-item .card-licenseplate-top .right > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-left: 0.6rem;
  color: #5e5e5e;
}
.page-licenseplate-overview-item .card-licenseplate-top .right > div .icon::before {
  transition: 0.15s ease-out;
}
.page-licenseplate-overview-item .card-licenseplate-top .right span {
  transition: 0.15s ease-out;
  display: block;
  font-size: 1.4rem;
  padding-left: 0.6rem;
}
.page-licenseplate-overview-item .card-licenseplate-top .right .images {
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
.page-licenseplate-overview-item .card-licenseplate-top .right .images:after {
  border-radius: 50%;
  transition: 0.15s ease-out;
  content: '';
  width: 0.6rem;
  height: 0.6rem;
  background: #e6e6e6;
  position: absolute;
  left: -0.3rem;
  bottom: -0.3rem;
}
.page-licenseplate-overview-item .card-licenseplate-top .extra-info {
  margin-bottom: 0.6rem;
  width: 100%;
  padding: 0 1.2rem;
  color: #5e5e5e;
  font-size: 1.4rem;
  line-height: 1.3;
}
.page-licenseplate-overview-item .card-licenseplate-top .extra-info li {
  padding-bottom: 0.6rem;
}
.page-licenseplate-overview-item .card-licenseplate-top .extra-info li.name {
  font-weight: 700;
}
/* =========================================================================
 *
 * Licenseplate detail page
 *
 * ====================================================================== */
.app-component-licenseplatedetail .app-component-licenseplatepage header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  margin-right: -3.2rem;
  margin-bottom: 6rem;
}
.app-component-licenseplatedetail .app-component-licenseplatepage header h1 {
  margin-bottom: 0;
}
.app-component-licenseplatedetail .app-component-licenseplatepage header a {
  margin-bottom: 0;
}
@media (max-width: 30em) {
  .app-component-licenseplatedetail .app-component-licenseplatepage header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 2.4rem;
  }
  .app-component-licenseplatedetail .app-component-licenseplatepage header h1 {
    width: 100%;
    margin-bottom: 0.6rem;
  }
}
.app-component-licenseplatedetail .app-component-licenseplatepage .page-photos {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin: 0 -1.6rem;
  padding-bottom: 4.8rem;
}
.app-component-licenseplatedetail .app-component-licenseplatepage .page-photos .first-photo.big {
  min-width: 40%;
  padding: 0 1.6rem;
}
.app-component-licenseplatedetail .app-component-licenseplatepage .page-photos .image {
  transition: 0.15s ease-out;
  background: #000;
}
.app-component-licenseplatedetail .app-component-licenseplatepage .page-photos .image > img {
  mix-blend-mode: screen;
}
.app-component-licenseplatedetail .app-component-licenseplatepage .page-photos a:hover .image {
  box-shadow: 0 1rem 3rem 0 rgba(0, 0, 0, 0.09);
  background-color: #0056A5;
}
.app-component-licenseplatedetail .app-component-licenseplatepage .page-photos .right-photos {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 1.6rem;
  margin: -1.6rem;
  width: 100%;
}
.app-component-licenseplatedetail .app-component-licenseplatepage .page-photos .right-photos a,
.app-component-licenseplatedetail .app-component-licenseplatepage .page-photos .right-photos > div {
  width: 33.33333333%;
  padding: 1.6rem;
}
.app-component-licenseplatedetail .app-component-licenseplatepage .page-photos .right-photos img {
  width: 100%;
}
.app-component-licenseplatedetail .app-component-licenseplatepage .page-photos .right-photos .first-photo {
  display: none;
}
.app-component-licenseplatedetail .app-component-licenseplatepage .page-photos .all-photos-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  transition: 0.15s ease-out;
  background: #0056A5;
  height: 100%;
  padding: 0 1.2rem;
  cursor: pointer;
}
.app-component-licenseplatedetail .app-component-licenseplatepage .page-photos .all-photos-inner:before {
  color: #fff;
  font-size: 2.4rem;
}
.app-component-licenseplatedetail .app-component-licenseplatepage .page-photos .all-photos-inner h3 {
  color: #fff;
  text-align: center;
  width: 100%;
  font-size: 2.1rem;
  line-height: 1.2;
}
@media (max-width: 60em) {
  .app-component-licenseplatedetail .app-component-licenseplatepage .page-photos .all-photos-inner h3 {
    font-size: 1.4rem;
  }
}
.app-component-licenseplatedetail .app-component-licenseplatepage .page-photos .all-photos-inner:hover {
  background: #5e5e5e;
}
@media (max-width: 48em) {
  .app-component-licenseplatedetail .app-component-licenseplatepage .page-photos .first-photo.big {
    display: none;
  }
  .app-component-licenseplatedetail .app-component-licenseplatepage .page-photos .right-photos {
    margin: -0.8rem;
  }
  .app-component-licenseplatedetail .app-component-licenseplatepage .page-photos .right-photos .first-photo {
    display: block;
  }
  .app-component-licenseplatedetail .app-component-licenseplatepage .page-photos .right-photos a,
  .app-component-licenseplatedetail .app-component-licenseplatepage .page-photos .right-photos > div {
    padding: 0.8rem;
  }
  .app-component-licenseplatedetail .app-component-licenseplatepage .page-photos div.all-photos {
    width: 100%;
  }
  .app-component-licenseplatedetail .app-component-licenseplatepage .page-photos div.all-photos h3 {
    font-size: 1.6rem;
  }
  .app-component-licenseplatedetail .app-component-licenseplatepage .page-photos.only-one-photo .first-photo.big {
    display: block;
  }
  .app-component-licenseplatedetail .app-component-licenseplatepage .page-photos.only-one-photo .right-photos .first-photo {
    display: none;
  }
}
@media (max-width: 23.4375em) {
  .app-component-licenseplatedetail .app-component-licenseplatepage .page-photos .right-photos {
    padding-right: 0;
  }
  .app-component-licenseplatedetail .app-component-licenseplatepage .page-photos .right-photos a {
    width: 50%;
  }
}
.app-component-licenseplatedetail .app-component-licenseplatepage .licenseplate-information-list .licenseplate-information-list-item {
  display: flex;
  margin-bottom: 0.6rem;
}
.app-component-licenseplatedetail .app-component-licenseplatepage .licenseplate-information-list .licenseplate-information-list-item dt {
  flex-shrink: 0;
  display: inline-block;
  width: 21.6rem;
  font-family: 'Roboto', sans-serif, 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
}
.app-component-licenseplatedetail .app-component-licenseplatepage .licenseplate-information-list .licenseplate-information-list-item dd {
  display: inline-block;
  padding-right: 0.4rem;
  line-height: 1.5;
  padding-top: .1rem;
}
@media (max-width: 30em) {
  .app-component-licenseplatedetail .app-component-licenseplatepage .licenseplate-information-list .licenseplate-information-list-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .app-component-licenseplatedetail .app-component-licenseplatepage .licenseplate-information-list .licenseplate-information-list-item dt {
    width: 100%;
  }
  .app-component-licenseplatedetail .app-component-licenseplatepage .licenseplate-information-list .licenseplate-information-list-item dd {
    padding-top: 0;
    margin-bottom: 0.6rem;
  }
}
.app-component-licenseplatedetail .app-component-licenseplatepage h2,
.app-component-licenseplatedetail .app-component-licenseplatepage .webapp-table caption,
.app-component-licenseplatedetail .app-component-licenseplatepage .component-alinea table caption {
  color: #004686;
  font-size: 2.4rem;
  margin-bottom: 4.8rem;
}
.app-component-licenseplatedetail .app-component-licenseplatepage .comment {
  margin-bottom: 4.8rem;
}
.app-component-licenseplatedetail .app-component-licenseplatepage .comment header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 2.4rem;
}
.app-component-licenseplatedetail .app-component-licenseplatepage .comment h3 {
  font-size: 1.6rem;
  color: #5e5e5e;
  margin-right: 0.6rem;
  margin-bottom: 0;
  line-height: 1.2;
}
.app-component-licenseplatedetail .app-component-licenseplatepage .comment .date {
  color: #5e5e5e;
  font-size: 1.4rem;
}
@media (max-width: 30em) {
  .app-component-licenseplatedetail .app-component-licenseplatepage .comment {
    margin-bottom: 2.4rem;
  }
  .app-component-licenseplatedetail .app-component-licenseplatepage .comment header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .app-component-licenseplatedetail .app-component-licenseplatepage .comment h3 {
    width: 100%;
  }
}
/* =========================================================================
 *
 * Add information form
 *
 * ====================================================================== */
.add-licenseplate-information input[type="submit"] {
  float: right;
  margin-top: 4.8rem;
}
.page-search-outer-container {
  position: relative;
  height: 30rem;
  width: 59.2rem;
  max-width: 100%;
  margin: 0 auto 4.8rem;
}
@media (min-width: 30em) {
  .page-search-outer-container {
    height: 25rem;
  }
}
@media (min-width: 40em) {
  .page-search-outer-container {
    margin: 2.4rem auto 7.2rem;
  }
}
.page-search {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 3.2rem 3.2rem 1.6rem;
  background: #fff;
  box-shadow: 0 1rem 3rem 0 rgba(0, 0, 0, 0.09);
  z-index: 2;
}
.page-search form.page-searchbox {
  position: relative;
}
.page-search form.page-searchbox .form-heading {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.page-search form.page-searchbox .search-field-container {
  position: relative;
}
.page-search form.page-searchbox .search-field-container .icon::before {
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  position: absolute;
  top: 50%;
  left: 1.2rem;
  font-size: 2.4rem;
}
.page-search form.page-searchbox .label {
  margin-bottom: 0.4rem;
  color: #5e5e5e;
  font-family: 'Roboto', sans-serif, 'Roboto', sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}
.page-search form.page-searchbox input[type='search'] {
  padding-left: 4.8rem;
}
.page-search .button-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 0.6rem;
}
.page-search .button-wrapper .btn,
.page-search .button-wrapper button,
.page-search .button-wrapper [type=submit],
.page-search .button-wrapper html div#cookie-bar span.cookie-buttons .allow-cookies,
.page-search .button-wrapper html .cookie-explanation button.request-cookies {
  margin-bottom: 0;
}
.page-search .button-wrapper .search-toggle,
.page-search .button-wrapper .reset-filters {
  padding: 0;
  background: none;
  color: #5e5e5e;
  cursor: pointer;
  font-weight: 400;
}
.page-search .button-wrapper .search-toggle span {
  text-decoration: underline;
  margin-left: 0.6rem;
}
.page-search .button-wrapper .search-toggle .icon::before {
  font-size: 1rem;
}
.page-search .button-wrapper .search-button-wrapper {
  display: flex;
}
.page-search .button-wrapper .reset-filters {
  order: 2;
  margin-left: 2.4rem;
  text-decoration: underline;
  opacity: 0;
  pointer-events: none;
}
.page-search .button-wrapper .submit-button {
  order: 1;
}
@media (min-width: 30em) {
  .page-search .button-wrapper {
    flex-direction: row;
  }
  .page-search .button-wrapper .reset-filters {
    order: 1;
    margin-right: 2.4rem;
  }
  .page-search .button-wrapper .submit-button {
    order: 2;
  }
}
.page-search .extended-search-container {
  display: none;
}
.page-search .license-plate-search-container {
  padding: 2.4rem 0;
}
.page-search .license-plate-search-container .license-plate-search {
  position: relative;
}
.page-search .license-plate-search-container .license-plate-search .icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  border-radius: 0.4rem 0 0 0.4rem;
  position: absolute;
  background: #0056A5;
  height: 100%;
  padding: 0 1.2rem;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  width: 4.8rem;
}
.page-search .license-plate-search-container .license-plate-search input {
  padding-left: 6rem;
}
.page-search .extended-search {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
}
.page-search .extended-search .form-field {
  width: 100%;
  margin-bottom: 2.4rem;
}
.page-search .extended-search h4 {
  color: #5e5e5e;
  margin-bottom: 0.4rem;
}
.page-search .extended-search .period div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.page-search .extended-search .period label:not(.label),
.page-search .extended-search .period span {
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 3.2rem;
}
.page-search .extended-search .form-input-checkbox {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.25em;
}
.page-search .extended-search .form-input-checkbox label {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
}
@media (min-width: 30em) {
  .page-search .extended-search .form-input-checkbox {
    width: 50%;
  }
}
.page-search .open-text {
  display: none;
}
.page-search.open .search-toggle .icon::before {
  content: 'f';
}
.page-search.open .reset-filters {
  opacity: 1;
  pointer-events: all;
}
.page-search.open .closed-text {
  display: none;
}
.page-search.open .open-text {
  display: inline;
}
.component-homepage .page-search-outer-container {
  margin-top: -20%;
}
@media (max-width: 60em) {
  .component-homepage .page-search-outer-container {
    margin-top: 0;
  }
}
@media (max-width: 48em) {
  .component-homepage .hero-container .titles {
    bottom: 2.4rem;
  }
  .component-homepage .page-wrapper > inner {
    padding-top: 2.4rem;
  }
}
.component-homepage .page-overview[data-columns="5"] {
  text-align: center;
}
.component-homepage .page-overview[data-columns="5"] h2,
.component-homepage .page-overview[data-columns="5"] .webapp-table caption,
.component-homepage .page-overview[data-columns="5"] .component-alinea table caption {
  margin-bottom: 4.8rem;
}
