body,html{
	background-image:url(../images/achtergrond.jpg);
	background-repeat:repeat-x;
	background-position:0px -760px;
}

#header{
	position:fixed;
	z-index:1000;
	top:0px;
	height:95px;
	border-bottom:1px solid #999999;
	width:100%;
	background-color:#FFF;
    box-shadow: 2px 2px 5px #666;
}

.MaakUwKeuze{
	border-bottom:1px solid #d7d7d7;
	padding:10px 0 15px 0;
	text-align:center;
}

.productkeerterug{
	margin:0px; padding:0px; position:absolute; right:20px;
}

.oranje{
	color:#f6821f !important;	
}

#logo{
	float:left;
	padding-left:20px;	
	width:150px;
	z-index:9999;
	position:relative;
	margin-top:40px;
}

#logo img{
	width:150px;
}

#menucontrol{
	display:none;	
}

#menu{	
}

#menu ul{
	padding:0px;
	margin:0px 0 0 -18px;	
	list-style-type:none;
	padding-top:10px;
}

#menu ul li{
	float:left;
	padding:0px;
	margin:0px 2px 0px 2px;	
}

#menu ul li a{
	color:#333;
	display:inline-block;
	padding:10px 15px 10px 15px;
	line-height:15px;
	transition: background-color 0.2s ease, color 0.2s ease;
	font-size:12px;
	font-weight:bold;
}

#menu ul li a:hover, #menu ul li a.hoofdmenuselected{
	color:#FFF;
	background-color:#f6821f;
	text-decoration:none;
}

#menu ul ul{
	background-color:#FFF;
	position:absolute;
	margin-left:0px;
	display:block;
	width:inherit;
	padding-bottom:0px;
    transition: opacity 0.5s ;
    opacity: 0; 
    height: 0;
    overflow: hidden;
}

#menu ul li:hover ul{
    opacity: 1;
    height: auto;
	padding-bottom:2px;
}

#menu ul ul li{
	float:none;
}

#menu ul ul li a{
	float:none;
	display:block;
}

#searchboxtop{
	width:100%;
	height:45px;
	padding-top:5px;	
	text-align:center;
	background-color:rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: inset 0px -3px 5px 0px rgba(0,0,0,0.35);
-moz-box-shadow: inset 0px -3px 5px 0px rgba(0,0,0,0.35);
box-shadow: inset 0px -3px 5px 0px rgba(0,0,0,0.35);
}

#taalkeuze{
	position:absolute;
	left:50%;
	margin-left:555px;
	border:1px solid #FFF;
	width:34px;
	text-align:left;
	padding-left:7px;
	color:#fff;
	background: url('../images/arrow-small-down-white.png') no-repeat 29px 50%;
	top:12px;
	right:7px;
	cursor:pointer;
}


		#taalkeuzeopties{
			position:absolute;
			left:50%;
			margin-left:414px;
			width:184px;
			text-align:left;
			padding:0px;
			margin-top:41px; /* 37 */
			display:block;
		}
		#taalkeuzeoptiessub{
			border:1px solid #FFF;
			text-align:left;
			padding:0px;
			color:#fff;
			background-color:#333333;
			display:none;
		}

			#taalkeuzeopties a{
				display:block;
				padding: 3px;
				color:#FFF;
				text-decoration:none;
				cursor:pointer;
				padding-left:7px;
			}
			#taalkeuzeopties a:hover{
				color:#FFF;
				text-decoration:none;
				background-color:#000;
			}
		.isOpen{
			display:block;
		}

/* SELECTBOXES */

#taalkeuzeselect{
	margin: 7px 7px 0;
	border: 0;
	outline: 0;
	padding: 2px;
	color:#FFF;
	border:1px solid #FFF;
	width:100px;
	background: url('../images/arrow-small-down-white.png') no-repeat 85px 50%;
	background-color: rgba(0, 0, 0, 0.8); /*#00488c;*/
	appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
	cursor:pointer;
	}
	
/* first select box */
#taalkeuzeselect:first-child{
	background-color: rgba(0, 0, 0, 0.8); /*#00488c;*/
	}
#taalkeuzeselect:nth-child(2){
	margin-right: 25px;
	}
	
/* second select box */
#taalkeuzeselect:first-child{
	background-color: rgba(0, 0, 0, 0.8); /*#00488c; */
	}
