@charset "UTF-8";
/*@include border-top-serrated(<size>, <color>);*/
/*@include border-bottom-serrated(<size>, <color>);*/
/* @include placeholder {
   font-style:italic;
    color: white;
    font-weight:100;
}*/
.rating-outer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0px;
}
.rating-outer .average {
  font-weight: bold;
  font-size: 20px;
  width: 3em;
  height: 3em;
  padding: 0.5em;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #d86b11;
  color: #fff;
  border-radius: 50%;
}
.rating-outer .average + * {
  margin-left: 15px;
}
.rating-outer .rating {
  width: auto;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.rating-outer .rating .stars {
  font-size: 20px;
}
.rating-outer .rating .stars + .totals {
  margin-left: 0;
  margin-top: 2px;
}
.rating-outer .totals {
  display: block;
  font-size: 1rem;
}
.rating-outer .totals a {
  text-decoration: underline;
}
.rating-outer .totals a:hover {
  text-decoration: none;
}

.Reviews {
  border: 2px solid #eee;
  margin-top: 20px;
  padding: 20px;
  border-radius: 0 0 16px 0;
}
.Reviews .h5 {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
}
.Reviews .block-grid.one-up > li {
  padding-right: 0;
}
.Reviews .block-grid.one-up > li article {
  margin-bottom: 0;
}
.Reviews > nav {
  margin-top: 20px;
}
.Reviews {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
.Reviews > .rating-outer {
  width: auto;
  margin-left: 15px;
}
.Reviews > nav {
  margin-top: 0;
  margin-left: auto;
}
.Reviews > .block-grid {
  width: calc(100% + 20px);
  padding-top: 20px;
  margin-top: 10px;
  position: relative;
}
.Reviews > .block-grid::before {
  content: "";
  left: 0;
  right: 20px;
  top: 0;
  height: 2px;
  background: #eee;
  display: block;
  position: absolute;
}
.Reviews > .block-grid.five-up > li {
  flex: 1;
}

.Review {
  margin-top: 15px;
  margin-bottom: 0;
}
.Review > .heading {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.Review > .heading > figure {
  width: 40px;
}
.Review > .heading > figure + .aside {
  font-size: 13px;
  margin-left: 10px;
}
.Review > .heading > figure + .aside .author {
  display: block;
  font-weight: bold;
  line-height: 1.1;
}
.Review > .heading > figure + .aside .time {
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.9230769231em;
}
.Review > .rating {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
}
.Review > .rating .average {
  font-weight: bold;
  margin-right: 10px;
  color: rgb(194.4, 96.3, 15.3);
  font-size: 1.125rem;
  line-height: 1.1;
}
.Review > .text {
  line-height: 1.4;
  font-size: 0.9375em;
  font-size: 12px;
}
.Review > .text p:last-child {
  margin-bottom: 0;
}

.Category.Overview.related {
  padding: 20px 20px 10px;
  border: 2px solid #eee;
}
.Category.Overview.related nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}
.Category.Overview.related span.icon {
  fill: currentColor;
  color: inherit;
}
.Category.Overview.related a {
  border-top: 1px solid #9a9b9b;
  padding: 10px 0 10px 30px;
  color: rgba(42, 45, 46, 0.8);
  text-decoration: none;
  position: relative;
}
.Category.Overview.related a.category::before, .Category.Overview.related a.hotels::before, .Category.Overview.related a.vakantieparken::before {
  content: "\e947";
  font-family: "icomoon";
  line-height: 1.2;
}
.Category.Overview.related a.hotels::before {
  content: "\e903";
}
.Category.Overview.related a.vakantieparken::before {
  content: "\e9df";
}
.Category.Overview.related a span.icon, .Category.Overview.related a.category::before, .Category.Overview.related a.hotels::before, .Category.Overview.related a.vakantieparken::before {
  left: 0;
  width: 25px;
  text-align: center;
  top: 12px;
  position: absolute;
}
.Category.Overview.related a:hover {
  color: #2a2d2e;
}

.Openinghours.Overview table {
  line-height: 1.1;
  margin: 0;
}
.Openinghours.Overview table tr th, .Openinghours.Overview table tr td {
  padding: 3px 0;
}
.Openinghours.Overview table tr th {
  font-size: 1em;
}
.Openinghours.Overview table tr:not(.note) > td:last-child {
  width: 1%;
  white-space: nowrap;
}
.Openinghours.Overview table tr.note th, .Openinghours.Overview table tr.note td {
  padding: 0 0 8px;
  line-height: 1;
}
.Openinghours.Overview table tr.note th .alert, .Openinghours.Overview table tr.note td .alert {
  font-size: 12px;
  padding: 5px 6px;
  font-style: italic;
  line-height: 1.1;
  display: block;
  margin: 0;
}

.Openfrom {
  border-bottom: 1px solid #f2f2f2;
  margin: 0 0 25px;
  padding: 0;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  width: 100%;
}
.Openfrom[data-rel] * {
  pointer-events: none;
}
.Openfrom {
  font-size: 1.25rem;
  background: #eee;
  padding: 15px;
  border: 0;
}
.Openfrom strong {
  margin-right: 15px;
}

.Openfrom::before {
  content: "\e94e";
  font-family: "icomoon";
  padding-right: 5px;
}

.showmore {
  font-family: "icomoon";
  padding: 10px;
  margin-left: 5px;
  color: #000;
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.showmore.toggled {
  transform: rotate(180deg);
}

/* =General CSS
-------------------------------------------------------------- */
.full_width,
.one_half,
.one_third,
.two_third,
.one_fourth,
.three_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
  float: left;
}

.clear_column {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 100%;
  overflow: hidden;
}

/* =Shortcodes Templates
-------------------------------------------------------------- */
/* =Default Template (no margin)
-------------------------------------------------------------- */
.full_width {
  width: 100%;
}

.one_half {
  width: 50%;
}

.one_third {
  width: 33.3%;
}

.two_third {
  width: 66.6%;
}

.one_fourth {
  width: 25%;
}

.three_fourth {
  width: 75%;
}

.one_fifth {
  width: 20%;
}

.two_fifth {
  width: 40%;
}

.three_fifth {
  width: 60%;
}

.four_fifth {
  width: 80%;
}

.one_sixth {
  width: 16.6%;
}

.five_sixth {
  width: 83.4%;
}

/* =Responsive
-------------------------------------------------------------- */
/* Maximum width of 600 pixels. */
/* =Small Margins Template
-------------------------------------------------------------- */
/*
.full_width  {
	width: 100%;
}
.one_half {
	width: 49% !important;
	margin-right: 2% !important;
}
.one_half.last_column {
	width: 49% !important;
	margin-right: 0px !important;
}
.one_third {
	width: 32% !important;
	margin-right: 2% !important;
}
.one_third.last_column {
	width: 32% !important;
	margin-right: 0px !important;
}
.two_third {
	width: 66% !important;
	margin-right: 2% !important;
}
.two_third.last_column {
	width: 66% !important;
	margin-right: 0px !important;
}
.one_fourth {
	width: 23.5% !important;
	margin-right: 2% !important;
}
.one_fourth.last_column {
	width: 23.5% !important;
	margin-right: 0px !important;
}
.three_fourth {
	width: 74.5% !important;
	margin-right: 2% !important;
}
.three_fourth.last_column {
	width: 74.5% !important;
	margin-right: 0px !important;
}
.one_fifth {
	width: 18.4% !important;
	margin-right: 2% !important;
}
.one_fifth.last_column {
	width: 18.4% !important;
	margin-right: 0px !important;
}
.two_fifth {
	width: 39% !important;
	margin-right: 2% !important;
}
.two_fifth.last_column {
	width: 39% !important;
	margin-right: 0px !important;
}
.three_fifth {
	width: 59% !important;
	margin-right: 2% !important;
}
.three_fifth.last_column {
	width: 59% !important;
	margin-right: 0px !important;
}
.four_fifth {
	width: 79.6% !important;
	margin-right: 2% !important;
}
.four_fifth.last_column {
	width: 79.6% !important;
	margin-right: 0px !important;
}
.one_sixth {
	width: 15% !important;
	margin-right: 2% !important;
}
.one_sixth.last_column {
	width: 15% !important;
	margin-right: 0px !important;
}
*/
#topBanner {
  position: relative;
  line-height: 1;
  background: none transparent;
  text-align: center;
  z-index: 2;
  display: block;
  overflow: hidden;
}
#topBanner img {
  width: 100%;
  display: block;
}
#topBanner:before {
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  height: 45px;
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0);
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
  z-index: 5;
}

