﻿body { font-family: 'Quicksand', sans-serif; font-size: 16px; line-height: 2; margin: 0; color: #1d1d1b; }
	body.KMCMSeditor { padding: 20px; }

h2, h3, h4, h5, h6 { font-family: 'Quicksand', sans-serif; }
h1 { font-weight: 400; color: #cd8b51; margin-bottom: 40px; font-size: 36px; line-height: 1; }
	h1 b { font-weight: 700; color: #3e3e3e; }
h2 { font-weight: 400; color: #7b7f73; margin-bottom: 20px; font-size: 30px; margin-top: 30px; }
h3 { font-weight: 400; color: #3e3e3e; font-size: 24px; margin: 30px 0 20px 0; }
h4 { font-weight: 700; color: #232323; font-size: 20px; }
h5 { font-weight: 400; color: #3e3e3e; font-size: 20px; line-height:1.8; }
h6 { font-weight: 400; color: #000000; font-size: 18px; }
p, ul, ol { color: #3e3e3e; font-size: 14px; line-height: 1.8; }
.fa-li { color: #b2b2a2; }

.doclist { margin-left: 25px; font-size: 14px; line-height: 24px; }
td.ico { padding: 0 8px; }
a { transition: ease-in-out .30s; color: #000; text-decoration: none; }
	a:hover, a:focus, a:active { outline: none; text-decoration: none; }
	a:hover { color: #000; }
	a.tel { color: #fff; }

.cc_banner-wrapper { z-index: 9999; }
.cc_more_info { color: #fff !important; text-decoration: underline !important; }
.cc_btn { color: #232323 !important; background-color: #eee !important; }
.cc_container { background-color: #232323 !important; }
.cc_message { color: #fff !important; }

.page-loader { background-color: #fff; position: fixed; top: 0; bottom: 0; right: 0; left: 0; z-index: 9998; }
.loader { position: absolute; width: 140px; height: 140px; left: 50%; top:50%; margin: -70px 0 0 -70px; }

@keyframes lefttoright {
	from { left: 0; }
	to { left: 100%; }
}


.shop-section {margin-bottom:50px;padding-top:80px;}

.home-promo-section {padding:40px 0 80px 0;}
.home-promo {display:grid; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(2, 300px);grid-gap:3px;}
.home-promo-item { position: relative; }
.home-promo-item:nth-child(1) { grid-area: 1 / 1 / 3 / 3; }
	.home-promo-item:nth-child(2) { grid-area: 1 / 3 / 2 / 4; }
	.home-promo-item:nth-child(3) { grid-area: 2 / 3 / 3 / 4; }
	.home-promo-item div.caption { position: absolute; left: 4px; bottom: 4px; }
	.home-promo-item h3 {background-color:#cd8b51;color:#fff;padding:4px 8px;margin:0;}
	.home-promo-item a { display:inline-block; background-color: #1d1d1b; color: #fff; padding: 12px 18px; margin:4px 0 0 0px; font-weight:700; font-size:18px;line-height:1; border-radius:4px; border:solid 2px #fff; }
		.home-promo-item a:after { font-family: "Font Awesome 6 Pro"; content: "\f178"; color: #fff; margin-left: 6px; transition:ease-in-out 0.3s all; }
	.home-promo-item a:hover { color: #1d1d1b; background-color: #fff; }
		.home-promo-item a:hover:after { color: #1d1d1b; }

.carousel-item {position:relative;}
.carousel-indicators {/*margin-bottom:-34px;*/}

.home-intro-section { background-color: rgba(203,136,81,0.15); }
.home-intro-section .img-left {margin-bottom:0;}
	.home-intro-section .mb-4 { margin-bottom: 0 !important; }
.home-intro-section .col-xl-7 { padding-top:40px; padding-bottom:40px; }
.home-intro {padding:60px 0;}

.home-brands { background-color: rgba(203,136,81,0.15); }
	.home-brands .page-logo { padding: 2px; border: solid 0px #fff; margin-bottom: 25px; background-color: rgba(203,136,81,0.25); }
		.home-brands .page-logo a img { transition:ease-in-out 0.3s all; }
	.home-brands .page-logo a:hover img { box-shadow:#666 0 0 30px; }
.home-brands .brand-logo {padding:0 25px;}
	.home-brands .owl-theme .owl-controls .owl-page span { background: #3e3e3e; }


.breadcrumbcontainer { background-color: #f7f4f1; padding: 30px 0 30px 0; }
.breadcrumb { font-size: 14px; line-height: 1.8; border-bottom: 0; padding-left: 0; border-radius: 0; text-transform: uppercase; background-color: transparent; }
	.breadcrumb a { color: #3e3e3e; }
		.breadcrumb a:hover { color: #b2b2a2; }
.breadcrumb-item + .breadcrumb-item::before { color: #b2b2a2; content: ">"; }
.breadcrumbcontainer h1 {text-align:center;text-transform:uppercase;font-size:50px;}
.breadcrumbcontainer.breadcrumbcontainer-light a, .breadcrumbcontainer.breadcrumbcontainer-light h1 { color: #f7f4f1; }

.pageintro { padding: 70px 0 60px 0; }
	.pageintro p { font-size: 20px; }
.pagecontent { }
.page-titel { font-size:60px; font-weight: 700; text-transform:uppercase;line-height:1;}

.content { }
	.content p, .content ul { font-size: 16px; }
		.content p strong, .content p b { color: #000; }
	.content ul { list-style: none; padding: 0; margin-left: 1em; }
		.content ul li { padding-left: 1.9em; }
			.content ul li:before { content: '\e3d6'; font-family: 'Font Awesome 6 Pro'; display: inline-block; margin-left: -1.9em; width: 1.9em; color: #7b7f73; font-weight: 700; }
	.content .fa-li { color: #7b7f73; }
	.content ul.fa-ul { margin-left: 25px; }
		.content ul.fa-ul li { padding-left: 0; margin-left: 25px; }
			.content ul.fa-ul li:before { content: none; }
			.content ul.fa-ul li .fa-li { color: #f6b719; }
	.content h1 { margin-top: 0; }
	.content a { color: #7b7f73; border-bottom: solid 1px #7b7f73; }
		.content a:hover { color: #b2b2a2; border-bottom: solid 1px #b2b2a2; }

.dienst-after {padding-bottom:100px;background:url(../images/sprite-1.png) top center repeat-x;}
.pagegalerij { background-color: #d4c288; padding: 120px 0 118px 0; }

@media (min-width: 1200px) {
	.g-xl-8, .gy-xl-8 { --bs-gutter-y: 8rem; --bs-gutter-x: 8rem; }
}
.card-col .card {border-radius:0;border:0;}
	.card-col .card .card-img-top { border-radius: 0; }
	.card-col .card .card-body { padding:20px 0 0 0; }
	.card-col .card .card-body .card-date { font-size:12px; color:#cd8b51;margin-bottom:10px; }
		.card-col .card .card-body .card-title { font-size: 20px; color: #3e3e3e; font-family:Quicksand, sans-serif;line-height:1.8;margin-top:10px; }
	.card-col .card .card-footer {padding:0;border:0;background-color:transparent;}
	.card-col .card .card-meer { font-size: 10px; text-transform: uppercase; }
		.card-col .card .card-meer:after { font-family: "Font Awesome 6 Pro"; content: "\f178"; color: #3e3e3e; margin-left: 6px; margin-right: 18px; transition: ease-in-out all 0.3s; }
		.card-col .card .card-meer:hover, .card-col .card .card-body .card-title a:hover { color: #cd8b51; }
		.card-col .card .card-meer:hover:after { margin-left: 18px; margin-right: 6px; }


.img-left, .img-right { margin-bottom: 25px; }
.img-below, .img-above { margin: 30px 0; }
.img-galery { background-color: #fff; padding: 60px 0; }
.content a.lightbox { border-bottom: 0; }
.thumbs { width: 100%; float: left; overflow: hidden; position: relative; margin-bottom: 2px; text-align: center; text-transform: uppercase; font-size: 14px; font-weight: 700; background-color: #fff; border-radius: 0px; box-shadow: 0 1px 13px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24); transition: transform .3s cubic-bezier(.34,2,.6,1),box-shadow .2s ease; transform: translateY(0px); }
	.thumbs span.title { color: #fff; }
	.thumbs a { background-color: rgba(178,178,162,0.40); bottom: -200px; color: #fff; left: 0; opacity: 0; position: absolute; right: 0; text-align: left; top: 0; z-index: 100; transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out; text-decoration: none; }
		.thumbs a .title { display: table; width: 100%; height: 100%; }
			.thumbs a .title .title-text { font-style: normal; font-weight: 300; font-size: 12px; line-height: 14px; color: #fff; vertical-align: bottom; padding: 8px; display: table-cell; }
				.thumbs a .title .title-text h5, .thumbs a .title .title-text p { color: #fff; font-weight: 700; font-size: 14px; }
				.thumbs a .title .title-text h5 { font-weight: 700; }
			.thumbs a .title .enlarge { font-style: normal; color: #fff; vertical-align: middle; padding: 20px; display: table-cell; text-align: center; }
		.thumbs a:hover { bottom: 0; opacity: 1; transition: opacity 0.30s ease-in-out 0s, bottom 0.4s cubic-bezier(0.25, 0.500, 0, 1) 0s; -webkit-transition: opacity 0.30s ease-in-out 0s, bottom 0.4s cubic-bezier(0.25, 0.500, 0, 1) 0s; }

.review { background-color: #fff; padding: 60px 0 70px 0; text-align: center; }
	.review h3 { color: #b2b2a2; }
	.review p { width: 60%; margin-left: 20%; }
		.review p.naam { text-align: center; font-size: 18px; font-family: 'Quicksand', serif; text-transform: uppercase; }
	.review .carousel-control-next, .carousel-control-prev { color: #3e3e3e; text-align: center; }
		.review .carousel-control-next:focus, .review .carousel-control-next:hover, .review .carousel-control-prev:focus, .review .carousel-control-prev:hover { color: #000; text-decoration: none; outline: 0; opacity: .9; }
	.review .carousel-inner { min-height: 180px; }

.subscribe { background-color: #f7f4f1; padding: 80px 0 60px 0; }
.subscribe h3 { color: #3e3e3e; font-size: 30px; font-family: 'Quicksand', serif; text-transform: uppercase; margin-top:0; }
.subscribe .form-label {margin-bottom:0;}
	.subscribe .form-control { border-radius:0; border:0; background-color:#fff; }

.overons { padding: 60px 0; text-align:center; }
	.overons .overons-bg { background: url(../images/ameno-styling-kristien-sylvie.jpg) no-repeat center center; background-size: cover; padding: 60px 0 80px 0; }
	.overons h3, .overons p {color:#fff;}

.cta { padding: 90px 0; text-align: center; background-color: #dad9cd; }
	.cta h3 { color: #3e3e3e; font-size: 30px; font-family: 'Quicksand', serif; text-transform: uppercase; margin-top: 0; }

.btn { display: inline-block; background-color: transparent; color: #3e3e3e; font-size: 14px; font-weight: 400; padding: 7px 14px; border-radius: 4px; text-align: center; text-transform: uppercase; border: solid 1px #3e3e3e; }
	.btn:hover { background-color: #3e3e3e; color: #fff; }
.btn-light { color: #b2b2a2; border-color: #b2b2a2; }
	.btn-light:hover { background-color: #b2b2a2; }
.btn-white { color: #fff; border-color: #fff; }
	.btn-white:hover { background-color: #fff;color:#3e3e3e; }

.btn-submenu { display: block; background-color: #5f9a42; color: #fff; font-size: 16px; font-weight: 700; padding: 7px 14px; border-radius: 4px; margin-bottom: 15px; }
	.btn-submenu:hover { display: block; background-color: rgba(95,154,66,0.8); color: #fff; }
.btn-primary { background-color: #5f9a42; border-color: #5f9a42; }
	.btn-primary:focus { background-color: rgba(95,154,66,0.8); border-color: #5f9a42; box-shadow: 0 0 0 .25rem rgba(95,154,66,.5); }
	.btn-primary:hover { background-color: rgba(95,154,66,0.8); border-color: #5f9a42; }
	.btn-primary:active { background-color: rgba(95,154,66,0.8); border-color: #5f9a42; }
.input-group-text { color: #f6b719; }
.list-group-item.active { background-color: rgba(95,154,66,0.8); border-color: #5f9a42; }

.submenu { }

.teamblock { margin: 30px 0; }
	.teamblock .card-col { margin-bottom: 30px; }
	.teamblock .card { border: 0; border-radius: 0; }
		.teamblock .card .card-body { background-color: #eee; padding: 0px 0; border: 0; border-top: solid 2px #fff; }
		.teamblock .card h5.card-title { font-size: 18px; line-height: 22px; font-weight: 700; background-color: #5f9a42; color: #fff; text-align: center; padding: 4px 0; }
		.teamblock .card .card-body p { margin: 8px 8px 14px 8px; text-align: center; }
		.teamblock .card .card-footer { text-align: center; background-color: #eee; }

.ctacontainer { background: #fff url('../images/cta-bg.png') center 112px repeat-x; padding-bottom: 112px; }
	.ctacontainer .card { background-color: #2a2a38; border: 0; border-radius: 0; }
		.ctacontainer .card .card-img { border-radius: 0; }
		.ctacontainer .card i { color: #823d3b; font-size: 76px; line-height: 76px; color: #bfa77b; }
		.ctacontainer .card span { color: #fff; font-size: 26px; line-height: 26px; font-weight: 700; display: block; margin: 12px 0; }
	.ctacontainer a { display: inline-block; border: solid 2px #fff; color: #fff; font-size: 18px; padding: 7px 14px; }

.content .nieuws { border-bottom: solid 1px #ccc; margin-bottom: 30px; padding-bottom: 15px; }
	.content .nieuws h1 { margin-bottom: 0; }
		.content .nieuws h1::before { display: none; }
.nieuws h3 { font-size: 20px; color: #000; font-weight: 700; padding-left: 8px; border-left: solid 24px #f6b719 }

button:focus { outline: none; }


.teaserbutton { display: inline-block; background-color: #00bebe; padding: 8px 16px; font-size: 18px; line-height: 24px; text-align: center; color: #fff; text-transform: uppercase; transition: ease-in-out .30s; }
	.teaserbutton:hover { background-color: #007f7f; color: #fff; }

.hoverimg { position: relative; text-align: center; color: #fff; padding: 4px; margin-bottom: 30px; background-color: #ddd; max-width: 300px; overflow: hidden; }
	.hoverimg img { }
	.hoverimg a { background-color: rgba(219,220,2,0.45); bottom: -200px; color: #ccc; left: 0; opacity: 0; position: absolute; right: 0; text-align: center; text-transform: uppercase; top: 0; z-index: 100; transition: all 0.35s ease-in-out; -webkit-transition: all 0.35s ease-in-out; }
		.hoverimg a:hover { bottom: 0; opacity: 1; transition: opacity 0.30s ease-in-out 0s, bottom 0.4s cubic-bezier(0.25, 0.500, 0, 1) 0s; -webkit-transition: opacity 0.30s ease-in-out 0s, bottom 0.4s cubic-bezier(0.25, 0.500, 0, 1) 0s; }

.embed-responsive { position: relative; display: block; height: 0; padding: 0; overflow: hidden; }
	.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0; }
.embed-responsive-16by9 { padding-bottom: 56.25%; }
.embed-responsive-4by3 { padding-bottom: 75%; }

.contact-wrapper { border-radius: 40px; border: solid 2px silver; }
#map_canvas { border-radius: 40px 0 0 40px; }
.form-label, .form-check-label { font-weight: normal; color: #3e3e3e; font-size: 14px; }
	.form-label a, .form-check-label a { text-decoration: underline; }
		.form-label a:hover, .form-check-label a:hover { text-decoration: underline; color: #b2b2a2; }
.form-control { border: solid 1px #ccc; border-radius: 4px; background-color: rgba(255,255,255,0.5); color: #000; }
	.form-control:focus, .form-select:focus { border-color: #000; box-shadow: none; background-color: rgba(255,255,255,0.7); color: #000; }
.form-group textarea:focus { border-color: #000; box-shadow: none; background-color: rgba(255,255,255,0.7); color: #000; }
.form-check-input { margin-top:6px; }
.form-check-input:checked { background-color: #cd8b51; border-color: #cd8b51; }
	.form-check-input:focus { box-shadow: none; border-color: #cd8b51; }
.alert ul { font-size: 14px; }
.alert a { text-decoration: underline; }
.datepicker { font-size: 16px; }
.bootstrap-datetimepicker-widget.dropdown-menu { display: block !important; }


/*
.form-check { padding-left: 0; }
	.form-check a { color: #000; border-bottom: solid 1px #000; }
		.form-check a:hover { color: #232323; border-bottom: solid 1px #232323; }
input[type=checkbox] { display: none; }
	input[type=checkbox] + label:before { font-family: "Font Awesome 5 Pro"; display: inline-block; font-size: 18px; }
	input[type=checkbox] + label:before { content: "\f0c8"; letter-spacing: 10px; }
	input[type=checkbox]:checked + label:before { content: "\f14a"; font-weight: 700; }*/
.btn-send { display: inline-block; padding: 4px 18px; background-color: #f6b719; border: solid 2px #f6b719; color: #000; font-size: 16px; cursor: pointer; transition: ease-in-out all 0.3s; border-radius: 4px; font-weight: 700; }
	.btn-send:hover { background-color: #fff; color: #000; }


footer { padding: 50px 0; background-color:#000; }
.footer-logo { margin-bottom: 60px; }
	.footer-logo img { max-width: 220px; }
footer .social {margin:34px 0 22px 0;}
footer .social a { margin-right: 10px; background-color: #fff; border-radius: 50%; color: #000000; width: 32px; text-align: center; display: inline-block; }
	footer .social a:hover { background-color:#cd8b51; color: #fff; }
footer h3 { font-size: 22px; line-height: 1; color: #fff; margin: 40px 0 25px 0; font-weight: 700; text-transform: uppercase; }
footer p { color: #fff; font-size: 16px; line-height: 1.8; font-weight: 400; }
footer a, footer a:focus, footer a.tel { color: #fff; text-decoration: none; }
	footer a:hover { color: #cd8b51; }
.enjoy {background-color:#cd8b51;padding:20px 0;}

.scrollup { padding: 5px 10px; background-color: #7b7b73; color: #fff; position: fixed; bottom: 20px; right: 20px; z-index: 9999; display: none; }
.scrollshow { display: inline-block; }
.scrollup:hover { background-color: #3e3e3e; color: #fff; }

.wow { visibility: hidden; }

@media(min-width:1200px) {
	.header-separator { height: 165px; }
	.page-section {padding:80px 0;}
	.home-promo-section {padding-top:80px;}
	p, ul, ol, .doclist { font-size: 16px; line-height: 1.8; }
}

@media(max-width:1399px) {
	.home-promo { grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(3, 1fr); grid-gap: 40px; }
	.home-promo-item:nth-child(1) { grid-area: 1 / 1 / 3 / 3; }
	.home-promo-item:nth-child(2) { grid-area: 3 / 1 / 4 / 2; }
	.home-promo-item:nth-child(3) { grid-area: 3 / 2 / 4 / 3; }
	.home-promo-item .carousel-item div.caption { position: absolute; left: 4px; top: 4px; bottom: unset; }
}

@media(max-width:1199px) {
	.home-promo { grid-gap: 20px; }
	.page-section { padding: 40px 0; }
}

@media(min-width:992px) and (max-width:1199px) {
	.shop-section { padding-top: 110px; }
	.header-separator { height: 120px; }
}

@media (max-width:991px) {
	.header-separator { height: 120px; }
}

@media(min-width:768px) and (max-width:991px) {
}

@media(max-width:767px) {
	.home-promo { grid-template-columns: repeat(1, 1fr); grid-template-rows: repeat(1, 1fr); grid-gap: 40px; }
	.home-promo-item:nth-child(1) { grid-area: 1 / 1 / 2 / 2; }
	.home-promo-item:nth-child(2) { grid-area: 2 / 1 / 3 / 2; }
	.home-promo-item:nth-child(3) { grid-area: 3 / 1 / 4 / 2; }

	h1 {  }
	h2 {  }
}

@media(max-width:567px) {
}
