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, img, ins, kbd, q, s, samp,
small, strike, strong, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* =WordPress Core
-------------------------------------------------------------- */
/*
*{
	-webkit-transition-duration:.5s;
	transition-duration:.5s;
}*/
.alignnone {
    margin: 5px 20px 20px 0;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/* Einde style reset */
header{
	font-family: 'Open Sans Condensed', sans-serif;	
	height:186px;
}

content,footer{
	font-family: 'Open Sans', sans-serif;	
}

strong,b{
	font-weight:700;
}

del{
	text-decoration: line-through;	
}

content{
	display:block;
}

.menufixed content{
	padding:0 0 0 0;
}

.nodeco,
.nodeco:focus,
.nodeco:visited,
.nodeco:hover{
	text-decoration:none;
	color:inherit;
}

.aligncenter{
	text-align:center;
}

.textalignright{
	text-align:right;	
}

#header{
	width:100%;
	background:url('images/headerbg.jpg')no-repeat center center;
	background-size:cover;
}

#header:after{
	content:'';
	clear:both;
	display:block;
}

#logo{
	margin:0 50px 0 0;
}

#logo,
#logo img{
	float:left;
}

#logo img{
    width: 218px;
}

#logo_tekst {
    float: left;
    margin: 0 75px 0 0;
    padding: 68px 0 0 0;
}

#logo_tekst h2{
	text-transform:uppercase;
	font-size:43px;
	font-weight:700;
	color:#fff;
}

#logo_tekst h3{
    font-size: 28px;
    font-family: "Open sans","Open Sans Condensed", sans-serif;
    font-weight: 700;
    color: #fff;
    font-style: italic;
    letter-spacing: 1px;
    margin-left: 37px;
}

#locaties{
	padding:30px 30px 0 0;
	float:left;
}

.locatie_afbeelding{
	margin:0 0 5px 0;
}

.locatie_afbeelding img{
	border-radius:500px;
	border:2px solid #fff;
}

.locatie{
	display:inline-block;
	padding:0 20px;
	position:relative;
	cursor:pointer;
}

.locatie_popup{
    background: #00374d;
    z-index: 99;
    top: 156px;
    padding: 25px;
    width: 350px;
    display: none;
    position: absolute;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.popup_tekst{
	position:relative;
}

.popup_tekst:after{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 10px 9px;
    border-color: transparent transparent #00374d transparent;
    position: absolute;
    top: -35px;
}

.popup_tekst p{
	font-size:15px;
	color:#fff;
	margin:0 0 20px 0;
	line-height:20px;
}

.popup_tekst p:last-of-type{
	margin:0;
}

.popup_tekst table{
	width:100%;
	margin:0 0 20px 0;
}

.popup_tekst table tr th{
	font-weight:700;
	color:#fff;
	line-height:20px;
}

.popup_tekst table tr td{
	font-size:15px;
	color:#fff;
	line-height:20px;
}

.locatie .tekst.wit p{
	margin:0;
}

.tekst.wit p{
    font-size: 15px;
    color: #fff;
    line-height: 20px;
}

#zoek{
    padding: 16px 0 0 0;
    float: right;
}

#navigatie{
	position:relative;
    background: #001d28;
    background: -webkit-linear-gradient(#001d28 80%, #263f48 20%);
    background: -o-linear-gradient(#001d28 80%, #263f48 10%);
    background: -moz-linear-gradient(#001d28 80%, #263f48 20%);
    background: linear-gradient(#001d28 80%, #263f48 20%);
	-webkit-transition-duration:.25s;
	transition-duration:.25s;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}

#navigatie.fixed{
	width:100%;
	position:fixed;
	z-index:99;
	top:0;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 10px 20px 0px rgba(50, 50, 50, 0.5);
}

#navigatie:before{
    content: '';
    clear: both;
    display: block;
    -webkit-box-shadow: inset 0px 21px 24px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px 21px 24px -6px rgba(0,0,0,0.75);
    box-shadow: inset 0px 21px 24px -6px rgba(0,0,0,0.75);
    height: 30px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}

#navigatie:after{
	content:'';
	clear:both;
	display:block;
}

#menu{
	float:left;
}

#nav ul li{
    float: left;
    margin: 5px 0 0 0;
}

#nav ul li a{
    display: inline-block;
    padding: 20px 10px 35px 10px;
    font-size: 17px;
    color: #fff;
    border-right: 1px solid rgba(201,228,238,.1);
	text-decoration:none;
}

