/*
 * screen
 */
/*
 * partials/base
 */
/*
 * globals/all
 */
/*
 * globals/variables
 */
/*
 * globals/mixins
 *
 * Bron:
 * http://web-design-weekly.com/2013/05/12/handy-sass-mixins/
 */
/*
 * globals/htmlbody
 */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  margin-bottom: 50px;
  font-size: 16px; }

/*
 * globals/elements
 */
article, form, table, ul {
  margin-bottom: 20px; }

h1 {
  line-height: 2;
  color: #ff6600; }

h2 {
  font-size: 2em;
  font-weight: normal; }
  .front-page h2 {
    margin-top: 0; }

a.anchor-block:hover {
  text-decoration: none; }

a.cta {
  display: inline-block;
  width: 100%;
  padding: 6px 12px;
  margin-bottom: 20px;
  font-size: 1.4286em;
  text-align: center;
  color: #fff;
  background-color: #ff6600;
  border: 1px solid #ff6600;
  -webkit-border-radius: 15px 15px 15px 15px;
  border-radius: 15px 15px 15px 15px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }
  a.cta:hover {
    border: 1px solid #000;
    text-decoration: none; }
  a.cta.blue {
    background-color: #1268B3;
    border: 1px solid #1268B3; }
  a.cta.red {
    background-color: #ff0000;
    border: 1px solid #ff0000; }

table th, table td {
  padding: 2px 20px 2px 0; }

/*
 * globals/helpers
 */
/* Bootstrap */
.btn {
  white-space: normal; }

/* HCV */
.attention {
  padding: 10px 20px;
  border: 1px dotted #ff6600;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

.message {
  background-color: #fff;
  -webkit-border-radius: 15px 15px 15px 15px;
  border-radius: 15px 15px 15px 15px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  opacity: 0.875;
  filter: alpha(opacity=87.5);
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 20px;
  padding: 10px 15px;
}
.message h2 {
  margin: 5px 0;
}

.selected-camper {
  margin: 35px 0 10px 0;
  padding: 10px;
  text-align: center;
  color: #fff;
  border: 1px solid #1268B3;
  background-color: #1268B3;
  -webkit-border-radius: 6px 6px 6px 6px;
  border-radius: 6px 6px 6px 6px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }
  .selected-camper .btn {
    font-size: 1em; }

/* Layout */
.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

/*
 * partials/section-header
 */
#header-section {
  /*
   * General
   */
  /*
   * Extra small
   */
  /*
   * Small devices, tablets
   */ }
  #header-section h1, #header-section img {
    width: 100%; }
  @media only screen and (max-width: 767px) {
    #header-section {
      margin-top: 10px; }
      #header-section.front-page h1 img {
        margin-top: 10px; }
      #header-section.front-page .message h2 {
        text-align: center; }
        #header-section.front-page .message p {
          font-size: 1em; } }
  @media only screen and (min-width: 768px) {
    #header-section {
      margin-top: 60px;
      height: 300px;
      background-color: #fff;
      background-image: url("../img/bg-section-header.jpg");
      background-repeat: no-repeat;
      background-position: 50% 30%;
      background-size: 100% auto;
      /*
       * Medium devices, desktops
       */
      /*
       * Large devices, wide screens
       */ }
      #header-section h1 {
        margin-top: -40px; }
      #header-section .message h2 {
        text-align: center;
        margin-bottom: 10px;
        max-height: 250px; }
        #header-section .message p {
          font-size: 1em;
          color: #1268B3; }
      #header-section.front-page {
        height: 350px;
        background-image: url("../img/bg-section-header-front-page.jpg"); }
        #header-section.front-page h1 {
          margin-top: -65px; }
          #header-section.front-page h1 img {
            margin-top: 25px; } }

  @media only screen and (min-width: 768px) and (min-width: 992px) {
    #header-section {
      margin-top: 80px; }
      #header-section h1 {
        margin-top: -55px; }
      #header-section.front-page h1 img {
        margin-top: 10px; }
      #header-section.front-page .message {
        margin-top: 65px; } }

  @media only screen and (min-width: 768px) and (min-width: 1200px) {
    #header-section {
      margin-top: 100px; }
      #header-section h1 {
        margin-top: -65px; }
      #header-section.front-page h1 img {
        margin-top: 0; }
      #header-section.front-page .message {
        margin-top: 80px; } }

