@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: 2.5%;
      margin-bottom: 10px; }
    .col-xs-1 {
      margin-left: 1.25%;
      margin-right: 1.25%;
      margin-bottom: 2.5%;
      width: 5.8333%; }
    .col-xs-2 {
      margin-left: 1.25%;
      margin-right: 1.25%;
      margin-bottom: 2.5%;
      width: 14.1666%; }
    .col-xs-3 {
      margin-left: 1.25%;
      margin-right: 1.25%;
      margin-bottom: 2.5%;
      width: 22.4999%; }
    .col-xs-4 {
      margin-left: 1.25%;
      margin-right: 1.25%;
      margin-bottom: 2.5%;
      width: 30.8332%; }
    .col-xs-5 {
      margin-left: 1.25%;
      margin-right: 1.25%;
      margin-bottom: 2.5%;
      width: 39.1665%; }
    .col-xs-6 {
      margin-left: 1.25%;
      margin-right: 1.25%;
      margin-bottom: 2.5%;
      width: 47.4998%; }
    .col-xs-7 {
      margin-left: 1.25%;
      margin-right: 1.25%;
      margin-bottom: 2.5%;
      width: 55.8331%; }
    .col-xs-8 {
      margin-left: 1.25%;
      margin-right: 1.25%;
      margin-bottom: 2.5%;
      width: 64.1664%; }
    .col-xs-9 {
      margin-left: 1.25%;
      margin-right: 1.25%;
      margin-bottom: 2.5%;
      width: 72.4997%; }
    .col-xs-10 {
      margin-left: 1.25%;
      margin-right: 1.25%;
      margin-bottom: 2.5%;
      width: 80.833%; }
    .col-xs-11 {
      margin-left: 1.25%;
      margin-right: 1.25%;
      margin-bottom: 2.5%;
      width: 89.1663%; }
    .col-xs-12 {
      margin-left: 1.25%;
      margin-right: 1.25%;
      margin-bottom: 2.5%;
      width: 97.4996%; }
    .col-xs-1-nbm {
      margin-left: 1.25%;
      margin-right: 1.25%;
      width: 5.8333%; }
    .col-xs-2-nbm {
      margin-left: 1.25%;
      margin-right: 1.25%;
      width: 14.1666%; }
    .col-xs-3-nbm {
      margin-left: 1.25%;
      margin-right: 1.25%;
      width: 22.4999%; }
    .col-xs-4-nbm {
      margin-left: 1.25%;
      margin-right: 1.25%;
      width: 30.8332%; }
    .col-xs-5-nbm {
      margin-left: 1.25%;
      margin-right: 1.25%;
      width: 39.1665%; }
    .col-xs-6-nbm {
      margin-left: 1.25%;
      margin-right: 1.25%;
      width: 47.4998%; }
    .col-xs-7-nbm {
      margin-left: 1.25%;
      margin-right: 1.25%;
      width: 55.8331%; }
    .col-xs-8-nbm {
      margin-left: 1.25%;
      margin-right: 1.25%;
      width: 64.1664%; }
    .col-xs-9-nbm {
      margin-left: 1.25%;
      margin-right: 1.25%;
      width: 72.4997%; }
    .col-xs-10-nbm {
      margin-left: 1.25%;
      margin-right: 1.25%;
      width: 80.833%; }
    .col-xs-11-nbm {
      margin-left: 1.25%;
      margin-right: 1.25%;
      width: 89.1663%; }
    .col-xs-12-nbm {
      margin-left: 1.25%;
      margin-right: 1.25%;
      width: 97.4996%; }
    .col-xs-1-nbm-nsm {
      margin-left: 0;
      margin-right: 0;
      width: 8.3333%; }
    .col-xs-2-nbm-nsm {
      margin-left: 0;
      margin-right: 0;
      width: 16.6666%; }
    .col-xs-3-nbm-nsm {
      margin-left: 0;
      margin-right: 0;
      width: 24.9999%; }
    .col-xs-4-nbm-nsm {
      margin-left: 0;
      margin-right: 0;
      width: 33.3332%; }
    .col-xs-5-nbm-nsm {
      margin-left: 0;
      margin-right: 0;
      width: 41.6665%; }
    .col-xs-6-nbm-nsm {
      margin-left: 0;
      margin-right: 0;
      width: 49.9998%; }
    .col-xs-7-nbm-nsm {
      margin-left: 0;
      margin-right: 0;
      width: 58.3331%; }
    .col-xs-8-nbm-nsm {
      margin-left: 0;
      margin-right: 0;
      width: 66.6664%; }
    .col-xs-9-nbm-nsm {
      margin-left: 0;
      margin-right: 0;
      width: 74.9997%; }
    .col-xs-10-nbm-nsm {
      margin-left: 0;
      margin-right: 0;
      width: 83.333%; }
    .col-xs-11-nbm-nsm {
      margin-left: 0;
      margin-right: 0;
      width: 91.6663%; }
    .col-xs-12-nbm-nsm {
      margin-left: 0;
      margin-right: 0;
      width: 99.9996%; } }

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

#region_1 {
  width: 100%; }

.hph {
  height: 100%; }

.fixed {
  position: fixed;
  top: 0px; }

.not-fixed {
  position: relative; }

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

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

.section-1-contact-container, .section-1-contact-container-xs {
  text-align: left;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 20px;
  color: #fff; }
  .section-1-contact-container img, .section-1-contact-container-xs img {
    margin-left: 5px;
    height: 25px;
    width: 25px;
    vertical-align: middle; }
  .section-1-contact-container a, .section-1-contact-container-xs 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-2-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; }

.hero-image {
  background-size: cover;
  background-position: center; }

.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; }

.tall-hero-image-container {
  position: relative;
  vertical-align: bottom;
  background-size: cover;
  background-position: center; }
  .tall-hero-image-container .hero-title-container {
    display: flex;
    justify-content: center;
    height: 100%;
    text-align: center; }
  .tall-hero-image-container h1 {
    display: inline-block;
    align-self: flex-end;
    z-index: 20; }

.bg-zodiac-corporate {
  background-color: #00609c; }

.gray-section {
  background: #fff; }

.orange-section {
  background: ; }

.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: ; }

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

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

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

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

.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; }