#nav ul li:hover a{
	background-color:#fff;
	background:#fff;
	color:#f15922;
}

#telefoon,#telefoon_mobiel{
    float: right;
    color: #fff;
    padding: 7px;
    position: relative;
    z-index: 999;
}

#telefoon_mobiel{
	display:none;
}

#telefoon i,#telefoon_mobiel i{
    font-size: 50px;	
}

#telefoon a,#telefoon_mobiel a{
	color:#fff;
}

#banner{
    background: url(images/banner.jpg)no-repeat center center;
    background-size: cover;
    height: 500px;
    width: 100%;
    margin: 77px 0 0 0;
	-webkit-transition-duration:.25s;
	transition-duration:.25s;
}

#banner_sub{
    background: url(images/banner.jpg)no-repeat center center;
    background-size: cover;
    height: 300px;
    width: 100%;
    margin: 77px 0 0 0;
	-webkit-transition-duration:.25s;
	transition-duration:.25s;
}

#banner_tekst{
    padding: 72px 40px 0 40px;
}

#banner_tekst h1,
#banner_tekst h2{
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    text-shadow: 1px 4px 6px #333;
	line-height:70px;
}

.banner_button{
	display: inline-block;
	padding: 30px 0 0 0;
}

.banner_button a{
	display:inline-block;
	background-color:#f15922;
	background:#f15922;
	-webkit-box-shadow: 0px 0px 40px 0px rgba(63,63,69,0.54);
	-moz-box-shadow: 0px 0px 40px 0px rgba(63,63,69,0.54);
	box-shadow: 0px 0px 40px 0px rgba(63,63,69,0.54);
	border:1px solid #fff;
	padding:10px 20px;
	color:#fff;
	font-weight:700;
	font-size:24px;
	font-family:'Open Sans',sans-serif;
	text-decoration:none;
	-webkit-transition-duration:.25s;
	transition-duration:.25s;
}

.banner_button a:hover{
    background-color: #ff723f;
    background: #ff723f;
}

#producten{
    padding: 50px 0 50px 0;
}

#producten_detail{
    padding: 100px 0 50px 0;
}

.titel h1,
.titel h2{
	font-size:35px;
	font-weight:700;
	font-family:'Open Sans',sans-serif;
	color:#00374d;
	margin:0 20px 20px 0;
    line-height: 40px;
}

.product{
    padding: 10px 8px 20px 8px;
    margin: 0 0 10px 0;
    border: 1px dashed #d9d8dd;
    position: relative;
}

.product_afbeelding{
    /* height: 280px; */
    width: 100%;
    overflow: hidden;
}

.product_afbeelding table{
	height:100%;
	width:100%;
	text-align:center;
}

.product_afbeelding table tr td{
	vertical-align:middle;
}

.product_afbeelding table tr td img{
    width: auto;
    max-width: 100%;
    height: auto;
}

.product_titel{
	padding:20px 0 15px 0;
}

.product_titel h1{
	font-size:35px;
	font-family:'Open Sans',sans-serif;
	font-weight:700;
	color:#00374d;
	padding:0 0 5px 0
}

.product_titel h3{
	font-size:20px;
	font-family:'Open Sans',sans-serif;
	font-weight:700;
	color:#00374d;
	padding:0 0 5px 0
}

.product_titel h1 a,
.product_titel h3 a{
	text-decoration:none;
	color:inherit;
}

.product_titel p{
	font-family:'Open Sans',sans-serif;
	font-size:12px;
	font-weight:300;
	color:#00374d;
}

.product_prijs{
	position:relative;
}

.product_prijs p{
	font-size:24px;
	font-weight:700;
	color:#00374d;
	font-family:'Open Sans',sans-serif;
}

.product_prijs p.korting span{
	font-size:24px;
	color:#f15922;
}

.product_prijs p del{
	font-weight:400;
	font-size:18px;
}

.product_detail .product_prijs p{
	font-size:35px;
}

.product_detail .product_prijs p span {
    font-size: 15px;
    font-weight: 400;
    color: #001d28;
    display: inline-block;
    position: relative;
    left: 20px;
    font-size: 24px;
    color: #f15922;
    font-weight: 700;
}

.like{
    position: absolute;
    right: 10px;
    bottom: -3px;
}

.like i,
i.classaanhethartje{
	font-size:31px;
    color: #f15922;
	cursor:pointer;
}

.usps{
    border: 1px dashed #a5b5c4;
    background-color: #e4e4e4;
    background: #e4e4e4;
    padding: 20px;
    margin: 0 0 50px 0;
}