.MapsInner {
  width: 100%;
  position: relative;
}
.MapsInner .marker {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -100%);
}
.MapsInner .marker::before {
  content: "\e947";
  font-family: "icomoon";
  color: red;
  font-size: 50px;
  line-height: 1;
}

.block-grid.CTA {
  width: calc(100% + 30px);
  margin: 25px -15px 0;
  padding: 0;
  line-height: 0;
  font-size: 0;
  text-align: center;
}
.block-grid.CTA > li {
  flex: 1;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.2;
  margin: -10px 0 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  float: none;
}
.block-grid.CTA > li > a {
  position: relative;
  color: #767676;
  padding: 45px 5px 5px;
  margin-bottom: 0;
  display: block;
}
.block-grid.CTA > li > a::before {
  font-family: "icomoon";
  position: absolute;
  left: 0;
  width: 100%;
  top: 10px;
  font-size: 30px;
  line-height: 1;
  font-weight: normal;
}
.block-grid.CTA > li > a.call::before {
  content: "\e942";
}
.block-grid.CTA > li > a.navigate::before {
  content: "\e947";
  font-family: "icomoon";
}
.block-grid.CTA > li > a.website::before {
  content: "\e9c9";
}
.block-grid.CTA > li > a.facebook::before {
  content: "\ea90";
}

/* tags on business page */
.tag-links {
  display: block;
  margin-top: -5px;
  margin-bottom: 15px;
}
.tag-links a {
  background-color: #767676;
  border-radius: 0 2px 2px 0;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2727272727;
  margin: 2px 4px 2px 10px;
  padding: 3px 7px;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
}
.tag-links a::before {
  border-top: 10px solid transparent;
  border-right: 8px solid #767676;
  border-bottom: 10px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  top: 0;
  left: -8px;
  width: 0;
}
.tag-links a::after {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 4px;
  position: absolute;
  top: 8px;
  left: -2px;
  width: 4px;
}
.tag-links a:hover {
  background-color: #41a62a;
  color: #fff;
}
.tag-links a:hover::before {
  border-right-color: #41a62a;
}

/* soort_tag links — distinct styling as category pills */
.soort-tag-links {
  margin-top: 0;
  margin-bottom: 20px;
}
.soort-tag-links a {
  background-color: #28a1c5;
  border-radius: 20px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  margin: 2px 4px 2px 0;
  padding: 4px 10px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
}
.soort-tag-links a::before {
  display: none;
}
.soort-tag-links a::after {
  display: none;
}
.soort-tag-links a:hover {
  background-color: rgb(31.3924050633, 126.3544303797, 154.6075949367);
  color: #fff;
}

body.single-post #body-container {
  overflow: clip;
}
body.single-post h1 span {
  display: inline-block;
  white-space: nowrap;
  font-size: 0.5161290323em;
}
body.single-post .mainrow {
  position: relative;
  z-index: 560;
  margin: 0 -40px;
}
body.single-post .mainrow > * {
  padding: 0 40px;
}
body.single-post .mainrow {
  display: flex;
  align-items: flex-start;
}
body.single-post .maincolumn {
  max-width: 100vw;
  overflow: hidden;
  display: block;
  margin-top: -80px;
  min-height: 101px;
  position: sticky;
  top: 0;
  z-index: 10;
  padding: 40px 40px 0;
  background: #fff;
  border-radius: 8px 8px 0 0;
}
body.single-post .addresscolumn {
  position: sticky;
  top: 0;
}
body.single-post .addresscolumn > .backto {
  position: absolute;
  right: 0;
  bottom: 100%;
  margin-bottom: 15px;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  padding-left: 1em;
  padding-right: 1em;
}
body.single-post .addresscolumn address {
  margin: 0;
}
body.single-post .addresscolumn > .row {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
body.single-post .addresscolumn > .row > .col-md-12.address .block-grid.CTA {
  width: 50%;
}
body.single-post .addresscolumn > .row > .opening {
  padding-left: 30px;
  position: static;
}
body.single-post .addresscolumn > .row > .opening::before {
  content: "";
  top: 3px;
  bottom: 3px;
  width: 1px;
  margin-left: -25px;
  background: #eee;
  display: block;
  position: absolute;
}
body.single-post .addresscolumn > .row > .col-md-7 {
  width: 55%;
}
body.single-post .addresscolumn > .row > .col-md-5 {
  width: 45%;
}
body.single-post .addresscolumn > .row > .col-md-7.address .block-grid.CTA {
  padding-right: 20px;
}

body.single-post #topBanner {
  position: relative;
  aspect-ratio: 3/1;
  max-height: 520px;
  overflow: hidden;
  border-radius: 0 0 24px 24px;
}
body.single-post #topBanner > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
body.single-post #topBanner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
  background: linear-gradient(180deg, rgba(26, 28, 28, 0) 0%, rgba(26, 28, 28, 0.35) 100%);
  pointer-events: none;
  z-index: 4;
  border-radius: 0 0 24px 24px;
}
body.single-post #topBanner .topBanner__backto {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px 8px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #1a1c1c;
  font-family: "Source Sans Pro", "source_sans_pro", "Source Sans Pro", system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  backdrop-filter: blur(4px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}
