.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
	 clear: both;
}
.clearfix:after {
   
}
.clearfix {
    *zoom: 1;
}

.groen {
	color: #41ae49 !important;
}
.grijs {
	color: #666 !important;
}

	
body {
	margin: 0px;
	background: #ffffff;
	font-family: 'Ek Mukta', sans-serif;
}

body a {
	color: #41ae49;
	text-decoration: none;
	font-weight: bold;
}

body a:hover {
	color: #51BD59;
}



a {
	text-decoration: none;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
}

.left {
	float: left;
}
.right {
	float: right;
}

.flex-caption-subtitle {
	margin-top: 10px;
	font-size: 19px;
	line-height: 1.5;
	font-weight: 300;
	color: #fff;
}

.home-booking-widget {
	position: sticky;
	top: 44px;
	z-index: 900;
	width: min(1180px, calc(100% - 64px));
	margin: -64px auto 34px;
}

.home-booking-widget__shell {
	display: flow-root;
	position: relative;
	padding: 16px 26px 18px;
	border-radius: 22px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	background: linear-gradient(180deg, rgba(65, 174, 73, 0.78) 0%, rgba(53, 138, 45, 0.82) 100%);
	backdrop-filter: blur(14px);
	box-shadow: 0 24px 48px rgba(18, 41, 20, 0.2);
	transition: transform 0.25s ease;
}

body.home-page:not(.cc-home-scrolled) .home-booking-widget__shell {
	transform: translateY(-50%);
}

body.home-page .containerlogo,
body.home-page .mainWrap,
body.home-page .logo {
	transition: top 0.25s ease, width 0.25s ease, padding 0.25s ease, box-shadow 0.25s ease;
}

body.home-page.cc-home-scrolled .containerlogo {
	position: fixed;
	top: 0;
	z-index: 1200;
}

body.home-page.cc-home-scrolled .containerlogo .logo {
	width: 126px;
	padding: 8px 12px 10px;
	box-shadow: 0 12px 26px rgba(31, 71, 37, 0.14);
}

body.home-page.cc-home-scrolled .mainWrap {
	position: fixed;
	top: 18px;
	z-index: 1210;
	box-shadow: 0 12px 26px rgba(31, 71, 37, 0.12);
}

