@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: #5d5d5d;
  --secondary: #000000;}
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: 16px;
  color: var(--primary);
  font-family: "Roboto", sans-serif;
  font-style: normal;
	font-weight:400;
background-color: #ffffff
}
h1, h2, h3, h4{  font-family: "Roboto", sans-serif;font-weight:700}
h1{ color: var(--secondary);font-size: 60px;line-height: 80px;text-align: center}
h2 {font-size: 48px;line-height: 60px;color: var(--secondary);text-align: center;margin-bottom: 50px;}
.inhoud h1{ color: var(--secondary);font-size: 50px;line-height: 70px;}
.inhoud h2 {font-size: 35px;line-height: 50px;color: var(--secondary);text-align: left;margin-bottom: 30px;}
h3{font-size: 26px;line-height: 55px;color: var(--primary); margin-bottom: 10px;}
h4{font-size: 24px;color: var(--primary);}
h5{ont-size: 24px;line-height:34px;fcolor: var(--primary);}
p{font-size: 16px;color: var(--primary);}
a, a:hover, a:focus, a:focus, a:active{ text-decoration:underline;color:var(--secondary);transition: all 0.4s;}
p a{color:var(--secondary);}
p a:hover, p a:active, p a:visited{color:var(--primary)}
.inhoud ul, .inhoud ol {margin-left: 15px;margin-top: 0px;}
.inhoud ul li, .inhoud ol li {margin:5px;list-style: disc;}
.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}
.buttons {display: inline-flex;gap: 20px;margin: 0 auto;}
.btn, .btn:visited {
font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  padding: 18px 25px;
  border: 1px solid var(--secondary);
  border-radius: 15px;
  color: #ffffff;
  transition: .2s ease-in;
  min-width: 285px;
  box-shadow: none !important;
  text-decoration: none;
  background: var(--secondary);
  font-style: normal;
  position: relative;
  margin: 5px;
}
.btn:hover,.btn:active,.btn:focus,.btn-check:checked + .btn,.btn.active,.btn:first-child:active,:not(.btn-check) + .btn:active {color:#ffffff;background: var(--primary);border-color: var(--primary);box-shadow: none;text-decoration: none}
.btn-secondary, .btn-secondary:visited{background: var(--secondary);border: 1px solid var(--secondary);}
.btn-secondary:hover,.btn-secondary:active,.btn-secondary:focus{background: var(--secondary);border-color: var(--secondary);color:var(--primary)}
.form-floating label, select.form-select {color:#959494}
.form-control, .form-control-file, .form-select{font-weight: normal;border-radius:0.8rem;margin:10px 0;}
.form-control:focus, .form-select:focus{color: var(--secundary);background-color: #fff;border-color:var(--primary);outline: 0;box-shadow: none;}
.submit {color:#ffffff;background-color:var(--secondary)}
.submit:hover{color:#ffffff;background-color:var(--primary)}
.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;}
/*******/
.container {max-width: 1400px;}
section {padding: 80px 0;}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: transparent;
}
header.sticky-header {position: fixed;-webkit-transition: opacity 0.15s linear;transition: opacity 0.15s linear;}
.topbar {background: var(--secondary);padding: 10px 0 50px;}
.topbar ul{margin-bottom: 0}
.topbar ul li {display: flex;align-items: center;justify-content: end;}
.topbar ul li i {margin-right: 8px;font-size: 20px;}
.topbar ul li a {color: #fff;font-size: 16px;font-weight: 700;text-decoration: none}
.navbar {margin-top: -38px;padding: 10px 25px;background: #fff;border-radius: 5px;box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;}
.navbar-brand {padding: 0px;margin: 0px;}
.navbar-brand img {max-width: 179px;height: auto;}
.navbar-expand-xl .navbar-collapse {justify-content: end;}
.sticky-header .navbar-brand img.logo {-webkit-transition: opacity 0.15s linear;transition: opacity 0.15s linear;}
.nav-item {margin: 0 20px;}
.navbar-nav .nav-link {padding: 0px !important;font-size: 16px;color: var(--secondary);font-weight: 700;}
.navbar-nav .nav-link:hover,.nav-link:focus {color: #808080;text-decoration: none}
.navbar-nav .nav-link.active{color:#808080;text-decoration: none}
.sticky-header .nav-link {color: var(--secondary);-webkit-transition: opacity 0.15s linear;transition: opacity 0.15s linear;}
.navbar-call ul {display: flex;gap: 25px;margin:0;padding:0}
.navbar-call li a {color: var(--secondary);font-size: 18px;font-weight: 700;-webkit-transition: opacity 0.15s linear;transition: opacity 0.15s linear;text-decoration: none}
.navbar-call li i {background: #f5f5f5;padding: 10px 12px;margin-right: 10px;border-radius: 5px;}
.navbar-call li a:hover {color: #808080;}

/*index*/
.hero-banner {position: relative;background: #000;min-height: 98vh;display: flex;justify-content: center;align-items: center;}
.hero-bg-image {position: absolute;z-index: 0;top: 0;left: 0;width: 100%;height: 100%;overflow: hidden;opacity: 0.7;}
.hero-bg-image img {-o-object-fit: cover;object-fit: cover;width: 100%;height: 100%;}
.hero-banner-content {position: relative;z-index: 9;width: 100%;max-width: 1400px;}
.hero-banner-content:before {content: "";display: block;width: 6px;height: 100%;position: absolute;left:15px;background: #a4a5a0;border-radius: 8px}
.hero-banner-content h1 {color: #fff;font-size: 60px;line-height: 80px;margin: 0 0 0 35px;text-align: left}
.over {padding: 80px 0 120px;}
.over-img{border-radius: 10px;}
.over-content {padding-right: 125px;}
.over-content p {margin-bottom: 25px;}
.positief {background-image: url(../fotomateriaal/bg-car.webp);background-repeat: no-repeat;background-size: cover;position: relative;background-attachment: fixed;padding: 80px 0;}
.positief:after {position: absolute;left: 0;top: 0;bottom: 0;right: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.5);content: "";display: block;}
.positief-list {max-width: 700px;z-index: 1;position: relative;}
.positief-list li {font-size: 18px;font-weight: 500;line-height: 30px;color: #fff;margin-bottom: 35px;padding: 15px 0 15px 85px;position: relative;display: flex;align-items: center;}
.positief-list li:last-child {margin-bottom: 0;}
.positief-list li span {margin-right: 25px;position: absolute;left: 0;}
.positief-list li span i {font-size: 30px;color: var(--secondary);padding: 8px 12px;background: #fff;border-radius: 50%;border: 0.5px solid var(--secondary);}
.diensten-list .cards {position: relative;-webkit-transition: 0.4s ease;transition: 0.4s ease;overflow: hidden;}
.diensten-list .cards:hover img {-webkit-transform: translate3d(0, 0, 0) scale(1.1);transform: translate3d(0, 0, 0) scale(1.1);}
.diensten-list .cards:hover:after {opacity: 0;}
.diensten-list .cards:after {content: "";position: absolute;top: 0;bottom: 0;z-index: 3;height: 100%;width: 100%;background: linear-gradient(transparent 0, transparent 30%, #000);opacity: 0.8;
  border-radius: 10px;transition: all 0.5s;}
.cards img {border-radius: 10px;width: 100%;height: auto;}
.card-title h3 {font-size: 24px;font-weight: 700;line-height: 32px;color: #fff;position: absolute;z-index: 5;bottom: 15px;left: 25px;right: 25px;margin-bottom: 0;}
.cert {background: #f8f8f8;}
.cert-list {display: flex;justify-content: center;align-items: center;gap: 50px;}
.cert-list img {max-width: 230px;height: auto;}
.partner-logo {
  border: 1px solid #eaebed;
  padding: 15px;
  border-radius: 10px;
  width: 225px;
  text-align: center;
  height: 125px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner-logo img {width: auto;height: auto;max-height: 100px;}

/*anderepagina's*/
.inhoud {margin-top:150px}
.header-img{border-radius: 10px;margin-bottom:50px}
.cta{margin-top:50px; text-align: center}
.cta h2 {font-size: 38px;line-height: 50px;}
.ligging{margin-top:100px;}
.ligging h2 {text-align: center}
iframe.map {height: 500px;display: block;width:100%;margin-bottom: 10px;}

/**----Footer Css----**/
footer {background: var(--secondary);}
.footer-top {padding: 100px 0 60px;border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
footer h4 {font-size: 20px;font-weight: 700;line-height: 30px;color: #fff;margin-bottom: 25px;}
footer p {font-size: 17px;font-weight: 700;margin-bottom: 10px;line-height: 24px;color: #fff;}
footer ul {display: flex;gap: 25px;padding-left:0}
.footer-info i {margin-right: 10px;}
footer ul li a {color: #fff;font-size: 17px;font-weight: 700;text-decoration: none}
footer ul li a:hover {text-decoration: underline;color:#ffffff}
.footer-bottom {padding: 28px 0;}
.footer-bottom  ul a {color: rgba(255, 255, 255, 0.8);text-decoration:none;}

/*------- Animation Style Start -------*/
.scroll-animation {
  opacity: 0;
  transform: translateY(70px);
  transition: opacity 1.2s ease, transform 1s ease;
}
.scroll-animation.show{
  opacity: 1;
  transform: translateY(0);
}
.fade-in{
  opacity: 0;
  transition: opacity 5s ease;
}
.fade-in.show{
  opacity: 1;
}
/*------- Scroll to Top Style Start -------*/
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: var(--primary);
  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: 1199px) {
h2{font-size: 45px;line-height: 55px;}
.navbar-toggler {
    color: var(--secondary);
    opacity: 1;
    border: 0;
    border-radius: 0;
    padding: 0;
    font-size: 30px;
    position: absolute;
    right: 20px;
  }
  header.sticky-header .navbar-toggler {color: var(--secondary);  }
  .navbar-toggler:focus {box-shadow: none;}
.navbar-toggler:focus-visible {outline: none;}
 .navbar-collapse {
    width: 100%;
    position: absolute;
    top: 78px;
    left: 0;
    background: #fff;
    z-index: 9;
    padding: 20px;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
  }
  header.sticky-header .navbar-collapse {top: 68px;}
 .nav-link {color: var(--secondary);}
.nav-item {margin: 0 0 15px 0;}
.nav-item:last-child {margin-bottom: 0px;}
  .navbar-call {margin-right: 45px;}
  .over-content {padding-right: 0;}
}
@media (max-width: 1024px) {.hero-banner-content h1 br {display: none;}.over-content p {margin-bottom: 5px;}}
@media (max-width: 991px) {
.navbar-toggler {right: 20px;}
.hero-banner-content h1 {font-size: 40px;line-height: 50px;margin: 0 0 0 20px;}
.hero-banner {min-height: 650px;}
.over-img {margin-bottom: 20px;max-width: 400px}
  .buttons {display: block;}
 section,.positief {padding: 40px 0;}
 .card-title h3 {font-size: 16px;line-height: 22px;}
  .footer-top ul {display: block;}
footer ul li {margin-bottom: 10px}

}
@media (max-width: 767px) {
h1, .inhoud h1 {font-size: 38px;line-height: 48px;margin: 0 0 0 20px;}
h2, .inhoud h2 {font-size: 30px;line-height: 40px; margin-bottom: 30px;}
.cta h2 {font-size: 30px;line-height: 40px;}
.topbar {padding: 7px 0 45px;}
.topbar ul li a {font-size: 14px;}
.topbar ul li {justify-content: center;}
.navbar-collapse {top: 51px;left: 0}
header.sticky-header .navbar-collapse {top: 60px; }
.navbar {padding: 10px;}
.navbar-call li i {background: transparent;margin-right: 0;padding: 5px;}
.navbar-call li a {font-size: 16px;}
.navbar-brand img { width: 90px;}
.hero-banner-content h1 {font-size: 30px;line-height: 40px;margin: 0 0 0 20px;}
.hero-banner {min-height: 520px;}
.positief-list li {padding-left: 65px;margin-bottom: 15px;}
.positief-list li br {display: none;}
 .card-title h3 { font-size: 20px;line-height: 28px;}
  .partner-logo {width: 150px;margin-bottom: 15px;}
  .cert-list{display: block;text-align: center;}
  .cert-list img {margin-bottom: 15px; max-width: 100%;}
.inhoud {margin-top:120px}
  .footer-top {padding: 60px 0 20px;}
 footer .col-md-7 {margin-top: 50px;}
  .footer-bottom {padding: 20px 0;text-align: center;}

  .footer-bottom ul {justify-content: center;}
  #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;
  }
}


