@charset "UTF-8";
html {
  overflow-x: hidden;
  max-width: 100vw;
}

.headerabove {
  font-size: 12px;
}
.headerabove .flexcol {
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.header_top {
  background: #fff;
  z-index: 1000;
  position: relative;
  float: initial;
}

.header_mid .navbar-brand {
  position: relative;
}
.header_mid .navbar-brand img {
  width: 200px;
}
.header_mid .navbar-brand p {
  position: absolute;
  font-size: 10px;
  bottom: -3px;
  left: 52px;
}

.menubox button {
  margin: auto;
}

.login-header .form-control, .login-header .btn, .login-header .loginbox {
  font-size: 12px;
  padding: 5px 10px;
}
.login-header .loginbox {
  display: block;
  border-radius: 5px;
  border: 1px solid #efefef;
  background: #fff;
  color: #333 !important;
  cursor: pointer;
}
.login-header .loginbox a {
  color: #333 !important;
}
.login-header .loginbox a:hover {
  color: #427cac !important;
}
.login-header .loginbox:hover {
  border-color: #427cac;
}
.login-header .loginbox:hover a {
  color: #427cac !important;
}

@media screen and (min-width: 1200px) {
  .header_top + .header_top {
    z-index: 1;
  }
  .all-item {
    border-top: 1px solid #b2afaf;
  }
  .all-item a {
    font-weight: 600 !important;
  }
}
span.top_mnu {
  color: #7bbe69;
  text-decoration: underline;
  position: relative;
  cursor: pointer;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.top_mnu:hover .drop_menu {
  visibility: visible;
  opacity: 1;
  max-height: initial;
}

.drop_menu {
  background: #e1e1e1;
  pointer-events: none;
  color: #333;
  width: 170px;
}
.drop_menu a {
  color: #333;
}
.drop_menu:before {
  background: #e1e1e1;
}
.drop_menu a {
  display: flex;
}
.drop_menu a small {
  margin-left: auto;
}

.top_mnu:hover .drop_menu_wo {
  visibility: visible;
  opacity: 1;
  max-height: initial;
}

.drop_menu_wo {
  background: #e1e1e1;
  pointer-events: none;
  color: #333;
  width: 225px;
}
.drop_menu_wo a {
  color: #333;
}
.drop_menu_wo:before {
  background: #e1e1e1;
}
.drop_menu_wo a {
  display: flex;
}
.drop_menu_wo a small {
  margin-left: auto;
}

.top_mnu:hover .drop_menu_reverse {
  visibility: visible;
  opacity: 1;
  max-height: initial;
}

.drop_menu_reverse {
  background: #e1e1e1;
  pointer-events: none;
  color: #333 !important;
  width: 170px;
}
.drop_menu_reverse a {
  color: #333 !important;
}
.drop_menu_reverse:before {
  background: #e1e1e1;
}
.drop_menu_reverse a {
  display: flex !important;
  height: 25px !important;
}
.drop_menu_reverse a small {
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .navbar-brand {
    width: initial;
    max-width: 50%;
  }
  .navbar-brand img {
    max-height: 30px;
  }
}
.topmenufaz .fa-check {
  color: green;
}

@media only screen and (max-width: 1199px) {
  .navbar-collapse {
    width: 100%;
    max-width: 350px;
    background: #427cac;
    position: fixed;
    height: 100%;
    overflow: auto;
    left: -100%;
    top: 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block !important;
    z-index: 10000;
    border-right: 2px solid #3b6f9a;
  }
  .navbar-collapse .topmenufaz {
    float: initial;
    width: 100%;
  }
  .navbar-collapse .topmenufaz .fa-home {
    font-size: 24px;
  }
  .navbar-collapse .topmenufaz li {
    padding-block: 20px;
    padding-inline: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #fff !important;
  }
  .navbar-collapse .topmenufaz li a {
    color: #fff !important;
  }
  .navbar-collapse .topmenufaz li:not(:first-child) {
    border-top: 1px solid #f98c2e;
  }
  .navbar-collapse .topmenufaz li:last-child {
    border-bottom: 1px solid #f98c2e;
  }
  .navbar-collapse .dropdown .dropdown-menu {
    display: none;
  }
  .navbar-collapse.show {
    left: 0;
    box-shadow: 100px 0 300px -2px #fff;
  }
  .navbar-collapse.show .navbar-toggler {
    position: absolute;
    right: 10px;
    top: 10px;
    background: transparent;
    color: #fff;
    border: none;
    font-size: 24px;
  }
  .navbar-toggler {
    padding: 10px;
    margin-right: 0;
    border-color: transparent !important;
    background: transparent !important;
    outline: none;
  }
  .navbar-toggler .icon-bar {
    display: block;
    width: 30px !important;
    height: 2px;
    border-radius: 1px;
    background: #606060 !important;
  }
  .navbar-toggler .icon-bar + .icon-bar {
    margin-top: 4px;
  }
}
.hoibtn {
  float: right;
  width: 20%;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}

.hoibtn .li:not(:last-child) {
  width: 100%;
  min-width: 150px !important;
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}
.hoibtn .li:not(:last-child) a {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.hoibtn .li:last-child i {
  margin-top: 2px;
}

.hoibtn .li {
  font-size: 11px;
  padding: 4px;
  text-align: left;
  background: #ffffff;
  color: #427cac;
  padding-left: 8px;
  border: 1px solid #427cac;
  border-radius: 5px;
}
.hoibtn .li a {
  color: #606060;
}

.hoibtn .li {
  position: relative;
  width: 50px;
  margin-right: 7px;
  text-align: center;
  padding: 4px;
  margin-left: auto;
}

.hoibtn span:not(.material-icons) {
  position: absolute;
  top: -6px;
  right: -6px;
  color: white;
  font-size: 10px;
  background: #7bbe69;
  width: 16px;
  height: 16px;
  border-radius: 10px;
}

.rt_drom a.more_btn2:hover {
  background: #3b6f9a;
  border-color: #606060;
}

.navicon {
  color: #606060;
  border: #d9d7d8 1px solid;
  width: 30px;
  text-align: center;
  line-height: 27px;
  height: 30px;
  border-radius: 50%;
}

.header_mid.noborder {
  box-shadow: none;
  border-bottom: 1px solid #e9e9e9 !important;
}

#menubar, #menubar_2 {
  display: block;
  position: relative;
  z-index: 1001;
  overflow: unset;
  box-shadow: unset;
  padding: 0;
}
#menubar li, #menubar_2 li {
  border-bottom: 0 !important;
  padding: 0;
}
#menubar li .drop-arw, #menubar_2 li .drop-arw {
  top: 19px;
}
#menubar li a, #menubar_2 li a {
  padding-block: 15px;
  padding-inline: 10px;
  display: block;
}
#menubar .dropdown-menu, #menubar_2 .dropdown-menu {
  max-height: initial !important;
  top: 100%;
  background: #ededee !important;
  color: #333 !important;
  padding-inline: 0 !important;
}
#menubar .dropdown-menu li, #menubar_2 .dropdown-menu li {
  padding-block: 0 !important;
  padding-inline: 0 !important;
}
#menubar .dropdown-menu li a, #menubar_2 .dropdown-menu li a {
  color: #333 !important;
  padding-block: 10px !important;
  padding-inline: 10px;
}
#menubar .dropdown-menu li a:hover, #menubar_2 .dropdown-menu li a:hover {
  background: #e1e1e1 !important;
}

