/*
Theme Name: Child Thrive Theme
Theme URI: http://thrivethemes.com/
Version: 1.0
Author: <a href="http://www.thrivethemes.com">Thrive Themes</a>
Description: Fully customizable, front end theme and template editing for WordPress has arrived! 
Template: thrive-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, custom-everything
*/



#uitklap-diensten-menu {
	display: none;
	/* 	display: block !important; */
}

/* General colors */
:root {
	--dc-primary-pink: #E6027E;
	--dc-primary-pink-light: #FFE8F3;
	--dc-primary-pink-dark: #B10061;
	--dc-primary-green: #BCD025;
	--dc-primary-blue: #00BCEE;
	--dc-primary-grey-light: #D8D8D8;
	--dc-primary-grey-light2: #f7f7f7;
	--dc-primary-grey-dark: #3B3B3B;

	--dc-bodyfont: 'Open Sans', sans-serif;
	--dc-headerfont: 'Dosis', sans-serif;
}

/* Fix the horizontal scrolling of certain pages */
html, body {
	width: auto !important;
	overflow-x: hidden !important;

	#wrapper {
		width: auto !important;
		overflow-y: hidden !important;
	}

	#tve_editor {
		width: auto !important;
		overflow-y: hidden !important;
	}

	&.overflow-hidden {
		overflow: hidden;
	}
} 

/* Single post page */
.single-post {
	#wrapper {
		.section-content {
			> .thrv_wrapper {
				width: auto !important;
				overflow-y: hidden !important;
			}

			> .thrv_wrapper.section-blijf-geinspireerd {
				overflow-y: visible !important;
			}
		}
	}
}
/* Single dienst page */
.single-diensten {
	#wrapper {
		.section-content {
			> .thrv_wrapper {
				width: auto !important;
				overflow-y: hidden !important;
			}
		}
	}
}

.single-diensten.thrive-layout-58:not(.preview-desktop) {
	#wrapper {
		.section-content {
			#tve_editor {
				> .thrv_wrapper {
					width: auto !important;
					overflow-y: hidden !important;
				}

				> div:nth-of-type(1) ~ div {
					display: none;
				}
			}


			/* Turn off elements "FAQ" and "Andere bekeken ook" inside the Diensten pages itself */
			#tve_editor .thrv_symbol_29500,
			#tve_editor .thrv_symbol_8922,
			#tve_editor [data-css="tve-u-676049a57a5d48"],
			#tve_editor [data-css="tve-u-642191e18e9b53"],
			#tve_editor [data-css="tve-u-676046e1b4aba6"], 
			#tve_editor [data-css="tve-u-667aad5b42b631"], 
			[data-css="tve-u-182a5cedda7"] {
				display: none;
			}
		}
	}
}

/* Overflow */
.home #tve_editor > div {
	overflow-x: hidden;
}
.home #tve_editor > #thrive-header,
.home #tve_editor > .section-heading-3blocks,
.home #tve_editor > .section-direct-aan-de-slag,
.home #tve_editor > .section-samenwerken,
.home #tve_editor > .columns-overflowx-visible,
.home #tve_editor > .section-goed-werkgeverschap {
	overflow-x: visible;
}

.page-id-1617 #tve_editor > div:not(#thrive-header) {
	overflow-x: hidden;
}
.page #tve_editor > .section-even-bellen,
.page #tve_editor > .section-heading-slide,
.page #tve_editor > .section-inspiratie-nodig {
	overflow-x: visible;
}

html, body {
	&.overflow-hidden {
		overflow: hidden;
	}
}


/* Sections */
.section-heading-3blocks {
	.columns-3 .tcb-flex-col {
		position: relative;
	}

	.klanten-carousel {
		.slick-slide {
			span {
				cursor: auto;
			}
		}
	}
}
:not(#tve) .section-heading-3blocks .columns-3 .tcb-flex-col:first-of-type:hover {
	max-width: 100% !important;
}
.section-heading-3blocks .columns-3 .tcb-flex-col div {
	position: static;
}
.section-heading-3blocks .columns-3 .tcb-flex-col a:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.section-meest-gestelde-vragen > .tve-page-section-in {
	max-width: none !important;
}
.section-blijf-geinspireerd {
	overflow-y: visible !important;

	.thrv_wrapper {
		max-width: 1200px;
		margin: 0 auto;
	}
}
.section-even-bellen {
	.section-even-bellen-columns {
		.tcb-flex-col:last-of-type {
			.tcb-col {
				overflow: visible;
			}
		}
	}

	.bedrijfslogos {
		.tcb-flex-row {
			@media only screen and (max-width: 1024px) { 
				background-color: #fff;
			}
		}
		img {
			mix-blend-mode: multiply;
		}
	}
}
.section-posts-sliders {
	.wrapper-posts-slider {
		display: none;

		&:first-of-type {
			display: block;
		}
	}
}
#landingpage-bottom-section {
	display: none;
}
#theme-bottom-section {
	display: none;
}
.section-direct-aan-de-slag {
	.wpforms-ajax-form {
		.wpforms-field-email {
			padding-bottom: 0 !important;

			label {
				display: none !important;
			}
		}
	}
}


/* Background effects */
.background-effect {
	&:before {
		content: '';
		position: absolute;
		left: 0;
		width: 100%;
		height: 50%;
		background-color: var(--dc-primary-grey-light2);
	}

	&.half-top:before {
		top: 0;
	}

	&.half-bottom:before {
		top: 50%;
	}
}


/* Buttons */
.general-button {
	display: flex;
	align-items: center;
	gap: 8px;
	text-decoration: none !important;
}
.general-button .icon svg {
	display: block;
}
.general-button .icon svg path {
	transition: fill 150ms ease-in-out;
}
.general-button .text {
	font-family: 'Open Sans', sans-serif;
	color: var(--dc-primary-green);
	font-size: 14px;
	font-weight: bold;
	transition: color 150ms ease-in-out;
}
.general-button:hover .icon svg path {
	fill: var(--dc-primary-pink);
}
.general-button:hover .text {
	color: var(--dc-primary-pink);
}
.button-center {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.button-general-2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	padding: 10px 16px 12px 16px;
	width: 100%;
	color: #fff;
	text-decoration: none !important;
	border-radius: 200px;
	background-color: #000;
	box-sizing: border-box;
	box-shadow: none;
	transition: box-shadow 150ms ease-in-out;

	&:hover {
		box-shadow: rgba(0, 188, 238, 0.8) 0px 2px 19px 0px;
	}

	&.blue {
		background-color: var(--dc-primary-blue);
	}

	&.white {
		background-color: #fff;
		border: 1px solid var(--dc-primary-blue);
		color: var(--dc-primary-blue);
	}

	&.alt-hover {
		transition: background-color 150ms ease-in-out;

		&:hover {
			box-shadow: none;
			background-color: #0088AC;
		}
	}
}

.thrv_text_element:has(button.simplefavorite-button) {
	overflow: visible;
}

.icon-favourited {
	display: inline-block;
	width: 28px;
	height: 30px;
	color: #fff;

	&:before {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		background-image: url('data:image/svg+xml,<svg id="Laag_1" data-name="Laag 1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 23 25"><path d="M11.555,22.298c-.457,0-.9-.158-1.261-.473-.315-.199-9.57-6.379-9.57-12.634C.724,5.55,3.374,2.698,6.757,2.698c1.903,0,3.657.949,4.817,2.547,1.116-1.58,2.906-2.547,4.854-2.547,3.222,0,5.944,2.973,5.944,6.493,0,5.502-7.167,10.896-9.522,12.668-.404.293-.855.438-1.294.438ZM6.757,4.198c-2.542,0-4.533,2.193-4.533,4.993,0,4.366,5.871,9.394,8.976,11.443.333.281.639.104.758.019,5.911-4.448,8.914-8.307,8.914-11.461,0-2.66-2.077-4.993-4.444-4.993-1.801,0-3.427,1.117-4.142,2.846-.114.276-.381.458-.679.463-.291-.008-.571-.166-.696-.437-.815-1.772-2.407-2.873-4.154-2.873Z" fill="%23e6027e" stroke-width="0"></path></svg>');
		background-size: contain;
		background-repeat: no-repeat;
	}
}

.icon-unfavourited {
	display: inline-block;
	width: 28px;
	height: 30px;
	color: #fff;

	&:before {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		background-image: url('data:image/svg+xml,<svg id="Laag_1" data-name="Laag 1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 23 25"><path d="M11.555,22.298c-.457,0-.9-.158-1.261-.473-.315-.199-9.57-6.379-9.57-12.634C.724,5.55,3.374,2.698,6.757,2.698c1.903,0,3.657.949,4.817,2.547,1.116-1.58,2.906-2.547,4.854-2.547,3.222,0,5.944,2.973,5.944,6.493,0,5.502-7.167,10.896-9.522,12.668-.404.293-.855.438-1.294.438ZM6.757,4.198c-2.542,0-4.533,2.193-4.533,4.993,0,4.366,5.871,9.394,8.976,11.443.333.281.639.104.758.019,5.911-4.448,8.914-8.307,8.914-11.461,0-2.66-2.077-4.993-4.444-4.993-1.801,0-3.427,1.117-4.142,2.846-.114.276-.381.458-.679.463-.291-.008-.571-.166-.696-.437-.815-1.772-2.407-2.873-4.154-2.873Z" fill="%23e6027e" stroke-width=""></path></svg>');
		background-size: contain;
		background-repeat: no-repeat;
	}
}

.simplefavorite-button {
	padding: 0;
	background-color: transparent;
	border: none;
	opacity: 1 !important;
	transition: background-color 150ms ease-in-out;

	svg {
		display: block;
		width: 23px;

		path {
			transition: fill 150ms ease-in-out;
		}
	}
}

.button-view {
	display: flex;
	align-items: center;
	gap: 8px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: var(--dc-primary-green);
	text-decoration: none !important;

	span {
		transition: color 150ms ease-in-out;

		&.label {
			line-height: 1;
		}
	}

	svg {
		display: block;

		path {
			transition: fill 150ms ease-in-out;
		}
	}
}

.button-scroll-indicator {
	display: block;
	position: relative;
	transform: translateY(-50%);
	top: 50%;
	pointer-events: auto;
	-webkit-tap-highlight-color: transparent;
	transition: visibility 150ms ease-in-out, opacity 150ms ease-in-out;
	@media only screen and (min-width: 1024px) { 
		visibility: hidden;
		opacity: 0;
	}
}
.button-scroll-indicator.animate {
	animation: 2s 3 right_left;
}
.button-account {
	cursor: pointer;
}

.button-close {
	display: none;
	position: absolute;
	top: 12px;
	right: 12px;
	background-color: transparent;
	border: none;
	padding: 0;
	@media only screen and (max-width: 768px) {
		display: block;
	}

	svg {
		display: block;
		width: 16px;
		height: 16px;
		filter: brightness(0) saturate(100%) invert(82%) sepia(0%) saturate(1344%) hue-rotate(336deg) brightness(76%) contrast(66%);
	}
}


[data-css="tve-u-18290fe58ca"] {
	.thrive-shortcode-html {
		@media only screen and (max-width: 768px) { 
			padding-left: 20px;
		}
	}
	.wrapper-scroller {
		&.right {
			.wrapper-scroll-button {
				width: 100px;
				@media only screen and (max-width: 768px) { 
					width: 70px;
				}
			}
		}

		&.left {
			.button-scroll-indicator {
				/* 				display: none; */
			}
		}
	}
}
.wrapper-posts-slider {
	.wrapper-scroll-button {
		/* Arrow left stays off, at all situations on screensize <= 1024 */
		&.left {
			.button-scroll-indicator {
				@media only screen and (max-width: 1024px) { 
					visibility: hidden !important;
					opacity: 0 !important;
				}
			}
		}
	}

	@media only screen and (min-width: 1024px) { 
		.center {
			&:hover {
				.wrapper-post-items {
					user-select: none;
				}

				.wrapper-scroll-button {
					.button-scroll-indicator {
						visibility: visible;
						opacity: 1;
					}
				}
			}
		}
	}
}
.section-favorites {
	display: block !important;
	.button-laad-meer-favorieten {
		display: none !important;

		&.active {
			display: block !important;
		}
	}
}
.text-my-favorites-1 {
	display: none;

	&.show {
		display: block;
	}
}


.button-full-click {
	a {
		#icon-icon-arrow-right-10:before {
			color: var(--dc-primary-pink);
		}

		&:after {
			content: '';
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
		}
	}
}

.border-circle {
	border: 2px solid var(--dc-primary-green);
	border-radius: 1000px;
}

