@media only screen and (min-width: 1200px) {
  .flex-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    margin: auto;
    width: 1200px; }
    .col-lg-1 {
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 20px;
      width: 80px; }
    .col-lg-2 {
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 20px;
      width: 180px; }
    .col-lg-3 {
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 20px;
      width: 280px; }
    .col-lg-4 {
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 20px;
      width: 380px; }
    .col-lg-5 {
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 20px;
      width: 480px; }
    .col-lg-6 {
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 20px;
      width: 580px; }
    .col-lg-7 {
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 20px;
      width: 680px; }
    .col-lg-8 {
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 20px;
      width: 780px; }
    .col-lg-9 {
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 20px;
      width: 880px; }
    .col-lg-10 {
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 20px;
      width: 980px; }
    .col-lg-11 {
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 20px;
      width: 1080px; }
    .col-lg-12 {
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 20px;
      width: 1180px; }
    .col-lg-1-nbm {
      margin-left: 10px;
      margin-right: 10px;
      width: 80px; }
    .col-lg-2-nbm {
      margin-left: 10px;
      margin-right: 10px;
      width: 180px; }
    .col-lg-3-nbm {
      margin-left: 10px;
      margin-right: 10px;
      width: 280px; }
    .col-lg-4-nbm {
      margin-left: 10px;
      margin-right: 10px;
      width: 380px; }
    .col-lg-5-nbm {
      margin-left: 10px;
      margin-right: 10px;
      width: 480px; }
    .col-lg-6-nbm {
      margin-left: 10px;
      margin-right: 10px;
      width: 580px; }
    .col-lg-7-nbm {
      margin-left: 10px;
      margin-right: 10px;
      width: 680px; }
    .col-lg-8-nbm {
      margin-left: 10px;
      margin-right: 10px;
      width: 780px; }
    .col-lg-9-nbm {
      margin-left: 10px;
      margin-right: 10px;
      width: 880px; }
    .col-lg-10-nbm {
      margin-left: 10px;
      margin-right: 10px;
      width: 980px; }
    .col-lg-11-nbm {
      margin-left: 10px;
      margin-right: 10px;
      width: 1080px; }
    .col-lg-12-nbm {
      margin-left: 10px;
      margin-right: 10px;
      width: 1180px; } }

@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .flex-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    margin: auto;
    width: 960px; }
    .col-md-1 {
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 20px;
      width: 60px; }
    .col-md-2 {
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 20px;
      width: 140px; }
    .col-md-3 {
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 20px;
      width: 220px; }
    .col-md-4 {
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 20px;
      width: 300px; }
    .col-md-5 {
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 20px;
      width: 380px; }
    .col-md-6 {
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 20px;
      width: 460px; }
    .col-md-7 {
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 20px;
      width: 540px; }
    .col-md-8 {
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 20px;
      width: 620px; }
    .col-md-9 {
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 20px;
      width: 700px; }
    .col-md-10 {
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 20px;
      width: 780px; }
    .col-md-11 {
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 20px;
      width: 860px; }
    .col-md-12 {
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 20px;
      width: 940px; }
    .col-md-1-nbm {
      margin-left: 10px;
      margin-right: 10px;
      width: 60px; }
    .col-md-2-nbm {
      margin-left: 10px;
      margin-right: 10px;
      width: 140px; }
    .col-md-3-nbm {
      margin-left: 10px;
      margin-right: 10px;
      width: 220px; }
    .col-md-4-nbm {
      margin-left: 10px;
      margin-right: 10px;
      width: 300px; }
    .col-md-5-nbm {
      margin-left: 10px;
      margin-right: 10px;
      width: 380px; }
    .col-md-6-nbm {
      margin-left: 10px;
      margin-right: 10px;
      width: 460px; }
    .col-md-7-nbm {
      margin-left: 10px;
      margin-right: 10px;
      width: 540px; }
    .col-md-8-nbm {
      margin-left: 10px;
      margin-right: 10px;
      width: 620px; }
    .col-md-9-nbm {
      margin-left: 10px;
      margin-right: 10px;
      width: 700px; }
    .col-md-10-nbm {
      margin-left: 10px;
      margin-right: 10px;
      width: 780px; }
    .col-md-11-nbm {
      margin-left: 10px;
      margin-right: 10px;
      width: 860px; }
    .col-md-12-nbm {
      margin-left: 10px;
      margin-right: 10px;
      width: 940px; } }

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .flex-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    margin: auto;
    width: 768px; }
    .col-sm-1 {
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 20px;
      width: 44px; }
    .col-sm-2 {
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 20px;
      width: 108px; }
    .col-sm-3 {
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 20px;
      width: 172px; }
    .col-sm-4 {
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 20px;
      width: 236px; }
    .col-sm-5 {
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 20px;
      width: 300px; }
    .col-sm-6 {
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 20px;
      width: 364px; }
    .col-sm-7 {
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 20px;
      width: 428px; }
    .col-sm-8 {
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 20px;
      width: 492px; }
    .col-sm-9 {
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 20px;
      width: 556px; }
    .col-sm-10 {
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 20px;
      width: 620px; }
    .col-sm-11 {
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 20px;
      width: 684px; }
    .col-sm-12 {
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 20px;
      width: 748px; }
    .col-sm-1-nbm {
      margin-left: 10px;
      margin-right: 10px;
      width: 44px; }
    .col-sm-2-nbm {
      margin-left: 10px;
      margin-right: 10px;
      width: 108px; }
    .col-sm-3-nbm {
      margin-left: 10px;
      margin-right: 10px;
      width: 172px; }
    .col-sm-4-nbm {
      margin-left: 10px;
      margin-right: 10px;
      width: 236px; }
    .col-sm-5-nbm {
      margin-left: 10px;
      margin-right: 10px;
      width: 300px; }
    .col-sm-6-nbm {
      margin-left: 10px;
      margin-right: 10px;
      width: 364px; }
    .col-sm-7-nbm {
      margin-left: 10px;
      margin-right: 10px;
      width: 428px; }
    .col-sm-8-nbm {
      margin-left: 10px;
      margin-right: 10px;
      width: 492px; }
    .col-sm-9-nbm {
      margin-left: 10px;
      margin-right: 10px;
      width: 556px; }
    .col-sm-10-nbm {
      margin-left: 10px;
      margin-right: 10px;
      width: 620px; }
    .col-sm-11-nbm {
      margin-left: 10px;
      margin-right: 10px;
      width: 684px; }
    .col-sm-12-nbm {
      margin-left: 10px;
      margin-right: 10px;
      width: 748px; } }

@media only screen and (max-width: 767px) {
  .flex-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    margin: auto;
    width: 100%; }
    .col-xs-100pc {
      margin-left: 0;
      margin-right: 0;
      width: 100%;
      margin-bottom: 7.5%;
      margin-bottom: 10px; }
    .col-xs-1 {
      margin-left: 3.75%;
      margin-right: 3.75%;
      margin-bottom: 7.5%;
      width: 17.5%; }
    .col-xs-2 {
      margin-left: 3.75%;
      margin-right: 3.75%;
      margin-bottom: 7.5%;
      width: 42.5%; }
    .col-xs-3 {
      margin-left: 3.75%;
      margin-right: 3.75%;
      margin-bottom: 7.5%;
      width: 67.5%; }
    .col-xs-4 {
      margin-left: 3.75%;
      margin-right: 3.75%;
      margin-bottom: 7.5%;
      width: 92.5%; }
    .col-xs-1-nbm {
      margin-left: 3.75%;
      margin-right: 3.75%;
      width: 17.5%; }
    .col-xs-2-nbm {
      margin-left: 3.75%;
      margin-right: 3.75%;
      width: 42.5%; }
    .col-xs-3-nbm {
      margin-left: 3.75%;
      margin-right: 3.75%;
      width: 67.5%; }
    .col-xs-4-nbm {
      margin-left: 3.75%;
      margin-right: 3.75%;
      width: 92.5%; }
    .col-xs-1-nbm-nsm {
      margin-left: 0;
      margin-right: 0;
      width: 25%; }
    .col-xs-2-nbm-nsm {
      margin-left: 0;
      margin-right: 0;
      width: 50%; }
    .col-xs-3-nbm-nsm {
      margin-left: 0;
      margin-right: 0;
      width: 75%; }
    .col-xs-4-nbm-nsm {
      margin-left: 0;
      margin-right: 0;
      width: 100%; } }

body {
  overflow-x: hidden;
  background: #000; }

#region_1 {
  width: 100%; }

.hph {
  height: 100%; }

.fixed {
  position: fixed;
  top: -10px; }

.not-fixed {
  position: relative; }

.slogancontainer {
  width: 100%;
  text-align: right; }

#location-map-container {
  height: 600px; }

