/***************************************************
	      online solutions by marija zaric
        template distributed by
        http://freehtml5templates.com 
***************************************************


***************************************************
			      Reset
***************************************************/


/*
KLEUREN:
warmtegroep-donkerblauw: ##00437a 

*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html, body, div, span, h1, h2, h3, h4, h5, h6, p, ol, ul, li, form, label, legend, caption, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section, summary {
  margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	margin-left: 20px;
	list-style: initial;
	list-style-position: outside;
}


a img {border:none}


aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block}


/***************************************************
			      Global styles
***************************************************/

html, body{
  font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	/* background-color:#E4E4E4; */
	color:#3F3E3C;
	margin:0 0 1px; height:100%; 
	line-height: 1.5;
	width:100%;
	height:100%;
}

p {
	margin-bottom:7px;
	/*text-align:justify;*/
}
	
a {
	text-decoration: underline;
	color:black;
}

/*
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	text-shadow: 2px 3px 3px #C1C1C1;
	display: block;
}


	
h1{
	font-size: 1.2em;
	line-height:1.5;
	color:#000899;
	text-transform:uppercase;
	text-align:left;
	margin-bottom:10px;
	padding-bottom:10px;
}



h2{
	font-size: 1.0em;
	line-height:1.3;
	color:#FF0000;
	text-transform:none;
	font-style:italic;
	text-align:left;
	margin-top:17px;
	margin-bottom:6px;
  clear: left;
}
	
h3{
	font-size: 1.1em;
	line-height:0.9;
	color: white;
	margin-top: 17px;
	left:0px;
}

*/
	
h3 span{
	font-size: 12px;
	line-height: 1.4;
	color:white;
	display:block;
	margin-top:10px;
	text-transform:none;
}  


.centered {
	text-align: center;
}
  
.vet {
  font-weight: bold;	
}

.klikHier {
	display: inline-block; 
	vertical-align: middle;
	padding-top: 10px;
}
.klikHier img {
	display: inline-block;
	vertical-align: bottom;
	margin-right: 10px;
	margin-top: -10px;
	float: left;
}

.nowrap, .noWrap {
	white-space: nowrap;
}



/***************************************************
			    Main containers
***************************************************/

#container, #container_left, #container_right{
	position: relative;
	width:100%;
}

#container{
	position:relative;
	width: 100%;
	/* max-width:980px; */
	max-width:1200px;
	margin:0 auto;
	background-color:transparent;
	min-height:100%;
}

div#blokken {
	display: block;
	clear: both;
	text-align: center;
}

div.group1 {
	position: relative;
	display:inline-block;
	min-width: 200px;
  width: 250px; /*27%;*/
  height: 280px;
	background:white;
	padding:15px;
	margin-bottom:10px;
	margin-right: 15px;
	border:3px double #CDCDCD;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}

div.group1 h1{
	font-size: .9em;
}
div.group1 p {
	text-align:justify;
}

div.group1 span{
	position: absolute;
	bottom: 8px; right: 10px;
}


/*
.group4 {
	width: auto;
	max-width: 100%;
	position: relative;
	padding:15px;
	background:white;
	border:3px double #CDCDCD;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
	
.group4 img{
	max-width: 100%;
}
*/

#werkenBijImage img {
  width: 100%!important;	
}

div.floatingBlokRechts {
	display: block; 
	float:right; 
	border: 3px double #cdcdcd; 
	width: 180px; 
	height:auto; 
	padding: 1%; 
	margin: 0 0 1% 1%;
}

			
/***************************************************
				       HEADER
***************************************************/

/*
header{
	position: relative;
	float:left;
	width: 100%;
	height:auto;
	margin-top: 2%;
}
	*/





/***************************************************
				       LOGO
***************************************************/
div#logo {
	display: block;
	float: left;
	/*outline: 1px solid red;*/
	width: 20%;
	margin-right: 1%;
	padding: 5px 0 0 5px;
}

div#logo a{
	display: block;
	/*outline: 1px solid yellow;*/
	float:left;
	height: auto;
	width:100%;
	height: 50px;
}
div#logo a img{
	max-width: 100%;
}

