html {
	overflow-y: scroll;
    scroll-behavior: smooth !important;
}
#anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}
body {
	color: #898264;
	font-family: "Quicksand", sans-serif;
	font-size:1.7em;
	margin: 0;
	padding: 0;
	padding-right: 0!important;
	background: #fff;
}
img {
	max-width: 100%;
	height: auto!important;
}
.wrapper a {
	color: #776E45;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.wrapper a:visited,
.wrapper a:focus,
.wrapper a:active,
.wrapper a:hover {
	color: #776E45;
	opacity:0.8;
    outline:0 none !important;
	text-decoration:none;
}
.wrapper a.link:visited,
.wrapper a.link:focus,
.wrapper a.link:active,
.wrapper a.link:hover {
	color: #fff;
}
*:focus, *:visited, *:active, *:hover  {
	outline:0 !important;
}
*::-moz-focus-inner {
	border:0;
}
button::-moz-focus-inner {
	border: 0;
}
.container-fluid {
	overflow: hidden;
}
.nopadding {
	padding: 0;
}
@media (max-width:767px) {
	.nopaddingblok {
		padding:0;
	}
}
@media (min-width:768px) {
	.equal {
		display: flex;
		align-items: flex-start;
		justify-content: center;
	}
}
.diensten hr {
    margin: 30px 0 15px;
    height: 1px;
    border: none;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(transparent), to(transparent), color-stop(50%, #bdbdbd));
}
h1, h2, h3, h4, h5 {
	font-family: "Nanum Myeongjo", serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
	margin:30px 0;
	color: #776E45;
}
h1, h2 {
	word-break: break-word;
	margin:20px 0;
    line-height: 1.3;
    letter-spacing: 0em;
}
h1 strong,
h2 strong,
h3 strong {
    color: #7F6B4C;
	font-weight: normal;
}
@media (min-width:768px) {
    h1 {
        font-size: 4vw;
    }
    h2 {
        font-size: 3vw;
    }
}
.logo_klein {
	padding-top: 3px;
	float:left;
}
.logo {
	display: block;
    margin: 100px auto 0;
    width: 50%;
}
.kruimels {
	margin: -100px 15px 0;
    position: relative;
	z-index:1;
}
.kruimels h2 {
	color: #d3d1c6;
}
.page-header {
	border:none;
	margin: 15px 0;
}
.breadcrumb {
    background-color: rgb(69 42 31 / 56%);
    border-radius: 5px;
    text-align: right;
}
.breadcrumb, .breadcrumb a {
    color: #fff;
}
.inhoud {
	background:#aba799;
}
.inhoud h1,
.inhoud h2 {
	color:#EEE9E0;
}
.wrap {
	max-width: 1170px;
    margin: 0 auto;
	padding:50px 0;
}
.wrap:empty, .col-empty, .col:empty, [class^=col-]:empty {
	display: none;
	visibility:hidden;
	padding:0;
}
.knop {
	margin-top:10px;
	background-color: #827950;
    border: none;
    color: #ebe8dd!important;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
	text-shadow: none;
    display: inline-block;
	text-transform:uppercase;
	font-weight: 600;
	font-size: 17px;
	border-radius: 5px;
	-webkit-transition: all 0.35s linear;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
@media (max-width:419px) {
	.knop {
		margin: 0 auto;
		display: block;
	}
}
a.knop:hover {
    text-decoration: none;
	color: #fff;
}
a.knop:focus {
    text-decoration: none;
	color: #ebe8dd;
}
.cirkel {
	margin-top: 30px;
	font-size: 90%;
}
.cirkel .knop {
	margin-bottom: 10px;
}
.page-7 .cirkel .img-responsive {border-radius: 37% 63% 34% 66% / 79% 43% 57% 21%;}
.page-8 .cirkel .img-responsive {border-radius: 76% 24% 46% 54% / 38% 42% 58% 62%;}
.page-9 .cirkel .img-responsive {border-radius: 76% 24% 46% 54% / 38% 42% 58% 62%;}
.page-10 .cirkel .img-responsive {border-radius: 35% 65% 42% 58% / 73% 66% 34% 27%;}
.page-11 .cirkel .img-responsive {border-radius: 76% 24% 77% 23% / 22% 59% 41% 78%;}
.page-12 .cirkel .img-responsive {border-radius: 35% 65% 42% 58% / 73% 66% 34% 27%;}
.cirkel .img-responsive {box-shadow: 2px 3px 11px 0px #b7b7b7;margin: 30px auto;}
@media (min-width:601px) {
	.cirkel .knop {
		width:49%;
	}
}
@media (max-width:600px) {
	.cirkel .knop {
		display: block;
	}
}
.cirkel .knop {
	padding: 10px 5px;
    font-size: 16px;
	font-weight: normal;
}
/*menu*/
.nav.navtop li:first-child a {
	font-size:0;
	padding-top: 20px;
}
.nav.navtop li:first-child a::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	content: "\f015";
	color: #d3d1c6;
	font-size:18px;
}
.navbar-fixed-top {
    border-width: 0;
}
/*mobiel*/
@media (max-width: 767px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
		color: #776E45;
    }
	.nav > li > a:hover,
	.nav > li > a:focus {
		background-color: transparent;
	}
    .collapse.in{
        display:block !important;
    }
	.desktop {
		display:none;
	}
	nav.menu {
		   bottom: 33%;
		position: absolute;
	}
	.menu-wrap {
		position: fixed;
		right: 0;
		z-index: 1001;
		width: 200px;
		height: 100%;
		padding: 40px;
		background-color: #fff;
		box-shadow: 0 0 15px rgba(0,0,0,0.2);
		transition: all 0.5s cubic-bezier(0.7,0,0.3,1);
		transform: translate3d(360px,0,0);
	}
	.menu-wrap.active {
		transform: translate3d(0px,0,0);
	}
	.menu-wrap .menu .icon-list a {
		position: relative;
		display: block;
		padding: 20px;
		text-decoration: none;
		color: #eee;
		font-size: 20px;
		transition: all 0.3s ease;
	}
	.menu-wrap .menu .icon-list a::before {
		position: absolute;
		content: "";
		width: 0%;
		height: 2px;
		top: 80%;
		transition: all 0.3s ease;
	}
	.menu-wrap .menu .icon-list a:hover {
		color: #CDDC39;
	}
	.menu-wrap .menu .icon-list a:hover::before {
		width: 50%;
		background-color: #CDDC39;
	}
	/* Buttons */
	.menu-button, 
	.close-button {
		position: fixed;
		bottom: 22%;
		width: 50px;
		height: 50px;
		background-color: #fff;
		color: #827950;
		font-size: 30px!important;
		border: none;
		outline: none;
		cursor: pointer;
		border-radius: 5px 0 0 5px;
	}
	.menu-button {
		right: 0px;
		z-index: 102;
	}
	.close-button {
		left: -50px;
		z-index: 100;
	}
}
/*einde mobiel*/
@media (min-width:768px) {
	.mobiel {
		display:none;
	}
	.navbar-default {
		background-color: transparent;
		border-color: transparent;
	}
	.navbar {
		height: 70px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.navbar-default .navbar-nav > li > a {
		color: #d3d1c6;
	}
	.navbar-right {
		display: flex;
		justify-content: center;
		align-items: center;
	}
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #452A1F;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
	color: #452A1F;
    font-weight: 500;
}
.navbar-toggle {
    margin-top: 18px;
	border-radius:0;
}
.navbar-collapse { 
    max-height: 100% !important; 
}
/*einde menu*/
/*affix*/
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.navbar.affix {
    position: fixed;
    z-index: 2000;
    left: 0;
    width: 100%;
    border: 0;
    margin-top: 0;
    padding-top: 0px;
    border-radius: 0;
}
.affix-top {
	margin-top: 0;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.affix .nav li:first-child a::before,
.navbar-default.affix .navbar-nav > li > a {
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
}
@media (min-width:768px) {
	.navbar.affix {
		top: 0;
		background: rgb(157 152 136 / 82%);
        -webkit-transition: all .3s ease-in;
        transition: all .3s ease-in;
        box-shadow: 0px 0px 12px #686767;
	}
}
	.affix-top:hover {}
}
.affix-placeholder {
    display: none;
}
.navbar.affix + .affix-placeholder {
    display: block;
    visibility: hidden;
}
.affix + .container-fluid {
    padding-top:0px;/*verticalebump*/
}
/*einde affix*/
/*submenu*/
.colsub {
	padding: 2px;
	display: inline-block;
	width:100%;
}
.colsub:empty,
.colproducts:empty {
	display:none!important;
}
.colproducts {
	padding-bottom: 15px;
	display: inline-block;
}
.submenu {
	float:left;
}
.submenu a {
    background: #EDE9E0;
    padding: 10px;
    margin: 2px;
    display: inline-block;
	border-radius: 5px;
    line-height: 21px;
    color: #776E45;
    font-weight: 100;
    letter-spacing: -0.1px;
    font-size: 90%;
	transition: all .2s ease-in-out;
}
.submenu a:hover {
    background: #BAAD83;
    color: #ebe8dd;
}
.submenu.active a {
    background: #BAAD83;
    color: #eee;
}
/*einde submenu*/
/*einde menu*/
/*flex tabel*/
.buiten {
    display: flex;
    margin: 0;
}
.binnen {
	flex-grow: 1;
	padding: 5px;
	width: 50%;
	margin: 1px;
}
.binnen p {
	margin: 0;
}
/*einde flex tabel*/
/*fixed*/  
.site {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}
.wrapper {
	flex: 1;
}
footer {
    left: 0;
    bottom: 0;
	padding: 50px 0;
    height: calc(100% - 200px);
    width: 100%;
	background: #E6E7E8;
	color: #ABA799;
	background-image: url(../img/wave.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
}
footer a {
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	color: #827950;
}
footer a:hover {
	opacity:0.8;
	color: #827950;
	text-decoration:none;
}
footer hr {
    width:25%;
    margin:30px auto;
    height: 1px;
    border: none;
    background: -webkit-gradient(linear, 0 0, 100% 0, from(transparent), to(transparent), color-stop(50%, #bdbdbd));
}
.credit {
	text-align:center;
	font-size:85%;
}
#return-to-top {
    position: fixed;
    bottom: 100px;
	right:0;
    display: block; 
	display: none;
	transition: all 0.3s ease;
	background: rgba(0,0,0,.5);
	padding: 15px;
	border-radius: 4px 0 0 4px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a#return-to-top {
	color:#fff!important;
}
.reveal.block {
	position: relative;
	transform: translateY(150px);
	opacity: 0;
	transition: 1s all ease;
	margin: 30px 0;
}
.reveal.block.active {
	transform: translateY(0);
	opacity: 1;
}
/*dropdown*/
.card-container {
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	-o-perspective: 800px;
	perspective: 800px;
	margin-bottom: 30px;
}
.card-container:not(.manual-flip):hover .card,
.card-container.hover.manual-flip .card{
	-webkit-transform: rotateY( 180deg );
	-moz-transform: rotateY( 180deg );
	-o-transform: rotateY( 180deg );
	transform: rotateY( 180deg );
}
.card-container.static:hover .card,
.card-container.static.hover .card {
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
}
.card {
	-webkit-transition: -webkit-transform .5s;
	-moz-transition: -moz-transform .5s;
	-o-transition: -o-transform .5s;
	transition: transform .5s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position: relative;
}
.front, .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FFF;
	box-shadow: 2px 2px 3px #8b8b8b;
}
.front {
	z-index: 2;
	padding:15px;
}
.back {
	-webkit-transform: rotateY( 180deg );
	-moz-transform: rotateY( 180deg );
	-o-transform: rotateY( 180deg );
	transform: rotateY( 180deg );
	z-index: 3;
}
.card {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px;
}
.card-container, .front, .back {
	width: 100%;
	height: 420px;
	border-radius: 4px;
}
.card .cover {
    height: auto;
}
.card .cover img {
    display:block;
	margin:0 auto;
	height: 80px !important;
}
.card .user {
    border-radius: 50%;
    display: block;
    height: 120px;
    margin: -55px auto 0;
    overflow: hidden;
    width: 120px;
}
.card .user img {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 4px solid #FFFFFF;
    width: 100%;
}
.card .content {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    padding: 10px 20px 20px;
}
.card .content .main {
    min-height: 160px;
}
.card .back .content .main {
    height: 215px;
}
.card .name {
    font-size: 22px;
    line-height: 28px;
    margin: 10px 0 0;
    text-align: center;
    text-transform: capitalize;
}
.card h5 {
    margin: 5px 0;
    font-weight: 400;
    line-height: 20px;
}
.card .profession {
    color: #999999;
    text-align: center;
    margin-bottom: 20px;
}
.card .footer {
    border-top: 1px solid #EEEEEE;
    color: #999999;
    margin: 30px 0 0;
    padding: 10px 0 0;
    text-align: center;
	height: 55px;
}
.card .back .footer {
	display: flex;
	justify-content: center;
	align-items: center;
    border-top: 1px solid #EEEEEE;
    color: #999999;
    margin: 0;
    padding: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
}
.back .footer .knop {
	margin-top:inherit;
	color:#ebe8dd;
    background: #ABA799;
    border: 1px solid #eee;
    text-transform: inherit;
    font-weight: normal;
}
.back h4 {
	margin:0 0 15px;
}
.card .header {
    padding: 15px 20px;
    height: 90px;
}
.card .motto {
    border-bottom: 1px solid #EEEEEE;
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 10px;
    text-align: center;
}
/*       Fix bug for IE      */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .front, .back{
        -ms-backface-visibility: visible;
        backface-visibility: visible;
    }
    .back {
        visibility: hidden;
        -ms-transition: all 0.2s cubic-bezier(.92,.01,.83,.67);
    }
    .front{
        z-index: 4;
    }
    .card-container:not(.manual-flip):hover .back,
    .card-container.manual-flip.hover .back{
        z-index: 5;
        visibility: visible;
    }
}
/*pulldown*/
.pulldown a.knop {
	margin-top: inherit;
    background: #ABA799;
    margin: 5px;
    text-transform: inherit;
    font-weight: normal;
}
.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
    border: 0;
}
/*tijdlijn*/
.containerlijn {
	width: 80%;
	padding: 50px 0;
	margin: 50px auto;
	position: relative;
	overflow: hidden;
	z-index:1;
}
.containerlijn:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1px;
	width: 2px;
	height: 100%;
	background: #CCD1D9;
	z-index: 1;
}
.timeline-block {
	width: -webkit-calc(50% + 8px);
	width: -moz-calc(50% + 8px);
	width: calc(50% + 8px);
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	justify-content: space-between;
	clear: both;
}
.timeline-block-right {
	float: right;
}
.timeline-block-left {
	float: left;
	direction: rtl;
}
.marker {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 2px solid #FFFFFF;
	background: #BAAD83;
	margin-top: 10px;
	z-index: 9999;
}
.timeline-content {
	width: 95%;
	padding: 0 15px;
	color: #666;
}
.timeline-content h3 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 25px;
	font-weight: 500;
}
.timeline-content p {
	font-size: 14px;
	line-height: 1.5em;
	word-spacing: 1px;
	color: #888;
}
@media (min-width:768px) {
	.timeline-block-left p {
		text-align: right;
		direction: ltr;
	}
}
@media screen and (max-width: 768px) {
   .containerlijn:before {
		left: 8px;
		width: 2px;
   }
   .timeline-block {
		width: 100%;
		margin-bottom: 30px;
   }
   .timeline-block-right {
		float: none;
   }
   .timeline-block-left {
		float: none;
		direction: ltr;
   }
}