﻿@font-face { font-family: 'Authentic Signature'; src: url('../assets/fonts/Authentic Signature.otf') format('opentype'); }

body { font-family: 'Open Sans', sans-serif; font-size: 16px; line-height: 2; margin: 0; color: #3e3e3e; }
	body.KMCMSeditor { padding: 20px; }
html, body { height: 100%; scroll-behavior: smooth; }

h1, h2, h3, h4, h5, h6 { font-family: 'Open Sans', sans-serif; }
h1 { font-weight: 400; color: #4b4b4d; margin-bottom: 30px; font-size: 60px; line-height: 1; }
	h1.semibold { font-weight: 600; }
h2 { font-weight: 300; color: #1d1d1b; margin-bottom: 20px; font-size: 45px; margin-top: 30px; }
	h2.underline {border-bottom: solid 1px #1d1d1b;padding-bottom:15px;}
h3 { font-weight: 400; color: #4b4b4d; font-size: 24px; margin: 30px 0 20px 0; }
h4 { font-weight: 400; color: #4b4b4d; font-size: 22px; }
h5 { font-weight: 400; color: #4b4b4d; font-size: 20px; line-height: 1.8; }
h6 { font-weight: 400; color: #4b4b4d; font-size: 18px; }
p, ul, ol { color: #888; font-size: 23px; line-height: 2; font-weight: 400; }
.fa-li { color: #b2b2a2; }

.doclist { margin-left: 25px; font-size: 16px; line-height: 2; }
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; }

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

.card, .card-img { border-radius: 0; }
.modelblock .card {background-color:transparent;text-align:center;border:0;}
	.modelblock .card h3, .modelblock .card p { color:#000; }
	.modelblock .card h3 { margin-top:0;margin-bottom:0;font-weight:600;font-size:40px;line-height:1; }
	.modelblock .card p {font-size:25px;font-weight:300;}
	.modelblock .card h4 { font-size:75px;font-weight:400; }
	.modelblock .col-lg-6 {background-size:cover;background-position:center center;}
	.modelblock .card .card-img-top { margin-top: 200px; max-width:400px; }
.modelblock span { font-size: 24px; border-bottom: solid 2px #000;font-variant:small-caps; }
	.modelblock span:hover { border-bottom: solid 4px #000; }

.valueblock h4 {font-size:50px;font-weight:600;color:#1d1d1b;}

.zoom-img .image-wrapper {overflow:hidden;}
.zoom-img .card-img-top { transition: transform 0.8s ease-in-out;}
.zoom-img:hover .card-img-top { transform:scale(1.1); }

.gradient-img .card { background-color: #b2b2a2; }
.gradient-img .image-wrapper {position:relative;}
	.gradient-img .image-wrapper::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(to bottom, transparent, transparent, transparent, rgba(178, 178, 162, 1)); pointer-events: none; }
.gradient-img h3, .gradient-img p { color: #fff; }

.card {}

.section-100 {background-repeat:no-repeat;background-size:cover;background-position:center center; }
.section-text h2, .section-text p, .section-text a { color: #000; text-shadow: #fff 0 0 10px; text-shadow:none; }
.section-white h2, .section-white h3, .section-white h4, .section-white p, .section-white a { color: #fff; text-shadow: #000 0 0 10px; text-shadow: none; }
.section-text h2 {font-weight:600;font-size:50px; line-height:1;margin-bottom:20px;}
.section-text p { font-weight: 400; font-size: 19px; line-height:1.3; }
.section-text a { border-bottom: solid 2px #000; transition:none;font-variant:small-caps;font-size:19px; }
.section-white a { border-bottom: solid 2px #fff; transition: none; }
	.section-text a:hover { border-bottom-width: 4px; }
	.section-text a.roundbtn { display: inline-block; padding: 4px 22px; border-radius: 15px; border-bottom: solid 2px #000; transition: transform 0.3s ease-in-out !important; font-variant:unset; }
	.section-text a.roundbtn:hover { background-color: #000; color: #fff; text-shadow: none; }
.section-white a.roundbtn { border-bottom: solid 2px #fff; }
	.section-white a.roundbtn:hover { background-color: #fff; color: #000; }
.section-50 { height: 50vh; }

.section-100 video { position: absolute; right: 0; bottom: 0; min-width: 100%; min-height: 100%; z-index: -1; }

.homepagination { position: fixed; right: 20px; top: 50%; transform: translateY(-50%); font-size: 10px; z-index: 10;color: transparent !important; }
	.homepagination a { display: block; height: 20px; margin-bottom: 5px; color: white; position: relative; padding: 4px; }
		.homepagination a.active:after { box-shadow: inset 0 0 0 5px; }
		.homepagination a .hover-text { position: absolute; right: 15px; top: 7px; opacity: 0; -webkit-transition: opacity 0.5s ease; transition: opacity 0.5s ease; padding-right: 15px; }
		.homepagination a:hover .hover-text { opacity: 1; }
		.homepagination a:after { -webkit-transition: box-shadow 0.5s ease; transition: box-shadow 0.5s ease; width: 10px; height: 10px; display: block; border: 1px solid; border-radius: 50%; content: ''; position: absolute; margin: auto; top: 0; right: 4px; bottom: 0; }


.bgx { background-image: var(--bg-imagebg); background-position: center; background-repeat: no-repeat; background-attachment: fixed; background-size: cover; }

.breadcrumbcontainer { background-color: #eeecec; }
.breadcrumb { font-size: 14px; line-height: 1.8; border-bottom: 0; padding-left: 0; border-radius: 0; text-transform: lowercase; background-color: transparent; padding: 15px 0; margin: 0; letter-spacing: 1px; }
	.breadcrumb a { color: #4b4b4d; }
		.breadcrumb a:hover { border-bottom:solid 1px gray; }
		.breadcrumb .fas {margin-left:6px;}
.breadcrumb-item + .breadcrumb-item::before { color: silver; content: ">"; }
.headerfoto {background-repeat:no-repeat;}
/*.collection-intro { height: 700px; }
	.collection-intro h1 { font-weight: 700; color: #fff; text-shadow: #000 0 0 6px; font-size: 60px; margin: 0; }*/
.collection-overview { margin: 40px 0 80px 0; }
	.collection-overview h3 { font-size: 30px; font-weight: 300; margin: 6px 0 25px 0; display:none; }
	.collection-overview .collection-item { background-color: #eeecec; background-size: cover; background-position: center center; transition: ease-in-out 0.5s all; position: relative; }
		.collection-overview .collection-item::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0); transition: background 0.5s ease-in-out; z-index: 1; }
		.collection-overview .collection-item h2 { text-align: center; padding: 150px 0; color: transparent; transition: ease-in-out 0.5s all; font-size: 100px; font-weight: 300;  margin: 0;z-index:9999;position:relative; }
	.collection-overview a { border-bottom: 0 !important; }
		.collection-overview a:hover .collection-item::after { background: rgba(0,0,0,0.3); }
		.collection-overview a:hover .collection-item h2 { color: #fff;  }

.categorie-overview a h3 {font-size:21px;font-weight:600;color:#4b4b4d;margin-bottom:0;/*border-top:solid 1px #4b4b4d;padding-top:8px;*/}
	.categorie-overview a p { font-size: 15px; font-weight: 300; color: #4b4b4d; }
	.categorie-overview .categorie-item {/*box-shadow:#eee 0 0 30px;padding:15px;*/}

/*
.productintro { padding-top: 30px; position: relative; }
	.productintro::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-position: center; background-repeat: no-repeat; background-size: cover; background-attachment: fixed; filter: blur(0px) grayscale(0%); background-image: var(--bg-product); z-index: -1; }
	.productintro h1 { font-weight: 700; margin-top: 0px; font-size: 50px; line-height: 1; margin: 200px 0 0 0; color: #fff; text-shadow: #000 0 0 6px; }*/

.colors {margin-bottom:100px;}
.switchcolors { margin:8px 0 8px 0;}
.switchcolors .switchcolor {display:inline-block;margin:0 8px;width:26px;height:26px;cursor:pointer;border-radius:13px;box-shadow:#ccc 0 0 4px;}
.producttabel .d-flex { padding-bottom:8px; border-bottom:solid 1px silver;margin-bottom:8px; }
	.producttabel .d-flex a:hover { border-bottom:solid 1px gray; }
.productcta {background-color:#ececec;padding:30px;border-radius:25px;color:#1d1d1b;font-size:28px;line-height:1.1;margin-top:30px;}
.productcta .btn {font-size:20px !important;margin-top:40px;}
	.productcta .btn:hover { border:solid 2px #444; }

#3DModal {top:100px !important;}

.pagecontent { padding: 80px 0 60px 0; }
.introcontent { padding: 80px 0 60px 0; margin-top: 40px; background-color: #eeecec; }

.content { }
	.content h1 {font-size:46px;}
	.content p, .content ul, .content ol { font-size: 23px; color:#000; line-height:1.3; }
		.content b, .content strong { color: #000; font-weight:700; }
		.content p.smalltext {font-size:16px;}
	.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: gray; font-weight: 700; }
	.content .fa-li { color: gray; }
	.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: gray; }
	.content h1 { margin-top: 0; }
	.content a { color: #000; border-bottom: solid 1px #000; }
		.content a:hover { color: #000; border-bottom: solid 1px #000; }

.card, .card-img-top {border:0;border-radius:0;}
a.card { transition: ease-in-out all 0.3s; }
	.card .card-title { font-size: 20px; font-weight: 600; color: #4b4b4d; text-align: center; margin-bottom: 0; transition: ease-in-out all 0.3s; }
	.card p { font-size: 15px; font-weight: 300; color: #4b4b4d; text-align: center; }
	.card h2.card-title { font-size: 36px; }
	.card h3.card-title { font-size: 20px; }
	.card h5.card-title { font-size: 16px; font-weight:700;margin:0; }
	.card h6.card-title { font-size: 14px;margin:0; }
	a:hover .card .card-title {color:gray;}
.card.finish .card-body {padding-top:0;}
.card.finish a { border:0 !important; }
.card.job {border:solid 1px silver;border-radius:8px;}
.card.job h3 {margin-top:15px;}
	.card.job .card-body { padding-bottom:0; }
.card.job .card-footer {background-color:#fff;border-top:none;}
	.card.job .card-footer .btn { color: #fff !important;margin-bottom:15px; }
	.card.job .card-footer .btn:hover { color: #333 !important; background-color:#fff; border:solid 2px #333; }


.card-col { margin-bottom: 25px; }
	.card-col .card { border-radius: 0; border: 0; background-color: #fff; box-shadow: #000 0 0 30px; border-radius:0; }
		.card-col .card .card-body { padding: 20px 30px 20px 30px; }
			.card-col .card .card-body .card-title { font-size: 22px; line-height: 1.8; margin-top: 8px; font-weight: 700;color:#2bc16e; }
			.card-col .card .card-body .card-title a { color: #2bc16e; }
			.card-col .card .card-body p { font-weight: 300; }
			.card-col .card .card-img-bottom {border-radius:0;}
		.card-col .card .card-footer { background-color: #fff; border-top: 0; padding: 0 30px 30px 30px; }
			.card-col .card .card-footer a { display: inline-block; padding: 10px 18px; background-color: #051230;color:#fff; }
				.card-col .card .card-footer a:hover { background-color: #2bc16e; color: #051230;box-shadow:#ccc 0 0 20px; }
		.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: #000; }
				.card-col .card .card-meer:hover:after { margin-left: 18px; margin-right: 6px; }


.categorieblok { }
	.categorieblok .col-xl-4 { margin-bottom: 25px; }
	.categorieblok .card { border-radius: 0px; background-color: #000; position: relative; box-shadow: #ccc 0 0 10px;   }
		.categorieblok .card h3.card-title { font-weight: 700; line-height: 1; font-size: 22px; color:#fff;margin:0;}
		.categorieblok .card .card-img-top { border-radius: 0; filter: grayscale(100%); transition: ease-in-out all 0.3s; }
		.categorieblok a:hover .card .card-img-top { filter: grayscale(0%); }
	.categorieblok a .card h3.card-title::after { transition: ease-in-out all 0.3s; }
	.categorieblok a:hover .card h3.card-title::after { content:' >>';color:#2bc16e; }

.accordion {}
.accordion .accordion-button { font-size: 46px; font-weight: 400; color: #4b4b4d; }
.accordion-button:focus { box-shadow: none; }
.accordion-button:not(.collapsed) { color:#000; background-color:#fff; font-weight:700; }

.historiekjaar {margin-bottom:25px;}
	.historiekjaar span { display: inline-block; width: 70px; border-right: solid 1px #ccc; margin-right: 15px; font-weight:700; }

.img-left, .img-right { margin-bottom: 25px; }
.img-below, .img-above { margin: 40px 0; }
.img-galery { background-color: #fff; padding: 25px 0; }
.thumbs { width: 100%; float: left; overflow: hidden; position: relative; margin-bottom: 25px; text-align: center; text-transform: uppercase; font-size: 14px; font-weight: 700; background-color: #fff; border-radius: 0px; 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(206,53,42,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; }

.btn { display: inline-block; background-color: #444; color: #fff; font-size: 16px; font-weight: 700; padding: 7px 34px; border-radius: 30px; text-align: center; border: solid 2px #444; }
	.btn:hover {  }
.btn-light { color: #b2b2a2; border-color: #b2b2a2; }
	.btn-light:hover { background-color: #b2b2a2; }
.btn-white { color: #fff; border-color: #fff; background-color:transparent; }
	.btn-white:hover { background-color: #fff; color: #888; }
.btn-black:hover { background-color: #fff; color:#444; border: solid 2px #444; }
.btn-red { color: #fff; border-color: #2bc16e; background-color: #2bc16e; }
	.btn-red:hover, .btn-red.actief { background-color: #fff; color: #2bc16e; border-color: #2bc16e; }

.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; }

button:focus { outline: none; }

.projectlogo {background-color:#eeeced;margin-top:15px;}
.projectlogo img {max-width:200px;}
.lookbook {background:url('../images/lookbook-1.jpg') center center no-repeat;background-size:cover;padding:140px 0;}
.lookbook .text1 {color:#fff;font-size:110px;text-align:center;font-weight:600;line-height:1;}
	.lookbook .text1 span { font-size: 36px; font-weight: 300; }

.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 {background:#e0e0e0 url(../images/kinesist-theuns-essen-1.jpg) center center no-repeat;background-size:cover;padding:25px 0;}
.contact h3 {color:#2bc16e;font-weight:700 !important;margin:28px 0 8px 0;}
.contact p {}
.bio {background-color:#fff;border:solid 0px gray;padding:10px;margin-bottom:20px;box-shadow:#000 0 0 20px;padding:0;}
.bio h3 {margin-top:0;color:#2bc16e;font-weight:700;}
.bio .behandeling {color:#2bc16e;font-style:italic;}

#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: #d4af37; border-color: #d4af37; }
	.form-check-input:focus { box-shadow: none; border-color: #d4af37; }
.alert ul { font-size: 14px; }
.alert a { text-decoration: underline; }
.datepicker { font-size: 16px; }
.bootstrap-datetimepicker-widget.dropdown-menu { display: block !important; }*/

/*
.modal-dialog {z-index:9999;margin-top:80px;}
label { font-weight: 700; color: #2bc16e; font-size: 18px; }
.form-check label { font-weight: 400; font-size: 18px; color:#000; }
.form-check label a { text-decoration:underline; }
.form-floating > label { padding-left: 26px; font-size: 16px; line-height: 1.2; }
.form-control, .form-select { border-color: #555; border-radius: 0; }
	.form-control:focus, .form-check-input:focus, .form-select:focus { color: #181818; background-color: #fff; border-color: #662483; outline: 0; box-shadow: none; }
textarea.form-control { min-height: 150px; }*/
.form-check { padding-left: 0; }
input[type=checkbox] { display: none; }
	input[type=checkbox] + label:before { font-family: "Font Awesome 5 Pro"; display: inline-block; font-size: 18px; font-style: normal; }
	input[type=checkbox] + label:before { content: "\f0c8"; letter-spacing: 10px;color:#000; }
	input[type=checkbox]:checked + label:before { content: "\f14a"; font-weight: 700; color: #000; }
/*
.form-floating.required.error label:after, .form-check.required.error label:after { content: '*'; color: red; margin-left: 4px; }
.form-floating > .form-control-plaintext ~ label::after, .form-floating > .form-control:focus ~ label::after, .form-floating > .form-control:not(:placeholder-shown) ~ label::after, .form-floating > .form-select ~ label::after { background-color:unset; }
.form-group .progress, .form-group .alert-success, .form-group .alert-danger { display: none; }
.form-check-input:focus { background-color: #2bc16e !important; }
.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label { color: unset !important; }
.form-check-input.is-valid, .was-validated .form-check-input:valid { border-color: unset !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; }*/

.location .form-control { color: #333; border: solid 1px #333; border-radius: 4px; background-color: #fff;margin-right:10px; }
.location .form-control:focus { background-color: transparent; color: #000; box-shadow: none; }
.location a {display:inline-block;background-color:#e0e0e0;color:#fff;padding:4px 20px;border-radius:4px;border:none !important;}
#mlist { overflow-y: scroll; }
#mlistrow .card { border-radius: 0; background-color: #f0f0f0; }
	#mlistrow .card .card-body p { margin-bottom: 0; }
		#mlistrow .card .card-body p a { color: #000; text-decoration: underline; }

.contactform { background-color: #eeeced; padding: 60px 0; position: relative; border-top: solid 60px #fff; }
	.contactform h2 { color: #333; font-weight: 700; line-height:1; margin-bottom:35px; }
	.contactform h3 { color: #333; margin: 0; font-weight: 700; font-size: 32px; line-height: 1; }
	.contactform .form-control { background-color: transparent; color: #333; border: solid 1px #333; border-radius: 4px; background-color: #fff; }
	.contactform .error .form-control { border: solid 1px red; }
	.contactform .form-check-label { color: #333; }
		.contactform .form-check-label a { color: #333; border-bottom: solid 1px #333; }
	.contactform .error .form-check-label { color: red; }
		.contactform .error .form-check-label a { color: red; border-bottom: solid 1px red; }
	.contactform .form-control:focus, .contactform .textbox:active, .contactform .textbox:focus-visible { background-color: transparent; color: #000; box-shadow: none; }
	.contactform .btn { background-color: #333; border: solid 2px #333; }
		.contactform .btn:hover { background-color: transparent; color: #333; border: solid 2px #333; }
.newsletter .form-control { margin-top: 38px; }

.footerdetails { position: relative; background-color: #fff; padding: 100px 0 70px 0; }
	.footerdetails img { transition: ease-in-out 0.5s all; max-width: 200px; }
	/*.footerdetails .owl-item { width:200px !important; }*/

footer { background-color: #eeecec; z-index: 20; position: relative; padding:60px 0 90px 0; }
	footer .footer-logo { width:190px;margin-bottom:50px; }
	footer .fit-logo { width: 464px; }
	footer .footerwrapper { padding: 90px 0 80px 0; }
	footer h3 {font-size:18px;text-transform:uppercase;font-weight:300;}
	footer p { color: #1d1d1b; font-size: 18px; line-height: 1.3; font-weight: 400;  }
		footer p b { font-weight: 700; }
		footer p.gray, footer p.gray a {color:gray;font-weight:300;}
	footer a, footer a:focus, footer a.tel { color: #1d1d1b; text-decoration: none;  }
		footer a:hover { color: #c52834; }
	footer p.small { font-size: 12px; color: silver; margin-top: 40px; }
		footer p.small a { color: silver; }
	footer .social { margin: 25px 0; }
	footer .social a {margin-right:6px;font-size:20px;}

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

.wow { visibility: hidden; }


@media(min-width:1300px) and (max-width:1299px) {
	.modelblock .card h3 { font-size: 34px; }
}

@media(min-width:1200px) {
	.headerfoto {height:450px;}
	.modelblock .container-fluid, .modelblock .row, .modelblock .card { height: 100% !important; }
	#map { height: 700px; background-color: #e0e0e0; }
	#mlist { height: 700px; }
}

@media(max-width:1199px) {
	.section-100.firstblock { height: 100vh; }
	.section-100:not(.firstblock) .section-text { padding: 250px 0; }
	.section-text h2 { font-size: 40px; }
	.section-text p { font-size: 17px; }
	.modelblock .card .card-img-top { margin-top: 60px; }
	.modelblock .collectiecard { height: 600px; }
	.valueblock h4 { font-size: 35px; }

	.content h1 { font-size: 40px; }
	.content p, .content ul, .content ol { font-size: 20px; }
	h1 {font-size:60px;}
	h2 {font-size:40px;}

	.card h2.card-title { font-size: 30px; }
	.card h3.card-title { font-size: 20px; }

	.collection-overview a:hover .collection-item::after { background:none; }
	.collection-overview a:hover .collection-item h2 { color: transparent; }
	.collection-overview h3 { display:block; }

	.lookbook .text1 {font-size:66px;}
	.lookbook .text1 span { font-size: 26px; }
}

@media(min-width:992px) and (max-width:1199px) {
	.headerfoto { height: 250px; }

	footer h3, footer p { font-size: 16px; }
	#map { height: 500px; }
	#mlist { height: 500px; }
}

@media (max-width:991px) {
	.img-left, .img-right { margin-top: 30px; }
	h1 { font-size: 45px; }
	h2 { font-size: 30px; }
	#map { height: 500px; }
}

@media(min-width:768px) and (max-width:991px) {
	.headerfoto { height: 200px; }
	.collection-overview .collection-item h2 { padding:200px 0; }
	.valueblock h4 { font-size: 25px; }
	.accordion .accordion-button { font-size: 30px; }
}

@media(max-width:767px) {
	.headerfoto { height: 200px; }
	.section-text h2 { font-size: 34px; }
	.section-text p { font-size: 16px; }
	.modelblock .card h4 { font-size: 50px; }
	.modelblock .card h3 { font-size: 28px; }
	.modelblock .card .card-body p { font-size: 20px; }
	.collection-overview .collection-item h2 { padding: 100px 0; }
	.valueblock h4 { font-size: 35px; }
	.accordion .accordion-button { font-size: 26px;  }
	.historiekjaar span {width:50px;margin-right:8px;}

	.pagecontent { padding: 40px 0; }
	.content h1 { font-size: 30px; }
	.content p, .content ul, .content ol { font-size: 18px; }

	.card h2.card-title { margin-top: 0; }
	.card h3.card-title { margin-top:0; }

	.lookbook {padding:60px 0;}
	.lookbook .text1 { font-size: 46px; }
		.lookbook .text1 span { font-size: 20px; }

	.contactform {margin-bottom:40px;}
	footer {padding:30px 0 60px 0;}
	footer .footer-logo { margin-bottom: 15px; }
	footer .partnerlogo { margin-top:20px; }
}

@media(max-width:576px) {
	.collection-overview .collection-item h2 { padding: 70px 0; }
	.valueblock h4 { font-size: 25px; }

	h1 { font-size: 40px; }
	h2 { font-size: 28px; }

	.contactform h3 {font-size:22px;}
	.contactform .btn { margin-top:15px; }
	.contactform .form-control {margin-top:15px;}
	footer .fit-logo { max-width: 100%; }
}