.general-button-nationale-vitaliteitsdag .text {
	transition: none;
}
.general-button-nationale-vitaliteitsdag .icon svg,
.general-button-nationale-vitaliteitsdag .icon svg path {
	transition: none;
}
.button-icon-heart, .button-favorites {
	position: relative;
	overflow: visible !important;

	.favorites-counter {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 19px;
		height: 19px;
		position: absolute;
		top: 0;
		right: -2px;
		border-radius: 20px;
		font-family: var(--dc-bodyfont);
		font-size: 14px;
		font-weight: bold;
		background-color: var(--dc-primary-blue);
		color: #fff;

		@media only screen and (max-width: 768px) { 
			top: -3px;
			right: -7px;
		}
	}
}
.button-favorite-round {
	p {
		display: flex;
		justify-content: center;
		height: 59px;

		button {
			display: flex;
			justify-content: center;
			align-items: center;
			height: 59px;
			padding: 0 20px;
			gap: 12px;
			border-radius: 200px;
			background-color: var(--dc-primary-pink-light);

			svg {
				width: 30px;
			}

			&:after {
				content: 'Bewaar';
				text-wrap: nowrap;
				color: var(--dc-primary-pink);
				font-weight: 600;
			}

			&.active {
				background-color: var(--dc-primary-pink);

				svg path {
					fill: var(--dc-primary-pink);
					stroke-width: 2;
					stroke: #fff;
				}

				&:after {
					content: 'Bewaard';
					color: #fff;
				}
			}
		}
	}
}
.button-favorite-round-text {
	p {
		display: flex;
		justify-content: center;
		height: 59px;

		button {
			display: flex;
			justify-content: center;
			align-items: center;
			height: 59px;
			padding: 0 20px;
			gap: 12px;
			border-radius: 200px;
			background-color: var(--dc-primary-pink-light);

			svg {
				width: 30px;
			}

			&:after {
				content: 'Voeg toe aan offerte';
				text-wrap: nowrap;
				color: var(--dc-primary-pink);
				font-weight: 600;
			}

			&.active {
				background-color: var(--dc-primary-pink);

				i {
					filter: brightness(0) invert(1);
				}

				&:after {
					content: 'Toegevoegd aan offerte';
					color: #fff;
				}
			}
		}
	}
}
.button-gratis-tools-tips {
	@media only screen and (max-width: 768px) { 
		padding: 0 20px !important;
	}
}
.button-close-popup {
	transition: transform 100ms ease-in-out;
	&:hover {
		transform: scale(1.2);
	}
}
.hover-pink {
	&:hover {
		border-color: var(--dc-primary-pink);
	}
}

/* Element: Wpform newsletter */
.wpform-nieuwsbrief {
	.wpforms-container {
		margin: 0;
		.wpforms-form {
			@media only screen and (max-width: 768px) { 
				text-align: center;
			}
			.wpforms-field-container {
				.wpforms-field-label {
					font-family: var(--dc-bodyfont);
					font-weight: bold !important;
					font-size: 13px !important;
					color: #fff;
				}

				.wpforms-field {
					@media only screen and (max-width: 768px) { 
						padding-bottom: 0;
					}

					.wpforms-field-large {
						height: 50px;
						padding-left: 20px;
						padding-right: 20px;
						font-family: var(--dc-bodyfont) !important;
						@media only screen and (max-width: 768px) { 
							text-align: center;
						}

						&::placeholder {
							@media only screen and (max-width: 768px) { 
								text-align: center;
							}
						}
					}
				}

				.wpforms-error {
					padding-top: 10px;
					color: #fff;
				}
			}

			.wpforms-submit-container {
				.wpforms-submit {
					max-width: 200px;
					border-radius: 10px !important;
				}
			}
		}
	}
}

/* Element: Bulletpoints */
.bulletpoints {
	display: flex;
	gap: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: var(--dc-primary-grey-dark);
}
.bulletpoints .item {
	background-image: url(/wp-content/themes/thrive-theme-child/assets/icons/icon-check-1.0.svg);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position-x: 0;
	background-position-y: 5px;
	list-style: none;
	padding-left: 20px;
	box-sizing: border-box;
}
@media only screen and (max-width: 768px) { 
	.bulletpoints {
		flex-wrap: wrap;
		justify-content: center;
	}
}

.list-checkmarks {
	list-style: none;
}
.list-checkmarks li {
	background-image: url(/wp-content/themes/thrive-theme-child/assets/icons/icon-check-1.0.svg);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position-x: 0;
	background-position-y: 4px;
	list-style: none;
	padding-left: 24px;
	box-sizing: border-box;
	color: #fff !important;
	font-weight: bold !important;
	padding-bottom: 10px !important;
	line-height: 1.5 !important;
}


/* Sections - general */
.section-two-lists, .section-two-lists div,
.section-two-lists .section-two-lists div,
.section-steps, .section-steps div,
.section-posts-slider, .section-posts-slider div,
.section-posts-sliders, .section-posts-sliders div,
.section-vitaliteitsactiviteiten, .section-vitaliteitsactiviteiten div {
	box-sizing: border-box;
}


/* Animation - bounce right */
@keyframes right_left {
	0% {
		transform: translateX(0) translateY(-40%);
	}
	20% {
		transform: translateX(16px) translateY(-40%);
	}
	40% {
		transform: translateX(0) translateY(-40%);
	}
	60% {
		transform: translateX(16px) translateY(-40%);
	}
	80% {
		transform: translateX(0) translateY(-40%);
	}
}
@keyframes right_left2 {
	0% {
		transform: translateX(0) translateY(-50%);
	}
	20% {
		transform: translateX(16px) translateY(-50%);
	}
	40% {
		transform: translateX(0) translateY(-50%);
	}
	60% {
		transform: translateX(16px) translateY(-50%);
	}
	80% {
		transform: translateX(0) translateY(-50%);
	}
}
/* @keyframes right_left3 {
0% {
transform: translateX(0) translateY(0);
}
20% {
transform: translateX(16px) translateY(0);
}
40% {
transform: translateX(0) translateY(0);
}
60% {
transform: translateX(16px) translateY(0);
}
80% {
transform: translateX(0) translateY(0);
}
} */


/* Element: Steps */
.wrapper-steps {
	position: relative;
	box-sizing: border-box;
}
.inner-wrapper-steps {
	display: flex;
	width: 100%;
	height: 350px;
	padding-bottom: 30px;
}
.wrapper-steps .inner {
	position: relative;
	flex: 0 0 1200px;
}
.wrapper-steps .inner .wave-background {
	height: 100%;
}
.wrapper-steps svg {
	display: block;
	width: 100%;
	height: 100%;
}
.wrapper-steps .blocks {
	display: flex;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.wrapper-steps .blocks .step {
	flex: 0 0 18.4%;
	height: 85%;
	position: relative;
	padding: 20px;
	box-sizing: border-box;
	text-decoration: none !important;
}
.wrapper-steps .blocks .inner-step {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
	background-color: var(--dc-primary-pink-light);
	border: 1px solid transparent;
	border-radius: 35px;
	transition: background-color 150ms ease-in-out, border 150ms ease-in-out;
}
.wrapper-steps .blocks .step:hover .inner-step {
	background-color: #fff;
	border-color: var(--dc-primary-pink);
}
.wrapper-steps .blocks .step .image-wrapper img {
	display: block;
	width: 100%;
	max-width: 90px;
	margin: 0 auto;
}.wrapper-steps .blocks .step .image-wrapper img {
	display: block;
	width: 100%;
	max-width: 100px;
	margin: 0 auto;
}
.wrapper-steps .blocks .step .text {
	font-family: Dosis, sans-serif;
	font-size: 22px;
	line-height: 1.3;
	color: var(--dc-primary-pink);
	text-align: center;
	margin-top: 18px;
}
.wrapper-steps .blocks .step .label {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	font-family: Dosis, sans-serif;
	font-size: 22px;
	width: 42px;
	height: 42px;
	text-align: center;
	background-color: var(--dc-primary-green);
	color: #fff;
	font-weight: bold;
	border-radius: 0 0 10px 10px;
}
.wrapper-steps .blocks .step:nth-of-type(even) {
	align-self: flex-end;
}
.wrapper-steps .blocks .step:nth-of-type(even) .label {
	top: auto;
	bottom: 0;
	border-radius: 10px 10px 0 0;
}
.wrapper-steps .wrapper-scroll-button {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 100px;
	pointer-events: none;
}
.wrapper-steps .wrapper-scroll-button .button-scroll-indicator.animate {
	animation: 2s 3 right_left2;
}
.wrapper-steps .wrapper-scroll-button .gradient {
	position: absolute;
	right: 0;
	height: 100%;
}
.wrapper-steps .wrapper-scroll-button .gradient img {
	width: 100%;
	height: 100%;
}
.wrapper-steps .wrapper-scroll-button.left {
	left: 0;
	right: auto;
	z-index: 2;
	transform: scaleX(-1);
}
.wrapper-steps .wrapper-scroll-button .button-scroll-indicator.left {
	.inner {
		display: none;
	}
}
@media only screen and (max-width: 1200px) { 
	.inner-wrapper-steps {
		overflow-x: scroll;
	}
	.wrapper-steps .wrapper-scroll-button {
		display: block;

		&.left {
			display: none;
		}

		.button-scroll-indicator {
			display: none;
		}
	}
}
@media only screen and (max-width: 768px) { 
	.wrapper-steps {
		margin-left: -27px;
	}
}


/* Element: Pull-quote */
.pull-quote {
	display: flex;
	align-items: center;
	gap: 20px;
	font-family: Dosis, sans-serif;
	text-decoration: none !important;
}
.pull-quote .image-name {
	position: relative;
}
.pull-quote .image-name img {
	width: 90px;
	min-width: 90px;
	height: 90px;
	border: 1px solid var(--dc-primary-grey-light);
	border-radius: 200px;
}
.pull-quote .image-name .name {
	display: inline-flex;
	background-color: var(--dc-primary-pink);
	color: #fff;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	border-radius: 50px;
	padding: 2px 11px;
	position: absolute;
	bottom: -10px;
	right: -10px;
}
.pull-quote .text {
	font-size: 18px;
	color: var(--dc-primary-pink);
}

/* Element: Two lists */
.two-lists {
	display: flex;
	align-items: center;
	font-family: Dosis, sans-serif;
}
.two-lists .list {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	flex: 0 0 50%;
	padding-bottom: 24px;
	background-color: #fff;
	box-shadow: 0px 5px 30px 0px #0000001A;
}
.two-lists .list .items {
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 100%;
}
.two-lists .list .items .item {
	display: flex;
	justify-content: center;
	padding: 7px 0 9px 0;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
}
.two-lists .list .items .item:nth-of-type(odd) {
	background-color: #E6027E0D;
}
.two-lists .list .items .item .inner {
	width: 100%;
}
.two-lists .list .inner {
	width: 100%;
	max-width: 350px;
}
.two-lists .list .wrapper-image {
	padding: 30px 0;
}
.two-lists .list .label {
	padding: 7px 20px 10px 20px;
	background-color: var(--dc-primary-green);
	color: #fff;
	font-weight: 600;
	font-size: 25px;
	border-radius: 0 0 20px 20px;
}
.two-lists .list .items .item .inner {
	background-image: url(/wp-content/themes/thrive-theme-child/assets/icons/icon-check-1.0.svg);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position-x: 0;
	background-position-y: 5px;
	list-style: none;
	padding-left: 25px;
	box-sizing: border-box;
}
.two-lists .list-1 {
	border-radius: 20px 0px 0px 20px;
}
.two-lists .list-1 .items .item .inner {
	background-image: url(/wp-content/themes/thrive-theme-child/assets/icons/icon-cross-1.0.svg);
}
.two-lists .list-2 {
	z-index: 1;
	border-radius: 20px;
	border: 1px solid var(--dc-primary-green);
}
.two-lists .list-2 .items .item:nth-of-type(odd) {
	background-color: #BCD0251A;
}
.two-lists .list-2 .button-general-2 {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 350px;
	margin-top: 30px;
	min-height: 58px;
}
.section-two-lists {
	&:before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 295px;
		background-color: var(--dc-primary-grey-light2);
	}
}
.two-lists {
	.list-2 {
		.offer {
			margin-top: 10px;
			font-family: var(--dc-bodyfont);
			font-size: 16px;
			font-weight: 600;
			color: var(--dc-primary-blue);
		}
	}
}
@media only screen and (max-width: 768px) { 
	.two-lists {
		flex-wrap: wrap;
		padding-bottom: 40px;
	}
	.two-lists .list {
		flex: 0 0 100%;
	}
	.two-lists .list .inner {
		max-width: 280px;
	}
	.two-lists .list-1 {
		margin-left: 20px;
		flex: 0 0 calc(100% - 40px);
		border-radius: 20px 20px 0 0;
	}
	.section-two-lists:before {
		height: 75%;
	}
	.two-lists .list-2 {
		/* 		margin-top: 20px;
		margin-left: 20px;
		flex: 0 0 calc(100% - 40px);
		border-top-left-radius: 0;
		border-top-right-radius: 0; */
	}
	.two-lists .list-2 .button-general-2 {
		max-width: 300px;
	}
}

