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

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

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

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

body {
  overflow-x: hidden; }

#region_1 {
  width: 100%; }

.hph {
  height: 100%; }

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

.not-fixed {
  position: relative; }

.section-1-social-container {
  text-align: left;
  margin-top: auto;
  margin-bottom: auto; }

.section-1-social-container img {
  margin-right: 9px; }

.section-1-social-container a {
  margin: 0px;
  padding: 0px;
  border: 0px; }

.section-1-logo-container {
  text-align: right;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: baseline; }
  .section-1-logo-container > div > p {
    color: white; }

.klant-login-container {
  height: 21px;
  margin: auto 0;
  border: 1px solid transparent;
  display: block; }

.section-2-logo-container {
  text-align: left;
  position: relative;
  display: flex;
  align-items: center; }
  .section-2-logo-container div img {
    display: block; }

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

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

.content {
  margin-top: 30px; }

.pagecontent {
  margin-bottom: 60px; }

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

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

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

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

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

.front-page-block-tegels {
  position: relative; }
  .front-page-block-tegels:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
    pointer-events: none; }
  .front-page-block-tegels h1 {
    display: inline-block;
    position: relative;
    z-index: 20; }

.front-page-block-sanitair {
  position: relative; }
  .front-page-block-sanitair:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
    pointer-events: none; }
  .front-page-block-sanitair h1 {
    display: inline-block;
    position: relative;
    z-index: 20; }

.front-page-block-bouwmaterialen {
  position: relative; }
  .front-page-block-bouwmaterialen:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
    pointer-events: none; }
  .front-page-block-bouwmaterialen h1 {
    display: inline-block;
    position: relative;
    z-index: 20; }

.front-page-block-lifestyle {
  position: relative; }
  .front-page-block-lifestyle:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
    pointer-events: none; }
  .front-page-block-lifestyle h1 {
    display: inline-block;
    position: relative;
    z-index: 20; }

