
body {
	padding: 0px; 
	margin: 0px;
	font-family: 'QuickSand', Arial, sans-serif; 
	font-size: 16px;
	color: #646466;
}

a {
	color: #646466;
	text-decoration: underline;
}

a:hover {
	color: #2E2E2E;
	text-decoration: none;
}

img {
	border: 0px;
}

hr {
	background: #808080;
	width: 80%;
	margin: 10px auto;
	border: 0;
	height: 1px;
}

input, textarea {
	font-family: 'QuickSand', Arial, sans-serif; 
	font-size: 14px;
	margin-top: 5px;
	padding: 7px;
	width: 90%;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input:focus, textarea:focus {
	border: 1px solid #ccc;
	box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.1);
	outline: none;
}

input[type="submit"] {
	width: initial;
	background-color: #203870;
	padding: 10px 20px;
	color: #fff;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: bold;
	cursor: pointer;
	text-transform: uppercase;
}

div.wrapper {
}

div.sticky {
	top: 0px;
	margin: 0px;
	padding: 0;
	padding-top: 20px;
	width: 100%;
	background-color: #fff;
	z-index: 100;
}

div.header {
	margin: 0 auto;
	width: 100%;
	height: 222px;
}

div.header .logo {
	padding: 0px;
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}

div.header .logo img {
	height: 150px;
}


div.sticky .header .menu ul li a {
}

div.header .menu {
	display: block;
	width: 100%;
	background-color: rgb( 255,255,255, 0.8 );
	z-index: 999;
	border-top: 1px solid #C6C3C7;
	border-bottom: 1px solid #C6C3C7;
}

div.header .menu .expand {
	display: none;
	position: absolute;
	right: 15px;
	top: 15px;
	height: 43px;
	width: 43px;
	background: url('../images/mobile_menu.png') no-repeat center center;
	background-size: 100% 100%;
	background-color: #fff;
}

div.header .menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px auto;
	display: table;
	width: 100%;
	max-width: 1000px;
}

div.header .menu ul li {
	display: table-cell;
	text-align: center;
}

div.header .menu ul li a {
	display: inline-block;
	line-height: 30px;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	margin: 10px 0px;
	padding: 0px;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 1px;
	color: #646466;
}

div.header .menu ul li a:hover {
	border-bottom: 1px solid #C6C3C7;
}

div.verkoop {
	background-color: #E9E9E9;
	padding: 30px 0;
}

div.devider {
	background-image: url('../images/devider.jpg');
	background-position: center center;
	background-size: cover;
	margin: 15px 0;
}

div.devider h3 {
	text-align: center;
	color: #fff;
	font-size: 32px;
	font-weight: 500;
	margin: 10px 0;
}

div.devider h4 {
	text-align: center;
	color: #646466;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 2px;
	margin: 10px 0;
}

div.devider p {
	text-align: center;
}

div.devider .pagecontent {
	text-align: center;
	padding: 60px 20%;
    width: 60%;
	background-color: rgba(32, 56, 112, 0.7);
}

div.content {
	margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}

div.content p {
	text-align: justify;
}

div.content h2 {
	font-family: 'QuickSand';
	font-weight: 300;
	font-size: 40px;
	text-align: center;
	color: #646466;
	text-transform: uppercase;
	letter-spacing: 2px;
}

div.content h2:after {
	content: "";
    display: block;
    width: 160px;
    height: 1px;
    background-color: #646466;
    position: relative;
	margin: 0 auto;
	margin-top: 20px;
}


#pagecontent {
	text-align: left;
}

#pageright {
	float: right;
	width: 25%;
	text-align: left;
}

div.content .pagecontent {
	text-align: center;
	margin: 0 auto;
	width: 1200px;
}

div.content .pagecontent.moduleless h3 {
	font-size: 20px;
	color: #e6005b;
	font-weight: 300;
}

div.content .pagecontent p, div.content .pagecontent li {
	line-height: 1.75em;
}