div.full-height {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
div.full-height img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right;
}
div.full-height.img-right {
	object-position: right;
}
.section-uniek-inschrijftool:before,
.section-nationale-vitaliteitsdag:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 50%;
	background-color: var(--dc-primary-grey-light2);
}
@media only screen and (max-width: 1024px) { 
	/* 	.column-phone-flex-column .tcb-flex-row {
	flex-direction: column;
} */
}
@media only screen and (max-width: 768px) { 
	div.full-height {
		position: relative;
	}
}

/* Element: Posts-slider */
.wrapper-posts-slider {
	display: flex;
	width: 100%;
	overflow: visible;
	font-family: 'Dosis', sans-serif;
	@media only screen and (max-width: 1024px) { 
		overflow: visible;
	}
}
.wrapper-posts-slider div {
	box-sizing: border-box !important;
}
.wrapper-posts-slider .center {
	width: 100%;
	position: relative;
	padding-left: 0;
	max-width: 1200px;
	margin: 0 auto;
}
.wrapper-posts-slider .center .wrapper-post-items {
	display: flex;
	width: 100%;
	gap: 20px;
	padding: 10px;
	overflow-x: auto;

	&.grabbing {
		cursor: grabbing;
	}
}
.wrapper-posts-slider .center .wrapper-scroll-button {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: auto;
	padding-right: max(10px,(100% - 1260px) / 2);
	pointer-events: none;
	@media only screen and (max-width: 768px) { 
		overflow: hidden;
	}
}
.wrapper-posts-slider .center .wrapper-scroll-button .button-scroll-indicator {
	transform: translateY(-40%);
	z-index: 1;

	img {
		transform: translateX(44%);
		@media only screen and (max-width: 1300px) { 
			transform: translateX(25%);
		}
	}

	&.left {
		img {
			transform: scaleX(-1) translateX(44%);
			@media only screen and (max-width: 1300px) { 
				transform: scaleX(-1) translateX(25%);
			}
		}

		&:after {
			width: 90px;
			left: 0;
			background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
			opacity: 1;
		}
	}
}
/* .wrapper-posts-slider .center .wrapper-scroll-button:after {
content: '';
background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 5%, rgba(255,255,255,1) 100%);
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 50px;
opacity: 0.6;
} */
.wrapper-posts-slider.gray .center .wrapper-scroll-button:after, .wrapper-posts-slider.grey .center .wrapper-scroll-button:after {
	background: rgb(247, 247, 247);
	background: linear-gradient(90deg, rgba(247, 247, 247, 0) 0%, rgba(247,247,247,1) 5%, rgba(247, 247, 247, 1) 100%);
	opacity: 0.6;
}
.wrapper-posts-slider .center .wrapper-scroll-button.left {
	left: 0;
	right: auto;
	margin-left: max(10px,(100% - 1260px) / 2);
	z-index: 2;
}
.wrapper-posts-slider.gray .center .wrapper-scroll-button.left:after, .wrapper-posts-slider.grey .center .wrapper-scroll-button.left:after {
	background: linear-gradient(-90deg, rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 1) 100%);
}
.wrapper-posts-slider .center .wrapper-post-items::-webkit-scrollbar {
	height: 0px;
	background: transparent;
}
.wrapper-posts-slider .center .post-item {
	display: block;
	position: relative;
	flex: 0 0 calc(300px - 20px);
	border-radius: 20px;
	border: 1px solid transparent;
	box-shadow: 0px 5px 10px 0px #0000001A !important;
	overflow: hidden;
	overflow-wrap: anywhere;
	text-decoration: none !important;
	background-color: #fff !important;
	transition: border 150ms ease-in-out;
}

/* .wrapper-posts-slider .center .wrapper-post-items .outer {
position: relative;

&:after {
content: '';
position: absolute;
width: 100%; 
height: 100%;
top: 0; 
left: 0;
}
} */


.wrapper-posts-slider .center .wrapper-post-items.grabbing {
	pointer-events: none;
	user-select: none;
	cursor: grabbing;

	.post-item {
		pointer-events: none;
		user-select: none;
		cursor: grabbing;
	}
}


.wrapper-posts-slider .center .post-item-blank {
	flex: 0 0 330px;
	border-radius: 0;
	box-shadow: none;
	pointer-events: none;
}
.wrapper-posts-slider .center .post-item:hover {
	border: 1px solid var(--dc-primary-pink);
}
.wrapper-posts-slider .center .post-item:hover .button-view span {
	color: var(--dc-primary-pink);
}
.wrapper-posts-slider .center .post-item:hover .button-view .icon svg path {
	fill: var(--dc-primary-pink);
}
.wrapper-posts-slider .center .post-item .image-wrapper img {
	object-fit: cover;
	width: 100%;
	height: 138px;
	pointer-events: none;
	user-select: none;
}
.wrapper-posts-slider .center .post-item .content-wrapper {
	padding: 24px;
}
.wrapper-posts-slider .center .post-item .content-wrapper .title {
	display: block;
	height: 1.5em;
	margin-bottom: 10px;
	color: var(--dc-primary-pink);
	font-size: 22px;
	font-weight: 500;
	line-height: 28px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.wrapper-posts-slider .center .post-item .content-wrapper .title-mobile {
	display: none;
}
.wrapper-posts-slider .center .post-item .content-wrapper .text-mobile {
	display: none;
}
.wrapper-posts-slider .center .post-item .content-wrapper .text {
	font-family: 'Open Sans', sans-serif;
	height: 5em;
	margin-bottom: 24px;
	color: var(--dc-primary-grey-dark);
	font-size: 15px;
	line-height: 25px;
}
.wrapper-posts-slider .center .post-item .content-wrapper .buttons {
	display: flex;
	justify-content: space-between;

	.simplefavorite-button {
		&.active {
			.icon-favourited {
				&:before {
					background-image: url('data:image/svg+xml,<svg id="Laag_1" data-name="Laag 1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 23 25"><path d="M11.555,22.298c-.457,0-.9-.158-1.261-.473-.315-.199-9.57-6.379-9.57-12.634,0-3.641,2.65-6.493,6.033-6.493,1.903,0,3.657.949,4.817,2.547,1.116-1.58,2.906-2.547,4.854-2.547,3.222,0,5.944,2.973,5.944,6.493,0,5.502-7.167,10.896-9.522,12.668-.404.293-.855.438-1.294.438h0Z" fill="%23e6027e" stroke-width="0"></path></svg>');
				}
			}
		}
	}
}

.section-goed-werkgeverschap .thrv_wrapper .extra-border-box .tve-content-box-background {
	left: 0 !important;
}
.wrapper-posts-slider.post-type-post .center .post-item {
	flex: 0 0 380px;
	padding: 24px;
	background-color: #fff !important;
	border-color: var(--dc-primary-grey-light);
	box-shadow: none !important;
}
.wrapper-posts-slider .center .post-item:hover {
	border-color: var(--dc-primary-pink);
}
.wrapper-posts-slider.post-type-post .center .post-item .image-wrapper {
	position: relative;
	margin-bottom: 24px;
}
.wrapper-posts-slider.post-type-post .center .post-item .image-wrapper img {
	height: 200px;
	border-radius: 15px;
}
.wrapper-posts-slider.post-type-post .center .post-item .image-wrapper .meta-data {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
}
.wrapper-posts-slider.post-type-post .center .post-item .image-wrapper .meta-data .svg-gradient-2 {
	display: block;
	position: absolute;
	bottom: 0;
	border-radius: 0 0 15px 15px;
	opacity: 0.8;
}
.wrapper-posts-slider.post-type-post .center .post-item .image-wrapper .meta-data .date-reading-time {
	position: absolute;
	bottom: 16px;
	left: 20px;
	line-height: 1;
	display: flex;
	gap: 24px;
}
.wrapper-posts-slider.post-type-post .center .post-item .image-wrapper .meta-data .date-reading-time div {
	display: flex;
	align-items: center;
	gap: 7px;
}
.wrapper-posts-slider.post-type-post .center .post-item .image-wrapper .meta-data .date-reading-time div svg {
	position: relative;
	top: -1px;
}
.wrapper-posts-slider.post-type-post .center .post-item .content-wrapper {
	padding: 0;
}
.wrapper-posts-slider.post-type-post .center .post-item.post-item-blank {
	border: none;
	background-color: transparent;
}
.wrapper-posts-slider.post-type-testimonial .center .post-item {
	margin-top: 100px;
	flex: 0 0 380px;
	padding: 24px;
	background-color: #fff !important;
	border-color: var(--dc-primary-grey-light);
	overflow: visible;
	box-sizing: border-box;
}
.wrapper-posts-slider.post-type-testimonial .center .post-item:hover {
	border-color: var(--dc-primary-pink);
}
.wrapper-posts-slider.post-type-testimonial .center .post-item-blank {
	border: none;
	background-color: transparent;
}
.wrapper-posts-slider.post-type-testimonial .center .post-item .image-wrapper {
	position: relative;
	margin-top: -100px;
	border-radius: 20px;
	overflow: hidden;
}
.wrapper-posts-slider.post-type-testimonial .center .post-item .image-wrapper .image-inner img {
	height: 250px;
}
.wrapper-posts-slider.post-type-testimonial .center .post-item .company-logo {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 127px;
	height: 70px;
	background-color: #fff;
	border-radius: 0 0 20px 20px;
}
.wrapper-posts-slider.post-type-testimonial .center .post-item .company-logo img {
	width: 70px;
	height: auto;
}
.wrapper-posts-slider.post-type-testimonial .center .post-item .concise-sentence {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 115px;
}
.wrapper-posts-slider.post-type-testimonial .center .post-item .concise-sentence .gradient {
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,0.7959558823529411) 0%, rgba(0,0,0,0) 100%);
}
.wrapper-posts-slider.post-type-testimonial .center .post-item .concise-sentence .text1 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #fff;
	font-family: 'dosis', sans-serif;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	position: relative;
	z-index: 1;
}
.wrapper-posts-slider.post-type-testimonial .center .post-item .content-wrapper {
	padding: 24px 0 10px 0;
}
.wrapper-posts-slider.post-type-testimonial .center .post-item .content-wrapper .title {
	margin-bottom: 10px;
	font-family: 'open sans', sans-serif;
	color: var(--dc-primary-grey-dark);
	font-size: 13px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}