/***************************************************
				       MENU
***************************************************

div#mobileMenuSwitch {
	display: none;

}
img#mobileMenuButton{
	width: 46px; 
	box-shadow: 2px 2px 2px gray;
	border-radius: 5px;
}

div#mobileMenu {
	position: absolute;
	top: 00px;
	width: 100%;
	z-index:999;
	background: black;
	box-shadow: 5px 5px 5px lightgray;
}

div#mobileMenu ul li.mainItem {
	display: block; 
	width: auto;
	text-align: center;
	font-weight: bold;
	padding: 5%;
	margin-bottom: 1%;
	background: #0083b5;
	border-top: none;
	border-radius: 0;
}

div#mobileMenu ul li.mainItem a {
	color: white;
	text-decoration: none;
	font-size: 1.5em;
}

div#mobileMenu ul li#closeMenu {
	display: block; 
	width: auto;
	text-align: center;
	font-weight: bold;
	padding: 5%;
	margin-bottom: 1%;
	background: white;
	border: 1px solid red;
	border-radius: 0;
	color: #0083b5;
	font-style: italic;
	cursor: pointer;
	font-size: 1.5em;
}
*/
  
  

div#hoofdmenu {
	width:auto;
	height:auto;
	background-color:transparent;
	text-align: right;
}
div#hoofdmenu ul {
	display: inline-block;
}

div#hoofdmenu ul li{
	float: left;
	line-height: normal;
	margin-right:1px;
	text-align: center;
	/*outline: 1px solid red;*/
	height: 55px;
  background-color:white;
	/* 
	-moz-border-radius: 5px;
	border-radius: 5px;
	*/
	-moz-box-shadow: 3px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 3px 3px rgba(0,0,0,0.1);
	box-shadow: 3px 3px rgba(0,0,0,0.1);
}

div#hoofdmenu ul li a{
	font-size: .9em;
	color:#266EC2;
	text-transform: none;
	font-weight:normal;
	display:block;	/* IE6, IE7 line height fix */
	background-color:transparent;
	text-decoration:none;
	margin-top:3px;
	padding:3px;
}

div#hoofdmenu ul li a:hover{
	color:#ED7803;
	text-decoration:underline;
}

li.menu_active {
	background-color: #00437a !important;
}
li.menu_active a {
	color: white !important;
}


/* ========================================================== header_menu ====================================== */
div#mobileMenu {
  display: none;  
}

/*
div#header_menu {
  font-family: 'Arial',Sans-Serif;
  text-align: left;
  display: inline-block;
  margin-top: 5px;
  position: relative;
  width: auto;
  height: auto;
}


div#header_menu ul {
}

div#header_menu ul li.mainitem {
  font-family: 'Arial',Sans-Serif;
  display: inline-block;
  list-style-type: none;
  width: auto;
  color: darkblue;
  background: white;
  border-radius: 3px;
  padding: 8px 5px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 75%;
}

div#header_menu ul li.mainitem a{
  font-family: 'Arial',Sans-Serif;
  color: inherit;
  text-decoration: none;
}

ul.subitems {
  display: none;
  margin-top: 10px;
}

div#header_menu ul li:hover ul.subitems {
  display: block;
  position: absolute;
  top: 18px;
  z-index: 200;
  min-width: 150px;
  width: auto;
  border: 3px solid black;
  background: white;
}

ul.subitems li.subitem {
  display: block;
  list-style-type: none !important;
  width: auto;
  margin-left: 0;
  color: black;
  background: white;
  border-radius: 0;
  padding: 3px;
  text-transform: uppercase;
  font-weight: bold;
}


ul.subitems li.subitem a:hover {
  font-weight: bold;
}
li.subitem a{
  color: inherit;
  text-decoration: none;
}
li.subitem:nth-last-child(1) {
	border-top: 1px dashed lightgray;
}
ul.subitems  li.subitem:hover {
  background-color: #fffeb7;
}

*/




/*-------------------------------------------------------------------------------------------------- submenu */


div.submenu ul li.mainitem {
  display: inline-block;
  list-style-type: none;
  width: auto;
  color: white;
  background: black;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding: 3px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 80%;
}
div.submenu ul li.mainitem a{
  color: inherit;
  text-decoration: none;
}