.home-booking-widget__eyebrow,
.camper-booking-block__eyebrow,
.detail-floorplan__eyebrow,
.detail-related__eyebrow,
.campers-overview-header__eyebrow,
.campers-category__eyebrow {
	color: #3fa535;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.home-booking-widget__title,
.campers-overview-header__title {
	margin: 8px 0 0;
	color: #244f24;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.02;
	letter-spacing: -0.03em;
}

.home-booking-widget__intro,
.campers-overview-header__intro,
.camper-booking-block__intro,
.detail-floorplan__intro {
	margin: 14px 0 0;
	color: #556754;
	font-size: 16px;
	line-height: 1.65;
}

.home-booking-widget__embed {
	display: flow-root;
	min-width: 0;
}

.home-booking-widget__tommy,
.home-booking-widget__tommy tommy-search-and-book-mini,
.home-booking-widget__tommy tommy-period,
.home-booking-widget__tommy tommy-person-category {
	display: block !important;
	width: 100% !important;
}

.home-booking-widget .tommy-zeb-wrapper.tommy-zeb-wrapper-mini {
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
	overflow: visible !important;
}

.home-booking-widget .tommy-zeb-wrapper.tommy-zeb-wrapper-mini .tommy-zeb-left {
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	display: grid !important;
	grid-template-columns: minmax(224px, 0.82fr) minmax(420px, 1.42fr) 176px;
	column-gap: 22px !important;
	align-items: start !important;
	background: transparent !important;
}

.home-booking-widget .tommy-zeb-wrapper-mini .tommy-zeb-person-categories {
	display: grid;
	grid-template-rows: 22px 44px;
	gap: 8px;
	min-width: 0;
	padding-right: 22px;
	border-right: 1px solid rgba(255, 255, 255, 0.24);
	align-content: start;
}

.home-booking-widget .tommy-zeb-wrapper-mini .tommy-zeb-date {
	display: grid;
	grid-template-rows: 22px 44px;
	gap: 8px;
	min-width: 0;
	padding-right: 0;
	align-content: start;
}

.home-booking-widget .tommy-zeb-wrapper-mini .tommy-zeb-person-categories,
.home-booking-widget .tommy-zeb-wrapper-mini .tommy-zeb-date,
.home-booking-widget .tommy-zeb-wrapper-mini tommy-confirm-update {
	align-self: start;
}

.home-booking-widget .tommy-zeb-wrapper-mini .tommy-zeb-period {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	align-items: start;
}

.home-booking-widget .tommy-zeb-wrapper-mini .tommy-zeb-date-begin,
.home-booking-widget .tommy-zeb-wrapper-mini .tommy-zeb-date-end,
.home-booking-widget .tommy-zeb-wrapper-mini .tommy-zeb-accommodation-person-category {
	display: grid;
	grid-template-columns: max-content minmax(132px, 1fr);
	grid-template-rows: 44px;
	gap: 12px;
	align-items: center;
	width: 100%;
	align-self: start;
}

.home-booking-widget .tommy-zeb-wrapper-mini .tommy-zeb-person-categories h2,
.home-booking-widget .tommy-zeb-wrapper-mini .tommy-zeb-date h2 {
	margin: 0 !important;
	color: #ffffff !important;
	font-size: 17px !important;
	font-weight: 700 !important;
	line-height: 1.1;
	text-shadow: none !important;
}

.home-booking-widget .tommy-zeb-wrapper-mini label,
.home-booking-widget .tommy-zeb-wrapper-mini .tommy-zeb-accommodation-person-category-label {
	display: block;
	color: rgba(255, 255, 255, 0.92) !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	line-height: 1;
	margin: 0 !important;
	white-space: nowrap;
	text-shadow: none !important;
}

.home-booking-widget .tommy-zeb-wrapper-mini input,
.home-booking-widget .tommy-zeb-wrapper-mini select {
	min-height: 44px;
	height: 44px;
	width: 100% !important;
	padding: 0 14px;
	box-sizing: border-box;
	border: 0 !important;
	border-radius: 10px !important;
	background: rgba(255, 255, 255, 0.97) !important;
	color: #2a5d2e !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	box-shadow: none !important;
}

.home-booking-widget .tommy-zeb-wrapper-mini .tommy-zeb-accommodation-person-category-choice {
	width: 100%;
	max-width: 100%;
}

.home-booking-widget .tommy-zeb-wrapper-mini .tommy-zeb-date-begin-choice,
.home-booking-widget .tommy-zeb-wrapper-mini .tommy-zeb-date-end-choice,
.home-booking-widget .tommy-zeb-wrapper-mini .tommy-zeb-accommodation-person-category-choice {
	width: 100%;
}

.home-booking-widget .tommy-zeb-wrapper-mini .tommy-zeb-accommodation-types,
.home-booking-widget.tommy-widget--types-hidden .tommy-zeb-accommodation-types,
.search-booking-widget.tommy-widget--types-hidden .tommy-zeb-accommodation-types {
	display: none !important;
}

.home-booking-widget .tommy-zeb-wrapper-mini tommy-confirm-update {
	display: flex !important;
	align-items: start;
	justify-content: flex-end;
	align-self: start;
	padding-top: 30px;
	width: 176px !important;
}

.home-booking-widget .tommy-zeb-wrapper-mini button.tommy-zeb-btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	height: 44px;
	width: 100% !important;
	min-width: 0;
	margin-top: 0 !important;
	padding: 0 24px !important;
	border: 1px solid rgba(255, 255, 255, 0.26) !important;
	border-radius: 999px !important;
	background: linear-gradient(180deg, #2b7f32 0%, #1f6427 100%) !important;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	white-space: nowrap;
	text-shadow: none !important;
	box-shadow: 0 10px 24px rgba(18, 41, 20, 0.22) !important;
}

.home-booking-widget .tommy-zeb-wrapper-mini button.tommy-zeb-btn:hover {
	background: linear-gradient(180deg, #338d3a 0%, #256e2d 100%) !important;
}

.home-booking-widget .tommy-zeb-wrapper,
.home-booking-widget .tommy-zep-wrapper,
.camper-booking-block .tommy-zeb-wrapper,
.camper-booking-block .tommy-zep-wrapper {
	border-radius: 22px !important;
	overflow: hidden;
	box-shadow: none !important;
}

.home-booking-widget .tbs-btn,
.home-booking-widget .tbs-btn-success,
.home-booking-widget .tbs-btn-info,
.camper-booking-block .tbs-btn,
.camper-booking-block .tbs-btn-success,
.camper-booking-block .tbs-btn-info,
.home-booking-widget .tommy-zeb-btn,
.camper-booking-block .tommy-zeb-btn {
	background-color: #41ae49 !important;
	border-color: #41ae49 !important;
}

.home-booking-widget .tommy-zeb-left,
.camper-booking-block .tommy-zeb-left {
	background: linear-gradient(180deg, #3fa535 0%, #34872d 100%) !important;
}

.home-booking-widget .tommy-zeb-result-label,
.camper-booking-block .tommy-zeb-result-label {
	color: #3fa535 !important;
}

.camper-booking-block,
.detail-floorplan,
.detail-related,
.campers-category,
.campers-overview-header {
	margin-top: 34px;
}

.camper-booking-block {
	padding: 28px 30px;
	border-radius: 24px;
	background: #f7fbf4;
	border: 1px solid rgba(63, 165, 53, 0.14);
	box-shadow: 0 22px 40px rgba(31, 71, 37, 0.08);
}

.camper-booking-block__title,
.detail-floorplan__title,
.detail-related__title,
.campers-category__title {
	margin: 8px 0 0;
	color: #244f24;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: -0.03em;
}

.camper-booking-block__widget {
	margin-top: 24px;
}

.camper-booking-block__widget[data-booking-widget-state="idle"] .camper-booking-block__tommy {
	display: none;
}

.camper-booking-block__widget[data-booking-widget-state="loading"] .camper-booking-block__tommy {
	min-height: 440px;
}

.detail-floorplan {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr);
	gap: 28px;
	align-items: stretch;
	padding: 28px 30px;
	border-radius: 24px;
	background: #ffffff;
	border: 1px solid rgba(63, 165, 53, 0.12);
	box-shadow: 0 20px 38px rgba(31, 71, 37, 0.08);
}

.detail-floorplan__media {
	border-radius: 20px;
	overflow: hidden;
	background: #eff8ee;
}

.detail-floorplan__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.detail-floorplan__body,
.detail-floorplan__body p {
	color: #314030;
	font-size: 17px;
	line-height: 1.7;
}

.detail-checklist--compact {
	margin-top: 18px;
}

.detail-related__header {
	max-width: 760px;
}

.detail-related__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
	margin-top: 22px;
}

.detail-related-card,
.camper-overview-card {
	overflow: hidden;
	background: #ffffff;
	border: 1px solid rgba(63, 165, 53, 0.12);
	border-radius: 22px;
	box-shadow: 0 18px 36px rgba(31, 71, 37, 0.08);
}

.detail-related-card__image-link,
.camper-overview-card__image-link {
	display: block;
}

.detail-related-card__image,
.camper-overview-card__image {
	display: block;
	width: 100%;
	height: 220px;
	object-fit: cover;
}

.detail-related-card__body,
.camper-overview-card__body {
	padding: 22px;
}

.detail-related-card__category,
.camper-overview-card__category {
	color: #3fa535;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.detail-related-card__title,
.camper-overview-card__title {
	margin: 10px 0 0;
	font-size: 26px;
	line-height: 1.05;
	font-weight: 700;
}

.detail-related-card__title a,
.camper-overview-card__title a {
	color: #244f24;
}

.detail-related-card__intro,
.camper-overview-card__intro {
	margin: 12px 0 0;
	color: #566654;
	font-size: 16px;
	line-height: 1.65;
}

.detail-related-card__features,
.camper-overview-card__features {
	list-style: none;
	margin: 18px 0 0;
	padding: 0;
	display: grid;
	gap: 8px;
}

.detail-related-card__features li,
.camper-overview-card__features li {
	position: relative;
	padding-left: 24px;
	color: #304030;
	font-size: 15px;
	line-height: 1.45;
}

.detail-related-card__features li::before,
.camper-overview-card__features li::before {
	content: "\2713";
	position: absolute;
	left: 0;
	top: 0;
	color: #3fa535;
	font-size: 16px;
	font-weight: 700;
}

.detail-related-card__link,
.camper-overview-card__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 18px;
	min-height: 50px;
	padding: 0 20px;
	border-radius: 999px;
	background: #3fa535;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}

.detail-related-card__link:hover,
.camper-overview-card__cta:hover {
	color: #fff;
	background: #2f8d31;
}

.campers-overview-header {
	display: block;
	max-width: 920px;
}

.campers-filter-card {
	position: sticky;
	top: 0;
	z-index: 70;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 18px;
	align-items: end;
	margin-top: 22px;
	padding: 14px 16px;
	border-radius: 16px;
	background: rgba(247, 251, 244, 0.96);
	border: 1px solid rgba(63, 165, 53, 0.14);
	box-shadow: 0 16px 34px rgba(31, 71, 37, 0.12);
	backdrop-filter: blur(12px);
}

.campers-filter-card__header {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	gap: 6px;
	min-height: 54px;
	padding-right: 4px;
}

.campers-filter-card__header h2 {
	margin: 0;
	color: #244f24;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.1;
}

.campers-filter-card__reset {
	background: none;
	border: 0;
	color: #3fa535;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	padding: 0;
	text-align: left;
}

.campers-filter-card__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin-top: 0;
	align-items: start;
}

.campers-filter-card__field {
	display: grid;
	grid-template-rows: auto auto;
	align-content: start;
	gap: 6px;
	color: #314030;
	font-size: 13px;
	font-weight: 700;
}

.campers-filter-card__field select {
	box-sizing: border-box;
	width: 100%;
	min-height: 44px;
	border-radius: 12px;
	border: 1px solid rgba(63, 165, 53, 0.18);
	padding: 0 12px;
	margin: 0;
	font-family: inherit;
	font-size: 15px;
	line-height: 1.2;
	color: #214b20;
	background: #fff;
}

.search-booking-page {
	grid-template-columns: 1fr;
}

.search-booking-page__widget {
	min-width: 0;
}

.search-booking-widget {
	padding: 26px 28px;
	border-radius: 24px;
	background: linear-gradient(180deg, #f7fbf4 0%, #eef8eb 100%);
	border: 1px solid rgba(63, 165, 53, 0.14);
	box-shadow: 0 18px 36px rgba(31, 71, 37, 0.08);
}

.search-booking-widget__tommy,
.search-booking-widget__tommy tommy-default-search-and-book,
.search-booking-widget__tommy tommy-period,
.search-booking-widget__tommy tommy-person-category {
	display: block !important;
	width: 100% !important;
}

.search-booking-widget .tommy-zeb-wrapper {
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
}

.search-booking-widget .tommy-zeb-left {
	padding: 0 0 24px !important;
	background: transparent !important;
	border-bottom: 1px solid rgba(63, 165, 53, 0.12);
}

.search-booking-widget .tommy-zeb-left h1,
.search-booking-widget .tommy-zeb-left h2,
.search-booking-widget .tommy-zeb-result-title,
.search-booking-widget .tommy-zeb-result-label {
	color: #244f24 !important;
}

.search-booking-widget .tommy-zeb-left h1 {
	margin: 0 0 18px !important;
	font-size: 34px !important;
	line-height: 1.05 !important;
	font-weight: 700 !important;
	letter-spacing: -0.03em;
}

.search-booking-widget .tommy-zeb-left h2 {
	margin: 0 0 8px !important;
	font-size: 17px !important;
	font-weight: 700 !important;
}

.search-booking-widget .tommy-zeb-wrapper-mini .tommy-zeb-btn,
.search-booking-widget .tbs-btn,
.search-booking-widget .tbs-btn-info,
.search-booking-widget .tbs-btn-success,
.search-booking-widget .tommy-zeb-result-action a {
	background: #41ae49 !important;
	border-color: #41ae49 !important;
	color: #fff !important;
}

.search-booking-widget .tommy-zeb-result-action a:hover,
.search-booking-widget .tbs-btn:hover,
.search-booking-widget .tbs-btn-info:hover,
.search-booking-widget .tbs-btn-success:hover {
	background: #2f8d31 !important;
	border-color: #2f8d31 !important;
}

.search-booking-widget .tommy-zeb-accommodation-person-category-choice select,
.search-booking-widget input,
.search-booking-widget select {
	min-height: 54px;
	border-radius: 16px !important;
	border: 1px solid rgba(63, 165, 53, 0.18) !important;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
	background: #fff !important;
	color: #214b20 !important;
}

.search-booking-widget .tommy-zeb-result {
	display: grid !important;
	grid-template-columns: minmax(180px, 220px) minmax(0, 1fr);
	gap: 22px;
	padding: 22px !important;
	margin-top: 18px !important;
	border-radius: 22px !important;
	border: 1px solid rgba(63, 165, 53, 0.12) !important;
	background: #fff !important;
	box-shadow: 0 14px 28px rgba(31, 71, 37, 0.06) !important;
}

.search-booking-widget .tommy-zeb-result-image {
	width: 100% !important;
	max-width: none !important;
}

.search-booking-widget .tommy-zeb-result-image img {
	display: block;
	width: 100% !important;
	height: 180px !important;
	object-fit: cover;
	border-radius: 18px;
}

.search-booking-widget .tommy-zeb-result-details {
	width: 100% !important;
}

.search-booking-widget .tommy-zeb-result-label {
	font-size: 28px !important;
	font-weight: 700 !important;
	line-height: 1.05 !important;
}

.search-booking-widget .tommy-zeb-result-price {
	color: #3fa535 !important;
	font-size: 24px !important;
	font-weight: 700 !important;
}

.search-booking-widget .tbs-calendar .tbs-day.tbs-selected,
.search-booking-widget .pika-button:hover,
.search-booking-widget .is-selected .pika-button {
	background: #41ae49 !important;
}

.campers-category__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 18px;
	flex-wrap: wrap;
}

.campers-category__grid {
	display: grid;
	gap: 22px;
	margin-top: 22px;
}

.camper-overview-card {
	display: grid;
	grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1fr);
}