.usps p{
	font-size:20px;
	font-weight:700;
	color:#f15922;
	margin:0 0 15px 0;
}

.usps ul{
	margin:0 0 20px 0; 
}

.usps ul li{
    position: relative;
    font-size: 15px;
    color: #00374d;
    margin: 0 0 15px 0;
    padding: 0 0 0 20px;
    line-height: 20px;
}

.usps ul li:before{
	content:'\f00c';
	font-family:FontAwesome;
	font-size:15px;
	position:absolute;
	left:0;
	top:2px;
}

.usps a{
	font-size:20px;
	font-weight:700;
	text-decoration:none;
	color:#f15922;
	-webkit-transition-duration:.25s;
	transition-duration:.25s;
}

.usps a:hover{
	color:#ff723f;
}

.sidebar_tekst h3{
	font-size:20px;
	color:#f15922;
	font-weight:700;
	margin:0 0 30px 0;
}

.sidebar_tekst p{
	font-size:15px;
	color:#00374d;
	margin:0 0 20px 0;
	line-height:24px;
}

.sidebar_tekst a{
	font-size:15px;
	color:#00374d;
	line-height:24px;
}

#sale{
	width:100%;
	background:url('images/headerbg.jpg')no-repeat center center;
	background-size:cover;
	padding:50px 0;
}


#sale_tekst h4{
	text-transform:uppercase;
	font-size:80px;
	font-weight:700;
	color:#fff;
	display:inline-block;
}

#sale_tekst p{
	font-size: 50px;
	color: #fff;
	font-weight: 700;
	display: inline-block;
	position: relative;
	top: -9px;
}

#sale .button_wit{
    display: inline-block;
    position: relative;
    top: -20px;
    margin: 0 50px;
}

.button_wit a{
	display:inline-block;
	padding: 5px 15px;
	background-color:#fff;
	background:#fff;
	font-size:24px;
	text-decoration:none;
	color:#f15922
}

#tekstblok{
	padding:75px 0;
	background-color:#001d28;
	background:#001d28;
}

.tekst_groot p{
	font-size:48px;
	color:#fff;
	font-weight:700;
	line-height:60px;
}

.tekst_groot a{
	color:#fff;
	text-decoration:underline;
}

#home_tekst{
    background-color: #00374d;
    /* padding: 53px 0; */
}

#home_tekst .bgimage{
    background-image: url(images/hout.jpg);
    background-repeat: no-repeat;
}

#home_tekst .home_tekst {
	padding:53px 0;
}.home_tekst h2{	color:#fff;	font-size:35px;	font-weight:700;	margin:0 0 15px 0;}
.home_tekst p{
	font-size:15px;
	color:#fff;
	line-height:30px;	margin:0 0 20px 0;
}
.home_tekst a{
	color:#fff;
	text-decoration:underline;
}.home_tekst ul{	padding:0 0 20px 20px;	list-style-type:disc;}.home_tekst ol{	padding:0 0 20px 20px;	list-style-type:disc;}.home_tekst ul li,.home_tekst ol li{	color:#fff;	font-size:15px;	line-height:30px;}
#footer{
	padding:50px 0;
	background-color:#f15922;
	background:#f15922;
}

.footer .titel{
	margin:0 0 30px 0;
}

.titel h3{
	font-size:18px;
	color:#fff;
	font-weight:700;
}

.footer_tekst ul li a{
	display: inline-block;
	padding: 15px 0 15px 0;
	color: #fff;
	border-bottom: 1px dotted rgba(255,255,255,.9);
	width: 100%;
	text-decoration:none;
}

.footer_tekst ul li a:hover{
	text-decoration:underline;
}

.footer_tekst ul li:first-of-type a{
	padding:0 0 10px 0;
}

.footer_tekst ul li:last-of-type a{
	border-bottom:none;
}

.footer_tekst p{
	color:#fff;
	line-height:20px;
	margin:0 0 20px 0;
	font-size:15px;
}

.footer_tekst a{
	color:#fff;
	line-height:20px;
	font-size:15px;	
	text-decoration:none;
}

#bottom_footer{
	padding:25px 0;
	background-color:#001d28;
	background:#001d28;
}

.ontwerp {
	float:left;
}

.ontwerp p,
.ontwerp p a{
	font-size:15px;
	color:#f1f1f1;
}

#top{
    position: absolute;
    padding: 7px 26px;
    height: 65px;
    background-color: #00374d;
    background: #00374d;
    right: 7px;
    top: -25px;
}

