/*
######################################
##	CSS reset						##
######################################
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ul.links li {
	padding:0;
	margin: 0;
	display: inline-block;
}
input, textarea {
	-webkit-appearance: none;
	border-radius: 0;
}

/* Classes
-----------------------------------------------------*/
.bold { font-weight: bold; }
.center { text-align: center;}

.cf:before,
.cf:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.cf:after {
	clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
 .cf {
 	*zoom: 1;
 }
/*#defaultFontstyle {
	font-family: "pragmatica-web",sans-serif;
	font-weight: 300;
	font-weight: 400;
	font-weight: 700;
	}*/
/* HTML elementen
-----------------------------------------------------*/
html, html a {
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
body {
	color: #555;
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	line-height: 2em;
	font-family: "pragmatica-web",sans-serif;
	font-weight: 300;
}
table {
	margin: 0;
	padding: .5em;
	border-collapse: collapse;
}
code, pre {
	font-size: 1em;
}
pre {
	font-size: 0.8em;
	padding: 1em;
	background: #eee;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: 300;
}
h1 {
	font-size: 4em;
	color: #fff;
	line-height: 1em;
	font-weight: lighter;
}
h2 {
	font-size: 3em;
	color: #33BAE4;
}
h3 {
	font-size: 1.8em;
	font-weight: 700;
	color: #222;
}
h4, h5, h6 {
	font-size: 1.8em;
}
p {
	font-size: 1.6em;
	margin-bottom: 1em;
	font-weight:  lighter;
}
em {
	font-weight: lighter;
}
br {
	line-height: 0.6em;
}
td {
	font-size: 1.2em;
}
input.middle:focus {
	outline-width: 0;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: none;
	border: 0;
}
.form-item input[type=text]:focus,
.form-item input[type=email]:focus,
.form-item textarea:focus {
	border:1px #33BAE4 solid;
}

/* Links
-----------------------------------------------------*/
a:focus {
	border: none;
	outline: none;
	color: inherit;
}
a, a:link {
	color: #33BAE4;
}
a:hover {
	text-decoration: underline;
}


/* Lijsten
-----------------------------------------------------*/
ul {
	margin: 0;
	padding: 0;
}
ul li {
	list-style-type: none;
}
#article ul,
#article ol {
	font-size: 1.6em;
	margin-bottom: 1em;
	margin-left: 30px;
}
#article ul li {
	list-style: none;
}
.sub-pages ul li {
	margin-bottom: .5em;
	font-weight: lighter;
}
.sub-pages ul li:before {
	font-family: 'FontAwesome';
	font-size: .8em;
	content: "\f054";
	margin-left: -15px;
	margin-right: 5px;
}
#article ol li {
	list-style: decimal;
}
#wrapper {
	position: relative;
}

