@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
body {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000 !important; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000 !important; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #000 !important; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #000 !important; }

.vfbp-form .vfb-help-block {
  font-size: 16px;
  color: #000; }
.vfbp-form .vfb-form-group {
  margin-bottom: 30px; }

.vfbp-form .vfb-form-control,
input[type=email],
input[type=text] {
  border: 0;
  border-bottom: solid 2px #000;
  background: transparent;
  height: 40px;
  outline: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  font-size: 16px;
  color: #000; }
  .vfbp-form .vfb-form-control.error,
  input[type=email].error,
  input[type=text].error {
    border-bottom: solid 2px Red; }

.vfbp-form .vfb-form-control {
  border-bottom: solid 1px #000; }

.vfbp-form textarea.vfb-form-control {
  border: solid 1px #000;
  padding: 10px 15px; }

.vfbp-form label {
  display: none; }

h1, h2, h3, h4, h5 {
  font-weight: normal;
  text-transform: uppercase; }

h1 {
  font-size: 36px;
  line-height: 42px; }

h2 {
  font-size: 24px;
  line-height: 28px; }

footer {
  padding: 60px 0;
  background: #333333; }
  footer a.logo {
    width: 368px;
    height: 95px;
    background: url("../img/logo-white.png") no-repeat center center/contain;
    display: block; }
  footer div.information h4 {
    color: #fff;
    text-transform: uppercase; }
  footer div.information p {
    color: #fff;
    font-size: 14px;
    line-height: 21px; }
  footer div.navigation ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  footer div.navigation a {
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    text-transform: uppercase;
    background: url("../img/red-arrow-right.png") no-repeat right center;
    background-size: 21px 14px;
    padding-right: 30px; }

header {
  height: 90px;
  background: #fff; }
  header a.logo {
    height: 65px;
    width: 251px;
    background: url("../img/logo.png") no-repeat center center/contain;
    display: block;
    float: left;
    margin-top: 12px; }
  header nav {
    float: right;
    height: 90px; }
    header nav ul {
      margin: 0;
      padding: 0; }
      header nav ul li {
        display: inline-block;
        list-style: none;
        height: 90px;
        float: left; }
        header nav ul li a {
          padding-left: 20px;
          padding-right: 20px;
          height: 90px;
          line-height: 90px;
          display: block; }
        header nav ul li.current-menu-item, header nav ul li:hover {
          background: #F5F3F0; }
          header nav ul li.current-menu-item a, header nav ul li:hover a {
            text-decoration: none; }
  header #hamburger {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 30px;
    right: 15px;
    display: none;
    background: url("../img/hamburger.png") no-repeat center center/contain; }
    header #hamburger.active {
      background: url("../img/close.png") no-repeat center center/contain; }

div.text {
  font-size: 16px;
  color: #080A09;
  line-height: 27px; }
  div.text > * {
    margin-bottom: 16px; }
  div.text > *:first-child {
    margin-top: 0 !important; }
  div.text > *:last-child {
    margin-bottom: 0 !important; }

a {
  color: #000;
  cursor: pointer; }
  a:focus, a:active, a:hover {
    color: #000; }
  a.read-more {
    color: #287EC2;
    text-transform: uppercase;
    font-size: 18px; }
    a.read-more.arrow {
      background: url("../img/blue-arrow-right.png") no-repeat right center;
      background-size: 21px 14px;
      padding-right: 30px; }
    a.read-more.white {
      color: #fff; }
      a.read-more.white.arrow {
        background: url("../img/red-arrow-right.png") no-repeat right center; }

.intro-title {
  position: relative;
  top: -5px;
  display: block;
  font-size: 36px;
  line-height: 48px;
  font-weight: normal; }

.vfbp-form .btn-primary,
.vfbp-form .btn,
.button {
  border: 2px solid #4A4A4A;
  font-size: 18px;
  color: #4A4A4A;
  background: #4A4A4A;
  display: inline-block;
  height: 52px;
  line-height: 48px;
  padding: 0 20px;
  text-transform: uppercase; }
  .vfbp-form .btn-primary.arrow,
  .vfbp-form .btn.arrow,
  .button.arrow {
    background: url("../img/arrow-right.png") no-repeat right 20px center;
    background-size: 21px 14px;
    padding-right: 60px; }
  .vfbp-form .btn-primary:hover,
  .vfbp-form .btn:hover,
  .button:hover {
    text-decoration: none; }
  .vfbp-form .btn-primary.white,
  .vfbp-form .btn.white,
  .button.white {
    border-color: White;
    color: #fff; }
    .vfbp-form .btn-primary.white.arrow,
    .vfbp-form .btn.white.arrow,
    .button.white.arrow {
      background-image: url("../img/white-arrow-right.png"); }
  .vfbp-form .btn-primary.red,
  .vfbp-form .btn.red,
  .button.red {
    border-color: #E80800;
    color: #E80800;
    background: transparent; }

#header-slider {
  min-height: 600px;
  height: 600px;
  overflow: hidden; }
  #header-slider .container {
    height: 100%;
    position: relative; }
  #header-slider .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center center / cover;
    color: #fff; }
    #header-slider .slide .information {
      display: flex;
      align-items: center;
      position: relative;
      width: 50%;
      height: 100%; }
      #header-slider .slide .information h2 {
        font-size: 72px;
        margin: 0;
        text-transform: uppercase;
        line-height: 80px;
        margin-bottom: 30px;
        font-weight: 400; }
      #header-slider .slide .information h3 {
        font-size: 36px;
        margin: 0;
        line-height: 40px;
        text-transform: uppercase;
        font-weight: 400;
        margin-bottom: 38px; }

.slick,
.slick-track,
.slick-slide,
.slick-list {
  height: 100%;
  position: relative; }

ul.slick-dots {
  text-align: center;
  position: absolute;
  bottom: 20px;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 16px; }
  ul.slick-dots li {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 4px;
    border-radius: 50%;
    border: solid 2px #fff; }
    ul.slick-dots li button {
      border: 0;
      width: 16px;
      height: 16px;
      text-indent: -10000px;
      background: transparent;
      display: inline-block;
      cursor: pointer; }
    ul.slick-dots li.slick-active {
      background: rgba(255, 255, 255, 0.5); }

#body-wrapper {
  overflow-x: hidden; }

#page-landingspage div.logo {
  height: 125px;
  width: 360px;
  background: url("../img/logo.png") no-repeat center center #fff;
  background-size: 312px 80px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -200px;
  margin-left: -180px;
  z-index: 100; }
#page-landingspage .box {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%; }
  #page-landingspage .box.box-woonboulevard {
    left: 50%;
    background: #dfdfdf; }
    #page-landingspage .box.box-woonboulevard .image {
      background: url("../img/woonboulevard-landing.jpg") no-repeat bottom center/cover; }
  #page-landingspage .box.box-autoboulevard .image {
    background: url("../img/autoboulevard-landing.jpg") no-repeat bottom center/cover; }
  #page-landingspage .box .image {
    height: calc(100vh - 280px);
    position: relative; }
    #page-landingspage .box .image h2 {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      font-weight: 400;
      color: #fff;
      text-transform: uppercase;
      font-size: 48px;
      line-height: 33px;
      text-align: center;
      margin: 0;
      font-weight: 700; }
  #page-landingspage .box .information {
    position: absolute;
    bottom: 0;
    height: 280px;
    background: #fff;
    left: 0;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 40px;
    text-align: center; }
    #page-landingspage .box .information p {
      font-size: 18px;
      width: 352px;
      line-height: 30px;
      display: inline-block; }
    #page-landingspage .box .information div.buttons {
      position: absolute;
      bottom: 60px;
      left: 0;
      width: 100%;
      text-align: center; }

