@charset "utf-8";
/* CSS Document -  WEBSPICE - Sofie Vandenberghe -  www.webspice.be*/


@font-face {
	font-family: "Montserrat Light";
	src: url('fonts/Montserrat-Light.woff2') format('woff2'),
		url('fonts/Montserrat-Light.woff') format('woff'),
		 url('fonts/Montserrat-Light.ttf')  format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Montserrat Medium";
	src: url('fonts/Montserrat-Medium.woff2') format('woff2'),
		url('fonts/Montserrat-Medium.woff') format('woff'),
		url('fonts/Montserrat-Medium.ttf')  format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Roboto Bold";
	src: url('fonts/Roboto-Bold.woff2') format('woff2'),
		url('fonts/Roboto-Bold.woff') format('woff'),
		url('fonts/Roboto-Bold.ttf')  format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Roboto Light";
	src: url('fonts/Roboto-Light.woff2') format('woff2'),
		url('fonts/Roboto-Light.woff') format('woff'),
		url('fonts/Roboto-Light.ttf')  format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
html {
  scroll-behavior: smooth;
text-rendering: optimizeLegibility !important;
-moz-osx-font-smoothing:grayscale!important;
-webkit-font-smoothing:antialiased!important
}
body{
	font-family:"Roboto Light";
		color:#282728;
		font-size: 16px;
}
h1 {font-size: 60px; position:relative; font-family:"Montserrat Medium"; color: #9e9482;  margin: 0 auto 100px;}
h2 {font-size: 60px; position:relative; font-family:"Montserrat Medium"; color: #9e9482; margin: 0 auto 130px; }
h1:before, h2:before, .inhoud h1:before {
    position: absolute;
    background: #ffffff url("../fotomateriaal/underline.webp") no-repeat center;
    width: 142px;
    padding: 0 25px;
    height: 15px;
    content: '';
    left: 50%;
    top: 100%;
    margin-top: 30px;
    transform: translate(-50%, 0);
    z-index: 99;
	}
h1:before {background: #f2f0ed url("../fotomateriaal/underline.webp") no-repeat center;}
	h1:after,
	h2:after {
    position: absolute;
    left: 50%;
    width: 334px;
    height: 1px;
    background: #9e9482;
    content: '';
    transform: translate(-50%, 0);
    top: 100%;
    margin-top: 38px;
}
h3{ font-size: 24px; margin: 30px 0 5px; font-family:"Montserrat Medium";color: #9e9482;text-transform: none;}
h4 {font-size: 22px; margin: 15px 0 5px; font-family: 'Roboto Light'; font-weight:bold;text-transform: none; letter-spacing: 0.5px;}
h5{font-size:16px;font-weight:normal;position:relative;display: inline-block}
 p{ color:#282728; font-size:16px; font-weight:normal; line-height: 24px;	margin: 0 0 10px; font-family: 'Roboto Light'; }
a, a:hover, a:focus, a:focus, a:active{ text-decoration:none; outline:none; transition: ease-in .3s; }
a, p a {text-decoration:underline;color:#282728;}
p a:hover, a:hover{cursor:pointer;text-decoration: underline;color: #9e9482}
.inhoud ul {
    margin-left: 30px;
    margin-top: 10px;
    list-style: none;
}
.inhoud ul li::before {
  content: "-";  
  font-weight: bold; 
  display: inline-block; 
  width: 1em; 
  margin-left: -1em; 
}
.breadcrumb {background-color:transparent;border-radius:0;justify-content:flex-start;padding-left:0px;}
.breadcrumb-item {font-size:12px}
.bgwece{background:#5b5854}
#webspice { text-align: right;padding-right:10px}
#webspice a {
font-weight:600;
font-size:12px;
color:#999999;
text-decoration:none;
    padding-top: 5px;padding-bottom:5px;
    }
#webspice a:hover{color:#ffffff}
.bol {
color:#D99F15;
font-size:24px
}
.btn {
box-shadow: none !important;
text-decoration:none;
transition: 0.3s;
color: #282728;
background-color: #fff;
border: 1px solid #bbaf9a;
padding:5px 35px;
font-family: 'Montserrat Medium';
margin: 20px;
border-radius: 50px;
display: inline-block;
line-height: 54px;
font-size: 18px;	
}
.btn:hover, a.btn:hover{text-decoration:none; background-color:#bbaf9a;color:#fff}

/*******/

input:focus{ outline:none;}
.form-control::placeholder {color: #959494;}
.form-control, .form-control-file{font-weight: normal;
	padding: 8px 10px;
    border:1px solid #bbaf9a;
 color: #666666;}
.form-control:focus {
    color: #333333;
    background-color: #fff;
    border-color: #0f2548;
    outline: 0;
    box-shadow: none;
}

.submit {
    font-family: 'Montserrat Medium';
display: block;
line-height: 1.25;
text-align: center;
vertical-align: middle;
text-decoration: none;
text-shadow: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-clip: padding-box;
margin-top: 20px;
font-size: 20px;
padding: 17px;
margin-left: auto;
margin-right: auto;
text-transform:none;
transition: all 0.5s;
width: 250px;
height: 64px;
color: #282728;
background-color: #fff;
border: 1px solid #bbaf9a;
border-radius: 30px;
}
.submit:hover {background-color: #bbaf9a;text-decoration:none;color:#ffffff;border-color:#bbaf9a}
 iframe.map {height:400px; width:100%;display: block;}

.container {max-width: 1300px;}

/**----Header Css----**/
header{position:relative;}
.top_head p.tel a{color:#fff; text-decoration:none;}
.top_head p.tel{
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    margin: 0 00px;
    font-family: "Montserrat Medium";
    background: #cb502f;
    height: 80px;
    width: 275px;
    text-align: center;
    line-height: 80px;
}
.top_head ul {
    text-align: right;
    padding: 0;
    margin: 46px 0 0;
    float: right;
    width: 100%;
}
	.top_head{padding:0px 0 39px; border:1px solid #f5f2ed; }
	.top_head ul li { display: inline-block;  width: 50%; margin-left: 14px; max-width:180px; }	.top_head p.tel a:hover {text-decoration: underline;}
	.top_head ul li a { max-width: 100%;padding: 0px 15px;display:block;margin:0px}
	.top_head ul li:first-child a {background: #bbaf9a;   color: #fff;}
	.top_head ul li:first-child a:hover{border: 1px solid #bbaf9a; background:#fff;color:#282728;}
	.navbar-brand {padding-top: 30px;}
/* nav */
.navbar-toggler:focus,.navbar-toggler:active {outline: 0;}
.navbar-toggler{position:relative;display:none}
.navbar-toggler span {
display: block;
background-color: #444;
height: 3px;
width: 35px;
margin-top: 4px;
margin-bottom: 4px;
 -webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
 -o-transform: rotate(0deg);
transform: rotate(0deg);
position: relative;
 left: 0;
opacity: 1;
}
.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
-webkit-transition: transform .35s ease-in-out;
-moz-transition: transform .35s ease-in-out;
 -o-transition: transform .35s ease-in-out;
transition: transform .35s ease-in-out;
}
.navbar-toggler:not(.collapsed) span:nth-child(1) {
position: absolute;
 left: 12px;
top: 10px;
 -webkit-transform: rotate(135deg);
 -moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
 opacity: 0.9;
}
.navbar-toggler:not(.collapsed) span:nth-child(2) {
height: 12px;
visibility: hidden;
 background-color: transparent;
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
position: absolute;
left: 12px;
top: 10px;
-webkit-transform: rotate(-135deg);
 -moz-transform: rotate(-135deg);
 -o-transform: rotate(-135deg);
 transform: rotate(-135deg);
opacity: 0.9;
}
.navbar {padding: 39px 0;}
nav ul{list-style:none; padding-left: 0;}
.nav-link ,.dropdown-item{ color: #282728; text-transform: none; text-decoration: none; font-size: 15px; letter-spacing: 1px; transition: 0.5s; position: relative; padding: 0!important; font-family:"Montserrat Medium"; }
.nav-item.active .nav-link{color:#bbaf9a}
.dropdown-item{font-size: 15px; padding: 5px 15px!important; }
.dropdown-item:focus, .dropdown-item:hover {background-color: #e8e0d4;}
.dropdown-menu {top: 15px;}
li.nav-item.dropdown:hover ul.dropdown-menu { display: block;}
.nav-item.active a  {
    color:  #282728;
}
.nav-item.active a.nav-link:after{position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  top: 100%;
  left: 0;
  background: #bbaf9a;
 transition:none;
  transform: none;
  transform-origin: none;}
.nav-link:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  top: 100%;
  left: 0;
  background: #bbaf9a;
  transition: transform 0.8s;
  transform: scaleX(0);
  transform-origin: right;
}

.nav-link:hover::after, .nav-link:focus:after, .nav-link:active {
  transform: scaleX(1);
  transform-origin: left;
}
.dropdown::after {
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    position: absolute;
    right: -10%;
    top: 40%;
}


/*index*/
.banner { background: url("../fotomateriaal/banner.webp"); background-position: center center; background-repeat: no-repeat; background-size:100% auto; background-attachment:scroll;height:500px;width:100% }
.alert { padding: 13px 0;}
.alert-tekst {padding: 39px;	border: 1px solid #9e9482;font-size:20px }
/* .recente-rouwberichten */
.recente-rouwberichten { padding: 35px 0 100px;	}
.recente-rouwberichten .btn {border-radius: 50px;margin: 50px auto 0;}
.recente-rouwberichten .btn:hover{color:#ffffff;text-decoration:none}
.card-deck .card .rand {
	border: 1px solid #eceae6;
    height: 269px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 269px;
	margin:0 auto 10px;
}
.card-deck .card .rand .fotover{position:relative;width:240px;height:240px;overflow:hidden;border-radius:50%}
img.rouwimg{width:100%;height:auto}
.card .card-text { font-size: 13px;}
.card  h5 {font-size: 24px;margin:0 auto 10px;}
.card-deck .card {border: 0; }
.card-deck a {text-decoration: none;cursor: pointer;}
.card-deck a:hover {text-decoration:underline;color:#282728}
.uitvaartzorg {padding: 200px 0 140px ;position:relative;background: #f2f0ed;}
.uitvaartzorg-content p:nth-child(3) {padding:58px 0 0px;}
.uitvaartzorg:before  {
    background: url(../fotomateriaal/over.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
   content:'';
   position:absolute;
    height: 713px;
	width:814px;
	top:-55px;
}
.troeven { background: url(../fotomateriaal/troeven.webp); background-position: center center;background-size: cover;background-attachment: scroll; background-repeat: no-repeat;    padding: 120px 0;}
.troeven-main {
    max-width: 1194px;
    background: rgba(242,240,237,0.9);
    margin: 0 auto;
    padding: 79px 86px 10px 126px;    position: relative;
}
.troeven-box {
    position: relative;
    margin: 0 0 40px;
    border-bottom: 1px solid #bbaf9a;
    padding: 0 0 32px;
}
.troeven-box:before {
    background: url(../fotomateriaal/boom.webp) no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    left: -185px;
    top: 0;
}
.troeven-box:last-child{border:0;}
.troeven-box p {
    font-size: 19px;
    line-height: 30px;
}

.info {padding: 125px 0 50px;position: relative;}
.info ul, .infocont ul{margin:0; padding:0;}
.info .row {max-width: 1354px;margin: 0 auto;}
.info-list li span { float: left; margin-right: 30px; display: block; 	}
.info-list{ float: left;width: 31%;}
.info-list li { display: flex;
    height: 246px;
    border: 2px solid #eceae6;
    justify-content: left;
    align-items: center;
    padding-left: 35px;
}
.info-list:first-child li span {margin-top: -60px;}
.info-list:nth-child(3) li {
    display: block;
    padding: 30px 35px 35px 100px;
    position: relative;
}
.info-list:nth-child(2){width:calc(38% - 60px); margin: 0 30px;} 
	.info-list:nth-child(2) li {
    height: 97px;
    margin: 0 0 50px;
}
	.info-list li { position:relative; color: #282728; font-weight:bold; font-size: 18px; line-height:30px; }
	.info-list li:before {
    position: absolute;
    background: white;
    height: 65%;
    width: 4px;
    left: -2px;
    content: '';
    top: 0;
}
	.info-list li a {font-weight:bold; font-size: 20px; line-height:35px; text-decoration:none;}
.info-list li a:hover {color:#282728; text-decoration:underline;}
	.info-list li strong {
    color: #9e9482;
    font-family:"Montserrat Medium";
    font-weight: normal;
    display: block;
    font-size: 26px;
    margin: 0 0 10px;
}
.info-list:nth-child(3) li span {
        position: absolute;
    left: 35px;
    top: 35px;
}

.galerij {overflow:hidden; padding:65px 0;background: #f2f0ed;}
.ekko-lightbox-nav-overlay a {font-size: 50px!important}
.modal-body{padding:0!important}
.infocont ul li::before{content:none}
.btn.rouw{color: #ffffff;background-color: #bbaf9a;}
.btn.rouw:hover{color: #282728;background-color: #ffffff;}
.fotdetover{max-height: 300px;overflow:hidden}

/**----Footer Css----**/
	footer {padding: 84px 0 0; position:relative;   background:#e6e2da; color: #282728;}
	footer ul li,	footer a { 	color: #282728; text-decoration: none; 	font-size: 19px; display: block;}
	footer ul{margin:0; padding:0;}
	.cont-info ul li:first-child{padding:0 0 40px;}
	.time-ul ul li { padding: 0 0 0px; }
	.time-ul ul li:nth-child(4){ padding: 0 0 15px; }
	.time-ul ul li:nth-child(6):before {
    content: '|';
    left: -11px;
    position: absolute;
}
.time-ul ul li:nth-child(6) {
    margin-left: 15px;
}
.time-ul ul li:nth-child(5), .time-ul ul li:nth-child(6) {
    display: inline-block;
    position: relative;
}	
	footer ul li { padding: 0 0 5px; line-height: 29px; list-style: none; 	}
	footer a:hover{text-decoration:underline;color:#222}
	footer h4 {
    font-family:'Montserrat Light';
    letter-spacing: 1px;
    margin: 20px 0 48px;
    font-size: 36px;
    color: #9e9482;
	font-weight:normal
}
	.scrollup { display: none; position: fixed; bottom: 4em; right: 15px; width: 47px; height: 47px; background: url(../fotomateriaal/back-top-btn.png);text-indent: -999999px;transition: ease-in .3s all;z-index: 999;}
	.scrollup:hover {background-position: left bottom;}

/* Responsive */

	@media screen and (max-width:1900px){
	.container {max-width: 100%; padding:0 50px;}
	.uitvaartzorg:before {
       height: 600px;
    width: 700px;

	}
	.uitvaartzorg:before {  height: 507px;    width: 600px;}
	}
@media (min-width: 1400px)and (max-width:1900px){.banner {height:400px;}}
@media (min-width: 1200px) and (max-width:1399px){.banner {height:300px;}}
@media (min-width: 768px) and (max-width:1199px){.banner {height: 250px;}}
@media screen and (max-width:1023px){.uitvaartzorg:before{display:none;}}
@media screen and (max-width: 1400px) {	
	.nav-link {font-size:14px;}
	h1,h2{font-size: 36px; line-height: 44px;}
	h1 {margin-bottom: 120px}
	p {font-size: 16px; line-height: 30px;}
	.card h5 {font-size: 20px;}
	.alert-tekst { max-width: 90%; margin: 0 auto;padding: 15px;}
	.uitvaartzorg:before {height: 436px; width: 540px; }
	.uitvaartzorg { padding: 70px 0;}
	.uitvaartzorg-content p:nth-child(4) { padding: 10px 0 0px;}
	.info-list li a, .info-list li {font-size: 20px; line-height: 30px;}
	.info-list:first-child li span {margin-top: -46px;}
	.centraal-troeven{padding:70px 0;}
	.troeven-main { max-width: 84%;   padding: 40px 40px 10px 126px; }
	.troeven-box {margin: 0 0 20px;}
	.info { padding: 70px 0 50px;}
	.top_head ul li { width: 44%;    margin-left: 10px;}
	}

@media screen and (max-width: 1200px) {
	.container {padding: 0 15px;}
	.nav-link {font-size: 14px;}
	.card h5 {font-size: 18px;}
	footer {padding: 70px 0px 0px;}
	footer h4 {margin: 20px 0 30px; font-size: 30px;}
	.time-ul ul li:nth-child(4) {padding: 0 0 20px;}
	.cont-info ul li:first-child {  padding: 0 0 30px;}
	.uitvaartzorg:before {height: 400px; width: 500px;}
	.top_head {    padding: 0px 0 19px;}
	.top_head ul {
        margin: 15px 0 0;
}
.navbar-brand {
    padding-top: 10px;
}
}
@media screen and (max-width: 1024px) {
	.navbar-toggler { display: block!important;    float: right;    position: absolute;    right: 0;    top: 20px;}
	.navbar { padding-top: 20px;}
	.navbar-brand {padding-top: 10px;}
	.collapse.navbar-collapse {display: none !important;}
	.navbar-collapse.collapse.show {display: block !important;}
	.navbar-nav {display: block !important;padding:10px}
	.nav-link{margin-bottom:10px}
	.navbar-expand-lg .navbar-nav .dropdown-menu { position: static; margin: 0 0 15px;}
	.dropdown-item {font-size: 13px; white-space: normal; padding: 5px 7px!important;}

	div#collapsibleNavbar { position: absolute; background: #f4f3f3; z-index: 999; top: 59px; right: -15px; width: 280px; }
	.banner {height: 200px;}
	.card h5 {font-size: 24px;}
	.info-list:nth-child(2) { width: calc(38% - 30px);    margin: 0 15px;}
	.top_head ul {margin: 15px 0 0;}
	.top_head {padding: 0px 0 15px;}
			.gallery-sec a img {
    height: 200px;
}
.info-list {width: 50%;}
.info-list:nth-child(3){width: 100%;
    max-width: 425px;
    margin: 0 auto 50px;
    display: block;
    float: none;
    overflow: hidden;}
.info-list:nth-child(2) {width: calc(50% - 30px);   margin: 0 0 0 30px;}

.uitvaartzorg{padding:0 0 70px;}
.uitvaartzorg img {margin: -55px auto 30px;}
.recente-rouwberichten {padding: 35px 0 100px;}
}

@media (max-width: 767px){
h1 ,h2{font-size: 28px;  line-height: 36px; margin-bottom:70px; }
h1:after, h2:after {
     width: 274px;
}
p {font-size: 15px;   line-height: 26px;}
footer { padding: 40px 0px 90px;}
.galerij{padding:	40px 0;}
.galerij a img {margin: 0 0 15px;}
.info-list {
    width: 100%!important;
    float: none;
    margin: 0 auto!important;
    max-width: 400px;
    display: block;
}
.info-list li {
         padding-left: 15px;
    max-width: 300px;
    height: auto;
    padding: 15px 15px;
    margin: 0 auto 30px!important;
}
.info-list li span {
    margin-right: 10px;
}
.info-list:nth-child(3) li {
    padding: 15px 15px 15px 75px;
    height: auto;
}
.info-list li strong {
      font-size: 20px;
    margin: 0 0 10px;
}
.info-list:nth-child(3) li span {
    position: absolute;
    left: 15px;
    top: 15px;
}
.top_head p.tel {
   
    font-size: 18px;
    height: 40px;
    width: 215px;
    line-height: 40px;
}

.top_head ul li {
    display: inline-block;
    width: 40%;
    margin-left: 14px;
    max-width: 199px;
}
	}

@media (max-width: 576px){
.top_head p.tel {
    max-width: 215px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.top_head ul {
    text-align: center;
    margin: 15px 0 0;
    float: none;
}
.top_head ul li {
    width: 48%;
    max-width: 205px;
}
.banner {height:100px;}
.troeven-main {
    max-width: 85%;
    padding: 20px 20px 10px 56px;
   }
.troeven-box:before {left: -89px;background-size: 70px 70px;	}
	h3 { font-size: 18px;}
.troeven-box p {
    font-size: 15px;
    line-height: 26px;
}
.troeven-box {
    margin: 0 0 10px;
    padding: 0 0 15px;
}
.info-list:first-child li span {
    margin-top: -30px;
}
.info {
    padding: 50px 0 50px;
}
.info-list li a, .info-list li {
    font-size: 16px;
    line-height: 24px;
}
.troeven-main {
    max-width: 90%;
    margin-left: 10%;
}
.card h5 {
    font-size: 20px;
	margin:0;
}
footer h4 {
       font-size: 28px;
}
.recente-rouwberichten .card-deck .card span {
    margin: 0 auto 0px;
}
.recente-rouwberichten .btn {
       margin: 20px auto 0;
}
}

@media (max-width: 414px){

h1, h2 {font-size: 24px;line-height: 36px;margin-bottom: 60px;}
h1:before, h2:before {margin-top: 15px;}
h1:after, h2:after {margin-top: 22px;}
.top_head ul li a {max-width: 100%;margin: 15px auto 0px;}
.top_head ul li {margin: 0;}
.top_head ul {margin: 0;}
	}
@media (max-width: 384px){
.info-list li a, .info-list li {font-size: 14px;line-height: 24px;}
.navbar-toggler {top: 10px;}			
		}