body {


  font-family: 'Graphik', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

  
  color: #222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  font-size: 15px;
  line-height: 1.5rem;
}

p {
	font-size: 15px;
	line-height: 26px;
}	  
	  
	  
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Futura PT';
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0;
}

h1 {
	font-size: calc(1.325rem + .9vw);
}

h6 {
	font-weight: 600;
}

.btn {
  font-family: 'Futura PT';
  font-style: italic;
  font-weight: 600;	
  transition: none;
}



    /* Sticky nav for section navigation */
    .section-nav {
      top: 80px; /* below main nav */
      z-index: 1020;
    }
    /* Sticky form on the right */

    
.topbar.sticky-top {
	position: sticky;
	z-index: 1030;
	height: 80px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1); /*0.22*/
}
    


/* Sticky nav container met grijze lijn */
.section-nav {
  display: none; /* start onzichtbaar */
  border-bottom: 1px solid #ddd;
  border-bottom: 1px solid #031c3d; /*#023679;*/
  
  background: #fff; /* zorgt dat hij niet transparant is */
  background: #031c3d;/*#023679;*/
  /*box-shadow: 0 2px 6px rgba(0,0,0,0.08);  subtiele schaduw onder */
  box-shadow: 0 2px 4px rgba(255, 255, 255, 0.3);

  z-index: 1020; /* blijft boven de content */
}
.section-nav { display:block; }
.section-nav.visible {
	display: block;
	/* tonen wanneer we scrolldiepte bereiken */
}


.section-nav .nav-venue-avatar {
	margin: 6px 10px 0 0;
}
.section-nav .nav-venue-avatar img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
}

.section-nav .nav-venue-name {
	padding: .95rem 1rem;
	margin-right: 20px;
	font-family: 'Futura PT';
	font-style: italic;
	font-weight: 500;
	font-size: 20px;
	color: #fff;
}


/* Links standaard */
.section-nav .nav-link {
  border: none;
  border-radius: 0;
  padding: 7px 20px 9px 20px;
  margin: 2px 0 0 0;
  color: #fff;
  position: relative; 
}


.section-nav .nav-link.active {

  color: #fff !important; 
  
  border: 1px solid #fff;
  border-radius: 25px;

  
  
}


  section {
    scroll-margin-top: 160px; 
  }


/* HEADER */


/* Top bar */
.topbar {
	position: relative;
	
  display: flex;
  align-items: center;
  /*padding: 10px 20px;
  padding: 15px 20px;*/
  padding: 3px 20px 3px 20px;
  background: #031c3d; /*#023679;*/
  border-bottom: 1px solid #ddd;
  gap: 16px;
  flex-wrap: wrap;
}

.topbar-logo {
  font-weight: bold;
  font-size: 18px;
  margin-right: 20px;
}

.topbar-logo img.vl {
	width: 245px;
	margin-bottom: 0px;
}

.topbar-logo img.mr {
	width: 245px;
	margin-bottom: 0px;
}

.topbar form {
  flex-grow: 1;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 7px;
  margin-bottom: 7px;
}

.topbar form .form-container {
	background: #01275E;
	padding: 8px 8px 0 8px;
	border-radius: 8px;
}

.topbar input[name=pax] {
	width: 75px;
}
.topbar input[name=date] {
	width: 110px;
}
.topbar input[name=start] {
	width: 70px;
}
.topbar input[name=end]
{
	width: 70px;
}



.topbar input,
.topbar input[type="date"],
.topbar input[type="time"],
.topbar select {
  /* voorkom iOS‑native styling */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;	
	
  padding: 6px 10px;
  padding: 10px 10px;
  border: 1px solid #ccc;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 8px;
  height: 43px;
}

.topbar input[type="date"]::-webkit-datetime-edit-day-field,
.topbar input[type="date"]::-webkit-datetime-edit-month-field,
.topbar input[type="date"]::-webkit-datetime-edit-year-field {
  padding: 0 2px;
  color: #000;
  font-family: inherit;
  font-size: 15px;
}

.topbar input[type="time"]::-webkit-datetime-edit-hour-field,
.topbar input[type="time"]::-webkit-datetime-edit-minute-field,
.topbar input[type="time"]::-webkit-datetime-edit-ampm-field {
  padding: 0 2px;
  color: #000;
  font-family: inherit;
  font-size: 15px;
}

/* 4) Style of verberg de kalender/klok‑icoontjes */
.topbar input[type="date"]::-webkit-calendar-picker-indicator,
.topbar input[type="time"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  margin-left: 5px;       /* ruimte tussen tekst en icoon */
  filter: invert(0.3);    /* optioneel: donkerder/lichter maken */
}

.input-icon-wrapper {
  position: relative;
  display: inline-block;
}

/* Basis styling van je input (pas padding/height aan naar wens) */
.input-with-icon {
  width: 75px;
  height: 3rem;
  padding: 0.5rem;          /* voldoende padding rondom */
  padding-top: 1.2rem;      /* verlaag de *echte* tekst iets */
  box-sizing: border-box;
  text-align: center;       /* gecentreerde invoer */
}

/* Het icoon precies plaatsen */
.input-icon-wrapper .icon {
  position: absolute;
  top: 0.6rem;              /* verticale positie van *alleen* het icoon */
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;     /* klikken gaat naar de input eronder */
  font-size: 1.5rem;
  color: #6c757d;
}