.section-1-contact-container {
  text-align: left;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 20px;
  color: #fff; }
  .section-1-contact-container img {
    margin-left: 5px;
    height: 25px;
    width: 25px;
    vertical-align: middle; }
  .section-1-contact-container a {
    margin: 0px;
    padding: 0px;
    border: 0px; }

.section-1-login-and-language-container {
  text-align: right;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: baseline;
  color: #fff; }
  .section-1-login-and-language-container > a:hover {
    filter: brightness(1.1); }
  .section-1-login-and-language-container p {
    line-height: 20px; }
  .section-1-login-and-language-container img {
    vertical-align: middle;
    padding-bottom: 2px; }

.section-1b-logo-container {
  text-align: left;
  position: relative;
  align-items: center; }

.direct-links {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center; }

.direct-links a {
  color: #fff;
  text-decoration: none; }

.direct-links a:hover {
  color: #fff;
  text-decoration: none; }

.fp-hero-image-container {
  position: relative;
  vertical-align: bottom;
  background-size: cover;
  background-position: center; }
  .fp-hero-image-container h1, .fp-hero-image-container h2, .fp-hero-image-container h3, .fp-hero-image-container h4, .fp-hero-image-container p, .fp-hero-image-container a {
    color: white;
    z-index: 20; }
  .fp-hero-image-container .pagecontent {
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
    text-align: center; }

.hero-image-container {
  position: relative;
  vertical-align: bottom;
  background-size: cover;
  background-position: center; }
  .hero-image-container h1 {
    display: inline-block;
    position: relative;
    bottom: 5px;
    left: 5px;
    z-index: 20; }

.location-hero-image-container {
  position: relative;
  vertical-align: bottom;
  background: url('') no-repeat center center;
  background-size: cover; }
  .location-hero-image-container h1 {
    display: inline-block;
    position: relative;
    bottom: 5px;
    left: 5px;
    z-index: 20; }

.gray-section {
  background: #000; }

.orange-section {
  background: #f7931e; }

.content {
  margin-top: 30px; }

.pagecontent {
  margin-bottom: 60px; }

.tile-block {
  background-position: center;
  background-size: cover; }

.tile-block-item {
  background-position: center;
  background-size: cover; }

.tile-block-item-titel {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.voorpagina-titel-blok {
  text-align: center;
  color: ; }

.voorpagina-tekst-blok {
  color: #4e4e4e; }
  .voorpagina-tekst-blok h1 {
    color: #ef0d10; }

.zijkantblok-hoofdkleur1 {
  background-color: #eea925;
  padding: 20px;
  margin-bottom: 20px;
  word-wrap: break-word; }

.zijkantblok-hoofdkleur2 {
  background-color: #e0e0e0;
  padding: 20px;
  margin-bottom: 20px;
  word-wrap: break-word; }

.zijkantblok-hoofdkleur2 {
  background-color: #000;
  padding: 20px;
  margin-bottom: 20px;
  word-wrap: break-word; }

.zijkantblok {
  padding: 20px;
  margin-bottom: 20px;
  word-wrap: break-word;
  color: #e0e0e0; }

.section-4-social-item {
  text-align: left;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  align-items: center; }
  .section-4-social-item div, .section-4-social-item a, .section-4-social-item p {
    display: flex;
    align-items: center; }
  .section-4-social-item img {
    margin-right: 10px;
    vertical-align: middle; }

.section-5-foot-item {
  text-align: left;
  margin-top: 20px;
  display: flex;
  align-items: flex-start; }

.section-5-footlogo-item {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .section-5-footlogo-item a:hover {
    filter: brightness(1.2); }

.responsive-iframe-yt {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.responsive-iframe-yt iframe, .responsive-iframe-yt object, .responsive-iframe-yt embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.responsive-iframe-gm {
  position: relative;
  padding-bottom: 75%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.responsive-iframe-gm iframe, .responsive-iframe-gm object, .responsive-iframe-gm embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#section-5-intro {
  background-color: #eea925; }
  #section-5-intro h2 {
    color: #000;
    width: 100%;
    text-align: center;
    padding-top: 10px; }
  #section-5-intro .image-grid {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px; }
  #section-5-intro .image-grid a {
    flex-basis: calc(25% - 12px);
    margin: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none; }

.image-grid img {
  width: 95%;
  height: auto;
  vertical-align: middle; }

#section-6 {
  background-color: #909090;
  background-image: linear-gradient(to bottom right, #0c2832, #909090); }

.ivin-voet {
  width: 100%;
  text-align: right;
  margin: 0 auto;
  display: inline-block;
  overflow: hidden;
  position: relative;
  height: 30px;
  vertical-align: top;
  line-height: 30px;
  font-size: 10px;
  color: #d0d0d0; }

.ivin-voet-1 {
  display: inline-block;
  height: 30px;
  line-height: 30px; }

.ivin-voet-2 {
  display: inline-block;
  height: 30px;
  line-height: 30px; }

.ivin-voet-2 img {
  position: relative;
  height: 14px;
  width: 50px;
  margin-top: 0px;
  margin-left: 10px;
  top: 4px; }

@media only screen and (min-width: 1200px) {
  #section-1 {
    width: 100%;
    height: 50px;
    background-color: #4a4a4a; }
    .section-1-top-margin {
      margin-top: 46px; }
    #section-1b {
      width: 100%;
      background-color: #000;
      display: block;
      display: relative; }
    .section-1b-logo-container {
      height: 185px;
      display: flex;
      /* align horizontal */
      justify-content: left;
      /* align vertical */
      align-items: center; }
      .section-1b-logo-container img {
        height: 155px;
        vertical-align: middle; }
    .vestiging-titel {
      display: flex;
      justify-content: flex-end;
      width: 100%;
      align-items: flex-end;
      word-wrap: break-word;
      color: ;
      text-align: right;
      font-size: 70px; }
    .mews-knop-fixed {
      display: none; }
    #region_2 .snippet-container {
      float: right;
      line-height: 50px; }
    #section-2 {
      width: 100%;
      height: 50px;
      background-color: #eea925;
      display: block;
      display: relative;
      z-index: 400; }
    .hero-image-container, .fp-hero-image-container {
      width: 100%;
      position: relative;
      display: flex;
      justify-content: flex-end; }
      .hero-image-container:before, .fp-hero-image-container:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        pointer-events: none; }
    .fp-hero-image-container {
      width: 100%;
      position: relative;
      display: flex;
      justify-content: flex-end; }
      .fp-hero-image-container:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        pointer-events: none; }
    .fp-hero-image-container {
      height: 600px; }
    .hero-image-container, .location-hero-image-container {
      height: 400px; }
    #section-3 {
      width: 100%;
      min-height: 400px; }
    .push-down {
      margin-top: 50px; }
    .not-push-down {
      margin-top: 0; }
    .voorpagina-titel-blok {
      padding-top: 50px;
      padding-bottom: 50px; }
    .voorpagina-tekst-blok {
      padding-top: 50px;
      padding-bottom: 50px; }
    .voorpagina-tekst-blok-nbm {
      padding-bottom: 50px;
      display: flex; }
      .voorpagina-tekst-blok-nbm > div {
        margin-left: auto;
        margin-right: auto; }
    .twocolumn-margin {
      margin-left: 20px; }
    .front-page-block {
      display: flex;
      justify-content: flex-start;
      align-items: flex-end;
      word-wrap: break-word;
      height: 450px; }
      .front-page-block h1, .front-page-block h2, .front-page-block h3 {
        margin-left: 27px;
        color: #fff;
        word-wrap: break-word; }
      .front-page-block > div {
        width: 100%;
        background: #eea925;
        padding-top: 10px;
        padding-bottom: 10px; }
    .fp-blok-x {
      background: url('/image/fp-blok-x/w/600') no-repeat center center;
      background-size: cover; }
    .fp-blok-y {
      background: url('/image/fp-blok-y/w/600') no-repeat center center;
      background-size: cover; }
    .news-main-container {
      margin-top: 40px; }
    .flex-news-item-container {
      display: flex;
      justify-content: flex-start;
      border: 1px solid #efefef;
      margin-bottom: 40px;
      flex-grow: 0;
      flex-shrink: 0; }
    .news-item-main-container {
      margin-top: 40px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .tile-block-nieuws-highlight {
      height: 360px;
      background-color: #e0e0e0; }
    .tile-block-nieuws {
      height: 172px;
      width: 280px;
      background-color: #e0e0e0;
      flex-grow: 0;
      flex-shrink: 0; }
    .tile-block-nieuwstitel-container-highlight {
      height: 120px;
      display: flex; }
    .tile-block-nieuwstitel-container {
      height: 172px;
      display: flex; }
    .tile-block-nieuwstitel {
      padding-left: 25px;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      flex-grow: 0; }
    .tile-block-nieuwstitel > h4 {
      display: block;
      padding-top: 30px;
      flex-basis: 0; }
    .tile-block-nieuwstitel > p {
      display: block;
      padding-bottom: 30px;
      flex-basis: 0; }
    .tile-block-nieuwstitel-highlight {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      flex-grow: 0; }
    .tile-block-nieuwstitel-highlight > h4 {
      display: block;
      padding-top: 30px;
      flex-basis: 0; }
    .tile-block-nieuwstitel-highlight > p {
      display: block;
      padding-bottom: 30px;
      flex-basis: 0; }
    .flex-news-center {
      display: flex;
      flex-flow: row wrap;
      justify-content: center; }
    #section-4 {
      width: 100%;
      height: 40px;
      background-color: #2a2a2a; }
    #section-5 {
      width: 100%;
      min-height: 248px;
      background-color: #4a4a4a; }
    #section-5-intro {
      width: 100%;
      margin-top: 50px;
      padding-top: 20px;
      padding-bottom: 20px; }
      #section-5-intro .image-grid a {
        flex-basis: calc(25% - 12px);
        margin: 3px; }
    .image-grid img {
      width: 95%;
      height: auto;
      vertical-align: middle; }
    #section-5b {
      width: 100%;
      background-color: white; }
      #section-5b img {
        max-width: 75%; }
    #section-5c {
      width: 100%;
      background-color: white; }
      #section-5c img {
        max-width: 75%; }
    #section-5d {
      width: 100%;
      background-color: white; }
      #section-5d img {
        max-width: 75%; } }