/*
######################################
##	Layout							##
######################################
*/
#skiplinks {
	display: none;
}
#header {
	background: #fff;
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 80px;
	border-bottom: 1px solid #ddd;
}
#logo {
	background: url(images/logo.png) no-repeat;
	background-position: 0px 8px;
	background-size: 260px 60px;
	display: block;

	height: 65px;
	width: 260px;
}
#logo:hover {
	opacity: .7;
}
#hoofdmenu {
	display: block;
	position: relative;
	height: 80px;
	top: -65px;
	width: 60%;
	margin: 0 auto;
}
.menu-but.active, #tel-but:hover {
	color: rgba(40,186,230,.5);
	text-decoration: none;
}
.menu-but:before {
	font-family: 'FontAwesome';
}
.menu-but{
	color: rgba(40,186,230,1);
	text-align: center;
	position: absolute;
	right: 70px;
	top: 0;
	display: block;
	font-size: 1.8em;
}
#tel-but {
	font-weight: 300;
	padding: 32px 10px 26px;
}
#header-nvm {
	background: url("images/nvm.png") no-repeat 15px 20px;
	background-size: 30px 40px;
	border-left: 1px solid #EEE;
	display: block;
	height: 80px;
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
}
#toggleMenu {
	width: 64px;
	display: none;
}
#toggleMenu:before {
	content: "\f0c9";
}
#tel-but:before {
	content: "\f095";
	margin-right: 5px;
}
#hoofdmenu ul {
	overflow: hidden;
	text-align: center;
}
#headerContainer {
	width: auto;
	max-width: 1180px;
	height: 80px;
	position: relative;
	margin: 0 auto;
}
#hoofdmenu #mobileheader {
	position: relative;
	z-index: 5;
}
#hoofdmenu ul li a {
	font-size: 1.6em;
	text-transform: lowercase;
	padding:31px 12px 28px;
	display: block;
	text-decoration: none;
}
#hoofdmenu ul li a.active {
	background: #eee;
	border-bottom: 1px solid #999;
	color: #333;
}
#hoofdmenu ul li a:hover {
	background: #65CBEC;
	color: #fff;
	border-bottom: #333 1px solid;
}
#article {
	/*	margin-top: 80px;*/

}
/* Hero */
#hero {
	position: relative;
	text-align: center;
	margin-top: 80px;
}
#hero-image {
	background-position: center center;
	background-size: cover;
	/* Always set same height on mobile */
	height: 200px;
}
#hero #hero-text {
	background: #28BAE6;
	text-align: center;
}
@media (min-width: 1024px) {
	#hero-image.height-300 {
		height: 300px;
	}
	#hero-image.height-350 {
		height: 350px;
	}
	#hero-image.height-400 {
		height: 400px;
	}
	#hero-image.height-450 {
		height: 450px;
	}
	#hero-image.height-500 {
		height: 500px;
	}
}
#hero h1 {
	background: #333;
	border: 10px solid #28BAE6;
	display: inline-block;
	padding: 15px;
	margin-top: -90px;
	width: auto;
	max-width: 960px;
}
#hero p {
	color: #fff;
	font-size: 2.1em;
	line-height: 1.3em;
}





/* Hero introductie video */
#hero #introductie-video {
	background: #000;
	border: 10px solid #28BAE6;
	height: 267px;
	margin: -250px auto 13px;
	width: 460px;
}
#hero #introductie-video img {
	height: auto;
	margin: 0;
	width: 100%;
}


/* Hero voordelen */
#hero .voordelen {
	margin-bottom: 20px;
}
#hero .voordelen .voordeel {
	font-size: 	2.1em;
	font-weight: 	300;
	color: #fff;
	margin: 10px 20px;
	display: inline-block;
}
#hero .voordelen .voordeel i {
	margin-right: 8px;
}



/* Homepage introductie */
#homepage-introductie {
	border-bottom: 1px solid #90DCF3;
	padding-bottom: 25px;
	margin-bottom: 35px;
}

/* Homepage funda review */
#funda-review {
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	height: 200px;
	width: 200px;
	margin: 20px auto;
	padding-top: 26px;
	text-decoration: none;
	text-align: center;
	transition: all 250ms cubic-bezier(0.175, 0.885, 0.32, 2);
}
#funda-review:hover {
	background: #eee;
	-ms-transform: rotate(8deg) scale(1.1); /* IE 9 */
    -webkit-transform: rotate(8deg) scale(1.1); /* Safari */
    transform: rotate(8deg) scale(1.1);
    -webkit-box-shadow: 10px 10px 10px 0 rgba(0,0,0,0.2);
	box-shadow: 10px 10px 10px 0 rgba(0,0,0,0.2);
}
#funda-review .funda-logo {
	max-width: 40%;
}
@media (min-width: 768px) {
	#funda-review {
		position: absolute;
		top: -130px;
		right: 0px;
		-ms-transform: scale(0.6); /* IE 9 */
	    -webkit-transform: scale(0.6); /* Safari */
	    transform: scale(0.6);
	}
}
@media (min-width: 992px) {
	#funda-review {
		position: absolute;
		top: -130px;
		right: 30px;
		-ms-transform: scale(1); /* IE 9 */
	    -webkit-transform: scale(1); /* Safari */
	    transform: scale(1);
	}
}
#funda-review .container {
	padding-top: 40px;
	padding-bottom: 40px;
}
#funda-review h2 {
	font-size: 21px;
}
#funda-review .number {
	color: #44BD1A; 
	font-weight: bold;
	display: block;
	font-size: 42px;
	margin: 0;
	padding: 0;
}
#funda-review .funda-review-stars {
	color: #44BD1A;
	font-size: 21px;
}


