@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: #4e4d55;
  --secondary: #332d67;
}

html {
  scroll-behavior: smooth;
text-rendering: optimizeLegibility !important;
-moz-osx-font-smoothing:grayscale!important;
-webkit-font-smoothing:antialiased!important
}
* {box-sizing: border-box;list-style: none;margin: 0;padding: 0;transition: all ease .3s;}
button {cursor: pointer;}
*:focus, *:visited, *:focus:visited, *:focus:active {outline: none !important;}
.bootstrap-select .dropdown-toggle:focus {outline: none !important;box-shadow: none !important;}
textarea:focus, input:focus {outline: none !important;}
img {border: none;max-width: 100%;height:auto}
::-moz-selection {background: var(--primary);color: #fff;}
::selection {background: var(--primary);color: #fff;}
body{
    font-optical-sizing: auto;
    font-size: 18px;
    color: var(--primary);
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;	
}
h1{font-size: 64px;line-height: 52px; margin-bottom: 50px; color: var(--primary);}

h2 {font-size: 36px;line-height: 55px;color: var(--secondary);font-weight: 600;margin-bottom: 20px;}

h3{font-size: 30px;}
h4{font-size: 18px;}
h5{font-size: 24px;line-height:34px;color: var(--secondary);}
p{ font-size: 18px;line-height: 24px; color: var(--primary);}
a, a:hover, a:focus, a:active{ text-decoration:underline;color:var(--secondary);transition: all 0.4s;}
p a{color:var(--primary);}
p a:hover, p a:active, p a:visited{ text-decoration: none;}

.inhoud ul li{margin:5px 0px 5px 25px;list-style: disc;color: var(--primary);}
.list-group-item{border:none;padding-bottom:0;padding-top:0}
.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);}
#webspice { text-align: right;}
#webspice a {font-weight:600;font-size:14px;color:#a9afb3;text-decoration:none;padding-top: 5px;padding-bottom:5px;}
#webspice a:hover{color:#ffffff}
.bol {color:#D99F15;font-size:24px}
.btn, .btn:visited {
font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  transition: .2s ease-in;
  box-shadow: none !important;
  text-decoration: none;
  background: #e0c82d;
  font-style: normal;
  position: relative;
  margin: 5px;
  padding: 8px 20px;
  border-radius: 15;
  border: 1px solid #e0c82d ;
	color: #333366;

}
.btn:hover,
.btn:active,
.btn:focus,
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
 background:var(--secondary);
  color: #e0c82d;
}
.btn-check:checked + .btn:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check) + .btn:active:focus-visible {
  box-shadow: none;
}