div.content p a.readmore {
	color: #fff;
	background-color: #51b143;
	text-decoration: none;
	padding: 10px 20px;
	line-height: 40px;
	text-transform: uppercase;
	clear: both;
	font-size: 14px;
}

div.content .pagecontent p a.readmore:hover {
	text-decoration: underline;
}

div.content .pagecontent .block {
	clear: both;
	width: 100%;
}

div.content .pagecontent .block .column {
	width: 50%;
	text-align: left;
	float: left;
}

div.content .pagecontent .block .column.toppadding {
	padding-top: 30px;
}

div.content .pagecontent .block .column img {
	width: 90%;
	margin: 10% 0;
	margin-left: 10%;
}

div.content .pagecontent .block .column.toppadding img {
	width: 100%;
	margin: 20px 0;
}

div.content .pagecontent .block .column h3 {
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 25px;
}

div.content .pagecontent .block .column ul {
	line-height: 1.5em;
    color: #5C5C5C;
}

div.content .col {
	padding-bottom: 0px;
}

div.content .col-multi {
	margin: 0 auto;
}

div.content .col-multi .items {
	text-align: center;
	flex-wrap: wrap;
	display: flex;
}

div.content .col-multi .items .item {
	display: inline-block;
	position: relative;
	width: 20%;
	max-width: 400px;
	margin: 10px;
	vertical-align: top;
}

div.content .col-multi .items .item img {
    margin-top: 1em;
    max-width: 100%;
    height: auto !important;
}

div.content .col-multi .items .item td img {
	margin-top: 0;
}

div.content .col-multi .items .item:hover {
}

div.content .col-multi .items .item .image {
	text-align: center;
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
}

div.content .col-multi .items .item .image img {
	width: 100%;
}

div.content .col-multi .items .item .intro {
	padding: 10px 20px;
	text-align: left;
}

div.content .col-multi .items .item .intro h3 {
	margin-top: 5px;
	margin-bottom: 5px;
	letter-spacing: 1px;
	font-size: 18px;
}

div.content .col-multi .items .item .intro p {
	margin: 0px;
	margin-top: 10px;
}

div.content .col-multi .items .item .intro p span {
	font-size: 13px;
	padding: 3px 10px;
	color: #aaa;
}

div.content .col-multi .items .item .description {
	text-align: left;
	line-height: 1.5em;
}

div.content .col-multi .items .item .description p {
	margin-top: 0;
}

div.content .col-multi .items .item .more {
	display: none;
}

div.content .col-multi .items .item .description {
	padding-top: 20px;
}

div.content .col-multi .items .item .description p.readmore {
	text-align: right;
}

div.content .col-multi.elements .items {
	text-align: left;
}

div.content .col-multi.elements .items .item {
	width: 45%;
	margin: 10px 0;
	padding-top: 30px;
	max-width: none;
}

div.content .col-multi.elements .items .item:nth-of-type(even) {
	margin-left: 5%;
}

div.content .col-multi.elements .items .item:nth-of-type(odd) {
	margin-right: 5%;
}

div.content.reviews  {
	max-width: none;
	background-color: #EEF6D4;
	padding: 30px 0;
}

div.content .col-multi.cols-1 .items .item {
	margin: 0;
}

div.content .col-multi.cols-1 .items .item {
	width: 100%;
	margin: 0 !important;
	max-width: none;
}

div.verkoop .content.full-width {
	max-width: none;
}