#page-home section#intro {
  padding: 90px 0; }
#page-home section#newsletter {
  padding: 70px 0;
  background: #f5f3f0; }
  #page-home section#newsletter div.form {
    margin-top: 20px; }
    #page-home section#newsletter div.form input[name=sf_initials] {
      display: none; }
    #page-home section#newsletter div.form #vfbField6,
    #page-home section#newsletter div.form input {
      top: 12px;
      position: relative;
      float: left;
      width: calc(33% - 88px);
      margin-right: 25px; }
    #page-home section#newsletter div.form button {
      float: right; }
    #page-home section#newsletter div.form:after {
      clear: both;
      content: "";
      display: block; }
#page-home section#news {
  background: #287EC2; }
  #page-home section#news div.latest {
    margin-right: -15px; }
    #page-home section#news div.latest div.content {
      background: #fff;
      padding: 50px; }
      #page-home section#news div.latest div.content span.box-title {
        display: block;
        background: #FCC800;
        height: 62px;
        text-transform: uppercase;
        font-size: 28px;
        color: #FFFFFF;
        letter-spacing: 1.56px;
        line-height: 62px;
        text-align: center;
        margin-bottom: 30px; }
      #page-home section#news div.latest div.content div.text {
        margin-bottom: 16px; }
    #page-home section#news div.latest div.images-slider {
      height: 270px; }
      #page-home section#news div.latest div.images-slider .slide {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: no-repeat center center / cover;
        color: #fff; }
  #page-home section#news div.image {
    margin-left: -15px;
    height: 100%;
    background: url("../img/actueel-achtergrond.jpg") no-repeat center center/cover;
    position: relative; }
    #page-home section#news div.image div.wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
      #page-home section#news div.image div.wrapper h2 {
        color: #fff;
        text-align: center;
        padding: 0 70px;
        font-size: 36px;
        line-height: 38px; }