#header-section .message p.orange,
#header-section .message p.orange a { color: #ff6600; }

/*
 * partials/section-nav
 */
#nav-section {
  height: 52px;
  font-size: 1em;
  font-variant: small-caps;
  /* Extra Small Devices, Phones */
  /* Small Devices, Tablets */
  /* Medium Devices, Desktops */
  /* Large Devices, Wide Screens */ }
  #nav-section nav {
    z-index: 1000; }
  #nav-section .navbar {
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */ }
  #nav-section a {
    color: #fff; }
    #nav-section a:hover {
      color: #ff6600; }
  @media only screen and (min-width: 992px) {
    #nav-section {
      font-size: 1.25em; } }

/*
 * partials/section-camper
 */
#camper-section {
/*
 * General
 */
text-align: left;
/*
 * Extra small
 */
/*
 * Small devices, tablets
 */
/*
 * Medium devices, desktops
 */
/*
 * Large devices, wide screens
 */
}

#camper-section.front-page a.cta {
  -webkit-border-radius: 0;
  border-radius: 0;
}

#camper-section .intro {
  margin-bottom: 50px;
}
  #camper-section .camper-brands {
    padding-left: 20px;
    border-left: 1px solid #000; }
    #camper-section .camper-brands a {
      display: inline;
      margin-right: 20px; }
    #camper-section .camper-brands img {
      max-height: 60px; }
  #camper-section .camper-block {
    position: relative;
    background-color: #000;
    color: #fff;
    -webkit-border-radius: 15px 15px 15px 15px;
    border-radius: 15px 15px 15px 15px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    border: 1px solid #000; }
    #camper-section .camper-block .camper-img {
      margin-bottom: 10px; }
      #camper-section .camper-block .camper-img img {
        width: 100%;
        height: auto;
        padding: 0;
        -webkit-border-radius: 15px 15px 0 0;
        border-radius: 15px 15px 0 0;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */ }
    #camper-section .camper-block .camper-info {
      height: 250px;
      padding: 0 20px 20px 20px; }
      #camper-section .camper-block .camper-info h2 {
        font-size: 1.25em; }
    #camper-section .camper-block .camper-personen,
    #camper-section .camper-block .camper-nieuw {
      position: absolute;
      display: block;
      -webkit-border-radius: 8px 8px 8px 8px;
      border-radius: 8px 8px 8px 8px;
      background-clip: padding-box; /* stops bg color from leaking outside the border: */
    }
    #camper-section .camper-block .camper-personen {
      top: 10px;
      right: 10px;
      padding: 5px 10px;
      border: 1px solid #1268B3;
      background-color: #1268B3;
      color: #fff;
    }
    #camper-section .camper-block .camper-nieuw {
      top: 225px;
      left: 102px;
      padding: 5px 25px;
      border: 1px solid #ff6600;
      background-color: #ff6600;
      color: #000;
    }
  #camper-section .camper-block .camper-cta {
    margin-bottom: 20px;
    text-align: center;
  }