body.single-post #topBanner .topBanner__backto svg {
  width: 16px;
  height: 16px;
  display: block;
  flex-shrink: 0;
}
body.single-post #topBanner .topBanner__backto:hover, body.single-post #topBanner .topBanner__backto:focus-visible {
  background: #fff;
  color: #004e5c;
  transform: translateY(-1px);
  text-decoration: none;
  outline: none;
}
body.single-post #main.site-main {
  padding-bottom: 72px;
}
body.single-post .mainrow {
  padding-top: 0;
  padding-bottom: 24px;
  margin: 0 -24px;
  gap: 0;
}
body.single-post .mainrow > * {
  padding: 0 24px;
  min-width: 0;
}
body.single-post .mainrow > .maincolumn {
  flex: 0 0 55%;
  max-width: 55%;
}
body.single-post .mainrow > .addresscolumn {
  flex: 0 0 45%;
  max-width: 45%;
}
body.single-post .maincolumn {
  background: #fff;
  border-radius: 20px 20px 0 0;
  box-shadow: 0 1px 2px rgba(26, 28, 28, 0.04);
  padding: 36px 36px 8px;
  margin-top: -72px;
}
@media (max-width: 1199px) {
  body.single-post .maincolumn {
    padding: 28px 28px 8px;
  }
}
body.single-post .addresscolumn {
  padding-top: 24px;
}
body.single-post .maincolumn > h1,
body.single-post .maincolumn h1:first-of-type {
  font-family: "Source Sans Pro", "source_sans_pro", "Source Sans Pro", system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.025em;
  color: #1a1c1c;
  line-height: 1.08;
  margin: 0 0 16px;
  font-size: clamp(1.75rem, 2.8vw, 2.6rem);
}
body.single-post .maincolumn > h1 span,
body.single-post .maincolumn h1:first-of-type span {
  color: #006879;
  font-style: italic;
  font-weight: 800;
  letter-spacing: -0.02em;
  white-space: normal;
  font-size: 0.62em;
}
body.single-post .single-chip-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin: 0 0 12px;
}
body.single-post .single-chip-strip > .single-intro-badges,
body.single-post .single-chip-strip > .tag-links,
body.single-post .single-chip-strip > .soort-tag-links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
}
body.single-post .single-chip-strip .tag-links a,
body.single-post .single-chip-strip .soort-tag-links a {
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 4px 12px;
  border-radius: 999px;
  font-family: "Source Sans Pro", "source_sans_pro", "Source Sans Pro", system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.18s ease, color 0.18s ease;
}
body.single-post .single-chip-strip .tag-links a::before, body.single-post .single-chip-strip .tag-links a::after,
body.single-post .single-chip-strip .soort-tag-links a::before,
body.single-post .single-chip-strip .soort-tag-links a::after {
  display: none;
}
body.single-post .single-chip-strip .tag-links:not(.soort-tag-links) a {
  background: #a9edff;
  color: #004e5c;
}
body.single-post .single-chip-strip .tag-links:not(.soort-tag-links) a:hover, body.single-post .single-chip-strip .tag-links:not(.soort-tag-links) a:focus-visible {
  background: color-mix(in srgb, #006879 22%, #fff);
  color: #004e5c;
  text-decoration: none;
}
body.single-post .single-chip-strip .soort-tag-links a {
  background: #f3f3f3;
  color: #3d494c;
  font-weight: 600;
  letter-spacing: 0.04em;
}
body.single-post .single-chip-strip .soort-tag-links a:hover, body.single-post .single-chip-strip .soort-tag-links a:focus-visible {
  background: #eeeeee;
  color: #1a1c1c;
  text-decoration: none;
}
body.single-post .maincolumn .breadcrumbs_c {
  margin: 4px 0 22px;
}
body.single-post .single-intro-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 10px;
}
body.single-post .single-intro-badges > .badge {
  position: static;
  margin: 0;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: none;
  pointer-events: auto;
}
body.single-post .single-quick-info {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 20px;
}
body.single-post .single-quick-info__chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 14px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #bcc9cd;
  box-shadow: 0 1px 2px rgba(26, 28, 28, 0.04);
  color: #1a1c1c;
  font-family: "Source Sans Pro", "source_sans_pro", "Source Sans Pro", system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: border-color 0.18s ease, background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}