#page-home section#shops {
  padding: 100px 0; }
  #page-home section#shops .intro-title {
    width: 60%;
    margin-bottom: 30px; }
  #page-home section#shops h3 {
    text-transform: uppercase; }
  #page-home section#shops .shops {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 40px; }
    #page-home section#shops .shops:after {
      clear: both;
      content: "";
      display: block; }
    #page-home section#shops .shops .shop {
      background: #F5F3F0;
      padding: 20px 40px;
      height: 140px;
      line-height: 100px;
      text-align: center;
      float: left;
      width: calc(20% - 10px);
      margin: 5px; }
      #page-home section#shops .shops .shop img {
        max-width: 100%;
        max-height: 100%; }
#page-home section#stats {
  padding: 100px 0;
  background: url("../img/stats-achtergrond.jpg") no-repeat center center/cover; }
  #page-home section#stats .box {
    padding: 40px;
    background: #fff;
    text-align: center; }
    #page-home section#stats .box div.image {
      text-align: center;
      height: 86px;
      margin-bottom: 30px; }
    #page-home section#stats .box div.title {
      text-align: center;
      text-transform: uppercase;
      margin-bottom: 10px; }
      #page-home section#stats .box div.title span.large {
        font-size: 36px;
        line-height: 40px;
        display: block; }
      #page-home section#stats .box div.title span.small {
        font-size: 21px;
        line-height: 25px;
        display: block; }
    #page-home section#stats .box a {
      display: inline-block; }

#page-winkels section#shops-map {
  background: #F5F3F0;
  padding: 100px 0; }
  #page-winkels section#shops-map #map {
    position: relative; }
    #page-winkels section#shops-map #map img {
      max-width: 100%; }
    #page-winkels section#shops-map #map #hover-257 {
      top: 61px;
      left: 492px; }
    #page-winkels section#shops-map #map #hover-277 {
      top: 159px;
      left: 402px; }
    #page-winkels section#shops-map #map #hover-284 {
      top: 100px;
      left: 782px; }
    #page-winkels section#shops-map #map #hover-291 {
      top: 96px;
      left: 397px; }
    #page-winkels section#shops-map #map #hover-296 {
      top: 39px;
      left: 916px; }
    #page-winkels section#shops-map #map #hover-301 {
      top: 214px;
      left: 356px; }
    #page-winkels section#shops-map #map #hover-305 {
      top: 55px;
      left: 535px; }
    #page-winkels section#shops-map #map #hover-309 {
      top: 42px;
      left: 600px; }
    #page-winkels section#shops-map #map #hover-313 {
      top: 30px;
      left: 635px; }
    #page-winkels section#shops-map #map div.shop-hover {
      width: 40px;
      height: 75px;
      background: no-repeat bottom center / contain;
      position: absolute;
      padding-top: 15px; }
      #page-winkels section#shops-map #map div.shop-hover:hover {
        z-index: 100; }
        #page-winkels section#shops-map #map div.shop-hover:hover .hover {
          display: block; }
      #page-winkels section#shops-map #map div.shop-hover.dealer {
        background-image: url("../img/shops/dealers.png"); }
        #page-winkels section#shops-map #map div.shop-hover.dealer:hover {
          background-image: url("../img/shops/dealers.png"); }
      #page-winkels section#shops-map #map div.shop-hover.occasion {
        background-image: url("../img/shops/occasions.png"); }
        #page-winkels section#shops-map #map div.shop-hover.occasion:hover {
          background-image: url("../img/shops/occasions.png"); }
      #page-winkels section#shops-map #map div.shop-hover.onderhoud {
        background-image: url("../img/shops/onderhoud.png"); }
        #page-winkels section#shops-map #map div.shop-hover.onderhoud:hover {
          background-image: url("../img/shops/onderhoud.png"); }
      #page-winkels section#shops-map #map div.shop-hover.badkamer {
        background-image: url("../img/shops/badkamer.png"); }
        #page-winkels section#shops-map #map div.shop-hover.badkamer:hover {
          background-image: url("../img/shops/badkamer_hover.png"); }
      #page-winkels section#shops-map #map div.shop-hover.elektronica {
        background-image: url("../img/shops/elektronica.png"); }
        #page-winkels section#shops-map #map div.shop-hover.elektronica:hover {
          background-image: url("../img/shops/elektronica_hover.png"); }
      #page-winkels section#shops-map #map div.shop-hover.bedden {
        background-image: url("../img/shops/bedden.png"); }
        #page-winkels section#shops-map #map div.shop-hover.bedden:hover {
          background-image: url("../img/shops/bedden_hover.png"); }
      #page-winkels section#shops-map #map div.shop-hover.etendrinken {
        background-image: url("../img/shops/etendrinken.png"); }
        #page-winkels section#shops-map #map div.shop-hover.etendrinken:hover {
          background-image: url("../img/shops/etendrinken_hover.png"); }
      #page-winkels section#shops-map #map div.shop-hover.hotel {
        background-image: url("../img/shops/hotel.png"); }
        #page-winkels section#shops-map #map div.shop-hover.hotel:hover {
          background-image: url("../img/shops/hotel_hover.png"); }
      #page-winkels section#shops-map #map div.shop-hover.keuken {
        background-image: url("../img/shops/keuken.png"); }
        #page-winkels section#shops-map #map div.shop-hover.keuken:hover {
          background-image: url("../img/shops/keuken_hover.png"); }
      #page-winkels section#shops-map #map div.shop-hover.meubels {
        background-image: url("../img/shops/meubels.png"); }
        #page-winkels section#shops-map #map div.shop-hover.meubels:hover {
          background-image: url("../img/shops/meubels_hover.png"); }
      #page-winkels section#shops-map #map div.shop-hover.pompstation {
        background-image: url("../img/shops/pompstation.png"); }
        #page-winkels section#shops-map #map div.shop-hover.pompstation:hover {
          background-image: url("../img/shops/pompstation_hover.png"); }
      #page-winkels section#shops-map #map div.shop-hover.verlichting {
        background-image: url("../img/shops/verlichting.png"); }
        #page-winkels section#shops-map #map div.shop-hover.verlichting:hover {
          background-image: url("../img/shops/verlichting_hover.png"); }
      #page-winkels section#shops-map #map div.shop-hover.vloeren {
        background-image: url("../img/shops/vloeren.png"); }
        #page-winkels section#shops-map #map div.shop-hover.vloeren:hover {
          background-image: url("../img/shops/vloeren_hover.png"); }
      #page-winkels section#shops-map #map div.shop-hover .hover {
        display: none;
        width: 300px;
        padding: 30px;
        position: absolute;
        bottom: calc(100%);
        left: -131px;
        background: #fff; }
        #page-winkels section#shops-map #map div.shop-hover .hover h2 {
          margin-bottom: 15px; }
        #page-winkels section#shops-map #map div.shop-hover .hover:after {
          top: 100%;
          left: 50%;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none;
          border-color: rgba(255, 255, 255, 0);
          border-top-color: #ffffff;
          border-width: 10px;
          margin-left: -10px; }
        #page-winkels section#shops-map #map div.shop-hover .hover span {
          display: block;
          padding-left: 25px;
          line-height: 27px; }
          #page-winkels section#shops-map #map div.shop-hover .hover span.address {
            background: url("../img/icon-location.png") no-repeat top 2px left; }
          #page-winkels section#shops-map #map div.shop-hover .hover span.telephone {
            background: url("../img/icon-red-telephone.png") no-repeat top 4px left;
            margin-bottom: 20px; }
