/* ********************************************* RESPONSIVE CSS ******************************************* */
/* TABLETS */
@media screen and (max-width: 800px) {

 
.noDesktop {
	display: inline-block; 
}

.noTablet {
	display: none !important; 
}

.tabletOnly {
	display: block; 
}

html, body {
	/*background: none;*/  
	font-size: 0.9em;
}
	
form label {
	max-width:100%;
}
form input {
	clear: left;
	max-width:95%;
}
form select {
	max-width: 95%; 
}
form textarea {
	max-width: 95%; 
}

div#page {
	border: 0;
}
	
div#mobileMenuSwitch {
	display: block;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	margin-left: 0px;
	padding-top: 0px;
	cursor: pointer;
	z-index: 1000;
}



div#logo {
	text-align: right;
	width: 98%;
	padding-right: 2%;
}

div#logo img {
	width: 80%;
}

img#homepage_logo_img {
	height: auto !important;
	max-height: 50px!important;
	width: auto!important;
}

img#mobileMenuButton {
	border-radius: 3px;
	width: 80%!important;
	width: 40px!important;
	margin-left: 5px;
	vertical-align: middle;
}

#mobileMenuButtonText {
	 text-transform: uppercase;
	 /*text-decoration: underline;*/
}

ul#subcat_item_mobile li {
	padding-top: 10px;
	padding-bottom: 10px;
}

div#zoeken {
}
div#zoeken form {
	display: inline-block;
	
}
div#zoeken input {
	display: inline-block;
	clear: none;
}

div#maincats {
	text-align: center;
}

div#header_right {
	width: auto;
  min-width: 0;
  padding-top: 10px;
}

div#header_center {
}

div#uitgelicht {
	text-align: center;
}

div.een_artikel_uitgelicht {
	height: auto;
}
div.een_artikel_uitgelicht_foto {
  height: 160px;	
  width: 98%;
  height: auto;
  display: inline-block;
  margin-bottom: 10px;
}

div.een_artikel_uitgelicht_titel h1 {
	font-size: 130%;
}


div.een_artikel_uitgelicht_foto img {
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}

div.artikelresultaat {
}

div.artikelresultaat_titel {
  font-size: 1.2em;
  Xheight: 43px;
  margin-top: 10px;
}

div.artikelresultaat_foto {
	height: 200px;
}

div.artikelresultaat_prijs {
	clear:both;
	float: none;
	text-align: center;
}

div.artikelresultaat_bestel {
	clear:both;
	float: none;
	font-size: 1.2em;
	line-height: 170%;
  padding: 0;
}

div.artikelresultaat_bestel a{
  display: inline-block;
}

#footerLogo img {
	top: -170px;
}


} /* einde tablet */


/* KLEINERE SCHERMEN ZOALS MOBIELE TELEFOONS */
@media screen and (max-width: 640px) {
.noMobile {
	 display: none !important; 
}

.noDesktop {
	 display: inline-block; 
}

.mobileOnly {
	display: inline-block; 
}
  
html, body {
	padding: 0;
	margin: 0;
}
 
html {
	margin: 0px;
	height: 100%;
	width: 100%!important;
	/*background: red;*/
}

body {
	margin: 0px;
	min-height: 100%;
	width: 100%!important;
}  
  
form input, form select, textarea {
	padding: 2%; 
	font-size: 1.2em;
}

p.offerte_link a{
	display: block;
	clear:both;
	text-align: center;
}


img {
	max-width: 100%; 
}
/*  
div#languages {
	display: none;
}
*/

/*
div#header_center {
	width: auto;
	min-width: auto;
}
*/

div#header_wrapper_catchline {
	font-size: 9px;
}

div#header_center_catchline_1 {
  display: none;
}

div#header_center_catchline_2 {
	display: inline-block;
	width: 93%;
	font-size: 70%;
	color: white;
	clear: both;
	text-align: center;
}
div#header_center_catchline_1 img {
	height: 10px;
}




div#header_top {
  font-size: 70%;	
  text-align: right;
  padding-right: 10px;
  padding-bottom: 5px;
}

div#zoeken {

}
div#zoeken form {
	display: inline-block;
	
}
div#zoeken input {
	display: inline-block;
	clear: none;
}
div#zoeken input#q {
	font-size: .9em;
}

footer {	
}

#footerLogo img {
  max-width: 100px;
  top: -100px
  left: 10px;
}

div.footer_block, div#footer_block_guestbook {
  width: 100%;
  padding-right: 1%;
}

div.footer_block h1 {
	font-size: 2em;
}

div.footer_block p, div.footer_block ul {
  font-size: 120%;	
}

#footerLogo {
	text-align: center;
}
#footerLogo img {
  float: none;
}

div#footer_menu {
  width: 100%;	
  text-align: center;
}

div#footer_menu ul {
	display: inline-block;
  margin: 0 auto;
	text-align: center;	
}
div#footer_menu ul li a {
	font-size: 1.2em;
}

div#footer_payment_logos {
	top: 0;	
}

div#credits {
	display: none;
}
 

div#uitgelicht {
	text-align: center;
}
span#uitgelicht-tekst {
	width: 100%;
	margin-left: 0;
}

div.een_artikel_uitgelicht {
	height: auto;
	width: 100%;
	outline: none;
	box-shadow: none;
	padding-bottom: 1%;
}

div.een_artikel_uitgelicht_omschrijving {
	display: none;
}
div.een_artikel_uitgelicht_foto {
  height: 120px;	
  width: 98%;
  height: auto;
}
div.een_artikel_uitgelicht_foto img {
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}


div.artikelresultaat {
  width: 95%;
  height: auto;
  border-left: none;
  border-right: none;
  box-shadow: none;
  border-bottom: none;
  border-top: none;
  
}

div.artikelresultaat_foto {
	height: auto;
}

div.een_artikel_foto {
  width: auto;
}
div.een_artikel_titel {
	clear: both;
}

div#verder_winkelen {
 margin-left: 3px;
}
div#afrekenen {
	margin-right: 3px;
}

div.nieuwsbericht {
	width: auto;
}

div.footer_block {
  width: 100%;
}


#footerLogo img {
	top: -60px;
}

}  
/* EINDE KLEINE SCHERMEN ZOALS MOBIELE TELEFOONS */


/* ********************************************* EINDE RESPONSIVE CSS ******************************************* */
