h1, h2, h3, h4, h5, h6, p, * {
  font-weight: 300; }
  h1::-moz-selection, h2::-moz-selection, h3::-moz-selection, h4::-moz-selection, h5::-moz-selection, h6::-moz-selection, p::-moz-selection, *::-moz-selection {
    background: #98d45e;
    /* WebKit/Blink Browsers */
    color: white;
    /* WebKit/Blink Browsers */ }
  h1::selection, h2::selection, h3::selection, h4::selection, h5::selection, h6::selection, p::selection, *::selection {
    background: #98d45e;
    /* WebKit/Blink Browsers */
    color: white;
    /* WebKit/Blink Browsers */ }
  h1::-moz-selection, h2::-moz-selection, h3::-moz-selection, h4::-moz-selection, h5::-moz-selection, h6::-moz-selection, p::-moz-selection, *::-moz-selection {
    background: #98d45e;
    /* WebKit/Blink Browsers */
    color: white;
    /* WebKit/Blink Browsers */ }

h1 {
  margin-bottom: 20px;
  font-family: "museo-slab",serif;
  font-weight: 700;
  font-size: 63px;
  line-height: 74px;
  color: #2c2c2c; }
  @media screen and (max-width: 769px) {
    h1 {
      font-size: 40px;
      line-height: 5.5rem;
      margin: 0;
      padding: 0;
      float: none; } }
  @media screen and (max-width: 500px) {
    h1 {
      font-size: 28px;
      line-height: 4rem;
      margin: 0;
      padding: 0;
      float: none; } }

h4 {
  margin-bottom: 30px;
  font-family: "museo-slab",serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 46px;
  color: #2c2c2c; }
  @media screen and (max-width: 992px) {
    h4 {
      font-size: 26px;
      line-height: 32px;
      margin: 0 0 10px 0;
      padding: 0;
      float: none; } }
  @media screen and (max-width: 500px) {
    h4 {
      font-size: 22px;
      line-height: 28px;
      margin: 0 0 10px 0;
      padding: 0;
      float: none; } }

h5 {
  font-family: "museo-slab", serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 46px;
  color: white; }

h6 {
  font-family: "source_sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #a3a9af; }

p {
  font-family: "source_sans", sans-serif;
  font-size: 16px;
  line-height: 32px;
  color: #a3a9af; }

#app-layout {
  max-width: 1170px;
  margin: auto; }

.container-fluid {
  max-width: 970px !important; }

#wrapper {
  transition: all .5s ease; }
  @media screen and (min-width: 992px) {
    #wrapper {
      padding-left: 250px; } }

#pageWrapper {
  position: relative;
  padding: 0;
  top: 300px;
  margin-bottom: 30px; }
  @media screen and (min-width: 992px) {
    #pageWrapper {
      top: 235px;
      margin-bottom: 25px; } }

.container-left {
  margin-left: 0; }

.container-right {
  margin-right: 0; }