#page-winkels section#shops-overview {
  margin-top: 40px;
  margin-bottom: 40px; }
  #page-winkels section#shops-overview .blue-shops h3 {
    text-transform: uppercase;
    color: #8CBCC2; }
  #page-winkels section#shops-overview .red-shops h3 {
    text-transform: uppercase;
    color: #E80700; }
  #page-winkels section#shops-overview .shops {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 40px; }
    #page-winkels section#shops-overview .shops:after {
      clear: both;
      content: "";
      display: block; }
    #page-winkels section#shops-overview .shops .shop {
      background: #F5F3F0;
      padding: 10px 20px;
      height: 120px;
      width: 170px;
      line-height: 100px;
      text-align: center;
      float: left;
      cursor: pointer;
      margin: 5px; }
      #page-winkels section#shops-overview .shops .shop img {
        max-width: 100%;
        max-height: 100%; }
#page-winkels section#shop-details {
  position: relative;
  height: 0px; }
  #page-winkels section#shop-details .wrapper {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    z-index: 200;
    height: 0;
    max-height: calc(100vh);
    overflow-y: scroll; }
    #page-winkels section#shop-details .wrapper .close {
      width: 28px;
      height: 28px;
      background: url("../img/close.png") no-repeat center center/contain;
      position: absolute;
      top: 30px;
      right: 30px;
      z-index: 201;
      cursor: pointer; }
  #page-winkels section#shop-details .shop {
    padding: 70px 0;
    display: none; }
    #page-winkels section#shop-details .shop.active {
      display: block; }
    #page-winkels section#shop-details .shop .information h1 {
      margin-bottom: 20px; }
    #page-winkels section#shop-details .shop .information .grid {
      margin-top: 16px;
      margin-left: -10px;
      margin-right: -10px; }
      #page-winkels section#shop-details .shop .information .grid .item {
        width: 167px;
        height: 167px;
        margin: 10px; }
        #page-winkels section#shop-details .shop .information .grid .item.large {
          width: 354px;
          height: 354px; }
        #page-winkels section#shop-details .shop .information .grid .item .image {
          position: absolute;
          top: 0;
          width: 100%;
          height: 100%;
          left: 0;
          background: url("../img/iemms-image.jpg") no-repeat center center/cover; }
          #page-winkels section#shop-details .shop .information .grid .item .image .popup-link {
            width: 45px;
            height: 45px;
            background: url("../img/zoom.png") no-repeat center center/cover;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -22.5px;
            margin-top: -22.5px; }
    #page-winkels section#shop-details .shop .extra-information div.image {
      margin-bottom: 40px; }
      #page-winkels section#shop-details .shop .extra-information div.image img {
        max-width: 100%; }
    #page-winkels section#shop-details .shop .extra-information div.text {
      font-size: 16px; }
    #page-winkels section#shop-details .shop .extra-information a.button {
      display: inline-block;
      margin-bottom: 40px; }
    #page-winkels section#shop-details .shop .extra-information div.opening {
      margin-bottom: 20px; }
      #page-winkels section#shop-details .shop .extra-information div.opening table {
        width: 100%;
        font-size: 16px; }

