/*
Theme Name: Zooooo, dat is Raak!
Theme URI: https://www.lemon.nl
Description: 
Version: 1.16
Author: Roeland ten Holder | Lemon
Author URI: roeland@lemon.nl
*/

/** ******************************** **/
/**      _____                       **/
/**    _(  _  )__________________    **/
/**   ( | (___)     | ____ |  _  |   **/
/**   |_|_______|_|_|______|_| |_|   **/
/**                                  **/
/**            www.lemon.nl          **/
/**                                  **/
/** ******************************** **/

/*************** COLORS ***************/
:root {
	--orange:	#f9bb6d;
	--green:	#d4e29d;
	--purple:	#dcbfdc;
	--salmon:	#f4c4b9;
	--alt:		#ff7e7e;
	--yellow:	#ffefae;
	--red:		#ff0000;
	--grey:		#8b8b8b;
	--white:	#ffffff;
	--black:	#1d1d1b;
}

.orange		{ color: var(--orange); }
.green		{ color: var(--green); }
.purple		{ color: var(--purple); }
.salmon		{ color: var(--salmon); }
.alt		{ color: var(--alt); }
.yellow		{ color: var(--yellow); }
.red		{ color: var(--red); }
.grey		{ color: var(--grey); }
.white 		{ color: var(--white); }
.black 		{ color: var(--black); }

.bgorange	{ background-color: var(--orange); }
.bggreen	{ background-color: var(--green); }
.bgpurple	{ background-color: var(--purple); }
.bgsalmon	{ background-color: var(--salmon); }
.bgalt		{ background-color: var(--alt); }
.bgyellow	{ background-color: var(--yellow); }
.bgred		{ background-color: var(--red); }
.bggrey		{ background-color: var(--grey); }
.bgwhite	{ background-color: var(--white); }
.bgblack	{ background-color: var(--black); }