/* ********************************************************* hoofdmenu ******************************************* */

/*
iframe.klantenVertellen {
	float: right;
	margin-top: 5px; 
	height: 47px; 
	border:2px solid #004379; 
	border-radius: 3px;
}
*/



/***************************************************
				   HOLDERS
***************************************************/	

.holder_content {
	position: relative;
	float: left;
	width: 100%;
	margin-top:5px;
	margin-bottom:90px;



	}

/*	
.holder_content1 {
	position: relative;
	float: left;
	width: 100%;
	margin-top:5px;
	margin-bottom:30px;


	}
*/
	
.holder_content_separator{
	margin-bottom:19px;
	}


	
/***************************************************
			        SLIDES
***************************************************/
div#slides {
	background: white;
	border: 3px double #CDCDCD;
}
	
	
	
/***************************************************
			        GALLERY
***************************************************/
	 
	 	 
	 a.photo_hover3{
	position:relative;
	float: left;
	margin:5px 13px 8px 0;
	padding: 8px;
	-moz-box-shadow: 3px 3px gray;
	-webkit-box-shadow: 3px 3px gray;
	box-shadow: 3px 3px gray;

	}
	a.photo_hover3{ background-color:white;
	border: 1px solid #E1E1E1;

}
	a.photo_hover3:hover {
	border: 1px solid #E1E1E1;
	background-color:white;
	opacity:0.5;
	z-index:1000;
}

	
	 a.photo_hover2{
	position:relative;
	float: right;
	margin:5px 13px 8px 0;
	padding: 8px;
	-moz-box-shadow: 3px 3px gray;
	-webkit-box-shadow: 3px 3px gray;
	box-shadow: 3px 3px gray;

	}
	a.photo_hover2{ background-color:white;
	border: 1px solid #E1E1E1;

}
	a.photo_hover2:hover {
	border: 1px solid #E1E1E1;
	background-color:white;
	opacity:0.5;
	z-index:1000;
}
	
	
/*****************************
       DELEN
*****************************/
div.delen {
 font-size: smaller; 
 font-weight: bold;
 font-style: italic;
 height: auto;
 text-align: right;
 margin-bottom: 15px;
}

div.facebook_share {
  display: inline-block;  
}
div.facebook_share img {
  height: 20px;
  vertical-align: middle;
}

div.twitter_share {
  display: inline-block;
}
div.twitter_share img {
  height: 20px;
  vertical-align: middle;
}




/***************************************************
			        FOOTER
***************************************************/

/*
footer{
	position:relative;
	height:200px;
	clear:both;
	width:100%;
	background-color:#333333;
}
*/

#FooterOne, #FooterTwo, #FooterTree {
	position: absolute;	
}

#FooterTwo{ /* copyright melding */
	position: absolute;
	right: 10px;
	bottom:10px;
	color:white;
  font-size: smaller;
}

#FooterTree{
	position: absolute;
	left: 225px;
	top:250px;
	color:white;

}

.container{
  max-width:980px;
  margin:0 auto;
	background-color:transparent;
}

.footer_left{
	float:left;
	padding:12px;
	margin-bottom:-55px;
	/*outline: 1px solid yellow;*/
	width: 20%;
	margin:0;
}
.footer_left a {
  color: white;
  text-decoration: none;
}

.footer_left img{
	float: right;
	margin-top: -80px;
	max-width: 80%;
	height: auto;
}

/*
footer {
	background: white;
	height: auto;
}

table#footerTable {
	width: 100%;
	border-collapse: collapse;
}
table#footerTable td {
	border: 1px solid lightgray;
	padding: 1%;
	width: 25%;
	vertical-align: top;
}
@media screen and (max-width: 600px) {	
	table#footerTable {
		border: 3px double #CDCDCD;
	}
	table#footerTable td {
		display: block;
		clear: both;
		width: 100%;
		border: none;
		border-bottom: 1px solid lightgray;
		padding-top: 20px;
	}
}

*/

/***************************************************
				   SPECIFIC
***************************************************/

.fout {
  border: 2px solid red !important;  
}

.rood {
  color: red !important; 
}
.groen {
  color: green !important; 
}
.blauw {
  color: blue !important; 
}
.zwart {
  color: black !important; 
}
.oranje {
  color: orange !important; 
}
.grijs {
  color: gray !important;	
}
.cursief {
	font-style:italic !important;
}