#camper-section .camper-block .camper-cta a.cta {
  font-size: 1em;
  padding: 6px 20px;
  max-width: 80%;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
  #camper-section .quick-links {
    text-align: right; }
    #camper-section .quick-links a.btn {
      margin-bottom: 10px; }
  #camper-section .detail-img img {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  #camper-section.front-page {
    padding: 10px;
    text-align: center;
  }
  #camper-section.front-page img.camper {
    display: none;
  }
  #camper-section.front-page h2 {
    font-size: 1.5em;
    color: #ff6600;
  }
}
@media only screen and (min-width: 768px) {
  #camper-section.front-page {
    min-height: 150px;
    margin-bottom: 25px;
    padding-top: 25px;
    text-align: left;
  }
  #camper-section.front-page img.camper {
    display: block;
    width: 100%;
    margin: 25px 0 -46px 0;
  }
  #camper-section.front-page h2 {
    font-size: 1.5em;
    color: #ff6600;
  }
}
@media only screen and (min-width: 992px) {
  #camper-section.front-page img.camper {
    margin-top: 0;
  }
  #camper-section.front-page h2 {
    font-size: 1.75em;
  }
}
@media only screen and (min-width: 1200px) {
  #camper-section.front-page img.camper {
    margin-bottom: -46px;
  }
  #camper-section.front-page p {
    font-size: 1.25em;
  }
}

/*
 * partials/section-camper
 */
#price-section .row th { width: 78%; max-width: 78%;}
#price-section .row td { vertical-align: top; width: 78%; max-width: 78%; word-break: normal; }
#price-section .row td span.price { display: inline-block; width:80px; text-align: right;}

/*
 * partials/section-blocks
 */
#block-section {
  padding: 25px 0 0 0;
}


#block-section .front-page-block .front-page-block-content {
  min-height: auto;
  padding: 20px;
  border: 2px solid #1268b3;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  background-color: #1268b310;
  text-align: center;
}

#block-section .front-page-block .front-page-block-content h2 {
  margin-bottom: 25px;
  font-size: 1.75em;
}

#block-section .front-page-block .front-page-block-content p {
  font-size: 1.10em;
}

#block-section .front-page-block.front-page-block-1 {
  padding-right: 10px;
}

#block-section .front-page-block.front-page-block-2 {
  padding-left: 10px;
  padding-right: 10px;
}

#block-section .front-page-block.front-page-block-3 {
  padding-left: 10px;
}

@media only screen and (max-width: 767px) {
  #block-section .front-page-block {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  #block-section .front-page-block {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  #block-section .front-page-block .front-page-block-content {
    /*min-height: 335px;*/
  }
}
@media only screen and (min-width: 1200px) {
  #block-section .front-page-block .front-page-block-content {
    /*min-height: 300px;*/
  }
}

/*
 * partials/section-availability
 */
#availability-section {
/*
 * General
 */
text-align: left;
/*
 * Extra small
 */
/*
 * Small devices, tablets
 */
/*
 * Medium devices, desktops
 */
/*
 * Large devices, wide screens
 */
}
#availability-section .strong {
  font-weight: bold;
}
#availability-section .optie {
  background-color: #ff6600;
}
#availability-section .gereserveerd {
  background-color: #ff0000;
}
#availability-section #legenda .optie,
#availability-section #legenda .gereserveerd {
  float: left;
  width: 25px;
  height: 25px;
  margin: 0 15px 10px 0;
}
#availability-section .calendarRow {
  margin-bottom: 20px;
}
#availability-section .calendarRow .month-block {
  min-height: 225px;
}
#availability-section .calendar-month {
  min-height: 225px;
}
#availability-section .calendarMonth {
  width: 99%;
  margin: 0 0 2px 0;
  font-weight: bold;
  text-align: center;
  border: 1px solid #cccccc;
  background-color: #dddddd;
}
#availability-section .calendarCell {
  float: left;
  width: 11.5%;
  margin: 0 1% 2px 0;
  padding: 0;
  text-align: center;
  border: 1px solid #cccccc;
}
@media only screen and (max-width: 767px) {
  #availability-section.front-page {
    text-align: center;
    padding: 20px 10px 10px 10px;
    border-bottom: 10px solid #1268B3;
  }
  #availability-section.front-page h2 {
    font-size: 1.5em;
    color: #1268B3;
  }
}
@media only screen and (min-width: 768px) {
  #availability-section.front-page {
    height: 300px;
    margin-bottom: 20px;
    padding-top: 25px;
    background-image: url("../img/bg-section-availability-front-page.jpg");
    background-position: 50% -40px;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  #availability-section.front-page h2 {
    font-size: 1.5em;
    color: #1268B3;
  }
  #availability-section.front-page a.cta {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 992px) {
  #availability-section.front-page {
    height: 350px;
    background-position: 50% -75px; }
    #availability-section.front-page h2 {
      font-size: 1.75em; } }