.bgblack h1, .bgblack h2, .bgblack h3, .bgblack h4, .bgblack h5, .bgblack h6, .bgblack p { color: #ffffff; }
.bgred h1, .bgred h2, .bgred h3, .bgred h4, .bgred h5, .bgred h6, .bgred p { color: #ffffff; }

:root {
	--yellow:	#ffefae;
	--green:	#d4e29d;
	--orange:	#f9bb6d;
	--salmon:	#f4c4b9;
	--aqua:		#1c9dad;
	--bubblegum:#f29fc5;
	--red:		#ff0000;
	--darkgreen:#5bb12f;
	--blue:		#069bd8;
	--purple:	#dcbfdc;
	--alt:		#ff7e7e;

	/* Gazeuse */
	--gazeusepurple: #e3277e;
	--gazeusegreen:  #5eb130;
	--gazeuseyellow: #fbde17;

	--grey:		#8b8b8b;
	--white:	#ffffff;
	--black:	#1d1d1b;
}

.yellow					{ color: var(--yellow); }
.green					{ color: var(--green); }
.orange					{ color: var(--orange); }
.salmon					{ color: var(--salmon); }
.aqua					{ color: var(--aqua); }
.bubblegum				{ color: var(--bubblegum); }
.red					{ color: var(--red); }
.darkgreen				{ color: var(--darkgreen); }
.blue					{ color: var(--blue); }
.purple					{ color: var(--purple); }
.alt					{ color: var(--alt); }
.gazeusepurple			{ color: var(--gazeusepurple); }
.gazeusegreen			{ color: var(--gazeusegreen); }
.gazeuseyellow			{ color: var(--gazeuseyellow); }
.grey					{ color: var(--grey); }
.white 					{ color: var(--white); }
.black 					{ color: var(--black); }

.border-yellow			{ border-color: var(--yellow); }
.border-green			{ border-color: var(--green); }
.border-orange			{ border-color: var(--orange); }
.border-salmon			{ border-color: var(--salmon); }
.border-aqua			{ border-color: var(--aqua); }
.border-bubblegum		{ border-color: var(--bubblegum) !important; }
.border-red				{ border-color: var(--red); }
.border-darkgreen		{ border-color: var(--darkgreen); }
.border-blue			{ border-color: var(--blue); }
.border-purple			{ border-color: var(--purple); }
.border-alt				{ border-color: var(--alt); }
.border-gazeusepurple 	{ border-color: var(--gazeusepurple) !important; }
.border-gazeusegreen 	{ border-color: var(--gazeusegreen); }
.border-gazeuseyellow 	{ border-color: var(--gazeuseyellow); }
.border-grey			{ border-color: var(--grey); }
.border-white 			{ border-color: var(--white); }
.border-black 			{ border-color: var(--black); }

.card-header 			{ background-color: unset; }

.border-yellow			.card-header { background-color: var(--yellow); }
.border-green			.card-header { background-color: var(--green); }
.border-orange			.card-header { background-color: var(--orange); }
.border-salmon			.card-header { background-color: var(--salmon); }
.border-aqua			.card-header { background-color: var(--aqua); }
.border-bubblegum		.card-header { background-color: var(--bubblegum); }
.border-red				.card-header { background-color: var(--red); }
.border-darkgreen		.card-header { background-color: var(--darkgreen); }
.border-blue			.card-header { background-color: var(--blue); }
.border-purple			.card-header { background-color: var(--purple); }
.border-alt				.card-header { background-color: var(--alt); }
.border-gazeusepurple 	.card-header { background-color: var(--gazeusepurple); }
.border-gazeusegreen  	.card-header { background-color: var(--gazeusegreen); }
.border-gazeuseyellow  	.card-header { background-color: var(--gazeuseyellow); }
.border-grey			.card-header { background-color: var(--grey); }
.border-white 			.card-header { background-color: var(--white); }
.border-black 			.card-header { background-color: var(--black); }

.bg-yellow				{ background-color: var(--yellow); }
.bg-green				{ background-color: var(--green); }
.bg-orange				{ background-color: var(--orange); }
.bg-salmon				{ background-color: var(--salmon); }
.bg-aqua				{ background-color: var(--aqua); }
.bg-bubblegum			{ background-color: var(--bubblegum); }
.bg-red					{ background-color: var(--red); }
.bg-darkgreen			{ background-color: var(--darkgreen); }
.bg-blue				{ background-color: var(--blue); }
.bg-purple				{ background-color: var(--purple); }
.bg-alt					{ background-color: var(--alt); }
.bg-gazeusepurple  		{ background-color: var(--gazeusepurple); }
.bg-gazeusegreen   		{ background-color: var(--gazeusegreen); }
.bg-gazeuseyellow   	{ background-color: var(--gazeuseyellow); }
.bg-grey				{ background-color: var(--grey); }
.bg-white 				{ background-color: var(--white); }
.bg-black 				{ background-color: var(--black); }

.svg-yellow > svg		{ fill: var(--yellow); }
.svg-green > svg		{ fill: var(--green); }
.svg-orange > svg		{ fill: var(--orange); }
.svg-salmon > svg		{ fill: var(--salmon); }
.svg-aqua > svg			{ fill: var(--aqua); }
.svg-bubblegum > svg	{ fill: var(--bubblegum); }
.svg-red > svg			{ fill: var(--red); }
.svg-darkgreen > svg 	{ fill: var(--darkgreen); }
.svg-blue > svg			{ fill: var(--blue); }
.svg-purple > svg		{ fill: var(--purple); }
.svg-alt > svg			{ fill: var(--alt); }
.svg-gazeusepurple > svg{ fill: var(--gazeusepurple); }
.svg-gazeusegreen > svg	{ fill: var(--gazeusegreen); }
.svg-gazeuseyellow > svg{ fill: var(--gazeuseyellow); }
.svg-grey > svg			{ fill: var(--grey); }
.svg-white > svg		{ fill: var(--white); }
.svg-black > svg		{ fill: var(--black); }


.bg-aqua > h1, .bg-aqua > h2, .bg-aqua > h3, .bg-aqua > h4, .bg-aqua > h5, .bg-aqua > h6, .bg-aqua > p,
.bg-bubblegum > h1, .bg-bubblegum > h2, .bg-bubblegum > h3, .bg-bubblegum > h4, .bg-bubblegum > h5, .bg-bubblegum > h6, .bg-bubblegum > p,
.bg-darkgreen > h1, .bg-darkgreen > h2, .bg-darkgreen > h3, .bg-darkgreen > h4, .bg-darkgreen > h5, .bg-darkgreen > h6, .bg-darkgreen > p,
.bg-gazeusepurple > h1, .bg-gazeusepurple > h2, .bg-gazeusepurple > h3, .bg-gazeusepurple > h4, .bg-gazeusepurple > h5, .bg-gazeusepurple > h6, .bg-gazeusepurple > p,
.bg-gazeusegreen > h1, .bg-gazeusegreen > h2, .bg-gazeusegreen > h3, .bg-gazeusegreen > h4, .bg-gazeusegreen > h5, .bg-gazeusegreen > h6, .bg-gazeusegreen > p,
.bg-blue > h1, .bg-blue > h2, .bg-blue > h3, .bg-blue > h4, .bg-blue > h5, .bg-blue > h6, .bg-blue > p,
.bg-red > h1, .bg-red > h2, .bg-red > h3, .bg-red > h4, .bg-red > h5, .bg-red > h6, .bg-red > p,
.bg-black > h1, .bg-black > h2, .bg-black > h3, .bg-black > h4, .bg-black > h5, .bg-black > h6, .bg-black > p
{ color: var(--white); }


.bg-gazeuseyellow > h1, .bg-gazeuseyellow > h2, .bg-gazeuseyellow > h3, .bg-gazeuseyellow > h4, .bg-gazeuseyellow > h5, .bg-gazeuseyellow > h6, .bg-gazeuseyellow > p,
.bg-gazeuseyellow .footer p, 
.bg-gazeuseyellow .footer a
{ color: var(--black); }

.bg-gazeuseyellow .footer p.small { color: var(--black) !important; }

.btn-pijl span 						{ fill: var(--black); }
.btn-pijl svg 						{ fill: var(--white); }

.has-border .btn-pijl span			{ color: var(--white); }
.has-border .btn-pijl svg 			{ fill: var(--red); }

.gazeuse-blue-body .btn-pijl span	{ color: var(--white); }
.gazeuse-blue-body .btn-pijl svg 	{ fill: var(--bubblegum); }


.gazeuse-green-body .card-body,
.gazeuse-blue-body .card-body,
.gazeuse-green-header .card-header,
.gazeuse-blue-header .card-header {
	background-color: var(--darkgreen);
	background-position: center center;
	background-size: cover;
}

.kindercola-header .card-header {
	background-position: center bottom;
	background-size: cover;
}


.gazeuse-green-body .card-body		{ background-image: url('images/bg-gazeuse-green.png'); }
.gazeuse-blue-body .card-body		{ background-image: url('images/bg-gazeuse-blue.png'); }
.gazeuse-green-header .card-header	{ background-image: url('images/bg-gazeuse-green.png'); }
.gazeuse-blue-header .card-header 	{ background-image: url('images/bg-gazeuse-blue.png'); }
.kindercola-header .card-header 	{ background-image: url('images/bg-kindercola.png'); }

.gazeuse-green-body .card-body>div,
.gazeuse-blue-body .card-body>div	{
	padding: 20px;
	background: var(--white);
	border-radius: 15px;
	text-align: center;
}

.gazeuse-green-body .card-body>div .btn-pijl,
.gazeuse-blue-body .card-body>div .btn-pijl,
.item.card.has-border .card-footer .btn-pijl {
	margin: 15px auto 0;
}


.content-white-bg {
	background-color: #ffffff;
	padding: 20px;
	border-radius: 30px;
}


/*************** FONTS ****************/
h1, h2				{ font: 400 normal 45px/45px 'Londrina Solid', Arial, Helvetica, Verdana, sans-serif; text-transform: uppercase; color: var(--red); margin: 0 0 20px 0; }
.formcard h2 		{ font: 400 normal 35px/35px 'Londrina Solid', Arial, Helvetica, Verdana, sans-serif; text-transform: uppercase; color: var(--red); margin: 0 0 20px 0; }
h3 					{ font: 400 normal 25px/25px 'Londrina Solid', Arial, Helvetica, Verdana, sans-serif; text-transform: uppercase; color: var(--red); margin: 0 0 5px 0; letter-spacing: -0.2px;}
.provincies h3 		{ font: 400 normal 30px/30px 'Londrina Solid', Arial, Helvetica, Verdana, sans-serif; text-transform: uppercase; color: var(--red); margin: 0 0 20px 0; }
.wolk h4	 		{ font: 400 normal 30px/30px 'Londrina Solid', Arial, Helvetica, Verdana, sans-serif; text-transform: uppercase; color: var(--black); margin: 5px 0 5px 0; }
h4 					{ font: 400 normal 22px/27px 'Londrina Solid', Arial, Helvetica, Verdana, sans-serif; text-transform: uppercase; color: var(--red); margin: 0 0 0 0; }
h5 					{ font: 400 normal 18px/22px 'Londrina Solid', Arial, Helvetica, Verdana, sans-serif; text-transform: uppercase; color: var(--red); margin: 0 0 0 0; }
h6					{ font: 700 normal 16px/20px 'puffin', Arial, Helvetica, Verdana, sans-serif; color: #1d1d1b; margin: 0 0 12px 0; padding: 0 0 0 0; }
body 				{ font: 400 normal 16px/20px 'puffin', Arial, Helvetica, Verdana, sans-serif; color: #1d1d1b; }
body .content		{ font: 400 normal 18px/22px 'puffin', Arial, Helvetica, Verdana, sans-serif; color: #1d1d1b; }
.modal .content		{ font: 400 normal 15px/19px 'puffin', Arial, Helvetica, Verdana, sans-serif; color: #1d1d1b; }
.small,.small a 	{ font: 400 normal 14px/16px		   Arial, Helvetica, Verdana, sans-serif; color: #1d1d1b; }
.date 				{ font: 400 normal 12px/16px 'puffin', Arial, Helvetica, Verdana, sans-serif; color: #1d1d1b; }
.nav li a 			{ font: 400 normal 30px/30px 'Londrina Solid', Arial, Helvetica, Verdana, sans-serif; text-transform: uppercase; color: #1d1d1b; margin: 20px 0 0 40px; }
.home .nav li a 	{ color: #000000; }
.content ol li 		{ margin-left: 0; margin-bottom: 15px; }
.rtl				{ direction: rtl; }
.modal-body a,
.content a 			{ color: var(--red); text-decoration: underline; }
a.underline 		{ text-decoration: underline; }
h1 a, h2 a, h3 a, 
h4 a, h5 a, h6 a 	{ text-decoration: none; }

.font-700 { font-weight: 700; }
.font-600 { font-weight: 600; }
.font-500 { font-weight: 500; }
.font-400 { font-weight: 400; }
.font-300 { font-weight: 300; }
.font-200 { font-weight: 200; }

.nav li.current-menu-item a {
	text-decoration: none;
	background: var(--red);
	background: 
		linear-gradient(0deg, transparent 0%, transparent 100%),
		linear-gradient(0deg, transparent 0%, transparent 5%, var(--red) 5%, var(--red) 40%, transparent 40%, transparent 100%);
}

h1.underline,
h2.underline,
h1 span,
h2 span {
	display: inline-block;
	text-decoration: none;
	background: 
		linear-gradient(0deg, transparent 0%, transparent 100%),
		linear-gradient(0deg, transparent 0%, transparent 0%, var(--salmon) 0%, var(--salmon) 40%, transparent 40%, transparent 100%);
}


h1.white.underline-gazeusepurple,
h2.white.underline-gazeusepurple {
	display: inline-block;
	text-decoration: none;
	background: 
		linear-gradient(0deg, transparent 0%, transparent 100%),
		linear-gradient(0deg, transparent 0%, transparent 0%, var(--gazeusepurple) 0%, var(--gazeusepurple) 40%, transparent 40%, transparent 100%);
}

h1.white.underline,
h2.white.underline,
h1.white span,
h2.white span {
	display: inline-block;
	text-decoration: none;
	background: 
		linear-gradient(0deg, transparent 0%, transparent 100%),
		linear-gradient(0deg, transparent 0%, transparent 0%, var(--red) 0%, var(--red) 40%, transparent 40%, transparent 100%);
}

h1.orange-underline.underline,
h2.orange-underline.underline,
h1.orange-underline span,
h2.orange-underline span {
	display: inline-block;
	text-decoration: none;
	background: 
		linear-gradient(0deg, transparent 0%, transparent 100%),
		linear-gradient(0deg, transparent 0%, transparent 0%, var(--orange) 0%, var(--orange) 40%, transparent 40%, transparent 100%);
}

.nav li.menu-item:hover a {
	padding: 0;
	background: 
		linear-gradient(0deg, transparent 0%, transparent 100%),
		linear-gradient(0deg, transparent 0%, transparent 10%, var(--red) 10%, var(--red) 40%, transparent 40%, transparent 100%);
	background-size: 100% 10px, 0 10px;
	background-position: 100% 100%, 0 100%;
	background-repeat: no-repeat;
	transition: background-size 400ms;
	text-decoration: none;
}


/************* CONTAINERS *************/
body { overflow-x: hidden; }
.pagewrapper 	 { width: 100%; margin: 0 auto; }
.fullcontainer 	 { width: 100%; }
.headerwrapper 	 { width: 100%; padding: 40px 0 40px; margin-left: auto; margin-right: auto; margin-bottom: 30px; }
.widthcontainer  { width: 100%; max-width: 1440px; padding: 0 20px; margin-left: auto; margin-right: auto; }
.container 		 { width: 100%; max-width: 1290px; margin-left: auto; margin-right: auto; }
.mediumcontainer { width: 100%; max-width: 1040px; padding: 0 20px; margin-left: auto; margin-right: auto; }
.smallcontainer	 { width: 100%; max-width: 960px; padding-right: 20px; padding-left: 20px; margin-left: auto; margin-right: auto; }




.headerelement {
	position: absolute;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	/* border: 1px solid red; */
	transition: all 0.2s;
	z-index: -1;
}


.headerelement.dolfijnen {
	background-image: url('images/bg_dolfijnen.png');
	aspect-ratio: 0.77/1;
	top: 50px;
	left: calc((100% - 540px) * 0.23);
}

.headerelement.aap {
	background-image: url('images/bg_aap.png');
	aspect-ratio: 0.75/1;
	top: -2px;
	right: calc((100% - 540px) * 0.15);
}

.headerelement.glijbaan {
	background-image: url('images/bg_glijbaan.png');
	aspect-ratio: 0.44/1;
	/* bottom: 60px; */
	bottom: 40px;
	left: calc(-80px + 3%);
}

.headerelement.achtbaan {
	background-image: url('images/bg_achtbaan_v1.png');
	aspect-ratio: 0.93/1;
	/* bottom: -45px; */
	bottom: -20px;
	right: calc(-80px + 3%);
}


/* v1
.headerelement.dolfijnen		{ width: 140px; }	
.headerelement.aap				{ width: 210px; }
.headerelement.glijbaan			{ width: 210px; }
.headerelement.achtbaan			{ width: 320px; }

@media (min-width: 1500px) {
	.headerelement.dolfijnen	{ width: 180px; }	
	.headerelement.aap			{ width: 250px; }
	.headerelement.glijbaan		{ width: 250px; }
	.headerelement.achtbaan		{ width: 400px; }
}

@media (max-width: 767.98px) {
	.headerelement.dolfijnen	{ width: 125px; }	
	.headerelement.aap			{ width: 180px; }
	.headerelement.glijbaan		{ width: 180px; }
	.headerelement.achtbaan		{ width: 280px; }
}

@media (max-width: 580px) {
	.headerelement.dolfijnen	{ width: 125px; left: -30px; }	
	.headerelement.aap			{ width: 170px; right: -35px; }
	.headerelement.glijbaan		{ display: none; }
	.headerelement.achtbaan		{ display: none; }
	.logo { width: 60% !important; }
}
*/

.headerelement.dolfijnen		{ width: 180px; }	
.headerelement.aap				{ width: 240px; }
.headerelement.glijbaan			{ width: 260px; }
.headerelement.achtbaan			{ width: 440px; }

@media (min-width: 1500px) {
	.headerelement.dolfijnen	{ width: 210px; }	
	.headerelement.aap			{ width: 280px; }
	.headerelement.glijbaan		{ width: 280px; }
	.headerelement.achtbaan		{ width: 460px; }
}

@media (max-width: 1200px) {
	.headerelement.dolfijnen	{  }	
	.headerelement.aap			{  }
	.headerelement.glijbaan		{  }
	.headerelement.achtbaan		{ right: -10%; }
}



@media (max-width: 767.98px) {
	.headerelement.dolfijnen	{ width: 150px; }	
	.headerelement.aap			{ width: 180px; }
	.headerelement.glijbaan		{ width: 195px; }
	.headerelement.achtbaan		{ width: 360px; right: -20%; }
}

@media (max-width: 580px) {
	.headerelement.dolfijnen	{ width: 125px; left: -30px; }	
	.headerelement.aap			{ width: 170px; right: -35px; }
	.headerelement.glijbaan		{ display: none; }
	.headerelement.achtbaan		{ display: none; }
	.logo { width: 60% !important; }
}



/*
bg_dolfijnen	210 270	 0.77/1		140 180
bg_aap			270 360	 0.75/1		180 320
bg_glijbaan		300 690	 0.44/1		200 460
bg_achtbaan		480 480	 1/1		320 320
*/


.page-template-page-2024-actie-gazeuse .pagewrapper > .fullcontainer {
	z-index: +1;
}

.page-template-page-2024-actie-gazeuse .headerwrapper {
	margin-bottom: -60px;
	
}

.page-template-page-zakelijk .smallcontainer {
	background-color: #fffae7;
	border-radius: 20px;
}

.roundedcontainer {
	border-radius: 20px;
	margin-bottom: 40px;
}

.roundedcontainer h2 {
	text-transform: none;
	font-size: 35px;
	line-height: 35px;
	color: #000000;
}


iframe { max-width: 100%; }





#youtube_carousel {
	margin-bottom: 23px;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 80px;
	width: 88%;
	/* overflow: hidden; */
}

#youtube_carousel iframe {
	width: 100%;
	max-width: 800px;
	max-height: 450px;
	aspect-ratio: 16/9;
	/* border-radius: 20px; */

	clip-path: inset(2px 2px 2px 2px round 25px);
	/* overflow: hidden; */
}

.carousel-indicators {
	bottom: -20px;
	margin-bottom: unset;
}


.carousel-indicators [data-bs-target] {
	background-color: #555;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	margin: 0 4px;
	border: unset;
}

.carousel-indicators .active {
	background-color: var(--red);
}

.carousel-control-next, 
.carousel-control-prev {
	opacity: 1;
	width: 1px;
}
.carousel-control-next:hover, 
.carousel-control-prev:hover {
	opacity: 0.7;
}



.video-container::after {
	/* content: " "; */
	display: block;
	position: absolute;
	left: calc(50% - 75px);
	top: calc(50% - 61px);
	width: 150px;
	height: 122px;
	pointer-events: none;
	background-image: url('images/play.png');
	background-size: 150px 122px;
	background-position: center center;
	background-repeat: no-repeat;
}

.prev_product_button,
.next_product_button {
	width: 34px;
	height: 34px;
	position: absolute;
    top: 44%;
    left: -55px;
	transition: all 0.2s;
	z-index: 50;
}

.next_product_button {
	transform: rotate(180deg);
	left: unset;
	right: -55px;
}

.prev_product_button:hover,
.next_product_button:hover {
	transition: all 0.2s;
	opacity: 0.8;
}




body {
	background: url('images/bg_stippen.png');
}

.schuin-boven 			{ clip-path: polygon(0 3%, 100% 0%, 100% 100%, 0 100%); -webkit-clip-path: polygon(0 3%, 100% 0%, 100% 100%, 0 100%); }
.schuin-boven-2			{ clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0 100%); -webkit-clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0 100%); }
.schuin-onder 			{ clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 97%);   -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 97%);   }
.schuin-onder-2 		{ clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 95%);   -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 95%);   }
.schuin-onder-3 		{ clip-path: polygon(0 0, 100% 0%, 100% 80%, 0 100%);   -webkit-clip-path: polygon(0 0, 100% 0%, 100% 80%, 0 100%);   }
.schuin-boven-onder		{ clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0 95%);  -webkit-clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0 95%);  }

