/* CSS Menus */


/* Default (This CSS applies to ALL breakpoints, unless overridden) */


/* Flexible images */


.flexImage {
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
}


/* Flexible width video */


.video-container {
	position: relative !important;
	padding-bottom: 56.25% !important;
	height: 0 !important;
	overflow: hidden !important;
}


.video-container iframe, .video-container object, .video-container embed {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
}


/* Clearfix (from http://css-tricks.com/snippets/css/clear-fix/) */


.clearfix:after {
	content: "";
	display: table;
	clear: both;
}


/* Hacking the CSS Menu action for altHead */


.altHeader .sub {
	visibility: visible !important;
	display: none !important
}


.fwNavItem:hover > .sub {
	display: block !important;
}


/* Hide on desktop */


.mobileShow {
	display: none;
}


/* Tweaking column widths so they have a 20px left margin start */


.threeMiddle, .fourMiddleLeft, .fourMiddleRight {
	margin-left: 1.7% !important;
}


/*----------------------------------------*/


/*1159px breakpoint (laptop)*/


@media screen and (max-width:1159px) {


/* Header */


.titleWrapper, .navigation {
	float: none;
	margin: auto;
}


.navigation {
	display: block;
}


}


/*----------------------------------------*/


/* 928px breakpoint (netbook/iPad) */


@media screen and (max-width:928px) {


/* Making the page wider! */


#PageDiv {
	width: 93%;
}


/* 3 column TRANSITION	to  two column top, one column bottom */


.threeLeft {
	width: 48.9% !important;
}


.threeMiddle {
	width: 48.9% !important;
	float: right !important;
	margin-left: 0 !important;
}


.threeRight {
	clear: both !important;
	width: 100% !important;
	margin-top: 20px !important;
	margin-left: 0 !important;
}


.three img {
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important
}


/* 4 column TRANSITION to 2x2 */


.four {
	width: 48.9% !important;
}


.fourMiddleLeft {
	float: right !important;
	margin-left: 0 !important;
}


.fourMiddleRight {
	clear: both !important;
	margin-top: 20px;
	margin-left: 0 !important;
}


.fourRight {
	float: right;
	margin-top: 20px;
	margin-left: 0 !important;
}


.four img {
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important
}


}


/*----------------------------------------*/


/* 700px breakpoint (small tablet) */


@media screen and (min-width:571px) and (max-width:700px) {


/* Custom CSS Classes */


.showMobile {
	display: none;
}


/* Making the page wider! */


#PageDiv {
	width: 95%;
}


/* Sidebar TRANSITION to one column  */


.sidebarLeft {
	width: 100% !important;
}


.sidebarRight {
	width: 100% !important;
	margin-top: 20px;
}


.sidebarRight img {
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
}


}


/*----------------------------------------*/


/* 570px breakpoint (smaller tablet) */


@media screen and (max-width:570px) {


/* Contact form table width tweak */


.contactTable {
	box-sizing: border-box;
	width: 100%;
}


/* Sidebar width tweak */


.sidebarLeft {
	width: 100% !important;
}


.sidebarRight {
	width: 100% !important;
	margin-top: 20px;
}


}


/*----------------------------------------*/


/* 480px breakpoint (mobile) */


@media screen and (max-width:480px) {


/* Custom CSS classes */


.mobileHide {
	display: none !important;
}


.mobileShow {
	display: block !important;
}


/* Making the page wider! */


#PageDiv {
	width: 95%;
}


/* Font size */


h1 {
	font-size: 36px !important;
}


h2 {
	font-size: 20px !important;
}


h3 {
	font-size: 18px !important;
}


/* 2 column TRANSFORM to 1 column */


.twoLeft {
	width: 100% !important;
}


.twoRight {
	width: 100% !important;
	clear: both;
	margin-left: 0 !important;
	margin-top: 20px;
}


/* 3 column TRANSFORM to 1 column */


.three {
	width: 100% !important;
}


.threeMiddle {
	margin-top: 20px;
	margin-left: 0 !important;
}


.threeRight {
	margin-left: 0 !important;
}


/* 4 Column TRANSFORM to 1 column */


.fourLeft, .fourRight, .fourMiddleRight, .fourMiddleLeft {
	width: 100% !important;
	clear: both;
}


.fourMiddleLeft {
	margin-top: 20px;
}


/* Header */


.headerWrapper {
	margin-top: 9px;
}


.header {
	text-align: center;
	margin-top: 5px;
}


.navigation {
	display: none;
}


.mobileNavigation {
	float: none !important;
	display: block;
	margin: auto !important;
	clear: both;
}


.logoWrapper {
	float: none !important;
	margin: auto !important;
}


.pageName {
	width: 100%;
	margin-left: auto !important;
	margin-bottom: -20px;
	float: none;
}


/* Alt Header */


.altHeaderWrapper {
	margin-top: 9px !important;
}


.altHeader {
	text-align: center;
	padding: 10px 0 0 0 !important;
}


.altHeader > .navigation {
	font-size: 15px;
	width: 100%;
	display: inline;
	text-align: left !important;
}


.altHeader ul {
	width: 100% !important;
	margin-top: 10px !important;
	background-color: #333333
}


.altHeader a {
	color: #ffffff !important;
}


.pageName {
	margin-bottom: 20px;
}


}


#fwNav1 {
	float: right;
	padding: 0;
	margin: 0;
	list-style: none;
}


#fwNav1 .fwNavItem {
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 0;
	border-left: 0;
	position: relative;
}


#fwNav1 .fwNavItem a {
	display: block;
	color: #666666;
	text-decoration: none;
	background: url(../Resources/transparent.gif) repeat;
	margin: 0;
	padding: 3px 10px 3px 10px;
	height: 1%;
}


#fwNav1 .fwFirstChild {
	border-left: 0;
}


#fwNav1 .fwLastChild {
	border-right: 0;
}


#fwNav1 .fwNavItem a:hover, #fwNav1 .fwNavItem span a:hover, #fwNav1 .fwNavItem a:focus {
	color: #cc0000;
	text-decoration: none;
	background: url(../Resources/transparent.gif) repeat;
}


#fwNav1 .fwNavItem a:active {
	text-decoration: none;
	background: url(../Resources/transparent.gif) repeat;
}


#fwNav1 .fwNavItem a.fwCurrent, #fwNav1 .fwNavItem a.fwCurrent:hover {
	display: block;
	color: #cc0000;
	background: url(../Resources/transparent.gif) repeat;
}


.sendFormInvalid, .sendFormRequired {
	border-color: red;
}


#Naam {
	font-family: 'helvetica_neueultralight';
	font-size: 22px;
	text-align: left;
	color: #000000;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}


#email {
	font-family: 'helvetica_neueultralight';
	font-size: 22px;
	text-align: left;
	color: #000000;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}


#onderwerp {
	font-family: 'helvetica_neueultralight';
	font-size: 22px;
	text-align: left;
	color: #000000;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}


#bericht {
	font-family: 'helvetica_neueultralight';
	font-size: 22px;
	text-align: left;
	color: #000000;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}


#button {
	font-family: 'helvetica_neueultralight';
	font-size: 22px;
	text-align: left;
	color: #cc0000;
	background-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}


.f-bb {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}