/* Recensies */
#recensies {
	padding-bottom: 25px;
	border-bottom: 1px solid #90DCF3;
	margin-bottom: 35px;
}

#recensies.recensies-no-border {
	border-bottom: 0px;
	margin-bottom: 0px;
}

#recensies a.recensie {
	text-decoration: none;
}
#recensies a.recensie:hover blockquote {
	background: #dedede;
}
#recensies .recensie blockquote {
	font-size: 2.1em;
	font-weight: lighter;
	line-height: 1.1em;
	min-width: inherit;
	max-width: 100%;
	min-height: 120px;
}
#recensies .recensie blockquote .recensie-naam {
	display: block;
	font-size: .7em;
	margin-top: 8px;
}



.page-content {
	background: #fff;
}



#footer {
	background: #222;
}
#footer h3 {
	color: #fff;
	line-height: 1.8em;
	margin-bottom: 10px;
}
#footer .column {
	padding: 25px 15px;
	height: 350px;
	border-right: dashed 1px #656565;
}
#footer .column.last {
	border-right: none;
	padding: 25px 0 25px 15px;
}
#footer #soc-wrap {
	margin-bottom: 10px;
}
#footer #soc-wrap h3 {
	display: inline;
	position: relative;
	top:-5px;
	margin-right: 10px;
}
#footer #soc-wrap a{
	font-size: 32px;
	color: #fff;
	margin-right: 10px;
}
#footer #soc-wrap a:hover, #footer a.contact:hover, #footer a.contact:hover i {
	color: #33BAE4;
	text-decoration: none;
}
#footer .contact {
	color: #ccc;
	font-size: 1.6em;
	display: inline-block;
}
#footer .mob {
	display: block;
}
#footer .contact i,
#footer i.contact {
	margin-right: 5px;
	color:#666;
}
#footer .contact.email {
	display: block; 
	margin-bottom: 10px;
}
#footer i.contact {
	float: left;
	margin-top: 2px;
}
#footer .fa-home {
	clear: left;
}
#footer {
	color: #ccc;
}
#footer input[type=text], #footer .desc {
	width: 100%;
}
#keurmerken {
	background: #fff;
	text-align: center;
}
#keurmerken a.keurmerk {
	text-decoration: none;
	background-size: 100%;
	background-repeat: no-repeat;
	display: inline-table;
}
#keurmerken a.keurmerk:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}
#keurmerken a.keurmerk.nvm {
	height: 80px;
	width: 60px;
	margin: 30px 30px 0px 40px;
	background-image: url(images/nvm.png);
}
#keurmerken a.keurmerk.nrvt {
	height: 80px;
	width: 150px;
	margin: 30px 30px 0px 40px;
	background-image: url(images/nrvt.png);
}
#keurmerken a.keurmerk.vgc {
	height: 80px;
	width: 183px;
	margin: 30px 7px 0px 40px;
	background-image: url(images/vgc.png);
	background-position: center;
}
#keurmerken a.keurmerk.nwwi {
	height: 80px;	
	width: 160px;
	margin: 30px 14px 0px 40px;
	background-image: url(images/nwwi.png);
	background-position: center;
}
#keurmerken a.keurmerk.tu {
	height: 80px;	
	width: 160px;
	margin: 30px 0px 0px 40px;
	background-image: url(images/texateurs_unie.png);
	background-position: center;
}
#keurmerken a.keurmerk.funda {
	height: 60px;
	width: 160px;
	margin: 30px 0px 0px 40px;
	background-image: url(images/funda-footer.png);
	background-position: center;
}
#colofon {
	background: #fff;
	color: #999;
	font-size: 1.2em;
	text-align: center;
	padding-top: 10px;
	margin-bottom: 0;
	padding-bottom: 20px;
}
#colofon a {
	color: #999;
}