#menubar:hover {
  z-index: 1004;
}

.menubar-waves {
  background: #4684b7;
  border-bottom: 1px solid #3f77a5;
}
.menubar-waves * {
  color: #fff;
}
.menubar-waves li {
  border-bottom: 0 !important;
  padding: 0;
}
.menubar-waves li .drop-arw {
  top: 19px;
}
.menubar-waves li a, .menubar-waves li .a {
  padding-block: 10px !important;
  padding-inline: 10px;
  display: block;
}
.menubar-waves li a input, .menubar-waves li .a input {
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid transparent;
  padding: 5px;
  width: 100%;
  border-radius: 2px;
}
.menubar-waves li a input.icon-search, .menubar-waves li .a input.icon-search {
  position: relative;
  padding-left: 30px;
}
.menubar-waves li a input::placeholder, .menubar-waves li .a input::placeholder {
  opacity: 0.5;
  color: #fff;
}
.menubar-waves li a input:focus, .menubar-waves li a input:focus-visible, .menubar-waves li a input:active, .menubar-waves li .a input:focus, .menubar-waves li .a input:focus-visible, .menubar-waves li .a input:active {
  outline: none;
  border: 1px solid white;
  box-shadow: none;
}
.menubar-waves li a .logout, .menubar-waves li .a .logout {
  font-size: 12px;
  background: #3b6f9a;
  padding-block: 5px;
  padding-inline: 7px;
  border-radius: 3px;
}
.menubar-waves li a .logout:hover, .menubar-waves li .a .logout:hover {
  background: #37678f;
}
.menubar-waves li.nohover:hover {
  background: #427cac !important;
}

body.modal-open #sidebar-waves {
  z-index: 999999;
}

#body {
  margin-left: 60px;
  width: calc(100% - 60px);
}
@media screen and (max-width: 991px) {
  #body .floatingpriceoverview, #body .floatingpriceoverview .detailedprice, #body #toggleBar {
    width: calc(100% - 60px);
    left: 60px;
  }
  #body #filterMobileBtn {
    max-width: calc(90% - 60px) !important;
    left: calc(50% + 30px) !important;
  }
}

.iconbar {
  position: relative;
  background: #fff;
}
.iconbar .itemx {
  line-height: 45px;
  position: relative;
}
.iconbar .itemx .circle {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #b1b1b1;
  margin-block: 10px;
  margin-inline: 10px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  border: none !important;
}
.iconbar .itemx:not(:last-child):not(.last-child) {
  margin-right: 40px;
}
.iconbar .itemx:not(:last-child):not(.last-child):after {
  position: absolute;
  top: 50%;
  right: -40px;
  height: 1px;
  width: 30px;
  content: "";
  background: gray;
  opacity: 0.4;
}
.iconbar .itemx.active .circle, .iconbar .itemx.passed .circle {
  background: #427cac;
}
.iconbar .itemx.active {
  font-weight: 600;
}
.iconbar .itemx:not(.active):not(.passed:hover) {
  opacity: 0.6;
}

