<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ### general ### */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html, body {
	color: #000;
	line-height: 1.6;
	font-size: 14px;
	 
font-family: 'Open Sans', sans-serif;

}

body {
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

input, select, textarea {
	font-family: sans-serif;
	font-size: 12px;
	color: #000;
}

img {
	border: 0;
	height: auto;
	display: block;
	max-width: 100%;
}

ul, li {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	line-height: 1.1;
	font-weight: 500;
}

h4 {
	font-size: 18px;
	margin-bottom: 5px;
	text-transform: uppercase; color:#94604c!important;
}

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

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

:focus {
	outline: 1px solid #94604c!important;
}

button[type='submit'],
button[type='reset'],
input[type='submit'],
input[type='reset'] {
	border: 0;
	color: #fff;
	font-size: 15px;
	padding: 5px 10px;
}

select,
textarea,
input[type='text'],
input[type='email'],
input[type='tel'],
input[type='password'],
.form-control {
	width: 100%;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 0px;
	padding: .375rem .75rem;
 
;
}

select {
	width: auto;
	 
 ;
}

textarea:focus,
input[type='text']:focus,
input[type='email']:focus,
input[type='tel']:focus,
input[type='password']:focus,
.form-control {
	box-shadow: none;
	border-color: #fff
;
}

label {
	 
	display: inline-block;
	font-weight: normal!important;
	 
	margin-bottom: 5px;
}

/* ### global classes ### */
.btn {
	 /* user.css */
}

.radio {
	margin-right: 10px;
}

.radio input {
	margin-right: 5px;
}

.alert {
	background: #e9ecef;
}

.fileBox {
	width: 38px;
	height: 42px;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	background: url(../images/upload-icon.png) no-repeat center center;
}

.fileBox span {
	display: none;
}

.fileBox input {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	cursor: pointer;
	position: absolute;
}

.clear {
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.center {
	margin: 0 auto;
	position: relative;
	max-width: 1200px;
}

.container {
	width: 100%;
	max-width: none;
	padding-right: calc((100% - 1170px) / 2);
	padding-left: calc((100% - 1170px) / 2);
}

.pull-left {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

.pull-right {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
}

/* ### wrapper ### */
.wrapper {
	width: 100%;
	display: block;
	position: relative;
	padding: 0 25px;
}

/* ### header ### */
.header {
	z-index: 99;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	justify-content: space-between;
}


.header__top {  /* nmedia */
 
	width:100%;
	background:#fff; 
	display:flex;
	 
	justify-content: space-between;
}


.header__subtop {  /* nmedia */
 
	width:100%;
	color:#fff;
	display:flex;
	background: #865626;
		height:50px; 
		position: relative; z-index: 0;
	justify-content: space-between;
}


.header__logo {
		flex-wrap: wrap;
 
	display: flex;
	 
	 
}

.header__logo a {
	flex: 1;
	padding: 40px 25px 0px 25px;
	display: block;
}

.header__logo a:last-child {
 
}

.header__logo a img {
	height: auto;
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.header__menu {
	display: flex;
	padding: 14px 0;
	align-items: center;
}

.header__menu ul {
	display: flex;
}

.header__menu ul li {
	width: 200px;
	padding: 0 10px;
	 
}

.header__menu ul li a {
	font-size: 22px;
	font-weight: 500;
	text-transform: uppercase;
}

.header__menu ul li.active a,
.header__menu ul li a:hover {
	color: #fff
;
}

.header__social {
	display: flex;
	align-items: center;
}

.header__social ul {
	display: flex;
}

.header__social ul li {
	padding-right: 10px;
}

.header__social ul li:last-child {
	padding-right: 0;
}

.header__social ul li a {
	display: block;
}

.header__social ul li a:hover {
	opacity: 0.7;
}

.header__social ul li a span {
	display: none;
}

.header__nav {
	width: 100%;
	display: flex;
	padding: 10px 0;
	z-index:2;
	align-items: center;
	background:#0175be; /* blauw */
	padding:10px;  color:#fff;
	justify-content: space-between;


}

.header__nav ul {
	 
}

.header__nav ul li {
	 
	padding: 0px 10px 0px 15px;
	 
}

.header__nav ul li a {
	font-size:18px;
	 
	color: #fff
 
}

.header__nav ul li.active a,
.header__nav ul li a:hover {
	color: #fff
;
}

.header__toggle {
	display: none;
	padding-right: 20px; padding-top:20px;
}

.header__toggle a {
	width: 25px;
	height: 20px;
	display: block;
	cursor: pointer;
	transition: 0.2s;
	position: relative;
}




.header__toggle a span {
	display: block;
	height: 2px;
	text-indent: -9999px;
	border-radius: 5px;
	background: #865626;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	transition: 0.2s;
	margin-top: -1px;
}

.header__toggle a span:before,
.header__toggle a span:after {
	display: block;
	width: 100%;
	height: 2px;
	content: '';
	border-radius: 5px;
	background-color: #865626;
	transition-duration: 0.2s, 0.2s;
	position: absolute;
	left: 0;
}

.header__toggle a span:before {
	top: -7px;
}

.header__toggle a span:after {
	bottom: -7px;
}

.header__toggle.is-active a span {
	background: transparent;
}

.header__toggle.is-active a span:before {
	top: 0;
	transform: rotate(45deg);
}

.header__toggle.is-active a span:after {
	bottom: 0;
	transform: rotate(-45deg);
}

/* ### breadcrumbs ### */
.breadcrumbs {
	width: 100%;
}

.breadcrumbs ul {
	color: #6a6a6a;
	padding: 10px 0;
	border-radius: 0;
	background: transparent;
	border-top: 3px solid #775e4d
;
	margin-bottom: 0;
}

.breadcrumbs ul li {
	font-size: 15px;
	color: #000;
	text-transform: uppercase;
}

.breadcrumbs ul li a {
	color: #775e4d
;
}

.breadcrumbs ul li:first-child {
	display: none;
}

.breadcrumbs .divider {
	margin: 0 10px 0 5px;
}

/* ### slider ### */
.slider {
	position: relative; 
	padding-bottom: 0px!important; margin-bottom:0px!important;
}

.slider .slide-desc-bg-default {
	background: #a29062;
}

.slider .slide-desc-text-default {
	padding: 5px 15px;
	line-height: normal;
}

.slider .slide-desc-text-default .slide-title {
	font-size: 40px;
	margin-bottom: 0;
}

.slider .slide-desc-text-default .slide-title a:after {
	content: '&gt;';
	margin-left: 5px;
}

.slider .djslider-default .navigation-container-custom {
	top: auto;
	right: 25px;
	bottom: 75px;
	display: flex;
}

.slider .djslider-default .load-button {
	border: 0;
	opacity: 1;
	width: 10px;
	height: 10px;
	background: #fff;
}

.slider .djslider-default .load-button-active {
	background: #000;
}

/* ### article ### */
.article {
	padding-top: 0px;
	padding-bottom: 30px;
}

/* ### page header ### */
.page-header h2,
.page-header h1,
h2 .subheading-category {
	color: #94604c;
	font-size: 18px;
	display: block;
	font-weight: 500;
	margin-bottom: 10px;
	text-transform: uppercase;
	
}


.page-header h2 a {
	text-decoration: none!important; 
}

.pull-left.item-image {
	margin-right: 0;
}

/* ### sidebar ### */
.sidebar &gt; div {
	margin-bottom: 35px;
}

.sidebar &gt; div h3 {
		font-size: 16px;
	text-transform: uppercase;
}

/* ### item page ### */
.blog-item .item-image {
	margin: 0;
	padding-bottom: 25px;
}

.blog-item .item-image a {
	display: block;
}

.blog-item .item-image img {
	width: 100%;
	height: auto;
}

.blog-item:after {
 
}

.blog-item:last-child:after {
	display: none;
}

.blog-item .page-header h2 {
	font-size: 20px;
	color: #94604c;
	margin-bottom: 10px;
}

.blog-item .page-header h2 a {
	color: #94604c;
}

.item-sharing {
	display: flex;
	margin-bottom: 15px;
}

.item-sharing a {
	width: 12px;
	height: 10px;
	display: block;
	 font-size: 1.2em;
	margin-right: 10px;
		color: #666;
}

.item-sharing a:hover {
	color: #94604c;
} 

.item-sharing a:first-child {

}

.item-sharing a:last-child {
}

.item-page a {
	color: #000;
	text-decoration: underline;
}

.item-page a:hover {
	color: #000;
	text-decoration: none;
}

/* ### footer ### */
.footer {
	margin-bottom:  0px;
}

.footer a {
	color: #fff;
}

.footer a:hover {
	color: #775e4d
;
}

.footer h3 {
	color: #775e4d
;
	font-size: 16px;
	margin-bottom: 2px;
	text-transform: uppercase;
}

.footer .nav {
	display: block;
	line-height: 1.4;
}

.footer .nav img {
	display: none;
}

.footer section {
	color: #fff;
	font-size: 14px;
	background: #94604c;
	padding: 5px 15px;
}

.footer__block {
	padding-top: 10px;
	padding-bottom:  0px;
}

/* #Media Queries
================================================== */
@media only screen and (max-width: 1200px) {
	.wrapper {
		padding: 0 10px;
	}

	.container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.page-header h2,
	.page-header h1,
	h2 .subheading-category {
		 
	}

	.slider .slide-desc-text-default .slide-title {
		font-size: 35px;
	}
}

@media only screen and (max-width: 979px) {
	.wrapper {
		padding: 0;
	}

	.header__nav ul li,
	.header__menu ul li {
		 
	}

	.header__nav ul li a,
	.header__menu ul li a {
		font-size: 18px;
	}

	.page-header h2,
	.page-header h1,
	h2 .subheading-category {
		 
	}

	.slider .slide-desc-text-default .slide-title {
		font-size: 30px;
	}
}

@media only screen and (max-width: 767px) {

	.breadcrumbs {
		display: none;
	}

	.page-header h2,
	.page-header h1,
	h2 .subheading-category {
		 
	}

	.header {
		padding:  0px 0 0 0;
		z-index:0;
	 
	}

	.header__logo {
		height: auto;
		display: block;
	}

	.header__logo a {
		padding: 15px;
	}

	.header__logo a img {
		width: 100%;
		max-width: 300px;
		display: inline-block;
	}

	.header__logo a:last-child {
		 
	}

	.header__menu {
		display: none;
	}

	.header__social {
		padding-right: 15px;
	}

	.header__toggle {
		display: block;
	}

	.header__nav {
		top: 95px;
		left: 0;
		right: 0;
		display: none;
		position: absolute;
	}

	.header__nav.is-active &gt; div.container {padding-left:0px; padding-right:0px; }

	.header__nav ul {
		border-right: 0;
		border-top: 1px solid #fff;
	}

	.header__nav ul li {
		width: 100%;
		padding: 0;
		border-left: 0;
		border-bottom: 1px solid #fff;
	}

	.header__nav ul li a {
		color: #fff;
		display: block;
	 
		padding: 10px 15px;
	}

	.header__nav.is-active {
		display: block;
	}

	.slider {
		padding:  0px 0;
	}

	.slider .slide-desc-text-default .slide-title {
		font-size: 25px;
	}

	.slider .djslider-default .navigation-container-custom {
		display: none;
	}
}

@media only screen and (max-width: 479px) {
	.page-header h2,
	.page-header h1,
	h2 .subheading-category {
		 
	}

	.slider .slide-desc-text-default .slide-title {
		font-size: 18px;
	}
}
</pre></body></html>