@keyframes letsgo {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

html {
	scroll-behavior: smooth;
}

.fl-page-content {
	overflow: clip;
}

#pk_flex_content {
	--site-grid: 1280px;
	overflow: clip;
}

#pk_flex_content strong {
	font-weight: 700;
}

#pk_flex_content .flex_layout:not(.full_width) {
	max-width: var(--site-grid);
	margin-inline: auto;
}

.flex_layout_wrapper .flex_container_inner {
	padding: 50px 40px;
}

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

#pk_flex_content green,
green {
	color: var(--wp--preset--color--fl-accent);
}

#pk_flex_content .text_wrapper p {
	margin-bottom: 0px;
}


/* button global */
#pk_flex_content .button_wrapper {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-top: 24px;
}

.button_wrapper a.button,
.fl-button-group-buttons a.fl-button {
	background-color: var(--wp--preset--color--fl-accent);
	color: var(--wp--preset--color--fl-body-bg);
	border: none;
	border-radius: 4px;
	position: relative;
	padding: 10px 16px 10px 16px;
	z-index: 1;
	display: inline-block;
	transition: all 0.3s;
}


.button_wrapper a.button span,
.fl-button-group-buttons a.fl-button span {
	transition: all 0.3s;
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
}

.button_wrapper a.button span:before,
.fl-button-group-buttons a.fl-button span:before {
	content: '';
	height: 1rem;
	width: auto;
	aspect-ratio: 1/1;
	margin-left: calc((1rem + 10px) * -1);
	opacity: 0;
	mask: url('/wp-content/uploads/2025/09/kober_flex_arrow.svg') no-repeat center/contain;
	-webkit-mask: url('/wp-content/uploads/2025/09/kober_flex_arrow.svg') no-repeat center/contain;
	background-color: #FFF;
	display: inline-block;
	flex-shrink: 0;
	transition: all .3s cubic-bezier(0.697, -0.032, 0.109, 1.401);
}


.button_wrapper a.button:hover,
.fl-button-group-buttons a.fl-button:hover {
	border: none;
}

.button_wrapper a.button:hover span:before,
.fl-button-group-buttons a.fl-button:hover span:before {
	opacity: 1;
	margin-left: 0;
}

/* button secondary */
/* #pk_flex_content .button_wrapper a.button:nth-child(2) {
	background-color: #fff;
}

#pk_flex_content .button_wrapper a.button:nth-child(2) span {
	color: var(--wp--preset--color--fl-accent);
}

#pk_flex_content .button_wrapper .button:nth-child(2):hover {
	background-color: #fff;
} */



/* SLIDER nav */
.swiper-button-next::after,
.swiper-button-prev::after {
	display: none;
}

#pk_flex_content .swiper-nav {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	bottom: 0;
	height: 50px;
	margin-block: 20px;
	max-width: 887px;
	width: 100%;
	margin-inline: auto;
}

#pk_flex_content .swiper-nav .swiper-scrollbar {
	max-width: 800px;
	width: calc(100% - 80px);
	position: relative;
	height: 2px;
	background: #fff;
	left: unset;
	bottom: unset
}

#pk_flex_content .sfeerbeelden_slider_wrapper {
	position: relative;
}

#pk_flex_content .swiper-nav .swiper-button-prev,
#pk_flex_content .swiper-nav .swiper-button-next {
	position: relative;
	height: fit-content;
	display: block;
	top: -1px;
	width: fit-content;
	margin-top: 0;
}

#pk_flex_content .swiper-nav .swiper-scrollbar .swiper-scrollbar-drag {
	background-color: #5EED8C;
}


@media screen and (max-width: 992px) {
	.flex_layout_wrapper .flex_container_inner {
		padding: 50px 40px;
	}

}

@media screen and (max-width: 767px) {
	.flex_layout_wrapper .flex_container_inner {
		padding: 40px 20px;
	}

	.letsgo_circle {
		left: 0;
	}

}