/* Zodra je typt of het veld in focus is, verberg je het icoon */
.input-with-icon:focus + .icon,
.input-with-icon:not(:placeholder-shown) + .icon {
  display: none;
}

.topbar form .form-container {
  display: flex;
  align-items: center;    /* optioneel voor verticale uitlijning */
  gap: 10px;              /* zelfde tussenruimte als bij je form */
  flex-wrap: wrap;        /* breek netjes op kleine schermen */
}


.topbar button#searchBtn {
	background: #d9ff00;
	padding: 7px 15px 8px 15px;
	margin-bottom: 8px;
	border: none;
	border-radius: 6px;
	font-size: 18px;
	font-weight: 600;	
	color: #000;
}

.topbar button#searchBtn:hover {
	background: #d2f202;
}

/* dropdown menu (verborgen start) */
.language-wrapper, .account-wrapper {
  position: relative;      /* ouder voor absolute positioning */
  display: inline-block;   /* zodat wrapper even breed is als de knop */
}


/* dropdown menu: begin verborgen, en absolute binnen de wrapper */
#languageMenu, #accountMenu {
  position: absolute;
  top: 100%;               /* direct onder de knop */
  margin-top: 7px;
  left: 0;                 /* uitgelijnd met linkerkant knop */
  background: #fff;
  background: #01275E;
  border: 1px solid #ccc;
  border: none;
  
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  border-radius: 4px;
  min-width: 160px;
  display: none;           /* start verborgen */
  z-index: 1000;
  font-weight: 500;
}

#languageMenu .icon-flag {
	width: 24px;
}

/* lijst binnenin */
#languageMenu ul, #accountMenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#languageMenu li + li, #accountMenu li + li {
  border-top: 1px solid #eee;
  border: none;
}
#languageMenu a, #accountMenu a {
  display: block;
  padding: 0.6em 1em;
  color: #333;
  text-decoration: none;
  color: #fff;
}
#languageMenu a:hover, #accountMenu a:hover {
  background: #051e42;
}





/* Filter button */
#filterBtn {
  display: flex;
  align-items: center;
  gap: 6px;
  background: white;
  background: none;
  
  
  
  /*
  border: 1px solid #ccc;
  */
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 6px 14px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  
  cursor: pointer;
}


#accountBtn, #favBtn, #languageBtn, .localeModal {
  display: flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 6px 14px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}
#favBtn {
  gap: 0;
}


#filterBtn:hover, #accountBtn:hover, #favBtn:hover, #languageBtn:hover, .localeModal:hover {
	background: #01275E;
}

#favBtn .material-icons-outlined {
	font-size: 19px;
	margin: 2px;
}

#favBtn .material-icons-outlined a {
	text-decoration: none;
	color: #fff;
}

#rfplist-cntr {
  background-color: #DE1059; /*#E74C3D;*/
  color: #fff;
  font-weight: 600; /*500*/
  font-family: 'Graphik', helvetica, Arial, sans-serif;
  border-radius: 30px;
  padding: 4px 8px;
  font-size: 12px;
  margin-left: 6px;
}  


#languageBtn img, .localeModal img {
	width: 24px;
}

/* Popup modal */
#filterModal {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  width: 90%;
  max-width: 500px;
  max-height: calc(100vh - 60px);
  overflow-y: auto;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  border-radius: 10px;
  padding: 20px;
}

#filterModal .close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

/* Overlay background */
#filterOverlay {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.4);
}

/* Accordion secties */
.filter-section {
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}
.filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 12px 0;
}
.filter-header strong {
  font-weight: 500;
  font-size: 16px; /* optioneel */
  color: #111;     /* optioneel donkerder zwart */
  letter-spacing: 0.2px; /* optioneel subtieler uiterlijk */
}

/*
.filter-header .chevron {
  transition: transform 0.3s ease;
}
.filter-header.open .chevron {
  transform: rotate(180deg);
}*/




/* rode badge linksonder in de grid-item */
.grid-label {
  position: absolute;
  top: 14px;
  left: 15px; /* 0 */                       /* flush tegen de linkerkant */
  z-index: 5;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 2px 8px 3px 8px;             /* 8px aan de rechterkant voor tekst-padding */
  border-radius: 11px;    /* 0 11px 11px 0 - alleen rechts afgerond */
  white-space: nowrap;
  pointer-events: none;
}

.review-label {
  position: absolute;
  top: 14px;
  left: 15px; /* 0 */                       /* flush tegen de linkerkant */
  z-index: 5;
  background-color: #01275E;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 2px 8px 2px 8px;             /* 8px aan de rechterkant voor tekst-padding */
  border-radius: 11px;    /* 0 11px 11px 0 - alleen rechts afgerond */
  white-space: nowrap;
  pointer-events: none;
}


.grid-label.deal {
	background-color: #b61752;
}

.grid-label.host {
	background-color: #fff;
	color: #000;
}

.grid-label.service {
	background-color: #039dcc;
}

.grid-label.new {
	background-color: #039dcc;
}


/* 1) Wrapper blijft hetzelfde */
.grid-fav-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
}




/* 2) Zwarte, half-transparante vulling onderop */
.grid-fav-btn .bg-icon {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  line-height: 24px;
  color: rgba(0,0,0,0.5);
  z-index: 1;
}