#sidebar-waves {
  background: #4d89bb;
  border-right: 1px solid #5f95c2;
  z-index: 9999991;
  width: 60px;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
}
#sidebar-waves * {
  color: #fff;
}
#sidebar-waves ul {
  display: flex;
  /* move flex-items in column */
  flex-direction: column;
  height: 100%;
}
#sidebar-waves li.big {
  display: none;
}
#sidebar-waves li.small {
  display: list-item;
}
#sidebar-waves li {
  overflow: hidden;
}
#sidebar-waves li a {
  height: 60px;
  line-height: 60px;
  display: flex;
}
#sidebar-waves li a:hover {
  background: #5f95c2;
}
#sidebar-waves li .icon {
  text-align: center;
  font-size: 18px;
  width: 60px;
}
#sidebar-waves li .text {
  display: none;
}
#sidebar-waves li.disabled {
  cursor: not-allowed;
  opacity: 0.4;
  filter: grayscale(100);
}
#sidebar-waves li.disabled a {
  pointer-events: none;
}
#sidebar-waves li.blurred {
  filter: blur(2px);
  cursor: help;
}
#sidebar-waves li.blurred .text {
  filter: blur(2px);
}

.row.no-style a {
  text-decoration: underline;
}

@media screen and (max-width: 1199px) {
  #menubar {
    padding: 0;
    border-bottom: 0;
    z-index: 12004;
  }
  #navbarSupportedContent .menu_sec {
    border-top: 0px solid;
  }
  #navbarSupportedContent .menu_sec li a {
    padding: 8px;
    width: 100%;
    float: left;
  }
  #navbarSupportedContent .menu_sec .li {
    font-size: 26px;
  }
  #navbarSupportedContent .menu_sec .li span {
    padding: 6px;
  }
  #navbarSupportedContent .menu_sec li {
    width: 100%;
    text-transform: none;
    font-weight: bold;
    color: #fff !important;
    padding-block: 0;
  }
  #navbarSupportedContent .menu_sec li a {
    color: #fff !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
    padding-block: 20px !important;
    font-size: 14px;
  }
  #navbarSupportedContent .menu_sec .drop-arw {
    padding: 20px;
    top: 0;
    font-size: 20px;
    right: 4px;
  }
  #navbarSupportedContent .menu_sec li.loginbutton a {
    border: 1px solid rgb(255, 255, 255) !important;
    border-radius: 5px;
    padding-block: 10px !important;
    font-weight: normal;
    text-align: center;
  }
  #navbarSupportedContent .menu_sec .dropdown-menu {
    background: transparent !important;
    color: #fff !important;
  }
  #navbarSupportedContent .menu_sec .dropdown-menu.show {
    display: block;
  }
  #navbarSupportedContent .menu_sec .dropdown-menu li {
    font-weight: normal;
    color: #fff !important;
  }
  #navbarSupportedContent .menu_sec .dropdown-menu li a {
    color: #fff !important;
  }
  #navbarSupportedContent .menu_sec .dropdown-menu li:hover, #navbarSupportedContent .menu_sec .dropdown-menu li a:hover {
    background: transparent !important;
  }
}
.hoverboxcountry.hover .changeCountryList {
  display: block;
}

.hoverboxcountry.hover .changeCountryList {
  display: block;
}

.changeCountry {
  width: 20px;
  height: 20px;
  display: inline-block;
  border: 1px solid #e9e9e9;
  margin-left: auto;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  position: relative;
  cursor: pointer;
  z-index: 200;
  top: 5px;
}
@media sceen and (min-width: 991px) {
  .changeCountry:hover .changeCountryList {
    display: block;
  }
}
@media sceen and (max-width: 991px) {
  .changeCountry:focus .changeCountryList {
    display: block;
  }
}

.changeCountryList {
  display: none;
  position: absolute;
  top: 25px;
  padding-top: 2px;
  left: -5px;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
  background: #fff;
}
.changeCountryList .countryList {
  z-index: 100;
  color: #333;
  padding-block: 5px;
  padding-inline: 10px;
  display: flex;
  flex-flow: row;
  white-space: nowrap;
  cursor: pointer;
  line-height: 30px;
}
.changeCountryList .countryList .flag {
  width: 30px;
  height: 30px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
  margin-right: 10px;
  background-size: cover;
  background-position: center;
}
.changeCountryList .countryList.active {
  font-weight: bold;
}
.changeCountryList .countryList:hover {
  color: #333;
  background: #e9e9e9;
}
.changeCountryList .countryList:not(:last-child) {
  border-bottom: 1px solid #e9e9e9;
}

.popupcountry .flag {
  width: 29px;
  height: 21px;
  border: 1px solid #e9e9e9;
  margin-right: 10px;
  background-size: cover;
  background-position: center;
}
.popupcountry .countryrow {
  color: #333 !important;
  display: flex;
  line-height: 21px;
  font-size: 18px;
  padding-inline: 10px;
  padding-block: 14px;
}
.popupcountry .countryrow.active {
  font-weight: bold;
}
.popupcountry .countryrow:hover {
  background: #f0efef;
}