/* Twitter */
.view-tweets .views-row {
	font-size: 1.6em;
	font-weight: lighter;
}
.view-tweets .views-row a {
	color: #FFF;
}


/* Page styles <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
-----------------------------------------------------*/
.page-content {
	padding: 40px 0;
}
.page-content h2 {
	margin-bottom: .6em;
	line-height: 1.2em;
}
blockquote {
	padding: 10px 35px 25px 65px;
	background: #eee;
	color: #333;
	border-bottom: 1px solid #333;
	margin-bottom: 20px;
	position: relative;
}
blockquote:before {
	content: "\f10d";
	font-family: 'FontAwesome';
	font-size: 22px;
	position: absolute;
	left: 24px;
	top: 14px;
}
blockquote p {
	font-weight: 300;
	font-size: 2.4em;
	line-height: 1.2em;
	margin-bottom: .5em;
}
blockquote p:last-child {
	font-size: 1.8em;
}
/* Standaard  pagina wit
-----------------------------------------------------*/
.page-content.page-white blockquote {
	padding: 11px 30px 10px 55px;
	margin-right: 25px;
	margin-bottom: 10px;
	background: #eee;
	color: #333;
	max-width: 330px;
	float: left;
}
/* Standaard pagina blauw
-----------------------------------------------------*/
.page-content.page-blue {
	background: #28BAE6;
	color: #fff;
	border-top: 1px solid #fff;
}
.page-content.page-blue h2, .page-content.page-blue ul li {
	color: #fff;
}
.page-content.page-blue a {
	color: #333;
}
/* Standaard pagina afbeelding
-----------------------------------------------------*/
.page-content.page-pic {
	background-size: 100% 100%;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding: 60px 0 70px;
}
.page-content.page-pic blockquote {
	border:none;
	background: #fff;
	padding: 10px 10px 25px 60px;
}
.page-content.page-pic .container .col-md-8 {
	background: #fff;
	padding: 30px;
	border-bottom: 1px solid #333;
}
.imagecache-Paginavullend {
	height: auto;
	width: 100%;
}
.imagecache-Rechts_uitlijnen {
	float: right;
	margin: 0 0 20px 20px;	
}
.imagecache-Links_uitlijnen {
	float: left;
	margin: 0 20px 20px 0;	
}