/* 3) Witte outline erboven */
.grid-fav-btn .outline-icon {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  z-index: 2;
}


.grid-fav-btn.saved {
  outline: 2px dashed red !important;
}


.grid-fav-btn.saved .bg-icon {
  color: #e74c3c !important; /* rood */
}

.grid-fav-btn.saved .outline-icon {
  color: #fff; /* witte outline blijft */
}



.review {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  color: #333;
  font-family: sans-serif;
}

.review-score {
  margin-right: 6px;
  font-weight: 500;
}

.review-dots {
  display: inline-flex;
  gap: 4px;
  margin-right: 6px;
}

.review-dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #28a745; /* groen */
  background-color: #d9ff00;
  position: relative;
  overflow: hidden;
}

.review-dots .dot.half {
  /* maak de rechter helft grijs (of transparant) */
  background: none;
}
.review-dots .dot.half::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 50%; height: 100%;
  background-color: #28a745;
  background-color: #d9ff00;
}
.review-dots .dot.half::after {
  content: '';
  position: absolute;
  top: 0; right: 0;
  width: 50%; height: 100%;
  background-color: #e0e0e0; /* lichtgrijs */
  background-color: #004aa5;
}

.review-count {
  color: #fff;/*#555*/
  font-weight: 400;
}


#listing-grid .col-6, #listing-grid .col-xl-4 {
	padding: 15px 15px 0 15px;
} 

.card {
	--bs-card-spacer-y: 1.1rem;
	--bs-card-spacer-x: 0.3rem;
	margin-bottom: 0;
}
.card-text.place.place {
	padding-top: 5px;
	font-size: 14px;
}

.card-text.place .place {
	font-weight: 500;
}

.card-text.place a.place {
	color: #000;
}

.card-text.place a.area {
	color: #000;
	text-decoration: none;
}





.chevron-icon {	
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #111;
  border-bottom: 2px solid #111;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  margin-right: 12px;
}

.filter-header.open .chevron-icon {
  transform: rotate(-135deg);
}



.filter-content {
  display: none;
  padding: 5px 0 15px 0;
}

/* Tags */
.tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  margin: 4px 6px 4px 0;
  border: 1px solid #ccc;
  border-radius: 20px;
  font-size: 14px;
  cursor: pointer;
  background: #fff;
  transition: all 0.2s;
}
.tag:hover {
  background: #f2f2f2;
}
.tag.selected {
  border-color: #000;
  font-weight: 500;
}


/* HEADER END */



.meetingroom-pax {
	font-weight: 500;
	color: #333;
}
.meetingroom-desc {
	font-size: 14px;
}


.meetingpackage-inc-header {
	font-weight: 600;
}
.meetingpackage-pax {
	font-weight: 500;
	color: #333;
}

/* Section titles */
section h2 {
  font-size: 1.3rem;/*1.2rem*/
  font-weight: 600;
  margin-bottom: 1rem;
}

/* Arrangement list items */
.list-group-item {
  border: none;
  /*border-top: 1px solid #eaeaea;*/
  padding: 2rem 0;
}

.list-group-item:last-child {
  /*border-bottom: 1px solid #eaeaea;*/
}

.list-group-item:hover {
  background-color: #fafafa;
  transition: background-color 0.2s ease-in-out;
}

/* Arrangement titles */
.list-group-item h5 {
  font-size: 1.1rem;
  font-weight: 600;
}