.schuin-boven-rechts-1	{ clip-path: polygon(0 3%, 100% 0%, 100% 100%, 0 100%);  -webkit-clip-path: polygon(0 3%, 100% 0%, 100% 100%, 0 100%); }
.schuin-boven-rechts-2	{ clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0 100%);  -webkit-clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0 100%); }
.schuin-boven-rechts-3	{ clip-path: polygon(0 8%, 100% 0%, 100% 100%, 0 100%);  -webkit-clip-path: polygon(0 8%, 100% 0%, 100% 100%, 0 100%); }
.schuin-boven-rechts-4	{ clip-path: polygon(0 11%, 100% 0%, 100% 100%, 0 100%); -webkit-clip-path: polygon(0 11%, 100% 0%, 100% 100%, 0 100%);}
.schuin-boven-rechts-5	{ clip-path: polygon(0 14%, 100% 0%, 100% 100%, 0 100%); -webkit-clip-path: polygon(0 14%, 100% 0%, 100% 100%, 0 100%);}
.schuin-boven-rechts-6	{ clip-path: polygon(0 17%, 100% 0%, 100% 100%, 0 100%); -webkit-clip-path: polygon(0 17%, 100% 0%, 100% 100%, 0 100%);}
.schuin-boven-rechts-7	{ clip-path: polygon(0 20%, 100% 0%, 100% 100%, 0 100%); -webkit-clip-path: polygon(0 20%, 100% 0%, 100% 100%, 0 100%);}

.schuin-boven-links-1	{ clip-path: polygon(0 0, 100% 3%, 100% 100%, 0 100%);   -webkit-clip-path: polygon(0 0, 100% 3%, 100% 100%, 0 100%);  }
.schuin-boven-links-2	{ clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 100%);   -webkit-clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 100%);  }
.schuin-boven-links-3	{ clip-path: polygon(0 0, 100% 8%, 100% 100%, 0 100%);   -webkit-clip-path: polygon(0 0, 100% 8%, 100% 100%, 0 100%);  }
.schuin-boven-links-4	{ clip-path: polygon(0 0, 100% 11%, 100% 100%, 0 100%);  -webkit-clip-path: polygon(0 0, 100% 11%, 100% 100%, 0 100%); }
.schuin-boven-links-5	{ clip-path: polygon(0 0, 100% 14%, 100% 100%, 0 100%);  -webkit-clip-path: polygon(0 0, 100% 14%, 100% 100%, 0 100%); }
.schuin-boven-links-6	{ clip-path: polygon(0 0, 100% 17%, 100% 100%, 0 100%);  -webkit-clip-path: polygon(0 0, 100% 17%, 100% 100%, 0 100%); }
.schuin-boven-links-7	{ clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 100%);  -webkit-clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 100%); }

.schuin-onder-rechts-1	{ clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 97%);    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 97%);   }
.schuin-onder-rechts-2	{ clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 95%);    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 95%);   }
.schuin-onder-rechts-3	{ clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 92%);    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 92%);   }
.schuin-onder-rechts-4	{ clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 89%);    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 89%);   }
.schuin-onder-rechts-5	{ clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 86%);    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 86%);   }
.schuin-onder-rechts-6	{ clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 83%);    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 83%);   }
.schuin-onder-rechts-7	{ clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 80%);    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 80%);   }

.schuin-onder-links-1	{ clip-path: polygon(0 0, 100% 0%, 100% 97%, 0 100%);    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 97%, 0 100%);   }
.schuin-onder-links-2	{ clip-path: polygon(0 0, 100% 0%, 100% 95%, 0 100%);    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0 100%);   }
.schuin-onder-links-3	{ clip-path: polygon(0 0, 100% 0%, 100% 92%, 0 100%);    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 92%, 0 100%);   }
.schuin-onder-links-4	{ clip-path: polygon(0 0, 100% 0%, 100% 89%, 0 100%);    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 89%, 0 100%);   }
.schuin-onder-links-5	{ clip-path: polygon(0 0, 100% 0%, 100% 86%, 0 100%);    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 86%, 0 100%);   }
.schuin-onder-links-6	{ clip-path: polygon(0 0, 100% 0%, 100% 83%, 0 100%);    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 83%, 0 100%);   }
.schuin-onder-links-7	{ clip-path: polygon(0 0, 100% 0%, 100% 80%, 0 100%);    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 80%, 0 100%);   }

.schuin-boven-onder-1	{ clip-path: polygon(0 3%, 100% 0%, 100% 100%, 0 97%);   -webkit-clip-path: polygon(0 3%, 100% 0%, 100% 100%, 0 97%);  }
.schuin-boven-onder-2	{ clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0 95%);   -webkit-clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0 95%);  }
.schuin-boven-onder-3	{ clip-path: polygon(0 8%, 100% 0%, 100% 100%, 0 92%);   -webkit-clip-path: polygon(0 8%, 100% 0%, 100% 100%, 0 92%);  }
.schuin-boven-onder-4	{ clip-path: polygon(0 11%, 100% 0%, 100% 100%, 0 89%);  -webkit-clip-path: polygon(0 11%, 100% 0%, 100% 100%, 0 89%); }
.schuin-boven-onder-5	{ clip-path: polygon(0 14%, 100% 0%, 100% 100%, 0 86%);  -webkit-clip-path: polygon(0 14%, 100% 0%, 100% 100%, 0 86%); }
.schuin-boven-onder-6	{ clip-path: polygon(0 17%, 100% 0%, 100% 100%, 0 83%);  -webkit-clip-path: polygon(0 17%, 100% 0%, 100% 100%, 0 83%); }
.schuin-boven-onder-7	{ clip-path: polygon(0 20%, 100% 0%, 100% 100%, 0 80%);  -webkit-clip-path: polygon(0 20%, 100% 0%, 100% 100%, 0 80%); }

.schuin-boven-onder-11	{ clip-path: polygon(0 0, 100% 3%, 100% 97%, 0 100%);   -webkit-clip-path: polygon(0 0, 100% 3%, 100% 97%, 0 100%); }
.schuin-boven-onder-12	{ clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);   -webkit-clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%); }
.schuin-boven-onder-13	{ clip-path: polygon(0 0, 100% 8%, 100% 92%, 0 100%);   -webkit-clip-path: polygon(0 0, 100% 8%, 100% 92%, 0 100%); }
.schuin-boven-onder-14	{ clip-path: polygon(0 0, 100% 11%, 100% 89%, 0 100%);  -webkit-clip-path: polygon(0 0, 100% 11%, 100% 89%, 0 100%); }
.schuin-boven-onder-15	{ clip-path: polygon(0 0, 100% 14%, 100% 86%, 0 100%);  -webkit-clip-path: polygon(0 0, 100% 14%, 100% 86%, 0 100%); }
.schuin-boven-onder-16	{ clip-path: polygon(0 0, 100% 17%, 100% 83%, 0 100%);  -webkit-clip-path: polygon(0 0, 100% 17%, 100% 83%, 0 100%); }
.schuin-boven-onder-17	{ clip-path: polygon(0 0, 100% 20%, 100% 80%, 0 100%);  -webkit-clip-path: polygon(0 0, 100% 20%, 100% 80%, 0 100%); }





#gform_confirmation_message_2 p {
	background-color: var(--green);
	text-align: center;
    margin: 10px auto 25px;
    padding: 20px;
    border: none;
    border-radius: 20px;
}



.logo-walibi {
	position: absolute;
	right: 70px;
	bottom: 50px;
}


/* .page-id-1341 h1, */
.page-id-1341 .navbar { 
	display: none;
}


.page-id-1341 .container .contentpadding {
	margin-top: 60px;
	margin-bottom: 30px;
	/* margin-bottom: 220px; */
}

.page-id-1341 .content a {
	opacity: 0.8;
	transition: all 0.2s;
}
.page-id-1341 .content a:hover {
	opacity: 1;
	transition: all 0.2s;
}


.headerwrapper h1 {
	max-width: 750px;
	color: #ffffff;
}


.headerwrapper:not(.home),
body.page-id-1341 .headerwrapper {
	/* background-color: var(--salmon); */
	background-color: var(--purple);
}

body:not(.page-id-1341) .headerwrapper,
body:not(.page-id-1341) .headerwrapper.home {
	/* background-image: url('images/header.jpg');
	background-position: center top; 
	background-size: cover; */
	background-color: var(--purple);
}

body.page-template-page-2024-actie-siropen .headerwrapper.home,
body.page-template-page-2024-result-siropen .headerwrapper.home {
	background-image: url('images/header-siropen.jpg');
	background-position: top center; 
	background-size: cover;
}

.page-template-page-2024-actie-siropen .headerwrapper.home .nav li a,
.page-template-page-2024-result-siropen .headerwrapper.home .nav li a {
	color: #000000;
}