/* Aside Nav
-----------------------------------------------------*/
.container.railer {
	position: relative;
}
#nav_rail {
	position: absolute;
	right: 10px;
	width: 300px;
}
#aside_nav.affix {
	position: fixed;
	top: 80px;
	width: 100%;
}
#aside_nav {
	padding-top: 62px;
	position: relative;
}
#aside_nav ul.nav {
	margin: 0;
	border: #28BAE6 1px solid;
	border-bottom: none;
	background: #fff;
	position: absolute;
}
#aside_nav ul.nav li {
	list-style: none;
	margin: 0;
}
#aside_nav ul.nav li a {
	padding:15px 10px 15px 12px;
	display: block;
	font-size: 1.1em;
	font-weight: 300;
	border-bottom: #28BAE6 1px solid;
}
#aside_nav ul.nav li.active a, #aside_nav ul.nav li.active a:hover{
	background:#65CBEC;
	color: #fff;
}
#aside_nav ul.nav li a:hover {
	background: #fff;
	color: #333;
	text-decoration: none;
}
.node-type-homepage .page-content h2 {
	margin-bottom: .5em;
}
#hero .hl-content-contact {
	overflow: hidden;
	width: 820px;
	margin: -15px auto 20px;
}
.page-content .contact-links {
	margin: 35px 0 30px;
}
.page-content .contact-links a{
	font-size: 2.4em;
	font-weight: 300;
	display: block;
	margin-bottom: .5em;
}
.page-content .contact-links a i, .hl-contact-item i {
	margin-right: .4em;
}
a.hl-contact-item {
	text-decoration: none;
}
.page-content .contact-links a:hover,
a.hl-contact-item:hover span {
	opacity: .7;
	text-decoration: none;
}
.hl-contact-item {
	font-size: 3em;
	font-weight: 300;
	color: #28BAE6;
	display: block;
	float: left;
	position: relative;
	z-index: 20;
	padding: 30px 10px 10px 10px;
	text-align: left;

}
.hl-contact-item span {
	font-size: .58em;
	font-weight: 400;
	display: block;
	color: #444;
	margin-top: .5em;
}
.hl-contact-item.telefoon {
	width: 240px;
}
.hl-contact-item.email {
	width: 360px;
}
.hl-contact-item.postadres {
	width: 220px;
}
#contact-form,
#contact-extra-informatie {
	float: none;
	width: 100%;
	max-width: 500px;
	padding: 20px 30px 40px 30px;
	margin: 0px auto 40px;
	background:#fff;
	border-bottom: 1px solid #333;
}
#contact-extra-informatie {
	color: #888;
	font-size: .9em;
	padding-bottom: 0;
}
#contact-form h2 {
	margin-bottom: -.2em;
}
.form-item label {
	display: none;
}
.form-item input[type=text],.form-item input[type=email], .form-item textarea {
	border:1px solid #ccc;
	font-size: 	1.6em;
	line-height: 1.6em;
	font-weight: 	400;
	padding: 8.5px 10px;
	max-width: 100%;
	color: #444;
}
input[type=submit] {
	font-size: 	1.8em;
	line-height: 1em;
	font-weight: 	700;
	border: none;
	background: #28BAE6;
	color: #fff;
	padding: 12px 15px;
}
input[type=submit]:hover {
	background: #65CBEC;
}
.form-item input[name="submitted[homepage]"] {
	display: none;
}
#notifi {
	z-index: 40;
	width: 960px;
	margin: 0 auto;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
}
#notifi a[data-close] {
	text-decoration: none;
	display: block;
	padding: 20px;
	color: #fff;
	font-size: 20px;
	position: absolute;
	right: 0;
	top: 0;
}
.messages {
	font-size: 18px;
	padding: 20px;
	margin: 0;
}
#notifi:target {
	display: none;
}
.messages ul, .messages p {
	font-size: 18px;
	font-weight: 300;
}
.messages a, .messages em {
	font-style: normal;
	font-weight: bold;
}
.status {
	background: #48C615;
	color: #1C5108;	
	font-weight: 300;
}
.messages.error {
	background: #da4f49;
	border: none;
	color: #4F0707;
	padding: 20px;
	font-weight: 300;
}
.error, form-item input.error {
	border: 1px solid red;
	color: red;
}

/* Contact/webform
-----------------------------------------------------*/
.node-type-webform #hero #hero-text {
	background: #fff;
}

/* Contact/webform confirmation page
-----------------------------------------------------*/
.webform-confirmation {
	margin-top: 80px;
	padding-top: 25px;
	min-height: 300px;
}
.webform-confirmation a {
	font-size: 14px;
}