.scrollDown {
  z-index: 10;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #2c2c2c; }
  .scrollDown a {
    color: #2c2c2c; }
    .scrollDown a:hover {
      text-decoration: none; }
    .scrollDown a i {
      padding-left: 10px; }

.alert {
  position: relative;
  width: 100%;
  margin: 0 auto 20px auto;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 40px;
  border-radius: 0;
  font-family: "museo-slab", serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 1.8px;
  color: white; }

.alert-succes {
  background-color: #98d45e; }

.alert-fail {
  background-color: #e74c3c; }

#filter {
  width: 100%;
  border: none;
  border-bottom: 1px solid #f4f4f4;
  outline: none;
  font-size: 18px;
  padding: 0 0 10px 15px;
  margin: 15px 0 30px; }
  #filter:focus, #filter:active {
    border-bottom: 2px solid #98d45e; }

.btnClear {
  padding: 20px;
  background-color: transparent;
  border-radius: 0;
  border: 2px solid #98d45e;
  transition: all .5s ease-in-out; }
  .btnClear:hover {
    background-color: #98d45e; }
    .btnClear:hover a {
      color: white; }
  .btnClear a {
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1.8px;
    color: #2c2c2c;
    transition: all .5s ease-in-out; }

.btnImage {
  background: transparent;
  border: none;
  outline: 0;
  border-radius: 0;
  padding: 10px 10px;
  transition: all .2s ease-in-out; }
  .btnImage:focus {
    outline: 0; }

.btnNone, .btnDel {
  background: transparent;
  border: none;
  outline: 0;
  border-radius: 0;
  padding: 6px 10px;
  transition: all .2s ease-in-out; }
  .btnNone:hover, .btnDel:hover {
    background-color: #98d45e;
    color: white; }
  .btnNone:focus, .btnDel:focus {
    outline: 0; }

.btnDel:hover {
  background-color: #e74c3c;
  color: white; }

.btnConfirm, .btnCancel, .btnNew, .btnDarker {
  float: left;
  padding: 20px 40px;
  background-color: transparent;
  border-radius: 0;
  border: 2px solid #98d45e;
  transition: all .3s ease-in-out;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1.8px;
  color: #2c2c2c; }
  .btnConfirm:hover, .btnCancel:hover, .btnNew:hover, .btnDarker:hover {
    background-color: #98d45e;
    color: white; }

.btnCancel {
  float: right;
  border: 2px solid #e74c3c;
  background-color: #e74c3c;
  color: white; }
  .btnCancel:hover {
    background-color: #e74c3c; }

.btnNew {
  margin-top: -15px;
  background-color: #98d45e;
  color: white; }

.btnDarker {
  float: none;
  background-color: #88be54;
  color: white; }
  .btnDarker:hover {
    background-color: #88be54; }

.btnFull {
  width: 100%; }

.form-invis {
  display: none; }

.test {
  background-color: lightpink;
  min-height: 20px; }

.hide {
  display: hidden; }

.overflowxhidden {
  overflow-x: hidden; }

.displayblock {
  display: block; }

.nofloat {
  float: none; }

.clickthrough {
  pointer-events: none; }

.noselect {
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.cursorpointer {
  cursor: pointer !important; }

.nopadding {
  padding-left: 0;
  padding-right: 0; }

.nopaddingright {
  padding-right: 0; }

.nopaddingleft {
  padding-left: 0; }

@media screen and (min-width: 769px) {
  .nopaddingleftdesktop {
    padding-left: 0; } }

.paddingtop50 {
  padding-top: 50px; }

.paddingtop100 {
  padding-top: 100px; }

.paddingtop150 {
  padding-top: 150px !important; }

.paddingbottom50 {
  padding-bottom: 50px; }

.paddingbottom100 {
  padding-bottom: 100px; }

.nomargintop {
  margin-top: 0; }

.marginbottom100 {
  margin-bottom: 100px; }
  @media screen and (min-width: 993px) and (max-width: 1100px) {
    .marginbottom100 {
      margin-bottom: 300px; } }

.row.nogutters {
  margin-right: 0;
  margin-left: 0; }

.row.nogutters > [class^="col-"],
.row.nogutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0; }

.delay-03s {
  animation-delay: 0.3s; }

.delay-05s {
  animation-delay: 0.5s; }

.delay-06s {
  animation-delay: 0.6s; }

.delay-09s {
  animation-delay: 0.9s; }

.delay-1s {
  animation-delay: 1s; }

.delay-12s {
  animation-delay: 1.2s; }

.delay-15s {
  animation-delay: 1.5s; }

#sidebarWrapper {
  overflow-y: auto;
  position: fixed;
  width: 250px;
  height: 100vh;
  padding: 90px 0 25px 0;
  background: white;
  transition: all .5s ease-in-out; }

/* Sidebar Styles */
.sidebarLogo {
  cursor: pointer;
  display: block;
  width: 100px;
  margin: auto;
  padding-bottom: 37px;
  text-align: center; }
  .sidebarLogo img {
    width: 100%; }

.sidebarNav {
  position: relative;
  top: 0;
  width: 200px;
  margin: 0;
  list-style: none;
  padding-left: 0; }
  .sidebarNav li {
    list-style-type: none;
    text-indent: 50px;
    text-transform: uppercase;
    margin: 3px 0;
    padding: 7px 0;
    overflow: hidden;
    float: left; }
    .sidebarNav li p, .sidebarNav li a {
      display: block;
      text-decoration: none;
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      font-size: 12px;
      letter-spacing: 1.8px;
      color: #2c2c2c;
      transition: all .3s ease-in-out; }
      .sidebarNav li p:hover, .sidebarNav li a:hover {
        text-decoration: none;
        color: #98d45e;
        background: rgba(255, 255, 255, 0.2); }
      .sidebarNav li p:active, .sidebarNav li p:focus, .sidebarNav li a:active, .sidebarNav li a:focus {
        text-decoration: none; }
    .sidebarNav li p:hover {
      color: #2c2c2c;
      background: transparent; }
    .sidebarNav li a {
      float: left; }
    .sidebarNav li .dot-wrapper {
      float: right; }
      .sidebarNav li .dot-wrapper .dot {
        position: relative;
        top: -5px;
        right: 0;
        display: table;
        height: 17px;
        width: 17px;
        background-color: #98d45e;
        border-radius: 99px;
        margin: 0;
        padding: 0; }
        .sidebarNav li .dot-wrapper .dot .dot-inner {
          margin: 0;
          padding: 0;
          display: table-cell;
          vertical-align: middle;
          text-align: center;
          text-indent: 0;
          font-size: 10px;
          color: #fff; }
    .sidebarNav li .btnClear {
      margin: 10px 0 10px -30px; }
  .sidebarNav .sidebarBrand {
    height: 65px;
    font-size: 18px;
    line-height: 60px; }
    .sidebarNav .sidebarBrand a {
      color: #2c2c2c; }
      .sidebarNav .sidebarBrand a:hover {
        color: white;
        background: none; }

.activeNav {
  color: #98d45e !important; }

.social {
  position: absolute;
  bottom: 16px;
  width: 100%;
  text-align: left;
  margin: auto; }
  .social a {
    text-decoration: none; }
    .social a:first-of-type {
      margin-left: 50px;
      margin-right: 10px; }
    .social a:last-of-type {
      margin-right: 0; }
    .social a i {
      font-size: 20px;
      color: #a3a9af;
      transition: all .3s ease-in-out; }
      .social a i:hover {
        color: #2c2c2c; }
  .social p {
    text-indent: 50px;
    margin-top: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #a3a9af; }
    .social p span {
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      font-size: 12px;
      line-height: 18px;
      letter-spacing: 1.8px;
      color: #2c2c2c; }

#mobileMenuWrapper {
  z-index: 1000; }

.menuTop {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 175px;
  display: table;
  background-color: white;
  transition: all .5s ease-in-out; }

.scrolled {
  position: fixed;
  height: 100px;
  border-bottom: 1px solid #cbd1d7; }

/* Sidebar Styles */
.mobileMenuLogo, .mobileMenuToggle {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  transition: all .5s ease-in-out; }
  .mobileMenuLogo img, .mobileMenuToggle img {
    height: 100px;
    margin-left: 30px;
    float: left;
    transition: all .5s ease-in-out; }

.mobileMenuToggle {
  text-align: right; }
  .mobileMenuToggle img {
    margin-right: 30px;
    width: 50px;
    transition: all .5s ease-in-out; }

.mobileMenuLogoScrolled img {
  width: 75px; }

.mobileMenuToggleScrolled img {
  width: 35px; }

.mobileMenuNav {
  opacity: 0;
  z-index: 1000;
  position: fixed;
  top: 175px;
  border-top: 1px solid #cbd1d7;
  border-bottom: 1px solid #cbd1d7;
  background-color: white;
  padding: 40px 0;
  transition: all .2s ease-in-out; }
  .mobileMenuNav ul {
    list-style-type: none;
    width: 100vw;
    margin: 0;
    padding: 0; }
    .mobileMenuNav ul li {
      text-transform: uppercase;
      text-align: center;
      padding: 10px 0;
      transition: all .6s ease-in-out; }
      .mobileMenuNav ul li a {
        display: block;
        text-decoration: none;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-size: 12px;
        letter-spacing: 1.8px;
        color: #2c2c2c;
        transition: all .3s ease-in-out; }
        .mobileMenuNav ul li a:hover {
          text-decoration: none;
          color: #98d45e;
          background: rgba(255, 255, 255, 0.2); }
        .mobileMenuNav ul li a:active, .mobileMenuNav ul li a:focus {
          text-decoration: none; }

.animatefast {
  animation-duration: .4s !important; }

.form-group:last-of-type {
  margin-bottom: 50px; }

.cadeaubon input, .cadeaubon textarea, .cadeaubon select, .modalForm input, .modalForm textarea, .modalForm select, .login input, .login textarea, .login select {
  margin: 40px auto;
  padding: 10px 10px 10px 5px;
  border: none;
  outline: none;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid #cbd1d7; }
  .cadeaubon input:first-of-type, .cadeaubon textarea:first-of-type, .cadeaubon select:first-of-type, .modalForm input:first-of-type, .modalForm textarea:first-of-type, .modalForm select:first-of-type, .login input:first-of-type, .login textarea:first-of-type, .login select:first-of-type {
    margin-top: 0; }
  .cadeaubon input:active, .cadeaubon input:focus, .cadeaubon textarea:active, .cadeaubon textarea:focus, .cadeaubon select:active, .cadeaubon select:focus, .modalForm input:active, .modalForm input:focus, .modalForm textarea:active, .modalForm textarea:focus, .modalForm select:active, .modalForm select:focus, .login input:active, .login input:focus, .login textarea:active, .login textarea:focus, .login select:active, .login select:focus {
    border: none;
    outline: none;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 2px solid #98d45e; }

.cadeaubon textarea, .modalForm textarea, .login textarea {
  height: 100px;
  resize: none; }

.cadeaubon input::-webkit-input-placeholder, .modalForm input::-webkit-input-placeholder, .login input::-webkit-input-placeholder {
  color: #a3a9af; }

.cadeaubon textarea::-webkit-input-placeholder, .modalForm textarea::-webkit-input-placeholder, .login textarea::-webkit-input-placeholder {
  color: #a3a9af; }

.cadeaubon select::-webkit-input-placeholder, .modalForm select::-webkit-input-placeholder, .login select::-webkit-input-placeholder {
  color: #a3a9af !important; }

.modalForm .form-group {
  margin: 20px auto 30px !important; }

.footer {
  border-top: 1px solid #f4f4f4;
  padding-top: 100px;
  position: relative;
  z-index: 990;
  background-color: white;
  padding-bottom: 20px; }
  .footer .footer-block {
    float: left;
    margin-right: 40px; }
  .footer h6 {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1.8px;
    padding-bottom: 20px; }
  .footer ul {
    padding: 0; }
    .footer ul li {
      list-style: none;
      text-decoration: none;
      font-family: "source_sans", sans-serif;
      color: #a3a9af;
      font-size: 14px;
      line-height: 30px;
      font-weight: 300;
      transition: all .3s ease-in-out; }
      .footer ul li a {
        text-decoration: none;
        font-family: "source_sans", sans-serif;
        color: #a3a9af;
        font-size: 14px;
        line-height: 30px;
        font-weight: 300;
        transition: all .3s ease-in-out; }
        .footer ul li a:hover {
          color: #2c2c2c; }
  @media screen and (min-width: 993px) {
    .footer .legal {
      margin-top: 40px; } }
  .footer .legal h6 {
    padding-bottom: 0; }
    @media screen and (max-width: 992px) {
      .footer .legal h6 {
        padding-top: 20px; } }
  .footer .legal p {
    text-decoration: none;
    font-family: "source_sans", sans-serif;
    color: #a3a9af;
    font-size: 12px;
    line-height: 30px;
    font-weight: 100; }
  .footer .copyright {
    padding-right: 40px; }
    .footer .copyright span {
      padding-right: 15px; }
    .footer .copyright .logo {
      margin-bottom: 20px;
      width: 125px;
      height: auto; }
    .footer .copyright a {
      font-size: 12px;
      text-decoration: none;
      color: #a3a9af;
      transition: all .3s ease-in-out; }
      .footer .copyright a:hover {
        color: #98d45e; }

.mobilefooter {
  padding-top: 40px;
  margin-top: 100px; }
  .mobilefooter .mobilelogo {
    display: block;
    margin: 20px auto 80px auto;
    width: 50%;
    max-width: 200px; }
  .mobilefooter .copyright {
    margin: 70px auto 20px; }

.intro {
  z-index: 10;
  margin-bottom: 30px;
  height: calc(100vh - 300px - 10px); }
  @media screen and (min-width: 992px) {
    .intro {
      height: calc(100vh - 235px - 30px);
      border-left: 2px solid #2c2c2c;
      padding: 0 40px; }
      .intro h1 {
        margin-top: -15px; } }
  .intro .scrollDown {
    position: absolute;
    bottom: 20px;
    left: 20px; }
    @media screen and (min-width: 992px) {
      .intro .scrollDown {
        position: absolute;
        bottom: 0;
        left: 50px; } }

.homeLeftBlock {
  opacity: 0;
  margin-bottom: 40px;
  padding-top: 40px; }
  @media screen and (max-width: 991px) {
    .homeLeftBlock {
      margin-bottom: 30px;
      padding-top: 30px; }
      .homeLeftBlock h1 {
        float: none; } }
  .homeLeftBlock p {
    width: 95%; }

@media screen and (max-width: 991px) {
  #title .homeLeftBlock {
    opacity: 1; } }

.homeRightImage {
  background: url("/img/home_fotorechts.jpg") no-repeat center center;
  background-size: cover; }

.titleBar {
  z-index: 40;
  background-color: #98d45e;
  padding: 10px 20px 10px 0;
  margin-left: -15px;
  width: 85%;
  position: relative;
  top: -45vh; }
  @media screen and (max-width: 992px) {
    .titleBar {
      top: 0; } }
  .titleBar h1 {
    float: none;
    text-align: right;
    font-size: 3.5rem;
    color: white; }

.imageTitleBar {
  z-index: -40;
  margin-top: 50px; }
  .imageTitleBar .bckgrnd {
    background: url("/img/home_fotorechts.jpg") no-repeat center center;
    height: 40vh; }

#mobileMap {
  height: 50vh;
  background-color: lightpink;
  margin-bottom: 50px; }

.main-carousel, .carousel-cell {
  height: 40vh;
  width: 100%; }
  @media screen and (max-width: 992px) {
    .main-carousel, .carousel-cell {
      height: 60vh; } }

.carousel-cell {
  background-size: cover; }

#slider {
  margin-bottom: 40px; }
  #slider .main-carousel, #slider .carousel-cell {
    height: 40vh;
    width: 100%; }
  #slider .carousel-cell {
    background-size: cover; }

.leveranciersslidermobile {
  margin-bottom: 30px; }

.gridslider {
  margin-bottom: 30px; }

.gridslidermobile {
  margin-bottom: 30px; }

.rowoverlay {
  position: absolute;
  top: calc(100vh - 235px - 70px);
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1; }

.greenOverlayBar {
  background-color: #98d45e;
  float: right;
  max-width: 290px;
  box-shadow: 13px 0 51px rgba(0, 0, 0, 0.2);
  padding-top: 75px;
  padding-bottom: 75px; }
  .greenOverlayBar .sectiontwo p {
    line-height: 28px; }
  @media screen and (min-width: 992px) {
    .greenOverlayBar .sectionone {
      opacity: 0; }
    .greenOverlayBar .sectiontwo {
      opacity: 0; }
    .greenOverlayBar .impressie {
      opacity: 0; }
    .greenOverlayBar .productie {
      opacity: 0; } }
  @media screen and (max-width: 991px) {
    .greenOverlayBar .sectionone {
      opacity: 1; }
    .greenOverlayBar .sectiontwo {
      opacity: 1; }
    .greenOverlayBar .impressie {
      opacity: 1; }
    .greenOverlayBar .productie {
      opacity: 1; } }
  @media screen and (min-width: 991px) and (max-width: 1100px) {
    .greenOverlayBar .impressie {
      margin-bottom: 100px !important; } }
  .greenOverlayBar h4:first-of-type {
    padding-top: 100px; }
  .greenOverlayBar h4, .greenOverlayBar p {
    width: 80% !important;
    margin: auto;
    color: white; }
  .greenOverlayBar h4:last-of-type {
    word-wrap: break-word; }
  .greenOverlayBar h4 {
    margin-bottom: 20px; }

.mobilemap {
  margin-top: 30px; }

#contact {
  margin-top: 200px; }
  @media screen and (max-width: 991px) {
    #contact {
      margin-top: 50px; } }
  #contact .homeLeftBlock {
    opacity: 1; }
  #contact .homeRightBlock .metdefiets {
    margin-top: 50px; }
  #contact #map {
    width: 95%;
    min-height: 700px; }
  #contact .metdefiets, #contact .metdebus, #contact .metdeauto {
    opacity: 0;
    margin-bottom: 20px;
    transition: all .3s ease-in-out; }
    @media screen and (max-width: 991px) {
      #contact .metdefiets, #contact .metdebus, #contact .metdeauto {
        opacity: 1; } }
    #contact .metdefiets h4, #contact .metdebus h4, #contact .metdeauto h4 {
      width: 90%; }
      @media screen and (max-width: 991px) {
        #contact .metdefiets h4, #contact .metdebus h4, #contact .metdeauto h4 {
          margin-top: 50px;
          margin-bottom: 10px; } }
    #contact .metdefiets p, #contact .metdebus p, #contact .metdeauto p {
      width: 90%; }

.collage {
  margin-bottom: 10px; }
  .collage img {
    width: 100%; }

@media screen and (max-width: 991px) {
  #blad {
    margin-bottom: 350px; } }

#blad .bladText {
  opacity: 0; }
  @media screen and (max-width: 991px) {
    #blad .bladText {
      opacity: 1; } }
  #blad .bladText h4, #blad .bladText p {
    width: 92%; }
  #blad .bladText p {
    margin-bottom: 35px; }