#taalkeuzeselect:nth-child(2){
	background-color: rgba(0, 0, 0, 0.8); /*#00488c; */
	color: #fff;
	margin-right: 25px;
	}
#taalkeuzeselect:nth-child(2) option{
	color: #fff;
	background-color: rgba(0, 0, 0, 0.8); /*#00488c; */
	}
	
	
#taalkeuzeselect option,
#taalkeuzeselect option{
	background-color: rgba(0, 0, 0, 0.8); /*#00488c; */
	color: #fff;
	}

#taalkeuze a{
	display:inline-block;
	padding:3px 5px 3px 5px;
	border:1px solid #333;
	text-decoration:none;
	color:#f6821f;
	line-height:normal !important;
	background-color:#FFF;
}

#taalkeuze a:hover{
	border:1px solid #00488c;
	color:#00488c;
}

#search{
	position:relative;
	padding-top:3px;
	text-align:center;
}

#search form{
	left:50%;
	margin-left:-160px !important;
	position:absolute;	
}
/*
#search input[type=text]{
	height:25px;
	border:1px solid #d7d7d7;
	padding:3px 6px 3px 6px;	
	margin-top:-2px;
}

#search button{
	margin:2px 0px 0px -20px;
	height:32px;
	border:1px solid #d7d7d7;
	display:inline-block;
	font-size:18px;
	background-color:#00488c;
	color:#FFF;
	cursor:pointer;
}
*/
#search input[type=text]{
	height:23px;
	width:280px;
	padding-left:10px;	
	padding-right:50px;	
	margin-top:4px;
	border:1px solid #cacaca;
	font-size:16px;
}

#search button{
	margin:0px 0px 0px -43px;
	border:1px solid #f6821f;
	height:27px !important;
	line-height:27px !important;
	padding:0px !important;
	width:40px;
	background-color:#00488c;
	background-color:#f6821f;
	color:#FFF;
	cursor:pointer;
	-webkit-appearance: none;
    border-radius: 0;
	position:relative;
	display:inline-block;
	top:-1px;
}


#search button:hover{
	background-color:#dd7114;
}

h1,h2,h3,h4,h5,h6{
	color:#053969;
	font-weight:normal;
}

#productsearch{
	width: 1200px;;
	margin-left:-600px;
	margin-right:auto;
	background-color:#FFF;
	opacity:0.95;
	position:fixed;
	left:50%;
	top:85px;
	z-index:999;
	padding-top:10px;	
    box-shadow: 2px 2px 5px 5px #999;
	border-top:16px solid #f6821f;
}

#productsearchcontent{
	padding-left:38px;
	padding-top:20px;
	padding-bottom:20px;
	font-size:12px;
	line-height:21px;
}

#productsearchcontent a.hoofdcategorie{
	color:#333;
	font-weight:bold;
	display:block;
	border-bottom:1px solid #d7d7d7;
}

#productsearchcontent a.subcategorie{
	color:#333;
	display:block;
}

#productsearchcontent div{
	width:267px;
	float:left;	
	margin-right:20px;
	min-height:115px;
}

#banner{
	margin-top:75px;
	z-index:10;
	top:0px;
	height:385px !important;
	border-bottom:1px solid #999999;
	width:100%;
	/*position:relative !important; 
	/*height:auto;*/
	overflow:hidden;
}

/* origineeel


.banneritem div.box{
		position:absolute;
		padding:10px;
		text-align:center;
		max-width:350px;
	}


.banneritem div.wit{
		background-color:#FFF;
		background-color: rgba(255, 255, 255, 0.7);
	}


*****/


		#banner2balk{
			position:absolute;
			top:420px;
			width:100%;
			left:0px;
			background-color:#F00;
			z-index:99;	
			height:40px;
			line-height:40px;
			background-color: rgb(0, 0, 0);
	   		background-color: rgba(0, 0, 0, 0.8);
		}
		
		#banner2balkinhoud{
			width:1200px;
			margin-left:auto;
			margin-right:auto;	
		}
		
		.tabknop{
			background:none;
			border:0px;	
			height:40px;
			line-height:40px;
			color:#ACACAC;
			cursor:pointer;
			text-transform:uppercase;
			font-weight:bold;
			padding-left:10px;
			padding-right:10px;
		}
		
		#banner2balk button:nth-child(1){
			padding-left:0px;
		}
		
		.tabknopselected, .tabknop:hover{
			color:#FFF;
		}



		
		.n-imggrootte{
			width:100%;
		}
		.m-imggrootte{
			width:40%;
		}
		.s-imggrootte{
			width:30%;
		}