.confirmCountryBox {
  padding-block: 10px;
  background: #427cac;
  position: sticky;
  top: 0;
  z-index: 1032;
  border-bottom: 2px solid #366892;
}
.confirmCountryBox .p {
  color: #fff;
  font-weight: normal;
  line-height: 30px;
}
.confirmCountryBox .p .closeit {
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  padding-inline: 10px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}
.confirmCountryBox .p .closeit:hover {
  color: #fff !important;
  background: #5390c2;
}
.confirmCountryBox .p .changeCountryButton {
  display: flex;
  background: #fff;
  font-size: 14px;
  margin-inline: 10px;
  font-weight: normal;
  padding-inline: 5px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  color: #333;
}
.confirmCountryBox .p .changeCountryButton:hover + .changeCountryList {
  display: block;
}
@media screen and (min-width: 991px) {
  .confirmCountryBox br {
    display: none;
  }
}

#menubar .nav_top .dropdown-menu .dropdown-menu {
  left: 100%;
  top: -5px;
}

.nav_top .dropdown:hover .dropdown-menu .dropdown-menu {
  display: none;
}

.nav_top .dropdown .dropdown-menu .dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu .drop-arw {
  right: 8px;
}

.header_sec + section:not(.breadcrumb-box) {
  border-top: 1px solid #e9e9e9;
}

.breadcrumb-box {
  border-bottom: 1px solid #e9e9e9;
  padding-block: 10px;
}
.breadcrumb-box ul.time {
  padding: 0;
}

@media screen and (max-width: 1200px) {
  ul.dropdown-menu {
    display: none !important;
    width: 100% !important;
  }
  ul.dropdown-menu.show {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    border: none !important;
  }
  ul.dropdown-menu .dropdown .dropdown-menu {
    display: none !important;
  }
  ul.dropdown-menu .dropdown.show .dropdown-menu {
    display: block !important;
  }
  ul.dropdown-menu .dropdown.show .dropdown-menu li {
    width: 100%;
    min-width: initial !important;
    padding-left: 20px !important;
  }
  ul.dropdown-menu li {
    width: 100% !important;
    min-width: initial !important;
  }
  ul.dropdown-menu .dropdown-menu li {
    width: calc(100% - 20px) !important;
    margin-left: 20px !important;
    border-left: 1px dashed #81a6c6;
    min-width: initial !important;
  }
}
#navbarSupportedContent .mobileicons {
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
}
#navbarSupportedContent .mobileicons li a, #navbarSupportedContent .mobileicons .favoriteProductContentMobile a {
  border-bottom: none !important;
}

.btn-back {
  box-sizing: content-box;
  background: transparent;
  border-radius: 5px;
  color: #000;
  border: 0;
  opacity: 0.5;
}
.btn-back:before {
  content: "←";
  font-size: 26px;
  line-height: 26px;
}

.animateBackground {
  transition: all 0.5s;
}
.animateBackground:hover {
  transform: scale(1.05);
}

#compareProductTab {
  position: fixed;
  bottom: 0;
  background: #4cac42;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-inline: 20px;
  right: 20%;
  padding-block: 12px;
  font-size: 14px;
  cursor: pointer;
  z-index: 10000;
}
#compareProductTab.disabled {
  filter: opacity(0.8) grayscale(1);
}
#compareProductTab:hover:not(.disabled) {
  background: #449a3b;
}

.banner_sec {
  min-height: 400px;
}
.banner_sec .banner_box {
  position: absolute;
  top: 0;
  height: 400px;
  overflow: hidden;
}
@media screen and (min-width: 1199px) {
  .banner_sec .banner_box .video-overlay {
    height: 400px;
  }
}
@media screen and (min-width: 1199px) {
  .banner_sec .banner_innr {
    height: 400px;
  }
}
.banner_sec .banner_innr .form-control:disabled, .banner_sec .banner_innr .form-control[readonly] {
  background-color: initial;
}
.banner_sec .banner_innr .container {
  z-index: 1003;
  position: relative;
  padding: 0;
  padding-top: 30px;
}
.banner_sec .banner_innr .container .topsearch .col-xl-8 {
  z-index: 1000;
  position: relative;
}
.banner_sec .banner_innr .container .topsearch .col-xl-4 {
  height: 305px;
}
.banner_sec .banner_innr .container .topsearch .card-body {
  z-index: 100;
}
.banner_sec .banner_innr .container .topsearch .card {
  border-radius: 5px;
  z-index: 100;
}
.banner_sec .banner_innr .container .topsearch .displayflexbetween {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .banner_sec .banner_innr .container .topsearch .displayflexbetween a {
    width: 100%;
  }
  .banner_sec .banner_innr .container .topsearch .displayflexbetween a .btn {
    width: 100%;
  }
}
.banner_sec .banner_innr .container .topsearch .displaycolbetween {
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
}
@media only screen and (max-width: 1199px) {
  .banner_sec .banner_innr .container .topsearch .displaycolbetween {
    display: none;
  }
}
.banner_sec .banner_innr .container .topsearch .btn {
  font-weight: initial;
}
.banner_sec .banner_innr .container .topsearch .popupbox {
  border: none;
  border-radius: 5px;
  width: 800px;
}
.banner_sec .banner_innr .container .topsearch .popupbox .card-body {
  display: none;
}
@media screen and (max-width: 1199px) {
  .banner_sec .banner_innr .container .topsearch .popupbox .card-body {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    overflow-y: auto;
  }
}
@media only screen and (max-width: 1199px) {
  .banner_sec .banner_innr .container .topsearch .popupbox .card-body .nspireren_col {
    width: 50% !important;
  }
}
.banner_sec .banner_innr .container .topsearch .popupbox .card-body .nspireren_hvr img {
  width: 18px;
  height: auto;
  border-radius: 5px;
}

