input[type="radio"],
input[type="checkbox"] {
  border-radius: 0;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  margin-top: 4px;
  margin-bottom: -1px;
  width: 13px;
  height: 13px;
  content: "";
  display: inline-block;
  border: 1px solid #888;
  outline: 0 !important;
  transition: box-shadow 0.15s !important; }
  @media (max-width: 992px) {
    input[type="radio"],
    input[type="checkbox"] {
      width: 15px;
      height: 15px; } }

input[type="radio"]:active,
input[type="checkbox"]:active {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2); }

input[type="radio"] {
  border-radius: 50%; }

input[type="radio"]:checked:after,
input[type="checkbox"]:checked:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  font-weight: bold;
  color: #888;
  text-align: center; }

input[type="checkbox"]:checked:after {
  content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" fill="rgb(136,136,136)" viewBox="0 0 12 16" width="12" height="16"><path fill-rule="evenodd" d="M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5L12 5z"></path></svg>');
  top: -3px; }
  @media (max-width: 992px) {
    input[type="checkbox"]:checked:after {
      top: -2px; } }

input[type="radio"]:checked:after {
  content: "";
  left: 1.5px;
  top: 1.5px;
  width: 8px;
  height: 8px;
  background-color: #888;
  border-radius: 50%; }
  @media (max-width: 922px) {
    input[type="radio"]:checked:after {
      left: 2px;
      top: 2px;
      width: 9px;
      height: 9px; } }

html,
body {
  height: 100%; }

body {
  font-family: "Lato", sans-serif;
  display: flex;
  flex-direction: column; }

#base-container {
  flex: 1 0 auto; }

section {
  padding-top: 30px;
  padding-bottom: 30px; }

#top {
  background-position: top !important;
  background-size: cover !important;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    #top {
      background-position-y: 55% !important;
      background-size: 140% !important; } }
  @media (min-width: 992px) {
    #top {
      background-position-y: 45% !important;
      background-size: 120% !important; } }
  @media (min-width: 1200px) {
    #top {
      background-position-y: top !important;
      background-size: 147% !important; } }
  @media (min-width: 1500px) {
    #top {
      background-size: 118% !important; } }
  @media (min-width: 1700px) {
    #top {
      background-size: cover !important; } }
  @media (min-width: 2560px) {
    #top {
      background-position-y: 10% !important; } }
  @media (min-width: 3000px) {
    #top {
      background-position-y: 20% !important; } }

nav {
  padding: 0.7rem 1rem !important;
  color: white;
  background: linear-gradient(to right, rgba(120, 219, 71, 0.5) 0%, #78db47 100%); }
  nav > a {
    display: contents;
    color: white; }
    nav > a:hover {
      color: white;
      text-decoration: none; }
  nav #logo-container {
    margin: auto 10px auto 0;
    height: 0; }
    @media (min-width: 768px) {
      nav #logo-container {
        margin: 0 10px auto 10px; } }
    nav #logo-container #logo {
      height: 80px;
      width: 80px;
      position: relative;
      z-index: 10; }
  nav #logo-text {
    height: 30px; }
  nav #logo-subtitle {
    text-align: center;
    flex-grow: 1;
    font-weight: bold;
    font-size: 18pt; }
  nav #logo-links {
    font-size: 16pt;
    flex-grow: 1;
    margin-left: 8px;
    text-align: right; }
    nav #logo-links a {
      color: white; }
    nav #logo-links a.active {
      font-weight: bold;
      text-decoration: none; }

#navbar-bottom {
  height: 2px;
  margin-left: 120px;
  margin-right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 15%); }