.camper-overview-card__body {
	display: flex;
	flex-direction: column;
}

.camper-overview-card__stats {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 16px;
}

.camper-overview-card__stats span {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	padding: 0 14px;
	border-radius: 999px;
	background: #eff8ee;
	color: #2b6628;
	font-size: 14px;
	font-weight: 700;
}

.camper-overview-card__footer {
	margin-top: auto;
	padding-top: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.camper-overview-card__price {
	color: #244f24;
	font-size: 18px;
	font-weight: 700;
}

.whatsapp-fab {
	position: fixed;
	right: 22px;
	bottom: 22px;
	z-index: 1100;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 58px;
	padding: 0 18px 0 12px;
	border-radius: 999px;
	background: #25d366;
	color: #fff;
	box-shadow: 0 18px 34px rgba(24, 89, 49, 0.32);
}

.whatsapp-fab:hover {
	color: #fff;
	background: #1eb95a;
}

.whatsapp-fab__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.16);
}

.whatsapp-fab__icon svg {
	display: block;
	width: 24px;
	height: 24px;
}

.whatsapp-fab__label {
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
}

.news-slide-in {
	position: fixed;
	left: 24px;
	bottom: 24px;
	z-index: 1090;
	box-sizing: border-box;
	width: min(440px, calc(100vw - 48px));
	padding: 22px 56px 22px 24px;
	border: 1px solid rgba(63, 165, 53, 0.18);
	border-radius: 18px;
	background: linear-gradient(180deg, #ffffff 0%, #f3fbef 100%);
	color: #173b1e;
	box-shadow: 0 22px 48px rgba(31, 71, 37, 0.2);
	opacity: 0;
	pointer-events: none;
	transform: translate3d(0, 24px, 0);
	transition: opacity 0.28s ease, transform 0.28s ease;
}

.news-slide-in.is-visible {
	opacity: 1;
	pointer-events: auto;
	transform: translate3d(0, 0, 0);
}

.news-slide-in__eyebrow {
	margin-bottom: 6px;
	color: #3fa535;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.news-slide-in__message {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.32;
}

.news-slide-in__link {
	display: inline-flex;
	align-items: center;
	margin-top: 14px;
	color: #1f6c23;
	font-size: 15px;
	font-weight: 800;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.news-slide-in__close {
	position: absolute;
	top: 12px;
	right: 12px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border: 0;
	border-radius: 999px;
	background: rgba(63, 165, 53, 0.12);
	color: #1f6c23;
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
}

.news-slide-in__close:hover {
	background: rgba(63, 165, 53, 0.2);
}

@media only screen and (max-width: 1080px) {
	.home-booking-widget {
		width: calc(100% - 32px);
		top: 36px;
		margin: -54px auto 28px;
	}

	.nieuwsbox {
		display: none !important;
	}

	.search-booking-widget .tommy-zeb-result {
		grid-template-columns: 1fr;
	}

	.campers-overview-header,
	.detail-floorplan,
	.camper-overview-card {
		grid-template-columns: 1fr;
	}

	.detail-related__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media only screen and (max-width: 760px) {
	.home-booking-widget {
		width: calc(100% - 20px);
		top: 76px;
		margin: -42px auto 20px;
	}

	body.home-page.cc-home-scrolled .mobile {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1200;
		height: 64px;
		background: #ffffff;
		box-shadow: 0 12px 24px rgba(31, 71, 37, 0.14);
	}

	body.home-page.cc-home-scrolled .mobile .logo {
		position: fixed;
		top: 0;
		right: 12px;
		z-index: 1220;
		width: 84px !important;
		margin: 0;
		padding: 6px 8px 8px;
		box-shadow: 0 10px 20px rgba(31, 71, 37, 0.12);
	}

	body.home-page.cc-home-scrolled .mainWrap {
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		border-radius: 0;
	}

	.home-booking-widget__shell,
	.camper-booking-block,
	.detail-floorplan,
	.search-booking-widget {
		padding: 18px 18px 16px;
		border-radius: 20px;
	}

	.campers-filter-card {
		padding: 10px;
		border-radius: 14px;
		gap: 10px;
	}

	.home-booking-widget__title,
	.campers-overview-header__title {
		font-size: 30px;
	}

	.camper-booking-block__title,
	.detail-floorplan__title,
	.detail-related__title,
	.campers-category__title {
		font-size: 28px;
	}

	.campers-filter-card__grid,
	.detail-related__grid {
		grid-template-columns: 1fr;
	}

	.campers-filter-card__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	.campers-filter-card__header h2 {
		font-size: 16px;
	}

	.campers-filter-card__reset {
		font-size: 13px;
	}

	.campers-filter-card__field {
		gap: 4px;
		font-size: 12px;
	}

	.campers-filter-card__field select {
		min-height: 38px;
		font-size: 13px;
		padding: 0 10px;
	}

	.search-booking-widget .tommy-zeb-left h1 {
		font-size: 28px !important;
	}

	.search-booking-widget .tommy-zeb-result {
		padding: 18px !important;
	}

	.search-booking-widget .tommy-zeb-result-image img {
		height: 210px !important;
	}

	.camper-overview-card__footer {
		flex-direction: column;
		align-items: stretch;
	}

	.whatsapp-fab {
		right: 14px;
		bottom: 14px;
		min-height: 54px;
		padding-right: 16px;
	}

	.news-slide-in {
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		padding: 18px 58px 18px 20px;
		border-right: 0;
		border-bottom: 0;
		border-left: 0;
		border-radius: 18px 18px 0 0;
		box-shadow: 0 -18px 42px rgba(31, 71, 37, 0.22);
	}

	.news-slide-in__message {
		font-size: 16px;
		line-height: 1.35;
	}

	body.cc-news-slide-in-visible .whatsapp-fab {
		bottom: 166px;
	}
}

@media only screen and (max-width: 560px) {
	.detail-related-card__image,
	.camper-overview-card__image {
		height: 200px;
	}

	.whatsapp-fab__label {
		display: none;
	}
}

.detail-hero {
	display: block;
}

.detail-shell__header {
	margin-bottom: 18px;
}

.detail-summary {
	min-width: 0;
}

.detail-summary__card {
	display: grid;
	gap: 20px;
	padding: 28px;
	border-radius: 24px;
	background: linear-gradient(180deg, #ffffff 0%, #f4faf1 100%);
	border: 1px solid rgba(63, 165, 53, 0.14);
	box-shadow: 0 22px 42px rgba(31, 71, 37, 0.09);
}

.detail-summary__eyebrow,
.detail-faq__eyebrow,
.faq-page__eyebrow {
	color: #3fa535;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.detail-summary__intro {
	margin: 0;
	color: #485a46;
	font-size: 17px;
	line-height: 1.7;
}

.detail-summary__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.detail-summary__badge {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	padding: 0 14px;
	border-radius: 999px;
	background: #eaf6e8;
	color: #2f6f2c;
	font-size: 14px;
	font-weight: 600;
}

.detail-summary__facts {
	display: grid;
	gap: 12px;
}

.detail-summary__fact {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
}

.detail-summary__fact-icon svg {
	width: 24px;
	height: 24px;
	stroke: #3fa535;
	stroke-width: 1.8;
	fill: none;
}

.detail-summary__fact-value {
	color: #244f24;
	font-size: 16px;
	line-height: 1.5;
}

.detail-summary__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.detail-summary__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 20px;
	border-radius: 999px;
	background: #3fa535;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
}

.detail-summary__link:hover {
	background: #2f8d31;
	color: #fff;
}

.detail-summary__link--secondary {
	background: #eff8ee;
	color: #2f6f2c;
}

.detail-summary__link--secondary:hover {
	background: #dff0dd;
	color: #244f24;
}

.detail-summary__price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 8px;
	padding-top: 6px;
	border-top: 1px solid rgba(63, 165, 53, 0.12);
	color: #244f24;
}

.detail-summary__price strong {
	font-size: 28px;
	line-height: 1;
}

.detail-summary__price-kicker,
.detail-summary__price-note {
	font-size: 14px;
	color: #60715d;
}

.detail-floorplan__facts {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin-top: 22px;
}

.detail-floorplan__fact {
	padding: 14px 16px;
	border-radius: 16px;
	background: #f7fbf4;
	border: 1px solid rgba(63, 165, 53, 0.12);
}

.detail-floorplan__fact-label {
	display: block;
	color: #5d715a;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.detail-floorplan__fact-value {
	display: block;
	margin-top: 6px;
	color: #244f24;
	font-size: 16px;
	line-height: 1.5;
}

.detail-faq,
.faq-page {
	margin-top: 34px;
}

.detail-faq__title,
.faq-page__title {
	margin: 8px 0 0;
	color: #244f24;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.05;
}

.detail-faq__list,
.faq-page__list {
	display: grid;
	gap: 14px;
	margin-top: 22px;
}

.detail-faq__item,
.faq-page__item {
	border-radius: 18px;
	border: 1px solid rgba(63, 165, 53, 0.12);
	background: #fff;
	box-shadow: 0 16px 32px rgba(31, 71, 37, 0.06);
	overflow: hidden;
}

.detail-faq__question,
.faq-page__question {
	cursor: pointer;
	list-style: none;
	padding: 20px 24px;
	color: #244f24;
	font-size: 19px;
	font-weight: 700;
}

.detail-faq__question::-webkit-details-marker,
.faq-page__question::-webkit-details-marker {
	display: none;
}

.detail-faq__answer,
.faq-page__answer,
.faq-page__intro,
.faq-page__body {
	padding: 0 24px 22px;
	color: #455644;
	font-size: 16px;
	line-height: 1.7;
}

.faq-page__header {
	max-width: 860px;
}

.faq-page__empty {
	margin-top: 22px;
	padding: 24px;
	border-radius: 20px;
	background: #f7fbf4;
	border: 1px solid rgba(63, 165, 53, 0.12);
}

.campers-category__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
	margin-top: 22px;
}

.containermain > .campers-category:last-of-type {
	margin-bottom: 64px;
}

.camper-overview-card {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.camper-overview-card__image {
	height: 210px;
}

.camper-overview-card__title {
	font-size: 24px;
	min-height: 52px;
}

.camper-overview-card__features {
	margin-top: 16px;
}

.camper-overview-card__footer {
	flex-wrap: wrap;
}

.camper-overview-card__cta {
	align-self: flex-start;
}

@media only screen and (max-width: 1280px) {
	.campers-category__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media only screen and (max-width: 1080px) {
	.campers-category__grid {
		grid-template-columns: 1fr;
	}
}

@media only screen and (max-width: 900px) {
	.campers-category__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.campers-filter-card {
		grid-template-columns: 1fr;
		align-items: stretch;
	}

	.campers-filter-card__header {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		min-height: 0;
		padding-right: 0;
	}

	.campers-filter-card__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.detail-floorplan__facts {
		grid-template-columns: 1fr;
	}

	.home-booking-widget .tommy-zeb-wrapper.tommy-zeb-wrapper-mini .tommy-zeb-left {
		grid-template-columns: 1fr;
	}

	.home-booking-widget .tommy-zeb-wrapper-mini .tommy-zeb-person-categories {
		padding-right: 0;
		padding-bottom: 16px;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.18);
	}

	.home-booking-widget .tommy-zeb-wrapper-mini .tommy-zeb-date {
		padding-right: 0;
	}

	.home-booking-widget .tommy-zeb-wrapper-mini .tommy-zeb-period {
		grid-template-columns: 1fr;
	}

	.home-booking-widget .tommy-zeb-wrapper-mini .tommy-zeb-date-begin,
	.home-booking-widget .tommy-zeb-wrapper-mini .tommy-zeb-date-end,
	.home-booking-widget .tommy-zeb-wrapper-mini .tommy-zeb-accommodation-person-category {
		grid-template-columns: 1fr;
		grid-template-rows: auto auto;
		gap: 6px;
	}

	.home-booking-widget .tommy-zeb-wrapper-mini tommy-confirm-update {
		grid-column: 1 / -1;
		width: 100% !important;
	}

	.home-booking-widget .tommy-zeb-wrapper-mini .tommy-zeb-btn {
		width: 100%;
		min-height: 56px;
	}
}

@media only screen and (max-width: 760px) {
	.campers-category__grid {
		grid-template-columns: 1fr;
	}

	.detail-summary__card,
	.detail-faq__question,
	.faq-page__question {
		padding-left: 18px;
		padding-right: 18px;
	}

	.detail-faq__answer,
	.faq-page__answer,
	.faq-page__intro,
	.faq-page__body {
		padding-left: 18px;
		padding-right: 18px;
	}
}

.campers-overview-header--simple {
	grid-template-columns: minmax(0, 780px);
	margin-bottom: 30px;
}

.home-camper-teasers {
	padding: 14px 0 18px;
}

.home-camper-teasers::after {
	content: "";
	display: block;
	clear: both;
}

.home-camper-teasers__header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	flex-wrap: wrap;
	margin-bottom: 24px;
}

.home-camper-teasers__title {
	margin: 8px 0 0;
	color: #244f24;
	font-size: 42px;
	font-weight: 700;
	line-height: 1.02;
}

.home-camper-teasers__intro {
	max-width: 420px;
	margin: 0;
	color: #556754;
	font-size: 17px;
	line-height: 1.55;
}

.home-camper-teasers__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.home-camper-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.home-camper-card .detail-related-card__image {
	height: 190px;
}

.home-camper-card .detail-related-card__body {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
}

.home-camper-card .detail-related-card__title {
	font-size: 23px;
}

.home-camper-card__footer {
	margin-top: auto;
	padding-top: 18px;
	display: grid;
	gap: 14px;
}

.home-camper-card__price {
	color: #244f24;
	font-size: 17px;
	font-weight: 700;
}

.home-camper-teasers__all {
	float: right;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	margin-top: 16px;
	padding: 0 22px;
	border-radius: 999px;
	background: #3fa535;
	color: #fff;
	font-weight: 700;
}

.home-camper-teasers__all:hover {
	color: #fff;
	background: #2f8d31;
}

.seo-camper-teasers {
	clear: both;
	padding-top: 0;
	margin-top: 4px;
}

.footer {
	color: #f7f7f7;
}

.footerbox33 {
	color: #f7f7f7;
	font-weight: 400 !important;
}

.footer h1 {
	margin: 0;
	color: #ffffff;
	font-weight: 700;
}

.footer .footerstrong {
	color: #ffffff;
	font-weight: 700;
}

.footer p {
	color: #f2f2f2;
	font-weight: 500;
	line-height: 1.55;
}

.footer a {
	color: #ffffff;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.footer a:hover {
	color: #e7f5e4;
}

.footer .links a {
	display: inline-block;
	color: #f4f4f4;
	font-weight: 700;
	line-height: 1.45;
	text-decoration: none;
	border-bottom: 1px solid transparent;
}

.footer .links a:hover {
	color: #ffffff;
	border-bottom-color: rgba(255, 255, 255, 0.7);
}

.footerbox33--contact .fotojos {
	margin: 14px 0 10px;
	border-radius: 999px;
}

.google-review-static-grid {
	min-width: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.google-review-static-grid .google-review-card {
	width: 100%;
	flex: none;
	box-sizing: border-box;
}

body.home-page .boxrecensies--google {
	margin-top: 18px;
	padding-top: 34px;
	padding-bottom: 48px;
}

body.home-page .boxvoordelen {
	padding-top: 48px;
}

.fietsendrager-card__image-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f6faf4;
}

.fietsendrager-card__image {
	object-fit: contain;
	padding: 30px;
	box-sizing: border-box;
}

.fietsendrager-card__note {
	margin: 16px 0 0;
	color: #304030;
	font-size: 15px;
	line-height: 1.5;
	font-weight: 700;
}

.fietsendrager-card__tax {
	margin-top: 12px;
	color: #6b7868;
	font-size: 14px;
	line-height: 1.4;
}

.contact-form-card {
	padding: 28px;
	border: 1px solid rgba(63, 165, 53, 0.14);
	border-radius: 24px;
	background: linear-gradient(180deg, #ffffff 0%, #f6fbf3 100%);
	box-shadow: 0 18px 38px rgba(31, 71, 37, 0.08);
}

.contact-form-card__eyebrow {
	color: #3fa535;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.contact-form-card h1 {
	margin: 8px 0 0;
	color: #244f24;
	font-size: 34px;
	line-height: 1.08;
}

.contact-form-card__intro {
	margin: 12px 0 22px;
	color: #556754;
	font-size: 17px;
	line-height: 1.6;
}

.contact-form-card__message h2 {
	margin: 0 0 18px;
	padding: 14px 16px;
	border-radius: 14px;
	background: #fff2e8;
	color: #7a3d10;
	font-size: 18px;
	line-height: 1.45;
}

.contact-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.contact-form__field {
	display: grid;
	gap: 8px;
	color: #244f24;
	font-size: 15px;
	font-weight: 700;
}

.contact-form__field--full,
.contact-form__submit {
	grid-column: 1 / -1;
}

.contact-form .invoerafspraak {
	float: none;
	margin: 0;
	min-height: 50px;
	padding: 12px 14px;
	border: 1px solid rgba(63, 165, 53, 0.3);
	border-radius: 12px;
	background: #ffffff;
	font-size: 16px;
	line-height: 1.35;
	box-shadow: inset 0 1px 0 rgba(31, 71, 37, 0.03);
}

.contact-form textarea.invoerafspraak {
	min-height: 150px;
	resize: vertical;
}

.contact-form .invoerafspraak:focus {
	outline: 3px solid rgba(63, 165, 53, 0.16);
	border-color: #3fa535;
}

.contact-form__submit {
	margin: 4px 0 0;
	min-height: 54px;
	border-radius: 999px;
	background: #3fa535;
	font-size: 18px;
	font-weight: 700;
	cursor: pointer;
}

.contact-form__trap {
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.voorwaarden-updated {
	display: inline-flex;
	align-items: center;
	margin: 4px 0 26px;
	padding: 7px 12px;
	border-radius: 999px;
	background: #f1f8ee;
	color: #4d6548;
	font-size: 15px;
	font-weight: 700;
}

.voorwaarden-content {
	clear: both;
	max-width: 880px;
	color: #314030;
	font-size: 17px;
	line-height: 1.72;
	counter-reset: voorwaarden-section;
}

.voorwaarden-content * {
	box-sizing: border-box;
}

.voorwaarden-content h2 {
	position: relative;
	margin: 34px 0 12px;
	padding: 0 0 9px;
	border-bottom: 1px solid rgba(63, 165, 53, 0.18);
	color: #244f24;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.22;
}

.voorwaarden-content h2:first-child {
	margin-top: 0;
}

.voorwaarden-content h2:first-child + ul {
	display: grid;
	gap: 8px;
	margin: 0 0 36px !important;
	padding: 18px 20px !important;
	border: 1px solid rgba(63, 165, 53, 0.18);
	border-radius: 14px;
	background: #f7fbf4;
	list-style: none;
}

.voorwaarden-content h2:first-child + ul li {
	position: relative;
	margin: 0 !important;
	padding-left: 22px;
	line-height: 1.5 !important;
	list-style: none !important;
}

.voorwaarden-content h2:first-child + ul li::before {
	content: "";
	position: absolute;
	top: 0.72em;
	left: 2px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #3fa535;
	transform: translateY(-50%);
}

.voorwaarden-content h2 + p {
	margin-top: 14px;
}

.voorwaarden-content p {
	margin: 0 0 13px !important;
	color: #314030 !important;
	font-size: 17px !important;
	line-height: 1.72 !important;
}

.voorwaarden-content p strong:first-child {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 30px;
	margin-right: 8px;
	color: #244f24;
	font-weight: 800;
}

.voorwaarden-content p:has(> strong:first-child) {
	display: grid;
	grid-template-columns: 30px minmax(0, 1fr);
	column-gap: 12px;
	align-items: start;
}

.voorwaarden-content p:has(> strong:first-child) strong:first-child {
	margin-right: 0;
}

.voorwaarden-content ul,
.voorwaarden-content ol {
	margin: 10px 0 18px 26px !important;
	padding-left: 22px;
}

.voorwaarden-content li {
	margin-top: 0 !important;
	margin-bottom: 8px;
	color: #314030 !important;
	font-size: 17px !important;
	line-height: 1.62 !important;
	list-style-position: outside;
}

.voorwaarden-actions {
	clear: both;
	display: flex;
	justify-content: flex-end;
	margin-top: 34px;
}

.voorwaarden-download {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 0 24px;
	border-radius: 999px;
	background: #3fa535;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	box-shadow: 0 14px 24px rgba(63, 165, 53, 0.18);
}

.voorwaarden-download:hover {
	color: #ffffff;
	background: #2f8d31;
}

@media only screen and (max-width: 1080px) {
	.home-camper-teasers__grid,
	.google-review-static-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media only screen and (max-width: 760px) {
	.voorwaarden-updated {
		margin-bottom: 22px;
		font-size: 14px;
	}

	.voorwaarden-content {
		font-size: 16px;
		line-height: 1.68;
	}

	.voorwaarden-content h2 {
		font-size: 22px;
	}

	.voorwaarden-content h2:first-child + ul {
		padding: 14px 16px !important;
	}

	.voorwaarden-content p {
		font-size: 16px !important;
		line-height: 1.68 !important;
	}

	.voorwaarden-content p:has(> strong:first-child) {
		grid-template-columns: 26px minmax(0, 1fr);
		column-gap: 10px;
	}

	.voorwaarden-actions {
		justify-content: stretch;
	}

	.voorwaarden-download {
		width: 100%;
		padding: 0 18px;
	}

	.home-camper-teasers__header {
		align-items: flex-start;
	}

	.home-camper-teasers__title {
		font-size: 32px;
	}

	.home-camper-teasers__grid,
	.google-review-static-grid,
	.contact-form {
		grid-template-columns: 1fr;
	}

	.google-review-static-grid .google-review-card {
		max-width: 100%;
		min-width: 0;
	}

	.contact-form-card {
		padding: 22px 18px;
		border-radius: 18px;
	}
}