/* Capacity & info text */
.list-group-item p.text-muted {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

/* Bullet list inside arrangements */
.list-group-item ul {
  padding-left: 1rem;
  margin: 0.5rem 0;
  color: #555;
  font-size: 0.9rem;
}

/* Price styling */
.list-group-item .text-primary {
  font-size: 1.2rem;
  font-weight: 600;
  color: #000 !important; /* #ff385c Airbnb roze */
}

/* Button styling */
.list-group-item .btn {
  /*background: linear-gradient(90deg, #ff385c, #e61e4d);*/
  background: #039dcc;
  border: none;
  font-weight: 600;
  border-radius: 3px;
  padding: 0.5rem 1.2rem 0.6rem;
  font-size: 17px;
}

.list-group-item .btn:hover {
  background: linear-gradient(90deg, #e61e4d, #d70466);
}

/* Small description under button */
.list-group-item p.small {
  font-size: 0.8rem;
  color: #666;
}




/* Filter bar Airbnb style */
.filter-bar {
  background-color: #012b62; /*#004b5f; /* zelfde donkerblauw als screenshot */
  border-radius: 4px;
  padding: 20px 30px !important;
  color: #fff;
}

.filter-bar h6 {
	font-family: 'Futura PT';
	font-style: italic;
  font-size: 19px;
  font-weight: 600;
  margin-bottom: .25rem;
}

.filter-bar small {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.8);
}

.filter-bar .form-control {

  border-radius: 6px;
  border: none;
  padding: 0.5rem 0.75rem;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.filter-bar .form-control::placeholder {
  color: rgba(255, 255, 255, 0.9); /* wit of subtiel off-white */
  opacity: 1; /* forceer dat het niet transparant wordt */
}


.filter-bar .form-control:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(0,123,255,0.25);
}


.filter-bar .btn-primary {
  /*background: #039dcc;
  border: none;
  border-radius: 6px;*/
  padding: 0.5rem 1rem;
}

/* Filter bar achtergrond */
.filter-bar {
  background-color: #031C3D; /*#012b62;  /*#004a59; /* jouw blauw/groen */
  border-radius: 4px;
  margin: 30px 0;
  padding: 1rem 1.5rem;
  color: #fff;
}

/* Titel en subtitel */
.filter-title {
  font-weight: 600;
  font-style: italic;
  font-size: 1.1rem;
}
.filter-subtitle {
  color: rgba(255,255,255,0.8);
  font-size: 0.85rem;
}

/* Buttons */
.filter-btn {
  background-color: rgba(255,255,255,0.15);
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: .4rem;
}
.filter-btn:hover {
  background-color: rgba(255,255,255,0.3);
}

/* Reset knop iets feller */
.filter-btn.reset {
  background: linear-gradient(90deg, #00aaff, #00ccff);
}
.filter-btn.reset:hover {
  background: linear-gradient(90deg, #0099dd, #00bbee);
}














/* ===== Spacing op Bootstrap-manier (exact 5px) ===== */
.row.photos-row      { --bs-gutter-x: 5px; --bs-gutter-y: 0; }  /* ruimte tussen links/rechts */
.row.photos-right    { --bs-gutter-x: 5px; --bs-gutter-y: 5px; }/* ruimte binnen 2×2 rechts */


/* Overlay container t.o.v. volledige fotogalerij */
.photos-actions-overlay {
  position: absolute;
  top: 12px;
  right: 25px;
  display: flex;
  gap: 8px;
  z-index: 10;
}

/* Buttons */
.photo-action {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  background: rgba(0,0,0,0.8);
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  border-radius: 6px;
  text-decoration: none;
  white-space: nowrap;
}

/* Icons */
.photo-action i {
  font-size: 14px;
}

/* Hover */
.photo-action:hover {
  background: rgba(0,0,0,0.9);
  color: #fff;
}

/* Saved */
.photo-action.saved {
  background: linear-gradient(90deg, #e61e4d, #d70466);
}


/* ===== Basis foto-styling ===== */
.photo { width:100%; height:100%; background-size:cover; background-position:center; border-radius:12px; }
.label-nrofphotos{position:absolute;right:10px;top:10px;background:rgba(0,0,0,.7);color:#fff;font-size:12px;padding:4px 8px;border-radius:3px;z-index:2;}

.media-actions {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: flex;
  gap: 8px;
  z-index: 2;
}

.label-showallphotos,
.label-showvideo {
  background: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  opacity: .95;
  box-shadow: 0 1px 3px rgba(0,0,0,.25);
  text-decoration: none;
  color: #000;
  white-space: nowrap;
}

.label-showallphotos i, .label-showvideo i {
	margin-right: 5px;
}


.photo:hover{opacity:.92;transition:opacity .2s}






/* ===== Hoogtes per breakpoint (kloppen met 5px verticale gap rechts) ===== */
/* xs ( <576px ) */
@media (max-width: 575.98px){
  .photo1 { height:300px; border-radius:0; }
  .photo2,.photo3,.photo4,.photo5 { display:none; }
}

/* sm ( ≥576px ) */
@media (min-width:576px) and (max-width:767.98px){
  .photo1 { height:345px; }
  .photo2,.photo3,.photo4,.photo5 { height:170px; }
}

/* md ( ≥768px ) */
@media (min-width:768px) and (max-width:991.98px){
  .photo1 { height:455px; }
  .photo2,.photo3,.photo4,.photo5 { height:225px; }
}

/* lg ( ≥992px ) */
@media (min-width:992px) and (max-width:1199.98px){
  .photo1 { height:525px; }
  .photo2,.photo3,.photo4,.photo5 { height:260px; }
}

/* xl ( ≥1200px ) — full width + 20px marge */
@media (min-width:1200px) and (max-width:1399.98px){
  .photos-fullwidth { max-width:100%; padding:0 20px; }
  .photo1 { height:605px; }
  .photo2,.photo3,.photo4,.photo5 { height:300px; }
}

/* xxl ( ≥1400px ) */
@media (min-width:1400px){
  .photos-container { width: 90%; }
  .content-container { width: 90%; }
  .photo1 { height:705px; }
  .photo2,.photo3,.photo4,.photo5 { height:350px; }
}



/* alles eerst vierkant maken */
.photos-row .photo { border-radius: 0 !important; }

/* alleen buitenste hoeken afronden (vanaf sm waar 2x2 rechts zichtbaar is) */
@media (min-width: 576px) {
  .photos-row .photo1 { border-radius: 12px 0 0 12px !important; } /* linksboven + linksonder */
  .photos-row .photo3 { border-radius: 0 12px 0 0 !important; }    /* rechtsboven */
  .photos-row .photo5 { border-radius: 0 0 12px 0 !important; }    /* rechtsonder */
  .photos-row .photo2,
  .photos-row .photo4 { border-radius: 0 !important; }             /* binnenkant blijft recht */
}

/* op mobiel (alleen foto1 zichtbaar) geen afgeronde hoeken */
@media (max-width: 575.98px) {
  .photos-row .photo1 { border-radius: 0 !important; }
}








@media (min-width: 576px) and (max-width: 767.98px) {
  .space-card {
    max-width: 545px;
    margin-left: auto;
    margin-right: auto;
  }
}









.tag {
  display: inline-block;
  padding: 4px 14px 5px 14px;
  font-size: 0.85rem;
  font-weight: 500;
  color: #555;
  border: 1px solid #ddd;
  border-radius: 20px;  /* rond zoals bij Airbnb */
  background-color: #fff;
  margin: 2px 2px 0 0;
}

.tag:hover {
  border-color: #bbb;   /* subtiel donkerder bij hover */
  color: #333;
}








/* Review categories bovenaan */
.review-categories .category-box {
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 1rem;
  background: #fff;
}

.review-categories .category-box:hover {
  border-color: #bbb;   /* subtiel donkerder bij hover */
  color: #333;
}

.review-categories .category-title {
  display: block;
  font-size: 0.9rem;
  color: #444;
  font-weight: 500;
}

.review-categories .category-score {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: .25rem;
}

/* Reviews */


.reviews-count-title {
	font-family:  'Graphik';
	font-style: normal;
	font-size: 18px;
}

.reviews-summary.container {
	padding: 0;
	margin: 0;
}

.review {
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
}

.review-header {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

.reviewer-name {
	font-weight: 500;
}

.review-avatar {
	
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-right: 0.75rem;
}

.review-body {
  font-size: 0.95rem;
  color: #333;
}

.review-more {
  font-size: 0.9rem;
  color: #007bff;
  text-decoration: none;
}
.review-more:hover {
  text-decoration: underline;
}






.discount-box {
  display: flex;
  align-items: flex-start;
  background: #f4ffe6; /*#eaffea;*/
  border-left: 5px solid #65ea9e;/*#2ecc71;*/
  border-radius: 6px;
  padding: 15px 20px;
  margin: 0 0 20px 0;
  color: #1f5132;
  font-size: 15px;
  line-height: 1.5;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.discount-box .discount-icon {
  font-size: 42px;      /* groot icoon links */
  color: #65ea9e; /*#2ecc71;*/
  margin-right: 15px;
  flex-shrink: 0;
}

.discount-text {
  flex: 1;
}

.discount-text strong {
  font-weight: 600;
  margin-right: 5px;
  display: inline;
}


.meetingrooms .meetingroom {
	padding: 0 !important;
	margin-bottom: 20px;
}

.meetingrooms .meetingroom-image {
	width: 190px;         /* zelf kiezen */
	height: 170px;        /* vierkant */
	overflow: hidden;     /* alles buiten de box verbergen */

}

.meetingrooms .meetingroom-image img {
	border-radius: 3px !important;
	width: 100%;
	height: 100%;
	object-fit: cover; 
}

.meetingrooms .label-per {
	font-size: 14px;
	font-weight: 500;
}
.meetingrooms .meetingroom-price .regular-rate {
	text-decoration: line-through;
	font-size: 15px;
	opacity: 0.3;
}

.meetingpackages {
	margin-top: 30px;
}
.meetingpackages .meetingpackage-price .regular-rate {
	text-decoration: line-through;
	font-size: 15px;
	opacity: 0.3;
}

.meetingpackages .list-group-item:hover .bx.bx-x {
	color: #d70466;/*red*/
}
.meetingpackages .list-group-item:hover .bx.bx-check {
	color: #25b21e;
}

.meetingpackages ul {
	list-style: none;
	padding-left: 0;
}

.meetingpackages ul li .bx {
  margin-right: 6px;
  font-size: 1rem;     /* eventueel groter/kleiner maken */
  vertical-align: middle;
}

.meetingpackages ul li strong {
	font-weight: 500;
}

.meetingpackages .label-per {
	font-size: 14px;
	font-weight: 500;
}

.rating-category-summary .category-label {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 50px;
    min-width: 200px;
    padding: 5px 20px 5px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 37px;
}

.rating-category-summary .category-label .label-text {
	font-size: 18px;
    padding: 0 10px 0 30px;
}

.rating-category-summary .category-label::before {
    content: '';
    width: 27px;
    height: 45px;
    background-image: url(https://static.meetingrooms.com/theme/2020/img/award-left-leaf.png);
    background-size: auto 40px;
    background-position-y: 2px;  
    background-repeat: no-repeat;  
    position: absolute;
}


.rating-category-summary .category-label::after {
    content: '';
    width: 27px;
    height: 45px;
    background-image: url(https://static.meetingrooms.com/theme/2020/img/award-right-leaf.png);
    background-size: auto 40px;
    background-position-y: 2px;
    background-repeat: no-repeat;
    position: absolute;
}

.rating-category-summary .category-line {
	font-weight: 500;
}









/* ===== Sidebar Quickform ===== */
.quickform {
  background: #e4f8ff;   /* #00465b donker turquoise -005c66 */
  /*color: #fff;*/
  border: none;
  border-radius: 4px;
}

.quickform .card-body {
  padding: 2rem 1.5rem;
}

.quickform .card-title {
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: .25rem;
  color: #12163a;
}

.quickform .subtitle {
  font-size: .9rem;
  /*color: rgba(255,255,255,0.8);*/
  color: #000;
  margin-bottom: 1rem;
}

.quickform .subtitle i.bi {
	font-size: 13px;
}

.quickform .card-body .highlight .subtitle {
	margin-left: 15px;
}

/* Inputs */
.quickform .form-control {
  background: rgba(255,255,255,0.1);
  border: none;
  border-radius: 6px;
  color: #fff;
  padding: 10px 20px 12px 35px;
}

.quickform .form-control::placeholder {
  color: rgba(255,255,255,0.7);
}

/* Input icon links */
.input-icon {
  position: relative;
}
.input-icon i {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  color: rgba(255,255,255,0.6);
}

/* Radios */
.radio-box {
  margin-bottom: .5rem;
}
.radio-box input[type="radio"] {
  accent-color: #fff;
  margin-right: .4rem;
}

/* Border rondom radio groep */
.radio-group {
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 3px;
  padding: 0.4rem 0.8rem;
}
/* Kleurtje voor geselecteerde radio */
.radio-group input[type="radio"] {
  accent-color: #039dcc; /* fel geelgroen #ccff00 */
}

.radio-box {
  margin-bottom: .4rem;
}
.radio-box:last-child {
  margin-bottom: 0;
}


.contact-card {
	border-color: #e8e8e8;
}

.contact-card .card-body {
	padding: 25px;
}

.contact-card .card-body .card-title {
	font-size: 20px;
	margin-bottom: 15px;
}

.contact-card .card-body .contact-name {
	font-weight: 500;
	font-size: 16px;
}
.contact-card .card-body .contact-phone {
	
}


.sticky-form {
  position: sticky;
  top: 150px;
  
  max-height: calc(100vh - 170px); /* 150px + kleine marge */
  overflow-y: auto;

 overscroll-behavior: contain;
}
    
/* Checkbox */
.quickform {
	/*background: #eafaff;*/
	background: #e6f6f8;

}

.quickform .form-check-label {
  /*color: #fff;*/
  font-size: .9rem;
}
.quickform .form-check-input {
  accent-color: #fff;
}

.quickform .card-title {
	color: #013239;
}

.quickform .card-body {
	padding: 1.2rem 1.2rem;
}


.quickform .radio-group {
	border: 1px solid #5fa2b033;
}

.quickform .radio-group:hover {
	border-color: #afe4eb;
}

.quickform .radio-group input[type="radio"] {
    accent-color: #48889b;
    accent-color: #038799;
}

.quickform .type-link:hover {
	font-weight: 500;
}
.quickform  .radio-box input[type="radio"]:checked + .type-link {
    font-weight: 500;
}

.quickform .salutation-link:hover {
	font-weight: 500;
}
.quickform  .radio-box input[type="radio"]:checked + .salutation-link {
    font-weight: 500;
}



.quickform .radio-group .radio-box {
	margin-bottom: 5px;
	margin-top: 5px;
}

.quickform .input-icon .fa {
	color: #469faa50;	
	font-size: 11px;
}



.quickform .form-control {
	border: 1px solid #5fa2b033;
	background: #f8fdff;
	color: #000;
	padding-left: 30px;
}
.quickform .form-control:focus, .quickform .form-control:hover {
	font-weight: 500;
}
.quickform .form-control::placeholder {
    color: #8A93A3;      /* bijv. rustig blauw/grijs */
    opacity: 1;          /* nodig voor Firefox */
}

.quickform .form-control:focus, .quickform .form-control:hover {
	border-color: #008c9e;
}


.quickform textarea.form-control {
	padding: 10px;
}


/* Submit button */
.btn-submit {
  /*background: #fff;*/
  /*
  color: #008c9e;
  */
  font-weight: 600;
  border-radius: 3px;
  padding: 9px 30px 12px;
  font-size: 22px;
  
  color: #fff;
  /*
  background: linear-gradient(
  180deg,
  #0A9AA9 0%,
  #008C9E 100%
);
background: linear-gradient(
  180deg,
  #1AA3B2 0%,
  #008C9E 100%
);
background: linear-gradient(
  135deg,
  #008C9E 0%,
  #006F7D 100%
);*/
background: linear-gradient(
  180deg,
  #008C9E 0%,
  #007F8F 100%
);

padding: 5px 30px 9px 30px;



}
.btn-submit:hover {
  background: #f2f2f2;
  color: #006b77;
}











.host-photo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.host-contact .card-title {
  font-weight: 600;
  font-size: 1.1rem;
}

.host-link {
  color: #004b5f;
  font-weight: 500;
  text-decoration: underline;
}

.host-link:hover {
  text-decoration: none;
}




/* Container styling */
.share-save a {
  display: inline-flex;
  align-items: center;
  font-weight: 500;           /* zelfde dikte als voorbeeld */
  color: #000;                /* zwart zoals in screenshot */
  text-decoration: none; /* onderstreept */
  font-size: 14px;
}

/* Icoon styling */
.share-save i {
  font-size: 18px;
  margin-right: 6px;          /* ruimte tussen icoon en tekst */
}

/* Hover effect */
.share-save a:hover {
  color: #000;                /* blijft zwart bij hover */ /* onderstreept blijft */
}

.share-save .label {
	text-decoration: underline;
}





.highlights-block {
	margin: -20px 0 40px 0;
}
.highlights-block .highlight-header {
	font-weight: 500;	 
}
.highlights-block .highlight-text {
	font-weight: 500;	 
	font-size: 14px;
}



.meetingroom-info {
	padding-left: 20px;
}





/* ===== Footer Styling ===== */
.site-footer {
  background: #f8f8f8;         /* lichtgrijze achtergrond */
  border-top: 1px solid #e0e0e0; /* subtiele lijn boven */
  padding: 12px 0;             /* verticale spacing */
  font-size: 14px;             /* wat kleiner lettertype */
  color: #666;                 /* gedempt grijs */
}

.site-footer .container {
  text-align: center;          /* tekst centreren */
}

.site-footer strong {
  color: #444;                 /* iets donkerder voor merknaam */
  font-weight: 500;
}

.site-footer .loadtime {
  margin-left: 8px;
  color: #999;                 /* subtieler grijs */
  font-size: 13px;
}






/* Feedback blok styling */
#feedback_phonenumber,
#feedback_appreciated {
  padding: 1rem;
  background-color: #f8f9fa;
  border-left: 4px solid #0d6efd;
  border-radius: 4px;
  margin-top: 0; /* geen ruimte erboven */
  margin-bottom: 1.5rem; /* ruimte eronder */
  display: none;
}

#feedback_phonenumber .question {
  font-weight: 600;
  margin-bottom: .5rem;
}

#feedback_phonenumber .buttons {
  display: flex;
  gap: 1rem;
}

#feedback_phonenumber .btn {
  padding: .4rem 1rem;
  font-weight: 600;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  color: white;
}

#feedback_phonenumber .btn-yes {
  background-color: #28a745;
}

#feedback_phonenumber .btn-no {
  background-color: #dc3545;
}

#feedback_appreciated {
  background-color: #e9fbe5;
  color: #2f6f37;
  border-left-color: #28a745;
  font-weight: 500;
}








textarea.form-control {
	padding-left: 0.5rem;
}








/* Layout behaviour for smaller screens (< 992px) */
@media (max-width: 991.98px) {
  .section-nav .d-flex.flex-column.flex-lg-row {
    /* flex‑column zorgt ervoor dat avatar/naam boven komt, menu onder */
    flex-direction: column;
  }

  /* Avatar & location name wrapper: full width, links */
  .section-nav .d-flex.align-items-center.gap-2 {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }



  /* Navigation menu: horizontal scroll if too wide */
  

  
  #sectionNavMenu {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Firefox */
    flex-wrap: nowrap;
    display: flex;
    gap: 1rem;
  }
  #sectionNavMenu::-webkit-scrollbar {
    display: none;
  }

  .section-nav .nav-link {
    white-space: nowrap;      /* voorkom breaking van tekst */
    padding: 0.5rem 1rem;
  }
}