@media only screen and (min-width: 960px) and (max-width: 1199px) {
  #section-1 {
    width: 100%;
    height: 50px;
    background-color: #4a4a4a; }
    .section-1-top-margin {
      margin-top: 46px; }
    #section-1b {
      width: 100%;
      background-color: #000;
      display: block;
      display: relative; }
    .section-1b-logo-container {
      height: 185px;
      display: flex;
      /* align horizontal */
      justify-content: left;
      /* align vertical */
      align-items: center; }
      .section-1b-logo-container img {
        height: 155px;
        vertical-align: middle; }
    .vestiging-titel {
      display: flex;
      justify-content: flex-end;
      width: 100%;
      align-items: flex-end;
      word-wrap: break-word;
      color: ;
      text-align: right;
      font-size: 50px; }
    .mews-knop-fixed {
      display: none; }
    #region_2 .snippet-container {
      float: right;
      line-height: 50px; }
    #section-2 {
      width: 100%;
      height: 50px;
      background-color: #eea925;
      display: relative;
      z-index: 400; }
    .hero-image-container, .fp-hero-image-container, .location-hero-image-container {
      width: 100%;
      position: relative; }
      .hero-image-container:before, .fp-hero-image-container:before, .location-hero-image-container:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0.5;
        pointer-events: none; }
    .fp-hero-image-container {
      height: 500px; }
    .hero-image-container, .location-hero-image-container {
      height: 320px; }
    #section-3 {
      width: 100%;
      min-height: 320px; }
    .push-down {
      margin-top: 50px; }
    .not-push-down {
      margin-top: 0; }
    .voorpagina-titel-blok {
      padding-top: 30px;
      padding-bottom: 30px; }
    .voorpagina-tekst-blok {
      padding-top: 30px;
      padding-bottom: 30px; }
    .voorpagina-tekst-blok-nbm {
      padding-bottom: 50px;
      display: flex; }
      .voorpagina-tekst-blok-nbm > div {
        margin-left: auto;
        margin-right: auto; }
    .twocolumn-margin {
      margin-left: 20px; }
    .front-page-block {
      display: flex;
      justify-content: flex-start;
      align-items: flex-end;
      word-wrap: break-word;
      height: 380px; }
      .front-page-block h1, .front-page-block h2, .front-page-block h3 {
        margin-left: 27px;
        color: white;
        word-wrap: break-word; }
      .front-page-block > div {
        width: 100%;
        background: #eea925;
        padding-top: 10px;
        padding-bottom: 10px; }
    .fp-blok-x {
      background: url('/image/fp-blok-x/w/600') no-repeat center center;
      background-size: cover; }
    .fp-blok-y {
      background: url('/image/fp-blok-y/w/600') no-repeat center center;
      background-size: cover; }
    .news-main-container {
      margin-top: 40px; }
    .flex-news-item-container {
      display: flex;
      justify-content: flex-start;
      border: 1px solid #efefef;
      margin-bottom: 40px;
      flex-grow: 0;
      flex-shrink: 0; }
    .news-item-main-container {
      margin-top: 40px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .tile-block-nieuws-highlight {
      height: 284px;
      background-color: #e0e0e0; }
    .tile-block-nieuws {
      height: 136px;
      width: 220px;
      background-color: #e0e0e0;
      flex-grow: 0;
      flex-shrink: 0; }
    .tile-block-nieuwstitel-container-highlight {
      height: 120px;
      display: flex; }
    .tile-block-nieuwstitel-container {
      height: 136px;
      display: flex; }
    .tile-block-nieuwstitel {
      padding-left: 25px;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      flex-grow: 0; }
    .tile-block-nieuwstitel > h4 {
      display: block;
      padding-top: 25px;
      flex-basis: 0; }
    .tile-block-nieuwstitel > p {
      display: block;
      padding-bottom: 20px;
      flex-basis: 0; }
    .tile-block-nieuwstitel-highlight {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      flex-grow: 0; }
    .tile-block-nieuwstitel-highlight > h4 {
      display: block;
      padding-top: 30px;
      flex-basis: 0; }
    .tile-block-nieuwstitel-highlight > p {
      display: block;
      padding-bottom: 30px;
      flex-basis: 0; }
    .flex-news-center {
      display: flex;
      flex-flow: row wrap;
      justify-content: center; }
    #section-4 {
      width: 100%;
      height: 40px;
      background-color: #2a2a2a; }
    #section-5 {
      width: 100%;
      min-height: 248px;
      background-color: #4a4a4a; }
    #section-5-intro {
      width: 100%;
      margin-top: 50px;
      padding-top: 20px;
      padding-bottom: 20px; }
      #section-5-intro .image-grid a {
        flex-basis: calc(25% - 12px);
        margin: 3px; }
    #section-5b {
      width: 100%;
      background-color: white; }
      #section-5b img {
        max-width: 75%; }
    #section-5c {
      width: 100%;
      background-color: white; }
      #section-5c img {
        max-width: 75%; }
    #section-5d {
      width: 100%;
      background-color: white; }
      #section-5d img {
        max-width: 75%; } }

@media only screen and (min-width: 768px) and (max-width: 959px) {
  #section-1 {
    width: 100%;
    height: 50px;
    background-color: #4a4a4a; }
    .section-1-top-margin {
      margin-top: 32px; }
    #section-1b {
      width: 100%;
      background-color: #000;
      display: block;
      display: relative; }
    .section-1b-logo-container {
      height: 185px;
      display: flex;
      /* align horizontal */
      justify-content: left;
      /* align vertical */
      align-items: center; }
      .section-1b-logo-container img {
        height: 155px;
        vertical-align: middle; }
    .vestiging-titel {
      display: flex;
      justify-content: flex-end;
      width: 100%;
      align-items: flex-end;
      word-wrap: break-word;
      color: ;
      text-align: right;
      font-size: 40px; }
    .mews-knop-fixed {
      line-height: 60px; }
    #region_2 .snippet-container {
      display: none; }
    #section-2 {
      width: 100%;
      height: 60px;
      background-color: #eea925;
      display: relative;
      z-index: 400; }
    .section-2-menu-title-container {
      text-align: center;
      margin-top: auto;
      margin-bottom: auto; }
    .section-2-menu-container {
      text-align: left;
      margin-top: auto;
      margin-bottom: auto; }
    .section-2-menu-container > img {
      float: right;
      clear: right; }
    .hero-image-container, .fp-hero-image-container, .location-hero-image-container {
      width: 100%;
      position: relative; }
      .hero-image-container:before, .fp-hero-image-container:before, .location-hero-image-container:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0.5;
        pointer-events: none; }
    .fp-hero-image-container {
      height: 400px; }
    .hero-image-container, .location-hero-image-container {
      height: 256px; }
    #section-3 {
      width: 100%; }
    .push-down {
      margin-top: 60px; }
    .not-push-down {
      margin-top: 0; }
    .voorpagina-titel-blok {
      padding-top: 30px;
      padding-bottom: 30px; }
    .voorpagina-tekst-blok {
      padding-top: 30px;
      padding-bottom: 30px; }
    .voorpagina-tekst-blok-nbm {
      padding-bottom: 50px;
      display: flex; }
      .voorpagina-tekst-blok-nbm > div {
        margin-left: auto;
        margin-right: auto; }
    .twocolumn-margin {
      margin-left: 20px; }
    .front-page-block {
      display: flex;
      justify-content: flex-start;
      align-items: flex-end;
      word-wrap: break-word;
      height: 380px; }
      .front-page-block h1, .front-page-block h2, .front-page-block h3 {
        margin-left: 27px;
        color: #fff;
        word-wrap: break-word; }
      .front-page-block > div {
        width: 100%;
        background: #eea925;
        padding-top: 10px;
        padding-bottom: 10px; }
    .fp-blok-x {
      background: url('/image/fp-blok-x/w/600') no-repeat center center;
      background-size: cover; }
    .fp-blok-y {
      background: url('/image/fp-blok-y/w/600') no-repeat center center;
      background-size: cover; }
    .news-main-container {
      margin-top: 40px; }
    .flex-news-item-container {
      display: flex;
      justify-content: flex-start;
      border: 1px solid #efefef;
      margin-bottom: 40px;
      flex-grow: 0;
      flex-shrink: 0; }
    .news-item-main-container {
      margin-top: 40px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .tile-block-nieuws-highlight {
      height: 224px;
      background-color: #e0e0e0; }
    .tile-block-nieuws {
      height: 144px;
      width: 236px;
      background-color: #e0e0e0;
      flex-grow: 0;
      flex-shrink: 0; }
    .tile-block-nieuwstitel-container-highlight {
      height: 120px;
      display: flex; }
    .tile-block-nieuwstitel-container {
      height: 144px;
      display: flex; }
    .tile-block-nieuwstitel {
      padding-left: 25px;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      flex-grow: 0; }
    .tile-block-nieuwstitel > h4 {
      display: block;
      padding-top: 30px;
      flex-basis: 0; }
    .tile-block-nieuwstitel > p {
      display: block;
      padding-bottom: 25px;
      flex-basis: 0; }
    .tile-block-nieuwstitel-highlight {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      flex-grow: 0; }
    .tile-block-nieuwstitel-highlight > h4 {
      display: block;
      padding-top: 30px;
      flex-basis: 0; }
    .tile-block-nieuwstitel-highlight > p {
      display: block;
      padding-bottom: 30px;
      flex-basis: 0; }
    .flex-news-center {
      display: flex;
      flex-flow: row wrap;
      justify-content: center; }
    #section-4 {
      width: 100%;
      height: 40px;
      background-color: #2a2a2a; }
    #section-5 {
      width: 100%;
      min-height: 248px;
      background-color: #4a4a4a; }
    #section-5-intro {
      width: 100%;
      margin-top: 50px; }
      #section-5-intro .image-grid a {
        flex-basis: calc(25% - 12px);
        margin: 3px; }
    #section-5b {
      width: 100%;
      background-color: white; }
      #section-5b img {
        max-width: 75%; }
    #section-5c {
      width: 100%;
      background-color: white; }
      #section-5c img {
        max-width: 75%; }
    #section-5d {
      width: 100%;
      background-color: white; }
      #section-5d img {
        max-width: 75%; } }

