/* header topBorder decoratie */

#header::before
{
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:8px;
	background-image:linear-gradient(180deg,darkcyan 10% ,blueviolet 35%,orchid 50%);
	
  
	opacity:0.15;
	margin-top:4px;
	
	
	

	
 filter:invert() hue-rotate(150deg);
	
	box-shadow:0px 5px 5px rgba(154, 205, 50, 0.75);
	
}





/* header bottomBorder decoratie */

#header::after
{
	
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	
	
	background-image:linear-gradient(rgba(255,0,255,0.15) ),linear-gradient(rgba(245, 212, 191,0.3)),linear-gradient(rgba(90,175,190,0.75)),linear-gradient(rgba(153, 50, 204,0.75)),linear-gradient(
  180deg,
  rgba(144, 238, 144, 0.15) 30%,       /* lightgreen */
  rgba(0, 255, 255, 0.2) 50%,         /* aqua */
  rgba(255, 210, 210, 0.4) 45%,       /* floralwhite */
  rgba(25, 190, 60, .25) 56%        /* peachpuff */
),linear-gradient(rgba(150, 155, 85, 1));
	
	background-size:100% 1px, 100% 2px, 100% 2px, 100% 1px, 100% 20px, 100% 3px;
	background-repeat:no-repeat,no-repeat,no-repeat,no-repeat,no-repeat;
	
	background-position:0px 2px,0px 4px,0px 46px, 0px 50px, 0px 23px,0px 49px;
	
	opacity:0.35;	
	

	filter:brightness(1.75) contrast(0.8);
	
	/* hue-rotate(290deg) */
	
}



/* header bottom border */

.single-post .ct-container-full
{
	margin-top:2px;
}


/* blogPost header outlineOnder */

.single-post .ct-header 
{
	outline:2px solid rgba(224,170,240,0.4);
	outline-offset:6px;
}


/* inclusief border schermbreed */

.single-post #header
{
	
	border-top:solid 4px rgba(130, 175, 240,0.3);
	
	box-shadow:0px 1px 2px rgba(175, 215, 170,0.5) , 0px 6px 10px rgba(230, 250, 250,0.15), 0px 5px 2px rgba(255,125,240,0.2),0px 1px 0px rgba(200, 215, 255, 0.8);
	border-bottom:outset 6px rgba(224, 255, 255, 0.05);
	filter:drop-shadow(0px -1px 0px  rgba(196,216,222,1));

  
	padding-bottom:4px;
	margin-bottom:7px;

	
	background-image:linear-gradient(
  90deg,
  rgba(245, 250, 250, 0.75) 20%,       /* pink */
  rgba(235, 230, 240, 0.55) 43%,       /* peachpuff */
  rgba(200, 240, 230, 0.75) 52%,       /* floralwhite */
  rgba(245, 250, 250, 0.75) 80%        /* pink again */
),linear-gradient(
  90deg,
  rgba(225, 235, 200, 0.43) 20%,   /* lightyellow */
  rgba(255, 250, 190, 0.36) 50%,       /* red */
  rgba(190, 210, 100, 0.25) 90%          /* black */
),linear-gradient(90deg,rgba(255, 233, 240, 0.75),floralwhite,rgba(255, 233, 240, 0.75)),linear-gradient(
  90deg,
  rgba(218, 112, 214, 0.35) 50%,
  rgba(0, 0, 139, 0.5) 90%,
  rgba(255, 0, 255, 0.4) 150%
);
	
	background-repeat:no-repeat,repeat-x,no-repeat,repeat-x;
	
	background-size:100% 8px, 4px 6px,100% 1px,4px 1px;
	
	background-position:bottom -5px  left, bottom -6px left,bottom 3px  left,bottom 0px right;
	
  background-clip:border-box;	
}


/* top header overlay bovenaan */


#main-container::before
{
	content:"";
	position:absolute;
	width:100%;
	height:57px;
	top:0;
	left:0;
	background-image:linear-gradient(
  180deg,
  rgba(255, 192, 203, 0.55) 30%,        /* pink */
  rgba(255, 250, 240, 0.75) 44%,        /* floralwhite */
  rgba(127, 255, 212, 0.35) 70%,        /* aquamarine */
  rgba(144, 238, 144, 0.55) 110%        /* lightgreen */
),linear-gradient(aqua,orchid),linear-gradient(-170deg,darkgoldenrod 30%,darkred 40%,palevioletred 90%),linear-gradient(90deg, rgba(255, 255, 255, 0.45), rgba(128, 0, 128, 0.65));
	
	background-size:100% 100%,4px 2px,80px 4px, 10px 1px;
	background-repeat:no-repeat,repeat,repeat-x,repeat-x;
	
	background-blend-mode:hue,color-burn,hard-light,normal;
	
	background-position:0px,0px,0px 0px,0px 53px;


	mix-blend-mode:color-dodge;	
	filter:brightness(2.2) contrast(0.5);
	
}



/* stripz nxt */

/*
[data-prefix="blog"]::after
{
	content:"";
	position:absolute;
	
	width:100%;
	height:4px;
	
		
	background-size:20px 4px;
	background-image:linear-gradient(-170deg,yellowgreen 30%,darkcyan 40%,palegreen 90%);
	
	background-repeat:repeat-x;
	filter:brightness(1.85) contrast(0.8) saturate(3.5) hue-rotate(90deg) drop-shadow(0px 1px rgba(154, 205, 50, 0.5));
	

	opacity:0.8;

}
*/

/* header xtra decoration */
/* strpz */

#main-container #header div[data-row="top:boxed"]::before
{
	content:"";
	position:absolute;

	
	width:14px;
	height:316px;
	background-image:url('http://flippant.eu/wp-content/uploads/2025/08/stripR.png');

	
	left:calc(50% + 632px);
	top:53px;

	filter:saturate(3) brightness(1.19) contrast(0.82);
}




/* top plus bottom borderDecorationMENU */


#main-container #header div[data-column-set="2"]::after
{
	content:"";
	position:absolute;
	

  top:-57px;
	left:0;
	width:100%;
	height:395px;
	
		background-size:20px 5px, 100% 3px;
	background-image:url('http://flippant.eu/wp-content/uploads/2025/08/nm.png'),  repeating-linear-gradient(
  to bottom,
  #eaeeeb 0px, #eaeeeb 1px,
  #bdf1ee 1px, #bdf1ee 2px,
  #efdded 2px, #efdded 3px
);
	
	background-repeat:repeat-x,repeat-x;
	background-position:top right, bottom 2px right;
	
	z-index:100;
	
	pointer-events:none;
}



/* menu xtra outlines overlay */

#header .ct-container div div::before
{
	 content:"";
	 position:absolute;
	 
	 width:1280px;
	 height:100%;
	
	top:0;
	
	 
   background-image:linear-gradient(rgba(0, 206, 209, 0.1)), linear-gradient(rgba(218, 112, 214, 0.1)),linear-gradient(rgba(255, 255, 0, 0.27)),repeating-linear-gradient(90deg,rgba(144, 238, 144, 0.4) 0px, rgba(255, 155, 40, 0.2) 1px, rgba(255, 175, 0, 1) 2px);
	
	background-size:100% 1px, 100% 1px,1px 100%,837px 1px;
	background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;
	background-position:0px 5px, 0px 2px,5px 0px,0px 313px;
	

	
	box-shadow:0px -2px 0px rgba(255, 250, 185, 0.5), 1px 0px 4px rgba(240, 115, 250, 0.35),5px 0px 0px rgba(255,255,255,0.73),-5px 0px 0px rgba(255,255,255,0.52),1px 0px 0px rgba(0,0,0,0.05),-1px 0px 0px rgba(0,0,0,0.063);
	
	filter:drop-shadow(0px -1px 0px rgba(0, 185, 150, 0.35));

}



/* menu decoratie links vlak buitenkant */

#header .ct-container::before
{
	content:"";
	position:absolute;
	width:94.5%;
	height:240px;
	top:64px;
	left:83px;
	
  
	
	background-image:repeating-linear-gradient(
  -230deg,
  rgba(127, 255, 190, 0.55) 20%,     /* aquamarine */
  rgba(175, 238, 238, 1) 30%,     /* paleturquoise */
  rgba(218, 110, 214, 0.55) 80%      /* orchid */
),repeating-linear-gradient(
  to bottom,
  rgba(0, 0, 139, 0.75) 0px,       /* darkblue */
  rgba(128, 0, 64, 0.75) 1px,     /* purple */
  rgba(245, 245, 245, 0.75) 1px,   /* whitesmoke */
  rgba(255, 0, 0, 0.4) 3px        /* red */
);
	background-size:1290px 260px, 1290px 260px;
	background-repeat:no-repeat,no-repeat,no-repeat;
	background-position:50%,50%;

	
  transform:translatex(-1310px) scalex(-1);
	
	opacity:0.03;
	pointer-events:none;
	
	filter:drop-shadow(1px -1px  rgba(218, 112, 90, 1)) brightness(1.25) drop-shadow(-1px -1px rgba(200, 90, 140, 1)) contrast(1.2) saturate(7) hue-rotate(60deg);
	
	background-blend-mode:exclusion;
}



/* menu decoratie rechts vlak buitenkant */

#header .ct-container::after
{
	content:"";
	position:absolute;
	width:94.5%;
	height:240px;
	top:64px;
	right:83px;
	
	background-image:repeating-linear-gradient(
  -230deg,
  rgba(127, 255, 190, 0.55) 20%,     /* aquamarine */
  rgba(175, 238, 238, 1) 30%,     /* paleturquoise */
  rgba(218, 110, 214, 0.55) 80%      /* orchid */
),repeating-linear-gradient(
  to bottom,
  rgba(0, 0, 139, 0.75) 0px,       /* darkblue */
  rgba(128, 0, 64, 0.75) 1px,     /* purple */
  rgba(245, 245, 245, 0.75) 1px,   /* whitesmoke */
  rgba(255, 0, 0, 0.4) 3px        /* red */
);
	background-size:1290px 260px, 1290px 260px;
	background-repeat:no-repeat,no-repeat,no-repeat;
	background-position:50%,50%;

	
  transform:translatex(1310px) scalex(1);
	
	opacity:0.03;
	pointer-events:none;
	
	filter:drop-shadow(1px -1px  rgba(218, 112, 90, 1)) brightness(1.25) drop-shadow(-1px -1px rgba(200, 90, 140, 1)) contrast(1.2) saturate(7) hue-rotate(60deg);
	
	background-blend-mode:exclusion;
}


/* headerStyling cover inkleuring*/

#header .ct-container
{

	background-image:linear-gradient(rgba(128, 0, 128,0.1),rgba(0, 255, 255,0.1)),linear-gradient(rgba(255,0,0,0.23),rgba(255,255,255,0.4)),linear-gradient(rgba(255,0,0,0.23),rgba(255,255,255,0.4)),linear-gradient(180deg,rgba(255,0,0,0.17) 40%,yellow 70%),linear-gradient(180deg,rgba(255,0,0,0.3) 40%,rgba(0, 215, 235, 0.5) 70%),linear-gradient(180deg,rgba(154, 205, 50, 0.3) 50%,rgba(255, 0, 255, 0.22) 20%),linear-gradient(180deg,rgba(154, 205, 50, 0.35) 50%,rgba(255, 0, 255, 0.1) 20%),linear-gradient(rgba(164, 224, 180,0.55) 50%,rgba(218, 112, 225, 0.5) 90%),linear-gradient(palegoldenrod,greenyellow);
	
	background-repeat:repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat;
	
	background-size:100% 100%,1px 50px,1px 50px, 1px 120px, 1px 120px,1px 100px,1px 100px,1px 100px,1px 100px;
	
	background-position:top left, top left,top 50px right 1px, bottom 190px left 1px , bottom 190px right 1px, bottom right,bottom 50px left 3px,bottom left,top 50px right 2px;
	

	border-left:1px dashed rgba(19,126,90,0.4);
	border-right:1px dashed rgba(19,126,90,0.4);
	
	box-shadow:-1px 0px 0px rgb(30, 140, 255,0.15),1px 0px 0px rgb(130, 200, 255,0.15), -1000px 0px 0px  rgba(60, 90, 230, 0.1), 1000px 0px 0px rgba(60, 90, 230, 0.1),-2px 0px 0px rgba(50, 205, 50, 0.1),2px 0px 0px rgba(50, 205, 50, 0.1), -2px 0px 2px rgba(175, 225, 100, 0.5),0px 1px 2px rgba(250, 230, 230, 0.4);
	
}




/*
       * menu rightBorder inset 
*/ 
 
#main-container #header div[data-row="top:boxed"]::after
{
	content:"";
	position:absolute;
	
	width:4px;
	height:316px;
	
	left:calc(50% + 641px);
	top:53px;

	
	background-image:linear-gradient(180deg,rgba(255,90,25,0.2) 23%, rgba(168, 185, 170, 0.3) 35%,rgba(200, 152, 185, 0.35) 70%,rgba(240, 225, 80, 0.97) 120%),linear-gradient(rgba(128,128,128,0.13));
	
	background-size:1px 100%, 1px 100%;
	background-repeat:no-repeat;
	background-position:top left, top left 3px;
}


/* header zijvlakken uitlijning 
   styles */

#main-container #header div[data-device="desktop"]::before
{
	content:"";
	position:absolute;
	
	width:100%;
	height:320px;
	
	top:50px;
	

	
	background-image:url('http://flippant.eu/wp-content/uploads/2025/08/streepI.png'),url('http://flippant.eu/wp-content/uploads/2025/08/streepII.png'),url('http://flippant.eu/wp-content/uploads/2025/08/streepIm.png'),url('http://flippant.eu/wp-content/uploads/2025/08/streepIIm.png');
	background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;
	background-position:top 61px left calc(50% - 779px),top 65px left calc(50% - 1010px),top 61px right calc(50% - 774px),top 65px right calc(50% - 1010px);
	
	background-size:254px 195px ,528px 241px,254px 195px,528px 241px;
	
	
	z-index:5;
	
	opacity:1;
	
	filter:invert(0.54) brightness(1.75) drop-shadow(0px 1px rgba(255, 255, 224, 0.5)) drop-shadow(0px -2px rgba(152, 251, 152, 0.2)) saturate(1.25) drop-shadow(0px 5px 5px rgba(219, 112, 147, 0.4));
	
	mix-blend-mode:luminosity;
	
	pointer-events:none;
}

/* edit nxt */

/* header zijvlakken stippen */

#main-container #header div[data-device="desktop"]::after
{
	content:"";
	position:absolute;
	
	width:100%;
	height:320px;
	
	top:50px;
	
	z-index:5;
	
	pointer-events:none;
	
	background-image:url('http://flippant.eu/wp-content/uploads/2025/08/stp2.png'),url('http://flippant.eu/wp-content/uploads/2025/08/stp2kn6.png'),url('http://flippant.eu/wp-content/uploads/2025/08/stp2.png'),url('http://flippant.eu/wp-content/uploads/2025/08/stp7.png'),url('http://flippant.eu/wp-content/uploads/2025/08/stp6.png'),url('http://flippant.eu/wp-content/uploads/2025/08/stp2.png'),url('http://flippant.eu/wp-content/uploads/2025/08/stp2kn6.png'),url('http://flippant.eu/wp-content/uploads/2025/08/stp2.png'),url('http://flippant.eu/wp-content/uploads/2025/08/stp7.png'),url('http://flippant.eu/wp-content/uploads/2025/08/stp6.png');
	background-repeat:no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat;
	
	background-position:top 280px left calc(50% - 890px),top 280px left calc(50% - 850px),top 280px left calc(50% - 810px),top 90px left calc(50% - 840px),top 120px left calc(50% - 815px),top 280px right calc(50% - 890px),top 280px right calc(50% - 850px),top 280px right calc(50% - 810px),top 90px right calc(50% - 840px),top 120px right calc(50% - 815px);
	
	background-size:8px 8px,10px 10px,8px 8px,10px 10px,10px 10px,8px 8px,10px 10px,8px 8px,10px 10px,10px 10px;
	
	filter:drop-shadow(0px 0px 3px rgba(50, 205, 50, 0.2)) drop-shadow(0px 0px 4px rgba(255, 192, 203, 0.4)) saturate(2.5) contrast(1.6) brightness(0.95) drop-shadow(2px 2px rgba(127, 255, 212, 0.2)) drop-shadow(-1px -1px 0px rgba(176, 196, 222, 0.55));
	
}




/* compleet menu styling overlay */


/* ! touchessaturationhue */

/* .allPages .menu */


/* historisch catalogus 
   bgcoloring
*/
 
#main-container #header .ct-container div div div
{
	background-image:linear-gradient(rgba(255,182,193,0.15),rgba(250, 250, 210,0.3));
	padding-right:20px;
}


/* topMenu splitborder styling */

#menu-primair-menu::before
{
	content:"";
	position:absolute;
	
	width:5px;
	height:100%;
	
	left:-10px;
	
	background:rgba(190, 215, 90, 0.45);
	
	box-shadow:3px 0px rgba(70, 235, 250, 0.45);
	
	border-left:solid 4px rgba(245, 245, 245, 0.85);
	
	filter:drop-shadow(2px 0px  rgba(138, 43, 226, 0.15));
	
	
	background-image:linear-gradient(lightpink);
	background-size:1px 100%;
	background-repeat:no-repeat;
}



/* topMenu splitrechts */

#menu-primair-menu::after
{
	content:"";
	position:absolute;
	
	top:0;
	left:0;
	
	width:100%;
	height:100%;
	

	background:transparent;
	
	background-size:4px 100%,1px 100%;
	background-repeat:no-repeat,no-repeat;
	background-position:top left 5px, top left 8px;
	background-image:linear-gradient(rgba(55, 120, 87, 0.45)),linear-gradient(rgba(72, 61, 139, 0.75));
	
	pointer-events:none;
	
	/* ???????? */
	
}

/* site cloud-formation logo */

#header .ct-container .wolkenLogo a img
{
	margin-right:30px;

	border-top:2px double rgba(120, 195, 191, 0.55);
	filter:drop-shadow(0px -1px 1px rgba(58, 83, 155, 0.45));
	border-bottom: 2px double  	rgba(150, 175, 190, 0.85);
	box-shadow:2px 1px 3px rgba(191, 85, 236, 0.4);
	
	border-left:double 3px rgba(185, 182, 193, 0.63);
	
}



/* cloud wolk logo filter effect */

#header .ct-container .wolkenLogo::after
{
	content:"";
	position:absolute;
	width:240px;
	height:240px;
	
	background-image:linear-gradient(130deg, pink 25%,lightgreen 60%,lightblue 80%);
	
	filter:contrast(0.75) brightness(1.15);
	
	mix-blend-mode:hard-light;
	
	opacity:0.5;
	
	outline:dashed 1px rgba(152, 251, 152, 0.55);
	
	border:solid 1px rgba(255, 250, 240, 0.5);
	
	box-shadow:0px 4px rgba(218, 165, 32, 0.85),0px -4px rgba(190, 70, 225, 0.3),-2px 0px rgba(0, 139, 139, 0.5), 10px 0px rgba(143, 188, 143, 0.45);
	
}


.ct-header .wolkenLogo::before
{
   visibility:hidden;
}

.ct-header .site-title-container::before
{
	visibility:hidden;
}



/* historisch catalogus */

#header .ct-container .site-title-container span a
{
	filter:drop-shadow(1px 2px 1px  	rgba(92, 151, 191, 0.75));
	border-bottom:1px rgba(224, 255, 255, 1) dashed;
	box-shadow:0px 1px rgba(191, 185, 236, 0.25), 1px 1px 20px rgba(55,255,255,0.13);
	margin-left:-10px;
	padding-left:8px;
	padding-right:4px;
	padding-top:4px;
	padding-bottom:4px;
 border-top:dashed 1px rgba(92, 151, 191, 0.15);
	text-decoration:overline;
	text-decoration-style:solid;
	text-decoration-color:rgba(92, 151, 191, 0.05);
	outline:double 4px rgba(0,0,139,0.05);
	border-left:1px solid lightyellow;
	border-right:4px double rgba(235,220,250,0.25);
	font-size:33px;
	font-weight:600;
	color:#28b9cd;
}


/* strepen firstletter HC */
/* hc title decoratie */

#header .ct-container .site-title-container span::first-letter 
{
	font-weight:bold;
	box-shadow:-2px -2px rgba(92, 151, 191, 0.3);
	padding-left:10px;
	padding-top:10px;
	padding-right:3px;
	color:skyblue;
}

#header .ct-container .site-title-container span::before
{
	content:"";
	position:absolute;
	
	width:100%;
	height:100%;

	background-image:linear-gradient(rgba(154, 205, 125, 0.63));
	
	background-repeat:no-repeat;
	background-size:2px 58px;
	background-position:6px 48px;
	
	transform:translatex(-5px);
}

#header .ct-container .site-title-container span::after
{
	
	content:"";
	position:absolute;
	
	width:100%;
	height:100%;

	background-image:linear-gradient(rgba(154, 205, 125, 0.44));
	
	background-repeat:no-repeat;
	background-size:40px 2px;
	background-position:1px 47px;

	transform:translate(-501px,-4px);
	
	filter:brightness(1.075);
	
}




/* keuzemenu xtra lijn links en 
   rechts linkerzijde */

.menu-container .menu::after
{
	
	content:"";
	position:absolute;
	
	width:2px;
	height:100%;
	

	background-image:linear-gradient(180deg, aqua 10%, blueviolet 60%);
	
	background-size:3px 3px;
	background-repeat:repeat-y;
	
	right:-6px;

	box-shadow:1px 0px 0px darkcyan;

	filter:contrast(0.75) brightness(2.25) hue-rotate(14deg);
	opacity:0.55;
	
}

/* linkerkant */

.menu-container .menu::before
{
	
	content:"";
	position:absolute;
	
	width:2px;
	height:100%;
	
	left:-846px;
	
	background-image:linear-gradient(180deg,cyan 30%, pink 50%,yellowgreen 130%);
	
	background-size:2px 10px;
	background-repeat:repeat-y;

	box-shadow:1px 0px 0px rgba(219, 112, 147, 0.69);

	opacity:0.3;
	
}


/* keuzemenu lijnen decoratiestyles */
 
.menu-container .menu 
{
	
	border-left:1px dashed rgba(143, 188, 143, 0.75);
	border-right:1px dashed rgba(143, 188, 143, 0.5);
	outline:1px rgba(144, 238, 144, 0.8) dashed;
	border-bottom:groove 3px rgba(215, 250, 205, 0.35);
	
}


/* keuzemenu achtergrondkleuring */

#menu-primair-menu
{
	
	background-image:linear-gradient(-290deg,rgba(135,206,250,0.25),rgba(255,255,255,0.35), rgba(255, 182, 193,0.2) 80%, rgba(255,255,255,0.35)),linear-gradient(90deg, rgba(224, 255, 255,0.23) 15%,rgba(255, 182, 193,0.23) 40%,rgba(135,206,250,0.23) 53%,rgba(255, 250, 240,0.23) 90%,rgba(224, 255, 255,0.23) 15%);
		background-repeat:repeat,no-repeat;
		background-size:100% 100%,450px 6px;
	background-position:top left,bottom left;

	box-shadow:-2px 0px 0px rgba(255, 182, 163, 0.2),2px 0px 0px rgba(255, 182, 193, 0.5);	
	
	filter:saturate(0.95) contrast(1.05) brightness(0.978);
	
}




/* active menubutton styling */

#menu-primair-menu .current-menu-item a:hover
{
	 color: rgba(190, 235, 255, 0.75) !important ;
	
	 text-shadow:1px 2px 1px rgba(95, 190, 180, 0.85),1px -1px  rgba(255, 50, 255, 0.75), 2px 2px rgba(140,50,255,1) !important;
	
}


#menu-primair-menu .current-menu-item a
{
	
	background-image:linear-gradient(140deg,rgba(255,250,205,0.15),lightskyblue,rgba(0,255,255,0.31),rgba(255, 215, 245,0.25),rgba(50,150,200,0.75),darkturquoise,lightblue 91%),linear-gradient(156deg,rgba(224, 255, 255,0.8) 13%, rgba(144,238,144,0.25) 10%,rgba(120,120,120,0.27) 40%,rgba(218, 165, 32,0.25), rgba(248,248,255,0.17),rgba(127,0,255,0.2) 70%);
	
	background-position:top left, top left;
	background-size: 100% 100%, 100% 100%;

	border-left:dashed 4px rgba(135,150,250,0.44);
	border-right:dashed 1px lightskyblue;
	border-top:solid 1px lightskyblue;
	border-bottom:dashed 1px rgba(	124, 155, 155,1);
	
	box-shadow:0px -1px 2px rgba(172,161,139,0.75),0px 1px 4px rgba(72,61,139,0.5),-1px 0px 2px rgba(72,61,139,0.55),1px 0px 2px rgba(72,61,139,0.55);

	filter:drop-shadow(0px 1px 0px silver) brightness(1.02) contrast(1.01) saturate(1.15) hue-rotate(10deg);
	
	color:rgba(135, 206, 250, 0.9);
	text-shadow:1px 1px 0px rgba(255, 250, 240, 0.85), 2px 2px 1px rgba(225, 50, 235, 0.75), 1px 1px 3px steelblue;
	
	height:37.5%;
	margin-top:2px;
	padding-bottom:7px;
	
	outline:solid 1px rgba(92, 151, 191, 0.55);
	
}


/* menubutton pselements hidden 
 */

#menu-primair-menu #menu-item-423.current-menu-item::before,
#menu-primair-menu #menu-item-423.current-menu-item::after
{
	visibility:hidden;
}



#menu-primair-menu #menu-item-423.current_page_parent::before,
#menu-primair-menu #menu-item-423.current_page_parent:after
{
	visibility:hidden;
	/* disabled */
}





#menu-primair-menu #menu-item-422.current-menu-item::before,
#menu-primair-menu #menu-item-422.current-menu-item::after
{
	visibility:hidden;
}


#menu-primair-menu #menu-item-4272.current-menu-item::before,
#menu-primair-menu #menu-item-4272.current-menu-item::after
{
	visibility:hidden;
}




/* button van single-post 
*/
 
.single-post  #menu-item-423  .ct-menu-link
{
	
	background-image:linear-gradient(140deg,rgba(255,250,205,0.55),lightpink,rgba(40,235,225,0.42),rgba(125, 150, 190,0.5),rgba(50,150,200,0.75),darkturquoise,lightskyblue 91%,rgba(150,130,210,0.8) 100%),linear-gradient(156deg,rgba(224, 255, 255,0.8) 13%, rgba(144,38,144,0.25) 10%,rgba(150,100,160,1), rgba(50,50,120,0.5) 40%),linear-gradient(darkcyan,palevioletred);
	
	background-position:top left, top left,top left;
	
	background-size: 100% 100%, 100% 100%, 100% 100%;
	
	background-repeat:no-repeat,no-repeat,no-repeat;
	
	text-decoration-color:rgba(140,220,250,0.75);
	
	border-left:dashed 1px lightcyan;
	border-right:groove 5px skyblue;
	border-top:double 4px rgba(72,61,139,0.55);
	border-bottom:double 4px rgba(72,61,139,0.55);
	
	box-shadow:0px -1px 2px rgba(172,161,139,0.15),0px 1px 2px rgba(72,61,139,0.1),-1px 0px 1px rgba(72,61,139,0.55),1px 0px 2px rgba(72,61,139,0.55);
	
	filter:drop-shadow(0px 1px 0px silver) sepia(0.23);
	
	color:rgba(185, 255, 225, 0.85);
	
	text-shadow:1px 2px 1px rgba(144, 238, 144, 0.55),1px 2px magenta;
	
  display: inline-flex;
  width: 85px; 
  padding-left: 29px;
	padding-bottom:3px;
  text-indent: -10px;
  overflow: hidden;
	
	/* stel vast text positie */
	
	outline:double 4px rgba(92, 151, 191, 1);
	
	transition:color ease 1s,box-shadow ease-in 0.5s, border ease-out 0.5s !important;
	
}


/* button van single-post hover
*/

.single-post #menu-item-423 .ct-menu-link:hover
{
	
	border-left:solid 3px skyblue;
	border-right:solid 3px skyblue;
	
	box-shadow:0px -1px 2px rgba(172,161,139,0.15),0px 1px 2px rgba(72,61,139,0.1),-1px 0px 1px;
	transition:border-color 0.75s ease-in-out, box-shadow 0.35s ease-in-out;
	
	padding-left:25px;
  padding-top:3px;
	
	color:rgba(150, 240, 135, 0.85) !important;
	
	text-shadow:1px 1px 1px rgba(255, 250, 240, 0.5), 1px 2px rgba(255, 0, 255, 0.85) !important;
	
	transition:color ease 1s,box-shadow ease-in 0.35s, border ease-out 0.35s !important;
	
  filter:sepia(0.23) contrast(1.08) brightness(1.02) invert(0.04) hue-rotate(30deg) !important;
	
}



/* menu button hover decoration
*/

#menu-primair-menu .menu-item .ct-menu-link:hover
{
	
		outline:double 4px rgba(92, 151, 191, 0.35);
   border-top:ridge 2px rgba(150, 205, 100,0.55);
	
	 filter:drop-shadow(1px 1px 1px rgba(148,0,211,0.15)) invert(0.035) contrast(0.98) brightness(1.015);
	
		color:rgba(100, 215, 235, 0.95);
			
		text-shadow:1px -1px 3px  rgba(215,155,100,0.5), -1px 1px 1px rgba(219, 112, 147, 0.5), 1px 0px 1px rgba(153, 50, 204, 0.35), -1px -1px rgba(0,0,139,0.35);
	
	transition:text-shadow 0.35s ease-out, outline 1.37s ease-out, border 0.25s ease-in;
	
}



/* current menu item selected hover */

#menu-primair-menu .current-menu-item .ct-menu-link:hover
{
		outline:double 4px rgba(92, 151, 191, 0.35);
   border-top:ridge 2px rgba(150, 205, 100,0.55);
	
	 filter:drop-shadow(1px 1px 1px rgba(148,0,211,0.15)) sepia(0.25) contrast(1.05) brightness(1.025) ;
	
		color:rgba(100, 215, 235, 0.95);
			
		text-shadow:1px -1px 3px  rgba(215,155,100,0.5), -1px 1px 1px rgba(219, 112, 147, 0.5), 1px 0px 1px rgba(153, 50, 204, 0.35), -1px -1px rgba(0,0,139,0.35);
	
	transition:text-shadow 0.35s ease-out, outline 1.37s ease-out, border 0.25s ease-in;
	
}



/* menu button transition hover 
*/

#menu-primair-menu .ct-menu-link:link
{
	
	transition: ease-in-out color 0.25s, text-shadow 0.45s ease-out, outline 0.5s ease,border 0.25s ease-in;
	
}



/* menu button hover styling menu 
   box compleet li vlakken
*/

.single-post .menu-container .menu li:nth-of-type(2).current_page_parent:hover .ct-menu-link 
{
	
  background-color:rgba(110, 180, 200, 1);
	
}


.menu-container .menu li:hover .ct-menu-link
{

	background-image:linear-gradient( rgba(255, 250, 205,0.75) ,rgba(255, 245, 238, 1)),linear-gradient(
    55deg,
    transparent 45%,
    violet 25%,
    lightgoldenrodyellow 75%,
    transparent 75%
  );
	
	background-repeat:repeat,repeat;
	
	background-size:100% 100%, 10px 7px,12px 12px;

	background-position:top left,top left;
	
	filter:saturate(25%) brightness(0.8) contrast(1.55) sepia(0.25) drop-shadow(1px 1px 1px rgba(0,250,250,0.2)) drop-shadow(-1px -1px 1px rgba(0,250,250,0.2)) hue-rotate(90deg);
	
  outline:double 4px rgba(92, 151, 191, 0.35);
  border-top:ridge 2px rgba(150, 205, 100,0.55);
	
  color:rgba(200, 225, 255, 0.95);
			
	text-shadow:1px -1px 3px  rgba(215,155,100,0.35), -1px 1px 1px rgba(219, 112, 147, 0.35), 1px 0px 1px rgba(153, 50, 204, 0.35), -1px -1px rgba(0,0,139,0.4);
	
}


/* menu button border styling 
*/

.menu-container .menu li .ct-menu-link 
{
	
	border:double 4px rgba(100,100,139,0.35);
	box-shadow:1px 1px 2px 1px rgba(40, 151, 191, 0.25),0px 0px 2px 0px violet,0px 2px 8px rgba(255, 182, 193,0.44),2px 0px 0px rgba(255,255,0,0.35),-2px 0px 0px rgba(255,255,0,0.35),0px -2px 0px rgba(255,255,0,0.35),0px 2px 0px rgba(255,255,0,0.35),1px 0px rgba(255,0,0,0.2),-1px 0px rgba(255,0,0,0.2),0px 1px rgba(255,0,0,0.2),0px -1px rgba(255,0,0,0.2);
	
	
	outline:solid 1px rgba(92, 151, 191, 0.2);
	outline-offset:-9px;
	font-weight:600;
	font-size:20px;
	letter-spacing:2px;

	border-bottom:solid 5px rgba(0,0,0,0.035);
	text-shadow:-1px -1px 0px rgba(128,128,175,0.55), 1px 1px 1px rgba(144, 238, 144, 0.55),-1px -1px 2px rgba(240, 175, 190, 0.5);
	
	color:rgba(0, 206, 209, 0.35);
	
}




/* menu button positionering 
*/

.menu-container .menu li:nth-of-type(1) .ct-menu-link 
{
	
	display: inline-flex;
	width:93px;
	padding-left:17px;
	
	overflow:hidden;
}

.menu-container .menu li:nth-of-type(2) .ct-menu-link 
{
	display: inline-flex;
	width:87px;
	padding-left:17px;
	
	overflow:hidden;
}


.menu-container .menu li:nth-of-type(3) .ct-menu-link 
{
	display: inline-flex;
	width:181px;
	padding-left:17px;
	
	overflow:hidden;
}


/* menu uitlijnen text buttons
*/

#menu-primair-menu li:nth-of-type(1).current-menu-item a
{
	padding-left:12px;
}

#menu-primair-menu li:nth-of-type(2).current-menu-item a
{
	padding-left:11px;
}

#menu-primair-menu li:nth-of-type(3).current-menu-item a
{
	padding-left:10px;
}


/* menu buttonOverlay 
*/
 
.ct-menu-link:link
{
	
	background-image:linear-gradient(rgba(75, 75, 195, 0.15) 1%,rgba(64, 224, 208, 0.08) 2%,rgba(255,155,135,0.3) 5%,rgba(125,206,250,0.4)),linear-gradient(rgba(255,0,0,0.25),rgba(0,0,255,0.05)),linear-gradient(180deg,rgba(144, 120, 190, 0.15) 15%,rgba(215, 200, 225, 0.25) 25%,rgba(140, 95, 150, 0.22) 70%,rgba(180, 225, 150, 0.4) 85%),linear-gradient(90deg,rgba(75,255,255,0.15)),url('http://flippant.eu/wp-content/uploads/2025/09/mnb1bgHVR.png');
	

	
	background-position:top left,0% 98%,bottom left,top 76px left, top left;
	
background-size:100% 100%, 100% 2px,100% 35%,2px 1px,0px 0px;
	
	background-repeat:repeat,no-repeat,no-repeat,repeat-x,no-repeat;
	
	filter:contrast(2.25)         
	brightness(0.78) saturate(150%);
	
}




/* menubutton focus state 
*/

.ct-menu-link:focus
{
	background-image:linear-gradient( rgba(255, 250, 205,0.75) ,rgba(255, 245, 238, 1));
	
	filter:hue-rotate(340deg) contrast(0.75) brightness(1.25);
}


/* menu buttons styling decoratie  
*/

#header-menu-1 ul
{
	  list-style-type: none;
}

#header-menu-1 ul li
{
	position: relative;
}

	
	@keyframes AREA1fade-in-out {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.25;
  }

  100% {
    opacity: 0;
  }
}

	@keyframes AREA2fade-in-out {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.4;
  }

  100% {
    opacity: 0;
  }
}





/* menu buttons hover overlay 
   animatie effect
*/


.BTN1area-one-hover:hover::before
{
	
	content: "" !important; 
	position: absolute !important;
	width: 93px !important;
	height: 125px !important;

	
	background-image:url('http://flippant.eu/wp-content/uploads/2025/09/mnb1bgHVR.png') !important;
	
	background-size:93px 125px !important;
	background-repeat:no-repeat !important;
	background-position:top left !important;
	
	z-index:1 !important;

	
	border:none !important;
	
	outline:none !important;
	
	filter:saturate(2.25) hue-rotate(-170deg) contrast(1.2) brightness(0.97) sepia(0.15) !important;
	

  animation-name: AREA1fade-in-out;
  animation-duration: 0.95s;

  animation-timing-function: cubic-bezier(0.15, 0, 0.6, 1.2); 	
  animation-iteration-count: 3;

	pointer-events:none;
	opacity:0;
		
}

.BTN1area-one-hover:hover::after
{
	
	content: "HISCL" !important; 
	position: absolute !important;
	width: 93px !important;
	height: 125px !important;
	
	top:48px;
	left:20px;
	
	
  font-family: 'Zen Kurenaido', Sans-Serif !important;
	
 font-size:20px !important;
 font-weight:600 !important;
 letter-spacing:2px !important;
	
	text-shadow:-1px -1px yellowgreen ,1px 1px 2px rgba(90,35,139,0.55), 0px 0px 4px rgba(255,0,255,0.35) !important;
		
  filter: brightness(2)    hue-rotate(210deg) saturate(3) drop-shadow(1px 1px rgba(70, 200, 180, 0.25)) !important;
	

	z-index:10 !important;
	outline:none !important;
	box-shadow:none !important;
	border:none !important;
	
	opacity:0.5!important;
	
	
	
}




.BTN1area-two-hover:hover::before
{
	
	content: "" !important; 
	position: absolute !important;
	width: 93px !important;
	height: 125px !important;

	
	background-image:url('http://flippant.eu/wp-content/uploads/2025/09/mnb1bgHVR.png') !important;
	
	background-size:93px 125px !important;
	background-repeat:no-repeat !important;
	background-position:top left !important;
	
	z-index:1 !important;

	
	border:none !important;
	
	outline:none !important;
	
	filter:saturate(3.75) hue-rotate(190deg) contrast(1.2) brightness(0.97)  !important;
	

  animation-name: AREA2fade-in-out;
  animation-duration: 1.25s;

  animation-timing-function: cubic-bezier(0.15, 0, 0.6, 1.2); 	
  animation-iteration-count: infinite;


	pointer-events:none;
	opacity:0;
		
}



.BTN2area-one-hover:hover::before
{
	
	content: "" !important; 
	position: absolute !important;
	width: 87px !important;
	height: 125px !important;

	
	background-image:url('http://flippant.eu/wp-content/uploads/2025/09/mnb2bgHVR.png') !important;
	
	background-size:87px 125px !important;
	background-repeat:no-repeat !important;
	background-position:top left !important;
	
	z-index:1 !important;

	
	border:none !important;
	
	outline:none !important;
	
	filter:saturate(2.25) hue-rotate(-170deg) contrast(1.2) brightness(0.97) sepia(0.15) !important;
	

  animation-name: AREA1fade-in-out;
  animation-duration: 0.95s;

  animation-timing-function: cubic-bezier(0.15, 0, 0.6, 1.2); 	
  animation-iteration-count: 3;

	pointer-events:none;
	opacity:0;
		
}

.BTN2area-one-hover:hover::after
{
	
	content: "CLOG" !important; 
	position: absolute !important;
	width: 87px !important;
	height: 125px !important;
	
	top:48px;
	left:7px;
	
	
  font-family: 'Zen Kurenaido', Sans-Serif !important;
	
 font-size:20px !important;
 font-weight:600 !important;
 letter-spacing:2px !important;
	
	text-shadow:-1px -1px yellowgreen ,1px 1px 2px rgba(90,35,139,0.55), 0px 0px 4px rgba(255,0,255,0.35) !important;
		
  filter: brightness(2)    hue-rotate(210deg) saturate(3) drop-shadow(1px 1px rgba(70, 200, 180, 0.25)) !important;
	

	z-index:10 !important;
	outline:none !important;
	box-shadow:none !important;
	border:none !important;
	
	opacity:0.5!important;
	
}





.BTN2area-two-hover:hover::before
{
	
	content: "" !important; 
	position: absolute !important;
	width: 87px !important;
	height: 125px !important;

	
	background-image:url('http://flippant.eu/wp-content/uploads/2025/09/mnb2bgHVR.png') !important;
	
	background-size:87px 125px !important;
	background-repeat:no-repeat !important;
	background-position:top left !important;
	
	z-index:1 !important;

	
	border:none !important;
	
	outline:none !important;
	
	filter:saturate(3.75) hue-rotate(190deg) contrast(1.2) brightness(0.97)  !important;
	

  animation-name: AREA2fade-in-out;
  animation-duration: 1.25s;

  animation-timing-function: cubic-bezier(0.15, 0, 0.6, 1.2); 	
  animation-iteration-count: infinite;

	pointer-events:none;
	opacity:0;
		
}



.BTN3area-one-hover:hover::before
{
	
	content: "" !important; 
	position: absolute !important;
	width: 181px !important;
	height: 125px !important;

	
	background-image:url('http://flippant.eu/wp-content/uploads/2025/09/mnb3bgHVR.png') !important;
	
	background-size:181px 125px !important;
	background-repeat:no-repeat !important;
	background-position:top left !important;
	
	z-index:1 !important;

	
	border:none !important;
	
	outline:none !important;
	
	filter:saturate(2.25) hue-rotate(-170deg) contrast(1.2) brightness(0.97) sepia(0.15) !important;
	

  animation-name: AREA1fade-in-out;
  animation-duration: 0.95s;

  animation-timing-function: cubic-bezier(0.15, 0, 0.6, 1.2); 	
  animation-iteration-count: 3;

	pointer-events:none;
	opacity:0;
		
}

.BTN3area-one-hover:hover::after
{
	
	content: "ROBO ▲ SHOP" !important; 
	position: absolute !important;
	width: 181px !important;
	height: 125px !important;
	
	top:48px;
	left:8px;
	
	
  font-family: 'Zen Kurenaido', Sans-Serif !important;
	
 font-size:20px !important;
 font-weight:600 !important;
 letter-spacing:2px !important;
	
	text-shadow:-1px -1px yellowgreen ,1px 1px 2px rgba(90,35,139,0.55), 0px 0px 4px rgba(255,0,255,0.35) !important;
		
  filter: brightness(2)    hue-rotate(210deg) saturate(3) drop-shadow(1px 1px rgba(70, 200, 180, 0.25)) !important;
	

	z-index:10 !important;
	outline:none !important;
	box-shadow:none !important;
	border:none !important;
	
	opacity:0.5!important;
	
}




.BTN3area-two-hover:hover::before
{
	
	content: "" !important; 
	position: absolute !important;
	width: 181px !important;
	height: 125px !important;

	
	background-image:url('http://flippant.eu/wp-content/uploads/2025/09/mnb3bgHVR.png') !important;
	
	background-size:181px 125px !important;
	background-repeat:no-repeat !important;
	background-position:top left !important;
	
	z-index:1 !important;

	
	border:none !important;
	
	outline:none !important;
	
	filter:saturate(3.75) hue-rotate(190deg) contrast(1.2) brightness(0.97)  !important;
	

  animation-name: AREA2fade-in-out;
  animation-duration: 1.25s;

  animation-timing-function: cubic-bezier(0.15, 0, 0.6, 1.2); 	
  animation-iteration-count: infinite;

	pointer-events:none;
	opacity:0;
		
}


/*gaverderhierzoeditnxt*/

/* menu button styling button1       (pseudo) 
*/

#header-menu-1 ul li:nth-of-type(1)::before 
{
	content: "";
	position: absolute;
	width: 93px;
	height: 125px;

	background-image: 
		linear-gradient(90deg, rgba(225, 155, 200, 0.35) 23%, rgba(120, 225, 230, 0.95) 40%, lightpink 60%, rgba(225, 155, 200, 0.4) 86%), 
		radial-gradient(circle, rgba(100, 255, 255, 0.75) 1px, transparent 1px), 
		linear-gradient(90deg, floralwhite, rgba(175, 200, 145, 0.95), rgba(255, 250, 240, 0.5)), 
		linear-gradient(180deg, rgba(175, 225, 175, 0.2) 5%, rgba(255, 0, 0, 0.05) 10%), 
		repeating-linear-gradient(10deg, rgba(110, 50, 10, 0.2) 5%, rgba(0, 128, 200, 0.1) 10%, rgba(100, 255, 95, 0.1) 17%);

	background-position: bottom 34px left, bottom 36px left, bottom 37px left, top 70px left, top -4px right;
	background-repeat: no-repeat, repeat-x, no-repeat, no-repeat, no-repeat;
	background-size: 100% 1px, 6px 4px, 100% 2px, 100% 15px, 100% 5px;
	background-origin: content-box, padding-box, content-box, content-box, content-box;

	border: double 7px rgba(210, 112, 50, 0.25);
	border-top: double 7px rgba(200, 125, 25, 0.15);
	outline: dashed 1px rgba(60, 90, 139, 0.5);

	filter: hue-rotate(210deg) contrast(1.25) brightness(0.95) saturate(150%);
	
}


/* menu button styling button1       (pseudo) 
*/

#header-menu-1 ul li:nth-of-type(1)::after 
{
	
	content: "";
	position: absolute;
	width: 93px;
	height: 125px;

	background-image: 
		linear-gradient(rgba(255, 218, 185, 0.57) 20%, rgba(0, 255, 255, 0.57) 150%), 
		linear-gradient(rgba(255, 218, 185, 0.57) 20%, rgba(0, 255, 255, 0.57) 150%), 
		linear-gradient(rgba(255, 218, 185, 0.66) 20%, rgba(135, 206, 250, 0.66) 150%), 
		linear-gradient(rgba(255, 218, 185, 0.66) 20%, rgba(128, 0, 128, 0.66) 150%), 
		repeating-linear-gradient(180deg, rgba(255, 192, 203, 0.17) 17%, rgba(255, 255, 0, 0.17) 25%, rgba(135, 206, 235, 0.2) 40%, rgba(219, 112, 147, 0.08) 85%), 
		repeating-linear-gradient(180deg, rgba(255, 192, 203, 0.28) 17%, rgba(255, 255, 0, 0.1) 25%, rgba(135, 206, 235, 0.09) 40%, rgba(219, 112, 147, 0.04) 85%), 
		linear-gradient(90deg, rgba(127, 255, 212, 0.25) 40%, rgba(0, 0, 255, 0.25) 140%), 
		linear-gradient(90deg, darkturquoise 20%, rgba(0, 0, 0, 0.5) 50%, darkturquoise 80%);

	background-size: 1px 8px, 1px 8px, 8px 1px, 8px 1px, 83px 10px, 83px 10px, 3px 1px, 100% 0.1%;
	background-repeat: repeat-y, repeat-y, repeat-x, repeat-x, no-repeat, no-repeat, repeat-x, no-repeat;
	background-position: top left 1px, top right 1px, top 1px right, bottom 0px right, top 5px left 5px, bottom 10px left 5px, bottom 5px right, bottom 38px right;
	background-clip: border-box;

	transform: scale(1.0175);
	pointer-events: none;

	border: dashed 1px rgba(235, 216, 230, 0.55);
	outline: dashed 1px rgba(125, 155, 224, 0.25);

	box-shadow: 2px 0px 0px rgba(190, 240, 215, 0.85), 0px 2px 0px rgba(190, 240, 215, 0.85), -2px 0px 0px rgba(190, 240, 215, 0.85), 0px -2px 0px rgba(190, 240, 215, 0.85);
	
}


/* menu button styling button2       (pseudo) 
*/


#header-menu-1 ul li:nth-of-type(2)::before 
{
	
	content: "";
	position: absolute;
	width: 87px;
	height: 125px;
		

	background-image: 
		linear-gradient(90deg, rgba(225, 155, 200, 0.35) 23%, rgba(120, 225, 230, 0.95) 40%, lightpink 60%, rgba(225, 155, 200, 0.4) 86%), 
		radial-gradient(circle, rgba(100, 255, 255, 0.75) 1px, transparent 1px), 
		linear-gradient(90deg, floralwhite, rgba(175, 200, 145, 0.95), rgba(255, 250, 240, 0.5)), 
		linear-gradient(180deg, rgba(175, 225, 175, 0.2) 5%, rgba(255, 0, 0, 0.05) 10%), 
		repeating-linear-gradient(10deg, rgba(110, 50, 10, 0.2) 5%, rgba(0, 128, 200, 0.1) 10%, rgba(100, 255, 95, 0.1) 17%);

	background-position: bottom 34px left, bottom 36px left, bottom 37px left, top 70px left, top -4px right;
	background-repeat: no-repeat, repeat-x, no-repeat, no-repeat, no-repeat;
	background-size: 100% 1px, 6px 4px, 100% 2px, 100% 15px, 100% 5px;
	background-origin: content-box, padding-box, content-box, content-box, content-box;

	border: double 7px rgba(210, 112, 50, 0.25);
	border-top: double 7px rgba(200, 125, 25, 0.15);
	outline: dashed 1px rgba(60, 90, 139, 0.5);

	filter: hue-rotate(210deg) contrast(1.25) brightness(0.95) saturate(150%);
		
		
	
}


/* menu button styling button2       (pseudo) 
*/


#header-menu-1 ul li:nth-of-type(2)::after
{
	
	content: "";
	position: absolute;
	width: 87px;
	height: 125px;
		

	background-image: 
		linear-gradient(rgba(255, 218, 185, 0.57) 20%, rgba(0, 255, 255, 0.57) 150%), 
		linear-gradient(rgba(255, 218, 185, 0.57) 20%, rgba(0, 255, 255, 0.57) 150%), 
		linear-gradient(rgba(255, 218, 185, 0.66) 20%, rgba(135, 206, 250, 0.66) 150%), 
		linear-gradient(rgba(255, 218, 185, 0.66) 20%, rgba(128, 0, 128, 0.66) 150%), 
		repeating-linear-gradient(180deg, rgba(255, 192, 203, 0.17) 17%, rgba(255, 255, 0, 0.17) 25%, rgba(135, 206, 235, 0.2) 40%, rgba(219, 112, 147, 0.08) 85%), 
		repeating-linear-gradient(180deg, rgba(255, 192, 203, 0.28) 17%, rgba(255, 255, 0, 0.1) 25%, rgba(135, 206, 235, 0.09) 40%, rgba(219, 112, 147, 0.04) 85%), 
		linear-gradient(90deg, rgba(127, 255, 212, 0.25) 40%, rgba(0, 0, 255, 0.25) 140%), 
		linear-gradient(90deg, darkturquoise 20%, rgba(0, 0, 0, 0.5) 50%, darkturquoise 80%);

	background-size: 1px 8px, 1px 8px, 8px 1px, 8px 1px, 77px 10px, 77px 10px, 3px 1px, 100% 0.1%;
	background-repeat: repeat-y, repeat-y, repeat-x, repeat-x, no-repeat, no-repeat, repeat-x, no-repeat;
	background-position: top left 1px, top right 1px, top 1px right, bottom 0px right, top 5px left 5px, bottom 10px left 5px, bottom 5px right, bottom 38px right;
	background-clip: border-box;

	transform: scale(1.0175);
	pointer-events: none;

	border: dashed 1px rgba(235, 216, 230, 0.55);
	outline: dashed 1px rgba(125, 155, 224, 0.25);

	box-shadow: 2px 0px 0px rgba(190, 240, 215, 0.85), 0px 2px 0px rgba(190, 240, 215, 0.85), -2px 0px 0px rgba(190, 240, 215, 0.85), 0px -2px 0px rgba(190, 240, 215, 0.85);
	
}


/* menu button styling button3       (pseudo) 
*/

#header-menu-1 ul li:nth-of-type(3)::before
{
	
	content:"";
	position:absolute;
	width:182px;
	height:125px;

	
	background-image:linear-gradient(90deg, rgba(225, 155, 200, 0.35) 23%,rgba(120, 225, 230, 0.95) 40%,lightpink 60%,rgba(225, 155, 200, 0.4) 86%), radial-gradient(circle, rgba(100, 255, 255, 0.75) 1px, transparent 1px),linear-gradient(90deg,floralwhite,rgba(175, 200, 145, 0.95),	rgba(255, 250, 240, 0.5)),linear-gradient(180deg,rgba(175, 225, 175, 0.2) 5%,rgba(255,0,0,0.05) 10%),repeating-linear-gradient(
        10deg,
        rgba(110, 50, 10, 0.2) 5%,
        rgba(0, 128, 200, 0.1) 10%,
        rgba(100, 255, 95, 0.1) 17%
      );
	
	
	/*????*/
	
	background-position:bottom 34px left,bottom 36px left, bottom 37px left,top 70px left,top -4px right;
	
	
	background-repeat:no-repeat,repeat-x,no-repeat,no-repeat,no-repeat;
	
	
	background-size:100% 1px,3% 4px,100% 2px, 100% 15px, 100% 5px;
	
	background-origin:content-box,padding-box,content-box,content-box,content-box;
	
	
	border:double 7px rgba(210, 112, 50, 0.25);
	
		
	border-top:double 7px rgba(200, 125, 25, 0.15);
	
	outline:dashed 1px rgba(60,90,139,0.5);
	
		filter:hue-rotate(210deg) contrast(1.25) brightness(0.95) saturate(150%);
	
}


/* menu button styling button3       (pseudo) 
*/

#header-menu-1 ul li:nth-of-type(3)::after
{
	
	content:"";
	position:absolute;
	width:182px;
	height:125px;
	
	background-image:linear-gradient(
  rgba(255, 218, 185, 0.57) 20%,
  rgba(0, 255, 255, 0.57) 150%
),linear-gradient(
  rgba(255, 218, 185, 0.57) 20%,
  rgba(0, 255, 255, 0.57) 150%
),linear-gradient(
  rgba(255, 218, 185, 0.66) 20%,
  rgba(135, 206, 250, 0.66) 150%
),linear-gradient(
  rgba(255, 218, 185, 0.66) 20%,
  rgba(128, 0, 128, 0.66) 150%
),repeating-linear-gradient(
    180deg,
    rgba(255, 192, 203, 0.17) 17%,
    rgba(255, 255, 0, 0.17) 25%,
    rgba(135, 206, 235, 0.2) 40%,
    rgba(219, 112, 147, 0.08) 85%
  ),repeating-linear-gradient(
    180deg,
    rgba(255, 192, 203, 0.28) 17%,
    rgba(255, 255, 0, 0.1) 25%,
    rgba(135, 206, 235, 0.09) 40%,
    rgba(219, 112, 147, 0.04) 85%
  ),linear-gradient(
  90deg,
  rgba(127, 255, 212, 0.25) 40%,   
  rgba(0, 0, 255, 0.25) 140%       
),linear-gradient(90deg,darkturquoise 20%,rgba(0,0,0,0.5) 50%,darkturquoise 80%);
	
	background-size:1px 8px,1px 8px,8px 1px,8px 1px, 175px 10px, 175px 10px,3px 1px,100% 0.1%;
	
	background-repeat:repeat-y,repeat-y,repeat-x,repeat-x,no-repeat,no-repeat,repeat-x,no-repeat;
	
	background-position:top left 1px,top right 1px,top 1px right,bottom 0px right,top 5px left 5px,bottom 10px left 5px,bottom 5px right,bottom 38px right;
	
	background-clip:border-box;
	
	transform:scaley(1.0175) translatex(-1px) scalex(1.0066);
	
	pointer-events:none;
	
	border:dashed 1px rgba(235, 216, 230, 0.55);
	
	outline:dashed 1px rgba(125, 155, 224, 0.25);
	

	box-shadow: 2px 0px 0px rgba(190, 240, 215, 0.85),0px 2px 0px  rgba(190, 240, 215, 0.85),-2px 0px 0px  rgba(190, 240, 215, 0.85),0px -2px 0px  rgba(190, 240, 215, 0.85);
	
}




/* hoofd menu positionering */

#header-menu-1 .menu
{
	position:absolute;
	margin-left:-422px;
}

/* menubutton x tra decoration */
/* hoverbutton3 */

#header-menu-1 ul li:nth-of-type(3):hover::after
{
	
	display:inline-block;
	content:"\2591\2591\2591\2591\2591\2591\2591\2591\2591\2591\2591\2591\2591\2591";
	
	
  padding-top:87px;
	padding-left:11px;
	
	  background: linear-gradient(
    90deg,
    rgba(144, 238, 144, 0.83),
    rgba(0, 225, 255, 0.66),
    rgba(255, 192, 203, 0.83)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	
	border:ridge 2px rgba(224, 255, 255, 0.35);
	border-left:dashed 1px rgba(255, 255, 224, 0.35);
	border-right:dashed 1px rgba(255, 255, 224, 0.35);
	
	box-shadow:0px 1px 1px rgba(255, 182, 193, 0.15),0px -1px 1px rgba(255, 182, 193, 0.25), 1px 0px 1px rgba(255, 182, 193, 0.25), -2px 0px 1px rgba(255, 182, 193, 0.25),inset 4px 0px 0px rgba(85, 155, 215, 0.13),inset -4px 0px 0px rgba(85, 155, 215, 0.13),inset 0px 3px 0px rgba(85, 155, 215, 0.13),inset 0px -3px 0px rgba(85, 155, 215, 0.13);
	
	outline:dashed 1px rgba(90, 255, 75, 0.55);
	
	filter:brightness(1.25) contrast(0.75) hue-rotate(60deg) saturate(1.45);
}

/* menubutton x tra decoration */
/* hoverbutton2 */

#header-menu-1 ul li:nth-of-type(2):hover::after
{
	
	display:inline-block;
	content:"\2591\2591\2591\2591\2591\2591\2591\2591\2591\2591\2591\2591\2591\2591";
	
	
  padding-top:87px;
	padding-left:11px;
	
	  background: linear-gradient(
    90deg,
    rgba(144, 238, 144, 0.83),
    rgba(0, 225, 255, 0.66),
    rgba(255, 192, 203, 0.83)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	
	border:ridge 2px rgba(224, 255, 255, 0.35);
	border-left:dashed 1px rgba(255, 255, 224, 0.35);
	border-right:dashed 1px rgba(255, 255, 224, 0.35);
	
	box-shadow:0px 1px 1px rgba(255, 182, 193, 0.15),0px -1px 1px rgba(255, 182, 193, 0.25), 1px 0px 1px rgba(255, 182, 193, 0.25), -2px 0px 1px rgba(255, 182, 193, 0.25),inset 4px 0px 0px rgba(85, 155, 215, 0.13),inset -4px 0px 0px rgba(85, 155, 215, 0.13),inset 0px 3px 0px rgba(85, 155, 215, 0.13),inset 0px -3px 0px rgba(85, 155, 215, 0.13);
	
	outline:dashed 1px rgba(90, 255, 75, 0.55);
	
	filter:brightness(1.25) contrast(0.75) hue-rotate(60deg) saturate(1.45);
}

/* identiek */

/* menubutton x tra decoration */
/* hoverbutton1 */

#header-menu-1 ul li:nth-of-type(1):hover::after
{
	
	display:inline-block;
	content:"\2591\2591\2591\2591\2591\2591\2591\2591\2591\2591\2591\2591\2591\2591";
	
	
  padding-top:87px;
	padding-left:11px;
	
	  background: linear-gradient(
    90deg,
    rgba(144, 238, 144, 0.83),
    rgba(0, 225, 255, 0.66),
    rgba(255, 192, 203, 0.83)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	
	border:ridge 2px rgba(224, 255, 255, 0.35);
	border-left:dashed 1px rgba(255, 255, 224, 0.35);
	border-right:dashed 1px rgba(255, 255, 224, 0.35);
	
	box-shadow:0px 1px 1px rgba(255, 182, 193, 0.15),0px -1px 1px rgba(255, 182, 193, 0.25), 1px 0px 1px rgba(255, 182, 193, 0.25), -2px 0px 1px rgba(255, 182, 193, 0.25),inset 4px 0px 0px rgba(85, 155, 215, 0.13),inset -4px 0px 0px rgba(85, 155, 215, 0.13),inset 0px 3px 0px rgba(85, 155, 215, 0.13),inset 0px -3px 0px rgba(85, 155, 215, 0.13);
	
	outline:dashed 1px rgba(90, 255, 75, 0.55);
	
	filter:brightness(1.25) contrast(0.75) hue-rotate(60deg) saturate(1.45);
}


/* menubutton select focus state  
   styling */

#header-menu-1 ul li.current-menu-item a:focus
{
	background-color:rgba(225, 28, 185, 0.15);
	
	filter:brightness(1.25) contrast(1.55) invert(-250%) hue-rotate(190deg);
	
	background-image:linear-gradient(180deg,rgba(255,255,0,0.05),rgba(64, 224, 208, 0.05));
	background-size:1px 2px;
	
	border-left:1px dashed palevioletred;
	border-right:1px dashed palevioletred;
	
	color:floralwhite;
	
	padding-left:15px;
	
}

#header-menu-1 ul li.current-menu-item a:focus:hover
{
	
	transition:border 2.75s ease,outline 2s ease,background 0.85s ease;
	
}

/* menubuttons focus state  
   styling */

#header-menu-1 ul li a:focus
{

	background:rgba(240, 128, 128, 0.1);
	
	background-image:linear-gradient(180deg,rgba(50, 205, 250, 0.5),rgba(0, 255, 255, 0.5));
	background-size:1px 2px;
	
	color:rgba(152, 251, 152, 0.5);
	
	text-shadow:1px 2px 1px rgba(85, 107, 47, 0.5);

}

#header-menu-1 ul li a:focus:hover
{
	
		transition:border 2.75s ease,outline 2s ease,background 0.85s ease;
	
}


/* menu button 1st styling */
/* border linkerbutton menuvak */

.menu-container ul li:first-child
{
	
	border-left:double 4px rgba(240, 128, 128,0.25);
	padding-left:13px;
	
}



/* menu button 3rd styling */
/* border rechterbutton menuvak */

.menu-container ul li:nth-child(3)
{
	
	border-right:double 4px rgba(240, 128, 128,0.25);
	padding-right:13px;
	
}


/* hierweerverderzogaan */

/* vergrootglas icoontje */

.ct-header-search .ct-icon
{
	
	margin-top:240px;
	margin-left:-70px;
		
	filter:drop-shadow(1px 1px 1px rgba(148,0,211,0.55)) brightness(2.5) contrast(1.25) saturate(4) drop-shadow(-1px 1px goldenrod) hue-rotate(240deg);
		
	transition:width 0.25s ease-in-out, height 0.25s ease-in-out;
	transform:translatex(-16px) translatey(-2px);
		
		z-index:1;
}

/* vergrootglas positionering */



.ct-header-search::before
{
		content:"";
		position:absolute;
		
		width:25px;
		height:25px;
		
		background:lemonchiffon;
		
		bottom:-8px;
		right:35px;
		
		border-radius:20px;
		
		filter:drop-shadow(0px 0px 1px rgba(0, 191, 255, 0.57)) drop-shadow(1px 1px rgba(255, 20, 147, 0.57));
		
		opacity:0.5;
		
		
		transition:background-color 0.5s ease-out,width 0.5s ease-in, height 0.5s ease-out;
}

.ct-header-search::after
{
		content:"";
		position:absolute;
		
		width:28px;
		height:28px;
		
		background:linear-gradient(180deg,lightblue,pink);
		
		bottom:-4px;
		right:38px;
		
		border-radius:20px;
		
		filter:brightness(1.15) contrast(0.95) saturate(2.3);
		
		opacity:0.75;
		
}



.ct-header-search:hover::after
{

				filter:brightness(1.15) contrast(1.25) saturate(2.5);
		
		background:linear-gradient(180deg, rgba(127, 255, 212, 0.5), rgba(186, 85, 211, 0.2));
		
		opacity:0.75;
}


.ct-header-search:hover::before
{
		content:"";
		position:absolute;
		
		content:"";
		position:absolute;
		
		width:35px;
		height:35px;
		

		background:lightyellow;
		
		transition:background-color 0.5s ease-out,width 0.5s ease-out, height 0.5s ease-in;
		
		opacity:0.75;


}


/*ditverderdoen*/




/* allPages footer */

/* [fo]oter hidden element */

#footer .ct-footer-copyright
{
	display:none;
}

/* [fo]oter decoratie */

#footer
{
	
	height:75px;
	width:100%;
	background-image:linear-gradient(80deg,paleturquoise,palegreen,papayawhip);
	opacity:0.25;


	filter:blur(13px);

	border-top:double 40px lightpink;
	/* ??? */
	
	position:static;

}



/* [fo]oter links en rechts 
   kleurvlakken */

#footer::after
{
	content:"";
	position:absolute;
	bottom:0px;
	left:0;
	width:100%;
	height:400px;
	background-image:linear-gradient(180deg,cyan,orchid),linear-gradient(180deg,cyan,orchid);	
	
	background-repeat:no-repeat,no-repeat;
	background-size:10.5% 250px,10.5% 250px;
	background-position:bottom 85px left,bottom 85px right;
	
	opacity:0.75;
	z-index:0;
}


/* [fo]oter onderste bovenkant xtra 
   decoratie 
*/

html::after
{
	content:"";
	position:absolute;
	width:100%;
	height:77px;
	
	background-image:linear-gradient(
 180deg,
  rgba(240, 230, 250, 0.75) 20%,             /* darkblue */
  rgba(90, 175, 200, 0.8) 40%,           /* lightseagreen */
  rgba(215, 225, 235, 0.75) 50%,          /* floralwhite */
  rgba(200, 170, 200, 0.45) 70%,           
  rgba(75, 225, 240, 0.71)  100%
),linear-gradient(rgba(195,150,195,0.3)),linear-gradient(rgba(32, 178, 170, 0.2)),linear-gradient(
  90deg,
  rgba(155, 220, 180, 0.35) 30%,     /* peachpuff */
  rgba(140, 150, 230, 0.3) 50%,      /* blueviolet */
  rgba(175, 255, 150, 0.35) 65%       /* greenyellow */
),repeating-linear-gradient(
    45deg,
    rgba(238, 130, 238, 0.75) 0px,
	  rgba(127, 255, 212, 0.85)    1px,
    rgba(100, 200, 155, 0.1) 2px,
    transparent 1px,
    transparent 3px
  ),repeating-linear-gradient(
    45deg,
    rgba(238, 130, 238, 0.25) 0px,
	  rgba(127, 255, 212, 0.15)    1px,
    rgba(100, 200, 155, 0.25) 2px,
    transparent 1px,
    transparent 3px
  );
	
	background-size:100% 7px, 100% 1px, 100% 1px,5px 1px,3px 3px;
	background-repeat:no-repeat,no-repeat,no-repeat,repeat-x,repeat-x,repeat-x;
	background-position:top 1px left,bottom 4px right,bottom 8px right,top 60px right, top 73px right,top 13px right;
	
	
	bottom:0;
	left:0;
	
	opacity:0.9;
	
}



/* [bl]og pagina styling  
   kleurvlakken detail lijnen
*/

.blog_finishingtouchStyles::before
{
	content:"";
	position:absolute;
  width: 100%;
  height: 100%;
  top:0;
	left:0;
	bottom:0;
	right:0;
	background:transparent;
	
	z-index:1;


	background-image: linear-gradient(180deg,rgba(220, 210, 170, 0.53) 10%,rgba(127, 235, 190, 0.51) 70%, rgba(140, 225, 240, 0.4) 10%),linear-gradient(rgba(230, 230, 100, 1)),repeating-linear-gradient(180deg,rgba(225, 250, 255, 1) 60%,rgba(240, 140, 195, 0.5) 180%), linear-gradient(rgba(135, 206, 250, 0.25), rgba(135, 206, 250, 0.25)),
  linear-gradient(rgba(250, 190, 255, 1), rgba(175, 175, 255, 0.35)),
  linear-gradient(0deg,rgba(235, 230, 210, 1)),repeating-linear-gradient(
  90deg,
  rgba(255, 182, 193, 0.25) 20%,
  rgba(250, 250, 210, 0.35) 50%,
  rgba(0, 255, 255, 0.2) 80%
), linear-gradient(180deg,rgba(220, 210, 170, 0.53) 10%,rgba(127, 235, 190, 0.51) 70%, rgba(140, 225, 240, 0.4) 10%),linear-gradient(rgba(230, 230, 100, 1)),repeating-linear-gradient(180deg,rgba(225, 250, 255, 1) 60%,rgba(240, 140, 195, 0.5) 180%), linear-gradient(rgba(135, 206, 250, 0.25), rgba(135, 206, 250, 0.25)),
  linear-gradient(rgba(250, 190, 255, 1), rgba(175, 175, 255, 0.35)),
  linear-gradient(0deg,rgba(235, 230, 210, 1)),repeating-linear-gradient(
  90deg,
  rgba(255, 182, 193, 0.25) 20%,
  rgba(250, 250, 210, 0.35) 50%,
  rgba(0, 255, 255, 0.2) 80%
), repeating-linear-gradient(
    45deg,
    transparent 0%,
    transparent 49%,
    rgba(255, 190, 230, 0.99) 70%,
    transparent 51%,
    transparent 100%
  ),linear-gradient(0deg,lightyellow 45%,lightblue 200%),linear-gradient(0deg,lightyellow 45%,lightblue 200%),linear-gradient(180deg,rgba(184, 134, 11, 0.08) 40%,rgba(32, 178, 170, 0.11) 110%),linear-gradient(
  180deg,
  rgba(55, 225, 205, 0.17) 20%,
  rgba(235, 175, 210, 0.19) 40%,
  rgba(255, 250, 240, 0.3) 110%
),linear-gradient(
  180deg,
  rgba(255, 0, 255, 0.045) 30%,
  rgba(154, 205, 50, 0.13) 50%
),linear-gradient(
  180deg,
  rgba(60, 230, 140, 0.11) 20%,
  rgba(218, 112, 214, 0.06) 40%,
  rgba(190, 90, 70, 0.04) 140%
), linear-gradient(180deg,rgba(184, 134, 11, 0.08) 40%,rgba(32, 178, 170, 0.11) 110%),
		linear-gradient( 180deg,
  rgba(55, 225, 205, 0.17) 20%,
  rgba(235, 175, 210, 0.19) 40%,
  rgba(255, 250, 240, 0.3) 110%), linear-gradient(180deg,
  rgba(255, 0, 255, 0.045) 30%,
  rgba(154, 205, 50, 0.13) 50%), linear-gradient(180deg,
  rgba(60, 230, 140, 0.11) 20%,
  rgba(218, 112, 214, 0.06) 40%,
  rgba(190, 90, 70, 0.04) 140%);
	
	background-repeat:no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,repeat-x,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat;
	
	background-size:1px 260px,1px 10px,43px 2px,1px 260px,1px 10px,1px calc(100% - 736px),3px calc(100% - 736px), 1px 260px,1px 10px,43px 2px,1px 260px,1px 10px,1px calc(100% - 736px),3px calc(100% - 736px), 8px 5px,1px calc(100% - 736px),1px calc(100% - 736px),1px calc(100% - 736px),1px 270px,1px calc(100% - 736px),1px 270px,1px calc(100% - 736px),1px 270px,1px calc(100% - 736px),1px 270px;
	
	background-position: bottom 77px left calc(10% + 5px),bottom 337px left calc(10% + 5px), bottom 347px left calc(10% - 30px),bottom 77px left calc(10% + 8px),bottom 337px left calc(10% + 8px), bottom 347px left calc(10% - 147px),bottom 348px left calc(10% - 35px),bottom 77px right calc(10% + 5px),bottom 337px right calc(10% + 5px), bottom 347px right calc(10% - 30px),bottom 77px right calc(10% + 8px),bottom 337px right calc(10% + 8px), bottom 347px right calc(10% - 147px),bottom 348px right calc(10% - 35px), top 383px left,bottom 347px left calc(10% - 17px),bottom 347px right calc(10% - 17px), bottom 347px left 84px,bottom 77px left 84px,bottom 347px left 78px,bottom 77px left 78px,bottom 347px right 84px,bottom 77px right 84px,bottom 347px right 78px,bottom 77px right 78px;
	

	
	pointer-events: none;

	
	filter:drop-shadow(1px 1px 5px rgba(127, 255, 212, 0.5)) saturate(1.4) contrast(0.97) brightness(1.03);
	
	
	/* nxt */
	
}


.blog_finishingtouchStyles::after
{
		
	content:"";
	position:absolute;
  width: 100%;
  height: 5px;
  top:383px;
	left:0;

		
	background-image:linear-gradient(to bottom,rgba(155, 169, 163, 1) 30%,indianred 30%);
		
	filter:saturate(1.47) contrast(0.6) brightness(1.3) sepia(0.5) hue-rotate(75deg);
		
		
	 mix-blend-mode:hue;
		
}



body
{
	position:relative;
}

html
{
	position:relative;
}



/* vooruit */

/* hierbeginnen */



/* [si]nglepost pagina styling 
   kleurvlakken detail lijnen
*/


#single-post_finishingtouchStyles::before
{
	content:"";
	position:absolute;
  width: 100%;
  height: 100%;
  top:0;
	left:0;
	bottom:0;
	right:0;
	background:transparent;
	
	z-index:1;


	background-image: linear-gradient(180deg,rgba(250, 220, 190, 0.53) 10%,rgba(127, 235, 190, 0.51) 70%, rgba(140, 225, 240, 0.4) 10%),linear-gradient(rgba(30, 230, 100, 0.55)),repeating-linear-gradient(180deg,rgba(225, 250, 255, 1) 60%,rgba(240, 140, 195, 0.5) 180%), linear-gradient(rgba(135, 206, 250, 0.25), rgba(135, 206, 250, 0.25)),
  linear-gradient(rgba(250, 190, 255, 1), rgba(175, 175, 255, 0.35)),
  linear-gradient(0deg,rgba(235, 230, 210, 1)),repeating-linear-gradient(
  90deg,
  rgba(255, 182, 193, 0.35) 20%,
  rgba(250, 250, 210, 0.35) 50%,
  rgba(0, 255, 255, 0.2) 80%
),  linear-gradient(180deg,rgba(250, 220, 190, 0.53) 10%,rgba(127, 235, 190, 0.51) 70%, rgba(140, 225, 240, 0.4) 10%),linear-gradient(rgba(30, 230, 100, 0.55)),repeating-linear-gradient(180deg,rgba(225, 250, 255, 1) 60%,rgba(240, 140, 195, 0.5) 180%), linear-gradient(rgba(135, 206, 250, 0.25), rgba(135, 206, 250, 0.25)),
  linear-gradient(rgba(250, 190, 255, 1), rgba(175, 175, 255, 0.35)),
  linear-gradient(0deg,rgba(235, 230, 210, 1)),repeating-linear-gradient(
  90deg,
  rgba(255, 182, 193, 0.35) 20%,
  rgba(250, 250, 210, 0.35) 50%,
  rgba(0, 255, 255, 0.2) 80%
), repeating-linear-gradient(
    45deg,
    transparent 0%,
    transparent 49%,
    rgba(200, 230, 200, 0.8) 70%,
    transparent 51%,
    transparent 100%
  ),linear-gradient(0deg,rgba(230, 220, 190, 0.6)),linear-gradient(0deg,rgba(230, 220, 190, 0.6)),linear-gradient(180deg,rgba(184, 134, 11, 0.13) 40%,rgba(32, 178, 170, 0.11) 110%),linear-gradient(
  180deg,
  rgba(150, 250, 20, 0.35) 20%,
  rgba(35, 255, 210, 0.2) 40%,
  rgba(255, 250, 140, 0.185) 75%
),linear-gradient(
  180deg,
  rgba(255, 0, 255, 0.065) 30%,
  rgba(154, 205, 50, 0.13) 50%
),linear-gradient(
  180deg,
  rgba(60, 230, 140, 0.11) 20%,
  rgba(218, 190, 214, 0.55) 40%,
  rgba(130, 250, 250, 0.35) 100%
), linear-gradient(180deg,rgba(184, 134, 11, 0.13) 40%,rgba(32, 178, 170, 0.11) 110%),
		linear-gradient(
  180deg,
  rgba(150, 250, 20, 0.35) 20%,
  rgba(35, 255, 210, 0.2) 40%,
  rgba(255, 250, 140, 0.185) 75%
), linear-gradient(180deg,
  rgba(255, 0, 255, 0.065) 30%,
  rgba(154, 205, 50, 0.13) 50%), linear-gradient(
  180deg,
  rgba(60, 230, 140, 0.11) 20%,
  rgba(218, 190, 214, 0.55) 40%,
  rgba(130, 250, 250, 0.35) 100%
),linear-gradient(whitesmoke),linear-gradient(lightcyan),linear-gradient( rgba(197, 221, 170, 0.35)),linear-gradient(rgba(238, 232, 170, 0.75)),linear-gradient(whitesmoke),linear-gradient(lightcyan),linear-gradient( rgba(197, 221, 170, 0.35)),linear-gradient(rgba(238, 232, 170, 0.75));
	
	background-repeat:no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,repeat-x,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat;
	
	background-size:1px 260px,1px 10px,43px 2px,1px 260px,1px 10px,1px calc(100% - 736px),3px calc(100% - 736px), 1px 260px,1px 10px,43px 2px,1px 260px,1px 10px,1px calc(100% - 736px),3px calc(100% - 736px), 8px 5px,1px calc(100% - 736px),1px calc(100% - 736px),1px calc(100% - 736px),1px 270px,1px calc(100% - 736px),1px 270px,1px calc(100% - 736px),1px 270px,1px calc(100% - 736px),1px 270px,1px calc(100% - 736px),1px calc(100% - 736px),1px calc(100% - 736px),1px calc(100% - 736px),1px calc(100% - 736px),1px calc(100% - 736px),1px calc(100% - 736px),1px calc(100% - 736px);
	
	background-position: bottom 77px left calc(10% + 5px),bottom 337px left calc(10% + 5px), bottom 347px left calc(10% - 30px),bottom 77px left calc(10% + 8px),bottom 337px left calc(10% + 8px), bottom 347px left calc(10% - 147px),bottom 348px left calc(10% - 35px),bottom 77px right calc(10% + 5px),bottom 337px right calc(10% + 5px), bottom 347px right calc(10% - 30px),bottom 77px right calc(10% + 8px),bottom 337px right calc(10% + 8px), bottom 347px right calc(10% - 147px),bottom 348px right calc(10% - 35px), top 383px left,bottom 347px left calc(10% - 17px),bottom 347px right calc(10% - 17px), bottom 347px left 84px,bottom 77px left 84px,bottom 347px left 78px,bottom 77px left 78px,bottom 347px right 84px,bottom 77px right 84px,bottom 347px right 78px,bottom 77px right 78px,bottom 347px left calc(10% - 8px),bottom 347px left calc(10% - 160px),bottom 347px left calc(10% - 190px),bottom 347px left calc(10% - 235px),bottom 347px right calc(10% - 8px),bottom 347px right calc(10% - 160px),bottom 347px right calc(10% - 190px),bottom 347px right calc(10% - 235px);
	

	
	pointer-events: none;

	
	filter:drop-shadow(1px 1px 5px rgba(127, 255, 212, 0.5)) saturate(1.4) contrast(0.97) brightness(1.03);
	

	
}



/* [si]nglepost ftStyles 
   schaduwrand related-posts
*/

#single-post_finishingtouchStyles::after
{
	content:"";
	position:absolute;

	bottom:340px;
	left:0;
	width:100%;
	height:8px;
	
	
	background-image:linear-gradient(rgba(255, 182, 193, 0.2)),linear-gradient(rgba(255, 255, 224, 0.23)),linear-gradient(rgba(135, 206, 235, 0.17)),linear-gradient(rgba(255, 182, 193, 0.25)),linear-gradient(rgba(255, 255, 224, 0.15)),linear-gradient(rgba(135, 206, 235, 0.15));
	background-size:100% 1px,100% 4px, 100% 2px,80% 1px,80% 4px,80% 2px;
	background-position:bottom left,bottom 4px left,bottom 6px left,bottom left 50%,bottom 4px left 50%,bottom 6px left 50%;
	background-repeat:no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat;
	

	filter:saturate(15) blur(5px) hue-rotate(290deg) brightness(0.7) contrast(1.3);

	z-index:1;
	
	mix-blend-mode:darken;

	opacity:0.63;
}





/* [si]nglepost main page decoratie */

.single-post #main
{
	
	border-bottom:2px inset rgba(150, 190, 235, 0.55);
	outline:4px ridge rgba(170,225,190,0.45);
	box-shadow:0px 10px 10px rgba(175,238,238,0.75),0px 50px 30px rgba(255, 255, 237,0.5), 0px 40px 100px rgba(255,255,255,0.95);

	background-image:linear-gradient(180deg,rgba(255, 255, 255, 1) 0%,rgba(246, 215, 221,0.75),rgba(230, 239, 224,0.75));

	background-repeat:repeat;
	background-size:cover;
	
	position:relative;
	overflow:hidden;

	background-clip:content-box;
	
}





/* [si]nglepost swoosh */

.single-post .ct-container-full
{
	
	background-image:linear-gradient(160deg,rgba(255,255,255,0.5) 15%, rgba(224, 255, 255,0.5)  10% ,rgba(250,250,210,0.5) 70%,rgba(224, 255, 255,0.5) 80%, rgba(255,255,255,0.5) 5%),linear-gradient(60deg,rgba(250,250,210,0.25),rgba(135,206,250,0.3)),linear-gradient(130deg,rgba(28,28,128,0.1) 20% ,rgba(255,255,255,0.2) 70%,rgba(28,28,128,0.1) 4%),linear-gradient(rgba(0,0,139,0.25),rgba(250,250,210,0.85));
	
	background-color:rgba(255,182,193,0.35);
	background-size:25px 40px, 20px 20px,175px 300px, 1px 2px;

	background-blend-mode:screen;
	
}


/* [si]nglepost kleurvlak links  
   styling 
*/

.single-post #main .ct-container-full::before
{
	content:"";
	position:absolute;
	width:10%;
	height:100%;
	top:7px;
	left:0;
	
	background-image:linear-gradient(90deg,magenta,darkcyan,darkblue 110%),linear-gradient(90deg,gold 20%,lightpink 70%,lightblue),repeating-linear-gradient(30deg,rgba(255,100,235,0.37) 20%,rgba(0,0,0,0.36)  10%,rgba(255,255,255,0.52) 30%),repeating-linear-gradient(30deg,rgba(255,0,0,0.37) 20%,rgba(200,60,175,0.26)  10%,rgba(255,255,255,0.42) 30%),repeating-linear-gradient(
  50deg,
  rgba(255, 0, 255, 0.55) 40%,     /* magenta with 80% opacity */
  rgba(255, 115, 200, 0.15) 60%,     /* yellow */
  rgba(0, 85, 230, 0.5) 90%,     /* aqua */
  rgba(5, 80, 100, 0.35) 160%       /* blue */
);
	
 background-position:top left,top left,5px,75px 135px,bottom 10px left;
	background-size: 35% 100%, 100% 10%,85px 100px,150px 75px,100% 260px;
	background-repeat:no-repeat,repeat-y,repeat-y,repeat-y,no-repeat;
	background-blend-mode:color-dodge,overlay;
	opacity:0.13;
	
	/* wide border links*/
}


/* [si]nglepost kleurvlak rechts   
   styling 
*/

.single-post #main .ct-container-full::after
{
	content:"";
	position:absolute;
	width:10%;
	height:100%;
	top:7px;
	right:0;
	
	background-image:linear-gradient(90deg,magenta,darkcyan,darkblue 110%),linear-gradient(90deg,gold 20%,lightpink 70%,lightblue),repeating-linear-gradient(30deg,rgba(255,100,235,0.37) 20%,rgba(0,0,0,0.36)  10%,rgba(255,255,255,0.52) 30%),repeating-linear-gradient(30deg,rgba(255,0,0,0.37) 20%,rgba(200,60,175,0.26)  10%,rgba(255,255,255,0.42) 30%),repeating-linear-gradient(
  50deg,
  rgba(255, 0, 255, 0.55) 40%,     /* magenta with 80% opacity */
  rgba(255, 115, 200, 0.15) 60%,     /* yellow */
  rgba(0, 85, 230, 0.5) 90%,     /* aqua */
  rgba(5, 80, 100, 0.35) 160%       /* blue */
);
	
 background-position:top left,top left,5px,75px 135px,bottom 10px left;
	background-size: 35% 100%, 100% 10%,85px 100px,150px 75px,100% 260px;
	background-repeat:no-repeat,repeat-y,repeat-y,repeat-y,no-repeat;
	background-blend-mode:color-dodge,overlay;
	opacity:0.13;
	
	transform:scalex(-1);
	
	/* wide border rechts mirror x  
	 */
}



/* blog styling */


/* [bl]og footerGloss xtra */

.blog .ct-drawer-canvas::before
{
	content:"";
	position:absolute;
	
	bottom:0px;
	left:0px;
	width:100%;
	height:73px;
	
	z-index:1;
	
	background-image:linear-gradient(180deg,palegoldenrod 10%,rgba(224, 255, 255, 0.5) 30%,cyan 60%,yellow 40%, silver 90%, pink 2%),linear-gradient(lightblue),linear-gradient(180deg,palegoldenrod 10%,pink 30%,rgba(0, 0, 139, 0.17)  60%,yellow 40%, silver 90%, pink 2%),linear-gradient(lightblue),linear-gradient(rgba(224, 255, 255, 1)),linear-gradient(lightgreen),linear-gradient(rgba(255, 250, 240, 0.55)),linear-gradient(rgba(144, 238, 144, 0.75));
	
	background-size:100% 2px, 100% 1px, 100% 1px, 100% 1px,100% 1px, 100% 1px;
	
	background-repeat:no-repeat;
	
	background-position:0px 4px, 0px 15px, 0px 10px, 0px 12px, 0px 15px, 0px 17px,0px 57px,0px 53px;
	
	
	opacity:0.35;

 
  transform:scaley(1);
	
}



/* blog achtergrond */


/* [bl]og verticaal streep bottomBorder header */

.blog #main-container #header div[data-column-set="2"]::before
{
	
	content:"";
	position:absolute;
	
	width:100%;
	height:2px;
	
	top:330px;
	left:0;
	
  background-image:repeating-linear-gradient(to bottom, red 0px, red 1px, green 1px, green 2px);
	
	z-index:5;
	
	opacity:0.085;
	
	filter:hue-rotate(250deg) saturate(3);
	
}


/* [bl]og .pagination */
/* pagination nxt en prv button  
   positionering */

.ct-pagination .next 
{
	
	margin-right:50px;
	position:absolute;
	
}

.ct-pagination .prev
{
	
	margin-left:50px;
	position:absolute;	
	
}

/* [bl]og */
/* pagination nxt en prv styling */

.ct-pagination .next svg, .prev svg 
{
	
	filter:drop-shadow(1px 1px 1px darkgreen);	
	
}

/* [bl]og */
/* pagination pagenumbers decoratie 
*/
 
.ct-pagination .page-numbers
{
	
	color:rgb(220,246,190);
	background-image:linear-gradient(lightyellow,lightcyan);
	filter:drop-shadow(1px 1px 1px rgba(72,61,139,0.35));
	opacity:1;
	outline:1px dashed darkgray;
	box-shadow:1px 1px 1px grey, 0px 2px 4px rgba(72,61,139,0.4);
	border-bottom:solid 1px rgba(110, 205, 50,0.5);
	border-top:double 4px rgba(0, 139, 139,0.25);
	font-size:1.17em;
	text-shadow:1px 1px 1px limegreen, -1px 1px 1px blue;
	
	letter-spacing:5px;
	font-weight:400;
	margin-top:90px;
	
	
	transition:color 0.4s ease-in-out, border 0.25s ease-in-out;
	
}


/* [bl]og */

.ct-pagination .ct-hidden-sm  .page-numbers::before
{
	
	content:"";
	position:absolute;
	
	width:136%;
	height:135%;
	
	top:-7px;
	left:-7px;
	
	
	border-top:dashed 1px pink;
	border-bottom:dashed 1px pink;
	border-left:dashed 1px pink;
	border-right:dashed 1px pink;
	
	box-shadow:1px 0px palegoldenrod,-1px 0px palegoldenrod, 0px 1px palegoldenrod, 0px -1px palegoldenrod;
	
	filter:brightness(1.15) contrast(1.75) drop-shadow(0px 0px 1px cyan) drop-shadow(3px 0px rgba(128, 55, 55, 0.1)) drop-shadow(-3px 0px rgba(128, 55, 55, 0.1)) drop-shadow(0px 3px rgba(128, 55, 55, 0.1)) drop-shadow(0px -2px rgba(128, 55, 55, 0.1)) saturate(5);
	
	outline:groove 2px pink;

	opacity:0.28;
	

	background-image:linear-gradient(rgba(238, 130, 238,0.65)),linear-gradient(rgba(139, 0, 0,0.55)),linear-gradient(rgba(255,0,0,0.35)),linear-gradient(rgba(255,0,0,0.35)),linear-gradient(180deg,rgba(255, 0, 255,0.15) 5%,rgba(0,255,0,0.2) 45%),linear-gradient(rgba(138, 43, 226,0.63));
	
	background-size:100% 2px,100% 1px,1px 100%,1px 100%, 85.5% 4px, 52% 1px;
	background-repeat:no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat;
	background-position:0px 36px,0px 39px,top left 5px,top right 4px, bottom 33px right 3px,bottom 41px right 11px;
	
}

/* [bl]og */

.ct-pagination .ct-hidden-sm  .page-numbers:hover::before
{
	content:"";
	position:absolute;
	
	width:136%;
	height:135%;
	
	top:-7px;
	left:-7px;
	
	
	border-top:dashed 1px yellow;
	border-bottom:dashed 1px yellow;
	border-left:dashed 1px yellow;
	border-right:dashed 1px yellow;
	
	box-shadow:1px 0px turquoise,-1px 0px aqua, 0px 1px aqua, 0px -1px aqua;
	
	filter:brightness(1.2) contrast(1.75) drop-shadow(0px 0px 1px cyan) drop-shadow(3px 0px rgba(128, 55, 55, 0.1)) drop-shadow(-3px 0px rgba(128, 55, 55, 0.1)) drop-shadow(0px 3px rgba(128, 55, 55, 0.1)) drop-shadow(0px -2px rgba(128, 55, 55, 0.1)) saturate(4) hue-rotate(340deg) drop-shadow(3px 2px 1px rgba(255, 250, 240, 0.25));
	
	outline:groove 3px rgba(255, 192, 203, 0.85);

	opacity:0.4;
}


/* [bl]og */

.ct-pagination .ct-hidden-sm .page-numbers::after
{
	content:"";
	position:absolute;
	width:127%;
	height:126%;
	outline:dashed 1px rgba(0, 139, 139,0.4);
	
	border-top:inset 1px lightpink;
	border-right:dashed 1px lightpink;
	border-bottom:inset 1px lightpink;
	border-left:inset 1px lightpink;
	
	box-shadow:3px 0px rgba(190,185,255,0.2),0px 3px rgba(190,185,255,0.2);

	
	filter:drop-shadow(0px 0px 1px rgba(64, 224, 208,0.35)) hue-rotate(280deg) saturate(0.75) brightness(1.05);
	
	top:-6px;
	left:-5px;
}

/* [bl]og */

.ct-pagination .ct-hidden-sm .page-numbers:hover::after
{
	content:"";
	position:absolute;
	width:127%;
	height:126%;
	outline:ridge 2px rgba(0, 139, 139,0.2);
	
	border-top:dashed 1px lightpink;
	border-right:groove 2px rgba(255, 182, 193, 0.63);
	border-bottom:ridge 2px rgba(255, 182, 193, 0.55);
	border-left:dashed 1px lightpink;
	
	
	filter:drop-shadow(3px 3px 1px rgba(50, 90, 250,0.35)) hue-rotate(280deg) saturate(3) brightness(1.75) contrast(0.35) invert(0.25);
	
	top:-6px;
	left:-5px;
	
}


/* [bl]og */

/* pagination pagenumber   
   padding left */

.ct-pagination a
{
  padding-left:5px;
}


/* [bl]og */

/* pagination currentpage decoratie 
   */

.ct-pagination  .current
{
	height:150%;
	filter:drop-shadow(1px 1px 1px lightseagreen);
	box-shadow:-2px 3px 1px white;
	font-weight:bold;
	transition:box-shadow 1s ease-out;
	padding-left:5px;
	
	transform:translatey(-15px);
}

/* [bl]og */

.ct-pagination  .current::before,
.ct-pagination  .current::after
{
	visibility:hidden;
}


/* [bl]og */

/* pagination pagenumber hover 
   effect styles */

.ct-pagination .page-numbers:hover
{
	
	border-style:double;
	border-width:4px;
	
	transform:translatey(2px);

	filter:drop-shadow(1px 1px 1px rgba(50, 205, 50,0.25)) saturate(0.75) brightness(1.1);
	outline:1px rgba(135, 206, 250,0.5) dashed;
	background-image:linear-gradient(140deg,white,lightcyan,pink,rgba(127, 255, 228,0.15) 40%,rgba(255,0,0,0.1),lightgreen);
	color:turquoise;
	transition:ease-in color 0.4s, ease-in-out border-width 0.2s,ease-in-out border-color 0.15s, filter 0.4s ease-in-out;
	
}

/* [bl]og uitlijning pagination */

.ct-pagination .ct-hidden-sm
{
	
  display:flex;
	gap:20px;
	
	margin-bottom:50px;
	
}

/* [bl]og puntjes inactief */

.ct-pagination .ct-hidden-sm .dots
{
	
	pointer-events:none;
	
}


/* [bl]og */

/* pagination current hover */

.ct-pagination  .current:hover
{
	
	display:flex;
	justify-content:center;
	height:175%;
	
	transform:translatey(-20px);
 
	background-image:linear-gradient(rgba(255,215,0,0.55) 3%,rgba(50, 205, 50,0.35), 20%,rgba(255, 170, 255,0.95),rgba(80,139,139,0.5),white 115%);
	transition:ease-in-out opacity 0.5s, ease-in-out height 0.15s, ease-in-out color 1s;
	opacity:0.2;
	box-shadow:-2px 4px 0px rgba(32,178,170,0.5);
  
	cursor:wait;
	outline:none;

  border-width:1px;
	padding-bottom:5px;
	
}

/* [bl]og */

/* pagination positionering */
 
.ct-pagination 
{
	
	margin-top:140px;
	margin-bottom:30px;	
	z-index:1;
	position:relative;
	
}



/* [bl]og pagination prevButton */



.ct-pagination .prev::before
{
	
	content:"";
	position:absolute;
	width:107%;
	height:140%;
		
	border:dashed 1px yellow;
	border-radius:7px;
	
	outline:dashed 1px rgba(173, 216, 230,0.4);
	
	box-shadow:0px 1px 4px rgba(185, 50, 190,0.2),0px -3px rgba(255, 250, 240,0.8);
	
	top:-8px;
	
	transition:background ease-in-out   0.4s, top 0.35s ease-in;
	
	
	background-size:95.5% 1px,95.5% 1px, 95.5% 1px,1px 85%,1px 85%,13px 66%,13px 66%, 5px 100%;
	
	background-repeat:no-repeat,no-repeat;
	background-position:bottom 6px right 4px,bottom 8px right 4px,bottom 39px right 4px,top 4px left 5px, top 4px right 5px,top 7px left 5px,top 7px right 5px,top left 90px;
	
	background-image:linear-gradient(rgba(255, 192, 203, 0.93)),linear-gradient(rgba(127, 255, 212, 0.63)),linear-gradient(rgba(255, 192, 203,0.66)),linear-gradient(rgba(210, 192, 203, 0.75)),linear-gradient(rgba(210, 192, 203, 0.75)),linear-gradient(
  90deg,
  rgba(0, 139, 139, 0.35) 5%,
  rgba(255, 192, 203, 0.4) 40%,
  rgba(173, 216, 230, 0.45) 80%
),linear-gradient(
  270deg,
  rgba(0, 139, 139, 0.35) 5%,
  rgba(255, 192, 203, 0.4) 40%,
  rgba(173, 216, 230, 0.45) 80%
),repeating-linear-gradient(to bottom,transparent 0px, transparent 1px,transparent 2px, transparent 3px, transparent 3px, transparent 3px);
	
}


/* [bl]og pagination nextButton */

.ct-pagination .next::before
{
	
	content:"";
	position:absolute;
	width:107%;
	height:140%;
	
	border:dashed 1px yellow;
	border-radius:7px;
	
	outline:dashed 1px rgba(173, 216, 230,0.4);
	
	box-shadow:0px 1px 4px rgba(185, 50, 190,0.2),0px -3px rgba(255, 250, 240,0.8);
	
	top:-8px;
	
	transition:background ease-in-out 0.4s, top 0.35s ease-in;
	
	background-size:95.5% 1px,95.5% 1px, 95.5% 1px,1px 85%,1px 85%,13px 66%,13px 66%, 5px 100%;
	
	background-repeat:no-repeat,no-repeat;
	background-position:bottom 6px right 4px,bottom 8px right 4px,bottom 39px right 4px,top 4px left 5px, top 4px right 5px,top 7px left 5px,top 7px right 5px,top right 90px;
	
	background-image:linear-gradient(rgba(255, 192, 203, 0.93)),linear-gradient(rgba(127, 255, 212, 0.63)),linear-gradient(rgba(255, 192, 203,0.66)),linear-gradient(rgba(210, 192, 203, 0.75)),linear-gradient(rgba(210, 192, 203, 0.75)),linear-gradient(
  90deg,
  rgba(0, 139, 139, 0.35) 5%,
  rgba(255, 192, 203, 0.4) 40%,
  rgba(173, 216, 230, 0.45) 80%
),linear-gradient(
  270deg,
  rgba(0, 139, 139, 0.35) 5%,
  rgba(255, 192, 203, 0.4) 40%,
  rgba(173, 216, 230, 0.45) 80%
),repeating-linear-gradient(to bottom,transparent 0px, transparent 1px,transparent 2px, transparent 3px, transparent 3px, transparent 3px);	
	
}

/* [bl]og pagination prevButton */

.ct-pagination .prev:hover::before
{
	
	content:"";
	position:absolute;
	width:107%;
	height:140%;
	
	border:inset 3px rgba(230, 150, 240, 0.15);
	border-radius:7px;
	
	outline:dashed 1px rgba(173, 216, 230,1);
	
	box-shadow:0px 1px 4px rgba(125, 235, 75,0.75),0px -3px rgba(135, 250, 160,0.85),2px -2px rgba(255, 192, 203, 0.5);
	
	border-right:outset 7px rgba(0,0,0,0.15);
	
	top:-6px;
		
	background-size:95.5% 1px,95.5% 1px, 95.5% 1px,1px 85%,1px 85%,13px 61%,13px 61%, 8px 85%;
	
	background-repeat:no-repeat,no-repeat,no-repeat;
	background-position:bottom 4px right 4px,bottom 4px right 4px,bottom 32px right 4px,top 4px left 6px, top 4px right 6px,top 8px left 10px,top 8px right 10px,top 3px left 5px;
	
	transition:background ease-in-out 0.4s, top 0.35s ease-in, filter 0.5s ease-in-out;
	
	background-image:linear-gradient(rgba(155, 192, 203, 0.93)),linear-gradient(rgba(127, 255, 212, 0.63)),linear-gradient(rgba(255, 192, 203,0.66)),linear-gradient(rgba(210, 192, 150, 0.75)),linear-gradient(rgba(210, 192, 150, 0.75)),linear-gradient(
  90deg,
  rgba(0, 139, 139, 0.25) 5%,
  rgba(255, 192, 203, 0.85) 40%,
  rgba(173, 216, 230, 0.75) 80%
),linear-gradient(
  270deg,
  rgba(0, 139, 139, 0.05) 5%,
  rgba(255, 192, 203, 0.5) 40%,
  rgba(173, 216, 230, 0.25) 80%
),repeating-linear-gradient(to bottom,rgba(0,0,139,0.4) 0px, transparent 1px,transparent 2px, rgba(139,0,0,0.1) 3px, transparent 3px, rgba(0,0,139,0.5) 3px);	
	
	filter:brightness(1.02) contrast(1.02) hue-rotate(240deg) drop-shadow(2px 3px rgba(255, 192, 203, 0.55)) invert(0.08);
	
	mix-blend-mode:darken;
	
}

/* [bl]og pagination nextButton */

.ct-pagination .next:hover::before
{
	
	content:"";
	position:absolute;
	width:107%;
	height:140%;
	
	border:inset 3px rgba(230, 150, 240, 0.15);
	border-radius:7px;
	
	outline:dashed 1px rgba(173, 216, 230,1);
	
	box-shadow:0px 1px 4px rgba(125, 235, 75,0.75),0px -3px rgba(135, 250, 160,0.85),2px -2px rgba(255, 192, 203, 0.5);
	
	border-right:outset 7px rgba(0,0,0,0.15);
	
	top:-6px;
		
	background-size:95.5% 1px,95.5% 1px, 95.5% 1px,1px 85%,1px 85%,13px 61%,13px 61%, 7px 90%;
	
	background-repeat:no-repeat,no-repeat,no-repeat;
	background-position:bottom 4px right 4px,bottom 4px right 4px,bottom 32px right 4px,top 4px left 6px, top 4px right 6px,top 8px left 10px,top 8px right 10px,top right 5px;
	
	transition:background ease-in-out 0.4s, top 0.35s ease-in, filter 0.5s ease-in-out;
	
	background-image:linear-gradient(rgba(155, 192, 203, 0.93)),linear-gradient(rgba(127, 255, 212, 0.63)),linear-gradient(rgba(255, 192, 203,0.66)),linear-gradient(rgba(210, 192, 150, 0.75)),linear-gradient(rgba(210, 192, 150, 0.75)),linear-gradient(
  90deg,
  rgba(0, 139, 139, 0.25) 5%,
  rgba(255, 192, 203, 0.85) 40%,
  rgba(173, 216, 230, 0.75) 80%
),linear-gradient(
  270deg,
  rgba(0, 139, 139, 0.05) 5%,
  rgba(255, 192, 203, 0.5) 40%,
  rgba(173, 216, 230, 0.25) 80%
),repeating-linear-gradient(to bottom,white 0px, transparent 1px,transparent 2px, greenyellow 3px, transparent 3px, darkblue 3px);	
	
	filter:brightness(1.02) contrast(1.02) hue-rotate(240deg) drop-shadow(2px 3px rgba(255, 192, 203, 0.55)) invert(0.08);
	
	
	mix-blend-mode:darken;
	
}

/* [bl]og pagination prevButton en    nextButton 
*/

.ct-pagination .prev:hover::after,
.ct-pagination .next:hover::after
{
	content:"";
	position:absolute;
	width:107%;
	height:140%;
	
	left:-7px;
	top:-6px;
		
	border:dashed 1px darkblue;
	border-radius:7px;

	box-shadow:4px 0px red;
	
	outline:1px dashed yellow;
	
	transition:background ease-out 0.4s, top 0.05s ease-out, filter 0.35s ease-in-out;
	
	background-repeat:repeat,no-repeat;
	background-image:linear-gradient(rgba(0, 128, 0, 0.3),rgba(224, 255, 255, 0.3)),linear-gradient(180deg,pink 20%,red 40%,lightyellow 70%,blue 150%);
	background-size:1px 2px,100% 100%;
	background-position:top left, top left;
	
	mix-blend-mode:saturation;
	
	filter:saturate(0.5) brightness(0.2)  drop-shadow(0px 2px darkorchid);
	
}

/* [bl]og pagination prevButton */

.ct-pagination .prev::after
{
	content:"vorige";
	position:absolute;
	
  color:rgba(255, 0, 255, 0.55);
	letter-spacing:5px;
	
	text-shadow:1px 1px rgba(184, 134, 11, 0.75);
	
	left:34px;
	top:5px;
		
	opacity:0.25;
}

/* [bl]og pagination nextButton */

.ct-pagination .next::after
{
	content:"volgende";
	position:absolute;
	
  color:rgba(255, 0, 255, 0.55);
	letter-spacing:5px;
	
	text-shadow:1px 1px rgba(184, 134, 11, 0.75);
	
	left:17px;
	top:5px;
			
	opacity:0.25;
}

/* [bl]og pagination nextButton */

.ct-pagination .next:hover
{
	
	color:peachpuff;
	text-shadow:2px 1px indianred, -1px -1px 1px mediumseagreen, 0px 0px 3px blueviolet;
	font-weight:500;
	
	transition:color 1s ease, text-shadow 0.35s ease-in;
	
}


.ct-pagination .prev:hover
{
	
	color:peachpuff;
	text-shadow:2px 1px indianred, -1px -1px 1px mediumseagreen, 0px 0px 3px blueviolet;
	font-weight:500;
	
	transition:color 1s ease, text-shadow 0.35s ease-in;

}

/* [bl]og decoratie maincontainer */

.blog #main-container::after
{
	
	content:"";
	position:absolute;
	width:100%;
	height:calc(100% - 467px);
	
	top:390px;
	
	background-image:linear-gradient(160deg,rgba(255,255,255,0.5) 15%, rgba(224, 255, 255,0.5)  10% ,rgba(250,250,210,0.5) 70%,rgba(224, 255, 255,0.5) 80%, rgba(255,255,255,0.5) 5%),linear-gradient(60deg,rgba(250,250,210,0.25),rgba(135,206,250,0.3)),linear-gradient(130deg,rgba(28,28,128,0.1) 20% ,rgba(255,255,255,0.2) 70%,rgba(28,28,128,0.1) 4%),linear-gradient(rgba(0,0,139,0.25),rgba(250,250,210,0.85));
	
	background-color:rgba(255,182,193,0.35);
	background-size:25px 40px, 20px 20px,175px 300px, 1px 2px;
	background-blend-mode:screen;
	

	transform:rotate(180deg);
	
	z-index:-1;
	

}


/* [bl]og footer overlay */

.blog .site-main::before
{
	
	position:absolute;
	content:"";
	width:100%;
	height:77px;
	bottom:-3px;

	
	z-index:1;
	
	background-image:linear-gradient(180deg,lightyellow 10%,turquoise 50%, darkcyan 1000%);
	

	mix-blend-mode:lighten;
	opacity:0.5;
	

	filter:hue-rotate(40deg) saturate(2.3) contrast(0.95) brightness(0.99);
	
}

/* [bl]og footer decoratie */

.blog .site-main::after
{
	position:absolute;
	content:"";
	width:110%;
	height:77px;
	bottom:-3px;
	left:-10px;
	
	background-repeat:repeat-x,repeat-x,repeat-x,no-repeat,no-repeat,no-repeat;
	
	background-size:5px 40px, 3px 20px, 5px 15px,100% 15px,100% 1px,100% 2px;
	
	background-image:repeating-linear-gradient(
  to right,
  rgba(255,255,255,0.5) 0px,
  rgba(0,255,255,0.5) 1px,
  transparent 1px,
  transparent 5px,
  rgba(255,255,255,0.5) 5px,
  rgba(0,255,255,0.5) 6px
),repeating-linear-gradient(
  to right,
  rgba(0,255,0,0.35) 0px,
  rgba(0,255,0,0.35) 1px,
  transparent 1px,
  transparent 5px,
  rgba(0,255,255,0.35) 5px,
  rgba(0,255,255,0.35) 6px
),repeating-linear-gradient(to right,
cyan,
	cyan,
	transparent 1px,
	transparent 5px,
	cyan,
	cyan),linear-gradient(180deg,black 25%,cyan 90%),linear-gradient(90deg,rgba(154, 205, 50, 0.2)),linear-gradient(90deg,rgba(154, 205, 50, 0.15));
	
	background-position:1px 17px, 1px 57px, 20px -6px,0px 3px,0px 20px,0px 58px;
	
	
  mix-blend-mode:luminosity;
	
	/* cewl */
	
	filter:invert(0.3) saturate(8)  drop-shadow(13px 0px lightgreen);
	
	opacity:0.85;
	
}


/* [bl]og h1 titel pagina */

.blog  #main  h1 
{
	
	margin-left:13px;
	
	margin-bottom:60px;
	font-size:2.75em;
	font-weight:300;
	letter-spacing:7px;
	
	
	
	filter:drop-shadow(4px 3px 1px rgba(250,240,235,0.1)) drop-shadow(1px 1px 3px darkturquoise) brightness(1.04) contrast(0.95) saturate(1.5);
	
	text-shadow:-2px 2px 2px darkcyan, 1px 1px rgba(255, 50, 200, 0.4), -2px -1px 1px rgba(255, 255, 224,0.95);

	color:rgba(74, 190, 237,0.75);

	box-shadow:0px -1px 0px rgba(190,150,240,0.05), 0px 1px 0px rgba(255, 182, 193,0.15);
	width:20%;
	padding-left:30px;
	padding-top:10px;
	padding-bottom:10px;	

}



.blog #main h1::before
{
	content:"";
	position:absolute;
	
	width:100%;
	height:100%;
	
	top:-2px;
	left:0;
	
	background-image:linear-gradient(40deg,yellowgreen 8%,cyan 20%,yellow 35%,turquoise 60%,pink 90%, yellowgreen 91%),linear-gradient(40deg,rgba(0, 206, 209,0.75) 8%,cyan 20%,yellow 35%,rgba(0, 206, 209,0.75) 60%,pink 90%, yellowgreen 91%);
	background-size:100% 3px,100% 3px;
	background-repeat:no-repeat,no-repeat; 
	background-position:top 2px right,bottom 2px right;

	
	filter:hue-rotate(170deg) brightness(1.3) contrast(0.95);
	

	box-shadow:0px 3px rgba(255,255,255,1), 0px -2px rgba(255,255,255,1);
	opacity:0.4;
	
	border-top:inset 3px rgba(255,255,0,0.25);
	border-bottom:outset 4px rgba(255,255,0,0.15);

	
}

.blog #main h1::after
{
	
	content:"";
	position:absolute;
	width:100%;
	height:115%;
	top:-5px;
	left:0;
	
	background-image:repeating-linear-gradient(90deg,rgba(255,255,255,0.5) 1%,rgba(255,255,255,0.5) 2%, rgba(0,0,255,0.5) 3%),repeating-linear-gradient(90deg,rgba(255,0,0,0.05) 1%,rgba(255,255,255,0.4) 2%,rgba(138, 43, 226, 0.5) 3%),linear-gradient(rgba(255,0,0,0.4)),linear-gradient(rgba(0,0,255,0.5));
	
	background-size:99% 1px,99% 4px,100% 1px,100% 1px;
	background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;
	background-position:top 2px left 2px,top 106px left 2px, top 5px left, bottom 13px left;
	
	opacity:0.35;
	
	border-top:double 3px rgba(255,255,255,0.05);
	
	border-bottom:double 3px rgba(255,255,255,0.05);

	
	filter:brightness(2) contrast(0.5) drop-shadow(1px 1px 2px rgba(255,0,0,0.3)) blur(1px);
	
}

/* [bl]og h1 titel firstletter  
   pagina 
*/

.blog #main h1:first-letter
{
	
	color:rgba(164, 241, 247,0.66);
	font-size:60px;
	
}



.blog .entries .entry-title:first-letter
{
	
	font-weight:600;
	
}


/* [bl]og cards decoratie */

.blog .entries .entry-meta li
{
	
  font-weight:bold;
	opacity:0.75;
	color:darkturquoise;
	padding:10px;
	
}

.blog .entries .entry-meta .ct-meta-element-author span
{
	
	color:rgba(0, 100, 0,0.75);
	padding-left:5px;
	padding-right:10px;
	opacity:0.85;
	
}

/* [bl]og genoteerde */

.blog .entries .meta-categories span
{
	
	color:darkseagreen;
	padding-right:10px;
	
}

.blog .meta-author span
{
	
	padding-left:15px;
	
}

/* [bl]og categorie styling */

.blog .entries .meta-categories a
{
	
	opacity:0.8;
	color:darkturquoise;
	filter:drop-shadow(1px 1px 1px rgba(0,255,0,0.25));
	border-bottom:dashed 1px rgba(0,0,0,0.25);
	
}


/* [bl]og card paragraaf styling 
*/

.blog .entries .entry-card p
{
	
	filter:drop-shadow(1px 1px 0px lightyellow) drop-shadow(-1px -1px 0px rgba(106, 90, 205, 0.35)) brightness(1.1) contrast(0.98) saturate(1.5) hue-rotate(190deg);
	letter-spacing:5px;
	font-kerning:auto;
	line-height:2.4;
	
	text-shadow:1px 1px 1px rgba(138, 43, 226, 0.35), 0px 0px 10px rgba(50, 205, 50, 0.4),-1px -1px darkgoldenrod;
	
	color:rgba(219, 112, 147, 0.66);
	
 	overflow:hidden;
}



/* [bl]og cards styling 
*/

.blog .entries .entry-card
{
	
	filter:drop-shadow(1px 1px 1px rgba(138, 43, 226,0.35));
	outline:double 6px 	rgba(127,255,212,0.75);
	box-shadow:1px 1px 1px 1px rgba(0, 255, 0, 0.35);
	border-top:dashed 1px lightblue;
	border-bottom:dashed 1px lightseagreen;
	border-left:dashed 1px gold;
	border-right:dashed 1px gold;
	background-image: linear-gradient(140deg,rgba(255,255,255,0.9),rgba(255, 250, 225, 0.8),rgba(155, 245, 238, 0.5),rgba(128,0,255,0.17) 123%);
		transition:box-shadow 0.5s ease;
	z-index:1;
	
}



/* [bl]og cards paragraaf text  
   overlay I 
*/

.blog .entries .entry-card .entry-excerpt p::before
{
	
	content: attr(data-text);
	color:yellowgreen !important;
	top:0;
	left:0;
	position:absolute;
	
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	line-height:inherit; 
	text-align: inherit;
	
	width:100%;
	height:100%;
	
	z-index:1;
	
	filter: hue-rotate(330deg) drop-shadow(0px 1px 1px rgba(255, 240, 245, 0.5)) drop-shadow(0px -1px 0px palevioletred) contrast(1.5) brightness(0.87) saturate(0.9);
	
	text-shadow: 0px -2px 0px purple, 1px -2px springgreen, -1px -2px 1px blueviolet;
 
	
	opacity:0.55;
	
}


/* [bl]og cards paragraaf text 
   overlay II 
*/

.blog .entries .entry-card .entry-excerpt p::after
{
	
	content: attr(data-text);

	top:-1px;
	left:1px;
	position:absolute;
	
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
	line-height:inherit; 
	text-align: inherit;
	
	width:100%;
	height:100%;
	
	z-index:1;
	
	opacity:0.25;
	
	color:chartreuse !important;
	
	filter:hue-rotate(310deg);
	
}


/* cntue editting */

.blog .entries .entry-card .entry-excerpt .enhanced-text span.note_Decoration
{
	filter:hue-rotate(150deg) brightness(1.1) contrast(1.3);
	
	color:skyblue;
}

.blog .entries .entry-card .entry-excerpt .enhanced-text span.date_Decoration
{
	filter:hue-rotate(160deg) brightness(1.1) contrast(1.3);
	
	color:mediumvioletred;
}

.blog .entries .entry-card .entry-excerpt .enhanced-text span.time_Decoration
{
	filter:hue-rotate(120deg)      brightness(1.1) contrast(1.3);
	
	color:darkgreen;
}

/* [bl]og cardHover */

.blog .entries .entry-card:hover
{
		box-shadow:3px 3px 1px 4px lightseagreen,-2px -2px 1px 3px lightsteelblue;
}


/* [bl]og cardTitle */

.blog .entries .entry-title
{
	
	border-bottom:4px double rgba(255, 250, 205, 0.85);
	padding-bottom:10px;
	margin-top:10px;
	letter-spacing:3px;
	box-shadow:1px 1px 1px rgba(218, 165, 32,0.5);
	border-right:double 7px rgba(255, 230, 250,0.55);
		transition:background-color ease-in-out 0.35s, border-color ease-in-out 0.15s, border-width 0.25s ease-in-out, transform ease-in-out 0.35s, color ease-in-out 1s;
	color:rgba(250, 120, 135, 0.9);
	text-shadow:1px 1px rgba(0, 100, 190, 0.55),2px 2px rgba(64, 224, 208, 0.63);
	
	filter:drop-shadow(1px 1px 2px rgba(50, 130, 80,0.35)) saturate(1.35);
	
	padding:25px;
	font-style:italic;	
	
		
}


/* [bl]og title after-color styling */

.blog .entries .entry-card .entry-title .after-colon
{
	color:goldenrod;
}


/* [bl]og paragraaf uitlijning 
*/


.blog .entries .entry-card:nth-child(3) .entry-title,
.blog .entries .entry-card:nth-child(4) .entry-title,
.blog .entries .entry-card:nth-child(5) .entry-title,
.blog .entries .entry-card:nth-child(8) .entry-title,
.blog .entries .entry-card:nth-child(9) .entry-title,
.blog .entries .entry-card:nth-child(10) .entry-title
{
	white-space:nowrap;
	overflow:hidden;
}


.blog .entries .entry-card:nth-child(1) p,
.blog .entries .entry-card:nth-child(2) p,
blog .entries .entry-card:nth-child(6) p,
.blog .entries .entry-card:nth-child(7) p
{
	max-height:220px !important;
}


.blog .entries .entry-card:nth-child(3) p,
.blog .entries .entry-card:nth-child(4) p,
blog .entries .entry-card:nth-child(5) p,
.blog .entries .entry-card:nth-child(8) p,
.blog .entries .entry-card:nth-child(9) p,
.blog .entries .entry-card:nth-child(10) p
{
	max-height:500px !important;
}


/* [bl]og breed cards 
*/

.blog .entries .entry-card:nth-child(1) .entry-title::before,
.blog .entries .entry-card:nth-child(2) .entry-title::before,
.blog .entries .entry-card:nth-child(6) .entry-title::before,
.blog .entries .entry-card:nth-child(7) .entry-title::before
{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	
	
	background-image:linear-gradient(180deg,lightyellow 5%,lightcyan 25%,lightpink 60%,rgba(30, 144, 255, 0.5) 130%);
	background-size:100% 20%;
	background-repeat:no-repeat;
	background-position:bottom;
	
	
	top:0;
	left:0;
	
	filter:brightness(1.25) contrast(0.93) saturate(1.65);
	
	opacity:0;


		transition:background 0.5s ease-in-out, opacity 0.63s ease-in;
	
}

.blog .entries .entry-card:nth-child(1) .entry-title:hover::before,
.blog .entries .entry-card:nth-child(2) .entry-title:hover::before,
.blog .entries .entry-card:nth-child(6) .entry-title:hover::before,
.blog .entries .entry-card:nth-child(7) .entry-title:hover::before
{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	
	
	background-image:linear-gradient(180deg, rgba(0, 206, 209, 0.25) 10%, rgba(138, 43, 226, 0.19) 35%, rgba(139, 0, 0, 0.17) 50%, rgba(32, 178, 170, 0.2) 65%, rgba(218, 112, 214, 0.5) 75%, rgba(0, 0, 139, 0.1) 95%);
	background-size:100% 15%;
	background-repeat:no-repeat;
	background-position:top;
	
	transition:background 0.25s ease-in-out, opacity 0.15s ease-out, filter 2s ease-in-out;
	
	top:0;
	left:0;
	
	
	opacity:0.75;
	
	
	filter:brightness(2) contrast(0.95) saturate(0.85);
}


.blog .entries .entry-card:nth-child(1) .entry-title::after,

.blog .entries .entry-card:nth-child(2) .entry-title::after,

.blog .entries .entry-card:nth-child(6) .entry-title::after,

.blog .entries .entry-card:nth-child(7) .entry-title::after
{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	
	
	background-image:linear-gradient(180deg, rgba(0, 206, 209, 0.25) 10%, rgba(138, 43, 226, 0.19) 35%, rgba(139, 0, 0, 0.17) 50%, rgba(32, 178, 170, 0.2) 65%, rgba(218, 112, 214, 0.5) 75%, rgba(0, 0, 139, 0.1) 95%),linear-gradient(rgba(0, 206, 209, 0)),linear-gradient(rgba(0, 206, 209, 0));
	background-size:100% 10%,0% 5px, 0% 5px;
	background-repeat:no-repeat,no-repeat,no-repeat;
	background-position:top,bottom 10px left,top 10px left;
	
	transition:background 0.25s ease-in-out, opacity 0.15s ease-out;
	
	top:0;
	left:0;
	
	
	opacity:0;
	pointer-events:none;
	
	filter:brightness(1.25) contrast(0.94) saturate(10);

}

.blog .entries .entry-card:nth-child(1) .entry-title:hover::after,
.blog .entries .entry-card:nth-child(2) .entry-title:hover::after,
.blog .entries .entry-card:nth-child(6) .entry-title:hover::after,
.blog .entries .entry-card:nth-child(7) .entry-title:hover::after
{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	
	
	background-image:linear-gradient(0deg, rgba(0, 206, 209, 0.25) 10%, rgba(138, 43, 226, 0.19) 35%, rgba(139, 0, 0, 0.17) 50%, rgba(32, 178, 170, 0.2) 65%, rgba(218, 112, 214, 0.5) 75%, rgba(0, 0, 139, 0.1) 95%),linear-gradient(rgba(0, 206, 209, 0.75)),linear-gradient(rgba(0, 206, 209, 0.75));
	background-size:100% 10%,100% 1px,100% 1px;
	background-repeat:no-repeat,no-repeat,no-repeat;
	background-position:bottom,bottom 3px left, top 7px left;
	
	transition:background 0.25s ease-in-out, opacity 0.15s ease-out,filter 2s ease-in-out, background-size 1s ease-in;
	
	top:0;
	left:0;
	
	opacity:0.75;
	
	filter:brightness(2) contrast(0.95) saturate(0.85);
}




/* [bl]og hoog cards */

.blog .entries .entry-card:nth-child(3) .entry-title::before,
.blog .entries .entry-card:nth-child(4) .entry-title::before,
.blog .entries .entry-card:nth-child(5) .entry-title::before,
.blog .entries .entry-card:nth-child(8) .entry-title::before,
.blog .entries .entry-card:nth-child(9) .entry-title::before,
.blog .entries .entry-card:nth-child(10) .entry-title::before
{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	
	
	background-image:linear-gradient(180deg,lightyellow 5%,lightcyan 25%,lightpink 60%,rgba(30, 144, 255, 0.5) 130%);
	background-size:100% 20%;
	background-repeat:no-repeat;
	background-position:bottom;
	
	
	top:0;
	left:0;
	
	filter:brightness(1.25) contrast(0.93) saturate(1.65);
	
	opacity:0;


		transition:background 0.5s ease-in-out, opacity 0.63s ease-in;
	
}

.blog .entries .entry-card:nth-child(3) .entry-title:hover::before,
.blog .entries .entry-card:nth-child(4) .entry-title:hover::before,
.blog .entries .entry-card:nth-child(5) .entry-title:hover::before,
.blog .entries .entry-card:nth-child(8) .entry-title:hover::before,
.blog .entries .entry-card:nth-child(9) .entry-title:hover::before,
.blog .entries .entry-card:nth-child(10) .entry-title:hover::before
{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	
	
	background-image:linear-gradient(180deg, rgba(0, 206, 209, 0.25) 10%, rgba(138, 43, 226, 0.19) 35%, rgba(139, 0, 0, 0.17) 50%, rgba(32, 178, 170, 0.2) 65%, rgba(218, 112, 214, 0.5) 75%, rgba(0, 0, 139, 0.1) 95%);
	background-size:100% 13%;
	background-repeat:no-repeat;
	background-position:top;
	
	transition:background 0.25s ease-in-out, opacity 0.15s ease-out, filter 2s ease-in-out;
	
	top:0;
	left:0;

	opacity:0.75;
	
	filter:brightness(2) contrast(0.95) saturate(0.85);
}


.blog .entries .entry-card:nth-child(3) .entry-title::after,
.blog .entries .entry-card:nth-child(4) .entry-title::after,
.blog .entries .entry-card:nth-child(5) .entry-title::after,
.blog .entries .entry-card:nth-child(8) .entry-title::after,
.blog .entries .entry-card:nth-child(9) .entry-title::after,
.blog .entries .entry-card:nth-child(10) .entry-title::after
{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	
	
	background-image:linear-gradient(180deg, rgba(0, 206, 209, 0.25) 10%, rgba(138, 43, 226, 0.19) 35%, rgba(139, 0, 0, 0.17) 50%, rgba(32, 178, 170, 0.2) 65%, rgba(218, 112, 214, 0.5) 75%, rgba(0, 0, 139, 0.1) 95%),linear-gradient(rgba(0, 206, 209, 0)),linear-gradient(rgba(0, 206, 209, 0));
	background-size:100% 10%,0% 5px, 0% 5px;
	background-repeat:no-repeat,no-repeat,no-repeat;
	background-position:top,bottom 10px left,top 10px left;
	
	transition:background 0.25s ease-in-out, opacity 0.15s ease-out;
	
	top:0;
	left:0;
	
	
	opacity:0;
	pointer-events:none;
	
	filter:brightness(1.25) contrast(0.94) saturate(10);

}

.blog .entries .entry-card:nth-child(3) .entry-title:hover::after,
.blog .entries .entry-card:nth-child(4) .entry-title:hover::after,
.blog .entries .entry-card:nth-child(5) .entry-title:hover::after,
.blog .entries .entry-card:nth-child(8) .entry-title:hover::after,
.blog .entries .entry-card:nth-child(9) .entry-title:hover::after,
.blog .entries .entry-card:nth-child(10) .entry-title:hover::after
{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	
	
	background-image:linear-gradient(0deg, rgba(0, 206, 209, 0.25) 10%, rgba(138, 43, 226, 0.19) 35%, rgba(139, 0, 0, 0.17) 50%, rgba(32, 178, 170, 0.2) 65%, rgba(218, 112, 214, 0.5) 75%, rgba(0, 0, 139, 0.1) 95%),linear-gradient(rgba(0, 206, 209, 0.75)),linear-gradient(rgba(0, 206, 209, 0.75));
	background-size:100% 10%,100% 1px,100% 1px;
	background-repeat:no-repeat,no-repeat,no-repeat;
	background-position:bottom,bottom 7px left, top 7px left;
	
	transition:background 0.25s ease-in-out, opacity 0.15s ease-out,filter 2s ease-in-out, background-size 1s ease-in;
	
	top:0;
	left:0;
	
	opacity:0.75;
	
	filter:brightness(2) contrast(0.95) saturate(0.85);
}



.blog .entries  .entry-title:hover
{
	background-color:rgba(225, 150, 190,0.1);
transform:translatey(10px);
	border-bottom-color: lightcyan;
		border-right-color: rgba(250,250,210,0.75);
	border-right-width:4px;
	border-bottom-width:3px;
	border-bottom-style:double;
	font-style:normal;
	
	box-shadow:0px 1px 1px rgba(184, 134, 11, 0.5), 1px 0px 1px rgba(184, 134, 11, 0.5);
	
	transition:background 0.25s ease-in-out, opacity 0.15s ease-out;
}

.blog .entries .entry-title a
{
	display:block;
	transform:translatey(5px);
}

.blog .entries .entry-title a:hover
{
	color:rgba(154, 205, 50,0.66);
	text-shadow:-1px -1px rgba(230, 130, 205,0.5), 1px -1px rgba(50, 30, 215,0.5), 1px 1px 1px rgba(255, 250, 240,0.4);
}

.blog .ct-media-container-static
{
	filter:drop-shadow(-1px 1px 1px lightseagreen);
	outline:4px double salmon;
	box-shadow:0px 0px 13px limegreen,0px 0px 20px paleturquoise;
}


/* blog cards uitlijning */

.blog main section .entries .entry-card:nth-child(3)
{

	margin-top:50px;
	margin-bottom:50px;
}

.blog main section .entries .entry-card:nth-child(4)
{
	
	margin-top:50px;
	margin-bottom:50px;
}

.blog main section .entries .entry-card:nth-child(5)
{
	
	margin-top:50px;
	margin-bottom:50px;
}

.blog main section .entries .entry-card:nth-child(8)
{
	
	margin-top:50px;
}

.blog main section .entries .entry-card:nth-child(9)
{
	
	margin-top:50px;
}

.blog main section .entries .entry-card:nth-child(10)
{
	
	margin-top:50px;
}



/* [bl]og cards diepteranden breed */

.blog .entries .entry-card:nth-child(1)::before,
.blog .entries .entry-card:nth-child(2)::before,
.blog .entries .entry-card:nth-child(6)::before,
.blog .entries .entry-card:nth-child(7)::before
{
	content:"";
	position:absolute;
	width:103%;
	height:104%;
	
	border:solid 1px;
	border-top-left-radius:17px;
	border-top-right-radius:33px;
	border-bottom-left-radius:17px;
	border-bottom-right-radius:15px;
	
	border-bottom-color:rgba(138, 150, 226, 0.15);
	border-right-color:rgba(100, 150, 235, 0.35);
	
	border-top-color:rgba(140, 200, 150, 0.35);
	border-left-color:rgba(215, 185, 150, 0.4);
	
	top:-9px;
	left:-9px;
	
	filter:drop-shadow(0px 0px 2px rgba(128, 0, 128, 0.75));
	
		filter:brightness(1.5) contrast(0.63) saturate(2) sepia(0.35);
	
	/* cnthue */
}



.blog .entries .entry-card:nth-child(1)::after,
.blog .entries .entry-card:nth-child(2)::after,
.blog .entries .entry-card:nth-child(6)::after,
.blog .entries .entry-card:nth-child(7)::after
{
	content:"";
	position:absolute;
	width:101.75%;
	height:101.5%;
	
	border:solid 1px;
	border-top-left-radius:15px;
	border-top-right-radius:33px;
	border-bottom-left-radius:17px;
	border-bottom-right-radius:15px;
	
	border-bottom-color:rgba(170, 140, 150, 0.75);
	border-right-color:rgba(235, 190, 200, 0.63);
	
	border-top-color:rgba(50, 190, 200, 0.75);
	border-left-color:rgba(225, 190,210, 0.75);
	
	top:-3px;
	left:-4px;
	
	filter:drop-shadow(0px 0px 2px rgba(250, 100, 35, 0.5)) brightness(1.05) contrast(0.8) hue-rotate(270deg);
	
	box-shadow:0px 0px 1px rgba(148, 0, 211, 0.3);
	
	pointer-events:none;
	
	/* cnthue */
}




/* [bl]og cards diepteranden hoog */

.blog .entries .entry-card:nth-child(3)::before,
.blog .entries .entry-card:nth-child(4)::before,
.blog .entries .entry-card:nth-child(5)::before,
.blog .entries .entry-card:nth-child(8)::before,
.blog .entries .entry-card:nth-child(9)::before,
.blog .entries .entry-card:nth-child(10)::before
{
	content:"";
	position:absolute;
	width:104.8%;
	height:102%;
	
	border:solid 1px;
	border-top-left-radius:17px;
	border-top-right-radius:36px;
	border-bottom-left-radius:17px;
	border-bottom-right-radius:15px;
	
	
	border-bottom-color:rgba(138, 150, 226, 0.25);
	border-right-color:rgba(100, 150, 235, 0.35);
	
	border-top-color:rgba(140, 200, 150, 0.75);
	border-left-color:rgba(215, 185, 150, 0.75);
	

	
	top:-9px;
	left:-9px;
	
	
	filter:brightness(1.5) contrast(0.63) saturate(2) sepia(0.35);
	
	/* cnthue */

}

.blog .entries .entry-card:nth-child(3)::after,
.blog .entries .entry-card:nth-child(4)::after,
.blog .entries .entry-card:nth-child(5)::after,
.blog .entries .entry-card:nth-child(8)::after,
.blog .entries .entry-card:nth-child(9)::after,
.blog .entries .entry-card:nth-child(10)::after
{
	content:"";
	position:absolute;
	width:102.5%;
	height:100.8%;
	
	border:solid 1px;
	border-top-left-radius:15px;
	border-top-right-radius:33px;
	border-bottom-left-radius:17px;
	border-bottom-right-radius:15px;
	
	border-bottom-color:rgba(170, 140, 150, 0.75);
	border-right-color:rgba(235, 190, 200, 0.63);
	
	border-top-color:rgba(50, 190, 200, 0.75);
	border-left-color:rgba(225, 190,210, 0.75);
	
	top:-3px;
	left:-4px;
	
	filter:drop-shadow(0px 0px 2px rgba(250, 100, 35, 0.5)) brightness(1.05) contrast(0.8) hue-rotate(270deg);
	
	box-shadow:0px 0px 1px rgba(148, 0, 211, 0.3);
	
	pointer-events:none;
	
	/* cnthue */
}


.blog main section .entries .entry-card:nth-child(1),
.blog main section .entries .entry-card:nth-child(2)
{
	min-width:570px;
	min-height:455px;
	max-width:570px;
	max-height:455px	
}

.blog main section .entries .entry-card:nth-child(3),
.blog main section .entries .entry-card:nth-child(4),
.blog main section .entries .entry-card:nth-child(5)
{
	min-width:370px;
	min-height:835px;
	max-width:370px;
	max-height:835px;
}

.blog main section .entries .entry-card:nth-child(6),
.blog main section .entries .entry-card:nth-child(7)
{
	min-width:570px;
	min-height:455px;
	max-width:570px;
	max-height:455px;	
}

.blog main section .entries .entry-card:nth-child(8),
.blog main section .entries .entry-card:nth-child(9),
.blog main section .entries .entry-card:nth-child(10)
{
	min-width:370px;
	min-height:835px;
	max-width:370px;
	max-height:835px;
}



/* [bl]og cardContainer achtergrond
   entrycardBackground
*/


.blog #main .ct-container
{
	
	padding-left:50px;
	padding-right:50px;
  
	padding-top:50px;
	padding-bottom:100px;
	margin-bottom:2px;
	margin-top:2px;
	
	background-image:linear-gradient(90deg, rgba(224, 255, 255, 0.35) 15%, rgba(255, 182, 193, 0.35) 50.03%, rgba(173, 216, 230, 0.35) 40%, rgba(255, 255, 224, 0.35) 105%),linear-gradient(90deg, rgba(140, 230, 240, 0.5) 50%, rgba(153, 50, 250, 0.5) 90%),linear-gradient(270deg, rgba(140, 230, 240, 0.5) 50%, rgba(153, 50, 250, 0.5) 90%),linear-gradient(90deg,rgba(210, 250, 185, 0.15) 50%,rgba(138, 150, 226, 0.35) 90%),linear-gradient(rgba(0, 255, 255, 0.1),rgba(255, 255, 0, 0.1)),linear-gradient(pink),linear-gradient(pink),linear-gradient(90deg,lightsteelblue 45%,lightyellow 50%,lightpink 95%),linear-gradient(270deg,lightsteelblue 45%,lightyellow 50%,lightpink 95%),repeating-linear-gradient(85deg, rgba(190, 250, 200, 0.55) 15%, rgba(240, 135, 215, 0.55) 50%, rgba(210, 85, 255, 0.4) 60%, rgba(210, 200, 130, 0.8) 80%),repeating-linear-gradient(
  180deg,
  rgba(255, 250, 240, 0.5),
  rgba(0, 0, 0, 0),
  rgba(0, 255, 255, 0.65)
),repeating-linear-gradient(
  180deg,
  rgba(255, 250, 240, 0.5),
  rgba(0, 0, 0, 0),
  rgba(0, 255, 255, 0.65)
), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='190' height='4' viewBox='0 0 190 4'%3E%3Cdefs%3E%3ClinearGradient id='fade' x1='0' y1='0' x2='190' y2='0' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='rgba(155,140,195,0.2)' stop-opacity='1'/%3E%3Cstop offset='1' stop-color='rgba(230,155,90,1)' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect x='0' y='0' width='190' height='1' fill='url(%23fade)'/%3E%3Crect x='0' y='1' width='190' height='1' fill='url(%23fade)'/%3E%3C/svg%3E"),
url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='190' height='4' viewBox='0 0 190 4'%3E%3Cdefs%3E%3ClinearGradient id='fade' x1='190' y1='0' x2='0' y2='0' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='rgba(155,140,195,0.2)' stop-opacity='1'/%3E%3Cstop offset='1' stop-color='rgba(230,155,90,1)' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect x='0' y='0' width='190' height='1' fill='url(%23fade)'/%3E%3Crect x='0' y='1' width='190' height='1' fill='url(%23fade)'/%3E%3C/svg%3E"),linear-gradient(180deg,rgba(138, 43, 226, 0.35) 40%,rgba(255, 0, 255, 0.25) 75%),linear-gradient(rgba(255, 250, 240, 0.47)),linear-gradient(rgba(150, 205, 50, 0.75)),linear-gradient(rgba(150, 205, 50, 0.75)),linear-gradient(90deg,rgba(255, 192, 203, 0.75) 35%,rgba(130, 215, 240, 0.15) 50%),linear-gradient(270deg,rgba(255, 192, 203, 0.75) 35%,rgba(130, 215, 240, 0.15) 50%),linear-gradient(
  90deg, 
  rgba(24, 55, 55, 0.15), 
  rgba(120, 190, 140, 0.2), 
  rgba(125, 190, 155, 0.2), 
  rgba(24, 55, 55, 0.15)
),linear-gradient(180deg,rgba(255, 192, 203, 0.2) 60%,rgba(195, 100, 155, 0.15) 70%),repeating-linear-gradient(
  90deg,
  rgba(200, 215, 155, 0.35) 1%,
  rgba(255, 255,150, 0.35) 3%,
  rgba(90, 230, 244, 0.35) 5%,
  rgba(173, 190, 200, 0.35) 7%
),repeating-linear-gradient(
  30deg,
  rgba(0, 255, 255, 0.35) 1%,
  rgba(32, 178, 170, 0.35),
  rgba(127, 255, 212, 0.35) 2%,
  rgba(135, 206, 250, 0.35),
  rgba(255, 192, 203, 0.35) 3%,
  rgba(240, 128, 128, 0.35),
  rgba(0, 255, 255, 0.35) 4%,
  rgba(176, 196, 222, 0.35),
  rgba(144, 238, 144, 0.35) 5%
),repeating-linear-gradient(
  30deg,
  rgba(0, 255, 255, 0.3) 1%,
  rgba(32, 178, 170, 0.3),
  rgba(127, 255, 212, 0.3) 2%,
  rgba(135, 206, 250, 0.3),
  rgba(255, 192, 203, 0.3) 3%,
  rgba(240, 128, 128, 0.3),
  rgba(0, 255, 255, 0.3) 4%,
  rgba(176, 196, 222, 0.3),
  rgba(144, 238, 144, 0.3) 5%
),url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A//www.w3.org/2000/svg'%20width%3D'20'%20height%3D'6'%20viewBox%3D'0%200%2020%206'%3E%3Cdefs%3E%3ClinearGradient%20id%3D'hgrad'%20x1%3D'0'%20y1%3D'0'%20x2%3D'20'%20y2%3D'0'%20gradientUnits%3D'userSpaceOnUse'%3E%3Cstop%20offset%3D'0'%20stop-color%3D'rgba(110%2C160%2C240%2C0.3)'%20stop-opacity%3D'1'/%3E%3Cstop%20offset%3D'1'%20stop-color%3D'rgba(230%2C190%2C120%2C0.2)'%20stop-opacity%3D'1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect%20x%3D'0'%20y%3D'0'%20width%3D'20'%20height%3D'1'%20fill%3D'url(%23hgrad)'/%3E%3Crect%20x%3D'0'%20y%3D'2'%20width%3D'20'%20height%3D'2'%20fill%3D'none'%20fill-opacity%3D'0'/%3E%3Crect%20x%3D'0'%20y%3D'4'%20width%3D'20'%20height%3D'1'%20fill%3D'url(%23hgrad)'/%3E%3C/svg%3E"),url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D'http%3A//www.w3.org/2000/svg'%20width%3D'20'%20height%3D'6'%20viewBox%3D'0%200%2020%206'%3E%3Cdefs%3E%3ClinearGradient%20id%3D'hgrad'%20x1%3D'0'%20y1%3D'0'%20x2%3D'20'%20y2%3D'0'%20gradientUnits%3D'userSpaceOnUse'%3E%3Cstop%20offset%3D'0'%20stop-color%3D'rgba(110%2C160%2C240%2C0.3)'%20stop-opacity%3D'1'/%3E%3Cstop%20offset%3D'1'%20stop-color%3D'rgba(230%2C190%2C120%2C0.2)'%20stop-opacity%3D'1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg%20transform%3D'scale(-1%2C1)%20translate(-20%2C0)'%3E%3Crect%20x%3D'0'%20y%3D'0'%20width%3D'20'%20height%3D'1'%20fill%3D'url(%23hgrad)'/%3E%3Crect%20x%3D'0'%20y%3D'2'%20width%3D'20'%20height%3D'2'%20fill%3D'none'%20fill-opacity%3D'0'/%3E%3Crect%20x%3D'0'%20y%3D'4'%20width%3D'20'%20height%3D'1'%20fill%3D'url(%23hgrad)'/%3E%3C/g%3E%3C/svg%3E"),url('data:image/svg+xml;base64,CjxzdmcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMjAnIGhlaWdodD0nNicgdmlld0JveD0nMCAwIDIwIDYnPgogIDxkZWZzPgogICAgPGxpbmVhckdyYWRpZW50IGlkPSdoZ3JhZCcgeDE9JzAnIHkxPScwJyB4Mj0nMjAnIHkyPScwJyBncmFkaWVudFVuaXRzPSd1c2VyU3BhY2VPblVzZSc+CiAgICAgIDxzdG9wIG9mZnNldD0nMCcgc3RvcC1jb2xvcj0ncmdiYSgxMTAsMTYwLDI0MCwwLjMpJyBzdG9wLW9wYWNpdHk9JzEnLz4KICAgICAgPHN0b3Agb2Zmc2V0PScxJyBzdG9wLWNvbG9yPSdyZ2JhKDIzMCwxOTAsMTIwLDAuMiknIHN0b3Atb3BhY2l0eT0nMScvPgogICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDxmaWx0ZXIgaWQ9J2Ryb3BzaGFkb3cnIGhlaWdodD0nMTEwJSc+CiAgICAgIDxmZURyb3BTaGFkb3cgZHg9Jy0xMCcgZHk9JzQnIHN0ZERldmlhdGlvbj0nMCcgZmxvb2QtY29sb3I9J3JnYmEoMjQwLDI1LDI1MCwwLjM1KScgZmxvb2Qtb3BhY2l0eT0nMScvPgogICAgICA8ZmVDb2xvck1hdHJpeCB0eXBlPSdodWVSb3RhdGUnIHZhbHVlcz0nMjUwJy8+CiAgICA8L2ZpbHRlcj4KICA8L2RlZnM+CiAgPGcgdHJhbnNmb3JtPSdzY2FsZSgtMSwxKSB0cmFuc2xhdGUoLTIwLDApJyBmaWx0ZXI9J3VybCgjZHJvcHNoYWRvdyknIG9wYWNpdHk9JzAuODMnPgogICAgPHJlY3QgeD0nMCcgeT0nMCcgd2lkdGg9JzIwJyBoZWlnaHQ9JzEnIGZpbGw9J3VybCgjaGdyYWQpJy8+CiAgICA8cmVjdCB4PScwJyB5PScyJyB3aWR0aD0nMjAnIGhlaWdodD0nMicgZmlsbD0nbm9uZScgZmlsbC1vcGFjaXR5PScwJy8+CiAgICA8cmVjdCB4PScwJyB5PSc0JyB3aWR0aD0nMjAnIGhlaWdodD0nMScgZmlsbD0ndXJsKCNoZ3JhZCknLz4KICA8L2c+Cjwvc3ZnPgo='),url('data:image/svg+xml;base64,CjxzdmcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB3aWR0aD0nMjAnIGhlaWdodD0nNicgdmlld0JveD0nMCAwIDIwIDYnPgogIDxkZWZzPgogICAgPGxpbmVhckdyYWRpZW50IGlkPSdoZ3JhZCcgeDE9JzAnIHkxPScwJyB4Mj0nMjAnIHkyPScwJyBncmFkaWVudFVuaXRzPSd1c2VyU3BhY2VPblVzZSc+CiAgICAgIDxzdG9wIG9mZnNldD0nMCcgc3RvcC1jb2xvcj0ncmdiYSgxMTAsMTYwLDI0MCwwLjMpJyBzdG9wLW9wYWNpdHk9JzEnLz4KICAgICAgPHN0b3Agb2Zmc2V0PScxJyBzdG9wLWNvbG9yPSdyZ2JhKDIzMCwxOTAsMTIwLDAuMiknIHN0b3Atb3BhY2l0eT0nMScvPgogICAgPC9saW5lYXJHcmFkaWVudD4KICAgIDxmaWx0ZXIgaWQ9J2Ryb3BzaGFkb3cnIGhlaWdodD0nMTEwJSc+CiAgICAgIDxmZURyb3BTaGFkb3cgZHg9Jy0xMCcgZHk9JzQnIHN0ZERldmlhdGlvbj0nMCcgZmxvb2QtY29sb3I9J3JnYmEoMjQwLDI1LDI1LDAuNTUpJyBmbG9vZC1vcGFjaXR5PScxJy8+CiAgICAgIDxmZUNvbG9yTWF0cml4IHR5cGU9J2h1ZVJvdGF0ZScgdmFsdWVzPSc3MCcvPgogICAgPC9maWx0ZXI+CiAgPC9kZWZzPgogIDxnIHRyYW5zZm9ybT0nc2NhbGUoLTEsMSkgdHJhbnNsYXRlKC0yMCwwKScgZmlsdGVyPSd1cmwoI2Ryb3BzaGFkb3cpJyBvcGFjaXR5PScwLjc5Jz4KICAgIDxyZWN0IHg9JzAnIHk9JzAnIHdpZHRoPScyMCcgaGVpZ2h0PScxJyBmaWxsPSd1cmwoI2h ncmFkKScvPgogICAgPHJlY3QgeD0nMCcgeT0nMicgd2lkdGg9JzIwJyBoZWlnaHQ9JzInIGZpbGw9J25vbmUnIGZpbGwtb3BhY2l0eT0nMCcvPgogICAgPHJlY3QgeD0nMCcgeT0nNCcgd2lkdGg9JzIwJyBoZWlnaHQ9JzEnIGZpbGw9J3VybCgjaGdyYWQpJy8+CiAgPC9nPgo8L3N2Zz4='),linear-gradient(rgba(250,235,215,0.8)),linear-gradient(rgba(255,170,240,0.35)),linear-gradient(90deg, 
    rgba(255,182,193,0.1) 10%, 
    rgba(176,196,222,0.5) 30%, 
    rgba(0,139,139,0.38) 58%, 
    rgba(152,251,152,0.15) 89%, 
    rgba(144,238,144,0.09) 95%
);
	
	
	 
	background-size:cover,2px 100%,2px 100%, 10px 100%, 2px 4px,1px 100%, 1px 100%, 3px 100%,3px 100%,5px 4px,8px 10px,8px 10px,190px 4px,190px 4px,1px 100%,1px 100%,1px 100%,1px 100%,10px 100%,10px 100%,100% 1px,98% 2px,100% 1px, 13px 100%, 13px 100%,20px 6px,20px 6px,20px 6px,20px 6px,4px 100%,1px 100%,45px 100%;
	
	
background-repeat:
	no-repeat,
	no-repeat,
	no-repeat,
	no-repeat,
	repeat,
	no-repeat,
	no-repeat,
	no-repeat,
	no-repeat,
	repeat-y,
	repeat-y,
	repeat-y,
	repeat-y,
	repeat-y,
	no-repeat,
	no-repeat,
	no-repeat,
	no-repeat,
	no-repeat,
	no-repeat,
	no-repeat,
	no-repeat,
	no-repeat,
	no-repeat,
	no-repeat,
	repeat-y,
	repeat-y,
	repeat-y,
	repeat-y,
	no-repeat,
	no-repeat,
	no-repeat;

	
	background-position:top, bottom left 1px,bottom right 1px, top right 50.01%,top,top left 4px,top right 4px,top left 6px,top right 6px,top left 49.98%,bottom left 4px,bottom right 4px,top left 15px,top right 15px,bottom right 50%,bottom right 50.4%,bottom left 13px,bottom right 13px,top left 3px,top right 3px, top 1px left,top 3px left 13px,top 3px right,top left 1px,top right 1px,top 10px left 17px,top 10px right 17px, top left 49%,top left 51%, top left 51.5%, top left 50.8%,top right 49.99%;
	
	border-left:dashed 1px rgba(250, 139, 87, 0.35);
	border-right:dashed 1px rgba(250, 139, 87, 0.35);
	
	border-top:groove 2px rgba(255, 255, 224, 0.15);
	
	box-shadow:-1px 0px 4px rgba(173, 216, 230, 0.5),1px 0px 4px rgba(173, 216, 230, 0.5),0px -1px rgba(135, 206, 250, 0.35);
	
}




/* [bl]og headerDecoratie inclusief    border schermbreed dubbelBorder
*/

.blog #header 
{
	
	border-top:solid 4px rgba(130, 175, 240,0.3);
	
	box-shadow:0px 1px 2px rgba(175, 215, 170,0.5) , 0px 6px 10px rgba(250, 240, 190,0.1), 0px 5px 2px rgba(55,200,175,0.1),0px 1px 0px rgba(200, 215, 255, 0.8);
	border-bottom:outset 6px rgba(224, 255, 255, 0.05);
	filter:drop-shadow(0px -1px 0px  rgba(196,216,222,1));

  
	padding-bottom:4px;
	margin-bottom:7px;
	
	background-image:linear-gradient(
  90deg,
  rgba(245, 250, 250, 0.75) 20%,       /* pink */
  rgba(235, 230, 240, 0.55) 43%,       /* peachpuff */
  rgba(200, 240, 230, 0.75) 52%,       /* floralwhite */
  rgba(245, 250, 250, 0.75) 80%        /* pink again */
),linear-gradient(
  90deg,
  rgba(225, 235, 200, 0.43) 20%,   /* lightyellow */
  rgba(255, 250, 190, 0.36) 50%,       /* red */
  rgba(190, 210, 100, 0.25) 90%          /* black */
),linear-gradient(90deg,rgba(255, 233, 240, 0.75),floralwhite,rgba(255, 233, 240, 0.75)),linear-gradient(
  90deg,
  rgba(218, 112, 214, 0.35) 50%,
  rgba(0, 0, 139, 0.5) 90%,
  rgba(255, 0, 255, 0.4) 150%
);
	
	background-repeat:no-repeat,repeat-x,no-repeat,repeat-x;
	
	background-size:100% 8px, 4px 6px,100% 1px,4px 1px;
	
	background-position:bottom -5px  left, bottom -6px left,bottom 3px  left,bottom 0px right;
	
  background-clip:border-box;	
}


/* [bl]og pagina uitlijning */

.blog #main
{
	margin-top:50px;
}





/* [bl]og tussenruimte decoratie 
   bovenkant 
*/

.blog #page-top::before
{
  content:"";
	position:absolute;
	width:1288px;
	height:45px;
	left:50%;
	top:390px;
	margin:0 auto;
	
	transform:translatex(-50%);
}

/* [bl]og topBorder decoratie */

.blog #page-top::after
{
	
	content:"";
	position:absolute;
	width:1288px;
	height:45px;
	left:50%;
	top:390px;
	margin:0 auto;
	margin-top:2px;
	
	transform:translatex(-50%);
	
	z-index:1;
	
	border-left:groove 2px 	rgba(190, 190, 255, 0.1);
	border-right:groove 2px 		rgba(190, 190, 255, 0.1);
	border-bottom:outset 8px rgba(120, 250, 10, 0.25);
	
	border-top:inset 1px rgba(127, 255, 212, 0.35);
	
	box-shadow:-2px 0px 0px 	rgba(120, 205, 170, 0.15),2px 0px 0px rgba(120, 205, 170, 0.15), 0px 2px 0px 	rgba(150, 175, 125, 0.15), 0px 1px 0px rgba(75,200,100,0.1),-1px 0px 0px rgba(255, 0, 170, 0.35),1px 0px 0px rgba(255, 0, 170, 0.35),0px -1px 0px greenyellow;
	
	opacity:0.2;
	
	background-image:linear-gradient(rgba(255,255,0,0.25)),linear-gradient(rgba(255,255,0,0.25)),linear-gradient(rgba(155,55,150,0.1)),linear-gradient(rgba(150,195,25,0.15)),linear-gradient(rgba(255,255,0,0.2));
	
	background-repeat:no-repeat,no-repeat,no-repeat,no-repeat,no-repeat;
	background-position:top left,top right,top 25px right, top 30px right,top 5px left;
	background-size:2px 100%,2px 100%, 100% 10px, 100% 1px, 100% 13px;
	background-clip:content-box;
	
	filter:brightness(0.35) hue-rotate(130deg) saturate(100);
	/* ???? */
}


/* [bl]og topborder addon detail 
   decoratie
*/

.blog #page-top #topborder-addon::before
{
 
	content:"";
	position:absolute;
	
	width:1288px;
	height:5px;
	
	z-index:10;
	
	top:435px;
	left:50%;
	
	transform:translatex(-50%);
	
	background:transparent;
	
		/* springgreen */
	background-image:linear-gradient(rgba(0, 255, 127, 0.66)); 
	background-size:99.4% 2px;
	background-position:bottom right 3px;
	background-repeat:no-repeat;
	
	opacity:0.17;
	
}


.blog #page-top #topborder-addon::after
{
	
	content:"";
	position:absolute;
	
	width:1288px;
	height:50px;
	
	z-index:10;
	
	top:390px;
	left:50%;
	
	transform:translatex(-50%);
	
	background:transparent;
	
	background-image:linear-gradient(rgba(0, 255, 255, 0.2)),linear-gradient(rgba(64, 224, 208, 0.15)),linear-gradient(rgba(0, 255, 255, 0.2)),linear-gradient(rgba(64, 224, 208, 0.15));
	
	background-size:1px 100%,1px 100%,1px 100%,1px 100%;
	background-position:top left 8px,top left 10px,top right 8px,top right 10px;
	
	background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;
	
	/* cyan */
	/* turquoise */
	
	opacity:0.85;
}




/* header allPages uitlijnDecoratie */

[data-placements="1"]::before
{

	content:"";
	position:absolute;
		
	width:1290px;
	height:55px;
	
	top:-57px;
	left:50%;
	z-index:100;
	
	transform:translatex(-50%);
	
	
	background-size:5px calc(100% - 5px),5px calc(100% - 5px), 1px calc(100% - 5px),1px calc(100% - 5px);
	background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;
	background-position:top 4px left 4px,top 4px right 4px,top 4px left 7px,top 4px right 7px;
	
	background-image:linear-gradient(270deg, rgba(255, 182, 193, 0.25) 35%, rgba(152, 251, 152, 0.35) 70%, rgba(250, 250, 210, 0.4) 89%),linear-gradient(90deg, rgba(255, 182, 193, 0.25) 35%, rgba(152, 251, 152, 0.35) 70%, rgba(250, 250, 210, 0.4) 89%),linear-gradient(180deg,rgba(173, 255, 47, 0.1) 30%,rgba(128, 0, 0, 0.2) 130%),linear-gradient(180deg,rgba(173, 255, 47, 0.1) 30%,rgba(128, 0, 0, 0.2) 130%);
	
	filter:hue-rotate(230deg) brightness(0.95) contrast(1.5) saturate(5.5);
	
	opacity:0.55;	
	
}


/* header allPages uitlijnDecoratie */

[data-placements="1"]::after
{
	
	content:"";
	position:absolute;
	top:333px;
	left:50%;
	width:1285px;
	height:50px;
	transform:translatex(-50%);
	
	background-size:1px 100%,1px 100%;
	background-image:linear-gradient(180deg,lightpink 40%,darkturquoise 120%),linear-gradient(180deg,lightpink 40%,darkturquoise 120%);
	
	background-repeat:no-repeat;
	background-position:left,right;
	
  opacity:0.1;
	
}



/* v-1 */ /* funk */


/* [bl]og kleurvlak links styling */

.blog #main .ct-container::before
{
	content:"";
	position:absolute;
	width:10%;
	height:calc(100% - 468px);
	top:390px;
	left:0;
	
	background-image:linear-gradient(90deg,magenta,darkcyan,darkblue 110%),linear-gradient(90deg,gold 20%,lightpink 70%,lightblue),repeating-linear-gradient(30deg,rgba(255,100,235,0.37) 25%,rgba(0,0,0,0.4) 10%,rgba(255,255,255,0.52) 30%),repeating-linear-gradient(30deg,rgba(255,0,0,0.37) 23%,rgba(200,60,175,0.25)  10%,rgba(125,230,225,0.42) 28%),repeating-linear-gradient(
  50deg,
  rgba(255, 0, 255, 0.55) 40%,     /* magenta with 80% opacity */
  rgba(255, 115, 200, 0.15) 60%,     /* yellow */
  rgba(0, 85, 230, 0.5) 90%,     /* aqua */
  rgba(5, 80, 100, 0.35) 160%       /* blue */
);
	
 background-position:top left,top left,5px,75px 135px,bottom 10px left;
	background-size: 35% 100%, 100% 10%,85px 100px,150px 75px,100% 260px;
	background-repeat:no-repeat,repeat-y,repeat-y,repeat-y,no-repeat;
	background-blend-mode:color-dodge,overlay;
	opacity:0.13;
	
	filter:saturate(1.85) brightness(1.1) contrast(1.03) hue-rotate(200deg);

	/* wide border links*/
}


/* [bl]og kleurvlak rechts styling */

.blog #main .ct-container::after
{
content:"";
	position:absolute;
	width:10%;
	height:calc(100% - 468px);
	top:390px;
	right:0;
	
	background-image:linear-gradient(90deg,magenta,darkcyan,darkblue 110%),linear-gradient(90deg,gold 20%,lightpink 70%,lightblue),repeating-linear-gradient(30deg,rgba(255,100,235,0.37) 25%,rgba(0,0,0,0.4) 10%,rgba(255,255,255,0.52) 30%),repeating-linear-gradient(30deg,rgba(255,0,0,0.37) 23%,rgba(200,60,175,0.25)  10%,rgba(125,230,225,0.42) 28%),repeating-linear-gradient(
  50deg,
  rgba(255, 0, 255, 0.55) 40%,     /* magenta with 80% opacity */
  rgba(255, 115, 200, 0.15) 60%,     /* yellow */
  rgba(0, 85, 230, 0.5) 90%,     /* aqua */
  rgba(5, 80, 100, 0.35) 160%       /* blue */
);
	
 background-position:top left,top left,5px,75px 135px,bottom 10px left;
	background-size: 35% 100%, 100% 10%,85px 100px,150px 75px,100% 260px;
	background-repeat:no-repeat,repeat-y,repeat-y,repeat-y,no-repeat;
	background-blend-mode:color-dodge,overlay;
	opacity:0.13;
	
	filter:saturate(1.85) brightness(1.1) contrast(1.03) hue-rotate(200deg);
	transform:scalex(-1);
	
	/* wide border rechts mirror x  
	 */
}


/* BLOG [bl]og einde??? */

/* [si]nglepost blogpost topBorder 
   */

.single-post #page-top::before
{
	content:"";
	position:absolute;
	width:1292px;
	height:40px;
	left:50%;
	top:390px;
	margin:0 auto;
	
	transform:translatex(-50%);
	
	background-image:linear-gradient(
  30deg,
  rgba(255, 0, 255, 0.75) 10%,   
  rgba(0, 0, 255, 0.55) 60%,    
  rgba(0, 128, 0, 0.82) 70%      
),linear-gradient(180deg,darkgreen,purple);
	
	background-size:20px 10px,1px 2px;
	background-repeat:repeat,repeat;
	
	mix-blend-mode:hard-light;
	
	z-index:1;
	
	opacity:0.03;
	
	border-bottom:dashed 2px yellowgreen;
	
	box-shadow:0px 2px 0px 	rgba(180,30, 255, 0.5),0px 1px 0px green;
	
	filter:brightness(0.35);
}

/* [bl]ogpost topBorder overlay */

.single-post #page-top::after
{
	content:"";
	position:absolute;
	width:1288px;
	height:45px;
	left:50%;
	top:390px;
	margin:0 auto;
	
	transform:translatex(-50%);
	
	z-index:1;
	
	border-left:dashed 2px 	rgba(190, 190, 255, 0.55);
	border-right:dashed 2px 		rgba(190, 190, 255, 0.55);
	border-bottom:dashed 1px rgba(175, 235, 230, 1);
	
	border-top:dashed 1px rgba(127, 255, 212, 0.66);
	
	box-shadow:-2px 0px 0px 	rgba(120, 205, 170, 0.1),2px 0px 0px rgba(120, 205, 170, 0.1), 0px 2px 0px 	rgba(215, 225, 240, 0.5), 0px 1px 0px rgba(0,0,100,0.05),-1px 0px 0px rgba(255, 155, 193, 0.2),1px 0px 0px rgba(255, 155, 193, 0.2),0px -1px 0px greenyellow;
	
	mix-blend-mode:color;
	opacity:0.5;
	
  
	background-image:linear-gradient(rgba(255,255,0,0.25)),linear-gradient(rgba(255,255,0,0.25)),linear-gradient(rgba(255,255,0,0.075)),linear-gradient(rgba(255,255,0,0.035)),linear-gradient(rgba(255,255,0,0.2));
	
	background-repeat:no-repeat,no-repeat,no-repeat,no-repeat,no-repeat;
	background-position:top left 2px,top right 2px,top 25px right, top 30px right,top 5px left;
	background-size:2px 100%,2px 100%, 100% 10px, 100% 1px, 100% 13px;
	background-clip:content-box;
	
	filter:brightness(0.35) hue-rotate(130deg) saturate(100);
	/* ???? */
}


/* [si]nglepost topborder-addon 
   weerszijden lijnen verticaal
*/

.single-post #page-top #topborder-addon::before
{
 
	content:"";
	position:absolute;
	
	width:1288px;
	height:45px;
	
	z-index:10;
	
	top:390px;
	left:50%;
	
	transform:translatex(-50%);
	
	background:transparent;
	
	background-image:linear-gradient(rgba(0, 255, 255, 0.2)),linear-gradient(rgba(0, 255, 255, 0.2)),linear-gradient(rgba(199, 21, 133, 0.05)),linear-gradient(rgba(199, 21, 133, 0.05));
	
	background-size:1px 100%,1px 100%,1px 100%,1px 100%;
	background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;
	
	background-position:top left 8px,top right 8px,top left 5px,top right 5px;
	
}



/* [si]nglepost topborder-addon 
   weerszijden lijnen horizontaal
*/


.single-post #page-top #topborder-addon::after
{
	
	content:"";
	position:absolute;
	
	width:1288px;
	height:45px;
	
	z-index:10;
	
	top:390px;
	left:50%;
	
	transform:translatex(-50%);
	
	background:transparent;
	
	
	background-image:linear-gradient( rgba(224, 255, 55, 0.15)),linear-gradient(rgba(155,180,255,0.1)),linear-gradient( rgba(124, 235, 255, 0.2)),linear-gradient(rgba(255,100,200,0.04));

	background-position:top 41px left 10px,top 7px left 10px,top 40px left 10px,top 39px left 10px;

	background-size:98.5% 1px,98.5% 1px,98.5% 1px,98.5% 1px;
	background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;

	mix-blend-mode:darken;
	
	filter:contrast(0.85) brightness(1.1);
	

}


/* [si]nglepost postNotatie   
   decoratie 
*/
 
.single-post .entry-content
{
	
	box-shadow: 0px -35px 0px rgba(250,250,225,0.17), 0px -20px 2px rgba(0, 139, 139,0.032), 0px -1px 0px rgba(228,50, 250,0.06),0px -1px 10px rgba(228,128, 175,0.5),-4px 0px 5px rgba(224,255,255,1),4px 0px 5px rgba(224,255,255,1),0px 2px 1px paleturquoise,0px -10px rgba(32, 178, 170, 0.05),0px 5px 0px rgba(219, 112, 147, 0.13);
	border-top:ridge 2px rgba(75, 190, 224,0.1);
	border-left:solid 1px rgba(255,128,128,0.1);
	border-right:solid 1px rgba(255,128,128,0.1);
	border-bottom:4px ridge rgba(255,200,222,0.14);
	outline:double 4px  rgba(255,250,240,1);
	

	padding-top:50px;
	
  top:-8px;
	
	width:1285px;
	margin:0 auto;
	position:relative;
	
	background-image:linear-gradient(90deg,rgba(128, 0, 128,0.05),rgba(46, 139, 87,0.06) 20%,rgba(175, 238, 238,0.06),rgba(127, 255, 212,0.06) 60%,rgba(192, 192, 192,0.06)),linear-gradient(90deg,rgba(192, 192, 192,0.06),rgba(127, 255, 212,0.06) 40%,rgba(175, 238, 238,0.06),rgba(46, 139, 87,0.06) 80%,rgba(128, 0, 128,0.05)),linear-gradient(
  rgba(154, 205, 50, 0.3) 35%,         /* yellowgreen */
  rgba(50, 100, 139, 0.17) 20%,            /* darkblue */
  rgba(219, 112, 147, 0.2) 90%         /* palevioletred */
),linear-gradient(
  rgba(154, 205, 50, 0.3) 35%,         /* yellowgreen */
  rgba(50, 100, 139, 0.17) 20%,            /* darkblue */
  rgba(219, 112, 147, 0.2) 90%         /* palevioletred */
);
	
	background-repeat:no-repeat,no-repeat,repeat-y,repeat-y;
	background-size:125px 100%,125px 100%,1px 33px,1px 33px;
	background-position:73px 0px,1095px 0px, top left 70px,top right 70px;
	
}


/* [si]nglepost watisdit */

/*gazodoor*/

.single-post .ct-header div div div div div::before
{
	content:"";
	position:absolute;
	background:linear-gradient(180deg,lightcyan,lemonchiffon);
	width:2px;
	height:120px;
	top:330px;

	filter:drop-shadow(-1px 0px 1px rgba(250,190,175,0.25));
	
	box-shadow:-1px 0px 5px rgba(255, 182, 193,0.15), 1px 0px 5px rgba(135, 206, 250,0.15);
	
}







/* [si]ngle-post linksDecoratie */

.single-post .entry-content::before {
	
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 67px; 
  height: 100%;
	
  background:
    linear-gradient(180deg,rgba(211,211,211,0.35),rgba(135,206,235,0.1)),
    linear-gradient(90deg,rgba(224,255,255,0.35),rgba(225,235,224,0.75)),
    linear-gradient(rgba(173,216,230,0.63)),
    linear-gradient(lightyellow),
    linear-gradient(rgba(200,80,110,0.05),rgba(0,255,0,0.15)),
    linear-gradient(floralwhite,lightgoldenrodyellow 25%,rgba(0,0,0,0) 30%),
    linear-gradient(-45deg,transparent 0%,rgba(135,206,250,0.63) 55%,rgba(135,106,250,0.63) 45%,transparent 45%),
    linear-gradient(-45deg,transparent 0%,rgba(250,166,224,0.63) 55%,rgba(250,240,224,0.63) 35%,transparent 35%),
    linear-gradient(rgba(215,19,205,0.05)),
    linear-gradient(rgba(64,224,208,0.35)),linear-gradient(rgba(255,255,255,0.55));
	
  background-repeat: repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat-y, repeat-y, repeat-y, no-repeat, no-repeat, no-repeat;
  background-size: 100% 100%, 50px 100%,8px 100%, 1px 100%, 2px 100%, 50px 3px, 35px 35px, 10px 10px, 5px 100%, 1px 100%, 3px 100%;
	
  background-position: top left 10px, top left 10px, top left 7px, top left 53px, top left 59px, top left 40px, 17px 25px, 5px 0px, 59px 0px, 5px 0px, 61px 0px;
	
  transform: scaleX(-1);
  pointer-events: none;
  filter:saturate(1);
	background-blend-mode:luminosity;
	opacity:0.8;
	
	box-shadow:-1px 0px  10px rgba(255, 255, 224,0.75),-1px 0px 2px rgba(0,255,255,0.55) ;	
	
	filter:drop-shadow(1px 0px 0px rgba(219, 112, 247,0.25));
	
}


/* [si]ngle-post rechtsDecoratie */

.single-post .entry-content::after {
	
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 67px; 
  height: 100%;
	
  background:
    linear-gradient(180deg,rgba(211,211,211,0.35),rgba(135,206,235,0.1)),
    linear-gradient(90deg,rgba(224,255,255,0.35),rgba(225,235,224,0.75)),
    linear-gradient(rgba(173,216,230,0.63)),
    linear-gradient(lightyellow),
    linear-gradient(rgba(200,80,110,0.05),rgba(0,255,0,0.15)),
    linear-gradient(floralwhite,lightgoldenrodyellow 25%,rgba(0,0,0,0) 30%),
    linear-gradient(-45deg,transparent 0%,rgba(135,206,250,0.63) 55%,rgba(135,106,250,0.63) 45%,transparent 45%),
    linear-gradient(-45deg,transparent 0%,rgba(250,166,224,0.63) 55%,rgba(250,240,224,0.63) 35%,transparent 35%),
    linear-gradient(rgba(215,19,205,0.05)),
    linear-gradient(rgba(64,224,208,0.35)),linear-gradient(rgba(255,255,255,0.55));
	
  background-repeat: repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat-y, repeat-y, repeat-y, no-repeat, no-repeat, no-repeat;
	
  background-size: 100% 100%, 50px 100%,8px 100%, 1px 100%, 2px 100%, 50px 3px, 35px 35px, 10px 10px, 5px 100%, 1px 100%, 3px 100%;
	
  background-position: top left 10px, top left 10px, top left 7px, top left 53px, top left 59px, top left 40px, 17px 25px, 5px 0px, 59px 0px, 5px 0px, 61px 0px;
	
  transform: scaleX(1);
  pointer-events: none;
  filter:saturate(1);
	background-blend-mode:luminosity;
	opacity:0.8;
	
	box-shadow:-1px 0px  10px rgba(255, 255, 224,0.75),-1px 0px 2px rgba(0,255,255,0.55) ;	
	
	filter:drop-shadow(1px 0px 0px rgba(219, 112, 247,0.25));
	
}



/* [si]nglepost blockGallery */

.single-post main .entry-content  .wp-block-gallery 
{
	
  margin-top:75px;
	margin-bottom:75px;
	
}


/* [si]nglepost blockGallery 
   fileDownload styling 
*/

.single-post main .entry-content .wp-block-file
{
	
	padding-top:75px;
	padding-bottom:75px;

	font-family:"Courier";
	font-size:35px;
	font-weight:bold;
	font-variant:small-caps;
	letter-spacing:5px;
	text-align:center;	
	margin:0 auto;
	
}

.single-post main .entry-content .wp-block-file a
{
	
	color:darkcyan;
	transition: text-shadow 0.1s ease-in-out, text-decoration-color 0.1s ease-in-out;
	
}


.single-post main .entry-content .wp-block-file a:hover
{
	
	color:lightgreen;
	text-decoration:underline;
	text-decoration-style:dotted;
	/*text-decoration-thickness:1px;
	text-underline-offset:13px;
		*/
	text-decoration-color:rgba(0,0,139,0.25);
	text-shadow:1px 1px 3px rgba(0,0,255,0.75);
	
}


.single-post main .entry-content .wp-block-file .wp-block-file__button
{
	
	color:white;
	margin-left:75px;
	padding:10px;
	padding-left:15px;
	font-family:"Courier";
	font-size:25px;
	font-weight:bold;
	letter-spacing:10px;
	background-image:linear-gradient(rgba(224,255,255,0.75) ,rgba(0,100,0,0.75));
	background-color:rgba(0,0,139,0.75);
	border:4px double lightpink;
	outline:solid 1px darkblue;
	transition:ease-in-out 0.2s border-color;
	
}

.single-post main .entry-content .wp-block-file .wp-block-file__button:hover
{
	
	border:4px double white;
	
}


/* [si]nglepost blockGallery image    styling 
*/

.single-post main .entry-content  .size-full,
.single-post main .entry-content  .size-large 
{
	
	background-image:linear-gradient(-310deg,rgba(124,249,214,0.8),rgba(0,139,139,0.75) 20%,rgba(135,206,250,0.75) 40%,rgba(255, 218, 185,0.8)),linear-gradient(darkred,greenyellow);
	
	background-size:100% 100%, 100px 4px;
	
	background-position:top left,top left;
	
	background-repeat:repeat,repeat;
	
		outline:ridge 6px rgba(135,206,250,0.75);
	box-shadow: -9px 0px 0px rgba(32, 178, 170,0.35),9px 0px 0px rgba(135,206,250,0.35),0px -9px 0px rgba(135,206,250,0.35),0px 9px 0px rgba(32, 178, 170,0.35);
	border:inset 2px rgba(155,130,180,0.63);
	border-bottom:double 5px rgba(144,213,255,0.5);
	border-right: groove 4px rgba(250,180,200,0.5);

	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	width:fit-content;

	margin-top:75px;
	margin-bottom:75px;
}

.single-post main .entry-content .size-large
{
	position:relative;
	z-index:1;
}


/* [si]nglepost Gallery largeImage    styling 
*/

.single-post main .entry-content .size-large::before
{
	
	content:"";
	position:absolute;
	
	z-index:1;
	
	width:101%;
	height:101%;
  
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

	background-image:linear-gradient(180deg, peachpuff 5%,lightyellow 35%,palevioletred 80%,aquamarine 95%),linear-gradient(180deg,peachpuff 5%,lightyellow 35%,palevioletred 80%,aquamarine 95%),linear-gradient(90deg,aquamarine 5%,lightyellow 35%,palevioletred 80%,aquamarine 95%),linear-gradient(90deg,aquamarine 5%,lightyellow 35%,palevioletred 80%,aquamarine 95%),linear-gradient(blue);
	
	background-size:5px 100%,5px 100%, 100% 5px, 100% 5px;
	background-repeat:no-repeat;
	
	background-position:top left,top right,top left,bottom left;
	
	mix-blend-mode:hard-light;
	
	outline:outset 1px lightcyan;
	outline-offset:5px;
	
	border:inset 3px rgba(255, 250, 240, 0.5);


	
	box-shadow:0px -2px 0px  rgba(255, 235, 205, 0.35),0px 2px 0px  rgba(255, 235, 205, 0.35),2px 0px 0px  rgba(255, 235, 205, 0.35),-2px 0px 0px  rgba(255, 235, 205, 0.35),0px -8px 0px  rgba(255, 235, 205, 0.35);
	
	
	filter:drop-shadow(1px 1px 0px darkorchid);
	
	opacity:0.75;
	
}

/* [si]nglepost largeImage  
   backgroundFilter 
*/

.single-post main .entry-content .size-large::after
{
	
	content:"";
	position:absolute;
	
	z-index:1;
	
	width:101%;
	height:101%;
  
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

	
	background-image:linear-gradient(90deg,cyan,yellowgreen);
	
	
	mix-blend-mode:saturation;
	opacity:0.35;
	
}



/* [si]nglepost image borderStyling  */


.single-post main .entry-content .size-full  img,
.single-post main .entry-content .size-large  img
{
	outline:double 3px rgba(250, 250, 210, 0.75);

	border:solid 1px rgba(138, 43, 226, 0.75);

	opacity:0.75;
	
	background-image:linear-gradient(rgba(0,0,0,0.5),rgba(255,255,255,0.75));
	
	filter:drop-shadow(1px 1px 0px palevioletred);
	
	box-shadow:2px 0px 3px darkcyan,-2px 0px 3px darkcyan,0px 4px 1px darkcyan,0px -2px 3px darkcyan;
	
	position:relative;
	z-index:2;
}

/* [si]nglepost wpcaption */

.single-post main .entry-content .wp-element-caption
{
	
	padding-top:10px;
	padding-bottom:10px;
	font-family:"Courier";
	font-size:20px;
	font-weight:bold;
	color:lightyellow;
	
}


/* [si]nglepost imagestijling   
   defunct 
*/

.single-post main .entry-content img
{
	
	border: double 4px rgba(200,255,255,0.5);
	
	outline:4px double darkred;
	opacity:0.75;
	box-shadow:-1px 0px 5px darkcyan, 1px 0px 5px darkcyan,0px 1px 5px darkcyan, 0px -1px 5px darkcyan;
	filter:drop-shadow(-2px 2px 2px rgba(255,255,255,0.5));
	
}

/* [si]nglepost blockgallery  
   uitlijning 
*/

main .entry-content figure.wp-block-gallery.has-nested-images
{
	
	flex-wrap:nowrap;
	gap:75px;
		
}



/* resume */


/* [si]nglepost blogpost  
   paragraafStart decoratie
   
   TitelDatum
*/

.single-post #prgr1_addon::before
{
	
	content:"";
	position:absolute;
	width:100.3%;
	height:106.7%;
	
	z-index:1;
	
	top:0;
	left:0;
	
	background:transparent;
	
	border-left:ridge 4px rgba(186, 85, 211, 0.13);
	
	border-right:ridge 4px rgba(186, 85, 211, 0.16);
	
	border-bottom:dashed 1px rgba(238, 155, 170, 0.66);
	
	box-shadow:0px 0px 3px rgba(139, 0, 139, 0.3);
	
	filter:drop-shadow(0px 1px rgba(154, 205, 50, 0.45)) brightness(0.85) contrast(5);
	
	
	background-image:linear-gradient(rgba(255, 255, 0, 0.44) 40%,rgba(135, 206, 235, 0.35) 66%),linear-gradient(rgba(255, 255, 0, 0.4) 40%,rgba(135, 206, 235, 0.3) 66%),linear-gradient(90deg,rgba(138, 43, 226, 0.25) 40%,rgba(60, 179, 113, 0.4) 60%),linear-gradient(90deg,rgba(0, 255, 255, 0.18) 30%,rgba(144, 238, 144, 0.44) 55%,rgba(100, 150, 225, 0.13) 100%),linear-gradient(rgba(139,0,0,0.1));
	
	background-size:2px 100%,2px 100%,100% 2px,95.5% 1px,95.5% 1px;
	
	background-repeat:no-repeat,no-repeat,no-repeat,no-repeat,no-repeat;
	
	background-position:top left -1px,top right -1px,bottom -2px right,bottom 15px right 15px,bottom 13px right 15px;
	
}

.single-post #prgr2_addon::before
{
	
	content:"";
	position:absolute;
	width:100.3%;
	height:106.7%;
	
	z-index:1;
	
	top:0;
	left:0;
	
	background:transparent;
	
	border-left:ridge 4px rgba(186, 85, 211, 0.13);
	border-right:ridge 4px rgba(186, 85, 211, 0.16);
	border-bottom:dashed 1px rgba(238, 155, 170, 0.66);
	
	box-shadow:0px 0px 3px rgba(139, 0, 139, 0.3);
	
	filter:drop-shadow(0px 1px rgba(154, 205, 50, 0.45)) brightness(0.85) contrast(5);
	
	
	background-image:linear-gradient(rgba(255, 255, 0, 0.44) 40%,rgba(135, 206, 235, 0.35) 66%),linear-gradient(rgba(255, 255, 0, 0.4) 40%,rgba(135, 206, 235, 0.3) 66%),linear-gradient(90deg,rgba(138, 43, 226, 0.25) 40%,rgba(60, 179, 113, 0.4) 60%),linear-gradient(90deg,rgba(0, 255, 255, 0.18) 30%,rgba(144, 238, 144, 0.44) 55%,rgba(100, 150, 225, 0.13) 100%),linear-gradient(rgba(139,0,0,0.1));;
	
	background-size:2px 100%,2px 100%,100% 2px,95.5% 1px, 95.5% 1px;
	
	background-repeat:no-repeat,no-repeat,no-repeat,no-repeat,no-repeat;
	
	background-position:top left -1px,top right -1px,bottom -2px right,bottom 15px right 15px,bottom 13px right 15px;
	
}


.single-post #prgr1_addon::after
{
	
	content:"";
	position:absolute;
	
	width:100%;
	height:2px;
	
	background-image:linear-gradient(90deg,lightyellow 50%,lightcyan 65%);
	
	filter:contrast(0.9);

	bottom:-9px;
	left:1px;
	
}


.single-post #prgr2_addon::after
{
	
	content:"";
	position:absolute;
	
	width:100%;
	height:2px;
	
	background-image:linear-gradient(90deg,lightyellow 50%,lightcyan 65%);
	
	filter:contrast(0.9);

	bottom:-9px;
	left:1px;
	
}



.single-post main .entry-content p:nth-of-type(1),
.single-post main .entry-content p:nth-of-type(2)
{
	
	color:rgba(255,120,125,0.42);
	text-shadow:1px 2px 3px rgba(225, 255, 150, 0.55), 2px 1px 2px lightblue, -2px -1px 2px rgba(50, 175, 225, 0.35), 3px -2px 1px rgba(155,90,100,0.55),-3px 2px 2px rgba(144,238,144,0.3),4px -1px rgba(120, 15, 195, 0.75);
	
	
  letter-spacing:8px !important;
	
  position:relative !important;
	
		
}


/* [si]nglepost blogpost  
   paragraaf positionering 
*/

.single-post main .entry-content p:nth-child(2)
{
	margin-top:35px;
}

.single-post main .entry-content p:nth-child(3)
{
	margin-bottom:100px;
}

.single-post main .entry-content p:last-child
{
	margin-bottom:75px;
}


/* [si]nglepost blogpost 
   paragraafStart icon decoratie 
   linkerzijde
*/

.single-post main .entry-content p:nth-of-type(1)::before,
.single-post main .entry-content p:nth-of-type(2)::before
{
	
	content:"";
	position:absolute;
	
	width:25px;
	height:25px;
	
	left:0;
	
	background-image:linear-gradient(pink 17%,white 2%,lightpink 35%,aqua 70%,darkturquoise 80%),linear-gradient(limegreen);
	background-repeat:no-repeat;
	background-size:100% 100%, 25px 25px;
	
	background-position:top left, 5px -5px;
	
	border:dashed 3px lightyellow;
	
	box-shadow:-2px 0px 1px lightsteelblue,3px 0px 1px turquoise,0px -4px 1px lightyellow,0px 2px 1px paleturquoise;
	
  transform:translatex(-120px) translatey(10px) rotate(45deg);


	filter:drop-shadow(-1px -1px 0px floralwhite);
	
	outline:double 3px lightskyblue;
	
	filter:invert(90%) saturate(0.63) brightness(1.75) contrast(0.8) drop-shadow(-1px -1px 0px lightgreen) drop-shadow(1px 1px 0px lightyellow);

}


/* [si]nglepost blogpost 
   paragraafStart icon decoratie
   rechterzijde
*/


.single-post main .entry-content p:nth-of-type(1)::after,
.single-post main .entry-content p:nth-of-type(2)::after
{
	
	content:"";
	position:absolute;
	
	width:25px;
	height:25px;
	
	right:0;
	
	background-image:linear-gradient(pink 17%,white 2%,lightpink 35%,aqua 70%,darkturquoise 80%),linear-gradient(limegreen);
	background-repeat:no-repeat;
	background-size:100% 100%, 25px 25px;
	
	background-position:top left, 5px -5px;
	
	border:dashed 3px lightyellow;
	
	box-shadow:-2px 0px 1px lightsteelblue,3px 0px 1px turquoise,0px -4px 1px lightyellow,0px 2px 1px paleturquoise;
	
  transform:translatex(120px) translatey(10px) rotate(45deg);


	filter:drop-shadow(-1px -1px 0px floralwhite);
	
	outline:double 3px lightskyblue;
	
		
	filter:invert(90%) saturate(0.63) brightness(1.75) contrast(0.8) drop-shadow(-1px -1px 0px lightgreen) drop-shadow(1px 1px 0px lightyellow);

}

/* [si]nglepost blog paragraafIcon 
   decoratie linkerzijde */
 
.single-post main .entry-content p::before
{
	
	content:"";
	position:absolute;
	
	width:25px;
	height:25px;
	
	left:0;
	
	background-image:linear-gradient(pink 17%,white 2%,lightpink 35%,aqua 70%,darkturquoise 80%),linear-gradient(limegreen);
	background-repeat:no-repeat;
	background-size:100% 100%, 25px 25px;
	
	background-position:top left, 5px -5px;
	
	border:dashed 3px lightyellow;
	
	box-shadow:-2px 0px 1px lightsteelblue,3px 0px 1px turquoise,0px -4px 1px lightyellow,0px 2px 1px paleturquoise;
	
  transform:translatex(-120px) translatey(10px) rotate(45deg);
	
	outline:double 3px lightskyblue;
	
	filter:brightness(1.08) contrast(1.05) hue-rotate(40deg) saturate(150%) drop-shadow(-1px -1px 0px floralwhite);
	
}



/* [si]nglepost blog paragraafIcon 
   decoratie rechterzijde */

.single-post main .entry-content p::after
{
	
	content:"";
	position:absolute;
	
	width:25px;
	height:25px;
	
	right:0;
	
	background-image:linear-gradient(pink 17%,white 2%,lightpink 35%,aqua 70%,darkturquoise 80%),linear-gradient(limegreen);
	background-repeat:no-repeat;
	background-size:100% 100%, 25px 25px;
	
	background-position:top left, 5px -5px;
	
	border:dashed 3px lightyellow;
	
	box-shadow:-2px 0px 1px lightsteelblue,3px 0px 1px turquoise,0px -4px 1px lightyellow,0px 2px 1px paleturquoise;
	
  transform:translatex(120px) translatey(10px) rotate(45deg);


	filter:drop-shadow(-1px -1px 0px floralwhite);
	
	outline:double 3px lightskyblue;
	
		filter:brightness(1.08) contrast(1.05) hue-rotate(40deg) saturate(150%) drop-shadow(-1px -1px 0px floralwhite);
	
}

/* [si]nglepost TitelDatum 
   paragraaf styling */

.single-post main .entry-content p:nth-of-type(1),
.single-post main .entry-content p:nth-of-type(2)
{
	font-size:30px;
	font-variant: small-caps;
	font-family: "Courier New";
  font-weight: 800;
	letter-spacing:7px;
	padding:10px;
	padding-left:30px;

	filter:drop-shadow(1px 1px 1px rgba(128,40,200,0.46)) saturate(1.25) brightness(1.02) contrast(0.99);
	backdrop-filter: blur(2px) saturate(10);
	
	box-shadow:1px -1px 1px rgba(100,200,39,0.15),0px 1px 0px rgba(250,250,210,0.75), 0px 3px 9px  rgba(128, 50, 200, 0.13),0px 3px 0px rgba(238, 232, 170, 0.25),0px -2px 0px lightyellow, 0px 2px 0px rgba(255, 182, 193, 0.55),-1px 0px yellowgreen,1px 0px aquamarine,0px 3px 10px rgba(0,255,255,0.15);
	
	border-left:2px dashed lightblue;
	border-right:dashed 2px lightblue;
	border-top:dashed 1px lightgreen;
	outline:dashed 2px rgba(235, 245, 238, 0.75);
	border-bottom:dashed 1px rgba(219, 150, 210, 0.5);
	
	background-image:linear-gradient(rgba(224,255,255,0.25),rgba(255, 182, 193,0.15)),linear-gradient(
  rgba(255, 150, 0, 0.1),        /* red */
  rgba(0, 50, 190, 0.2),          /* black */
  rgba(219, 175, 147, 0.15)     /* palevioletred */
),linear-gradient(
  rgba(255, 150, 0, 0.1),        /* red */
  rgba(0, 50, 190, 0.2),          /* black */
  rgba(219, 175, 147, 0.15)     /* palevioletred */
), linear-gradient(goldenrod,paleturquoise,blueviolet), linear-gradient(peachpuff,turquoise,magenta),linear-gradient(110deg, rgba(255, 0, 255, 0.17) 30%, rgba(245, 245, 245, 0.3) 40%, rgba(0, 0, 255, 0.2) 20%)
,linear-gradient(130deg,aqua,lightyellow,floralwhite,blueviolet),linear-gradient(yellowgreen 20%,cyan 40%,lightpink 80%,rgba(255,50,0,0.2) 20%),linear-gradient(yellowgreen 20%,cyan 40%,lightpink 80%,rgba(0,255,0,0.35) 20%),linear-gradient(90deg, rgba(164, 224, 208, 0.95), rgba(195, 210, 150, 0.4), rgba(60,195, 190, 0.5), rgba(110, 215, 190, 0.85), rgba(255, 255, 60, 0.55), rgba(60,195, 190, 0.75), rgba(195, 210, 150, 0.35)),linear-gradient(90deg, rgba(164, 224, 208, 0.75), rgba(195, 210, 150, 0.75), rgba(60,195, 190, 0.75), rgba(110, 215, 190, 0.75), rgba(255, 255, 60, 0.75), rgba(60,195, 190, 0.75), rgba(195, 210, 150, 0.75)),linear-gradient(90deg, rgba(164, 224, 208, 0.5), rgba(195, 210, 150, 0.4), rgba(60,195, 190, 0.35), rgba(110, 215, 190, 0.4), rgba(255, 255, 60, 0.35), rgba(60,195, 190, 0.4), rgba(195, 210, 150, 0.35));
	
	background-size:100% 0.86em,5px 100%,4px 100%, 2px 3px, 2px 3px,3px 4px,4px 2px,1px 100%,1px 100%,100% 1px,100% 1px,100% 1px;
	
	background-repeat:no-repeat,no-repeat,no-repeat,repeat-y,repeat-y,repeat-x,repeat-x,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat;
	
	background-position:0px 90%, top left 7px, top right 7px,top 1px left 2px,top 1px right 1px,bottom 1px left,top 3px left,top left 7px,top right 5px,top 2px left,bottom 1px right,top 8px right;

	
	mix-blend-mode:normal;
	
	opacity:0.8;
	
}


/* [si]nglepost blogpost paragraaf 
   decoratie entryLevel */

.single-post main .entry-content p
{
	
	font-size:30px;
	font-variant: small-caps;
	font-family: "Courier New";
  font-weight: 800;
	letter-spacing:7px;
	padding:10px;
	padding-left:30px;
	color: rgba(80, 135, 130, 1);
	text-shadow: 1px -1px 0px skyblue, -2px 2px 0px seagreen,2px 1px 3px aqua, 4px 2px 6px white;
	filter:drop-shadow(1px 1px 1px rgba(128,40,200,0.4));
	backdrop-filter: blur(2px) saturate(8);
	box-shadow:1px -1px 1px rgba(100,200,39,0.15),0px 1px 0px rgba(250,250,210,0.75), 0px 3px 9px  rgba(128, 50, 200, 0.13);
	border-left:1px dashed lightblue;
	border-right:dashed 1px orchid;
	border-top:dashed 1px lightyellow;
	outline:dashed 1px seashell  ;
	border-bottom:dashed 1px palevioletred;
	background-image:linear-gradient(rgba(224,255,255,0.1),rgba(255, 182, 193,0.1)),linear-gradient(
  rgba(255, 0, 0, 0.1),        /* red */
  rgba(0, 0, 0, 0.1),          /* black */
  rgba(219, 112, 147, 0.8)     /* palevioletred */
),linear-gradient(
  rgba(219, 112, 147, 0.1),  /* palevioletred */
  rgba(0, 0, 0, 0.1),        /* black */
  rgba(255, 40, 90, 0.4)       /* red */
), linear-gradient(goldenrod,paleturquoise,blueviolet), linear-gradient(peachpuff,turquoise,magenta),linear-gradient(110deg, rgba(255, 0, 255, 0.17) 30%, rgba(245, 245, 245, 0.3) 40%, rgba(0, 0, 255, 0.2) 20%)
,linear-gradient(-130deg,aqua,green,floralwhite,white),linear-gradient(gray 20%,cyan 40%,lightpink 80%,goldenrod 20%),linear-gradient(gray 20%,turquoise 40%,lightpink 80%,rgba(154, 205, 50, 0.75) 20%);
	background-size:100% 0.86em,5px 100%,2px 100%, 2px 3px, 2px 3px,3px 4px,4px 2px,1px 100%,2px 100%;
	background-repeat:no-repeat,no-repeat,no-repeat,repeat-y,repeat-y,repeat-x,repeat-x,no-repeat,no-repeat;
	background-position:0px 90%, top left 4px, top right 4px,top 1px left 2px,top 1px right 2px,bottom 1px left,top 3px left,top left 11px,top right 9px;
	
	mix-blend-mode:hard-light;
	
}



/* [si]nglepost caroussel 
   notatieNavigation
*/

.single-post .post-navigation
{
	
	background-image:linear-gradient(90deg,rgba(255, 218, 185,0.15),rgba(224, 255, 255,0.15), rgba(32, 178, 170,0.15),rgba(128,128,128,0.15) ,rgba(135,206,250,0.15),rgba(255, 182, 193,0.15)),linear-gradient(rgba(250,140,210,0.15),rgba(224,255,255,0.15)),linear-gradient(rgba(213, 150, 140, 0.5)),linear-gradient(rgba(175,270,215,0.95)),linear-gradient(rgba(0, 255, 255, 0.4)),linear-gradient(rgba(0, 255, 255, 0.4)),linear-gradient(180deg,rgba(0, 255, 255, 0.25),rgba(138, 43, 226, 0.21)),linear-gradient(0deg,rgba(255, 240, 245, 0.85),rgba(255, 255, 224, 0.85)),linear-gradient(180deg,rgba(152, 225, 152, 0.9),rgba(205, 195, 235, 0.95) ,rgba(152, 225, 152, 0.9)),linear-gradient(180deg,rgba(152, 225, 152, 0.9),rgba(205, 195, 235, 0.95) ,rgba(152, 225, 152, 0.9)),linear-gradient(90deg,rgba(255, 255, 0, 0.8) 25%,rgba(127, 255, 0, 0.85) 40%,rgba(255, 255, 0, 0.8) 80%),linear-gradient(rgba(210, 220, 35, 0.55));
	
	background-size:100% 100%,1px 2px,100% 1px, 100% 3px, 2px 100%, 2px 100%, 100% 5px, 98% 3px,1px 100%,1px 100%,100% 1px,100% 1px;
	
	background-position:top left,top left, 0px 255px, 0px 250px, 5px 0px,1141px 0px, top left,top 7px left 10px,top left 1px,top right 3px,top 1px right, top -6px right;
	
  background-repeat:no-repeat,repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat;
	
  border-radius:33px;
	opacity:0.75;
	border:outset 1px rgba(235,250,250,0.3);
	border-top:10px outset rgba(219, 112, 147, 0.15); /**/
	outline:double 3px rgba(255, 235, 224, 0.85);
	box-shadow:0px 1px 10px rgba(125,206,250,0.85),8px 5px 4px rgba(190, 215, 190, 0.35),-3px -5px 4px rgba(127, 255, 212, 0.35),0px 8px 0px rgba(25, 55, 0, 0.2),-2px 0px 0px paleturquoise,2px 0px 0px floralwhite,0px 5px 0px palevioletred,0px -6px 0px palevioletred;;
	
	margin-bottom:75px;
	margin-top:115px;
	
	filter:saturate(0.85) contrast(1.05) brightness(0.98) sepia(0.15);

	height:275px;
	

	/*****/
	
}


/* [si]nglepost caroussel midden   
   lijn
*/

.single-post .is-width-constrained
{
	
	max-width:1150px;
	
}

/* [si]nglepost notatieNavigation 
   middenlijn 
*/

.single-post .is-width-constrained::after
{
	
	background:linear-gradient(90deg,
  rgba(218, 165, 32, 0.25) 15%,
  rgba(224, 255, 255, 0.95) 20%,
  rgba(255, 182, 193, 0.75) 40%,
  rgba(173, 216, 230, 0.65) 95%
);
	
	width:5px;
	
	filter:drop-shadow(-1px 0px 2px rgba(176, 196, 222, 0.75)) contrast(0.95) brightness(1.05) drop-shadow(1px 0px rgba(218, 165, 32, 0.15)
) hue-rotate(250deg) saturate(0.75) saturate(1.85);
	
	box-shadow:1px 0px lightgreen, -1px 0px aquamarine;
	
	margin-top:20px;
	
}


/* [si]nglepost caroussel bericht prevnext positionering */

.single-post .post-navigation .nav-item-prev
{
	
	top:40px;
  left:0;
	position:absolute;
	
}

/* [si]nglepost caroussel bericht prevnext positionering */

.single-post .post-navigation .nav-item-next
{
	position:absolute;
	top:40px;
	right:0;

}

/* [si]nglepost caroussel bericht  navigatie prevnext stijl decoratie links*/

.single-post .post-navigation .nav-item-prev div .item-label::before
{
	position:absolute;
	content:"";
	
	width:200px;
	height:25px;
	
	left:155px;
	
	background-image:radial-gradient(circle 7.5px at center,darkseagreen 35%, floralwhite 80%, lightsteelblue 90%, transparent 100%);
	background-repeat:no-repeat;
	background-size:15px 15px;
	background-position:175px;
	
	
	filter:drop-shadow(1px 1px 4px seagreen) drop-shadow(-1px -1px  floralwhite) brightness(1.5) contrast(0.65) hue-rotate(40deg) saturate(5)  drop-shadow(-1px 1px rgba(138, 43, 226,0.25)) invert(0.01);
	
	opacity:0.63;
	
}

/* [si]nglepost decoratieAddon  
   prevbtn 
*/

.single-post .post-navigation .nav-item-prev.btn-prev-addon::before 
{
	  content:"";
	  position:absolute;
	  width:192px;
	  height:36px;
	
	  top:-5px;
	  left:185px;
	
	
	 	background-image:linear-gradient(270deg,rgba(199, 21, 133, 0.4) 20%,rgba(0, 255, 0, 0.85) 70%),linear-gradient(90deg,rgba(199, 21, 133, 0.4) 20%, rgba(0, 255, 0, 0.85) 70%);
	
	 background-size:0px 1px, 0px 1px;
   background-repeat:no-repeat,no-repeat;
	 background-position:top   left,bottom 3px right;
	
	 transition:background-size 2s ease;
	
	 filter:drop-shadow(0px -3px rgba(255, 182, 193, 0.66)) saturate(5);
		
	opacity:0.35;
	
}

/* [si]nglepost decoratieAddon  
   prevbtn hover
*/

.single-post .post-navigation .nav-item-prev.btn-prev-addon:hover::before 
{
	  content:"";
	  position:absolute;
	  width:192px;
	  height:36px;
	
	  top:-5px;
	  left:185px;
	
	
	  background-image:linear-gradient(90deg,rgba(199, 21, 133, 0.4) 20%,rgba(0, 255, 0, 0.85) 70%),linear-gradient(270deg,rgba(199, 21, 133, 0.4) 20%, rgba(0, 255, 0, 0.85) 70%);
	
	 background-size:117px 1px, 117px 1px;
   background-repeat:no-repeat,no-repeat;
	 background-position:top   left,bottom 3px right;
	
	transition:background-size 2s ease-in-out;
	
   filter:drop-shadow(0px -3px rgba(255, 182, 193, 0.66)) saturate(0.85);

	opacity:0.55;
	
}


/* [si]nglepost decoratieAddon  
   nextbtn 
*/

.single-post .post-navigation .nav-item-next.btn-next-addon::before
{
	 
    content: "";
    position: absolute;
    height: 36px;
    width: 224px;
	
    top: -5px;
    right: 151px;
	
		background-image:linear-gradient(270deg,rgba(199, 21, 133, 0.4) 20%,rgba(0, 255, 0, 0.85) 70%),linear-gradient(90deg,rgba(199, 21, 133, 0.4) 20%, rgba(0, 255, 0, 0.85) 70%);
	
	  background-size:0px 1px, 0px 1px;
	  background-repeat:no-repeat,no-repeat;
	  background-position:top     left,bottom 3px right;
	
		transition:background-size 2s ease;
	
	 filter:drop-shadow(0px -3px rgba(255, 182, 193, 0.66)) saturate(5);

	opacity:0.35;
}



/* [si]nglepost decoratieAddon  
   nextbtn hover
*/

.single-post .post-navigation .nav-item-next.btn-next-addon:hover::before
{
	 
    content: "";
    position: absolute;
    height: 36px;
    width: 224px;
	
    top: -5px;
    right: 151px;
	
		background-image:linear-gradient(90deg,rgba(199, 21, 133, 0.4) 20%,rgba(0, 255, 0, 0.85) 70%),linear-gradient(270deg,rgba(199, 21, 133, 0.4) 20%, rgba(0, 255, 0, 0.85) 70%);

	  background-size:137px 1px, 137px 1px;
	  background-repeat:no-repeat,no-repeat;
	  background-position:top     left,bottom 3px right;
	
	  transition:background-size 2s ease-in-out;
	
	 filter:drop-shadow(0px -3px rgba(255, 182, 193, 0.66))   saturate(0.85);

	opacity:0.55;
	
}

/* xtra addon */




/* [si]nglepost caroussel bericht  navigatie prevnext stijl decoratie rechts*/

.single-post .post-navigation .nav-item-next div .item-label::before
{
	position:absolute;
	content:"";
	
	width:200px;
	height:25px;
	
	right:350px;
	
	background-image:radial-gradient(circle 7.5px at center,darkseagreen 35%, floralwhite 80%, lightsteelblue 90%, transparent 100%);
	background-repeat:no-repeat;
	background-size:15px 15px;
	background-position:175px;
	
	
	filter:drop-shadow(1px 1px 4px seagreen) drop-shadow(-1px -1px  floralwhite) brightness(1.5) contrast(0.65) hue-rotate(40deg) saturate(5) drop-shadow(-1px 1px rgba(138, 43, 226,0.25)) invert(0.01);
	
	opacity:0.63;
	
}






/* [si]nglepost caroussel bericht  navigatie prevnext positionering*/

.single-post .post-navigation .nav-item-prev div .item-label
{
	margin-left:185px;
	
}

.single-post .post-navigation .nav-item-next div .item-label
{
	margin-right:150px;
}




/* [si]nglepost caroussel bericht  navigatie prevnext */

.single-post .post-navigation .item-label
{
	margin-bottom:55px;
	font-weight:700;
	font-size:14px;
	letter-spacing:5px;
	transform: scale(1,0.8);
	color:rgba(34, 139, 34, 0.5);
	text-shadow:1px 1px 1px rgba(255, 0, 255, 0.28);
	
	filter:drop-shadow(1px 1px 2px floralwhite) drop-shadow(0px -3px 0px rgba(219, 150, 147,0.4));
	
background-image: linear-gradient(
    90deg,
    rgba(238, 130, 238, 0.5) 30%,   /* violet */
    rgba(255, 165, 0, 0.3),         /* orange */
    rgba(192, 192, 192, 0.6) 80%    /* silver */
  ),
  linear-gradient(
    90deg,
    rgba(238, 130, 238, 0.4) 30%,   /* violet */
    rgba(192, 192, 192, 0.75),       /* silver */
    rgba(255, 255, 0, 0.35)          /* yellow */
  ),linear-gradient(rgba(152, 251, 152, 0.63)),linear-gradient(rgba(238, 232, 170, 0.63));
	
	background-size:61% 1px, 61% 1px, 61% 1px, 61% 1px;
	
  background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;
	
	background-position:top left, bottom right, top 1px left, bottom 0px right;
	
	padding-left:10px;
	padding-top:5px;
	padding-bottom:8px;
	
}


/* [si]nglepost VORIGEBERICHT 
   stijlDecoratie 
*/

.single-post .post-navigation .nav-item-prev div .item-label::after
{
	
	content:"VORIGE BERICHT";
	position:absolute;
	left:12px;
	top:4px;
	width:100%;
	
	letter-spacing:0.38em;
	
	font-weight:400;
	color:mediumspringgreen;
	filter:drop-shadow(0px -1px rgba(211, 34, 139, 1)) drop-shadow(-1px 1px lightsteelblue)  drop-shadow(0px -2px rgba(255, 240, 245, 0.3)) saturate(1.15) contrast(1.35) brightness(1.05) drop-shadow(0px 1px 1px rgba(0,0,139,0.3)) drop-shadow(1px 1px rgba(0,139,0,0.75)) hue-rotate(165deg) drop-shadow(1px 0.01em 1px rgba(139, 0, 139, 0.2)) sepia(0.2);
	
	mix-blend-mode:overlay;
	transition:color ease-out 0.5s;
	
	opacity:0.95;
	
}


.single-post .post-navigation .nav-item-prev div .item-label:hover::after
{
	
	content:"VORIGE BERICHT";
	position:absolute;

	color:yellow;

	transition:color ease-in 0.5s;
	
  z-index:1;

}


/* [si]nglepost VOLGENDEBERICHT 
   stijlDecoratie 
*/

.single-post .post-navigation .nav-item-next div .item-label::after
{
	
	content:"VOLGENDE BERICHT";
	position:absolute;
	left:-1px;
	top:4px;
	width:100%;
	
	letter-spacing:0.38em;
	
	font-weight:400;
	color:mediumspringgreen;
	filter:drop-shadow(0px -1px rgba(211, 34, 139, 1)) drop-shadow(-1px 1px lightsteelblue)  drop-shadow(0px -2px rgba(255, 240, 245, 0.3)) saturate(1.15) contrast(1.35) brightness(1.05) drop-shadow(0px 1px 1px rgba(0,0,139,0.3)) drop-shadow(1px 1px rgba(0,139,0,0.75)) hue-rotate(165deg) drop-shadow(1px 0.01em 1px rgba(139, 0, 139, 0.2)) sepia(0.2);
	
	mix-blend-mode:overlay;
	transition:color ease-out 0.5s;
	
	opacity:0.95;
	
}


.single-post .post-navigation .nav-item-next div .item-label:hover::after
{
	
	content:"VOLGENDE BERICHT";
	position:absolute;

	color:yellow;

	transition:color ease-in 0.5s;

  z-index:1;
}

.single-post .post-navigation .nav-item-prev .item-content::before
{
	
	content:"";
	position:absolute;
	width:350px;
	height:25px;
	left:185px;
		
	background-image:url(http://flippant.eu/wp-content/uploads/2025/08/bounzecs.png),url(http://flippant.eu/wp-content/uploads/2025/08/ppl.png);
	background-size:25px 25px,7px 7px;
	background-repeat:no-repeat,no-repeat;
	background-position:top right,top 9px left 25px;
	
	filter:brightness(3) drop-shadow(1px 2px rgba(75, 0, 130, 0.25));
	
	opacity:0;
	
	transition:opacity 1s ease-out, filter 1s ease-in;
	
}

/* [si]nglepost roboEye nextbtn 
   styles
*/

.single-post .post-navigation .nav-item-next .item-content::before
{
	
	content:"";
	position:absolute;
	width:375px;
	height:25px;
	
	right:155px;
	
	background-image:url(http://flippant.eu/wp-content/uploads/2025/08/bounzecs.png),url(http://flippant.eu/wp-content/uploads/2025/08/ppl.png);
	background-size:25px 25px,7px 7px;
	background-repeat:no-repeat,no-repeat;
	background-position:top left,top 9px right 186px;
	
	filter:brightness(3) drop-shadow(-1px 2px rgba(75, 0, 130, 0.25));
	
	opacity:0;
	
	transition:opacity 1s ease-out,     filter 1s ease-in;
	
}

/* [si]nglepost roboEye prevbtn 
   styles
*/

.single-post .post-navigation .nav-item-prev .item-content:hover::before
{
		content:"";
	position:absolute;
	width:350px;
	height:25px;
	left:185px;
	
	opacity:1;
	
	transition:opacity 0.47s ease-out, filter 1s ease-in;
	
		filter:sepia() drop-shadow(0px -1px rgba(255, 215, 0, 0.75)) drop-shadow(-1px 1px rgba(173, 255, 47, 0.5));
	
}

/* [si]nglepost roboEye nextbtn 
   styles
*/

.single-post .post-navigation .nav-item-next .item-content:hover::before
{
	content:"";
	position:absolute;
	width:375px;
	height:25px;
	
	right:155px;
	
	opacity:1;
	
	transition:opacity 0.47s ease-out, filter 1s ease-in;
	
	filter:sepia() drop-shadow(0px -1px rgba(255, 215, 0, 0.75)) drop-shadow(-1px 1px rgba(173, 255, 47, 0.5));
	
}



/* [si]nglepost caroussel bericht subject titel styledecoratie */


.single-post .post-navigation .item-title
{
	
	letter-spacing:3px;
	color:rgba(34, 139, 34,0.35);
	text-shadow:1px 1px 1px rgba(100,150,139,0.5), 1px 1px 0px blueviolet;
	font-weight:400;
	font-size:20px;
	transform: scale(1,0.8);
	
	filter:hue-rotate(75deg) brightness(1.1) contrast(0.85) drop-shadow(1px 2px darkturquoise) drop-shadow(1px -1px rgba(0,0,139,0.2)) drop-shadow(0px -1px 0px rgba(205, 92, 92, 0.4));
	
	position:sticky;
	display:block;
	
	padding-left:75px;
	padding-right:75px;

	
	padding-top:75px;
	max-width:575px;
	
	transition:filter 1s ease-in-out;
	
}


/* [si]nglepost subject titel hover    styling 
*/

.single-post .post-navigation  .item-title:hover
{
  	filter:hue-rotate(290deg) brightness(1.5) contrast(0.95) drop-shadow(1px 2px darkturquoise) drop-shadow(1px -1px rgba(200,0,139,0.4)) drop-shadow(0px -1px 0px rgba(205, 90, 192, 0.66));
	
	transition:filter 1s ease-out;
}


/* [si]nglepost subject titel   
   firstLetter styling 
*/

.single-post .post-navigation .item-title::first-letter
{
	
	font-size:23px;
	color:rgb(250, 128, 140);
	text-shadow:1px 2px 0px rgba(173, 155, 255, 0.35);
	
}


/* [si]nglepost keuzemenu 
   notatieArchive top borderRand   
   bovenkant 
*/

.single-post .ct-container-full
{
	
	border-bottom:ridge 10px rgba(175,230,225,0.13);
	box-shadow:0px -1px 15px  rgba(150, 150, 190,0.5),0px 2px 0px lightyellow, 0px 3px 0px rgba(235, 195, 250,0.2);	
	
}




/* [si]nglepost keuzemenu 
   notatieArchive ontwerp   
   kleurOverlay swimmingpool */

.single-post #main::before
{
	
	content:"";
	position:absolute;
	width:100%;
	bottom:284px;
	left:0;
	height:1px;
	background:rgba(180, 255, 255, 0.4);
	
}



/* [si]nglepost keuzemenu  
   notatieArchive schaduwrand    
   bovenzijde

   invert optioneel
*/








/* [si]nglepost keuzemenu holder      schaduwrand bovenzijde xtra   
   ledlighting notatieArchive
*/

.single-post #main::after
{
	
	content:"";
	position:absolute;
	width:100%;
	bottom:263px;
	left:0;
	height:1px;
	background:lemonchiffon;
	
	box-shadow:0px 1px 2px rgba(255, 250, 205, 0.45),0px -17px 0px rgba(224, 255, 255, 0.4);
	
}


/* [si]nglepost keuzemenu  
   notatieArchive
   hoofdOverlay footerCompleet 
*/

.single-post .ct-related-posts-container
{
	
	width:1200px;
	margin:0 auto;
	margin-top:4px;
	
	border-left:solid 1px rgba(255, 218, 185,0.35);
	border-right:solid 1px rgba(255, 218, 185,0.35);
	border-top:groove 2px rgba(190, 255, 224,0.25);
	border-bottom:ridge 13px rgba(40, 178, 170,0.15);
	box-shadow:1px 0px 2px  rgb(154, 205, 50,0.75), -1px 0px 2px  rgb(154, 205, 50,0.75);
  height:260px;
	
	background-image:linear-gradient(0deg,rgba(255, 182, 193,0.5) 80%,rgba(224, 255, 255,0.55) 89%,rgba(255, 250, 240,0.57) 4%,rgba(135, 160, 250, 1) 120%),linear-gradient(
  180deg,
  rgba(180, 225, 75, 0.75) 20%,
  rgba(218, 186, 214, 0.75) 45%,
  rgba(255, 255, 185, 0.75) 50%,
  rgba(125, 175, 195, 0.75) 100%
),linear-gradient(
  180deg,
  rgba(180, 225, 75, 0.75) 20%,
  rgba(218, 186, 214, 0.75) 45%,
  rgba(255, 255, 185, 0.75) 50%,
  rgba(125, 175, 195, 0.75) 100%
),linear-gradient(
  0deg,
  rgba(100, 225, 175, 0.75) 20%,
  rgba(185, 155, 140, 0.75) 45%,
  rgba(195, 240, 185, 0.75) 50%,
  rgba(125, 155, 195, 0.75) 100%
),linear-gradient(
  0deg,
  rgba(100, 225, 175, 0.75) 20%,
  rgba(185, 155, 140, 0.75) 45%,
  rgba(195, 240, 185, 0.75) 50%,
  rgba(125, 155, 195, 0.75) 100%
),linear-gradient(
  180deg,
  rgba(154, 205, 50, 0.95) 18%,
  rgba(238, 232, 170, 0.85) 35%,
  rgba(224, 255, 255, 0.75) 80%,
  rgba(255, 200, 255, 0.15) 85%
),linear-gradient(
  180deg,
  rgba(154, 205, 50, 0.95) 18%,
  rgba(238, 232, 170, 0.85) 35%,
  rgba(224, 255, 255, 0.75) 80%,
  rgba(255, 200, 255, 0.15) 85%
),linear-gradient(rgba(195, 125, 205, 0.5)),linear-gradient(rgba(195, 125, 205, 0.5));

	background-size: cover, 5px 60px, 5px 60px,1px 60px,1px 60px,1px 60px, 1px 60px, 15px 100px, 15px 100px;
	
	background-repeat:repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat;
	
	background-position:top left, top left 1px, top right 1px,top left 1px, top right 1px,top left 4px,top right 4px,bottom -13px left,bottom -13px right;
	
	background-blend-mode:normal,saturation,saturation,color-burn,color-burn,normal,normal,normal,normal;

	filter:contrast(0.97);
	z-index:3;
	
	position:relative;

}


/* [si]nglepost zweef schaduw   
   keuzemenu notatieArchive
   year4049

   hue-rotate optioneel
*/

.single-post .ct-related-posts::before
{
	
	content:"";
	position:absolute;
	
	width:100%;
	height:255px;

	
	top:44px;
	left:0px;
  opacity:0.66;
	
	background-image:linear-gradient(90deg,rgba(140, 190, 212, 0.25) 20% ,rgba(255,210,255,0.3) 88%, rgba(90,130,255,0.13) 92%, rgba(255,255,190,0.66) 106%),linear-gradient(90deg,rgba(0,200,100,0.1) 35%,rgba(0,0,0,0.05));
	

	background-size:100% 2px,100% 2px;
	
	background-position:0px 20px,0px 24px, top 0px left 2px;
	
	background-repeat:no-repeat,no-repeat;	
	
	box-shadow:-1px 0px rgba(195, 225, 240, 0.5),1px 0px rgba(195, 225, 240, 0.5);
	
	filter:hue-rotate(250deg);
	
}



 /* [si]ngle post keuzemenu
    notatieArchive decoratie 
*/

.single-post .ct-related-posts::after
{
	content:"";
	position:absolute;
	
	width:100.75%;
	height:138px;
	
	top:-63px;
	left:-4px;
	
	background-image:linear-gradient(
  -90deg,
  rgba(173, 216, 230, 0.35) 20%,
  rgba(144, 238, 144, 0.25) 50%,
  rgba(255, 0, 255, 0.25) 70%
),linear-gradient(
  90deg,
  rgba(173, 216, 230, 0.35) 20%,
  rgba(144, 238, 144, 0.25) 50%,
  rgba(255, 0, 255, 0.25) 70%
),linear-gradient(180deg, rgba(255, 255, 0, 0.25) 35%, rgba(0, 206, 209, 0.15) 65%),linear-gradient(180deg, rgba(255, 255, 0, 0.25) 35%, rgba(0, 206, 209, 0.15) 65%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1200' height='30'%3E\
%3Cdefs%3E\
%3ClinearGradient id='grad1' x1='0%' y1='100%' x2='0%' y2='0%'%3E\
%3Cstop offset='28%' stop-color='aquamarine' stop-opacity='0.1' /%3E\
%3Cstop offset='50%' stop-color='pink' stop-opacity='0.2' /%3E\
%3C/linearGradient%3E\
%3ClinearGradient id='grad2' x1='0%' y1='100%' x2='0%' y2='0%'%3E\
%3Cstop offset='30%' stop-color='yellow' stop-opacity='0.15' /%3E\
%3Cstop offset='80%' stop-color='orchid' stop-opacity='0.01' /%3E\
%3C/linearGradient%3E\
%3Cpattern id='tri' patternUnits='userSpaceOnUse' width='30' height='30'%3E\
%3Cpolygon points='0,30 6.25,0 12.5,30' fill='url(%23grad1)' /%3E\
%3Cpolygon points='17.5,0 23.75,30 30,0' fill='url(%23grad2)' /%3E\
%3C/pattern%3E\
%3C/defs%3E\
%3Crect width='1200' height='30' fill='url(%23tri)' /%3E\
%3C/svg%3E"),linear-gradient(rgba(144, 238, 144, 0.35)),linear-gradient(rgba(255, 215, 0, 0.4)),linear-gradient(180deg, rgba(224, 75, 250,0.05) 30%, rgba(150, 210, 250,0.1) 90%);
	background-repeat:no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat;
	background-position:top 63px left 6px,top 63px right 6px,top left 4px,top right 4px, top 5px right 30px,bottom 72px left 9px,bottom 73px left 9px,bottom 15px left 47px;
	background-size:3px 75px,3px 75px,1px 63px, 1px 63px,1150px 10px, 98.5% 1px, 98.5% 1px,250px 5px;
	
	box-shadow:-1px 0px rgba(195, 225, 240, 0.5),1px 0px rgba(195, 225, 240, 0.5);
}



/* [si]ngle-post: footer menu  
   topBorder overlay
   etchAsketch (tanthof)
*/

.single-post .ct-drawer-canvas::after
{
	
	content:"";
	position:absolute;
	
	bottom:320px;
	left:0px;
	width:100%;
	height:20px;
	
	z-index:1;
	
	background-image:linear-gradient(180deg,palegoldenrod 10%,pink 30%,cyan 60%,yellow 40%, silver 90%, pink 2%),linear-gradient(lightblue),linear-gradient(180deg,palegoldenrod 10%,pink 30%,cyan 60%,yellow 40%, silver 90%, pink 2%),linear-gradient(lightblue),linear-gradient(whitesmoke),linear-gradient(lightgreen);
	
	background-size:100% 2px, 100% 1px, 100% 1px, 100% 1px;
	
	background-repeat:no-repeat;
	
	background-position:0px 4px, 0px 6px, 0px 10px, 0px 12px, 0px 15px, 0px 17px;
	
	
	opacity:0.75;

	mix-blend-mode:saturation;

	transform:scaley(0.85);
	filter:brightness(2.75) contrast(0.75);
	
}



/* [si]nglepost footerGloss xtra */

.single-post .ct-drawer-canvas::before
{
	content:"";
	position:absolute;
	
	bottom:0px;
	left:0px;
	width:100%;
	height:73px;
	
	z-index:1;
	
	background-image:linear-gradient(180deg,palegoldenrod 10%,rgba(224, 255, 255, 0.5) 30%,cyan 60%,yellow 40%, silver 90%, pink 2%),linear-gradient(lightblue),linear-gradient(180deg,palegoldenrod 10%,pink 30%,rgba(0, 0, 139, 0.17)  60%,yellow 40%, silver 90%, pink 2%),linear-gradient(lightblue),linear-gradient(rgba(224, 255, 255, 1)),linear-gradient(lightgreen),linear-gradient(rgba(255, 250, 240, 0.55)),linear-gradient(rgba(240, 220, 44, 0.75));
	
	background-size:100% 2px, 100% 1px, 100% 1px, 100% 1px,100% 1px, 100% 1px;
	
	background-repeat:no-repeat;
	
	background-position:0px 4px, 0px 15px, 0px 10px, 0px 12px, 0px 15px, 0px 17px,0px 57px,0px 53px;
	
	
	opacity:0.35;

 
  transform:scaley(-1);
	
	filter:saturate(2) contrast(0.8) brightness(1.4);
	
	mix-blend-mode:color-burn;
	
}



/* nxtedit */
 
/* footer spray xtone 
   xyzXTRACT
*/

body::after
{
	content:"";
	position:absolute;
	width:100%;
	height:100%;

	
	top:0;
	left:0;
}




/* [si]nglepost footer 
   kleurSprayOverlay 
*/

.single-post_ID body::before
{
	content:"";
	position:absolute;
	width:100%;
	height:73px;
	bottom:0px;
	left:2px;
	
 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='100'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='20%' stop-color='blueviolet'/%3E%3Cstop offset='40%' stop-color='rgb(165, 116, 223)'/%3E%3Cstop offset='120%' stop-color='rgb(255, 186, 197)'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect x='0' y='0' width='4' height='100' fill='url(%23g)' /%3E%3C/svg%3E"),linear-gradient(180deg, rgba(255, 255, 0, 0.35), rgba(255, 192, 203, 0.35), rgba(144, 238, 144, 0.35) 130%);
;
  background-repeat: repeat-x,no-repeat,no-repeat;
  background-size: 5px 58px, 100% 17px,  100% 15px;
	
 background-position:0px 0px,0px 53px;
	
	
	filter:contrast(1.75) brightness(1.05) hue-rotate(325deg) saturate(2.5);
	
	/* iamhue */
	
	opacity:0.75;
	
	z-index:-1;
}



/* [bl]og footer kleurSprayOverlay */

.blog_ID body::before
{
	content:"";
	position:absolute;
	width:100%;
	height:73px;
	bottom:0px;
	left:2px;
	
 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='100'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='20%' stop-color='blueviolet'/%3E%3Cstop offset='40%' stop-color='violet'/%3E%3Cstop offset='120%' stop-color='silver'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect x='0' y='0' width='4' height='100' fill='url(%23g)' /%3E%3C/svg%3E"),linear-gradient(180deg, rgba(255, 255, 0, 0.35), rgba(255, 192, 203, 0.35), rgba(144, 238, 144, 0.35) 130%);
;
  background-repeat: repeat-x,no-repeat,no-repeat;
  background-size: 5px 58px, 100% 17px,  100% 15px;
	
 background-position:0px 0px,0px 53px;
	
	
	filter:contrast(1.75) brightness(1.05) hue-rotate(325deg) saturate(2.5);
	
	/* iamhue */
	
	opacity:0.75;
	
	z-index:-1;
}


/* [si]ngle post keuzemenu   
   decoratie linksonder schaduwrand
   GEELsnede
*/

.single-post .ct-related-posts-container::before
{
	content:"";
	position:absolute;
	width:1px;
	height:120px;
	background:rgba(255, 192, 203, 0.55);
	z-index:1;
	
	top:141px;
	left:3px;
	
	box-shadow:2px 0px 2px rgba(250, 250, 140, 0.96);
	
	background-image:linear-gradient(rgba(32, 178, 170, 0.1));
	background-repeat:no-repeat;
	background-size:1px 42px;
}



/* [si]ngle post keuzemenu  
   decoratie rechtsonder  
   schaduwrand
   GEELsnede
*/

.single-post .ct-related-posts-container::after
{
	content:"";
	position:absolute;
	width:1px;
	height:120px;
	background:rgba(255, 192, 203, 0.55);
	z-index:1;
	
	top:141px;
	right:3px;
	
	box-shadow:-2px 0px 2px rgba(250, 250, 140, 0.96);
	
	background-image:linear-gradient(rgba(32, 178, 170, 0.1));
	background-repeat:no-repeat;
	background-size:1px 42px;
}



/* [si]ngle post keuzemenu  
   achtergrond notatieArchive */

.single-post .ct-related-posts-container .ct-container
{
	
	padding:20px;
	border-top:groove 2px rgba(255, 255, 224, 0.63);
	border-bottom:inset 2px rgba(170, 160, 230,0.7);
	filter:drop-shadow(0px 10px 0px  rgba(255, 182, 193,0.5));

	background-size:100px 100px;
	background-position:bottom right;
	
	
	background-color:rgba(135,206,250,0.5);	
	
	 filter:brightness(1.1);
	 filter:contrast(1.05);
	
}


/* [si]ngle post keuzemenu xtra  
   midden achtergrond blueXtone
*/

.single-post .ct-related-posts-container .ct-container::before
{
	content:"";
	position:absolute;
	
	width:100%;
	height:75px;
	
	top:0;
	left:0;
	
	background-image:linear-gradient(160deg,lightcyan,lightpink 60%,lightcyan 110%);
	
	filter:hue-rotate(240deg);
	
	box-shadow:0px 1px 5px rgba(219, 112, 147, 0.55), -3px 0px 4px rgba(144, 238, 144, 0.34),3px 0px 4px rgba(144, 238, 144, 0.34);
}


/* [si]ngle post keuzemenu xtraz  
   midden achtergrond blueXtone
*/

.single-post .ct-related-posts-container .ct-container::after
{
	
	content:"";
	position:absolute;
	
	width:100%;
	height:70px;
	
	top:-13px;
	left:0;
	
	background-image:linear-gradient(90deg,darkgreen,lightcyan);
	background-size:2px 100%,50px 50px;
	background-repeat:repeat-x;
	
	opacity:0.08;

	filter:hue-rotate(290deg);	
	
}


/* [si]ngle post keuzemenu 
   related posts
   mainOverlay funkshinez
*/

.single-post #main .ct-container
{
	
		background-image:linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(231, 226, 228, 1) 50%, rgba(152, 241, 230, 0.25) 100%),linear-gradient(rgba(255, 218, 185, 0.75)),linear-gradient(rgba(255, 218, 185, 0.75));
	
	background-size:100% 100%,2px 100%,2px 100%;
	
	background-position:top left,bottom left,bottom right;
	
	background-repeat:repeat,no-repeat,no-repeat;

	padding-left:25px;
	padding-right:25px;
	box-shadow:-3px 0px 13px rgba(32,178,170,0.2), 3px 0px 13px  rgba(32,178,170,0.2);
	outline:solid 1px rgba(138, 160, 170, 0.25);
	
	margin-top:10px;
	
}


/* [si]nglepost footerkeuzemenu  
   kleurbg notatieArchive

   kleur met hue-rotate complete
   pagina, niets langer klikbaar.
*/

.single-post #main
{
	background-color:rgba(140, 110, 190, 0.4);
	
	/* ??? */
	/* ihashue */
}



/* [si]nglepost 
   footerkeuzemenu patroon 
   notatieArchive
   
   smooth?? sharp??
   brightness(1) contrast(0.5)
*/

.single-post #main::before 
{
	
	content:"";
	position:absolute;
	width:100%;
	height:260px;
	bottom:0px;
	left:0px;
 background-image: repeating-linear-gradient(45deg, transparent 4px 40px, aqua 45px 1px, transparent 16px 30px),
                        repeating-linear-gradient(-45deg, transparent 0 13px, orchid 2px 17px, transparent 1px 40px), linear-gradient(rgba(20, 230, 250, 0.5)),linear-gradient(rgba(20, 150, 210, 1)),linear-gradient(rgba(75,175,200,1)),linear-gradient(180deg,rgba(153, 50, 204, 0.15) 10% 10%,rgba(64, 224, 208, 0.1) 40%,rgba(153, 50, 204, 0.35));

	background-size:200px 160px,200px 160px,100% 2px,100% 5px,100% 2px,100% 100%;
	
	background-repeat:repeat,repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat;
	
	background-position:0px,0px,0px 3px,0px 252px,0px 248px;
	
	
	
	filter:drop-shadow(-1px 2px 0px purple);
	
	/* brightness(1) contrast(0.5) */
	
	background-blend-mode:multiply;
	opacity:0.07;
	z-index:1;
	
}


/* [si]nglepost footerkeuzemenu  
   patroonkleur notatieArchive
*/

.single-post #main::after
{
	
	content:"";
	position:absolute;
	width:100%;
	height:260px;
	bottom:0px;
	left:0px;
	
  z-index:2;
	
	opacity:0.17;
	
	background-image:linear-gradient(red,cyan,violet,yellowgreen);
	background-size:1px 2px;
	background-position:0px 0px;
  
	filter:brightness(3.5);
	
	background-blend-mode:exclusion;
  background-color:pink;
  
	transform:translatey(5px);
	
}



/* headerbar patroon overlay 
   verticaalGestreept ALLPAGES
*/

.single-post::after
{
	
  content:"";
	position:absolute;
	width:100%;
	height:73px;
	background:linear-gradient(90deg,lightyellow 30%,lightgreen 45%,pink 80%);
	
	bottom:0;
	left:0;
	
	background-size:10px 73px;
	background-repeat:repeat-x;
	
	filter:contrast(1.75);

	opacity:0.23;
	
	/* voeg toe aan alle pagina's */
}

.blog::after
{
	
	content:"";
	position:absolute;
	width:100%;
	height:73px;
	background:linear-gradient(90deg,lightyellow 30%,lightgreen 45%,pink 80%);
	
	bottom:0;
	left:0;
	
	background-size:10px 73px;
	background-repeat:repeat-x;
	
	filter:contrast(1.75);

	opacity:0.23;
	
}

.robo::after
{
	
	content:"";
	position:absolute;
	width:100%;
	height:73px;
	background:linear-gradient(90deg,lightyellow 30%,lightgreen 45%,pink 80%);
	
	bottom:0;
	left:0;
	
	background-size:10px 73px;
	background-repeat:repeat-x;
	
	filter:contrast(1.75);

	opacity:0.23;
	
}

.search::after
{
	
	content:"";
	position:absolute;
	width:100%;
	height:73px;
	background:linear-gradient(90deg,lightyellow 30%,lightgreen 45%,pink 80%);
	
	bottom:0;
	left:0;
	
	background-size:10px 73px;
	background-repeat:repeat-x;
	
	filter:contrast(1.75);

	opacity:0.23;
	
}


/* [si]ngle-post keuzemenu  
   decoratie NIGHTRIDER
*/

.single-post .ct-related-posts-container .ct-container .ct-module-title
{
	padding-bottom:21px;
	padding-left:20px;
	font-size:20px;
	letter-spacing:2px;
	font-variant:small-caps;
	transform:scale(1,0.8);
	font-weight:100;
	
	

	text-decoration:underline;
	text-decoration-thickness:1px;
	text-underline-offset:6px;
	text-decoration-color:rgba(219, 112, 147, 0.35);
	color:rgba(255, 182, 193, 0.75);
	text-shadow:1px 1px 1px paleturquoise;

	filter:drop-shadow(1px 1px rgba(0, 255, 255, 1));
	
	background-image:linear-gradient(pink),url('http://flippant.eu/wp-content/uploads/2025/09/bounzecs4.png');
	background-size: 247px 1px, 25px 25px;
	background-repeat:no-repeat,no-repeat;
	background-position:bottom 18px left 19px,top 3px left -20px;
	
	
	
}


/* [si]ngle-post keuzemenu  
   decoratie 
*/

.single-post .ct-related-posts-container .ct-container .ct-module-title::after
{
	content:"";
	position:absolute;
	filter:drop-shadow(-1px 1px 2px floralwhite);
	width:100%;
	height:100%;
	top:-10px;
	left:0px;

	box-shadow:0px 1px 0px lightslategray;
	
	
	transform:scalex(1.040);
	
	opacity:0.15;
}

/* [si]ngle-post keuzemenu  
   decoratie 
*/

.single-post .ct-related-posts-container .ct-container .ct-module-title::before
{
	content:"";
	position:absolute;
	filter:drop-shadow(-1px -1px 2px palevioletred);
	width:100%;
	height:100%;
	top:-93px;
	left:0px;

	box-shadow:0px -1px 0px darkturquoise;
	

	background-image:linear-gradient(180deg,rgba(153, 50, 204, 0.4) 10%,rgba(255, 0, 0, 0.25) 20%,rgba(255, 255, 224, 0.4) 90%);
	
	background-position:0px 5px;
	
	transform:scale(1.028,-1);
	
	opacity:0.2;	
}

/* [si]nglepost keuzemenu button  
   decoratie 
*/

.single-post .ct-related-posts-container .ct-container .type-post
{
	padding:5px;
	
	border:ridge 2px rgba(255, 245, 238, 0.5);
	filter:drop-shadow(3px 3px 4px lightsteelblue);
	border-bottom:inset 2px rgb(255, 250, 240,0.5);
	border-top:inset 1px floralwhite;
	box-shadow:4px 7px 3px rgba(160,200,153,0.5),-1px 0px 3px lightskyblue,1px 0px 3px lightgreen,-3px -2px 8px rgba(224,255,255,0.75), 0px -5px 50px rgba(152,251,152,0.35);
	height:76%;
	outline:ridge 2px rgba(250,238,238,0.35);
	opacity:0.75; 
}


/* [si]nglepost keuzemenu button 
   textdecoratie 
*/

.single-post .ct-related-posts-container .ct-container .type-post h4 
{
	
	font-weight:400;
	text-shadow:2px 1px 1px rgba(100,50,240,0.55), 2px 1px 1px rgba(46,125,100,0.75), -1px -1px 1px rgba(154, 205, 50, 0.75);
	
	padding-left:10px;
	padding-top:30px;
	margin-top:-3px;
	display:inline-block;

	color:rgba(30,215,235);
	
	letter-spacing:4px;
	
	filter:brightness(1.05) contrast(1.25) sepia(0.25)  drop-shadow(-1px 1px 0px rgba(128,128,250,0.63)) drop-shadow(-1px 1px rgba(255, 250, 240, 0.88)) drop-shadow(1px -1px rgba(255, 182, 193, 0.9)) drop-shadow(0px 0px 1px rgba(70, 130, 180, 0.85)) drop-shadow(1px 1px rgba(240, 232, 170, 0.8)) hue-rotate(40deg) drop-shadow(1px 4px 2px rgba(173, 216, 230, 0.66)) saturate(0.9);
	
	transform:translatey(-3px);
}

.single-post .ct-related-posts-container .ct-container .type-post h4 a
{
	transition:text-shadow 0.75s ease-out, color 0.5s ease-in;
}

.single-post .ct-related-posts-container .ct-container .type-post h4 a:hover
{
	color:darkcyan;
	filter:hue-rotate(180deg) saturate(0.2);
	
	text-shadow:-2px -1px lime, 1px 1px magenta;
	
		transition: color 0.5s ease-out, text-shadow 0.75s ease-in;
}


/* [si]nglepost keuzemenu 
   button vormgeving ADDON
*/


.single-post .ct-related-posts-items article div.hover-addon::after
{
	
	  content: "";
    position: absolute;
    width: 366px;
    height: 98px;
   
    top: -4px;
    left: -5px;
	
	
	  background-image:linear-gradient(mediumseagreen);
	
	  background-size:0px 1px;
	  background-repeat:no-repeat;
	  background-position:bottom 8px right 7px;
	
		transition:background-size 1s ease-in;
	
		filter:drop-shadow(0px 1px cyan) hue-rotate(130deg) saturate(1.25);
	
	opacity:0.35;
	
	pointer-events:none;
	
}


/* [si]nglepost notatieArchive
   buttonStyling fillerDynamic 
*/

.single-post .ct-related-posts-items article div.hover-addon:hover::after
{
	  content: "";
    position: absolute;
    width: 366px;
    height: 98px;
   
    top: -4px;
    left: -5px;
	
	
	  background-image:linear-gradient(lightseagreen);
	
	  background-size:220px 1px;
	  background-repeat:no-repeat;
	  background-position:bottom 8px right 7px;
	
	  transition:background-size 1s ease-out;
	
	  filter:drop-shadow(0px 1px cyan) hue-rotate(230deg) saturate(1.5);
	
	  opacity:0.4;
	
}


/* [si]nglepost keuzemenu 
   notatieArchive button Decoratie
*/

.single-post .ct-related-posts-items article
{
			background-image:linear-gradient(160deg,rgba(50, 112, 155,0.15) 60%,rgba(190, 170, 190,0.45) 61%,rgba(255, 250, 210,0.45) 83%,rgba(155, 90, 225,0.71) 115%),linear-gradient(90deg,lightyellow 20%,lightyellow),linear-gradient(90deg,rgba(238, 130, 238, 0.15) 40%,rgba(0, 255, 255, 0.1)),linear-gradient(90deg,greenyellow 15% ,rgba(0,180,255,0.85) 90%),linear-gradient(90deg,rgba(0,128,0,0.55) 30%,lightyellow 50%,rgba(255, 50, 255,0.75) 140%),linear-gradient(180deg,rgba(0,255,255,0.5) 40%,rgba(255, 250, 240, 0.25) 55%),url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='30'%20height='30'%3E%3Crect%20x='29'%20y='0'%20width='1'%20height='30'%20fill='rgba(255, 255, 0, 0.75)'/%3E%3Crect%20x='0'%20y='29'%20width='30'%20height='1'%20fill='rgba(255, 255, 0, 0.66)'/%3E%3C/svg%3E"),
url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='195'%20height='3'%3E%3Crect%20x='0'%20y='0'%20width='3'%20height='2'%20fill='rgba(219,112,147,0.15)'/%3E%3Crect%20x='5'%20y='0'%20width='3'%20height='2'%20fill='rgba(219,112,147,0.25)'/%3E%3Crect%20x='10'%20y='0'%20width='3'%20height='2'%20fill='rgba(219,112,147,0.25)'/%3E%3Crect%20x='15'%20y='0'%20width='3'%20height='2'%20fill='rgba(219,112,147,0.35)'/%3E%3Crect%20x='20'%20y='0'%20width='3'%20height='2'%20fill='rgba(219,112,147,0.25)'/%3E%3Crect%20x='25'%20y='0'%20width='3'%20height='2'%20fill='rgba(219,112,147,0.35)'/%3E%3Crect%20x='30'%20y='0'%20width='3'%20height='2'%20fill='rgba(219,112,147,0.25)'/%3E%3Crect%20x='35'%20y='0'%20width='3'%20height='2'%20fill='rgba(219,112,147,0.35)'/%3E%3Crect%20x='40'%20y='0'%20width='3'%20height='2'%20fill='rgba(219,112,147,0.25)'/%3E%3Crect%20x='45'%20y='0'%20width='3'%20height='2'%20fill='rgba(219,112,147,0.35)'/%3E%3Crect%20x='50'%20y='0'%20width='3'%20height='2'%20fill='rgba(219,112,147,0.25)'/%3E%3Crect%20x='55'%20y='0'%20width='3'%20height='2'%20fill='rgba(219,112,147,0.35)'/%3E%3Crect%20x='60'%20y='0'%20width='3'%20height='2'%20fill='rgba(219,112,147,0.25)'/%3E%3Crect%20x='65'%20y='0'%20width='3'%20height='2'%20fill='rgba(219,112,147,0.35)'/%3E%3Crect%20x='70'%20y='0'%20width='3'%20height='2'%20fill='rgba(219,112,147,0.25)'/%3E%3Crect%20x='75'%20y='0'%20width='3'%20height='2'%20fill='rgba(219,112,147,0.35)'/%3E%3Crect%20x='80'%20y='0'%20width='3'%20height='2'%20fill='rgba(219,112,147,0.25)'/%3E%3Crect%20x='85'%20y='0'%20width='3'%20height='2'%20fill='rgba(219,112,147,0.35)'/%3E%3Crect%20x='90'%20y='0'%20width='3'%20height='2'%20fill='rgba(219,112,147,0.25)'/%3E%3Crect%20x='95'%20y='0'%20width='3'%20height='2'%20fill='rgba(219,112,147,0.35)'/%3E%3Crect%20x='100'%20y='0'%20width='3'%20height='2'%20fill='rgba(219,112,147,0.25)'/%3E%3Crect%20x='105'%20y='0'%20width='3'%20height='2'%20fill='rgba(219,112,147,0.35)'/%3E%3Crect%20x='110'%20y='0'%20width='3'%20height='2'%20fill='rgba(219,112,147,0.25)'/%3E%3Crect%20x='115'%20y='0'%20width='3'%20height='2'%20fill='rgba(219,112,147,0.35)'/%3E%3Crect%20x='120'%20y='0'%20width='3'%20height='2'%20fill='rgba(219,112,147,0.25)'/%3E%3Crect%20x='125'%20y='0'%20width='3'%20height='2'%20fill='rgba(219,112,147,0.35)'/%3E%3Crect%20x='130'%20y='0'%20width='3'%20height='2'%20fill='rgba(219,112,147,0.25)'/%3E%3Crect%20x='135'%20y='0'%20width='3'%20height='2'%20fill='rgba(219,112,147,0.35)'/%3E%3Crect%20x='140'%20y='0'%20width='3'%20height='2'%20fill='rgba(219,112,147,0.25)'/%3E%3Crect%20x='145'%20y='0'%20width='3'%20height='2'%20fill='rgba(219,112,147,0.35)'/%3E%3Crect%20x='150'%20y='0'%20width='3'%20height='2'%20fill='rgba(219,112,147,0.25)'/%3E%3Crect%20x='155'%20y='0'%20width='3'%20height='2'%20fill='rgba(219,112,147,0.35)'/%3E%3Crect%20x='160'%20y='0'%20width='3'%20height='2'%20fill='rgba(219,112,147,0.25)'/%3E%3Crect%20x='165'%20y='0'%20width='3'%20height='2'%20fill='rgba(219,112,147,0.35)'/%3E%3Crect%20x='170'%20y='0'%20width='3'%20height='2'%20fill='rgba(219,112,147,0.25)'/%3E%3Crect%20x='175'%20y='0'%20width='3'%20height='2'%20fill='rgba(219,112,147,0.35)'/%3E%3Crect%20x='180'%20y='0'%20width='3'%20height='2'%20fill='rgba(219,112,147,0.25)'/%3E%3Crect%20x='185'%20y='0'%20width='3'%20height='2'%20fill='rgba(219,112,147,0.35)'/%3E%3Crect%20x='190'%20y='0'%20width='3'%20height='2'%20fill='rgba(219,112,147,0.25)'/%3E%3C/svg%3E"),linear-gradient(270deg, rgba(34, 139, 34, 0.8) 40%,rgba(138, 43, 226, 0.4) 80%),url('http://flippant.eu/wp-content/uploads/2025/08/atbbg.png'),url('http://flippant.eu/wp-content/uploads/2025/08/atbbg2.png'),linear-gradient(rgba(240, 250, 175, 0.85)),linear-gradient(rgba(255, 215, 255, 0.55));
	
	

	
	background-repeat:no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat;
	

	
	background-size:100% 100%, 100% 2px, 100% 1px, 75% 1px, 35% 1px, 225px 3px, 30px 30px, 230px 2px,255px 1px,172px 64px,225px 13px,100% 1px,100% 4px;
	

	
	background-position:top left,0px 2px,0px 6px, 155px 77px, 0px 69px,bottom 4px right,top 38px right 3px, top 88px right 0px, top 69px right,top 3px right,top 74px right, top 7px right, top 1px right;
	
	border-bottom:inset 1px rgba(135, 206, 250,0.75);
	
	border-left:double 4px rgba(215, 192, 203,0.75);
	border-right:solid 1px lightpink;
	border-top:solid 1px yellow;
	
	box-shadow:0px 1px 2px yellowgreen, 0px 1px 0px silver, 0px -2px 0px rgba(143, 188, 143,0.75);
	
	filter:contrast(0.97) brightness(0.97) saturate(1.35);
	
}



/* [si]nglepost keuzemenu 
   notatieArchive button Decoratie
   pseudo styling
*/

.single-post .ct-related-posts-items article::before
{
	
	content:"";
	position:absolute;
	
	width:100%;
	height:75%;
	
	background-image:url('http://flippant.eu/wp-content/uploads/2025/08/atbbg.png');
	background-repeat:no-repeat;
	background-size:2px 4px;
	background-position:top 3px right 2px;
	
 mix-blend-mode:color;
	
	filter:hue-rotate(130deg) saturate(2) brightness(0.95) contrast(1.15) drop-shadow(0px 0px 5px rgba(230, 210, 75, 0.35));
	
	opacity:0;
		transition:background 0.8s ease-in,filter 0.5s ease,opacity 0.7s ease-in;

}

/* [si]nglepost keuzemenu 
   notatieArchive button Decoratie
   pseudo styling HOVER
*/

.single-post .ct-related-posts-items article:hover::before
{
	
	content:"";
	position:absolute;
	
	width:100%;
	height:75%;
	
	background-image:url('http://flippant.eu/wp-content/uploads/2025/08/atbbg.png');
	background-repeat:no-repeat;
	background-size:172px 64px;
	background-position:top 3px right 2px;
	
  mix-blend-mode:saturation;
	
	filter:hue-rotate(230deg) saturate(5) brightness(0.95) contrast(1.15) drop-shadow(0px 0px 5px rgba(230, 210, 75, 0.35));
	
	opacity:0.63;
	
	transition:background 1.95s ease-out,filter 0.5s ease, opacity 0.55s ease-out;
	


	pointer-events:none;
	
	z-index:1;

}


/* [si]nglepost keuzemenu 
   notatieArchive button Decoratie
   pseudo styling LINK
*/

.single-post .ct-related-posts-items article a::after
{
	
	content:"";
	position:absolute;

	width:360px;
	height:70px;
	
	top:0;
	left:-10px;
	
	cursor:pointer;
	
}

/* [si]nglepost keuzemenu 
   notatieArchive button Decoratie
   pseudo styling LINK HOVER
*/

.single-post .ct-related-posts-items article a:hover::after
{
	
	content:"";
	position:absolute;

	width:360px;
	height:70px;
	
	top:-31px;
	left:-20px;
	
}

/* [si]nglepost keuzemenu 
   notatieArchive button Decoratie
   pseudo styling BUTTON
*/

.single-post .ct-related-posts-items article::after
{
	content:"";
	position:absolute;
	
	width:100%;
	height:20%;
	
	left:0px;
	
	background-image:linear-gradient(90deg,rgba(255, 215, 0, 0.55) 40%,rgba(224, 255, 255, 0.35) 50%),linear-gradient(90deg,rgba(255, 215, 0, 0.55) 40%,rgba(224, 255, 255, 0.35) 50%);
	background-size:85px 1px,140px 1px;
	background-repeat:no-repeat,no-repeat;
	background-position:bottom 2px left 8px,bottom 2px left 140px;
	
	mix-blend-mode:saturation;
	
	filter:saturate(3) drop-shadow(0px 2px rgba(0, 255, 0, 0.4)); 
	
	opacity:0.55;
	
	
}


/* [si]nglepost 
   keuzemenu titeltext decoratie 
   
   Gerelateerde BERICHTEN

*/

.single-post .ct-related-posts-items::after
{
	content:"Gerelateerde berichten";
	position:absolute;
	top:20px;
	left:45px;
	
	font-size:20px;
	letter-spacing:2px;
	font-variant:small-caps;
	font-weight:100;
	transform:scale(1,0.85);
	
  
	opacity:0.2;
}

/* [si]nglepost keuzemenu 
   titeltext decoratietwee            [Overlay]  
   Gerelateerde BERICHTEN
*/

.single-post .ct-related-posts-items::before
{
	
	content:"Gerelateerde berichten";
	position:absolute;
	top:20px;
	left:46px;
	
	font-size:20px;
	letter-spacing:2px;
	font-variant:small-caps;
	font-weight:100;
	transform:scale(1,0.85);
	color:rgba(153, 50, 204, 0.35);
  
	opacity:0.28;
	
	
	background-size:100% 2px;
	background-repeat:no-repeat;
	background-position:bottom 1px left 1px;
	background-image:linear-gradient(yellow);
	
}



.single-post .ct-related-posts-container .ct-container .type-post .ct-meta-element-date
{
	display:none;
}



































/* [hi]scl styling */

/* [hi]scl borderSet1 */

.home .entry-content::before
{	
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 67px; 
  height: 100%;

 background:
    linear-gradient(-90deg,rgba(211,211,211,0.35),rgba(135,206,235,0.35)),
    linear-gradient(90deg,rgba(224,255,255,0.55),rgba(255,255,224,0.25)),
    linear-gradient(rgba(255, 182, 193,0.25)),
    linear-gradient(yellowgreen),
    linear-gradient(rgba(100,80,210,0.25),rgba(0,255,0,0.25)),
    linear-gradient(purple,lightgoldenrodyellow 25%,rgba(0,0,0,0) 30%),
    linear-gradient(-45deg,transparent 0%,rgba(105,206,250,0.55) 55%,rgba(105,106,250,0.55) 45%,transparent 45%),
    linear-gradient(45deg,transparent 0%,rgba(255,255,224,0.7) 55%,rgba(255,255,224,0.7) 35%,transparent 35%),
    linear-gradient(rgba(135,206,250,0.4)),
    linear-gradient(rgba(250,160,160,0.7)),linear-gradient(rgba(154,205,50,0.6)),linear-gradient(rgba(107, 202, 226,0.3));
  background-repeat: repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat-y, repeat-y, repeat-y, no-repeat, no-repeat, no-repeat, repeat-y;
  background-size: 100% 100%, 50px 100%,8px 100%, 1px 100%, 3px 100%, 20px 3px, 35px 35px, 15px 40px, 5px 100%, 2px 100%, 1px 100%, 3px 100%;
  background-position: top left 10px, top left 1px, top left 3px, top left 54px, top left 20px, top left 15px, 20px 25px, 5px 0px, 60px 0px, 5px 0px, 33px 0px,56px 0px;
	
	
  transform: scaleX(-1);
  pointer-events: none;
	background-blend-mode:color-dodge;
	filter:contrast(110%);
	
	box-shadow:1px 0px 5px lightyellow;

  filter:drop-shadow(-1px 0px 5px  rgba(230,230,230,0.75));
	
	
	

	
}


.home .entry-content::after
{	
	
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 67px; 
  height: 100%;

 background:
    linear-gradient(-90deg,rgba(211,211,211,0.35),rgba(135,206,235,0.35)),
    linear-gradient(90deg,rgba(224,255,255,0.55),rgba(255,255,224,0.25)),
    linear-gradient(rgba(255, 182, 193,0.25)),
    linear-gradient(yellowgreen),
    linear-gradient(rgba(100,80,210,0.25),rgba(0,255,0,0.25)),
    linear-gradient(purple,lightgoldenrodyellow 25%,rgba(0,0,0,0) 30%),
    linear-gradient(-45deg,transparent 0%,rgba(105,206,250,0.55) 55%,rgba(105,106,250,0.55) 45%,transparent 45%),
    linear-gradient(45deg,transparent 0%,rgba(255,255,224,0.7) 55%,rgba(255,255,224,0.7) 35%,transparent 35%),
    linear-gradient(rgba(135,206,250,0.4)),
    linear-gradient(rgba(250,160,160,0.7)),linear-gradient(rgba(154,205,50,0.6)),linear-gradient(rgba(107, 202, 226,0.3));
  background-repeat: repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat-y, repeat-y, repeat-y, no-repeat, no-repeat, no-repeat, repeat-y;
  background-size: 100% 100%, 50px 100%,8px 100%, 1px 100%, 3px 100%, 20px 3px, 35px 35px, 15px 40px, 5px 100%, 2px 100%, 1px 100%, 3px 100%;
  background-position: top left 10px, top left 1px, top left 3px, top left 54px, top left 20px, top left 15px, 20px 25px, 5px 0px, 60px 0px, 5px 0px, 33px 0px,56px 0px;
	
	
  transform: scaleX(1);
  pointer-events: none;
	background-blend-mode:color-dodge;
	filter:contrast(110%);
	
	
	box-shadow:1px 0px 5px lightyellow;


  filter:drop-shadow(-1px 0px 5px  rgba(230,230,230,0.75));
	margin-right:2px;
	
}


/* V2 compleet commentaar */

/* robo xyz
*/


/* [ro]bo footer overlay */

.robo .site-main::before
{
	
	position:absolute;
	content:"";
	width:100%;
	height:77px;
	bottom:-3px;

	
	z-index:1;
	
	background-image:linear-gradient(180deg,lightyellow 10%,turquoise 50%, darkcyan 1000%);
	

	mix-blend-mode:lighten;
	opacity:0.5;
	

	filter:hue-rotate(40deg) saturate(2.3) contrast(0.95) brightness(0.99);
	
}

/* [ro]bo footer decoratie */

.robo .site-main::after
{
	position:absolute;
	content:"";
	width:110%;
	height:77px;
	bottom:-3px;
	left:-10px;
	
	background-repeat:repeat-x,repeat-x,repeat-x,no-repeat,no-repeat,no-repeat;
	
	background-size:5px 40px, 3px 20px, 5px 15px,100% 15px,100% 1px,100% 2px;
	
	background-image:repeating-linear-gradient(
  to right,
  rgba(255,255,255,0.5) 0px,
  rgba(0,255,255,0.5) 1px,
  transparent 1px,
  transparent 5px,
  rgba(255,255,255,0.5) 5px,
  rgba(0,255,255,0.5) 6px
),repeating-linear-gradient(
  to right,
  rgba(0,255,0,0.35) 0px,
  rgba(0,255,0,0.35) 1px,
  transparent 1px,
  transparent 5px,
  rgba(0,255,255,0.35) 5px,
  rgba(0,255,255,0.35) 6px
),repeating-linear-gradient(to right,
cyan,
	cyan,
	transparent 1px,
	transparent 5px,
	cyan,
	cyan),linear-gradient(180deg,black 25%,cyan 90%),linear-gradient(90deg,rgba(154, 205, 50, 0.2)),linear-gradient(90deg,rgba(154, 205, 50, 0.15));
	
	background-position:1px 17px, 1px 57px, 20px -6px,0px 3px,0px 20px,0px 58px;
	
	
  mix-blend-mode:luminosity;
	
	/* cewl */
	
	filter:invert(1) saturate(8)  drop-shadow(13px 0px lightgreen) ;
	
	opacity:0.85;
	
}


/* [ro]bo footerGloss xtra */

.robo .ct-drawer-canvas::before
{
	content:"";
	position:absolute;
	
	bottom:0px;
	left:0px;
	width:100%;
	height:73px;
	
	z-index:1;
	
	background-image:linear-gradient(180deg,palegoldenrod 10%,rgba(224, 255, 255, 0.5) 30%,cyan 60%,yellow 40%, silver 90%, pink 2%),linear-gradient(lightblue),linear-gradient(180deg,palegoldenrod 10%,pink 30%,rgba(0, 0, 139, 0.17)  60%,yellow 40%, silver 90%, pink 2%),linear-gradient(lightblue),linear-gradient(rgba(224, 255, 255, 1)),linear-gradient(lightgreen),linear-gradient(rgba(255, 250, 240, 0.55)),linear-gradient(rgba(144, 238, 144, 0.75));
	
	background-size:100% 2px, 100% 1px, 100% 1px, 100% 1px,100% 1px, 100% 1px;
	
	background-repeat:no-repeat;
	
	background-position:0px 4px, 0px 15px, 0px 10px, 0px 12px, 0px 15px, 0px 17px,0px 57px,0px 53px;
	
	
	opacity:0.35;
	

 
  transform:scaley(1);
	
}


/* [ro]bo footer kleurSprayOverlay */

.robo_ID body::before
{
	content:"";
	position:absolute;
	width:100%;
	height:73px;
	bottom:0px;
	left:2px;
	
 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='100'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='20%' stop-color='blueviolet'/%3E%3Cstop offset='40%' stop-color='violet'/%3E%3Cstop offset='120%' stop-color='silver'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect x='0' y='0' width='4' height='100' fill='url(%23g)' /%3E%3C/svg%3E"),linear-gradient(180deg, rgba(255, 255, 0, 0.35), rgba(255, 192, 203, 0.35), rgba(144, 238, 144, 0.35) 130%);
;
  background-repeat: repeat-x,no-repeat,no-repeat;
  background-size: 5px 58px, 100% 17px,  100% 15px;
	
 background-position:0px 0px,0px 53px;
	
	
	filter:contrast(1.75) brightness(1.05) hue-rotate(70deg) saturate(1.25);
	
	/* iamhue */
	
	opacity:0.75;
	
	z-index:-1;
}





/* [ro]bo decoratie maincontainer */

.robo #main-container::after
{
	
	content:"";
	position:absolute;
	width:100%;
	height:calc(100% - 467px);
	
	top:390px;
	
	background-image:linear-gradient(160deg,rgba(255,255,255,0.5) 15%, rgba(224, 255, 255,0.5)  10% ,rgba(250,250,210,0.5) 70%,rgba(224, 255, 255,0.5) 80%, rgba(255,255,255,0.5) 5%),linear-gradient(60deg,rgba(250,250,210,0.25),rgba(135,206,250,0.3)),linear-gradient(130deg,rgba(28,28,128,0.1) 20% ,rgba(255,255,255,0.2) 70%,rgba(28,28,128,0.1) 4%),linear-gradient(rgba(0,0,139,0.25),rgba(250,250,210,0.85));
	
	background-color:rgba(255,182,193,0.35);
	background-size:25px 40px, 20px 20px,175px 300px, 1px 2px;
	background-blend-mode:screen;
	

	transform:rotate(180deg);
	
	z-index:-1;
	

}



.robo .ct-container-full
{
	margin-top:2px;
}


/* [ro]bo header outlineOnder */

.robo .ct-header 
{
	outline:2px solid rgba(140, 178, 80, 0.25);
	outline-offset:6px;
}


/* inclusief border schermbreed */

.robo #header 
{
	
	border-top:solid 4px rgba(130, 175, 240,0.3);
	
	box-shadow:0px 1px 2px rgba(175, 215, 170,0.5) , 0px 6px 10px rgba(250, 240, 190,0.1), 0px 5px 2px rgba(55,200,175,0.1),0px 1px 0px rgba(200, 215, 255, 0.8);
	border-bottom:outset 6px rgba(224, 255, 255, 0.05);
	filter:drop-shadow(0px -1px 0px  rgba(196,216,222,1));

  
	padding-bottom:4px;
	margin-bottom:7px;
	
	background-image:linear-gradient(
  90deg,
  rgba(245, 250, 250, 0.75) 20%,       /* pink */
  rgba(235, 230, 240, 0.55) 43%,       /* peachpuff */
  rgba(200, 240, 230, 0.75) 52%,       /* floralwhite */
  rgba(245, 250, 250, 0.75) 80%        /* pink again */
),linear-gradient(
  90deg,
  rgba(225, 235, 200, 0.43) 20%,   /* lightyellow */
  rgba(255, 250, 190, 0.36) 50%,       /* red */
  rgba(190, 210, 100, 0.25) 90%          /* black */
),linear-gradient(90deg,rgba(255, 233, 240, 0.75),floralwhite,rgba(255, 233, 240, 0.75)),linear-gradient(
  90deg,
  rgba(218, 112, 214, 0.35) 50%,
  rgba(0, 0, 139, 0.5) 90%,
  rgba(255, 0, 255, 0.4) 150%
);
	
	background-repeat:no-repeat,repeat-x,no-repeat,repeat-x;
	
	background-size:100% 8px, 4px 6px,100% 1px,4px 1px;
	
	background-position:bottom -5px  left, bottom -6px left,bottom 3px  left,bottom 0px right;
	
  background-clip:border-box;	
}



/* cnt */

/* [ro]bo tussenruimte decoratie 
   bovenkant 
*/

.robo #page-top::before
{
  content:"";
	position:absolute;
	width:1288px;
	height:45px;
	left:50%;
	top:390px;
	margin:0 auto;
	
	transform:translatex(-50%);
}

/* [ro]bo topBorder decoratie */

.robo #page-top::after
{
	
	content:"";
	position:absolute;
	width:1288px;
	height:45px;
	left:50%;
	top:390px;
	margin:0 auto;
	margin-top:2px;
	
	transform:translatex(-50%) scaley(-1);
	
	z-index:1;
	
	border-left:groove 2px 	rgba(190, 190, 255, 0.1);
	border-right:groove 2px 		rgba(190, 190, 255, 0.1);
	border-bottom:outset 8px rgba(120, 250, 10, 0.25);
	
	border-top:inset 1px rgba(127, 255, 212, 0.35);
	
	box-shadow:-2px 0px 0px 	rgba(120, 205, 170, 0.15),2px 0px 0px rgba(120, 205, 170, 0.15), 0px 2px 0px 	rgba(150, 175, 125, 0.15), 0px 1px 0px rgba(75,200,100,0.1),-1px 0px 0px rgba(255, 0, 170, 0.35),1px 0px 0px rgba(255, 0, 170, 0.35),0px -1px 0px greenyellow;
	
	opacity:0.1;
	
	background-image:linear-gradient(rgba(255,255,0,0.25)),linear-gradient(rgba(255,255,0,0.25)),linear-gradient(rgba(155,55,150,0.1)),linear-gradient(rgba(150,195,25,0.15)),linear-gradient(rgba(255,255,0,0.2));
	
	background-repeat:no-repeat,no-repeat,no-repeat,no-repeat,no-repeat;
	background-position:top left,top right,top 25px right, top 30px right,top 5px left;
	background-size:2px 100%,2px 100%, 100% 10px, 100% 1px, 100% 13px;
	background-clip:content-box;
	
	filter:brightness(0.35) contrast(0.25) hue-rotate(-20deg) saturate(50);
	/* ???? */
}



/* [ro]bo swoosh */

.robo .ct-container-full
{
	
	background-image:linear-gradient(160deg,rgba(255,255,255,0.5) 15%, rgba(224, 255, 255,0.5)  10% ,rgba(250,250,210,0.5) 70%,rgba(224, 255, 255,0.5) 80%, rgba(255,255,255,0.5) 5%),linear-gradient(60deg,rgba(250,250,210,0.25),rgba(135,206,250,0.3)),linear-gradient(130deg,rgba(28,28,128,0.1) 20% ,rgba(255,255,255,0.2) 70%,rgba(28,28,128,0.1) 4%),linear-gradient(rgba(0,0,139,0.25),rgba(250,250,210,0.85));
	
	background-color:rgba(255,182,193,0.35);
	background-size:25px 40px, 20px 20px,175px 300px, 1px 2px;

	background-blend-mode:screen;
	
	max-height:10000px;
	
	/* addon */
	
	/* deze voor footer overlay */
	
	border-bottom:ridge 10px rgba(175,230,225,0.13);
	box-shadow:0px -1px 15px  rgba(150, 150, 190,0.5),0px 2px 0px lightyellow, 0px 3px 0px rgba(235, 195, 250,0.2);
	
	
	
}






/* [ro]bo kleurvlak links styling */

.robo #main .ct-container-full::before
{
	
	content:"";
	position:absolute;
	width:10%;
	height:calc(100% - 468px);
	top:390px;
	left:0;
	
	background-image:linear-gradient(90deg,magenta,darkcyan,darkblue 110%),linear-gradient(90deg,gold 20%,lightpink 70%,lightblue),repeating-linear-gradient(30deg,rgba(255,100,235,0.37) 25%,rgba(0,0,0,0.4) 10%,rgba(255,255,255,0.52) 30%),repeating-linear-gradient(30deg,rgba(255,0,0,0.37) 23%,rgba(200,60,175,0.25)  10%,rgba(125,230,225,0.42) 28%),repeating-linear-gradient(
  50deg,
  rgba(255, 0, 255, 0.55) 40%,     /* magenta with 80% opacity */
  rgba(255, 115, 200, 0.15) 60%,     /* yellow */
  rgba(0, 85, 230, 0.5) 90%,     /* aqua */
  rgba(5, 80, 100, 0.35) 160%       /* blue */
);
	
 background-position:top left,top left,5px,75px 135px,bottom 10px left;
	background-size: 35% 100%, 100% 10%,85px 100px,150px 75px,100% 260px;
	background-repeat:no-repeat,repeat-y,repeat-y,repeat-y,no-repeat;
	background-blend-mode:color-dodge,overlay;
	opacity:0.13;
	
	filter:saturate(1.15) brightness(1.1) contrast(1.03) hue-rotate(90deg);

	/* wide border links*/
	
}


/* [ro]bo kleurvlak rechts styling */

.robo #main .ct-container-full::after
{
	
  content:"";
	position:absolute;
	width:10%;
	height:calc(100% - 468px);
	top:390px;
	right:0;
	
	background-image:linear-gradient(90deg,magenta,darkcyan,darkblue 110%),linear-gradient(90deg,gold 20%,lightpink 70%,lightblue),repeating-linear-gradient(30deg,rgba(255,100,235,0.37) 25%,rgba(0,0,0,0.4) 10%,rgba(255,255,255,0.52) 30%),repeating-linear-gradient(30deg,rgba(255,0,0,0.37) 23%,rgba(200,60,175,0.25)  10%,rgba(125,230,225,0.42) 28%),repeating-linear-gradient(
  50deg,
  rgba(255, 0, 255, 0.55) 40%,     /* magenta with 80% opacity */
  rgba(255, 115, 200, 0.15) 60%,     /* yellow */
  rgba(0, 85, 230, 0.5) 90%,     /* aqua */
  rgba(5, 80, 100, 0.35) 160%       /* blue */
);
	
 background-position:top left,top left,5px,75px 135px,bottom 10px left;
	background-size: 35% 100%, 100% 10%,85px 100px,150px 75px,100% 260px;
	background-repeat:no-repeat,repeat-y,repeat-y,repeat-y,no-repeat;
	background-blend-mode:color-dodge,overlay;
	opacity:0.13;
	
	filter:saturate(1.15) brightness(1.1) contrast(1.03) hue-rotate(90deg);
	transform:scalex(-1);
	
	/* wide border rechts mirror x  
	 */
}




/*hierweermeer*/

.robo .entry-content
{
	
	box-shadow: 0px -35px 0px rgba(250,250,225,0.17), 0px -20px 2px rgba(0, 139, 139,0.032), 0px -1px 0px rgba(228,50, 250,0.06),0px -1px 10px rgba(228,128, 175,0.5),-4px 0px 5px rgba(224,255,255,1),4px 0px 5px rgba(224,255,255,1),0px 2px 1px paleturquoise,0px -10px rgba(32, 178, 170, 0.05),0px 5px 0px rgba(219, 112, 147, 0.13);
	border-top:ridge 2px rgba(75, 190, 224,0.1);
	border-left:solid 1px rgba(255,128,128,0.1);
	border-right:solid 1px rgba(255,128,128,0.1);
	border-bottom:4px ridge rgba(255,200,222,0.14);
	outline:double 4px  rgba(255,250,240,1);
	


	
  top:-211px;
	
	width:1285px;
	margin:0 auto;
	position:relative;
	
	background-image:linear-gradient(90deg,rgba(128, 0, 128,0.05),rgba(46, 139, 87,0.06) 20%,rgba(175, 238, 238,0.06),rgba(127, 255, 212,0.06) 60%,rgba(192, 192, 192,0.06)),linear-gradient(90deg,rgba(192, 192, 192,0.06),rgba(127, 255, 212,0.06) 40%,rgba(175, 238, 238,0.06),rgba(46, 139, 87,0.06) 80%,rgba(128, 0, 128,0.05)),linear-gradient(
  rgba(154, 205, 50, 0.3) 35%,         /* yellowgreen */
  rgba(50, 100, 139, 0.17) 20%,            /* darkblue */
  rgba(219, 112, 147, 0.2) 90%         /* palevioletred */
),linear-gradient(
  rgba(154, 205, 50, 0.3) 35%,         /* yellowgreen */
  rgba(50, 100, 139, 0.17) 20%,            /* darkblue */
  rgba(219, 112, 147, 0.2) 90%         /* palevioletred */
);
	
	background-repeat:no-repeat,no-repeat,repeat-y,repeat-y;
	background-size:125px 100%,125px 100%,1px 33px,1px 33px;
	background-position:73px 0px,1085px 0px, top left 70px,top right 70px;
	

	
   min-height:9000px;
	

	
}


.robo  .entryContent-overlay-addon::before
{
	content:"";
	position:absolute;
	
	width:1293px;
	height:100%;
	
	top:0;
	left:-80px;
	
  
	background-size:1px 100%,1px 100%,10px 10px,10px 10px;
	background-repeat:no-repeat,no-repeat,repeat-y,repeat-y;
	background-position:top left 81px,top right 81px, top left 67px,top right 67px;
	background-image:linear-gradient(rgba(75, 0, 130, 0.85)),linear-gradient(rgba(75, 0, 130, 0.85)),radial-gradient(circle at center, rgba(0, 255, 255, 0.8), rgba(0, 100, 0, 0.8), rgba(0, 0, 139, 0.8)),radial-gradient(circle at center, rgba(0, 255, 255, 0.8), rgba(0, 100, 0, 0.8), rgba(0, 0, 139, 0.8));
	
	box-shadow:0px 10px darkorchid;

}


.robo  .entryContent-overlay-addon
{
	
  width:1135px;
	height:100%;
	
	margin-bottom:0;
	
	background-image:linear-gradient(180deg,rgba(0, 191, 255, 0.4) 25%,rgba(60, 179, 113, 0.25) 40%,rgba(25, 25, 112, 0.4) 80%, rgba(205, 92, 92, 0.5) 110%),linear-gradient(to bottom, rgba(139, 0, 0, 0.5) 0%, rgba(0, 100, 0, 0.5) 50%, cyan 50%, rgba(0, 139, 139, 0.5) 100%);
	
	background-size:cover,1px 2px;
	
	background-repeat:no-repeat,repeat;

	opacity:0.15;
		
	mix-blend-mode:hard-light;	
	filter:hue-rotate(320deg) contrast(0.8) brightness(1.3);
	
	border-left:dashed 1px rgba(0,0,0,0.95);
	border-right:dashed 1px rgba(0,0,0,0.95);
		
	box-shadow:-10px 0px rgba(20, 20, 20, 0.9),10px 0px rgba(20, 20, 20, 0.9),0px -1px rgba(0,0,255,0.66);
	
}

/*nuakkoord*/

.robo  .entryContent-overlay-addonXn::after
{

	content:"";
	position:absolute;
	
	left:-12px;
	
  width:1157px;
	height:100%;
	
	margin-bottom:0;

	
	background-image:linear-gradient(darkturquoise),linear-gradient(darkturquoise),linear-gradient(270deg,rgba(0,0,255,0.8) 30%,red 66%),linear-gradient(rgba(0,0,0,1));
	
	background-size:8px 100%,8px 100%,1143px 4px;
	background-repeat:no-repeat;
	background-position:top left 2px,top right 2px,bottom 1px left 13px;
	
	
	box-shadow:0px 2px indianred;
	
	mix-blend-mode:exclusion;
	

	filter:saturate(30) hue-rotate(210deg) brightness(0.75) contrast(1.35);
	
	opacity:0.66;
	
}







/*flexboxgridshit*/

.robo .entry-content .wp-block-group
{
	
	

	width:1090px;
	height:897px;
	
	position:relative;

	left:0;
	top:-0px;
	right:0;
	bottom:0;
		
	margin: auto;

}


.articleBoxWrap
{
	
		/*
		width:1090px;
		height:897px;
		position:absolute;
		left:0;
	  top:0px;
  	right:0;
   	bottom:0;
		
	  display:block;
		*/
}



.robo .entry-content #generated-wrapped-article-1 
{

	margin-top:360px;
	
}


.robo .entry-content .spaceout
{
		background: blueviolet;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0;
    margin-bottom: -150px;
    display: block;
}



.robo .entry-content .wp-block-group-is-layout-flex::after
{
		content:"";
		position:absolute;
		
		width:100%;
		height:79%;
		
		background:transparent;
		
		background-image:linear-gradient(
  to right,
  rgba(255, 80, 147, 0.06) 30%,
  rgba(64, 224, 208, 0.04) 50%,
  rgba(238, 232, 170, 0.09) 80%
),linear-gradient(
  to left,
  rgba(255, 180, 247, 0.66) 30%,
  rgba(164, 224, 208, 0.8) 50%,
  rgba(238, 232, 170, 0.99) 80%
),linear-gradient(
  90deg,
  rgba(255, 182, 193, 0.13) 10%,
  rgba(153, 50, 204, 0.08) 15%,
  rgba(255, 255, 0, 0.17) 50%,
  rgba(153, 50, 204, 0.08) 80%,
  rgba(255, 182, 193, 0.13) 95%
),linear-gradient(
  90deg,
  rgba(255, 182, 193, 0.16) 10%,
  rgba(153, 50, 204, 0.11) 15%,
  rgba(255, 255, 0, 0.2) 50%,
  rgba(153, 50, 204, 0.11) 80%,
  rgba(255, 182, 193, 0.16) 95%
),linear-gradient(rgba(127, 255, 0, 0.27)),linear-gradient(rgba(127, 255, 0, 0.27)),linear-gradient(rgba(119, 136, 235, 0.11)),linear-gradient(rgba(127, 255, 0, 0.27)),linear-gradient(rgba(166, 140, 235, 0.55)),linear-gradient(rgba(119, 136, 235, 0.23));
		
		background-size:5px 5px,5px 2px,100% 2px,100% 2px,100% 1px,100% 1px,100% 1px,100% 1px,419px 1px,423px 1px;
		
		background-repeat:repeat-x,repeat-x,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat;
		
		background-position:bottom 2px left,top -1px left,top -2px left,bottom 4px left,top 5px right,bottom 4px right,top 4px right,bottom 8px right,top 49px left 658px,top 654px right 10px;
		
		
		box-shadow:0px 2px rgba(255, 255, 224, 0.55),0px -2px rgba(249, 190, 160, 0.27);
		
		
		border-top:outset 1px rgba(210, 230, 210, 1);
		
		border-bottom:inset 1px rgba(230, 169, 255, 0.23);
		
		outline:3px double rgba(255, 255, 0, 0.37);
		
		
	  mix-blend-mode:luminosity;
		
	 filter:hue-rotate(250deg) brightness(0.88) contrast(1.8);
		
}


/* ugobro */


/* [ro]bo table content 
   background fundatie
*/

.robo .entry-content .wp-block-group .wp-block-table
{
	
  background:lightpink;
 
	background-image:radial-gradient(at center,cyan 40% ,darkgoldenrod 60%,darkturquoise 50%);
		
	background-size:15px 15px;
		
	background-blend-mode:screen;
	
  overflow:hidden;
		
	padding-left:4px;
		
	border:ridge 3px rgba(164, 223, 204, 0.19);
		
	outline:ridge 1px rgba(219, 112, 147, 0.17);
		
	box-shadow:-4px 0px rgba(255, 225, 224, 0.25),5px 0px rgba(255, 225, 224, 0.25);
	
}




/* [ro]bo content tabel 
   background overlay
*/ 

.robo .entry-content .wp-block-group .wp-block-table::before
{
		
		content:"";
		position:absolute;
		
		width:99.5%;
		height:78.1%;
		
		left:3px;
		top:4px;
		
		background-image:radial-gradient(circle at center,yellow,lightgreen,lightsalmon);
		

	  filter:hue-rotate(150deg) brightness(0.8) contrast(3.25) sepia(0.3);
		
		opacity:0.235;
		
}


/* [ro]bo tabel style decoratie
   content panel
*/

.robo .entry-content .wp-block-group .wp-block-table::after
{
		
		content:"";
		position:absolute;
		
		width:1129px;
		height:710px;
		
		top:-188px;
		left:-20px;
		bottom:0;
		right:0;
		
		margin:auto;
		
		background:transparent;
		
		background-image:repeating-linear-gradient(to bottom,indianred 30%,transparent 55%,orchid 70%,lightcyan 83%,darkturquoise 90% ,chartreuse 96%),repeating-linear-gradient(to bottom,indianred 30%,transparent 55%,orchid 70%,lightcyan 83%,darkturquoise 90% ,chartreuse 96%),linear-gradient(rgba(50, 205, 50, 0.39)),linear-gradient(rgba(50, 205, 50, 0.39)),url('http://flippant.eu/wp-content/uploads/2025/09/mnb_anwzr2.png'),url('http://flippant.eu/wp-content/uploads/2025/09/mnb_anwzr6.png'),url('http://flippant.eu/wp-content/uploads/2025/09/mnb_anwzr5.png'),url('http://flippant.eu/wp-content/uploads/2025/09/mnb_anwzr5_blP.png'),url('http://flippant.eu/wp-content/uploads/2025/09/mnb_anwzr5_brP.png'),url('http://flippant.eu/wp-content/uploads/2025/09/mnb_anwzr5_trP.png'),url('http://flippant.eu/wp-content/uploads/2025/09/bolletjes_overlay2.png'),repeating-radial-gradient(
  circle at center,
  rgba(173, 255, 47, 0.65) 23%,
  rgba(0, 206, 209, 0.85) 35%,
  rgba(139, 0, 0, 0.75) 48%
);
		
		background-size:18px 10px,18px 10px,100% 13px,100% 13px,13px 13px,12px 12px,13px 13px,13px 13px,13px 13px,13px 13px,423px 8px,423px 8px;
		background-repeat:repeat-y,repeat-y,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat;
		background-position:top -3px left,top -3px right,top left,bottom left,top 100px right 415px,top 395px right 415px,top 57px left 67px,bottom 57px left 67px,bottom 57px left 628px,top 57px left 628px,bottom 20px right 30px,bottom 10px right 30px;
		
		
		mix-blend-mode:color;
	
		filter:hue-rotate(-10deg) brightness(0.55) contrast(0.66) sepia(0.17) drop-shadow(0px -2px   rgba(0, 229, 204, 0.17));
		
		
		box-shadow:-5px 0px rgba(143, 174, 147, 1),5px 0px rgba(143, 174, 147, 1),-2px 0px darkgoldenrod,2px 0px darkgoldenrod,0px 15px rgba(34, 139, 34, 0.25),0px -15px rgba(34, 139, 34, 0.25),0px 7px rgba(205, 190, 255, 0.4),0px -7px rgba(205, 190, 255, 0.4); 
		
	
	 border-top:outset 30px rgba(224, 255, 255, 0.63);
		
	 border-bottom:outset 30px rgba(124, 215, 200, 0.63);	
		
}




.robo .entry-content .wp-block-group .wp-block-table .has-fixed-layout
{

  height:100%;
 
  border-collapse:separate;
	border-spacing:10px 50px;

  
}



.robo .entry-content .wp-block-group .wp-block-table .has-fixed-layout  tr
{
	width:100%;
}

.robo .entry-content .wp-block-group .wp-block-table .has-fixed-layout tr td:last-child .roboDescriptor
{
	height:102.9%;
	
	border:none;
	
	
}


.robo .entry-content .wp-block-group .wp-block-table .has-fixed-layout tr td:last-child .roboDescriptor td
{
	border:none;
	
}

.robo .entry-content .wp-block-group .wp-block-table .has-fixed-layout tr td:last-child .roboDescriptor tr:nth-child(1) td
{

	filter:saturate(0.63) hue-rotate(-40deg) brightness(0.99) contrast(1.2);
	
	background-image:linear-gradient(rgba(80, 50, 250, 0.3)),linear-gradient(160deg,skyblue,palevioletred);
	
	background-size:100% 50px,cover;
	
	background-repeat:no-repeat,no-repeat;
	
	background-position:top 13px left,top left;
	
	border-left:double 3px rgba(255, 55, 255, 0.25);
	
}


.robo .entry-content .wp-block-group .wp-block-table .has-fixed-layout tr td:last-child .roboDescriptor tr:nth-child(2) td
{

	filter:saturate(0.63) hue-rotate(-40deg) brightness(0.99) contrast(1.2) hue-rotate(150deg);
	
	background-image:linear-gradient(rgba(80, 50, 250, 0.3)),linear-gradient(160deg,skyblue,palevioletred);
	
	background-size:100% 50px,cover;
	
	background-repeat:no-repeat,no-repeat;
	
	background-position:top 13px left,top left;
	
	border-left:double 3px rgba(255, 55, 255, 0.25);
		
}



.robo .entry-content .wp-block-group .wp-block-table .has-fixed-layout tr td:last-child .roboDescriptor
{
	outline:none;
}


.robo .entry-content .wp-block-group .wp-block-table .has-fixed-layout tr:nth-child(1) td
.roboTitleIMG1
{
	background:white;
	
	width:100.4%;
	height:20%;
	
	padding:0;
	margin:0;
		
	margin-left:-1px;
	
	
	background-image:linear-gradient(90deg,mediumaquamarine 10%,lightpink 40%,lightsteelblue 70%,lightseagreen 95%);

	
	
	filter:brightness(0.75) contrast(0.65) invert();
	
	border-bottom:solid 2px rgba(55,55,0,0.35);
	
	box-shadow:0px 2px rgba(138, 80, 226, 0.75);
	
	
	
}

.robo .entry-content .wp-block-group .wp-block-table .has-fixed-layout tr:nth-child(1) td
.roboTitleIMG1::before
{
		
	content:"";
	position:absolute;
	
	width:100%;
	height:100%;
	
  background-image:radial-gradient(circle at center, darkturquoise,pink,cadetblue);
	
	background-size:10px 10px;
	
	mix-blend-mode:difference;

	filter:brightness(0.66) contrast(8) hue-rotate(130deg) invert();
	
	opacity:0.25;
		
}


.robo .entry-content .wp-block-group .wp-block-table .has-fixed-layout tr:nth-child(1) td
.roboTitleIMG1::after
{
	content:"";
	position:absolute;
	
	width:100%;
	height:100%;
	
	background-image: linear-gradient(to right, palegreen 50%, transparent 50%);
  background-size: 2px 100%;
  
	filter:brightness(10) contrast(5);
		
}

.robo .entry-content .wp-block-group .wp-block-table .has-fixed-layout tr:nth-child(1) td
.roboTitleIMG2
{
	
	width:100%;
	height:20%;
	
	padding:0;
	margin:0;
		
	
	background-image:linear-gradient(90deg,mediumaquamarine 10%,lightpink 40%,lightsteelblue 70%,lightseagreen 95%);

	
	filter:brightness(1.25) contrast(0.65);
	
	border-bottom:groove 2px rgba(0, 255, 0, 0.45);
		
	border-top:groove 20px rgba(110, 210, 125, 0.25);
	
	box-shadow:0px 3px rgba(153, 120, 20, 0.4), 0px -2px rgba(55, 150, 180, 0.66);
	
}

.robo .entry-content .wp-block-group .wp-block-table .has-fixed-layout tr:nth-child(1) td
.roboTitleIMG2::before
{
		
	content:"";
	position:absolute;
	
	width:100%;
	height:100%;
	
  background-image:radial-gradient(circle at center, darkturquoise,pink,cadetblue);
	
	background-size:10px 10px;
	
	mix-blend-mode:difference;

	filter:brightness(0.66) contrast(8) hue-rotate(130deg) invert();
	
	opacity:0.25;
		
	box-shadow:0px -1px rgba(138, 43, 226, 0.75),-2px 0px rgba(0, 139, 139, 0.66);
		
}


.robo .entry-content .wp-block-group .wp-block-table .has-fixed-layout tr:nth-child(1) td
.roboTitleIMG2::after
{
	content:"";
	position:absolute;
	
	width:100%;
	height:100%;
	
	background-image: linear-gradient(to right, palegoldenrod 50%, transparent 50%);
  background-size: 2px 100%;
  
	filter:brightness(10) contrast(5);
	
}


.robo .entry-content .wp-block-group .wp-block-table .has-fixed-layout tr td:first-child .roboDock::before
{
	
	content:"";
	position:absolute;
	
	top:0;
	left:-10px;
	right:0;
	bottom:0;
	
	margin:auto;
	
	width:621px;
	height:574px;
	
	
	background:transparent;
	
	background-image:radial-gradient(circle at center,magenta,skyblue,darkcyan),radial-gradient(circle at center,magenta,skyblue,darkcyan),radial-gradient(circle at center,magenta,skyblue,darkcyan),radial-gradient(circle at center,magenta,skyblue,darkcyan);
	
	background-repeat:repeat-y,repeat-y,repeat-x,repeat-x;
	background-size:7px 7px,7px 7px,7px 7px, 7px 7px;
	background-position:top left,top right,top right,bottom left;
	
	filter:hue-rotate(140deg) brightness(0.85) contrast(0.9) saturate(1.5);
	
	
	outline:double 3px darkgoldenrod;
	
}


.robo .entry-content .wp-block-group .wp-block-table .has-fixed-layout tr td:first-child .roboDock::after
{
	content:"";
	position:absolute;
	
	width:624px;
	height:606px;
	
	top:0px;
	left:-10px;
	right:0;
	bottom:0;
	
	
	margin:auto;
	
	background:transparent;
	
  background-image:repeating-linear-gradient(to right, red 0px, yellow 2px, cyan 2px, skyblue 4px),repeating-linear-gradient(to right, red 0px, yellow 2px, cyan 2px, skyblue 4px),repeating-linear-gradient(to right, darkolivegreen 0px, blueviolet 1px, darkred 2px),repeating-linear-gradient(to right, darkolivegreen 0px, blueviolet 1px, darkred 2px),repeating-linear-gradient(to right, darkolivegreen 0px, blueviolet 1px, darkred 2px),repeating-linear-gradient(to right, darkolivegreen 0px, blueviolet 1px, darkred 2px);
  
	background-size: 4px 10px,4px 10px,2px 8px, 2px 8px, 2px 8px, 2px 8px;
	background-repeat:repeat-x,repeat-x,repeat-x,repeat-y,repeat-x,repeat-y;
	background-position:top 1px left 1px,bottom 1px left 1px,top 12px right,top left 3px,bottom 12px left,top right 6px;
	

	box-shadow:0px 1px 5px rgba(255, 0, 255, 0.2),0px -1px 5px rgba(255, 0, 255, 0.2),10px 0px 5px rgba(255, 0, 255, 0.2),-10px 0px 5px rgba(255, 0, 255, 0.2);
	
	
 filter:brightness(1.4) contrast(0.5) saturate(5) hue-rotate(50deg);
	
	mix-blend-mode:exclusion;
}

.robo .entry-content .wp-block-group .wp-block-table .has-fixed-layout tr td:first-child
{
	
	width:600px;
	height:600px;
	
	background-image:linear-gradient(350deg,yellowgreen,lightpink,lightblue),radial-gradient(
  circle at bottom,
  rgba(153, 50, 204, 0.66),  
  rgba(173, 216, 230, 0.66), 
  rgba(0, 100, 0, 0.66) 
);
	
	background-size:cover,10px 8px;
	
	background-position:top left,top left;
	
	background-repeat:no-repeat,repeat;
	
	position:relative;
	
	outline:double 3px pink;
	
	border-left:3px dashed rgba(225, 150, 200, 0.63);
	
	border-right:3px dashed rgba(225, 230, 230, 0.63);
	
  
	
 box-shadow:0px 0px 5px rgba(184, 134, 11, 0.5), 0px 4px rgba(218, 112, 214, 0.4),0px -4px rgba(218, 112, 214, 0.4), -2px 0px rgba(255, 0, 255, 0.63), 2px 0px rgba(255, 0, 255, 0.63);
		
	filter:hue-rotate(310deg) saturate(0.8) brightness(1.15) contrast(0.63) sepia(0.2) drop-shadow(0px 0px 1px rgba(250, 250, 210, 0.5));
	
}




/* hiergeblevenmomenteel */


.robo .entry-content .wp-block-group .wp-block-table .has-fixed-layout tr td:first-child::before
{
	content:"";
	position:absolute;
	top:0;
	left:0;
	
	width:100%;
	height:100%;
	
	background-image:linear-gradient(to bottom,turquoise,palevioletred);
	
	background-size:1px 2px;
	
	filter:contrast(8) brightness(2);
	
	mix-blend-mode:color-burn;
		
}


.robo .entry-content .wp-block-group .wp-block-table .has-fixed-layout tr td:first-child::after
{
	content:"";
	position:absolute;
	
	top:0;
	right:0;
	left:0;
	bottom:0;
	
	margin:auto;
	
	width:600px;
	height:555px;
	
	outline:solid 2px rgba(70, 130, 180, 0.66);
	
	border:groove 3px rgba(210, 140, 180, 0.8);
	
	box-shadow:-3px 0px turquoise,0px -3px turquoise,3px 0px turquoise,0px 3px turquoise;
		
		
	background-size:1px 100%,1px 100%,100% 1px,100% 1px;
	background-repeat:no-repeat;
	background-image:linear-gradient(180deg,orchid,yellow,orchid),linear-gradient(180deg,orchid,yellow,orchid),linear-gradient(90deg,orchid,yellow,orchid),linear-gradient(90deg,orchid,yellow,orchid);
		
	background-position:top left 1px,top right 1px,top 1px right,bottom 1px right;
	
}



.robo .entry-content .wp-block-group .wp-block-table .has-fixed-layout tr td:last-child .roboDescriptor td::before
{

		
		content:"";
		position:absolute;
		width:100%;
		height:100%;
		
		mix-blend-mode:saturation;
		
		opacity:0.4;
		
		filter:brightness(1.13) contrast(4);
		
}

.robo .entry-content .wp-block-group .wp-block-table .has-fixed-layout tr td:last-child .roboDescriptor td::after
{
   background:none;
		border:none;
		outline:none;
		box-shadow:none;
		filter:none;
		
		content:"";
		position:absolute;
		
		top:-3px;
		
	  width:105%;
		height:103.5%;
		
		background-image:linear-gradient(rgba(0,0,139,0.08)),linear-gradient(rgba(138, 143, 190, 0.17)),linear-gradient(goldenrod);
		background-repeat:no-repeat;
		background-size:1px 100%,2px 50px,392px 1px;
		background-position:bottom right 4px,top 7px right 15px,bottom 301px left;
		
}


.robo .entry-content .wp-block-group .wp-block-table .has-fixed-layout .roboDescriptor
{
	
	position:absolute;
	
	top:0px;
	left:0;
	bottom:0;
	right:0;
	
	margin:auto;
	
  display:block;
	
	width:395px !important;
	height:580px !important;
	
}


.robo .entry-content .wp-block-group .wp-block-table .has-fixed-layout .roboDescriptor tbody::after
{
	
	content:"";
	position:absolute;
	
	width:107.1%;
	height:2px;
	
	bottom:-18px;
	left:-14px;
		
	box-shadow:0px -4px  springgreen;
		
	border-bottom:groove 3px rgba(139,0,0,0.1);
		  
}

.robo .entry-content .wp-block-group .wp-block-table .has-fixed-layout .roboDescriptor tbody::before
{
	content:"";
	position:absolute;
	
	width:99.5%;
	height:103.1%;
	
	top:-10px;
	left:2px;
	
	
	background-image:url('http://flippant.eu/wp-content/uploads/2025/09/mnb_a1.png'),url('http://flippant.eu/wp-content/uploads/2025/09/mnb_a1.png'),url('http://flippant.eu/wp-content/uploads/2025/09/mnb_a1.png'),url('http://flippant.eu/wp-content/uploads/2025/09/mnb_a1.png'),linear-gradient(90deg,floralwhite 20%,lightyellow 40%,floralwhite 110%),linear-gradient(180deg,rgba(186, 85, 211, 0.8) 10%,white 40%),linear-gradient(rgba(255, 250, 240, 0.75)),linear-gradient(rgba(255, 250, 240, 0.75)),linear-gradient(springgreen);
	
	background-repeat:repeat-x,repeat-x,repeat-x,repeat-x,no-repeat,no-repeat,no-repeat,no-repeat;
	
	background-size:4px 4px,4px 6px,4px 10px,4px 10px,100% 2px,100% 2px,100% 1px,100% 1px,100% 1px;
	
	background-position:top 58px left,top 352px left,top 5px right,top 300px right,top  right,bottom right,top 70px right,top 365px right, bottom 300px right;
	
	filter:hue-rotate(120deg) saturate(2.8) brightness(0.75) contrast(1.4);
	

	
	z-index:100;
		
	/* stylelayer */	
}



.robo .entry-content .wp-block-group .wp-block-table .has-fixed-layout tr td:last-child
{
	

	transform:translatey(-4px);
	
	width:395px;
	height:295px;
	

	
	border-left:ridge 4px rgba(135, 206, 235, 0.4);
	border-right:groove 4px rgba(135, 206, 235, 0.4);
		
	border-bottom:solid 1px rgba(218, 135, 214, 0.6);

		
	
	box-shadow:-2px 0px rgba(0, 255, 255, 0.75),2px 0px rgba(0, 255, 255, 0.75), 0px 6px rgba(255, 182, 193, 0.3);
	
	position:relative;
	
	background-image:linear-gradient(to bottom,powderblue,lightseagreen);
	background-size:1px 2px;	

	
	
}


.robo .entry-content .wp-block-group .wp-block-table .has-fixed-layout tr td:last-child::after
{
		content:"";
		position:absolute;
		
		width:100%;
		height:100%;
		
		top:0;
		left:0;
		
		background-image:linear-gradient(180deg,yellowgreen,pink,yellowgreen),linear-gradient(lightsteelblue),linear-gradient(180deg,yellowgreen,pink,yellowgreen),linear-gradient(lightsteelblue),linear-gradient( rgba(219, 112, 147, 0.45)),linear-gradient(rgba(0, 206, 209, 0.45)),linear-gradient(
  180deg,
  rgba(139, 0, 139, 0.35) 20%,
  rgba(0, 255, 255, 0.4) 40%,
  rgba(184, 134, 11, 0.6) 60%
),linear-gradient(
  180deg,
  rgba(135, 206, 235, 0.3) 20%,
  rgba(255, 250, 240, 0.4) 40%,
  rgba(255, 0, 0, 0.4) 60%
),linear-gradient(
  180deg,
  rgba(239, 180, 139, 0.6) 20%,
  rgba(200, 210, 155, 0.55) 40%,
  rgba(184, 120, 195, 0.5) 60%
);
		
		background-size:1px 100%,1px 100%,1px 100%,1px 100%,1px 240px,1px 244px,392px 3px,392px 3px,392px 3px;
		background-repeat:no-repeat;
		background-position:top left 3px,top left 4px,top right 1px,top right 2px,top 56px left 404px,top 351px left 404px,top 69px left 10px,top 292px left 10px,top 365px left 10px;
		
}

.robo .entry-content .wp-block-group .wp-block-table .has-fixed-layout tr td:first-child figure
{

	position:absolute;
	
	width:600px;
	height:555px;
	
	top:0;
	right:0;
	bottom:0;
	left:0;
	
	margin:auto;
	
	background:lightsteelblue;
		
}



/* [ro]bo linksDecoratie */

.robo .entry-content::before {
	
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 67px; 
  height: 100%;
	
  background:
    linear-gradient(180deg,rgba(211,211,211,0.35),rgba(135,206,235,0.1)),
    linear-gradient(90deg,rgba(224,255,255,0.35),rgba(225,235,224,0.75)),
    linear-gradient(rgba(173,216,230,0.45)),
    linear-gradient(lightyellow),
    linear-gradient(rgba(200,80,110,0.05),rgba(0,255,0,0.15)),
    linear-gradient(floralwhite,lightgoldenrodyellow 25%,rgba(0,0,0,0) 30%),
    linear-gradient(-45deg,transparent 0%,rgba(135,206,250,0.63) 55%,rgba(135,106,250,0.63) 45%,transparent 45%),
    linear-gradient(-45deg,transparent 0%,rgba(250,210,25,0.55) 55%,rgba(250,240,224,0.63) 35%,transparent 35%),
    linear-gradient(rgba(215,19,205,0.05)),
    linear-gradient(rgba(60,155,190,0.33)),linear-gradient(rgba(255,255,200,0.63));
	
  background-repeat: repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat-y, repeat-y, repeat-y, no-repeat, no-repeat, no-repeat;
	
  background-size: 100% 100%, 50px 100%,8px 100%, 1px 100%, 2px 100%, 50px 3px, 35px 35px, 10px 10px, 5px 100%, 1px 100%, 3px 100%;
	
  background-position: top left 10px, top left 10px, top left 7px, top left 53px, top left 59px, top left 40px, 17px 25px, 5px 0px, 59px 0px, 5px 0px, 61px 0px;
	
  transform: scaleX(-1);
  pointer-events: none;

	background-blend-mode:luminosity;
	opacity:0.8;
	
	box-shadow:-1px 0px  10px rgba(200, 255, 224,0.75),-1px 0px 2px rgba(0,255,255,0.55) ;	
	
	filter:drop-shadow(1px 0px 0px rgba(219, 112, 240,0.2)) hue-rotate(140deg) saturate(0.3) brightness(0.86) contrast(1.4);

}

/* [ro]bo linksDecoratie */


.robo .entry-content::after {
	
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 67px; 
  height: 100%;
	
  background:
    linear-gradient(180deg,rgba(211,211,211,0.35),rgba(135,206,235,0.1)),
    linear-gradient(90deg,rgba(224,255,255,0.35),rgba(225,235,224,0.75)),
    linear-gradient(rgba(173,216,230,0.45)),
    linear-gradient(lightyellow),
    linear-gradient(rgba(200,80,110,0.05),rgba(0,255,0,0.15)),
    linear-gradient(floralwhite,lightgoldenrodyellow 25%,rgba(0,0,0,0) 30%),
    linear-gradient(-45deg,transparent 0%,rgba(135,206,250,0.63) 55%,rgba(135,106,250,0.63) 45%,transparent 45%),
    linear-gradient(-45deg,transparent 0%,rgba(250,210,25,0.55) 55%,rgba(250,240,224,0.63) 35%,transparent 35%),
    linear-gradient(rgba(215,19,205,0.05)),
    linear-gradient(rgba(60,155,190,0.33)),linear-gradient(rgba(255,255,200,0.63));
	
  background-repeat: repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat-y, repeat-y, repeat-y, no-repeat, no-repeat, no-repeat;
	
  background-size: 100% 100%, 50px 100%,8px 100%, 1px 100%, 2px 100%, 50px 3px, 35px 35px, 10px 10px, 5px 100%, 1px 100%, 3px 100%;
	
  background-position: top left 10px, top left 10px, top left 7px, top left 53px, top left 59px, top left 40px, 17px 25px, 5px 0px, 59px 0px, 5px 0px, 61px 0px;
	
  transform: scaleX(1);
  pointer-events: none;

	background-blend-mode:luminosity;
	opacity:0.8;
	
	box-shadow:-1px 0px  10px rgba(200, 255, 224,0.75),-1px 0px 2px rgba(0,255,255,0.55) ;	
	
	filter:drop-shadow(1px 0px 0px rgba(219, 112, 240,0.2)) hue-rotate(140deg) saturate(0.3) brightness(0.86) contrast(1.4);

}


.robo .entry-header .page-title
{
	
  font-family: 'Zen Tokyo Zoo',Sans-Serif;
	
}

.robo  #main  h1 
{
	
	position:relative;
	z-index:1;
	

	margin-top:50px;
	margin-left:385px;

	font-size:2.75em;
	font-weight:300;
	letter-spacing:7px;


  transform:translatey(100px);
	
	
	filter:drop-shadow(4px 3px 1px rgba(250,240,235,0.1)) drop-shadow(1px 1px 3px darkturquoise) brightness(1.04) contrast(0.95) saturate(1.5);
	
	text-shadow:-2px 2px 2px darkcyan, 1px 1px rgba(255, 50, 200, 0.4), -2px -1px 1px rgba(255, 255, 224,0.95);

	color:rgba(174, 190, 170,0.75);


	width:50%;
	padding-left:45px;
	padding-top:10px;
	padding-bottom:10px;	

}



.robo #main h1::before
{
	content:"";
	position:absolute;
	
	width:80%;
	height:100%;
	
	top:-2px;
	left:0px;
	
	background-image:linear-gradient(40deg,yellowgreen 8%,cyan 20%,yellow 35%,turquoise 60%,pink 90%, yellowgreen 91%),linear-gradient(40deg,rgba(0, 206, 209,0.75) 8%,cyan 20%,yellow 35%,rgba(0, 206, 209,0.75) 60%,pink 90%, yellowgreen 91%);
	background-size:100% 3px,100% 3px;
	background-repeat:no-repeat,no-repeat; 
	background-position:top 2px right,bottom 2px right;

	
	filter:hue-rotate(50deg) brightness(0.66) contrast(5) saturate(0.5) sepia() drop-shadow(0px 1px 2px darkorchid);
	

	box-shadow:0px 3px rgba(255,255,255,1), 0px -2px rgba(255,255,255,1);
	
	opacity:0.4;
	
	border-top:inset 3px rgba(255,255,255,0.15);
	border-bottom:groove 4px rgba(255,255,255,0.4);
	

	
}

.robo #main h1::after
{
	
	content:"";
	position:absolute;
	width:80%;
	height:115%;
	top:-5px;
	left:0px;
	
	background-image:repeating-linear-gradient(90deg,rgba(25,255,155,0.5) 0.8%,rgba(0,50,55,0.8) 1.5%, rgba(0,0,255,0.5) 2.4%),repeating-linear-gradient(90deg,rgba(255,0,0,0.25) 0.5%,rgba(255,255,255,0.4) 1.25%,rgba(138, 43, 226, 0.5) 2%),linear-gradient(rgba(255,0,0,0.4)),linear-gradient(rgba(0,0,255,0.5));
	
	background-size:99% 1px,99% 4px,100% 1px,100% 1px;
	background-repeat:no-repeat,no-repeat,no-repeat,no-repeat;
	background-position:top 2px left 2px,top 106px left 2px, top 5px left, bottom 13px left;
	
	opacity:0.35;
	
	border-top:double 3px rgba(255,255,255,0.25);
	


	
	filter:brightness(2) contrast(0.5) drop-shadow(1px 1px 2px rgba(255,0,0,0.3))blur(0.5px) hue-rotate(280deg) saturate(5);
	
}

/* [bl]og h1 titel firstletter  
   pagina 
*/

.robo #main h1:first-letter
{
	
	color:rgba(164, 241, 247,0.66);
	font-size:60px;
	
}



.robo_finishingtouchStyles::before
{
	content:"";
	position:absolute;
  width: 100%;
  height: 100%;
  top:0;
	left:0;
	bottom:0;
	right:0;
	background:transparent;
	
	z-index:1;


	background-image: linear-gradient(180deg,rgba(250, 220, 190, 0.53) 10%,rgba(127, 235, 190, 0.51) 70%, rgba(140, 225, 240, 0.4) 10%),linear-gradient(rgba(30, 230, 100, 0.55)),repeating-linear-gradient(180deg,rgba(225, 250, 255, 1) 60%,rgba(240, 140, 195, 0.5) 180%), linear-gradient(rgba(135, 206, 250, 0.25), rgba(135, 206, 250, 0.25)),
  linear-gradient(rgba(250, 190, 255, 1), rgba(175, 175, 255, 0.35)),
  linear-gradient(0deg,rgba(235, 230, 210, 1)),repeating-linear-gradient(
  90deg,
  rgba(255, 182, 193, 0.35) 20%,
  rgba(250, 250, 210, 0.35) 50%,
  rgba(0, 255, 255, 0.2) 80%
),  linear-gradient(180deg,rgba(250, 220, 190, 0.53) 10%,rgba(127, 235, 190, 0.51) 70%, rgba(140, 225, 240, 0.4) 10%),linear-gradient(rgba(30, 230, 100, 0.55)),repeating-linear-gradient(180deg,rgba(225, 250, 255, 1) 60%,rgba(240, 140, 195, 0.5) 180%), linear-gradient(rgba(135, 206, 250, 0.25), rgba(135, 206, 250, 0.25)),
  linear-gradient(rgba(250, 190, 255, 1), rgba(175, 175, 255, 0.35)),
  linear-gradient(0deg,rgba(235, 230, 210, 1)),repeating-linear-gradient(
  90deg,
  rgba(255, 182, 193, 0.35) 20%,
  rgba(250, 250, 210, 0.35) 50%,
  rgba(0, 255, 255, 0.2) 80%
), repeating-linear-gradient(
    45deg,
    transparent 0%,
    transparent 49%,
    rgba(255, 230, 130, 0.8) 70%,
    transparent 51%,
    transparent 100%
  ),linear-gradient(0deg,rgba(230, 220, 190, 0.6)),linear-gradient(0deg,rgba(230, 220, 190, 0.6)),linear-gradient(180deg,rgba(184, 134, 11, 0.13) 40%,rgba(32, 178, 170, 0.11) 110%),linear-gradient(
  180deg,
  rgba(150, 250, 20, 0.35) 20%,
  rgba(35, 255, 210, 0.2) 40%,
  rgba(255, 250, 140, 0.185) 75%
),linear-gradient(
  180deg,
  rgba(255, 0, 255, 0.065) 30%,
  rgba(154, 205, 50, 0.13) 50%
),linear-gradient(
  180deg,
  rgba(60, 230, 140, 0.11) 20%,
  rgba(218, 190, 214, 0.55) 40%,
  rgba(130, 250, 250, 0.35) 100%
), linear-gradient(180deg,rgba(184, 134, 11, 0.13) 40%,rgba(32, 178, 170, 0.11) 110%),
		linear-gradient(
  180deg,
  rgba(150, 250, 20, 0.35) 20%,
  rgba(35, 255, 210, 0.2) 40%,
  rgba(255, 250, 140, 0.185) 75%
), linear-gradient(180deg,
  rgba(255, 0, 255, 0.065) 30%,
  rgba(154, 205, 50, 0.13) 50%), linear-gradient(
  180deg,
  rgba(60, 230, 140, 0.11) 20%,
  rgba(218, 190, 214, 0.55) 40%,
  rgba(130, 250, 250, 0.35) 100%
),linear-gradient(whitesmoke),linear-gradient(lightcyan),linear-gradient( rgba(197, 221, 170, 0.35)),linear-gradient(rgba(238, 232, 170, 0.75)),linear-gradient(whitesmoke),linear-gradient(lightcyan),linear-gradient( rgba(197, 221, 170, 0.35)),linear-gradient(rgba(238, 232, 170, 0.75)),linear-gradient(
  40deg,
  rgba(64, 224, 208, 0.05) 25%,
  rgba(127, 255, 212, 0.075) 45%,
  rgba(135, 206, 235, 0.07) 95%
),linear-gradient(
  40deg,
  rgba(64, 224, 208, 0.05) 25%,
  rgba(127, 255, 212, 0.075) 45%,
  rgba(135, 206, 235, 0.07) 95%
),linear-gradient(palegoldenrod);
	
	background-repeat:no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,repeat-x,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat;
	
	background-size:1px 260px,1px 10px,43px 2px,1px 260px,1px 10px,1px calc(100% - 736px),3px calc(100% - 736px), 1px 260px,1px 10px,43px 2px,1px 260px,1px 10px,1px calc(100% - 736px),3px calc(100% - 736px), 8px 5px,1px calc(100% - 736px),1px calc(100% - 736px),1px calc(100% - 736px),1px 270px,1px calc(100% - 736px),1px 270px,1px calc(100% - 736px),1px 270px,1px calc(100% - 736px),1px 270px,1px calc(100% - 736px),1px calc(100% - 736px),1px calc(100% - 736px),1px calc(100% - 736px),1px calc(100% - 736px),1px calc(100% - 736px),1px calc(100% - 736px),1px calc(100% - 736px), 220px 270px, 220px 270px,100% 1px;
	
	background-position: bottom 77px left calc(10% + 5px),bottom 337px left calc(10% + 5px), bottom 347px left calc(10% - 30px),bottom 77px left calc(10% + 8px),bottom 337px left calc(10% + 8px), bottom 347px left calc(10% - 147px),bottom 348px left calc(10% - 35px),bottom 77px right calc(10% + 5px),bottom 337px right calc(10% + 5px), bottom 347px right calc(10% - 30px),bottom 77px right calc(10% + 8px),bottom 337px right calc(10% + 8px), bottom 347px right calc(10% - 147px),bottom 348px right calc(10% - 35px), top 383px left,bottom 347px left calc(10% - 17px),bottom 347px right calc(10% - 17px), bottom 347px left 84px,bottom 77px left 84px,bottom 347px left 78px,bottom 77px left 78px,bottom 347px right 84px,bottom 77px right 84px,bottom 347px right 78px,bottom 77px right 78px,bottom 347px left calc(10% - 8px),bottom 347px left calc(10% - 160px),bottom 347px left calc(10% - 190px),bottom 347px left calc(10% - 235px),bottom 347px right calc(10% - 8px),bottom 347px right calc(10% - 160px),bottom 347px right calc(10% - 190px),bottom 347px right calc(10% - 235px),bottom 77px left 3px,bottom 77px right 3px,bottom 78px right;
	

	
	pointer-events: none;

	
	filter:drop-shadow(1px 1px 5px rgba(127, 255, 212, 0.5)) saturate(1.15) contrast(0.97) brightness(1.03) hue-rotate(250deg);
	
}



.robo_finishingtouchStyles::after
{
		
	content:"";
	position:absolute;
  width: 100%;
  height: 5px;
  top:383px;
	left:0;

		
	background-image:linear-gradient(to bottom,rgba(155, 169, 163, 1) 30%,indianred 30%);
		
	filter:saturate(1.47) contrast(0.6) brightness(1.3) sepia(0.5) hue-rotate(200deg);
		
		
	 mix-blend-mode:hue;
		
}











/* search xyz
*/

.search .site-main::before
{
	
	position:absolute;
	content:"";
	width:100%;
	height:77px;
	bottom:-3px;

	
	
	
	background-image:linear-gradient(180deg,lightyellow 10%,pink 50%, darkcyan 1000%);
	

	mix-blend-mode:exclusion;
	opacity:0.35;
	

	filter:hue-rotate(80deg) saturate(2.3) contrast(1.17) brightness(0.83);
	
}

/* [se]arch footer decoratie */

.search .site-main::after
{
	position:absolute;
	content:"";
	width:110%;
	height:77px;
	bottom:-3px;
	left:-10px;
	
	background-repeat:repeat-x,repeat-x,repeat-x,no-repeat,no-repeat,no-repeat;
	
	background-size:5px 40px, 3px 20px, 5px 15px,100% 15px,100% 1px,100% 2px;
	
	background-image:repeating-linear-gradient(
  to right,
  rgba(255,255,255,0.5) 0px,
  rgba(0,255,255,0.5) 1px,
  transparent 1px,
  transparent 5px,
  rgba(255,255,255,0.5) 5px,
  rgba(0,255,255,0.5) 6px
),repeating-linear-gradient(
  to right,
  rgba(0,255,0,0.35) 0px,
  rgba(0,255,0,0.35) 1px,
  transparent 1px,
  transparent 5px,
  rgba(0,255,255,0.35) 5px,
  rgba(0,255,255,0.35) 6px
),repeating-linear-gradient(to right,
cyan,
	cyan,
	transparent 1px,
	transparent 5px,
	cyan,
	cyan),linear-gradient(180deg,black 25%,cyan 90%),linear-gradient(90deg,rgba(154, 205, 50, 0.2)),linear-gradient(90deg,rgba(154, 205, 50, 0.15));
	
	background-position:1px 17px, 1px 57px, 20px -6px,0px 3px,0px 20px,0px 58px;
	
	
  mix-blend-mode:hard-light;
	
	/* cewl */
	
	filter:invert(0.1) saturate(2)  drop-shadow(13px 0px deeppink) brightness(1.17) contrast(0.93);
	
	opacity:0.28;
	
}


/* [se]arch footerGloss xtra */

.search .ct-drawer-canvas::before
{
	content:"";
	position:absolute;
	
	bottom:0px;
	left:0px;
	width:100%;
	height:73px;
	
	z-index:1;
	
	background-image:linear-gradient(180deg,palegoldenrod 10%,rgba(224, 255, 255, 0.5) 30%,cyan 60%,yellow 40%, silver 90%, pink 2%),linear-gradient(lightblue),linear-gradient(180deg,palegoldenrod 10%,pink 30%,rgba(0, 0, 139, 0.17)  60%,yellow 40%, silver 90%, pink 2%),linear-gradient(lightblue),linear-gradient(rgba(224, 255, 255, 1)),linear-gradient(lightgreen),linear-gradient(rgba(255, 250, 240, 0.55)),linear-gradient(rgba(144, 238, 144, 0.75));
	
	background-size:100% 2px, 100% 1px, 100% 1px, 100% 1px,100% 1px, 100% 1px;
	
	background-repeat:no-repeat;
	
	background-position:0px 4px, 0px 15px, 0px 10px, 0px 12px, 0px 15px, 0px 17px,0px 57px,0px 53px;
	
	
	opacity:0.45;

 
  transform:scaley(1);
		
	filter:invert(0.15) brightness(1.2) contrast(0.87) hue-rotate(125deg) saturate(2);
		
	mix-blend-mode:color-burn;
	
}


/* [se]arch footer  
   kleurSprayOverlay 
*/

.search_ID body::before
{
	content:"";
	position:absolute;
	width:100%;
	height:73px;
	bottom:0px;
	left:2px;
	
 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='100'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='20%' stop-color='blueviolet'/%3E%3Cstop offset='40%' stop-color='violet'/%3E%3Cstop offset='120%' stop-color='silver'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect x='0' y='0' width='4' height='100' fill='url(%23g)' /%3E%3C/svg%3E"),linear-gradient(180deg, rgba(255, 255, 0, 0.35), rgba(255, 192, 203, 0.35), rgba(144, 238, 144, 0.35) 130%);
;
  background-repeat: repeat-x,no-repeat,no-repeat;
  background-size: 5px 58px, 100% 17px,  100% 15px;
	
 background-position:0px 0px,0px 53px;
	
	
	filter:contrast(3.75) brightness(2.15) hue-rotate(325deg) saturate(3);
	
	/* iamhue */
	
	opacity:0.75;
	
	z-index:-1;
		
	mix-blend-mode:screen;
}





/* [se]arch decoratie maincontainer */

.search #main-container::after
{
	
	content:"";
	position:absolute;
	width:100%;
	height:calc(100% - 467px);
	
	top:390px;
	
	background-image:linear-gradient(160deg,rgba(255,255,255,0.5) 15%, rgba(224, 255, 255,0.5)  10% ,rgba(250,250,210,0.5) 70%,rgba(224, 255, 255,0.5) 80%, rgba(255,255,255,0.5) 5%),linear-gradient(60deg,rgba(250,250,210,0.25),rgba(135,206,250,0.3)),linear-gradient(130deg,rgba(28,28,128,0.1) 20% ,rgba(255,255,255,0.2) 70%,rgba(28,28,128,0.1) 4%),linear-gradient(rgba(0,0,139,0.25),rgba(250,250,210,0.85));
	
	background-color:rgba(255,182,193,0.35);
	background-size:25px 40px, 20px 20px,175px 300px, 1px 2px;
	background-blend-mode:screen;
	

	transform:rotate(180deg);
	
	z-index:-1;
	

}





.search #main .ct-container
{
		
	margin-top:2px;
		
}


/* [se]arch header outlineOnder */

.search .ct-header 
{
		
	outline:2px solid rgba(90,170,230,0.4);
	outline-offset:6px;
		
}



/* inclusief border schermbreed */

.search #header 
{
	
	border-top:solid 4px rgba(130, 175, 240,0.3);
	
	box-shadow:0px 1px 2px rgba(175, 215, 170,0.5) , 0px 6px 10px rgba(250, 240, 190,0.1), 0px 5px 2px rgba(55,200,175,0.1),0px 1px 0px rgba(200, 215, 255, 0.8);
	border-bottom:outset 6px rgba(224, 255, 255, 0.05);
	filter:drop-shadow(0px -1px 0px  rgba(196,216,222,1));

  
	padding-bottom:4px;
	margin-bottom:7px;
	
	background-image:linear-gradient(
  90deg,
  rgba(245, 250, 250, 0.75) 20%,       /* pink */
  rgba(235, 230, 240, 0.55) 43%,       /* peachpuff */
  rgba(200, 240, 230, 0.75) 52%,       /* floralwhite */
  rgba(245, 250, 250, 0.75) 80%        /* pink again */
),linear-gradient(
  90deg,
  rgba(225, 235, 200, 0.43) 20%,   /* lightyellow */
  rgba(255, 250, 190, 0.36) 50%,       /* red */
  rgba(190, 210, 100, 0.25) 90%          /* black */
),linear-gradient(90deg,rgba(255, 233, 240, 0.75),floralwhite,rgba(255, 233, 240, 0.75)),linear-gradient(
  90deg,
  rgba(218, 112, 214, 0.35) 50%,
  rgba(0, 0, 139, 0.5) 90%,
  rgba(255, 0, 255, 0.4) 150%
);
	
	background-repeat:no-repeat,repeat-x,no-repeat,repeat-x;
	
	background-size:100% 8px, 4px 6px,100% 1px,4px 1px;
	
	background-position:bottom -5px  left, bottom -6px left,bottom 3px  left,bottom 0px right;
	
  background-clip:border-box;	
}





/* [se]arch tussenruimte 
   decoratie bovenkant 
*/

.search #page-top::before
{
  content:"";
	position:absolute;
	width:1288px;
	height:45px;
	left:50%;
	top:390px;
	margin:0 auto;
	
	transform:translatex(-50%);
}



/* [se]arch topBorder decoratie */

.search #page-top::after
{
	
	content:"";
	position:absolute;
	width:1288px;
	height:45px;
	left:50%;
	top:390px;
	margin:0 auto;
	margin-top:2px;
	
	transform:translatex(-50%);
	
	z-index:1;
	
	border-left:groove 2px 	rgba(190, 190, 255, 0.1);
	border-right:groove 2px 		rgba(190, 190, 255, 0.1);
	border-bottom:outset 8px rgba(120, 250, 10, 0.25);
	
	border-top:inset 1px rgba(127, 255, 212, 0.35);
	
	box-shadow:-2px 0px 0px 	rgba(120, 205, 170, 0.15),2px 0px 0px rgba(120, 205, 170, 0.15), 0px 2px 0px 	rgba(150, 175, 125, 0.15), 0px 1px 0px rgba(75,200,100,0.1),-1px 0px 0px rgba(255, 0, 170, 0.35),1px 0px 0px rgba(255, 0, 170, 0.35),0px -1px 0px greenyellow;
	
	opacity:0.2;
	
	background-image:linear-gradient(rgba(255,255,0,0.25)),linear-gradient(rgba(255,255,0,0.25)),linear-gradient(rgba(155,55,150,0.1)),linear-gradient(rgba(150,195,25,0.15)),linear-gradient(rgba(255,255,0,0.2));
	
	background-repeat:no-repeat,no-repeat,no-repeat,no-repeat,no-repeat;
	background-position:top left,top right,top 25px right, top 30px right,top 5px left;
	background-size:2px 100%,2px 100%, 100% 10px, 100% 1px, 100% 13px;
	background-clip:content-box;
	
	filter:brightness(0.95) hue-rotate(360deg) saturate(8);
	/* ???? */
}



/* [bl]og topborder-addon 
   weerszijden lijnen verticaal
*/

.search #page-top #topborder-addon::before
{
 
	content:"";
	position:absolute;
	
	width:1288px;
	height:45px;
	
	z-index:10;
	
	top:390px;
	left:50%;
	
	transform:translatex(-50%);
	
	background:transparent;;
	
	background-image:linear-gradient(rgba(0, 255, 255, 0.2)),linear-gradient(rgba(0, 255, 255, 0.2)),linear-gradient(rgba(199, 21, 133, 0.075)),linear-gradient(rgba(199, 21, 133, 0.075)),linear-gradient(rgba(110, 135, 120, 0.15));
	background-image:linear-gradient(rgba(0, 255, 255, 0.2)),linear-gradient(rgba(0, 255, 255, 0.2)),linear-gradient(rgba(199, 21, 133, 0.075)),linear-gradient(rgba(199, 21, 133, 0.075)),linear-gradient(rgba(110, 135, 120, 0.15)),linear-gradient(rgba(110, 135, 120, 0.15));
	
	background-size:1px 100%,1px 100%,1px 100%,1px 100%,1px 100%,1px 100%;
	background-repeat:no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat;
	
	background-position:top left 8px,top right 8px,top left 5px,top right 5px,top left 2px,top right 2px;
		
		
	box-shadow:0px 3px rgba(139, 0, 139, 0.063);
	
}



/* [bl]og topborder-addon 
   weerszijden lijnen 
   horizontaal
*/

.search #page-top #topborder-addon::after
{
	
	content:"";
	position:absolute;
	
	width:1288px;
	height:45px;
	
	z-index:10;
	
	top:390px;
	left:50%;
	
	transform:translatex(-50%);
	
	background:transparent;
	
	
	background-image:linear-gradient( rgba(224, 115, 255, 0.5)),linear-gradient(rgba(155,150,105,0.5)),linear-gradient( rgba(96, 35, 55, 0.15)),linear-gradient(rgba(250,166,250,0.15)),repeating-linear-gradient(to left, rgba(0, 0, 0, 0) 0px, rgba(255, 215, 110, 0.25) 1px, rgba(240, 190, 60, 0.45) 2px, rgba(50, 130, 100, 0.31) 2px, rgba(0, 210, 255, 0.38) 3px, rgba(255, 20, 147, 0.1) 4px, rgba(0, 0, 0, 0) 5px),linear-gradient(rgba(173, 255, 47, 0.2));

	background-position:top 41px left 10px,top 7px left 10px,top 40px left 10px,top 41px left 10px,bottom right,top 14px right 10px;

	background-size:98.5% 1px,98.5% 5px,98.5% 4px,98.5% 1px,5px 15px,98.5% 1px;
	background-repeat:no-repeat,no-repeat,no-repeat,no-repeat,repeat-x,no-repeat;

	mix-blend-mode:hard-light;
	
	filter:contrast(0.85) brightness(1.35);
	
}



/* [se]arch swoosh */

/* main container search pagina 
*/

.search .hfeed
{
	
	background-image:linear-gradient(160deg,rgba(255,255,255,0.5) 15%, rgba(224, 255, 255,0.5)  10% ,rgba(250,250,210,0.5) 70%,rgba(224, 255, 255,0.5) 80%, rgba(255,255,255,0.5) 5%),linear-gradient(60deg,rgba(250,250,210,0.25),rgba(135,206,250,0.3)),linear-gradient(130deg,rgba(28,28,128,0.1) 20% ,rgba(255,255,255,0.2) 70%,rgba(28,28,128,0.1) 4%),linear-gradient(rgba(0,0,139,0.25),rgba(250,250,210,0.85));
	
	background-color:rgba(255,182,193,0.35);
	background-size:25px 40px, 20px 20px,175px 300px, 1px 2px;

	background-blend-mode:screen;
	
	max-height:10000px;
	
	/* addon */
	
	/* deze voor footer overlay */
	
	border-bottom:ridge 10px rgba(175,230,225,0.13);
	box-shadow:0px -1px 15px  rgba(150, 150, 190,0.5),0px 2px 0px lightyellow, 0px 3px 0px rgba(235, 195, 250,0.2);	
	

}






/* [se]arch kleurvlak links styling */

.search #main .ct-container::before
{
	
	content:"";
	position:absolute;
	width:10%;
	height:calc(100% - 468px);
	top:390px;
	left:0;
	
	background-image:linear-gradient(90deg,magenta,darkcyan,darkblue 110%),linear-gradient(90deg,gold 20%,lightpink 70%,lightblue),repeating-linear-gradient(30deg,rgba(255,100,235,0.37) 25%,rgba(0,0,0,0.4) 10%,rgba(255,255,255,0.52) 30%),repeating-linear-gradient(30deg,rgba(255,0,0,0.37) 23%,rgba(200,60,175,0.25)  10%,rgba(125,230,225,0.42) 28%),repeating-linear-gradient(
  50deg,
  rgba(255, 0, 255, 0.55) 40%,     /* magenta with 80% opacity */
  rgba(255, 115, 200, 0.15) 60%,     /* yellow */
  rgba(0, 85, 230, 0.5) 90%,     /* aqua */
  rgba(5, 80, 100, 0.35) 160%       /* blue */
);
	
 background-position:top left,top left,5px,75px 135px,bottom 10px left;
	background-size: 35% 100%, 100% 10%,85px 100px,150px 75px,100% 260px;
	background-repeat:no-repeat,repeat-y,repeat-y,repeat-y,no-repeat;
	background-blend-mode:color-dodge,overlay;
	opacity:0.13;
	
	filter:saturate(2) brightness(1.1) contrast(1.03) hue-rotate(30deg);

	/* wide border links*/
	
}


/* [se]arch kleurvlak rechts styling */

.search #main .ct-container::after
{
	
  content:"";
	position:absolute;
	width:10%;
	height:calc(100% - 468px);
	top:390px;
	right:0;
	
	background-image:linear-gradient(90deg,magenta,darkcyan,darkblue 110%),linear-gradient(90deg,gold 20%,lightpink 70%,lightblue),repeating-linear-gradient(30deg,rgba(255,100,235,0.37) 25%,rgba(0,0,0,0.4) 10%,rgba(255,255,255,0.52) 30%),repeating-linear-gradient(30deg,rgba(255,0,0,0.37) 23%,rgba(200,60,175,0.25)  10%,rgba(125,230,225,0.42) 28%),repeating-linear-gradient(
  50deg,
  rgba(255, 0, 255, 0.55) 40%,     /* magenta with 80% opacity */
  rgba(255, 115, 200, 0.15) 60%,     /* yellow */
  rgba(0, 85, 230, 0.5) 90%,     /* aqua */
  rgba(5, 80, 100, 0.35) 160%       /* blue */
);
	
 background-position:top left,top left,5px,75px 135px,bottom 10px left;
	background-size: 35% 100%, 100% 10%,85px 100px,150px 75px,100% 260px;
	background-repeat:no-repeat,repeat-y,repeat-y,repeat-y,no-repeat;
	background-blend-mode:color-dodge,overlay;
	opacity:0.13;
	
	filter:saturate(2) brightness(1.1) contrast(1.03) hue-rotate(30deg);
	transform:scalex(-1);
	
	/* wide border rechts mirror x  
	 */
}




/* [se]arch result entries */

.search .entries
{
	
	box-shadow: 0px -35px 0px rgba(250,250,225,0.17), 0px -20px 2px rgba(0, 139, 139,0.032), 0px -1px 0px rgba(228,50, 250,0.06),0px -1px 10px rgba(228,128, 175,0.5),-4px 0px 5px rgba(224,255,255,1),4px 0px 5px rgba(224,255,255,1),0px 2px 1px paleturquoise,0px -10px rgba(32, 178, 170, 0.05),0px 5px 0px rgba(219, 112, 147, 0.13);
		
		
	border-top:ridge 2px rgba(75, 190, 224,0.1);
	border-left:solid 1px rgba(255,128,128,0.1);
	border-right:solid 1px rgba(255,128,128,0.1);
	border-bottom:4px ridge rgba(255,200,222,0.14);
	outline:double 4px  rgba(255,250,240,1);
	
 
	width:1285px;
	
	
	margin:0 auto;
	position:relative;
		
	
	background-size:cover,2px 1px,1px 2px,1142px 100px;
		
	background-repeat:no-repeat,repeat,repeat,repeat-y;
		
	background-position:top left, top left, top left, top left 70px;

	
	background-image:linear-gradient(90deg, rgba(115, 182, 193, 0.17) 15%, rgba(250, 250, 210, 0.29) 30%, rgba(0, 255, 255, 0.18) 55%, rgba(64, 224, 208, 0.16) 69%, rgba(0, 183, 235, 0.13) 105%),linear-gradient(90deg, rgba(0, 183, 235, 0.044), rgba(255, 20, 147, 0.066)),linear-gradient(rgba(106, 90, 205, 0.066), rgba(255, 250, 240, 0.033)),repeating-linear-gradient(290deg, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 1px, rgba(224, 255, 255, 0.83) 1px, rgba(255, 255, 224, 0.83) 2px, rgba(0, 0, 0, 0) 2px, rgba(0, 0, 0, 0) 3px);
		



	
}


/* [se]arch linksDecoratie */

.search .entries::before {
	
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 67px; 
  height: 100.2%;
	
   background:
    linear-gradient(-90deg,rgba(211,211,211,0.35),rgba(135,206,235,0.35)),
    linear-gradient(90deg,rgba(224,255,255,0.55),rgba(255,255,224,0.25)),
    linear-gradient(rgba(255, 182, 193,0.25)),
    linear-gradient(yellowgreen),
    linear-gradient(rgba(100,80,210,0.25),rgba(0,255,0,0.25)),
    linear-gradient(purple,lightgoldenrodyellow 25%,rgba(0,0,0,0) 30%),
    linear-gradient(-45deg,transparent 0%,rgba(105,206,250,0.55) 55%,rgba(105,106,250,0.55) 45%,transparent 45%),
    linear-gradient(45deg,transparent 0%,rgba(255,255,224,0.7) 55%,rgba(255,255,224,0.7) 35%,transparent 35%),
    linear-gradient(rgba(135,206,250,0.4)),
    linear-gradient(rgba(250,160,160,0.7)),linear-gradient(rgba(254,170,190,0.47)),linear-gradient(rgba(107, 202, 226,0.3)),linear-gradient(rgba(55, 150, 150, 0.85)),repeating-linear-gradient(
  to bottom,
  rgba(0, 0, 0, 0) 0px,
  rgba(138, 43, 226, 0.3) 1px,
  rgba(127, 255, 0, 0.2) 1px,
  rgba(255, 255, 224, 0.87) 2px,
  rgba(0, 0, 0, 0) 3px
),url('http://flippant.eu/wp-content/uploads/2025/09/diagstrpje4.png'),url('http://flippant.eu/wp-content/uploads/2025/09/diagstrpje4n3.png'),linear-gradient(180deg,rgba(205, 216, 138, 0.77) 63%,rgba(0, 255, 127, 0.36) 37%),url('http://flippant.eu/wp-content/uploads/2025/09/mnb_a1.png');
  background-repeat: repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat-y, repeat-y, repeat-y, no-repeat, no-repeat, no-repeat, repeat-y, no-repeat,repeat-y,repeat-y,repeat-y,no-repeat,repeat-y;
  background-size: 100% 100%, 50px 100%,8px 100%, 1px 100%, 3px 100%, 20px 3px, 35px 35px, 15px 40px, 5px 100%, 2px 100%, 2px 100%, 3px 100%,1px 100%,15px 2px,36px 36px,16px 31px,1px 100%,9px 6px;
  background-position: top left 10px, top left 1px, top left 3px, top left 54px, top left 20px, top left 15px, 20px 25px, 5px 0px, 60px 0px, 5px 0px, 53px 0px,56px 0px,top right 42px,top 2px right -5px,top 2px right 13px,top 28px left 3px,bottom right 4px,top right 8px;
	
	
  transform: scaleX(1);
  pointer-events: none;
	background-blend-mode:overlay;
	
	
	box-shadow:1px 0px 0px turquoise, -1px 0px 0px lightyellow,2px 0px rgba(75, 0, 130, 0.139), -1px 0px 2px rgba(95, 158, 147, 0.63),4px 0px 0px rgba(195, 186, 250, 0.45);

  filter:drop-shadow(-1px 0px 5px  rgba(240,160,140,0.75)) contrast(0.85) brightness(1.025) saturate(1.4) sepia(0.1);
		
	opacity:0.85;
	
}


/* [se]arch rechtsDecoratie */
.search .entries::after {
	
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 67px; 
  height: 100.2%;
	
   background:
    linear-gradient(-90deg,rgba(211,211,211,0.35),rgba(135,206,235,0.35)),
    linear-gradient(90deg,rgba(224,255,255,0.55),rgba(255,255,224,0.25)),
    linear-gradient(rgba(255, 182, 193,0.25)),
    linear-gradient(yellowgreen),
    linear-gradient(rgba(100,80,210,0.25),rgba(0,255,0,0.25)),
    linear-gradient(purple,lightgoldenrodyellow 25%,rgba(0,0,0,0) 30%),
    linear-gradient(-45deg,transparent 0%,rgba(105,206,250,0.55) 55%,rgba(105,106,250,0.55) 45%,transparent 45%),
    linear-gradient(45deg,transparent 0%,rgba(255,255,224,0.7) 55%,rgba(255,255,224,0.7) 35%,transparent 35%),
    linear-gradient(rgba(135,206,250,0.4)),
    linear-gradient(rgba(250,160,160,0.7)),linear-gradient(rgba(254,170,190,0.47)),linear-gradient(rgba(107, 202, 226,0.3)),linear-gradient(rgba(55, 150, 150, 0.85)),repeating-linear-gradient(
  to bottom,
  rgba(0, 0, 0, 0) 0px,
  rgba(138, 43, 226, 0.3) 1px,
  rgba(127, 255, 0, 0.2) 1px,
  rgba(255, 255, 224, 0.87) 2px,
  rgba(0, 0, 0, 0) 3px
),url('http://flippant.eu/wp-content/uploads/2025/09/diagstrpje4.png'),url('http://flippant.eu/wp-content/uploads/2025/09/diagstrpje4n3.png'),linear-gradient(180deg,rgba(205, 216, 138, 0.77) 63%,rgba(0, 255, 127, 0.36) 37%),url('http://flippant.eu/wp-content/uploads/2025/09/mnb_a1.png');
  background-repeat: repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat-y, repeat-y, repeat-y, no-repeat, no-repeat, no-repeat, repeat-y, no-repeat,repeat-y,repeat-y,repeat-y,no-repeat,repeat-y;
  background-size: 100% 100%, 50px 100%,8px 100%, 1px 100%, 3px 100%, 20px 3px, 35px 35px, 15px 40px, 5px 100%, 2px 100%, 2px 100%, 3px 100%,1px 100%,15px 2px,36px 36px,16px 31px,1px 100%,9px 6px;
  background-position: top left 10px, top left 1px, top left 3px, top left 54px, top left 20px, top left 15px, 20px 25px, 5px 0px, 60px 0px, 5px 0px, 53px 0px,56px 0px,top right 42px,top 2px right -5px,top 2px right 13px,top 28px left 3px,bottom right 4px,top right 8px;
	
	
  transform: scaleX(-1);
  pointer-events: none;
	background-blend-mode:overlay;
	
	
	box-shadow:1px 0px 0px turquoise, -1px 0px 0px lightyellow,2px 0px rgba(75, 0, 130, 0.139), -1px 0px 2px rgba(95, 158, 147, 0.63),4px 0px 0px rgba(195, 186, 250, 0.45);

  filter:drop-shadow(-1px 0px 5px  rgba(240,160,140,0.75)) contrast(0.85) brightness(1.025) saturate(1.4) sepia(0.1);
		
	opacity:0.85;
	
}


.search .entry-header .page-title
{
	
	 --theme-font-family: 'Zen Tokyo Zoo', Sans-Serif;
	
}


.search .entries
{
		padding-left:97px;
		padding-right:100px;
		padding-top:325px;
		top:-171px;
		
	  height:2000px;
	
		z-index:999;
    padding-bottom:75px;
		
		gap:50px 35px;
	
}



.search .entries .card-content
{
		
		background-image:linear-gradient(180deg,rgba(255, 255, 224, 0.5) 13%,rgba(204, 255, 230, 0.67) 35%,rgba(190, 205, 226, 0.5) 55%,rgba(136, 191, 195, 0.63));
		
		background-repeat:no-repeat;
		background-size:327px 350px;
		background-position:top 5px left 5px;
		
		z-index:40;
		
		pointer-events:none;
		
}



.search .entries .card-content ul[data-id="meta_1"]::before
{
		
		content:"";
		position:absolute;

		width:330px;
		height:353px;
		
		transform:translatey(-27px) translatex(-27px);
		
	
		background-image:linear-gradient(to bottom,darkgoldenrod 1px, indianred 1px);
		background-size:1px 2px;
		
		mix-blend-mode:saturation;
		
		
		filter:brightness(0.63) contrast(3) saturate(1.77);
		
		opacity:0.77;

		z-index:30;
		
		pointer-events:none;
}


.search .entries .card-content ul[data-id="meta_2"]::before
{
		
		content:"";
		position:absolute;
		


		width:330px;
		height:352px;
		
		transform:translatey(-306px) translatex(-27px);
		
		background-image:linear-gradient(to left,darkblue 1px,magenta 1px);
		
		background-size:2px 1px;
		
		opacity:0.69;
		
		mix-blend-mode:color-dodge;
		
		z-index:31;
		
		filter:brightness(0.35) contrast(1.85);
		
		pointer-events:none;
		
}



.search .entries .card-content ul[data-id="meta_2"]::after
{
		
		content:"";
		position:absolute;

		width:330px;
		height:352px;
		
		transform:translatey(-306px) translatex(-160px);
		
		background-image:radial-gradient(at center,midnightblue,greenyellow,red);
				
		background-size:6px 1px;
		
		mix-blend-mode:color-burn;
		
		
		filter:brightness(0.85) contrast(1.15) saturate(1.8) hue-rotate(20deg);
		
		z-index:33;
		
		opacity:0.075;
		
		pointer-events:none;
		
}


.search .entries .entry-card .entry-excerpt 
{
		font-size:0.83em;
		
		letter-spacing:2px;
		font-weight:800;
		
		color:blueviolet;
		
		font-family:consolas;
		
		text-shadow:-1px -1px lightpink,1px 1px yellow,0px 0px 2px chartreuse;
		
		z-index:35;
		
		overflow: hidden;
		
		margin-top:-65px;
		
		filter:drop-shadow(1px 1px powderblue) hue-rotate(190deg) contrast(0.65) brightness(1.15);
		
		pointer-events:none;
		
}

/* hiercntue */

.search .entries .entry-card .entry-title
{
	 padding-top:15px;
	 padding-bottom:10px;
		
	 font-family:"consolas";
	 font-weight:100;
		
		color:darkgreen;
		
		text-shadow:1px 1px magenta,2px -1px darkblue,1px 1px darkred,0px 0px 3px darkturquoise;
		
		letter-spacing:5px;
		
		font-size:1.338em;
		
		
		
		filter:saturate(0.5) drop-shadow(-1px 1px darkred) brightness(0.5) contrast(0.8) hue-rotate(120deg) invert() drop-shadow(1px 1px lightgoldenrodyellow);
		
		white-space:nowrap;
		
		overflow:hidden;
		
		text-overflow: ellipsis;
		
		pointer-events:auto;
		
}

.search .entries .entry-card .entry-title a:hover
{
	 filter:hue-rotate(20deg) saturate(0.7) contrast(5) brightness(1.5);
		
		color:magenta;
}


.search .entries .entry-card .entry-titleOverlay
{
	
		text-shadow:none;
		font-style:italic;
		
		color:lightblue;
		
		opacity:0.2;
		
    filter:contrast(2) brightness(0.8);
		
		transform:translatey(-65px);
		
		pointer-events:none;
}


.search .entries .entry-card .cardEntry-addon
{
	
		width:357px;
		height:380px;
		
		background-image:url('http://flippant.eu/wp-content/uploads/2025/08/ppl.png'),url('http://flippant.eu/wp-content/uploads/2025/08/ppl.png'),url('http://flippant.eu/wp-content/uploads/2025/09/mnb_anwzr5_brP.png'),linear-gradient(90deg,rgba(155,255,255,0.11) 10%,rgba(255, 90, 147, 0.08) 60%),linear-gradient(90deg,rgba(155,255,255,0.11) 10%,rgba(255, 90, 147, 0.08) 60%),linear-gradient(270deg,rgba(173, 255, 47, 0.25) 40%,rgba(255, 255, 224, 0.35) 80%, darkturquoise 91%),linear-gradient(rgba(180,75,200,0.09)),linear-gradient(270deg,rgba(128,128,128,0.25) 35%,rgba(255, 255, 224, 0.55),rgba(34, 139, 34, 0.35)),repeating-linear-gradient(to left, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 1px, rgba(255, 225, 0, 0.14) 1px, rgba(0, 0, 0, 0) 2px, rgba(138, 43, 226, 0.35) 3px),repeating-linear-gradient(to left, rgba(90, 210, 255, 0.3) 0px, rgba(0, 0, 0, 0) 1px, rgba(255, 225, 0, 0.14) 1px, rgba(190, 60, 130, 0.01) 2px, rgba(138, 43, 226, 0.35) 3px),linear-gradient(rgba(110, 225, 190,0.55)),linear-gradient(rgba(250, 250, 210, 0.44)),linear-gradient(rgba(0, 139, 139, 0.81)),linear-gradient(rgba(34, 139, 34, 0.81)),linear-gradient(90deg,rgba(140, 232, 235, 0.63),rgba(34, 139, 34, 0.27)),repeating-linear-gradient(to left, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0) 1px, rgba(184, 134, 11, 0.57) 1px, rgba(119, 136, 153, 0.23) 2px, rgba(224, 255, 255, 0.95) 3px);
		
		background-repeat:no-repeat;
		
		background-position:top 6px right 320px,top 6px right 260px, top 4px right 75px,top 38px left 4px,top 303px left 4px,bottom 70px left 152px,bottom 68px left 152px,bottom 107px right 55px,bottom 62px right 55px,bottom 104px right 55px,bottom 67px right 55px,bottom 109px left 67px,top 17px right 74px,top 5px right 73px,top 24px left,top 21px left;
		
		
		background-size:7px 7px,7px 7px,12px 12px,300px 1px,300px 9px,150px 1px,150px 1px,235px 1px,150px 10px,235px 4px,150px 1px,235px 1px,13px 1px,1px 13px,128px 1px,128px 5px;
		
		
	 
		position:absolute;
		
		pointer-events:none;
		
}

.search .entries .entry-card .cardEntry-addon::before
{
		content:"";
		position:absolute;
		
		width:349px;
		height:372px;
		
		top:-36px;
		left:-36px;
		
		background-image:repeating-radial-gradient(circle at center, greenyellow 10%, deeppink 30%, green 50%),repeating-radial-gradient(circle at center, greenyellow 10%, deeppink 30%, green 50%),repeating-radial-gradient(circle at center, greenyellow 10%, deeppink 30%, green 50%),repeating-radial-gradient(circle at center, greenyellow 10%, deeppink 30%, green 50%);
		
		background-size:5px 7px;
		background-repeat:repeat-y,repeat-x,repeat-y,repeat-x;
		background-position:top  left ,top  left, top right, bottom right;
		
		filter:brightness(0.55) contrast(20) hue-rotate(180deg);
		
		mix-blend-mode:saturation;
		
		
		z-index:41;
		
		pointer-events:none;
}

/*eentweedrie*/

.search .entries .entry-card .cardEntry-addon::after
{
		content:"";
		position:absolute;
		
		width:357px;
		height:380px;
		
		top:-40px;
		left:-40px;
		
		
		background-image:linear-gradient(whitesmoke),linear-gradient(rgba(0,0,0,0.33)),linear-gradient(whitesmoke),linear-gradient(whitesmoke),repeating-linear-gradient(45deg,transparent 0px, transparent 1px,orchid 1px, yellow 2px, violet 3px, darkturquoise 5px),repeating-linear-gradient(45deg,transparent 0px, transparent 4px,deeppink 3px, yellow 6px, transparent 6px, transparent 9px),repeating-linear-gradient(45deg,transparent 0px, transparent 1px,turquoise 1px, lightblue 2px, violet 3px, lightseagreen 5px),linear-gradient(
  to bottom,
  rgba(173, 216, 230, 0.01) 5%,
  rgba(144, 238, 144, 0.02) 70%,
  rgba(173, 255, 47, 0.15) 135%
),repeating-linear-gradient(to bottom,rgba(0, 206, 209, 0.66) 0px, rgba(255,255,255,0.1) 1px, rgba(255,215,255,0.2) 2px, transparent 2px, rgba(0,255,255,0.75) 3px, rgba(255,255,255,0.1) 3px, rgba(255,135,255,0.3) 4px);
		
		background-size:1px 365px,340px 1px,1px 365px,340px 1px,2px 355px,4px 365px,340px 2px, 325px 55px, 330px 17px;
		
		background-repeat:no-repeat;
		
		background-position:top 8px left 6px,top 7px left 10px,top 8px right 6px,bottom 7px right 10px,top 14px right 9px,top 8px left 8px,top 5px right 8px,top 22px right 17px,top 15px left 13px;
		

		
		
		filter:drop-shadow(0px 2px white) drop-shadow(0px 0px 5px deeppink) brightness(0.83) contrast(4) hue-rotate(190deg) saturate(0.5);
	

		
		
		z-index:42;
		
		pointer-events:none;
}


.search .entries .entry-card .entry-meta
{
		
		text-shadow:1px 1px mediumvioletred,0px -1px yellowgreen,0px 0px 2px indianred,2px 1px darkgreen;
	
		
		pointer-events:none;

}

.search .entries .entry-card .meta-date::before
{

		content:"";
		position:absolute;
		
		width:331px;
		height:350px;
		
		transform:translatex(-90px) translatey(-308px);

		
		
				background-image:repeating-linear-gradient(to bottom,transparent 0px, transparent 2px, rgba(255,0,0,0.75) 2px, rgba(173, 216, 230, 0.5) 4px),linear-gradient(to bottom,white 0px,cyan 1px, darkred 1px, pink 2px,aqua 2px,white 5px,white 25px,pink 26px , darkcyan 27px , mediumslateblue 28px,white 29px, aqua 30px),linear-gradient(to top,green 0px,pink 1px,black 1px,darkcyan 2px),repeating-linear-gradient(
  to left,
  rgba(0, 0, 0, 0) 0px,
  rgba(255, 255, 0, 0.4) 1px,
  rgba(0, 255, 255, 0.8) 2px,
  rgba(0, 0, 0, 0) 3px
),repeating-linear-gradient(to left,transparent 0px, green 1px, turquoise 2px, transparent 3px),repeating-linear-gradient(
  to left,
  rgba(0, 0, 0, 0) 0px,
  rgba(176, 224, 230, 0.5) 1px,
  rgba(255, 255, 0, 0.75) 2px,
  rgba(0, 0, 0, 0) 3px
);
		background-repeat:no-repeat;
		background-size:100% 20%,99% 30px,100% 2px,99% 15%,99% 3%,99% 10%;
		background-position:top left,bottom 18px left 2px,top 68px left 0px,bottom 60px left,bottom 2px left 1px,bottom 200px left;
		
		mix-blend-mode:luminosity;
		
		filter:contrast(0.85) brightness(1.75) saturate(2.5);
		
		opacity:0.5;
		
		pointer-events:none;
		
}


.search .entries .entry-card .meta-categories 
{
		font-size:18px;
		
		letter-spacing:5px;
		
		font-family:'consolas';
				
		transform:translatey(-5px);
		
		
		background-image:linear-gradient(rgba(90,45,150,0.25));
		background-size:100% 1px;
		background-repeat:no-repeat;
		background-position:bottom 3px right 6px;
		
		pointer-events:none;

}



.search .entries .entry-card .meta-categories a
{
		color:cadetblue;
		
		text-shadow:1px 1px green,0px -1px cyan,0px 0px 2px mediumorchid;
		
		font-weight:500;
		
		filter:brightness(3) contrast(0.5);
		

		
}


.search .entries .entry-card
{
		
		outline:solid 4px lightpink;
		
		border:solid 2px aquamarine;
		
		box-shadow:-5px 0px rgba(230, 125, 236, 0.85),5px 0px rgba(230, 125, 236, 0.85),0px 5px rgba(230, 125, 236, 0.85),0px -5px rgba(230, 125, 236, 0.85);

		width:341px !important;
		height:364px !important;
		

		
}


.search .entries .entry-card::after
{
		content:"";
		position:absolute;
		
		width:337px;
		height:360px;
		
	
		background:transparent;
		
		
		background-size:2px 100%,100% 2px,100% 2px,2px 100%;
		background-repeat:no-repeat;
		
		background-position:top left 1px,top 1px right,bottom 1px right,top right 1px;
		
		background-image:linear-gradient(90deg,powderblue,darkolivegreen),linear-gradient(180deg,powderblue,darkolivegreen),linear-gradient(180deg,powderblue,darkolivegreen),linear-gradient(-270deg,powderblue,darkolivegreen);
		
		
		outline:dashed 1px red;
		
		transform:translatey(-30px) translatex(-30px);
		
		box-shadow:-3px 0px rgba(55, 135, 90, 0.57),3px 0px rgba(55, 135, 90, 0.57),0px 3px rgba(134, 69, 34, 0.44),0px -3px rgba(134, 69, 34, 0.44);
		

		filter:brightness(0.8) contrast(0.8) invert();
		
		opacity:0.63;
		
		z-index:40;
		
		pointer-events:none;

}


.search .entries .entry-card::before
{
		content:"";
		position:absolute;
		
		width:351px;
		height:374px;
		
		transform:translatey(-37px) translatex(-37px);
		
		outline:ridge 2px mediumorchid;
		
		box-shadow:-3px 0px yellowgreen,3px 0px yellowgreen,0px 3px yellowgreen,0px -3px yellowgreen,0px 0px 5px white;
		
		border:solid 1px pink;
		
		border-radius:8px;
		
		background:transparent;
	
		mix-blend-mode:multiply;
		
		filter:brightness(0.715) contrast(5) hue-rotate(190deg) saturate(4.4) drop-shadow(0px 0px 5px powderblue);
		
		opacity:0.53;
		
		pointer-events:none;
		
}
		

/* [se]arch pagination 
   uitlijning items en buttons
*/


.search .ct-pagination
{
		margin-top:20px;
		
		
}

.search .ct-pagination .prev,
.search .ct-pagination .next
{
		margin-top:0px;
}


/* [se]arch zoekresultaten h1 */

.search  #main  h1 
{
	
	position:relative;
	z-index:1000;
	
		
	margin-left:105px;
	margin-bottom:50px;


	font-size:1.5em;
	font-weight:300;
	letter-spacing:7px;
	
	transform:translatey(105px);

	
	filter:drop-shadow(4px 3px 1px rgba(250,240,235,0.1)) drop-shadow(1px 1px 3px darkturquoise) brightness(1.05) contrast(0.97) saturate(1.35) hue-rotate(-80deg) drop-shadow(0px 0px 3px whitesmoke);
	
	text-shadow:2px 2px 20px rgba(154, 205, 50, 0.85), 1px 1px rgba(90, 50, 130, 0.63), -2px -1px 1px rgba(255,225, 190,0.95),-2px 2px rgba(255, 153, 210, 0.85);

	color:rgba(190, 177, 20,0.75);


	width:80%;
	padding-left:25px;
	padding-top:10px;
	padding-bottom:10px;
		
	transform:scalex(0.93) scaley(0.95) translatey(150px);

}



/* [se]arch h1 titel 
   firstletter decoratie 
*/

.search #main h1:first-letter
{
	
	color:rgba(164, 210, 130,0.36);
		
	text-shadow:0px 2px rgba(205, 92, 92, 0.69),-1px -1px rgba(127, 255, 0, 0.4), 0px 0px 40px rgba(127, 185, 212, 0.66);	
		
	font-size:60px;
		
	
	
}


/* [se]arch zoekresultaten h1  
   pseudo style
*/ 

.search #main h1::before
{
		
	content:"";
	position:absolute;
	
	width:50%;
	height:100%;
	
	top:23px;
	left:0px;
		
	transform:scaley(0.5);
	
	background-image:linear-gradient(40deg,rgba(0, 206, 209,0.75) 8%,cyan 20%,yellow 35%,rgba(0, 206, 209,0.75) 60%,pink 90%, yellowgreen 91%);
	background-size:100% 3px,100% 3px;
	background-repeat:no-repeat;
	background-position:bottom 2px right;

	
	filter:hue-rotate(150deg) brightness(0.8) contrast(5) saturate(0.8) sepia(0.5) drop-shadow(0px 2px 2px yellow);
	

	box-shadow:0px 2px rgba(210,155,55,1);
	
	opacity:0.44;
	

	border-bottom:groove 10px rgba(0,0,0,0.1);
		
}

/* [se]arch zoekresultaten h1  
   pseudo style
*/ 

.search #main h1::after
{
	
	content:"";
	position:absolute;
	width:50%;
	height:115%;
	top:-5px;
	left:0px;
	
	background-image:repeating-linear-gradient(90deg,rgba(255,40,50,0.35) 0.5%,rgba(255,10,255,0.4) 1.25%,rgba(138, 190, 226, 0.5) 2%),linear-gradient(rgba(90,160,65,0.63));
	
	background-size:99% 4px,100% 1px;
	background-repeat:no-repeat,no-repeat;
	background-position:top 106px left 2px, bottom 13px left;
	
	opacity:0.47;
	
	filter:brightness(1.35) contrast(0.63) drop-shadow(1px -1px 2px rgba(255,150,100,0.6)) hue-rotate(300deg) saturate(5);
	
}



/* [se]arch zoekwoord styling */

.search #main h1 .searchTitleMarking
{
		position:absolute;
		
    max-width:350px;
		
		left:485px;
		top:50px;
		
		margin-left:130px;
		filter:hue-rotate(290deg) brightness(0.95) contrast(1.55) saturate(1.36) drop-shadow(1px 1px rgba(255, 255, 0, 0.37));

		
		z-index:1000;
		
		
		font-family:inherit;
		font-size:inherit;
		font-weight:inherit;
		font-style:inherit;
		

    white-space:nowrap;
		
		
}


/* [se]arch zoekwoord styling
   pseudo-element
*/    

.search #main h1 .searchTitleMarking::before
{
		content:">";
		position:absolute;
		
		
    transform:translatex(-55px) translatey(-23px);
		
		font-size:1.88em;
		
		filter:hue-rotate(290deg) saturate(2.13) brightness(1.25) drop-shadow(0px 1px rgba(154, 205, 50, 0.43)) contrast(0.66);
		
		z-index:1001;
}


/* [se]arch zoekwoord styling
   pseudo-element
*/

.search #main h1 .searchTitleMarking::after
{
		content:">>>";
		position:absolute;
		

    transform:translatex(30px) translatey(-4px);
		
		
		filter:brightness(0.6) contrast(1.2);
		
		z-index:1001;
}


/* [se]arch lijnen decoratie 
            wideborder
*/
.search_finishingtouchStyles::before
{
	content:"";
	position:absolute;
  width: 100%;
  height: 100%;
  top:0;
	left:0;
	bottom:0;
	right:0;
	background:transparent;
	
	z-index:1;


	background-image: linear-gradient(180deg,rgba(250, 220, 190, 0.53) 10%,rgba(127, 235, 190, 0.51) 70%, rgba(140, 225, 240, 0.4) 10%),linear-gradient(rgba(30, 230, 100, 0.55)),repeating-linear-gradient(180deg,rgba(225, 250, 255, 1) 60%,rgba(240, 140, 195, 0.5) 180%), linear-gradient(rgba(135, 206, 250, 0.25), rgba(135, 206, 250, 0.25)),
  linear-gradient(rgba(250, 190, 255, 1), rgba(175, 175, 255, 0.35)),
  linear-gradient(0deg,rgba(235, 230, 210, 1)),repeating-linear-gradient(
  90deg,
  rgba(255, 182, 193, 0.35) 20%,
  rgba(250, 250, 210, 0.35) 50%,
  rgba(0, 255, 255, 0.2) 80%
),  linear-gradient(180deg,rgba(250, 220, 190, 0.53) 10%,rgba(127, 235, 190, 0.51) 70%, rgba(140, 225, 240, 0.4) 10%),linear-gradient(rgba(30, 230, 100, 0.55)),repeating-linear-gradient(180deg,rgba(225, 250, 255, 1) 60%,rgba(240, 140, 195, 0.5) 180%), linear-gradient(rgba(135, 206, 250, 0.25), rgba(135, 206, 250, 0.25)),
  linear-gradient(rgba(250, 190, 255, 1), rgba(175, 175, 255, 0.35)),
  linear-gradient(0deg,rgba(235, 230, 210, 1)),repeating-linear-gradient(
  90deg,
  rgba(255, 182, 193, 0.35) 20%,
  rgba(250, 250, 210, 0.35) 50%,
  rgba(0, 255, 255, 0.2) 80%
), repeating-linear-gradient(
    45deg,
    transparent 0%,
    transparent 49%,
    rgba(130, 255, 190, 0.66) 70%,
    transparent 51%,
    transparent 100%
  ),linear-gradient(0deg,rgba(230, 220, 190, 0.6)),linear-gradient(0deg,rgba(230, 220, 190, 0.6)),linear-gradient(180deg,rgba(184, 134, 11, 0.13) 40%,rgba(32, 178, 170, 0.11) 110%),linear-gradient(
  180deg,
  rgba(150, 250, 20, 0.35) 20%,
  rgba(35, 255, 210, 0.2) 40%,
  rgba(255, 250, 140, 0.185) 75%
),linear-gradient(
  180deg,
  rgba(255, 0, 255, 0.065) 30%,
  rgba(154, 205, 50, 0.13) 50%
),linear-gradient(
  180deg,
  rgba(60, 230, 140, 0.11) 20%,
  rgba(218, 190, 214, 0.55) 40%,
  rgba(130, 250, 250, 0.35) 100%
), linear-gradient(180deg,rgba(184, 134, 11, 0.13) 40%,rgba(32, 178, 170, 0.11) 110%),
		linear-gradient(
  180deg,
  rgba(150, 250, 20, 0.35) 20%,
  rgba(35, 255, 210, 0.2) 40%,
  rgba(255, 250, 140, 0.185) 75%
), linear-gradient(180deg,
  rgba(255, 0, 255, 0.065) 30%,
  rgba(154, 205, 50, 0.13) 50%), linear-gradient(
  180deg,
  rgba(60, 230, 140, 0.11) 20%,
  rgba(218, 190, 214, 0.55) 40%,
  rgba(130, 250, 250, 0.35) 100%
),linear-gradient(whitesmoke),linear-gradient(lightcyan),linear-gradient( rgba(197, 221, 170, 0.35)),linear-gradient(rgba(238, 232, 170, 0.75)),linear-gradient(whitesmoke),linear-gradient(lightcyan),linear-gradient( rgba(197, 221, 170, 0.35)),linear-gradient(rgba(238, 232, 170, 0.75));
	
	background-repeat:no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,repeat-x,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat;
	
	background-size:1px 260px,1px 10px,43px 2px,1px 260px,1px 10px,1px calc(100% - 736px),3px calc(100% - 736px), 1px 260px,1px 10px,43px 2px,1px 260px,1px 10px,1px calc(100% - 736px),3px calc(100% - 736px), 8px 5px,1px calc(100% - 736px),1px calc(100% - 736px),1px calc(100% - 736px),1px 270px,1px calc(100% - 736px),1px 270px,1px calc(100% - 736px),1px 270px,1px calc(100% - 736px),1px 270px,1px calc(100% - 736px),1px calc(100% - 736px),1px calc(100% - 736px),1px calc(100% - 736px),1px calc(100% - 736px),1px calc(100% - 736px),1px calc(100% - 736px),1px calc(100% - 736px);
	
	background-position: bottom 77px left calc(10% + 5px),bottom 337px left calc(10% + 5px), bottom 347px left calc(10% - 30px),bottom 77px left calc(10% + 8px),bottom 337px left calc(10% + 8px), bottom 347px left calc(10% - 147px),bottom 348px left calc(10% - 35px),bottom 77px right calc(10% + 5px),bottom 337px right calc(10% + 5px), bottom 347px right calc(10% - 30px),bottom 77px right calc(10% + 8px),bottom 337px right calc(10% + 8px), bottom 347px right calc(10% - 147px),bottom 348px right calc(10% - 35px), top 383px left,bottom 347px left calc(10% - 17px),bottom 347px right calc(10% - 17px), bottom 347px left 84px,bottom 77px left 84px,bottom 347px left 78px,bottom 77px left 78px,bottom 347px right 84px,bottom 77px right 84px,bottom 347px right 78px,bottom 77px right 78px,bottom 347px left calc(10% - 8px),bottom 347px left calc(10% - 160px),bottom 347px left calc(10% - 190px),bottom 347px left calc(10% - 235px),bottom 347px right calc(10% - 8px),bottom 347px right calc(10% - 160px),bottom 347px right calc(10% - 190px),bottom 347px right calc(10% - 235px);
	

	
	pointer-events: none;

	
	filter:drop-shadow(1px 1px 5px rgba(127, 255, 212, 0.5)) saturate(1.4) contrast(0.97) brightness(1.03) hue-rotate(70deg);
	
}


.search_finishingtouchStyles::after
{
		
	content:"";
	position:absolute;
  width: 100%;
  height: 5px;
  top:383px;
	left:0;

		
	background-image:linear-gradient(to bottom,rgba(155, 169, 163, 1) 30%,indianred 30%);
		
	filter:saturate(1.47) contrast(0.6) brightness(1.3) sepia(0.5) hue-rotate(35deg);
		
		
	 mix-blend-mode:hue;
		
}


#lineOverlayHeader {
  /* Define the CSS variable here */
  --line-overlay-distance: 0px; /* Give it a default value */
		
		pointer-events:none;
}

#lineOverlayHeader::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 100%;
  height: 391px;
  z-index: 999;
  background-image: linear-gradient(rgba(255,204,255,0.75)),linear-gradient(rgba(204,204,255,0.55)),linear-gradient(rgba(255,204,255,0.75)),linear-gradient(rgba(204,204,255,0.55)),repeating-linear-gradient(to left,transparent 0px, transparent 2px,rgba(224, 255, 255, 0.2) 2px,rgba(176, 196, 222, 0.1) 3px,transparent 4px,transparent 5px),repeating-linear-gradient(to left,transparent 0px, transparent 2px,rgba(224, 255, 255, 0.2) 2px,rgba(176, 196, 222, 0.1) 3px,transparent 4px,transparent 5px),linear-gradient(rgba(255, 218, 185, 0.45)),linear-gradient(lightcyan),linear-gradient(rgba(255, 218, 185, 0.45)),linear-gradient(lightcyan),repeating-linear-gradient(to left, rgba(255, 255, 224, 0.1) 0px, rgba(255, 182, 193, 0.5) 3px, rgba(224, 255, 255, 0.3) 5px, rgba(173, 216, 230, 0.8) 7px, rgba(255, 0, 0, 0.0) 7px, rgba(255, 0, 0, 0.0) 20px),linear-gradient(to left, rgba(0, 0, 255, 0.2) 0px, rgba(144, 238, 144, 0.2) 1px, rgba(224, 255, 255, 0.3) 2px, rgba(224, 255, 255, 0.2) 3px),repeating-linear-gradient(to left,rgba(255, 255, 224, 0.2) 0px,rgba(255, 255, 224, 0.4) 7px,rgba(255, 182, 193, 0.6) 8px,rgba(144, 238, 144, 0.4) 13px),linear-gradient(180deg,rgba(0,255,255,0.5) 30%,rgba(255, 193, 204, 0.5) 60%),linear-gradient(90deg,rgba(224, 255, 230, 0.35) 35%,rgba(255, 255, 224, 0.66) 70%),linear-gradient(270deg,rgba(224, 255, 230, 0.35) 35%,rgba(255, 255, 224, 0.66) 70%),linear-gradient(90deg,rgba(210, 160, 182, 0.27) 13%,rgba(160, 218, 71, 0.25) 25%,rgba(255, 182, 193, 0.35) 65%,rgba(75, 183, 226, 0.27) 120%),linear-gradient(270deg,rgba(160, 218, 71, 0.25) 15%,rgba(255, 182, 193, 0.35) 55%,rgba(75, 200, 226, 0.2) 110%),linear-gradient(rgba(238, 232, 170, 0.8)),linear-gradient(rgba(238, 232, 170, 0.48)),linear-gradient(180deg,rgba(225, 255, 224, 0.45) 25%,rgba(184, 40, 80, 0.3) 170%),repeating-linear-gradient(to left,transparent 0px, transparent 1px,rgba(255, 182, 193, 0.63) 1px,transparent 2px,transparent 3px),repeating-linear-gradient(to left,rgba(0, 206, 140, 0.2) 1px,rgba(154, 205, 50, 0.1) 2px,transparent 2px, transparent 5px),linear-gradient(to top,rgba(238, 170, 185, 0.23) 45%,rgba(255, 255, 224, 0.15) 40%,rgba(0, 255, 127, 0.25) 140%),repeating-linear-gradient(to left,transparent 0px, transparent 1px,rgba(173, 255, 47, 0.73) 1px, transparent 2px, transparent 6px),linear-gradient(rgba(166, 255, 255, 0.75)),linear-gradient(rgba(180, 255, 255, 0.75)),linear-gradient(rgba(255, 182, 193, 0.5)),linear-gradient(rgba(255, 182, 193, 0.5)),url('http://flippant.eu/wp-content/uploads/2025/10/layerstripn6n2.png'),url('http://flippant.eu/wp-content/uploads/2025/10/sqrlinks_bg1n23.png'),url('http://flippant.eu/wp-content/uploads/2025/10/sqrlinks_bg2.png'),url('http://flippant.eu/wp-content/uploads/2025/10/sqrlinks_bg3n4.png'),url('http://flippant.eu/wp-content/uploads/2025/10/sqrlinks_bg4n2.png'),url('http://flippant.eu/wp-content/uploads/2025/10/sqrlinks_bg5n5.png'),url('http://flippant.eu/wp-content/uploads/2025/10/sqrlinks_bg6nnn15.png'),url('http://flippant.eu/wp-content/uploads/2025/10/sqrlinks_bg7n3.png');
		
		
  /* Use the CSS variable in the background-size property */
		
  background-size: var(--line-overlay-distance) 1px,var(--line-overlay-distance) 1px,var(--line-overlay-distance) 1px,var(--line-overlay-distance) 1px,calc(var(--line-overlay-distance) + 4px) 48px,calc(var(--line-overlay-distance) + 4px) 48px, calc(var(--line-overlay-distance) + 2px) 1px,calc(var(--line-overlay-distance) + 2px) 1px,calc(var(--line-overlay-distance) + 2px) 1px,calc(var(--line-overlay-distance) + 2px) 1px,calc(100% + 6px) 2px,2px 3px,100% 1px,1px 310px,calc(var(--line-overlay-distance) - 20px) 25px,calc(var(--line-overlay-distance) - 20px) 25px,811px 1px,811px 1px,811px 1px,811px 1px,827px 10px,428px 5px,420px 40px,236px 25px,240px 10px,17px 1px,1px 17px,17px 1px,1px 17px,368px 13px,814px 25px,546px 149px,449px 51px,489px 11px,509px 41px,397px 15px,403px 44px;
		
  background-position: top 59px left, top 62px left,top 59px right, top 62px right,top 5px left -2px,top 5px right -2px,bottom 22px left,bottom 23px left,bottom 22px right,bottom 23px right,top 1px left 8px,top 4px left,top 1px left,bottom 20px left calc(var(--line-overlay-distance) + 7px),top 75px left 12px,top 75px right 12px,bottom 33px left calc(var(--line-overlay-distance) + 29px),bottom 31px left calc(var(--line-overlay-distance) + 29px),bottom 35px left calc(var(--line-overlay-distance) + 29px),bottom 42px left calc(var(--line-overlay-distance) + 29px),bottom 21px left calc(var(--line-overlay-distance) + 18px),bottom 22px right calc(var(--line-overlay-distance) + 13px),bottom 29px right calc(var(--line-overlay-distance) + 16px),bottom 36px left calc(var(--line-overlay-distance) + 32px),bottom 28px left calc(var(--line-overlay-distance) + 29px),top 100px right calc(var(--line-overlay-distance) + 465px),top 100px right calc(var(--line-overlay-distance) + 464px),top 102px right calc(var(--line-overlay-distance) + 465px),top 100px right calc(var(--line-overlay-distance) + 462px),top 100px right calc(var(--line-overlay-distance) + 43px),top 63px left calc(var(--line-overlay-distance) + 27px),top 95px left calc(var(--line-overlay-distance) + 282px),top 127px left calc(var(--line-overlay-distance) + 370px), top 182px left calc(var(--line-overlay-distance) + 322px),top 253px left calc(var(--line-overlay-distance) + 306px),top 131px right calc(var(--line-overlay-distance) + 29px),top 278px right calc(var(--line-overlay-distance) + 27px);
		
  background-repeat: no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,repeat-x,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat;
		
		border-top:dashed 1px rgba(154, 205, 50, 0.4);
		
		border-bottom:solid 1px rgba(255, 182, 193, 0.75);
		
	

}

#lineOverlayHeader::before {
		
		content:"";
		position:absolute;
		
		top:53px;
		left:50%;
		
		width:1262px;
		height:312px;
				transform:translatex(-49.9%);
		
		z-index:999;
		pointer-events:none;
		
		
		background-image:linear-gradient(90deg, rgba(64, 224, 208, 0.35) 20%, rgba(135, 206, 235, 0.54) 35%, rgba(255, 190, 47, 0.37) 80%,rgba(225, 0, 200, 0.13) 125%),linear-gradient(0deg, rgba(255, 255, 0, 0.34) 20%, rgba(218, 112, 214, 0.28) 60%, rgba(255, 182, 193, 0.36) 80%),linear-gradient(270deg, rgba(255, 215, 0, 0.45) 35%, rgba(110, 135, 100, 0.4) 60%, rgba(32, 178, 170, 0.25) 70%,rgba(255, 255, 0, 0.35) 100%),linear-gradient(180deg, rgba(127, 255, 212, 0.48) 35%, rgba(205, 92, 92, 0.18) 55%, rgba(255, 255, 240, 0.87) 90%),linear-gradient(rgba(255, 235, 0, 0.9)),linear-gradient(rgba(255, 235, 0, 0.9)),linear-gradient(rgba(176, 160, 222, 0.25)),linear-gradient(rgba(176, 125, 222, 0.25)),linear-gradient(rgba(176, 153, 222, 0.25)),linear-gradient(rgba(176, 155, 222, 0.25)),linear-gradient(rgba(255, 245, 175, 0.95)),linear-gradient(rgba(255, 245, 160, 0.95)),linear-gradient(90deg, rgba(176, 224, 230, 0.45) 20%, rgba(235, 215, 80, 0.55) 30%, rgba(173, 255, 47, 0.83) 50%, rgba(255, 255, 0, 0.45) 75%, rgba(176, 224, 230, 0.45) 90%),linear-gradient(rgba(176, 196, 222, 0.28)),repeating-linear-gradient(to left,rgba(218, 165, 110, 0.8) 0px,transparent 1px,transparent 4px),linear-gradient(rgba(176, 195, 190, 0.4)),linear-gradient(rgba(176, 196, 222, 0.45)),repeating-linear-gradient(to bottom, transparent 0px, rgba(235, 225, 250, 0.35)
 1px, transparent 1px ,transparent 2px, transparent 8px),repeating-linear-gradient(to bottom, transparent 0px, rgba(176, 196, 222, 0.63) 1px,transparent 1px ,transparent 2px, transparent 8px),linear-gradient(180deg,rgba(157, 255, 255, 0.13) 30%,rgba(255, 255, 224, 0.23) 45%,rgba(255, 192, 203, 0.11) 90%,rgba(186, 85, 211, 0.05) 115%),linear-gradient(rgba(175, 85, 127, 0.1)),linear-gradient(rgba(176, 196, 222, 0.2)),linear-gradient(90deg,rgba(0,255,90,0.2) 30%,rgba(173, 255, 47, 0.45) 40%,rgba(255, 192, 203, 0.5) 85%),linear-gradient(90deg,rgba(0,255,90,0.2) 30%,rgba(173, 255, 47, 0.55) 40%,rgba(255, 192, 203, 0.5) 85%),linear-gradient(90deg,rgba(0,255,90,0.35) 30%,rgba(173, 255, 47, 0.8) 40%,rgba(255, 192, 203, 0.4) 85%),linear-gradient(180deg,rgba(255, 192, 203, 0.2) 30%,rgba(0,255,255,0.35) 70%, rgba(218, 112, 214, 0.4) 110% ),linear-gradient(rgba(176, 196, 222, 0.2)),linear-gradient(180deg,rgba(255, 192, 203, 0.3) 30%,rgba(0,255,255,0.45) 70%, rgba(218, 112, 214, 0.5) 110% ),linear-gradient(rgba(176, 196, 222, 0.2));
		
		background-size:340px 1px,2px 155px,250px 1px,2px 90px,35px 1px,1px 25px,340px 1px,1px 155px,250px 1px,1px 90px,35px 1px,1px 25px,518px 1px,518px 3px,518px 183px,518px 1px,518px 1px,395px 40px,395px 40px,395px 50px,395px 1px,395px 1px,395px 3px,395px 2px,395px 1px,1px 55px,1px 55px,1px 55px,1px 55px,1px 55px;
		
		background-position:top 35px left 260px,bottom 122px left 260px,top 73px right 445px,bottom 148px right 445px,top 72px left 295px,bottom 214px left 295px,top 33px left 260px,bottom 122px left 258px,top 71px right 445px,bottom 148px right 443px,top 74px left 295px,top 73px left 297px,bottom 115px right 462px,bottom 117px right 462px,bottom 58px right 462px,bottom 39px right 462px,bottom 37px right 462px,top 265px right 14px,top 265px right 14px,top 20px right 14px,top 77px right 14px,top 79px right 14px,bottom 10px right 14px,bottom 25px right 14px,bottom 42px right 14px,top 20px right 408px,top 20px right 406px,top 20px right 16px,top 20px right 14px;
		
		background-repeat:no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat;
		
		
	filter:brightness(1) contrast(0.8) hue-rotate(-10deg) drop-shadow(0px 2px 2px rgba(255, 255, 179, 1)) ;	
		opacity:0.5;
		
		
}