body.single-post .single-quick-info__chip:hover, body.single-post .single-quick-info__chip:focus-visible {
  transform: translateY(-1px);
  border-color: color-mix(in srgb, #006879 35%, #bcc9cd);
  background: #a9edff;
  color: #004e5c;
  text-decoration: none;
}
body.single-post .single-quick-info__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  color: #006879;
  flex-shrink: 0;
}
body.single-post .single-quick-info__icon svg {
  width: 14px;
  height: 14px;
  display: block;
}
body.single-post .single-quick-info__label {
  display: inline-block;
  white-space: nowrap;
}
body.single-post .single-meta-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin: 4px 0 18px;
  font-family: "Source Sans Pro", "source_sans_pro", "Source Sans Pro", system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.92rem;
  color: #3d494c;
  line-height: 1.3;
}
body.single-post .single-meta-row__rating {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #1a1c1c;
}
body.single-post .single-meta-row__stars {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 14px;
  background-image: repeating-linear-gradient(to right, color-mix(in srgb, #6d797d 30%, #fff) 0 14px, transparent 14px 16px);
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 14'><g fill='black'><polygon points='7,1 8.76,5.09 13.2,5.45 9.83,8.36 10.89,12.72 7,10.4 3.11,12.72 4.17,8.36 0.8,5.45 5.24,5.09'/><polygon points='23,1 24.76,5.09 29.2,5.45 25.83,8.36 26.89,12.72 23,10.4 19.11,12.72 20.17,8.36 16.8,5.45 21.24,5.09'/><polygon points='39,1 40.76,5.09 45.2,5.45 41.83,8.36 42.89,12.72 39,10.4 35.11,12.72 36.17,8.36 32.8,5.45 37.24,5.09'/><polygon points='55,1 56.76,5.09 61.2,5.45 57.83,8.36 58.89,12.72 55,10.4 51.11,12.72 52.17,8.36 48.8,5.45 53.24,5.09'/><polygon points='71,1 72.76,5.09 77.2,5.45 73.83,8.36 74.89,12.72 71,10.4 67.11,12.72 68.17,8.36 64.8,5.45 69.24,5.09'/></g></svg>");
  mask-repeat: no-repeat;
  mask-size: 80px 14px;
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 14'><g fill='black'><polygon points='7,1 8.76,5.09 13.2,5.45 9.83,8.36 10.89,12.72 7,10.4 3.11,12.72 4.17,8.36 0.8,5.45 5.24,5.09'/><polygon points='23,1 24.76,5.09 29.2,5.45 25.83,8.36 26.89,12.72 23,10.4 19.11,12.72 20.17,8.36 16.8,5.45 21.24,5.09'/><polygon points='39,1 40.76,5.09 45.2,5.45 41.83,8.36 42.89,12.72 39,10.4 35.11,12.72 36.17,8.36 32.8,5.45 37.24,5.09'/><polygon points='55,1 56.76,5.09 61.2,5.45 57.83,8.36 58.89,12.72 55,10.4 51.11,12.72 52.17,8.36 48.8,5.45 53.24,5.09'/><polygon points='71,1 72.76,5.09 77.2,5.45 73.83,8.36 74.89,12.72 71,10.4 67.11,12.72 68.17,8.36 64.8,5.45 69.24,5.09'/></g></svg>");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 80px 14px;
}
body.single-post .single-meta-row__stars-inner {
  display: block;
  height: 100%;
  background: #fdc800;
}
body.single-post .single-meta-row__rating-value {
  font-family: "Source Sans Pro", "source_sans_pro", "Source Sans Pro", system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  color: #1a1c1c;
}
body.single-post .single-meta-row__rating-total {
  color: #3d494c;
  font-weight: 500;
}
body.single-post .single-meta-row__sep {
  color: #6d797d;
  font-weight: 400;
}
body.single-post .single-meta-row__location {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #3d494c;
  font-weight: 500;
}
body.single-post .single-meta-row__location::before {
  content: "";
  width: 14px;
  height: 14px;
  background: currentColor;
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 2C7.58 2 4 5.58 4 10c0 5.75 7.25 11.5 7.56 11.74a1 1 0 0 0 1.21-.03C13.08 21.47 20 15.9 20 10c0-4.42-3.58-8-8-8zm0 10.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z' fill='black'/></svg>");
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 2C7.58 2 4 5.58 4 10c0 5.75 7.25 11.5 7.56 11.74a1 1 0 0 0 1.21-.03C13.08 21.47 20 15.9 20 10c0-4.42-3.58-8-8-8zm0 10.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z' fill='black'/></svg>");
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  color: #6d797d;
}
body.single-post .block-grid.CTA {
  width: auto;
  margin: 16px 0 0;
  padding: 8px;
  gap: 4px;
  border-radius: 18px;
  background: #f3f3f3;
  border: 1px solid rgba(26, 28, 28, 0.05);
  box-shadow: 0 1px 2px rgba(26, 28, 28, 0.04);
}
body.single-post .block-grid.CTA > li {
  flex: 1 1 0;
  margin: 0;
  font-size: 0;
}
body.single-post .block-grid.CTA > li > a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 12px 4px 10px;
  margin: 0;
  border-radius: 12px;
  background: #fff;
  color: #1a1c1c;
  font-family: "Source Sans Pro", "source_sans_pro", "Source Sans Pro", system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  border: 0;
  box-shadow: 0 1px 2px rgba(26, 28, 28, 0.04);
  transition: transform 0.18s ease, color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}
body.single-post .block-grid.CTA > li > a::before {
  position: static;
  display: block;
  margin: 0 auto 4px;
  width: 30px;
  height: 30px;
  font-size: 24px;
  line-height: 30px;
  color: #006879;
}
body.single-post .block-grid.CTA > li > a:hover, body.single-post .block-grid.CTA > li > a:focus-visible {
  transform: translateY(-2px);
  color: #004e5c;
  background: #a9edff;
  box-shadow: 0 6px 14px rgba(0, 104, 121, 0.12);
  text-decoration: none;
}
body.single-post .block-grid.CTA > li > a:hover::before, body.single-post .block-grid.CTA > li > a:focus-visible::before {
  color: #004e5c;
}
body.single-post .block-grid.CTA > li > a.whatsapp::before {
  color: #25d366;
}
body.single-post .block-grid.CTA > li > a.whatsapp:hover::before {
  color: #1ebe5b;
}
body.single-post .Openfrom {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
  margin: 0 0 18px;
  padding: 14px 18px;
  min-height: 0 !important;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(0, 104, 121, 0.08), rgba(169, 237, 255, 0.25));
  color: #004e5c;
  font-family: "Source Sans Pro", "source_sans_pro", "Source Sans Pro", system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
}
body.single-post .Openfrom strong {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-right: 0;
  padding: 3px 9px 3px 8px;
  border-radius: 999px;
  background: #006879;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
body.single-post .Openfrom strong::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #b6ffc5;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.25);
}
body.single-post .Openfrom::before {
  content: "" !important;
  display: inline-block;
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  margin-right: 0;
  padding: 0;
  border-radius: 8px;
  background-color: color-mix(in srgb, #006879 14%, #fff);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23006879' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><circle cx='12' cy='12' r='9'/><polyline points='12 7 12 12 15 14'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  color: transparent;
  font-family: "Source Sans Pro", "source_sans_pro", "Source Sans Pro", system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0;
  font-weight: 400;
  vertical-align: middle;
}
body.single-post .Openfrom .showmore {
  float: none;
  margin: 0 0 0 auto;
  color: #006879;
  font-size: 1rem;
  line-height: 1;
}
body.single-post .addresscolumn > .row {
  position: relative;
  margin: 0 0 24px;
  padding: 22px 22px;
  background: #fff;
  border: 1px solid #bcc9cd;
  border-radius: 24px;
  box-shadow: 0 1px 2px rgba(26, 28, 28, 0.04), 0 24px 48px rgba(26, 28, 28, 0.06);
  overflow: visible;
  padding: 28px 28px;
  flex-direction: column;
  flex-wrap: nowrap;
}
body.single-post .addresscolumn > .row > .opening,
body.single-post .addresscolumn > .row > .sidebar-actions,
body.single-post .addresscolumn > .row > .address {
  width: 100%;
  max-width: 100%;
  flex: 0 0 auto;
  padding-left: 0;
  padding-right: 0;
}
body.single-post .addresscolumn > .row > .opening {
  margin-top: 0;
  padding-top: 0;
}
body.single-post .addresscolumn > .row > .opening + .sidebar-actions,
body.single-post .addresscolumn > .row > .opening + .address,
body.single-post .addresscolumn > .row > .sidebar-actions + .address {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #bcc9cd;
}
body.single-post .addresscolumn > .row .block-grid.CTA.sidebar-secondary-actions {
  background: #f3f3f3;
  margin-top: 14px;
}
body.single-post .sidebar-address {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-family: "Source Sans Pro", "source_sans_pro", "Source Sans Pro", system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.92rem;
  line-height: 1.5;
  color: #3d494c;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
body.single-post .sidebar-address__name {
  display: block;
  margin: 0 0 4px;
  font-family: "Source Sans Pro", "source_sans_pro", "Source Sans Pro", system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #1a1c1c;
}
body.single-post .sidebar-address__location {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.88rem;
  font-weight: 500;
  color: #3d494c;
}
body.single-post .sidebar-address__icon {
  flex-shrink: 0;
  color: #006879;
  opacity: 0.9;
  width: 24px;
  height: 24px;
  min-width: 24px;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 7px;
  background-color: color-mix(in srgb, #006879 10%, #fff);
  color: #006879;
  opacity: 1;
}
body.single-post .sidebar-address__location {
  gap: 8px;
}
body.single-post .sidebar-address .callto,
body.single-post .sidebar-address .mailto {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  color: #006879;
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.18s ease;
}
body.single-post .sidebar-address .callto:hover, body.single-post .sidebar-address .callto:focus-visible,
body.single-post .sidebar-address .mailto:hover,
body.single-post .sidebar-address .mailto:focus-visible {
  color: #004e5c;
  text-decoration: underline;
}
body.single-post .sidebar-address .callto::before,
body.single-post .sidebar-address .mailto::before {
  content: "" !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  min-width: 24px;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 7px;
  background-color: color-mix(in srgb, #006879 10%, #fff);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 14px;
  font-family: "Source Sans Pro", "source_sans_pro", "Source Sans Pro", system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0;
  color: transparent;
  line-height: 1;
}
body.single-post .sidebar-address .callto.landline::before,
body.single-post .sidebar-address .callto:not(.mobile)::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23006879' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'><path d='M21 16.5v2.6a2.4 2.4 0 0 1-2.6 2.4 18.7 18.7 0 0 1-8.1-2.9 18.4 18.4 0 0 1-5.7-5.7A18.7 18.7 0 0 1 1.7 4.8 2.4 2.4 0 0 1 4.1 2.2h2.6a1.8 1.8 0 0 1 1.8 1.5c.1.9.3 1.8.6 2.6a1.8 1.8 0 0 1-.4 1.9L7.6 9.3a14.6 14.6 0 0 0 5.7 5.7l1.1-1.1a1.8 1.8 0 0 1 1.9-.4c.8.3 1.7.5 2.6.6a1.8 1.8 0 0 1 1.5 1.8z'/></svg>");
}
body.single-post .sidebar-address .callto.mobile::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23006879' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'><rect x='6.5' y='2.5' width='11' height='19' rx='2.5'/><line x1='10' y1='18.5' x2='14' y2='18.5'/></svg>");
}
body.single-post .sidebar-address .mailto::before {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23006879' stroke-width='1.9' stroke-linecap='round' stroke-linejoin='round'><rect x='3' y='5' width='18' height='14' rx='2.5'/><polyline points='3.5 6.5 12 13 20.5 6.5'/></svg>");
}
body.single-post .sidebar-address .facebook,
body.single-post .sidebar-address .instagram {
  color: #006879;
  font-weight: 600;
}
body.single-post .sidebar-address .facebook:hover,
body.single-post .sidebar-address .instagram:hover {
  color: #004e5c;
}
body.single-post .sidebar-primary-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
}
body.single-post .sidebar-primary-actions--dual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  align-items: stretch;
}
body.single-post .sidebar-primary-actions--dual > .sidebar-primary-actions__btn {
  min-height: 76px;
  height: 100%;
}
body.single-post .sidebar-primary-actions__btn {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 14px;
  text-decoration: none;
  font-family: "Source Sans Pro", "source_sans_pro", "Source Sans Pro", system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.15;
  cursor: pointer;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}