@media only screen and (max-width: 991px) {
  .banner_box, .banner_sec {
    height: initial !important;
    min-height: unset;
  }
}
.form-control:disabled, .form-control[readonly]:not(.fakereadonly) {
  background-color: #e9ecef !important;
}

.numberinput {
  display: block;
  pointer-events: none;
  position: relative;
}
.numberinput input[type=number] {
  width: 100%;
  text-align: center;
  padding-inline: 20px;
  pointer-events: none;
}
.numberinput:before {
  position: absolute;
  left: 15px;
  top: 7px;
  content: "-";
  font-weight: bold;
  font-size: 14px;
  pointer-events: all;
  cursor: pointer;
}
.numberinput:after {
  position: absolute;
  right: 15px;
  top: 8px;
  content: "+";
  font-weight: bold;
  font-size: 14px;
  pointer-events: all;
  cursor: pointer;
}

.show-reisgezelschap {
  position: relative;
}
.show-reisgezelschap .reisgezelschap-box {
  display: none;
  position: absolute;
  width: 400px;
  max-width: 100%;
  z-index: 2100;
  font-size: 14px;
  top: 67px;
  padding-inline: 20px;
  border: 1px solid #dfdfdf;
  padding-block: 10px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.2) 8px 8px 16px;
  background: #fff;
}
@media screen and (max-width: 410px) {
  .show-reisgezelschap .reisgezelschap-box {
    left: 0;
  }
}
.show-reisgezelschap .reisgezelschap-box div#A, .show-reisgezelschap .reisgezelschap-box div#C, .show-reisgezelschap .reisgezelschap-box div#Y {
  padding-top: 15px;
  font-weight: bold;
  display: flex;
  line-height: 20px;
  justify-content: space-between;
}
.show-reisgezelschap .reisgezelschap-box div#A div.agebox, .show-reisgezelschap .reisgezelschap-box div#C div.agebox, .show-reisgezelschap .reisgezelschap-box div#Y div.agebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  max-width: 150px;
}
.show-reisgezelschap .reisgezelschap-box div#A div.agebox span, .show-reisgezelschap .reisgezelschap-box div#C div.agebox span, .show-reisgezelschap .reisgezelschap-box div#Y div.agebox span {
  font-size: 18px;
}
.show-reisgezelschap .reisgezelschap-box div#A div.agebox span.total, .show-reisgezelschap .reisgezelschap-box div#C div.agebox span.total, .show-reisgezelschap .reisgezelschap-box div#Y div.agebox span.total {
  font-weight: normal;
}
.show-reisgezelschap .reisgezelschap-box div#A div.agebox span:not(.total), .show-reisgezelschap .reisgezelschap-box div#C div.agebox span:not(.total), .show-reisgezelschap .reisgezelschap-box div#Y div.agebox span:not(.total) {
  cursor: pointer;
}
.show-reisgezelschap .reisgezelschap-box div#A-desc, .show-reisgezelschap .reisgezelschap-box div#Y-desc, .show-reisgezelschap .reisgezelschap-box div#C-desc {
  font-size: 11px;
  font-weight: initial;
}
.show-reisgezelschap .reisgezelschap-box div#C-info, .show-reisgezelschap .reisgezelschap-box div#Y-info {
  margin-top: 10px;
  border-top: 1px solid #dfdfdf;
  padding-top: 10px;
  font-weight: 600;
}
.show-reisgezelschap .reisgezelschap-box div#C-info select, .show-reisgezelschap .reisgezelschap-box div#Y-info select {
  width: 100%;
  border: 1px solid #dfdfdf;
  padding-block: 8px;
  margin-block: 8px;
}

.sharebox {
  position: absolute;
  z-index: 2100;
  font-size: 14px;
  padding-inline: 20px;
  border: 1px solid #dfdfdf;
  padding-block: 10px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.2) 8px 8px 16px;
  background: #fff;
}

#people:not(.keepposition) {
  position: relative;
}
#people #paxContainer div#A, #people #paxContainer div#C {
  padding-block: 10px;
  font-weight: bold;
  display: flex;
  line-height: 20px;
  justify-content: space-between;
}
#people #paxContainer div#A div, #people #paxContainer div#C div {
  display: flex;
  justify-content: space-between;
  width: 50%;
  max-width: 150px;
}
#people #paxContainer div#A div span, #people #paxContainer div#C div span {
  font-size: 18px;
}
#people #paxContainer div#A div span.total, #people #paxContainer div#C div span.total {
  font-weight: normal;
}
#people #paxContainer div#A div span:not(.total), #people #paxContainer div#C div span:not(.total) {
  cursor: pointer;
}
#people #paxContainer div#C-info {
  margin-top: 10px;
  border-top: 1px solid #dfdfdf;
  padding-top: 10px;
  font-weight: 600;
}
#people #paxContainer div#C-info select,
#people #paxContainer div#C-info input {
  width: 100%;
  border: 1px solid #dfdfdf;
  padding-block: 8px;
  padding-inline: 5px;
  margin-block: 8px;
}