#meerinformatiebox{
	margin-left:20px;margin-bottom:20px;float:right; width:225px;
}

		#meerinformatiebox .divbox1{
			margin-bottom:10px;
		}
		
		#meerinformatiebox img{
			max-width:100%;
			margin-bottom:10px;
		}

		#meerinformatiebox .smallimg{
			width:25%;
			float:left;
			margin:0 5 5 0;
		}








.banneritem{
	min-width:100%;
    height: 385px !important;
	overflow:hidden;
	text-align:center;
}

.banneritem img{
	min-height:100%;
	min-width:100%;
}

.banneritem div.box{
		position:absolute;
		max-width:350px;
		left:50%;
		margin-left:-600px;
	}
	
.banneritem .titel{
		background-color:#FFF;
		background-color: rgba(255, 255, 255, 0.7);	
		font-size:20px;
		padding:5px 7px 5px 7px;
}

.banneritem a.knop {
    color: #fff !important;
    background-color: #f6821f;
    display: inline-block;
   /* padding: 5px 7px 5px 7px;*/
   	padding: 5px 10px 5px 10px;
    line-height: 25px;
	text-align:center;
	font-weight:bold;
	margin-left:-10px;
    transition: background-color 0.2s ease, color 0.2s ease;
}
	
	.banneritem .linksboven{
		top:20px;
		left:125px;
	}
	
	.banneritem .linksonder{
		bottom:100px;
		left:125px;
	}
	
	.banneritem .rechtsboven{
		top:20px;
		right:125px;
	}
	
	.banneritem .rechtsonder{
		bottom:100px;
		right:125px;
	}
	
	
	
	.banneritem .links{
		bottom:70px;
		left:145px;
	}
	
	.banneritem .rechts{
		bottom:70px;
		/*right:35px;*/
		
		left: inherit !important;
		margin-left: inherit !important;
		right: 50% !important;
		margin-right: -600px !important;
	}
	

	
#broodkruimel{
	line-height:50px;
	color:#333;	
	padding-left:0px;
	padding-right:10px;
	border-bottom:1px solid #d1d1d1;
	border-top:1px solid #d1d1d1;
}


#broodkruimel a{
	color:#999;
	text-decoration:none;	
}

#broodkruimel a:last-child{
	color: #f6821f;
}

#broodkruimel a:hover{
	color:#f6821f;	
	text-decoration:underline;
}


#content img{
	border:0px !important;
}

#submenucontent{
	padding:0px;
	margin:0px;
	text-align:center;	
}


#submenucontent a{
	color:#333 !important;
	background-color:#f6f6f6;
	border:1px solid #d7d7d7;
	display:inline-block;
	padding:10px;
	margin:10px;
	margin-bottom:30px;
	line-height:20px;
	transition: background-color 0.2s ease, color 0.2s ease;
}

#submenucontent a:hover, #submenucontent a.selected{
	color:#FFF !important;
	background-color:#f6821f;
	border:1px solid #f6821f;
	text-decoration:none;
}

#content{
	padding-top:25px;
	width:100%;	
}

#content ul {
    list-style: none;
	list-style-position:outside;
	list-style-type:square;
}

	
#content a{
	color:#cf5f00;
}

#content a:hover{
	text-decoration:underline;	
}

.full .divcontent{
	width:auto;	
}




#content input[type=button], #content input[type=submit]{
	color:#fff !important;
	background-color:#f6821f;
	border:0px;
	padding:7px;
	display:inline-block;
	line-height:25px;
	cursor:pointer;
	-webkit-appearance: none;
    border-radius: 0;
}

#content input[type=button]:hover, #content input[type=submit]:hover{
	background-color:#f79d4f;
}

#content input[type=text], #content textarea{
	padding:5px;
	margin:5px 0px 5px 0px;
	font-size:14px;
	line-height:24px;
	font-family:'Open Sans', arial, verdana;
	width:350px;
}

.overzichtstabel td{	
	padding:5px;
	line-height:25px;
	border:0px solid #d7d7d7;
}

.overzichtstabel tr:nth-child(even){
	background-color:#F0F0F0;	
}

.overzichtstabel tr:hover{
	background-color:#f7c69d;
	cursor:pointer;	
}