body.page-template-page-2024-actie-gazeuse .headerwrapper.home,
body.page-template-page-2024-result-gazeuse .headerwrapper.home {
	background-image: url('images/header-gazeuse.jpg');
	background-position: center center; 
	background-size: cover;
}

.page-template-page-2024-actie-gazeuse .headerwrapper.home .nav li a,
.page-template-page-2024-result-gazeuse .headerwrapper.home .nav li a {
	color: #000000;
}



.headerwrapper .container .content {
	position: absolute;
	bottom: 0;
}

.result-container {
	position: relative;
}

.packshots-container {
	aspect-ratio: 1/0.43;
}

.result-container h2 {
	position: relative;
}




.btn-kies {
	position: absolute;
	width: 100px;
	height: auto;
	top: 25px;
	margin-left: 10px;
	transform: rotate(43deg);
}

.gazeuse2024  .btn-kies {
	left: calc(50% - 300px);
}



.btn-scroll {
	position: absolute;
	width: 75px;
	height: auto;
	left: calc(50% - 38px);
	bottom: -10px;
	animation-name: reveal-bounce;
	animation-duration: 8000ms;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	opacity: 1;
	z-index: +1;
}

.packshots {
	width: 100%;
	position: absolute;
	transition: top 0.5s;
	animation-name: slideUp;
	animation-duration: 700ms;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
}

.choose-bottle {
	width: calc(12.5% - 25px);
	margin: 50px 7px 0;
	transition: all 0.35s;
}
.choose-bottle:hover {
	margin-top: 20px;
	transition: all 0.2s;
	cursor: pointer;
}



.siropen2024 .choose-bottle {
	width: 10%;
	/* margin: 70px 0.25% 0; */
	margin: 20px 0.25% 0;
}
.siropen2024 .choose-bottle:hover {
	/* margin-top: 40px; */
	margin-top: 0px;
}



.gazeuse2024 .choose-bottle {
	/* width: 10%; */
	width: 8.5%;
	margin: 20px 1% 0;
}
.gazeuse2024 .choose-bottle:hover {
	margin-top: 0px;
}


.spinning-bottle {
	width: 100%;
	aspect-ratio: 1/0.51;
	position: absolute;
	transition: top 0.5s;
}




.step1-container {
	position: relative;
	transition: top 0.5s;
}

.result-container.step1 .step1-container { top: 0; }
.result-container.step1 .step2-container { top: 1200px; }
.result-container.step2 .step1-container { top: -1200px; }
.result-container.step2 .step2-container { top: -50px; }

.result-text { 
	opacity: 0;
	max-height: 0;
}
.result-text.reveal { 
	animation-name: reveal;
	animation-duration: 3000ms;
	animation-iteration-count: 1;
	opacity: 1;
	max-height: 2000px;
}


/*
.helaas			{ display: none;}
.korting 		{ display: none;}

.helaas.show	{ display: block;}
.korting.show 	{ display: block;}
*/

.korting,
.helaas,
.yes {
	width: 330px;
	position: absolute;
}

.korting,
.helaas {
	right: 10px;
	top: 0;
	opacity: 0.5;
}

.yes {
	left: 10px;
	bottom: 30px;
	opacity: 0.5;
}

.step2 .bgspin {
	z-index: -1;
	position: absolute;
	height: 500px;
	width: 500px;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -250px;
	animation-name: bgspin;
	animation-duration: 2800ms;
	animation-iteration-count: 1;
	opacity: 0;
}

.step2 .rotate-bottle {
	display: inline-block;
	z-index: +2;
	position: absolute;
	transform-origin: 50% 50%;
	width: 133px;
	height: 400px;
	left: 50%;
	top: 50%;
	margin-left: -90px;
	margin-top: -200px;
	animation-name: spin;
	animation-duration: 2800ms;
	animation-iteration-count: 1;
	animation-timing-function: ease;
	background-size: 133px 400px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 111px 400px;
	background-size: contain;
}

.step2.gazeuse2024 .rotate-bottle {
	background-size: 96px 400px;
	background-size: contain;
}

.step2 .rotate-bottle.bottle1 { background-image: url('images/raak-multifruits.png'); }
.step2 .rotate-bottle.bottle2 { background-image: url('images/raak-framboise.png'); }
.step2 .rotate-bottle.bottle3 { background-image: url('images/raak-citron.png'); }
.step2 .rotate-bottle.bottle4 { background-image: url('images/raak-fraise.png'); }
.step2 .rotate-bottle.bottle5 { background-image: url('images/raak-orange.png'); }
.step2 .rotate-bottle.bottle6 { background-image: url('images/raak-poire.png'); }
.step2 .rotate-bottle.bottle7 { background-image: url('images/raak-reineclaude.png'); }
.step2 .rotate-bottle.bottle8 { background-image: url('images/raak-fruitsdesbois.png'); }

.step2 .rotate-bottle.bottle11 { background-image: url('images/packshots-zerosugar/multivruchten.png'); }
.step2 .rotate-bottle.bottle12 { background-image: url('images/packshots-zerosugar/frambozen.png'); }
.step2 .rotate-bottle.bottle13 { background-image: url('images/packshots-zerosugar/citroen.png'); }
.step2 .rotate-bottle.bottle14 { background-image: url('images/packshots-zerosugar/aardbeien.png'); }
.step2 .rotate-bottle.bottle15 { background-image: url('images/packshots-zerosugar/sinaasappel.png'); }
.step2 .rotate-bottle.bottle16 { background-image: url('images/packshots-zerosugar/peren.png'); }
.step2 .rotate-bottle.bottle17 { background-image: url('images/packshots-zerosugar/reineclaude.png'); }
.step2 .rotate-bottle.bottle18 { background-image: url('images/packshots-zerosugar/bosvruchten.png'); }
.step2 .rotate-bottle.bottle19 { background-image: url('images/packshots-zerosugar/perzik.png'); }

.step2 .rotate-bottle.bottle21 { background-image: url('images/packshots-gazeuse/campagnepils.png'); }
.step2 .rotate-bottle.bottle22 { background-image: url('images/packshots-gazeuse/framboos.png'); }
.step2 .rotate-bottle.bottle23 { background-image: url('images/packshots-gazeuse/bubblegum.png'); }
.step2 .rotate-bottle.bottle24 { background-image: url('images/packshots-gazeuse/tropical.png'); }

.step2 .fadein {
	animation-name: fadein;
	animation-duration: 2800ms;
	animation-iteration-count: 1;
	opacity: 1;
}

@keyframes reveal {
	  0% { opacity: 0; max-height: 0; }
	 85% { opacity: 0; max-height: 0; }
	100% { opacity: 1; max-height: 2000px; }
}

@keyframes reveal-bounce {
	  0% { bottom: -200px; opacity: 0; }
	 45% { bottom: -10px; opacity: 0; }
	 60% { opacity: 1; }
	 86% { bottom: -10px; }
	 90% { bottom: 0; }
	 94% { bottom: -10px; }
	 97% { bottom: 0px; }
	100% { bottom: -10px; }
}

@keyframes fadein {
	  0% { opacity: 0.5; }
	 90% { opacity: 0.5; }
	100% { opacity: 1; }
}

@keyframes bgspin {
	  0% { opacity: 0; }
	 20% { opacity: 0.75; }
	 75% { opacity: 0.75; }
	100% { opacity: 0; }
}

@keyframes spin2 {
	from { filter: blur(2px); transform:rotate(0deg); }
	to   { filter: blur(0px); transform:rotate(2763deg); }
}

@keyframes slideUp {
	  0% { transform: translateY(35%); }
	100% { transform: translateY(0); }
}

/* helaas / korting */
.step2 .rotate-bottle {
	transform: rotate(63deg);
}
@keyframes spin {
	from { transform:rotate(0deg);}
	to   { transform:rotate(2583deg);}
}

#gform_2 input {
	background-color: #eee;
}

.logo {
	width: 100%;
	max-width: 420px;
	height: auto;
	margin-bottom: 30px;
}

.logo.raak {
	width: 190px;
}

.uitje {
	width: 100%;
	display: block;
	float: left;
	margin: 0 15px 30px;
	border: 0;
	padding: 0;
	border-radius: 20px;
	overflow: hidden;
}


.uitje.card.has-border {
	border-style: solid;
	border-width: 3px;
}

a.provincie,
a.uitje {
	text-decoration: none;
}

#WinCarousel .owl-item:nth-of-type(5n+1) .uitje, .uitje:nth-of-type(5n+1) { background-color: var(--orange); }
#WinCarousel .owl-item:nth-of-type(5n+2) .uitje, .uitje:nth-of-type(5n+2) { background-color: var(--green); }
#WinCarousel .owl-item:nth-of-type(5n+3) .uitje, .uitje:nth-of-type(5n+3) { background-color: var(--purple); }
#WinCarousel .owl-item:nth-of-type(5n+4) .uitje, .uitje:nth-of-type(5n+4) { background-color: var(--salmon); }
#WinCarousel .owl-item:nth-of-type(5n+5) .uitje, .uitje:nth-of-type(5n+5) { background-color: var(--yellow); }

#WinCarouselSiropen .owl-item:nth-of-type(4n+1) .uitje { background-color: var(--orange); }
#WinCarouselSiropen .owl-item:nth-of-type(4n+2) .uitje { background-color: var(--green); }
#WinCarouselSiropen .owl-item:nth-of-type(4n+3) .uitje { background-color: var(--purple); }
#WinCarouselSiropen .owl-item:nth-of-type(4n+4) .uitje { background-color: var(--salmon); }

#WinCarouselGazeuse .owl-item:nth-of-type(3n+1) .uitje { background-color: var(--white); }
#WinCarouselGazeuse .owl-item:nth-of-type(3n+2) .uitje { background-color: var(--white); }
#WinCarouselGazeuse .owl-item:nth-of-type(3n+3) .uitje { background-color: var(--white); }
#WinCarouselGazeuse .owl-item:nth-of-type(3n+4) .uitje { background-color: var(--white); }



.provincies5 .provincie, .uitjes5 .uitje { width: calc(20% - 30px); }
.provincies4 .provincie, .uitjes4 .uitje { width: calc(25% - 30px); }
.provincies3 .provincie, .uitjes3 .uitje { width: calc(33% - 30px); }
.provincies2 .provincie, .uitjes2 .uitje { width: calc(50% - 30px); }
.provincies1 .provincie, .uitjes1 .uitje { width: calc(100% - 30px); }

.uitje .card-header {
	border: 0;
	height: 150px;
	padding: 0;
	overflow: hidden;
}

.uitje .card-header div {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: unset;
	background-position: center center;
	background-size: cover;
	transform: scale(1,1);
	transition:transform 0.2s linear;
}

.uitje:hover .card-header div {
	transform: scale(1.1,1.1);
}

.uitje .card-body {
	padding-bottom: 72px;
	min-height: 150px;
}



.item.card .card-footer,
.uitje .card-footer {
	border: 0;
	background-color: unset;
	padding-top: 0;
	padding-bottom: 15px;
	position: absolute;
	bottom: 0;
}





.uitje h6 {
	margin: 0 0 12px 0;
}

.btn-ontdek-meer {
	display: inline-block;
	width: 110px;
	height: 45px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 110px 45px;
	transition: all 0.2s;
}