section#search-container {
  padding-bottom: 20px;
  padding-top: 40px;
  min-height: 320px; }
  @media (min-width: 480px) {
    section#search-container {
      padding-top: 80px; } }
  section#search-container .title-row {
    background-color: white;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 14px 8px 0.6rem;
    align-items: center;
    flex-wrap: wrap; }
    section#search-container .title-row h1 {
      font-size: 20px; }
      @media (min-width: 480px) {
        section#search-container .title-row h1 {
          font-size: 22px; } }
    section#search-container .title-row label {
      margin-left: 10px; }
    @media (min-width: 768px) {
      section#search-container .title-row {
        background: none;
        margin-bottom: 14px;
        padding-bottom: 0;
        color: white; }
        section#search-container .title-row h1 {
          font-size: 28px;
          font-weight: bold;
          margin-right: 20px;
          margin-bottom: 0;
          text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
        section#search-container .title-row label {
          font-weight: bold;
          text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); } }
    section#search-container .title-row .triptype-buttons {
      margin-left: -12px;
      display: flex; }
    section#search-container .title-row.title-row-mobile {
      color: initial; }
    section#search-container .title-row .custom-radio
.custom-control-input:checked
~ .custom-control-label::before {
      background-color: white; }
    section#search-container .title-row .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
      background: #78db47 none;
      width: 0.8rem;
      height: 0.8rem;
      top: 0.4rem;
      left: -1.3rem;
      border-radius: 50%; }
    section#search-container .title-row .custom-control-input:focus ~ .custom-control-label::before {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(120, 219, 71, 0.25); }
    section#search-container .title-row .custom-control-label::before {
      border: 2px solid gray;
      width: 1.2rem;
      height: 1.2rem;
      top: 0.2rem;
      background-color: white; }
      @media (min-width: 768px) {
        section#search-container .title-row .custom-control-label::before {
          border: none; } }
  section#search-container #main-row {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.95);
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
    @media (min-width: 768px) {
      section#search-container #main-row {
        border-radius: 8px; } }
    section#search-container #main-row.searching {
      overflow: hidden; }
  section#search-container .search-input {
    transition: all 0.8s;
    border-radius: 8px;
    height: 3rem;
    flex-grow: 1;
    display: flex;
    align-items: center; }
    section#search-container .search-input label {
      white-space: nowrap;
      color: #999;
      margin: auto 6px auto 8px; }
    section#search-container .search-input label.aligned-label {
      min-width: 42px; }
      @media (min-width: 768px) {
        section#search-container .search-input label.aligned-label {
          min-width: initial; } }
    section#search-container .search-input:not(.date-input) label.aligned-label {
      min-width: 34px; }
      @media (min-width: 768px) {
        section#search-container .search-input:not(.date-input) label.aligned-label {
          min-width: initial; } }
    section#search-container .search-input input {
      background: none;
      transition: all 0.4s;
      height: 2.2rem;
      border: none;
      flex-grow: 1; }
  section#search-container .calendar-icon {
    position: absolute;
    right: 10px;
    top: 16px;
    display: none; }
    @media (max-width: 767px) {
      section#search-container .calendar-icon {
        display: none !important; } }
    section#search-container .calendar-icon:hover {
      border: 2px solid #78db47; }
  section#search-container .picker__input {
    padding: 0; }
  section#search-container .picker {
    left: 0; }
  section#search-container .picker__holder {
    max-width: 510px; }
  @media (min-width: 768px) {
    section#search-container .date-input {
      position: relative; }
    section#search-container .picker {
      width: 130%;
      left: -15%; } }
  @media (min-width: 1200px) {
    section#search-container #main-row.expanded .location-input {
      width: 280px;
      max-width: 280px; } }
  section#search-container .picker__day--highlighted:hover,
  section#search-container .picker__day--infocus:hover,
  section#search-container .picker__day--outfocus:hover {
    background-color: #d6f4c7; }
  section#search-container .picker--focused .picker__day--highlighted {
    background: none; }
  section#search-container .picker--focused .picker__day--selected,
  section#search-container .picker__day--selected,
  section#search-container .picker__day--selected:hover {
    background: #78db47; }
  section#search-container .picker__day--today::before {
    border-top: 0.5em solid #78db47; }
  section#search-container .picker__nav--next:hover,
  section#search-container .picker__nav--prev:hover {
    background: none; }
  section#search-container input[type="date"]::-webkit-clear-button,
  section#search-container input[type="date"]::-webkit-inner-spin-button {
    display: none; }
  section#search-container select {
    -moz-appearance: none; }
  section#search-container .typeahead {
    min-width: 220px;
    padding-left: 8px;
    overflow: visible; }
  section#search-container #main-row.oneway .oneway-hidden {
    max-width: 0 !important;
    overflow: hidden !important;
    opacity: 0; }
  section#search-container .oneway-hidden {
    max-width: 280px;
    flex-grow: 1; }
  section#search-container #origin::placeholder,
  section#search-container #destination::placeholder {
    visibility: hidden; }
    @media (min-width: 768px) {
      section#search-container #origin::placeholder,
      section#search-container #destination::placeholder {
        visibility: visible; } }
  section#search-container .swap-button {
    display: none;
    height: 100%; }
    @media (min-width: 768px) {
      section#search-container .swap-button {
        margin: 0 12px;
        display: block; } }
    section#search-container .swap-button a {
      display: block;
      height: 100%; }
    section#search-container .swap-button svg {
      fill: #999;
      height: 100%;
      width: 24px; }
  section#search-container .extra {
    max-width: 0;
    flex-grow: 1;
    overflow: hidden; }
  section#search-container #main-row.expanding .extra {
    max-width: 400px; }
    @media (min-width: 1200px) {
      section#search-container #main-row.expanding .extra {
        max-width: 280px; } }
  section#search-container #main-row.expanded .extra {
    overflow: visible;
    max-width: 400px; }
    @media (min-width: 1200px) {
      section#search-container #main-row.expanded .extra {
        max-width: 280px; } }
  section#search-container #travelers-button {
    width: 100px;
    color: black; }
  section#search-container #submit-button {
    color: white;
    background-color: #78db47;
    border: none;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    min-width: 40px;
    cursor: pointer; }
    section#search-container #submit-button img {
      width: 24px; }
  section#search-container input[type="date"] {
    width: 120px; }
  section#search-container #searchBottom {
    font-weight: bold;
    color: white;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
    section#search-container #searchBottom #popupNotice {
      display: inline-block;
      margin-top: 6px;
      cursor: pointer;
      padding-left: 16px; }
      section#search-container #searchBottom #popupNotice .custom-control-label {
        cursor: pointer; }
      section#search-container #searchBottom #popupNotice .popup-icon {
        fill: white;
        vertical-align: middle; }
    section#search-container #searchBottom #moreSearchOptions {
      color: white;
      float: right;
      margin-top: 6px;
      opacity: 1;
      visibility: visible;
      transition: visibility 0.5s, opacity 0.5s; }
      section#search-container #searchBottom #moreSearchOptions.hidden {
        opacity: 0;
        visibility: hidden; }
    section#search-container #searchBottom .custom-checkbox