form {
}
label {
  display: block;
  width: 350px;
  float: left;
  clear: left;
  padding-bottom: 5px;
}

input {
  display: block;
  padding: 3px 5px;
  width: 300px;
  font-size: 15px;
  color: blue;
  border: 1px solid gray;
  margin-bottom: 10px;
}

select {
  display: block;
  padding: 3px 5px;
  width: 300px;
  font-size: 15px;
  color: blue;
  border: 1px solid gray;
  margin-bottom: 10px;
}

textarea {
  display: block;
  padding: 3px 5px;
  width: 500px;
  min-height: 100px;
  font-size: 15px;
  color: blue;
  border: 1px solid gray;
}

.submit {
  background: #266EC2;
  color: white;
  font: 14px/100% Arial, Helvetica, sans-serif;
  border-radius: 5px;
  cursor: pointer;
  width: auto;
	margin-top:12px;
  padding: 9px;
  height: auto;
  border: none;
  text-decoration:none;
}

.submit:hover {
	background-color:#ED7803;
	text-decoration:none;
}

.button {
	width: 80px;
	height:16px;
	position:relative;
	margin-top:12px;
	padding:9px;
	background-color:#266EC2;
	display: inline-block;
	color:white;
	cursor: pointer;
	text-align: center;
	font: 14px/100% Arial, Helvetica, sans-serif;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float:right;
	text-decoration:none;
	}
	
.button:hover {
	background-color:#ED7803;
	text-decoration:none;
}

.blok_6 .button {
	height: 32px;
}

.clearing{
	clear: both;
	display: inline;
	width: 100%;
	height: 0;
	overflow:hidden;
}

 
 	
.kolom50procent {
	width: 45%; 
	float: left; 
	margin-right: 1%;
}


/* uitvergrote foto */
#enlargedImage {
	display: none;
	width: auto;
	max-width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	background: white;
	border: 2px solid #00437a;  /*warmtegroep blauw*/
	box-shadow: 0px 0px 25px 5px gray;
	z-index: 1000;
}

#enlargedImage_close {
	display: block;
	text-align: right;
	padding: 3px;
	font-size: 20px;
	color: gray;
	cursor: pointer;
}

#enlargedImage_description {
	padding: 3%;
	font-style: italic;
	font-size: .9em;
}



a.hp_buttons {
	color: white;
	border-radius: 5px;
	background: #0c2753;
	display: block;
	width: 98%;
	text-align: center;
	margin: 1%;
	font-size: 217%;
	padding-top: 3%;
	padding-bottom: 3%;
	text-decoration: none;
}

#ulMidden ul {
	list-style-position: outside;
}
#ulMidden {
	width: 75%; margin-left:25%;
}
@media screen and (max-width: 995px) {
	#ulMidden {
		width: 90%; margin-left:5%;
	}
}




/*
	Slideshow
*/

/* ----------------------------------------------------------------------------------------SLIDES */
.slidesjs-navigation {
  display: none;
}
.slidesjs-pagination {
  display: none; 
}


/*
	Pagination
*/

.pagination {
	margin-top:100px;
	width:100x;
	position:absolute;
	top:180px;
	left:880px;
	z-index:1000;
	
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

.icons{
	float:left;
	padding:5px;
}

	

a#bel {
  display: inline-block;
  width: 100%;
  font-size: 50px;
  text-decoration: none;
  color: #272727;
  padding-top: 0;
 
}


table.vervangen {
  border: none;
  width: 100%;
}

table.vervangen td.vervangen_foto {
	width:10%; 
	background: white; 
	cursor: pointer;
	text-align: center;
}
table.vervangen td.vervangen_foto img {
	max-width: 100%; 
	vertical-align: middle;
}


table.vervangen th {
  width: 500px; 
  font-family: tahoma,arial,verdana; 
  font-size: 90%; 
  color: black; 
}

table.vervangen tr {
  width: 500px; 
  font-family: tahoma,arial,verdana; 
  font-size: 90%; 
  color: black; 
  
}
table.vervangen tr td {
  width: 500px;  
}
/*
table.vervangen tr td:nth-child(2) {
  width: 100px;  
}
*/
table.vervangen tr:nth-child(even) {
  background: #E4E4E4;
}