#page-koopzondagen #header-slider {
  height: 400px; }
#page-koopzondagen section#information {
  padding: 70px 0; }
  #page-koopzondagen section#information h1 {
    margin-bottom: 40px; }
  #page-koopzondagen section#information div.next h2 {
    font-size: 24px; }
  #page-koopzondagen section#information div.next div.date {
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 24px;
    background: #FCC800;
    display: inline-block;
    padding: 0 40px; }
  #page-koopzondagen section#information div.dates {
    margin-top: 30px; }
    #page-koopzondagen section#information div.dates div.date {
      height: 50px;
      line-height: 50px;
      margin-bottom: 5px; }
      #page-koopzondagen section#information div.dates div.date:after {
        clear: both;
        content: "";
        display: block; }
      #page-koopzondagen section#information div.dates div.date span.date {
        display: block;
        float: left;
        line-height: 50px;
        height: 50px;
        background: #B1DEDB;
        padding: 0 40px;
        color: #fff;
        text-transform: uppercase;
        font-size: 16px;
        width: 200px;
        text-align: center; }
      #page-koopzondagen section#information div.dates div.date span.time {
        font-size: 16px;
        color: #000;
        background: rgba(177, 222, 219, 0.5);
        float: left;
        padding: 0 40px;
        line-height: 50px;
        height: 50px;
        text-transform: uppercase;
        width: 300px;
        text-align: left; }

#page-acties #header-slider .slide .information h2 {
  font-size: 48px;
  line-height: 62px;
  color: #000; }
#page-acties section#actions {
  padding: 70px 0;
  background: #F5F3F0; }
  #page-acties section#actions h1 {
    margin-bottom: 30px; }
  #page-acties section#actions div.actions div.action {
    background: #fff;
    position: relative;
    height: 100%; }
    #page-acties section#actions div.actions div.action div.image {
      height: 234px;
      background: no-repeat center center / cover; }
    #page-acties section#actions div.actions div.action div.content {
      padding: 40px;
      padding-bottom: 75px; }
      #page-acties section#actions div.actions div.action div.content a.read-more {
        position: absolute;
        bottom: 35px;
        left: 40px; }
#page-acties section#shops {
  padding: 70px 0;
  background: url("../img/acties-winkels-achtergrond.jpg") no-repeat center center/cover;
  text-align: center; }
  #page-acties section#shops span.title {
    font-size: 28px;
    line-height: 33px;
    text-align: center;
    display: block;
    margin-bottom: 30px; }

#page-contact #header-slider {
  height: 400px;
  min-height: 400px; }
#page-contact section#contact {
  padding: 70px 0; }
  #page-contact section#contact h1 {
    margin-bottom: 20px; }
#page-contact section#google-map #map {
  height: 450px; }

#single #header-slider {
  height: 400px;
  min-height: 400px; }
#single section#info {
  padding: 70px 0 70px; }
  #single section#info h1 {
    margin-bottom: 30px; }

