@charset "UTF-8";
@import url("base.css");
@import url(bb_480.css) screen and (max-width: 480px) and (orientation: portrait);
@import url(bb_480.css) screen and (max-width: 480px) and (orientation: landscape);
@import url(bb_481_767.css) screen and (min-width: 481px) and (max-width: 767px);
@import url(bb_768_991.css) screen and (min-width: 768px) and (max-width: 991px);
@import url(bb_992_1199.css) screen and (min-width: 992px) and (max-width: 1199px);
@import url(bb_1200_1400.css) screen and (min-width: 1200px) and (max-width: 1400px);
@import url(bb_1401.css) screen and (min-width: 1401px);
@font-face {
  font-family: "LatoWebBold";
  src: url("../fonts/Lato-Bold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Bold.woff2") format("woff2"), url("../fonts/Lato-Bold.woff") format("woff"), url("../fonts/Lato-Bold.ttf") format("truetype");
  font-style: normal;
  font-display: fallback;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
/* Webfont: Lato-Regular */
@font-face {
  font-family: "LatoWeb";
  src: url("../fonts/Lato-Regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Regular.woff2") format("woff2"), url("../fonts/Lato-Regular.woff") format("woff"), url("../fonts/Lato-Regular.ttf") format("truetype");
  font-style: normal;
  font-display: fallback;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
/* Webfont: Lato-Italic */
@font-face {
  font-family: "LatoWeb";
  src: url("../fonts/Lato-Italic.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Lato-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Italic.woff2") format("woff2"), url("../fonts/Lato-Italic.woff") format("woff"), url("../fonts/Lato-Italic.ttf") format("truetype");
  font-style: italic;
  font-display: fallback;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
/* Webfont: Lato-Light */
@font-face {
  font-family: "LatoWebLight";
  src: url("../fonts/Lato-Light.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Lato-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Light.woff2") format("woff2"), url("../fonts/Lato-Light.woff") format("woff"), url("../fonts/Lato-Light.ttf") format("truetype");
  font-style: normal;
  font-display: fallback;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
/* Webfont: YanoneKaffeesatz-Regular */
@font-face {
  font-family: "YanoneKaffeesatz";
  src: url("../fonts/YanoneKaffeesatz-Regular.woff2") format("woff2"), url("../fonts/YanoneKaffeesatz-Regular.woff") format("woff"); /* Modern Browsers */
  font-style: normal;
  font-display: fallback;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
/* Webfont: YanoneKaffeesatz-Regular */
@font-face {
  font-family: "YanoneKaffeesatz";
  src: url("../fonts/YanoneKaffeesatz-Regular.woff2") format("woff2"), url("../fonts/YanoneKaffeesatz-Regular.woff") format("woff"); /* Modern Browsers */
  font-style: normal;
  font-display: fallback;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
/* Webfont: YanoneKaffeesatz-Bold */
@font-face {
  font-family: "YanoneKaffeesatz-Bold";
  src: url("../fonts/YanoneKaffeesatz-Bold.woff2") format("woff2"), url("../fonts/YanoneKaffeesatz-Bold.woff") format("woff"); /* Modern Browsers */
  font-style: normal;
  font-display: fallback;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
/* Webfont: YanoneKaffeesatz-Light */
@font-face {
  font-family: "YanoneKaffeesatz-Light";
  src: url("../fonts/YanoneKaffeesatz-Light.woff2") format("woff2"), url("../fonts/YanoneKaffeesatz-Light.woff") format("woff"); /* Modern Browsers */
  font-style: normal;
  font-display: fallback;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
button, .button {
  background: #daa520;
}

button:hover, .button:hover {
  background: #997404;
}

.bb_button {
  border-radius: 4px;
  color: #FFF;
  border: none;
  padding: 8px 10px;
}

a {
  text-decoration: none !important;
  color: #333;
}

a:hover {
  text-decoration: underline !important;
}

.middle-bar-left.mod_travel {
  --bg-color: var(--color-chatgpt1);
  background: var(--bg-color);
}

.middle-bar-center.mod_travel {
  --bg-color: var(--color-chatgpt1);
  background: var(--bg-color);
}

.middle-bar-right.mod_travel {
  --bg-color: var(--color-chatgpt1);
  background: var(--bg-color);
}

.row.mod_travel {
  --bg-color: var(--color-chatgpt2);
  background: var(--bg-color);
}
.row.mod_travel .page-breadcrumb {
  background: var(--bg-color);
}
.row.mod_travel .feat_blokken {
  background: var(--bg-color);
}
.row.mod_travel .feature_blok_title {
  border-radius: unset !important;
  background: var(--bg-color) !important;
}
.row.mod_travel #vergelijker_left, .row.mod_travel #vergelijker_main {
  background: var(--bg-color);
}
.row.mod_travel div.travel {
  position: relative;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  background: #fcfcf8;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  padding: 16px;
  margin-bottom: 32px;
}
.row.mod_travel div.travel .travel_title {
  font-size: 1.25rem;
  color: #222;
  display: inline-block;
  margin-bottom: 0.8rem;
}
.row.mod_travel div.travel .travel_title:hover {
  text-decoration: underline;
}
.row.mod_travel div.travel .travel_geo_data {
  font-size: 0.8rem;
  color: #666;
  display: block;
  margin-bottom: 0.8rem;
}
.row.mod_travel div.travel .travel_geo_data .travel_geo_country, .row.mod_travel div.travel .travel_geo_data .travel_geo_province, .row.mod_travel div.travel .travel_geo_data .travel_geo_city {
  display: inline-block;
}
.row.mod_travel div.travel .travel_geo_data .travel_geo_country::after, .row.mod_travel div.travel .travel_geo_data .travel_geo_province::after {
  content: " - ";
}
.row.mod_travel div.travel .travel_image {
  padding: 10px;
  text-align: center;
  height: 200px;
  width: auto;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.row.mod_travel div.travel .travel_image a {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.row.mod_travel div.travel .travel_image img {
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.row.mod_travel div.travel .travel_content {
  padding: 10px 10px 10px 0px;
}
.row.mod_travel div.travel .travel_content .travel_summary {
  color: #444;
  font-size: 1rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4em;
  max-height: 7em; /* 5 regels × line-height */
}
.row.mod_travel div.travel .shop_price {
  margin-top: 10px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #2a7e3f;
}
.row.mod_travel div.travel .shop_price .price_euros {
  font-size: 1em;
}
.row.mod_travel div.travel .shop_price .price_euros:before {
  content: "€ ";
}
.row.mod_travel div.travel .shop_price .price_cents {
  position: relative;
  top: -0.4em;
  font-size: 0.9rem;
}
.row.mod_travel div.travel .travel_adv_name {
  font-size: 0.8em;
  margin-top: 5px;
}
.row.mod_travel div.travel .travel_show_product {
  margin-top: 5px;
  text-align: right;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.row.mod_travel div.travel .travel_show_product a {
  color: white;
  padding: 6px 12px;
  text-decoration: none;
  display: inline-block;
  margin-top: 0.6rem;
}
.row.mod_travel div.travel .travel_show_product a:hover {
  background-color: #c39000;
}
.row.mod_travel div.travel .travel_sale {
  position: relative;
  height: 100%;
}
.row.mod_travel div.travel:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.2s ease;
}
.row.mod_travel div.travel:first-child {
  /* border-top: 1px solid #ccc; */
}/*# sourceMappingURL=travel-accommodaties.css.map */