.custom-control-input:checked
~ .custom-control-label::before {
      background-color: #78db47; }
    section#search-container #searchBottom .custom-control-input:checked ~ .custom-control-label::before {
      color: #fff;
      background-color: #78db47; }
    section#search-container #searchBottom .custom-control-input:active ~ .custom-control-label::before {
      color: #fff;
      background-color: #d6f4c7; }
    section#search-container #searchBottom .custom-control-input:focus ~ .custom-control-label::before {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(120, 219, 71, 0.25); }
  section#search-container .title-row,
  section#search-container #main-row {
    /* To avoid white row of pixels next to the search button */
    margin-right: 0.1px; }

#travelers-dropdown {
  position: absolute;
  z-index: 1;
  width: 16rem;
  visibility: hidden;
  background-color: transparent;
  opacity: 0;
  transition: opacity 0.2s ease-out, visibility 0.2s; }
  #travelers-dropdown.show {
    opacity: 1;
    visibility: visible; }
  #travelers-dropdown .card-header {
    background-color: white;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px; }
  #travelers-dropdown .card-body {
    background-color: rgba(255, 255, 255, 0.97);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px; }
  #travelers-dropdown input {
    background-color: white;
    text-align: center; }
  #travelers-dropdown .btn-outline-chaser {
    color: #78db47;
    border-color: #78db47;
    background-color: #fff; }
  #travelers-dropdown .btn-outline-chaser:enabled:hover {
    background-color: #78db47;
    border-color: #78db47;
    color: white; }
  #travelers-dropdown .btn.focus,
  #travelers-dropdown .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(120, 219, 71, 0.25); }
  #travelers-dropdown .form-control {
    border: 1px solid #78db47; }
  #travelers-dropdown .popper__arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute; }
    #travelers-dropdown .popper__arrow:after {
      content: "";
      border-style: solid;
      position: absolute; }
  #travelers-dropdown[x-placement^="bottom"] .popper__arrow {
    border-color: transparent transparent rgba(0, 0, 0, 0.08) transparent;
    top: -9px;
    border-width: 0 8px 8px 8px; }
    #travelers-dropdown[x-placement^="bottom"] .popper__arrow:after {
      left: calc(50% - 8px);
      border-width: 0 8px 8px 8px;
      top: 1.5px;
      border-color: transparent transparent white transparent; }
  #travelers-dropdown[x-placement^="top"] .popper__arrow {
    border-color: rgba(0, 0, 0, 0.02) transparent transparent transparent;
    bottom: -9px;
    border-width: 8px 8px 0 8px; }
    #travelers-dropdown[x-placement^="top"] .popper__arrow:after {
      left: calc(50% - 8px);
      border-width: 8px 8px 0 8px;
      bottom: 1.5px;
      border-color: white transparent transparent transparent; }
  #travelers-dropdown .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