@media only screen and (max-width: 767px) {
  #section-1 {
    width: 100%;
    height: 50px;
    background-color: #4a4a4a; }
    .section-1-top-margin {
      margin-top: 32px; }
    #section-1b {
      width: 100%;
      background-color: #000;
      display: block;
      display: relative; }
    .section-1b-logo-container {
      height: 185px;
      display: flex;
      /* align horizontal */
      justify-content: center;
      /* align vertical */
      align-items: center; }
      .section-1b-logo-container img {
        height: 130px;
        vertical-align: middle; }
    #logo-fp {
      height: 130px;
      line-height: 130px;
      vertical-align: middle; }
    .slogancontainer {
      width: 100%;
      text-align: center;
      padding-bottom: 10px; }
    .direct-links {
      font-size: 2.75vw; }
    .vestiging-titel {
      display: flex;
      justify-content: center;
      width: 100%;
      align-items: center;
      word-wrap: break-word;
      color: ;
      text-align: center;
      font-size: 40px; }
    .mews-knop-fixed {
      line-height: 60px; }
    #region_2 .snippet-container {
      display: none; }
    #section-2 {
      width: 100%;
      height: 60px;
      background-color: #eea925;
      display: relative;
      z-index: 400; }
    .section-2-menu-title-container {
      text-align: center;
      margin-top: auto;
      margin-bottom: auto; }
    .section-2-menu-container {
      text-align: left;
      margin-top: auto;
      margin-bottom: auto; }
    .section-2-menu-container > img {
      float: right;
      clear: right; }
    .hero-image-container, .fp-hero-image-container, .location-hero-image-container {
      width: 100%;
      position: relative; }
      .hero-image-container:before, .fp-hero-image-container:before, .location-hero-image-container:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0.5;
        pointer-events: none; }
    .fp-hero-image-container {
      height: 70vw; }
    .hero-image-container, .location-hero-image-container {
      height: 42vw; }
    #section-3 {
      width: 100%; }
    .push-down {
      margin-top: 60px; }
    .not-push-down {
      margin-top: 0; }
    .voorpagina-titel-blok {
      padding-top: 30px;
      padding-bottom: 30px; }
    .voorpagina-tekst-blok {
      padding-top: 30px;
      padding-bottom: 30px; }
    .voorpagina-tekst-blok-nbm > div {
      margin-left: auto;
      margin-right: auto; }
    .twocolumn-margin {
      margin-left: 20px; }
    .front-page-block {
      display: flex;
      justify-content: flex-start;
      align-items: flex-end;
      word-wrap: break-word;
      height: 380px; }
      .front-page-block h1, .front-page-block h2, .front-page-block h3 {
        margin-left: 27px;
        color: #fff;
        word-wrap: break-word; }
      .front-page-block > div {
        width: 100%;
        background: #eea925;
        padding-top: 10px;
        padding-bottom: 10px; }
    .fp-blok-x {
      background: url('/image/fp-blok-x/w/600') no-repeat center center;
      background-size: cover; }
    .fp-blok-y {
      background: url('/image/fp-blok-y/w/600') no-repeat center center;
      background-size: cover; }
    .news-main-container {
      margin-top: 20px; }
    .flex-news-item-container {
      flex-grow: 0;
      flex-shrink: 0; }
    .tile-block-nieuws-highlight {
      width: 100%;
      height: 62vw;
      background-color: #e0e0e0; }
    .tile-block-nieuws {
      width: 100%;
      height: 62vw;
      background-color: #e0e0e0; }
    .tile-block-nieuwstitel-container-highlight {
      height: 120px;
      display: flex;
      margin-bottom: 20px; }
    .tile-block-nieuwstitel-container {
      height: 120px;
      display: flex;
      margin-bottom: 20px; }
    .tile-block-nieuwstitel {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      flex-grow: 0; }
    .tile-block-nieuwstitel > h4 {
      display: block;
      padding-top: 30px;
      flex-basis: 0; }
    .tile-block-nieuwstitel > p {
      display: block;
      padding-bottom: 30px;
      flex-basis: 0; }
    .tile-block-nieuwstitel-highlight {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      flex-grow: 0; }
    .tile-block-nieuwstitel-highlight > h4 {
      display: block;
      padding-top: 30px;
      flex-basis: 0; }
    .tile-block-nieuwstitel-highlight > p {
      display: block;
      padding-bottom: 30px;
      flex-basis: 0; }
    .flex-news-center {
      display: flex;
      flex-flow: row wrap;
      justify-content: center; }
    #section-4 {
      width: 100%;
      height: 140px;
      background-color: #2a2a2a; }
    #section-5 {
      width: 100%;
      min-height: 248px;
      background-color: #4a4a4a; }
    #section-5-intro {
      width: 100%;
      margin-top: 50px; }
      #section-5-intro .image-grid a {
        flex-basis: calc(50% - 6px);
        margin: 3px; }
    #section-5b {
      width: 100%;
      background-color: white; }
      #section-5b img {
        max-width: 75%; }
    #section-5c {
      width: 100%;
      background-color: white; }
      #section-5c img {
        max-width: 75%; }
    #section-5d {
      width: 100%;
      background-color: white; }
      #section-5d img {
        max-width: 75%; } }

body {
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-stroke: 1px transparent;
  font-style: normal;
  font-weight: 300;
  font-family: 'Raleway', 'Crimson Text', cursive, 'lato', 'arial'; }