@media (min-width: 992px) and (max-width: 1199px) {
  #page-home section#stats .box {
    padding: 35px 15px; }

  #page-winkels section#shops-map #map #hover-257 {
    top: 43px;
    left: 407px; }
  #page-winkels section#shops-map #map #hover-277 {
    top: 123px;
    left: 334px; }
  #page-winkels section#shops-map #map #hover-284 {
    top: 70px;
    left: 652px; }
  #page-winkels section#shops-map #map #hover-291 {
    top: 66px;
    left: 327px; }
  #page-winkels section#shops-map #map #hover-296 {
    top: 19px;
    left: 776px; }
  #page-winkels section#shops-map #map #hover-301 {
    top: 166px;
    left: 296px; }
  #page-winkels section#shops-map #map #hover-305 {
    top: 33px;
    left: 445px; }
  #page-winkels section#shops-map #map #hover-309 {
    top: 13px;
    left: 562px; }
  #page-winkels section#shops-map #map #hover-313 {
    top: 21px;
    left: 511px; }
  #page-winkels section#shops-overview {
    margin-top: 40px;
    margin-bottom: 40px; }
    #page-winkels section#shops-overview .blue-shops h3 {
      text-transform: uppercase;
      color: #8CBCC2; }
    #page-winkels section#shops-overview .red-shops h3 {
      text-transform: uppercase;
      color: #E80700; }
    #page-winkels section#shops-overview .shops {
      margin-left: -5px;
      margin-right: -5px;
      margin-bottom: 40px; }
      #page-winkels section#shops-overview .shops:after {
        clear: both;
        content: "";
        display: block; }
      #page-winkels section#shops-overview .shops .shop {
        background: #F5F3F0;
        padding: 10px 20px;
        height: 120px;
        width: 170px;
        line-height: 100px;
        text-align: center;
        float: left;
        cursor: pointer;
        margin: 5px; }
        #page-winkels section#shops-overview .shops .shop img {
          max-width: 100%;
          max-height: 100%; }
  #page-winkels section#shop-details {
    position: relative;
    height: 0px; }
    #page-winkels section#shop-details .wrapper {
      overflow: hidden;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      background: #fff;
      box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
      z-index: 200;
      height: 0;
      max-height: calc(100vh);
      overflow-y: scroll; }
      #page-winkels section#shop-details .wrapper .close {
        width: 28px;
        height: 28px;
        background: url("../img/close.png") no-repeat center center/contain;
        position: absolute;
        top: 30px;
        right: 30px;
        z-index: 201;
        cursor: pointer; }
    #page-winkels section#shop-details .shop {
      padding: 70px 0;
      display: none; }
      #page-winkels section#shop-details .shop.active {
        display: block; }
      #page-winkels section#shop-details .shop .information h1 {
        margin-bottom: 20px; }
      #page-winkels section#shop-details .shop .information .grid {
        margin-top: 16px;
        margin-left: -10px;
        margin-right: -10px; }
        #page-winkels section#shop-details .shop .information .grid .item {
          width: 167px;
          height: 167px;
          margin: 10px; }
          #page-winkels section#shop-details .shop .information .grid .item.large {
            width: 354px;
            height: 354px; }
          #page-winkels section#shop-details .shop .information .grid .item .image {
            position: absolute;
            top: 0;
            width: 100%;
            height: 100%;
            left: 0;
            background: url("../img/iemms-image.jpg") no-repeat center center/cover; }
            #page-winkels section#shop-details .shop .information .grid .item .image .popup-link {
              width: 45px;
              height: 45px;
              background: url("../img/zoom.png") no-repeat center center/cover;
              position: absolute;
              top: 50%;
              left: 50%;
              margin-left: -22.5px;
              margin-top: -22.5px; }
      #page-winkels section#shop-details .shop .extra-information div.image {
        margin-bottom: 40px; }
        #page-winkels section#shop-details .shop .extra-information div.image img {
          max-width: 100%; }
      #page-winkels section#shop-details .shop .extra-information div.text {
        font-size: 16px; }
      #page-winkels section#shop-details .shop .extra-information a.button {
        display: inline-block;
        margin-bottom: 40px; }
      #page-winkels section#shop-details .shop .extra-information div.opening {
        margin-bottom: 20px; }
        #page-winkels section#shop-details .shop .extra-information div.opening table {
          width: 100%;
          font-size: 16px; } }