.footer-section {
  font-family: DINPro-light;
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
  color: #fff; }
  .footer-section h3 {
    font-family: DINPro;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    line-height: normal;
    padding-bottom: 7px; }
  .footer-section p {
    line-height: normal;
    padding-bottom: 7px; }
  .footer-section a {
    text-decoration: none;
    color: #fff; }
  .footer-section a:visited {
    text-decoration: none;
    color: #fff; }
  .footer-section a:hover {
    text-decoration: underline;
    color: #fff; }
  .footer-section a:active {
    text-decoration: none;
    color: #fff; }
  .footer-section img {
    max-width: 100px; }

.first-footer-section {
  padding-top: 25px;
  padding-bottom: 10px; }

.inbetween-footer-section {
  padding-bottom: 10px; }

.last-footer-section {
  padding-bottom: 25px; }

.bg-footer {
  background-color: #00426c; }

.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: ; }
  #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: #00426c; }
    .section-1-top-margin {
      margin-top: 46px; }
    .section-1-contact-container-xs {
      display: none; }
    #section-1b {
      width: 100%;
      background-color: #00426c;
      display: block;
      display: relative; }
    .section-2-logo-container {
      height: 100%;
      display: flex;
      /* align horizontal */
      justify-content: left;
      /* align vertical */
      align-items: center; }
      .section-2-logo-container a {
        /* Make the anchor element 100% height of its parent */
        height: 100%;
        display: flex;
        /* Center the img vertically within the anchor element */
        align-items: center; }
        .section-2-logo-container a img {
          /* Set the height of the img */
          height: 80%;
          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: 70px; }
    #section-2 {
      width: 100%;
      height: 70px;
      background-color: #00609c;
      display: block;
      display: relative;
      z-index: 400; }
    .tall-hero-image-container {
      height: 800px; }
    .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: 70px; }
    .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: #00609c;
        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: #00426c; }
    .section-1-top-margin {
      margin-top: 46px; }
    .section-1-contact-container-xs {
      display: none; }
    #section-1b {
      width: 100%;
      background-color: #00426c;
      display: block;
      display: relative; }
    #section-2 {
      width: 100%;
      height: 70px;
      background-color: #00609c;
      display: relative;
      z-index: 400; }
    .section-2-logo-container {
      height: 100%;
      display: flex;
      /* align horizontal */
      justify-content: left;
      /* align vertical */
      align-items: center; }
      .section-2-logo-container a {
        /* Make the anchor element 100% height of its parent */
        height: 100%;
        display: flex;
        /* Center the img vertically within the anchor element */
        align-items: center; }
        .section-2-logo-container a img {
          /* Set the height of the img */
          height: 80%;
          vertical-align: middle; }
    #region_2 .snippet-container {
      float: right;
      line-height: 70px; }
    .tall-hero-image-container {
      height: 600px; }
    .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: 70px; }
    .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: #00609c;
        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: #00426c; }
    .section-1-top-margin {
      margin-top: 32px; }
    .section-1-contact-container-xs {
      display: none; }
    #section-1b {
      width: 100%;
      background-color: #00426c;
      display: block;
      display: relative; }
    #section-2 {
      width: 100%;
      height: 70px;
      background-color: #00609c;
      display: relative;
      z-index: 400; }
    .section-2-logo-container {
      height: 100%;
      display: flex;
      /* align horizontal */
      justify-content: left;
      /* align vertical */
      align-items: center; }
      .section-2-logo-container a {
        /* Make the anchor element 100% height of its parent */
        height: 100%;
        display: flex;
        /* Center the img vertically within the anchor element */
        align-items: center; }
        .section-2-logo-container a img {
          /* Set the height of the img */
          height: 80%;
          vertical-align: middle; }
    .section-2-menu-title-container {
      text-align: center;
      margin-top: auto;
      margin-bottom: auto; }
    .section-2-menu-container {
      margin-top: auto;
      margin-bottom: auto; }
    .section-2-menu-container > div {
      float: right;
      clear: right; }
    #region_2 .snippet-container {
      display: none; }
    .tall-hero-image-container {
      height: 400px; }
    .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: 70px; }
    .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: #00609c;
        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: #00426c; }
    .section-1-top-margin {
      margin-top: 32px; }
    .section-1-contact-container {
      display: none; }
    #section-1b {
      width: 100%;
      background-color: #00426c;
      display: block;
      display: relative; }
    #section-2 {
      width: 100%;
      height: 70px;
      background-color: #00609c;
      display: relative;
      z-index: 400; }
    .section-2-logo-container {
      height: 100%;
      display: flex;
      /* align horizontal */
      justify-content: left;
      /* align vertical */
      align-items: center; }
      .section-2-logo-container a {
        /* Make the anchor element 100% height of its parent */
        height: 100%;
        display: flex;
        /* Center the img vertically within the anchor element */
        align-items: center; }
        .section-2-logo-container a img {
          /* Set the height of the img */
          height: 80%;
          vertical-align: middle; }
    .section-2-menu-title-container {
      text-align: center;
      margin-top: auto;
      margin-bottom: auto; }
    .section-2-menu-container {
      margin-top: auto;
      margin-bottom: auto; }
    .section-2-menu-container > div {
      float: right;
      clear: right; }
    .direct-links {
      font-size: 2.75vw; }
    #region_2 .snippet-container {
      display: none; }
    .tall-hero-image-container {
      height: 70vw; }
    .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: 70px; }
    .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: #00609c;
        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%; } }

.hero-title-container > h1 {
  text-transform: uppercase; }

.boatprofile-top-links-main-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }

.boatprofile-top-links {
  text-transform: uppercase; }
  .boatprofile-top-links a {
    color: #00609c;
    text-decoration: none; }
  .boatprofile-top-links a:visited {
    color: #00609c;
    text-decoration: none; }
  .boatprofile-top-links a:hover {
    color: #00426c;
    text-decoration: none; }
  .boatprofile-top-links a:active {
    color: #00426c;
    text-decoration: none; }