.wrapper-posts-slider.post-type-testimonial .center .post-item .content-wrapper .text {
	height: 7em;
	padding: 0 20px;
	text-align: center;
}
.wrapper-posts-slider.post-type-testimonial .center .post-item .content-wrapper .buttons {
	display: flex;
	justify-content: center;
}
.wrapper-posts-slider.post-type-testimonial .center .post-item .content-wrapper .rating {
	display: flex;
	justify-content: center;
	margin: 6px 0 16px 0;
}
.wrapper-posts-slider.post-type-testimonial[data-total-items="1"],
.wrapper-posts-slider.post-type-testimonial[data-total-items="2"], 
.wrapper-posts-slider.post-type-testimonial[data-total-items="3"] {
	.wrapper-scroll-button {
		@media only screen and (min-width: 1301px) { 
			display: none;
		}
	}
}
.wrapper-posts-slider .center .post-item-post {
	&:hover {
		box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 10px 0px !important;

		@media only screen and (max-width: 1024px) { 
			box-shadow: none !important;
		}
	}
}
.wrapper-posts-slider .center .post-item-post .content-wrapper .title {
	height: 2.7em;
	text-overflow: unset;
	white-space: unset;
	overflow: hidden;
}
body:not(.logged-in) .wrapper-posts-slider.post-type-diensten .center .wrapper-scroll-button.left {
	margin-left: max(10px,(100% - 1260px) / 2);
}
body:not(.logged-in) .wrapper-posts-slider.post-type-diensten .center .wrapper-scroll-button.right {
	padding-right: max(10px,(100% - 1260px) / 2);
}
body.logged-in .wrapper-posts-slider.post-type-diensten .center .wrapper-post-items .post-item-blank:last-of-type {
	display: none;
}
.post-type-diensten {
	.post-item {
		.content-wrapper {
			.text {
				overflow: hidden;
				display: -webkit-box;
				-webkit-line-clamp: 3;
				-webkit-box-orient: vertical; 
			}
		}
	}
}
@media only screen and (max-width: 1024px) { 
	.wrapper-posts-slider.post-type-post .center .post-item .content-wrapper .title {
		overflow: hidden;
	}
}
@media only screen and (max-width: 768px) {
	.wrapper-posts-slider .center .post-item .content-wrapper .title {
		display: none;
	}
	.wrapper-posts-slider .center .post-item .content-wrapper .text {
		display: none;
	}
	.wrapper-posts-slider .center .post-item .content-wrapper .title-mobile {
		display: block;
	}
	.wrapper-posts-slider .center .post-item .content-wrapper .text-mobile {
		display: block;
	}
	.wrapper-posts-slider .center .post-item {
		box-shadow: 0px 5px 20px 0px #0000001A !important;
	}
	.wrapper-posts-slider .center .post-item-blank {
		box-shadow: none;
	}
	.wrapper-posts-slider .center {
		padding-left: max(0px,(100% - 1200px) / 2);
	}
	.wrapper-posts-slider .center .wrapper-post-items {
		padding: 20px;
	}
	.wrapper-posts-slider.post-type-post .center .post-item {
		flex: 0 0 calc(300px - 15px);
	}
	.wrapper-posts-slider.post-type-testimonial .center .post-item .concise-sentence .text1 {
		padding: 0 10px;
	}
	.wrapper-posts-slider.post-type-testimonial .center .post-item .concise-sentence .text1 br {
		display: none;
	}
	.wrapper-posts-slider.post-type-testimonial .center .post-item {
		margin-top: 60px;
		flex: 0 0 calc(300px - 15px);
		padding: 15px;
	}
	.wrapper-posts-slider.post-type-testimonial .center .post-item .image-wrapper {
		margin-top: -60px;
	}
	.wrapper-posts-slider.post-type-testimonial .center .post-item .image-wrapper .image-inner img {
		height: 230px;
	}
	.wrapper-posts-slider.post-type-testimonial .center .post-item .content-wrapper .text {
		height: 7.2em;
	}
	.wrapper-posts-slider.post-type-testimonial .center .post-item .content-wrapper .title {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		height: 3.5em;
	}
	.wrapper-posts-slider.post-type-testimonial .center .post-item .content-wrapper .title span {
		flex: 0 0 100%;
	}
	.wrapper-posts-slider.post-type-testimonial .center .post-item .content-wrapper .title .dash {
		display: none;
	}
	.wrapper-posts-slider.post-type-testimonial .center .post-item .content-wrapper .rating {
		margin: 6px 0 22px 0;
	}
	.wrapper-posts-slider .center .post-item .content-wrapper .buttons .button-favorite {
		display: none;
	}
	.wrapper-posts-slider.post-type-testimonial .center .post-item .content-wrapper .text {
		padding: 0 10px;
	}
	.wrapper-posts-slider .center .post-item-post .content-wrapper .title {
		height: 2.7em;
	}
	/* 	.wrapper-posts-slider .center .wrapper-scroll-button.left {
	margin-left: 0;
} */
	body:not(.logged-in) .wrapper-posts-slider.post-type-diensten .center .wrapper-scroll-button.left {
		margin-left: 0;
	}
}


.wrapper-posts-slider {
	&[data-total-items-posts-slider="1"],
	&[data-total-items-posts-slider="2"],
	&[data-total-items-posts-slider="3"] {
		.wrapper-post-items {
			@media only screen and (min-width: 1024px) {
				padding-left: 10px !important;
			}

			@media only screen and (min-width: 1024px) {
				justify-content: center;
			}

			.post-item {
				@media only screen and (min-width: 1024px) {
					flex: 1;
				}

				.text-desktop {
					padding: 0 4px;
					overflow: hidden;
					display: -webkit-box;
					-webkit-line-clamp: 3;
					-webkit-box-orient: vertical;

					@media only screen and (max-width: 768px) {
						display: none;
					}
				}
			}
		}
	}

	.wrapper-post-items {
		.post-item-post {
			.content-wrapper {
				.buttons {
					.simplefavorite-button {
						display: none;
					}
				}
			}
		}

		.post-item-downloads {
			background-color: var(--dc-primary-grey-light2);
			border: 1px solid var(--dc-primary-grey-light);
			box-shadow: none;

			.image-wrapper {
				padding: 10px 10px 0 10px;

				img {
					height: 180px;
					object-fit: contain;
				}
			}

			.content-wrapper {
				padding: 10px 24px 24px 24px;
				text-align: center;

				.buttons {
					span {
						font-family: 'Open Sans', sans-serif;
						font-weight: bold;
						font-size: 16px;
						text-align: center;
						padding: 10px 16px 12px 16px;
						width: 100%;
						color: #fff;
						text-decoration: none !important;
						border-radius: 200px;
						background-color: var(--dc-primary-blue);
						box-sizing: border-box;
						box-shadow: none;
						transition: box-shadow 150ms ease-in-out;
					}
				}
			}

			&:hover {
				border-color: var(--dc-primary-blue);
			}
		}
	}

	&.post-type-downloads {
		overflow: visible;

		.wrapper-post-items {
			padding-left: 0;
			@media only screen and (max-width: 768px) { 
				padding-left: 20px;
			}

			/* 			.post-item-downloads {
			flex: 0 0 383px;
			padding: 24px;
			@media only screen and (max-width: 768px) { 
			flex: 0 0 calc(300px - 15px);
			padding: 15px;
		}
		} */
		}
	}
}

/* Element "Dag van de preventie" */
#block-internationale-dag-geluk .columns-nationale-vitaliteitsdag:hover {
	border-color: #e6007e;
}
#block-internationale-dag-geluk .columns-nationale-vitaliteitsdag:hover .general-button .text {
	color: #e6007e;
}
#block-internationale-dag-geluk .columns-nationale-vitaliteitsdag:hover .general-button .icon svg path {
	fill: #e6007e;
}
#agenda-float {
	position: absolute;
	z-index: 9;
	top: -40px;
	left: -50px;
	background-color: #e6007e;
	color: #fff;
	border-radius: 50%;
	padding: 15px;
	transform: rotate(-12deg);
	width: 100px;
	height: 100px;
}
#agenda-float p {
	color: #fff;
	font-weight: bold;
	padding-top: 11px;
	font-size: 16px;
	line-height: 1.4;
}
@media only screen and (max-width: 1200px) { 
	#agenda-float {
		left: -40px;
	}
}
@media only screen and (max-width: 768px) { 
	div#block-internationale-dag-geluk h2.date {
		top: 25px;
	}
	#agenda-float {
		position: absolute;
		z-index: 9;
		top: -40px;
		left: -40px;
		transform: rotate(0);
	}
}

/* Element: Vitaliteitsactiviteiten in jouw regio */
.wrapper-vitaliteitsactiviteiten {
	display: flex;
	padding: 30px 40px 60px 50px;
	border: 1px solid #D8D8D8;
	border-radius: 20px;
	background-color: #fff;
}
.wrapper-vitaliteitsactiviteiten .flex, .wrapper-vitaliteitsactiviteiten .map {
	flex: 0 0 50%;
}
.wrapper-vitaliteitsactiviteiten .text {
	margin-top: 20px;
}
.wrapper-vitaliteitsactiviteiten .text h2 {
	margin-bottom: 30px;
	font-size: 36px !important;
	font-weight: 500;
	color: var(--dc-primary-grey-dark);
}
.wrapper-vitaliteitsactiviteiten .text h2 strong {
	font-weight: 500;
}
.wrapper-vitaliteitsactiviteiten .text p {
	margin-bottom: 30px;
}
.wrapper-vitaliteitsactiviteiten .text .locations {
	display: flex;
}
.wrapper-vitaliteitsactiviteiten .text .locations span {
	display: block;
	margin-bottom: 14px;
	color: #E6027E;
	font-family: 'Dosis', sans-serif;
	font-weight: 600;
	font-size: 25px;
}
#tve_editor .wrapper-vitaliteitsactiviteiten .text .locations ul {
	margin-left: 0;
}
#tve_editor .wrapper-vitaliteitsactiviteiten .text .locations ul li {
	padding-bottom: 6px;
	font-size: 10px;
	margin-left: 2em;
}
#tve_editor .wrapper-vitaliteitsactiviteiten .text .locations ul li a {
	position: relative;
	top: 2px;
	left: -2px;
	color: inherit;
	font-size: 15px;
	text-decoration: none !important;
	transition: all 150ms ease-in-out;
}
#tve_editor .wrapper-vitaliteitsactiviteiten .text .locations ul li:has(> a[data-province="waals-brabant"]),
#tve_editor .wrapper-vitaliteitsactiviteiten .text .locations ul li:has(> a[data-province="henegouwen"]),
#tve_editor .wrapper-vitaliteitsactiviteiten .text .locations ul li:has(> a[data-province="namen"]),
#tve_editor .wrapper-vitaliteitsactiviteiten .text .locations ul li:has(> a[data-province="luik"]),
#tve_editor .wrapper-vitaliteitsactiviteiten .text .locations ul li:has(> a[data-province="luxemburg"]) {
	display: none;
}
#tve_editor .wrapper-vitaliteitsactiviteiten .text .locations ul li a:hover,
#tve_editor .wrapper-vitaliteitsactiviteiten .text .locations ul li a.hover,
#tve_editor .wrapper-vitaliteitsactiviteiten .text .locations ul li a.active {
	color: var(--dc-primary-pink);
	text-decoration: underline !important;
}
#tve_editor .wrapper-vitaliteitsactiviteiten .text .locations div {
	flex: 0 0 40%;
}
.wrapper-vitaliteitsactiviteiten .map {
	position: relative;
}
.wrapper-vitaliteitsactiviteiten .map svg {
	display: block;
	position: relative;
}
.wrapper-vitaliteitsactiviteiten .map:before {
	content: '';
	position: absolute;
	top: 40px;
	left: 40px;
	width: calc(100% - 70px);
	height: calc(100% - 40px);
	border-radius: 20px;
	background-color: var(--dc-primary-grey-light2);
}
.wrapper-vitaliteitsactiviteiten .map svg path,
.wrapper-vitaliteitsactiviteiten .map svg path *
.wrapper-vitaliteitsactiviteiten .map svg g,
.wrapper-vitaliteitsactiviteiten .map svg g * {
	transition: fill 150ms ease-in-out;
	cursor: pointer;
}
.wrapper-vitaliteitsactiviteiten .map svg .active,
.wrapper-vitaliteitsactiviteiten .map svg .active * {
	fill: var(--dc-primary-pink);
}
.wrapper-vitaliteitsactiviteiten .map svg path.hover,
.wrapper-vitaliteitsactiviteiten .map svg path.hover *
.wrapper-vitaliteitsactiviteiten .map svg g.hover,
.wrapper-vitaliteitsactiviteiten .map svg g.hover * {
	fill: var(--dc-primary-pink);
}
.wrapper-vitaliteitsactiviteiten .map svg [id^="marker"],
.wrapper-vitaliteitsactiviteiten .map svg circle,
.wrapper-vitaliteitsactiviteiten .map svg #map-background {
	pointer-events: none;
}
.wrapper-vitaliteitsactiviteiten .map svg [id^="marker"].active,
.wrapper-vitaliteitsactiviteiten .map svg [id^="marker"].hover {
	fill: #fff;
}
.wrapper-vitaliteitsactiviteiten .map svg circle[id^="marker"].hover {
	fill: var(--dc-primary-pink);
}
.section-vitaliteitsactiviteiten:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 50%;
	background-color: var(--dc-primary-grey-light2);
}
@media only screen and (max-width: 1024px) {
	.wrapper-vitaliteitsactiviteiten {
		padding: 30px;
	}
	#tve_editor .wrapper-vitaliteitsactiviteiten .text .locations div {
		flex: 0 0 50%;
	}
	.wrapper-vitaliteitsactiviteiten .map:before {
		height: 50%;
	}
}
@media only screen and (max-width: 768px) {
	.wrapper-vitaliteitsactiviteiten {
		padding: 20px 20px 30px 20px;
		flex-wrap: wrap;
	}
	.wrapper-vitaliteitsactiviteiten .text {
		padding: 10px;
		padding-bottom: 0;
		margin-top: 0;
	}
	#tve_editor .wrapper-vitaliteitsactiviteiten .text .locations div {
		flex: 0 0 50%;
	}
	.wrapper-vitaliteitsactiviteiten .flex, .wrapper-vitaliteitsactiviteiten .map {
		flex: 0 0 100%;
	}
	.wrapper-vitaliteitsactiviteiten .map:before {
		top: 0px;
		left: 10px;
		height: 100%;
		width: calc(100% - 20px);
		border-radius: 10px;
	}
	.wrapper-vitaliteitsactiviteiten .text .locations {
		display: none;
	}
	.wrapper-vitaliteitsactiviteiten .map svg {
		margin: 20px 0 24px 0;
	}
}