@media (min-width: 768px) and (max-width: 991px) {
  header {
    position: relative; }
    header #hamburger {
      display: block; }
    header nav {
      position: absolute;
      top: 100%;
      background: #fff;
      right: 15px;
      width: auto;
      z-index: 10000;
      width: 300px;
      display: none; }
      header nav.active {
        display: block; }
      header nav ul {
        background: #d7eded;
        padding: 0 0px 0px;
        margin: 0; }
        header nav ul li {
          float: none;
          display: block;
          height: 50px;
          line-height: 50px;
          padding-left: 20px;
          padding-right: 20px;
          margin: 0;
          border-top: solid 1px rgba(0, 0, 0, 0.5); }
          header nav ul li a {
            display: block;
            height: 50px;
            line-height: 50px;
            padding-left: 0; }
          header nav ul li:first-child {
            border-top: 0; }
          header nav ul li.current-menu-item, header nav ul li:hover {
            background-color: #b4dfde;
            height: 50px;
            line-height: 50px; }
            header nav ul li.current-menu-item a, header nav ul li:hover a {
              color: #000;
              text-decoration: none; }

  #content {
    min-height: calc(100vh - 306px);
    position: relative; }

  footer a.logo {
    width: 150px;
    height: 47px; }

  .intro-title {
    font-size: 32px;
    line-height: 42px; }

  h1 {
    font-size: 32px;
    line-height: 38px; }

  #page-home section#intro {
    padding: 50px 0; }
  #page-home section#newsletter {
    padding: 50px 0; }
  #page-home section#newsletter div.form #vfbField6,
  #page-home section#newsletter div.form input {
    width: calc(33% - 89px); }
  #page-home section#shops {
    padding: 50px 0; }
    #page-home section#shops .shops .shop {
      height: 120px;
      line-height: 80px;
      width: calc(25% - 10px); }
  #page-home section#stats {
    padding: 50px 0 20px; }
    #page-home section#stats .box {
      margin-bottom: 30px; }
  #page-home section#news div.image {
    display: none; }

  #page-landingspage .box .image h2 {
    font-size: 40px;
    line-height: 28px; }

  #header-slider {
    min-height: 500px;
    height: 500px; }
    #header-slider .slide div.information {
      width: 70%; }
      #header-slider .slide div.information h2 {
        font-size: 42px !important;
        line-height: 52px !important; }

  #page-winkels section#shops-map {
    display: none; }
  #page-winkels section#shops-overview {
    margin: 0;
    padding: 20px 0; }
    #page-winkels section#shops-overview .shops .shop {
      width: 223px; }
  #page-winkels section#shop-details {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100; }
    #page-winkels section#shop-details .wrapper {
      max-height: calc(100vh - 100px);
      overflow-y: scroll; }
    #page-winkels section#shop-details .shop .information .grid .item {
      width: 137px;
      height: 137px; }
    #page-winkels section#shop-details .shop .information .grid .item.large {
      width: 293px;
      height: 293px; }

  #page-koopzondagen section#information {
    padding: 50px 0; }
    #page-koopzondagen section#information div.dates div.date span.time {
      width: 190px; }

  #page-acties section#actions {
    padding: 50px 0; }
    #page-acties section#actions div.actions div.action div.content {
      padding-top: 30px;
      padding-right: 30px;
      padding-left: 30px;
      padding-bottom: 70px; }
      #page-acties section#actions div.actions div.action div.content a.read-more {
        left: 30px; }
    #page-acties section#actions div.actions div.action div.image {
      height: 170px; }

  #page-contact section#contact {
    padding: 50px 0; }

  #page-contact #header-slider {
    height: 300px;
    min-height: 300px; } }