.pagecontent {
  color: #e0e0e0; }

a.anchor {
  display: block;
  position: relative;
  top: -250px;
  visibility: hidden; }

.quote {
  color: #738ec3;
  font-style: italic; }

a {
  text-decoration: none; }

a[id] {
  padding-top: 100px;
  margin-top: -100px;
  /* required for webkit browsers */
  display: inline-block; }

.hoofdkleur1 {
  color: #eea925;
  font-family: 'Crimson Text', cursive; }

.hoofdkleur2 {
  color: #e0e0e0;
  font-family: 'Crimson Text', cursive; }

.hoofdkleur3 {
  color: #000;
  font-family: 'Crimson Text', cursive; }

h1, h2, h3 {
  font-family: 'Crimson Text', cursive; }

.content h1, .mce-edit-area h1, .content h2, .mce-edit-area h2, .content .news-title, .mce-edit-area .news-title {
  font-family: 'Crimson Text', cursive;
  color: #eea925;
  margin-bottom: 16px; }
  .content h1:not(:first-child), .mce-edit-area h1:not(:first-child), .content h2:not(:first-child), .mce-edit-area h2:not(:first-child) {
    margin-top: 36px; }
  .content h3, .mce-edit-area h3 {
    font-family: 'Crimson Text', cursive;
    color: #eea925;
    margin-bottom: 16px; }
  .content p + h3, .mce-edit-area p + h3 {
    margin-top: 36px; }
  .content h4, .mce-edit-area h4 {
    color: #eea925; }
  .content h2, .mce-edit-area h2, .content h3, .mce-edit-area h3, .content h4, .mce-edit-area h4, .content h5, .mce-edit-area h5 {
    margin-bottom: 16px; }
  .content a, .mce-edit-area a {
    text-decoration: underline;
    color: #eea925; }
  .content a:visited, .mce-edit-area a:visited {
    text-decoration: none;
    color: #eea925; }
  .content a:hover, .mce-edit-area a:hover {
    text-decoration: underline;
    color: #e0e0e0; }
  .content a:active, .mce-edit-area a:active {
    text-decoration: none;
    color: #e0e0e0; }
  .content ul, .mce-edit-area ul {
    list-style-type: disc;
    margin-bottom: 20px;
    margin-left: 40px; }
  .content p, .mce-edit-area p {
    margin-bottom: 16px; }
  .content strong, .mce-edit-area strong {
    font-weight: 600; }

.location-overview {
  a-text-decoration: none;
  a-color: ; }
  .location-overview ul {
    display: inline;
    list-style-type: none;
    margin-right: 5px;
    margin-left: 0px; }
  .location-overview li {
    display: inline;
    list-style-type: none;
    margin-right: 5px;
    margin-left: 0px; }
  .location-overview ul li:after {
    content: "\00a0/ ";
    color: ; }
  .location-overview ul li:last-child:after {
    content: ""; }
  .location-overview a:visited {
    text-decoration: none;
    color: ; }
  .location-overview a:hover {
    text-decoration: underline;
    color: ; }
  .location-overview a:active {
    text-decoration: none;
    color: #094090; }

.zijkantblok-hoofdkleur1 {
  color: #fff; }
  .zijkantblok-hoofdkleur1 p, .zijkantblok-hoofdkleur1 h1, .zijkantblok-hoofdkleur1 h2, .zijkantblok-hoofdkleur1 h3, .zijkantblok-hoofdkleur1 h4, .zijkantblok-hoofdkleur1 h5 {
    color: #eea925; }
  .zijkantblok-hoofdkleur1 a {
    text-decoration: none;
    color: #efefef; }
  .zijkantblok-hoofdkleur1 a:visited {
    text-decoration: none;
    color: #efefef; }
  .zijkantblok-hoofdkleur1 a:hover {
    text-decoration: underline;
    color: #fff; }
  .zijkantblok-hoofdkleur1 a:active {
    text-decoration: none;
    color: #fff; }

.zijkantblok-hoofdkleur2 h1, .zijkantblok-hoofdkleur2 h2, .zijkantblok-hoofdkleur2 h3, .zijkantblok-hoofdkleur2 h4, .zijkantblok-hoofdkleur2 h5 {
  color: #eea925; }
  .zijkantblok-hoofdkleur2 a {
    text-decoration: none;
    color: #eea925; }
  .zijkantblok-hoofdkleur2 a:visited {
    text-decoration: none;
    color: #eea925; }
  .zijkantblok-hoofdkleur2 a:hover {
    text-decoration: underline;
    color: #eea925; }
  .zijkantblok-hoofdkleur2 a:active {
    text-decoration: none;
    color: #eea925; }

.zijkantblok h1, .zijkantblok h2, .zijkantblok h3, .zijkantblok h4, .zijkantblok h5 {
  color: #eea925; }
  .zijkantblok a {
    text-decoration: none;
    color: #9c9c9c; }
  .zijkantblok a:visited {
    text-decoration: none;
    color: #9c9c9c; }
  .zijkantblok a:hover {
    text-decoration: underline;
    color: #eea925; }
  .zijkantblok a:active {
    text-decoration: none;
    color: #eea925; }

a.tile-block {
  text-decoration: none; }

.content a h3 {
  color: #4a4a4a;
  text-decoration: none; }

.content a h3:visited {
  color: #4a4a4a;
  text-decoration: none; }

.teamplayercardname a {
  color: #ef0d10;
  text-decoration: none; }

.teamplayercardname a h3 {
  color: #ef0d10;
  text-decoration: none; }

a.teamplayercardcontent-a, a:hover.teamplayercardcontent-a {
  color: initial;
  text-decoration: none; }

#newsoverview a {
  text-decoration: none; }

a h4 {
  color: #4a4a4a;
  text-decoration: none; }

a h4:visited {
  color: #4a4a4a;
  text-decoration: none; }

.t4 a {
  color: #4a4a4a;
  text-decoration: none; }

.t4 a:visited {
  color: #4a4a4a;
  text-decoration: none; }

.section-1-logo-container {
  font-family: 'Raleway';
  font-size: 16px;
  font-style: italic;
  font-stretch: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: normal;
  color: #fff; }

h1 {
  font-size: 46px;
  font-style: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: normal;
  color: #eea925; }

h2 {
  font-size: 36px;
  font-style: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: normal;
  color: #4a4a4a; }

h3 {
  font-size: 28px;
  font-style: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: normal;
  color: #4a4a4a; }

h4 {
  font-size: 22px;
  font-style: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: normal;
  color: #2a2a2a; }

h5 {
  font-style: italic; }

.n1, .section-2-menu-title-container, .section-2-menu-title-container {
  font-family: 'Raleway';
  font-size: 12px;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #595959; }

.sh1 {
  font-family: 'Raleway';
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  color: #9c9c9c; }

.sn1 {
  font-family: 'Raleway';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #595959; }

.sn1-form-button, .form-button-square {
  font-family: 'Raleway';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 2.7px;
  color: #fff;
  text-transform: uppercase; }

.sn2 {
  font-family: 'Raleway';
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #595959; }

.t1, body, .form-cell, .FORM_FIELD, .form-cell-no-border, .form-cell-ml, .FORM_MULTIFIELD, .pagecontent, .pagecontent > p {
  font-family: 'Raleway';
  font-size: 17px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: normal; }

.t2, #pagina-extra-info, #pagina-extra-info > p {
  font-family: 'Raleway';
  font-size: 15px;
  font-style: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: normal;
  color: #eea925; }

.t3 {
  font-family: 'Raleway';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: normal;
  color: #4a4a4a; }

.t3-footer {
  font-family: 'Raleway';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: normal;
  color: #d8d8d8; }

.t3-footer a {
  color: #fff;
  text-decoration: none; }

.t3-footer a:hover {
  color: #9c9c9c;
  text-decoration: none; }

.t4 {
  font-family: 'Raleway';
  font-size: 12px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #595959; }

.i1 {
  font-family: 'Raleway';
  font-size: 28px;
  font-style: italic;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #738ec3; }

.i2 {
  font-family: 'Raleway';
  font-size: 24px;
  font-style: italic;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #738ec3; }

.i3 {
  font-family: 'Raleway';
  font-size: 28px;
  font-style: italic;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #738ec3; }

.one-off-typo {
  font-family: 'Raleway';
  font-size: 28px;
  font-style: italic;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #738ec3; }

.form-cell {
  height: 36px;
  width: 100%;
  background-color: #fff;
  border: solid 1px #d4d4d4;
  margin-bottom: 10px;
  padding-left: 8px;
  padding-right: 8px;
  color: #595959;
  /* Safari/Chrome, other WebKit */
  -webkit-box-sizing: border-box;
  /* Firefox, other Gecko */
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.FORM_FIELD {
  height: 36px;
  width: 100%;
  background-color: #fff;
  border: solid 1px #d4d4d4;
  margin-bottom: 10px;
  padding-left: 8px;
  padding-right: 8px;
  color: #595959;
  /* Safari/Chrome, other WebKit */
  -webkit-box-sizing: border-box;
  /* Firefox, other Gecko */
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.form-cell:hover {
  background-color: #fff;
  border: solid 2px #d4d4d4; }

.form-cell-no-border {
  height: 36px;
  width: 100%;
  background-color: #fff;
  border: solid 1px #fff;
  margin-bottom: 10px;
  padding-left: 8px;
  padding-right: 8px;
  color: #595959;
  /* Safari/Chrome, other WebKit */
  -webkit-box-sizing: border-box;
  /* Firefox, other Gecko */
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.form-cell-ml {
  height: 180px;
  width: 100%;
  background-color: #fff;
  border: solid 1px #d4d4d4;
  margin-bottom: 10px;
  padding-left: 8px;
  padding-right: 8px;
  color: #595959;
  /* Safari/Chrome, other WebKit */
  -webkit-box-sizing: border-box;
  /* Firefox, other Gecko */
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.form-cell-ml:hover {
  background-color: #fff;
  border: solid 2px #d4d4d4; }

.FORM_MULTIFIELD {
  height: 180px;
  width: 100%;
  background-color: #fff;
  border: solid 1px #d4d4d4;
  margin-bottom: 10px;
  padding-left: 8px;
  padding-right: 8px;
  color: #595959;
  /* Safari/Chrome, other WebKit */
  -webkit-box-sizing: border-box;
  /* Firefox, other Gecko */
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.form-button-square {
  padding: 15px 30px 15px 30px;
  border-radius: 2px;
  background-color: #4a4a4a;
  border: 0;
  color: #fff;
  text-align: center; }
  .form-button-square:hover {
    background-color: #eea925; }

.form-recaptcha {
  float: left;
  width: 100%;
  padding-top: 5px;
  margin-bottom: 15px;
  padding-bottom: 15px; }

.form-radio-vertical {
  display: block; }

.form-field-list-cell {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: normal;
  margin-right: 20px; }

.button-red {
  padding: 15px 30px 15px 30px;
  margin: 20px;
  border-radius: 5px;
  background-color: #ef0d10;
  border: 0;
  display: inline-block;
  color: #fff;
  text-align: center; }
  .button-red a {
    text-decoration: none;
    color: white; }
  .button-red a:hover {
    text-decoration: none;
    color: white; }
  .button-red:hover {
    background-color: #f7931e; }

.button-green {
  padding: 15px 30px 15px 30px;
  margin: 20px;
  border-radius: 5px;
  background-color: #eea925;
  border: 0;
  display: inline-block;
  color: #fff;
  text-align: center; }
  .button-green a {
    text-decoration: none;
    color: white; }
  .button-green a:hover {
    text-decoration: none;
    color: white; }
  .button-green:hover {
    background-color: #e0e0e0; }

.button-mews {
  padding: 10px 30px 10px 30px;
  margin: 3px;
  border-radius: 5px;
  background-color: #e0e0e0;
  border: 0;
  align-self: center;
  text-align: center;
  font-size: 16px;
  font-family: 'Raleway'; }
  .button-mews a {
    text-decoration: none;
    color: #e0e0e0; }
  .button-mews a:hover {
    text-decoration: none;
    color: white; }
  .button-mews:hover {
    background-color: #eea925; }

.button-mews-rood {
  padding: 10px 30px 10px 30px;
  margin: 3px;
  border-radius: 5px;
  background-color: #882640;
  border: 0;
  align-self: center;
  text-align: center;
  font-size: 22px;
  font-family: 'Raleway';
  color: #fcb140; }
  .button-mews-rood a {
    text-decoration: none;
    color: #fcb140; }
  .button-mews-rood a:hover {
    text-decoration: none;
    color: logo-goud; }
  .button-mews-rood:hover {
    background-color: #a43351; }

.voorpagina-titel-blok h2 {
  color: #eea925; }

.orange-section {
  color: white; }
  .orange-section h2 {
    color: white; }

.fp-hero-image-container h1 {
  background: rgba(0, 0, 0, .6); }
  .fp-hero-image-container h3 {
    background: rgba(0, 0, 0, .6); }

#section-5-intro a {
  font-style: italic;
  color: #000; }
  #section-5-intro a:visited {
    font-style: italic;
    color: #000; }
  #section-5-intro a:hover {
    text-decoration: underline;
    font-style: italic;
    color: #000; }
  #section-5-intro a:active {
    text-decoration: underline;
    font-style: italic;
    color: #000; }
  #section-5-intro p {
    text-align: center; }

#section5 a {
  text-decoration: none;
  color: #d8d8d8; }
  #section5 a:visited {
    text-decoration: none;
    color: ; }
  #section5 a:hover {
    text-decoration: underline;
    color: ; }
  #section5 a:active {
    text-decoration: none;
    color: #fff; }

#postlist ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.postdate {
  margin-top: -20px;
  margin-bottom: 10px;
  color: white; }

.postdate-side {
  color: white; }

.postli-side {
  margin-bottom: 10px; }

@media only screen and (min-width: 1200px) {
  .zijkantblok-magenta h1, .zijkantblok-blauw h1, .zijkant-blok-groen h1, .zijkant-blok h1 {
    font-size: 40px; }
    .zijkantblok-magenta h2, .zijkantblok-blauw h2, .zijkant-blok-groen h2, .zijkant-blok h2 {
      font-size: 36px; }
    .zijkantblok-magenta h3, .zijkantblok-blauw h3, .zijkant-blok-groen h3, .zijkant-blok h3 {
      font-size: 28px; }
    .zijkantblok-magenta h4, .zijkantblok-blauw h4, .zijkant-blok-groen h4, .zijkant-blok h4 {
      font-size: 22px; }
    .voorpagina-titel-blok h1 {
      font-size: 72px;
      line-height: 72px; }

  .fp-hero-image-container h1 {
    font-size: 50px;
    padding: 20px; }
    .fp-hero-image-container h3 {
      font-size: 30px;
      line-height: 40px;
      padding: 20px; }

  .section-1b-slogan {
    font-size: 30px;
    line-height: 30px;
    padding-top: 10px; }

  .front-page-block h2 {
    font-size: 36px;
    line-height: 36px; } }

@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .zijkantblok-magenta h1, .zijkantblok-blauw h1, .zijkant-blok-groen h1, .zijkant-blok h1 {
    font-size: 30px; }
    .zijkantblok-magenta h2, .zijkantblok-blauw h2, .zijkant-blok-groen h2, .zijkant-blok h2 {
      font-size: 26px; }
    .zijkantblok-magenta h3, .zijkantblok-blauw h3, .zijkant-blok-groen h3, .zijkant-blok h3 {
      font-size: 22px; }
    .zijkantblok-magenta h4, .zijkantblok-blauw h4, .zijkant-blok-groen h4, .zijkant-blok h4 {
      font-size: 20px; }
    .voorpagina-titel-blok h1 {
      font-size: 46px;
      line-height: 46px; }

  .fp-hero-image-container h1 {
    font-size: 45px;
    padding: 20px; }
    .fp-hero-image-container h3 {
      font-size: 27px;
      line-height: 36px;
      padding: 20px; }

  .section-1b-slogan {
    font-size: 25px;
    line-height: 25px;
    padding-top: 8px; }

  .front-page-block h2 {
    font-size: 28px;
    line-height: 28px; } }

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .zijkantblok-magenta h1, .zijkantblok-blauw h1, .zijkant-blok-groen h1, .zijkant-blok h1 {
    font-size: 26px; }
    .zijkantblok-magenta h2, .zijkantblok-blauw h2, .zijkant-blok-groen h2, .zijkant-blok h2 {
      font-size: 22px; }
    .zijkantblok-magenta h3, .zijkantblok-blauw h3, .zijkant-blok-groen h3, .zijkant-blok h3 {
      font-size: 20px; }
    .zijkantblok-magenta h4, .zijkantblok-blauw h4, .zijkant-blok-groen h4, .zijkant-blok h4 {
      font-size: 18px; }
    .fp-hero-image-container h1 {
      font-size: 40px;
      padding: 10px; }
    .fp-hero-image-container h3 {
      font-size: 24px;
      line-height: 32px;
      padding: 10px; }

  .section-1b-slogan {
    font-size: 20px;
    line-height: 20px;
    padding-top: 6px; }

  .voorpagina-titel-blok h1 {
    font-size: 38px;
    line-height: 38px; }

  .front-page-block h2 {
    font-size: 24px;
    line-height: 24px; } }

@media only screen and (max-width: 767px) {
  .one-off, #pagina-titel, #pagina-hoofd-content, #pagina-extra-info {
    margin-top: 15px;
    margin-bottom: 15px; }

  .one-off-typo {
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 15px; }

  h1 {
    font-size: 36px;
    font-style: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: normal; }

  .form-button-square {
    width: 100%; }

  .voorpagina-titel-blok h1 {
    font-size: 72px;
    line-height: 72px; }

  .fp-hero-image-container h1 {
    font-size: 40px;
    padding: 10px; }
    .fp-hero-image-container h3 {
      font-size: 24px;
      line-height: 32px;
      padding: 10px; }

  .section-1b-slogan {
    font-size: 22px;
    line-height: 22px;
    padding-bottom: 30px; }

  .voorpagina-titel-blok h1 {
    font-size: 30px;
    line-height: 30px; }

  .front-page-block h2 {
    font-size: 24px;
    line-height: 24px; }

  .button-mews {
    padding: 10px 10px 10px 10px; } }

.imagematrix {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }

.imagematrixitem {
  padding: 5px;
  object-fit: cover; }

.zijkant-foto-link {
  display: block; }

.zijkant-foto-link-titel {
  width: 100%;
  background: rgba(225, 159, 34, 0.9);
  padding-top: 5px;
  padding-bottom: 5px;
  color: black;
  text-align: center; }

.zijkant-foto-fotos-en-links {
  background: url('/image/zijkant-fotos') no-repeat center center;
  background-size: cover; }

.zijkant-foto-touring-team {
  background: url('/image/zijkant-touring-team') no-repeat center center;
  background-size: cover; }

.zijkant-foto-lid-worden {
  background: url('/image/zijkant-lid-worden') no-repeat center center;
  background-size: cover; }

.zijkant-foto-shop {
  background: url('/image/zijkant-shop') no-repeat center center;
  background-size: cover; }

@media only screen and (min-width: 1200px) {
  .imagematrixitem {
    width: 330px;
    height: 247px; }

  .afbeelding-100 {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px; }

  .afbeelding-50 {
    width: 49%;
    margin-top: 15px;
    margin-bottom: 15px; }

  .afbeelding-33 {
    width: 33%;
    margin-top: 15px;
    margin-bottom: 15px; }

  .afbeelding-25 {
    width: 24%;
    margin-top: 15px;
    margin-bottom: 15px; }

  .afbeelding-50-100 {
    width: 47%;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 15px;
    margin-bottom: 15px; }

  .afbeelding-33-100 {
    width: 30%;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 15px;
    margin-bottom: 15px; }

  .afbeelding-25-100 {
    width: 22%;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 15px;
    margin-bottom: 15px; }

  .zijkant-foto-link {
    height: 200px;
    margin-bottom: 30px; } }

@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .imagematrixitem {
    width: 260px;
    height: 195px; }

  .afbeelding-100 {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px; }

  .afbeelding-50 {
    width: 49%;
    margin-top: 15px;
    margin-bottom: 15px; }

  .afbeelding-33 {
    width: 33%;
    margin-top: 15px;
    margin-bottom: 15px; }

  .afbeelding-25 {
    width: 24%;
    margin-top: 15px;
    margin-bottom: 15px; }

  .afbeelding-50-100 {
    width: 47%;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 15px;
    margin-bottom: 15px; }

  .afbeelding-33-100 {
    width: 30%;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 15px;
    margin-bottom: 15px; }

  .afbeelding-25-100 {
    width: 22%;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 15px;
    margin-bottom: 15px; }

  .zijkant-foto-link {
    height: 180px;
    margin-bottom: 30px; } }

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .imagematrixitem {
    width: 204px;
    height: 153px; }

  .afbeelding-100 {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px; }

  .afbeelding-50 {
    width: 49%;
    margin-top: 15px;
    margin-bottom: 15px; }

  .afbeelding-33 {
    width: 33%;
    margin-top: 15px;
    margin-bottom: 15px; }

  .afbeelding-25 {
    width: 24%;
    margin-top: 15px;
    margin-bottom: 15px; }

  .afbeelding-50-100 {
    width: 47%;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 15px;
    margin-bottom: 15px; }

  .afbeelding-33-100 {
    width: 30%;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 15px;
    margin-bottom: 15px; }

  .afbeelding-25-100 {
    width: 22%;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 15px;
    margin-bottom: 15px; }

  .zijkant-foto-link {
    height: 180px;
    margin-bottom: 30px; } }

@media only screen and (max-width: 767px) {
  .afbeelding-100 {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px; }

  .afbeelding-50 {
    width: 49%;
    margin-top: 15px;
    margin-bottom: 15px; }

  .afbeelding-33 {
    width: 33%;
    margin-top: 15px;
    margin-bottom: 15px; }

  .afbeelding-25 {
    width: 24%;
    margin-top: 15px;
    margin-bottom: 15px; }

  .afbeelding-50-100 {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px; }

  .afbeelding-33-100 {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px; }

  .afbeelding-25-100 {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px; }

  .zijkant-foto-link {
    height: 350px;
    margin-bottom: 30px; } }

@media only screen and (min-width: 1200px) {
  .section-2-menu-title-container {
    display: none; }

  .hamburger-open {
    display: none; }

  .menu-home-icon {
    display: none; }

  .menu-gray-overlay {
    display: none; }

  .menu-container {
    height: 100%;
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 0px;
    margin-left: 0px;
    position: relative; }

  .menu-container ul {
    display: none;
    position: absolute;
    left: 240px;
    top: 0px;
    padding-top: 10px;
    padding-bottom: 10px; }

  .menu-container ul li {
    padding-top: 10px;
    padding-bottom: 10px; }

  .menu-container ul.depth-1 {
    display: inline-block;
    top: 0px;
    left: 0px;
    padding: 0px; }

  .menu-container li {
    padding-left: 30px;
    padding-right: 30px;
    font-family: 'Raleway';
    font-size: 12px;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #595959;
    line-height: 30px; }

  .menu-container ul.depth-1 > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    list-style-type: none;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: 'Raleway';
    font-size: 12px;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #595959;
    font-size: 20px; }

  .menu-container li:hover {
    background: rgba(74, 74, 74, 0.9); }
    .menu-container li:hover a {
      color: #eea925; }
    .menu-container a {
      color: #fff;
      display: block;
      padding: 10px;
      margin: -10px;
      padding-left: 30px;
      padding-right: 30px;
      margin-left: -30px;
      margin-right: -30px; }
    .menu-container a:hover {
      color: #eea925; }
    .menu-container a:active {
      color: #eea925; }

  .menu-container ul.depth-1 > li:hover > ul.depth-2 {
    position: absolute;
    display: block;
    top: 100%;
    left: 0px;
    z-index: 400;
    background: rgba(74, 74, 74, 0.9); }
    .menu-container ul.depth-1 > li:hover > ul.depth-2 li {
      position: relative;
      min-width: 180px;
      font-family: 'Raleway';
      font-size: 12px;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: 1px;
      color: #595959;
      font-size: 14px; }
    .menu-container ul.depth-1 > li:hover > ul.depth-2 li a {
      color: #eea925; }
    .menu-container ul.depth-1 > li:hover > ul.depth-2 li a:hover {
      color: #eea925; }
    .menu-container ul.depth-1 > li:hover > ul.depth-2 li a:active {
      color: #000; }
    .menu-container ul.depth-1 > li:hover > ul.depth-2 li:hover {
      background: rgba(110, 110, 110, 0.9); }

  .menu-container ul.depth-2 > li:hover > ul.depth-3 {
    position: absolute;
    display: block;
    top: 0x;
    margin-top: -10px;
    background: rgba(74, 74, 74, 0.9); }
    .menu-container ul.depth-2 > li:hover > ul.depth-3 > li {
      min-width: 180px;
      font-family: 'Raleway';
      font-size: 12px;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: 1px;
      color: #595959; } }

@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .section-2-menu-title-container {
    display: none; }

  .hamburger-open {
    display: none; }

  .menu-home-icon {
    display: none; }

  .menu-gray-overlay {
    display: none; }

  .menu-container {
    height: 100%;
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 0px;
    margin-left: 0px;
    position: relative; }

  .menu-container ul {
    display: none;
    position: absolute;
    left: 220px;
    top: 10px;
    padding-top: 10px;
    padding-bottom: 10px; }

  .menu-container ul li {
    padding-top: 10px;
    padding-bottom: 10px; }

  .menu-container ul.depth-1 {
    display: inline-block;
    top: 0px;
    left: 0px;
    padding: 0px; }

  .menu-container li {
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'Raleway';
    font-size: 12px;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #595959;
    line-height: 30px; }

  .menu-container ul.depth-1 > li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    list-style-type: none;
    min-height: 50px;
    line-height: 50px;
    margin: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: 'Raleway';
    font-size: 12px;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #595959;
    font-size: 16px; }

  .menu-container li:hover {
    background: rgba(74, 74, 74, 0.9); }
    .menu-container li:hover a {
      color: #eea925; }
    .menu-container a {
      color: #fff;
      display: block;
      padding: 10px;
      margin: -10px;
      padding-left: 20px;
      padding-right: 20px;
      margin-left: -20px;
      margin-right: -20px; }
    .menu-container a:hover {
      color: #eea925; }
    .menu-container a:active {
      color: #eea925; }

  .menu-container ul.depth-1 > li:hover > ul.depth-2 {
    position: absolute;
    display: block;
    top: 100%;
    left: 0px;
    z-index: 400;
    background: rgba(74, 74, 74, 0.9); }
    .menu-container ul.depth-1 > li:hover > ul.depth-2 li {
      position: relative;
      min-width: 180px;
      font-family: 'Raleway';
      font-size: 12px;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: 1px;
      color: #595959;
      font-size: 14px; }
    .menu-container ul.depth-1 > li:hover > ul.depth-2 li a {
      color: #eea925;
      display: block;
      padding: 10px;
      margin: -10px;
      padding-left: 20px;
      padding-right: 20px;
      margin-left: -20px;
      margin-right: -20px; }
    .menu-container ul.depth-1 > li:hover > ul.depth-2 li a:hover {
      color: #eea925; }
    .menu-container ul.depth-1 > li:hover > ul.depth-2 li a:active {
      color: #000; }
    .menu-container ul.depth-1 > li:hover > ul.depth-2 li:hover {
      background: rgba(110, 110, 110, 0.9); }

  .menu-container ul.depth-2 > li:hover > ul.depth-3 {
    position: absolute;
    display: block;
    top: 0px;
    margin-top: -10px;
    z-index: 400;
    background: rgba(74, 74, 74, 0.9); }
    .menu-container ul.depth-2 > li:hover > ul.depth-3 > li {
      min-width: 180px;
      font-family: 'Raleway';
      font-size: 12px;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: 1px;
      color: #595959; } }

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .menu-grey-overlay {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    background: #4a4a4a;
    opacity: 0.8;
    height: 100vh; }

  .menu-grey-overlay.open {
    display: block; }

  .menu-container ul.depth-1 {
    position: absolute;
    display: none;
    right: 0;
    top: 100%;
    width: 320px;
    background: #fff;
    z-index: 10;
    height: calc(100vh - 50px);
    overflow: scroll; }

  .menu-container ul.depth-1.open {
    display: block; }

  .menu-container ul.depth-01 > li {
    display: block;
    position: relative; }

  .menu-container ul.depth-1 > li > a {
    display: block;
    min-height: 50px;
    line-height: 50px;
    background-color: #fff;
    padding-left: 20px;
    color: #4a4a4a; }

  .menu-container ul.depth-1 > li > a:hover {
    display: block;
    min-height: 50px;
    line-height: 50px;
    background-color: #fff;
    padding-left: 20px;
    color: #eea925; }

  .menu-container ul.depth-1 > li > a[data-type='N'] {
    display: block;
    min-height: 50px;
    line-height: 50px;
    background-color: #efefef;
    padding-left: 20px;
    color: #4a4a4a; }

  .menu-container ul.depth-1 > li > a[data-type='N']:hover {
    display: block;
    text-decoration: none;
    min-height: 50px;
    line-height: 50px;
    background-color: #efefef;
    padding-left: 20px;
    color: #eea925; }

  .menu-container ul.depth-1 > li > a:visited {
    color: #4a4a4a; }

  .menu-container ul.depth-1 > li > a:hover {
    color: #eea925;
    text-decoration: none; }

  .menu-container ul.depth-1 > li > ul {
    display: block;
    padding-left: 20px; }

  .menu-container ul.depth-2 > li {
    display: block;
    position: relative;
    padding-left: 20px;
    min-height: 48px;
    line-height: 48px;
    border-bottom: 1px #d4d4d4 solid; }

  .menu-container ul.depth-3 {
    position: relative;
    display: block; }

  .menu-container ul.depth-3 > li {
    display: block;
    position: relative;
    padding-left: 20px;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px #d4d4d4 solid; }

  .menu-container ul.depth-3 > li:last-child {
    display: block;
    padding-left: 20px;
    height: 48px;
    line-height: 48px;
    border-bottom: 0px; }

  .menu-container ul.depth-2 > li:last-child {
    display: block;
    padding-left: 20px;
    min-height: 48px;
    line-height: 48px;
    border-bottom: 0px; }

  .menu-container ul.depth-1 > li a {
    color: #4a4a4a;
    display: block;
    min-height: 50px;
    line-height: 50px; }

  .menu-container ul.depth-1 > li a:visited {
    color: #4a4a4a;
    text-decoration: none; }

  .menu-container ul.depth-1 > li a:hover {
    color: #eea925;
    text-decoration: none; } }

@media only screen and (max-width: 767px) {
  .menu-gray-overlay {
    display: none; }

  .menu-container ul.depth-1 {
    position: absolute;
    display: none;
    left: 0;
    top: 100%;
    width: 100%;
    background: #fff;
    height: calc(100vh - 150px);
    overflow: scroll; }

  .menu-container ul.depth-1.open {
    display: block;
    padding-bottom: 150px;
    margin-bottom: 150px; }

  .menu-container ul.depth-1 > li {
    display: block;
    position: relative; }

  .menu-container ul.depth-1 > li > a {
    display: block;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    padding-left: 20px;
    color: #4a4a4a; }

  .menu-container ul.depth-1 > li > a:hover {
    display: block;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    padding-left: 20px;
    color: #eea925; }

  .menu-container ul.depth-1 > li > a[data-type='N'] {
    display: block;
    height: 50px;
    line-height: 50px;
    background-color: #efefef;
    padding-left: 20px;
    color: #4a4a4a; }

  .menu-container ul.depth-1 > li > a[data-type='N']:hover {
    display: block;
    text-decoration: none;
    height: 50px;
    line-height: 50px;
    background-color: #efefef;
    padding-left: 20px;
    color: #eea925; }

  .menu-container ul.depth-1 > li > a:visited {
    color: #4a4a4a; }

  .menu-container ul.depth-1 > li > a:hover {
    color: #eea925;
    text-decoration: none; }

  .menu-container ul.depth-1 > li > ul {
    display: block;
    padding-left: 20px; }

  .menu-container ul.depth-2 > li {
    display: block;
    position: relative;
    padding-left: 20px;
    min-height: 48px;
    line-height: 48px;
    border-bottom: 1px #d4d4d4 solid; }

  .menu-container ul.depth-3 {
    position: relative;
    display: block; }

  .menu-container ul.depth-3 > li {
    display: block;
    position: relative;
    padding-left: 20px;
    min-height: 48px;
    line-height: 48px;
    border-bottom: 1px #d4d4d4 solid; }

  .menu-container ul.depth-3 > li:last-child {
    display: block;
    padding-left: 20px;
    min-height: 48px;
    line-height: 48px;
    border-bottom: 0px; }

  .menu-container ul.depth-2 > li:last-child {
    display: block;
    padding-left: 20px;
    min-height: 48px;
    line-height: 48px;
    border-bottom: 0px; }

  .menu-container ul.depth-1 > li a {
    color: #4a4a4a;
    display: block;
    min-height: 50px;
    line-height: 50px; }

  .menu-container ul.depth-1 > li a:visited {
    color: #4a4a4a;
    text-decoration: none; }

  .menu-container ul.depth-1 > li a:hover {
    color: #eea925;
    text-decoration: none; } }

.slider-block {
  position: relative; }

.slider-block-content {
  position: absolute;
  height: 100%; }
  .slider-block-content:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 255));
    pointer-events: none; }
  .slider-block-content h2 {
    display: inline-block;
    position: absolute;
    bottom: 0;
    color: #fff;
    word-wrap: break-word;
    z-index: 20; }

.bg-block {
  background-position: center;
  background-size: cover;
  /* Begin of all responsive changes

// responsive spul

// $screen-media-xs-sm-breakpoint: 768px;
// $screen-media-sm-md-breakpoint: 960px;
// $screen-media-md-lg-breakpoint: 1200px;

*/ }

@media only screen and (min-width: 1200px) {
  .sliderblock-1t1 .slider-block {
    height: calc(600px); }
    .sliderblock-1t1 .slider-block-content {
      width: 100%;
      margin-left: 0%;
      margin-right: 0%; }

  .sliderblock-1t2 .slider-block {
    height: calc(300px); }
    .sliderblock-1t2 .slider-block-content {
      width: 99%;
      margin-left: 0.5%;
      margin-right: 0.5%; }

  .sliderblock-2t4 .slider-block {
    height: calc(150px); }
    .sliderblock-2t4 .slider-block-content {
      width: 98%;
      margin-left: 1%;
      margin-right: 1%; }

  .slider-block-content {
    position: absolute;
    height: 100%; }
    .slider-block-content h2 {
      margin-left: 5%;
      margin-bottom: 5%; } }

@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .sliderblock-1t1 .slider-block {
    height: calc(480px); }
    .sliderblock-1t1 .slider-block-content {
      width: 100%;
      margin-left: 0%;
      margin-right: 0%; }

  .sliderblock-1t2 .slider-block {
    height: calc(240px); }
    .sliderblock-1t2 .slider-block-content {
      width: 99%;
      margin-left: 0.5%;
      margin-right: 0.5%; }

  .sliderblock-2t4 .slider-block {
    height: calc(120px); }
    .sliderblock-2t4 .slider-block-content {
      width: 98%;
      margin-left: 1%;
      margin-right: 1%; }

  .slider-block-content {
    position: absolute;
    height: 100%; }
    .slider-block-content h2 {
      margin-left: 5%;
      margin-bottom: 5%; } }

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .sliderblock-1t1 .slider-block {
    height: calc(384px); }
    .sliderblock-1t1 .slider-block-content {
      width: 100%;
      margin-left: 0%;
      margin-right: 0%; }

  .sliderblock-1t2 .slider-block {
    height: calc(192px); }
    .sliderblock-1t2 .slider-block-content {
      width: 99%;
      margin-left: 0.5%;
      margin-right: 0.5%; }

  .sliderblock-2t4 .slider-block {
    height: calc(96px); }
    .sliderblock-2t4 .slider-block-content {
      width: 98%;
      margin-left: 1%;
      margin-right: 1%; }

  .slider-block-content {
    position: absolute;
    height: 100%; }
    .slider-block-content h2 {
      margin-left: 5%;
      margin-bottom: 5%; } }

@media only screen and (max-width: 767px) {
  .sliderblock-1t1 .slider-block {
    height: calc(50vw); }
    .sliderblock-1t1 .slider-block-content {
      width: 100%;
      margin-left: 0%;
      margin-right: 0%; }

  .sliderblock-1t2 .slider-block {
    height: calc(50vw); }
    .sliderblock-1t2 .slider-block-content {
      width: 100%;
      margin-left: 0%;
      margin-right: 0%; }

  .sliderblock-2t4 .slider-block {
    height: calc(25vw); }
    .sliderblock-2t4 .slider-block-content {
      width: 98%;
      margin-left: 1%;
      margin-right: 1%; }

  .slider-block-content {
    position: absolute;
    height: 100%; }
    .slider-block-content h2 {
      margin-left: 5%;
      margin-bottom: 5%; } }

.copyUrlDiv {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center; }
  .copyUrlDiv p {
    padding-top: 10px;
    color: white; }

.copyUrlButton {
  border: 0;
  padding: 15px;
  border-radius: 3px;
  width: 250px;
  font-size: 17px;
  background: #eea925;
  cursor: pointer;
  position: relative;
  top: 0;
  transition: all 0.2s ease-in-out; }
  .copyUrlButton:hover {
    transform: scale(1.1); }