#top:before{
    content: '';
    position: absolute;
    top: -16px;
    width: 0;
    height: 0;
    left: 0;
    border-style: solid;
    border-width: 0 70px 16px 70px;
    border-color: transparent transparent #00374d transparent;
}

#top a,#top i{
	color:#fff;
	display:block;
	width:100%;
	text-decoration:none;
}

#top i{
    font-size: 25px;
    margin: 0 0 5px 0;
}

.toggle_down{
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0px;
    text-align: center;
    border-top: 1px solid #001d28;
    color: #001d28;
    max-width: 20px;
}

.filter_op{
	margin:0 0 50px 0;
	position: relative;
}

.filter_op p{
	font-size:15px;
	color:#00374d;
	font-weight:700;
    text-transform: capitalize;
}

.filter_op label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding: 0 0 0 25px;
	font-size: 15px;
	color: #00374d;
}

.filter_op label span{
	color:#a5b5c4;
}

.filter_op label:before{
	content:'\f096';
	font-family:'FontAwesome';
	position:absolute;
	font-size:18px;
	color: #00374d;
	left:0;
}

.filter_op input[type=checkbox] {
	display: none;
}

.filter_op input[type=checkbox]:checked + label:before {
	content: "\f046";
	font-family:'FontAwesome';
	font-size: 18px;
	color: #00374d;
	text-align: center;
	position: absolute;
	left: 0;
}

#breadcrumbs {
    font-size: 15px;
    color: #00374d;
    margin: 0 0 10px 0;
}

#breadcrumbs a{
	font-size:15px;
	text-decoration:none;
    color: #00374d;
}

#breadcrumbs i{
	font-size:8px;
	color:#00374d;
	margin:0 5px;
}

#breadcrumbs i.fa-home{
	font-size:15px;
}

.product_detail{
	padding:10px 8px 20px 20px;
	margin:0 0 10px 0;
	border:1px dashed #d9d8dd;
}

.product_afbeelding_detail{
	margin:0 50px 0 0;
}

.product_thumbs{
    float: left;
    margin: 0 20px 0 20px;
}

/* .product_thumbs .thumb:first-of-type{ */
	/* display:none; */
/* } */

.product_thumbs:after{
	content:'';
	clear:both;
	display:block;
}

.thumb{
	margin:0 0 15px 0;
}

.wenslijst {
    display: inline-block;
    padding: 8px 30px;
    background-color: #f15922;
    background: #f15922;
    margin: 40px 0;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
	cursor:pointer;
}

.wenslijst span,
.wenslijst img{
	display:inline-block;
}

.wenslijst span{
    top: -12px;
    position: relative;
}

.vraag_product{
    /* background-color: #f15922; */
    /* background: #f15922; */
    display: inline-block;
    margin: 0 0 30px 0;
}
.vraag_product a{
    font-weight: 600;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
    padding: 15px 0;
    margin: 0 0;
    text-decoration: none;
    color: #f15922;
    text-decoration: underline;
}

.product_tekst p{
	font-size:15px;
	line-height:30px;
	color:#00374d;
	margin:0 0 20px 0;
	font-weight:400;
}


#gerelateerd {
	padding:0 0 100px 0;
}

#contactblok{
    background-color: #001d28;
    background: #001d28;
    padding: 50px 0;
    position: relative;
}

#contactblok .titel{
	margin:0 0 50px 0;
}

.titel.wit h2{
	color:#fff;
}

.tekst h3{
    font-size: 22px;
    font-weight: 700;
    font-family: 'Open Sans',sans-serif;
    color: #00374d;
    margin: 0 0 20px 0;
}

.tekst p{
	font-size:15px;
	line-height:20px;
	color:#fff;
	margin:0 0 20px 0;
}

.tekst.wit h2{
	font-size:24px;
	color:#fff;
}

.tekst p a{
	color:inherit;
	text-decoration:underline;
}

.tekst.left{
	float:left;
	text-align:left;
}

.tekst.right{
	float:right;
	text-align:right;
}

.label_nieuw {
    position: absolute;
    top: 35px;
    left: -1px;	
}

.label_nieuw span{
    display: inline-block;
    background-color: #00374d;
    background: #00374d;
    border: 2px solid #fff;
    padding: 10px 25px;
	text-decoration:none;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

#blog{
	padding: 30px 0 100px 0;
}

.tekst_blog p{
	font-size:18px;
	color:#001d28;
	margin:0 0 30px 0;
	line-height:28px;
}