#blad .imageplaceholder {
  background: no-repeat center center;
  background-size: cover; }

#blad .greenCallToAction {
  background-color: #98d45e;
  display: block;
  min-width: 200px;
  padding: 45px; }
  #blad .greenCallToAction p {
    margin: 0;
    font-family: "museo-slab", serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 46px;
    color: white; }

.introversbar {
  z-index: 200; }
  .introversbar h1 {
    width: 100%; }
  @media screen and (max-width: 991px) {
    .introversbar {
      top: -100px; } }
  @media screen and (min-width: 992px) {
    .introversbar {
      height: calc(100vh - 100px); } }
  .introversbar h1 {
    margin-bottom: 50px; }
  .introversbar p {
    width: 80%;
    margin-bottom: 40px; }
  @media screen and (max-width: 992px) {
    .introversbar .scrollToMenu {
      position: absolute;
      bottom: 20px;
      left: 20px; } }
  .introversbar .scrollToMenu a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.8px;
    color: #98d45e; }
    .introversbar .scrollToMenu a img {
      padding-right: 25px; }
    .introversbar .scrollToMenu a i {
      padding-left: 10px; }

#evenement {
  position: relative; }
  #evenement .upcomingevenement {
    position: relative;
    top: -10px; }
    #evenement .upcomingevenement p {
      font-family: 'Montserrat', sans-serif;
      text-transform: uppercase;
      font-weight: 700 !important;
      font-size: 12px;
      letter-spacing: 1.8px; }
  #evenement .evenement {
    display: table;
    background-color: #98d45e;
    padding: 30px 40px 30px 80px;
    color: white;
    margin-top: -20px;
    z-index: 50; }
    #evenement .evenement .date, #evenement .evenement .title, #evenement .evenement .inschrijven {
      display: table-cell; }
    #evenement .evenement .date {
      text-align: center;
      padding-right: 20px;
      border-right: 2px solid #96bd54; }
      #evenement .evenement .date p {
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-size: 11px;
        letter-spacing: 1.8px;
        color: white; }
      #evenement .evenement .date h5 {
        padding: 0;
        margin: 0; }
    #evenement .evenement .title {
      padding: 0 10px 0 20px; }
      #evenement .evenement .title h5 {
        padding: 0;
        margin: 0; }
      #evenement .evenement .title p {
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        font-size: 11px;
        line-height: 18px;
        letter-spacing: 1.8px;
        color: white; }
    #evenement .evenement .inschrijven {
      padding: 30px;
      background-color: #98bc5c; }
      #evenement .evenement .inschrijven p {
        padding: 0;
        margin: 0;
        vertical-align: middle;
        text-align: center;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 1.8px;
        color: white; }