/* Element: FAQ */
.block-faq .tve-toggle-column {
	/* 	columns: 2; */
}
@media only screen and (max-width: 1024px) {
	.block-faq .tve-toggle-column {
		columns: 1;
	}
}


.thrv_symbol_81 .section-login-popup[data-css="tve-u-18fdf9e6c0c"], .section-login-popup {
	display: none !important;
	position: absolute;
	top: 36px;
	right: 0;
	z-index: 99999;
	@media only screen and (max-width: 1024px) {
		top: 56px;
	}
}
.wrapper-scroller {
	position: absolute !important;
	right: 0 !important;
	left: auto !important;
	display: flex;
	align-items: center;
	height: 100%;
	z-index: 14;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
}
.wrapper-scroller .button-scroll-indicator {
	transform: none;
	top: auto;
}
.wrapper-scroller.left {
	display: none;
	right: auto !important;
	left: auto !important;
	transform: scaleX(-1);
}

.wrapper-scroller.left .wrapper-scroll-button.left {
	display: flex;
	align-items: center;
	height: 100%;
}
.thrv_symbol_81 .thrv_widget_menu #m-18fbb4c2481 li.menu-item a.menu-item span {
	font-weight: bold !important;
}
.thrv_symbol_81 .thrv_widget_menu #m-18fbb4c2481 li.menu-item:hover a.menu-item span {
	color: var(--dc-primary-green) !important;
}
.thrv_symbol_81 .thrv_widget_menu #m-18fbb4c2481 li.menu-item:hover a.menu-item  .tcb-menu-item-image {
	filter: invert(60%) sepia(91%) saturate(1017%) hue-rotate(25deg) brightness(107%) contrast(103%) !important;
}
.custom-hover-image .button-scroll-indicator.animate {
	animation: 2s 3 right_left3;
}
/* #m-18f7189fa7b > li.menu-item > a.menu-item:hover .tve-disabled-text-inner,
#m-18f7189fa7b > li.menu-item.tve-state-active > a.menu-item.tve-state-active .tve-disabled-text-inner,
#m-18fa60f3f27 > li.menu-item > a.menu-item:hover .tve-disabled-text-inner,
#m-18fa60f3f27 > li.menu-item.tve-state-active > a.menu-item.tve-state-active .tve-disabled-text-inner {
text-decoration: underline !important;
} */
@media only screen and (max-width: 1200px) { 
	.thrv_widget_menu.thrv_wrapper.menu-icons ul.tve_w_menu {
		flex-wrap: nowrap;
	}
}
@media only screen and (max-width: 1024px) { 
	#m-18fbb4c2481  {
		overflow-x: scroll;
		padding-bottom: 10px;
	}
	#m-18fbb4c2481 li.menu-item:hover a.menu-item .tcb-menu-item-image {
		filter: invert(51%) sepia(91%) saturate(1717%) hue-rotate(154deg) brightness(99%) contrast(105%) !important;
	}
}
@media only screen and (max-width: 768px) { 
	.wrapper-scroller .button-scroll-indicator img {
		width: 70px;
	}
}
/* Element: Border circle */
.wrapper-border-circle {
	position: relative;
}
.wrapper-border-circle img {
	display: block;
	width: 180px;
	height: 180px;
	max-width: none;
	border-radius: 200px;
	position: relative;
	top: 8px;
	right: 8px;
}
.wrapper-border-circle .border-circle {
	position: absolute;
	top: 0;
	width: 180px;
	height: 180px;
}
@media only screen and (max-width: 1024px) { 
	.wrapper-border-circle img {
		width: 140px;
		height: 140px;
	}
	.wrapper-border-circle .border-circle {
		width: 140px;
		height: 140px;
	}
}

/* Block Internationale dag van het geluk */
#block-internationale-dag-geluk .block-internationale-dag-geluk-custom-html:before {
	content: "" !important;
	background-image: url(https://staging.defittemedewerker.nl/wp-content/uploads/2023/07/icon-agenda-1.0.webp) !important;
	background-size: 100px !important;
	background-position: center;
	display: inline-block !important;
	width: 100% !important;
	height: 100%!important;
	background-repeat: no-repeat;
	position: absolute;
	left: 0!important;
	right: 0;
	margin: 0 auto;
	top: -7px;
	text-align: center;
	background-size: 140px !important;
}
#block-internationale-dag-geluk [data-css="tve-u-1895e91240a"],
#block-internationale-dag-geluk [data-css="tve-u-1897853d160"] {
	overflow: visible;
}
#block-internationale-dag-geluk h2.date span {
	display: block;
	margin-top: 18px;
}
#block-internationale-dag-geluk h2.date {
	top: 12px;
	line-height: 44px;
	font-size: 50px !important;
}
@media only screen and (max-width: 768px) { 
	#block-internationale-dag-geluk .block-internationale-dag-geluk-custom-html:before {
		background-size: 150px !important;
	}
	#block-internationale-dag-geluk h2.date {
		line-height: 44px;
	}
	:not(#tve) .thrv_symbol_84 div[data-css="tve-u-18fbf613a81"]:hover {
		max-width: 100% !important;
	}
}


/* Element: Services-presentation */
.wrapper-services-presentation {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding: 30px 0;
	box-sizing: border-box;
	@media only screen and (max-width: 1024px) { 
		flex-wrap: wrap;
	}

	.column {
		position: relative;
		flex: 1 1 25%;
		font-family: var(--dc-bodyfont);
		font-size: 15px;
		background-color: #fff;
		@media only screen and (max-width: 1024px) { 
			flex: 1 1 100%;
			border-radius: 20px !important;
			border: 1px solid var(--dc-primary-grey-light) !important;
		}

		.wrapper-text {
			.button-general-2 {
				@media only screen and (max-width: 1024px) { 
					max-width: 300px;
				}

				&:after {
					content: '';
					position: absolute;
					top: 0;
					right: 0;
					bottom: 0;
					left: 0;
				}

				&:hover {
					@media only screen and (max-width: 768px) { 
						box-shadow: none;
					}
				}
			}
		}

		ul {
			margin-left: 0 !important;
			padding: 0 !important;

			li {
				display: flex;
				flex-direction: row;
				align-items: center;
				height: 40px;
				margin-left: 0 !important;
				padding: 0;
				list-style: none;

				svg {
					display: block;
					width: 15px;
					margin: 0 auto;
				}
			}
		}
	}

	.column-package {
		padding: 10px;
		text-align: center;
		box-shadow: 0px 5px 30px 0px #0000001A;
		border: 1px solid var(--dc-primary-grey-light);

		.wrapper-text {
			display: flex;
			flex-direction: column;
			align-items: center;
			padding: 20px;
			transition: border 150ms ease-in-out;

			h3 {
				font-size: 25px;
				margin-bottom: 20px;
				font-weight: 700;
				color: var(--dc-primary-green);
			}

			.bodytext {
				margin-bottom: 14px;
			}

			.price {
				margin-bottom: 20px;
				font-weight: 700;
			}

			.button-general-2 {
				margin-bottom: 14px;
			}
		}

		ul {
			li {			
				justify-content: center;
				font-weight: 600;
				color: var(--dc-primary-green);

				&:nth-of-type(odd) {
					background-color: rgba(188, 208, 37, 0.1);
				}

				@media only screen and (max-width: 1024px) { 
					padding: 0 12px;
					justify-content: space-between;
				}

				.text-mobile {
					display: none;
					font-weight: 400;
					color: #575756;
					@media only screen and (max-width: 1024px) { 
						display: block;
					}
				}

				svg {
					@media only screen and (max-width: 1024px) { 
						margin: 0;
					}
				}
			}
		}

		&:hover {
			border-color: var(--dc-primary-green);
		}
	}

	.column-1 {
		margin-bottom: 24px;

		@media only screen and (max-width: 1024px) { 
			display: none;
		}

		ul {
			padding-bottom: 11px !important;

			li {
				padding-left: 10px;

				&:first-of-type {
					font-weight: 600;
					font-size: 20px;
				}

				&:nth-of-type(even) {
					border-radius: 5px 0 0 5px;
					background-color: var(--dc-primary-grey-light2);
				}
			}
		}
	}

	.column-2 {
		margin-bottom: 28px;
		border-radius: 20px 0 0 20px;
		border-right: none;
	}

	.column-3 {
		padding-top: 0;
		padding-bottom: 40px;
		border-radius: 20px;
		border-color: var(--dc-primary-green);
		z-index: 1;
		@media only screen and (max-width: 1024px) { 
			margin-bottom: 28px;
		}

		.most-chosen {
			display: block;
			background-color: var(--dc-primary-green);
			width: 100%;
			max-width: 180px;
			margin: 0 auto;
			padding: 10px 5px;
			font-weight: bold;
			color: #fff;
			border-radius: 0 0 20px 20px;
		}
	}

	.column-4 {
		margin-bottom: 28px;
		border-radius: 0 20px 20px 0;
		border-left: none;
	}
}
.go-to-general-terms {
	display: block;
	width: 100%;
	padding-left: 25%;
	box-sizing: border-box;
	text-align: center;
	color: #8A8A8A;
	font-size: 15px;
	font-family: var(--dc-bodyfont);

	a {
		color: inherit;
	}

	@media only screen and (max-width: 1024px) { 
		padding-left: 0;
	}
}

/* Element: post-list-diensten */
.post-list-diensten {
	article {
		a {
			border-radius: 20px;

			&:hover {
				border: 1px solid var(--dc-primary-pink);

			}
		}

		&:hover {
			a span strong {
				color: var(--dc-primary-pink);
			}

			svg {
				fill: var(--dc-primary-pink);
			}
		}
	}
}

/* Element: Post List Workshops */
.diensten-template-default {
	#theme-content-section {
		.post-list-workshops {
			.tcb-post-list {
				article {
					@media only screen and (max-width: 768px) { 
						&:nth-of-type(2), &:nth-of-type(3) {
							margin-top: 32px !important;
						}
					}
				}
			}
		}

		.thrv_symbol_29500 {
			padding: 0;
		}
	}
}


/* Element: element-usps */
.element-usps {
	.tcb-flex-col {
		@media only screen and (max-width: 1024px) { 
			margin-bottom: 30px;
		}
	}
}

/* Element: image-border */
.wrapper-image-border {
	.tve-cb {
		width: 100%;
		height: 100%;

		.thrv_wrapper {
			width: 100%;
			height: 100%;
		}

		.image-border {
			position: absolute;
			top: -10px;
			right: 0;
			bottom: 0;
			left: 10px;

			.image-border-inner {
				width: 100%;
				height: 100%;
				border: 2px solid var(--dc-primary-green);
				border-radius: 20px;
			}
		}
	}
}