div.verkoop .content .col-multi .items .item {
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

div.verkoop .content .col-multi .items .item:hover {
	transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

div.verkoop .content .col-multi .items .item .intro h4 {
	color: #203870;
	margin: 0;
	margin-top: 10px;
	font-weight: 500;
	text-transform: uppercase;
}

div.verkoop .content .col-multi .items .item .intro p {
	color: #808080;
	font-size: 14px;
	text-transform: uppercase;
}

div.verkoop .content .col-multi .items .item .description {
	display: none;
}

div.content .footer .col-multi .items {
	text-align: left;
}

div.content .footer .col-multi .items .item {
	width: 25%;
	margin: 10px 0;
}


div.content.footer {
	background-color: #E7E7E8;
	max-width: none;
	padding: 30px 0;
}

div.content.footer h3 {
    font-weight: 300;
    font-size: 40px;
    text-align: center;
    color: #646466;
    text-transform: uppercase;
    letter-spacing: 2px;
}

div.content.footer p {
    text-align: center;
}

div.content.footer ul {
	list-style: none;
	padding: 0;
	clear: both;
	display: table;
	margin: 0 auto;
}

div.content.footer ul li {
	display: table-cell;
	padding: 0 30px;
}

div.content.footer ul li a {
	text-decoration: none;
}

#sieraden {
	overflow: hidden;
	position: relative;
}

#sieraden:before {
	content: "";
    background: url('../images/bgSieraden.jpg') no-repeat left center;
    width: 55%;
    height: 100%;
    top: 0;
    right: -5%;
    position: absolute;
	z-index: -2;
}

#sieraden div.content .col-multi .items .item img {
	max-width: 100%;
	height: auto !important;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

#sieraden div.content .col-multi.elements .items .item {
	padding-bottom: 100px;
}

#materialen {
	background-image: url('/images/bgMaterialen.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
}

#materialen .cols-1 .items {
	display: block;
	text-align: right;
}

#materialen .cols-1 .items .item {
	width: 60%;
}

#materialen div.content .col-multi.elements .items .item {
	padding-bottom: 100px;
}


#collectie {
	overflow: hidden;
	position: relative;
}

#collectie:before {
	content: "";
    background: url( '../images/bgCollectie.jpg' ) no-repeat center center;
    transform: skewX(5deg);
    width: 55%;
    height: 100%;
    top: 0;
    right: -5%;
    position: absolute;
	z-index: -2;
}


#collectie div.content .col-multi .items .item img {
	max-width: 100%;
	height: auto !important;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

#collectie div.content .col-multi.elements .items .item {
	padding-bottom: 100px;
}
/*
#private-label {
	background-image: url('/images/bgPrivateLabel.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
}

#private-label .cols-1 .items {
	display: block;
	text-align: right;
}

#private-label .cols-1 .items .item {
	width: 60%;
}

#private-label div.content .col-multi.elements .items .item {
	padding-bottom: 100px;
}*/


#contact {
	background-color: #f9f9f9;
	padding-bottom: 30px;
}

/*===== responsive =====*/

@media all and ( max-width: 1280px ) {

	div.content .col-multi .items .item {
		width: 30%;
	}
	
	div.content .pagecontent {
		margin: 0 30px;
		width: calc( 100% - 60px );
	}
	
	.homeSlider .slide:before {
		width: 70%;
	}
	
	.homeSlider div.layer {
		margin-left: 45%;
	}
	
	#materialen {
		background: #F9F4F8;
	}

	#materialen .cols-1 .items {
		display: block;
		text-align: right;
	}

	#materialen .cols-1 .items .item {
		width: 100%;
	}

	#materialen div.content .col-multi.elements .items .item {
		padding-bottom: 45px;
	}
}

@media all and ( max-width: 1000px ) {

	div.sticky div.header .menu .expand {
		display: block;
	}
	
	div.sticky .header {
		height: 167px;
	}
	
	div.sticky .header .menu {
		border: 0;
	}
	
	div.sticky .header .menu ul {
		display: none;
		position: absolute;
		top: 80px;
		width: 100%;
		background-color: #F8F8F8;
		z-index: 5;
	}
	
	div.sticky .header .menu ul li {
		padding: 0 5%;
		width: 90%;
		float: left;
		text-align: center;
	}

	div.content h2 {
		width: 90%;
		padding: 0;
		font-size: 30px;
	}
	
	div.content .col {
		width: 90%; !important;
	}
	
	div.content .col.contact {
		width: 100%; !important;
	}
	
	div.content .col.footer {
		width: 100%; !important;
	}
	
	div.content .col-duo {
		height: 300px;
	}
	
	div.content .col-duo .first, div.content .col-duo .second {
		height: 300px;
	}

	div.content .col-duo .first img {
		max-height: 300px;
	}

	div.content .col-duo .second .quote p {
		font-size: 0.85em;
	}
	
	div.content .col-multi .items .item {
		width: 45%;
	}

	div.content .col-multi.contact .items .item {
		width: 90%;
	}
	
}