#mobileevenement {
  margin-top: 40px; }
  #mobileevenement .evenement .title {
    margin-top: 20px; }
    #mobileevenement .evenement .title h5 {
      color: #2c2c2c;
      line-height: 36px; }
      #mobileevenement .evenement .title h5 span {
        font-size: .8em;
        color: #a3a9af; }
  #mobileevenement .evenement button {
    margin-top: 10px;
    margin-bottom: 40px; }

.rowoverlayversbar {
  top: 96vh;
  margin-left: -100px; }

#video {
  margin-top: -100px; }
  #video img {
    margin-top: -100px;
    margin-bottom: 100px;
    width: 100%; }
    @media screen and (max-width: 992px) {
      #video img {
        margin-top: 100px; } }

.beomanier {
  box-shadow: none;
  float: right;
  width: 290px;
  padding-top: 100px; }
  @media screen and (min-width: 992px) and (max-width: 1050px) {
    .beomanier {
      width: 250px; } }

.tabContainer {
  text-align: center; }

.etabs {
  padding: 15px 60px 0 60px;
  margin-bottom: 75px;
  display: inline-block; }
  @media screen and (min-width: 992px) {
    .etabs {
      background-color: #98d45e; } }

.tab {
  display: inline-block; }
  .tab a {
    text-decoration: none;
    text-transform: uppercase;
    line-height: 2em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 1.8px;
    color: #2c2c2c;
    display: block;
    padding: 15px 20px 20px 20px;
    outline: none;
    text-decoration: none;
    transition: all .3s ease-in-out; }
    @media screen and (min-width: 992px) {
      .tab a {
        color: white; } }
    .tab a:hover {
      text-decoration: none;
      background-color: #98d45e;
      color: white; }
      @media screen and (min-width: 992px) {
        .tab a:hover {
          border-bottom: 5px solid #98bc5c;
          color: white; } }
  .tab .active {
    text-decoration: none;
    background-color: #98d45e;
    color: white; }
    @media screen and (min-width: 992px) {
      .tab .active {
        border-bottom: 5px solid #98bc5c;
        color: white; } }

.sizewrapper {
  margin-top: -50px; }
  .sizewrapper .tog {
    font-weight: 500;
    font-size: 16px;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 10px 20px;
    margin-bottom: 30px;
    color: #98d45e;
    background-color: white; }
  .sizewrapper .togactive {
    background-color: #98d45e;
    color: white; }

#menu {
  margin-top: 150px; }
  @media screen and (max-width: 991px) {
    #menu {
      margin-top: 50px; } }
  #menu h4 {
    text-align: center; }
  @media screen and (min-width: 991px) {
    #menu .leftGerechten {
      border-right: 2px solid #f4f4f4;
      padding-right: 30px; } }
  @media screen and (min-width: 991px) {
    #menu .rightGerechten {
      padding-left: 30px; } }
  #menu .item {
    display: block;
    overflow: hidden;
    padding-bottom: 25px;
    text-align: left;
    height: 95px; }
    #menu .item .name, #menu .item .price {
      float: left; }
    #menu .item .name {
      width: calc(100% - 85px); }
    #menu .item .price {
      width: 85px; }
    @media screen and (max-width: 991px) {
      #menu .item .name p {
        line-height: 24px; } }
    #menu .item .name p:first-of-type {
      margin: 0;
      padding: 0;
      text-align: left;
      font-family: "museo-slab", serif;
      font-weight: 700;
      font-size: 22px;
      color: #2c2c2c; }
    #menu .item .name p:last-of-type {
      margin: 0;
      padding: 0;
      text-transform: uppercase;
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      line-height: 16px;
      font-size: 9px;
      letter-spacing: 1.2px; }
    #menu .item .price {
      vertical-align: top;
      text-align: right; }
      #menu .item .price p {
        margin: 0;
        padding: 0;
        font-family: "museo-slab", serif;
        font-weight: 700;
        font-size: 25px;
        color: #2c2c2c; }