.tekst_blog h1{
	font-size:38px;
	font-weight:700;
	margin:0 0 20px 0;
}

.tekst_blog h2{
	font-size:35px;
	font-weight:700;
	margin:0 0 10px 0;
}

.tekst_blog ul{
	list-style-type:disc;
	margin:0 0 30px 0;	
	padding:0 0 0 20px;
}

.tekst_blog ul li{
	font-size:16px;
	color:#001d28;
	line-height:28px;
}


.search_form{
	position:relative;
}

.search_form:before{
    content: '\f002';
    font-family: FontAwesome;
    font-size: 40px;
    color: #00374d;
    position: absolute;
    right: 20px;
    top: 7px;
}

.search_field{
    padding: 17px 60px 17px 20px;
    border: none;
    outline: none;
    width: 300px;
}

#zoek_pagina{
    padding: 100px 0;
}

#zoekresultaten{
    padding: 50px 0;
}

.zoek_afbeelding{
    float: left;
    margin: 0 20px 20px 0;
}

.lees_meer a{
    font-size:15px;
    font-weight:400;
    font-family: 'Open Sans',sans-serif;
    color: #00374d;
	text-decoration:underline;
}

.resultaat{
    padding: 20px 10px;
    border: 1px dotted #263f48;
	margin:10px 0;
}

.resultaat .tekst p{
	color:#263f48
}

#maps{
    background: url(images/maps.jpg)no-repeat center center;
    height: 300px;
}

.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

.acf-map img {
   max-width: inherit !important;
}

#contact_gegevens{
	padding:50px 0;
}

.locatie_contact{
	padding:0 0 20px 0;
	margin:0 0 20px 0;
	border-bottom:1px dotted #001d28;
}

.locatie_contact:last-of-type{
	border:none;
}

.locatie_contact h2{
    font-size: 24px;
    font-weight: 700;
    color: #f15922;
    margin: 0 0 20px 0;
}

.locatie_contact p{
	margin:0 0 20px 0;
}

.locatie_contact p,
.locatie_contact p a{
    font-size: 15px;
    color: #001d28;
    line-height: 25px;
}

body .gform_wrapper .gform_body .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	width:100%;
	padding:15px 10px;
}

body .gform_wrapper.gf_browser_chrome .gform_body {
    width: calc(100% + 0px);
}

body .gform_wrapper .gform_body .gform_fields #field_1_5.gfield label,
body .gform_wrapper .gform_body .gform_fields #field_2_8.gfield label {
	display: none;
}

body .gform_wrapper .gform_body .gform_fields #field_1_5.gfield .gfield_checkbox label,
body .gform_wrapper .gform_body .gform_fields #field_2_8.gfield .gfield_checkbox label {
	display: inline-block;
}

body .gform_wrapper .gform_footer input[type=submit]{
    color: #fff;
    border: none;
    font-size: 20px;
    font-weight: 400;
    background-color: #f15922;
    background: #f15922;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    padding: 10px 20px;
}

body .gform_wrapper .gform_footer input[type=submit]:hover{
    background-color: #ff723f;
    background: #ff723f;
}

#mobiel_menu:after{
	content:'';
}

.toggle{
    float: right;
    padding: 10px 15px 21px 0px;
}

.toggle i{
	color:#fff;
	float:left;
}

body .navbar-toggle {
    float: left;
    display: block;
	cursor:pointer;
	margin:0;
}

body .navbar-toggle p{
	color:#fff;
	text-transform:uppercase;
	float:left;
	margin:10px 0px 0px 5px;
}

#mobiel_menu{
	display:none;
}

#mobiel_menu{
    z-index: 999;
    float: left;
    padding: 10.5px;
}

#nav_mobiel{
    visibility: hidden;
    opacity: 0;
    height: 100vh;
    width: 100%;
    position: fixed;
    overflow-y: scroll;
	background: rgba(0, 29, 40,.8);
	background-color: rgba(0, 29, 40,.8);
    z-index: 9999;
	-webkit-transition-duration:0.25s;
	transition-duration:0.25s;
}

#nav_mobiel.show{
	opacity:1;
	visibility:visible;

}

.toggle{
	cursor:pointer;
}

.close_menu{
    padding: 20px 0px 0px 0px;
    text-align: center;
}

.close_menu i{
	color:#fff;
	cursor:pointer;
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

.close_menu .doe_iets{
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
}

#nav_small{
    text-align: center;
    position: relative;
}

#nav_small li a{
    display: inline-block;
    padding: 10px 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    padding-bottom: 8px;
    line-height: 32px;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    text-decoration: none;
}