p.offerte_link {
	text-align: left;
}
p.offerte_link a img{
}
p.offerte_link a{
}
p.offerte_link a img{
  max-height: 50px;
  vertical-align: middle;
}

img.pb_float_links {
  display: block;
  float: left;
  margin: 0 1% 1% 0;  
  outline: 1px solid #CDCDCD;
}
img.pb_float_rechts {
  display: block;
  float: right;
  margin: 0 0 1% 1%;  
  border: 1px solid #CDCDCD;
}

.vet {
  font-weight: bold;  
}

.links {
  text-align: left;  
}
.rechts {
  text-align: right; 
}



.icon {
  width: 40px;    
}

.actionButton {
  width: 20px;    
}


/* ----------------------------------------------------------------------------- beheer_menu */
div#beheer_menu {
	display: block;
	width: auto;
	border: 3px solid orange;
	color: black;
	padding: 1%;
}
div#beheer_menu h1{
  margin: 0;
  padding: 0;
}

div#beheer_menu ul li {
	display: block;
	float: left;
	width: auto;
	padding: 3px 5px;
	margin: 0.5%;
	border: 2px solid green;
	box-shadow: 3px 3px 3px gray;
}

/* -----------------------------------------------------------------------------  gastenboek */
div.gb-bericht {
	display: block;
	margin-top: 2%;
}

div.gb-bericht-naam {
	display: block;
	border-top: 1px solid lightgray;
	font-size: 0.85em;
	color: #000;
}

div.gb-bericht-datum {
	font-size: 0.7em;
	color: gray;
}

div.gb-bericht-bericht {
	display: block;
	font-size: 1em;
	color: #272727;
	font-style: italic;
}

div.gb-bericht-reactie {
	display: block;
	padding-left: 1%;
	font-size: 0.9rem;
	color: blue;
	font-style: italic;
}

.gbPagination {
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
.gbPaginationPreviousTrue {
	color: blue;
}
.gbPaginationPreviousFalse {
	color: gray;
}
.gbPaginationNextTrue {
	color: blue;
}
.gbPaginationNextFalse {
	color: gray; 
}
.gbPaginationActivePage {
	color: gray; 
	font-size: 1.5em;
}
.gbPaginationPassivePage {
	color: #272727; 
	font-size: 1.0em;
}

/* gastenboek-beheer */

table#gastenboekbeheer_overzicht {
  width: 100%;
  border-collapse: collapse;
}
table#gastenboekbeheer_overzicht th{
	border: none;
	background-color: gray;
	color: white;
	text-align: left;
 padding: .5%;
}
table#gastenboekbeheer_overzicht th a{
  color: white;
}

table#gastenboekbeheer_overzicht td {
 border: 1px dotted lightgray;
 padding: .5%;
 width: auto;
}
table#gastenboekbeheer_overzicht tr:hover {
  background-color: lightgray;
}

td.gastenboekbeheer_overzicht_id {
	text-align: center;
}
td.gastenboekbeheer_overzicht_naam {
}
td.gastenboekbeheer_overzicht_email {
}
td.gastenboekbeheer_overzicht_dateIn {
}
td.gastenboekbeheer_overzicht_bericht {
	width: 40% !important;
}
td.gastenboekbeheer_overzicht_reactie {
	width: 20% !important;
}
td.gastenboekbeheer_overzicht_status {
	text-align: center;
}
td.gastenboekbeheer_overzicht_actie {
	width: auto;
	min-width: 50px;
}

/* **********************************************************  merkenbeheer / ketelbeheer */
table#merkOverzicht, table#ketelOverzicht {
	outline: 1px solid gray;
}
table#merkOverzicht tr:hover, table#ketelOverzicht tr:hover {
	background: lightgray;	
}
table#merkOverzicht th, table#ketelOverzicht th{
	text-align: left;
	padding:3px 5px;
}
table#merkOverzicht td, table#ketelOverzicht td{
	text-align: left;
	padding:3px 5px;
	border-bottom: 1px dashed lightgray;
}
table#merkOverzicht td:first-child img, table#ketelOverzicht td:first-child img {
	max-height: 40px;
	max-width: 100px;
}