.versbarslider {
  margin-top: 40px;
  height: auto !important; }

.versbarslider-mobile {
  margin-top: 40px; }

.versbarslider-mobile,
.versbarslide {
  height: auto !important; }

.versbarslide img {
  width: 100%; }

.introversmarkt p {
  width: 80%; }

#leveranciers {
  margin-top: -50px;
  margin-bottom: 100px; }
  @media screen and (min-width: 1100px) {
    #leveranciers {
      margin-top: 0px; } }
  @media screen and (min-width: 992px) and (max-width: 1100px) {
    #leveranciers {
      padding-top: 50px; } }
  #leveranciers .flickity-prev-next-button {
    top: 10%; }
  #leveranciers .leverancierstitle {
    font-family: 'museo-slab', serif;
    font-weight: 700;
    font-size: 16px;
    color: #2c2c2c;
    margin: 15px 0 0 0;
    padding: 0; }
  #leveranciers ul {
    margin-top: 20px;
    padding-left: 20px; }
    #leveranciers ul li {
      padding: 5px 0 5px 15px;
      list-style-image: url("/icons/listdot.png");
      font-family: "museo-slab", serif;
      font-weight: 700;
      font-size: 16px;
      color: #2c2c2c; }
  #leveranciers .leftBlock {
    /* fill-in selected dot */ }
    #leveranciers .leftBlock img {
      width: 100%; }
    #leveranciers .leftBlock .mhleveranciers {
      height: 582px !important;
      overflow: hidden; }
    #leveranciers .leftBlock .main-carousel .carousel-cell {
      width: 100%;
      background: no-repeat center center;
      background-size: cover; }
    #leveranciers .leftBlock .flickity-page-dots {
      bottom: 20px; }
    #leveranciers .leftBlock .flickity-page-dots .dot {
      border-radius: 0;
      width: 20px;
      height: 4px;
      opacity: 1;
      background: white; }
    #leveranciers .leftBlock .flickity-page-dots .dot.is-selected {
      background: #98d45e; }
    #leveranciers .leftBlock .controls {
      position: absolute;
      z-index: 999;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      cursor: pointer; }
      @media screen and (max-width: 1075px) {
        #leveranciers .leftBlock .controls {
          display: none !important; } }
      #leveranciers .leftBlock .controls img {
        width: 10px;
        height: 20px;
        margin: 0 10px; }
      #leveranciers .leftBlock .controls .prev {
        float: left; }
        #leveranciers .leftBlock .controls .prev img {
          margin-left: 0; }
      #leveranciers .leftBlock .controls .next {
        float: right; }
        #leveranciers .leftBlock .controls .next img {
          margin-right: 0; }
      #leveranciers .leftBlock .controls p {
        font-family: "museo-slab", serif;
        font-weight: 700;
        font-size: 16px;
        color: white; }
  #leveranciers .rightBlock {
    padding: 0 75px; }
    #leveranciers .rightBlock h4, #leveranciers .rightBlock p {
      opacity: 0; }
      @media screen and (max-width: 991px) {
        #leveranciers .rightBlock h4, #leveranciers .rightBlock p {
          opacity: 1; } }