#nav_small li:last-of-type a{
	border:none;
}

#nav_small li a:hover{
    font-weight: inherit;
}
	
body.overflow{
	overflow:hidden;
}

.bread_home:after{
	content:'\f015';
	font-family:FontAwesome;
	font-size:15px;
	color:#00374d;
}

#wishlist{
	float: right;
	padding: 61px 0 0 20px;
}

.leeg_filter{
    padding: 20px;
    margin: 20px 0;
    border: 1px solid rgba(0, 29, 40,.5);
    box-shadow: 0px 0px 23px 2px rgba(0, 29, 40,.5);
}

.leeg_filter p,
.leeg_filter a{
    font-size: 18px;
    font-weight: 400;
    color: #001d28;
}

.leeg_filter a{
	text-decoration:underline;
}

.sorteren{
	float:right;
}

.sorteren p{
	font-weight:700;
}

.sorteren p a{
    font-weight: 400;
    text-decoration: underline;
    color: #333;
    margin: 0 5px;
}

#wenslijst{
	padding:100px 0;
}

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

table.tabel_product{
	/* margin:20px 0; */
	width:100%;
}

.tabel_product tr{
	border-top:1px solid lightgrey;
}

.tabel_product tr th{
	font-size:18px;
	font-weight:700;
	padding: 10px 5px;
}

.tabel_product tr td{
	padding: 10px 5px;
	font-size:16px;
	font-weight:400;
	vertical-align:middle;
}

.tabel_product tr td i{
	cursor:pointer;
}

.tabel_product tr td input[type=number]{
	width: 50px;
}

.tabel_product tr td:first-of-type{
	width:100px;
}

.tabel_product thead tr:first-of-type{
	border:none;
}

.tabel_product tbody tr:nth-of-type(2n) td{
    background: rgba(192, 243, 255, 0.2);
    background-color: rgba(192, 243, 255, 0.2);
}

.tabel_product tr th:last-of-type,
.tabel_product tr td:last-of-type{
	text-align:center;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-flag{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

#flags_language_selector{
	text-align:right;
	padding: 0 0 16px 0;
}

body .wpml-ls-current-language .wpml-ls-flag{
    -webkit-filter: grayscale(0);
    filter: grayscale(0);	
}

body .wpml-ls-legacy-list-horizontal a{
    padding: 0 0 0 10px;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-flag+span {
    color: #fff;
}

.print_button,.mail_button{
    display: inline-block;
    margin: 20px 5px;
}

.print_button a,.mail_button a, .mail_button input[type=submit] {
	display:inline-block;
	font-size:18px;
	color:#333;
	padding:10px 20px;
}

.print_button a:focus,.mail_button a:focus, .mail_button input[type=submit]:focus{
	text-decoration:none;
}

.print_button a{
    background-color: #f25822;
    background: #f25822;
    color: #fff;
}

.mail_button a, .mail_button input[type=submit]{
	background-color: #001d28;
	background: #001d28;
	color: #fff;
}

.mail_button input[type=submit] {
	border: 0;
}

#zoek_mobiel #flags_language_selector {
	text-align: center;
}

#zoek_mobiel form {
	float: none;
	width: 140px;
	margin: 0 auto;
}

#zoek_mobiel form:before {
	right: 5px;
}

span.clear{
	clear:both;
	display:block;
}

.filterbuttons {
    background: #f15922;
    padding: 90px 0 15px 0;
    text-align: center;
}

.filterbuttons .tekst.wit h3{
	color:#fff;
}

.filterbuttons button.is-checked {
    border-bottom: solid 2px #fff;
}

.filterbuttons button {
    background: none;
    border: none;
    box-shadow: none;
    -webkit-appearance: none;
    border-radius: 0;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding: 0;
    margin: 0 20px;
}

.resultwrap {
    width: 600px;
    margin: 0 auto;
    padding: 40px 0 70px;
}

.searchresult {
    position: relative;
    margin: 0 0 50px;
}

.resultwrap h2 {
    text-align: center;
    margin: 0 0 55px;
}