#people.countryflagbox #paxContainer {
  z-index: 1;
  width: 100%;
}

.more_btn_center {
  margin-top: 30px;
  font-weight: normal;
}

.rightbutton {
  text-align: right;
  padding-top: 30px;
}
.rightbutton a {
  margin-top: 30px;
  font-weight: normal;
}

.droom_boxImg {
  min-height: 200px;
}

.logo_parent {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100px;
  background: #fff;
  padding: 10px;
  border-top-left-radius: 5px;
}
.logo_parent img {
  height: initial;
  min-height: initial;
  aspect-ratio: initial;
}

.droom_boxImg.droom_room {
  min-height: unset;
}

.droom_boxImg.droom_room img {
  height: unset;
  min-height: unset;
}

.transparant {
  background: transparent;
  border: none;
  cursor: initial;
}
.transparant div, .transparant:hover {
  background: transparent;
  box-shadow: 0 0 4px 0 transparent;
}

.slideButton.left {
  display: none;
}

.imageoverlay {
  float: left;
  margin-top: -41px;
  z-index: 1;
  position: absolute;
  padding-left: 14px;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), no-repeat center center;
}

.droom_room .slideButton .arrow_btn {
  cursor: pointer;
  top: 0;
}

.discount {
  background-color: #efc9a7;
  border-radius: 5px;
  padding: 0px;
  margin: 0px;
  height: auto;
  font-size: 14px;
  line-height: 28px;
  margin-top: -20px;
  color: #ed7305;
  z-index: 1000;
}

.infoicons {
  font-size: 12px;
  padding: 8px;
  border-top: 1px solid #eaeaea;
  text-align: left;
  display: block;
  height: 35px;
}
.infoicons .infoicon {
  font-size: 16px;
  color: #adadad;
  margin-right: 10px;
  width: 50px;
  display: block;
  text-align: center;
  border-right: 1px solid #ddd;
  float: left;
}

.fa-star {
  color: #feba02;
}

.fa-check-circle:not(.original) {
  color: green;
  font-size: 16px;
}

.priceBox {
  background: #427cac;
  color: #fff;
  min-width: 75px;
  min-height: 75px;
  max-width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50px;
  font-size: 11px;
  padding-top: 15px;
  padding-left: 5px;
  padding-right: 7px;
  text-align: center;
  position: absolute;
  top: -14px;
  right: -6px;
  line-height: 20px;
}

.best-product {
  position: absolute;
  z-index: 10;
  background: #426cac;
  color: #fff;
  padding-block: 4px;
  padding-inline: 6px;
  top: 10px;
  font-size: 14px;
  font-weight: bold;
}

.priceBox span {
  font-size: 22px;
  font-weight: bold;
  width: 100%;
  display: block;
}

@media screen and (max-width: 1099px) {
  .droom_box_txt ul.drm_txt2 li {
    font-size: 12px;
  }
}
.owl-prev,
.owl-next {
  position: absolute;
  top: calc(50% - 20px);
  color: #aeaeae;
  transform: translateY(-50%);
  font-size: 40px;
}

@media screen and (max-width: 767px) {
  .owl-prev {
    left: 15px;
    color: #fff;
    top: 50%;
  }
  .owl-next {
    right: 15px;
    color: #fff;
    top: 50%;
  }
}
@media screen and (min-width: 768px) {
  .owl-prev {
    left: -50px;
  }
  .owl-next {
    right: -50px;
  }
}
.owl-carousel .col-12 {
  width: 100% !important;
}

.droom_box_txt .h4 {
  font: 700 14px/16px "Poppins", sans-serif;
  color: #606060;
}

.left_drom {
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
  height: 56px;
}
.left_drom .h5 {
  font: 700 16px/18px "Poppins", sans-serif;
  color: #427cac;
}
.left_drom .h5 span {
  font-size: 12px;
  font-weight: 400;
  color: #606060;
  padding: 7px 0 0;
  display: inline-block;
}
.left_drom .h5 small {
  font-size: 10px;
  font-weight: 400;
  color: #606060;
}
.left_drom .h5 b {
  text-decoration: line-through;
  font-weight: 400;
}

.droom_box .label-comfort, .droom_box .label-budget, .droom_box .label-premium, .droom_box .label-default {
  display: inline-block;
  z-index: 1000;
  padding-inline: 6px;
  padding-block: 2px;
  border-radius: 5px;
  font-size: 11px;
}

.floating-usps .label-default, .droom_box .label-default, .droom_room .label-default {
  color: #427cac;
  background: #dee6ef;
}
@media screen and (max-width: 768px) {
  .floating-usps .label-default, .droom_box .label-default, .droom_room .label-default {
    margin: 0;
    margin-top: 5px;
    margin-right: 5px;
  }
}
.floating-usps .label-premium, .droom_box .label-premium, .droom_room .label-premium {
  background: goldenrod;
  color: white;
}
.floating-usps .label-comfort, .droom_box .label-comfort, .droom_room .label-comfort {
  background: #a5b7c5;
  color: white;
}
.floating-usps .label-budget, .droom_box .label-budget, .droom_room .label-budget {
  background: #8f8f8f;
  color: white;
}