.form-floating label, select.form-select {color:#959494}
.form-control, .form-control-file, .form-select{font-weight: normal;margin:10px 0;border-radius:15px;border-color:var(--primary);background-color: transparent}
.form-control:focus, .form-select:focus{color: var(--secundary);background-color: #ffffff;border-color:var(--primary);outline: 0;box-shadow: none;}
.submit {color:var(--secondary);background-color:#e0c82d;min-width: 280px;}
.submit:hover{color:#e0c82d;background-color:var(--secondary)}
.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: transparent}
.form-select{height: calc(3.5rem + calc(var(--bs-border-width) * 2));min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));line-height: 1.25;}
label.input-group-text{height: 38px; margin-top: 10px;}
/*.row + .row {margin-top: 50px;}*/
/*******/

.topbar {background: var(--secondary);padding: 12px 0;}
.topbar li:first-child {margin-right: 30px;}
.topbar li a i {color: #e0c82d;padding-right: 5px;}
.topbar li a {color: #fff;font-size: 18px;text-decoration: none}
.topbar li a:hover {color: #e0c82d;}
header {position: fixed;top: 0;left: 0;width: 100%;z-index: 99;background: #fff;}
header:before {content: "";position: absolute;top: 0;bottom: 0;left: 0;right: 0;box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
 opacity: 0;-webkit-transition: opacity 0.15s linear;transition: opacity 0.15s linear;z-index: -1;}
header.sticky-header:before {opacity: 1;}
header .navbar-brand {padding: 15px;margin: -61px 0 0;background: #fff;box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);border-bottom-right-radius: 15px;border-bottom-left-radius: 15px;transition: 0.5s all;}
header .navbar-brand img {width: 145px;height: auto;transition: 0.5s all;}
header.sticky-header .navbar-brand img {width: 130px;}
.navbar-expand-xl .navbar-collapse {justify-content: right;}
header .navbar {padding: 10px 0;}
header .navbar-nav{justify-content: space-between;width: 100%;margin-left: 30px;}
header .nav-link {color: var(--secondary);}
header .nav-link:hover,header .nav-link:focus, .navbar-nav .nav-link.active {color: #e0c82d;text-decoration:none}
header.sticky-header .nav-link {-webkit-transition: opacity 0.15s linear;transition: opacity 0.15s linear;}
header .navbar-ml {margin-left: 30px;}
header .navbar-ml .navbar-nav {display: flex;align-items: center;}
header .navbar-ml .nav-item {margin: 0 10px;}


/*index*/
.hero {
  position: relative;background-image: url(../fotomateriaal/hero.webp);background-position: center;background-repeat: no-repeat;background-size: cover;text-align: center;margin-top: 190px;height: 670px;display: flex;justify-content: center;
  align-content: center;align-items: center;border-bottom: 8px solid #e0c82d;}
.hero:after {content: "";position: absolute;top: 0;bottom: 0;left: 0;right: 0;width: 100%;background: rgba(51, 45, 103, 0.4);
 z-index: 0;}
.hero-content {z-index: 1;}
.hero-content h1 {font-size: 100px;font-weight: 800;line-height: 110px;color:#ffffff}
.hero-content p {font-size: 48px;line-height: 50px;color:#ffffff}
section {
  padding: 70px 0;
}
.over-img img {border-radius: 20px;}
.over-content {padding-left: 100px;}
.over-content p {margin: 0;line-height: 32px;}
.positief {background: #dfe7f3;}
.positief .card {box-shadow: none;background: #fff;padding: 35px;border: 0;border-radius: 30px;text-align: center;height: 100%;}
.positief .card i {color: var(--secondary);font-size: 70px;}
.positief .card h5 {position: relative;font-size: 24px;font-weight: 600;line-height: 40px;color: var(--secondary);margin-bottom: 20px;padding-bottom: 18px;}
.positief .card h5:after {position: absolute;width: 70px;height: 3px;left: 0;right: 0;background: #e0c82d;content: "";margin: 0 auto;bottom: 0;}
.projecten  h2 {position: relative;text-align: center;font-size: 36px;line-height: 50px;font-weight: 600;margin-bottom: 50px;padding-bottom: 18px;}
.projecten  h2:after {position: absolute;width: 70px;height: 5px;left: 0;right: 0;background: #e0c82d;content: "";margin: 0 auto;bottom: 0;}
.projecten .card {height: 100%;border: 0;}
.projecten .card h5 {font-size: 32px;line-height: 40px;font-weight: 700;color: var(--secondary);margin-bottom: 20px;}
.projecten .card a {text-decoration: none}
.projecten .card-body {padding: 15px 0;margin-bottom: 20px;}



/*------- Animation Style Start -------*/
.scroll-animation {
  opacity: 0;
  transform: translateY(70px);
  transition: opacity 1.2s ease, transform 1.2s ease;
}
.scroll-animation.show,
.fadeInUp.show {
  opacity: 1;
  transform: translateY(0);
}
.fade-in {
  animation: fadeIn ease 5s;
  -webkit-animation: fadeIn ease 5s;
  -moz-animation: fadeIn ease 5s;
  -o-animation: fadeIn ease 5s;
  -ms-animation: fadeIn ease 5s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}








/*andere pagina's*/

iframe.map {height: 450px;display: block;width:100%;padding:20px 0}
#map { width: 100%; height: 500px; }/*locaties*/
.main-wrapper {margin-top: 185px;}
.page-title.bg {position: relative;background-image: url(../fotomateriaal/page-title-bg.webp);background-position: left;background-repeat: no-repeat;background-size: cover;text-align: center;}
.page-title:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(51, 45, 103, 0.9);
  z-index: 0;
}
.page-title h1 {font-size: 36px;color: #fff;font-weight: 600;line-height: 50px;z-index: 1;}
.prices .card-body {padding: 25px 20px;}
.prices .card {border-color: rgba(51, 45, 103, 0.7);border-radius: 20px;height: 100%;}
.prices .card h4 {color: var(--secondary);font-size: 30px;font-weight: 600;line-height: 40px;margin-bottom: 15px;}
.prices .table > :not(caption) > * > * {padding: 0.7rem 0.4rem;color: var(--primary);border-bottom-color: rgba(78, 77, 85, 0.1);}
.price-brief h5 {color: var(--secondary);font-size: 30px;font-weight: 600;line-height: 40px;margin-bottom: 15px;}
.price-brief .row > * {margin-bottom: 30px;}
.price-brief ul {padding-left: 20px;}
.price-brief ul li {list-style: disc;padding: 5px 0;}
.cta-content {position: relative;background-color: #e0c82d;text-align: center;padding: 40px 60px;border-radius: 20px;}
.cta-content h3 {font-size: 30px;line-height: 50px;font-weight: 600;color: var(--secondary);}
.cta-content .btn {color: var(--secondary);font-size: 18px;background-color:#ffffff;border:none;padding-top:20px;padding-bottom: 20px}
.cta-content .btn:hover {color: #e0c82d;background-color:var(--secondary);}
.inhoud .card .icon{padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);}
.inhoud .card {border: 1px solid ;border-radius: 30px;color: var(--secondary);}
.proj{height: 420px;overflow: hidden;display: flex !important;justify-content: center !important;align-items: center !important;border-radius: 15px;margin-bottom: 20px;}
.galerij {margin-top:30px}
.galerij figure {overflow: hidden;border-radius: 15px;padding: 0;height: 306px;width: 100%;display: flex;align-items: center;justify-content: center;}
.galerij figure img {width: 100%;height: 100%;object-fit: cover;border-radius: 15px;display: block;}
/**----Footer Css----**/
/*------- Footer Style Start -------*/
footer {
  background: url(../fotomateriaal/footer_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0 0;
  position: relative;
  z-index: 1;
}
footer:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(51, 45, 103, 0.97);
  z-index: -1;
}

.foot-logo span {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
}
footer a,footer p {color: #fff;margin: 0;transition: 0.5s all;text-decoration: none}
footer a:hover, footer a.active {color: #e0c82d;}
footer i {color: #e0c82d;font-size: 28px;}
footer .foot-box {justify-content: center;gap: 30px;}
footer .address,
footer .call {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 20px;
  display: flex;
  gap: 15px;
  width: 400px;
  justify-content: center;
  margin-bottom: 60px;
}

.copyright {padding: 15px 0;border-top: 1px solid rgba(255, 255, 255, 0.15);}
.copyright ul li:not(:last-child):after {
  content: "|";
  margin: 0 10px;
  color: rgba(255, 255, 255, 0.7);
}
.copyright ul {display: flex;gap: 10px;}
.copyright ul li a {font-size: 16px;color: #fff;text-decoration: none}
.copyright ul li a:hover {text-decoration: underline;}
/*------- WebSpice CSS Start -------*/

#webspice {
  text-align: right;
}
#webspice a {
  font-weight: 600;
  font-size: 12px;
  color: #a9afb3;
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 5px;
}
#webspice a:hover {
  color: #d2d8db;
}
.bol {
  color: #d99f15;
  font-size: 24px;
  line-height: 5px;
}




/*------- Scroll to Top Style Start -------*/
#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: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 12px;
  font-size: 19px;
  -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: #fff;top: 5px;}

/* Responsive */


@media (max-width: 1399px) {
header .nav-link{font-size: 16px;}
header .navbar-nav {margin-left: 5px;}
.galerij figure {height: 261px;}
}
@media (max-width: 1199px) {
 header .navbar-toggler {
    color: var(--primary);
    opacity: 1;
    border: 0;
    border-radius: 0;
    padding: 0;
    font-size: 30px;
    position: absolute;
    right: 15px;
  }
  header.sticky-header .navbar-toggler {color: var(--primary);}
  header .navbar-toggler:focus {box-shadow: none;}
  header .navbar-toggler:focus-visible {outline: none;}
  header .navbar-collapse {
    width: 100%;
    left: 0;
    right: 0;
    position: absolute;
    top: 90px;
    background: #fff;
    z-index: 9;
    padding: 15px;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.1);
  }
  header.sticky-header .navbar-collapse {top: 80px;}
 /* header .nav-item {
    margin: 0 0 15px 0;
  }*/
  header .nav-item:last-child {margin-bottom: 0px;}
  header .navbar-ml {position: relative;right: 45px;}
  header .navbar-ml .navbar-nav {flex-direction: inherit;}
  header .navbar-brand img {width: 100px;}
  header.sticky-header .navbar-brand img {width: 90px;}
  .hero {
    margin-top: 140px;
    height: 480px;
  }
  .over-content {padding-left: 0;}
  .hero-content h1 {font-size: 70px;line-height: 80px;}
  .hero-content p {font-size: 40px;}
  .over-img {margin-bottom: 15px;}
  .positief .card {
    padding: 25px;
  }
  .main-wrapper {
    margin-top: 140px;
  }
.galerij figure {height: 216px;}
}
@media (max-width: 1024px) {


}
@media (max-width: 991px) {
	.positief .col:last-child{margin:auto; margin-top:20px}
  footer .address,
  footer .call {
    width: 50%;
    margin-bottom: 10px;
  }

}

@media (max-width: 767px) {
header .topbar {padding: 8px 0;}
header .topbar .nav {display: block;text-align: right;}
header .topbar li a {font-size: 15px;}
header .navbar-ml .nav-item {margin: 0 5px;}
header .navbar-ml .btn {min-width: auto;padding: 3px 10px;font-size: 13px;}
header .navbar-brand {padding: 8px;margin: -111px 0 0;}
header .navbar-brand img {width: 90px}
header.sticky-header .navbar-brand img {width: 85px;}
header .navbar-toggler {right: 15px;}
header .navbar-collapse {top: 68px;left: 0;}
header.sticky-header .navbar-collapse {top: 60px;}
.hero,.main-wrapper {margin-top: 138px;}
.hero {height: 400px;}
.hero h1 {font-size: 35px;line-height: 35px;}
.hero-content p {font-size: 30px;line-height: 40px;}
h2,.page-title h1 {font-size: 28px;line-height: 40px;}
.over-content p {margin-bottom: 30px;}
.projecten .card h5 {font-size: 30px;}
  .prices .card { height: auto;margin-bottom: 30px;}
  .row.mt-5 {margin-top: 0 !important;}
  footer .foo-box {
    width: 100%;
    display: block;
  }
  footer .address,footer .call {width: 100%;margin-bottom: 30px;}
 /* .copyright ul {
    width: 260px;
    margin: 0 auto;
  }
  #webspice {
    text-align: center;
  }*/


  #return-to-top {
    bottom: 10px;
    right: 10px;
    width: 45px;
    height: 45px;
  }
  #return-to-top i {
    left: 15px;
    top: 9px;
    font-size: 17px;
  }
}
@media (max-width: 580px) {
	 .copyright .row > * {width: auto;}
	.galerij figure {height: 274px;}
}