/* Behaviour for large screens (≥ 992px) – ensure avatar + menu side by side */
@media (min-width: 992px) {
  .section-nav .d-flex.flex-column.flex-lg-row {
    flex-direction: row;
    align-items: center;
  }
  #sectionNavMenu {
    overflow-x: visible;   /* geen scroll op groot scherm */
    width: auto;
  }
}



@media (max-width: 399.98px) {
  .logo-block {
    display: none !important;
  }
}



.logoshape {
	height: 35px;
	width: auto;
	max-width: none;
	display: block;
}

/*
@media (max-width: 399.98px) {
  .topbar-logo img.logoshape {
    display: none !important;
  }
}
*/




.px-6 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-7 {
  padding-left: 5rem;
  padding-right: 5rem;
}






.address-line {
	font-weight: 500;
	font-size: 14px;
	color: #000;
}
.address-line a {
	color: #000;
}

.summary-block .label {
	font-weight: 500;
}




 .rating-badge {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    
    height: 34px;
    padding: 0 5px 1px 12px;
    margin-right: 10px;
    background-color: #0b0f3a;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    border-radius: 8px 0 0 8px;
    font-family: 'Futura PT';
    font-style: italic;
  }

  .rating-badge::after {
    content: "";
    position: absolute;
    top: 0;
    right: -16px;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 16px solid #0b0f3a;
  }

  .rating-star {
    font-size: 16px;
    color: #f2c94c;
    line-height: 1;
  }
  
  .rating-star-inactive {
    font-size: 16px;
    color: #bbb;
    line-height: 1;
  }  
  
  .reviews-nr {
	  font-size: 14px;
  }
  
  .write-review {
	  color: #000;
	  font-size: 14px;
	  font-weight: 500;
  }
  
  
  hr {
	  width: 20px;
	  border-top: 2px solid #999;
	  margin: 30px 0;
  }
	 
	  
	  
	  .btn-quote {
		  margin-right: 20px;
	  }
	  
	  .btn-brochure {
		  margin-right: 10px;
	  }
	  
	  