.isotope * {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

.grid li {
    margin: 0 0 45px;
    width: 100%;
}

.grid li em {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #1b4b62;
    font-weight: 400;
    margin: 0 0 12px;
    font-style: italic;
}

.grid li h4 {
    font-size: 21px;
    line-height: 24px;
    color: #282828;
    font-weight: 900;
    font-style: italic;
    margin: 0 0 15px;
}

.grid li p {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #1b4b62;
    font-weight: 400;
    margin: 0 0 18px;
}

.grid li a.less {
    color: #f15922;
    font-weight: 400;
    line-height: 24px;
    font-size: 16px;
    text-decoration: underline;
}

.lookingfor {
    background: #001d28;
    padding: 40px 75px;
}

.lookingfor h3 {
    font-size: 25px;
    line-height: 36px;
    font-weight: 900;
    color: #fff;
    margin: 0 0 20px;
}

.lookingfor p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    font-family: "Open Sans",sans-serif;
    margin: 0 0 18px;
}

.lookingfor a.button {
    border: 1px solid #fff;
    border-radius: 10px;
    color: #fff;
    display: block;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 57px;
    margin: 30px 0 0;
    text-align: center;
    transition: all 0.3s ease-in 0s;
    width: 190px;
	margin: 0 auto;
}

.searchresult{
	margin:20px 0
}

.results_for{
    margin: 0 0 20px 15px	
}

.results_for em{
	font-style: italic;
	color: #f35315;
	font-weight: 700;
}

.search .product.page{
	display:none;
}

.searchresult input[type="search"] {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 48px;
    padding: 0 10px 0 50px;
    margin: 0;
    box-shadow: none;
    -webkit-appearance: none;
    border-radius: 0;
    border: solid 1px #bfced6;
    font-size: 16px;
    font-weight: 400;
    color: #1b4b62;
}

.searchresult input[type="submit"] {
    display: block;
    cursor: pointer;
    width: 50px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-appearance: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    background: url(images/icon-search2.png) no-repeat center center;
    border: none;
}

.mob_filter{
	display:none;
}

.mob_filter h2{
    font-size: 16px;
    font-weight: 600;
    color: #00374d;
    text-decoration: underline;	
}


#hoog_laag{
	float:right;
}

.sort_filter{
    float: left;
    font-weight: 700;	
}

#stel_vraag{
	padding: 120px 0 50px 0;
}

/* Cookie styling AVG */
body #cn-notice-text span{
	font-weight:700;
}
body .cookie-notice-container {
    text-align: left;
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    align-items: center;
}
body .cookie-notice-container #cn-notice-text {
    line-height: 20px;
}
body #cookie-notice .button.wp-default {
    background: transparent;
    color: #fff;
    text-shadow: none;
    border-radius: 20px;
    padding: 10px 22px;
}
body #cookie-notice .button.wp-default#cn-more-info {
    border: none;
    text-decoration: underline;
    font-size: 13px;
}

body .gform_wrapper a{color: inherit;text-decoration: underline;}

#search_mobiel {
	display: none;
	float: right;
	margin: 7px 30px;
}

#search_mobiel input[type=search] {
	max-width: 200px;
	width: 100%;
}

@media(max-width: 992px) {
	#search_mobiel {
		display: block;
	}
}

@media(max-width:768px){
	body .cookie-notice-container {display: block;}
	body .cookie-notice-container #cn-notice-text{display: block;padding: 0 0 15px 0;}	
}
@media (max-width: 680px){
	#search_mobiel {
		margin: 13px 30px 13px 0;
	}
	#search_mobiel .search_form:before {
		right: 10px;
		font-size: 26px;
	}
	#search_mobiel form input[type=search] {
		max-width: 200px;
		width: 100%;
		padding: 10px 15px;
	}
	body .cookie-notice-container{font-size:11px;}
	body #cookie-notice .button.wp-default {padding: 5px 15px;}
}
/* Einde cookie styling AVG */










@media (max-width:1600px){
	.locatie{padding:0 10px;}	
	.search_field{width:240px;}
	#logo{margin: 0 25px 0 0;}
	#logo_tekst{margin: 0 25px 0 0;}
}

@media (max-width:1230px){
	header{height: 154px;}
	
	#locaties {padding: 12px 15px 0px 0;}
	#logo_tekst{margin: 0 15px 0 0;}
	#zoek {padding: 30px 0 0 0;}
	#logo_tekst{padding: 60px 0 0 0;}
	#logo_tekst h2{font-size:40px;}
	#logo img{width:180px;}
	#home_tekst{background-image:none;}
	#sidebar{float:left;}
	#nav ul li a{padding: 5px;margin: 10px 0 0 0;}
	#menu {padding: 0 0 20px 0;}
	#telefoon i, #telefoon_mobiel i{padding: 2px 0 0 0;font-size:40px;}
	#banner{margin: 62px 0 0 0;}
	
	.product_afbeelding table tr td img{margin:0 auto;}
	.wenslijst{margin:15px 0;}
	.search_form{float:right;}
	.search_form:before{right:30px;}
	.footer{padding:0 0 0 0;margin:0 0 20px 0;}
	.col-lg-15:last-of-type .footer{border:none;}
	.search_field{width:140px;float:right;}
	
}