.boatprofile-description-main-container h3 {
  color: #00426c;
  margin-bottom: 10px; }
  .boatprofile-description-main-container p {
    margin-bottom: 16px; }
  .boatprofile-description-main-container p:last-child {
    margin-bottom: 0; }

.boatprofile-top-specs-main-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }
  .boatprofile-top-specs-main-container h1 {
    color: #fff; }
  .boatprofile-top-specs-main-container h3 {
    color: #ddd;
    text-transform: uppercase; }

.boat-profile-specs-flex-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center; }

.dealers-flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.section-boat-content-main-specs-title {
  text-align: center; }
  .section-boat-content-main-specs-title h1 {
    text-transform: uppercase;
    color: #fff; }

.boatprofile-sub-specs-main-container h1 {
  color: #fff; }
  .boatprofile-sub-specs-main-container h3 {
    color: #ddd;
    text-transform: uppercase; }

.boatprofile-sub-specs-main-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  justify-items: center;
  align-items: center; }

.boat-profile-sub-specs-flex-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center; }

.two-sub-columns > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
  justify-items: left;
  align-items: left; }

.boatprofile-details-list-sub-container {
  font-size: 15px;
  line-height: 20px; }
  .boatprofile-details-list-sub-container h3 {
    color: #00426c;
    text-transform: uppercase;
    padding-bottom: 10px; }
  .boatprofile-details-list-sub-container li {
    list-style-type: none;
    padding-bottom: 10px; }

.boatprofile-sub-specs-main-container-2 {
  display: grid; }

.boat-profile-sub-specs-flex-item-subcontainer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2%; }

.boat-profile-sub-specs-flex-item-title {
  width: 100%; }
  .boat-profile-sub-specs-flex-item-title h3 {
    font-size: 20px;
    line-height: 24px;
    color: #ddd; }

.boat-profile-sub-specs-flex-item-value {
  width: 100%; }
  .boat-profile-sub-specs-flex-item-value h3 {
    font-size: 20px;
    line-height: 24px;
    color: white; }

.two-sub-columns > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
  justify-items: left;
  align-items: left; }

#section-boat-content-images-title, #section-boat-content-mix-match {
  text-align: center; }
  #section-boat-content-images-title h3, #section-boat-content-mix-match h3 {
    font-family: PureHeart;
    font-size: 100px;
    line-height: 120px;
    color: #00609c; }
  #section-boat-content-images-title p, #section-boat-content-mix-match p {
    padding-top: 40px; }

.imagematrix.gallery {
  display: grid;
  /* Adjust the percentage here */
  grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
  /* Adjust as needed */
  grid-auto-rows: auto;
  /* Adjust the gap between images */
  gap: 2%;
  padding-bottom: 50px; }

.imagematrix.gallery > div {
  position: relative;
  width: 100%; }

.imagematrix.gallery img {
  max-width: 100%;
  height: auto;
  display: block; }

#section-boat-content-container-mix-match {
  display: none; }
  #section-boat-content-container-mix-match img {
    width: 100%; }

.dealer-div {
  padding-bottom: 20px; }

.dealer-div h4 {
  margin-bottom: auto; }

.brochure-div h4 {
  margin-bottom: auto;
  text-align: center;
  text-transform: uppercase; }

.brochure-div p {
  margin-top: auto; }

.dealer-div p {
  margin-top: auto;
  font-size: 17px;
  line-height: 21px;
  margin-bottom: 10px; }

.brochure-div p {
  margin-top: auto;
  text-align: center; }

.brochure-img {
  max-width: 100%; }

.boat-category-page-grid-container {
  position: relative;
  display: grid;
  width: 100%;
  aspect-ratio: 2/1;
  grid-template-columns: repeat(2, calc(50% - (10px / 2)));
  gap: 10px; }

.boat-category-page-left-column {
  display: grid; }

.boat-category-page-right-column {
  display: grid;
  gap: 10px; }

.boat-category-page-left-column > div {
  overflow: hidden;
  max-height: calc(100% - 10px);
  background-size: cover;
  background-position: center; }

.boat-category-page-right-column > div {
  overflow: hidden;
  max-height: calc(100% - 10px);
  background-size: cover;
  background-position: center; }

.pagecontent ol {
  list-style: decimal;
  padding-left: 0; }

.pagecontent li {
  /* Adjust as needed for alignment */
  margin-left: 20px;
  /* Add some spacing between list items */
  margin-bottom: 10px; }

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

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

.boatCategoryListSubLeft {
  background-size: contain;
  background-position: center calc(100% + 40px);
  background-repeat: no-repeat;
  padding: 20px;
  /* Include padding and borders in width calculation */
  box-sizing: border-box; }

.boatCategoryListSubRight {
  padding: 20px;
  /* Include padding and borders in width calculation */
  box-sizing: border-box; }

.boatCategoryListNumber {
  position: relative;
  top: -20px;
  left: -10px;
  /* Set width to 100% */
  width: 100%;
  /* Include padding and borders in width calculation */
  box-sizing: border-box; }
  .boatCategoryListNumber span {
    text-decoration: none;
    font-weight: 900;
    font-size: 60px;
    line-height: 60px;
    color: #00426c;
    padding: 0;
    margin: 0; }

.boatCategoryListText {
  text-decoration: none;
  /* Set width to 100% */
  width: 100%;
  /* Include padding and borders in width calculation */
  box-sizing: border-box; }
  .boatCategoryListText h1 {
    color: #00426c;
    text-transform: uppercase;
    font-weight: 900; }
  .boatCategoryListText h3 {
    color: #00609c;
    text-transform: uppercase;
    font-weight: 600; }
  .boatCategoryListText p {
    color: #00426c;
    font-size: 18px;
    line-height: 28px; }

.boatCategoryOfferte {
  text-decoration: none;
  /* Set width to 100% */
  width: 100%;
  /* Include padding and borders in width calculation */
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 100px; }
  .boatCategoryOfferte h1 {
    color: #00426c;
    text-transform: uppercase;
    font-weight: 900; }
  .boatCategoryOfferte h3 {
    color: #00609c;
    text-transform: uppercase;
    font-weight: 600; }
  .boatCategoryOfferte p {
    color: #00426c;
    font-size: 18px;
    line-height: 28px; }