.overzichtstabel tr.tableheader, .overzichtstabel tr.tableheader:hover{
	background-color:#f6821f;	
	color:#FFF;
	font-weight:bold;
}

.centermaxwidth{
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;	
}

a.knop{
	color:#fff !important;
	background-color:#f6821f;
	display:inline-block;
	padding:15px;
	line-height:25px;
	transition: background-color 0.2s ease, color 0.2s ease;
}

a.knop:hover{
	color:#FFF;
	background-color:#f79d4f;
	text-decoration:none;
}

a.catknop{
	display:inline-block;
	color:#FFF !important;
	background-color:#f6821f;
	border:1px solid #f6821f;
	padding:10px;
	margin:10px;
	line-height:20px;
	transition: background-color 0.2s ease, color 0.2s ease;
}

a.catknop:hover{
	/*color:#333 !important;
	background-color:#f6f6f6;
	border:1px solid #d7d7d7;*/
	background-color:#f79d4f;
	border:1px solid #f79d4f;
	text-decoration:none;
}

a.catknopselected{
	color:#FFF !important;
	background-color:#f6821f;
	border:1px solid #f6821f;
	display:inline-block;
	padding:10px;
	margin:10px;
	line-height:20px;
	transition: background-color 0.2s ease, color 0.2s ease;
}

a.catknopselected:hover{
	text-decoration:none;	
}


	
	#subcontent{
		padding:10px;
		background-color:#d0d0d0;
	}
	
	#subcontent img{
		margin-right:20px;
		
	}


#footer{
		background-color:#909090;
		min-height:230px;
		color:#FFF !important;
		width:auto;
	}
	
	#footer h1,#footer h2,#footer h3{
		color:#FFF !important;
	}
	
	#footer a{
		color:#FFF;
	}
	
	#footer h3{
		color:#FFF;
		font-size:16px;
		font-weight:bold;	
	}
	
	#footer ul,#footer li{
		padding:0px;
		margin:0px;
		list-style-type:none;
	}
	
	.footermidden{
		width:1200px;
		margin-left:auto;
		margin-right:auto;
	}
	
	#footeronder{
		background-color:#606060;
	}
	
	#footermenuitems{
		float:left;	
		width:33%;
	}
	
	#footercontact{
		float:left;	
		width:33%;
	}
	
	#footernieuwsbrief{
		float:right;
		width:33%;	
	}
	
	#footeronder{
		padding-top:5px;
		padding-bottom:5px;
		color:#FFF;
		line-height:29px;	
	}
	
	#footeronderlinks{
		width:70%;
		float:left;	
		line-height:29px; height:29px;
	}
	
	#footeronderrechts{
		width:30%;
		float:right;
		text-align:right;
		line-height:29px; height:29px;	
	}
	
	#footeronderrechts img{
		height:29px;
	}
	
	#footer input[type=text]{
		border:0px;
		height:40px;
		padding:0px;
		text-indent:10px;
		width:300px;
	}
	
	#footer input[type=submit]{
		border:0px;
		height:40px;
		width:90px;
		margin-left:-90px;
		background-color:#f6821f;
		color:#FFF;
		cursor:pointer;
		-webkit-appearance: none;
    border-radius: 0;
	}
	
	#footer input[type=submit]:hover{
		background-color:#f29b51;
	}
	
	
	
	
	#productdetailbestelbox{
	float:right	;
	margin:10px;
}

#productdetailbestelprijs{
	float:right;
	font-size:22px;
	font-weight:bold;
	padding-bottom:20px;
}

#productdetailbestelform{
	clear:both;
	background-color:#f8f8f8;
	border:1px solid #d1d1d1;
	float:right;
	font-size:22px;
	font-weight:bold;
	padding:20px;
}

#productdetailbestelform select{
	padding:5px;	
	min-width:65px;
}

.productdetailimages{
	float:left;
	width:40%;
	text-align:center;
}

.productdetailimages #hoofdfoto{
	max-width:65%;	
	max-height:100%;
}

.productdetailimages .productfotos{
	max-width:24%;	
}

.productdetailinformation{
	float:right;
	width:60%;
	padding-top:50px;
}

.productdetailinformation iframe{
width:100%;
height:230px;
	margin-bottom:10px;
}

#hcatinfo{
	/*width:900px;*/
	margin-top:-19px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#hcatinfodetails{
	width:auto;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	text-align:left;
	padding:20px;
	border:1px solid #d7d7d7;
	background-color:#f6f6f6;	
}