@media (max-width:1075px){
	#menu{display:none;}
	#mobiel_menu{display:block;}
	#telefoon, #telefoon_mobiel{padding: 5px 0 20px 0;}
	#header #zoek{display:none;}
	#home_tekst .bgimage{display:none;}
	#telefoon i, #telefoon_mobiel i{padding: 9px 0 0 0;}
}

@media (max-width:992px){
	#sale_tekst p{top:0;}
	#banner{margin: 65px 0 0 0;}
	#zoek {padding: 25px 0 0 0;}
	#locaties{display:none;}
	#tekstblok{padding: 30px 0;}
	#wishlist{padding: 50px 0 0 20px;}
	#navigatie:before{height:auto;}
	#telefoon{display:none;}
	#telefoon_mobiel{display:block;}
	#producten{padding:20px 0;}
	#sale_tekst h4{font-size:38px;width:100%;padding:10px 0;}
	#sale_tekst p {font-size: 18px;padding:10px 0;}
	
	
	.tekst_groot p {font-size: 24px;line-height: 32px;}
	.product{max-width: 400px;margin: 5px auto;}
	.filter_op{float:left;margin: 10px 25px 20px 0;}
}

@media (max-width:768px){
	header{height:102px;}
	
	.banner_button{padding:15px 0 0 0;}
	.banner_button a{font-size:18px;}
	.product_afbeelding{height:200px;}
	.product_titel {padding: 5px 0 10px 0;}
	.like{bottom: -40px;right: 0;left: 0;}
	.sorteren{float:left;width:100%}
	.product {padding: 10px 8px 50px 8px;}
	.resultwrap{width:auto;}
	.filter_op{width: 48%;margin: 0;padding: 10px 5px;margin: 3px;overflow: hidden;background: #001d28;}
	.toggle_down{display:block;}
	.nth .checkbox{display:none;}
	.mob_filter{display:block;padding: 0 0 10px 0;}
	.sort_filter{display:block;padding: 0 0 10px 0;width:100%;}
	.sort_filter p{font-size: 16px;font-weight: 600;color: #00374d;text-decoration: underline;}
	.sorteren{display:none;}
	.nth:after{content: '\f13a';font-family: FontAwesome;font-size: 17px;color: #fff;position: absolute;top: 9px;right: 17px;}
	.filter_op p,.filter_op label,.filter_op label:before,.sorteren p a{color:#fff;}
	.filter_op label:before{left:5px;}
	.filter_op label span {color: #f25116;}
	.filter_op input[type=checkbox]:checked + label:before{color:#f14813;}
	#hoog_laag{float:left;}
	#hoog_laag .sorteren span{width: 48%;padding: 10px 5px;background: #001d28;margin: 0 3px 3px 0;display: inline-block;}
	#breadcrumbs{display:none;}
	#filter:after{content:'';clear:both;display:block;}
	#filter{padding:0 0 10px 0;display:none;}
	#wishlist {padding: 12px 0 0 20px;}
	#producten{padding:20px 0;}
	#banner{height:auto;margin:65px 0 0 0;}
	#banner_tekst{padding:20px 0;}
	#zoek{display:none;}
	#banner_tekst h1, #banner_tekst h2{font-size:24px;line-height:30px;}
	#logo_tekst{padding: 35px 0 0 0;margin: 0;}
	#logo_tekst h2{font-size: 20px;}
	#logo_tekst h3{font-size: 16px;}
	#logo {margin: 0 15px 0 0;}
	#logo img{width: 95px;}
	#top {display: none;}
}

@media(max-width: 576px) {
	#search_mobiel form input[type=search] {
		padding: 10px 15px;
		width: 30vw;
	}
}

@media (max-width:480px){
	#sale .button_wit { top:0;}
	.filter_op{width:97%;}
	.titel h1, .titel h2 {font-size: 20px;font-weight: 700; line-height: 25px;}
}

@media (max-width:350px){
	#search_mobiel {
		display: none;
	}
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
	.col-sm-15 {width: 20%;float: left;}
}
@media (min-width: 992px) {
    .col-md-15 {width: 20%;float: left;}
}
@media (min-width: 1200px) {
    .col-lg-15 {width: 20%;float: left;}
}