.fp-content {
  color: black; }
  .fp-content p {
    color: black;
    margin-top: 20px;
    line-height: 1.4em; }
  .fp-content h1 {
    color: #00426c;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal; }
  .fp-content h2 {
    color: #00609c; }
  .fp-content h3 {
    margin-top: 20px; }

#section-4-slogan-en-film {
  position: relative; }

.fp-slogan01 {
  display: block;
  box-sizing: border-box;
  position: relative; }
  .fp-slogan01 h1 {
    font-family: DINPro;
    font-weight: 900;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); }
  .fp-slogan01 h2 {
    font-family: PureHeart;
    font-weight: 900;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); }
  .fp-slogan01 h3 {
    display: block;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    color: #00609c; }
  .fp-slogan01 p {
    display: block;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.4em; }

#section-4-nieuw-model-1 {
  position: relative; }

.fp-nieuw-model {
  padding-left: 25px;
  padding-right: 25px;
  box-sizing: border-box; }

.flex-container .fp-nieuw-model a {
  /* Remove default underline */
  text-decoration: none;
  /* Inherit color from parent */
  color: inherit;
  /* Remove link cursor */
  cursor: auto; }

.flex-container .fp-nieuw-model a:hover {
  /* Inherit color from parent on hover */
  color: inherit; }

.fp-image-a-block {
  padding: 56.25% 0 0 0;
  position: relative;
  width: 100%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat; }

