/*  MAKE LAYOUT RESPONSIVE at 480px FOR IPHONE LANDSCAPE ============================================ */

header {
	width: 100%; /* 450px / 480px */
}
	
iframe {
    width: 100%;
	height:500px;
}

body {
	font-size: 1.8em;
}

/* HEADER ============================================================================= */

#headerMenu {
	min-height: auto;
}

#headerLogo {
	width:200px;
	height:45px;
	left: auto;
    margin: auto;
    position: absolute;
    right: 0;
	z-index:30;
	top:15px;
	padding:6px 15px 0 0;
}

.homeButton {
	display:inline-block;
	text-align:left;
	width:100%;
}

a.homeButton:hover {
	background:none;
}

.homeButton img.alignright {
    float: none;
    margin-bottom: 2em;
    margin-left: 0;
}

/* BLOG */

#blog .imgCon {
	transform: scale(0.7);
}

#blog .imgCon:hover {
	transform: scale(0.7);
}

/* BLOKKEN ============================================================================= */

.blokken .span_1_of_3 {
    width: 100%;
}

.page-template-page_contact .span_1_of_2 {
    width: 100%;
}

/* CONTENT ============================================================================= */


/* HOME HIGHLIGHTS ============================================================================= */

.highlights {
	background: none;
	padding:0;
}

.highlights .lichtblauw{
	background: #1fa2da;
}

.highlights .blauw{
	background: #2077bd;
}

.highlights .wit{
		background: #fff;
}

.highlights .grijs{
	background: #f4f4f4;
}

.highlights .imgCon {
	display:inline-block;
	margin: 1em 0 0;
}

.highlightsImg {
	display:none;
}

.highlights .wrapperL {
	padding: 0%;
	width: 100%;
}

.highlights .span_1_of_2 {
	padding:4em 0;
}

/* HOME ============================================================================= */

.homeButton {
	display:none;
	margin:40px 0 15px 15px;
}

.homeButtonMob {
	display:block;
	margin:20px 0;
}

.imgConBig {
    float: none;
    max-height: 300px !important;
    margin: 0 0 25px 0;
    max-width: 300px !important;
}

/* FOOTER ============================================================================= */

#footer {
	text-align:center;
}

/* COL */

.blokken .span_1_of_4 {
	width: 100%;
}

.blokken .span_2_of_4 {
	width: 100%;
	margin: 1% 0 1% 0;
}