.facilityList li {
  padding-block: 7px;
  height: 34px;
}
.facilityList li.text-end {
  padding-block: 8px;
}
.facilityList li:not(.text-end) {
  font-size: 14px;
  text-align: center;
  color: #333;
}
.facilityList li.even {
  background: #f9f6f6;
}
.facilityList .fa-check {
  color: #0F9E5E;
}
.facilityList .fa-times {
  color: #a5a5a5;
}

.compare input, .compare label {
  cursor: pointer;
}

.compare input {
  height: 10px;
}

.flexvergelijk {
  cursor: pointer;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
}
.flexvergelijk .vergelijk .fa-plus {
  font-size: 50px;
  color: #427cac;
  display: block;
}

li[data-title^=fac] {
  cursor: pointer;
}

.favorite {
  z-index: 10;
  padding: 10px;
  right: 0;
  top: 0;
  cursor: pointer;
}
.favorite.product {
  color: #606060;
  position: relative;
  padding: 0;
}
.favorite.active {
  opacity: 1;
  color: #ed0644;
}
@media screen and (min-width: 768px) {
  .favorite:hover {
    opacity: 1;
    color: #ed0644;
  }
}

span.buildyear {
  font-size: 11px !important;
  float: initial;
  font-style: italic;
}

.itinerary {
  margin-block: 5px;
  color: #606060;
  line-height: 22px;
  font-family: "Poppins";
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  min-height: 66px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
}

@media screen and (max-width: 991px) {
  .droom_box_btm {
    flex-flow: column !important;
  }
  .droom_box_btm > div {
    margin-block: 5px;
    width: 100% !important;
  }
  .rt_drom .more_btn2 {
    padding-block: 15px !important;
    font-size: 16px !important;
  }
  .rt_drom .more_btn2 .fas {
    padding-left: 10px !important;
    font-size: 14px !important;
  }
  .left_drom {
    height: unset;
    padding-top: 10px !important;
  }
  .left_drom .h5 {
    font-size: 22px !important;
  }
}
.more_btn2 .fas {
  padding-left: 10px;
  font-size: 14px;
}

.compare-category {
  cursor: pointer;
  border-top: 1px solid #dee6eb;
}
.compare-category span {
  font-weight: bold;
}

.facilityPage .trip-vergelijker {
  background: none;
  border: none;
  cursor: default;
}
.facilityPage .trip-vergelijker:hover {
  border: none;
  box-shadow: none;
}
.facilityPage .even {
  background: #f9f6f6;
}
.facilityPage .fa-check {
  color: #0F9E5E;
}
.facilityPage .fa-times {
  color: #a5a5a5;
}
.facilityPage .card-max-height {
  height: 550px;
}
@media (min-width: 576px) {
  .facilityPage .card-max-height {
    height: 735px;
  }
}
@media (min-width: 768px) {
  .facilityPage .card-max-height {
    height: 620px;
  }
}
@media (min-width: 992px) {
  .facilityPage .card-max-height {
    height: 550px;
  }
}
.facilityPage .category_even {
  background-color: rgba(173, 193, 205, 0.4196078431);
}
.facilityPage .category_odd {
  background-color: rgba(187, 204, 215, 0.8);
}

.highlights_sec .container-fluid {
  max-width: 1600px;
}
.highlights_sec .container-fluid .more_btn {
  margin-top: 30px;
  font-weight: normal;
}

@media screen and (max-width: 991px) {
  .highlights_sec .droom_boxFull, .highlights_sec .flexfull {
    height: initial;
  }
}
.aanvull_innnr .aanvull_box:nth-child(even) {
  background: #f8f8f8;
}

.mapscard {
  background: url("/dev/assets/images/paaseiland.png");
  height: 100px;
  background-size: cover;
}
.mapscard .card-body {
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.accordion-button:not(.collapsed) {
  background: #fff;
  color: rgb(33, 37, 41);
}

#accKamertypes .card:not(:last-child) {
  border-bottom: 0;
  border-radius: 0;
}
#accKamertypes .card:last-child {
  border-radius: 0 0 0.25rem 0.25rem;
}
#accKamertypes .card:first-child {
  border-radius: 0.25rem 0.25rem 0 0;
}

.flagicon {
  width: 18px;
  height: auto;
  border-radius: 5px;
}