.fp-content-bg-blue {
  text-align: center; }
  .fp-content-bg-blue h1 {
    display: block;
    position: relative;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #fff; }
  .fp-content-bg-blue h2 {
    color: #ddd; }

.fp-onze-modellen h1 {
  display: block;
  position: relative;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #00426c; }
  .fp-onze-modellen h2 {
    color: #00426c; }

.fp-image-naast-zodiac {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center; }

.fp-brochures-slider h1 {
  display: block;
  position: relative;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  color: #00426c; }
  .fp-brochures-slider h2 {
    color: #00426c; }

.fp-image-a-block-brochures {
  padding: 56.25% 0 0 0;
  position: relative;
  width: 100%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat; }

.footer-socials {
  margin-top: 25px;
  margin-bottom: 25px;
  width: 100%;
  text-align: center; }
  .footer-socials a {
    display: inline-block; }
  .footer-socials i {
    font-size: 30px;
    padding: 10px; }

@media only screen and (min-width: 1200px) {
  .standard-padding-main-container {
    padding-top: 30px;
    padding-bottom: 30px; }

  .hero-title-container h1 {
    font-size: 135px;
    line-height: 135px;
    padding-bottom: 18px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); }

  .boatprofile-top-links {
    font-size: 40px; }

  .boatprofile-top-specs-main-container h1, .boatprofile-sub-specs-main-container h1 {
    font-size: 25px;
    line-height: 25px; }
    .boatprofile-top-specs-main-container h3, .boatprofile-sub-specs-main-container h3 {
      font-size: 18px;
      line-height: 18px; }

  .boatprofile-sub-specs-main-container-2 {
    display: grid;
    /* Two columns */
    grid-template-columns: repeat(2, 1fr);
    /* Horizontal gap between grid items */
    grid-column-gap: 50px;
    /* Vertical gap between grid items */
    grid-row-gap: 0px;
    padding-bottom: 50px; }

  .two-sub-columns > div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
    justify-items: left;
    align-items: left; }

  .boatprofile-details-list-main-container {
    /* Adjust the number of columns as needed */
    column-count: 2;
    /* Adjust gap as needed */
    column-gap: 20px; }

  .boatprofile-details-list-main-container > * {
    box-sizing: border-box; }
    .boatprofile-details-list-main-container > * h3 {
      margin-top: 0px; }

  .dealer-div {
    width: 25%;
    padding-right: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column; }

  .brochure-div {
    width: 33.333%;
    padding-right: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column; }

  .boat-category-page-grid-container {
    margin-top: -77px; }

  .boatCategoryListMainContainer {
    display: grid;
    width: 100%;
    aspect-ratio: 5/1;
    grid-template-columns: repeat(2, calc(50% - (10px / 2)));
    gap: 10px;
    text-decoration: none;
    margin-bottom: 100px; }

  .xs-only-not-hidden {
    display: none; }

  .fp-content h1 {
    font-size: 46px;
    line-height: 50px; }
    .fp-content h2 {
      font-size: 36px;
      line-height: 40px; }
    .fp-content p {
      line-height: 1.4em; }

  #section-4-slogan-en-film {
    margin-top: -210px;
    position: relative; }

  .fp-slogan01 {
    position: relative; }
    .fp-slogan01 h1 {
      font-family: DINPro;
      font-size: 120px;
      line-height: 108px;
      font-weight: 900;
      color: white;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); }
    .fp-slogan01 h2 {
      font-family: PureHeart;
      font-size: 70Px;
      font-weight: 400;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
      color: #00609c;
      margin-top: -30px;
      margin-left: 20px;
      margin-bottom: 30px; }
    .fp-film01 {
      position: relative; }

  .fp-film01 > div {
    /* Override the position to absolute */
    position: absolute !important;
    bottom: 0;
    /* Optional: Align the child div to the left edge */
    left: 0;
    /* Optional: Make the child div full width */
    width: 100%; }

  .fp-nieuw-model {
    /* Use Flexbox */
    display: flex;
    /* Center content horizontally */
    justify-content: center;
    /* Center content vertically */
    align-items: center; }

  #section-4-nieuw-model-1, #section-4-nieuw-model-2, #section-4-over-zodiac {
    margin-top: 50px;
    margin-bottom: 50px; }

  .section-7-foot-item {
    text-align: center; }

  .section-7-foot-item > div {
    text-align: center; } }

@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .standard-padding-main-container {
    padding-top: 30px;
    padding-bottom: 30px; }

  .hero-title-container h1 {
    font-size: 100px;
    line-height: 100px;
    padding-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); }

  .boatprofile-top-links {
    font-size: 30px; }

  .boatprofile-top-specs-main-container h1, .boatprofile-sub-specs-main-container h1 {
    font-size: 25px;
    line-height: 25px; }
    .boatprofile-top-specs-main-container h3, .boatprofile-sub-specs-main-container h3 {
      font-size: 18px;
      line-height: 18px; }

  .boatprofile-sub-specs-main-container-2 {
    display: grid;
    /* Two columns */
    grid-template-columns: repeat(2, 1fr);
    /* Horizontal gap between grid items */
    grid-column-gap: 50px;
    /* Vertical gap between grid items */
    grid-row-gap: 0px;
    padding-bottom: 50px; }

  .boatprofile-details-list-main-container {
    /* Adjust the number of columns as needed */
    column-count: 2;
    /* Adjust gap as needed */
    column-gap: 20px; }

  .boatprofile-details-list-main-container > * {
    box-sizing: border-box; }
    .boatprofile-details-list-main-container > * h3 {
      margin-top: 0px; }

  #section-boat-content-images-title, #section-boat-content-mix-match {
    text-align: center; }
    #section-boat-content-images-title h3, #section-boat-content-mix-match h3 {
      font-family: PureHeart;
      font-size: 80px;
      line-height: 96px;
      color: #00609c; }

  .two-sub-columns > div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
    justify-items: left;
    align-items: left; }

  .dealer-div {
    width: 50%;
    padding-right: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column; }

  .brochure-div {
    width: 33.333%;
    padding-right: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column; }

  .boat-category-page-grid-container {
    margin-top: -60px; }

  .boatCategoryListMainContainer {
    display: grid;
    width: 100%;
    aspect-ratio: 7/2;
    grid-template-columns: repeat(2, calc(50% - (10px / 2)));
    gap: 10px;
    text-decoration: none;
    margin-bottom: 100px; }

  .boatCategoryListText {
    text-decoration: none;
    /* Set width to 100% */
    width: 100%;
    /* Include padding and borders in width calculation */
    box-sizing: border-box; }
    .boatCategoryListText h1 {
      color: #00426c;
      text-transform: uppercase;
      font-weight: 900; }
    .boatCategoryListText h3 {
      color: #00609c;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 25px; }
    .boatCategoryListText p {
      color: #00426c;
      font-size: 18px;
      line-height: 28px; }

  .xs-only-not-hidden {
    display: none; }

  .fp-content h1 {
    font-size: 36px;
    line-height: 44px; }
    .fp-content h2 {
      font-size: 28px;
      line-height: 35px; }
    .fp-content p {
      line-height: 1.4em; }

  #section-4-slogan-en-film {
    margin-top: -175px;
    position: relative; }

  .fp-slogan01 {
    position: relative; }
    .fp-slogan01 h1 {
      font-family: DINPro;
      font-size: 100px;
      line-height: 90px;
      font-weight: 900;
      color: white;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); }
    .fp-slogan01 h2 {
      font-family: PureHeart;
      font-size: 60Px;
      font-weight: 400;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
      color: #00609c;
      margin-top: -30px;
      margin-left: 20px;
      margin-bottom: 30px; }
    .fp-film01 {
      position: relative; }

  .fp-film01 > div {
    /* Override the position to absolute */
    position: absolute !important;
    bottom: 0;
    /* Optional: Align the child div to the left edge */
    left: 0;
    /* Optional: Make the child div full width */
    width: 100%; }

  .fp-nieuw-model {
    /* Use Flexbox */
    display: flex;
    /* Center content horizontally */
    justify-content: center;
    /* Center content vertically */
    align-items: center; }

  #section-4-nieuw-model-1, #section-4-nieuw-model-2, #section-4-over-zodiac {
    margin-top: 50px;
    margin-bottom: 50px; }

  .section-7-foot-item {
    text-align: center; }

  .section-7-foot-item > div {
    text-align: center; } }

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .standard-padding-main-container {
    padding-top: 30px;
    padding-bottom: 30px; }

  .hero-title-container h1 {
    font-size: 80px;
    line-height: 80px;
    padding-bottom: 10px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); }

  .boatprofile-top-links {
    font-size: 26px; }

  .boatprofile-top-specs-main-container h1, .boatprofile-sub-specs-main-container h1 {
    font-size: 25px;
    line-height: 25px; }
    .boatprofile-top-specs-main-container h3, .boatprofile-sub-specs-main-container h3 {
      font-size: 18px;
      line-height: 18px; }

  .boatprofile-sub-specs-main-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    justify-items: center;
    align-items: center; }

  .boatprofile-sub-specs-main-container-2 {
    display: grid;
    /* Two columns */
    grid-template-columns: repeat(2, 1fr);
    /* Horizontal gap between grid items */
    grid-column-gap: 20px;
    /* Vertical gap between grid items */
    grid-row-gap: 0px;
    padding-bottom: 50px; }

  .boatprofile-details-list-main-container {
    /* Adjust the number of columns as needed */
    column-count: 2;
    /* Adjust gap as needed */
    column-gap: 20px; }

  .boatprofile-details-list-main-container > * {
    box-sizing: border-box; }
    .boatprofile-details-list-main-container > * h3 {
      margin-top: 0px; }

  .two-sub-columns > div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    justify-items: left;
    align-items: left; }

  #section-boat-content-images-title, #section-boat-content-mix-match {
    text-align: center; }
    #section-boat-content-images-title h3, #section-boat-content-mix-match h3 {
      font-family: PureHeart;
      font-size: 70px;
      line-height: 84px;
      color: #00609c; }

  .dealer-div {
    width: 50%;
    padding-right: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column; }

  .brochure-div {
    width: 50%;
    padding-right: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column; }

  .emptyitem {
    display: none; }

  .boatCategoryListMainContainer {
    display: grid;
    width: 100%;
    /* Set grid to two rows */
    grid-template-rows: repeat(2, auto);
    /* Arrange items in columns */
    grid-auto-flow: column;
    gap: 10px;
    text-decoration: none;
    margin-bottom: 100px; }

  .boat-category-page-grid-container {
    margin-top: -45px; }

  .boatCategoryListSubLeft {
    background-size: contain;
    background-position: center calc(100% + 40px);
    background-repeat: no-repeat;
    padding: 20px;
    width: 100%;
    /* Include padding and borders in width calculation */
    box-sizing: border-box;
    aspect-ratio: 3/1; }

  .boatCategoryListSubRight {
    padding: 20px;
    width: 100%;
    /* Include padding and borders in width calculation */
    box-sizing: border-box; }

  .boatCategoryListText {
    text-decoration: none;
    /* Set width to 100% */
    width: 100%;
    /* Include padding and borders in width calculation */
    box-sizing: border-box; }
    .boatCategoryListText h1 {
      color: #00426c;
      text-transform: uppercase;
      font-weight: 900; }
    .boatCategoryListText h3 {
      color: #00609c;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 25px; }
    .boatCategoryListText p {
      color: #00426c;
      font-size: 18px;
      line-height: 28px; }

  .section-7-foot-item {
    text-align: center; }

  .section-7-foot-item > div {
    text-align: center; }

  .xs-only-not-hidden {
    display: none; }

  .fp-content h1 {
    font-size: 26px;
    line-height: 32px; }
    .fp-content h2 {
      font-size: 20px;
      line-height: 25px; }
    .fp-content p {
      line-height: 1.4em; }

  .fp-image-naast-zodiac {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }

  #section-4-slogan-en-film {
    margin-top: -123px;
    position: relative; }

  .fp-slogan01 {
    position: relative; }
    .fp-slogan01 h1 {
      font-family: DINPro;
      font-size: 70px;
      line-height: 63px;
      font-weight: 900;
      color: white;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); }
    .fp-slogan01 h2 {
      font-family: PureHeart;
      font-size: 42Px;
      font-weight: 400;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
      color: #00609c;
      margin-top: -25px;
      margin-left: 20px;
      margin-bottom: 30px; }
    .fp-film01 {
      position: relative; }

  .fp-film01 > div {
    /* Override the position to absolute */
    position: absolute !important;
    bottom: 0;
    /* Optional: Align the child div to the left edge */
    left: 0;
    /* Optional: Make the child div full width */
    width: 100%; }

  .fp-nieuw-model {
    position: relative; }

  .fp-nieuw-model > a {
    /* Override the position to absolute */
    position: absolute !important;
    bottom: 0;
    /* Optional: Align the child div to the left edge */
    left: 0;
    /* Optional: Make the child div full width */
    width: 100%; }

  #section-4-nieuw-model-1, #section-4-nieuw-model-2, #section-4-over-zodiac {
    margin-top: 50px;
    margin-bottom: 50px; } }