@media screen and (max-width: 991px) {
  .bottomfixmobile {
    margin-bottom: 350px; } }

#mobileslider .flickity-prev-next-button, #mobileleveranciers .flickity-prev-next-button {
  top: 10%; }

#mobileslider .leverancierstitle, #mobileleveranciers .leverancierstitle {
  font-family: 'museo-slab', serif;
  font-weight: 700;
  font-size: 16px;
  color: #2c2c2c;
  margin: 25px 0 0 0;
  padding: 0; }

#mobileslider ul, #mobileleveranciers ul {
  margin-top: 20px;
  padding-left: 20px; }
  @media screen and (max-width: 768px) {
    #mobileslider ul, #mobileleveranciers ul {
      margin-bottom: 100px; } }
  #mobileslider ul li, #mobileleveranciers ul li {
    padding: 5px 0 5px 15px;
    list-style-image: url("/icons/listdot.png");
    font-family: "museo-slab", serif;
    font-weight: 700;
    font-size: 16px;
    color: #2c2c2c; }

#mobileslider .main-carousel, #mobileleveranciers .main-carousel {
  margin-top: 25px; }

#mobileslider .main-carousel, #mobileslider .carousel-cell, #mobileleveranciers .main-carousel, #mobileleveranciers .carousel-cell {
  height: 60vh;
  width: 100%; }

#mobileslider .carousel-cell, #mobileleveranciers .carousel-cell {
  background-size: cover; }

@media screen and (max-width: 650px) {
  #mobileslider .leveranciersslider,
  #mobileslider .leverancierstitle,
  #mobileslider .leverancierslist, #mobileleveranciers .leveranciersslider,
  #mobileleveranciers .leverancierstitle,
  #mobileleveranciers .leverancierslist {
    display: block;
    width: 90% !important;
    margin: 0 5%; } }

#slider .main-carousel {
  margin-top: 25px; }

#slider .main-carousel, #slider .carousel-cell {
  height: 40vw;
  width: 100%; }
  @media screen and (max-width: 992px) {
    #slider .main-carousel, #slider .carousel-cell {
      height: 60vw; } }

#slider .carousel-cell {
  background-size: cover; }