@media only screen and (min-width: 1200px) {
  #availability-section.front-page {
    height: 400px;
    background-position: 50% -100px; }
    #availability-section.front-page p {
        font-size: 1.25em; } }

/*
 * partials/section-booking
 */
#booking-section {
  /*
   * General
   */
  text-align: left;
  /*
   * Extra small
   */
  /*
   * Small devices, tablets
   */
  /*
   * Medium devices, desktops
   */
  /*
   * Large devices, wide screens
   */ }
  @media only screen and (max-width: 767px) {
    #booking-section.front-page {
      text-align: center;
      padding: 20px 10px 10px 10px;
      border-bottom: 10px solid #ff0000; }
      #booking-section.front-page h2 {
        font-size: 1.5em;
        color: #ff0000; }
      #booking-section.front-page .camper-contact-app {
        display: none; } }
  @media only screen and (min-width: 768px) {
    #booking-section.front-page {
      height: 350px;
      padding-top: 25px;
      background-image: url("../img/bg-section-booking-front-page.jpg");
      background-position: 50% -60px;
      background-repeat: no-repeat;
      background-size: 100% auto;
      border-bottom: 20px solid #ff0000; }
      #booking-section.front-page h2 {
        font-size: 1.5em;
        color: #ff0000; }
      #booking-section.front-page .camper-contact-app {
        display: none; } }
  @media only screen and (min-width: 992px) {
    #booking-section.front-page {
      height: 350px;
      background-position: 50% -130px; }
      #booking-section.front-page h2 {
        font-size: 1.75em; }
      #booking-section.front-page .message {
        padding-right: 30px; }
      #booking-section.front-page .camper-contact-app {
        display: block;
        margin: 40px 0 0 -110px; }
        #booking-section.front-page .camper-contact-app img {
          height: 145px; } }
  @media only screen and (min-width: 1200px) {
    #booking-section.front-page {
      height: 400px;
      background-position: 50% -200px; }
      #booking-section.front-page p {
        font-size: 1.25em; }
      #booking-section.front-page .message {
        padding-right: 60px; }
      #booking-section.front-page .camper-contact-app {
        display: block;
        margin: 40px 0 0 -150px; }
        #booking-section.front-page .camper-contact-app img {
          height: 180px; } }

/*
 * partials/section-misc
 */