.item.card.quote .card-body,
.item.card.quote .card-footer {
	text-align: center;
}

.item.card.quote .card-body .btn-pijl,
.item.card.quote .card-footer .btn-pijl {
	margin: 0 auto;
}


.btn-hover {
	transition: all 0.2s;
}
.btn-hover:hover {
	transform: rotate(4deg);
	transition: all 0.2s;
}


#ProvincieCarousel .owl-item:nth-of-type(5n+1) .btn-ontdek-meer { background-image: url('images/btn_ontdekmeer-orange.svg'); }
#ProvincieCarousel .owl-item:nth-of-type(5n+2) .btn-ontdek-meer { background-image: url('images/btn_ontdekmeer-green.svg'); }
#ProvincieCarousel .owl-item:nth-of-type(5n+3) .btn-ontdek-meer { background-image: url('images/btn_ontdekmeer-purple.svg'); }
#ProvincieCarousel .owl-item:nth-of-type(5n+4) .btn-ontdek-meer { background-image: url('images/btn_ontdekmeer-salmon.svg'); }
#ProvincieCarousel .owl-item:nth-of-type(5n+5) .btn-ontdek-meer { background-image: url('images/btn_ontdekmeer-yellow.svg'); }

.uitje:hover .btn-ontdek-meer {
	transform: rotate(4deg);
	transition: all 0.2s;
}

.uitje:hover {
	cursor: pointer;
}

.btn-alle-prijzen {
	position: absolute;
	right: 12%;
	bottom: -190px;
	width: 190px;
	z-index: +1;
}


.btn-alle-uitjes {
	width: 200px;
	margin: 25px auto 30px;
}

.provincies .provincie {
	width: 100%;
	margin: 0 15px 30px;
	background-image: url(images/provincie-fill.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
}

.provincies .provincie div {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

.provincies .owl-item:nth-of-type(5n+1) .provincie 			{  }
.provincies .owl-item:nth-of-type(5n+1) .provincie div		{  }
.provincies .owl-item:nth-of-type(5n+2) .provincie 			{ transform:scaleX(-1); transform:scaleY(-1); }
.provincies .owl-item:nth-of-type(5n+2) .provincie div		{ transform:scaleX(-1); transform:scaleY(-1); }
.provincies .owl-item:nth-of-type(5n+3) .provincie 			{ transform:scaleY(-1); }
.provincies .owl-item:nth-of-type(5n+3) .provincie div		{ transform:scaleY(-1); }
.provincies .owl-item:nth-of-type(5n+4) .provincie 			{ transform:scaleX(-1); }
.provincies .owl-item:nth-of-type(5n+4) .provincie div		{ transform:scaleX(-1); }
.provincies .owl-item:nth-of-type(5n+5) .provincie 			{ transform:scaleY(-1); }
.provincies .owl-item:nth-of-type(5n+5) .provincie div		{ transform:scaleY(-1);}

.uitje:hover {
	margin-top: -5px;
	margin-bottom: 35px;
	transition: all 0.2s;
}

.provincies a.provincie:hover {
	margin-top: -5px;
	margin-bottom: 35px;
	transition: all 0.2s;
}

.modal#actievoorwaarden {
	max-height: 85vh;
}

body.modal-open {
	padding-right: 0 !important;
}

.modal-content:not(.not-round) {
	filter: url(#round10);
}



.modal-content .modal-body,
.page-template-page-2024-actie-gazeuse .modal-content .modal-body {
	background: #ffffff;
}

.page-template-page-2024-actie-siropen .modal-content .modal-body {
	/* background: url('images/bg_stippen.png'); */
	background: #ffffff;
}



.modal-content .modal-body .soort-te-winnen .leeftijd {
	display: none;;
}

.modal-content {
	border: 0;
	border-radius: 0;
	background-color: transparent;
	padding: 10px;
}

.modal-body:not(.not-clip) {
	clip-path: polygon(1% 0, 99% 2%, 100% 98%, 0 100%);
	-webkit-clip-path: polygon(1% 0, 99% 2%, 100% 98%, 0 100%);
}

.modal-body {
	padding: 30px 35px 35px;
}

.btn-close {
	position: absolute;
	right: 30px;
	top: 30px;
	z-index: +1;
}

.modal h3 {
	margin-bottom: 5px;
}

.modal-body ppppp {
	margin-bottom: 18px;
}

.modal-body {
	font-size: 15px;
	line-height: 18px;
}

.modal-body p {
	display: inline-block;
}

.gallery .content img {
	width: 100%;
	margin-bottom: 10px;
}

.gallery .thumb {
	width: calc(20% - 8px);
	margin-right: 10px;
	margin-bottom: 10px; 
	float: left;
	cursor: pointer;
}

.gallery .thumb:nth-of-type(5) {
	margin-right: 0;
}
.cats {
	font-size: 12px;
}


.biglink {
	font: 400 normal 25px/25px 'Londrina Solid';
	color: var(--red);
	text-decoration: none !important;
	transition: all 0.2s;
	margin: 0 0 0 0;
}

.btn {
	font: 400 normal 25px/25px 'Londrina Solid';
	background-color: var(--red);
	color: #ffffff !important;
	padding: 10px 15px;
	border-radius: 12px;
	text-decoration: none !important;
	transition: all 0.2s;
	margin: 0 0 0 0;
}

.biglink:hover {
	transition: all 0.2s;
	margin: 0 5px 0 -5px;
}

.btn:hover {
	transition: all 0.2s;
	/* margin: 0 5px 0 -5px; */
}

.small.btn {
	font: 400 normal 18px/18px 'Londrina Solid';
	background-color: var(--red);
	padding: 5px 10px;
	margin: 0 5px 5px 0;
}
.small.btn:hover {
	margin: 0 5px 5px 0;
	opacity: 0.8;
}


.tiktok-video-container {
	
}

.sb-post-item-image-wrap {
	/* aspect-ratio: 0.56/1; */
	width: 100%;
	/* height: 100% !important; */
}

.uitje-logo {
	max-width: 125px;
	max-height: 100px;
	margin: 10px 0 0 0;
}

.alt_map_img {
	margin-top: 18px;
	margin-bottom: 8px;
	border: 1px solid #ccc;
}


/*************** UITJES SLIDER ***************/
.owl-wrapper {
	display: flex !important;
	padding-top: 5px;
}

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel {
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	position: relative;
	-webkit-transform: translate3d(0,0,0);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
	display: flex;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.grabbing {
	cursor: move;
	cursor: grab;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}


#WinCarousel,
#WinCarouselSiropen,
#WinCarouselGazeuse,
#ProvincieCarousel {
	margin: 0 20px 20px;
	width: calc(100% - 40px);
}

.owl-controls .owl-buttons div {
	position: absolute;
	top: calc(50% - 25px);
	padding: 5px;
	opacity: 1;
}

.owl-controls .owl-buttons div:hover {
	opacity: 0.8;
	transition: all 0.1s;
}

.owl-controls .owl-buttons .owl-prev 		{ left: -25px; }
.owl-controls .owl-buttons .owl-next 		{ right: -25px; }
.owl-controls .owl-buttons .owl-prev:hover  { left: -30px; }
.owl-controls .owl-buttons .owl-next:hover  { right: -30px; }

.owl-controls .owl-buttons .owl-prev,
.owl-controls .owl-buttons .owl-next {
	width: 30px;
	height: 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	background-image: url('images/arrow.svg');
}

.owl-controls .owl-buttons .owl-next {
	transform: rotate(180deg);
}

.filter-heading {
	position: relative;
	cursor: pointer;
}

.filter-heading .filter-icon {
	color: var(--salmon);
	font-size: 19px;
	line-height: 24px;
	position: absolute;
	right: 0px;
	top: 3px;
	transform: rotate(0deg);
	transition: transform 0.2s;
}

.filter-heading.active .filter-icon {
	transform: rotate(180deg);
	transition: transform 0.3s;
}

.filter-toggle-top .filter-icon {
	transform: rotate(0deg);
}

.filter-toggle-top.active .filter-icon {
	transform: rotate(180deg);
}

.filter-body {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-out;
}

.filter-body.active {
	height: auto;
	max-height: 1999px;
	transition: max-height 0.5s ease-out;
}


/******  FORMS ******/

/* Newsletter subscribe confirmation message */
#gform_confirmation_message_3 {
	margin-left: -50%;
}


.gform_wrapper.gravity-theme .gform_validation_errors>h2 .gform-icon,
.gform_required_legend,
.hidden_label .gfield_label {
	display: none !important;
}

.gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 9px !important;
}

.gform_wrapper.gravity-theme .gform_footer {
	display: block !important;
	text-align: right;
	padding: 0 !important;
}

.formcard {
	width: 100%;
	max-width: 540px;
	/* margin: 0px auto 150px; */
	/* margin: 0px auto 90px; */
	margin: 10px auto 40px;
}

.formcard .formcard-inner {
	position: relative;
	min-height: 350px;
	padding: 15px 30px;
	background-image: url(images/form-fill-orange.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}

.formcard h2.schuin {
	color: #ffffff;
	transform: rotate(-2deg);
}

form {
	max-width: 85%;
}

#gform_wrapper_1 form .gfield_checkbox label {
	color: #ffffff;
}



#gform_wrapper_8 .gform_footer {
	margin-top: -40px;
}


form input.form-control,
form select.form-select,
form .form-check-input {
	border: 0 !important;
	outline: none !important;
}

form input.form-control,
form select.form-select {
	margin-bottom: 10px;
}

#gform_submit_button_1,
#gform_submit_button_8 {
	width: 180px;
	margin: -44px 0 5px 0 !important;
	margin-bottom: 10px;
	transition: all 0.1s;
}
#gform_submit_button_1:hover,
#gform_submit_button_8:hover {
	margin-right: -10px !important;
	transition: all 0.3s;
}

.formcard .packshot {
	position: absolute;
	width: 60px;
	right: 30px;
	bottom: 30px;
}

.formcard .vulin {
	position: absolute;
	width: 95px;
	right: 140px;
	top: 30px;
	transform: rotate(-33deg);
}

form a {
	color: #fff;
	text-decoration: underline;
}
form a:hover {
	color: #fff;
	text-decoration: none;
}

.gfield_error input[type=email],
.gfield_error input[type=number],
.gfield_error input[type=tel],
.gfield_error input[type=text],
.gfield_error textarea,
input[type=email],
input[type=number],
input[type=tel],
input[type=text],
select,
textarea {
	font: 600 normal 15px/20px 'puffin', Arial, Helvetica, Verdana, sans-serif;
	padding: 7px 10px 5px !important;
	margin: 0 0 10px 0;
	width: 100%;
	border: 0;
	border-radius: 4px;
}

select {
	padding: 6px 20px 4px 6px !important;
}

.gfield_error input[type=email]:focus,
.gfield_error input[type=number]:focus,
.gfield_error input[type=tel]:focus,
.gfield_error input[type=text]:focus,
.gfield_error textarea:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=text]:focus,
select:focus,
textarea:focus {
	color: #000000 !important;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25) !important;
}

input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
textarea::placeholder,
select {
	text-transform: uppercase;
}

select option {
	text-transform: none;
}

