#inclusief{padding-bottom: 25px !important;}

#tab-hotelinformatie h3,
#tab-dagprogramma h2 {
	font-size: 26px;
}
.vanafprijs{margin-bottom: 0 !important}
.nectar-star-rating{margin-bottom: 10px !important}

/*
.nectar-star-rating__icon.size-1::before {
  content: "\e907";
}
.nectar-star-rating__icon.size-2::before {
  content: "\e907 \e907";
}
.nectar-star-rating__icon.size-3::before {
  content: "\e907 \e907 \e907";
}
.nectar-star-rating__icon.size-4::before {
  content: "\e907 \e907 \e907 \e907";
}
.nectar-star-rating__icon.size-5::before {
  content: "\e907 \e907 \e907 \e907 \e907";
}
.nectar-star-rating__icon.size-1-5::before {
  content: "\e907 \e911";
}
.nectar-star-rating__icon.size-2-5::before {
  content: "\e907 \e907 \e911";
}
.nectar-star-rating__icon.size-3-5::before {
  content: "\e907 \e907 \e907 \e911";
}
.nectar-star-rating__icon.size-4-5::before {
  content: "\e907 \e907 \e907 \e907 \e911";
}

.nectar-star-rating__content {display: none}

.nectar-star-rating__icon::before {
  font-family: icomoon;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  letter-spacing: .15em;
  -webkit-font-smoothing: antialiased;
}*/

.single-reizen .nectar-social.fixed {
  right: 20px;
  bottom: 70px;
}

.hidemobile {
   display: block;
}
.hidedesktop {
  display: none;
}

body .tabbed[data-style="minimal_flexible"] .wpb_tabs_nav {
  flex-wrap: wrap;
}

@media only screen and (min-width: 1px) and (max-width: 999px) {
  .hidemobile {
    display: none;
  }
  .hidedesktop {
    display: block;
  }
}

