/* compiled by scssphp v0.6.7 on Tue, 12 Apr 2022 14:01:03 +0200 (0.2867s) */

/* import config */
/* utilities */
/* font size mixins */
/* breakpoint mixins */
/* videowrapper */
.videowrapper {
  position: relative;
  padding-bottom: 54.25%;
  padding-top: 25px;
  height: 0; }
  .videowrapper iframe, .videowrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
/* videowrapper */
.videowrapper-square {
  position: relative;
  padding-bottom: 100%;
  padding-top: 0px;
  height: 0; }
  .videowrapper-square iframe, .videowrapper-square video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
/* element mixins */
/* packages */
.purr-wrapper {
  margin: 20px; }

.purr-alert {
  cursor: pointer;
  margin-bottom: 10px;
  padding: 20px;
  background: url('../img/close.png') top right no-repeat #555;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .25);
  width: 400px; }

.purr-alert button {
  font-size: 10px;
  margin: 0 5px; }

.purr-alert.error {
  background-color: #e20813; }

.purr-alert.warning {
  background-color: #f7941d; }

.purr-alert.success {
  background-color: #4dbc5d; }

.purr-alert.notice {
  background-color: #2caed4; }

.purr-button-wrapper {
  text-align: center; }

.purr-alert a {
  color: #fff;
  text-decoration: underline; }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

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

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

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

.slick-arrow.slick-hidden {
  display: none; }
/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repea; }
/* Icons */
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -15px \9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: 0;
  outline: none; }
  .slick-prev:hover, .slick-next:hover, .slick-prev:focus, .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 1; }

.slick-prev:before, .slick-next:before {
  font-family: "fontawesome";
  font-size: 30px;
  line-height: 1;
  color: #fff;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 20px;
  z-index: 10; }
  .slick-prev:before {
    content: "\f104"; }

.slick-next {
  right: 20px; }
  .slick-next:before {
    content: "\f105"; }
/* Dots */
.slick-slider {
  margin-bottom: 0px; }

.slick-dots {
  position: absolute;
  bottom: 20px;
  list-style: none;
  display: block;
  text-align: right;
  padding: 0;
  padding-right: 45px;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 15px;
    width: 15px;
    margin: 0px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 3px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "\f111";
        width: 20px;
        height: 20px;
        font-family: 'fontawesome';
        font-size: 15px;
        line-height: 20px;
        text-align: center;
        color: #fff;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      content: "\f111";
      color: #145a82; }
/* modules */
nav#nav-main {
  top: 0px;
  left: 0px;
  width: 100%;
  max-height: 0px;
  overflow: hidden;
  background: rgba(240, 142, 118, 0.95);
  transition: max-height 0.5s ease-out; }
  html.nav-open nav#nav-main {
    max-height: 100vh;
    transition: max-height 0.3s ease-in; }