#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: 40px;
    background-color: #000; }

  .klant-login-container {
    margin-right: 35px; }

  .section-1-top-margin {
    margin-top: 46px; }

  #section-2 {
    width: 100%;
    height: 120px;
    background-color: #fff;
    display: block;
    display: relative;
    z-index: 400; }

  .section-2-logo-container img {
    width: 96px; }

  .hero-image-container, .fp-hero-image-container {
    height: 500px;
    width: 100%;
    position: relative; }
    .hero-image-container:before, .fp-hero-image-container:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: 0.5;
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), #000);
      pointer-events: none; }
    .hero-image-container h1, .fp-hero-image-container h1 {
      display: inline-block;
      position: absolute;
      bottom: 10px;
      left: 10px;
      z-index: 20;
      color: white; }

  #section-3 {
    width: 100%;
    min-height: 400px; }

  .push-down {
    margin-top: 120px; }

  .not-push-down {
    margin-top: 0; }

  .2column-margin {
    margin-left: 20px; }

  .front-page-block {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    word-wrap: break-word; }

  .front-page-block h1 {
    margin-left: 27px;
    margin-bottom: 27px;
    color: #fff;
    word-wrap: break-word; }

  .front-page-block-tegels {
    height: 500px;
    background-color: #e0e0e0; }

  .front-page-block-sanitair {
    height: 500px;
    background-color: #e0e0e0; }

  .front-page-block-bouwmaterialen {
    height: 500px;
    background-color: #e0e0e0; }

  .front-page-block-lifestyle {
    height: 500px;
    background-color: #e0e0e0; }

  .tile-block-merk {
    height: 380px;
    background-color: #e0e0e0; }

  .tile-block-merktitel {
    height: 100px;
    background-color: #fff;
    border: solid 1px #efefef;
    display: flex;
    justify-content: flex-start;
    align-items: center; }

  .tile-block-merktitel h3 {
    margin-left: 24px; }

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

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

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

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

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

  #section-4 {
    width: 100%;
    height: 40px;
    background-color: #2a2a2a; }

  #section-5 {
    width: 100%;
    min-height: 248px;
    background-color: #3a3a3a; } }

@media only screen and (min-width: 960px) and (max-width: 1199px) {
  #section-1 {
    width: 100%;
    height: 40px;
    background-color: #000; }

  .klant-login-container {
    margin-right: 35px; }

  .section-1-top-margin {
    margin-top: 46px; }

  #section-2 {
    width: 100%;
    height: 120px;
    background-color: #fff;
    display: relative;
    z-index: 400; }

  .section-2-logo-container img {
    width: 96px; }

  .hero-image-container, .fp-hero-image-container {
    height: 400px;
    width: 100%;
    position: relative; }
    .hero-image-container:before, .fp-hero-image-container:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: 0.5;
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), #000);
      pointer-events: none; }
    .hero-image-container h1, .fp-hero-image-container h1 {
      display: inline-block;
      position: absolute;
      bottom: 10px;
      left: 10px;
      z-index: 20;
      color: white; }

  #section-3 {
    width: 100%;
    min-height: 400px; }

  .push-down {
    margin-top: 120px; }

  .not-push-down {
    margin-top: 0; }

  .2column-margin {
    margin-left: 20px; }

  .front-page-block {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    word-wrap: break-word; }

  .front-page-block h1 {
    margin-left: 27px;
    margin-bottom: 27px;
    color: #fff;
    word-wrap: break-word; }

  .front-page-block-tegels {
    height: 400px;
    background-color: #e0e0e0; }

  .front-page-block-sanitair {
    height: 400px;
    background-color: #e0e0e0; }

  .front-page-block-bouwmaterialen {
    height: 400px;
    background-color: #e0e0e0; }

  .front-page-block-lifestyle {
    height: 400px;
    background-color: #e0e0e0; }

  .tile-block-merk {
    height: 300px;
    background-color: #e0e0e0; }

  .tile-block-merktitel {
    height: 100px;
    background-color: #fff;
    border: solid 1px #efefef;
    display: flex;
    justify-content: flex-start;
    align-items: center; }

  .tile-block-merktitel h3 {
    margin-left: 24px; }

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

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

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

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

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

  #section-4 {
    width: 100%;
    height: 40px;
    background-color: #2a2a2a; }

  #section-5 {
    width: 100%;
    min-height: 248px;
    background-color: #3a3a3a; } }

@media only screen and (min-width: 768px) and (max-width: 959px) {
  #section-1 {
    width: 100%;
    height: 40px;
    background-color: #000; }

  .klant-login-container {
    margin-right: 20px; }

  .section-1-top-margin {
    margin-top: 32px; }

  #section-2 {
    width: 100%;
    height: 60px;
    background-color: #fff;
    display: relative;
    z-index: 400; }

  .section-2-logo-container img {
    width: 48px; }

  .section-2-menu-title-container {
    text-align: center;
    margin-top: auto;
    margin-bottom: auto; }

  .section-2-menu-container {
    text-align: left;
    margin-top: auto;
    margin-bottom: auto; }

  .section-2-menu-container > img {
    float: right;
    clear: right; }

  .hero-image-container, .fp-hero-image-container {
    height: 310px;
    width: 100%;
    position: relative; }
    .hero-image-container:before, .fp-hero-image-container:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: 0.5;
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), #000);
      pointer-events: none; }
    .hero-image-container h1, .fp-hero-image-container h1 {
      display: inline-block;
      position: absolute;
      bottom: 10px;
      left: 10px;
      z-index: 20;
      color: white; }

  #section-3 {
    width: 100%;
    min-height: 400px; }

  .push-down {
    margin-top: 60px; }

  .not-push-down {
    margin-top: 0; }

  .2column-margin {
    margin-left: 20px; }

  .front-page-block {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    word-wrap: break-word; }

  .front-page-block h1 {
    margin-left: 17px;
    margin-bottom: 17px;
    color: #fff;
    font-size: 36px;
    word-wrap: break-word; }

  .front-page-block-tegels {
    height: 320px;
    background-color: #e0e0e0; }

  .front-page-block-sanitair {
    height: 320px;
    background-color: #e0e0e0; }

  .front-page-block-bouwmaterialen {
    height: 320px;
    background-color: #e0e0e0; }

  .front-page-block-lifestyle {
    height: 320px;
    background-color: #e0e0e0; }

  .tile-block-merk {
    height: 364px;
    background-color: #e0e0e0; }

  .tile-block-merktitel {
    height: 100px;
    background-color: #fff;
    border: solid 1px #efefef;
    display: flex;
    justify-content: flex-start;
    align-items: center; }

  .tile-block-merktitel h3 {
    margin-left: 24px; }

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

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

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

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

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

  #section-4 {
    width: 100%;
    height: 40px;
    background-color: #2a2a2a; }

  #section-5 {
    width: 100%;
    min-height: 248px;
    background-color: #3a3a3a; } }

@media only screen and (max-width: 767px) {
  #section-1 {
    width: 100%;
    height: 40px;
    background-color: #000; }

  .klant-login-container {
    margin-right: 20px; }

  .section-1-top-margin {
    margin-top: 32px; }

  #section-2 {
    width: 100%;
    height: 60px;
    background-color: #fff;
    display: relative;
    z-index: 400; }

  .section-2-logo-container img {
    width: 48px; }

  .section-2-menu-title-container {
    text-align: center;
    margin-top: auto;
    margin-bottom: auto; }

  .section-2-menu-container {
    text-align: left;
    margin-top: auto;
    margin-bottom: auto; }

  .section-2-menu-container > img {
    float: right;
    clear: right; }

  .hero-image-container, .fp-hero-image-container {
    height: 42vw;
    width: 100%;
    position: relative; }
    .hero-image-container:before, .fp-hero-image-container:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      opacity: 0.5;
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), #000);
      pointer-events: none; }
    .hero-image-container h1, .fp-hero-image-container h1 {
      display: inline-block;
      position: absolute;
      bottom: 10px;
      left: 10px;
      z-index: 20;
      color: white; }

  #section-3 {
    width: 100%;
    min-height: 400px; }

  .push-down {
    margin-top: 60px; }

  .not-push-down {
    margin-top: 0; }

  .front-page-block {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    word-wrap: break-word; }

  .front-page-block h1 {
    margin-left: 17px;
    margin-bottom: 17px;
    color: #fff;
    font-size: 36px;
    word-wrap: break-word; }

  .front-page-block-tegels {
    height: 75vw;
    background-color: #e0e0e0; }

  .front-page-block-sanitair {
    height: 75vw;
    background-color: #e0e0e0; }

  .front-page-block-bouwmaterialen {
    height: 75vw;
    background-color: #e0e0e0; }

  .front-page-block-lifestyle {
    height: 75vw;
    background-color: #e0e0e0; }

  .tile-block-merk {
    width: 100%;
    height: 100vw;
    background-color: #e0e0e0; }

  .tile-block-merktitel {
    height: 100px;
    background-color: #fff;
    border: solid 1px #efefef;
    display: flex;
    justify-content: flex-start;
    align-items: center; }

  .tile-block-merktitel h3 {
    margin-left: 24px; }

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

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

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

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

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

  #section-4 {
    width: 100%;
    height: 140px;
    background-color: #2a2a2a; }

  #section-5 {
    width: 100%;
    min-height: 200px;
    background-color: #3a3a3a; } }

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

.pagecontent {
  color: #595959; }

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

a {
  text-decoration: none; }

.content a {
  text-decoration: underline;
  color: #5e7cb7; }
  .content a:visited {
    text-decoration: underline;
    color: #5e7cb7; }
  .content a:hover {
    text-decoration: none;
    color: #094090; }
  .content a:active {
    text-decoration: none;
    color: #094090; }
  .content ul {
    list-style-type: disc;
    margin-bottom: 20px;
    margin-left: 40px; }
  .content p {
    margin-bottom: 16px; }
  .content strong {
    font-weight: 400; }

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

.content a h3 {
  color: #3a3a3a;
  text-decoration: none; }

.content a h3:visited {
  color: #3a3a3a;
  text-decoration: none; }

#newsoverview a {
  text-decoration: none; }

a h4 {
  color: #3a3a3a;
  text-decoration: none; }

a h4:visited {
  color: #3a3a3a;
  text-decoration: none; }

.t4 a {
  color: #3a3a3a;
  text-decoration: none; }

.t4 a:visited {
  color: #3a3a3a;
  text-decoration: none; }

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

h1 {
  font-family: 'Lato', 'LatoWebLight';
  font-size: 46px;
  font-style: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: normal;
  color: #3a3a3a; }

h2 {
  font-family: 'Lato', 'LatoWebLight';
  font-size: 36px;
  font-style: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: normal;
  color: #3a3a3a; }

h3 {
  font-family: 'Lato', 'LatoWebLight';
  font-size: 28px;
  font-style: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: normal;
  color: #3a3a3a; }

h4 {
  font-family: 'Lato', 'LatoWebLight';
  font-size: 22px;
  font-style: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: normal;
  color: #3a3a3a; }

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

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

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

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

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

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

.t3 {
  font-family: 'Lato', 'LatoWeb';
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: normal;
  color: #3a3a3a; }

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

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

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

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

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

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

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

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

.form-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-button-square {
  padding: 15px 30px 15px 30px;
  border-radius: 2px;
  background-color: #3a3a3a;
  border: 0;
  color: #fff;
  text-align: center; }

.form-button-square:hover {
  background-color: #4e4e4e; }

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

  .one-off-typo {
    font-family: 'Lato', 'LatoWebLight';
    font-size: 28px;
    margin-top: 0px;
    margin-bottom: 0px; } }

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

  .one-off-typo {
    font-size: 28px;
    margin-top: 0px;
    margin-bottom: 0px; } }

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .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; } }

@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-family: 'Lato', 'LatoWebLight';
    font-size: 36px;
    font-style: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: normal;
    color: #3a3a3a; }

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

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

  .hamburger-open {
    display: none; }

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

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

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

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

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

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

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

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

  .menu-container li:hover {
    background: rgba(239, 239, 239, 0.9); }

  .menu-container a {
    color: #3a3a3a; }

  .menu-container a:hover {
    color: #3a3a3a; }

  .menu-container a:active {
    color: #3a3a3a; }

  .menu-container ul.depth-0 > li:hover > ul.depth-1 {
    position: absolute;
    display: block;
    top: 100%;
    left: 0px;
    z-index: 400;
    background: rgba(239, 239, 239, 0.9); }
    .menu-container ul.depth-0 > li:hover > ul.depth-1 > li {
      min-width: 180px;
      font-family: 'Lato', 'LatoWebSemibold';
      font-size: 12px;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: 1px;
      color: #595959; }

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

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

  .hamburger-open {
    display: none; }

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

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

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

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

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

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

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

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

  .menu-container li:hover {
    background: rgba(239, 239, 239, 0.9); }

  .menu-container a {
    color: #3a3a3a; }

  .menu-container a:hover {
    color: #3a3a3a; }

  .menu-container a:active {
    color: #3a3a3a; }

  .menu-container ul.depth-0 > li:hover > ul.depth-1 {
    position: absolute;
    display: block;
    top: 100%;
    left: 0px;
    z-index: 400;
    background: rgba(239, 239, 239, 0.9); }
    .menu-container ul.depth-0 > li:hover > ul.depth-1 > li {
      min-width: 180px;
      font-family: 'Lato', 'LatoWebSemibold';
      font-size: 12px;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: 1px;
      color: #595959; }

  .menu-container ul.depth-1 > li:hover > ul.depth-2 {
    position: absolute;
    display: block;
    top: 0px;
    z-index: 400;
    background: rgba(239, 239, 239, 0.9); }
    .menu-container ul.depth-1 > li:hover > ul.depth-2 > li {
      min-width: 180px;
      font-family: 'Lato', 'LatoWebSemibold';
      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: #3a3a3a;
    opacity: 0.8;
    height: 100vh; }

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

  .menu-container ul.depth-0 {
    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-0.open {
    display: block; }

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

  .menu-container ul.depth-0 > li > a {
    display: block;
    height: 50px;
    line-height: 50px;
    background-color: white;
    padding-left: 20px; }

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

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

  .menu-container ul.depth-0 > li > a:hover {
    color: #3a3a3a;
    text-decoration: none; }

  .menu-container ul.depth-0 > li > a:visited {
    color: #3a3a3a; }

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

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

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

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

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

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

  .menu-container ul.depth-0 > li a {
    color: #3a3a3a;
    display: block;
    height: 50px;
    line-height: 50px; }

  .menu-container ul.depth-0 > li a:hover {
    color: #3a3a3a;
    text-decoration: none;
    display: block;
    height: 50px;
    line-height: 50px; }

  .menu-container ul.depth-0 > li a:visited {
    color: #3a3a3a;
    display: block;
    height: 50px;
    line-height: 50px; } }

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

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

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

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

  .menu-container ul.depth-0 > li > a {
    display: block;
    height: 50px;
    line-height: 50px;
    background-color: white;
    padding-left: 20px; }

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

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

  .menu-container ul.depth-0 > li > a:hover {
    color: #3a3a3a;
    text-decoration: none; }

  .menu-container ul.depth-0 > li > a:visited {
    color: #3a3a3a; }

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

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

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

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

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

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

  .menu-container ul.depth-0 > li a {
    color: #3a3a3a;
    display: block;
    height: 50px;
    line-height: 50px; }

  .menu-container ul.depth-0 > li a:hover {
    color: #3a3a3a;
    text-decoration: none;
    display: block;
    height: 50px;
    line-height: 50px; }

  .menu-container ul.depth-0 > li a:visited {
    color: #3a3a3a;
    display: block;
    height: 50px;
    line-height: 50px; } }

#lightbox-container {
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  align-items: center; }

#lightbox-left {
  height: 60px;
  width: 40px;
  background-image: url("/image/img-lightbox-arrow-left");
  background-position: center;
  background-repeat: no-repeat; }

#lightbox-right {
  height: 60px;
  width: 40px;
  background-image: url("/image/img-lightbox-arrow-right");
  background-position: center;
  background-repeat: no-repeat; }

#lightbox-dots {
  align-self: flex-end;
  font-size: 80px;
  line-height: 80px;
  color: #595959;
  padding-bottom: 10px;
  letter-spacing: 5pt; }

.activedot {
  color: #fff; }

@media only screen and (min-width: 1200px) {
  #lightbox-container {
    height: 500px;
    width: 100%; } }

@media only screen and (min-width: 960px) and (max-width: 1199px) {
  #lightbox-container {
    height: 400px;
    width: 100%; } }

@media only screen and (min-width: 768px) and (max-width: 959px) {
  #lightbox-container {
    height: 320px;
    width: 100%; } }

@media only screen and (max-width: 767px) {
  #lightbox-container {
    height: 50vw;
    width: 100%; }

  #lightbox-right {
    height: 30px;
    width: 20px; }

  #lightbox-left {
    height: 30px;
    width: 20px; } }
