/* Merged CSS file, created 2025-06-18 13:22:05 */
/*
 * 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;
}.vvElementcontentBijPakketBasis{
  float:left;
  width:98%;
}

div.vvElementcontentBijPakketBasis .strong {
    font-size: 10pt; 
    margin:0;
}

.ElementcontentBijPakketBasisContent .strong{
    font-size: 10pt; 
    margin:0;
}.vvStandaardPlusEersteAfbeeldingDownload{
	display:block;
	clear:right;
	font-size:8pt;
	font-style:italic; 
}
div .vvAfbeeldingAfbeeldingen{
	width:98%;
}
.vvAfbeeldingenAfbeelding{

}/**
 * 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.trapreizen.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.trapreizen.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.trapreizen.nl/cache/merge/986f520f7895bc1bf2ccf350c547ce6f_closelabel.gif) no-repeat}.ui-widget-overlay.ui-front{background:none repeat scroll 50% 50% #AAA}div.vv_xslt_container_1{float:left}div.content_xslt{margin:0 37px 20px;height:415px;font-family:'Open Sans',sans-serif;float:left;padding-bottom:25px;box-shadow:0 2px 0 #e0d8cd;border-bottom:1px solid #fff}div.kaart{float:left;width:225px;height:350px}div.info{float:left;height:50px;width:470px;display:block;background-color:#6494a3;margin-left:15px}div.zwaar{float:left;width:130px;border-right:1px solid #85abb6;height:50px;text-align:center}div.prijs{color:#fff;float:left;width:95px;border-right:1px solid #85abb6;height:45px;padding-top:5px;text-align:center;font-size:13px}div.prijs b{font-size:24px;text-shadow:-1px -1px 0 #827e22}div.verblijf{color:#fff;float:left;width:105px;border-right:1px solid #85abb6;height:42px;padding:8px 0 0 10px;font-weight:700;font-size:13px}div.vervoer{color:#fff;float:left;width:105px;height:42px;font-weight:700;font-size:13px;padding:8px 0 0 10px}div.alg{width:470px;float:left;height:300px;margin-left:15px}div.alg h1{font-size:36px;color:#000;font-weight:300;line-height:40px}div.alg h3{color:#858113;font-size:24px;font-weight:400;line-height:45px;padding-bottom:5px}div.rechts{float:right;width:225px}div.foto{float:right;width:225px;height:350px}div.boeken{float:right;width:225px}div.boeken a{background-image:url(https://www.trapreizen.nl/webafbeeldingen/bg_boeken.png);background-position:center top;border-radius:3px 3px 3px 3px;box-shadow:1px 1px 1px #B1B1B1;color:#fff;display:block;font-size:11px;font-weight:700;line-height:36px;text-align:center;text-shadow:0 0 1px #646464;width:225px}div.boeken a:hover{background-position:bottom center}div#reservationlink{display:none}table#tablayout td#tablayout_c1{background-image:url(https://www.trapreizen.nl/webafbeeldingen/bg_content.png);box-shadow:0 -1px #F1F1F1;padding-bottom:50px}div.vvAfbeeldingAfbeeldingen a{width:200px}.tablayoutdiv1.fietshuur{background-color:#F2F2F2;margin-bottom:-4px;padding:15px 5px 15px 15px;border-top:5px solid #FFF}.BouwblokEmailformulierVerwijzing_59{float:right;margin-right:34px}div.bouwbloktabtemplate{margin:0 0 0 245px;width:620px;padding-top:30px;background-image:url(https://www.trapreizen.nl/webafbeeldingen/aanvullend.png);background-repeat:no-repeat;float:left}div.bouwbloktabtemplate div.tab{background-image:url(https://www.trapreizen.nl/webafbeeldingen/tab.png);background-repeat:repeat;height:35px;float:left;border:0;text-align:center;line-height:35px;border-radius:5px 5px 0 0;padding:0 3px;color:#fff;margin:0 1px}div.bouwbloktabtemplate div.tab:hover{background-color:#948773;background-image:none}div.bouwbloktabtemplate div.tab a{color:#fff;height:35px;display:block;text-shadow:0 0 1px #6a6a6a}div.bouwbloktabtemplate div.activetab{background-color:#fff;background-image:none;height:35px;float:left;border:0;text-align:center;line-height:35px;border-radius:5px 5px 0 0;padding:0 3px;color:#fff;margin:0 1px}div.bouwbloktabtemplate div.activetab a{color:#787268;text-shadow:0 1px 0 #f1f1f1}div.content{width:1024px;padding:0}table#tablayout td#tablayout_b1{padding-left:32px}table#tablayout td#tablayout_b2{padding-right:32px}table#tablayout td#tablayout_b1,table#tablayout td#tablayout_b2{background-image:url(https://www.trapreizen.nl/webafbeeldingen/bg_content.png);padding-top:25px;padding-bottom:50px;border-top:5px solid #fff;box-shadow:0 -1px #f1f1f1}.vvStandaardPlusEersteAfbeeldingDownload{display:block;clear:right;font-size:8pt;font-style:italic}.vvStandaardPlusEersteAfbeeldingDiv img{margin-right:40px!important;margin-top:4px!important}.vvStandaardPlusEersteAfbeeldingDiv h3{color:#858113;font-size:20px;font-weight:400;font-family:'Open Sans',sans-serif;display:initial}.vvStandaardPlusEersteAfbeeldingDiv h3 b{font-size:15px;color:#39545d;font-weight:700}.vvElementcontentBijPakketBasis{width:100%}table.vvStandaardPlusEersteAfbeeldingTable{margin-bottom:7px;border-collapse:collapse;height:154px;display:block}.vvStandaardPlusEersteAfbeeldingDiv.vvStandaardEersteAfbeeldingUitgelicht{display:block;height:150px;overflow:hidden}.content.home-page{padding:45px 25px 25px}.vvAfbeeldingAfbeeldingen{margin:0 auto}div.vvAfbeeldingAfbeeldingen a{width:200px;float:left;padding:5px}.vvElementcontentBijPakketBasis{width:100%}td#tablayout_c1 .vvAfbeeldingAfbeeldingen{width:650px;margin:0 auto}.BouwBlokFeMenu_64{color:#FFF;text-align:right}.BouwBlokFeMenu_64 a{color:#FFF;text-decoration:none}.BouwBlokFeMenu_64 ul{list-style:none;overflow:hidden;margin:0}.BouwBlokFeMenu_64 ul li{display:inline-block;vertical-align:bottom}.BouwBlokFeMenu_64 ul li a{display:block;padding:0 10px;border-right:solid 1px;margin:10px 0}.BouwBlokFeMenu_64 ul li.telefoon-menu a{background-image:url(https://www.trapreizen.nl/webafbeeldingen/tele_icon.png);background-repeat:no-repeat;background-position:9px 3px;font-weight:700;font-size:16px;padding-left:30px;padding-right:15px}.BouwBlokFeMenu_64 ul li.facebook-menu a{background-image:url(https://www.trapreizen.nl/webafbeeldingen/fb_icon.png);background-repeat:no-repeat;background-position:100px 0;height:22px;padding-left:15px;padding-right:45px}.BouwBlokFeMenu_64 ul li.youtube-menu a{border-right:0;background-image:url(https://www.trapreizen.nl/webafbeeldingen/yt_icon.png);background-repeat:no-repeat;background-position:10px 0;height:22px;padding-left:115px;margin-right:-113px;padding-right:30px;text-indent:-999px}.BouwBlokFeMenu_64 ul li.instagram-menu a{border-right:0;background-image:url(https://www.trapreizen.nl/webafbeeldingen/instagram-icon.png);background-repeat:no-repeat;background-position:-5px -15px;height:22px;background-size:54px;padding-left:0;padding-right:40px;text-indent:-999px;vertical-align:top}.BouwBlokHtml_65 #logo,.BouwBlokHtml_65 #content-logo{margin:30px 0 35px 0}.BouwBlokHtml_65 #content-logo{text-align:right}.BouwBlokFeMenu_66{display:block;height:75px;margin:0 auto;padding:0;position:absolute;top:-25px;width:100%;z-index:3}.BouwBlokFeMenu_66 a{color:#FFF;font-size:14px}.BouwBlokFeMenu_66 ul.femenu li a b{font-size:18px;color:#FFF;text-shadow:1px 1px #a4a02e}.BouwBlokFeMenu_66 ul ul{display:none}.BouwBlokFeMenu_66 ul li:hover>ul{display:block}.BouwBlokFeMenu_66 ul{padding:0;list-style:none;display:inline-block;position:relative;margin:0;width:100%}.BouwBlokFeMenu_66 ul ul,.BouwBlokFeMenu_66 ul ul ul{margin:auto}.BouwBlokFeMenu_66 ul:after{clear:both;display:block}.BouwBlokFeMenu_66 ul li{width:31.77%;height:75px;background-color:#c1bc36;float:left;background-image:url(https://www.trapreizen.nl/webafbeeldingen/pijl_down.png);background-repeat:no-repeat;background-position:top right}.BouwBlokFeMenu_66 ul.uldepth>li:first-child{margin-right:12px}.BouwBlokFeMenu_66 ul.uldepth>li:last-child{margin-left:12px}.BouwBlokFeMenu_66 ul li:hover{background-color:#8c8824;color:#eee731}.BouwBlokFeMenu_66 ul li:hover a{color:#26383e}.BouwBlokFeMenu_66 ul li a{display:block;padding:10px 5px 5px 30px;text-decoration:none;color:#26383e;font-size:14px}.BouwBlokFeMenu_66 ul ul{padding:0;position:absolute;top:100%;min-width:100%}.BouwBlokFeMenu_66 ul ul li{float:none;position:relative;white-space:nowrap;border-top:1px solid #FFF;height:25px;background-image:none}.BouwBlokFeMenu_66 ul ul li a{padding:5px;font-size:14px;color:#FFF}.BouwBlokFeMenu_66 ul ul li a:hover{color:#FFF}.BouwBlokHtml_67{margin:15px 0}.BouwBlokHtml_67 #footer-copyright{text-align:right;color:#333}.BouwBlokHtml_67 #footer-copyright a{color:#333}.BouwBlokHtml_67 .benjaminuitgeverij-foot{margin-left:30px}.BouwBlokHtml_67 .disclaimer-foot,.BouwBlokHtml_67 .copyright-foot,.BouwBlokHtml_67 .disclaimer-privacy{margin-right:15px}.BouwBlokHtml_67 .anvr-foot,.BouwBlokHtml_67 .sgr-foot{margin-right:15px}.BouwBlokNieuwsbrief_68{font-family:'museo300'}.row-level-question-email .vragenlijst-vraag-th-div{float:left;display:block;padding:28px 0 20px 50px}.row-level-question-email .vragenlijst-vraag-th-div{background-image:url(https://www.trapreizen.nl/webafbeeldingen/nieuwsbrief.png);background-repeat:no-repeat;background-position:0 20px}.row-level-question-email .vragenlijst-vraag-td-div{float:left;padding:19px 15px 7px 0}.row-level-question-email .vragenlijst-vraag-td-div input#nieuwsbrief_inschrijven_email{padding:10px 20px;color:#898989;border:solid 1px #BABABA;border-radius:4px;font-family:'museo_sans500'}.BouwBlokNieuwsbrief_68 input.Button{margin:20px 0 7px 0;background:#000;color:#FFF;padding:11px 25px;font-size:11px;text-transform:uppercase;border:0;border-radius:4px;font-family:'museo_sans500';cursor:pointer}.BouwBlokNieuwsbrief_68 input.Button:hover{background:#333}.BouwBlokNieuwsbrief_68 input.Button{margin:20px 0 7px 0;background:#000;color:#FFF;padding:11px 25px;font-size:11px;text-transform:uppercase;border:0;border-radius:4px;font-family:'museo_sans500';cursor:pointer}.BouwBlokNieuwsbrief_68 .vragenlijst-vraag-th-div a{color:#5f8890;font-weight:700;font-size:13px}.BouwBlokHtml_69{margin:10px 0 40px 0}.BouwBlokHtml_69 .vraag{text-align:center;color:#FFF}.BouwBlokHtml_69 .vraag span{font-size:18px}.BouwBlokHtml_69 .vraag .specialisten{border-right:solid 1px;padding-right:20px;font-family:'Open Sans',sans-serif}.BouwBlokHtml_69 .vraag .bel-ons{padding-left:20px;font-family:'Open Sans',sans-serif}@media (max-width:661px){.BouwBlokMobielMenu_101{display:block!important}.BouwBlokFeMenu_66{display:none!important}}@media screen and (max-width:992px){.BouwBlokHtml_65 #logo,.BouwBlokHtml_65 #content-logo{margin:10px 0}.owl-dots{bottom:0}.owl-theme .owl-dots .owl-dot span{width:12px;height:12px;margin:5px 5px}body[data-entiteit="homepage"] .carousel-caption{top:0;bottom:0}body[data-entiteit="homepage"] .caption-line{margin:10px auto 10px auto}body[data-entiteit="homepage"] .caption-descr h3{font-size:20px;margin-top:0;margin-bottom:0}body[data-entiteit="homepage"] .symbool-slider{display:none}body[data-entiteit="homepage"] .owl-theme .owl-controls .owl-nav [class*=owl-]{display:none!important}div#showcase-wrapper{height:auto}div.mm-page .BouwBlokMobielMenu_101>a.logo-link{display:none}#footer-partners>div>div{flex:1 100%!important;max-width:100%!important}[class*="BouwblokPakketselectie_"] .kolom{padding:0 15px}.caption-button .trapButton{margin-top:5px}}@media only screen and (max-width:767px){.popup-inner{width:90%!important;padding:10px!important;position:fixed!important;bottom:15px!important;left:14px!important;font-size:13px!important;z-index:10000}.popup-wrapper h3{width:90%;font-size:15px}}