span.twitter-typeahead {
  width: 100%; }
  span.twitter-typeahead input {
    width: 100%; }

span.twitter-typeahead .tt-menu,
span.twitter-typeahead .tt-dropdown-menu {
  display: block;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3); }

span.twitter-typeahead .tt-suggestion {
  padding: 3px 20px; }
  span.twitter-typeahead .tt-suggestion p {
    margin: 0; }
  span.twitter-typeahead .tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #0097cf; }
    span.twitter-typeahead .tt-suggestion:hover.tt-cursor {
      color: #fff;
      background-color: #0097cf; }

#bottom-logos {
  padding-bottom: 20px; }
  #bottom-logos img {
    height: 80px; }
  @media (min-width: 768px) {
    #bottom-logos {
      text-align: right; } }

#slogans {
  padding-top: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
  font-size: 18pt; }
  #slogans img {
    height: 120px; }

#section-destinations .destination {
  display: block;
  position: relative;
  margin-bottom: 20px; }
  #section-destinations .destination:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 15%, rgba(0, 0, 0, 0) 30%); }
  #section-destinations .destination > img {
    width: 100%; }
  #section-destinations .destination div {
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0 6px;
    font-size: 14pt;
    position: absolute;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
    color: white;
    font-family: "Libre Franklin", sans-serif; }
    @media (min-width: 1200px) {
      #section-destinations .destination div {
        font-size: 18pt; } }
    #section-destinations .destination div img {
      position: absolute;
      bottom: 4px;
      right: -6px;
      height: 35px; }
      @media (min-width: 1200px) {
        #section-destinations .destination div img {
          height: 55px;
          right: -9px; } }

#why-chaser {
  background: url("/assets/img/tekengebied-15-100.jpg") bottom;
  background-size: cover;
  color: white; }
  #why-chaser .logo {
    display: block;
    width: 80px;
    margin-bottom: 12px; }
  #why-chaser p {
    font-size: 14pt; }
  #why-chaser ul {
    list-style: none;
    font-size: 18pt; }
    #why-chaser ul li {
      background: url("/assets/img/middel-24.svg") no-repeat left;
      background-size: 1em;
      padding-left: 1.5em;
      margin-bottom: 14px;
      line-height: 20pt; }

#redirectBox {
  width: 100%;
  display: none;
  margin-top: -4px; }