/* Element: favorited-items */
.favorited-items {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	box-sizing: border-box;
	@media only screen and (max-width: 768px) { 
		flex-wrap: wrap;
		gap: 30px;
	}

	* {
		box-sizing: border-box;
	}

	.favorite-item {
		width: calc(33.333% - 13.33px);
		box-shadow: 0px 5px 30px 0px #0000001A !important;
		border-radius: 20px;
		background-color: #fff !important;
		border: 1px solid transparent !important;
		overflow: hidden;
		text-decoration: none !important;
		box-sizing: border-box;
		transition: border 150ms ease-in-out !important;
		@media only screen and (max-width: 768px) { 
			width: 100%;
		}

		/* 		&:nth-of-type(n+5) {
		@media only screen and (max-width: 768px) { 
		display: none;
	}
	} */

		.inner {
			border-radius: 20px;
			overflow: hidden;

			.image-wrapper {
				position: relative;

				img {
					display: block;
					width: 100%;
					height: 170px;
					object-fit: cover;
				}

				.simplefavorite-button {
					position: absolute;
					width: 30px;
					height: 30px;
					top: 18px;
					left: 18px;

					svg {
						display: none;
					}
				}

				.button-remove-favorite {
					position: absolute;
					width: 30px;
					height: 30px;
					top: 18px;
					left: 18px;
					pointer-events: none;
				}
			}

			.content-wrapper {
				padding: 25px;

				.title {
					display: block;
					margin-bottom: 12px;
					font-family: var(--dc-headerfont);
					font-size: 22px;
					font-weight: 500;
					line-height: 1.2;
					color: var(--dc-primary-pink);
					height: 2.6em;
					text-overflow: unset;
					white-space: unset;
					overflow: hidden;
				}

				.title-mobile {
					display: none;
				}

				.text {
					display: block;
					height: 5em;
					margin-bottom: 20px;
					font-family: var(--dc-bodyfont);
					font-size: 15px;
					overflow: hidden;
				}

				.text-mobile {
					display: none;
				}

				.buttons {
					display: flex;
					align-items: center;
					justify-content: space-between;

					.button-view {
						font-weight: bold;
						font-size: 14px;
						color: var(--dc-primary-green);
					}

					.ico-heart {
						display: block;
						width: 23px;
					}

					.simplefavorite-button {
						&.active {
							.icon-favourited {
								&:before {
									background-image: url('data:image/svg+xml,<svg id="Laag_1" data-name="Laag 1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 23 25"><path d="M11.555,22.298c-.457,0-.9-.158-1.261-.473-.315-.199-9.57-6.379-9.57-12.634,0-3.641,2.65-6.493,6.033-6.493,1.903,0,3.657.949,4.817,2.547,1.116-1.58,2.906-2.547,4.854-2.547,3.222,0,5.944,2.973,5.944,6.493,0,5.502-7.167,10.896-9.522,12.668-.404.293-.855.438-1.294.438h0Z" fill="%23e6027e" stroke-width="0"></path></svg>');
								}
							}
						}
					}
				}
			}
		}

		&:hover {
			border-color: var(--dc-primary-pink) !important;
			@media only screen and (max-width: 768px) { 
				border: none !important;
			}

			.button-view {
				span {
					color: var(--dc-primary-pink);
				}

				.icon svg path {
					fill: var(--dc-primary-pink);
				}
			}
		}
	}
}

.text-no-favorites {
	display: none !important;

	&.show {
		display: block !important;
	}
}

/* Element: favorited-services-count */
.favorited-services-count {
	display: none;
}

/* Popup Favorites */
.popup-favorieten {
	.container-selected-favorites {
		.inner {
			display: flex;
			flex-direction: column;
			align-items: baseline;
		}
	}

	.form-favorites {
		form {
			.wpforms-field-container {
				display: flex;
				flex-wrap: wrap;
				gap: 4px 20px;

				.width-50 {
					flex: 0 0 calc(50% - 10px);
					@media only screen and (max-width: 768px) { 
						flex: 0 0 100%;
					}

					input {
						font-family: var(--dc-bodyfont);
						width: 100%;
						height: 50px;
						padding: 16px;
						max-width: none;
					}
				}

				.width-100 {
					flex: 0 0 100%;

					textarea {
						font-family: var(--dc-bodyfont);
						padding: 16px;
					}
				}

				.wpforms-field-label {
					font-family: var(--dc-bodyfont);
					font-size: 13px !important;
					font-weight: 400 !important;
				}
			}
			.wpforms-submit-container {
				.wpforms-submit {
					min-height: 50px;
					width: 277px;
					font-family: 'Open Sans', sans-serif;
					font-weight: bold;
					border-radius: 200px !important;
					border: none;
					background-color: var(--dc-primary-blue);
					color: #fff;

					&:hover {
						background-color: var(--dc-primary-blue);
						border: inherit;
						box-shadow: rgba(0, 188, 238, 0.8) 0px 2px 19px 0px !important;
					}
				}
			}
		}
	}
}

.selected-item {
	display: flex;
	gap: 10px;
	width: fit-content;
	align-items: center;
	padding: 10px 12px;
	margin-bottom: 7px;
	border-radius: 5px;
	background-color: var(--dc-primary-grey-light2);
	@media only screen and (max-width: 768px) { 
		gap: 14px;
	}

	span {
		font-family: var(--dc-bodyfont);
		font-size: 15px;
		color: var(--dc-primary-grey-dark);
	}

	.wrapper-favorite-button {
		position: relative;
		width: 15px;
		height: 15px;

		.simplefavorite-button {
			position: absolute;
			top: 0;
			left: 0;
			width: 15px;
			height: 15px;

			svg {
				display: block;
				width: inherit;
				height: inherit;
			}
			
			.icon-favourited, .icon-unfavourited {
				visibility: hidden;
			}
		}

		.button-close {
			position: absolute;
			top: 0;
			left: 0;
			display: block;
			padding: 0;
			width: 15px;
			height: 15px;
			background-color: var(--dc-primary-grey-light2);
			border: none;
			pointer-events: none;
		}
	}
}


/* Element: four-activities-grid */
.four-activities-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 50px;
	@media only screen and (max-width: 768px) { 
		gap: 40px 30px;
	}

	.activity {
		display: flex;
		flex: 0 0 calc(50% - 25px);
		gap: 15px;
		text-decoration: none !important;
		@media only screen and (max-width: 768px) { 
			flex: 0 0 calc(50% - 15px);
			flex-wrap: wrap;
			min-width: 10px;
		}

		.wrapper-image {
			position: relative;
			flex: 0 0 176px;
			@media only screen and (max-width: 768px) { 
				flex: 0 0 100%;
			}			
			img {
				width: 100%;
				height: 120px;
				object-fit: cover;
				border-radius: 20px;
				border: 1px solid transparent;
				transition: border 150ms ease-in-out;
			}

			.meta-info {
				position: absolute;
				top: 0;
				left: 0;
				bottom: 0;
				right: 0;

				.counter {
					display: flex;
					justify-content: center;
					align-items: center;
					width: 28px;
					height: 28px;
					margin-top: 10px;
					margin-left: 10px;
					border-radius: 10px;
					color: #fff;
					font-weight: bold;
					font-family: 'Open Sans', sans-serif;
					background-color: var(--dc-primary-pink);
				}

				.simplefavorite-button {
					position: absolute;
					top: 10px;
					right: 10px;

					svg path {
						fill: #fff;
					}
				}
			}
		}

		.content {
			display: flex;
			flex-direction: column;
			justify-content: center;
			@media only screen and (max-width: 768px) { 
				width: 100%;
			}

			h4 {
				color: var(--dc-primary-pink);
				overflow: hidden;
				display: -webkit-box;
				-webkit-line-clamp: 1;
				-webkit-box-orient: vertical;
				margin-bottom: 2px;
				@media only screen and (max-width: 768px) { 
					font-size: 21px;
					-webkit-line-clamp: 2;
				}
			}

			.excerpt {
				overflow: hidden;
				display: -webkit-box;
				-webkit-line-clamp: 2;
				-webkit-box-orient: vertical;
				margin-bottom: 10px;
			}

			.button-view {
				display: flex;
				align-items: center;
				font-size: 15px;
				font-weight: bold;
				transition: color 150ms ease-in-out;

				svg {
					display: block;
					width: 15px;
					height: 15px;
					margin-top: 2px;

					path {
						transition: fill 150ms ease-in-out;
					}
				}
			}
		}

		&:hover {
			.wrapper-image {
				img {
					border-color: var(--dc-primary-pink);
				}
			}

			.content {
				.button-view {
					color: var(--dc-primary-pink);

					svg path {
						fill: var(--dc-primary-pink);
					}
				}
			}
		}
	}
}

/* Element: logos-view */
.logos-view {
	display: flex;
	justify-content: center;
	gap: 20px;
	@media only screen and (max-width: 768px) { 
		display: block;
		overflow: scroll;
		width: auto;
		white-space: nowrap;
	}

	a {
		text-decoration: none !important;
		@media only screen and (max-width: 768px) { 
			margin-right: 20px;
		}

		img {
			object-fit: contain;
			width: 84px;
			height: 84px;
		}

		&.logo-arrag {
			img {
				width: 44px;
			}
		}

		&.logo-unive, &.logo-gvb, &.logo-kvk {
			img {
				width: 74px;
			}
		}

		&.logo-ggz {
			img {
				width: 130px;
			}
		}

		&.no-link {
			cursor: auto;
			pointer-events: none;
		}
	}
}

/* Element: Three-columns */
.three-columns {
	display: flex;
	justify-content: center;
	gap: 22px;
	@media only screen and (max-width: 1024px) { 
		flex-wrap: wrap;
	}

	.column {
		flex: 1 1 33.333%;
		padding: 50px 60px 40px 60px;
		border-radius: 20px;
		box-shadow: 0px 5px 30px 0px #0000001A;
		background-color: #fff;
		@media only screen and (max-width: 1024px) { 
			flex: 1 1 100%;
		}
		@media only screen and (max-width: 768px) { 
			padding: 30px 40px;
		}

		h3 {
			display: flex;
			justify-content: space-between;
			margin-bottom: 0;

			span {
				font-weight: 400;
				color: var(--dc-primary-pink);

				@media only screen and (max-width: 768px) { 
					font-size: 22px;
				}
			}

			.arrow-up {
				display: none;
				width: 20px;
				transform: scale(-1);
				transition: transform 150ms ease-in-out;

				@media only screen and (max-width: 768px) { 
					display: block;
				}

				&.toggled {
					transform: rotate(0);
				}
			}
		}

		.text {
			padding-top: 16px;
			font-family: var(--dc-bodyfont);
			font-size: 15px;
			color: var(--dc-primary-grey-dark);
			@media only screen and (max-width: 768px) { 
				display: none;
			}

			.bodytext {
				padding-bottom: 20px;
				font-weight: 700;
			}

			.list-checkmarks {
				margin-left: 0 !important;

				li {
					margin-left: 0 !important;
					color: var(--dc-primary-grey-dark) !important;
					font-weight: normal !important;
				}
			}
		}
	}
}

/* Element: Three-circles */
.three-circles {
	max-width: 1050px;
	margin: 0 auto;

	.wrapper-circles {
		display: flex;
		gap: 10px;
		position: relative;
		scroll-behavior: smooth;
		@media only screen and (max-width: 768px) { 
			scroll-snap-type: x mandatory;
			overflow: scroll;
			padding-bottom: 20px;
		}

		.wrapper-circle {
			display: flex;
			flex-direction: column;
			align-items: center;
			flex: 0 0 calc(33.333% - 23px);
			padding: 0 20px;
			box-sizing: border-box;
			@media only screen and (max-width: 768px) {
				flex: 0 0 100%;
				scroll-snap-align: start;
			}

			.circle {
				display: flex;
				justify-content: center;
				width: 207px;
				height: 207px;
				margin-bottom: 20px;
				background-color: #fff;
				border-radius: 99999px;
				position: relative;
				@media only screen and (max-width: 1024px) { 
					width: 180px;
					height: 180px;
				}
				@media only screen and (max-width: 768px) { 
					width: 207px;
					height: 207px;
				}

				img {
					width: 100px;
					@media only screen and (max-width: 1024px) { 
						width: 80px;
					}
					@media only screen and (max-width: 768px) { 
						width: 100px;
					}
				}

				.number {
					display: flex;
					justify-content: center;
					align-items: center;
					width: 57px;
					height: 57px;
					position: absolute;
					top: 0;
					left: 0;
					background-color: var(--dc-primary-green);
					color: #fff;
					font-family: var(--dc-headerfont);
					font-size: 26px;
					font-weight: 800;
					border-radius: 999px;
				}

				.arrow-right-phone {
					display: none;
					position: absolute;
					right: 0;
					width: 50px;
					box-shadow: 0px 5px 30px 0px #0000001A;
					border-radius: 200px;
					top: 50%;
					transform: translateY(-50%) translateX(50%);
					@media only screen and (max-width: 768px) { 
						display: block;
					}
				}
			}

			.content {
				text-align: center;

				h3 {
					font-family: var(--dc-headerfont);
					font-size: 24px;
					font-weight: 600;
					color: var(--dc-primary-pink);
				}

				p {
					font-family: var(--dc-bodyfont);
					font-size: 15px;
					color: var(--dc-primary-pink);
				}
			}

			&.wrapper-circle-3 {
				.circle {
					img {
						width: 110px;
						@media only screen and (max-width: 1024px) { 
							width: 90px;
						}
						@media only screen and (max-width: 768px) { 
							width: 110px;
						}
					}
				}
			}
		}
	}


	.arrow-right {
		padding-top: 100px;
		@media only screen and (max-width: 1024px) { 
			padding-top: 80px;
		}
		@media only screen and (max-width: 768px) { 
			display: none;
		}

		svg {
			display: block;
			width: 16px;
		}
	}

	.navigation-circles {
		display: none;
		justify-content: center;
		gap: 26px;
		margin-top: 40px;
		@media only screen and (max-width: 768px) { 
			display: flex;
		}

		span {
			display: block;
			width: 17px;
			height: 17px;
			border-radius: 200px;
			background-color: #fff;

			&.active {
				outline: 3px solid var(--dc-primary-pink);
			}
		}
	}

	.arrows {
		display: none;
		position: absolute;
		top: 78.5px;
		width: 100%;
		justify-content: center;
		@media only screen and (max-width: 768px) { 
			display: flex;
		}

		.inner {
			display: flex;
			justify-content: space-between;
			width: 100%;
			max-width: 260px;

			.arrow {
				display: block;
				width: 50px;
				border-radius: 200px;
				box-shadow: 0px 5px 30px 0px #0000001A;

				&.arrow-left-phone {
					display: none;
					transform: scaleX(-1);
					@media only screen and (max-width: 1024px) { 
						display: none !important;
					}
				}

				&.arrow-right-phone {
					margin-left: auto;
				}

				svg {
					display: block;
				}
			}
		}
	}
}