#hcatinfodetails h1{
	font-size:20px;	
}

#hcatinfodetails img{
	max-width:150px;
	max-height:150px;
	padding:5px;
	border:1px solid #D7D7D7 !important;
	background-color:#FFFFFF;
	float:right;
}

#hcatinfodetails a.catknop {
    color: #FFF !important;
    background-color: #f6821f;
    border: 1px solid #f6821f;
    display: inline-block;
    padding: 10px;
    margin: 10px;
    line-height: 20px;
    transition: background-color 0.2s ease, color 0.2s ease;
}


a.hcatinfocatknop {
    color: #FFF !important;
    background-color: #f6821f;
    border: 1px solid #f6821f;
    display: inline-block;
    padding: 10px;
    margin: 10px;
    line-height: 20px;
    transition: background-color 0.2s ease, color 0.2s ease;
	border-radius: 5px;
	font-size:12px;
	font-weight:bold;
}

#hcatinfodetails a.catknop:hover{
	color:#FFF !important;
	background-color:#00488c;
	border:1px solid #00488c;
	text-decoration:none;
}

a.hcatinfocatknop:hover{
	color:#FFF !important;
	background-color:#dd7114;
	border:1px solid #dd7114;
	text-decoration:none;
}

#hcatinfodetails a.catknopselected{
	color:#FFF !important;
	background-color:#00488c;
	border:1px solid #00488c;
	text-decoration:none;
}

a.hcatinfocatknopselected{
	color:#FFF !important;
	background-color:#00488c;
	border:1px solid #00488c;
	text-decoration:none;
    display: inline-block;
    padding: 10px;
    margin: 10px;
    line-height: 20px;
    transition: background-color 0.2s ease, color 0.2s ease;
	 border-radius: 5px;
	font-size:12px;
	font-weight:bold;
}
/* origineel over full width 
.productlijstbox {
	width: 16%;
	padding-bottom: 16%;
	position: relative;
	margin:2%;
	float:left;
	border:1px solid #FFF;
    box-sizing: border-box;
	overflow:hidden;
	cursor:pointer;
}
.productlijstboxinner {
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
}

.productlijstboximage{
	width:100%;
	text-align:center;
	height:60%;
}

.productlijstboximage img{
	max-width:90%;
	max-height:90%;	
}

.productlijstbox:hover{
	border:1px solid #cacaca;	
}

.productlijstboxtitel{
	width:100%;	
	text-align:center;
	height:40%;
}

.productlijstboxtitel h2, .productlijstboxtitel h3, .productlijstboxtitel h5{
	line-height:30px !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width:100%;
}

.productlijstboxtitel p{
	width:100%;
	font-size:12px;
	color:#666;
}

.productlijstboxtitel p.grotetekst::after { 
    content: "...";
}

.productlijstboxtitel h2{
	color:#333;
	font-weight:normal;
	font-size:14px;
	padding:0px;
	margin:0px;
}

.productlijstboxtitel h5{
	color:#666;
	font-weight:normal;
	font-size:14px;	
	padding:0px;
	margin:0px;
}
 tot hier voor full width prods */