/* ----------------------------------------------------------------------------- thermostaatpagina's */
div.een_thermostaat {
	display: block;
	padding: 1% 0;
	border-bottom: 1px solid lightgray;
}

div.thermostaat_foto {
  display: block;
	float: left;
	width: 300px;
}

div.thermostaat_foto img{
	display: block;
	max-width: 290px;
	float: left;
}

/* ------------------------------------------------------------------------ cv-ketel-selecteren pagina's */
table.selectieTabel {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
table.selectieTabel td {
	border: 1px solid gray;
	padding: 3px;
}
table.selectieTabel th {
	text-align: left;
}
table.selectieTabel td:nth-child(2){
	width: 20%;
	min-width: 90px;
}
table.selectieTabel td:nth-child(3){
	width: 20%;
	min-width: 90px;
}
/* -------------------------------------------------- sitemap pagina ------------------------ */
#sitemapItems {
}
#sitemapItems a {
	display: block;
	margin: 0;
	width: auto;
	border: 1px solid gray;
	text-decoration: none;
	padding: 3px 10px;
}
#sitemapItems a:hover {
	text-decoration: underline;
}

div.sitemapSubItems a {
	margin-left: 20px !important;
	color: #333;
	font-size: 95%
}


/* ---------------------------------------------------- veelgestelde-vragen pagina --------------------------*/
#faq_wrapper {
}
.faq_vraag {
	clear: both;
	cursor: pointer;
	font-weight: bold;
	border-bottom: 1px solid gray;
	padding: 5px 0;
}
.faq_antwoord {
	padding-bottom: 10px;
	padding-left: 10px;
	display: none;
}

/* ------------------------------------------------------------------------------------------- popUp's */
#popUpWrapper {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	width: 100%;
	height: 100%;
	background: transparent url('images/wachten_achtergrond.png');
}
#popUpTextWrapper {
	position: absolute;
	top: 20%;
	left: 20%;
	width: 56%;
	padding: 2%;
	background: white;
	border: 3px double #CDCDCD;
	border-radius: 5px;
	box-shadow: 3px 3px 3px gray;
}

#popUpClose {
	display: block;
	float: right;
	position: relative;
	top: -10px;
	right: 0;
	color: red;
	font-weight: 700;
	font-size: 25px;
	cursor: pointer;
}

#popUpText {
	padding-right: 30px;
}  



/*-------------------------------------------------------------------------------------------------- wachten */
div#wachten {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 100%;
  background: transparent url('images/wachten_achtergrond.png');
}
div#wachten img {
  position: absolute;
  top: 48%;
  left: 45%;
}


/* ----------------------------------------------------------------------------- berichten */
div#bericht {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  text-align: center;
  height: auto;
}
div#bericht div {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background: white;
  height: auto;
  min-height: 50px;
  padding: 5px 10px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}  

div#bericht div.negatief {
  color: red;
  font-weight: bold;
  background: white;
  border: 2px solid red;
  border-top: none;
  box-shadow: 5px 5px 10px gray;
}

div#bericht div.positief {
  color: green;
  font-weight: bold;
  background: white;
  border: 2px solid green;
  border-top: none;
}

div#bericht div.waarschuwend {
  color: orange;
  font-weight: bold;
  background: white;
  border: 2px solid orange;
  border-top: none;
}

span#bericht_sluiten {
  display: block;
  clear: both;
  width: 100%;
  text-align: right;
  text-decoration: underline;
  cursor: pointer;
}


div#vervangen_blok_rechts {
	display: block; 
	float: right; 
	margin-left: 1%; 
	padding-left: 1%; 
	border-left: 1px solid lightgray;
	z-index: 20;
}


table#vestigingen {
	width: auto;
	border-collapse: collapse;
}
table#vestigingen td {
	width: 200px;
}


.noDesktop {
  display: none; 
}

.tabletOnly, .mobileOnly {
	display: none; 
}