@media (max-width: 767px) {
  header {
    position: relative; }
    header a.logo {
      width: 190px; }
    header #hamburger {
      display: block; }
    header nav {
      position: absolute;
      top: 100%;
      background: #fff;
      right: 0px;
      z-index: 10000;
      width: 100%;
      display: none; }
      header nav.active {
        display: block; }
      header nav ul {
        background: #d7eded;
        padding: 0 0px 0px;
        margin: 0; }
        header nav ul li {
          float: none;
          display: block;
          height: 50px;
          line-height: 50px;
          padding-left: 20px;
          padding-right: 20px;
          margin: 0;
          border-top: solid 1px rgba(0, 0, 0, 0.5); }
          header nav ul li a {
            display: block;
            height: 50px;
            line-height: 50px;
            padding-left: 0; }
          header nav ul li:first-child {
            border-top: 0; }
          header nav ul li.current-menu-item, header nav ul li:hover {
            background-color: #b4dfde;
            height: 50px;
            line-height: 50px; }
            header nav ul li.current-menu-item a, header nav ul li:hover a {
              color: #000;
              text-decoration: none; }

  #content {
    min-height: calc(100vh - 306px);
    position: relative; }

  footer {
    padding: 30px 0; }
    footer a.logo {
      width: 290px;
      height: 75px; }
    footer div.information,
    footer div.navigation {
      margin-top: 20px; }

  .intro-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px; }

  h1 {
    font-size: 32px;
    line-height: 38px; }

  h2 {
    font-size: 18px;
    line-height: 22px; }

  #page-landingspage div.logo {
    height: 125px;
    width: 100%;
    background: url("../img/logo.png") no-repeat center center #fff;
    background-size: 280px auto;
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
    margin-top: 0px;
    margin-left: 0px;
    z-index: 100; }
  #page-landingspage .box {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    width: 100%; }
    #page-landingspage .box.box-woonboulevard {
      left: 0; }
      #page-landingspage .box.box-woonboulevard .image {
        background: url("../img/woonboulevard-landing.jpg") no-repeat bottom center/cover; }
    #page-landingspage .box.box-autoboulevard .image {
      background: url("../img/autoboulevard-landing.jpg") no-repeat bottom center/cover; }
    #page-landingspage .box .image {
      height: 170px;
      position: relative; }
      #page-landingspage .box .image h2 {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        font-weight: 400;
        color: #fff;
        text-transform: uppercase;
        font-size: 35px;
        line-height: 23px;
        text-align: center;
        margin: 0;
        font-weight: 700; }
    #page-landingspage .box .information {
      position: relative;
      bottom: 0;
      height: auto;
      background: #fff;
      left: 0;
      width: 100%;
      padding-top: 20px;
      padding-bottom: 30px;
      text-align: center; }
      #page-landingspage .box .information p {
        font-size: 16px;
        width: 100%;
        line-height: 28px;
        display: inline-block; }
      #page-landingspage .box .information div.buttons {
        position: relative;
        bottom: auto;
        left: 0;
        width: 100%;
        text-align: center; }

  #page-home section#intro {
    padding: 30px 0; }
  #page-home section#newsletter {
    padding: 30px 0; }
  #page-home section#newsletter div.form {
    margin-top: 0px; }
    #page-home section#newsletter div.form input {
      width: 100%;
      float: none;
      margin-bottom: 15px; }
    #page-home section#newsletter div.form button {
      float: left;
      margin-top: 30px; }
  #page-home section#shops {
    padding: 30px 0; }
    #page-home section#shops .intro-title {
      width: 100%; }
    #page-home section#shops .shops {
      margin-bottom: 20px; }
      #page-home section#shops .shops .shop {
        height: 100px;
        line-height: 80px;
        width: calc(50% - 10px);
        padding: 10px; }
  #page-home section#stats {
    padding: 30px 0 10px; }
    #page-home section#stats .box {
      margin-bottom: 20px; }
  #page-home section#news {
    background: #fff; }
    #page-home section#news div.latest {
      margin: 0; }
      #page-home section#news div.latest div.content {
        padding: 30px 0 30px; }
        #page-home section#news div.latest div.content span.box-title {
          font-size: 22px; }
    #page-home section#news div.image {
      display: none; }

  #header-slider {
    min-height: 400px;
    height: 400px; }
    #header-slider .slide div.information {
      width: 100%; }
      #header-slider .slide div.information h2 {
        font-size: 32px !important;
        line-height: 36px !important;
        margin-bottom: 15px; }
      #header-slider .slide div.information h3 {
        font-size: 24px !important;
        line-height: 28px !important;
        margin-bottom: 20px; }

  #page-winkels section#shops-map {
    display: none; }
  #page-winkels section#shops-overview {
    margin: 0;
    padding: 20px 0; }
    #page-winkels section#shops-overview .shops {
      margin-bottom: 20px; }
      #page-winkels section#shops-overview .shops .shop {
        height: 100px;
        line-height: 80px;
        width: calc(50% - 10px);
        padding: 10px; }
  #page-winkels section#shop-details {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100; }
    #page-winkels section#shop-details .wrapper {
      max-height: calc(100vh - 50px);
      overflow-y: scroll; }
    #page-winkels section#shop-details .shop {
      padding-top: 35px;
      padding-bottom: 20px; }
      #page-winkels section#shop-details .shop h1 {
        font-size: 24px;
        line-height: 22px;
        padding-right: 60px; }
      #page-winkels section#shop-details .shop .information .grid {
        display: none; }
      #page-winkels section#shop-details .shop .extra-information {
        margin-top: 20px; }
        #page-winkels section#shop-details .shop .extra-information a.button {
          margin-bottom: 20px; }

  #page-koopzondagen #header-slider {
    height: 250px;
    min-height: 250px; }
  #page-koopzondagen section#information {
    padding: 30px 0; }
    #page-koopzondagen section#information h1 {
      margin-bottom: 20px; }
    #page-koopzondagen section#information div.next {
      margin-bottom: 20px; }
      #page-koopzondagen section#information div.next div.date {
        height: 50px;
        line-height: 50px;
        color: #fff;
        font-size: 20px;
        background: #FCC800;
        display: inline-block;
        padding: 0 10px;
        width: 100%;
        text-align: center; }
    #page-koopzondagen section#information div.dates div.date {
      height: auto; }
      #page-koopzondagen section#information div.dates div.date span.date,
      #page-koopzondagen section#information div.dates div.date span.time {
        width: 100%;
        text-align: center; }

  #page-acties section#actions {
    padding: 50px 0; }
    #page-acties section#actions div.actions div.action div.content {
      padding-top: 30px;
      padding-right: 30px;
      padding-left: 30px;
      padding-bottom: 70px; }
      #page-acties section#actions div.actions div.action div.content a.read-more {
        left: 30px; }
    #page-acties section#actions div.actions div.action div.image {
      height: 170px; }

  #single #header-slider {
    height: 250px;
    min-height: 250px; }
  #single section#info {
    padding: 30px 0; }

  #page-contact section#contact {
    padding: 30px 0; }

  #page-contact #header-slider {
    height: 250px;
    min-height: 250px; }
  #page-contact .content {
    margin-bottom: 20px; }
  #page-contact .vfb-col-12 {
    padding: 0; } }

/*# sourceMappingURL=app.css.map */