.productlijstbox .nieuwtag{
	background-color:#f6821f;
	border-radius: 50%;
	width: 60px;
	height: 60px; 
	line-height:60px;
	text-align:center;
	color:#FFF;
	position:absolute;	
	-webkit-transform: rotate(-45deg);
	/* Firefox */
	-moz-transform: rotate(-45deg);
	/* IE */
	-ms-transform: rotate(-45deg);
	/* Opera */
	-o-transform: rotate(-45deg);
	/* Internet Explorer */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.productlijstbox {
	width: 29%;
	padding-bottom: 29%;
	position: relative;
	margin:2%;
	float:left;
	border:1px solid #FFF;
    box-sizing: border-box;
	overflow:hidden;
	cursor:pointer;
	background-color:#FFF;
}
.productlijstboxinner {
	position: absolute;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;
}

.productlijstboximage{
	width:100%;
	text-align:center;
	height:60%;
}

.productlijstboximage img{
	max-width:90%;
	max-height:90%;	
}

.productlijstbox:hover{
	border:1px solid #cacaca;	
}

.productlijstboxtitel{
	width:100%;	
	text-align:center;
	height:40%;
}

.productlijstboxtitel h2, .productlijstboxtitel h3, .productlijstboxtitel h5{
	line-height:30px !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width:100%;
}

.productlijstboxtitel p{
	width:100%;
	font-size:12px;
	color:#666;
}

.productlijstboxtitel p.grotetekst::after { 
    content: "...";
}

.productlijstboxtitel h2{
	color:#333;
	font-weight:normal;
	font-size:14px;
	padding:0px;
	margin:0px;
}

.productlijstboxtitel h5{
	color:#666;
	font-weight:normal;
	font-size:14px;	
	padding:0px;
	margin:0px;
}


.tabs{
	margin:0px;
	padding:0px;
	list-style-type:none !important;	
}

.tabs li{
	float:left;
	margin-left:0px;
	margin-right:4px;
	border-bottom:1px solid #f6821f;
}

.tabs li a{
	font-size:12px;
	display:inline-block;
	padding:5px 7px 5px 7px;
	background-color:#E1E1E1;
	color:#333 !important;	
    -moz-box-shadow: inset 0 -10px 10px -10px #999999;
    -webkit-box-shadow: inset 0 -10px 10px -10px #999999;
    box-shadow: inset 0 -10px 10px -10px #999999;
}




.tabs li a:hover, .tabs li a.active{
	color:#FFF !important;
	background-color:#f6821f;
	text-decoration:none;	
    -moz-box-shadow: inset 0 0px 0px 0px #999999;
    -webkit-box-shadow: inset 0 0px 0px 0px #999999;
    box-shadow: inset 0 0px 0px 0px #999999;
}

.producttabblad{
	margin-top:-1px;
	padding:10px;
	border:1px solid #d7d7d7;
	border-top:1px solid #f6821f;
}

#hoofdfotobox{
	height:300px !important;
	margin-top:65px;	
}

.detailfotoklein{
	float:left;
	height:95px;
	width:95px;
	margin-left:10px;
	margin-bottom:10px;	
	padding: 5px;
	border:1px solid #d7d7d7;
	text-align:center;
}

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



/* Extra Large screens ===========================================================================*/
@media only screen and (min-width: 1825px) {

} /* min-width: 1825px */




/* Large screens===============================================================================*/
@media only screen and (max-width: 1824px) {

.productlijstboxtitel h2{
	font-size:12px;
}

} /* max-width: 1824px */




/* Large screens===============================================================================*/
@media only screen and (max-width: 1550px) {

.productkeerterug{
	margin:0px; padding:5px 0 10px 0; position:inherit; right:0px;display:block;
}

} /* max-width: 1550px */




/* MediumLarge screens ==========================================================================*/
@media only screen and (max-width: 1250px) {

.productlijstboxtitel h2{
	font-size:11px;
}
	#menu ul li a {
		padding-left:10px;
		padding-right:10px;
	}
	#search input[type=text]{
		width:100px;
	}
	
	.banneritem div{
		max-width:600px;
		padding:5px;
	}


.footermidden, .divcontent{
	width:975px;
}

.banneritem div.box {
    position: absolute;
    max-width: 350px;
    left: 50%;
    margin-left: -489px;
}

#taalkeuze{
	margin-left:443px;
}

		#taalkeuzeopties{
			margin-left:302px;
		}

} /* max-width: 1250px */



/* Medium screens==============================================================================*/
@media only screen and (max-width: 1020px) {
	

.productlijstbox {
	width: 29%;
	padding-bottom: 29%;
	position: relative;
	margin:2%;
	float:left;
	border:1px solid #FFF;
    box-sizing: border-box;
	overflow:hidden;
	cursor:pointer;
}

#header{
	position:absolute;
	height:auto;	
	width:100%;
	padding:0px;
}

#menucontrol{
	height:60px;
	padding:10px;
	left:0px;
	top:0px;
	display:block;	
}

#menucontrol img{
	cursor:pointer;	
	margin-top:15px;
	margin-left:15px;
}

#header #menu{
	display:none;	
}

#header #menu ul{
	width:100%;	
	margin:0px;
	padding:0px;
	text-indent:25px;
}

#header #menu li{
	float:none;
	width:100%;	
	position:relative;
	margin:0px;
}

#header #menu li a{
	display:block;
	padding:0px;
	line-height:35px;	
}
	

#header #menu ul ul{
	display:block;
	visibility:visible;
	opacity:1;
	padding:0px;	
	position:relative;
	height:auto;
	text-indent:30px;
}

