/*!
 * Cropper.js v1.5.4
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2019-08-03T08:38:38.177Z
 */
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600,700");
.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.cropper-container img {
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%; }

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.cropper-wrap-box,
.cropper-canvas {
  overflow: hidden; }

.cropper-drag-box {
  background-color: #fff;
  opacity: 0; }

.cropper-modal {
  background-color: #000;
  opacity: 0.5; }

.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
  overflow: hidden;
  width: 100%; }

.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute; }

.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: calc(100% / 3);
  left: 0;
  top: calc(100% / 3);
  width: 100%; }

.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: calc(100% / 3);
  top: 0;
  width: calc(100% / 3); }

.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0; }

.cropper-center::before,
.cropper-center::after {
  background-color: #eee;
  content: ' ';
  display: block;
  position: absolute; }

.cropper-center::before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px; }

.cropper-center::after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px; }

.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%; }

.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0; }

.cropper-line {
  background-color: #39f; }

.cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px; }

.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px; }

.cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px; }

.cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0; }

.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px; }

.cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%; }

.cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px; }

.cropper-point.point-w {
  cursor: ew-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%; }

.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px; }

.cropper-point.point-ne {
  cursor: nesw-resize;
  right: -3px;
  top: -3px; }

.cropper-point.point-nw {
  cursor: nwse-resize;
  left: -3px;
  top: -3px; }

.cropper-point.point-sw {
  bottom: -3px;
  cursor: nesw-resize;
  left: -3px; }

.cropper-point.point-se {
  bottom: -3px;
  cursor: nwse-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px; }

@media (min-width: 768px) {
  .cropper-point.point-se {
    height: 15px;
    width: 15px; } }

@media (min-width: 992px) {
  .cropper-point.point-se {
    height: 10px;
    width: 10px; } }

@media (min-width: 1200px) {
  .cropper-point.point-se {
    height: 5px;
    opacity: 0.75;
    width: 5px; } }

.cropper-point.point-se::before {
  background-color: #39f;
  bottom: -50%;
  content: ' ';
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%; }

.cropper-invisible {
  opacity: 0; }

.cropper-bg {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC"); }

.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0; }

.cropper-hidden {
  display: none !important; }

.cropper-move {
  cursor: move; }

.cropper-crop {
  cursor: crosshair; }

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed; }

* {
  outline: none;
  box-sizing: border-box; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: ''; }

q:before, q:after {
  content: ''; }

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

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important; }

html,
body {
  height: 100%; }