.swipe {
  margin-top: 20px; }

@media screen and (max-width: 992px) {
  .swipe {
    margin-top: 30px;
    text-align: center;
    line-height: 1.1em; } }

#restaurants img {
  width: 100%; }

#restaurants .rowoverlay {
  left: 500px;
  right: 0; }

#markets {
  margin: 60px auto; }
  #markets .market {
    text-align: center; }
    @media screen and (max-width: 768px) {
      #markets .market {
        margin-bottom: 40px; } }
    #markets .market img {
      width: 100%;
      height: auto;
      max-height: 200px; }
      @media screen and (max-width: 768px) {
        #markets .market img {
          margin-bottom: 30px; } }
    #markets .market p {
      line-height: 24px; }
    #markets .market a {
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      font-size: 12px;
      letter-spacing: 1.8px;
      color: #98d45e;
      text-transform: uppercase;
      text-decoration: none;
      transition: all .4s ease; }
      #markets .market a:hover {
        color: rgba(152, 212, 94, 0.7); }

.contactinfo {
  z-index: 2;
  background-color: #98d45e;
  padding: 40px 50px 25px 80px;
  margin-top: -75px;
  margin-left: -25px; }
  .contactinfo ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: row;
    flex-direction: row; }
    .contactinfo ul li {
      -ms-flex-positive: 1;
      flex-grow: 1;
      text-align: center; }
      .contactinfo ul li p {
        font-family: "museo-slab", serif;
        font-weight: 700;
        font-size: 14px;
        letter-spacing: 1.8px;
        color: white; }
        @media screen and (max-width: 1150px) and (min-width: 993px) {
          .contactinfo ul li p {
            font-size: 12px; } }
      .contactinfo ul li:first-of-type {
        text-align: left; }
      .contactinfo ul li:last-of-type {
        text-align: right; }

.mobilecontactinfo .info {
  margin-top: 30px; }
  .mobilecontactinfo .info p i {
    padding-right: 15px; }

#team img {
  width: 100%; }

@media screen and (max-width: 991px) {
  #team {
    margin-top: 50px;
    margin-bottom: 350px; } }

#team .title {
  display: inline-block;
  padding: 30px;
  background-color: #98d45e; }
  @media screen and (max-width: 991px) {
    #team .title {
      padding: 10px 15px; } }
  #team .title p {
    font-family: "museo-slab", serif;
    font-weight: 700;
    font-size: 25px;
    color: white; }

#team .image {
  z-index: -10;
  margin-top: -50px; }
  @media screen and (max-width: 991px) {
    #team .image {
      margin-top: -40px; } }

.introcadeaubon {
  height: calc(100vh - 100px);
  z-index: 200; }

.cadeaubon {
  width: 90%; }

.modal-content {
  border-radius: 0;
  padding: 20px; }

.cadeaubonwrapper {
  margin-bottom: 100px; }

.cadeaubonwrapper {
  margin-bottom: 100px; }

.stores {
  margin-top: -150px; }
  .stores .store {
    position: relative;
    padding: 0 10px; }
    @media screen and (max-width: 992px) {
      .stores .store {
        margin-top: 60px; } }
    @media screen and (max-width: 768px) {
      .stores .store {
        margin-top: 40px; } }
    .stores .store h4 {
      font-size: 26px;
      line-height: 36px; }
      @media screen and (max-width: 992px) {
        .stores .store h4 {
          font-size: 20px;
          line-height: 28px; } }
    .stores .store .store-img {
      background: no-repeat center center/cover;
      width: 100%;
      height: 150px; }
    .stores .store .inner {
      background-color: #98d45e;
      box-shadow: 13px 0 51px rgba(0, 0, 0, 0.2);
      margin-top: -20px;
      padding: 0 25px 10px 25px; }
      .stores .store .inner h2 {
        font-family: "museo-slab", serif;
        font-size: 22px;
        color: white;
        font-weight: 700;
        padding-top: 20px; }
      .stores .store .inner p {
        font-family: "Source Sans Pro", sans-serif;
        font-size: 17px;
        line-height: 24px;
        font-weight: 300;
        color: white; }
        .stores .store .inner p a {
          text-decoration: none;
          color: white;
          transition: all .4s ease; }
          .stores .store .inner p a:hover {
            color: rgba(255, 255, 255, 0.5); }
      .stores .store .inner .info {
        line-height: 30px; }

.directions {
  margin: 80px auto 60px auto; }
  @media screen and (max-width: 768px) {
    .directions {
      margin: 60px auto; } }
  @media screen and (max-width: 768px) {
    .directions .direction {
      margin-bottom: 40px; } }
  .directions .metdefiets,
  .directions .metdebus,
  .directions .metdeauto {
    padding: 0 10px; }
  @media screen and (min-width: 992px) {
    .directions .metdefiets {
      padding: 0 25px; }
    .directions .metdebus {
      padding: 0 35px; }
    .directions .metdeauto {
      padding: 0 45px; } }

.form-group:last-of-type {
  margin-bottom: 50px; }

