/* Merged CSS file, created 2025-07-08 07:09:42 */
/*
 * qTip2 - Pretty powerful tooltips - v2.2.0
 * http://qtip2.com
 *
 * Copyright (c) 2014 Craig Michael Thompson
 * Released under the MIT, GPL licenses
 * http://jquery.org/license
 *
 * Date: Sat Mar 15 2014 08:00 EDT-0400
 * Plugins: tips viewport imagemap svg modal ie6
 * Styles: basic css3
 */
.qtip{
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;

	max-width: 280px;
	min-width: 50px;
	
	font-size: 10.5px;
	line-height: 12px;

	direction: ltr;

	box-shadow: none;
	padding: 0;
}

	.qtip-content{
		position: relative;
		padding: 5px 9px;
		overflow: hidden;

		text-align: left;
		word-wrap: break-word;
	}

	.qtip-titlebar{
		position: relative;
		padding: 5px 35px 5px 10px;
		overflow: hidden;

		border-width: 0 0 1px;
		font-weight: bold;
	}

	.qtip-titlebar + .qtip-content{ border-top-width: 0 !important; }

	/* Default close button class */
	.qtip-close{
		position: absolute;
		right: -9px; top: -9px;

		cursor: pointer;
		outline: medium none;

		border-width: 1px;
		border-style: solid;
		border-color: transparent;
	}

		.qtip-titlebar .qtip-close{
			right: 4px; top: 50%;
			margin-top: -9px;
		}
	
		* html .qtip-titlebar .qtip-close{ top: 16px; } /* IE fix */

		.qtip-titlebar .ui-icon,
		.qtip-icon .ui-icon{
			display: block;
			text-indent: -1000em;
			direction: ltr;
		}

		.qtip-icon, .qtip-icon .ui-icon{
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			text-decoration: none;
		}

			.qtip-icon .ui-icon{
				width: 18px;
				height: 14px;

				line-height: 14px;
				text-align: center;
				text-indent: 0;
				font: normal bold 10px/13px Tahoma,sans-serif;

				color: inherit;
				background: transparent none no-repeat -100em -100em;
			}

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.qtip-focus{}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.qtip-hover{}

/* Default tooltip style */
.qtip-default{
	border-width: 1px;
	border-style: solid;
	border-color: #F1D031;

	background-color: #FFFFA3;
	color: #555;
}

	.qtip-default .qtip-titlebar{
		background-color: #FFEF93;
	}

	.qtip-default .qtip-icon{
		border-color: #CCC;
		background: #F1F1F1;
		color: #777;
	}
	
	.qtip-default .qtip-titlebar .qtip-close{
		border-color: #AAA;
		color: #111;
	}



/*! Light tooltip style */
.qtip-light{
	background-color: white;
	border-color: #E2E2E2;
	color: #454545;
}

	.qtip-light .qtip-titlebar{
		background-color: #f1f1f1;
	}


/*! Dark tooltip style */
.qtip-dark{
	background-color: #505050;
	border-color: #303030;
	color: #f3f3f3;
}

	.qtip-dark .qtip-titlebar{
		background-color: #404040;
	}

	.qtip-dark .qtip-icon{
		border-color: #444;
	}

	.qtip-dark .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/*! Cream tooltip style */
.qtip-cream{
	background-color: #FBF7AA;
	border-color: #F9E98E;
	color: #A27D35;
}

	.qtip-cream .qtip-titlebar{
		background-color: #F0DE7D;
	}

	.qtip-cream .qtip-close .qtip-icon{
		background-position: -82px 0;
	}


/*! Red tooltip style */
.qtip-red{
	background-color: #F78B83;
	border-color: #D95252;
	color: #912323;
}

	.qtip-red .qtip-titlebar{
		background-color: #F06D65;
	}

	.qtip-red .qtip-close .qtip-icon{
		background-position: -102px 0;
	}

	.qtip-red .qtip-icon{
		border-color: #D95252;
	}

	.qtip-red .qtip-titlebar .ui-state-hover{
		border-color: #D95252;
	}


/*! Green tooltip style */
.qtip-green{
	background-color: #CAED9E;
	border-color: #90D93F;
	color: #3F6219;
}

	.qtip-green .qtip-titlebar{
		background-color: #B0DE78;
	}

	.qtip-green .qtip-close .qtip-icon{
		background-position: -42px 0;
	}


/*! Blue tooltip style */
.qtip-blue{
	background-color: #E5F6FE;
	border-color: #ADD9ED;
	color: #5E99BD;
}

	.qtip-blue .qtip-titlebar{
		background-color: #D0E9F5;
	}

	.qtip-blue .qtip-close .qtip-icon{
		background-position: -2px 0;
	}