.gfield_error input[type=email]::placeholder,
.gfield_error input[type=number]::placeholder,
.gfield_error input[type=tel]::placeholder,
.gfield_error input[type=text]::placeholder,
.gfield_error textarea::placeholder,
.gfield_error select {
	color: red;
}

.formcard .gform_wrapper.gravity-theme .gform_validation_errors>h2,
.formcard .gform_wrapper.gravity-theme .gfield_validation_message, 
.formcard .gform_wrapper.gravity-theme .validation_message {
	background: transparent;
	border: none;
	padding: 0;
	color: #ffffff;
	margin-top: 2px;
}

.formcard .gform_wrapper.gravity-theme .gform_validation_errors {
	background: transparent;
	border: none;
	padding: 0;
	color: #ffffff;
	box-shadow: none;
	margin: 0;
	position: relative;
	width: 100%;
}

.formcard .gform_wrapper.gravity-theme .gform_validation_errors>h2 {
	font-size: 20px;
	line-height: 26px;
	padding: 10px 0;
}


#gform_submit_button_2 {
	border-radius: 6px;
	text-shadow: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	padding: 5px 15px;
	font-size: 16px;
	color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: var(--red) !important;
	background: var(--red) !important;
	text-decoration: none;
	margin: -10px 0 25px;
}

#gform_submit_button_2:hover {
	color: #ffffff;
	border-color: var(--red);
	background: var(--red);
	opacity: 0.8;
}



.zakelijk .card {
	display: flex;
	justify-content: center;
	background-color: #f1bcb1;
	padding: 10px 40px;
	border: none;
	margin: 0 0 0 10px;
	border-radius: 20px;
	text-align: center;
}

.zakelijk .card:first-of-type {
	padding: 30px 50px 35px;
	margin: 0 10px 0 0;
}

.zakelijk .card .pijl {
	position: absolute;
	right: 26px;
	bottom: 26px;
	transition: all 0.2s;
}


.zakelijk .card:hover .pijl {
	transform: rotate(4deg);
	transition: all 0.2s;
}


.gform_wrapper.gravity-theme #gform_5 input,
.gform_wrapper.gravity-theme #gform_6 input,
.gform_wrapper.gravity-theme #gform_5 file,
.gform_wrapper.gravity-theme #gform_6 file,
.gform_wrapper.gravity-theme #gform_5 select,
.gform_wrapper.gravity-theme #gform_6 select {
	font: 500 normal 15px/20px 'puffin', Arial, Helvetica, Verdana, sans-serif;
	text-transform: none;
}


.gform_wrapper.gravity-theme .gfield_label {
	font-size: 16px;
	line-height: 22px;
}

.gform_wrapper.gravity-theme .left_label fieldset {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.gform_wrapper.gravity-theme .ginput_container_address {
	margin-left: 0%;
	margin-right: 0%;
}
.gform_wrapper.gravity-theme .ginput_container_address span {
	padding-left: 0;
	padding-right: 0;
}
.gform_wrapper.gravity-theme .ginput_container_address .address_zip {
	margin-right: 2%;
	flex: 0 0 48%;
}




input[type=number]:read-only,
input[type=text]:read-only {
	padding-left: 0 !important;
}

.gform_wrapper.gravity-theme .left_label .gfield_label, .gform_wrapper.gravity-theme .right_label .gfield_label {
	padding: 4px 0;
}

.gform_wrapper.gravity-theme .gfield_description {
	padding-top: 3px;
	padding-left: 1px;
	font-style: italic;
	font-size: 12px;
}

.gform_wrapper.gravity-theme .ginput_quantity_label {
	font-size: 16px;
	top: 4px;
	position: relative;
	margin-right: 10px;
	float: left;
}
.gform_wrapper.gravity-theme .ginput_quantity_label::after {
}

.ginput_product_price_wrapper {
	
}

.gform_wrapper.gravity-theme .gfield .ginput_quantity {
	float: left;
	margin-right: 10px;
}


.gform_wrapper.gravity-theme .ginput_product_price_label,
.gform_wrapper.gravity-theme .ginput_product_price {
	font-size: 16px;
	top: 3px;
	display: inline-block;
	position: relative;
	text-transform: lowercase;
}

.gform_wrapper.gravity-theme #gform_5 .gform_footer,
.gform_wrapper.gravity-theme #gform_6 .gform_footer {
	text-align: left;
}
#gform_submit_button_5,
#gform_submit_button_6 {
	border-radius: none !important;
	text-shadow: none !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	padding: 0 !important;
	border: none !important;
	background: unset !important;

	font: 400 normal 25px/25px 'Londrina Solid' !important;
	color: var(--red) !important;
	text-decoration: none !important;
	transition: all 0.2s;
	margin: 10px 0 25px 30%;
}

#gform_submit_button_5:hover,
#gform_submit_button_6:hover {
	transition: all 0.2s;
	margin: 10px 0 25px 31%;
}

#gform_wrapper_5 .gform_wrapper.gravity-theme .gfield_validation_message, 
#gform_wrapper_5 .gform_wrapper.gravity-theme .validation_message,
#gform_wrapper_6 .gform_wrapper.gravity-theme .gfield_validation_message, 
#gform_wrapper_6 .gform_wrapper.gravity-theme .validation_message {
	margin-left: 30%;
	width: 70%;
}

/*********** FAQ / Accordion item ***********/
.faq-container {
	border-bottom: 1px solid #ccc;
}

.faq-title {
	cursor: pointer;
	width: 100%;
	padding: 12px 0;
	display: block;
	text-decoration: none;
}

.faq-title h2 {
	display: inline-block;
	max-width: calc(100% - 26px);
}

.faq-title .faq-icon  {
	margin: 0 12px 0 3px;
	transition: transform 0.1s;
	float: left;
	font-size: 24px;
	color: var(--red);
}

.faq-title.active .faq-icon  {
	transform: rotate(90deg);
	transition: transform 0.1s;
}

.faq-title.active,
.faq-title:hover {
	font-weight: 700;
	text-decoration: none;
}

.faq-answer {
	padding: 0 0 0 34px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease-out;
}

.faq-answer.active {
	height: auto;
	max-height: 9999px;
	transition: max-height 2.5s ease-out;
}

.faq-answer .content {
	margin-bottom: 15px;
}

.onmobile.faq-container {
	border: none;
	padding-top: 0;
	margin-bottom: 0;
}
.onmobile .faq-title.active,
.onmobile .faq-title:hover {
	font-weight: normal;
	text-decoration: none;
}
.onmobile .faq-title .faq-icon {
	display: none;
}
.onmobile .faq-answer {
	padding: 0;
	height: auto;
	max-height: 9999px;
}

/************** MAPBOX ***************/
.locations-map {
	width: 100%;
	height: 160px;
	border: 1px solid #cccccc;
	overflow: hidden;
	margin-top: 18px;
	margin-bottom: 8px;
}

.marker {
	margin-top: -25px;
	width: 40px;
	height: 50px;
}

.marker::before {
	content: " ";
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50% 50% 0 50%;
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
	transform: rotate(45deg);
}

.marker::after {
	content: " ";
	position: absolute;
	top: 10px;
	left: 10px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	z-index: +1;
}

.mapboxgl-popup-content p {
	margin-bottom: 0;
}

.mapboxgl-popup .mapboxgl-popup-content {
    padding: 10px 20px 15px 10px;
    min-width: 200px;
}

button.mapboxgl-popup-close-button {
	color: #333333 !important;
}

.social-links {
	margin: 10px 0 0;
}

.social-links .social-link {
	margin: 0 2px 0 2px;
}

.social-links a {
	opacity: 0.7;
}

.social-links a:hover {
	opacity: 0.9;
}

.contentpanel {
	border: 0;
	overflow-y: clip;
	padding-bottom: 0px;
}

.equal .panel.contentpanel {
	height: calc(100% - 30px);
}

.contentpanel .panel-header {
	min-height: 300px;
	background-size: cover;
}

.contentpanel .panel-body {
	text-align: center;
	padding: 0 20px 20px;
}

.contentpanel .panel-body h3 {
	padding-bottom: 10px;
}




.lift-1 {
	margin-top: -1px;
}

.footer-top {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}


.footerwrapper {
	padding-top: 50px;
	padding-bottom: 10px;
}

.footerwrapper .content {
	text-align: center;
}

.footerwrapper .content p,
.footerwrapper .content span,
.footerwrapper .content a:not(.social-link) {
	font: 400 normal 22px/40px 'Londrina Solid', Arial, Helvetica, Verdana, sans-serif;
	text-transform: uppercase;
	color: var(--grey);
}

.social-link {
	display: inline-block;
	margin: 4px 10px;
	width: 60px;
	height: 60px;
	transition: all 0.1s;
}

.social-link:hover {
	margin: 0px 6px;
	width: 68px;
	height: 68px;
	transition: all 0.1s;
}


.footer .social-link {
	width: 40px;
	height: 40px;
	margin: 8px 5px 5px 0;
}
.footer .social-link:hover  {
	width: 44px;
	height: 44px;
	margin: 6px 3px 3px -2px;
}

.nobreak {
	white-space: nowrap;
}

.filter-toggle-top {
	display: none;
}



.footer .logo {
	max-width: 170px;
	margin-bottom: 40px;
}

.footer h3 {
	color: var(--black);
	margin-bottom: 5px;
}
.footer a {
	color: var(--white);
	line-height: 22px;
}

.footer .copyright {
	position: absolute;
	bottom: 0;
}


.social-link {
	display: inline-block;
	text-align: center;
	margin: 0 2px;
	width: 36px;
	height: 36px;
	border-radius: 30px;
	color: var(--white) !important;
	font-size: 18px;
	line-height: 36px;
}

.nobreak {
	white-space: nowrap;
}

.filter-toggle-top {
	display: none;
}













.has-wolk {
	display: flex !important;
	align-items: center!important;
}

.wolk {
	position: relative;
	aspect-ratio: 1/0.8;
	display: flex;
}

.wolk.round {
	aspect-ratio: 1/1;
}

.wolk-small {
	width: 180px;
}

.wolk.kindercola {
	aspect-ratio: 1/0.6;
}

.wolk.gazeuse {
	aspect-ratio: 1/0.6;
}

.wolk .wolk-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	aspect-ratio: 1/0.8;
}


.wolk.gazeuse .wolk-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	aspect-ratio: 1/0.6;
}


.wolk.round .wolk-background {
	aspect-ratio: 1/1;
	border-radius: 300px;
	border: 4px solid var(--black);
}



.wolk .wolk-body {
	display: flex;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 37px 20px;
	align-items: center;
}

.wolk.round .wolk-body {
	padding: 35px 25px;
}

.wolk.gazeuse .wolk-body {
	padding: 30px 50px 32px 25px;
}




.equal .item.card {
	height: calc(100% - 20px);
}

.item.card {
	border-width: 0;
	border-radius: 18px;
	margin-top: 10px;
    margin-bottom: 10px;
	transition: all 0.3s;
	overflow: hidden;
	text-decoration: none !important;
}

.item.card h3 {
	margin-bottom: 15px;
}

.item.card .card-body p {
    margin-bottom: 10px;
}