#taalkeuze{
	position:absolute;
	top:15px;
	right:0px;	
}


#search{
	display:none;	
}

#banner{
	display:none;	
}

#broodkruimel{
	margin-top:120px !important;
	/*padding-left:25px !important;*/
	text-indent:0px!important;
}

#content{
	width:100%;
	padding:0px;
}

#content img{
	max-width:100%;
}

.divcontent{
	width:95%;	
}
	
	
#logo{
	left:50%;
	margin-left:-50px;
	top:-20px;
	position:absolute;	
	height:100px;
	width:100px;
	text-align:center
}

#logo img{
	max-height:100%;
	max-width:100%;
}

#subcontent .footermidden{
	width:100%;	
}

#content{
	padding-top:40px;	
}

#footer{
padding: 0 20px 20px 20px;
}

#footer div{
	float:none;
	width:auto;
	margin-left:auto;
	margin-right:auto;
	display:block;
	padding:20px 0 20px 0;
	border-top:1px dashed #FFF;	
}

#footeronder{
	display:none;
}

#footer div.cleardiv10, #footer div.cleardiv, #footer div.footermidden, #footer div:first-child{
	clear:both;
	border:0px;	
}

#footer input[type=text]{
	width:250px;	
}

.footermidden{
	width:95% !important;	
	padding-bottom:20px;
}

#taalkeuze{
			right:20px;
			top:30px;
			left:auto;
			margin-left:0px;
			background-color:#000000;
}

		#taalkeuzeopties{
			right:20px;
			left:auto;
			margin-left:0px;
			margin-top: -25px;
		}

} /* max-width: 1020px */



/* Small screens ===============================================================================*/
@media only screen and (max-width: 820px) {

#content {
    width: 100%;
}
} /* max-width: 820px */




/* Small screens (GSMs enzo) =======================================================================*/
@media only screen and (max-width: 620px) {
#hoofdfotobox{
	height:250px !important;	
}

.kolomwrapper div{
	display:block;
	width:100% !important;
	margin: 0 0 20px 0;
}
#footer div{
	width:95%;
	padding:10px 0 10px 0;
}
#searchboxtop{
	display:none;
	width:auto;
}
.productdetailimages, .productdetailinformation{
	display:block;
	float:none;
	width:95%;
	margin-left:auto;
	margin-right:auto;
}

#meerinformatiebox{
	display:none;	
}

.productlijstbox{
	width:95%;	
	padding-bottom:95%;	
}

#hcatinfo{
	width:95%;
}

.producttabblad{
	width:95%;
	display:block;
}

.tabs{
	width:95%;
	display:block;
}

.tabs li{
	display:block !important;
	float:none;	
	width:100%;
	margin-left:1px;
}

.tabs li a{
	text-align:center;
	display:block !important;
	float:none;	
	width:100%;
	padding:10px;
}

.catknop{
	display:block !important;	
}

#hcatinfodetails img{
	width:100%;
	height:auto;
	max-height:700px;
}
} /* max-width: 620px */








@media print{
#banner, .bx-wrapper, #menu, #taalkeuze, #search, #productsearch{
	display:none !important;	
}

#productsearch{
	height:1px;	
}

#broodkruimel{
	clear:both;
	margin-top:150px;
}

#header{
	border:0px;
    box-shadow: none;
}

#footer, #footer *, #footeronder,#footeronder *, #subcontent,#subcontent *{
	background-color:#FFF;
	color:#333 !important; 	
}

#footernieuwsbrief, #footeronderrechts{
	display:none;	
}

#subcontent{
	page-break-before:always;	
}

#footer, #footeronder,#subcontent{
	clear:both;
	margin-top:20px;
	border-bottom:1px solid  #333;	
}
}




@media screen and (-webkit-min-device-pixel-ratio:0) {

#search button{
	margin:0px 0px 0px -43px;
	height:27px !important;
	width:40px;
	border:0px;
	background-color:#f6821f;
	border:1px solid #f6821f;
	color:#FFF;
	cursor:pointer;
	-webkit-appearance: none;
    border-radius: 0;
	top: 4px;
    position: absolute;
    right: 0;
}

#search input[type=text]{
	height:23px;
	width:280px;
	padding-left:10px;	
	padding-right:50px;	
	border:1px solid #cacaca;
	font-size:16px;
}
}