.accordion-header .accordion-button {
	/*font-size: 17px;
    font-style: italic;*/
    
    font-family: 'Graphik';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
}	  

.accordion-button:not(.collapsed) {
    background-color: transparent; /* of bijv. #fff voor wit */
    color: inherit; /* behoud tekstkleur */
    box-shadow: none; /* verwijder schaduw */
}

.accordion-button:hover {
	background: #fbfcff;
}

.accordion-body {
	font-size: 15px;	
}
/*
.accordion-button {
    border-bottom: 1px solid #dee2e6;
}
*/

.package-title {
    max-width: 230px;
}

.package-summary {
    padding-left: 0; /* Verwijder eventuele padding aan de linkerzijde van de 'Inclusief'-kolom */
}


.package-summary {
    white-space: nowrap; /* Zorg ervoor dat de tekst niet op een nieuwe regel breekt */
    overflow: visible; /* Zorg ervoor dat de tekst niet wordt afgekapt */
    text-overflow: unset; /* Verwijder ellipsis, mocht deze ooit worden toegepast */
    flex: 1; /* Zorg ervoor dat de container de beschikbare ruimte gebruikt */
    display: block; /* Maak de container een block element om de ruimte te benutten */
}



.package-price {
	font-size: 15px;
	font-weight: 500;
	font-family: 'Graphik';
	min-width: 200px;
}