div.blok_25 { /* 4 blokken  die elk 25% van de beschikbare ruimte nemen */
	display: block;
	float: left;
	position: relative;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	width: 24%;
	min-width: 200px;
	min-height: 270px;
	
	border: 1px solid #CDCDCD;
	padding: 10px;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-right: 1%;
}
div.blok_25:last-child {
	margin-right: 0;
}
div.blok_25:hover {
	Background: #f6f8eb;
}
div.blok_25 p {
	text-align: left;
	font-size: 85%;
}

div.blok_25 div  {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px;
	font-size: 90%;
}	
div.blok_25 div span {
	font-weight: bold;
	font-size: 110%;
}


div.blok_20 { /* 5 blokken  die elk 20% van de beschikbare ruimte nemen */
	display: block;
	float: left;
	position: relative;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	/* width: 19%; */
	width: 15%;
	min-width: 150px;
	
	/* min-height: 350px; */
	min-height: 365px;
	
	border: 1px solid #CDCDCD;
	padding: 10px;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-right: 1%;
}
div.blok_20:last-child {
	margin-right: 0;
}
div.blok_20:hover {
	Background: #f6f8eb;
}
div.blok_20 p {
	text-align: left;
	font-size: 85%;
}

div.blok_20 div  {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px;
	font-size: 90%;
}	
div.blok_20 div span {
	font-weight: bold;
	font-size: 110%;
}


.blok_6 { /* 6 blokken  die elk 15% van de beschikbare ruimte nemen */
	display: block;
	float: left;
	position: relative;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	width: 147px;
	min-height: 150px;
	
	border: 1px solid #CDCDCD;
	padding: 10px;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-right: 1%;
	
	font-size: 85%;
	text-align: center;
}
div.blok_6:last-child {
	margin-right: 0;
}
div.blok_6:hover {
	Background: #f6f8eb;
}
	
div.blok_6 a {
	display: block;
	margin: 0 auto;
	position: absolute;
	bottom: 10px;
	left: 20px;
	width: 80px;
}

div.blok_cw {
	display: block;
	float: left;
	width: 147px;
	height: 150px;
	position: relative;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	border: 3px double #CDCDCD;
	padding: 10px;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-right: 1%;
	
	text-align: center;
}
div.blok_cw:hover {
	Background: lightgray;
}
div.blok_cw a {
	display: block;
	margin: 0 auto;
	position: absolute;
	bottom: 10px;
	left: 20px;
	
}


div.blok_33 { /* 3 blokken  die elk 33% van de beschikbare ruimte nemen */
	display: block;
	float: left;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 32%;
	min-width: 300px;
	min-height: 270px;
	Xborder: 1px solid #CDCDCD;
	padding: 10px;
	border-radius: 5px;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-right: 1%;
}	



/* *************************** nieuwspagina's *************************** */
.nws-bericht {
}
.nws-bericht-img {
	display: block;
	float: right;
	margin: 1%;
	width: 40%;
	min-width: 200px;
}

.nws-bericht-img img {
  max-width: 100%;
}

/* ketelpresentaties */

/*
.eenKetelBlok {
	display: block;
	float: left;
	margin: 0 2% 2% 0;
	box-sizing: border-box;
	position: relative;
	border: 1px solid lightgray;
	width: 209px;
	height:320px;
	padding: 5px;
	overflow: auto;
	font-size: 12px;
	box-shadow: 5px 5px 25px lightgray;
}
.eenKetelImage {
	height: 150px;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
	overflow: hidden;
}
.eenKetelTitle {
	display: block;
	font-weight: bold;
}
.eenKetelBlokOnder {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 95%;
}
.eenKetelPrijs {
	display: block;
	position: absolute;
	left: 5px;
}
.eenKetelOfferte {
	display: block;
	float:right
}

*/



/* ********************************************* RESPONSIVE CSS ******************************************* */



@media screen and (max-width: 995px) {

 
  .noDesktop {
    display: inline-block; 
  }

  .noTablet {
    display: none !important; 
  }
  
  .tabletOnly {
    display: block; 
  }

  html, body {
    /*background: none;*/  
    font-size: 0.9em;
  }
  
	div#logo a img{
		max-width: 215px;
	}	

	a#bel {
		display: block;
	  font-size: 30px;
	  clear: both;
	}
	
	div#logo {
		width: auto;
	}
	/*
	.group4 {
		padding: 1%;
	}
		*/
	.footer_left{
		width: 25%;
		font-size: .8em;
	}
	
	#FooterTwo {
		display: none;
	}
	
	form label {
		max-width:100%;
		width: auto;
	}
	form input {
		clear: left;
		max-width:95%;
	}
	form select {
		max-width: 95%; 
	}
	form textarea {
		max-width: 95%; 
	}
	