.item.card.tiktok-hover:hover, a.item.card:hover {
    text-decoration: none;
    margin-top: 0px;
    margin-bottom: 20px;
    transition: all 0.1s;
}

.raak-nl-content .item.card.has-joke,
.item.card.has-overflow-img {
	overflow: unset;
}

.raak-nl-content .item.card.has-packshot {
	background-color: transparent;
	position: relative;
	height: 230px;
}




.raak-nl-content .item.card.has-joke {
	background-color: transparent;
	position: relative;
	height: 400px;
}

.raak-nl-content .item.card.has-joke .joke-framblij img {
	position: absolute;
	width: 90px;
	height: 300px;
	left: 35px;
	top: 130px;
	transform: rotate(-9deg);
	transition: all 0.1s;
}

.raak-nl-content .item.card.has-joke .wolk {
	display: block;
	right: -10px;
	top: 90px;
	position: absolute;
	width: 210px;
	height: 210px;
	padding: 20px 10px 0px 10px;
	text-align: center;
	z-index: -1;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	transition: all 0.1s;
}

.raak-nl-content .item.card.has-joke:hover .joke-framblij img {
	transform: rotate(-20deg);
	transition: all 0.1s;
}

.raak-nl-content .item.card.has-joke:hover .wolk {
	right: -30px;
	transition: all 0.1s;
}

.raak-nl-content .item.card.has-joke:hover .wolk p {
	padding-bottom: 10px;
}

.raak-nl-content .item.card.has-joke:hover .wolk .antwoord {
	display: inline-block !important;
	color: var(--red);
}

.raak-nl-content .item.card.has-border {
	border-width: 3px;
}

.raak-nl-content .item.card h3 {
	/* max-width: 80% !important; */
}

.raak-nl-content .item.card.has-border h3 {
	text-align: center;
}

.raak-nl-content .item.card.has-image {
	aspect-ratio: 1/1.3;
}

.raak-nl-content .item.card .card-header {
	border: 0;
	min-height: 150px;
	aspect-ratio: 1/0.6;
	padding: 0;
	overflow: hidden;
	
	/* border-top-left-radius: 1rem;
	border-top-right-radius: 1rem; */
	position: relative;
}

.raak-nl-content .item.card.has-border .card-body {
	text-align: center;
}

.raak-nl-content .item.card.has-image .card-body,
.item.card .card-header:not(.has-tiktok) div {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: unset;
	background-position: center center;
	background-size: 102% auto;
	transform: scale(1,1);
	transition: all 0.3s linear;
}

a.item.card.has-image:hover .card-body,
a.item.card:hover .card-header div {
	background-size: 107% auto;
	transition: all 0.1s linear;
}

.raak-nl-content .item.card.has-overflow-img {
	margin-top: 35px;
}

.raak-nl-content .item.card.has-overflow-img .card-header {
	overflow: visible;
	text-align: center;
	height: auto;
	border-top-left-radius: 18px;
	border-top-right-radius: 18px;
}

.raak-nl-content .item.card.has-border.has-overflow-img .card-header,
.item.card.has-border .card-header {
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

.raak-nl-content .item.card.has-overflow-img .card-header img {
	width: 100%;
	max-width: 260px;
	height: auto;
	position: relative;
	transition: all 0.3s linear;
	margin-top: -40px;
}

.raak-nl-content .item.card.has-overflow-img:hover .card-header img {
	margin-top: -50px;
	transition: all 0.1s linear;
}

.raak-nl-content .item.card .card-body {
	/* padding-bottom: 80px; */
}

.raak-nl-content .item.card .card-footer {
	border: 0;
	background-color: unset;
	padding-top: 0;
	padding-bottom: 15px;
	/* position: absolute; */
	bottom: 0;
}

.raak-nl-content a.item.card:hover {
	text-decoration: none;
	margin-top: -10px;
	margin-bottom: 30px;
	transition: all 0.1s;
}

.raak-nl-content a.item.card.has-overflow-img:hover {
	margin-top: 25px;
}

.raak-nl-content .item.card.quote .card-header {
	display: none;
}

.raak-nl-content .item.card.quote .card-body,
.raak-nl-content .item.card.quote .card-footer {
	text-align: center;
}

.raak-nl-content .item.card.quote .card-body .btn-pijl,
.raak-nl-content .item.card.quote .card-footer .btn-pijl {
	margin: 0 auto;
}

.raak-nl-content .btn-pijl {
	position: relative;
	transform: rotate(-3deg);
	transition: all 0.3s;
	width: 125px;
	text-align: left;
	cursor: pointer;
}


.raak-nl-content .btn-pijl svg {
	width: calc(100% - 10px);
	height: auto;
}

.raak-nl-content a.item.card:hover .btn-pijl {
	transform: rotate(2deg);
	transition: all 0.1s;
}


.raak-nl-content .social-link {
	display: inline-block;
	margin: 4px 10px;
	width: 60px;
	height: 60px;
	transition: all 0.1s;
}

.raak-nl-content .social-link:hover {
	margin: 0px 6px;
	width: 68px;
	height: 68px;
	transition: all 0.1s;
}

.raak-nl-content .footer .social-link {
	width: 40px;
	height: 40px;
	margin: 8px 5px 5px 0;
}

.raak-nl-content .footer .social-link:hover  {
	width: 44px;
	height: 44px;
	margin: 6px 3px 3px -2px;
}


#tiktok-feed-feed-0 .tiktok-feed-item {
	padding: 0 !important;
}

.sb-post-item-author {
	display: none !important;
}



.item.card .card-header {
    border: 0;
    /* min-height: 150px; */
    aspect-ratio: 1 / 0.5;
    padding: 0;
    overflow: hidden;
    position: relative;
}


.social-link {
    display: inline-block;
    margin: 4px 10px;
    width: 60px;
    height: 60px;
    transition: all 0.1s;
}


/* Nieuwsbrief */

.subscribenewsletter {
	margin: 20px 0;
	text-align: center;
	width: 66%;
    margin-left: 33%;
}

#gform_3 {
	max-width: unset;
}

#gform_3 input[type=email] {
	width: 100%;
	/* max-width: 300px; */
	margin: 15px 7px 0;
	float: left;
	padding: 10px 15px !important;
	border-radius: 9px;
	border: none;
	font-weight: 400;
}

#gform_3 input[type=email]::placeholder {
	text-transform: none;
	font-weight: 400;
}

#gform_submit_button_3 {
	position: relative;
	transform: rotate(-3deg);
	text-align: left;
	background-color: transparent;
	border: none;
	background-image: url('images/btn_pijl.svg');
	background-repeat: no-repeat;
	background-size: auto;
	width: 120px;
    height: 46px;
	padding-left: 10px;
	transition: all 0.2s;
    font: 400 normal 17px / 17px 'Londrina Solid', Arial, Helvetica, Verdana, sans-serif;
    text-transform: uppercase;
    margin: 0;
}

#gform_submit_button_3:hover {
	margin-left: 10px;
	transition: all 0.2s;
}

#gform_submit_button_3 {
	margin-left: 10px;
}
#gform_submit_button_3:hover {
	margin-left: 20px;
}




/************* RESPONSIVE *************/
.desktop 	{ display: block; }
.mobile, .mobilebut	{ display: none; }

@media (min-width: 1200px) {
	.col-20 { width: 20%; }

}

@media (max-width: 1199.98px) {
	.korting,
	.helaas,
	.yes {
		width: 280px;
	}
}


/* Bootstrap Breakpoint - Large devices (desktops, 992px and up) */
@media (max-width: 991.98px) {
	.desktop 	{ display: none; }
	.mobile 	{ display: block; }
	.provincies5 .provincie, .uitjes5 .uitje { width: calc(25% - 30px); }
	.provincies4 .provincie, .uitjes4 .uitje { width: calc(33% - 30px); }
	.provincies3 .provincie, .uitjes3 .uitje { width: calc(50% - 30px); }
	.provincies2 .provincie, .uitjes2 .uitje { width: calc(100% - 30px); }
	.modal .image_output,
	.modal .thumb_output,
	.btn-kies {
		display: none;
	}
	.logo-walibi {
		position: relative;
		right: unset;
		left: calc(100% - 236px);
		bottom: 10px;
	}

	h1.underline, h2.underline, h1 span, h2 span {
		background: none;
	}

	.korting,
	.helaas,
	.yes {
		width: 220px;
	}
}