#chaser-searches {
  background: #f2f2f2; }

#providerCarousel {
  width: 100%; }
  #providerCarousel .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23aaa' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }
  #providerCarousel .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23aaa' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }
  #providerCarousel .carousel-item img {
    display: block;
    margin: 0 auto; }
  #providerCarousel .carousel-item-next.carousel-item-left,
  #providerCarousel .carousel-item-prev.carousel-item-right {
    transform: translateX(0); }
    @supports (transform-style: preserve-3d) {
      #providerCarousel .carousel-item-next.carousel-item-left,
      #providerCarousel .carousel-item-prev.carousel-item-right {
        transform: translate3d(0, 0, 0); } }
  #providerCarousel .carousel-item-prev .col-12:not(:first-child),
  #providerCarousel .active.carousel-item-left .col-12:not(:first-child) {
    visibility: hidden; }
  #providerCarousel .carousel-item .row {
    flex-wrap: nowrap; }
  @media (min-width: 768px) {
    #providerCarousel .carousel-item-next,
    #providerCarousel .active.carousel-item-right {
      transform: translateX(53%); }
      @supports (transform-style: preserve-3d) {
        #providerCarousel .carousel-item-next,
        #providerCarousel .active.carousel-item-right {
          transform: translate3d(53%, 0, 0); } }
    #providerCarousel .carousel-item-prev,
    #providerCarousel .active.carousel-item-left {
      transform: translateX(-53%); }
      @supports (transform-style: preserve-3d) {
        #providerCarousel .carousel-item-prev,
        #providerCarousel .active.carousel-item-left {
          transform: translate3d(-53%, 0, 0); } } }
  @media (min-width: 1200px) {
    #providerCarousel .carousel-item-next,
    #providerCarousel .active.carousel-item-right {
      transform: translateX(35.2%); }
      @supports (transform-style: preserve-3d) {
        #providerCarousel .carousel-item-next,
        #providerCarousel .active.carousel-item-right {
          transform: translate3d(35.2%, 0, 0); } }
    #providerCarousel .carousel-item-prev,
    #providerCarousel .active.carousel-item-left {
      transform: translateX(-35.2%); }
      @supports (transform-style: preserve-3d) {
        #providerCarousel .carousel-item-prev,
        #providerCarousel .active.carousel-item-left {
          transform: translate3d(-35.2%, 0, 0); } } }

#app-advertisement img {
  width: 155px;
  height: 46px;
  max-width: 100%; }

footer {
  flex-shrink: 0;
  background: url("/assets/img/footer-bg.svg") no-repeat bottom;
  background-size: contain; }

@media (min-width: 576px) {
  .footer-welcome .row {
    margin-left: 25%; } }

#end-footer {
  background: linear-gradient(to right, rgba(168, 31, 147, 0.8) 0%, rgba(208, 31, 131, 0.8) 50%, rgba(233, 75, 147, 0.8) 100%);
  color: white;
  font-weight: bold; }
  #end-footer.gray {
    background: #444; }
  #end-footer ul {
    list-style: none;
    padding-left: 0; }
  #end-footer a {
    color: white;
    font-weight: normal; }

.app-image {
  height: 0; }
  .app-image img {
    width: 100%;
    max-width: 150px; }

.static-page h2 {
  color: #b92676;
  margin-top: 12px; }

.static-page em {
  color: #b92676; }

.static-page #subpage-breadcrumb {
  margin-top: 42px; }
  @media (min-width: 1300px) {
    .static-page #subpage-breadcrumb {
      margin-top: -14px; } }

#cookie-popup {
  display: flex;
  width: 100%;
  position: fixed;
  bottom: 20px;
  justify-content: center;
  z-index: 2; }
  #cookie-popup .popup {
    background-color: rgba(255, 255, 255, 0.97);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 10px;
    border-radius: 6px;
    display: flex;
    align-items: center; }
  #cookie-popup button {
    margin-left: 8px; }

@media (min-width: 768px) {
  .smartbanner {
    display: none; } }