div#mobileMenuSwitch {
	display: block;
	float: right;
	margin-right: 1%;
	padding-top: 5px;
	cursor: pointer;
	z-index: 1000;
}

/*
div.delen {
	margin-bottom: 95px;
}
*/

.freeMobile {
	clear: both;
}

  
} /* einde tablet */

/*

@media screen and (max-width: 460px) {
	

	.eenKetelBlok {
		display: block;
		clear: both;
		
		margin: 0 2% 2% 2%;
		box-sizing: border-box;
		position: relative;
		border: 1px solid lightgray;
		width: 95%;
		height: auto;
		padding: 5px;
		font-size: 15px;
		padding-bottom: 50px;
		overflow: hidden;
	}	
	
	.eenKetelImage {
		height: 250px;
	}
	
	.eenKetelBlokOnder {
    padding-bottom: 10px;
	}
	
	.eenKetelOfferte a {
		color: blue;
	}
}

*/

/* KLEINE SCHERMEN ZOALS MOBIELE TELEFOONS */
@media screen and (max-width: 501px) {
  .noMobile {
     display: none!important; 
  }
  
  .noDesktop {
     display: inline-block; 
  }
  
  .mobileOnly {
    display: inline-block; 
  }
  
  html, body {
  	/*background-color: lightgreen;*/
  	padding: 0;
  	margin: 0;
  }
 
html {
   margin: 0px;
   height: 100%;
   width: 100%;
}

body {
   margin: 0px;
   min-height: 100%;
   width: 100%;
}  
  /*
  h1 {
  	font-size: 1.0rem;
  }
  h2 {
  	font-size: 0.9rem;
  }
  h3 {
  	font-size: 0.8rem;
  }
	p {
	  font-size: 0.7rem;	
	}
	*/
	
	div#container {
	  padding: 0;
	  margin: 0;
	  /*outline: 1px solid yellow;*/
	}
	
	div#logo a img{
		max-width: 215px;
	}	
	
	/*
  .group4 {
  	border: none;
  	border-radius: 0;
  }
*/

  div#slides {
    border: 1px solid #CDCDCD;	
    border-left: none;
    border-right: none;
    
  }
  
	a#bel {
	  font-size: 20px;
	}
  
	img.icons {
	  display: none;	
	}
	
  div.group1 {
  	width: auto !important;
  	border: none !important;
  	border-top: 1px solid gray !important;
  	border-radius: 0;
  	margin-right: 0;
  	display: block;
  	clear: both;
  	height: auto;
  }
	
  .holder_content {
  	margin-bottom: 1%;
  }
  
	div#vervangen_blok_rechts {
		float: left;
		clear:both;
		border: none;
	}

	  
	footer {
  	min-height: 400px;
  }
	.footer_left{
     width: 100%;
	}
  
  form input, form select, textarea {
    padding: 2%; 
    font-size: 1.2em;
  }
  
	p.offerte_link a{
    display: block;
		clear:both;
		text-align: center;
	}
	
	.kolom50procent {
	  width: 100%;	
	}
	
	table#vestigingen {
		width: 100%;
	}
	table#vestigingen td {
		width: auto;
	}  
  
  img {
    max-width: 100%; 
  }
  

	.nws-bericht-img {
		display: block;
		clear: both;
		margin: 1%;
		width: 100%;
		min-width: 200px;
		text-align: center;
	}
	
	.nws-bericht-img img {
		max-width: 100%;
	}  
  
  div.floatingBlokRechts {
  	clear: both;
  	width: auto;
  	margin: 0;
  }
}  
/* EINDE KLEINE SCHERMEN ZOALS MOBIELE TELEFOONS */


/* ********************************************* EINDE RESPONSIVE CSS ******************************************* */

div {
	/*outline: 1px dotted red;*/
}