/*
#####################################
#	Mobiel & Tablet																			#
#####################################
*/
@media (min-width: 992px) { /* ------- Desktop exl. -------*/
	a[data-t="y"] {
		pointer-events: none;
		cursor: default;
	}
	
}
/* ------- Tablet Landscape-------*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  and (orientation : landscape) {
	#hoofdmenu {
		width:800px;
		padding-left: 40px;
	}
	#headerContainer {
		width: 1000px;
		padding: 0;
	}
	#logo {
		background-size: 200px 46px;
		background-position: 0 18px;
		width: 200px;
	}
	#tel-but {
		font-size: 1.8em;
	}
	#hoofdmenu ul li a {
		padding: 34px 18px 25px;
		min-width: 100px;
	}
}
/* ------- Tablet Portrait-------*/
@media only screen and (min-device-width : 780px) and (max-device-width : 1024px)  and (orientation : portrait) {
	#hoofdmenu {
		width:32px;
	}

}
@media (max-width: 992px) { /* ------- Mobile -------*/
	h1 {
		font-size: 2.4em;	
	}
	h2 {
		font-size: 2.4em;
		font-weight: lighter;
	}
	#header {
		position: relative;
		overflow: visible;
	}
	#logo {
		
	}
	.menu-but {
		padding-top: 24px;
		height: 80px;
		font-size: 1.4em;
		line-height: 14px;
		right: 0;
	}
	.menu-but:before {
		display: block;
		margin-bottom: 4px;
		font-weight: 24px;
	}
	#mobileheader {
		position: absolute;
		width: 100%;
		z-index: 99;
		background: #fff;
	}
	#hoofdmenu {
		top: 79px;
		position: absolute;
		z-index: 10;
		width: 100%;
		height: auto;
		background-color: #fff;
		visibility: hidden;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-transition: -webkit-transform 0.25s ease-in-out, visibility 0s 0.25s;
		transition: transform 0.25s ease-in-out, visibility 0s 0.25s;
	}
	#hoofdmenu.menu-open {
		max-height: 300px;
		visibility: visible;

		-webkit-transform: translateY(0%);
		transform: translateY(0%);
		-webkit-transition: -webkit-transform 0.25s ease-in-out;
		transition: transform 0.25s ease-in-out;
	}
	#hoofdmenu ul {
		border-top: #dedede 1px solid;
		border-bottom: #dedede 1px solid;
	}
	#hoofdmenu ul li a{
		color: #26B8E5;
		font-size: 1.8em;
		padding: 10px 10px;
		border-bottom: 1px solid #dedede;
		display: block;
		z-index: 20;
		position: relative;
	}
	#hoofdmenu ul li a.active {
		border: none;
		border-bottom: 1px solid #dedede;
		background: #fff;
		color: #333;
	}
	#hoofdmenu ul li a:hover {
		text-decoration: none;
		background-color: #28BAE6;
		color: #fff;
		border-bottom: 1px solid #dedede;
	}
	#hoofdmenu ul li.last a{
		border-bottom: none;
	}
	#hoofdmenu ul li {
		display: list-item;
		padding: 0 20px;
	}

	#toggleMenu {
		display: block;
	}

	#tel-but {
		width:96px;
		right: 50px;
		padding: 24px 0;
	}
	#article {
		margin-top: 0;
	}
	#footer .column {
		height: auto;
		border-right: none;
		border-bottom: 1px dashed #656565;
	}
	#footer .column.last {
		border-bottom: none;
	}
	#footer .contact {
		display: block;
		font-size: 1.48em;
	}
	#footer .contact.post {
		display: inline-block;
	}
	/* Page styles <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< --mobile
	-----------------------------------------------------*/
	.page-content blockquote {
		max-width: 340px;
		min-width: 280px;
		width: 100%;
		margin-right: 0px;
	}
	.page-content.page-pic {
		padding: 40px 10px;
	}
	.page-content.page-pic .container .col-xs-12 {
		padding: 25px 20px 0;
	}
	#aside_nav {
		padding: 10px 0 4px;
	}
	#wrapper #aside_nav.affix, #wrapper #aside_nav.affix-top, #wrapper #aside_nav.affix-bottom {
		position: static !important;
		margin: 0 auto;
		width: 100%;
		min-width: 100%;
	}
	.container.railer {
		background: #fff;
		padding: 0;
		width: 100%;
		height: auto !important;
	}
	#nav_rail {
		position: static;
		height: auto !important;
		width: 100%;
		min-height: auto !important;
		max-height: 100% !important;
	}
	#aside_nav ul.nav {
		border: none;
		position: static;
		padding: 0 10px;
		border-top: #28BAE6 1px solid;
		border-bottom: #28BAE6 1px solid;
		margin-bottom: 6px;
	}
	#aside_nav ul.nav li:last-child a {
		border: none;
	}
	#aside_nav ul.nav li a:hover {
		background: #65CBEC;
		color: #fff;
	}
	#aside_nav ul.nav li.active a {
		background: #fff;
		color: #28BAE6;
	}
	
	/* Hero voordelen */
	#hero .voordelen .voordeel {
		font-size: 1.6em;
		line-height: .9em;
		margin: 5px 0;
	}
	
	
	/* Hero introductie video */
	#hero #introductie-video {
		background: #000;
		height: 170px;
		margin: -160px auto 13px;
		width: 300px;
	}
	#hero #introductie-video img {
		height: auto;
		margin: 0;
		width: 100%;
	}
	#hero #introductie-video iframe {
		height: 170px;
		width: 302px;
	}
	#hero p {
		margin-bottom: 10px;
	}
	
	
	.page-content .contact-links a{
		font-size: 	1.6em;
	}
	#contact-form {
		padding: 30px 20px 40px;
	}
	#hero .hl-contact .hl-content-contact{
		display: block;
		overflow: hidden;
		padding: 10px 0;
	}
	.hl-contact-item {
		width: 100%;
		font-size: 2.4em;
		padding: 10px;
		clear: both;
	}
	#notifi {
		position: static;
	}
	#notifi a[data-close] {
		width: 100%;
		height: 40px;
		font-size: 16px;
		bottom: 0px;
		top: auto;
		text-align: center;
	}
	#notifi a[data-close]:before {
		content: "Tik om te sluiten";
		width: 100%;
	}
	
	#hero {
		margin-top: 0;
	}
	
	/* Recensise */
	#recensies .row .row {
		margin-left: 0px;
		margin-right: 0px;
	}
	#recensies blockquote {
		margin-bottom: 5px;
	}
	#recensies .row .cf {
		display: none;
	}
	
	
	#keurmerken a.keurmerk {
		display: block;
		margin-left: auto !important;
		margin-right: auto !important;
		text-align: center;
	}
		
	
	/* Contact/webform
	-----------------------------------------------------*/
	.node-type-webform #hero {
		box-sizing: content-box;
	}
	.node-type-webform #hero #hero-text {
		
	}
	.node-type-webform #hero .hl-content-contact {
		margin-top: 0;
		padding-left: 15px;
		width: auto;
	}
	.node-type-webform #hero .hl-content-contact .hl-contact-item {
		float: none;
		text-align: center;
		width: auto;
	}
	
	

	
}/* einde @media*/


/* ------- Desktop small -------*/
@media (max-width: 1210px) { 

	#logo {
		background-position: 5px 18px;
		background-size: 173px 40px;
		
		width: 178px;
	}

	#hoofdmenu ul li a {
		font-size: 1.4em;
		padding-left: 10px;
		padding-right: 10px;
		min-width: inherit;
	}
	
	#tel-but {
		font-size: 1.5em;
	}
	
}

@media (max-width: 400px) { 
	.imagecache-Rechts_uitlijnen,
	.imagecache-Links_uitlijnen {
		height: auto;
		width: 100%;
	}
}

/*
** Common declarations for child classes of node, comment, block, box etc
*/

body.logged-in #header, body.logged-in #message-box {
	position: relative;
}
body.logged-in #notifi{
	position: absolute;
}
@keyframes alert {
	0% { opacity: 0;
		top:-80px; }
		50% { opacity: 1; }
		100% { top: 80px; }
	}
	@-webkit-@keyframes alert {
		0% { opacity: 0;
			top:-80px; }
			50% { opacity: 1; }
			100% { top: 80px; }
		}
		-o-@keyframes alert {
			0% { opacity: 0;
				top:-80px; }
				50% { opacity: 1; }
				100% { top: 80px; }
			}