/* Element: multiple-icons */
.multiple-icons {
	max-width: 1050px;
	margin: 0 auto;

	.inner {
		display: flex;
		justify-content: center;
		width: 100%;
		@media only screen and (max-width: 768px) {
			display: flex;
			justify-content: flex-start;
			width: 100%;
			position: relative;
			scroll-snap-type: x mandatory;
			overflow: scroll;
			padding-bottom: 20px;
			scroll-behavior: smooth;
		}

		.wrapper-icon {
			display: flex;
			flex-direction: column;
			align-items: center;
			flex: 0 0 calc(20% - 16px);
			@media only screen and (max-width: 768px) {
				flex: 0 0 50%;
				scroll-snap-align: start;
				scroll-snap-stop: always;
				min-width: 50%;
			}

			.circle {
				display: flex;
				justify-content: center;
				align-items: center;
				width: 143px;
				height: 143px;
				margin-bottom: 10px;
				border-radius: 99999px;
				background-color: var(--dc-primary-pink-light);
				font-family: 'icomoon';
				@media only screen and (max-width: 1024px) { 
					width: 130px;
					height: 130px;
				}
				@media only screen and (max-width: 1024px) { 
					width: 140px;
					height: 140px;
				}

				span:before {
					content: "\e910";
					position: relative;
					color: var(--dc-primary-pink);
					font-size: 76px;
				}
			}

			.number {
				display: block;
				font-family: var(--dc-bodyfont);
				font-size: 50px;
				font-weight: 700;
				color: var(--dc-primary-pink);
			}

			.text {
				display: block;
				font-family: var(--dc-headerfont);
				font-size: 20px;
				text-align: center;
				line-height: 1.3;
			}

			&.wrapper-icon-1 .circle span:before {
				content: "\e918";
				top: 6px;
			}

			&.wrapper-icon-2 .circle span:before {
				content: "\e919";
			}

			&.wrapper-icon-3 .circle span:before {
				content: "\e91b";
				font-size: 80px;
			}

			&.wrapper-icon-4 .circle span:before {
				content: "\e917";
			}

			&.wrapper-icon-5 .circle span:before {
				content: "\e91a";
				left: 6px;
			}
		}
	}

	.arrow-right {
		padding-top: 100px;
		@media only screen and (max-width: 1024px) { 
			padding-top: 80px;
		}
		@media only screen and (max-width: 768px) { 
			display: none;
		}

		svg {
			display: block;
			width: 16px;
		}
	}

	.navigation-circles {
		display: none;
		justify-content: center;
		gap: 26px;
		margin-top: 40px;
		@media only screen and (max-width: 768px) { 
			display: flex;
		}

		span {
			display: block;
			width: 17px;
			height: 17px;
			border-radius: 200px;
			background-color: var(--dc-primary-pink-light);

			&.active {
				outline: 3px solid var(--dc-primary-pink);
			}
		}
	}

	.arrows {
		display: none;
		position: absolute;
		top: 50px;
		width: 100%;
		justify-content: center;
		overflow: visible;
		@media only screen and (max-width: 768px) { 
			display: flex;
			width: calc(100% - 40px);
			width: 100%;
			padding: 0 20px;
			box-sizing: border-box;
		}

		.inner {
			display: flex;
			justify-content: space-between;
			width: 100%;
			overflow: visible;

			.arrow {
				display: block;
				width: 50px;
				border-radius: 200px;
				box-shadow: 0px 5px 30px 0px #0000001A;

				svg {
					display: block;
					/* 				filter: drop-shadow(0 0 10px rgba(0, 0, 0, .2)); */
					width: inherit;
				}

				&.arrow-left-phone {
					display: none !important;
					transform: scaleX(-1);
				}

				&.arrow-right-phone {
					margin-left: auto;
				}
			}
		}
	}
}

/* Area-no-favorites */
.area-no-favorites {
	display: none !important;

	&.show {
		display: block !important;
	}
}

/* Element: multiple-posts-sliders */
.multiple-posts-sliders {
	.filter-buttons {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		gap: 3px;
		padding: 0 10px 20px 10px;
		@media only screen and (max-width: 1300px) { 
			overflow: scroll;
			width: auto;
			white-space: nowrap;
			width: 100%;
			gap: 10px;
		}
		@media only screen and (max-width: 768px) { 
			padding-left: 0;
			padding-right: 0;
		}

		span {
			display: block;
			font-family: var(--dc-bodyfont);
			font-size: 14px;
			font-weight: 600;
			color: var(--dc-primary-pink);
		}

		button {
			display: flex;
			align-items: center;
			height: 50px;
			padding: 10px 26px;
			background-color: var(--dc-primary-pink-light);
			border: none;
			border-radius: 25px;
			font-family: var(--dc-bodyfont);
			font-size: 14px;
			font-weight: 600;
			color: var(--dc-primary-pink);

			&.button-all-activities {
				padding: 10px 30px;
				background-color: transparent;
				border: 1px solid var(--dc-primary-pink);
				white-space: nowrap;
			}

			&:hover, &.active {
				background-color: var(--dc-primary-pink);
				color: #fff;
			}
		}
	}
}

.wrapper-search-icon {
	a, a .tcb-clear {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		gap: 10px;
		text-decoration: none !important;

		.button-search {
			margin: 0;

			&.text {
				font-family: var(--dc-bodyfont);
				color: #fff;
			}
		}
	}
}

/* Element: Author-info */
.author-info {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 32px;
	gap: 30px;
	border: 1px solid #d9d9d9;
	border-radius: 20px;
	box-sizing: border-box;
	@media only screen and (max-width: 768px) { 
		flex-wrap: wrap;
		padding: 24px;
	}

	* {
		box-sizing: border-box;
	}

	.wrapper-image {
		min-width: 112px;

		img {
			width: 112px;
			margin: 0;
			border-radius: 99999px;
		}
	}

	.wrapper-text {
		.title {
			display: block;
			font-family: var(--dc-headerfont);
			font-size: 22px;
			font-weight: 500;
			margin-bottom: 12px;
			@media only screen and (max-width: 768px) { 
				text-align: center;
				font-size: 24px;
			}
		}

		.bio {
			font-family: var(--dc-bodyfont);
			@media only screen and (max-width: 768px) { 
				text-align: center;
			}
		}

		.contact-name {
			display: flex;
			align-items: center;
			gap: 20px;
			margin-top: 20px;
			@media only screen and (max-width: 768px) { 
				flex-direction: column-reverse;
				gap: 8px;
			}

			.contact {
				display: flex;
				align-items: center;
				gap: 4px;

				a {
					display: flex;
					justify-content: center;
					align-items: center;
					width: 32px;
					height: 32px;
					border-radius: 200px;
					background-color: var(--dc-primary-grey-dark);

					svg {
						width: 16px;
						height: 16px;
						fill: #fff;
					}

					&:hover {
						background-color: var(--dc-primary-grey-dark) !important;
					}
				}
			}

			.name {
				display: block;
				font-family: var(--dc-bodyfont);
				font-size: 15px;
				font-weight: 700;
			}
		}
	}
}

/* Element: Activiteiten-filter */
.column-filter {
	.tcb-flex-row {
		@media only screen and (max-width: 1300px) { 
			overflow: scroll;
		}
	}
}
#category-facet-diensten {
	.facetwp-facet {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		gap: 3px;
		padding: 0 0 20px 0;
		box-sizing: border-box;
		@media only screen and (max-width: 1300px) { 
			overflow: scroll;
			white-space: nowrap;
			width: 100%;
			gap: 10px;
		}
		@media only screen and (max-width: 768px) {
			padding-left: 20px;
			padding-right: 20px;
		}

		.facetwp-radio {
			display: flex;
			align-items: center;
			height: 50px;
			padding: 10px 26px;
			background-color: var(--dc-primary-pink-light);
			border: none;
			border-radius: 25px;
			font-family: var(--dc-bodyfont);
			font-size: 14px;
			font-weight: 600;
			color: var(--dc-primary-pink);
			box-sizing: border-box;
			background-image: none;

			.facetwp-display-value {
				padding-right: 0;
			}

			.facetwp-counter {
				display: none;
			}

			&:first-of-type {
				order: 0;
			}

			&[data-value="populair"] {
				order: 1;
			}

			&[data-value="massages"] {
				order: 2;
			}

			&[data-value="workshops"] {
				order: 3;
			}

			&[data-value="sporttrainingen"] {
				order: 4;
			}

			&[data-value="gezondheidstesten"] {
				order: 5;
			}

			&[data-value="coaching"] {
				order: 6;
			}

			&[data-value="challenges"] {
				order: 7;
			}
		}

		.facetwp-radio:hover,
		.facetwp-radio.checked {
			background-color: var(--dc-primary-pink);
			color: #fff;
		}
	}
}

/* Element: FacetWP Activiteiten lijst */
.wrapper-fwpl-diensten, .facetwp-template[data-name="diensten"] {
	.fwpl-result {
		@media only screen and (max-width: 768px) { 
			overflow: hidden;
		}

		.this-post-excerpt {
			cursor: auto;
		}

		.simplefavorite-button {
			position: absolute;
			bottom: 0;
			right: 0;
			padding: 0;
			margin: 0 24px 24px 0;

			&:before {
				display: none !important;
			}

			.icon-favourited {
				&:before {
					background-image: url('data:image/svg+xml,<svg id="Laag_1" data-name="Laag 1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 23 25"><path d="M11.555,22.298c-.457,0-.9-.158-1.261-.473-.315-.199-9.57-6.379-9.57-12.634,0-3.641,2.65-6.493,6.033-6.493,1.903,0,3.657.949,4.817,2.547,1.116-1.58,2.906-2.547,4.854-2.547,3.222,0,5.944,2.973,5.944,6.493,0,5.502-7.167,10.896-9.522,12.668-.404.293-.855.438-1.294.438h0Z" fill="%23e6027e" stroke-width="0"></path></svg>');
				}
			}
		}
	}
}

.testimonial-images-slider {
	img {
		filter: grayscale(100%);

		&:hover {
			filter: grayscale(0);
		}
	}
}

/* Element: logo-carousel */
.logo-carousel {
	padding: 10px;
	background-color: var(--dc-primary-grey-light2);
	border-radius: 10px;
	box-sizing: border-box;

	* {
		box-sizing: border-box;
	}

	.title {
		display: block;
		font-weight: bold;
		font-size: 20px;
		font-family: var(--dc-headerfont);
		text-align: center;
		color: #000;
		padding: 10px 0 0 0;
	}

	.nav-logos {
		display: flex;

		.arrow-nav {
			display: flex;
			align-items: center;
			width: 30px;

			svg {
				width: 20px;
				height: 20px;
				fill: #94a3b0;
				cursor: pointer;
			}
		}

		.inner {
			width: calc(100% - 40px);

			.logo {
				img {
					width: 80px;
					min-width: 80px;
					height: 80px;
					object-fit: contain;
					margin: 0 auto;
					@media only screen and (max-width: 768px) { 
						width: 60px;
						min-width: 60px;
						height: 60px;
					}
				}
			}
		}
	}
}

.testimonial-blok {
	svg {
		width: 24px;
		height: 24px;
	}
}