#misc-section {
  /*
   * General
   */
  text-align: left;
  /*
   * Extra small
   */
  /*
   * Small devices, tablets
   */
  /*
   * Medium devices, desktops
   */
  /*
   * Large devices, wide screens
   */ }
  @media only screen and (max-width: 767px) {
    #misc-section.front-page {
      margin-bottom: 10px;
      padding: 20px 10px 10px 10px;
      border-bottom: 20px solid #1268B3; }
      #misc-section.front-page a.travelphoto {
        display: block;
        color: #ccc;
        margin-top: 20px;
        font-size: 0.8em;
        background-color: #000;
        text-decoration: none; }
        #misc-section.front-page a.travelphoto .title {
          display: block;
          position: relative;
          width: 100%;
          margin: 5px 10px; }
        #misc-section.front-page a.travelphoto .picture {
          display: block;
          position: relative;
          width: 100%;
          min-height: 200px;
          background-image: url("../img/reisfotos/30.jpg");
          background-position: 50% -60px;
          background-repeat: no-repeat;
          background-size: 100% auto;
          border-bottom: 20px solid #000; } }
  @media only screen and (min-width: 768px) {
    #misc-section.front-page {
      height: 350px;
      margin-bottom: 20px;
      padding: 25px 10px 10px 10px;
      background-image: url("../img/bg-section-misc-front-page.jpg");
      background-position: 50% -80px;
      background-repeat: no-repeat;
      background-size: 100% auto;
      border-bottom: 20px solid #1268B3; }
      #misc-section.front-page .video {
        min-height: 165px;
        background-color: #000; }
      #misc-section.front-page a.travelphoto {
        display: block;
        min-height: 165px;
        color: #ccc;
        font-size: 0.8em;
        border: 2px solid #000;
        background-color: #000;
        text-decoration: none; }
        #misc-section.front-page a.travelphoto .title {
          display: block;
          position: relative;
          width: 100%;
          margin: 4px 15px; }
        #misc-section.front-page a.travelphoto .picture {
          display: block;
          position: relative;
          width: 100%;
          min-height: 125px;
          background-image: url("../img/reisfotos/30.jpg");
          background-position: 50% -65px;
          background-repeat: no-repeat;
          background-size: 100% auto;
          border-bottom: 20px solid #000; } }
  @media only screen and (min-width: 992px) {
    #misc-section.front-page {
      height: 350px;
      background-position: 50% -140px; }
      #misc-section.front-page .video {
        min-height: 175px; }
      #misc-section.front-page a.travelphoto {
        min-height: 175px;
        font-size: 1em; } }
  @media only screen and (min-width: 1200px) {
    #misc-section.front-page {
      height: 400px;
      background-position: 50% -175px; }
      #misc-section.front-page .video {
        max-height: 205px; }
      #misc-section.front-page a.travelphoto {
        max-height: 205px; }
        #misc-section.front-page a.travelphoto .picture {
          min-height: 170px; } }

/*
 * partials/section-contact
 */
#contact-section {
  margin-bottom: 50px;
  padding-top: 25px;
  /*border-top: 10px solid #1268B3;*/
  /*
   * General
   */
  text-align: left;
  /*
   * Extra small
   */
  /*
   * Small devices, tablets
   */
  /*
   * Medium devices, desktops
   */
  /*
   * Large devices, wide screens
   */ }
  #contact-section .row {
    margin-bottom: 10px; }
  #contact-section .row tr.text-lg th,
  #contact-section .row tr.text-lg td {
    font-size: 1.65em;
    font-weight: 700;
  }
  #contact-section .icons .icon {
    width: 64px;
    height: 64px; }
  #contact-section .telefoon table {
    width: 100%; }
  @media only screen and (max-width: 767px) {
    #contact-section.front-page {
      margin-bottom: 25px; }
      #contact-section.front-page .telefoon table {
        text-align: left; }
      #contact-section.front-page .nkc {
        margin-right: 20px; } }
  @media only screen and (min-width: 992px) {
    #contact-section .nkc {
      margin-right: 20px; } }

/*
 * Partials/forms
 */
form {
  padding: 20px;
  background-color: #eee;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

/*
 * Partials/handleidingen
 */
ul.handleidingen {
  list-style-image: url("../img/icons/pdf.gif"); }

/*
 * partials/maps
 */
.map-location {
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
  border: 1px solid #000;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

.map-floor {
  width: 100%; }
  .map-floor img {
    width: 100%;
    border: 1px solid #000;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */ }

/*
 * partials/maps
 */
.travelphotos img {
  width: 100%;
  height: 120px;
  margin-bottom: 25px;
  border: 1px solid #000;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

/*
 * partials/section-contact
 */
#reviews-section {
  margin-bottom: 50px;
  padding-top: 25px;
}

#reviews-section.front-page h2 {
  margin-bottom: 25px;
}

#reviews-section.front-page blockquote {
  font-size: 1.25em;
  font-style: italic;
}

#reviews-section .review-block {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ff6600;
}

#reviews-section .review-block .review-date {
  font-size: 0.8em;
  color: #1268b3;
}

#reviews-section .review-block .review-text {
  font-style: italic;
}

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