@media only screen and (max-width: 767px) {
  .standard-padding-main-container {
    padding-top: 20px;
    padding-bottom: 20px; }

  .hero-title-container h1 {
    font-size: 60px;
    line-height: 60px;
    padding-bottom: 6px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); }

  .boatprofile-top-links {
    font-size: 18px; }

  .boatprofile-top-specs-main-container h1, .boatprofile-sub-specs-main-container h1 {
    font-size: 22px;
    line-height: 22px;
    padding-bottom: 10px; }
    .boatprofile-top-specs-main-container h3, .boatprofile-sub-specs-main-container h3 {
      font-size: 14px;
      line-height: 14px; }

  .boatprofile-top-specs-main-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    justify-items: center;
    align-items: center; }

  .boatprofile-sub-specs-main-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    justify-items: center;
    align-items: center; }

  .boatprofile-details-list-main-container {
    /* Adjust the number of columns as needed */
    column-count: 1;
    /* Adjust gap as needed */
    column-gap: 20px; }

  .two-sub-columns > div {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-items: left;
    align-items: left; }

  .boatprofile-details-list-main-container > * {
    box-sizing: border-box; }
    .boatprofile-details-list-main-container > * h3 {
      margin-top: 0px; }

  #section-boat-content-images-title, #section-boat-content-mix-match {
    text-align: center; }
    #section-boat-content-images-title h3, #section-boat-content-mix-match h3 {
      font-family: PureHeart;
      font-size: 50px;
      line-height: 60px;
      color: #00609c; }

  .dealer-div {
    width: 100%;
    padding-right: 0px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column; }

  .brochure-div {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column; }

  .emptyitem {
    display: none; }

  .boat-category-page-grid-container {
    margin-top: -32px; }

  .boatCategoryListMainContainer {
    display: grid;
    width: 100%;
    /* Set grid to two rows */
    grid-template-rows: repeat(2, auto);
    /* Arrange items in columns */
    grid-auto-flow: column;
    gap: 10px;
    text-decoration: none;
    margin-bottom: 100px; }

  .boatCategoryListSubLeft {
    background-size: contain;
    background-position: center calc(100% + 40px);
    background-repeat: no-repeat;
    padding: 20px;
    width: 100%;
    /* Include padding and borders in width calculation */
    box-sizing: border-box;
    aspect-ratio: 3/1; }

  .boatCategoryListSubRight {
    padding: 20px;
    width: 100%;
    /* Include padding and borders in width calculation */
    box-sizing: border-box; }

  .boatCategoryListText {
    text-decoration: none;
    /* Set width to 100% */
    width: 100%;
    /* Include padding and borders in width calculation */
    box-sizing: border-box; }
    .boatCategoryListText h1 {
      color: #00426c;
      text-transform: uppercase;
      font-weight: 900; }
    .boatCategoryListText h3 {
      color: #00609c;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 25px; }
    .boatCategoryListText p {
      color: #00426c;
      font-size: 18px;
      line-height: 28px; }

  .section-7-foot-item {
    text-align: center; }

  .section-7-foot-item > div {
    text-align: center; }

  .xs-only-hidden {
    display: none; }

  .fp-content h1 {
    font-size: 36px;
    line-height: 44px; }
    .fp-content h2 {
      font-size: 28px;
      line-height: 35px; }
    .fp-content p {
      line-height: 1.4em; }

  #section-4-slogan-en-film {
    margin-top: -50px;
    position: relative; }
    #section-4-slogan-en-film > div {
      display: flex;
      /* Reverse the order of child divs */
      flex-direction: column-reverse; }
    #section-4-slogan-en-film .responsive-iframe-yt {
      margin-left: 30px;
      margin-right: 30px; }

  .fp-slogan01 {
    position: relative;
    box-sizing: border-box; }
    .fp-slogan01 h1 {
      font-family: DINPro;
      font-size: 18vw;
      line-height: 0.9;
      font-weight: 900;
      color: black;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); }
    .fp-slogan01 h2 {
      font-family: PureHeart;
      font-size: 11vw;
      font-weight: 400;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
      color: #00609c;
      margin-top: -5vw;
      margin-left: 1vw;
      margin-bottom: 5vw; }

  .fp-image-canvas {
    /* Include padding and borders in width calculation */
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 50px;
    width: 100%; }

  .fp-brochures-slider, .fp-dealers-text {
    margin-bottom: 25px; }

  .fp-image-naast-zodiac {
    width: 100%;
    aspect-ratio: 16/9;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 50px;
    /* Include padding and borders in width calculation */
    box-sizing: border-box; }

  #section-4-nieuw-model-1, #section-4-nieuw-model-2, #section-4-over-zodiac {
    margin-top: 50px;
    margin-bottom: 50px; }

  #section-4-nieuw-model-2 > div {
    display: flex;
    /* Reverse the order of child divs */
    flex-direction: column-reverse; } }