.cadeaubon input, .cadeaubon textarea, .cadeaubon select, .modalForm input, .modalForm textarea, .modalForm select, .login input, .login textarea, .login select {
  margin: 40px auto;
  padding: 10px 10px 10px 5px;
  border: none;
  outline: none;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid #cbd1d7; }
  .cadeaubon input:first-of-type, .cadeaubon textarea:first-of-type, .cadeaubon select:first-of-type, .modalForm input:first-of-type, .modalForm textarea:first-of-type, .modalForm select:first-of-type, .login input:first-of-type, .login textarea:first-of-type, .login select:first-of-type {
    margin-top: 0; }
  .cadeaubon input:active, .cadeaubon input:focus, .cadeaubon textarea:active, .cadeaubon textarea:focus, .cadeaubon select:active, .cadeaubon select:focus, .modalForm input:active, .modalForm input:focus, .modalForm textarea:active, .modalForm textarea:focus, .modalForm select:active, .modalForm select:focus, .login input:active, .login input:focus, .login textarea:active, .login textarea:focus, .login select:active, .login select:focus {
    border: none;
    outline: none;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 2px solid #98d45e; }

.cadeaubon textarea, .modalForm textarea, .login textarea {
  height: 100px;
  resize: none; }

.cadeaubon input::-webkit-input-placeholder, .modalForm input::-webkit-input-placeholder, .login input::-webkit-input-placeholder {
  color: #a3a9af; }

.cadeaubon textarea::-webkit-input-placeholder, .modalForm textarea::-webkit-input-placeholder, .login textarea::-webkit-input-placeholder {
  color: #a3a9af; }

.cadeaubon select::-webkit-input-placeholder, .modalForm select::-webkit-input-placeholder, .login select::-webkit-input-placeholder {
  color: #a3a9af !important; }

.modalForm .form-group {
  margin: 20px auto 30px !important; }

.adminpage {
  padding-bottom: 50px; }

.fa-check {
  color: #2ecc71; }

.fa-times {
  color: #e74c3c; }

.inactive {
  color: #cbd1d7; }

h1 {
  float: left; }

.btnNew {
  float: right; }

.dashboard .infoBlock {
  display: table;
  width: 96%;
  margin: 0 auto 20px auto;
  padding: 10px 20px;
  background-color: transparent;
  border-radius: 0;
  border: 2px solid #98d45e;
  transition: all .5s ease-in-out; }
  .dashboard .infoBlock:hover {
    background-color: #98d45e; }
    .dashboard .infoBlock:hover p {
      color: white; }
  .dashboard .infoBlock img {
    vertical-align: middle;
    max-height: 42px;
    width: 50px; }
  .dashboard .infoBlock p, .dashboard .infoBlock a {
    horiz-align: left;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1.8px;
    color: #2c2c2c;
    transition: all .3s ease-in-out; }
    .dashboard .infoBlock p span, .dashboard .infoBlock a span {
      font-size: 1.5em; }
  .dashboard .infoBlock p {
    margin-bottom: 0;
    text-align: right;
    font-size: 10px;
    color: #a3a9af; }

.dashboard .cadeau {
  background-color: #98d45e;
  color: white;
  text-align: center; }
  .dashboard .cadeau img {
    max-height: 28px; }
  .dashboard .cadeau .img {
    display: inline-block; }
    .dashboard .cadeau .img span {
      display: inline-block;
      position: relative;
      margin: -10px 0 0 -10px;
      background-color: #e74c3c;
      color: white;
      line-height: 22px;
      height: 22px;
      width: 22px;
      text-shadow: 0 1px rgba(0, 0, 0, 0.25);
      border-radius: 50%;
      font-size: 16px; }

td a {
  color: #cbd1d7;
  text-decoration: none; }
  td a:hover {
    text-decoration: none; }

.splashWrapper {
  height: 100vh; }
  @media screen and (min-width: 992px) {
    .splashWrapper {
      overflow-y: hidden; } }
  .splashWrapper .logo {
    padding: 80px 0; }
    @media screen and (max-width: 992px) {
      .splashWrapper .logo {
        padding: 40px 0 20px 0; } }
  .splashWrapper .waardenWrapper .waarden {
    width: 100%;
    float: left;
    color: black;
    padding-left: 85px;
    padding-top: 20px;
    font-family: "museo-slab", serif;
    font-weight: 700;
    letter-spacing: .70em;
    font-size: 10px;
    transform-origin: top left;
    transform: rotate(90deg); }
  .splashWrapper .waardenWrapper h4 {
    float: left; }
  .splashWrapper .openingsuren {
    padding: 50px;
    height: 100vh;
    background-color: #98d45e; }
    .splashWrapper .openingsuren h1, .splashWrapper .openingsuren h4, .splashWrapper .openingsuren p {
      color: white; }
    .splashWrapper .openingsuren h1 {
      font-size: 36px;
      line-height: 40px;
      padding-top: 30px;
      padding-bottom: 60px; }
    .splashWrapper .openingsuren h4 {
      font-size: 28px;
      line-height: 36px; }
    @media screen and (max-width: 992px) {
      .splashWrapper .openingsuren {
        background-color: white; }
        .splashWrapper .openingsuren h4, .splashWrapper .openingsuren p {
          text-align: center;
          color: #2c2c2c; } }
  .splashWrapper .paddink {
    padding-right: 30px; }
  .splashWrapper a {
    color: #fff; }
  @media screen and (max-width: 992px) {
    .splashWrapper .info {
      text-align: center; }
      .splashWrapper .info .logo {
        text-align: center; }
    .splashWrapper .waardenWrapper h4 {
      width: 100%;
      text-align: center; } }

.flickity-page-dots {
  bottom: 20px; }

.flickity-page-dots .dot {
  border-radius: 0;
  width: 20px;
  height: 4px;
  opacity: 1;
  background: white; }

/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
  background: #98d45e; }

.controls {
  position: absolute;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer; }
  @media screen and (max-width: 1075px) {
    .controls {
      display: none !important; } }
  .controls img {
    width: 10px;
    height: 20px;
    margin: 0 10px; }
  .controls .prev {
    float: left; }
    .controls .prev img {
      margin-left: 0; }
  .controls .next {
    float: right; }
    .controls .next img {
      margin-right: 0; }
  .controls p {
    font-family: "museo-slab", serif;
    font-weight: 700;
    font-size: 16px;
    color: white; }

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