body.single-post .sidebar-primary-actions__call {
  background: #006879;
  color: #fff;
  border: 1px solid #006879;
  box-shadow: 0 8px 18px rgba(0, 104, 121, 0.18);
}
body.single-post .sidebar-primary-actions__call:hover, body.single-post .sidebar-primary-actions__call:focus-visible {
  background: #004e5c;
  border-color: #004e5c;
  color: #fff;
  transform: translateY(-1px);
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(0, 104, 121, 0.22);
}
body.single-post .sidebar-primary-actions__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  flex-shrink: 0;
}
body.single-post .sidebar-primary-actions__icon svg {
  width: 18px;
  height: 18px;
}
body.single-post .sidebar-primary-actions__label {
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1.15;
  min-width: 0;
  text-align: left;
}
body.single-post .sidebar-primary-actions__label-strong {
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.single-post .sidebar-primary-actions__label-detail {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.88);
  font-feature-settings: "tnum";
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.single-post .favorite-button.sidebar-save-cta {
  position: relative;
  inset: auto;
  width: 100%;
  margin: 0;
  background: #f3f3f3;
  border: 1px solid #bcc9cd;
  color: #1a1c1c;
  box-shadow: none;
  justify-content: flex-start;
  text-align: left;
}
body.single-post .favorite-button.sidebar-save-cta svg {
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  padding: 8px;
  border-radius: 10px;
  background: color-mix(in srgb, #be003a 10%, #fff);
  stroke: #be003a;
  fill: none;
  stroke-width: 1.8;
  box-sizing: border-box;
  transition: background 0.18s ease, stroke 0.18s ease, fill 0.18s ease;
}
body.single-post .favorite-button.sidebar-save-cta .favorite-text,
body.single-post .favorite-button.sidebar-save-cta .button-text {
  display: inline-block !important;
  white-space: nowrap;
  color: inherit;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}
body.single-post .favorite-button.sidebar-save-cta .favorite-labels {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  line-height: 1.15;
}
body.single-post .favorite-button.sidebar-save-cta .favorite-labels > .favorite-text {
  display: block !important;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.single-post .favorite-button.sidebar-save-cta .favorite-labels > .favorite-subtitle {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #3d494c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.single-post .favorite-button.sidebar-save-cta:hover, body.single-post .favorite-button.sidebar-save-cta:focus-visible {
  background: color-mix(in srgb, #be003a 8%, #fff);
  border-color: color-mix(in srgb, #be003a 30%, #bcc9cd);
  color: #be003a;
  transform: translateY(-1px);
}
body.single-post .favorite-button.sidebar-save-cta:hover svg, body.single-post .favorite-button.sidebar-save-cta:focus-visible svg {
  background: color-mix(in srgb, #be003a 18%, #fff);
  stroke: #be003a;
  fill: none;
}
body.single-post .favorite-button.sidebar-save-cta:hover .favorite-labels > .favorite-subtitle, body.single-post .favorite-button.sidebar-save-cta:focus-visible .favorite-labels > .favorite-subtitle {
  color: #be003a;
}
body.single-post .favorite-button.sidebar-save-cta.favorited {
  background: #be003a;
  border-color: #be003a;
  color: #fff;
}
body.single-post .favorite-button.sidebar-save-cta.favorited svg {
  background: rgba(255, 255, 255, 0.18);
  stroke: #fff;
  fill: #fff;
}
body.single-post .favorite-button.sidebar-save-cta.favorited .favorite-labels > .favorite-subtitle {
  color: rgba(255, 255, 255, 0.88);
}
body.single-post .sidebar-socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #bcc9cd;
}
body.single-post .sidebar-socials__label {
  font-family: "Source Sans Pro", "source_sans_pro", "Source Sans Pro", system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #3d494c;
}
body.single-post .sidebar-socials__list {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}
body.single-post .sidebar-socials__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #bcc9cd;
  color: #3d494c;
  text-decoration: none;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}
body.single-post .sidebar-socials__btn svg {
  width: 18px;
  height: 18px;
  display: block;
}
body.single-post .sidebar-socials__btn:hover, body.single-post .sidebar-socials__btn:focus-visible {
  transform: translateY(-1px);
  text-decoration: none;
}
body.single-post .sidebar-socials__btn--facebook:hover, body.single-post .sidebar-socials__btn--facebook:focus-visible {
  background: color-mix(in srgb, #1877F2 12%, #fff);
  border-color: color-mix(in srgb, #1877F2 45%, #bcc9cd);
  color: #1877F2;
}
body.single-post .sidebar-socials__btn--instagram:hover, body.single-post .sidebar-socials__btn--instagram:focus-visible {
  background: color-mix(in srgb, #E1306C 12%, #fff);
  border-color: color-mix(in srgb, #E1306C 45%, #bcc9cd);
  color: #E1306C;
}
body.single-post .Openinghours.Overview table {
  width: 100%;
}
body.single-post .Openinghours.Overview table tr th {
  padding: 0 0 12px !important;
  font-family: "Source Sans Pro", "source_sans_pro", "Source Sans Pro", system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem !important;
  font-weight: 700;
  letter-spacing: -0.005em;
  text-transform: none;
  color: #1a1c1c;
  text-align: left;
}
body.single-post .Openinghours.Overview table tr td {
  padding: 6px 0 !important;
  font-family: "Source Sans Pro", "source_sans_pro", "Source Sans Pro", system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.92rem;
  line-height: 1.35;
  color: #3d494c;
  border-top: 1px solid color-mix(in srgb, #bcc9cd 45%, #f6f9fa);
}
body.single-post .Openinghours.Overview table tr td.day {
  font-weight: 600;
  color: #1a1c1c;
}
body.single-post .Openinghours.Overview table tr td.time {
  color: #3d494c;
}
body.single-post .Openinghours.Overview table tr:first-child td, body.single-post .Openinghours.Overview table tr:first-child th {
  border-top: 0;
}
body.single-post .Openinghours.Overview table tr.today td {
  background: #a9edff;
  color: #004e5c;
  font-weight: 700;
  border-top-color: transparent;
}
body.single-post .Openinghours.Overview table tr.today td.day {
  color: #004e5c;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  padding-left: 10px !important;
}
body.single-post .Openinghours.Overview table tr.today td.time {
  color: #004e5c;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  padding-right: 10px !important;
}
body.single-post .Openinghours.Overview table tr.today + tr td {
  border-top-color: transparent;
}
body.single-post .Openinghours.Overview table tr.note td {
  padding-top: 0 !important;
  padding-bottom: 8px !important;
}
body.single-post .Openinghours.Overview table tr.note td .alert {
  display: block;
  margin: 0;
  background: color-mix(in srgb, #fdc800 25%, #fff);
  color: #6d5500;
  border-radius: 0 0 10px 10px;
  padding: 6px 10px;
  font-size: 0.78rem;
  font-style: italic;
}
body.single-post .single-location {
  margin: 28px 0 24px;
}
body.single-post .single-location__header {
  margin: 0 0 12px;
}
body.single-post .single-location__title {
  margin: 0;
  font-family: "Source Sans Pro", "source_sans_pro", "Source Sans Pro", system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.015em;
  color: #1a1c1c;
}
body.single-post .single-location__address {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 6px 0 0;
  font-family: "Source Sans Pro", "source_sans_pro", "Source Sans Pro", system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  color: #3d494c;
}
body.single-post .single-location__address::before {
  content: "";
  width: 14px;
  height: 14px;
  background: currentColor;
  mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 2C7.58 2 4 5.58 4 10c0 5.75 7.25 11.5 7.56 11.74a1 1 0 0 0 1.21-.03C13.08 21.47 20 15.9 20 10c0-4.42-3.58-8-8-8zm0 10.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z' fill='black'/></svg>");
  -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 2C7.58 2 4 5.58 4 10c0 5.75 7.25 11.5 7.56 11.74a1 1 0 0 0 1.21-.03C13.08 21.47 20 15.9 20 10c0-4.42-3.58-8-8-8zm0 10.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z' fill='black'/></svg>");
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  color: #006879;
  opacity: 0.85;
}
body.single-post .single-location .Maps {
  margin: 0;
}
body.single-post .Maps {
  position: relative;
  margin: 0 0 24px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(26, 28, 28, 0.04);
  border: 1px solid #bcc9cd;
}
body.single-post .Maps .MapsInner {
  position: relative;
  aspect-ratio: 2/1;
}
body.single-post .Maps .MapsInner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
body.single-post .Maps .MapsInner .marker {
  z-index: 4;
}
body.single-post .Maps .MapsInner > .ontop {
  position: relative;
  display: block;
  line-height: 0;
  height: 100%;
}
body.single-post .Maps .MapsInner > .ontop::after {
  content: "Open in Google Maps";
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  padding: 10px 18px;
  border-radius: 999px;
  background: #006879;
  color: #fff;
  font-family: "Source Sans Pro", "source_sans_pro", "Source Sans Pro", system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.2;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
  transition: background 0.18s ease, transform 0.18s ease;
  white-space: nowrap;
  pointer-events: none;
  z-index: 3;
}
body.single-post .Maps .MapsInner > .ontop:hover::after, body.single-post .Maps .MapsInner > .ontop:focus-visible::after {
  background: #004e5c;
  transform: translate(-50%, -2px);
}
body.single-post .single-references--fullwidth {
  margin: 32px 0 40px;
  padding: 32px 36px 24px;
}
body.single-post .single-references--fullwidth .related__tag-links--grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
@media (max-width: 1199px) {
  body.single-post .single-references--fullwidth .related__tag-links--grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
body.single-post .Category.Overview.related {
  margin: 28px 0 24px;
  padding: 24px 24px 18px;
  border: 1px solid #bcc9cd;
  border-radius: 20px;
  background: linear-gradient(180deg, #fff 0%, #f3f3f3 100%);
  box-shadow: 0 1px 2px rgba(26, 28, 28, 0.04);
}
body.single-post .Category.Overview.related > h3 {
  margin: 0 0 16px;
  font-family: "Source Sans Pro", "source_sans_pro", "Source Sans Pro", system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #006879;
}
body.single-post .Category.Overview.related .single-references__header {
  margin: 0 0 18px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
body.single-post .Category.Overview.related .single-references__kicker {
  font-family: "Source Sans Pro", "source_sans_pro", "Source Sans Pro", system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #006879;
}
body.single-post .Category.Overview.related .single-references__title {
  margin: 0;
  font-family: "Source Sans Pro", "source_sans_pro", "Source Sans Pro", system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.015em;
  text-transform: none;
  color: #1a1c1c;
}
body.single-post .Category.Overview.related nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
body.single-post .Category.Overview.related .related__tag-links > a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px 12px 14px;
  border: 1px solid #bcc9cd;
  border-radius: 14px;
  background: #fff;
  color: #1a1c1c;
  font-family: "Source Sans Pro", "source_sans_pro", "Source Sans Pro", system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(26, 28, 28, 0.04);
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}
body.single-post .Category.Overview.related .related__tag-links > a.category::before, body.single-post .Category.Overview.related .related__tag-links > a.hotels::before, body.single-post .Category.Overview.related .related__tag-links > a.vakantieparken::before {
  position: static;
  width: auto;
  height: auto;
  top: auto;
  left: auto;
  font-size: 1.05rem;
  color: #006879;
  margin: 0;
  display: none;
}
body.single-post .Category.Overview.related .related__tag-links > a span.icon {
  position: static;
  width: 36px;
  height: 36px;
  min-width: 36px;
  top: auto;
  left: auto;
  border-radius: 10px;
  background: color-mix(in srgb, #006879 12%, #fff);
  color: #006879;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
body.single-post .Category.Overview.related .related__tag-links > a span.icon svg {
  width: 18px;
  height: 18px;
  color: currentColor;
  fill: currentColor;
  stroke: currentColor;
}
body.single-post .Category.Overview.related .related__tag-links > a .related__tag-links-label {
  flex: 1 1 auto;
  min-width: 0;
  word-break: break-word;
}
body.single-post .Category.Overview.related .related__tag-links > a::after {
  content: "\ea3c";
  font-family: "icomoon";
  margin-left: auto;
  color: #3d494c;
  font-size: 0.72rem;
  transition: transform 0.18s ease, color 0.18s ease;
}
body.single-post .Category.Overview.related .related__tag-links > a:hover, body.single-post .Category.Overview.related .related__tag-links > a:focus-visible {
  transform: translateY(-1px);
  border-color: color-mix(in srgb, #006879 35%, #bcc9cd);
  background: #a9edff;
  color: #004e5c;
  text-decoration: none;
}
body.single-post .Category.Overview.related .related__tag-links > a:hover::after, body.single-post .Category.Overview.related .related__tag-links > a:focus-visible::after {
  color: #004e5c;
}
body.single-post .Category.Overview.related .related__category-links {
  margin-top: 12px;
  padding-top: 0;
  border-top: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
body.single-post .Category.Overview.related .related__category-links > a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px 12px 14px;
  margin: 0;
  border: 1px solid #bcc9cd;
  border-radius: 14px;
  background: #fff;
  color: #1a1c1c;
  font-family: "Source Sans Pro", "source_sans_pro", "Source Sans Pro", system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(26, 28, 28, 0.04);
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}
body.single-post .Category.Overview.related .related__category-links > a::before {
  content: "";
  position: static;
  top: auto;
  left: auto;
  width: 36px;
  height: 36px;
  min-width: 36px;
  flex-shrink: 0;
  border-radius: 10px;
  background: color-mix(in srgb, #006879 12%, #fff);
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23006879'><path d='M12 2C7.58 2 4 5.58 4 10c0 5.75 7.25 11.5 7.56 11.74a1 1 0 0 0 1.21-.03C13.08 21.47 20 15.9 20 10c0-4.42-3.58-8-8-8zm0 10.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
  color: transparent;
  font-family: inherit;
  font-size: 0;
  line-height: 1;
  text-align: center;
}
body.single-post .Category.Overview.related .related__category-links > a .related__category-links-label {
  flex: 1 1 auto;
  min-width: 0;
  word-break: break-word;
}
body.single-post .Category.Overview.related .related__category-links > a::after {
  content: "\ea3c";
  font-family: "icomoon";
  margin-left: auto;
  color: #3d494c;
  font-size: 0.72rem;
  transition: transform 0.18s ease, color 0.18s ease;
  flex-shrink: 0;
}
body.single-post .Category.Overview.related .related__category-links > a:hover, body.single-post .Category.Overview.related .related__category-links > a:focus-visible {
  transform: translateY(-1px);
  border-color: color-mix(in srgb, #006879 35%, #bcc9cd);
  background: #a9edff;
  color: #004e5c;
  text-decoration: none;
}
body.single-post .Category.Overview.related .related__category-links > a:hover::after, body.single-post .Category.Overview.related .related__category-links > a:focus-visible::after {
  color: #004e5c;
  transform: translateX(2px);
}
body.single-post .Reviews {
  margin: 28px 0 0;
  padding: 24px 26px;
  border: 1px solid #bcc9cd;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(26, 28, 28, 0.04);
}
body.single-post .Reviews__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px 18px;
  margin: 0 0 16px;
  text-align: center;
}
body.single-post .Reviews__header > .h5 {
  margin: 0;
  font-family: "Source Sans Pro", "source_sans_pro", "Source Sans Pro", system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #1a1c1c;
}
body.single-post .Reviews__header > .rating-outer {
  width: auto;
  margin: 0;
  justify-content: center;
}
body.single-post .Reviews > .h5 {
  margin: 0 0 12px;
  font-family: "Source Sans Pro", "source_sans_pro", "Source Sans Pro", system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  color: #1a1c1c;
  text-align: center;
}
body.single-post .Reviews__cta {
  display: flex;
  justify-content: center;
  margin: 18px 0 0;
}
body.single-post .Reviews__cta > a.custom-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 44px;
  padding: 10px 22px;
  border-radius: 999px;
  background: #006879;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.02em;
  border-radius: 999px;
}
body.single-post .Reviews__cta > a.custom-button::after {
  display: none;
}
body.single-post .Reviews__cta > a.custom-button:hover, body.single-post .Reviews__cta > a.custom-button:focus-visible {
  background: #004e5c;
  color: #fff;
}
body.single-post .Reviews > nav > a.custom-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 999px;
  background: #006879;
  color: #fff;
  padding: 10px 22px;
  font-weight: 700;
  letter-spacing: 0.02em;
  border-radius: 999px;
}
body.single-post .Reviews > nav > a.custom-button::after {
  display: none;
}
body.single-post .Reviews > nav > a.custom-button:hover, body.single-post .Reviews > nav > a.custom-button:focus-visible {
  background: #004e5c;
  color: #fff;
}
body.single-post .Reviews__footnote {
  display: block;
  margin-top: 14px;
  padding-top: 10px;
  border-top: 1px solid color-mix(in srgb, #bcc9cd 45%, #f6f9fa);
  color: #3d494c;
  font-size: 0.72rem;
  text-align: center;
}
body.single-post .Reviews > .block-grid {
  padding-top: 16px;
  margin-top: 10px;
}
body.single-post .Reviews > .block-grid::before {
  background: #bcc9cd;
  height: 1px;
}
body.single-post .Reviews > .block-grid.five-up, body.single-post .Reviews > .block-grid.four-up, body.single-post .Reviews > .block-grid.three-up, body.single-post .Reviews > .block-grid.two-up {
  display: flex;
  flex-direction: column;
  width: 100%;
}
body.single-post .Reviews > .block-grid.five-up > li, body.single-post .Reviews > .block-grid.four-up > li, body.single-post .Reviews > .block-grid.three-up > li, body.single-post .Reviews > .block-grid.two-up > li {
  flex: 0 0 auto;
  width: 100%;
  margin-bottom: 14px;
  padding-right: 0;
}
body.single-post .Reviews > .block-grid.five-up > li:last-child, body.single-post .Reviews > .block-grid.four-up > li:last-child, body.single-post .Reviews > .block-grid.three-up > li:last-child, body.single-post .Reviews > .block-grid.two-up > li:last-child {
  margin-bottom: 0;
}
body.single-post .Review > .heading {
  align-items: flex-start;
}
body.single-post .Review > .heading > .aside {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
body.single-post .Review > .heading > .aside .author {
  color: #1a1c1c;
  font-weight: 800;
  line-height: 1.15;
}
body.single-post .Review > .heading > .aside > .rating {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 2px 0 0;
  padding: 0;
  font-size: 0.8rem;
  line-height: 1;
}
body.single-post .Review > .heading > .aside > .rating > .average {
  margin: 0;
  color: #6d5500;
  font-weight: 800;
  font-size: 0.82rem;
  line-height: 1;
}
body.single-post .Review > .heading > .aside > .rating > .stars {
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}
body.single-post .Review > .rating {
  display: none;
}
body.single-post .Review > .text {
  color: #3d494c;
}
body.single-post .maincolumn > .Reviews {
  margin-top: 28px;
}
body.single-post .single-chip-strip .pricelevel,
body.single-post .maincolumn > .pricelevel {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  float: none;
  margin: 0;
  padding: 4px 12px;
  border-radius: 999px;
  background: #f3f3f3;
  color: #3d494c;
  opacity: 1;
  font-family: "Source Sans Pro", "source_sans_pro", "Source Sans Pro", system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-transform: none;
  pointer-events: auto;
}
body.single-post .single-chip-strip .pricelevel::before,
body.single-post .maincolumn > .pricelevel::before {
  content: attr(aria-label);
  position: static;
  bottom: auto;
  right: auto;
  margin: 0;
  color: #3d494c;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}
body.single-post .single-chip-strip .pricelevel:not([aria-label])::before,
body.single-post .maincolumn > .pricelevel:not([aria-label])::before {
  content: "Prijs";
}
body.single-post .single-chip-strip .pricelevel .total,
body.single-post .maincolumn > .pricelevel .total {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: color-mix(in srgb, #6d797d 40%, transparent);
  font-weight: 700;
  letter-spacing: 0.12em;
}
body.single-post .single-chip-strip .pricelevel .current,
body.single-post .maincolumn > .pricelevel .current {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-flex;
  align-items: center;
  color: #006879;
  font-weight: 800;
  letter-spacing: 0.12em;
  pointer-events: none;
}
body.single-post .single-chip-strip .pricelevel {
  align-self: center;
}
body.single-post .note.alert {
  margin: 0 0 20px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(26, 28, 28, 0.04);
}
body.single-post .note.alert > .heading {
  background: #be003a;
  color: #fff;
  padding: 10px 16px;
  font-family: "Source Sans Pro", "source_sans_pro", "Source Sans Pro", system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0.02em;
}
body.single-post .note.alert > .inner {
  background: color-mix(in srgb, #be003a 8%, #fff);
  border: 1px solid color-mix(in srgb, #be003a 22%, #fff);
  border-top: 0;
  color: #3d494c;
  padding: 12px 16px;
}
body.single-post .note.alert > .inner a {
  color: #006879;
}
body.single-post .note.alert > .inner a:hover {
  color: #004e5c;
}
body.single-post .socialshare {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid #bcc9cd;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  height: auto;
}
body.single-post .socialshare label {
  font-family: "Source Sans Pro", "source_sans_pro", "Source Sans Pro", system-ui, -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #3d494c;
  margin: 0;
  padding: 0;
}
body.single-post .socialshare .socialshare__list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
}
body.single-post .socialshare .socialshare__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #bcc9cd;
  color: #3d494c;
  text-decoration: none;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}
body.single-post .socialshare .socialshare__btn svg {
  width: 18px;
  height: 18px;
  display: block;
}
body.single-post .socialshare .socialshare__btn:hover, body.single-post .socialshare .socialshare__btn:focus-visible {
  transform: translateY(-1px);
  border-color: color-mix(in srgb, #006879 35%, #bcc9cd);
  background: #a9edff;
  color: #004e5c;
  text-decoration: none;
}
body.single-post .socialshare .socialshare__btn--facebook:hover {
  color: #1877F2;
  border-color: color-mix(in srgb, #1877F2 35%, #bcc9cd);
}
body.single-post .socialshare .socialshare__btn--x:hover {
  color: #111;
  border-color: color-mix(in srgb, #111 25%, #bcc9cd);
}
body.single-post .socialshare .socialshare__btn--linkedin:hover {
  color: #0A66C2;
  border-color: color-mix(in srgb, #0A66C2 35%, #bcc9cd);
}
body.single-post .socialshare .socialshare__btn--whatsapp:hover {
  color: #25D366;
  border-color: color-mix(in srgb, #25D366 35%, #bcc9cd);
}
body.single-post .socialshare .socialshare__btn--email:hover {
  color: #004e5c;
}