@media (min-width: 300px) and (max-width: 768px) { 
	body:not(#tve) .thrv_symbol_28034 [data-css="tve-u-18fbf613a81"]:hover,
	body:not(#tve) .thrv_symbol_84 [data-css="tve-u-1931d64e1fa"]:hover,
	body:not(#tve) .thrv_symbol_84 [data-css="tve-u-1931d945e49"]:hover {
		max-width: 100% !important;
	}
}

#thrive-footer {
	box-shadow: 0px 5px 30px 0px #0000001A;
}

/* General modal dialog (in footer) */
.footer-modal-general {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-height: 100vh;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 10000;

	.inner {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		padding-top: 70px;
		padding-bottom: 70px;
		padding-left: 50px;
		padding-right: 50px;
		margin-top: 200px;
		margin-bottom: 200px;
		@media only screen and (max-width: 1024px) { 
			padding-left: 20px;
			padding-right: 20px;
			margin-top: 250px;
			margin-bottom: 250px;
		}

		.inner2 {
			display: flex;
			justify-content: center;
			position: relative;
			width: 100%;
			height: auto;
			max-width: 767px;
			padding: 50px;
			text-align: center;
			border-radius: 20px;
			background-color: var(--dc-primary-grey-light2);
			@media only screen and (max-width: 1024px) { 
				padding: 24px;
			}
			@media only screen and (max-width: 768px) { 
				padding-left: 0;
				padding-right: 0;
			}

			.inner3 {
				width: 100%;
				max-width: 600px;
				text-align: left;

				.button1-close {
					display: flex;
					justify-content: center;
					align-items: flex-start;
					position: absolute;
					top: 26px;
					right: 20px;
					width: 30px;
					height: 30px;
					padding: 0;
					border-radius: 200px;
					text-decoration: none !important;

					svg {
						rect {
							transition: fill 150ms ease-in-out;
						}
					}

					&:hover {
						svg {
							rect {
								fill: #000;
							}
						}
					}
				}

				.intro-title {
					font-family: var(--dc-headerfont);
					font-style: normal;
					font-weight: 500;
					font-size: 36px;
					line-height: 1.2;
					color: var(--dc-primary-blue);
					margin-top: 26px;
					margin-bottom: 40px;
					@media only screen and (max-width: 768px) { 
						padding-left: 24px;
						padding-right: 24px;
					}

					&.desktop {
						@media only screen and (max-width: 768px) { 
							display: none;
						}
					}

					&.mobile {
						display: none;
						font-size: 28px;
						margin-top: 10px;
						margin-bottom: 30px;
						@media only screen and (max-width: 768px) { 
							display: block;
						}
					}
				}

				.gather {
					display: flex;
					align-items: center;
					gap: 20px;
					@media only screen and (max-width: 768px) {
						align-items: self-start;
						gap: 18px;
						margin-bottom: 30px;
						padding-left: 24px;
						padding-right: 24px;
					}

					svg {
						min-width: 49px;
					}

					span {
						font-family: var(--dc-bodyfont);
						font-size: 15px;
					}
				}

				h4 {
					font-family: var(--dc-headerfont);
					font-weight: 600;
					font-size: 25px;
					line-height: 1.2;
					color: var(--dc-primary-blue);
				}

				h4.maybe {
					margin-top: 34px;
					margin-bottom: 24px;
					@media only screen and (max-width: 768px) {
						padding-left: 24px;
						padding-right: 24px;
						margin-bottom: 6px;
						font-size: 20px;
					}
				}

				.wrapper-carousel {
					position: relative;

					.wrapper-posts-slider {
						margin-left: -10px;
						margin-right: 10px;
						transform: scale(1.03);
						transform-origin: left;
						@media only screen and (max-width: 768px) { 
							margin-left: -20px;
							transform: none;
							margin-left: auto;
							margin-right: auto;
						}

						.center {
							.wrapper-scroll-button.left {
								display: none;
							}

							.wrapper-post-items {
								@media only screen and (max-width: 768px) { 
									padding-left: 25px;
									padding-right: 25px;
								}
								.post-item {
									@media only screen and (max-width: 768px) { 
										border: none;
									}

									.content-wrapper {
										@media only screen and (max-width: 768px) { 
											padding: 20px;
										}
									}
								}
							}
						}
					}

					.illustration-arrow {
						display: block;
						position: absolute;
						right: 0;
						margin-top: 6px;
						@media only screen and (max-width: 768px) { 
							right: 30px;
							margin-top: -10px;
						}
					}
				}

				.works-like-this {
					display: flex;
					gap: 20px;
					margin-top: 40px;
					margin-bottom: 40px;
					@media only screen and (max-width: 768px) { 
						flex-direction: column;
						padding-left: 24px;
						padding-right: 24px;
					}

					h4 {
						line-height: 0.7;
						@media only screen and (max-width: 768px) { 
							margin-bottom: 14px;
						}
					}

					.steps {
						display: flex;
						flex-direction: column;
						gap: 12px;

						.step {
							display: flex;
							gap: 8px;

							span {
								font-family: var(--dc-bodyfont);
								font-weight: 600;
								font-size: 15px;

								svg {
									margin-left: 2px;
								}
							}

							&.step-quote {
								margin-top: 4px;

								span {
									font-family: var(--dc-bodyfont);
									font-weight: 400;
									font-style: italic;
									font-size: 15px;
								}
							}
						}
					}
				}

				.two-buttons {
					display: flex;
					justify-content: center;
					gap: 20px;
					margin-bottom: 30px;
					@media only screen and (max-width: 768px) { 
						flex-direction: column;
						gap: 15px;
						margin-bottom: 20px;
						padding-left: 24px;
						padding-right: 24px;
					}

					a {
						justify-content: center;
						gap: 14px;
						padding-top: 12px;
						padding-bottom: 14px;

						&.check-favorites {
							background-color: var(--dc-primary-pink);

							&:hover {
								box-shadow: rgba(230, 0, 126, 0.4) 0px 2px 19px 0px !important;
							}

							svg {
								position: relative;
								top: 2px;
							}
						}
					}
				}
			}
		}
	}
}
.logged-in {
	.footer-modal-general {
		/* 		display: block; */
	}
}

[data-id="28064"] {
	margin: 0 auto !important;
}

.image-perfect-round {
	.tve_image_frame {
		aspect-ratio: 1 / 1 !important;
		width: auto;
		height: auto !important;
	}
}

/* Section "section-specialist-person" */
.section-specialist-person {
	.text-name-function {
		strong {
			span {
				font-weight: bold !important;
			}
		}
	}
}

/* Section "show-vitality-days" */
.show-vitality-days {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	margin: 40px 0 20px 0;
	padding: 24px;
	border-radius: 20px;
	background-color: var(--dc-primary-pink-light);
	@media only screen and (max-width: 768px) {
		padding: 13px;
		margin: 40px 0;
	}

	.intro {
		display: flex;
		align-items: center;
		gap: 20px;
		background-color: #fff;
		border-radius: 28px;
		padding: 3px;
		font-family: var(--dc-bodyfont);
		font-size: 14px;
		font-weight: bold;
		@media only screen and (max-width: 768px) {
			width: 100%;
			gap: 16px;
		}

		.tip {
			display: flex;
			justify-content: center;
			align-items: center;
			height: 32px;
			width: 64px;
			min-width: 64px;
			text-align: center;
			border-radius: 28px;
			background-color: var(--dc-primary-pink);
			color: #fff;
		}

		.text {
			padding-right: 20px;
			color: var(--dc-primary-pink);
			white-space: nowrap;
			@media only screen and (max-width: 768px) {
				padding-right: 16px;
			}
		}
	}

	ul {
		margin-left: 0 !important;
		padding-bottom: 0 !important;

		li {
			padding-bottom: 0 !important;
			line-height: 1.6;
			color: var(--dc-primary-pink) !important;
			position: relative;

			span {
				margin-right: 7px;
			}

			.title {
				color: var(--dc-primary-pink);
				font-weight: 600;
				@media only screen and (max-width: 768px) {
					display: block;
				}
			}

			.date {
				color: var(--dc-primary-pink);
			}

			.icon {
				svg {
					margin-bottom: -1px;
				}
			}

			.general-info {
				display: none;
				pointer-events: none;
				@media only screen and (max-width: 768px) {
					pointer-events: auto;
				}
			}

			.inner {
				display: flex;
				gap: 14px;
				position: absolute;
				bottom: 24px;
				left: -20px;
				width: 100%;
				max-width: 500px;
				z-index: 1;
				padding: 24px;
				background-color: #fff;
				border-radius: 20px;
				box-shadow: 0px 5px 30px 0px #0000001A;
				@media only screen and (max-width: 768px) {
					display: flex;
					flex-direction: column;
					padding: 28px;
					left: -35px;
					width: calc(100% + 48px);
				}

				.button-close {
					top: 14px;
					right: 14px;
				}

				.image-title {
					display: flex;
					gap: 14px;

					.image {
						width: 100px;
						min-width: 100px;
						@media only screen and (max-width: 768px) {
							width: 77px;
							min-width: 77px;
						}

						img {
							display: block;
							width: 100px;
							height: 100px;
							object-fit: cover;
							border-radius: 200px;
							@media only screen and (max-width: 768px) {
								width: 77px;
								height: 77px;
							}
						}
					}

					.title-excerpt {
						display: flex;
						flex-direction: column;
						justify-content: center;

						.title {
							margin-bottom: 4px;
							line-height: 1.4;
							@media only screen and (max-width: 768px) {
								margin-bottom: 0;
							}
						}

						.excerpt {
							@media only screen and (max-width: 768px) {
								display: none;
							}
						}
					}

					&:after {
						content: '';
						position: absolute;
						bottom: -5px;
						left: 50%;
						width: 20px;
						height: 20px;
						background-color: #fff;
						transform: translateX(-50%) rotate(45deg);
					}
				}

				.excerpt {
					overflow: hidden;
					display: -webkit-box;
					-webkit-line-clamp: 3;
					-webkit-box-orient: vertical;

					&.mobile {
						display: none;
						@media only screen and (max-width: 768px) {
							display: -webkit-box;
						}
					}
				}
			}
		}
	}
}


/* Section "Specifications" */
.wrapper-specifications {
	padding: 30px;
	margin-top: 10px;
	margin-bottom: 40px;
	border-radius: 20px;
	border: 1px solid var(--dc-primary-pink);
	position: relative;
	z-index: 101;
	@media only screen and (max-width: 768px) {
		margin-top: 40px;
		margin-bottom: 30px;
	}

	.title {
		display: block;
		margin-bottom: 30px;
		font-family: var(--dc-headerfont);
		font-size: 22px;
		font-weight: 600;
		color: var(--dc-primary-pink);
	}

	.specifications-list {
		margin-left: 0 !important;

		li {
			position: relative;
			padding-bottom: 6px !important;
			line-height: 1.5 !important;

			&:last-of-type {
				padding-bottom: 0 !important;
			}

			&::marker {
				color: var(--dc-primary-pink);
			}

			.icon {
				display: none;
				margin-left: 6px;
			}

			.explanation-text {
				display: none;
				position: absolute;
				bottom: 30px;
				left: -150px;
				width: auto;
				pointer-events: none;
				@media only screen and (max-width: 768px) {
					left: -35px;
					width: calc(100% + 48px);
					pointer-events: auto;
				}

				.inner {
					display: flex;
					gap: 20px;
					z-index: 1;
					padding: 24px;
					background-color: #fff;
					border-radius: 20px;
					box-shadow: 0px 5px 30px 0px #0000001A;
					@media only screen and (max-width: 768px) {
						display: flex;
						flex-direction: column;
						padding: 28px;
					}

					.image {
						width: 163px;
						min-width: 163px;
						@media only screen and (max-width: 768px) {
							width: 100%;
						}

						img {
							display: block;
							width: 163px;
							height: 112px;
							border-radius: 10px;
							object-fit: cover;
							@media only screen and (max-width: 768px) {
								width: 100%;
								height: auto;
							}
						}
					}

					.text {
						width: 300px;
						min-width: 300px;
						margin-top: -5px;
						@media only screen and (max-width: 1024px) {
							width: 100%;
							min-width: 0;
							margin-top: 0;
						}
					}

					&:after {
						content: '';
						position: absolute;
						bottom: -10px;
						left: 50%;
						width: 20px;
						height: 20px;
						background-color: #fff;
						transform: translateX(-50%) rotate(45deg);
					}
				}
			}

			&.explanation-1 {
				.icon {
					display: inline;

					svg {
						margin-bottom: -1px;
					}
				}
			}
		}
	}
}

/* Favorites-list on General quote form */
.favorites-list {
	display: none;
}

/* Form - General Quote */
/* #form-general-quote {
	h1 {
		font-family: var(--dc-headerfont);
		font-weight: 500;
		color: var(--dc-primary-pink);
	}
	.intro-text {
		p {
			font-family: var(--dc-bodyfont);
			
			span {
				font-weight: bold !important;
			}
		}
	}
} */