@media all and ( max-width: 800px ) {


	div.content .col-multi.elements .items .item {
		width: 100%;
		margin: 0 !important;
		margin-top: 10px !important;
		max-width: none;
	}
	
	#sieraden {
		background:#FBFAFF;
	}
	
	#sieraden:before {
		display: none;
	}

	#sieraden div.content .col-multi .items .item img {
		max-width: 100%;
		height: auto !important;
		position: unset;
		top: unset;
		transform: none;
	}
	
	#sieraden div.content .col-multi.elements .items .item {
		padding-bottom: 0;
	}
	
	#collectie {
		background:#FBFAFF;
	}
	
	#collectie:before {
		display: none;
	}

	#collectie div.content .col-multi .items .item img {
		max-width: 100%;
		height: auto !important;
		position: unset;
		top: unset;
		transform: none;
	}
	
	#collectie div.content .col-multi.elements .items .item {
		padding-bottom: 0;
	}
}


@media all and ( max-width: 600px ) {

	div.content .welkom img {
		width: 90%;
	}
	
	div.content .col-multi .items .item {
		width: 90%;
	}

	div.content .slider {
		height: 300px;
	}

	div.content .slider img {
		min-height: 300px;
	}

	div.content .slider .slider_overlay p.heading {
		margin-top: 90px;
		font-size: 30px;
	}
	
	div.content .portfolio .items {
		height: 240px;
	}

	div.content .portfolio .items .multi-slider {
		min-width: 2050px;
		margin-left: 30px;
	}
	
	div.content .portfolio .items .item {
		width: 200px;
	}
	
	div.content .portfolio .items .item .image {
		height: 100px;
	}
	
	div.content .blog .artikel img.floatright {
		display: none;
	}
	
	div.lightbox_portfolio .container {
		width: 96%;
		margin: 2%;
	}
	
	div.lightbox_portfolio .close {
		margin-left: -50px;
		transform: scale(0.75);
		-webkit-transform: scale(0.75);
		-o-transform: scale(0.75);
		-ms-transform: scale(0.75);
		-moz-transform: scale(0.75);
	}
	
	div.lightbox_portfolio .frame .description, div.lightbox_portfolio .frame .tags, div.lightbox_portfolio .frame .link {
		padding: 20px;
	}
	
	
	div.content.footer ul {
		display: block;
	}
	
	div.content.footer ul li {
		display: block;
	}
}

@media all and ( max-width: 400px ) {

	body {
		font-size: 14px;
	}
	
	div.header .logo {
		text-align: left;
	}
	
	div.header .logo img {
		padding-left: 30px;
	}
	
	div.header .menu ul li a {
		letter-spacing: 0px;
	}
	
	div.content .contact .items .item p {
		font-size: 13px;
	}
	
	div.content h2 {
		font-size: 20px;
	}
	
	div.content .portfolio .items {
		height: 240px;
	}
	
	div.content .portfolio .items .item {
		width: 200px;
	}
	
	div.content .portfolio .items .item .image {
		height: 100px;
	}

	div.content .slider .slider_overlay p {
		font-size: 14px;
	}

	div.content .slider .slider_overlay p.heading {
		font-size: 24px;
	}
	
	.homeSlider div.layer p.title {
		font-size: 18px;
		line-height: 32px;
	}
	
	.homeSlider div.layer p.subtitle {
		font-size: 14px;
	}
}

#shr-admin-badge {
	display: none;
}