body {
  -webkit-tap-highlight-color: rgba(57, 64, 64, 0);
  -webkit-text-size-adjust: 100%;
  background-color: #192b29;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  color: #192b29; }

a {
  color: inherit;
  text-decoration: none; }

.wrapper {
  position: relative;
  max-width: 1100px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .wrapper {
      padding-left: 20px;
      padding-right: 20px; } }
  .wrapper.full {
    max-width: 100%; }

.content {
  position: relative;
  padding-top: 80px; }
  @media screen and (max-width: 1024px) {
    .content {
      padding-top: 60px; } }

.footer {
  position: relative;
  background-color: #192b29; }
  .footer .wrapper .lists {
    position: relative;
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 80px; }
    @media screen and (max-width: 1024px) {
      .footer .wrapper .lists {
        padding-top: 40px;
        padding-bottom: 40px; } }
    .footer .wrapper .lists .list.left {
      float: left;
      margin-right: 40px;
      text-align: left; }
      @media screen and (max-width: 768px) {
        .footer .wrapper .lists .list.left {
          float: none;
          margin: 0;
          text-align: left;
          padding-bottom: 40px; }
          .footer .wrapper .lists .list.left:last-child {
            padding-bottom: 0; } }
    .footer .wrapper .lists .list.right {
      float: right;
      margin-left: 40px;
      text-align: right; }
      @media screen and (max-width: 768px) {
        .footer .wrapper .lists .list.right {
          float: none;
          margin: 0;
          text-align: left;
          padding-bottom: 40px; }
          .footer .wrapper .lists .list.right:last-child {
            padding-bottom: 0; } }
    .footer .wrapper .lists .list ul li {
      color: #fffbf8;
      line-height: 1.4em;
      font-weight: 400;
      font-size: 14px;
      transition: color 500ms ease; }
      .footer .wrapper .lists .list ul li.em {
        margin-bottom: 10px;
        font-weight: 700; }

.navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #fffbf8;
  box-shadow: 0 4px 0 rgba(57, 64, 64, 0.1);
  z-index: 1000; }
  @media screen and (max-width: 1024px) {
    .navigation {
      height: 60px; } }
  .navigation .wrapper .logo {
    position: relative;
    float: left;
    overflow: hidden; }
    .navigation .wrapper .logo a {
      display: block;
      width: 140px;
      height: 80px;
      line-height: 1000px;
      background-size: contain;
      background-position: center center;
      background-repeat: no-repeat;
      background-image: url("../images/logo.svg?24092018"); }
      @media screen and (max-width: 1024px) {
        .navigation .wrapper .logo a {
          width: 108px;
          height: 40px;
          margin-top: 10px; } }
  .navigation .wrapper .location {
    position: relative;
    display: block;
    float: left;
    margin-left: 10px; }
    .navigation .wrapper .location h2 {
      line-height: 1.5em;
      font-weight: 400;
      color: #192b29;
      margin-top: 19px;
      font-weight: 600; }
      @media screen and (max-width: 1024px) {
        .navigation .wrapper .location h2 {
          display: none; } }
    .navigation .wrapper .location p {
      line-height: 1.5em;
      color: #192b29;
      font-size: 12px; }
      @media screen and (max-width: 1024px) {
        .navigation .wrapper .location p {
          line-height: 60px; } }
  .navigation .wrapper .trigger {
    position: absolute;
    width: 36px;
    height: 60px;
    top: 0;
    right: 10px;
    cursor: pointer;
    background-size: 20px 16px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("../images/trigger.png");
    display: none; }
    @media screen and (max-width: 1024px) {
      .navigation .wrapper .trigger {
        display: block; } }
  .navigation .wrapper .socials {
    position: relative;
    float: right; }
    @media screen and (max-width: 1024px) {
      .navigation .wrapper .socials {
        display: none; } }
    .navigation .wrapper .socials ul li {
      float: left;
      margin-left: 5px;
      margin-top: 25px; }
      .navigation .wrapper .socials ul li:first-child {
        margin-left: 10px; }
      .navigation .wrapper .socials ul li a {
        display: block;
        width: 30px;
        height: 30px;
        border-radius: 30px;
        background-size: 12px 12px;
        background-position: center center;
        background-repeat: no-repeat; }
        .navigation .wrapper .socials ul li a.facebook {
          background-image: url("../images/icons/facebook-white.png");
          background-color: #3b5998; }
        .navigation .wrapper .socials ul li a.event {
          background-image: url("../images/icons/calendar-white.png");
          background-color: #3b5998; }
        .navigation .wrapper .socials ul li a.instagram {
          background-image: url("../images/icons/instagram-white.png");
          background-color: #c13584; }
  .navigation .wrapper .items {
    position: relative;
    float: right; }
    @media screen and (max-width: 1024px) {
      .navigation .wrapper .items {
        display: none;
        float: none;
        background-color: #fffbf8;
        position: absolute;
        width: 100%;
        left: 0;
        top: 60px;
        border-top: 1px solid rgba(57, 64, 64, 0.1);
        box-shadow: 0 4px 0 rgba(57, 64, 64, 0.025), 0 2px 6px rgba(57, 64, 64, 0.2); } }
    @media screen and (max-width: 1024px) {
      .navigation .wrapper .items ul {
        padding: 20px; } }
    .navigation .wrapper .items ul li {
      float: left;
      margin-left: 10px;
      margin-top: 20px; }
      .navigation .wrapper .items ul li:first-child {
        margin-left: 0; }
      @media screen and (max-width: 1024px) {
        .navigation .wrapper .items ul li {
          float: none;
          margin: 0; } }
      .navigation .wrapper .items ul li a {
        display: block;
        height: 40px;
        font-weight: 400;
        color: #192b29;
        line-height: 40px;
        transition: color 500ms ease;
        padding-left: 26px;
        background-size: 16px 16px;
        background-position: left center;
        background-repeat: no-repeat; }
        .navigation .wrapper .items ul li a.home {
          background-image: url("../images/icons/list-light.png");
          display: none; }
          @media screen and (max-width: 1024px) {
            .navigation .wrapper .items ul li a.home {
              display: block; } }
        .navigation .wrapper .items ul li a.steden {
          background-image: url("../images/icons/info-light.png"); }
        .navigation .wrapper .items ul li a.informatie {
          background-image: url("../images/icons/info-light.png"); }
        .navigation .wrapper .items ul li a.steun {
          background-image: url("../images/icons/like-light.png"); }
        .navigation .wrapper .items ul li a.talent {
          background-image: url("../images/icons/music-light.png"); }
        .navigation .wrapper .items ul li a.contact {
          background-image: url("../images/icons/mail-light.png"); }
        .navigation .wrapper .items ul li a.active {
          font-weight: 600; }
        .navigation .wrapper .items ul li a.aanmelden {
          background-color: #192b29;
          color: #fffbf8;
          padding-left: 40px;
          padding-right: 14px;
          background-size: 16px 16px;
          background-position: 14px center;
          background-repeat: no-repeat;
          background-image: url("../images/icons/subscribe-white.png"); }
          .navigation .wrapper .items ul li a.aanmelden.active {
            font-weight: 600; }
          @media screen and (max-width: 1024px) {
            .navigation .wrapper .items ul li a.aanmelden {
              background-color: transparent;
              padding-left: 26px;
              color: #192b29;
              background-position: left center;
              background-image: url("../images/icons/subscribe-light.png");
              border-radius: 0; }
              .navigation .wrapper .items ul li a.aanmelden.active {
                font-weight: 600; } }
        .navigation .wrapper .items ul li a.programma {
          background-color: #192b29;
          color: #fffbf8;
          padding-left: 40px;
          padding-right: 14px;
          background-size: 16px 16px;
          background-position: 14px center;
          background-repeat: no-repeat;
          background-image: url("../images/icons/map-white.png"); }
          .navigation .wrapper .items ul li a.programma.active {
            font-weight: 600; }
          @media screen and (max-width: 1024px) {
            .navigation .wrapper .items ul li a.programma {
              background-color: transparent;
              padding-left: 26px;
              color: #192b29;
              background-position: left center;
              background-image: url("../images/icons/map-light.png");
              border-radius: 0; }
              .navigation .wrapper .items ul li a.programma.active {
                font-weight: 600; } }
  .navigation .wrapper .picker {
    position: absolute;
    width: 300px;
    background-color: #fffbf8;
    top: 90px;
    left: 140px;
    box-shadow: 0 2px 25px rgba(57, 64, 64, 0.25);
    z-index: 1000;
    display: none; }
    @media screen and (max-width: 1024px) {
      .navigation .wrapper .picker {
        visibility: hidden; } }
    .navigation .wrapper .picker ul {
      overflow: hidden; }
      .navigation .wrapper .picker ul li a {
        display: block;
        display: block;
        height: 30px;
        line-height: 30px;
        padding: 0 8px;
        border-bottom: 1px solid rgba(57, 64, 64, 0.1);
        font-size: 14px; }
        .navigation .wrapper .picker ul li a:hover {
          background-color: #192b29;
          color: #fffbf8; }
      .navigation .wrapper .picker ul li:last-child a {
        border-bottom: 0; }
  .navigation.active .wrapper .items {
    display: block; }

.lightbox {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 400px;
  background-color: #fffbf8;
  padding: 30px;
  box-shadow: 0 40px 60px rgba(0, 0, 0, 0.4);
  pointer-events: none;
  opacity: 0;
  transform: translateY(400px);
  transition: all 500ms ease; }
  .lightbox.active {
    pointer-events: all;
    opacity: 1;
    transform: translateY(0); }
  @media screen and (max-width: 1024px) {
    .lightbox {
      width: auto;
      left: 20px;
      right: 20px;
      bottom: 20px; } }
  .lightbox .form {
    position: relative; }
    .lightbox .form h3 {
      font-size: 18px;
      font-weight: 600;
      line-height: 1.5em; }
    .lightbox .form p {
      margin-bottom: 10px;
      font-size: 14px;
      line-height: 1.5em; }
    .lightbox .form .button-holder {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -5px; }
      .lightbox .form .button-holder .button {
        position: relative;
        -ms-flex-positive: 1;
            flex-grow: 1;
        margin: 0 5px;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
        font-family: inherit;
        font-weight: inherit;
        font-style: inherit;
        font-size: inherit;
        display: inline-block;
        background-color: transparent;
        height: 50px;
        border: 3px solid #192b29;
        padding: 0 25px;
        font-weight: 700;
        color: #192b29;
        cursor: pointer; }
        @media screen and (max-width: 768px) {
          .lightbox .form .button-holder .button {
            width: 100%; } }
        .lightbox .form .button-holder .button:hover {
          background-color: #192b29;
          color: #fffbf8; }
        .lightbox .form .button-holder .button.secondary {
          opacity: 0.4; }

body.home .content {
  padding-top: 0;
  z-index: 3000; }
  body.home .content .picker {
    position: relative;
    background-color: #ffefd8;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden; }
    @media screen and (max-width: 1024px) {
      body.home .content .picker {
        padding-top: 60px;
        padding-bottom: 60px; } }
    body.home .content .picker .wrapper .holder {
      position: relative;
      padding-left: 16.6666666667%;
      padding-right: 16.6666666667%; }
      @media screen and (max-width: 1024px) {
        body.home .content .picker .wrapper .holder {
          padding-left: 16.6666666667%;
          padding-right: 16.6666666667%; } }
      @media screen and (max-width: 768px) {
        body.home .content .picker .wrapper .holder {
          padding-left: 0;
          padding-right: 0; } }
      body.home .content .picker .wrapper .holder h2 {
        text-align: center;
        margin-bottom: 20px;
        font-size: 28px;
        font-weight: 600; }
      body.home .content .picker .wrapper .holder p {
        text-align: center;
        margin-bottom: 40px;
        line-height: 1.4em; }
      body.home .content .picker .wrapper .holder .table {
        position: relative; }
        body.home .content .picker .wrapper .holder .table .illustration {
          position: absolute;
          width: 100%;
          height: 0;
          padding-bottom: 100%;
          background-size: contain;
          background-position: center center;
          background-repeat: no-repeat; }
          body.home .content .picker .wrapper .holder .table .illustration.n1 {
            top: 0;
            left: 0;
            transform: translate(-65%, -35%);
            background-image: url("../images/illustrations/1.png?09032020"); }
            @media screen and (max-width: 768px) {
              body.home .content .picker .wrapper .holder .table .illustration.n1 {
                width: 200%;
                padding-bottom: 200%; } }
          body.home .content .picker .wrapper .holder .table .illustration.n2 {
            top: 0;
            right: 0;
            transform: translate(65%, -35%);
            background-image: url("../images/illustrations/2.png?09032020"); }
            @media screen and (max-width: 768px) {
              body.home .content .picker .wrapper .holder .table .illustration.n2 {
                display: none; } }
          body.home .content .picker .wrapper .holder .table .illustration.n3 {
            bottom: 0;
            left: 0;
            transform: translate(-65%, 35%);
            background-image: url("../images/illustrations/3.png?09032020"); }
            @media screen and (max-width: 768px) {
              body.home .content .picker .wrapper .holder .table .illustration.n3 {
                display: none; } }
          body.home .content .picker .wrapper .holder .table .illustration.n4 {
            bottom: 0;
            right: 0;
            transform: translate(65%, 35%);
            background-image: url("../images/illustrations/4.png?09032020"); }
            @media screen and (max-width: 768px) {
              body.home .content .picker .wrapper .holder .table .illustration.n4 {
                width: 200%;
                padding-bottom: 200%; } }
        body.home .content .picker .wrapper .holder .table.small .illustration.n3, body.home .content .picker .wrapper .holder .table.small .illustration.n4 {
          display: none; }
        body.home .content .picker .wrapper .holder .table ul {
          position: relative;
          background-color: #fffbf8;
          overflow: hidden;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          body.home .content .picker .wrapper .holder .table ul li {
            width: 50%;
            border-bottom: 1px solid rgba(57, 64, 64, 0.2); }
            @media screen and (max-width: 768px) {
              body.home .content .picker .wrapper .holder .table ul li {
                width: 100%; } }
            body.home .content .picker .wrapper .holder .table ul li:nth-child(odd) {
              border-right: 1px solid rgba(57, 64, 64, 0.2); }
              @media screen and (max-width: 768px) {
                body.home .content .picker .wrapper .holder .table ul li:nth-child(odd) {
                  border-right: 0; } }
            body.home .content .picker .wrapper .holder .table ul li:last-child {
              border-bottom: 0; }
            body.home .content .picker .wrapper .holder .table ul li a {
              display: -ms-flexbox;
              display: flex;
              padding-left: 20px;
              padding-right: 20px;
              height: 60px;
              line-height: 60px;
              background-color: rgba(57, 64, 64, 0);
              -ms-flex-pack: justify;
                  justify-content: space-between; }
              body.home .content .picker .wrapper .holder .table ul li a .city {
                height: 60px;
                line-height: 60px;
                font-weight: 600;
                color: #192b29;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis; }
              body.home .content .picker .wrapper .holder .table ul li a .call {
                height: 30px;
                line-height: 30px;
                font-weight: 400;
                font-size: 12px;
                color: #fffbf8;
                padding-left: 10px;
                padding-right: 10px;
                background-color: #f7c05e;
                margin-top: 15px;
                display: none;
                border-radius: 30px; }
              body.home .content .picker .wrapper .holder .table ul li a:hover {
                background-color: #192b29;
                color: #fffbf8; }
                body.home .content .picker .wrapper .holder .table ul li a:hover .city {
                  color: #fffbf8; }
                body.home .content .picker .wrapper .holder .table ul li a:hover .call {
                  display: block; }
                  @media screen and (max-width: 768px) {
                    body.home .content .picker .wrapper .holder .table ul li a:hover .call {
                      display: none; } }
          body.home .content .picker .wrapper .holder .table ul.even li:nth-last-child(2) {
            border-bottom: 0; }
            @media screen and (max-width: 768px) {
              body.home .content .picker .wrapper .holder .table ul.even li:nth-last-child(2) {
                border-bottom: 1px solid rgba(57, 64, 64, 0.2); } }

body.information .content .hero {
  position: relative;
  background-color: rgba(57, 64, 64, 0.1);
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url("../images/information.jpg");
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    body.information .content .hero {
      padding-top: 60px;
      padding-bottom: 60px; } }
  body.information .content .hero .fade {
    position: absolute;
    width: 100%;
    height: 200%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%); }
  body.information .content .hero .wrapper h2 {
    color: #fffbf8;
    font-size: 48px;
    font-weight: 600; }

body.information .content .explanation {
  position: relative;
  background-color: #ffefd8;
  padding-top: 80px;
  padding-bottom: 80px; }
  @media screen and (max-width: 1024px) {
    body.information .content .explanation {
      padding-top: 60px;
      padding-bottom: 60px; } }
  body.information .content .explanation .wrapper .columns {
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    body.information .content .explanation .wrapper .columns .side {
      position: relative;
      width: 33.3333333333%;
      padding-left: 20px;
      padding-right: 20px; }
      @media screen and (max-width: 1024px) {
        body.information .content .explanation .wrapper .columns .side {
          width: 100%;
          margin-bottom: 40px; } }
      body.information .content .explanation .wrapper .columns .side h2 {
        color: #192b29;
        font-size: 21px;
        line-height: 1.5em;
        font-weight: 600;
        margin-bottom: 20px; }
        body.information .content .explanation .wrapper .columns .side h2:last-child {
          margin-bottom: 0; }
      body.information .content .explanation .wrapper .columns .side ul {
        overflow: hidden;
        background-color: #fffbf8; }
        body.information .content .explanation .wrapper .columns .side ul li a {
          display: block;
          padding-left: 51px;
          padding-right: 25px;
          height: 60px;
          line-height: 60px;
          font-weight: 400;
          color: #192b29;
          background-size: 16px 16px;
          background-position: 25px center;
          background-repeat: no-repeat; }
          body.information .content .explanation .wrapper .columns .side ul li a.algemeen {
            background-image: url("../images/icons/list-light.png"); }
            body.information .content .explanation .wrapper .columns .side ul li a.algemeen:hover {
              background-image: url("../images/icons/list-white.png");
              background-color: #192b29;
              color: #fffbf8; }
          body.information .content .explanation .wrapper .columns .side ul li a.woonkamers {
            background-image: url("../images/icons/house-light.png"); }
            body.information .content .explanation .wrapper .columns .side ul li a.woonkamers:hover {
              background-image: url("../images/icons/house-white.png");
              background-color: #192b29;
              color: #fffbf8; }
          body.information .content .explanation .wrapper .columns .side ul li a.artiesten {
            background-image: url("../images/icons/music-light.png"); }
            body.information .content .explanation .wrapper .columns .side ul li a.artiesten:hover {
              background-image: url("../images/icons/music-white.png");
              background-color: #192b29;
              color: #fffbf8; }
          body.information .content .explanation .wrapper .columns .side ul li a.active {
            font-weight: 600;
            color: #fffbf8;
            background-color: #6bc1a7; }
    body.information .content .explanation .wrapper .columns .main {
      position: relative;
      width: 66.6666666667%;
      padding-left: 20px;
      padding-right: 20px; }
      @media screen and (max-width: 1024px) {
        body.information .content .explanation .wrapper .columns .main {
          width: 100%; } }
      body.information .content .explanation .wrapper .columns .main h2 {
        color: #192b29;
        font-size: 21px;
        line-height: 1.5em;
        font-weight: 600;
        margin-bottom: 20px; }
        body.information .content .explanation .wrapper .columns .main h2:last-child {
          margin-bottom: 0; }
      body.information .content .explanation .wrapper .columns .main p {
        color: #192b29;
        line-height: 1.5em;
        margin-bottom: 20px; }
        body.information .content .explanation .wrapper .columns .main p a {
          color: #6bc1a7;
          text-decoration: underline; }
        body.information .content .explanation .wrapper .columns .main p:last-child {
          margin-bottom: 0; }
      body.information .content .explanation .wrapper .columns .main ul {
        color: #192b29;
        margin-bottom: 20px;
        list-style: disc outside;
        margin-left: 1em; }
        body.information .content .explanation .wrapper .columns .main ul:last-child {
          margin-bottom: 0; }
        body.information .content .explanation .wrapper .columns .main ul li {
          line-height: 1.5em; }
          body.information .content .explanation .wrapper .columns .main ul li a {
            color: #6bc1a7;
            text-decoration: underline; }
    body.information .content .explanation .wrapper .columns.full .side {
      display: none; }
    body.information .content .explanation .wrapper .columns.full .main {
      width: 100%; }

body.contact .content .hero {
  position: relative;
  background-color: rgba(57, 64, 64, 0.1);
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url("../images/contact.jpg");
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    body.contact .content .hero {
      padding-top: 60px;
      padding-bottom: 60px; } }
  body.contact .content .hero .fade {
    position: absolute;
    width: 100%;
    height: 200%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%); }
  body.contact .content .hero .wrapper h2 {
    color: #fffbf8;
    font-size: 48px;
    font-weight: 600; }

body.contact .content .explanation {
  position: relative;
  background-color: #ffefd8;
  padding-top: 80px;
  padding-bottom: 80px; }
  @media screen and (max-width: 1024px) {
    body.contact .content .explanation {
      padding-top: 60px;
      padding-bottom: 60px; } }
  body.contact .content .explanation .wrapper .main {
    position: relative; }
    body.contact .content .explanation .wrapper .main h2 {
      color: #192b29;
      font-size: 21px;
      line-height: 1.5em;
      font-weight: 600;
      margin-bottom: 20px; }
      body.contact .content .explanation .wrapper .main h2:last-child {
        margin-bottom: 0; }
    body.contact .content .explanation .wrapper .main p {
      color: #192b29;
      line-height: 1.5em;
      margin-bottom: 20px; }
      body.contact .content .explanation .wrapper .main p a {
        color: #bc1a34;
        text-decoration: underline; }
      body.contact .content .explanation .wrapper .main p:last-child {
        margin-bottom: 0; }
    body.contact .content .explanation .wrapper .main ul {
      margin-bottom: 20px;
      list-style: disc outside;
      margin-left: 1em; }
      body.contact .content .explanation .wrapper .main ul:last-child {
        margin-bottom: 0; }
      body.contact .content .explanation .wrapper .main ul li {
        color: #192b29;
        line-height: 1.6em; }
        body.contact .content .explanation .wrapper .main ul li a {
          color: #6bc1a7;
          text-decoration: underline; }
    body.contact .content .explanation .wrapper .main h4 {
      color: #192b29;
      font-size: 21px;
      line-height: 1.5em;
      font-weight: 600;
      margin-bottom: 20px; }
      body.contact .content .explanation .wrapper .main h4:last-child {
        margin-bottom: 0; }
    body.contact .content .explanation .wrapper .main .button {
      display: inline-block;
      height: 50px;
      line-height: 44px;
      border: 3px solid #192b29;
      padding: 0 25px;
      font-weight: 700;
      cursor: pointer;
      margin-bottom: 20px; }
      body.contact .content .explanation .wrapper .main .button:last-child {
        margin-bottom: 0; }
      body.contact .content .explanation .wrapper .main .button:hover {
        background-color: #192b29;
        color: #fffbf8; }
    body.contact .content .explanation .wrapper .main .coordinators {
      position: relative;
      display: -ms-flexbox;
      display: flex; }
      body.contact .content .explanation .wrapper .main .coordinators .coordinator {
        position: relative;
        width: 25%; }
        @media screen and (max-width: 1024px) {
          body.contact .content .explanation .wrapper .main .coordinators .coordinator {
            width: 33.3333333333%; } }
        @media screen and (max-width: 768px) {
          body.contact .content .explanation .wrapper .main .coordinators .coordinator {
            width: 50%; } }
        @media screen and (max-width: 480px) {
          body.contact .content .explanation .wrapper .main .coordinators .coordinator {
            width: 100%; } }
        body.contact .content .explanation .wrapper .main .coordinators .coordinator .square {
          position: relative;
          padding-bottom: 100%; }
          body.contact .content .explanation .wrapper .main .coordinators .coordinator .square .holder {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%; }
            body.contact .content .explanation .wrapper .main .coordinators .coordinator .square .holder img {
              float: left;
              width: 100%;
              height: 100%;
              -o-object-fit: cover;
                 object-fit: cover; }
            body.contact .content .explanation .wrapper .main .coordinators .coordinator .square .holder .who {
              position: absolute;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-align: center;
                  align-items: center;
              -ms-flex-pack: center;
                  justify-content: center;
              width: 100%;
              height: 80px;
              bottom: 0;
              left: 0;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
              background: linear-gradient(to bottom, rgba(34, 34, 73, 0) 0%, #222249 75%, #222249 100%); }
              body.contact .content .explanation .wrapper .main .coordinators .coordinator .square .holder .who .is {
                position: relative; }
                body.contact .content .explanation .wrapper .main .coordinators .coordinator .square .holder .who .is p {
                  padding: 0;
                  margin: 0;
                  text-align: center;
                  color: #fffbf8; }
                  body.contact .content .explanation .wrapper .main .coordinators .coordinator .square .holder .who .is p.title {
                    font-weight: 600; }
                  body.contact .content .explanation .wrapper .main .coordinators .coordinator .square .holder .who .is p.role {
                    font-size: 13px; }

body.donate .content input, body.donate .content textarea, body.donate .content select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  color: inherit;
  resize: none;
  border-radius: 0;
  background-color: rgba(255, 251, 248, 0); }

body.donate .content .hero {
  position: relative;
  background-color: rgba(57, 64, 64, 0.1);
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/donate2.jpg");
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    body.donate .content .hero {
      padding-top: 60px;
      padding-bottom: 60px; } }
  body.donate .content .hero .fade {
    position: absolute;
    width: 100%;
    height: 200%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%); }
  body.donate .content .hero .wrapper h2 {
    color: #fffbf8;
    font-size: 48px;
    font-weight: 600; }

body.donate .content .explanation {
  position: relative;
  background-color: #ffefd8;
  padding-top: 80px;
  padding-bottom: 80px; }
  @media screen and (max-width: 1024px) {
    body.donate .content .explanation {
      padding-top: 60px;
      padding-bottom: 60px; } }
  body.donate .content .explanation .wrapper .main {
    position: relative; }
    body.donate .content .explanation .wrapper .main h2 {
      color: #192b29;
      font-size: 21px;
      line-height: 1.5em;
      font-weight: 600;
      margin-bottom: 20px; }
      body.donate .content .explanation .wrapper .main h2:last-child {
        margin-bottom: 0; }
    body.donate .content .explanation .wrapper .main p {
      color: #192b29;
      line-height: 1.5em;
      margin-bottom: 20px; }
      body.donate .content .explanation .wrapper .main p a {
        color: #6bc1a7;
        text-decoration: underline; }
      body.donate .content .explanation .wrapper .main p:last-child {
        margin-bottom: 0; }
    body.donate .content .explanation .wrapper .main ul {
      color: #192b29;
      margin-bottom: 20px;
      list-style: disc outside;
      margin-left: 1em; }
      body.donate .content .explanation .wrapper .main ul:last-child {
        margin-bottom: 0; }
      body.donate .content .explanation .wrapper .main ul li {
        line-height: 1.5em; }
        body.donate .content .explanation .wrapper .main ul li a {
          color: #6bc1a7;
          text-decoration: underline; }
    body.donate .content .explanation .wrapper .main .select {
      display: block;
      margin-bottom: 20px;
      background-color: #6bc1a7;
      height: 50px;
      line-height: 50px;
      padding: 0 40px 0 20px;
      width: 260px;
      color: #fffbf8;
      background-position: right center;
      background-repeat: no-repeat;
      background-image: url("../images/arrow-white.png"); }
      @media screen and (max-width: 768px) {
        body.donate .content .explanation .wrapper .main .select {
          width: 100%; } }
    body.donate .content .explanation .wrapper .main .button {
      display: block;
      height: 50px;
      border: 3px solid #192b29;
      padding: 0 25px;
      font-weight: 700;
      cursor: pointer; }
      body.donate .content .explanation .wrapper .main .button:hover {
        background-color: #192b29;
        color: #fffbf8; }

body.city .content #player {
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000000;
  z-index: 2000; }

body.city .content .hero {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
  overflow: hidden;
  background-color: #fffbf8; }
  @media screen and (max-width: 1024px) {
    body.city .content .hero {
      padding-top: 80px;
      padding-bottom: 80px; } }
  @media screen and (max-width: 768px) {
    body.city .content .hero {
      padding-top: 60px;
      padding-bottom: 60px; } }
  body.city .content .hero .slides {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden; }
    body.city .content .hero .slides .holder {
      position: absolute;
      height: 100%;
      top: 0;
      left: 0;
      transition: left 500ms ease-in; }
      body.city .content .hero .slides .holder .slide {
        position: relative;
        width: 100vw;
        height: 100%;
        float: left;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat; }
  body.city .content .hero .fade {
    position: absolute;
    width: 100%;
    height: 200%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%); }
  body.city .content .hero .wrapper {
    position: relative; }
    body.city .content .hero .wrapper .information {
      position: relative;
      padding: 110px 0 30px 0; }
      body.city .content .hero .wrapper .information h2 {
        color: #fffbf8;
        font-size: 72px;
        font-weight: 700; }
        @media screen and (max-width: 768px) {
          body.city .content .hero .wrapper .information h2 {
            font-size: 48px; } }
      body.city .content .hero .wrapper .information h3 {
        color: #fffbf8;
        font-size: 20px;
        font-weight: 400;
        line-height: 1.5em;
        margin-bottom: 30px; }
      body.city .content .hero .wrapper .information .button {
        display: inline-block;
        height: 50px;
        line-height: 50px;
        padding: 0 25px;
        font-weight: 700;
        cursor: pointer;
        background-color: #6bc1a7;
        color: #fffbf8; }
      body.city .content .hero .wrapper .information p {
        color: #fffbf8;
        font-weight: 300;
        line-height: 1.4em;
        margin-top: 20px; }
    body.city .content .hero .wrapper .play {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center; }
      body.city .content .hero .wrapper .play .action {
        position: relative;
        height: 80px;
        pointer-events: none;
        opacity: 0;
        cursor: pointer;
        transition: opacity 500ms ease; }
        body.city .content .hero .wrapper .play .action.active {
          pointer-events: all;
          opacity: 1; }

body.city .content .explanation {
  position: relative;
  background-color: #ffefd8;
  padding-top: 80px;
  padding-bottom: 80px; }
  @media screen and (max-width: 1024px) {
    body.city .content .explanation {
      padding-top: 60px;
      padding-bottom: 60px; } }
  body.city .content .explanation .wrapper .articles {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -10px;
    -ms-flex-pack: center;
        justify-content: center; }
    body.city .content .explanation .wrapper .articles .article {
      position: relative;
      width: 33.3333333333%;
      padding: 10px;
      display: -ms-flexbox;
      display: flex; }
      body.city .content .explanation .wrapper .articles .article.large {
        width: 66.6666666667%; }
        @media screen and (max-width: 1024px) {
          body.city .content .explanation .wrapper .articles .article.large {
            width: 100%; } }
      @media screen and (max-width: 1024px) {
        body.city .content .explanation .wrapper .articles .article {
          width: 50%; } }
      @media screen and (max-width: 768px) {
        body.city .content .explanation .wrapper .articles .article {
          width: 100%; } }
      body.city .content .explanation .wrapper .articles .article .box {
        position: relative;
        background-color: #fffbf8;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        width: 100%; }
        body.city .content .explanation .wrapper .articles .article .box .image {
          position: relative;
          padding-bottom: 50%;
          background-color: #eeeeee;
          background-size: cover;
          background-position: center center;
          background-repeat: no-repeat; }
        body.city .content .explanation .wrapper .articles .article .box .text {
          position: relative;
          padding: 30px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column;
          height: 100%;
          -ms-flex-align: start;
              align-items: flex-start;
          -ms-flex-pack: justify;
              justify-content: space-between; }
          body.city .content .explanation .wrapper .articles .article .box .text h3 {
            line-height: 1.3em;
            font-weight: 400;
            color: #192b29;
            font-weight: 600;
            font-size: 18px;
            margin-bottom: 20px; }
          body.city .content .explanation .wrapper .articles .article .box .text .button {
            display: block;
            background-color: #192b29;
            height: 40px;
            line-height: 40px;
            color: #fffbf8;
            margin: 0;
            padding: 0 15px; }
        body.city .content .explanation .wrapper .articles .article .box .special {
          position: relative;
          padding: 30px;
          height: 100%;
          background-color: #192b29; }
          body.city .content .explanation .wrapper .articles .article .box .special h2 {
            line-height: 1.3em;
            font-weight: 400;
            color: #192b29;
            font-weight: 600;
            font-size: 18px;
            margin-bottom: 20px;
            color: #fffbf8; }
          body.city .content .explanation .wrapper .articles .article .box .special p {
            line-height: 1.4em;
            margin-bottom: 20px;
            color: #fffbf8; }
            body.city .content .explanation .wrapper .articles .article .box .special p:last-child {
              margin-bottom: 0; }
          body.city .content .explanation .wrapper .articles .article .box .special a {
            color: #6bc1a7;
            text-decoration: underline; }

body.city .content .statistics {
  position: relative;
  background-color: #f7834f;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/background.jpg");
  padding-top: 120px;
  padding-bottom: 120px; }
  @media screen and (max-width: 1024px) {
    body.city .content .statistics {
      padding-top: 60px;
      padding-bottom: 60px; } }
  body.city .content .statistics .wrapper .columns {
    position: relative;
    overflow: hidden; }
    body.city .content .statistics .wrapper .columns .column {
      position: relative;
      float: left;
      width: 33.3333333333%;
      height: 200px; }
      @media screen and (max-width: 768px) {
        body.city .content .statistics .wrapper .columns .column {
          width: 100%;
          margin-bottom: 40px; }
          body.city .content .statistics .wrapper .columns .column:last-child {
            margin-bottom: 0; } }
      body.city .content .statistics .wrapper .columns .column .box {
        position: relative;
        width: 200px;
        height: 200px;
        margin: 0 auto; }
        body.city .content .statistics .wrapper .columns .column .box .shape {
          position: absolute;
          width: 196px;
          height: 196px;
          top: 2px;
          left: 2px;
          border: 4px solid rgba(255, 251, 248, 0.2);
          border-radius: 100%; }
        body.city .content .statistics .wrapper .columns .column .box .circle {
          position: absolute;
          width: 200px;
          height: 200px;
          top: 0;
          left: 0; }
        body.city .content .statistics .wrapper .columns .column .box .number {
          position: absolute;
          width: 200px;
          height: 200px;
          top: 0;
          left: 0;
          text-align: center;
          color: #fffbf8;
          line-height: 180px;
          font-size: 52px; }
        body.city .content .statistics .wrapper .columns .column .box .unit {
          position: absolute;
          width: 200px;
          height: 200px;
          top: 0;
          left: 0;
          text-align: center;
          color: rgba(255, 251, 248, 0.5);
          line-height: 260px;
          font-size: 16px; }

body.city .content .friends {
  position: relative;
  background-color: #fffbf8;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 80px; }
  body.city .content .friends .wrapper {
    text-align: center; }
    body.city .content .friends .wrapper h3 {
      color: #192b29;
      margin-bottom: 20px;
      font-size: 21px;
      font-weight: 600;
      line-height: 1.5em; }
    body.city .content .friends .wrapper .logos {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      margin: -10px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      body.city .content .friends .wrapper .logos .logo {
        position: relative;
        padding: 10px;
        width: 25%;
        height: 100px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center; }
        @media screen and (max-width: 1024px) {
          body.city .content .friends .wrapper .logos .logo {
            width: 50%; } }
        @media screen and (max-width: 768px) {
          body.city .content .friends .wrapper .logos .logo {
            width: 100%; } }
        body.city .content .friends .wrapper .logos .logo img {
          max-width: 100%;
          max-height: 100%;
          height: auto;
          width: auto; }

body.city .content .newsletter {
  position: relative;
  background-color: #6bc1a7;
  padding-top: 80px;
  padding-bottom: 80px; }
  body.city .content .newsletter .wrapper .form {
    position: relative;
    text-align: center; }
    body.city .content .newsletter .wrapper .form h3 {
      color: #fffbf8;
      margin-bottom: 20px;
      font-size: 21px;
      font-weight: 600;
      line-height: 1.5em; }
    body.city .content .newsletter .wrapper .form .input-holder {
      position: relative;
      margin-bottom: 20px;
      text-align: center; }
      body.city .content .newsletter .wrapper .form .input-holder .input {
        display: inline-block;
        height: 50px;
        background-color: #fffbf8;
        padding-left: 20px;
        padding-right: 20px;
        width: 400px;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        border: 0;
        font-family: inherit;
        font-weight: inherit;
        font-style: inherit;
        font-size: inherit;
        color: #192b29; }
        @media screen and (max-width: 768px) {
          body.city .content .newsletter .wrapper .form .input-holder .input {
            width: 100%; } }
    body.city .content .newsletter .wrapper .form .button-holder {
      position: relative;
      text-align: center; }
      body.city .content .newsletter .wrapper .form .button-holder .button {
        font-family: inherit;
        font-weight: inherit;
        font-style: inherit;
        font-size: inherit;
        display: inline-block;
        background-color: transparent;
        height: 50px;
        border: 3px solid #fffbf8;
        padding: 0 25px;
        font-weight: 700;
        color: #fffbf8;
        cursor: pointer; }
        body.city .content .newsletter .wrapper .form .button-holder .button:hover {
          background-color: #fffbf8;
          color: #6bc1a7; }

body.map .content {
  height: 100%; }
  body.map .content #copy {
    position: absolute;
    top: 0;
    left: 0; }
  body.map .content input,
  body.map .content select,
  body.map .content button {
    border: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    margin: 0;
    padding: 0; }
  body.map .content img {
    float: left; }
  body.map .content .img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0;
    transition: opacity 250ms ease; }
    body.map .content .img.loaded {
      opacity: 1; }
  body.map .content .canvas {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    body.map .content .canvas .overview {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 300px;
      transition: left 500ms ease; }
      @media screen and (max-width: 1024px) {
        body.map .content .canvas .overview {
          left: 0; } }
      body.map .content .canvas .overview .map {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
        body.map .content .canvas .overview .map .me {
          width: 20px;
          height: 20px;
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center center;
          background-image: url("../images/me.svg"); }
        body.map .content .canvas .overview .map .marker {
          width: 50px;
          height: 50px;
          cursor: pointer;
          text-align: center;
          color: #ffffff;
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center center;
          background-image: url("../images/inactive.svg?06062019");
          padding-top: 14px; }
          body.map .content .canvas .overview .map .marker.containslike {
            background-image: url("../images/favorite.svg"); }
          body.map .content .canvas .overview .map .marker.containspreview {
            background-image: url("../images/active.svg?06062019");
            padding-top: 6px; }
      body.map .content .canvas .overview .list {
        position: absolute;
        z-index: 10;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        visibility: hidden;
        background-color: #ffefd8;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding-top: 110px; }
        @media screen and (max-width: 1024px) {
          body.map .content .canvas .overview .list {
            padding-top: 160px; } }
        body.map .content .canvas .overview .list .item {
          position: relative;
          display: -ms-flexbox;
          display: flex;
          height: 120px;
          cursor: pointer; }
          body.map .content .canvas .overview .list .item .visual {
            position: relative;
            background-color: #9da8a8;
            border-bottom: 1px solid rgba(0, 0, 0, 0.1);
            background-image: url("../images/watermark.svg");
            background-repeat: no-repeat;
            background-size: 75% auto;
            background-position: center center;
            width: 120px;
            -ms-flex-positive: 0;
                flex-grow: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0; }
          body.map .content .canvas .overview .list .item .textual {
            position: relative;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
                flex-direction: column;
            -ms-flex-positive: 1;
                flex-grow: 1;
            min-width: 0; }
            body.map .content .canvas .overview .list .item .textual .info {
              position: relative;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-positive: 1;
                  flex-grow: 1;
              -ms-flex-direction: column;
                  flex-direction: column;
              -ms-flex-pack: justify;
                  justify-content: space-between;
              background-color: #fffbf8;
              padding: 20px; }
              body.map .content .canvas .overview .list .item .textual .info .general {
                position: relative; }
                body.map .content .canvas .overview .list .item .textual .info .general .title {
                  font-weight: 600;
                  font-size: 15px;
                  padding-bottom: 5px;
                  white-space: nowrap;
                  overflow: hidden;
                  text-overflow: ellipsis; }
                body.map .content .canvas .overview .list .item .textual .info .general .address {
                  font-size: 14px;
                  color: #9da8a8;
                  line-height: 1.25em;
                  white-space: nowrap;
                  overflow: hidden;
                  text-overflow: ellipsis; }
                body.map .content .canvas .overview .list .item .textual .info .general .type {
                  font-size: 14px;
                  line-height: 1.25em;
                  white-space: nowrap;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  font-weight: bold; }
                  body.map .content .canvas .overview .list .item .textual .info .general .type.physical {
                    color: #6bc1a7; }
                  body.map .content .canvas .overview .list .item .textual .info .general .type.digital {
                    color: #ff005a; }
              body.map .content .canvas .overview .list .item .textual .info .planning {
                position: relative;
                display: -ms-flexbox;
                display: flex;
                font-size: 12px; }
                body.map .content .canvas .overview .list .item .textual .info .planning .distance {
                  color: #ff005a;
                  -ms-flex-positive: 0;
                      flex-grow: 0; }
                body.map .content .canvas .overview .list .item .textual .info .planning .times {
                  color: #697676;
                  -ms-flex-positive: 1;
                      flex-grow: 1;
                  text-align: right; }
                  body.map .content .canvas .overview .list .item .textual .info .planning .times span:after {
                    content: " / "; }
                  body.map .content .canvas .overview .list .item .textual .info .planning .times span:last-child:after {
                    content: ""; }
      body.map .content .canvas .overview .controls {
        position: absolute;
        z-index: 11;
        top: 30px;
        right: 30px;
        left: 30px;
        height: 50px;
        background-color: #fffbf8;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.125);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        transition: transform 500ms ease; }
        @media screen and (max-width: 1024px) {
          body.map .content .canvas .overview .controls {
            height: 100px; } }
        body.map .content .canvas .overview .controls .search {
          position: relative;
          height: 50px;
          -ms-flex-positive: 1;
              flex-grow: 1;
          -ms-flex-negative: 1;
              flex-shrink: 1;
          background-color: #fffbf8; }
          @media screen and (max-width: 1024px) {
            body.map .content .canvas .overview .controls .search {
              width: 100%; } }
          body.map .content .canvas .overview .controls .search .keyword {
            position: relative;
            width: 100%;
            height: 50px;
            padding: 0 50px 0 20px; }
            body.map .content .canvas .overview .controls .search .keyword::-webkit-input-placeholder {
              color: #9da8a8; }
            body.map .content .canvas .overview .controls .search .keyword:-moz-placeholder {
              color: #9da8a8; }
            body.map .content .canvas .overview .controls .search .keyword::-moz-placeholder {
              color: #9da8a8; }
            body.map .content .canvas .overview .controls .search .keyword:-ms-input-placeholder {
              color: #9da8a8; }
          body.map .content .canvas .overview .controls .search .clear {
            position: absolute;
            width: 20px;
            height: 20px;
            top: 15px;
            right: 15px;
            cursor: pointer; }
            body.map .content .canvas .overview .controls .search .clear img {
              width: 20px; }
        body.map .content .canvas .overview .controls .buttons {
          position: relative;
          display: -ms-flexbox;
          display: flex;
          height: 50px;
          -ms-flex-positive: 0;
              flex-grow: 0;
          background-color: #192b29; }
          @media screen and (max-width: 1024px) {
            body.map .content .canvas .overview .controls .buttons {
              width: 100%; } }
          body.map .content .canvas .overview .controls .buttons .button {
            position: relative;
            display: -ms-flexbox;
            display: flex;
            height: 50px;
            color: #fffbf8;
            -ms-flex-align: center;
                align-items: center;
            -ms-flex-pack: center;
                justify-content: center;
            cursor: pointer;
            -ms-flex-positive: 0;
                flex-grow: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0; }
            body.map .content .canvas .overview .controls .buttons .button.filtersbtn {
              width: 100px;
              display: none; }
              @media screen and (max-width: 1024px) {
                body.map .content .canvas .overview .controls .buttons .button.filtersbtn {
                  display: -ms-flexbox;
                  display: flex;
                  width: auto;
                  -ms-flex-positive: 1;
                      flex-grow: 1;
                  -ms-flex-preferred-size: 0;
                      flex-basis: 0; } }
              body.map .content .canvas .overview .controls .buttons .button.filtersbtn img {
                width: 12px;
                opacity: 0.4;
                margin-right: 6px; }
              body.map .content .canvas .overview .controls .buttons .button.filtersbtn span {
                display: block;
                padding: 0 6px;
                height: 16px;
                font-size: 9px;
                font-weight: 400;
                line-height: 16px;
                border-radius: 16px;
                background-color: #ff005a;
                top: 0;
                right: 0;
                margin-left: 6px; }
            body.map .content .canvas .overview .controls .buttons .button.listbtn {
              width: 90px; }
              @media screen and (max-width: 1024px) {
                body.map .content .canvas .overview .controls .buttons .button.listbtn {
                  width: auto;
                  -ms-flex-positive: 1;
                      flex-grow: 1;
                  -ms-flex-preferred-size: 0;
                      flex-basis: 0; } }
              body.map .content .canvas .overview .controls .buttons .button.listbtn img {
                width: 12px;
                opacity: 0.4;
                margin-right: 6px; }
            body.map .content .canvas .overview .controls .buttons .button.routebtn {
              width: 125px; }
              @media screen and (max-width: 1024px) {
                body.map .content .canvas .overview .controls .buttons .button.routebtn {
                  width: auto;
                  -ms-flex-positive: 1;
                      flex-grow: 1;
                  -ms-flex-preferred-size: 0;
                      flex-basis: 0; } }
              body.map .content .canvas .overview .controls .buttons .button.routebtn img {
                width: 12px;
                opacity: 0.4;
                margin-right: 6px; }
              body.map .content .canvas .overview .controls .buttons .button.routebtn.d {
                display: -ms-flexbox;
                display: flex; }
                @media screen and (max-width: 1024px) {
                  body.map .content .canvas .overview .controls .buttons .button.routebtn.d {
                    display: none; } }
              body.map .content .canvas .overview .controls .buttons .button.routebtn.m {
                display: none; }
                @media screen and (max-width: 1024px) {
                  body.map .content .canvas .overview .controls .buttons .button.routebtn.m {
                    display: -ms-flexbox;
                    display: flex; } }
            body.map .content .canvas .overview .controls .buttons .button.newspaperbtn {
              width: 100px; }
              @media screen and (max-width: 1024px) {
                body.map .content .canvas .overview .controls .buttons .button.newspaperbtn {
                  display: none; } }
              body.map .content .canvas .overview .controls .buttons .button.newspaperbtn img {
                width: 12px;
                opacity: 0.4;
                margin-right: 6px; }
            body.map .content .canvas .overview .controls .buttons .button.zoominbtn {
              width: 40px; }
              @media screen and (max-width: 1024px) {
                body.map .content .canvas .overview .controls .buttons .button.zoominbtn {
                  display: none; } }
              body.map .content .canvas .overview .controls .buttons .button.zoominbtn img {
                width: 12px; }
            body.map .content .canvas .overview .controls .buttons .button.zoomoutbtn {
              width: 40px; }
              @media screen and (max-width: 1024px) {
                body.map .content .canvas .overview .controls .buttons .button.zoomoutbtn {
                  display: none; } }
              body.map .content .canvas .overview .controls .buttons .button.zoomoutbtn img {
                width: 12px; }
            body.map .content .canvas .overview .controls .buttons .button.locationbtn {
              width: 40px; }
              body.map .content .canvas .overview .controls .buttons .button.locationbtn img {
                width: 16px;
                opacity: 0.4; }
              body.map .content .canvas .overview .controls .buttons .button.locationbtn.active img {
                opacity: 1; }
            body.map .content .canvas .overview .controls .buttons .button:after {
              content: "";
              position: absolute;
              top: 15px;
              right: 0;
              bottom: 15px;
              width: 1px;
              background-color: rgba(255, 255, 255, 0.4); }
            body.map .content .canvas .overview .controls .buttons .button:last-child:after {
              opacity: 0; }
      body.map .content .canvas .overview .previews {
        position: absolute;
        bottom: 30px;
        height: 120px;
        width: 400px;
        left: calc(50% - 180px);
        transform: translateY(200px);
        transition: transform 500ms ease; }
        @media screen and (max-width: 1024px) {
          body.map .content .canvas .overview .previews {
            left: 30px;
            right: 30px;
            width: auto; } }
        body.map .content .canvas .overview .previews .preview {
          position: relative;
          display: -ms-flexbox;
          display: flex;
          height: 120px;
          background-color: #fffbf8;
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
          cursor: pointer; }
          body.map .content .canvas .overview .previews .preview .visual {
            position: relative;
            background-color: #9da8a8;
            background-image: url("../images/watermark.svg");
            background-repeat: no-repeat;
            background-size: 75% auto;
            background-position: center center;
            width: 120px;
            -ms-flex-positive: 0;
                flex-grow: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0; }
            body.map .content .canvas .overview .previews .preview .visual .heart {
              position: absolute;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-align: center;
                  align-items: center;
              height: 20px;
              padding: 0 6px;
              top: 10px;
              right: 10px;
              cursor: pointer; }
              body.map .content .canvas .overview .previews .preview .visual .heart.add {
                background-color: #6bc1a7; }
              body.map .content .canvas .overview .previews .preview .visual .heart.remove {
                background-color: #192b29; }
              body.map .content .canvas .overview .previews .preview .visual .heart p {
                position: relative;
                font-size: 11px;
                color: #fffbf8;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-align: center;
                    align-items: center; }
                body.map .content .canvas .overview .previews .preview .visual .heart p img {
                  width: 10px;
                  margin-right: 4px; }
          body.map .content .canvas .overview .previews .preview .textual {
            position: relative;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
                flex-direction: column;
            -ms-flex-positive: 1;
                flex-grow: 1;
            min-width: 0; }
            body.map .content .canvas .overview .previews .preview .textual .info {
              position: relative;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-positive: 1;
                  flex-grow: 1;
              -ms-flex-direction: column;
                  flex-direction: column;
              -ms-flex-pack: justify;
                  justify-content: space-between;
              background-color: #fffbf8;
              padding: 20px; }
              body.map .content .canvas .overview .previews .preview .textual .info .general {
                position: relative; }
                body.map .content .canvas .overview .previews .preview .textual .info .general .title {
                  font-weight: 600;
                  font-size: 15px;
                  padding-bottom: 5px;
                  white-space: nowrap;
                  overflow: hidden;
                  text-overflow: ellipsis; }
                body.map .content .canvas .overview .previews .preview .textual .info .general .address {
                  font-size: 14px;
                  color: #9da8a8;
                  line-height: 1.25em;
                  white-space: nowrap;
                  overflow: hidden;
                  text-overflow: ellipsis; }
                body.map .content .canvas .overview .previews .preview .textual .info .general .type {
                  font-size: 14px;
                  line-height: 1.25em;
                  white-space: nowrap;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  font-weight: bold; }
                  body.map .content .canvas .overview .previews .preview .textual .info .general .type.physical {
                    color: #6bc1a7; }
                  body.map .content .canvas .overview .previews .preview .textual .info .general .type.digital {
                    color: #ff005a; }
              body.map .content .canvas .overview .previews .preview .textual .info .planning {
                position: relative;
                display: -ms-flexbox;
                display: flex;
                font-size: 12px; }
                body.map .content .canvas .overview .previews .preview .textual .info .planning .distance {
                  color: #ff005a;
                  -ms-flex-positive: 0;
                      flex-grow: 0; }
                body.map .content .canvas .overview .previews .preview .textual .info .planning .times {
                  color: #697676;
                  -ms-flex-positive: 1;
                      flex-grow: 1;
                  text-align: right; }
                  body.map .content .canvas .overview .previews .preview .textual .info .planning .times span:after {
                    content: " / "; }
                  body.map .content .canvas .overview .previews .preview .textual .info .planning .times span:last-child:after {
                    content: ""; }
        body.map .content .canvas .overview .previews .previous,
        body.map .content .canvas .overview .previews .next {
          position: absolute;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center;
          width: 40px;
          height: 30px;
          background-color: #192b29;
          border-radius: 30px;
          top: 45px;
          cursor: pointer;
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.125);
          color: #fffbf8; }
        body.map .content .canvas .overview .previews .previous {
          left: -60px; }
          @media screen and (max-width: 1024px) {
            body.map .content .canvas .overview .previews .previous {
              left: -20px; } }
        body.map .content .canvas .overview .previews .next {
          right: -60px; }
          @media screen and (max-width: 1024px) {
            body.map .content .canvas .overview .previews .next {
              right: -20px; } }
        body.map .content .canvas .overview .previews .bound {
          position: absolute;
          background-color: #192b29;
          cursor: pointer;
          top: -30px;
          left: 50%;
          height: 20px;
          line-height: 19px;
          padding: 0 10px;
          border-radius: 20px;
          font-size: 12px;
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.125);
          color: #fffbf8;
          transform: translateX(-50%); }
    body.map .content .canvas .alert {
      position: absolute;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1000;
      pointer-events: none;
      display: none; }
      body.map .content .canvas .alert p {
        height: 30px;
        background-color: #394040;
        color: #fffbf8;
        line-height: 30px;
        border-radius: 30px;
        padding: 0 15px;
        font-size: 12px; }
    body.map .content .canvas .loader {
      position: absolute;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(255, 255, 255, 0.5);
      pointer-events: none;
      opacity: 0;
      transition: opacity 500ms ease; }
      body.map .content .canvas .loader.active {
        opacity: 1; }
      body.map .content .canvas .loader .empty {
        font-weight: 500; }
    body.map .content .canvas .overlay {
      position: absolute;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      top: 0;
      bottom: 0;
      left: -80px;
      width: 380px;
      background-color: #fffbf8;
      transition: left 500ms ease;
      z-index: 999; }
      @media screen and (max-width: 1200px) {
        body.map .content .canvas .overlay {
          width: calc(100% - 300px);
          left: calc(-100% - 300px); } }
      @media screen and (max-width: 1024px) {
        body.map .content .canvas .overlay {
          width: 100%;
          left: -100%; } }
      body.map .content .canvas .overlay .visual {
        position: relative;
        width: 100%;
        height: 0;
        background-color: #9da8a8;
        background-image: url("../images/watermark.svg");
        background-repeat: no-repeat;
        background-size: 75% auto;
        background-position: center center;
        -ms-flex-positive: 0;
            flex-grow: 0;
        overflow: hidden; }
        body.map .content .canvas .overlay .visual.picture {
          padding: 0 0 200px 0; }
          @media screen and (max-width: 768px) {
            body.map .content .canvas .overlay .visual.picture {
              padding: 0 0 160px 0; } }
        body.map .content .canvas .overlay .visual.video {
          padding: 0 0 56.25% 0; }
        body.map .content .canvas .overlay .visual .holder {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
          body.map .content .canvas .overlay .visual .holder .header {
            position: absolute;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
            width: 100%;
            height: 80px;
            left: 0;
            top: 0;
            padding: 0 30px;
            -ms-flex-align: center;
                align-items: center;
            color: #fffbf8;
            font-size: 28px;
            cursor: pointer;
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%); }
            body.map .content .canvas .overlay .visual .holder .header img {
              width: 24px; }
          body.map .content .canvas .overlay .visual .holder .heart {
            position: absolute;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
                align-items: center;
            height: 30px;
            padding: 0 10px;
            top: 30px;
            left: 30px;
            cursor: pointer; }
            body.map .content .canvas .overlay .visual .holder .heart.add {
              background-color: #6bc1a7; }
            body.map .content .canvas .overlay .visual .holder .heart.remove {
              background-color: #192b29; }
            body.map .content .canvas .overlay .visual .holder .heart p {
              position: relative;
              font-size: 13px;
              color: #fffbf8;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-align: center;
                  align-items: center; }
              body.map .content .canvas .overlay .visual .holder .heart p img {
                width: 12px;
                margin-right: 6px; }
          body.map .content .canvas .overlay .visual .holder .play {
            position: absolute;
            display: block;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            cursor: pointer;
            opacity: 0;
            transition: opacity 250ms ease; }
            body.map .content .canvas .overlay .visual .holder .play img {
              width: 60px; }
            body.map .content .canvas .overlay .visual .holder .play.active {
              opacity: 1; }
          body.map .content .canvas .overlay .visual .holder .player {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%; }
      body.map .content .canvas .overlay .body {
        position: relative;
        -ms-flex-positive: 1;
            flex-grow: 1;
        padding: 30px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch; }
        body.map .content .canvas .overlay .body h2 {
          font-weight: 600;
          font-size: 20px;
          padding-bottom: 15px;
          line-height: 1.25em; }
        body.map .content .canvas .overlay .body .type {
          font-size: 14px;
          line-height: 1.25em;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          font-weight: bold;
          margin-bottom: 10px; }
          body.map .content .canvas .overlay .body .type.physical {
            color: #6bc1a7; }
          body.map .content .canvas .overlay .body .type.digital {
            color: #ff005a; }
        body.map .content .canvas .overlay .body .go {
          position: relative;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          height: 50px;
          background-color: #ff005a;
          margin-bottom: 10px;
          border-radius: 6px;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center;
          color: #fffbf8; }
        body.map .content .canvas .overlay .body .information {
          position: relative;
          display: -ms-flexbox;
          display: flex; }
          body.map .content .canvas .overlay .body .information .address {
            position: relative;
            -ms-flex-positive: 1;
                flex-grow: 1;
            text-align: left;
            font-size: 15px;
            color: #9da8a8;
            line-height: 1.5em; }
          body.map .content .canvas .overlay .body .information .planning {
            position: relative;
            -ms-flex-positive: 0;
                flex-grow: 0;
            text-align: right;
            font-size: 12px;
            line-height: 1.5em;
            padding-top: 2px; }
            body.map .content .canvas .overlay .body .information .planning .times {
              color: #697676; }
              body.map .content .canvas .overlay .body .information .planning .times span:after {
                content: " / "; }
              body.map .content .canvas .overlay .body .information .planning .times span:last-child:after {
                content: ""; }
            body.map .content .canvas .overlay .body .information .planning .distance {
              color: #ff005a; }
        body.map .content .canvas .overlay .body .genres {
          position: relative;
          display: -ms-flexbox;
          display: flex;
          margin-top: 20px; }
          body.map .content .canvas .overlay .body .genres .genre {
            position: relative;
            margin-right: 15px;
            width: 20px;
            height: 20px; }
            body.map .content .canvas .overlay .body .genres .genre:last-child {
              margin-right: 0; }
            body.map .content .canvas .overlay .body .genres .genre img {
              width: 100%;
              height: 100%;
              -o-object-fit: cover;
                 object-fit: cover;
              transform: scale(1.25); }
        body.map .content .canvas .overlay .body .description {
          font-size: 15px;
          color: #697676;
          line-height: 1.5em;
          width: 100%;
          margin-top: 20px;
          padding-top: 20px;
          border-top: 1px solid #eef0f0; }
      body.map .content .canvas .overlay .footer {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        height: 50px;
        background-color: #192b29; }
        body.map .content .canvas .overlay .footer .btn {
          position: relative;
          height: 50px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-positive: 1;
              flex-grow: 1;
          -ms-flex-preferred-size: 0;
              flex-basis: 0;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center;
          color: #fffbf8;
          font-size: 12px;
          cursor: pointer;
          text-decoration: none; }
          body.map .content .canvas .overlay .footer .btn:after {
            content: "";
            position: absolute;
            top: 15px;
            right: 0;
            bottom: 15px;
            width: 1px;
            background-color: rgba(255, 255, 255, 0.4); }
          body.map .content .canvas .overlay .footer .btn:last-child:after {
            opacity: 0; }
          body.map .content .canvas .overlay .footer .btn img {
            width: 14px;
            opacity: 0.4;
            margin-right: 10px; }
    body.map .content .canvas .filters {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 300px;
      background-color: #6bc1a7;
      transition: left 500ms ease;
      z-index: 1000; }
      @media screen and (max-width: 1024px) {
        body.map .content .canvas .filters {
          width: 100%;
          left: -100%; } }
      body.map .content .canvas .filters .filtercontent {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 30px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch; }
      body.map .content .canvas .filters .header {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        color: #fffbf8;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: justify;
            justify-content: space-between;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.8);
        margin-bottom: 20px; }
        body.map .content .canvas .filters .header .title {
          position: relative;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          padding-right: 15px;
          font-weight: 600; }
          body.map .content .canvas .filters .header .title span {
            display: block;
            padding: 0 6px;
            height: 16px;
            font-size: 9px;
            font-weight: 400;
            line-height: 16px;
            border-radius: 16px;
            background-color: #ff005a;
            top: 0;
            right: 0;
            margin-left: 6px; }
        body.map .content .canvas .filters .header .delete {
          position: relative;
          font-size: 14px;
          opacity: 0.5;
          cursor: pointer; }
          @media screen and (max-width: 1024px) {
            body.map .content .canvas .filters .header .delete {
              -ms-flex-positive: 1;
                  flex-grow: 1; } }
        body.map .content .canvas .filters .header .close {
          position: relative;
          cursor: pointer;
          display: none; }
          @media screen and (max-width: 1024px) {
            body.map .content .canvas .filters .header .close {
              display: block; } }
          body.map .content .canvas .filters .header .close img {
            width: 24px; }
      body.map .content .canvas .filters .loading {
        font-size: 14px;
        opacity: 0.5;
        color: #fffbf8; }
      body.map .content .canvas .filters .group {
        position: relative;
        color: #fffbf8;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        margin-bottom: 20px; }
        body.map .content .canvas .filters .group:last-child {
          margin-bottom: 0;
          border-bottom: 0;
          padding-bottom: 0; }
        body.map .content .canvas .filters .group .title {
          position: relative;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: justify;
              justify-content: space-between;
          padding-bottom: 20px; }
          body.map .content .canvas .filters .group .title .name {
            font-weight: 400; }
          body.map .content .canvas .filters .group .title .clear {
            font-size: 14px;
            opacity: 0.5;
            cursor: pointer; }
        body.map .content .canvas .filters .group .options {
          position: relative; }
          body.map .content .canvas .filters .group .options .option {
            position: relative;
            display: -ms-flexbox;
            display: flex;
            cursor: pointer;
            margin-bottom: 10px; }
            body.map .content .canvas .filters .group .options .option:last-child {
              margin-bottom: 0; }
            body.map .content .canvas .filters .group .options .option .checkbox {
              position: relative;
              padding-right: 10px; }
              body.map .content .canvas .filters .group .options .option .checkbox .check {
                width: 14px;
                height: 14px;
                background-color: #fffbf8; }
            body.map .content .canvas .filters .group .options .option .label {
              position: relative;
              -ms-flex-positive: 1;
                  flex-grow: 1;
              min-width: 0; }
              body.map .content .canvas .filters .group .options .option .label p {
                font-size: 14px;
                opacity: 0.75;
                line-height: 1.25em;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                transition: opacity 250ms ease; }
            body.map .content .canvas .filters .group .options .option .color {
              padding-left: 10px;
              position: relative; }
              body.map .content .canvas .filters .group .options .option .color .indicator {
                position: relative;
                width: 15px;
                height: 15px; }
                body.map .content .canvas .filters .group .options .option .color .indicator img {
                  width: 100%;
                  height: 100%;
                  -o-object-fit: cover;
                     object-fit: cover;
                  transform: scale(1.5); }
            body.map .content .canvas .filters .group .options .option.active .checkbox .check {
              background-color: #ff005a; }
            body.map .content .canvas .filters .group .options .option.active .label p {
              opacity: 1; }
      body.map .content .canvas .filters .apply {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        padding: 30px;
        background: linear-gradient(to top, #68ba78 0%, rgba(104, 186, 120, 0) 100%);
        transform: translateY(110px);
        transition: transform 250ms ease; }
        body.map .content .canvas .filters .apply .applybutton {
          position: relative;
          height: 50px;
          color: #fffbf8;
          background-color: #192b29;
          line-height: 50px;
          text-align: center;
          cursor: pointer; }
      body.map .content .canvas .filters.hasapply .filtercontent {
        padding-bottom: 110px; }
      body.map .content .canvas .filters.hasapply .apply {
        transform: translateY(0); }
    body.map .content .canvas.hasoverlay .overview {
      left: 680px; }
      @media screen and (max-width: 1200px) {
        body.map .content .canvas.hasoverlay .overview {
          left: 300px; } }
      @media screen and (max-width: 1024px) {
        body.map .content .canvas.hasoverlay .overview {
          left: 0; } }
    body.map .content .canvas.hasoverlay .overlay {
      left: 300px; }
      @media screen and (max-width: 1024px) {
        body.map .content .canvas.hasoverlay .overlay {
          left: 0; } }
    @media screen and (max-width: 1024px) {
      body.map .content .canvas.hasfilters .filters {
        left: 0; } }
    body.map .content .canvas.haslist .list {
      visibility: visible; }
    body.map .content .canvas.haslist .previews {
      display: none; }
    body.map .content .canvas.haslist .controls:before {
      content: "";
      position: absolute;
      top: -30px;
      right: -30px;
      bottom: -30px;
      left: -30px;
      background: linear-gradient(to bottom, #f5ebd8 0%, rgba(245, 235, 216, 0) 100%); }
    @media screen and (max-width: 1024px) {
      body.map .content .canvas.haspreview .controls {
        transform: translateY(-200px); } }
    body.map .content .canvas.haspreview .previews {
      transform: translateY(0); }

body.subscribe .content .explanation {
  position: relative;
  background-color: #ffefd8;
  padding-top: 80px;
  padding-bottom: 80px; }
  @media screen and (max-width: 1024px) {
    body.subscribe .content .explanation {
      padding-top: 60px;
      padding-bottom: 60px; } }
  body.subscribe .content .explanation .wrapper .columns {
    position: relative;
    margin-left: -20px;
    margin-right: -20px; }
    body.subscribe .content .explanation .wrapper .columns .side {
      position: relative;
      width: 100%;
      padding-left: 20px;
      padding-right: 20px; }
      @media screen and (max-width: 1024px) {
        body.subscribe .content .explanation .wrapper .columns .side {
          margin-bottom: 40px; } }
      body.subscribe .content .explanation .wrapper .columns .side ul {
        overflow: hidden;
        background-color: #fffbf8; }
        body.subscribe .content .explanation .wrapper .columns .side ul li a {
          display: block;
          padding-left: 51px;
          padding-right: 25px;
          height: 60px;
          line-height: 60px;
          font-weight: 400;
          color: #192b29;
          background-size: 16px 16px;
          background-position: 25px center;
          background-repeat: no-repeat; }
          body.subscribe .content .explanation .wrapper .columns .side ul li a.woonkamers {
            background-image: url("../images/icons/house-light.png"); }
            body.subscribe .content .explanation .wrapper .columns .side ul li a.woonkamers:hover {
              background-image: url("../images/icons/house-white.png");
              background-color: #192b29;
              color: #fffbf8; }
          body.subscribe .content .explanation .wrapper .columns .side ul li a.artiesten {
            background-image: url("../images/icons/music-light.png"); }
            body.subscribe .content .explanation .wrapper .columns .side ul li a.artiesten:hover {
              background-image: url("../images/icons/music-white.png");
              background-color: #192b29;
              color: #fffbf8; }
          body.subscribe .content .explanation .wrapper .columns .side ul li a.restaurants {
            background-image: url("../images/icons/restaurant-light.png"); }
            body.subscribe .content .explanation .wrapper .columns .side ul li a.restaurants:hover {
              background-image: url("../images/icons/restaurant-white.png");
              background-color: #192b29;
              color: #fffbf8; }
          body.subscribe .content .explanation .wrapper .columns .side ul li a.both {
            background-image: url("../images/icons/love-light.png"); }
            body.subscribe .content .explanation .wrapper .columns .side ul li a.both:hover {
              background-image: url("../images/icons/love-white.png");
              background-color: #192b29;
              color: #fffbf8; }

body.newsletter .content .explanation {
  position: relative;
  background-color: #fffbf8;
  padding-top: 80px;
  padding-bottom: 80px; }
  @media screen and (max-width: 1024px) {
    body.newsletter .content .explanation {
      padding-top: 60px;
      padding-bottom: 60px; } }
  body.newsletter .content .explanation .wrapper .main {
    position: relative; }
    body.newsletter .content .explanation .wrapper .main h3 {
      color: #394040;
      font-size: 20px;
      line-height: 1.5em;
      font-weight: 600;
      margin-bottom: 20px; }
    body.newsletter .content .explanation .wrapper .main p {
      color: rgba(57, 64, 64, 0.6);
      font-family: 'Neuton', serif;
      font-style: italic;
      font-size: 22px;
      line-height: 1.5em; }

body.terms .content .hero {
  position: relative;
  background-color: rgba(57, 64, 64, 0.1);
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url("../images/contact.jpg");
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    body.terms .content .hero {
      padding-top: 60px;
      padding-bottom: 60px; } }
  body.terms .content .hero .fade {
    position: absolute;
    width: 100%;
    height: 200%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%); }
  body.terms .content .hero .wrapper h2 {
    color: #fffbf8;
    font-size: 48px;
    font-family: 'Neuton', serif;
    font-style: italic; }

body.terms .content .explanation {
  position: relative;
  background-color: #fffbf8;
  padding-top: 80px;
  padding-bottom: 80px; }
  @media screen and (max-width: 1024px) {
    body.terms .content .explanation {
      padding-top: 60px;
      padding-bottom: 60px; } }
  body.terms .content .explanation .wrapper .main {
    position: relative; }
    body.terms .content .explanation .wrapper .main h3 {
      color: #394040;
      margin-bottom: 20px;
      font-size: 22px;
      font-weight: 400;
      line-height: 1.6em; }
    body.terms .content .explanation .wrapper .main p {
      color: rgba(57, 64, 64, 0.6);
      line-height: 1.5em;
      margin-bottom: 20px;
      font-family: 'Neuton', serif;
      font-style: italic;
      font-size: 22px; }
      body.terms .content .explanation .wrapper .main p:last-child {
        margin-bottom: 0; }

body.error .content .explanation {
  position: relative;
  background-color: #fffbf8;
  padding-top: 80px;
  padding-bottom: 80px; }
  @media screen and (max-width: 1024px) {
    body.error .content .explanation {
      padding-top: 60px;
      padding-bottom: 60px; } }
  body.error .content .explanation .wrapper .main {
    position: relative; }
    body.error .content .explanation .wrapper .main h3 {
      color: #394040;
      font-size: 20px;
      line-height: 1.5em;
      font-weight: 600;
      margin-bottom: 20px; }
    body.error .content .explanation .wrapper .main p {
      color: rgba(57, 64, 64, 0.6);
      font-family: 'Neuton', serif;
      font-style: italic;
      font-size: 22px;
      line-height: 1.5em; }

body.artist .content .map,
body.venue .content .map {
  position: relative;
  width: 100%;
  height: 320px;
  border-radius: 3px; }

body.artist .content [type="text"],
body.artist .content [type="password"],
body.artist .content [type="date"],
body.artist .content textarea,
body.venue .content [type="text"],
body.venue .content [type="password"],
body.venue .content [type="date"],
body.venue .content textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  border: 0;
  font-size: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  padding: 0 16px;
  height: 50px;
  background-color: #fffbf8;
  border-radius: 0;
  width: 100%; }
  body.artist .content [type="text"]::-webkit-input-placeholder,
  body.artist .content [type="password"]::-webkit-input-placeholder,
  body.artist .content [type="date"]::-webkit-input-placeholder,
  body.artist .content textarea::-webkit-input-placeholder,
  body.venue .content [type="text"]::-webkit-input-placeholder,
  body.venue .content [type="password"]::-webkit-input-placeholder,
  body.venue .content [type="date"]::-webkit-input-placeholder,
  body.venue .content textarea::-webkit-input-placeholder {
    color: #d3d8d8; }
  body.artist .content [type="text"]:-moz-placeholder,
  body.artist .content [type="password"]:-moz-placeholder,
  body.artist .content [type="date"]:-moz-placeholder,
  body.artist .content textarea:-moz-placeholder,
  body.venue .content [type="text"]:-moz-placeholder,
  body.venue .content [type="password"]:-moz-placeholder,
  body.venue .content [type="date"]:-moz-placeholder,
  body.venue .content textarea:-moz-placeholder {
    color: #d3d8d8; }
  body.artist .content [type="text"]::-moz-placeholder,
  body.artist .content [type="password"]::-moz-placeholder,
  body.artist .content [type="date"]::-moz-placeholder,
  body.artist .content textarea::-moz-placeholder,
  body.venue .content [type="text"]::-moz-placeholder,
  body.venue .content [type="password"]::-moz-placeholder,
  body.venue .content [type="date"]::-moz-placeholder,
  body.venue .content textarea::-moz-placeholder {
    color: #d3d8d8; }
  body.artist .content [type="text"]:-ms-input-placeholder,
  body.artist .content [type="password"]:-ms-input-placeholder,
  body.artist .content [type="date"]:-ms-input-placeholder,
  body.artist .content textarea:-ms-input-placeholder,
  body.venue .content [type="text"]:-ms-input-placeholder,
  body.venue .content [type="password"]:-ms-input-placeholder,
  body.venue .content [type="date"]:-ms-input-placeholder,
  body.venue .content textarea:-ms-input-placeholder {
    color: #d3d8d8; }
  body.artist .content [type="text"]:disabled,
  body.artist .content [type="password"]:disabled,
  body.artist .content [type="date"]:disabled,
  body.artist .content textarea:disabled,
  body.venue .content [type="text"]:disabled,
  body.venue .content [type="password"]:disabled,
  body.venue .content [type="date"]:disabled,
  body.venue .content textarea:disabled {
    background-color: #fcfcfc;
    opacity: 0.5; }

body.artist .content textarea,
body.venue .content textarea {
  padding: 16px;
  line-height: 1.6em;
  height: 160px; }
  body.artist .content textarea:disabled,
  body.venue .content textarea:disabled {
    background-color: #fcfcfc;
    opacity: 0.5; }

body.artist .content select,
body.venue .content select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  border: 0;
  font-size: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  padding: 0 16px;
  height: 50px;
  background-color: #fffbf8;
  border-radius: 3px;
  width: 100%;
  background-image: linear-gradient(45deg, transparent 50%, #697676 50%), linear-gradient(135deg, #697676 50%, transparent 50%), linear-gradient(to right, #d3d8d8, #d3d8d8);
  background-position: calc(100% - 23px) calc(1em + 8px), calc(100% - 18px) calc(1em + 8px), calc(100% - 3em) 1em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat; }
  body.artist .content select:focus,
  body.venue .content select:focus {
    border: 1px solid #9da8a8; }
  body.artist .content select:disabled,
  body.venue .content select:disabled {
    background-color: #fcfcfc;
    opacity: 0.5; }

body.artist .content .dynamic-upload,
body.venue .content .dynamic-upload {
  position: relative; }
  body.artist .content .dynamic-upload .dynamic-upload-go,
  body.venue .content .dynamic-upload .dynamic-upload-go {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    body.artist .content .dynamic-upload .dynamic-upload-go .dynamic-upload-loader,
    body.venue .content .dynamic-upload .dynamic-upload-go .dynamic-upload-loader {
      margin-left: 10px;
      display: none; }
    body.artist .content .dynamic-upload .dynamic-upload-go .dynamic-upload-button,
    body.venue .content .dynamic-upload .dynamic-upload-go .dynamic-upload-button {
      font-size: inherit;
      font-family: inherit;
      font-size: inherit;
      font-weight: inherit;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      background-color: #192b29;
      border: 0;
      padding: 10px 15px;
      border-radius: 3px;
      color: #fffbf8;
      cursor: pointer;
      font-weight: 400; }
  body.artist .content .dynamic-upload .dynamic-upload-preview,
  body.venue .content .dynamic-upload .dynamic-upload-preview {
    position: relative;
    display: none;
    margin-top: 10px; }
    body.artist .content .dynamic-upload .dynamic-upload-preview .dynamic-upload-preview-holder,
    body.venue .content .dynamic-upload .dynamic-upload-preview .dynamic-upload-preview-holder {
      width: 400px;
      height: 400px; }
      body.artist .content .dynamic-upload .dynamic-upload-preview .dynamic-upload-preview-holder .dynamic-upload-preview-image,
      body.venue .content .dynamic-upload .dynamic-upload-preview .dynamic-upload-preview-holder .dynamic-upload-preview-image {
        max-width: 100%; }
  body.artist .content .dynamic-upload.dynamic-upload-busy,
  body.venue .content .dynamic-upload.dynamic-upload-busy {
    opacity: 0.5;
    pointer-events: none; }
    body.artist .content .dynamic-upload.dynamic-upload-busy .dynamic-upload-go .dynamic-upload-loader,
    body.venue .content .dynamic-upload.dynamic-upload-busy .dynamic-upload-go .dynamic-upload-loader {
      display: block; }

body.artist .content .fileupload,
body.venue .content .fileupload {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  body.artist .content .fileupload .faker,
  body.venue .content .fileupload .faker {
    margin-right: 10px;
    font-size: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #394040;
    border: 0;
    padding: 10px 15px;
    border-radius: 3px;
    color: #fffbf8;
    cursor: pointer;
    font-weight: 400; }
  body.artist .content .fileupload .filename.idle,
  body.venue .content .fileupload .filename.idle {
    opacity: 0.5; }

body.artist .content [type="file"],
body.venue .content [type="file"] {
  display: none; }

body.artist .content .hero,
body.venue .content .hero {
  position: relative;
  background-color: rgba(57, 64, 64, 0.1);
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url("../images/contact.jpg");
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    body.artist .content .hero,
    body.venue .content .hero {
      padding-top: 60px;
      padding-bottom: 60px; } }
  body.artist .content .hero .fade,
  body.venue .content .hero .fade {
    position: absolute;
    width: 100%;
    height: 200%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%); }
  body.artist .content .hero .wrapper h2,
  body.venue .content .hero .wrapper h2 {
    color: #fffbf8;
    font-size: 48px;
    font-weight: 600; }

body.artist .content .explanation,
body.venue .content .explanation {
  position: relative;
  background-color: #ffefd8;
  padding-top: 80px;
  padding-bottom: 80px; }
  @media screen and (max-width: 1024px) {
    body.artist .content .explanation,
    body.venue .content .explanation {
      padding-top: 60px;
      padding-bottom: 60px; } }
  body.artist .content .explanation .wrapper .main,
  body.venue .content .explanation .wrapper .main {
    position: relative;
    color: #192b29; }
    body.artist .content .explanation .wrapper .main h3,
    body.venue .content .explanation .wrapper .main h3 {
      margin-bottom: 20px;
      font-size: 21px;
      font-weight: 600; }
      body.artist .content .explanation .wrapper .main h3.error,
      body.venue .content .explanation .wrapper .main h3.error {
        color: #bc1a34; }
    body.artist .content .explanation .wrapper .main p.em,
    body.venue .content .explanation .wrapper .main p.em {
      color: #192b29;
      line-height: 1.5em;
      margin-bottom: 20px; }
      body.artist .content .explanation .wrapper .main p.em:last-child,
      body.venue .content .explanation .wrapper .main p.em:last-child {
        margin-bottom: 0; }
    body.artist .content .explanation .wrapper .main ul,
    body.venue .content .explanation .wrapper .main ul {
      list-style: disc outside;
      margin-bottom: 20px; }
      body.artist .content .explanation .wrapper .main ul li,
      body.venue .content .explanation .wrapper .main ul li {
        line-height: 1.6em;
        margin-left: 20px; }
        body.artist .content .explanation .wrapper .main ul li a,
        body.venue .content .explanation .wrapper .main ul li a {
          color: #6bc1a7;
          text-decoration: underline; }
      body.artist .content .explanation .wrapper .main ul:last-child,
      body.venue .content .explanation .wrapper .main ul:last-child {
        margin-bottom: 0; }
    body.artist .content .explanation .wrapper .main .covid,
    body.venue .content .explanation .wrapper .main .covid {
      position: relative;
      background-color: #f7c05e;
      color: #fffbf8;
      padding: 20px;
      margin-bottom: 20px; }
      body.artist .content .explanation .wrapper .main .covid p,
      body.venue .content .explanation .wrapper .main .covid p {
        color: #fffbf8; }
        body.artist .content .explanation .wrapper .main .covid p a,
        body.venue .content .explanation .wrapper .main .covid p a {
          text-decoration: underline; }
    body.artist .content .explanation .wrapper .main .error-message,
    body.venue .content .explanation .wrapper .main .error-message {
      position: relative;
      background-color: #bc1a34;
      color: #fffbf8;
      padding: 20px;
      margin-bottom: 20px; }
    body.artist .content .explanation .wrapper .main .button,
    body.venue .content .explanation .wrapper .main .button {
      font-size: inherit;
      font-family: inherit;
      font-size: inherit;
      font-weight: inherit;
      color: inherit;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      display: inline-block;
      height: 50px;
      line-height: 44px;
      border: 3px solid #192b29;
      padding: 0 25px;
      font-weight: 700;
      cursor: pointer;
      background-color: transparent; }
      body.artist .content .explanation .wrapper .main .button:hover,
      body.venue .content .explanation .wrapper .main .button:hover {
        background-color: #192b29;
        color: #fffbf8; }
    body.artist .content .explanation .wrapper .main .form,
    body.venue .content .explanation .wrapper .main .form {
      position: relative; }
      body.artist .content .explanation .wrapper .main .form h3,
      body.venue .content .explanation .wrapper .main .form h3 {
        margin-bottom: 20px;
        font-size: 21px;
        font-weight: 600; }
      body.artist .content .explanation .wrapper .main .form .grouper,
      body.venue .content .explanation .wrapper .main .form .grouper {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        margin: -10px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: 20px; }
        body.artist .content .explanation .wrapper .main .form .grouper .group,
        body.venue .content .explanation .wrapper .main .form .grouper .group {
          padding: 10px;
          margin-bottom: 0 !important; }
          body.artist .content .explanation .wrapper .main .form .grouper .group.w25,
          body.venue .content .explanation .wrapper .main .form .grouper .group.w25 {
            width: 25%; }
            @media screen and (max-width: 768px) {
              body.artist .content .explanation .wrapper .main .form .grouper .group.w25,
              body.venue .content .explanation .wrapper .main .form .grouper .group.w25 {
                width: 50%; } }
          body.artist .content .explanation .wrapper .main .form .grouper .group.w50,
          body.venue .content .explanation .wrapper .main .form .grouper .group.w50 {
            width: 50%; }
            @media screen and (max-width: 768px) {
              body.artist .content .explanation .wrapper .main .form .grouper .group.w50,
              body.venue .content .explanation .wrapper .main .form .grouper .group.w50 {
                width: 100%; } }
          body.artist .content .explanation .wrapper .main .form .grouper .group.w100,
          body.venue .content .explanation .wrapper .main .form .grouper .group.w100 {
            width: 100%; }
      body.artist .content .explanation .wrapper .main .form .group,
      body.venue .content .explanation .wrapper .main .form .group {
        margin-bottom: 20px; }
        body.artist .content .explanation .wrapper .main .form .group h2,
        body.venue .content .explanation .wrapper .main .form .group h2 {
          margin-bottom: 10px;
          color: #192b29; }
          body.artist .content .explanation .wrapper .main .form .group h2.mandatory:after,
          body.venue .content .explanation .wrapper .main .form .group h2.mandatory:after {
            content: "*";
            color: #bc1a34;
            margin-left: 4px;
            font-weight: 400; }
        body.artist .content .explanation .wrapper .main .form .group p,
        body.venue .content .explanation .wrapper .main .form .group p {
          line-height: 1.6em; }
          body.artist .content .explanation .wrapper .main .form .group p.business-slave,
          body.venue .content .explanation .wrapper .main .form .group p.business-slave {
            display: none; }
          body.artist .content .explanation .wrapper .main .form .group p.info,
          body.venue .content .explanation .wrapper .main .form .group p.info {
            margin-top: 10px; }
          body.artist .content .explanation .wrapper .main .form .group p a,
          body.venue .content .explanation .wrapper .main .form .group p a {
            color: #6bc1a7;
            text-decoration: underline; }
          body.artist .content .explanation .wrapper .main .form .group p.extra,
          body.venue .content .explanation .wrapper .main .form .group p.extra {
            margin-bottom: 10px;
            color: rgba(25, 43, 41, 0.6); }
            body.artist .content .explanation .wrapper .main .form .group p.extra a,
            body.venue .content .explanation .wrapper .main .form .group p.extra a {
              color: #6bc1a7;
              text-decoration: underline; }
        body.artist .content .explanation .wrapper .main .form .group:last-child,
        body.venue .content .explanation .wrapper .main .form .group:last-child {
          margin-bottom: 0; }
        body.artist .content .explanation .wrapper .main .form .group.self-slave,
        body.venue .content .explanation .wrapper .main .form .group.self-slave {
          display: none; }
      body.artist .content .explanation .wrapper .main .form .submit,
      body.venue .content .explanation .wrapper .main .form .submit {
        font-size: inherit;
        font-family: inherit;
        font-size: inherit;
        font-weight: inherit;
        color: inherit;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        display: block;
        height: 50px;
        border: 3px solid #192b29;
        padding: 0 25px;
        font-weight: 700;
        cursor: pointer;
        background-color: transparent; }
        body.artist .content .explanation .wrapper .main .form .submit:hover,
        body.venue .content .explanation .wrapper .main .form .submit:hover {
          background-color: #192b29;
          color: #fffbf8; }

body.landing .content .hero {
  position: relative;
  background-color: rgba(57, 64, 64, 0.1);
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/landing.jpg");
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    body.landing .content .hero {
      padding-top: 60px;
      padding-bottom: 60px; } }
  body.landing .content .hero .fade {
    position: absolute;
    width: 100%;
    height: 200%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%); }
  body.landing .content .hero .wrapper h2 {
    color: #fffbf8;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.5em;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      body.landing .content .hero .wrapper h2 {
        font-size: 24px; } }
  body.landing .content .hero .wrapper .buttons {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  body.landing .content .hero .wrapper .button {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    font-weight: 700;
    cursor: pointer;
    background-color: #6bc1a7;
    color: #fffbf8;
    margin: 0 10px; }
    @media screen and (max-width: 768px) {
      body.landing .content .hero .wrapper .button {
        width: 100%;
        margin: 0 0 20px 0; }
        body.landing .content .hero .wrapper .button:last-child {
          margin: 0; } }

body.landing .content .explanation {
  position: relative;
  background-color: #ffefd8;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media screen and (max-width: 1024px) {
    body.landing .content .explanation {
      padding-top: 60px;
      padding-bottom: 60px; } }
  body.landing .content .explanation .wrapper .main {
    position: relative; }
    body.landing .content .explanation .wrapper .main h2 {
      color: #192b29;
      font-size: 21px;
      line-height: 1.5em;
      font-weight: 600;
      margin-bottom: 20px; }
      body.landing .content .explanation .wrapper .main h2:last-child {
        margin-bottom: 0; }
    body.landing .content .explanation .wrapper .main p {
      color: #192b29;
      line-height: 1.5em;
      margin-bottom: 20px; }
      body.landing .content .explanation .wrapper .main p a {
        color: #6bc1a7;
        text-decoration: underline; }
      body.landing .content .explanation .wrapper .main p:last-child {
        margin-bottom: 0; }
      body.landing .content .explanation .wrapper .main p.light {
        opacity: .6; }
    body.landing .content .explanation .wrapper .main .button {
      display: inline-block;
      height: 50px;
      line-height: 44px;
      border: 3px solid #192b29;
      padding: 0 25px;
      font-weight: 700;
      cursor: pointer;
      margin-bottom: 20px; }
      body.landing .content .explanation .wrapper .main .button:last-child {
        margin-bottom: 0; }
      body.landing .content .explanation .wrapper .main .button:hover {
        background-color: #192b29;
        color: #fffbf8; }

body.talent .content .hero {
  position: relative;
  background-color: rgba(57, 64, 64, 0.1);
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url("../images/information.jpg");
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    body.talent .content .hero {
      padding-top: 60px;
      padding-bottom: 60px; } }
  body.talent .content .hero .fade {
    position: absolute;
    width: 100%;
    height: 200%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%); }
  body.talent .content .hero .wrapper h2 {
    color: #fffbf8;
    font-size: 48px;
    font-weight: 600; }

body.talent .content .explanation {
  position: relative;
  background-color: #ffefd8;
  padding-top: 80px;
  padding-bottom: 80px; }
  @media screen and (max-width: 1024px) {
    body.talent .content .explanation {
      padding-top: 60px;
      padding-bottom: 60px; } }
  body.talent .content .explanation .wrapper .columns {
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -20px; }
    @media screen and (max-width: 768px) {
      body.talent .content .explanation .wrapper .columns {
        margin: -10px; } }
    body.talent .content .explanation .wrapper .columns .column {
      position: relative;
      width: 50%;
      padding: 20px; }
      @media screen and (max-width: 768px) {
        body.talent .content .explanation .wrapper .columns .column {
          width: 100%;
          padding: 10px; } }
      body.talent .content .explanation .wrapper .columns .column .video {
        position: relative;
        width: 100%;
        background-color: #000000;
        padding-bottom: 56.25%; }
        body.talent .content .explanation .wrapper .columns .column .video iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
      body.talent .content .explanation .wrapper .columns .column h2 {
        color: #192b29;
        font-size: 21px;
        line-height: 1.5em;
        font-weight: 600;
        margin-bottom: 20px; }
        body.talent .content .explanation .wrapper .columns .column h2:last-child {
          margin-bottom: 0; }
      body.talent .content .explanation .wrapper .columns .column p {
        color: #192b29;
        line-height: 1.5em;
        margin-bottom: 20px; }
        body.talent .content .explanation .wrapper .columns .column p a {
          color: #6bc1a7;
          text-decoration: underline; }
        body.talent .content .explanation .wrapper .columns .column p:last-child {
          margin-bottom: 0; }
      body.talent .content .explanation .wrapper .columns .column ul {
        color: #192b29;
        margin-bottom: 20px;
        list-style: disc outside;
        margin-left: 1em; }
        body.talent .content .explanation .wrapper .columns .column ul:last-child {
          margin-bottom: 0; }
        body.talent .content .explanation .wrapper .columns .column ul li {
          line-height: 1.5em; }
          body.talent .content .explanation .wrapper .columns .column ul li a {
            color: #6bc1a7;
            text-decoration: underline; }

body.after .content .hero {
  position: relative;
  background-color: rgba(57, 64, 64, 0.1);
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url("../images/information.jpg");
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    body.after .content .hero {
      padding-top: 60px;
      padding-bottom: 60px; } }
  body.after .content .hero .fade {
    position: absolute;
    width: 100%;
    height: 200%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%); }
  body.after .content .hero .wrapper h2 {
    color: #fffbf8;
    font-size: 48px;
    font-weight: 600; }

body.after .content .explanation {
  position: relative;
  background-color: #ffefd8;
  padding-top: 80px;
  padding-bottom: 80px; }
  @media screen and (max-width: 1024px) {
    body.after .content .explanation {
      padding-top: 60px;
      padding-bottom: 60px; } }
  body.after .content .explanation .wrapper .columns {
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    body.after .content .explanation .wrapper .columns .main {
      position: relative;
      width: 100%;
      padding-left: 20px;
      padding-right: 20px; }
      body.after .content .explanation .wrapper .columns .main h2 {
        color: #192b29;
        font-size: 21px;
        line-height: 1.5em;
        font-weight: 600;
        margin-bottom: 20px; }
        body.after .content .explanation .wrapper .columns .main h2:last-child {
          margin-bottom: 0; }
      body.after .content .explanation .wrapper .columns .main p {
        color: #192b29;
        line-height: 1.5em;
        margin-bottom: 20px; }
        body.after .content .explanation .wrapper .columns .main p a {
          color: #6bc1a7;
          text-decoration: underline; }
        body.after .content .explanation .wrapper .columns .main p:last-child {
          margin-bottom: 0; }

body.survey .content .hero {
  position: relative;
  background-color: rgba(57, 64, 64, 0.1);
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url("../images/information.jpg");
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    body.survey .content .hero {
      padding-top: 60px;
      padding-bottom: 60px; } }
  body.survey .content .hero .fade {
    position: absolute;
    width: 100%;
    height: 200%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%); }
  body.survey .content .hero .wrapper h2 {
    color: #fffbf8;
    font-size: 48px;
    font-weight: 600; }

body.survey .content .explanation {
  position: relative;
  background-color: #ffefd8;
  padding-top: 80px;
  padding-bottom: 80px; }
  @media screen and (max-width: 1024px) {
    body.survey .content .explanation {
      padding-top: 60px;
      padding-bottom: 60px; } }
  body.survey .content .explanation .wrapper .columns {
    position: relative;
    margin-left: -20px;
    margin-right: -20px; }
    body.survey .content .explanation .wrapper .columns .side {
      position: relative;
      width: 100%;
      padding-left: 20px;
      padding-right: 20px; }
      @media screen and (max-width: 1024px) {
        body.survey .content .explanation .wrapper .columns .side {
          margin-bottom: 40px; } }
      body.survey .content .explanation .wrapper .columns .side p {
        margin-bottom: 20px;
        line-height: 1.4em; }
      body.survey .content .explanation .wrapper .columns .side ul {
        overflow: hidden;
        background-color: #fffbf8; }
        body.survey .content .explanation .wrapper .columns .side ul li a {
          display: block;
          padding: 15px 25px 15px 50px;
          line-height: 1.4em;
          font-weight: 400;
          color: #192b29;
          background-size: 16px 16px;
          background-position: 25px center;
          background-repeat: no-repeat; }
          body.survey .content .explanation .wrapper .columns .side ul li a em {
            font-weight: 600; }
          body.survey .content .explanation .wrapper .columns .side ul li a.woonkamers {
            background-image: url("../images/icons/house-light.png"); }
            body.survey .content .explanation .wrapper .columns .side ul li a.woonkamers:hover {
              background-image: url("../images/icons/house-white.png");
              background-color: #192b29;
              color: #fffbf8; }
          body.survey .content .explanation .wrapper .columns .side ul li a.artiesten {
            background-image: url("../images/icons/music-light.png"); }
            body.survey .content .explanation .wrapper .columns .side ul li a.artiesten:hover {
              background-image: url("../images/icons/music-white.png");
              background-color: #192b29;
              color: #fffbf8; }
          body.survey .content .explanation .wrapper .columns .side ul li a.bezoekers {
            background-image: url("../images/icons/love-light.png"); }
            body.survey .content .explanation .wrapper .columns .side ul li a.bezoekers:hover {
              background-image: url("../images/icons/love-white.png");
              background-color: #192b29;
              color: #fffbf8; }

body.foundation .content .hero {
  position: relative;
  background-color: rgba(57, 64, 64, 0.1);
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url("../images/contact.jpg");
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    body.foundation .content .hero {
      padding-top: 60px;
      padding-bottom: 60px; } }
  body.foundation .content .hero .fade {
    position: absolute;
    width: 100%;
    height: 200%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%); }
  body.foundation .content .hero .wrapper h2 {
    color: #fffbf8;
    font-size: 48px;
    font-weight: 600; }

body.foundation .content .explanation {
  position: relative;
  background-color: #ffefd8;
  padding-top: 80px;
  padding-bottom: 80px; }
  @media screen and (max-width: 1024px) {
    body.foundation .content .explanation {
      padding-top: 60px;
      padding-bottom: 60px; } }
  body.foundation .content .explanation .wrapper .main {
    position: relative; }
    body.foundation .content .explanation .wrapper .main h2 {
      color: #192b29;
      font-size: 21px;
      line-height: 1.5em;
      font-weight: 600;
      margin-bottom: 20px; }
      body.foundation .content .explanation .wrapper .main h2:last-child {
        margin-bottom: 0; }
    body.foundation .content .explanation .wrapper .main h4 {
      color: #192b29;
      font-size: 21px;
      line-height: 1.5em;
      font-weight: 600;
      margin-bottom: 20px; }
      body.foundation .content .explanation .wrapper .main h4:last-child {
        margin-bottom: 0; }
    body.foundation .content .explanation .wrapper .main p {
      color: #192b29;
      line-height: 1.5em;
      margin-bottom: 20px; }
      body.foundation .content .explanation .wrapper .main p a {
        color: #bc1a34;
        text-decoration: underline; }
      body.foundation .content .explanation .wrapper .main p:last-child {
        margin-bottom: 0; }

body.news .content .hero {
  position: relative;
  background-color: rgba(57, 64, 64, 0.1);
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    body.news .content .hero {
      padding-top: 60px;
      padding-bottom: 60px; } }
  body.news .content .hero .fade {
    position: absolute;
    width: 100%;
    height: 200%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%); }
  body.news .content .hero .wrapper h2 {
    color: #fffbf8;
    font-size: 48px;
    font-weight: 600; }
    @media screen and (max-width: 1024px) {
      body.news .content .hero .wrapper h2 {
        font-size: 40px; } }
    @media screen and (max-width: 768px) {
      body.news .content .hero .wrapper h2 {
        font-size: 32px; } }

body.news .content .explanation {
  position: relative;
  background-color: #ffefd8;
  padding-top: 80px;
  padding-bottom: 80px; }
  @media screen and (max-width: 1024px) {
    body.news .content .explanation {
      padding-top: 60px;
      padding-bottom: 60px; } }
  body.news .content .explanation .wrapper .main {
    position: relative; }
    body.news .content .explanation .wrapper .main h2 {
      color: #192b29;
      font-size: 21px;
      line-height: 1.5em;
      font-weight: 600;
      margin-bottom: 20px; }
      body.news .content .explanation .wrapper .main h2:last-child {
        margin-bottom: 0; }
    body.news .content .explanation .wrapper .main p {
      color: #192b29;
      line-height: 1.5em;
      margin-bottom: 20px; }
      body.news .content .explanation .wrapper .main p a {
        color: #6bc1a7;
        text-decoration: underline; }
      body.news .content .explanation .wrapper .main p:last-child {
        margin-bottom: 0; }
    body.news .content .explanation .wrapper .main ul {
      list-style-type: disc;
      list-style-position: inside; }
      body.news .content .explanation .wrapper .main ul li {
        color: #192b29;
        line-height: 1.5em; }
    body.news .content .explanation .wrapper .main iframe {
      width: 100%;
      height: 400px; }
      @media screen and (max-width: 1024px) {
        body.news .content .explanation .wrapper .main iframe {
          height: 300px; } }
      @media screen and (max-width: 768px) {
        body.news .content .explanation .wrapper .main iframe {
          height: 200px; } }

body.route .content {
  height: 100%; }
  body.route .content .canvas {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    body.route .content .canvas .overview {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      background-color: #fffbf8;
      display: -ms-flexbox;
      display: flex; }
      body.route .content .canvas .overview .list {
        position: relative;
        width: 400px;
        -ms-flex-positive: 0;
            flex-grow: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch; }
        @media screen and (max-width: 1024px) {
          body.route .content .canvas .overview .list {
            display: none; } }
        body.route .content .canvas .overview .list .items {
          position: relative;
          padding: 0 30px 50px 30px; }
          body.route .content .canvas .overview .list .items .empty {
            padding: 30px 0;
            opacity: 0.5;
            line-height: 1.6em; }
          body.route .content .canvas .overview .list .items .item {
            position: relative;
            display: -ms-flexbox;
            display: flex;
            border-bottom: 1px solid #dddddd;
            -ms-flex-align: center;
                align-items: center; }
            body.route .content .canvas .overview .list .items .item:last-child {
              border-bottom: 0; }
            body.route .content .canvas .overview .list .items .item.active:before {
              content: "";
              position: absolute;
              width: 4px;
              background-color: #eeeeee;
              top: 0;
              bottom: 0;
              left: 18px; }
            body.route .content .canvas .overview .list .items .item.first:before {
              top: 50%;
              bottom: 0; }
            body.route .content .canvas .overview .list .items .item.last:before {
              top: 0;
              bottom: 50%; }
            body.route .content .canvas .overview .list .items .item .number {
              position: relative;
              -ms-flex-positive: 0;
                  flex-grow: 0;
              -ms-flex-negative: 0;
                  flex-shrink: 0;
              padding-right: 15px;
              width: 55px; }
              body.route .content .canvas .overview .list .items .item .number p {
                position: relative;
                display: -ms-flexbox;
                display: flex;
                width: 40px;
                height: 40px;
                background-color: #fffbf8;
                border-radius: 40px;
                -ms-flex-align: center;
                    align-items: center;
                -ms-flex-pack: center;
                    justify-content: center;
                font-size: 13px;
                border: 4px solid #6bc1a7;
                box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
                color: #6bc1a7;
                font-weight: 600; }
            body.route .content .canvas .overview .list .items .item .information {
              position: relative;
              -ms-flex-positive: 1;
                  flex-grow: 1;
              -ms-flex-negative: 1;
                  flex-shrink: 1;
              padding: 30px 0; }
              body.route .content .canvas .overview .list .items .item .information h3 {
                font-weight: 400;
                font-size: 16px;
                margin-bottom: 6px; }
              body.route .content .canvas .overview .list .items .item .information p {
                font-size: 13px;
                opacity: 0.5;
                margin-bottom: 6px; }
              body.route .content .canvas .overview .list .items .item .information select {
                -webkit-appearance: none;
                   -moz-appearance: none;
                        appearance: none;
                border: 0;
                font-family: inherit;
                color: inherit;
                font-weight: inherit;
                border-radius: 0;
                background-color: transparent;
                padding: 0;
                margin: 0; }
      body.route .content .canvas .overview .map {
        position: relative;
        -ms-flex-positive: 1;
            flex-grow: 1; }
        body.route .content .canvas .overview .map .marker {
          position: relative;
          display: -ms-flexbox;
          display: flex;
          width: 40px;
          height: 40px;
          background-color: #fffbf8;
          border-radius: 40px;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center;
          font-size: 13px;
          border: 4px solid #6bc1a7;
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          color: #6bc1a7;
          font-weight: 600; }
      body.route .content .canvas .overview .qr {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        background-color: #fffbf8; }
      body.route .content .canvas .overview .options {
        position: absolute;
        display: -ms-flexbox;
        display: flex;
        width: 400px;
        height: 50px;
        background-color: #192b29;
        bottom: 0;
        left: 0; }
        @media screen and (max-width: 1024px) {
          body.route .content .canvas .overview .options {
            width: 100%; } }
        body.route .content .canvas .overview .options .btn {
          position: relative;
          height: 50px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-positive: 1;
              flex-grow: 1;
          -ms-flex-preferred-size: 0;
              flex-basis: 0;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center;
          color: #fffbf8;
          font-size: 12px;
          cursor: pointer;
          text-decoration: none; }
          body.route .content .canvas .overview .options .btn.toggle {
            display: none; }
            @media screen and (max-width: 1024px) {
              body.route .content .canvas .overview .options .btn.toggle {
                display: -ms-flexbox;
                display: flex; } }
          body.route .content .canvas .overview .options .btn:after {
            content: "";
            position: absolute;
            top: 15px;
            right: 0;
            bottom: 15px;
            width: 1px;
            background-color: rgba(255, 255, 255, 0.4); }
          body.route .content .canvas .overview .options .btn:last-child:after {
            opacity: 0; }
          body.route .content .canvas .overview .options .btn img {
            width: 14px;
            opacity: 0.4;
            margin-right: 10px; }
      @media screen and (max-width: 1024px) {
        body.route .content .canvas .overview.pane .list {
          display: block;
          -ms-flex-positive: 1;
              flex-grow: 1; }
        body.route .content .canvas .overview.pane .map {
          display: none; } }

body.transfer .content {
  height: 100%; }
  body.transfer .content .canvas {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden; }

body.talents .content .hero {
  position: relative;
  background-color: rgba(57, 64, 64, 0.1);
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url("../images/contact.jpg");
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    body.talents .content .hero {
      padding-top: 60px;
      padding-bottom: 60px; } }
  body.talents .content .hero .fade {
    position: absolute;
    width: 100%;
    height: 200%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%); }
  body.talents .content .hero .wrapper h2 {
    color: #fffbf8;
    font-size: 48px;
    font-weight: 600; }

body.talents .content .explanation {
  position: relative;
  background-color: #ffefd8;
  padding-top: 80px;
  padding-bottom: 80px; }
  @media screen and (max-width: 1024px) {
    body.talents .content .explanation {
      padding-top: 60px;
      padding-bottom: 60px; } }
  body.talents .content .explanation .wrapper .main {
    position: relative; }
    body.talents .content .explanation .wrapper .main .grid {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: -20px; }
      body.talents .content .explanation .wrapper .main .grid .item {
        position: relative;
        width: 33.333333%;
        padding: 20px; }
        @media screen and (max-width: 1024px) {
          body.talents .content .explanation .wrapper .main .grid .item {
            width: 50%; } }
        @media screen and (max-width: 768px) {
          body.talents .content .explanation .wrapper .main .grid .item {
            width: 100%; } }
        body.talents .content .explanation .wrapper .main .grid .item .visual {
          position: relative;
          padding-bottom: 100%; }
          body.talents .content .explanation .wrapper .main .grid .item .visual .image {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover; }
          body.talents .content .explanation .wrapper .main .grid .item .visual .description {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background-color: rgba(0, 0, 0, 0.75);
            padding: 20px;
            overflow-y: auto;
            -webkit-overflow-scrolling: touch;
            visibility: hidden; }
            body.talents .content .explanation .wrapper .main .grid .item .visual .description p {
              color: #fffbf8;
              margin-bottom: 20px;
              font-size: 14px;
              line-height: 1.4em; }
              body.talents .content .explanation .wrapper .main .grid .item .visual .description p:last-child {
                margin-bottom: 0; }
        body.talents .content .explanation .wrapper .main .grid .item h4 {
          color: #192b29;
          font-size: 21px;
          line-height: 1em;
          font-weight: 600;
          margin-top: 20px; }
        body.talents .content .explanation .wrapper .main .grid .item ul {
          position: relative;
          display: -ms-flexbox;
          display: flex;
          margin-top: 10px; }
          body.talents .content .explanation .wrapper .main .grid .item ul li {
            position: relative;
            width: 20px;
            height: 20px;
            margin-right: 10px; }
            body.talents .content .explanation .wrapper .main .grid .item ul li:last-child {
              margin-right: 0; }
            body.talents .content .explanation .wrapper .main .grid .item ul li a {
              position: relative;
              display: block;
              width: 20px;
              height: 20px;
              background-position: center;
              background-repeat: no-repeat;
              background-size: contain;
              opacity: 0.5; }
              body.talents .content .explanation .wrapper .main .grid .item ul li a:hover {
                opacity: 0.75; }
              body.talents .content .explanation .wrapper .main .grid .item ul li a.email {
                background-image: url("/images/icons/talent-email.svg"); }
              body.talents .content .explanation .wrapper .main .grid .item ul li a.phone {
                background-image: url("/images/icons/talent-phone.svg"); }
              body.talents .content .explanation .wrapper .main .grid .item ul li a.website {
                background-image: url("/images/icons/talent-website.svg"); }
              body.talents .content .explanation .wrapper .main .grid .item ul li a.youtube {
                background-image: url("/images/icons/talent-youtube.svg"); }
              body.talents .content .explanation .wrapper .main .grid .item ul li a.spotify {
                background-image: url("/images/icons/talent-spotify.svg"); }
        body.talents .content .explanation .wrapper .main .grid .item:hover .visual .description {
          visibility: visible; }

.splash {
  position: relative; }
  .splash .canvas {
    position: relative;
    width: 100vw;
    min-height: 100vh;
    background-color: #fffbf8;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("../images/splash-v3.jpg"); }
    .splash .canvas .overlay {
      position: relative;
      width: 100vw;
      max-width: 800px;
      padding: 25px; }
      .splash .canvas .overlay .box {
        position: relative; }
        .splash .canvas .overlay .box .zero {
          position: relative;
          background-color: #ffefd8;
          padding: 50px 50px 0 50px; }
          .splash .canvas .overlay .box .zero .logo {
            position: relative;
            height: 60px;
            background-size: contain;
            background-position: center center;
            background-repeat: no-repeat;
            background-image: url("../images/logo.svg?18092019"); }
        .splash .canvas .overlay .box .first,
        .splash .canvas .overlay .box .third {
          position: relative;
          background-color: #ffefd8;
          padding: 50px;
          text-align: center; }
          .splash .canvas .overlay .box .first.third,
          .splash .canvas .overlay .box .third.third {
            background-color: #6bc1a7; }
          .splash .canvas .overlay .box .first h2,
          .splash .canvas .overlay .box .third h2 {
            color: #394040;
            font-size: 16px;
            line-height: 1.5em;
            font-weight: 600;
            margin-bottom: 20px; }
            .splash .canvas .overlay .box .first h2:first-child,
            .splash .canvas .overlay .box .third h2:first-child {
              font-size: 20px; }
          .splash .canvas .overlay .box .first p,
          .splash .canvas .overlay .box .third p {
            color: #394040;
            line-height: 1.5em;
            margin-bottom: 20px;
            font-size: 16px; }
            .splash .canvas .overlay .box .first p a,
            .splash .canvas .overlay .box .third p a {
              color: #6bc1a7; }
              .splash .canvas .overlay .box .first p a.button,
              .splash .canvas .overlay .box .third p a.button {
                background-color: #192b29;
                display: inline-block;
                height: 50px;
                color: #fffbf8;
                line-height: 50px;
                padding: 0 20px; }
          .splash .canvas .overlay .box .first ul.links li,
          .splash .canvas .overlay .box .third ul.links li {
            line-height: 1.5em;
            font-size: 12px; }
            .splash .canvas .overlay .box .first ul.links li a,
            .splash .canvas .overlay .box .third ul.links li a {
              color: #fffbf8; }
        .splash .canvas .overlay .box .second {
          position: relative;
          background-color: #ffefd8;
          padding: 0 50px 50px 50px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column;
          margin-top: -30px; }
          .splash .canvas .overlay .box .second ul.social {
            position: relative;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: center;
                justify-content: center;
            -ms-flex-align: center;
                align-items: center;
            margin-bottom: 20px; }
            .splash .canvas .overlay .box .second ul.social li {
              margin: 0 5px; }
              .splash .canvas .overlay .box .second ul.social li a {
                display: block;
                width: 50px;
                height: 50px;
                border-radius: 50px;
                background-size: 16px 16px;
                background-position: center center;
                background-repeat: no-repeat; }
                .splash .canvas .overlay .box .second ul.social li a.facebook {
                  background-color: #3b5998;
                  background-image: url("../images/icons/facebook-white.png"); }
                .splash .canvas .overlay .box .second ul.social li a.instagram {
                  background-color: #c32aa3;
                  background-image: url("../images/icons/instagram-white.png"); }
          .splash .canvas .overlay .box .second h2 {
            color: #394040;
            font-size: 16px;
            line-height: 1.5em;
            font-weight: 600;
            margin-bottom: 20px;
            text-align: center; }
          .splash .canvas .overlay .box .second form {
            position: relative;
            display: -ms-flexbox;
            display: flex; }
            @media screen and (max-width: 1024px) {
              .splash .canvas .overlay .box .second form {
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap; } }
            .splash .canvas .overlay .box .second form input[type="text"] {
              -ms-flex-positive: 1;
                  flex-grow: 1;
              -webkit-appearance: none;
                 -moz-appearance: none;
                      appearance: none;
              margin: 0;
              border: 0;
              font-size: inherit;
              font-family: inherit;
              font-size: inherit;
              font-weight: inherit;
              color: inherit;
              padding: 0 16px;
              height: 50px;
              background-color: #fffbf8;
              border-radius: 0; }
              @media screen and (max-width: 1024px) {
                .splash .canvas .overlay .box .second form input[type="text"] {
                  width: 100%; } }
            .splash .canvas .overlay .box .second form input[type="submit"] {
              -ms-flex-positive: 0;
                  flex-grow: 0;
              -webkit-appearance: none;
                 -moz-appearance: none;
                      appearance: none;
              margin: 0;
              border: 0;
              font-size: inherit;
              font-family: inherit;
              font-size: inherit;
              font-weight: inherit;
              color: inherit;
              padding: 0 16px;
              height: 50px;
              background-color: #192b29;
              color: #fffbf8;
              border-radius: 0;
              cursor: pointer; }
              @media screen and (max-width: 1024px) {
                .splash .canvas .overlay .box .second form input[type="submit"] {
                  width: 100%; } }