.countryflags {
  height: auto;
  width: 18px;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .row .countries {
    margin-top: 10px;
  }
  .row .col-md-2:first-child .countries {
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .flex-images {
    display: flex;
    flex-flow: column wrap;
    height: 500px;
  }
  .flex-images .flex-image-box {
    cursor: pointer;
    width: 33.3333333333%;
    height: 100%;
    padding: 12px;
  }
  .flex-images .flex-image-box .flex-image {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    border-radius: 5px;
  }
  .flex-images .flex-image-box:nth-child(1), .flex-images .flex-image-box:nth-child(2) {
    height: 50%;
    width: 25%;
  }
  .flex-images .flex-image-box:nth-child(4), .flex-images .flex-image-box:nth-child(5) {
    height: 50%;
    width: 16.6666666667%;
  }
  .flex-images .flex-image-box:nth-child(6) {
    width: 25%;
  }
}
@media screen and (max-width: 992px) {
  .flex-images {
    display: flex;
    cursor: pointer;
    flex-flow: wrap;
  }
  .flex-images .flex-image-box {
    width: 33%;
    aspect-ratio: 1/1;
    padding: 3px;
  }
  @supports not (aspect-ratio: 1/1) {
    .flex-images .flex-image-box {
      height: 100%;
      margin-bottom: 5px;
    }
  }
  .flex-images .flex-image-box .social-description {
    color: transparent !important;
  }
  .flex-images .flex-image-box .social-description .fab {
    color: #fff !important;
  }
  .flex-images .flex-image-box .flex-image {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    border-radius: 5px;
  }
}
.flex-images .flex-image .social-description {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  padding: 15px;
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 16px;
}
.flex-images .flex-image .social-description span:nth-child(2) {
  margin-left: auto;
  margin-top: 0px;
  text-align: right;
  font-size: 14px;
}
.flex-images .flex-image .social-description span:nth-child(2) .fab {
  position: absolute;
  font-size: 16px;
  right: 15px;
  top: 15px;
}
.flex-images .social-box {
  display: flex;
  flex-flow: row nowrap;
}
@media screen and (max-width: 991px) {
  .flex-images .social-box {
    flex-flow: column nowrap;
  }
}
.flex-images .social-box .full-image {
  aspect-ratio: 4/3;
  background-size: cover;
  background-position: center;
  width: 100%;
}
@supports not (aspect-ratio: 4/3) {
  .flex-images .social-box .full-image {
    padding-top: 75%;
  }
}
.flex-images .social-box .social-text {
  width: 40%;
  padding: 15px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .flex-images .social-box .social-text {
    width: 100%;
  }
}
.flex-images .social-box .social-text .social-head {
  display: flex;
  flex-flow: column;
  font-size: 22px;
  line-height: 22px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #b0afaf;
}
.flex-images .social-box .social-text .social-head .social-icon {
  text-align: center;
  font-size: 36px;
  padding-bottom: 15px;
}
.flex-images .social-box .social-text .social-head .social-name, .flex-images .social-box .social-text .social-head .username {
  font-weight: bold;
}
.flex-images .social-box .social-text .social-head .region, .flex-images .social-box .social-text .social-head .username {
  font-size: 14px;
  color: #5d5c5c;
}
.flex-images .social-box .social-text .social-description {
  font-size: 16px;
  line-height: 22px;
}
.flex-images .social-box .social-text .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
}

.caitlin {
  transform: scaleX(-1);
  position: absolute;
  bottom: -181px;
  right: 0;
}

.footer_sec .newsletter {
  display: flex;
  justify-content: space-around;
  flex-flow: column;
}
.footer_sec .newsletter input {
  padding: 10px;
}
@media screen and (max-width: 991px) {
  .footer_sec .footer_topBox h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .footer_sec .footer_topBox p {
    line-height: 22px;
    margin-bottom: 10px;
  }
  .footer_sec h5.clickit, .footer_sec .h5.clickit {
    position: relative;
  }
  .footer_sec h5.clickit:after, .footer_sec .h5.clickit:after {
    position: absolute;
    right: 10px;
    font-family: "Material Icons";
    font-weight: 900;
    content: "\e313";
    top: 0px;
    font-size: 14px;
  }
}
.footer_sec hr {
  margin-top: 2rem;
}
.footer_sec .logobox {
  text-align: center;
  display: flex;
  flex-flow: row;
  justify-content: space-around;
}
.footer_sec .logobox img {
  width: 100%;
  max-width: 200px;
  margin: auto;
}
.footer_sec .bottomfooter {
  text-align: center;
  line-height: 24px;
}
.footer_sec .bottomfooter div {
  font-size: 13px;
}
.footer_sec .logo_feedback img {
  width: 80px;
}

.top_content {
  padding: 20px;
}

.ideabox {
  padding: 20px;
}
.ideabox h2, .ideabox h4 {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #427cac;
}
.ideabox .btn-primary {
  font-size: 14px;
  padding: 5px 10px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}

.droom_sec {
  overflow: unset;
}
.droom_sec .container-fluid {
  position: relative;
  max-width: 1900px;
}

.confirmpopup {
  width: 100%;
  float: left;
  margin-top: 10px;
}

.hovershadow:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

@media screen and (max-width: 1199px) {
  .confirmpopup {
    position: sticky;
    bottom: 0;
    padding-block: 10px;
    background: #fff;
  }
  .popupbox .card-body {
    padding-bottom: 0;
  }
}
.card.active {
  border-color: #427cac;
}

.personio-categories .card {
  cursor: pointer;
}
.personio-categories .card:hover {
  border-color: #427cac;
}

.job-text ul, .job-text li {
  list-style: initial;
  padding: initial;
  margin: initial;
}
.job-text ul {
  padding-top: 10px;
  padding-left: 20px;
}
.job-text li {
  padding-block: 3px;
}
.job-text p {
  line-height: 22px;
}

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