body {
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-stroke: 1px transparent;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-smooth: always;
  font-style: normal;
  font-weight: 300;
  font-family: 'DINPro', 'DINPro', 'arial'; }

.icon-white {
  color: #fff; }

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: #00609c;
  font-family: 'DINPro'; }

.hoofdkleur2 {
  color: #00b2e3;
  font-family: 'DINPro'; }

.hoofdkleur3 {
  color: #00426c;
  font-family: 'DINPro'; }

h1, h2, h3 {
  font-family: 'DINPro'; }

em {
  font-style: italic; }

.content h1, .mce-edit-area h1, .content h2, .mce-edit-area h2, .content .news-title, .mce-edit-area .news-title {
  font-family: 'DINPro';
  color: #00609c;
  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: 'DINPro';
    color: #00609c;
    margin-bottom: 16px; }
  .content p + h3, .mce-edit-area p + h3 {
    margin-top: 36px; }
  .content h4, .mce-edit-area h4 {
    color: #00609c; }
  .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: #00609c; }
  .content a:visited, .mce-edit-area a:visited {
    text-decoration: none;
    color: #00609c; }
  .content a:hover, .mce-edit-area a:hover {
    text-decoration: underline;
    color: #00426c; }
  .content a:active, .mce-edit-area a:active {
    text-decoration: none;
    color: #00426c; }
  .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; }

.hero-title-container h1 {
  color: #fff;
  font-family: DINPro-black; }

.zijkantblok-hoofdkleur1 {
  color: #fff; }
  .zijkantblok-hoofdkleur1 p, .zijkantblok-hoofdkleur1 h1, .zijkantblok-hoofdkleur1 h2, .zijkantblok-hoofdkleur1 h3, .zijkantblok-hoofdkleur1 h4, .zijkantblok-hoofdkleur1 h5 {
    color: #00609c; }
  .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: #00609c; }
  .zijkantblok-hoofdkleur2 a {
    text-decoration: none;
    color: #00609c; }
  .zijkantblok-hoofdkleur2 a:visited {
    text-decoration: none;
    color: #00609c; }
  .zijkantblok-hoofdkleur2 a:hover {
    text-decoration: underline;
    color: #00609c; }
  .zijkantblok-hoofdkleur2 a:active {
    text-decoration: none;
    color: #00609c; }

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

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

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

.content a h3:visited {
  color: #4a4a4a;
  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: 'DINPro';
  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: ; }

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: 'DINPro';
  font-size: 12px;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #595959; }

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

.sn1 {
  font-family: 'DINPro';
  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: 'DINPro';
  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: 'DINPro';
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #595959; }

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

.boatprofile-description-main-container p {
  font-family: 'DINPro';
  font-size: 25px;
  font-style: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: normal; }
  .boatprofile-description-main-container h3 {
    font-size: 28px;
    font-style: normal;
    font-stretch: normal;
    line-height: 42px;
    letter-spacing: normal;
    padding-bottom: 30px; }

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

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

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

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

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

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

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

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

.i3 {
  font-family: 'DINPro';
  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: 'DINPro';
  font-size: 28px;
  font-style: italic;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #738ec3; }

.button-red {
  padding: 15px 30px 15px 30px;
  margin: 20px;
  border-radius: 5px;
  background-color: ;
  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: ; }

.button-green {
  padding: 15px 30px 15px 30px;
  margin: 20px;
  border-radius: 5px;
  background-color: #00609c;
  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: #00b2e3; }

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

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

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

.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: ; }
  #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; }

.form-content {
  display: flex;
  flex-wrap: wrap;
  gap: 4%; }

.form-field-content {
  box-sizing: border-box; }

.form-field-content:has(.form-item-50-100) {
  flex: 0 0 48%; }

.form-field-content:has(.form-item-100) {
  flex: 0 0 100%; }

.form-field-content-label {
  font-family: 'DINPro';
  font-size: 15px;
  font-style: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: normal;
  color: #00609c; }

.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-list-row {
  margin-bottom: 10px; }

.form-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4%; }

.form-button-item-100 {
  flex: 0 0 100%; }

.form-button-square {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px 30px 15px 30px;
  border-radius: 2px;
  background-color: #00609c;
  border: 0;
  color: white;
  text-align: center; }
  .form-button-square:hover {
    background-color: #00426c; }

.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-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; }

@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; }

  .form-cell-50-10ssss {
    height: 36px;
    width: 50%;
    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; } }

@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; }

  .form-field-content:has(.form-item-50-100) {
    flex: 0 0 100%; } }

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

.zijkant-foto-link-titel {
  width: 100%;
  background: ;
  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) {
  .afbeelding-100 {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px; }

  .afbeelding-max-100 {
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block; }

  .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) {
  .afbeelding-100 {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px; }

  .afbeelding-max-100 {
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block; }

  .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) {
  .afbeelding-100 {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px; }

  .afbeelding-max-100 {
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block; }

  .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-max-100 {
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    display: block; }

  .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-container {
    height: 100%; }
    .section-2-menu-container > div {
      height: 100%; }

  .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;
    top: 0px; }

  .menu-container ul.depth-1 {
    position: absolute;
    display: inline-block;
    top: 0px;
    right: -30px;
    padding: 0px; }

  .menu-container li {
    padding-left: 30px;
    padding-right: 30px;
    font-family: 'DINPro';
    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: 70px;
    line-height: 70px;
    margin: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: 'DINPro';
    font-size: 12px;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #595959;
    font-size: 20px; }

  .menu-container li:hover {
    background: #00609c; }
    .menu-container li:hover a {
      color: #00b2e3; }
    .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: #00b2e3; }
    .menu-container a:active {
      color: #00b2e3; }

  .menu-container ul.depth-1 > li:hover > ul.depth-2 {
    position: absolute;
    display: block;
    top: 100%;
    left: 0px;
    z-index: 400;
    background: #00609c; }
    .menu-container ul.depth-1 > li:hover > ul.depth-2 li {
      position: relative;
      min-width: 180px;
      font-family: 'DINPro';
      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: #00b2e3; }
    .menu-container ul.depth-1 > li:hover > ul.depth-2 li a:hover {
      color: #00b2e3; }
    .menu-container ul.depth-1 > li:hover > ul.depth-2 li a:active {
      color: #00b2e3; }
    .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: #00609c; }
    .menu-container ul.depth-2 > li:hover > ul.depth-3 > li {
      min-width: 180px;
      font-family: 'DINPro';
      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;
    top: 10px; }

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

  .menu-container ul.depth-1 {
    position: absolute;
    display: inline-block;
    top: 0px;
    right: -20px;
    padding: 0px; }

  .menu-container li {
    padding-left: 20px;
    padding-right: 20px;
    font-family: 'DINPro';
    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: 70px;
    line-height: 70px;
    margin: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: 'DINPro';
    font-size: 12px;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #595959;
    font-size: 16px; }

  .menu-container li:hover {
    background: #00609c; }
    .menu-container li:hover a {
      color: #00b2e3; }
    .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: #00b2e3; }
    .menu-container a:active {
      color: #00b2e3; }

  .menu-container ul.depth-1 > li:hover > ul.depth-2 {
    position: absolute;
    display: block;
    top: 100%;
    left: 0px;
    z-index: 400;
    background: #00609c; }
    .menu-container ul.depth-1 > li:hover > ul.depth-2 li {
      position: relative;
      min-width: 180px;
      font-family: 'DINPro';
      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: #00b2e3;
      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: #00b2e3; }
    .menu-container ul.depth-1 > li:hover > ul.depth-2 li a:active {
      color: #00b2e3; }
    .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: #00609c; }
    .menu-container ul.depth-2 > li:hover > ul.depth-3 > li {
      min-width: 180px;
      font-family: 'DINPro';
      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: #00609c; }

  .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: #00609c; }

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

  .menu-container ul.depth-1 > li > a:hover {
    color: #00609c;
    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: #00609c;
    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: #00609c; }

  .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: #00609c; }

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

  .menu-container ul.depth-1 > li > a:hover {
    color: #00609c;
    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: #00609c;
    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;
    pointer-events: none; }
  .slider-block-content h2 {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    /* Horizontally center the element */
    transform: translateX(-50%);
    word-wrap: break-word;
    z-index: 20; }

.slider-block-content-nieuws {
  position: absolute;
  height: 100%; }
  .slider-block-content-nieuws:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    pointer-events: none; }
  .slider-block-content-nieuws .slider-block-content-nieuws-title {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    color: white;
    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, .sliderblock-1t1 .slider-block-content-nieuws {
      width: 100%;
      margin-left: 0%;
      margin-right: 0%; }

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

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

  .sliderblock-brochures .slider-block {
    height: 270px; }
    .sliderblock-brochures .slider-block-content, .sliderblock-brochures .slider-block-content-nieuws {
      width: 98%;
      margin-left: 1%;
      margin-right: 1%;
      aspect-ratio: 10/14;
      background-position: top;
      background-size: contain;
      background-repeat: no-repeat; }

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

  .slider-block-content-nieuws {
    position: absolute;
    height: 100%; }
    .slider-block-content-nieuws h2 {
      margin-right: 5%;
      margin-bottom: 5%;
      color: white; } }

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

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

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

  .sliderblock-brochures .slider-block {
    height: 220px; }
    .sliderblock-brochures .slider-block-content, .sliderblock-brochures .slider-block-content-nieuws {
      width: 98%;
      margin-left: 1%;
      margin-right: 1%;
      aspect-ratio: 10/14;
      background-position: top;
      background-size: contain;
      background-repeat: no-repeat; }

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

  .slider-block-content-nieuws {
    position: absolute;
    height: 100%; }
    .slider-block-content-nieuws h2 {
      margin-right: 5%;
      margin-bottom: 5%;
      color: white; } }

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

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

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

  .sliderblock-brochures .slider-block {
    height: 250px; }
    .sliderblock-brochures .slider-block-content, .sliderblock-brochures .slider-block-content-nieuws {
      width: 98%;
      margin-left: 1%;
      margin-right: 1%;
      aspect-ratio: 10/14;
      background-position: top;
      background-size: contain;
      background-repeat: no-repeat; }

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

  .slider-block-content-nieuws {
    position: absolute;
    height: 100%; }
    .slider-block-content-nieuws h2 {
      margin-right: 5%;
      margin-bottom: 5%;
      color: white; } }

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

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

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

  .sliderblock-brochures .slider-block {
    height: 422px; }
    .sliderblock-brochures .slider-block-content, .sliderblock-brochures .slider-block-content-nieuws {
      width: 98%;
      margin-left: 1%;
      margin-right: 1%;
      aspect-ratio: 10/14;
      background-position: top;
      background-size: contain;
      background-repeat: no-repeat; }

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

  .slider-block-content-nieuws {
    position: absolute;
    height: 100%; }
    .slider-block-content-nieuws h2 {
      margin-right: 5%;
      margin-bottom: 5%;
      color: white; } }

.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: #00609c;
  cursor: pointer;
  position: relative;
  top: 0;
  transition: all 0.2s ease-in-out; }
  .copyUrlButton:hover {
    transform: scale(1.1); }