.button {
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: normal;
  color: #145a82;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 1px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  border: 1px solid #145a82;
  padding: 6.6px 22px;
  margin-bottom: 11px;
  transition: 0.5s; }
  .button:hover {
    text-decoration: none;
    opacity: 0.7;
    transition: 0.15s; }
  .button.button-nomargin {
    margin: 0px; }
  .button.button-minmargin {
    margin: 3px; }
  .button.button-small {
    padding: 2.2px 55px; }
  .button.button-large {
    font-size: 22px;
    font-size: 1.375rem; }
  .button.button-block {
    display: block;
    padding-left: 0px;
    padding-right: 0px; }
  .button.button-filled {
    color: #fff;
    background-color: #145a82; }
  .button.button-contrast {
    color: #fff;
    border-color: #fff; }
    .button.button-contrast.button-filled {
      color: #145a82;
      background-color: #fff; }
  .button.button-accent {
    color: #1186bd;
    border-color: #1186bd; }
    .button.button-accent.button-filled {
      color: #fff;
      background-color: #1186bd; }
  .button.button-base {
    color: #145a82;
    border-color: #145a82; }
    .button.button-base.button-filled {
      color: #fff;
      background-color: #145a82; }
  .button.button-alt {
    color: #f08e76;
    border-color: #f08e76; }
    .button.button-alt.button-filled {
      color: #fff;
      background-color: #f08e76; }
  .button.button-light {
    color: #ddedf8;
    border-color: #ddedf8; }
    .button.button-light.button-filled {
      color: #145a82;
      background-color: #ddedf8; }
  .button.button-action {
    color: #fff;
    border-color: #fff; }
    .button.button-action.button-filled {
      color: #145a82;
      background-color: #fff; }

.modal-footer .button {
  margin-bottom: 0px; }

.parallax__group {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100vh;
  width: 100%; }

.parallax__layer {
  position: absolute;
  margin-top: 0px;
  top: 0px;
  width: 100%;
  height: 100%; }

.parallax__layer--base {
  z-index: 3; }

.parallax__layer--back {
  z-index: 2; }

.parallax__layer--deep {
  z-index: 1; }

.parallax__layer--base:after {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 3px;
  height: 3px;
  border-radius: 3px; }

.parallax__layer--back:after {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 2px;
  height: 2px;
  border-radius: 2px; }

.parallax__layer--deep:after {
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 1px;
  height: 1px;
  border-radius: 1px; }
/* theme */
/* html */
html {
  font-size: 16px;
  height: 100%; }
/* main body */
body {
  font-family: 'Radikal', 'Helvetica', Arial, sans-serif;
  color: #145a82;
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-size: 1rem;
  background: #fff;
  height: 100%;
  scroll-behavior: smooth; }

a {
  color: inherit; }

a:hover {
  color: inherit; }

p {
  margin: 0px 0px 1em 0px;
  padding: 0px; }

div.divider {
  clear: both;
  height: 0px;
  overflow: hidden;
  font-size: 0px;
  margin: 0px;
  padding: 0px; }

div.outer {
  width: 100%; }

.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0px;
  padding: 0px; }

.desktop .no_desktop {
  display: none !important; }

.tablet .no_tablet {
  display: none !important; }

.mobile .no_mobile {
  display: none !important; }

h1, h2, h3, h4, h5 {
  margin: 0px;
  padding: 0px; }

h1, h2 {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 1em; }

h3 {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 1em; }

h4, h5 {
  font-size: 21px;
  font-weight: 900;
  margin-bottom: 1em; }

.mrg-0 {
  margin-bottom: 0em !important; }

.mrg-025 {
  margin-bottom: 5.5px !important; }

.mrg-05 {
  margin-bottom: 11px !important; }

.mrg-1 {
  margin-bottom: 22px !important; }

.mrg-15 {
  margin-bottom: 33px !important; }

.mrg-2 {
  margin-bottom: 44px !important; }

.mrg-25 {
  margin-bottom: 55px !important; }

.mrg-3 {
  margin-bottom: 66px !important; }

.mrg-35 {
  margin-bottom: 77px !important; }

.mrg-4 {
  margin-bottom: 88px !important; }

.mrg-45 {
  margin-bottom: 99px !important; }

.mrg-5 {
  margin-bottom: 110px !important; }

.mrg-noside {
  margin-left: 0px !important;
  margin-right: 0px !important; }

.pad-0 {
  padding: 0px !important; }

.pad-025 {
  padding: 2.75px !important; }

.pad-05 {
  padding: 11px !important; }

.pad-1 {
  padding: 22px !important; }

.pad-15 {
  padding: 33px !important; }

.pad-2 {
  padding: 44px !important; }

.pad-25 {
  padding: 55px !important; }

.pad-3 {
  padding: 66px !important; }

.pad-35 {
  padding: 77px !important; }

.pad-4 {
  padding: 88px !important; }

.pad-45 {
  padding: 99px !important; }

.pad-5 {
  padding: 110px !important; }

.pad-noside {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.row.no-gutter {
  margin-left: 0;
  margin-right: 0; }

.row.no-gutter [class*='col-']:not(:first-child), .row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0; }

.row-centered {
  text-align: center;
  vertical-align: top; }

.col-centered {
  display: inline-block;
  float: none;
  text-align: left;
  vertical-align: top;
  margin-right: -4px; }

.display-block {
  display: block; }

.display-inline-block {
  display: inline-block; }

.display-inline {
  display: inline; }

.bg-base {
  background-color: #145a82;
  color: #fff; }

.bg-accent {
  background-color: #1186bd;
  color: #fff; }

.bg-alt {
  background-color: #f08e76;
  color: #fff; }

.bg-special {
  background-color: #62b4bd;
  color: #fff; }

.bg-light {
  background-color: #ddedf8;
  color: #145a82; }

.bg-contrast {
  background-color: #fff;
  color: #145a82; }

.bg-action {
  background-color: #fff;
  color: #fff; }

.bg-background {
  background: #fff; }

.txt-base {
  color: #145a82; }

.txt-accent {
  color: #1186bd; }

.txt-alt {
  color: #f08e76; }

.txt-light {
  color: #ddedf8; }

.txt-contrast {
  color: #fff; }

.txt-gray {
  color: #555; }

.txt-small {
  font-size: 13px; }

.txt-smaller {
  font-size: 12px; }

.txt-large {
  font-size: 22px; }

.txt-larger {
  font-size: 20px; }

.txt-header {
  font-size: 48px;
  font-weight: 600; }

.txt-title {
  font-size: 21px;
  font-weight: 900; }

.txt-upper {
  text-transform: uppercase; }

.txt-lower {
  text-transform: lowercase; }

.txt-nocase {
  text-transform: none; }

.spacer-100 {
  min-height: 100vh; }

.spacer-50 {
  min-height: 50vh; }

.toggler {
  cursor: pointer; }

section {
  position: relative;
  overflow: hidden; }
  section .foreground {
    position: relative;
    z-index: 5; }
  section .background {
    position: relative;
    z-index: 0; }
  section .vertical-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%); }

form {
  /* custom checkboxes and radios */ }
  form input[type=search], form input[type=email], form input[type=text], form input[type=password] {
    border-radius: 20px;
    border: 1px solid #1186bd;
    background: transparent;
    color: #1186bd;
    padding-right: 30px;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield; }
    form input[type=search]::-webkit-input-placeholder, form input[type=email]::-webkit-input-placeholder, form input[type=text]::-webkit-input-placeholder, form input[type=password]::-webkit-input-placeholder {
      font-weight: 300;
      color: #1186bd; }
    form input[type=search]::-moz-input-placeholder, form input[type=email]::-moz-input-placeholder, form input[type=text]::-moz-input-placeholder, form input[type=password]::-moz-input-placeholder {
      font-weight: 300;
      color: #1186bd; }
    form input[type=search]::-ms-input-placeholder, form input[type=email]::-ms-input-placeholder, form input[type=text]::-ms-input-placeholder, form input[type=password]::-ms-input-placeholder {
      font-weight: 300;
      color: #1186bd; }
    form input[type=search]:focus, form input[type=email]:focus, form input[type=text]:focus, form input[type=password]:focus {
      border: 1px solid #1186bd;
      outline: 0;
      -webkit-box-shadow: 0 0 3px rgba(17, 134, 189, 0.6);
      box-shadow: 0 0 3px rgba(17, 134, 189, 0.6);
      background: rgba(17, 134, 189, 0.2); }
  form select.form-control {
    border-radius: 20px;
    border: 1px solid #1186bd;
    background: transparent;
    color: #1186bd;
    padding-right: 30px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none; }
    form select.form-control:focus {
      border: 1px solid #1186bd;
      outline: 0;
      -webkit-box-shadow: 0 0 3px rgba(17, 134, 189, 0.6);
      box-shadow: 0 0 3px rgba(17, 134, 189, 0.6);
      background: rgba(17, 134, 189, 0.2); }
  form .errormessage {
    color: #fff; }
  form .select-wrapper {
    position: relative; }
    form .select-wrapper:before {
      font-family: fontawesome;
      position: absolute;
      right: 10px;
      top: 6px;
      content: '\f078';
      pointer-events: none; }
  form .input-group-addon {
    background: #1186bd;
    color: #fff;
    border-radius: 20px;
    border: 1px solid #1186bd;
    padding: 6px 22px; }
    form .input-group-addon i.fa {
      font-weight: bold; }
  form .input-icon {
    position: absolute;
    right: 32px;
    margin-top: 5px; }
  form .form-group.field {
    margin-bottom: 22px;
    *zoom: 1; }
    form .form-group.field:before, form .form-group.field:after {
      content: " ";
      display: table; }
    form .form-group.field:after {
      clear: both; }
    form .form-group .checkbox label, form .form-group .radio label, form .form-group .radio-inline label, form .form-group .checkbox-inline label {
      padding-left: 30px; }
    form .form-group .checkbox input[type="checkbox"], form .form-group .radio input[type="checkbox"], form .form-group .radio-inline input[type="checkbox"], form .form-group .checkbox-inline input[type="checkbox"], form .form-group .checkbox input[type="radio"], form .form-group .radio input[type="radio"], form .form-group .radio-inline input[type="radio"], form .form-group .checkbox-inline input[type="radio"] {
      display: none; }
    form .form-group .checkbox input[type="checkbox"] + span, form .form-group .radio input[type="checkbox"] + span, form .form-group .radio-inline input[type="checkbox"] + span, form .form-group .checkbox-inline input[type="checkbox"] + span, form .form-group .checkbox input[type="radio"] + span, form .form-group .radio input[type="radio"] + span, form .form-group .radio-inline input[type="radio"] + span, form .form-group .checkbox-inline input[type="radio"] + span {
      position: absolute;
      margin-left: -30px;
      display: inline-block;
      width: 20px;
      height: 20px;
      border-radius: 10px;
      border: solid 1px #1186bd;
      background: #fff; }
    form .form-group .checkbox input[type="checkbox"]:checked + span, form .form-group .radio input[type="checkbox"]:checked + span, form .form-group .radio-inline input[type="checkbox"]:checked + span, form .form-group .checkbox-inline input[type="checkbox"]:checked + span, form .form-group .checkbox input[type="radio"]:checked + span, form .form-group .radio input[type="radio"]:checked + span, form .form-group .radio-inline input[type="radio"]:checked + span, form .form-group .checkbox-inline input[type="radio"]:checked + span {
      background: #1186bd; }
    form .form-group label.radio-inline, form .form-group label.checkbox-inline {
      padding-left: 30px; }

.hover-overflow-handler {
  position: relative;
  display: block;
  overflow: hidden; }

.rte-text a {
  color: #1186bd; }
/* specific styles */
#cookie-consent {
  background: #1186bd;
  color: #fff;
  width: 100%;
  *zoom: 1; }
  #cookie-consent:before, #cookie-consent:after {
    content: " ";
    display: table; }
  #cookie-consent:after {
    clear: both; }

.cc-btn {
  display: inline-block !important; }

.cc-compliance > .cc-btn {
  flex: 0 !important;
  ms-flex: 0 !important;
  flex-basis: auto !important; }

.cc-bottom {
  display: none; }

.line {
  height: 1px;
  width: 54px;
  margin-left: 15px;
  background-color: #1186bd; }

#header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 110px;
  z-index: 400;
  /*
   background: $accent-color;
   box-shadow: 0px 0px 5px rgba(0,0,0,0.25);
   */
  background: transparent;
  transition: 1s; }
  body.homepage #header {
    background: transparent;
    box-shadow: none; }
  #header .logo img, #header .logo svg {
    margin-top: 27px; }

.header-spacer {
  height: 110px;
  background-color: #1186bd; }
  body.homepage .header-spacer {
    height: 0px !important; }

#nav-toggle {
  position: fixed;
  top: 0px;
  right: 15px;
  z-index: 500;
  color: #fff;
  font-weight: 300;
  font-size: 20px;
  margin-top: 41px; }
  #nav-toggle i.fa {
    padding: 4px 6px;
    border-radius: 2px;
    transition: background 1s; }
  #nav-toggle .menu-txt {
    transition: opacity 1s; }
  html.scrolled #nav-toggle i.fa {
    background: #1186bd; }
    html.scrolled #nav-toggle .menu-txt {
      color: #1186bd; }
  #nav-toggle a:hover {
    text-decoration: none; }

#cart-toggle {
  position: fixed;
  top: 0px;
  left: 15px;
  z-index: 500;
  margin-top: 41px; }
  html.scrolled #cart-toggle i.fa {
    background: #1186bd; }
    html.scrolled #cart-toggle .menu-txt {
      opacity: 0; }
  #cart-toggle a:hover {
    text-decoration: none; }

#nav-main {
  position: fixed;
  width: 100%;
  z-index: 800;
  font-weight: 300;
  font-size: 19px;
  color: #fff; }
  #nav-main .menu {
    margin-top: 99px;
    line-height: 33px; }
    #nav-main .menu ul {
      list-style: none;
      margin-left: 0px;
      padding-left: 0px; }
  #nav-main .logo-img {
    margin-top: 28px; }
  #nav-main .search {
    padding-top: 44px;
    padding-bottom: 66px; }
  #nav-main .toggle {
    width: 100%;
    position: absolute;
    margin-top: 41px; }
    #nav-main .toggle a {
      display: inline-block;
      margin-right: 7px; }

.section-spacer {
  height: 22px; }

#footer {
  font-weight: 300;
  letter-spacing: 0.5px; }
  #footer h4, #footer strong {
    font-weight: 400;
    letter-spacing: 1px; }
  #footer .menu ul {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px; }
    #footer .menu ul li {
      line-height: 28px; }
    #footer .menu ul ul {
      margin-left: 1em; }
    #footer .menu ul ul li {
      font-size: 85%;
      line-height: 150%; }
    #footer .menu ul ul li:before {
      content: "· "; }
  #footer .img-museum {
    width: 307px;
    max-width: 100%;
    display: block;
    margin-left: -30px;
    margin-bottom: 66px; }
  #footer .img-sterrenwacht {
    width: 414px;
    max-width: 100%;
    display: block;
    margin-left: -70px;
    margin-bottom: 66px; }

#header input, #footer input, #nav-main input {
  border-color: #fff;
  color: #fff; }
  #header input::-webkit-input-placeholder, #footer input::-webkit-input-placeholder, #nav-main input::-webkit-input-placeholder {
    color: #fff; }
  #header input::-moz-input-placeholder, #footer input::-moz-input-placeholder, #nav-main input::-moz-input-placeholder {
    color: #fff; }
  #header input::-ms-input-placeholder, #footer input::-ms-input-placeholder, #nav-main input::-ms-input-placeholder {
    color: #fff; }
  #header input:focus, #footer input:focus, #nav-main input:focus {
    border-color: #fff;
    -webkit-box-shadow: 0 0 3px rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.6);
    background-color: rgba(255, 255, 255, 0.2); }
  #header .input-group-addon, #footer .input-group-addon, #nav-main .input-group-addon {
    background: #fff;
    color: #1186bd;
    border-color: #fff; }

.logo svg:hover path {
  fill: #f08e76; }

@media (prefers-reduced-motion: reduce) {
  *, ::before, ::after {
    animation-delay: -1ms !important;
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    background-attachment: initial !important;
    scroll-behavior: auto !important;
    transition-duration: 0s !important;
    transition-delay: 0s !important; } }
/*
 **	INTROS
 */
.section-intro-image .inner img, .section-hero .inner img {
  width: 100%; }

.section-intro-sun .more {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #f08e76;
  color: #1186bd;
  text-align: center;
  z-index: 100;
  cursor: pointer; }
  .section-intro-sun .woordbeelden {
    position: absolute;
    width: 80vw;
    height: 80vh;
    left: 10vw;
    top: 10vh;
    z-index: 10; }
  html.mobile .section-intro-sun .woordbeelden {
    width: 90vw;
    height: 80vh;
    left: 5vw;
    top: 5vh; }
  html.tablet .section-intro-sun .woordbeelden {
    width: 90vw;
    height: 85vh;
    left: 5vw;
    top: 5vh; }
  .section-intro-sun .woordbeelden .svg-woordbeeld.contrast path, .section-intro-sun .woordbeelden .svg-woordbeeld.contrast rect, .section-intro-sun .woordbeelden .svg-woordbeeld.contrast stroke, .section-intro-sun .woordbeelden .svg-woordbeeld.contrast polygon {
    fill: #fff; }
  .section-intro-sun .woordbeelden .svg-woordbeeld.contrast line {
    stroke: #fff;
    fill: #fff; }
  .section-intro-sun .woordbeelden .top-left {
    position: absolute;
    top: 0px;
    left: 0px; }
  .section-intro-sun .woordbeelden .top-right {
    position: absolute;
    top: 0px;
    right: 0px; }
  .section-intro-sun .woordbeelden .bottom-left {
    position: absolute;
    bottom: 0px;
    left: 0px; }
  .section-intro-sun .woordbeelden .bottom-right {
    position: absolute;
    bottom: 0px;
    right: 0px; }
  html.tablet .section-intro-sun .vertical-middle img {
    max-width: 70vh !important;
    max-height: 70vh !important; }
  .section-intro-sun .scroll-indicator {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 6; }

.section-slideshow .slides {
  width: 100%; }
  .section-slideshow .slides.slick-initialized .slide {
    display: block; }
  .section-slideshow .slides .slide {
    position: relative;
    display: none;
    height: 600px;
    background: center center no-repeat;
    background-size: cover; }
  .section-slideshow .slides .slide:first-child {
    display: block; }
  .section-slideshow .slides .slide .text {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    color: #fff; }
    .section-slideshow .slides .slide .text .title, .section-slideshow .slides .slide .text h1, .section-slideshow .slides .slide .text h2, .section-slideshow .slides .slide .text h3, .section-slideshow .slides .slide .text h4, .section-slideshow .slides .slide .text h5, .section-slideshow .slides .slide .text h6 {
      font-size: 46px;
      line-height: 48px;
      font-weight: 600;
      letter-spacing: 1px;
      text-transform: uppercase; }
    .section-slideshow .slides .slide .text .subtitle {
      font-size: 22px;
      font-weight: normal;
      text-transform: uppercase;
      position: absolute;
      letter-spacing: 1px;
      width: 100%;
      text-align: center; }
    .section-slideshow .slides .slide .text .txt-contrast {
      text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5); }
    .section-slideshow .slides .slide .text > div, .section-slideshow .slides .slide .text > div > div, .section-slideshow .slides .slide .text > div > div > div {
      width: 100%;
      height: 100%;
      vertical-align: middle;
      text-align: center; }
    .section-slideshow .slides .slide .text > div {
      display: table; }
      .section-slideshow .slides .slide .text > div > div {
        display: table-row; }
        .section-slideshow .slides .slide .text > div > div > div {
          display: table-cell; }
  .section-slideshow .slides .slide img {
    width: 100%; }

.section-intro-article, .section-text1 {
  padding-top: 33px;
  padding-bottom: 44px; }
  .section-intro-article .svg-woordbeeld path, .section-text1 .svg-woordbeeld path, .section-intro-article .svg-woordbeeld rect, .section-text1 .svg-woordbeeld rect, .section-intro-article .svg-woordbeeld stroke, .section-text1 .svg-woordbeeld stroke, .section-intro-article .svg-woordbeeld line, .section-text1 .svg-woordbeeld line, .section-intro-article .svg-woordbeeld polygon, .section-text1 .svg-woordbeeld polygon {
    fill: #1186bd; }
  .section-intro-article .svg-woordbeeld.contrast path, .section-text1 .svg-woordbeeld.contrast path, .section-intro-article .svg-woordbeeld.contrast rect, .section-text1 .svg-woordbeeld.contrast rect, .section-intro-article .svg-woordbeeld.contrast stroke, .section-text1 .svg-woordbeeld.contrast stroke, .section-intro-article .svg-woordbeeld.contrast polygon, .section-text1 .svg-woordbeeld.contrast polygon {
    fill: #fff; }
  .section-intro-article .svg-woordbeeld.contrast line, .section-text1 .svg-woordbeeld.contrast line {
    stroke: #fff;
    fill: #fff; }
  .section-intro-article .img-woordbeeld, .section-text1 .img-woordbeeld {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 44px; }
  .section-intro-article .inner h1, .section-text1 .inner h1, .section-intro-article .inner h2, .section-text1 .inner h2, .section-intro-article .inner h3, .section-text1 .inner h3, .section-intro-article .inner h4, .section-text1 .inner h4, .section-intro-article .inner h5, .section-text1 .inner h5, .section-intro-article .inner h6, .section-text1 .inner h6 {
    font-size: 22.4px;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .section-intro-article .inner p, .section-text1 .inner p {
    margin-bottom: 22px;
    letter-spacing: 0.5px;
    font-weight: normal; }
  .section-intro-article .inner p:last-child, .section-text1 .inner p:last-child {
    margin-bottom: 0px; }
  .section-intro-article .inner .rte_text a, .section-text1 .inner .rte_text a {
    text-decoration: underline; }
  /*
   **	HIGHLIGHT BARS
   */

.section-bar-links .line, .section-highlight .line {
  margin-top: 22px;
  margin-bottom: 22px;
  margin-left: 75px; }
  .section-bar-links .foreground, .section-highlight .foreground {
    padding-top: 33px;
    padding-bottom: 33px; }
  .section-bar-links .inner, .section-highlight .inner {
    text-align: left; }
  .section-bar-links .inner .button, .section-highlight .inner .button {
    margin: 3px 0 0 0; }
  .section-bar-links .inner .title, .section-highlight .inner .title {
    font-size: 21px;
    line-height: 21px;
    font-weight: 600;
    text-transform: uppercase;
    color: #1186bd;
    letter-spacing: 1px;
    margin: 0px 0px 5.5px 0px; }
  .section-bar-links .inner .subtitle, .section-highlight .inner .subtitle {
    font-size: 16px;
    line-height: 1;
    font-weight: normal;
    text-transform: lowercase;
    color: #1186bd;
    letter-spacing: 0.5px;
    margin: 0; }
  .section-bar-links .inner .mobile-button, .section-highlight .inner .mobile-button {
    text-align: center;
    margin-top: 13px; }
  .section-bar-links.smaller .inner, .section-highlight.smaller .inner {
    margin-left: 60px;
    margin-right: 60px; }
  .section-bar-links.smaller .inner .button, .section-highlight.smaller .inner .button {
    margin-top: 5px; }
  .section-bar-links.smaller .inner .title, .section-highlight.smaller .inner .title {
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 400;
    letter-spacing: 1px;
    color: #1186bd;
    margin: 0px; }
  .section-bar-links.smaller .inner .subtitle, .section-highlight.smaller .inner .subtitle {
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 200;
    letter-spacing: 1px;
    color: #1186bd;
    text-transform: uppercase; }
  .section-bar-links.bg-special .line, .section-highlight.bg-special .line {
    background-color: #fff; }
  .section-bar-links.bg-special .inner .title, .section-highlight.bg-special .inner .title, .section-bar-links.bg-special .inner .subtitle, .section-highlight.bg-special .inner .subtitle {
    color: #fff; }
  .section-bar-links.bg-alt .line, .section-highlight.bg-alt .line {
    background-color: #145a82; }
  .section-bar-links.bg-alt .inner .title, .section-highlight.bg-alt .inner .title, .section-bar-links.bg-alt .inner .subtitle, .section-highlight.bg-alt .inner .subtitle {
    color: #145a82; }
  .section-bar-links.bg-accent .line, .section-highlight.bg-accent .line {
    background-color: #fff; }
  .section-bar-links.bg-accent .inner .title, .section-highlight.bg-accent .inner .title, .section-bar-links.bg-accent .inner .subtitle, .section-highlight.bg-accent .inner .subtitle {
    color: #fff; }
/* depricated */
.section-bar-events .line, .section-highlight2 .line {
  margin-top: 22px;
  margin-bottom: 22px;
  margin-left: 75px; }
  .section-bar-events .inner, .section-highlight2 .inner {
    text-align: left;
    margin-left: 60px;
    margin-right: 60px; }
  .section-bar-events .inner .button, .section-highlight2 .inner .button {
    margin: 0; }
  .section-bar-events .inner .title, .section-highlight2 .inner .title {
    font-size: 16px;
    line-height: 16px;
    color: #1186bd;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0; }
  .section-bar-events .inner .subtitle, .section-highlight2 .inner .subtitle {
    font-size: 16px;
    line-height: 16px;
    color: #1186bd;
    font-weight: 200;
    text-transform: uppercase;
    margin: 0; }
  .section-bar-events.bg-accent .line, .section-highlight2.bg-accent .line, .section-bar-events.bg-alt .line, .section-highlight2.bg-alt .line {
    background-color: #fff; }
  .section-bar-events.bg-accent .inner .title, .section-highlight2.bg-accent .inner .title, .section-bar-events.bg-alt .inner .title, .section-highlight2.bg-alt .inner .title, .section-bar-events.bg-accent .inner .subtitle, .section-highlight2.bg-accent .inner .subtitle, .section-bar-events.bg-alt .inner .subtitle, .section-highlight2.bg-alt .inner .subtitle {
    color: #fff; }

.section-bar-quote.bg-alt, .section-testimonial.bg-alt, .section-bar-quote.bg-accent, .section-testimonial.bg-accent {
  color: #fff; }
  .section-bar-quote.bg-alt .line, .section-testimonial.bg-alt .line, .section-bar-quote.bg-accent .line, .section-testimonial.bg-accent .line {
    background-color: #fff; }
  .section-bar-quote .inner, .section-testimonial .inner {
    text-align: center;
    padding-top: 44px;
    padding-bottom: 44px; }
  .section-bar-quote .inner p, .section-testimonial .inner p {
    font-size: 22px;
    line-height: 26.4px;
    font-weight: 300;
    margin-bottom: 22px;
    margin-top: 0;
    letter-spacing: 0.5px; }
  .section-bar-quote .inner .line, .section-testimonial .inner .line {
    margin: 0 auto 0 auto; }
  .section-bar-quote .inner .author, .section-testimonial .inner .author {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
    margin-top: 22px;
    letter-spacing: 1px; }

.section-nav .col {
  padding: 0; }
  .section-nav .inner {
    position: relative;
    height: 290px;
    background: center center no-repeat;
    background-size: cover; }
  .section-nav .inner .text {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    color: #fff;
    /* vertical center */ }
  .section-nav .inner .text .button {
    font-size: 19px;
    padding-left: 44px;
    padding-right: 44px;
    margin: 0; }
  .section-nav .inner .text > div, .section-nav .inner .text > div > div, .section-nav .inner .text > div > div > div {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center; }
  .section-nav .inner .text > div {
    display: table; }
    .section-nav .inner .text > div > div {
      display: table-row; }
      .section-nav .inner .text > div > div > div {
        display: table-cell; }
  .section-nav .inner img {
    width: 100%; }

.section-image .inner, .section-video .inner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  html.mobile .section-image .inner, html.mobile .section-video .inner {
    background-image: none !important; }
/**
 *	MODULES
 */
/* tiles */
.section-overview, .section-intro {
  padding-top: 44px;
  padding-bottom: 22px; }
  .section-overview h2, .section-intro h2 {
    margin-top: 44px; }
  .section-overview .svg-woordbeeld path, .section-intro .svg-woordbeeld path, .section-overview .svg-woordbeeld rect, .section-intro .svg-woordbeeld rect, .section-overview .svg-woordbeeld stroke, .section-intro .svg-woordbeeld stroke, .section-overview .svg-woordbeeld line, .section-intro .svg-woordbeeld line, .section-overview .svg-woordbeeld polygon, .section-intro .svg-woordbeeld polygon {
    fill: #1186bd; }
  .section-overview .svg-woordbeeld.contrast path, .section-intro .svg-woordbeeld.contrast path, .section-overview .svg-woordbeeld.contrast rect, .section-intro .svg-woordbeeld.contrast rect, .section-overview .svg-woordbeeld.contrast stroke, .section-intro .svg-woordbeeld.contrast stroke, .section-overview .svg-woordbeeld.contrast polygon, .section-intro .svg-woordbeeld.contrast polygon {
    fill: #fff; }
  .section-overview .svg-woordbeeld.contrast line, .section-intro .svg-woordbeeld.contrast line {
    stroke: #fff;
    fill: #fff; }
  .section-overview .img-woordbeeld, .section-intro .img-woordbeeld {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 44px; }
  .section-overview .small-title, .section-intro .small-title {
    font-size: 16px;
    color: #1186bd;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 22px;
    margin-bottom: 22px; }
  .section-overview .button, .section-intro .button {
    margin-bottom: 22px; }
  .section-overview .inner, .section-intro .inner {
    padding-bottom: 22px; }
  .section-overview .inner .img-responsive, .section-intro .inner .img-responsive {
    width: 100%; }
  .section-overview .inner .category, .section-intro .inner .category {
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 13px;
    margin-bottom: 13px;
    color: #1186bd;
    letter-spacing: 1px; }
  .section-overview .inner .title, .section-intro .inner .title {
    text-transform: uppercase;
    font-size: 19px;
    line-height: 1.2em;
    font-weight: 400;
    margin-top: 13px;
    margin-bottom: 13px;
    color: #1186bd;
    letter-spacing: 0.5px; }
  .section-overview .inner .title a, .section-intro .inner .title a {
    color: #1186bd; }
  .section-overview.bg-special .small-title, .section-intro.bg-special .small-title, .section-overview.bg-alt .small-title, .section-intro.bg-alt .small-title, .section-overview.bg-accent .small-title, .section-intro.bg-accent .small-title {
    color: #fff; }
  .section-overview.bg-special .inner .line, .section-intro.bg-special .inner .line, .section-overview.bg-alt .inner .line, .section-intro.bg-alt .inner .line, .section-overview.bg-accent .inner .line, .section-intro.bg-accent .inner .line {
    background: #fff; }
  .section-overview.bg-special .inner .category, .section-intro.bg-special .inner .category, .section-overview.bg-alt .inner .category, .section-intro.bg-alt .inner .category, .section-overview.bg-accent .inner .category, .section-intro.bg-accent .inner .category {
    color: #fff; }
  .section-overview.bg-special .inner .title, .section-intro.bg-special .inner .title, .section-overview.bg-alt .inner .title, .section-intro.bg-alt .inner .title, .section-overview.bg-accent .inner .title, .section-intro.bg-accent .inner .title {
    color: #fff; }
    .section-overview.bg-special .inner .title a, .section-intro.bg-special .inner .title a, .section-overview.bg-alt .inner .title a, .section-intro.bg-alt .inner .title a, .section-overview.bg-accent .inner .title a, .section-intro.bg-accent .inner .title a {
      color: #fff; }
  .section-overview.section-overview-alt, .section-intro.section-overview-alt, .section-overview.section-intro-alt, .section-intro.section-intro-alt {
    padding-top: 66px;
    padding-bottom: 66px; }

.section-article {
  padding-top: 44px;
  padding-bottom: 44px; }
  .section-article .mrg-top-0 {
    margin-top: 0px !important; }
  .section-article .img-main {
    width: 100%;
    margin-bottom: 0px; }
  .section-article .img-woordbeeld {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 44px; }
  .section-article .svg-woordbeeld path, .section-article .svg-woordbeeld rect, .section-article .svg-woordbeeld stroke, .section-article .svg-woordbeeld line, .section-article .svg-woordbeeld polygon {
    fill: #1186bd; }
  .section-article .svg-woordbeeld.contrast path, .section-article .svg-woordbeeld.contrast rect, .section-article .svg-woordbeeld.contrast stroke, .section-article .svg-woordbeeld.contrast polygon {
    fill: #fff; }
  .section-article .svg-woordbeeld.contrast line {
    stroke: #fff;
    fill: #fff; }
  .section-article .video-container {
    margin-bottom: 44px; }
  .section-article .inner .rte_text a {
    text-decoration: underline; }
  .section-article .inner .title, .section-article .inner h1, .section-article .inner h2, .section-article .inner h3, .section-article .inner h4, .section-article .inner h5, .section-article .inner h6 {
    text-transform: uppercase;
    font-size: 19px;
    line-height: 1.2em;
    font-weight: 400;
    margin-top: 11px;
    margin-bottom: 22px;
    letter-spacing: 1px;
    color: #1186bd;
    letter-spacing: 1px; }
  .section-article .inner .title:first-child, .section-article .inner h1:first-child, .section-article .inner h2:first-child, .section-article .inner h3:first-child, .section-article .inner h4:first-child, .section-article .inner h5:first-child, .section-article .inner h6:first-child {
    margin-top: 22px;
    margin-bottom: 11px; }
  .section-article .inner .subtitle {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.2em;
    font-weight: 200;
    margin-top: 44px;
    margin-bottom: 11px;
    color: #1186bd;
    letter-spacing: 1px; }
  .section-article .inner .subtitle:first-child {
    margin-top: 44px; }
  .section-article .inner p {
    margin-top: 11px;
    margin-bottom: 22px;
    letter-spacing: 0.5px; }
  .section-article .inner .button {
    margin-top: 22px; }
  .section-article .inner .mediaitems {
    margin-bottom: 33px; }
  .section-article .inner .mediaitems .mediaitem {
    margin-top: 33px; }
    .section-article .inner .mediaitems .mediaitem .image a {
      outline: none !important; }
  .section-article .inner .downloads {
    margin-bottom: 33px; }
  .section-article .inner .downloads h3 {
    margin-top: 33px; }
  .section-article.section-article-side {
    padding-top: 66px;
    padding-bottom: 22px; }
  .section-article.section-article-side .img-main {
    margin-bottom: 22px; }
  .section-article.section-article-side .inner {
    margin-bottom: 44px; }
  .section-article.section-article-side .inner .title {
    margin-top: 0px; }
  .section-article.section-article-side .partners .button {
    margin-top: 0; }
  .section-article.section-article-side .jobs, .section-article.section-article-side .pressreleases {
    margin-top: 44px; }
  .section-article.section-article-side .jobs .subtitle, .section-article.section-article-side .pressreleases .subtitle {
    margin-top: 11px; }
  .section-article.section-article-side .jobs .button, .section-article.section-article-side .pressreleases .button {
    margin-top: 0; }
  .section-article.section-article-alt, .section-article.section-article-alt2 {
    padding-top: 66px; }
  .section-article.section-article-alt .img-main, .section-article.section-article-alt2 .img-main {
    margin-bottom: 44px; }
  .section-article.section-article-alt .inner .title, .section-article.section-article-alt2 .inner .title, .section-article.section-article-alt .inner h1, .section-article.section-article-alt2 .inner h1, .section-article.section-article-alt .inner h2, .section-article.section-article-alt2 .inner h2, .section-article.section-article-alt .inner h3, .section-article.section-article-alt2 .inner h3, .section-article.section-article-alt .inner h4, .section-article.section-article-alt2 .inner h4, .section-article.section-article-alt .inner h5, .section-article.section-article-alt2 .inner h5, .section-article.section-article-alt .inner h6, .section-article.section-article-alt2 .inner h6 {
    margin-top: 13px;
    margin-bottom: 22px; }
  .section-article.section-article-alt .inner .subtitle, .section-article.section-article-alt2 .inner .subtitle {
    margin-top: 0px; }
  .section-article.section-article-alt .inner .button, .section-article.section-article-alt2 .inner .button {
    margin-top: 22px; }
  .section-article.section-article-alt2 {
    padding-top: 44px; }
  .section-article.section-article-alt2 .inner .title, .section-article.section-article-alt2 .inner h1, .section-article.section-article-alt2 .inner h2, .section-article.section-article-alt2 .inner h3, .section-article.section-article-alt2 .inner h4, .section-article.section-article-alt2 .inner h5, .section-article.section-article-alt2 .inner h6 {
    margin-top: 44px;
    margin-bottom: 13px; }
    .section-article.section-article-alt2 .inner .title:first-child, .section-article.section-article-alt2 .inner h1:first-child, .section-article.section-article-alt2 .inner h2:first-child, .section-article.section-article-alt2 .inner h3:first-child, .section-article.section-article-alt2 .inner h4:first-child, .section-article.section-article-alt2 .inner h5:first-child, .section-article.section-article-alt2 .inner h6:first-child {
      margin-top: 0; }
  .section-article.bg-alt .title, .section-article.bg-alt h1, .section-article.bg-alt h2, .section-article.bg-alt h3, .section-article.bg-alt h4, .section-article.bg-alt h5, .section-article.bg-alt h6 {
    color: #fff; }
  .section-article.bg-alt .line {
    background-color: #fff; }
  .section-article.bg-accent .title, .section-article.bg-accent h1, .section-article.bg-accent h2, .section-article.bg-accent h3, .section-article.bg-accent h4, .section-article.bg-accent h5, .section-article.bg-accent h6 {
    color: #fff; }
  .section-article.bg-accent .line {
    background-color: #fff; }
  .section-article.bg-special .title, .section-article.bg-special .subtitle, .section-article.bg-special h1, .section-article.bg-special h2, .section-article.bg-special h3, .section-article.bg-special h4, .section-article.bg-special h5, .section-article.bg-special h6 {
    color: #fff; }
  .section-article.bg-special .line {
    background-color: #fff; }
/**
 *	FORM
 */
.section-form {
  padding-top: 44px;
  padding-bottom: 66px; }
  .section-form .title {
    font-size: 23px;
    line-height: 21px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #1186bd; }
  .section-form .subtitle {
    font-size: 19px;
    line-height: 21px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #1186bd; }
  .section-form .inner h1, .section-form .inner h2, .section-form .inner h3, .section-form .inner h4, .section-form .inner h5, .section-form .inner h6 {
    font-size: 19px;
    color: #1186bd;
    line-height: 1.2em;
    text-transform: uppercase; }
  .section-form .inner p {
    margin-bottom: 22px; }

.section-shop .well p:last-child {
  margin-bottom: 0px; }
  .section-shop .day {
    background: #9ae300; }
  .section-shop .day.disabled {
    opacity: 0.4; }
  .section-shop .date-holder {
    display: none;
    border-bottom: 1px solid #ddd;
    overflow-x: hidden; }
  .section-shop .date-holder.open {
    display: block; }
  .section-shop .date-holder:nth-child(odd) {
    background: #fafafa; }
  .section-shop .date-toggler {
    cursor: pointer;
    padding: 0.5em; }
  .section-shop .date-toggler.open i.fa-caret-down:before {
    content: "\f0d8"; }
  .section-shop .date-toggler.open, .section-shop .date-toggler:hover {
    background: #1186bd;
    color: #fff; }
  .section-shop .date-element {
    position: relative;
    overflow: hidden;
    height: 0px;
    padding: 0px 0.5em;
    transition: padding 0.5s; }
  .section-shop .date-element.open {
    height: auto;
    padding: 20px 0.5em; }

body.tickets input[type=number] {
  width: 5em; }
/* checkout */
.box-info {
  padding: 20px; }

#shipping {
  display: none; }
/* checkout */
.box-info {
  padding: 20px; }

#shipping {
  display: none; }

.panel-default {
  background: #fff;
  color: #145a82;
  border-radius: 0px;
  border: 0px solid #333;
  box-shadow: none; }
  .panel-default .panel-heading {
    background: #f08e76;
    border-bottom: 0px solid #333;
    font-weight: bold; }

#cart_info {
  position: absolute;
  z-index: 10;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
  font-size: 13px;
  min-width: 400px; }

.alternate_shipping_address {
  display: none; }
  html.show_alternate_shipping_address .alternate_shipping_address {
    display: block; }

div.actions {
  padding-top: 33px; }

.shop #content .steps {
  position: relative;
  z-index: 10;
  width: 100%;
  background: #fff;
  margin-bottom: 2em; }
  .shop #content .steps ol {
    display: flex;
    justify-content: space-between;
    list-style: none;
    list-style-image: none;
    width: 100%;
    text-transform: uppercase;
    padding: 0px;
    margin: 0px; }
  .shop #content .steps ol li {
    display: table-cell;
    padding: 5px 10px;
    font-size: 12px;
    color: #000; }
  html.mobile .shop #content .steps ol li {
    padding: 5px 5px; }
  .shop #content .steps ol li a {
    color: #36a2e0;
    text-decoration: none; }
  .shop #content .steps ol li.active div a {
    color: #145a82;
    font-weight: bold; }

.shop #content .steps li.done div {
  text-decoration: line-through; }

.shop #content .steps li.active div {
  color: #145a82; }

.shop.checkout.address #content .control-label {
  text-transform: lowercase; }

.mobile .shop #content .steps strong {
  display: none; }
  .mobile .shop #content .actions {
    position: static; }
/* md */
@media (max-width: 1199px) {
    html.desktop #header {
      height: 88px; }
      html.desktop #header .logo img, html.desktop #header .logo svg {
        height: 48px;
        margin-top: 20px; }
      html.desktop #header .toggle {
        margin-top: 20px;
        font-size: 30px; }
    html.desktop #nav-toggle {
      margin-top: 20px;
      font-size: 30px; }
    html.desktop .header-spacer {
      height: 88px; }
    html.desktop .section-nav .inner {
      height: 200px; } }

html.tablet .t-pull-left {
  float: left; }
  html.tablet .t-pull-right {
    float: right; }
  html.tablet .t-text-left {
    text-align: left; }
  html.tablet .t-text-right {
    text-align: right; }
  html.tablet .t-text-center {
    text-align: center; }
  html.tablet .t-mrg-0 {
    margin-bottom: 0em !important; }
  html.tablet .t-mrg-05 {
    margin-bottom: 11px !important; }
  html.tablet .t-mrg-1 {
    margin-bottom: 22px !important; }
  html.tablet .t-mrg-15 {
    margin-bottom: 33px !important; }
  html.tablet .t-mrg-2 {
    margin-bottom: 44px !important; }
  html.tablet .t-mrg-25 {
    margin-bottom: 55px !important; }
  html.tablet .t-mrg-3 {
    margin-bottom: 66px !important; }
  html.tablet .t-mrg-35 {
    margin-bottom: 77px !important; }
  html.tablet .t-mrg-4 {
    margin-bottom: 88px !important; }
  html.tablet .t-mrg-45 {
    margin-bottom: 99px !important; }
  html.tablet .t-mrg-5 {
    margin-bottom: 110px !important; }
  html.tablet .t-mrg-noside {
    margin-left: 0px !important;
    margin-right: 0px !important; }
  html.tablet .t-pad-0 {
    padding: 0px !important; }
  html.tablet .t-pad-05 {
    padding: 11px !important; }
  html.tablet .t-pad-1 {
    padding: 22px !important; }
  html.tablet .t-pad-15 {
    padding: 33px !important; }
  html.tablet .t-pad-2 {
    padding: 44px !important; }
  html.tablet .t-pad-25 {
    padding: 55px !important; }
  html.tablet .t-pad-3 {
    padding: 66px !important; }
  html.tablet .t-pad-35 {
    padding: 77px !important; }
  html.tablet .t-pad-4 {
    padding: 88px !important; }
  html.tablet .t-pad-45 {
    padding: 99px !important; }
  html.tablet .t-pad-5 {
    padding: 110px !important; }
  html.tablet .t-pad-noside {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  html.tablet #header {
    height: 90px; }
  html.tablet #header .logo img, html.tablet #header .logo svg {
    height: 60px;
    margin-top: 16px; }
  html.tablet #header .toggle {
    margin-top: 16px;
    font-size: 20px; }
  html.tablet #nav-toggle {
    margin-top: 24px;
    font-size: 20px; }
  html.tablet #nav-main .logo .logo-img {
    margin-top: 0px; }
  html.tablet #nav-main .logo img, html.tablet #nav-main .logo svg {
    height: 60px;
    margin-top: 16px; }
  html.tablet #nav-main .toggle {
    margin-top: 24px; }
  html.tablet #nav-main .toggle i {
    margin-right: 0px; }
  html.tablet #footer .img-museum {
    margin-left: 0px;
    margin-bottom: 44px; }
  html.tablet #footer .img-sterrenwacht {
    margin-left: 20px;
    margin-bottom: 44px; }
  html.tablet .header-spacer {
    height: 90px; }
  html.tablet .section-slideshow .slides .slide {
    height: 440px; }
  html.tablet .section-bar-links .foreground, html.tablet .section-highlight .foreground {
    padding-top: 22px;
    padding-bottom: 22px; }
  html.tablet .section-intro-article, html.tablet .section-text1 {
    padding-top: 33px;
    padding-bottom: 33px; }
  html.tablet .section-bar-quote .inner, html.tablet .section-testimonial .inner {
    padding-top: 33px;
    padding-bottom: 33px; }

html.mobile .m-pull-left {
  float: left; }
  html.mobile .m-pull-right {
    float: right; }
  html.mobile .m-text-left {
    text-align: left; }
  html.mobile .m-text-right {
    text-align: right; }
  html.mobile .m-text-center {
    text-align: center; }
  html.mobile .m-block-center {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  html.mobile .m-mrg-0 {
    margin-bottom: 0em !important; }
  html.mobile .m-mrg-05 {
    margin-bottom: 11px !important; }
  html.mobile .m-mrg-1 {
    margin-bottom: 22px !important; }
  html.mobile .m-mrg-15 {
    margin-bottom: 33px !important; }
  html.mobile .m-mrg-2 {
    margin-bottom: 44px !important; }
  html.mobile .m-mrg-25 {
    margin-bottom: 55px !important; }
  html.mobile .m-mrg-3 {
    margin-bottom: 66px !important; }
  html.mobile .m-mrg-35 {
    margin-bottom: 77px !important; }
  html.mobile .m-mrg-4 {
    margin-bottom: 88px !important; }
  html.mobile .m-mrg-45 {
    margin-bottom: 99px !important; }
  html.mobile .m-mrg-5 {
    margin-bottom: 110px !important; }
  html.mobile .m-mrg-noside {
    margin-left: 0px !important;
    margin-right: 0px !important; }
  html.mobile .m-pad-0 {
    padding: 0px !important; }
  html.mobile .m-pad-05 {
    padding: 11px !important; }
  html.mobile .m-pad-1 {
    padding: 22px !important; }
  html.mobile .m-pad-15 {
    padding: 33px !important; }
  html.mobile .m-pad-2 {
    padding: 44px !important; }
  html.mobile .m-pad-25 {
    padding: 55px !important; }
  html.mobile .m-pad-3 {
    padding: 66px !important; }
  html.mobile .m-pad-35 {
    padding: 77px !important; }
  html.mobile .m-pad-4 {
    padding: 88px !important; }
  html.mobile .m-pad-45 {
    padding: 99px !important; }
  html.mobile .m-pad-5 {
    padding: 110px !important; }
  html.mobile .m-pad-noside {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  html.mobile h1, html.mobile h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 1em;
    text-transform: uppercase; }
  html.mobile h3 {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 1em; }
  html.mobile h4, html.mobile h5 {
    font-size: 21px;
    font-weight: 900;
    margin-bottom: 1em; }
  html.mobile .header-spacer {
    height: 78px; }
  html.mobile #header {
    height: 60px; }
  html.mobile #header .logo img, html.mobile #header .logo svg {
    height: 45px;
    margin-top: 16px; }
  html.mobile #header .toggle i {
    margin-right: 10px; }
  html.mobile #nav-toggle {
    margin-top: 16px; }
  html.mobile #nav-toggle i {
    margin-right: 10px; }
  html.mobile #nav-main .logo .logo-img {
    margin-top: 0px; }
  html.mobile #nav-main .logo img, html.mobile #nav-main .logo svg {
    height: 45px;
    margin-top: 16px; }
  html.mobile #nav-main .menu {
    margin-top: 66px; }
  html.mobile #nav-main .toggle {
    margin-top: 16px; }
  html.mobile #nav-main .toggle i {
    margin-right: 5px; }
  html.mobile #nav-main .nav .inner {
    padding-left: 10px;
    padding-right: 10px; }
  html.mobile #nav-main .nav .search {
    padding-top: 33px;
    padding-bottom: 33px; }
    html.mobile #nav-main .nav .search .input-icon {
      right: 40px; }
  html.mobile #nav-main .contact-mobile {
    padding-bottom: 44px;
    line-height: 33px; }
  html.mobile #footer .foreground .inner {
    padding-left: 10px;
    padding-right: 10px; }
  html.mobile .section-intro-sun .vertical-middle img {
    max-width: 90%; }
  html.mobile .section-slideshow .slides .slide {
    height: 400px; }
    html.mobile .section-slideshow .slides .slide .text .title, html.mobile .section-slideshow .slides .slide .text h1, html.mobile .section-slideshow .slides .slide .text h2, html.mobile .section-slideshow .slides .slide .text h3, html.mobile .section-slideshow .slides .slide .text h4, html.mobile .section-slideshow .slides .slide .text h5, html.mobile .section-slideshow .slides .slide .text h6 {
      font-size: 24px;
      line-height: 1.2em; }
      html.mobile .section-slideshow .slides .slide .text .subtitle {
        display: none; }
  html.mobile .section-intro-article .inner, html.mobile .section-text1 .inner {
    padding-left: 10px;
    padding-right: 10px; }
  html.mobile .section-bar-links .foreground, html.mobile .section-highlight .foreground {
    padding-top: 21px;
    padding-bottom: 21px;
    padding-left: 10px;
    padding-right: 10px; }
  html.mobile .section-bar-links .line, html.mobile .section-highlight .line {
    opacity: 0;
    margin-bottom: 0; }
  html.mobile .section-bar-links .inner .title, html.mobile .section-highlight .inner .title {
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 400;
    text-align: center; }
  html.mobile .section-bar-links .inner .subtitle, html.mobile .section-highlight .inner .subtitle {
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 200;
    text-transform: uppercase;
    text-align: center; }
  html.mobile .section-bar-links.smaller .inner, html.mobile .section-highlight.smaller .inner {
    margin-left: 30px;
    margin-right: 30px; }
  html.mobile .section-bar-quote .inner, html.mobile .section-testimonial .inner {
    padding-top: 42px;
    padding-bottom: 42px;
    padding-left: 10px;
    padding-right: 10px; }
  html.mobile .section-overview .foreground, html.mobile .section-intro .foreground {
    padding-bottom: 22px; }
  html.mobile .section-overview .inner, html.mobile .section-intro .inner {
    padding-left: 10px;
    padding-right: 10px; }
  html.mobile .section-overview .inner .category, html.mobile .section-intro .inner .category {
    margin-top: 22px; }
  html.mobile .section-overview .buttons, html.mobile .section-intro .buttons {
    padding-left: 10px;
    padding-right: 10px; }
  html.mobile .section-article .img-container, html.mobile .section-article .video-container {
    padding-left: 10px;
    padding-right: 10px; }
  html.mobile .section-article .inner {
    padding-left: 10px;
    padding-right: 10px; }
  html.mobile #footer h4 {
    border-bottom: 1px solid #fff;
    padding-bottom: 11px; }
  html.mobile.nav-open nav#nav-main {
    min-height: 100vh; }
/* a11y */