.qtip-shadow{
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.qtip-rounded .qtip-titlebar{
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

/* Youtube tooltip style */
.qtip-youtube{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	
	-webkit-box-shadow: 0 0 3px #333;
	-moz-box-shadow: 0 0 3px #333;
	box-shadow: 0 0 3px #333;

	color: white;
	border-width: 0;

	background: #4A4A4A;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,black));
	background-image: -webkit-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -moz-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -ms-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -o-linear-gradient(top,#4A4A4A 0,black 100%);
}

	.qtip-youtube .qtip-titlebar{
		background-color: #4A4A4A;
		background-color: rgba(0,0,0,0);
	}
	
	.qtip-youtube .qtip-content{
		padding: .75em;
		font: 12px arial,sans-serif;
		
		filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
		-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
	}

	.qtip-youtube .qtip-icon{
		border-color: #222;
	}

	.qtip-youtube .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/* jQuery TOOLS Tooltip style */
.qtip-jtools{
	background: #232323;
	background: rgba(0, 0, 0, 0.7);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
	background-image: -moz-linear-gradient(top, #717171, #232323);
	background-image: -webkit-linear-gradient(top, #717171, #232323);
	background-image: -ms-linear-gradient(top, #717171, #232323);
	background-image: -o-linear-gradient(top, #717171, #232323);

	border: 2px solid #ddd;
	border: 2px solid rgba(241,241,241,1);

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-shadow: 0 0 12px #333;
	-moz-box-shadow: 0 0 12px #333;
	box-shadow: 0 0 12px #333;
}

	/* IE Specific */
	.qtip-jtools .qtip-titlebar{
		background-color: transparent;
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
	}
	.qtip-jtools .qtip-content{
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
	}

	.qtip-jtools .qtip-titlebar,
	.qtip-jtools .qtip-content{
		background: transparent;
		color: white;
		border: 0 dashed transparent;
	}

	.qtip-jtools .qtip-icon{
		border-color: #555;
	}

	.qtip-jtools .qtip-titlebar .ui-state-hover{
		border-color: #333;
	}


/* Cluetip style */
.qtip-cluetip{
	-webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);

	background-color: #D9D9C2;
	color: #111;
	border: 0 dashed transparent;
}

	.qtip-cluetip .qtip-titlebar{
		background-color: #87876A;
		color: white;
		border: 0 dashed transparent;
	}
	
	.qtip-cluetip .qtip-icon{
		border-color: #808064;
	}
	
	.qtip-cluetip .qtip-titlebar .ui-state-hover{
		border-color: #696952;
		color: #696952;
	}


/* Tipsy style */
.qtip-tipsy{
	background: black;
	background: rgba(0, 0, 0, .87);

	color: white;
	border: 0 solid transparent;

	font-size: 11px;
	font-family: 'Lucida Grande', sans-serif;
	font-weight: bold;
	line-height: 16px;
	text-shadow: 0 1px black;
}

	.qtip-tipsy .qtip-titlebar{
		padding: 6px 35px 0 10px;
		background-color: transparent;
	}

	.qtip-tipsy .qtip-content{
		padding: 6px 10px;
	}
	
	.qtip-tipsy .qtip-icon{
		border-color: #222;
		text-shadow: none;
	}

	.qtip-tipsy .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/* Tipped style */
.qtip-tipped{
	border: 3px solid #959FA9;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	background-color: #F9F9F9;
	color: #454545;

	font-weight: normal;
	font-family: serif;
}

	.qtip-tipped .qtip-titlebar{
		border-bottom-width: 0;

		color: white;
		background: #3A79B8;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
		background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
	}

	.qtip-tipped .qtip-icon{
		border: 2px solid #285589;
		background: #285589;
	}

		.qtip-tipped .qtip-icon .ui-icon{
			background-color: #FBFBFB;
			color: #555;
		}


/**
 * Twitter Bootstrap style.
 *
 * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
 * Does not work with IE 7.
 */
.qtip-bootstrap{
	/** Taken from Bootstrap body */
	font-size: 14px;
	line-height: 20px;
	color: #333333;

	/** Taken from Bootstrap .popover */
	padding: 1px;
	background-color: #ffffff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

	.qtip-bootstrap .qtip-titlebar{
		/** Taken from Bootstrap .popover-title */
		padding: 8px 14px;
		margin: 0;
		font-size: 14px;
		font-weight: normal;
		line-height: 18px;
		background-color: #f7f7f7;
		border-bottom: 1px solid #ebebeb;
		-webkit-border-radius: 5px 5px 0 0;
		-moz-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
	}

		.qtip-bootstrap .qtip-titlebar .qtip-close{
			/**
			 * Overrides qTip2:
			 * .qtip-titlebar .qtip-close{
			 *   [...]
			 *   right: 4px;
			 *   top: 50%;
			 *   [...]
			 *   border-style: solid;
			 * }
			 */
			right: 11px;
			top: 45%;
			border-style: none;
		}

	.qtip-bootstrap .qtip-content{
		/** Taken from Bootstrap .popover-content */
		padding: 9px 14px;
	}

	.qtip-bootstrap .qtip-icon{
		/**
		 * Overrides qTip2:
		 * .qtip-default .qtip-icon {
		 *   border-color: #CCC;
		 *   background: #F1F1F1;
		 *   color: #777;
		 * }
		 */
		background: transparent;
	}

		.qtip-bootstrap .qtip-icon .ui-icon{
			/**
			 * Overrides qTip2:
			 * .qtip-icon .ui-icon{
			 *   width: 18px;
			 *   height: 14px;
			 * }
			 */
			width: auto;
			height: auto;

			/* Taken from Bootstrap .close */
			float: right;
			font-size: 20px;
			font-weight: bold;
			line-height: 18px;
			color: #000000;
			text-shadow: 0 1px 0 #ffffff;
			opacity: 0.2;
			filter: alpha(opacity=20);
		}

		.qtip-bootstrap .qtip-icon .ui-icon:hover{
			/* Taken from Bootstrap .close:hover */
			color: #000000;
			text-decoration: none;
			cursor: pointer;
			opacity: 0.4;
			filter: alpha(opacity=40);
		}


/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar{
	filter: none;
	-ms-filter: none;
}



.qtip .qtip-tip{
	margin: 0 auto;
	overflow: hidden;
	z-index: 10;
	
}

	/* Opera bug #357 - Incorrect tip position
	https://github.com/Craga89/qTip2/issues/367 */
	x:-o-prefocus, .qtip .qtip-tip{
		visibility: hidden;
	}

	.qtip .qtip-tip,
	.qtip .qtip-tip .qtip-vml,
	.qtip .qtip-tip canvas{
		position: absolute;

		color: #123456;
		background: transparent;
		border: 0 dashed transparent;
	}
	
	.qtip .qtip-tip canvas{ top: 0; left: 0; }

	.qtip .qtip-tip .qtip-vml{
		behavior: url(#default#VML);
		display: inline-block;
		visibility: visible;
	}

#qtip-overlay{
	position: fixed;
	left: 0; top: 0;
	width: 100%; height: 100%;
}

	/* Applied to modals with show.modal.blur set to true */
	#qtip-overlay.blurs{ cursor: pointer; }

	/* Change opacity of overlay here */
	#qtip-overlay div{
		position: absolute;
		left: 0; top: 0;
		width: 100%; height: 100%;

		background-color: black;

		opacity: 0.7;
		filter:alpha(opacity=70);
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	}



.qtipmodal-ie6fix{
	position: absolute !important;
}div .vvAfbeeldingAfbeeldingen{
	width:98%;
}
.vvAfbeeldingenAfbeelding{

}.vvStandaardTekstDiv{
	
}
.vvStandaardTekstDivContainer{
		
}
.vvStandaardTekstDownload{
	display:block;
	clear:right;
	font-size:8pt;
	font-style:italic; 
}
.topLeft{
	position:relative;
	font-size:2px; /*benodigd voor IE*/
	width:8px;
	height:8px;
	z-index:100;
}
.topRight{
	position:relative;
	float:right;
	margin-top:-8px;
	font-size:2px; /*benodigd voor IE*/
	width:8px;
	height:8px;
	z-index:100;
}
.vvStandaardTekstBallon{
	position:relative;
	top:-8px;
	margin-top:0px;
	padding:5px;
	border:1px solid #b8dbee;
	background-color:#f2ffff;
}
.bottomLeft{
	margin-top:-17px;
	position:relative;
	width:40px;
	height:19px;
	font-size:2px; /*benodigd voor IE*/
	z-index:100;
}
.bottomRight{
	position:relative;
	float:right;
	margin-top:-18px;
	font-size:2px; /*benodigd voor IE*/
	width:8px;
	height:8px;
	z-index:100;
}
.popDiv{

}
.voettekst{
	float:left;
}
.popDiv img{
	margin-left:40px;
}
.voettekst .voetnoot{
	display:block;
	padding-top:10px;
	margin-left:5px;
	font-style:italic;
}
.vvStandaardTekstDownloadDiv{
	clear:left;
	float:left;
}table.vv_pakketlijst {
    width:98%;
}
table.vv_pakketlijst td {
    vertical-align: top;
}
table.vv_pakketlijst td.lijst_body {
    padding: 3px;
}
table.vv_pakketlijst td.lijst_afbeelding {
    width: 1px;
    overflow:auto;
}
table.vv_pakketlijst div.lijst_symbool_2 {
    margin-top: 3px;
}
table.vv_pakketlijst td.lijst_minprijs {
    white-space: nowrap;
    width:114px;
}
table.vv_pakketlijst td.lijst_minprijs_uitgebreid {
    white-space: nowrap;
    width:114px;
}
table.vv_pakketlijst td.lijst_minprijs_uitgebreid span {
    clear: none;
}table.elementcategorielijst {
    width: 98%;
}
table.elementcategorielijst td{
    vertical-align:top;
}
table.elementcategorielijst td.lijst_afbeelding {
    width: 1px;
    overflow: auto;
}
table.elementcategorielijst td.lijst_body{
	padding:3px;
}
/* Opmaak verschijningsvorm iconen standaard */
div#vv_icoonlijst {}/*ABSTRACT*/

#vv_icoonlijst img {}/*ABSTRACT*//**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay{position:absolute;top:0;left:0;z-index:90;width:100%;height:500px}#jquery-lightbox{position:absolute;top:0;left:0;width:100%;z-index:100;text-align:center;line-height:0}#jquery-lightbox a img{border:none}#lightbox-container-image-box{position:relative;background-color:#fff;width:250px;height:250px;margin:0 auto}#lightbox-container-image{padding:10px}#lightbox-loading{position:absolute;top:40%;left:0%;height:25%;width:100%;text-align:center;line-height:0}#lightbox-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}#lightbox-container-image-box>#lightbox-nav{left:0}#lightbox-nav a{outline:none}#lightbox-nav-btnPrev,#lightbox-nav-btnNext{width:49%;height:100%;zoom:1;display:block;background:url(https://www.nrv.nl/cache/merge/986f520f7895bc1bf2ccf350c547ce6f_prevlabel.gif) no-repeat;margin-top:20%}#lightbox-nav-btnPrev{left:0;float:left;margin-left:5px}#lightbox-nav-btnNext{right:0;float:right;margin-right:5px}#lightbox-nav-btnNext{background:url(https://www.nrv.nl/cache/merge/986f520f7895bc1bf2ccf350c547ce6f_nextlabel.gif) no-repeat;width:85px;height:22px}#lightbox-container-image-data-box{font:10px Verdana,Helvetica,sans-serif;background-color:#fff;margin:0 auto;line-height:1.4em;overflow:auto;width:100%;padding:0 10px 0}#lightbox-container-image-data{padding:0 10px;color:#666}#lightbox-container-image-data #lightbox-image-details{width:70%;float:left;text-align:left}#lightbox-image-details-caption{font-weight:700}#lightbox-image-details-currentNumber{display:block;clear:left;padding-bottom:1em}#lightbox-secNav-btnClose{width:85px;height:22px;float:right;padding-bottom:.7em;background:url(https://www.nrv.nl/cache/merge/986f520f7895bc1bf2ccf350c547ce6f_closelabel.gif) no-repeat}.ui-widget-overlay.ui-front{background:none repeat scroll 50% 50% #AAA}div .vvAfbeeldingAfbeeldingen{margin-top:0;width:100%;padding-top:10px;padding-bottom:10px;border:0}.vvAfbeeldingenAfbeelding,div.vvAfbeeldingAfbeeldingen img{padding:3px;background-color:#fff;margin-bottom:4px}div.Homepage span.indexcontent table#tablayout tbody tr td#tablayout_a1 div.vvStandaardTekstDiv div.vvStandaardTekst h3{color:#000;font-weight:700;font-size:18px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:10px;margin-right:0;margin-bottom:4px;margin-left:-50px;text-align:center}div.Homepage span.indexcontent table#tablayout tbody tr td#tablayout_a1 div.vvStandaardTekstDiv div.vvStandaardTekst p{color:#000;font-size:12px;text-decoration:none;font-weight:700}.vvStandaardTekst p{text-align:left!important}div.vvStandaardTekst h3{color:#333333!important;font-size:15px;margin-bottom:0}span.vvStandaardTekstDatum{display:none}table.vv_pakketlijst td.lijst_minprijs_uitgebreid{text-align:center}table.vv_pakketlijst td.lijst_minprijs_uitgebreid a img{position:relative}table.vv_pakketlijst td.lijst_minprijs_uitgebreid span{color:#c62a00;font-weight:700}table.vv_pakketlijst td.lijst_minprijs_uitgebreid span.lijst_minprijsprijs{font-size:12pt;clear:both;display:block}table.vv_pakketlijst td.lijst_minprijs{color:#c62a00;font-weight:700}table.vv_pakketlijst td.lijst_minprijs_uitgebreid div.border{border:1px solid #c3c3c3;margin-bottom:2px;padding:4px}table.vv_pakketlijst td.lijst_minprijs_uitgebreid img{padding:0;margin-top:2px}table.vv_pakketlijst td.lijst_header h3{border-bottom:1px solid #c3c3c3;margin-bottom:5px;padding:5px}.lijst_onderkop{font-style:italic;color:#8c8c8c}table.vv_pakketlijst td.lijst_body{padding:0;padding-left:7px;padding-right:7px}table.vv_pakketlijst td.lijst_body span.lijst_aanbieding{padding:0;margin:0}table.vv_pakketlijst td.lijst_body span.lijst_aanbieding img{vertical-align:middle}div#vv_icoonlijst{margin-top:20px;width:98%;float:left;text-align:right}#vv_icoonlijst img{margin-right:8px;margin-top:5px}#jquery-lightbox{left:0;line-height:0;position:fixed;text-align:center;width:100%;z-index:9999}#lightbox-container-image-box{background-color:#FFF;height:250px;margin:0 auto;position:relative;width:250px}#lightbox-container-image{padding:10px}#lightbox-nav{height:100%;left:0;position:absolute;top:0;width:100%;z-index:10}#lightbox-loading{height:25%;left:0;line-height:0;position:absolute;text-align:center;top:40%;width:100%}#jquery-overlay{height:500px;left:0;position:absolute;top:0;width:100%;z-index:9998}#lightbox-container-image-data-box{background-color:#FFF;font:10px/1.4em Verdana,Helvetica,sans-serif;margin:0 auto;overflow:auto;padding:0 10px;width:100%;box-sizing:content-box!important}#lightbox-container-image-data{color:#666;padding:0 10px}#lightbox-container-image-data #lightbox-image-details{float:left;text-align:left;width:70%}#lightbox-image-details-caption{font-weight:700}#lightbox-image-details-currentNumber{clear:left;display:block;padding-bottom:1em}#lightbox-secNav-btnClose{background:url(https://www.nrv.nl/webafbeeldingen/cross-remove.png) no-repeat 0 0;float:right;height:24px;width:24px;margin:0 0 10px 0}#lightbox-nav-btnNext,#lightbox-nav-btnPrev{top:158px;width:48px;height:48px;position:absolute}#lightbox-nav-btnNext{background:url(https://www.nrv.nl/webafbeeldingen/arrows.png) no-repeat -48px 0 #fff;right:10px}#lightbox-nav-btnPrev{background:url(https://www.nrv.nl/webafbeeldingen/arrows.png) no-repeat 0 0 #fff;left:10px}body:after{content:url(https://www.nrv.nlhttps://www.nrv.nl/webafbeeldingen/close.png) url(/Images/loading.gif) url(https://www.nrv.nl/webafbeeldingen/prev.png) urlhttps://www.nrv.nl/webafbeeldingen/next.png);display:none}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity:.8;display:none}.lightbox{position:absolute;left:0;width:100%;z-index:10000;text-align:center;line-height:0;font-weight:400}.lightbox .lb-image{display:block;height:auto;max-width:inherit;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px}.lightbox a img{border:none}.lb-outerContainer{position:relative;background-color:#fff;*zoom:1;width:250px;height:250px;margin:0 auto;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px}.lb-outerContainer:after{content:"";display:table;clear:both}.lb-container{padding:4px}.lb-loader{position:absolute;top:43%;left:0;height:25%;width:100%;text-align:center;line-height:0}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(/Images/loading.gif) no-repeat}.lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:none;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-prev,.lb-next{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(https://www.nrv.nl/webafbeeldingen/prev.png) left 48% no-repeat;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;-webkit-transition:opacity 0.6s;-moz-transition:opacity 0.6s;-o-transition:opacity 0.6s;transition:opacity 0.6s}.lb-nav a.lb-prev:hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(https://www.nrv.nl/webafbeeldingen/next.png) right 48% no-repeat;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;-webkit-transition:opacity 0.6s;-moz-transition:opacity 0.6s;-o-transition:opacity 0.6s;transition:opacity 0.6s}.lb-nav a.lb-next:hover{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;*zoom:1;width:100%;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{content:"";display:table;clear:both}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(https://www.nrv.nl/webafbeeldingen/close.png) top right no-repeat;text-align:right;outline:none;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);opacity:.7;-webkit-transition:opacity 0.2s;-moz-transition:opacity 0.2s;-o-transition:opacity 0.2s;transition:opacity 0.2s}.lb-data .lb-close:hover{cursor:pointer;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1}.global-popup-container{position:fixed;top:0;left:0;z-index:2000000000;width:100%;height:100%;overflow:hidden;outline:0}.global-popup-container:before{content:'';position:absolute;z-index:1;background:rgba(54,54,53,.45);top:0;right:0;bottom:0;left:0}.global-popup-container .popup-container-inner{width:45vw;top:35%;left:50%;transform:translateX(-50%);position:absolute;z-index:2;padding:15px;background:#FFF;box-shadow:0 0 19px #7d7d7d}.global-popup-container .popup-container-inner h2{margin:-15px -15px 15px -15px;color:#FFF;padding:15px;font-size:1.4em;background:#f85003}.global-popup-container .popup-container-inner h2 .close{color:#FFF!important;cursor:pointer;opacity:1!important;float:right}.global-popup-container .popup-container-inner p{margin:0}@media screen and (max-width:991px){.global-popup-container .popup-container-inner{width:95vw}}#main-wrapper{position:relative}.BouwBlokHtml_968 #showcase-loader-overlay{z-index:99999;height:370%;background:url(/Images/loading.gif) no-repeat top 89px center #fff}body[data-entiteit="plaats"] .BouwBlokHtml_968 #showcase-loader-overlay,body[data-entiteit="regio"] .BouwBlokHtml_968 #showcase-loader-overlay,body[data-entiteit="zoekmethodemaatwerk"] .BouwBlokHtml_968 #showcase-loader-overlay,body[data-entiteit="mm_pakketcategorie_land"] .BouwBlokHtml_968 #showcase-loader-overlay,body[data-entiteit="land"] .BouwBlokHtml_968 #showcase-loader-overlay,body[data-entiteit="pakketcategorie"] .BouwBlokHtml_968 #showcase-loader-overlay{display:none}.BouwBlokFeMenu_401 li{display:inline-block;list-style-type:none;font-style:italic;font-size:14px}.FooterMenuLiItems.FooterMenuLiItemsLast{margin-right:0;padding-right:0;border-right:none}.FooterMenuLiItems{border-right:1px solid #FFF;color:#FFF;font-size:9pt;margin-right:5px;padding-right:10px;text-decoration:none}.BouwBlokFeMenu_401 .femenu.uldepth{text-align:center;padding:0;margin-top:10px}html.new-app.mm-opened{overflow:hidden}.BouwBlokMobielMenu_1675{display:none;width:44px;height:44px;position:fixed!important;top:0;right:0;height:44px;background:none;z-index:2000}.BouwBlokMobielMenu_1675>a{color:#fff!important;padding-left:11px;line-height:40px;font-size:3em;text-decoration:none}.mm-menu.mm-horizontal>.mm-panel{-webkit-transition:left 0.4s ease;-moz-transition:left 0.4s ease;-ms-transition:left 0.4s ease;-o-transition:left 0.4s ease;transition:left 0.4s ease}.mm-menu .mm-hidden{display:none}.mm-wrapper{overflow-x:hidden;position:relative}html.new-app .mm-menu{background:var(--color-white);display:block;overflow:hidden;width:100%;padding:0;position:absolute;z-index:1000;height:calc(100% - 44px);right:0;top:44px}.mm-menu>.mm-panel{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;background:inherit;-webkit-overflow-scrolling:touch;overflow:scroll;overflow-x:hidden;overflow-y:auto;width:100%;height:100%;padding:20px;position:absolute;top:0;left:100%;z-index:0}.mm-menu>.mm-panel.mm-opened{left:0%}.mm-menu>.mm-panel.mm-subopened{left:-40%}.mm-menu>.mm-panel.mm-highest{z-index:1}.mm-menu .mm-list{padding:20px 0}.mm-menu>.mm-list{padding:20px 0 40px 0}.mm-panel>.mm-list{margin-left:-20px;margin-right:-20px}.mm-panel>.mm-list:first-child{padding-top:0}.mm-list,.mm-list>li{list-style:none;display:block;padding:0;margin:0}.mm-list{font:inherit;font-size:14px}.mm-list a,.mm-list a:hover{text-decoration:none}.mm-list>li{position:relative}#mobiel_menu_nav_1675 .mm-list>li>a,#mobiel_menu_nav_1675 .mm-list>li>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:#b2b2b2;line-height:20px;display:block;//padding:10px 10px 10px 20px;margin:0;padding-left:32px;padding-top:20px;padding-bottom:20px;color:var(--color-black);font-weight:400;line-height:normal;border-bottom:1px solid var(--color-lightgrey)}#mobiel_menu_nav_1675 .mm-list>li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after{display:none}.mm-list>li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after{width:auto;margin-left:20px;position:relative;left:auto}.mm-list a.mm-subopen{width:100%;height:100%;padding:0;position:absolute;right:0;top:0;z-index:2}#mobiel_menu_nav_1675 .mm-list a.mm-subopen:before{display:none}.mm-list a.mm-subopen.mm-fullsubopen{width:100%}.mm-list a.mm-subopen.mm-fullsubopen:before{border-left:none}.mm-list a.mm-subopen+a,.mm-list a.mm-subopen+span{padding-right:5px;margin-right:40px}.mm-list>li.mm-selected>a.mm-subopen{background:transparent}.mm-list>li.mm-selected>a.mm-fullsubopen+a,.mm-list>li.mm-selected>a.mm-fullsubopen+span{padding-right:45px;margin-right:0}.mm-list a.mm-subclose{text-indent:20px;padding-top:30px;margin-top:-20px}.mm-list>li.mm-label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:10px;text-transform:uppercase;text-indent:20px;line-height:25px;padding-right:5px}.mm-list>li.mm-spacer{padding-top:40px}.mm-list>li.mm-spacer.mm-label{padding-top:25px}#mobiel_menu_nav_1675 .mm-list a.mm-subopen:after,#mobiel_menu_nav_1675 .mm-list a.mm-subclose:before{content:'';border:2px solid transparent;display:block;width:10px;height:10px;margin-bottom:-5px;position:absolute;bottom:50%;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}#mobiel_menu_nav_1675 .mm-list a.mm-subopen:after{border-top:none;border-left:none;right:40px}#mobiel_menu_nav_1675 .mm-list a.mm-subclose:before{border-right:none;border-bottom:none;margin-bottom:-15px;left:0}.mm-menu.mm-vertical .mm-list .mm-panel{display:none;padding:10px 0 10px 10px}.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after{border-color:transparent}.mm-menu.mm-vertical .mm-list li.mm-opened>.mm-panel{display:block}.mm-menu.mm-vertical .mm-list>li.mm-opened>a.mm-subopen{height:40px}.mm-menu.mm-vertical .mm-list>li.mm-opened>a.mm-subopen:after{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);top:16px;right:16px}html.new-app .mm-page{box-shadow:none;min-height:unset!important;height:0;left:unset!important;right:0;background:var(--color-full-transparent)!important;box-shadow:none!important;z-index:501;position:relative;//pointer-events:none}html.mm-opened .mm-page{box-shadow:0 0 20px rgba(0,0,0,.5)}html.new-app .mobile-contact-link{transition:0.2s ease}html.new-app.mm-opened .mobile-contact-link{right:0}html.new-app.mm-opened .callcenter-times.closed{right:0px!important}html.new-app.mm-opened .blur{display:block;opacity:1;pointer-events:auto}html.new-app:not(.mm-opened) .blur{opacity:0;pointer-events:none}html.new-app.mm-opened .mobile-contact-link{right:0}html.new-app.mm-opened .mobile-contact-link{right:0}html.new-app:not(.mm-opened) .mobile-contact-link{right:-88px}html.new-app.mm-opened .BouwBlokContentCarrousel_1671 a.logo{bottom:0px!important}html.new-app.mm-opened .BouwBlokContentCarrousel_1671 a.logo img{height:36px}.mm-ismenu{background:#333;color:rgba(255,255,255,.6)}.mm-menu .mm-list>li:after{border-color:rgba(0,0,0,.15)}.mm-menu .mm-list>li>a.mm-subclose{background:rgba(0,0,0,.1);color:rgba(255,255,255,.3)}#mobiel_menu_nav_1675.mm-menu .mm-list>li>a.mm-subopen:after,#mobiel_menu_nav_1675.mm-menu .mm-list>li>a.mm-subclose:before{border-color:var(--color-orange)}#mobiel_menu_nav_1675.mm-menu #mm-0.mm-list>li>a.mm-subopen:after,#mobiel_menu_nav_1675.mm-menu #mm-0.mm-list>li>a.mm-subclose:before{border-color:transparent;content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath fill='%23ff5000' d='M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z'%3E%3C/path%3E%3C/svg%3E");width:12px;height:12px;transform:unset;border:none}.mm-menu .mm-list>li>a.mm-subopen:before{border-color:rgba(0,0,0,.15)}.mm-menu .mm-list>li.mm-selected>a:not(.mm-subopen),.mm-menu .mm-list>li.mm-selected>span{background:rgba(0,0,0,.1)}.mm-menu .mm-list>li.mm-label{background:rgba(255,255,255,.05)}.mm-menu.mm-vertical .mm-list li.mm-opened>a.mm-subopen,.mm-menu.mm-vertical .mm-list li.mm-opened>ul{background:rgba(255,255,255,.05)}.mm-page,.mm-fixed-top,.mm-fixed-bottom{-webkit-transition:none 0.4s ease;-moz-transition:none 0.4s ease;-ms-transition:none 0.4s ease;-o-transition:none 0.4s ease;transition:none 0.4s ease;-webkit-transition-property:top,right,bottom,left,border;-moz-transition-property:top,right,bottom,left,border;-ms-transition-property:top,right,bottom,left,border;-o-transition-property:top,right,bottom,left,border;transition-property:top,right,bottom,left,border}html.mm-opened .mm-page,html.mm-opened #mm-blocker{margin:0;top:0;right:0;bottom:0;left:0;border:0 solid rgba(0,0,0,0)}html.mm-opening .mm-page{border:0 solid #010101}.mm-fixed-top,.mm-fixed-bottom{position:fixed;left:0}.mm-fixed-top{top:0}.mm-fixed-bottom{bottom:0}html.mm-opened{overflow-x:hidden;position:relative}html.mm-opened .mm-page{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;position:relative}html.mm-background .mm-page{background:inherit}#mm-blocker{background:url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==) transparent;display:none;width:100%;height:100%;position:fixed;z-index:999999}html.new-app.mm-opened #mm-blocker,html.new-app.mm-blocking #mm-blocker{display:block;height:44px;width:44px;right:0;left:unset}html.new-app .mm-menu.mm-offcanvas{display:none;position:fixed}html.new-app .mm-menu.mm-current{display:block}html.mm-opening .mm-page,html.mm-opening #mm-blocker,html.mm-opening .mm-fixed-top,html.mm-opening .mm-fixed-bottom{left:80%}html.new-app .mm-menu{width:100%!important;max-width:300px!important}@media all and (max-width:175px){.mm-menu{width:140px}html.mm-opening .mm-page,html.mm-opening #mm-blocker,html.mm-opening .mm-fixed-top,html.mm-opening .mm-fixed-bottom{left:140px}}@media all and (min-width:550px){.mm-menu{width:440px}html.mm-opening .mm-page,html.mm-opening #mm-blocker,html.mm-opening .mm-fixed-top,html.mm-opening .mm-fixed-bottom{left:440px}}em.mm-counter{font:inherit;font-size:14px;font-style:normal;text-indent:0;line-height:20px;display:block;margin-top:-10px;position:absolute;right:40px;top:50%}em.mm-counter+a.mm-subopen{padding-left:40px}em.mm-counter+a.mm-subopen+a,em.mm-counter+a.mm-subopen+span{margin-right:80px}em.mm-counter+a.mm-fullsubopen{padding-left:0}.mm-vertical em.mm-counter{top:12px;margin-top:0}.mm-nosubresults>em.mm-counter{display:none}.mm-menu em.mm-counter{color:rgba(255,255,255,.3)}html.mm-opened.mm-dragging .mm-menu,html.mm-opened.mm-dragging .mm-page,html.mm-opened.mm-dragging .mm-fixed-top,html.mm-opened.mm-dragging .mm-fixed-bottom,html.mm-opened.mm-dragging #mm-blocker{-webkit-transition-duration:0s;-moz-transition-duration:0s;-ms-transition-duration:0s;-o-transition-duration:0s;transition-duration:0s}.mm-search::-webkit-input-placeholder{color:#ffb516!important}.mm-search:-moz-placeholder{color:#ffb516!important;opacity:1}.mm-search::-moz-placeholder{color:#ffb516!important;opacity:1}.mm-search:-ms-input-placeholder{color:#ffb516!important}#mobiel_menu_nav_1675 .mm-header{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;width:100%;top:50px;background:var(--color-orange)!important;text-align:right;border-bottom:1px solid transparent;text-align:center;position:absolute;z-index:2;top:0;left:0;background-image:url(https://www.nrv.nl/webafbeeldingen/logo.png);background-repeat:no-repeat;background-position:47% 0;padding:20px 32px;display:flex;align-items:center;cursor:pointer}#mobiel_menu_nav_1675 .mmenu_pic{display:none}.mmenu_pic img{vertical-align:none;margin-top:-5px}#mobiel_menu_nav_1675 .mm-header .mm-title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:inline-block;float:right;font-weight:400;text-align:right;padding-left:16px;position:relative;z-index:1}.mm-header .mm-prev,.mm-header .mm-next{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;text-decoration:none;display:block;width:40px;height:100%;position:absolute;bottom:0;z-index:10}#mobiel_menu_nav_1675 .mm-header .mm-prev:before,#mobiel_menu_nav_1675 .mm-header .mm-next:before{content:'';border:2px solid transparent;display:block;width:10px;height:10px;margin-bottom:-7px!important;position:absolute;bottom:50%;border-color:white!important;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}#mobiel_menu_nav_1675 .mm-header .mm-prev{left:unset;width:100%}#mobiel_menu_nav_1675 .mm-header .mm-prev:before{border-right:none;border-bottom:none;left:0}.mm-header .mm-next{right:0}.mm-header .mm-next:before{border-top:none;border-left:none;right:18px}.mm-menu.mm-hassearch .mm-header{height:50px;top:50px}.mm-menu.mm-hassearch .mm-header .mm-prev:before,.mm-menu.mm-hassearch .mm-header .mm-mext:before{margin-bottom:-10px}.mm-menu.mm-hasheader li.mm-subtitle{display:none}.mm-menu.mm-hasheader>.mm-panel{padding-top:80px}#mobiel_menu_nav_1675.mm-menu.mm-hasheader>.mm-panel.mm-list{padding-top:60px}#mobiel_menu_nav_1675.mm-menu.mm-hasheader>#mm-0.mm-panel.mm-list{padding-top:0;position:relative;z-index:3}#mobiel_menu_nav_1675.mm-menu.mm-hasheader>#mm-0.mm-panel.mm-list.mm-subopened{z-index:1}#mobiel_menu_nav_1675.mm-menu.mm-hasheader>#mm-0 li:first-child a.depth_1{color:var(--color-orange);display:flex;flex-direction:row;align-items:baseline;justify-content:flex-start}#mobiel_menu_nav_1675.mm-menu.mm-hasheader>#mm-0 li:first-child a.depth_1:before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath fill='%23ff5000' d='M480 32c0-12.9-7.8-24.6-19.8-29.6s-25.7-2.2-34.9 6.9L381.7 53c-48 48-113.1 75-181 75H192 160 64c-35.3 0-64 28.7-64 64v96c0 35.3 28.7 64 64 64l0 128c0 17.7 14.3 32 32 32h64c17.7 0 32-14.3 32-32V352l8.7 0c67.9 0 133 27 181 75l43.6 43.6c9.2 9.2 22.9 11.9 34.9 6.9s19.8-16.6 19.8-29.6V300.4c18.6-8.8 32-32.5 32-60.4s-13.4-51.6-32-60.4V32zm-64 76.7V240 371.3C357.2 317.8 280.5 288 200.7 288H192V192h8.7c79.8 0 156.5-29.8 215.3-83.3z'%3E%3C/path%3E%3C/svg%3E");display:inline-block;height:14px;width:14px;margin-right:7px}.mm-menu.mm-hasheader>.mm-panel>.mm-list:first-child{margin-top:-20px}.mm-menu.mm-hasheader.mm-hassearch>.mm-panel{padding-top:120px}.mm-menu.mm-hasheader.mm-hassearch>.mm-panel.mm-list{padding-top:100px}.mm-menu .mm-header{border-color:rgba(0,0,0,.15);color:rgba(255,255,255,.3)}.mm-menu .mm-header a:before{border-color:rgba(255,255,255,.3)}.mm-menu.mm-fixedlabels .mm-list{background:inherit}.mm-menu.mm-fixedlabels .mm-list>li.mm-label{background:inherit!important;opacity:.97;height:25px;overflow:visible;position:relative;z-index:1}.mm-menu.mm-fixedlabels .mm-list>li.mm-label>div{background:inherit;width:100%;position:absolute;left:0}.mm-menu.mm-fixedlabels .mm-list>li.mm-label>div>div{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mm-menu.mm-fixedlabels .mm-list>li.mm-label.mm-spacer>div>div{padding-top:25px}.mm-list>li.mm-label>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding:0}.mm-list>li.mm-label.mm-opened a.mm-subopen:after{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);right:17px}.mm-list>li.mm-collapsed{display:none}.mm-menu .mm-list li.mm-label>div>div{background:rgba(255,255,255,.05)}.mm-search,.mm-search input{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;font-weight:400}.mm-list>li.mm-search{padding:10px;margin-top:-20px}.mm-list>li.mm-subtitle+li.mm-search{margin-top:0}div.mm-panel>div.mm-search{padding:0 0 10px 0}.mm-menu.mm-hasheader .mm-list>li.mm-search{margin-top:0}.mm-search{background:inherit;width:100%;padding:10px;position:relative;top:0;z-index:2}.mm-search input{border:none;font:inherit;font-size:14px;line-height:30px;outline:none;display:block;width:100%;height:30px;margin:0;padding:0 10px}.mm-menu .mm-noresultsmsg{text-align:center;font-size:21px;display:none;padding:60px 0}.mm-menu .mm-noresultsmsg:after{border:none!important}.mm-noresults .mm-noresultsmsg{display:block}.mm-menu li.mm-nosubresults>a.mm-subopen{display:none}.mm-menu li.mm-nosubresults>a.mm-subopen+a,.mm-menu li.mm-nosubresults>a.mm-subopen+span{padding-right:10px}.mm-menu.mm-hassearch>.mm-panel{padding-top:70px}.mm-menu.mm-hassearch>.mm-panel>.mm-list:first-child{margin-top:-20px}.mm-menu.mm-hasheader>.mm-panel>div.mm-search:first-child{margin-top:-10px}.mm-menu.mm-hasheader>.mm-panel>div.mm-search:first-child+.mm-list{padding-top:0}.mm-menu .mm-search input{background:rgba(255,255,255,.3);color:rgba(255,255,255,.6)}.mm-menu .mm-noresultsmsg{color:rgba(255,255,255,.3)}label.mm-toggle{border-radius:30px;width:50px;height:30px;margin:-15px 0 0 0;position:absolute;top:50%;z-index:1}label.mm-toggle div{border-radius:30px;width:28px;height:28px;margin:1px}input.mm-toggle{position:absolute;left:-10000px}input.mm-toggle:checked~label.mm-toggle div{float:right}label.mm-toggle{right:20px}label.mm-toggle+a,label.mm-toggle+span{margin-right:70px}a.mm-subopen+label.mm-toggle{right:50px}a.mm-subopen+label.mm-toggle+a,a.mm-subopen+label.mm-toggle+span{margin-right:100px}em.mm-counter+a.mm-subopen+label.mm-toggle{right:90px}em.mm-counter+a.mm-subopen+label.mm-toggle+a,em.mm-counter+a.mm-subopen+label.mm-toggle+span{margin-right:140px}.mm-menu label.mm-toggle{background:rgba(0,0,0,.15)}.mm-menu label.mm-toggle div{background:#333}.mm-menu input.mm-toggle:checked~label.mm-toggle{background:#4bd963}html.new-app.mm-slide .mm-menu{-webkit-transition:-webkit-transform 0.5s ease;-moz-transition:-moz-transform 0.5s ease;-o-transition:-o-transform 0.5s ease;transition:transform 0.5s ease}html.new-app.mm-slide.mm-opened .mm-menu{-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%)}html.new-app.mm-slide.mm-opening .mm-menu{-webkit-transform:translateX(0%);-moz-transform:translateX(0%);-ms-transform:translateX(0%);-o-transform:translateX(0%);transform:translateX(0%)}html.mm-slide.mm-right.mm-opened .mm-menu{-webkit-transform:translateX(40%);-moz-transform:translateX(40%);-ms-transform:translateX(40%);-o-transform:translateX(40%);transform:translateX(40%)}html.mm-slide.mm-right.mm-opening .mm-menu{-webkit-transform:translateX(0%);-moz-transform:translateX(0%);-ms-transform:translateX(0%);-o-transform:translateX(0%);transform:translateX(0%)}html.mm-slide.mm-top.mm-opened .mm-menu{-webkit-transform:translateY(-40%);-moz-transform:translateY(-40%);-ms-transform:translateY(-40%);-o-transform:translateY(-40%);transform:translateY(-40%)}html.mm-slide.mm-top.mm-opening .mm-menu{-webkit-transform:translateY(0%);-moz-transform:translateY(0%);-ms-transform:translateY(0%);-o-transform:translateY(0%);transform:translateY(0%)}html.mm-slide.mm-bottom.mm-opened .mm-menu{-webkit-transform:translateY(40%);-moz-transform:translateY(40%);-ms-transform:translateY(40%);-o-transform:translateY(40%);transform:translateY(40%)}html.mm-slide.mm-bottom.mm-opening .mm-menu{-webkit-transform:translateY(0%);-moz-transform:translateY(0%);-ms-transform:translateY(0%);-o-transform:translateY(0%);transform:translateY(0%)}html.mm-zoom-menu .mm-menu{-webkit-transition:-webkit-transform 0.4s ease;-moz-transition:-moz-transform 0.4s ease;-o-transition:-o-transform 0.4s ease;transition:transform 0.4s ease}html.mm-zoom-menu.mm-opened .mm-menu{-webkit-transform:scale(.7,.7) translateX(-40%);-moz-transform:scale(.7,.7) translateX(-40%);-ms-transform:scale(.7,.7) translateX(-40%);-o-transform:scale(.7,.7) translateX(-40%);transform:scale(.7,.7) translateX(-40%);-webkit-transform-origin:left center;-moz-transform-origin:left center;-ms-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center}html.mm-zoom-menu.mm-opening .mm-menu{-webkit-transform:scale(1,1) translateX(0%);-moz-transform:scale(1,1) translateX(0%);-ms-transform:scale(1,1) translateX(0%);-o-transform:scale(1,1) translateX(0%);transform:scale(1,1) translateX(0%)}html.mm-zoom-menu.mm-right.mm-opened .mm-menu{-webkit-transform:scale(.7,.7) translateX(40%);-moz-transform:scale(.7,.7) translateX(40%);-ms-transform:scale(.7,.7) translateX(40%);-o-transform:scale(.7,.7) translateX(40%);transform:scale(.7,.7) translateX(40%);-webkit-transform-origin:right center;-moz-transform-origin:right center;-ms-transform-origin:right center;-o-transform-origin:right center;transform-origin:right center}html.mm-zoom-menu.mm-right.mm-opening .mm-menu{-webkit-transform:scale(1,1) translateX(0%);-moz-transform:scale(1,1) translateX(0%);-ms-transform:scale(1,1) translateX(0%);-o-transform:scale(1,1) translateX(0%);transform:scale(1,1) translateX(0%)}html.mm-zoom-menu.mm-top.mm-opened .mm-menu{-webkit-transform:scale(.7,.7) translateY(-40%);-moz-transform:scale(.7,.7) translateY(-40%);-ms-transform:scale(.7,.7) translateY(-40%);-o-transform:scale(.7,.7) translateY(-40%);transform:scale(.7,.7) translateY(-40%);-webkit-transform-origin:center top;-moz-transform-origin:center top;-ms-transform-origin:center top;-o-transform-origin:center top;transform-origin:center top}html.mm-zoom-menu.mm-top.mm-opening .mm-menu{-webkit-transform:scale(1,1) translateY(0%);-moz-transform:scale(1,1) translateY(0%);-ms-transform:scale(1,1) translateY(0%);-o-transform:scale(1,1) translateY(0%);transform:scale(1,1) translateY(0%)}html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu{-webkit-transform:scale(.7,.7) translateY(40%);-moz-transform:scale(.7,.7) translateY(40%);-ms-transform:scale(.7,.7) translateY(40%);-o-transform:scale(.7,.7) translateY(40%);transform:scale(.7,.7) translateY(40%);-webkit-transform-origin:center bottom;-moz-transform-origin:center bottom;-ms-transform-origin:center bottom;-o-transform-origin:center bottom;transform-origin:center bottom}html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu{-webkit-transform:scale(1,1) translateY(0%);-moz-transform:scale(1,1) translateY(0%);-ms-transform:scale(1,1) translateY(0%);-o-transform:scale(1,1) translateY(0%);transform:scale(1,1) translateY(0%)}html.mm-zoom-page .mm-page{-webkit-transition-property:-webkit-transform,top,right,bottom,left,border;-moz-transition-property:-moz-transform,top,right,bottom,left,border;-ms-transition-property:-ms-transform,top,right,bottom,left,border;-o-transition-property:-o-transform,top,right,bottom,left,border;transition-property:transform,top,right,bottom,left,border}html.mm-zoom-page.mm-opened .mm-page{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-ms-transform:scale(1,1);-o-transform:scale(1,1);transform:scale(1,1);-webkit-transform-origin:left center;-moz-transform-origin:left center;-ms-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center}html.mm-zoom-page.mm-opening .mm-page{-webkit-transform:scale(1.5,1.5);-moz-transform:scale(1.5,1.5);-ms-transform:scale(1.5,1.5);-o-transform:scale(1.5,1.5);transform:scale(1.5,1.5)}html.mm-zoom-page.mm-right.mm-opened .mm-page{-webkit-transform-origin:right center;-moz-transform-origin:right center;-ms-transform-origin:right center;-o-transform-origin:right center;transform-origin:right center}html.mm-zoom-page.mm-top.mm-opened .mm-page{-webkit-transform-origin:center top;-moz-transform-origin:center top;-ms-transform-origin:center top;-o-transform-origin:center top;transform-origin:center top}html.mm-zoom-page.mm-bottom.mm-opened .mm-page{-webkit-transform-origin:center bottom;-moz-transform-origin:center bottom;-ms-transform-origin:center bottom;-o-transform-origin:center bottom;transform-origin:center bottom}html.mm-zoom-panels .mm-menu.mm-horizontal>.mm-panel{-webkit-transform:scale(1.5,1.5);-moz-transform:scale(1.5,1.5);-ms-transform:scale(1.5,1.5);-o-transform:scale(1.5,1.5);transform:scale(1.5,1.5);-webkit-transform-origin:left center;-moz-transform-origin:left center;-ms-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center;-webkit-transition-property:-webkit-transform,left;-moz-transition-property:-moz-transform,left;-ms-transition-property:-ms-transform,left;-o-transition-property:-o-transform,left;transition-property:transform,left}html.mm-zoom-panels .mm-menu.mm-horizontal>.mm-panel.mm-opened{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-ms-transform:scale(1,1);-o-transform:scale(1,1);transform:scale(1,1)}html.mm-zoom-panels .mm-menu.mm-horizontal>.mm-panel.mm-opened.mm-subopened{-webkit-transform:scale(.7,.7);-moz-transform:scale(.7,.7);-ms-transform:scale(.7,.7);-o-transform:scale(.7,.7);transform:scale(.7,.7)}html.mm-opening.mm-fullscreen .mm-page,html.mm-opening.mm-fullscreen #mm-blocker,html.mm-opening.mm-fullscreen .mm-fixed-top,html.mm-opening.mm-fullscreen .mm-fixed-bottom{left:100%}.mm-menu.mm-fullscreen{width:100%}@media all and (max-width:140px){.mm-menu.mm-fullscreen{width:140px}html.mm-opening.mm-fullscreen .mm-page,html.mm-opening.mm-fullscreen #mm-blocker,html.mm-opening.mm-fullscreen .mm-fixed-top,html.mm-opening.mm-fullscreen .mm-fixed-bottom{left:140px}}@media all and (min-width:10000px){.mm-menu.mm-fullscreen{width:10000px}html.mm-opening.mm-fullscreen .mm-page,html.mm-opening.mm-fullscreen #mm-blocker,html.mm-opening.mm-fullscreen .mm-fixed-top,html.mm-opening.mm-fullscreen .mm-fixed-bottom{left:10000px}}.mm-menu.mm-top.mm-fullscreen{height:100%}html.mm-top.mm-opening.mm-fullscreen .mm-page,html.mm-top.mm-opening.mm-fullscreen #mm-blocker,html.mm-top.mm-opening.mm-fullscreen .mm-fixed-top{top:100%}html.mm-top.mm-opening.mm-fullscreen .mm-fixed-bottom{bottom:-100%}@media all and (max-height:140px){.mm-menu.mm-top.mm-fullscreen{height:140px}html.mm-top.mm-opening.mm-fullscreen .mm-page,html.mm-top.mm-opening.mm-fullscreen #mm-blocker,html.mm-top.mm-opening.mm-fullscreen .mm-fixed-top{top:140px}html.mm-top.mm-opening.mm-fullscreen .mm-fixed-bottom{bottom:-140px}}@media all and (min-height:10000px){.mm-menu.mm-top.mm-fullscreen{height:10000px}html.mm-top.mm-opening.mm-fullscreen .mm-page,html.mm-top.mm-opening.mm-fullscreen #mm-blocker,html.mm-top.mm-opening.mm-fullscreen .mm-fixed-top{top:10000px}html.mm-top.mm-opening.mm-fullscreen .mm-fixed-bottom{bottom:-10000px}}.mm-menu.mm-right.mm-fullscreen{width:100%}html.mm-right.mm-opening.mm-fullscreen .mm-page,html.mm-right.mm-opening.mm-fullscreen #mm-blocker,html.mm-right.mm-opening.mm-fullscreen .mm-fixed-top,html.mm-right.mm-opening.mm-fullscreen .mm-fixed-bottom{right:100%}@media all and (max-width:140px){.mm-menu.mm-right.mm-fullscreen{width:140px}html.mm-right.mm-opening.mm-fullscreen .mm-page,html.mm-right.mm-opening.mm-fullscreen #mm-blocker,html.mm-right.mm-opening.mm-fullscreen .mm-fixed-top,html.mm-right.mm-opening.mm-fullscreen .mm-fixed-bottom{right:140px}}@media all and (min-width:10000px){.mm-menu.mm-right.mm-fullscreen{width:10000px}html.mm-right.mm-opening.mm-fullscreen .mm-page,html.mm-right.mm-opening.mm-fullscreen #mm-blocker,html.mm-right.mm-opening.mm-fullscreen .mm-fixed-top,html.mm-right.mm-opening.mm-fullscreen .mm-fixed-bottom{right:10000px}}.mm-menu.mm-bottom.mm-fullscreen{height:100%}html.mm-bottom.mm-opening.mm-fullscreen .mm-page,html.mm-bottom.mm-opening.mm-fullscreen #mm-blocker,html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-bottom{bottom:100%}html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-top{top:-100%}@media all and (max-height:140px){.mm-menu.mm-bottom.mm-fullscreen{height:140px}html.mm-bottom.mm-opening.mm-fullscreen .mm-page,html.mm-bottom.mm-opening.mm-fullscreen #mm-blocker,html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-bottom{bottom:140px}html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-top{top:-140px}}@media all and (min-height:10000px){.mm-menu.mm-bottom.mm-fullscreen{height:10000px}html.mm-bottom.mm-opening.mm-fullscreen .mm-page,html.mm-bottom.mm-opening.mm-fullscreen #mm-blocker,html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-bottom{bottom:10000px}html.mm-bottom.mm-opening.mm-fullscreen .mm-fixed-top{top:-10000px}}.mm-menu.mm-fullscreen.mm-front,.mm-menu.mm-fullscreen.mm-next{left:-100%}@media all and (max-width:140px){.mm-menu.mm-fullscreen.mm-front,.mm-menu.mm-fullscreen.mm-next{left:-140px}}@media all and (min-width:10000px){.mm-menu.mm-fullscreen.mm-front,.mm-menu.mm-fullscreen.mm-next{left:-10000px}}.mm-menu.mm-top.mm-fullscreen.mm-front,.mm-menu.mm-top.mm-fullscreen.mm-next{top:-100%}@media all and (max-height:140px){.mm-menu.mm-top.mm-fullscreen.mm-front,.mm-menu.mm-top.mm-fullscreen.mm-next{top:-140px}}@media all and (min-height:10000px){.mm-menu.mm-top.mm-fullscreen.mm-front,.mm-menu.mm-top.mm-fullscreen.mm-next{top:-10000px}}.mm-menu.mm-right.mm-fullscreen.mm-front,.mm-menu.mm-right.mm-fullscreen.mm-next{right:-100%}@media all and (max-width:140px){.mm-menu.mm-right.mm-fullscreen.mm-front,.mm-menu.mm-right.mm-fullscreen.mm-next{right:-140px}}@media all and (min-width:10000px){.mm-menu.mm-right.mm-fullscreen.mm-front,.mm-menu.mm-right.mm-fullscreen.mm-next{right:-10000px}}.mm-menu.mm-bottom.mm-fullscreen.mm-front,.mm-menu.mm-bottom.mm-fullscreen.mm-next{bottom:-100%}@media all and (max-height:140px){.mm-menu.mm-bottom.mm-fullscreen.mm-front,.mm-menu.mm-bottom.mm-fullscreen.mm-next{bottom:-140px}}@media all and (min-height:10000px){.mm-menu.mm-bottom.mm-fullscreen.mm-front,.mm-menu.mm-bottom.mm-fullscreen.mm-next{bottom:-10000px}}html.mm-front .mm-fixed-top,html.mm-front .mm-fixed-bottom,html.mm-opening.mm-front .mm-fixed-top,html.mm-opening.mm-front .mm-fixed-bottom{left:0;right:auto}html.mm-front .mm-fixed-top,html.mm-opening.mm-front .mm-fixed-top{top:0}html.mm-front .mm-fixed-bottom,html.mm-opening.mm-front .mm-fixed-bottom{bottom:0}html.mm-opened.mm-fullscreen .mm-page{box-shadow:none!important}.mm-menu.mm-top{width:100%}html.mm-top.mm-opened .mm-page,html.mm-top.mm-opened #mm-blocker{top:0%}html.mm-top.mm-opened.mm-opening .mm-page,html.mm-top.mm-opened.mm-opening #mm-blocker,html.mm-top.mm-opened.mm-opening .mm-fixed-top,html.mm-top.mm-opened.mm-opening .mm-fixed-bottom{left:0}.mm-menu.mm-right{left:auto;right:0}html.mm-right.mm-opened .mm-page,html.mm-right.mm-opened #mm-blocker,html.mm-right.mm-opened .mm-fixed-top,html.mm-right.mm-opened .mm-fixed-bottom{left:auto;right:0%}html.mm-right.mm-opened.mm-opening .mm-page,html.mm-right.mm-opened.mm-opening #mm-blocker,html.mm-right.mm-opened.mm-opening .mm-fixed-top,html.mm-right.mm-opened.mm-opening .mm-fixed-bottom{left:auto;//ADD}.mm-menu.mm-bottom{width:100%;top:auto;bottom:0}html.mm-bottom.mm-opened .mm-page,html.mm-bottom.mm-opened #mm-blocker{bottom:0%;top:auto}html.mm-bottom.mm-opened.mm-opening .mm-page,html.mm-bottom.mm-opened.mm-opening #mm-blocker,html.mm-bottom.mm-opened.mm-opening .mm-fixed-top,html.mm-bottom.mm-opened.mm-opening .mm-fixed-bottom{top:auto;left:0;//ADD}.mm-menu.mm-top{height:80%}html.mm-top.mm-opening .mm-page,html.mm-top.mm-opening #mm-blocker,html.mm-top.mm-opening .mm-fixed-top{top:80%}html.mm-top.mm-opening .mm-fixed-bottom{bottom:-80%}@media all and (max-height:175px){.mm-menu.mm-top{height:140px}html.mm-top.mm-opening .mm-page,html.mm-top.mm-opening #mm-blocker,html.mm-top.mm-opening .mm-fixed-top{top:140px}html.mm-top.mm-opening .mm-fixed-bottom{bottom:-140px}}@media all and (min-height:1100px){.mm-menu.mm-top{height:880px}html.mm-top.mm-opening .mm-page,html.mm-top.mm-opening #mm-blocker,html.mm-top.mm-opening .mm-fixed-top{top:880px}html.mm-top.mm-opening .mm-fixed-bottom{bottom:-880px}}.mm-menu.mm-right{width:80%}html.mm-right.mm-opening .mm-page,html.mm-right.mm-opening #mm-blocker,html.mm-right.mm-opening .mm-fixed-top,html.mm-right.mm-opening .mm-fixed-bottom{right:80%}@media all and (max-width:175px){.mm-menu.mm-right{width:140px}html.mm-right.mm-opening .mm-page,html.mm-right.mm-opening #mm-blocker,html.mm-right.mm-opening .mm-fixed-top,html.mm-right.mm-opening .mm-fixed-bottom{right:140px}}@media all and (min-width:550px){.mm-menu.mm-right{width:440px}html.mm-right.mm-opening .mm-page,html.mm-right.mm-opening #mm-blocker,html.mm-right.mm-opening .mm-fixed-top,html.mm-right.mm-opening .mm-fixed-bottom{right:440px}}.mm-menu.mm-bottom{height:80%}html.mm-bottom.mm-opening .mm-page,html.mm-bottom.mm-opening #mm-blocker,html.mm-bottom.mm-opening .mm-fixed-bottom{bottom:80%}html.mm-bottom.mm-opening .mm-fixed-top{top:-80%}@media all and (max-height:175px){.mm-menu.mm-bottom{height:140px}html.mm-bottom.mm-opening .mm-page,html.mm-bottom.mm-opening #mm-blocker,html.mm-bottom.mm-opening .mm-fixed-bottom{bottom:140px}html.mm-bottom.mm-opening .mm-fixed-top{top:-140px}}@media all and (min-height:1100px){.mm-menu.mm-bottom{height:880px}html.mm-bottom.mm-opening .mm-page,html.mm-bottom.mm-opening #mm-blocker,html.mm-bottom.mm-opening .mm-fixed-bottom{bottom:880px}html.mm-bottom.mm-opening .mm-fixed-top{top:-880px}}html.mm-front.mm-opened .mm-page{top:0!important;right:0!important;bottom:0!important;left:0!important}.mm-menu.mm-front,.mm-menu.mm-next{-webkit-transition:none 0.4s ease;-moz-transition:none 0.4s ease;-ms-transition:none 0.4s ease;-o-transition:none 0.4s ease;transition:none 0.4s ease;-webkit-transition-property:top,right,bottom,left,-webkit-transform;-moz-transition-property:top,right,bottom,left,-moz-transform;-ms-transition-property:top,right,bottom,left,-o-transform;-o-transition-property:top,right,bottom,left,-o-transform;transition-property:top,right,bottom,left,transform}html.mm-front .mm-page,html.mm-front #mm-blocker{z-index:0}.mm-menu.mm-front{z-index:1;box-shadow:0 0 15px rgba(0,0,0,.5)}html.mm-opened.mm-next .mm-page{box-shadow:none}html.mm-opening .mm-menu.mm-front,html.mm-opening .mm-menu.mm-next{left:0%}.mm-menu.mm-top.mm-front,.mm-menu.mm-top.mm-next{left:0}html.mm-opening .mm-menu.mm-top.mm-front,html.mm-opening .mm-menu.mm-top.mm-next{left:0;top:0%}.mm-menu.mm-right.mm-front,.mm-menu.mm-right.mm-next{left:auto}html.mm-opening .mm-menu.mm-right.mm-front,html.mm-opening .mm-menu.mm-right.mm-next{left:auto;right:0%}.mm-menu.mm-bottom.mm-front,.mm-menu.mm-bottom.mm-next{top:auto;left:0}html.mm-opening .mm-menu.mm-bottom.mm-front,html.mm-opening .mm-menu.mm-bottom.mm-next{left:0;bottom:0%}.mm-menu.mm-front,.mm-menu.mm-next{left:-80%}@media all and (max-width:175px){.mm-menu.mm-front,.mm-menu.mm-next{left:-140px}}@media all and (min-width:550px){.mm-menu.mm-front,.mm-menu.mm-next{left:-440px}}.mm-menu.mm-top.mm-front,.mm-menu.mm-top.mm-next{top:-80%}@media all and (max-height:175px){.mm-menu.mm-top.mm-front,.mm-menu.mm-top.mm-next{top:-140px}}@media all and (min-height:1100px){.mm-menu.mm-top.mm-front,.mm-menu.mm-top.mm-next{top:-880px}}.mm-menu.mm-right.mm-front,.mm-menu.mm-right.mm-next{right:-80%}@media all and (max-width:175px){.mm-menu.mm-right.mm-front,.mm-menu.mm-right.mm-next{right:-140px}}@media all and (min-width:550px){.mm-menu.mm-right.mm-front,.mm-menu.mm-right.mm-next{right:-440px}}.mm-menu.mm-bottom.mm-front,.mm-menu.mm-bottom.mm-next{bottom:-80%}@media all and (max-height:175px){.mm-menu.mm-bottom.mm-front,.mm-menu.mm-bottom.mm-next{bottom:-140px}}@media all and (min-height:1100px){.mm-menu.mm-bottom.mm-front,.mm-menu.mm-bottom.mm-next{bottom:-880px}}html.mm-front .mm-fixed-top,html.mm-front .mm-fixed-bottom,html.mm-opening.mm-front .mm-fixed-top,html.mm-opening.mm-front .mm-fixed-bottom{left:0;right:auto}html.mm-front .mm-fixed-top,html.mm-opening.mm-front .mm-fixed-top{top:0}html.mm-front .mm-fixed-bottom,html.mm-opening.mm-front .mm-fixed-bottom{bottom:0}html.mm-opened.mm-light .mm-page{box-shadow:0 0 10px rgba(0,0,0,.3)}.mm-ismenu.mm-light{background:#FFF;color:#ffb516;font-weight:700}.mm-menu.mm-light .mm-list>li:after{border-color:rgba(0,0,0,.1)}.mm-menu.mm-light .mm-list>li>a.mm-subclose{background:rgba(255,255,255,.6);color:#ffb516;font-weight:700}.mm-menu.mm-light .mm-list>li>a.mm-subopen:after,.mm-menu.mm-light .mm-list>li>a.mm-subclose:before{border-color:rgba(0,0,0,.3)}.mm-menu.mm-light .mm-list>li>a.mm-subopen:before{border-color:rgba(0,0,0,.1)}.mm-menu.mm-light .mm-list>li.mm-selected>a:not(.mm-subopen),.mm-menu.mm-light .mm-list>li.mm-selected>span{background:rgba(255,255,255,.6)}.mm-menu.mm-light .mm-list>li.mm-label{background:rgba(0,0,0,.03)}.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened>a.mm-subopen,.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened>ul{background:rgba(0,0,0,.03)}.mm-menu.mm-light .mm-search input{background:gray;color:#ffb516}.mm-menu.mm-light .mm-noresultsmsg{color:#ffb516}mobiel_menu_nav_1675 .mm-menu.mm-light em.mm-counter{display:none}.mm-menu.mm-light .mm-list li.mm-label>div>div{background:rgba(0,0,0,.3)}.mm-menu.mm-light .mm-header{border-color:rgba(0,0,0,.1);color:#FFF}.mm-menu.mm-light .mm-header a:before{border-color:rgba(0,0,0,.3)}.mm-menu.mm-light label.mm-toggle{background:rgba(0,0,0,.1)}.mm-menu.mm-light label.mm-toggle div{background:#FFF}.mm-menu.mm-light input.mm-toggle:checked~label.mm-toggle{background:#4bd963}html.mm-opened.mm-white .mm-page{box-shadow:0 0 10px rgba(0,0,0,.3)}.mm-ismenu.mm-white{background:#fff;color:#ffb516}.mm-menu.mm-white .mm-list>li:after{border-color:rgba(0,0,0,.1)}.mm-menu.mm-white .mm-list>li>a.mm-subclose{background:rgba(0,0,0,.06);color:#ffb516}.mm-menu.mm-white .mm-list>li>a.mm-subopen:after,.mm-menu.mm-white .mm-list>li>a.mm-subclose:before{border-color:rgba(0,0,0,.3)}.mm-menu.mm-white .mm-list>li>a.mm-subopen:before{border-color:rgba(0,0,0,.1)}.mm-menu.mm-white .mm-list>li.mm-selected>a:not(.mm-subopen),.mm-menu.mm-white .mm-list>li.mm-selected>span{background:rgba(0,0,0,.06)}.mm-menu.mm-white .mm-list>li.mm-label{background:rgba(0,0,0,.03)}.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened>a.mm-subopen,.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened>ul{background:rgba(0,0,0,.03)}.mm-menu.mm-white .mm-search input{background:rgba(0,0,0,.1);color:rgba(0,0,0,.6)}.mm-menu.mm-white .mm-noresultsmsg{color:rgba(0,0,0,.3)}.mm-menu.mm-white em.mm-counter{color:rgba(0,0,0,.3)}.mm-menu.mm-white .mm-list li.mm-label>div>div{background:rgba(0,0,0,.03)}.mm-menu.mm-white .mm-header{border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.3)}.mm-menu.mm-white .mm-header a:before{border-color:rgba(0,0,0,.3)}.mm-menu.mm-white label.mm-toggle{background:rgba(0,0,0,.1)}.mm-menu.mm-white label.mm-toggle div{background:#fff}.mm-menu.mm-white input.mm-toggle:checked~label.mm-toggle{background:#4bd963}html.mm-opened.mm-black .mm-page{box-shadow:none}.mm-ismenu.mm-black{background:#000;color:rgba(255,255,255,.6)}.mm-menu.mm-black .mm-list>li:after{border-color:rgba(255,255,255,.2)}.mm-menu.mm-black .mm-list>li>a.mm-subclose{background:rgba(255,255,255,.25);color:rgba(255,255,255,.3)}.mm-menu.mm-black .mm-list>li>a.mm-subopen:after,.mm-menu.mm-black .mm-list>li>a.mm-subclose:before{border-color:rgba(255,255,255,.3)}.mm-menu.mm-black .mm-list>li>a.mm-subopen:before{border-color:rgba(255,255,255,.2)}.mm-menu.mm-black .mm-list>li.mm-selected>a:not(.mm-subopen),.mm-menu.mm-black .mm-list>li.mm-selected>span{background:rgba(255,255,255,.25)}.mm-menu.mm-black .mm-list>li.mm-label{background:rgba(255,255,255,.15)}.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened>a.mm-subopen,.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened>ul{background:rgba(255,255,255,.15)}.mm-menu.mm-black .mm-search input{background:rgba(255,255,255,.3);color:rgba(255,255,255,.6)}.mm-menu.mm-black .mm-noresultsmsg{color:rgba(255,255,255,.3)}.mm-menu.mm-black em.mm-counter{color:rgba(255,255,255,.3)}.mm-menu.mm-black .mm-list li.mm-label>div>div{background:rgba(255,255,255,.15)}.mm-menu.mm-black .mm-header{border-color:rgba(255,255,255,.2);color:rgba(255,255,255,.3)}.mm-menu.mm-black .mm-header a:before{border-color:rgba(255,255,255,.3)}.mm-menu.mm-black label.mm-toggle{background:rgba(255,255,255,.2)}.mm-menu.mm-black label.mm-toggle div{background:#000}.mm-menu.mm-black input.mm-toggle:checked~label.mm-toggle{background:#4bd963}nav .mmenu_pic a{pointer-events:auto!important}a[href="#mobiel_menu_nav_1675"]{display:block;width:60px;padding:5px 13px}a[href="#mobiel_menu_nav_1675"] span{background:#fff;display:block;height:3px;margin:5px 0}html.mm-opened a[href="#mobiel_menu_nav_1675"]{background-color:#33b4f0}html a[href="#mobiel_menu_nav_1675"]{background-color:#ff5000;position:absolute;right:0;height:44px;width:44px;padding:12px;pointer-events:auto}html a[href="#mobiel_menu_nav_1675"] span{display:none}a[href="#mobiel_menu_nav_1675"] .icon.opened svg,a[href="#mobiel_menu_nav_1675"] .icon.closed svg{width:100%;height:20px;display:block}a[href="#mobiel_menu_nav_1675"] .icon.closed{display:block}a[href="#mobiel_menu_nav_1675"] .icon.opened{display:none}html.mm-opened a[href="#mobiel_menu_nav_1675"] .icon.opened{display:block}html.mm-opened a[href="#mobiel_menu_nav_1675"] .icon.closed{display:none}a[href="#mobiel_menu_nav_1675"]{overflow:hidden}a[href="#mobiel_menu_nav_1675"] span{position:relative;transform:rotate(0);-webkit-transform:rotate(0);-ms-transform:rotate(0);-moz-transform:rotate(0);top:0;left:0;opacity:1;transition:none 0.5s ease;-webkit-transition:none 0.5s ease;transition-property:transform,top,left,opacity;-webkit-transition-property:transform,top,left,opacity}html.mm-opened a[href="#mobiel_menu_nav_1675"] span.middle-bar{left:-40px}html.mm-opened #header-wrapper{position:absolute!important}html.mm-opened .BouwBlokMobielMenu_1675{position:relative}#mobiel_menu_nav_1746 .mobMenuColored{color:var(--color-green-rrs);font-weight:600}.actie-banner.container{position:relative;z-index:3}.actie-banner img{position:absolute;right:0;bottom:55px}#css-slider{width:100%;margin:0 auto;position:relative;padding-bottom:36px}body[data-entiteit="homepage"] #css-slider,body[data-entiteit="pakketgroep"] #css-slider{padding-bottom:0}#css-slider>input[type="radio"]{display:none}#css-slider .css-slider-caption{position:absolute;z-index:1;width:100%;bottom:35px;-webkit-animation:animateCssCaption 2s ease;animation:animateCssCaption 2s ease}#css-slider .css-slider-caption .css-slider-caption-content h1,#css-slider .css-slider-caption .css-slider-caption-content{display:block;color:#FFF;font-size:50px;font-weight:500;line-height:45px;margin:0;text-shadow:1px 1px 0 rgba(51,51,51,.5)}@keyframes animateCssCaption{from{bottom:60px;opacity:0}to{bottom:35px;opacity:1}}@-webkit-keyframes animateCssCaption{from{bottom:60px;opacity:0}to{bottom:35px;opacity:1}}@keyframes animateCssCaptionTablet{from{bottom:82px;opacity:0}to{bottom:57px;opacity:1}}@-webkit-keyframes animateCssCaptionTablet{from{bottom:82px;opacity:0}to{bottom:57px;opacity:1}}@keyframes animateCssCaptionTabletPortrait{from{bottom:112px;opacity:0}to{bottom:87px;opacity:1}}@-webkit-keyframes animateCssCaptionTabletPortrait{from{bottom:112px;opacity:0}to{bottom:87px;opacity:1}}#css-slider #css-slider-slides{position:relative;background:none;filter:inherit!important}#css-slider #css-slider-slides #css-slider-container{overflow:hidden}#css-slider #css-slider-slides #css-slider-container .css-slider-inner{line-height:0;-webkit-transition:all 1.5s;-moz-transition:all 1.5s;-ms-transition:all 1.5s;-o-transition:all 1.5s;transition:all 1.5s;-webkit-backface-visibility:hidden;backface-visibility:hidden}#css-slider #css-slider-slides #css-slider-container .css-slider-inner:before,#css-slider #css-slider-slides #css-slider-container .css-slider-inner:after{display:table;content:" ";clear:both}#css-slider #css-slider-slides #css-slider-container .css-slider-inner .css-slider-slide{float:left;position:relative}#css-slider #css-slider-slides #css-slider-container .css-slider-inner .css-slider-slide img.bant-lazy{display:none}#css-slider #css-slider-slides #css-slider-container .css-slider-inner .css-slider-slide img.css-slider-slide-image:not(.bant-lazy){width:100%;display:block}#css-slider.entity-pakketgroep #css-slider-slides #css-slider-container .css-slider-inner .css-slider-slide .css-slider-slide-caption{position:absolute;bottom:20px;z-index:1;text-align:right;width:100%;line-height:initial;color:#FFF;padding:0 200px 4px 0;text-shadow:1px 1px 0 rgba(51,51,51,.5)}#css-slider #css-slider-labels{position:absolute;z-index:5;bottom:0;text-align:center;left:0;width:100%}#css-slider #css-slider-labels label{display:inline-block;margin:0 2px;width:10px;height:10px;cursor:pointer;background:#CCC;-webkit-transition:opacity 0.3s ease-out,background 0.3s ease-out;transition:opacity 0.3s ease-out,background 0.3s ease-out;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}#css-slider #css-slider-labels label:hover{background:#333;border-color:#777}#css-slider #css-slider-labels:not(.show-names) .css-slider-labels-span{border:1px solid #f1f1f1;padding:2px 20px;border-top:none;background:#f5f5f5;border-radius:0 0 5px 5px;display:inline-block}#css-slider #css-slider-labels.show-names{background:#00baed;padding:4px 0}#css-slider #css-slider-labels.show-names span.show-names-prefix{color:#FFF}#css-slider #css-slider-labels.show-names label{width:auto;height:auto;background:none;border-right:1px solid #fff;padding-right:6px;font-size:16px;font-weight:100;opacity:.6;color:#FFF;margin-right:6px;cursor:pointer;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}#css-slider #css-slider-labels.show-names label:last-child{border-right:none}#css-slider #css-slider-labels.show-names label:hover{opacity:1}#css-slider.entity-pakketgroep #css-slider-labels{position:absolute;bottom:20px;width:100%;left:0;text-align:right;z-index:2}@media all and (-ms-high-contrast:none){#css-slider.entity-pakketgroep #css-slider-labels{bottom:14px}}#css-slider.entity-pakketgroep #css-slider-labels .css-slider-labels-span{border:none;padding:0;background:transparent;border-radius:0}@media screen and (min-width:768px) and (max-width:1200px){img#Image-Maps-Com-image-maps-2015-12-16-033043{margin-top:-40px!important}}@media screen and (min-width:955px) and (max-width:1200px){div#bouwblokxhr_1036{margin-top:100px!important}}@media screen and (max-width:1500px){body:not([data-entiteit="homepage"]) #css-slider #css-slider-slides #css-slider-container .css-slider-inner .css-slider-slide img.css-slider-slide-image:not(.bant-lazy){height:360px;width:auto}body:not([data-entiteit="homepage"]) #css-slider{height:360px;width:auto}}@media screen and (max-width:1900px){body:not([data-entiteit="homepage"]):not([data-entiteit="element"]):not([data-entiteit="/core.sym/fe/wizard/wizard.php"]) #showcase-wrapper{height:360px}body[data-entiteit="/core.sym/fe/boeking/wizard_std/start.php"] #showcase-wrapper,body[data-entiteit="/core.sym/fe/boeking/wizard_std/indeling.php"] #showcase-wrapper,body[data-entiteit="/core.sym/fe/boeking/wizard_std/prijsoverzicht.php"] #showcase-wrapper,body[data-entiteit="/core.sym/fe/klant/identificatie_wizard_new.php"] #showcase-wrapper,body[data-entiteit="/core.sym/fe/boeking/wizard_std/deelnemers.php"] #showcase-wrapper,body[data-entiteit="/core.sym/fe/boeking/wizard_std/extra.php"] #showcase-wrapper,body[data-entiteit="/core.sym/fe/boeking/wizard_std/totaaloverzicht.php"] #showcase-wrapper{height:20px!important}body[data-entiteit="/core.sym/fe/wizard/wizard.php"] #showcase-wrapper{height:auto!important}body:not([data-entiteit="homepage"]) #css-slider.entity-pakketgroep #css-slider-slides #css-slider-container .css-slider-inner .css-slider-slide .css-slider-slide-caption{padding:0;bottom:40px}#css-slider .css-slider-caption{bottom:57px;-webkit-animation:animateCssCaptionTablet 2s ease;animation:animateCssCaptionTablet 2s ease}#css-slider #css-slider-labels{bottom:0}#css-slider #css-slider-labels:not(.show-names) .css-slider-labels-span{border-radius:5px 5px 0 0}body.header-small #css-slider.entity-pakketgroep #css-slider-caption-pakketgroep{bottom:242px}body:not([data-entiteit="homepage"]) #css-slider #css-slider-slides{height:360px}}@media screen and (max-width:1000px){#css-slider .css-slider-caption{bottom:87px;-webkit-animation:animateCssCaptionTabletPortrait 2s ease;animation:animateCssCaptionTabletPortrait 2s ease}}.BouwBlokTabbladenInTabblad_774>ul>li .tabblad .toggleText{display:none}@media (min-width:768px) and (max-width:992px){.package-container .package-badge{margin-top:-12px}.package-container .package-badge .package-badge-triangle .package-badge-info-icon .package-badge-info-icon-inner{position:relative;top:14px}.package-container .package-price .package-price-now .package-price-info-icon{top:auto!important;float:none!important}.package-container .package-badge .package-badge-triangle{position:relative;top:-1px}}@media (max-width:992px){#showcase-wrapper .actie-banner img{bottom:70px}.BouwBlokMobielMenu_441{display:block;border-bottom:1px solid #FFF}.top-gradient,#content-logo{display:none}#header-wrapper{padding-top:0;position:static}body[data-entiteit="homepage"] .hp-white-bck{margin-top:-10px}#svg-logo{z-index:1}}a.top-item{width:100%}@media screen and (min-height:900px){.sticky-helper{display:block;height:0}}@media screen and (min-height:955px){.sticky-helper{display:block}}@media screen and (min-width :1200px){.partLeft{width:867px;margin-top:15px}.partLeftExtra{width:927px}.partRight{width:300px;background-color:#FFF}}@media screen and (max-width :1199px){.BouwBlokNieuwsbrief_406 .Button{position:absolute;right:8%;margin:0!important}header.app-header .main-menu .BouwBlokMegaMenu_845 .bouwblokFemenuContent>ul>li>a{font-size:var(--font-size-tinymenu)}}@media screen and (max-width :992px){.pakketLijst .no-pad-md-right{padding-right:0px!important}.package-container .package-price .package-price-now .package-price-info-icon{top:-70px}.package-container .package-badge .package-badge-triangle .package-badge-info-icon{bottom:21px}input#nieuwsbrief_inschrijven_email{margin-right:150px;width:216px}#nieuwsbrief_inschrijven{right:8%}#reiscafe .content-bottom{margin:0}#reiscafe .footer-bottom{margin:0 0 30px 0}#reiscafe .filmrol-container{width:60px;margin:0 30px}#reiscafe .filmrol-container .filmrol-img{margin:0}.BouwblokPakketselectie_877 .pakket_recent{padding:0 5px}}@media screen and (max-width:955px){#logo-TOP,div#logo{width:122px}#footer-blue-wrapper div#logo{width:242px}.BouwBlokMegaMenu_845 a.depth_1{padding:7px 1px;font-size:11pt}.BouwBlokMegaMenu_845 .li_depth_0{margin-left:0}.BouwBlokMegaMenu_845{left:21px}.chat-wrap span,#phplive_btn_1401981195 img{width:33px!important;height:33px!important;background-size:cover!important;background-position:0 0!important}span#phplive_btn_1401981195 img{margin-top:0}.BouwBlokHtml_882 #saveIcon{top:8px;width:24px;height:24px;background-size:cover;background-position:-98px 0}.BouwBlokHtml_882 #counter_total{width:16px;height:16px!important;font-size:11px!important}.right_border_white{font-size:12px;margin-right:6px}.map{display:none}.map span{font-size:15px}.BouwBlokPlugin_888 .mapImg{max-height:68px!important}#bouwblokxhr_891 .class_vragengroep_homepagina::before{font-size:0!important}.BouwBlokPlugin_888 ol.flex-control-nav.flex-control-paging{bottom:-35px!important}.HP-CONTENT{margin-top:0}.HP-CONTENT>.col-md-4{display:none}.top-flexslider{margin:0 0 10px}.hp-news-container{border-bottom:0px!important;z-index:99}div#bouwblokxhr_863 h2{min-height:43px}.actie-cnt{top:0}.actie-cnt a{position:absolute;bottom:30px;margin:0 -10px;width:calc(100% - 50px)}.actie-cnt .actie-btn{position:absolute;right:-20px}.actie-cnt span.btn.btn-blauw{margin-top:5px}.imgCont{height:auto!important;max-width:263px!important}.pakketItemmid .table_container{font-size:12px}.pakketLijst .pakketItemmid{width:39%;padding-left:11px;padding-right:10px}.pakketLijst .pakketButton a{width:160px;max-width:100%}.symbol-tag>img{width:100%}.voorwaarden-balk{right:6px}.pakketButton.verleng{margin-left:1px}.pakketButton.verleng .btn.btn-blauw{font-size:13px}.pakket_recent h4{font-size:19px}.tabsInTabHome .menuExtra li{font-size:13px}.BouwBlokHtml_952{display:none}.pakketItemRechts{width:52%!important;font-size:12px}#bouwblokxhr_926 .garanteed{margin-top:0px!important;font-size:12px}.BouwBlokTabbladenInTabblad_836 ul li a{font-size:11px}.top-item .popupje>img{width:208px!important}#bouwblokxhr_856 form .hand{font-size:11px}#bouwblokxhr_856 .vragenlijst-vraag-th-div span{font-size:15px}.zoekfilter.col-sm-3{padding-right:0}.excursieLijst .infoRight{width:47%!important}.excursieLijst p{margin-left:6px}.Reisroute.col-md-5.partRight{width:66.66666667%!important}}@media (max-width:1024px){#header-wrapper .BouwBlokAfbeeldingLink_839 img{width:90%!important}body.header-tabbladen-fixed #header-wrapper .BouwBlokAfbeeldingLink_839 img{width:40%!important}#header-wrapper .BouwBlokMegaMenu_845 a.depth_1{padding-right:30px}#showcase-wrapper #css-slider.entity-pakketgroep #css-slider-caption-pakketgroep .caption-pakketgroep-itemtype{margin:0 -20px}#showcase-wrapper #css-slider.entity-pakketgroep #css-slider-slides #css-slider-container .css-slider-inner .css-slider-slide .css-slider-slide-caption{bottom:0}#showcase-wrapper #css-slider.entity-pakketgroep #css-slider-labels{bottom:17px}body[data-entiteit="pakketgroep"] #showcase-wrapper #css-slider #css-slider-labels label{width:8px;height:8px}#header-wrapper-pakketgroep-caption .caption-sub,#css-slider.entity-pakketgroep #css-slider-caption-pakketgroep #caption-pakketgroep-sub,#showcase-wrapper #css-slider.entity-pakketgroep #css-slider-caption-pakketgroep #caption-pakketgroep-sub,#showcase-wrapper #css-slider.entity-pakketgroep #css-slider-caption-pakketgroep #caption-pakketgroep-sub .caption-pakketgroep-price{font-size:18px!important}#header-wrapper-pakketgroep-caption .caption-sub .price-old,#showcase-wrapper #css-slider.entity-pakketgroep #css-slider-caption-pakketgroep #caption-pakketgroep-sub .caption-pakketgroep-price .price-old{font-size:16px}#header-wrapper-pakketgroep-caption .caption-sub .price-new,#css-slider.entity-pakketgroep #css-slider-caption-pakketgroep #caption-pakketgroep-sub .caption-pakketgroep-price .price-new,#showcase-wrapper #css-slider.entity-pakketgroep #css-slider-caption-pakketgroep #caption-pakketgroep-sub .caption-pakketgroep-price .price-new{font-size:24px}#showcase-wrapper #css-slider .price-info-popup,#showcase-wrapper #css-slider.entity-pakketgroep #css-slider-caption-pakketgroep #caption-pakketgroep-sub .caption-pakketgroep-special .caption-pakketgroep-special-info .caption-pakketgroep-special-popup{bottom:-32px;padding:6px;max-width:230px;line-height:14px;font-size:12px}#showcase-wrapper #css-slider.entity-pakketgroep #css-slider-caption-pakketgroep #caption-pakketgroep-sub .caption-pakketgroep-special .caption-pakketgroep-special-info .caption-pakketgroep-special-popup span{width:220px}#showcase-wrapper #css-slider .price-info-popup-header{margin-bottom:5px!important}#showcase-wrapper #css-slider.entity-pakketgroep #css-slider-caption-pakketgroep #caption-pakketgroep-sub .caption-pakketgroep-special .caption-pakketgroep-special-arrow{border-top:11px solid transparent;border-bottom:11px solid transparent}#showcase-wrapper #css-slider.entity-pakketgroep #css-slider-caption-pakketgroep #caption-pakketgroep-sub .caption-pakketgroep-special .caption-pakketgroep-special-title{font-size:11px}#main-wrapper .sortering.class_vragengroep_sortering>div{margin-bottom:15px;margin-right:15px}}@media (max-width:992px){body[data-entiteit="pakketgroep"].header-animation-done #header-wrapper #header-wrapper-pakketgroep-caption{bottom:0;left:75px}#header-wrapper-pakketgroep-caption .caption-title{display:block;margin-left:15px!important;width:100%}#header-wrapper .BouwBlokMegaMenu_845{margin-top:-12px}#header-wrapper .BouwBlokAfbeeldingLink_839 img{width:65%!important}#header-wrapper-pakketgroep-caption .caption-sub,#css-slider.entity-pakketgroep #css-slider-caption-pakketgroep #caption-pakketgroep-sub,#showcase-wrapper #css-slider.entity-pakketgroep #css-slider-caption-pakketgroep #caption-pakketgroep-sub,#showcase-wrapper #css-slider.entity-pakketgroep #css-slider-caption-pakketgroep #caption-pakketgroep-sub .caption-pakketgroep-price{font-size:16px!important}#showcase-wrapper #css-slider.entity-pakketgroep #css-slider-caption-pakketgroep #caption-pakketgroep-sub .caption-pakketgroep-special{left:10px}#showcase-wrapper #css-slider .price-info-popup,#showcase-wrapper #css-slider.entity-pakketgroep #css-slider-caption-pakketgroep #caption-pakketgroep-sub .caption-pakketgroep-special .caption-pakketgroep-special-info .caption-pakketgroep-special-popup{bottom:-20px;padding:4px;line-height:12px;font-size:10px}#showcase-wrapper #css-slider.entity-pakketgroep #css-slider-caption-pakketgroep #caption-pakketgroep-sub .caption-pakketgroep-special .caption-pakketgroep-special-info .caption-pakketgroep-special-popup span{width:185px}#showcase-wrapper #css-slider.entity-pakketgroep #css-slider-caption-pakketgroep #caption-pakketgroep-sub .caption-pakketgroep-special .caption-pakketgroep-special-title{letter-spacing:0}#showcase-wrapper #css-slider #css-slider-labels:not(.show-names) .css-slider-labels-span{margin-right:-15px}.BouwBlokMegaMenu_845 ul.uldepth .li_depth_0>a.depth_1:before{top:13px}.BouwBlokMegaMenu_845 ul.uldepth .li_depth_0>a.depth_1:after{top:10px}#nieuwsbrief-reiscafe .header-bottom{font-size:22px}#nieuwsbrief-reiscafe #nieuwsbrief_inschrijven_email{margin-top:0;margin-bottom:0!important}#nieuwsbrief-reiscafe .BouwBlokNieuwsbrief_406 input.Button.btn.btn-default{bottom:0;right:4%}#nieuwsbrief-reiscafe .filmrol-container{margin-left:15px}.footer-bottom .btn.btn-default.btn-blauw{margin-top:0;margin-right:60px}}@media screen and (max-width :700px){.ZOEKFILTER .class_vragengroep_homepagina>.vragenlijst-tr-div{width:100%}.VAKANTIES{display:block;position:relative;height:70px}#flexslider-kindervakanties{top:5px}}@media screen and (max-width :800px){div#footer-blue-wrapper{text-align:center}body[data-entiteit="regio"] div.pakketItem,body[data-entiteit="plaats"] div.pakketItem,body[data-entiteit="symbool"] div.pakketItem,body[data-entiteit="mm_pakketcategorie_land"] div.pakketItem,body[data-entiteit="land"] div.pakketItem,body[data-entiteit="zoekmethodemaatwerk"] div.pakketItem{overflow:hidden;padding-bottom:10px;padding-left:7px}body[data-entiteit="plaats"] .pakketItem h4,body[data-entiteit="regio"] .pakketItem h4,body[data-entiteit="symbool"] .pakketItem h4,body[data-entiteit="mm_pakketcategorie_land"] .pakketItem h4,body[data-entiteit="pakketcategorie"] .pakketItem h4,body[data-entiteit="land"] .pakketItem h4{width:60%}.flexslider-controls .container{display:none}body[data-entiteit="regio"] div.imgWrapper,body[data-entiteit="symbool"] div.imgWrapper,body[data-entiteit="mm_pakketcategorie_land"] div.imgWrapper{margin-bottom:10px}div.vvStandaardPlusEersteAfbeeldingDiv p{max-width:500px;float:right;margin-right:27px}.hp-news-container p{margin-bottom:0}div#ZoekmethodeMaatwerk_custom_tekst_resetten{font-size:13px}.vragenlijst-vraag-td-div .priceBlock{top:9px!important}a.btn.btn-blauw{height:38px}#bouwblokxhr_856 select,#bouwblokxhr_904 select,#bouwblokxhr_925 select{padding-right:13px!important;min-width:94%!important}.pakketItemRechts{margin-bottom:27px;width:47%!important}body[data-entiteit="plaats"] .pakketItemRechts,body[data-entiteit="regio"] .pakketItemRechts,body[data-entiteit="symbool"] .pakketItemRechts,body[data-entiteit="mm_pakketcategorie_land"] .pakketItemRechts,body[data-entiteit="zoekmethodemaatwerk"] .pakketItemRechts{margin-left:7px}.pakketButton{margin-bottom:-10px}.pakketButton.verleng .btn.btn-blauw{margin-right:0px!important}body[data-entiteit="homepage"] .priceBlock .arrow-right{right:-7px}#rechterDeel .toggleReisrouteWrapper{padding:20px 30px}}@media screen and (min-width :1024px){#reiscafe .footer-bottom{bottom:10px}.vragenlijst-vraag-td-div .priceBlock{top:16px!important}}@media screen and (min-width :992px){.pakketLijst .no-pad-md-right{padding-right:0px!important}header.app-header .container,footer.app-footer .container{max-width:1100px!important;width:100%}}@media (max-width:991px){#main-wrapper .BouwblokPakketselectie_877 h4{height:60px}#showcase-wrapper #css-slider.entity-pakketgroep #css-slider-caption-pakketgroep #caption-pakketgroep-sub .caption-pakketgroep-special .caption-pakketgroep-special-arrow{top:0}#showcase-wrapper #css-slider.entity-pakketgroep #css-slider-caption-pakketgroep #caption-pakketgroep-sub .caption-pakketgroep-special .caption-pakketgroep-special-title{margin-left:9px}.content-wrapper{position:relative}.smt_occupation i.material-icons{font-size:15px}div[class*='row-level-question'][class*='_aantal']:not(.row-level-question-deelnemers_aantal_deelnemers){padding-right:15px}.toedeling_counter{all:unset}.hut_selectiemethodevragen_vragenlijst,#wizardblok_groep_pre,#wizardblok_groep_post{width:100%}.rederij-wrapper .pl-0{padding-left:15px!important}.BouwBlokMobielMenu_1675{display:block}.header-wrapper-new{padding-bottom:44px}header.app-header a{opacity:1}header.app-header .top-menu{display:none}header.app-header .main-menu{padding:0;z-index:2;position:relative;background-color:var(--color-white);min-height:unset}header.app-header .main-menu .logo{padding:4px;left:12px;bottom:-36px!important;transition:0.2s ease-out}header.app-header .main-menu .container.split{width:100%!important}header.app-header .main-menu .logo img{height:64px;width:auto;transition:0.2s ease-out}header.app-header .main-menu .logo.small{bottom:0}header.app-header .main-menu .logo.small img{height:36px}header.app-header .main-menu .holder-mobilebuttons{display:flex}header.app-header .main-menu .holder-mobilemenu{display:block}header.app-header .main-menu .BouwBlokMegaMenu_845 .bouwblokFemenuContent{display:none}.blur{display:block;opacity:1;pointer-events:auto}}@media (max-width:992px) and (min-width:768px){body #main-wrapper .package-container .package-badge{top:-250px}.wizard-head{top:0;position:fixed;z-index:88}body[data-entiteit="homepage"] .package-container .package-badge{margin-top:-12px}.smt_occupation{width:15%}.smt_volledig_prijslabel{width:22%}.smt_volledig_eigenschaplabel{width:25%}.toedeling_counter>div{display:inline-block;margin-top:15px}}@media screen and (min-width :768px){.acco-table .row-column-entries .column .acco-entry .acco-entry-name-stars .acco-entry-name{width:calc(100% - 90px)}}@media screen and (max-width :767px){.smt_occupation{width:13%}.smt_volledig_eigenschaplabel{width:62%}.toedeling_counter>div{width:50%!important;display:inline-block;margin-top:15px}.acco-table .row-column-entries .column.col-md-6 .acco-entry .acco-entry-name-stars .acco-entry-stars{position:relative;right:auto;margin-left:0}footer.app-footer a{opacity:1;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}footer.app-footer .segment .part,footer.app-footer .segment .holder-parts .megamenu_1681.uldepth.sf-menu .li_depth_0{flex:unset!important}footer.app-footer .segment .part.holder-links{background-color:var(--color-footermobile);gap:16px}footer.app-footer .segment .part.holder-links .links-title,footer.app-footer .segment .holder-parts .megamenu_1681.uldepth.sf-menu .li_depth_0 a.depth_1{border-bottom:1px solid var(--color-white);width:100%;padding:16px 15px;background-color:var(--color-footertop);margin-bottom:12px;position:relative}footer.app-footer .segment .holder-parts .megamenu_1681.uldepth.sf-menu .li_depth_0:not(.open) a.depth_1{margin-bottom:0}footer.app-footer a[href=""],footer.app-footer a[href="https://www.nrv.nl/"]{pointer-events:auto!important}footer.app-footer .segment .part.holder-links .links-title,footer.app-footer .segment .holder-parts .megamenu_1681.uldepth.sf-menu .li_depth_0 a.depth_1::after{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath fill='%23ffffff' d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'%3E%3C/path%3E%3C/svg%3E");position:absolute;right:15px;left:unset;top:calc(50% - 12px);width:24px;height:24px;transition:0.2s ease-out}footer.app-footer .segment .part.holder-links .links-title,footer.app-footer .segment .holder-parts .megamenu_1681.uldepth.sf-menu .li_depth_0.open a.depth_1::after{transform:rotate(180deg)}footer.app-footer .segment .holder-parts .megamenu_1681 .uldepth_1{padding:0 15px}footer.app-footer .segment .part.holder-links .links-title a{width:fit-content}footer.app-footer .segment .part.holder-links .links-title .arrow{display:block}footer.app-footer .segment .part.holder-links:not(.closed){padding-bottom:24px;border-bottom:1px solid var(--color-white)}footer.app-footer .segment .part.holder-links:not(.closed) .links-title{margin-bottom:12px}footer.app-footer .segment .part.holder-links:not(.closed) .links-title .arrow{transform:rotate(180deg)}footer.app-footer .segment .part.holder-links.closed .link-container{display:none}footer.app-footer .segment .part.holder-links:first-child .links-title,footer.app-footer .segment .holder-parts .megamenu_1681.uldepth.sf-menu .li_depth_0:first-child a.depth_1{border-top:1px solid var(--color-white)}footer.app-footer .segment .part .container{padding:0}footer.app-footer .segment .part.half{margin-right:0}footer.app-footer .segment.links-menu{padding:0}footer.app-footer .segment:last-child{border-top:none}footer.app-footer .footer-bottom{padding:24px 0}footer.app-footer .footer-bottom .holder-links .BouwBlokFeMenu_401 ul{flex-wrap:wrap;padding-bottom:16px}footer.app-footer .footer-top{display:flex;flex-direction:column}footer.app-footer .footer-top .other{order:1;padding:28px 0 40px}footer.app-footer .footer-top .other .holder-parts{flex-direction:column;align-items:center;gap:32px}footer.app-footer .footer-top .other .holder-parts .part{display:flex;flex-direction:column;align-items:center}footer.app-footer .footer-top .other .holder-parts .part.insurance{order:3}footer.app-footer .footer-top .other .holder-parts .part.insurance .part-title{font-size:12px}footer.app-footer .footer-top .other .holder-parts .part.newsletter{order:2}footer.app-footer .footer-top .other .holder-parts .part.newsletter .part-title{font-size:16px}footer.app-footer .footer-top .other .holder-parts .part.socials{order:1}footer.app-footer .footer-top .other .holder-parts .part.socials .part-title{font-size:12px}footer.app-footer .footer-top .links-menu{order:2}footer.app-footer .footer-top .links-menu .menu-container{max-width:unset;padding:0}footer.app-footer .footer-top .links-menu .holder-parts,footer.app-footer .segment .holder-parts .megamenu_1681.uldepth.sf-menu{flex-direction:column;gap:0}footer.app-footer .footer-top .links-menu .holder-parts .part,footer.app-footer .segment .holder-parts .megamenu_1681.uldepth.sf-menu .li_depth_0{width:100%;padding-bottom:24px;border-bottom:1px solid #fff;background-color:var(--color-footermobile)}footer.app-footer .footer-top .links-menu .holder-parts .part,footer.app-footer .segment .holder-parts .megamenu_1681.uldepth.sf-menu .li_depth_0:not(.open){padding-bottom:0;border-bottom:none}footer.app-footer .footer-top .links-menu .holder-parts .part,footer.app-footer .segment .holder-parts .megamenu_1681.uldepth.sf-menu .li_depth_0:not(.open) .sf-mega{display:none}}