.package-badge {
	border: 3px solid #fff;
	/*display: flex;
	justify-content: flex-end;*/
}
	
.bg-danger {
	background: linear-gradient(90deg, #e61e4d, #d70466);
}	
	
	
.package-category-title {
	font-weight: 500;
	font-size: 15px;
}	







.pswp-caption {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	background: rgba(0, 0, 0, 0.5);
	padding: 10px 20px;
	border-radius: 5px;
	white-space: nowrap;
	max-width: calc(100% - 40px);
	text-align: center;
}
  
  
  
  
  
  
  
  
  
  
  
  	
.space-card,
.space-card-image-wrapper,
.space-card .row,
.space-card .col,
.space-card .p-3 {
  overflow: visible !important;
  position: relative;
  z-index: 1;
}

.space-card:hover {
  z-index: 1000;
}

.space-card-image-wrapper img {
  /*transition: transform 0.3s ease, opacity 0.3s ease;*/

  opacity: 1;
}

.space-card-image-wrapper:hover img {

  opacity: 0.85;
}


	
.space-card {
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
  overflow: hidden;
  background: #fff;
  position: relative;
  z-index: 1;
}

.space-card img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 270px;
  object-fit: cover;
  width: 100%;
}

.space-name {
	margin: 5px 0 0 0;
  font-size: 1.1rem;
  font-weight: 600;
}