/* Bootstrap Breakpoint - Medium devices (tablets, 768px and up) */
@media (max-width: 767.98px) {

	form {
		max-width: 100%;
	}
	

	.has-uitje-logo {
		text-align: center;
	}
	.uitje-logo {
		margin: 0 auto 10px;
	}

	.korting,
	.helaas,
	.yes {
		width: 165px;
	}

	.provincies5 .provincie, .uitjes5 .uitje { width: calc(33% - 30px); }
	.provincies4 .provincie, .uitjes4 .uitje { width: calc(50% - 30px); }
	.provincies3 .provincie, .uitjes3 .uitje { width: calc(100% - 30px); }

	.schuin-boven 			{ clip-path: polygon(0 1%, 100% 0%, 100% 100%, 0 100%); -webkit-clip-path: polygon(0 1%, 100% 0%, 100% 100%, 0 100%); }
	.schuin-boven-2			{ clip-path: polygon(0 2%, 100% 0%, 100% 100%, 0 100%); -webkit-clip-path: polygon(0 2%, 100% 0%, 100% 100%, 0 100%); }
	.schuin-onder 			{ clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 99%);   -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 99%);   }
	.schuin-onder-2 		{ clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 98%);   -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 98%);   }
	.schuin-onder-3 		{ clip-path: polygon(0 0, 100% 0%, 100% 93%, 0 100%);   -webkit-clip-path: polygon(0 0, 100% 0%, 100% 93%, 0 100%);   }
	.schuin-boven-onder		{ clip-path: polygon(0 2%, 100% 0%, 100% 100%, 0 98%);  -webkit-clip-path: polygon(0 2%, 100% 0%, 100% 100%, 0 98%);  }

	.schuin-boven-rechts-1	{ clip-path: polygon(0 1%, 100% 0%, 100% 100%, 0 100%);  -webkit-clip-path: polygon(0 1%, 100% 0%, 100% 100%, 0 100%); }
	.schuin-boven-rechts-2	{ clip-path: polygon(0 2%, 100% 0%, 100% 100%, 0 100%);  -webkit-clip-path: polygon(0 2%, 100% 0%, 100% 100%, 0 100%); }
	.schuin-boven-rechts-3	{ clip-path: polygon(0 3%, 100% 0%, 100% 100%, 0 100%);  -webkit-clip-path: polygon(0 3%, 100% 0%, 100% 100%, 0 100%); }
	.schuin-boven-rechts-4	{ clip-path: polygon(0 4%, 100% 0%, 100% 100%, 0 100%); -webkit-clip-path: polygon(0 4%, 100% 0%, 100% 100%, 0 100%);}
	.schuin-boven-rechts-5	{ clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0 100%); -webkit-clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0 100%);}
	.schuin-boven-rechts-6	{ clip-path: polygon(0 6%, 100% 0%, 100% 100%, 0 100%); -webkit-clip-path: polygon(0 6%, 100% 0%, 100% 100%, 0 100%);}
	.schuin-boven-rechts-7	{ clip-path: polygon(0 7%, 100% 0%, 100% 100%, 0 100%); -webkit-clip-path: polygon(0 7%, 100% 0%, 100% 100%, 0 100%);}

	.schuin-boven-links-1	{ clip-path: polygon(0 0, 100% 1%, 100% 100%, 0 100%);   -webkit-clip-path: polygon(0 0, 100% 1%, 100% 100%, 0 100%);  }
	.schuin-boven-links-2	{ clip-path: polygon(0 0, 100% 2%, 100% 100%, 0 100%);   -webkit-clip-path: polygon(0 0, 100% 2%, 100% 100%, 0 100%);  }
	.schuin-boven-links-3	{ clip-path: polygon(0 0, 100% 3%, 100% 100%, 0 100%);   -webkit-clip-path: polygon(0 0, 100% 3%, 100% 100%, 0 100%);  }
	.schuin-boven-links-4	{ clip-path: polygon(0 0, 100% 4%, 100% 100%, 0 100%);  -webkit-clip-path: polygon(0 0, 100% 4%, 100% 100%, 0 100%); }
	.schuin-boven-links-5	{ clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 100%);  -webkit-clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 100%); }
	.schuin-boven-links-6	{ clip-path: polygon(0 0, 100% 6%, 100% 100%, 0 100%);  -webkit-clip-path: polygon(0 0, 100% 6%, 100% 100%, 0 100%); }
	.schuin-boven-links-7	{ clip-path: polygon(0 0, 100% 7%, 100% 100%, 0 100%);  -webkit-clip-path: polygon(0 0, 100% 7%, 100% 100%, 0 100%); }

	.schuin-onder-rechts-1	{ clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 99%);    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 99%);   }
	.schuin-onder-rechts-2	{ clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 98%);    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 98%);   }
	.schuin-onder-rechts-3	{ clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 97%);    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 97%);   }
	.schuin-onder-rechts-4	{ clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 96%);    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 96%);   }
	.schuin-onder-rechts-5	{ clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 98%);    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 98%);   }
	.schuin-onder-rechts-6	{ clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 94%);    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 94%);   }
	.schuin-onder-rechts-7	{ clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 93%);    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 93%);   }

	.schuin-onder-links-1	{ clip-path: polygon(0 0, 100% 0%, 100% 99%, 0 100%);    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 99%, 0 100%);   }
	.schuin-onder-links-2	{ clip-path: polygon(0 0, 100% 0%, 100% 98%, 0 100%);    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 98%, 0 100%);   }
	.schuin-onder-links-3	{ clip-path: polygon(0 0, 100% 0%, 100% 97%, 0 100%);    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 97%, 0 100%);   }
	.schuin-onder-links-4	{ clip-path: polygon(0 0, 100% 0%, 100% 96%, 0 100%);    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 96%, 0 100%);   }
	.schuin-onder-links-5	{ clip-path: polygon(0 0, 100% 0%, 100% 98%, 0 100%);    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 98%, 0 100%);   }
	.schuin-onder-links-6	{ clip-path: polygon(0 0, 100% 0%, 100% 94%, 0 100%);    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 94%, 0 100%);   }
	.schuin-onder-links-7	{ clip-path: polygon(0 0, 100% 0%, 100% 93%, 0 100%);    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 93%, 0 100%);   }

	.schuin-boven-onder-1	{ clip-path: polygon(0 1%, 100% 0%, 100% 100%, 0 99%);   -webkit-clip-path: polygon(0 1%, 100% 0%, 100% 100%, 0 99%);  }
	.schuin-boven-onder-2	{ clip-path: polygon(0 2%, 100% 0%, 100% 100%, 0 98%);   -webkit-clip-path: polygon(0 2%, 100% 0%, 100% 100%, 0 98%);  }
	.schuin-boven-onder-3	{ clip-path: polygon(0 3%, 100% 0%, 100% 100%, 0 97%);   -webkit-clip-path: polygon(0 3%, 100% 0%, 100% 100%, 0 97%);  }
	.schuin-boven-onder-4	{ clip-path: polygon(0 4%, 100% 0%, 100% 100%, 0 96%);  -webkit-clip-path: polygon(0 4%, 100% 0%, 100% 100%, 0 96%); }
	.schuin-boven-onder-5	{ clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0 98%);  -webkit-clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0 98%); }
	.schuin-boven-onder-6	{ clip-path: polygon(0 6%, 100% 0%, 100% 100%, 0 94%);  -webkit-clip-path: polygon(0 6%, 100% 0%, 100% 100%, 0 94%); }
	.schuin-boven-onder-7	{ clip-path: polygon(0 7%, 100% 0%, 100% 100%, 0 93%);  -webkit-clip-path: polygon(0 7%, 100% 0%, 100% 100%, 0 93%); }

	.wolk {
		max-width: 250px;
		float: right;
	}
}

/* Bootstrap Breakpoint - Small devices (landscape phones, 576px and up) */
@media (max-width: 575.98px) {
	h1, h2				{ font-size: 38px; line-height: 38px; }
	.formcard h2 		{ font-size: 32px; line-height: 32px; }
	h3 					{ font-size: 23px; line-height: 23px; }
	.wolk h4,
	.provincies h3 		{ font-size: 27px; line-height: 27px; }
	h4 					{ font-size: 20px; line-height: 24px; }
	h5 					{ font-size: 16px; line-height: 20px; }
	h6					{ font-size: 14px; line-height: 18px; }
	body 				{ font-size: 14px; line-height: 18px; }
	body .content		{ font-size: 16px; line-height: 20px; }
	.modal .content		{ font-size: 14px; line-height: 17px; }
	.small,.small a 	{ font-size: 13px; line-height: 14px; }
	.date 				{ font-size: 11px; line-height: 14px; }
	.nav li a 			{ font-size: 27px; line-height: 27px; }
	.provincies5 .provincie, .uitjes5 .uitje { width: calc(50% - 30px); }
	.provincies4 .provincie, .uitjes4 .uitje { width: calc(100% - 30px); }
	.modal .image_output,
	.modal .thumb_output,
	.btn-kies {
		display: none;
	}
	.modal .mobile.cats {
		margin-bottom: 15px;
	}

	.headerwrapper {
		padding: 30px 0 30px;
	}

	.page-id-1341 .container .contentpadding {
		margin-top: 0px;
		padding-top: 10px;
		margin-bottom: 30px;
	}

	.choose-bottle {
		width: 10%;
		margin: 34px 0.2% 0;
	}
	.choose-bottle:hover {
		margin-top: 0px;
	}
	
	.gazeuse2024 .choose-bottle {
		width: 8.5%;
		margin: 20px 1% 0;
	}
	.gazeuse2024 .choose-bottle:hover {
		margin-top: 0px;
	}

	.spinning-bottle {
		width: 100%;
		aspect-ratio: 1/0.7;
	}
	.result-container.step1 .step1-container { top: 0; }
	.result-container.step1 .step2-container { top: 1200px; }
	.result-container.step2 .step1-container { top: -1200px; }
	.result-container.step2 .step2-container { top: 0px; }
	.korting, .helaas, .yes {
		width: 120px;
		z-index: 10;
	}

	.korting,
	.helaas {
		right: 0px;
		top: 10px;
	}
	.yes {
		left: 0px;
		bottom: 20px;
	}
	.step2 .bgspin {
		height: 250px;
		width: 250px;
		margin-left: -125px;
		margin-top: -125px;
		z-index: 8;
	}
	.step2 .rotate-bottle {
		transform-origin: 50% 50%;
		width: 67px;
		height: 180px;
		margin-left: -44px;
		margin-top: -95px;
		z-index: 12;
	}
	.btn-scroll {
		width: 50px;
		left: calc(50% - 26px);
		display: none !important;
	}
	.navbar {
		padding: 0;
	}
	ul.nav {
		text-align: right;
	}
	ul.nav li a {
		display: inline-block;
		margin: 0 7px 10px 7px;
	}
	.formcard .formcard-inner {
		padding: 15px 20px;
	}
	.formcard {
		margin-bottom: 40px;
	}
	.formcard .vulin {
		right: 30px;
		width: 80px;
	}

	.formcard .packshot {
		/* right: 20px;
		bottom: 30px;
		width: 45px;
		z-index: unset; */
		display: none;
	}

	select {
		padding: 11px 20px 9px 6px !important;
		color: #000000;
		background-color: #ffffff;
		min-height: 42px;
	}
	.btn-alle-prijzen {
		right: 12%;
		bottom: -170px;
	}
	#gform_submit_button_1 {
		/* width: 150px; */
		margin: 5px 0 5px 0 !important;
	}
	button#responsive-menu-button {
		top: 119px;
	}
	#uitjes-filter {
		max-height: 0;
		opacity: 0;
		overflow: hidden;
		margin-bottom: 0;
		transition: all 0s, max-height 0.3s;
	}
	#uitjes-filter.active {
		max-height: 999px;
		opacity: 1;
		overflow: auto;
		margin-bottom: 20px;
		transition: all 0s, max-height 0.3s;
	}
	.filter-button {
		border-radius: 6px;
		text-shadow: none;
		box-shadow: none;
		-webkit-box-shadow: none;
		padding: 5px 15px;
		font-size: 16px;
		color: #000000;
		border-width: 1px;
		border-style: solid;
		border-color: var(--salmon) !important;
		background: var(--salmon) !important;
		text-decoration: none;
		margin: -10px 0 25px;
	}
	.filter-button:hover {
		color: #000000;
		border-color: var(--salmon);
		background: var(--salmon);
		opacity: 0.8;
	}
	.filter-toggle-top {
		display: block;
	}
	.filter-toggle div {
		display: inline-block;
		margin: 0;
	}
	.filter-toggle-bottom {
		position: fixed !important;
		width: 100%;
		left: 0;
		bottom: 0;
		z-index: +2;
		margin: 0;
    	padding: 25px 15px;
	}
	.filter-button  {
		text-align: center;
		display: block;
		border-radius: 10px;
		margin-left: 4px;
		margin-right: 4px;
		width: calC(100% - 8px);
	}


	.zakelijk.equal {
		display: inline-block;
	}

	.zakelijk .card {
		width: 100%;
		margin: 0 0 20px 0 !important;
		padding: 20px !important;
	}

	.wolk {
		max-width: 200px;
		float: right;
	}
	.wolk.wolk-small {
		float: right;
	}

	.wolk.siroop,
	.wolk.gazeuse {
		top: 20px;
	}

	.footer .social-link {
		width: 32px;
		height: 32px;
		margin: 8px 0px 3px 0;
	}

	.raak-nl-content .footer .social-link {
		width: 32px;
		height: 32px;
		margin: 5px 2px 3px 0;
	}

	#gform_wrapper_8 .gform_footer {
		margin-top: 10px;
	}


	.subscribenewsletter {
		width: 100%;
		margin-left: 0;
	}

	.subscribenewsletter #gform_3 input[type=email] {
		margin-left: 0;
		margin-right: 0;
	}

	.subscribenewsletter #gform_submit_button_3 {
		margin: 10px auto;
	}
}



@media (max-width: 380px) {

}
