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

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
:root {
 --primary: #242222;
	--secondary: #dcc8b5;}
* {box-sizing: border-box;list-style: none;margin: 0;padding: 0;}
*:focus, *:visited, *:focus:visited, *:focus:active {outline: none !important;}
button {cursor: pointer;}
textarea:focus, input:focus {outline: none !important;}
::-moz-selection {background: var(--primary);color: #fff;}
::selection {background: var(--primary);color: #fff;}
body{font-family: 'Poppins', sans-serif;background: #ffffff;font-size: 16px;color: var(--primary);font-weight: 300;line-height: 31px}
h1{ font-family: 'Baskervville', serif;
  color: var(--primary);
  font-size: 62px;
  line-height: 76px;
  margin-bottom: 25px;}
h2{ font-family: 'Baskervville', serif;
  color: var(--primary);
  font-size: 62px;
  line-height: 65px;
margin-top:40px;
  margin-bottom:20px;}
h3 {font-size: 20px;line-height: 24px;font-weight: 600;color: var(--primary);}
h4{font-size: 24px;font-weight: 600;color: var(--secondary);}
h5{ font-size: 16px;line-height: 20px;font-weight:normal}
p{ font-size: 16px;line-height: 24px; color: var(--primary); }
a{ text-decoration:none;color: var(--primary)}
a:hover, a:focus, a:active{ text-decoration:underline;color:var(--secondary);}
p a{color:var(--secundary); text-decoration:underline}
p a:hover, p a:active, p a:visited{color:var(--secundary);text-decoration:underline}
.inhoud ul {margin-left: 15px;margin-top: 10px;}
.inhoud ul li{margin:5px;font-size: 18px;line-height: 24px;list-style: circle;}
.breadcrumb {background-color:transparent;border-radius:0;justify-content:flex-end;padding-left:0px;padding-top:10px;margin-bottom: 0}
.breadcrumb-item {font-size:12px}
.breadcrumb-item.active a{color: var(--primary);}
.bgwece{background:#151414;}
#webspice { text-align: center;}
#webspice a {
font-weight:600;
font-size:14px;
color:#BBB8B8;
text-decoration:none;
    padding-top: 5px;padding-bottom:5px;
    }
#webspice a:hover{color:#ffffff}
.bol {color:#D99F15;font-size:24px}
.btn {
  min-width: 280px;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 13px 30px 13px 40px;
  border-radius: 40px;
  letter-spacing: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  transition: .2s ease-in;
}
.btn i{
  margin-left: 13px;
  font-size: 18px;
}
.btn-primary {
 color: var(--primary);
  background-color: var(--secondary);
  border-width: 2px;
  border-color: var(--secondary);
  transition: .2s ease-in;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus{
  color: var(--secondary);
  background-color: var(--primary);
  border-color: var(--primary);
  transition: .2s ease-in;
}

.btn-outline-primary{
  border-width: 2px;
  color: var(--secondary);
  border-color: var(--secondary);
  background-color: transparent;
}
.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus{
  color: var(--primary);
  background-color: var(--secondary);
  border-color: var(--secondary);
  transition: .2s ease-in;
}
.btn-primary:active:focus,
.btn-primary:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary:focus{
  box-shadow: none;
}
/*******/

form{margin-top:5%}
.form-control::placeholder {color:#959494}
.form-control, .form-control-file{font-weight: normal;
	padding: 8px 10px;
    border:1px solid var(--primary);
	border-radius:0px;
	color:var(--primary);
	background-color:transparent;
margin:10px 0;
width:100%}
.form-control:focus {
    color: var(--secundary);
    background-color: #fff;
    border-color:var(--secondary);
    outline: 0;
    box-shadow: none;
}
header{  padding: 20px 0 25px 0;background: var(--primary);}
.container {max-width: 1440px;}
.top-navigation {
  padding-bottom: 15px;
}
.top-navigation .navbar {
  padding: 0;
}
.top-navigation .navbar .navbar-nav{
  align-items: center;
}
.top-navigation .navbar .nav-item {
  margin-right: 40px;
}
.top-navigation .navbar .nav-link {
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  transition: .2s ease-in;
}
.top-navigation .navbar .nav-link:hover, .top-navigation .navbar .nav-link.active{
  color: var(--secondary);
  transition: .2s ease-in;
}
.top-navigation .navbar .nav-link.nav-link-btn{
  color: var(--secondary);
  border: 1px solid var(--secondary);
  border-radius: 40px;
  padding: 3px 37px;
}
.top-navigation .navbar .nav-link.nav-link-btn:hover, .top-navigation .navbar .nav-link.nav-link-btn.active{
  color: var(--primary);
  border: 1px solid #fff;
  background: #fff;
  transition: .2s ease-in;
}
.nav-social {
  display: flex;
}
.nav-social a{
  font-size: 20px;
  margin-right: 40px;
  color: var(--secondary);
  transition: .2s ease-in;
}
.nav-social a:last-child{
  margin-right: 0px;
}
.nav-social a:hover{
  color: #fff;
  transition: .2s ease-in;
}


/*index*/
.banner, .bannerpag{
  width: 100%;
  position: relative;
  background: url("../fotomateriaal/banner-bg.webp") var(--primary);
  background-repeat: no-repeat;
  
}
.banner{height:720px;background-position: bottom left;}
.bannerpag{height:480px;margin-bottom:50px;background-position: -210px left; }
.banner div, .bannerpag div{
  height: 100%;
}
.banner-img{
  width: 58%;
  height: 720px !important;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.bannerpag .banner-img{
  width: 58%;
  height: 430px !important;
  position: absolute;
  top: 0px;
  right: 0px;
}
.banner-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-content{
  width: 100%;
  padding: 120px 0 0 70px;
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: baseline;
}
.banner-content h2, .banner-content h1{
  font-family: 'Baskervville', serif;
  font-size: 72px;
  line-height: 72px;
  color: #fff;
  margin-bottom: 0px;
  text-shadow: #000 3px 0 13px;
}
.bannerpag .banner-content{
	  width: 100%;
  padding: 120px 0 0 70px;
  position: relative;
  z-index: 9;
  display: block;
	
}
.banner-content p{
  font-family: 'Baskervville', serif;
  font-size: 30px;
  line-height: 34px;
  color: #fff;
  margin-bottom: 0px;
  text-shadow: #000 3px 0 13px;
  font-style: italic;
  max-width: 350px;
  margin-top: 30px;
}
.banner-content .btn {margin-bottom: 30px;}
.diensten{padding: 60px 0 0 0;position:relative}
.diensten-head{margin-bottom: 15px;}
.diensten-item h3{
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 10px;
}
.diensten .col-lg-4.col-md-6{margin-top: 35px;}
.section-bg{
  position: absolute;
  bottom: -310px;
  right: 0;
  z-index: -1;
}
.inspiratie{padding-top: 100px;}
.inspiratie .btn{margin-top: 55px;}
.over{padding-top: 90px;}
.over-img{width: 100%;}
.over-img img{width: 100%;object-fit: cover;}
.over-content{padding-left: 40px;}
.over-content p{margin-bottom: 35px;}
.cta, .ctapag{
  background: url("../fotomateriaal/cta-bg.webp") var(--primary);
  background-size: cover;
  background-position: center;
  padding: 185px 0 155px 0;
  margin-top: -110px;
}
.cta{margin-top: -110px;}
.ctapag{margin-top:50px}
.cta h3, .ctapag h3{
  font-family: 'Baskervville', serif;
  color: #fff;
  font-size: 82px;
  line-height: 90px;
  margin-bottom: 0px;
font-weight: normal;
}
.cta-content a{
  font-family: 'Baskervville', serif;
  color: var(--secondary);
  font-size: 82px;
  line-height: 90px;
  font-style: italic;
}
.cta-content a:hover{
  text-decoration: underline;
}
/*anderepagina's*/
 iframe.map {height:500px; width:100%;display: block;}
 .card .proj{height: 340px;overflow: hidden;}
.galerij figure {height: 340px;overflow: hidden;}
.galerij figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
/**----Footer Css----**/
footer{
  width: 100%;
  background: #1b1a1a;
  padding: 60px 0;
}
footer a{text-decoration: none}
.footer-link {
  width: 100%;
  display: flex;
  gap: 60px;
}
.footer-link-item{
  display: flex;
}
.footer-link-item i{
  font-size: 16px;
  margin-right: 8px;
  color: var(--secondary);
  position: relative;
  top: -1px;
  line-height: normal;
}
.footer-link-item p,
.footer-link-item a{
  color: var(--secondary);
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 0px;
}
.footer-link-item a:hover{color: #fff;transition: .2s ease-in;}
.footer-social{
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 30px 0 20px;
}
.footer-social-card{display: flex;gap: 45px;}
.footer-social a{
  font-size: 20px;
  position: relative;
  top: -3px;
  line-height: normal;
  color: var(--secondary);
  transition: .2s ease-in;
}
.footer-social a:hover{color: #fff;transition: .2s ease-in;}

/*------- Scroll to Top -------*/
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: var(--secondary);
  width: 50px;
  height: 50px;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -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;
}
#return-to-top i {
  color: var(--primary);
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  line-height: normal;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background: var(--secondary);
}
#return-to-top:hover i {
  color: var(--primary);
  top: 5px;
}
#return-to-top i.bi.bi-chevron-up:before{vertical-align: 0em;}
/* Responsive */
@media (max-width: 1399px) {.card .proj,.galerij figure {height: 300px;overflow:hidden}}
@media (max-width: 1199px) {
.banner-content h2{line-height: 90px;}
.bannerpag .banner-img {width: 80%;}
.over-img{height: 450px;}
.over-img img {height: 100%;}
.footer-link{gap: 20px;}	
.card .proj,.galerij figure {height: 235px;overflow:hidden}}
@media (max-width: 1024px) {
	.logo {width: 180px;}
	.logo img {width: 100%;}
	.container{max-width: 100%;}
	.banner-content{padding: 100px 0 0 0;}
	.top-navigation {padding-bottom: 0;}
	.section-bg {bottom: -220px;width: 400px;}
	.over-content {padding-left: 0;}
	.over-img {height: 500px;}
	.footer-link {flex-wrap: wrap;}
	.footer-logo img {width: 200px;}
}
@media(max-width: 991px) {
	.top-navigation .navbar .navbar-toggler {
	    padding: 0;
	    font-size: 35px;
	    border: 0;
	    margin-right: 30px;
	    color: var(--secondary);
	}
	.top-navigation .navbar .navbar-toggler:focus{
    	box-shadow: none;
    	color: var(--secondary);
	}
	.top-navigation .navbar .navbar-toggler i.bi.bi-list {line-height: 35px;}
	.top-navigation .navbar{position: initial;}
	.navbar-collapse {
	    position: absolute;
	    top: 115px;
	    left: 0;
	    width: 100%;
	    background: var(--primary);
	    padding: 20px;
	    z-index: 99;
	    box-shadow: 0 7px 25px rgb(0 0 0/18%), 0 2px 4px rgb(0 0 0/22%);
	}
	.top-navigation .navbar .nav-item {margin-right: 0;margin-bottom: 15px;}
	.top-navigation .navbar .nav-item:last-child{margin-bottom: 0px;}
	.nav-social a{margin-right: 20px;}
	.banner{height: 600px;background-size: 400px;}
	.banner-img{height: 600px !important;}
	.banner-content {padding: 60px 0 0 0;}
	.btn{
		min-width: 300px;
		font-size: 15px;
		padding: 10px 20px 10px 25px;
	}
	.services-heading {padding-right: 0;}
	.over-img {height: auto;}
	.cta, .ctapag{padding: 100px 0;}
	.over-content {padding: 30px 0 100px 0;margin-bottom: 40px;}
	footer{text-align: center;}
	.footer-logo { margin-bottom: 30px;}
	.footer-link{justify-content: center;}
	.footer-link-item {width: 100%;justify-content: center;}
	.footer-link-item p br{display: none;}
	.footer-social {
	    justify-content: center;
	    padding: 0;
	    margin-top: 20px;
	}
	.footer-social-card {gap: 20px;padding-right: 20px;}
	.card .proj,.galerij figure {height: 170px;overflow:hidden}}
@media(max-width: 767px) {
.footer-logo {margin-bottom: 50px;}
.card .proj,.galerij figure {height: 250px;overflow:hidden}
}

@media(max-width: 575px) {
	body{font-size: 15px;line-height: 28px;}
	header{padding: 15px 0 20px 0;}
	.logo {width: 130px;}
	.navbar-collapse{top: 85px;}
	.banner-content h2 {font-size: 45px;line-height: 62px;}
	.banner {
	    height: 500px;
	    background-size: 330px;
	}
	.banner-img {
		width: 80%;
	    height: 500px !important;
	}
	h1, h2 {
	    font-size: 40px;
	    line-height: 50px;
	    margin-bottom: 20px;
	}
	.btn {
	    min-width: 210px;
	    font-size: 14px;
	    padding: 8px 15px 8px 20px;
	}
	.diensten {padding: 50px 0 0 0;}
	
	.diensten-item h3 {
	    font-size: 20px;
	    line-height: 30px;
	}
	.diensten .col-lg-4.col-md-6 {
	    margin-top: 20px;
	}
	.section-bg {
	    bottom: -70px;
	    width: 200px;
	}
	.inspiratie{padding-top: 50px;}
	.inspiratie .section-title {margin-bottom: 20px;}
	.inspiratie .btn {margin-top: 30px;}
	.bannerpag {height: 380px;}
	.bannerpag .banner-content{padding-left:0px}
	.bannerpag .banner-img {width: 100%;height: 250px !important;top:0;left:0}
	.over {padding-top: 50px;}
	.over h2{margin-bottom: 20px;}
	.over-content {padding: 20px 0 50px 0;}
	.over-content p {margin-bottom: 25px;}
	.cta-content h3,
	.cta-content a{
		font-size: 45px;
		line-height: 62px;
	}
	.cta, .ctapag {padding: 50px 0;}
	footer{padding: 50px 0;}
	.footer-logo img {width: 160px;}
	.footer-logo {margin-bottom: 35px;}
	.footer-link-item p, .footer-link-item a{
		font-size: 15px;
	}
	#return-to-top {
	    bottom: 10px;
	    right: 10px;
	    width: 40px;
	    height: 40px;
	}
	#return-to-top i {
	    left: 13px;
	    top: 7px;
	    font-size: 15px;
		vertical-align: 0;
	}
	
}

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