.space-capacity {
	margin: 5px 0 0 0;
  font-size: 0.9rem;
  font-weight: 500;
  color: #666;
}

.space-description {
  font-size: 14px;
  color: #444;
}



.price-badge {
  background-color: #000;
  color: white;
  padding: 0.3rem 0.6rem;
  border-radius: 0.25rem;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 10;
  white-space: nowrap;
  
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
}

.price-badge .old-rate {
  color: #fff;
  text-decoration: line-through;
}
.price-badge .default-rate {
  color: #fff;
  text-decoration: none;
}
.price-badge .discount-rate {
  color: #DF115A;
}


.price-badge .info-icon-wrapper {
  display: inline-block;
  margin-left: 0.25rem;
}

.price-badge .info-icon-wrapper .old-rate {
	color: #333;
	text-decoration: line-through;
}
.price-badge .info-icon-wrapper .default-rate {
	color: #333;
	text-decoration: none;
}

.price-badge .info-icon-wrapper .discount-rate {
	color: #DF115A;
}



.space-card-image-wrapper {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}


.info-tooltip {
  display: none;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  /*min-width: 260px;*/
  width: max-content;
  max-width: 320px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  box-shadow: 0 4px 14px rgba(0,0,0,0.15);
  padding: 10px 12px;
  font-size: 13px;
  z-index: 999999;
  line-height: 16px;
}

.info-icon-wrapper:hover .info-tooltip {
  display: block;
}

.info-tooltip table {
  width: 100%;
  border-collapse: collapse;
}

.info-tooltip td {
  padding: 6px 8px;
  vertical-align: middle;
  font-size: 13px;
  color: #333;
}

/* Label column */
.info-tooltip td.label {
  font-weight: normal;
  white-space: nowrap;
  color: #555;
  font-weight: 500;
}

/* Price column */
.info-tooltip td.price {
  text-align: right;
  font-weight: 500;
  white-space: nowrap;
}





.discount-badge {
  /*background-color: #dc3545;*/
  background: linear-gradient(90deg, #e61e4d, #d70466);
  color: white;
  font-size: 0.75rem;
  padding: 0.3rem 0.6rem;
  border-radius: 0.25rem;
  z-index: 1;
  margin: 10px;
  
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;  
}

.discount-badge .info-tooltip {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  color: #333;
  font-size: 13px;
  font-weight: 400;
  border: 1px solid #ddd;
  padding: 10px;
  width: 220px;
  border-radius: 0.25rem;
  margin-top: 0.5rem;
  z-index: 10;
}

.discount-badge:hover .info-tooltip {
  display: block;
}



/* MAPS */


.map-wrap {
  position: relative;
  width: 100%;
  height: 350px;          /* mobiel: vaste hoogte */
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 6px rgba(0,0,0,.08);
  background: #e6eef4;
}

#map {
  width: 100%;
  height: 100%;
}

/* Vanaf md (≥768px) mag aspect-ratio weer */
@media (min-width: 768px) {
  .map-wrap {
    height: auto;
    aspect-ratio: 16 / 6;
    min-height: 350px;
  }
}




/* shareModal */
#shareModal .btn {
    border-radius: 4px;
    padding: 8px 20px 10px 20px;
}