@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: #0f0f0f;
  --secondary: #f97316;
}
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;}
button {cursor: pointer;}
.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%;}
::-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: "Barlow", sans-serif;
    font-style: normal;
    font-weight: 600;
	line-height:1.7;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}
h1{
    font-size: 48px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 25px;
	color: var(--primary);
}

h2 {
  font-size: 42px;
  margin-bottom: 30px;
  font-weight: 600;
  line-height: 1.2;
}

h3{font-size: 20px;line-height: 1.4em;color: var(--primary);font-weight: 500;}
h4{font-size: 18px;color: var(--primary);}
h5{font-size: 24px;line-height:34px;color: var(--secondary);}
a{
color:var(--secondary);
text-decoration:none;
}
a:hover, a:focus, a:active{ text-decoration:underline;}
.inhoud ul li{padding: 6px 0;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:700;font-size:12px;color:#a9afb3;text-decoration:none;padding-top: 5px;padding-bottom:5px;}
#webspice a:hover{color:#ffffff}
.bol {color:#D99F15;font-size:24px}
.btn {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  padding: 12px 25px!important;
 transition: all .2s ease;
  border-radius: 5px;
  min-width: 130px;
  align-items: center;
  display: inline-block;
  border: 1px solid var(--secondary) !important;
  text-transform: uppercase;
}
.btn-primary {color: #fff;background: var(--secondary);}
.btn-secondary {color: var(--secondary);background: #fff;}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus,
.btn-check:checked + .btn,
.btn.active,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background: var(--primary);
color: var(--secondary);
text-decoration: none
}

.btn-primary:active:focus,
.btn-primary:focus {
  box-shadow: none;
}
.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:5px;border-color:#e2e3dd;background-color: #ffffff}
.form-control:focus, .form-select:focus{color: var(--secondary);background-color: #ffffff;border-color:var(--primary);outline: 0;box-shadow: none;}
.form-label{text-transform:uppercase;line-height: 0.8}
.form-check .form-check-input {margin-left: 0px}
.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;}
iframe.map {
  height: 450px;
  display: block;
  width: 100%;
  padding: 20px 0;
}
/**** Header CSS****/
header {background: var(--primary);}
header .topbar {padding: 10px 0;}
header .topbar .nav-link {color: var(--secondary);font-size: 14px;}
header .topbar .nav-item {margin: 0 10px;color: #fff; display: inline-flex;align-items: baseline;font-size: 14px;text-transform: uppercase;}
header .topbar .nav-item span {margin-right: 5px;}
header .navbar-collapse {justify-content: right;}
header .navbar {padding:20px 15px;}
header .navbar-brand {padding: 20px 15px;}
header .nav-item {margin: 0 30px;}
header .nav-link {transition: all ease 0.5s;padding: 0px !important;font-size: 16px;font-weight: 600;color: #fff;text-transform: uppercase;}
header .navbar-nav .nav-link:hover,
header .navbar-nav .nav-link:focus,
header .navbar-nav .nav-link.active {color: var(--secondary);}
header .navbar-ml .navbar-nav {display: flex;align-items: center;}
header .navbar-ml .nav-item {margin: 0 10px;}
/*index*/
.hero-banner {position: relative;min-height: 80vh;}
.hero-bg-image {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero-bg-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.hero-banner-content {
  position: absolute;
  z-index: 9;
  bottom: 70px;
}
.hero-banner-content h1 {
  color: var(--secondary);
  font-size: 90px;
  margin: 10px 0 0;
  line-height: 100px;
}
.hero-banner-content h1 span {
  color: #fff;
}
.hero-banner-content .super-title {
  background: rgba(249, 115, 22, 0.3);
  border: 1px solid var(--secondary);
  color: var(--secondary);
  padding: 5px 15px 5px 20px;
  border-radius: 20px;
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
  position: relative;
}
.hero-banner-content .super-title i {
  font-size: 26px;
  position: absolute;
  left: 0px;
  top: 0;
}
.hero-banner-content p {
  color: #cec2c2;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
}
section.counting {
  padding: 0;
  background: var(--primary);
}

.count-box {
  display: flex;
  gap: 8px;
  margin-top: -35px;
  position: relative;
}
.count-box .count {
  border: 1px solid #595959;
  background: var(--primary);
  color: var(--secondary);
  padding: 12px 15px;
  border-radius: 5px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 26px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  width: 165px;
}
.count-box .count span {
  font-size: 14px;
}
.count-box .count .count-text {
  font-family: "Barlow", sans-serif;
  display: block;
  font-size: 14px;
  color: #cec2c2;
  line-height: 15px;
  text-transform: capitalize;
}
/*------- Over Section Start -------*/
section {
  padding: 70px 0;
}
.over {
  padding-top: 90px;
  background: var(--primary);
}
.over .section-head {
  margin-bottom: 20px;
}
.section-head .super-head {
  color: var(--secondary);
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.section-head h2 {
  font-size: 48px;
  line-height: 50px;
  color: #fff;
}
.section-head h2 span {
  color: var(--secondary);
}
.over .content p {color: #fff;max-width:620px;}
.over-img img {
  margin-top: 30px;
  height: auto;
}
.over .card {
  background: var(--primary);
  border: 1px solid #595959;
  border-radius: 5px;
  transition: transform 0.3s ease;
}
.over .card:hover {
  transform: scale(1.1);
  border-color: var(--secondary);
}
.over .card:hover p {
  color: var(--secondary);
}
.over .card-body .icon {
  margin-bottom: 8px;
}
.over .card-body .card-title {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.over .card-body p {
  color: #e1dee7;
  font-size: 14px;
  margin-bottom: 0;
}
.over-btn {
  margin-top: 50px;
  text-align: center;
}
.over-btn .btn {
  min-width: 240px;
}
/*------- Gallery Style Start -------*/
.galerij .gallery-item {
  background: #ffffff;
  display: block;
  position: relative;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
aspect-ratio: 4 / 3;
}
.galerij .gallery-item img{
  width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .4s ease;
}
.galerij .gallery-item:hover img {
  transform: scale(1.2);
}
/*------- CTA Style Start -------*/
.cta {
  position: relative;
  padding: 80px 0;
  background-image: url("../fotomateriaal/cta-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
.cta-content {
  text-align: center;
  margin: 0 auto;
}
.cta-content h2 {
  font-size: 72px;
  line-height: 75px;
  color: #fff;
  margin-bottom: 15px;
}
.cta-content p {
  font-size: 24px;
  color: #fff;
  line-height: 28px;
  margin-bottom: 35px;
}
.cta-content .btn.btn-secondary {
  font-size: 24px;
  font-weight: 700;
  padding: 16px 30px;
}
/*--------Inner Page Style Start ------*/
.inhoud {
  background: #f1f1f2;
}
.inhoud .section-head {
  margin-bottom: 30px;
}

.inhoud .cards {
  padding: 20px;
  border: 1px solid #e2e3dd;
  background: #fff;
  border-radius: 5px;
}
.inhoud .cards h4 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 0;
}
.card-head {
  margin-bottom: 20px;
}
.card-content {
  border-bottom: 1px solid #e2e3dd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 6px;
  margin-bottom: 18px;
}
.card-content:last-child {
  margin-bottom: 0;
  border: none;
}
.cards p {
  color: #77757b;
  font-size: 14px;
  margin-bottom: 0;
}
.price {
  font-size: 36px;
  font-family: "Bebas Neue", sans-serif;
  color: var(--secondary);
  line-height: 36px;
}
.price span {
  font-size: 14px;
  color: #77757b;
  font-family: "Barlow", sans-serif;
}
.price-text p {
  text-align: right;
}
.note-text {
  text-align: center;
  color: #77757b;
}
.operator-card{
border:1px solid #e2e3dd;
border-radius:5px;
padding:20px;
display:flex;
gap:10px;
align-items:flex-start;
cursor:pointer;
transition:.2s;
background-color:#ffffff
}

.operator-card:hover{
border-color:var(--secondary);
}

.operator-card input{
margin-top:5px;
}

.operator-card span{
color:#777;
font-size:14px;
}

.table-light {background-color: #f5f5f5;}
.custom-table .label {font-weight: 600;width: 40%;padding: 12px 20px}


/*------- Footer Style Start -------*/
footer {
  background: var(--primary);
  padding: 70px 0;
}
footer h3 {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 15px;
  text-transform: uppercase;
}
footer ul li {
  padding: 5px 0;
}
footer ul li a,
footer ul li span,
.copyright ul li a {
  font-size: 16px;
  color: #cec2c2;
  transition: all ease 0.5s;
  line-height: 26px;
}
footer ul li a:hover,
.copyright ul.inline-flex li a:hover {
  text-decoration: underline;
}
footer ul li i {
  font-size: 16px;
  color: var(--secondary);
  margin-right: 8px;
}
.copyright {background: var(--primary);}
.copyright ul.inline-flex{padding: 8px 0;}
.copyright ul.inline-flex li {display: inline-flex;}
.copyright ul li a{transition: all ease 0.5s;font-size: 14px;color: #fff;text-decoration: none}
.copyright ul.inline-flex li a:hover{text-decoration: underline;color:#999999}
.copyright li:not(:last-child):after {content: "|";margin-right: 10px;padding-left: 20px;
	color: #fff;}

/*------- Scroll to Top Style Start -------*/
#return-to-top{
position:fixed;
bottom:20px;
right:20px;
width:50px;
height:50px;
background:var(--secondary);
border:none;
border-radius:50%;
display:none;
align-items:center;
justify-content:center;
cursor:pointer;
z-index:999;
opacity:0;
transition:opacity .3s;
}

#return-to-top i{
color:#fff;
font-size:20px;
}
#return-to-top.show{
display:flex;
opacity:1;
}
#return-to-top:hover{
background:#999;
}

/* Responsive */
@media only screen and (max-width: 1800px) {

}


@media (max-width: 1399px) {

}
@media (min-width: 1200px) and (max-width: 1400px) {
  header .nav-item {
    margin: 0 9px;
  }
}

@media (max-width: 1199px) {
 header .navbar-collapse {
    width: 100%;
    left: 0;
    right: 0;
    position: absolute;
    top: 100px;
    background: var(--primary);
    z-index: 9;
    padding: 15px;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.1);
  }
	header .navbar-ml .nav-item {
  margin: 10px 25px;
}
  .navbar-toggler {
    border: 0;
    color: #fff;
    font-size: 36px;
    padding: 0;
  }
  .navbar-toggler:hover,
  .navbar-toggler:focus {
    box-shadow: none;
  }
 
  header .nav-item {
    margin: 0;
  }
  header .topbar .nav-item:last-child {
    margin-right: 0;
  }
  header .nav-link {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
  }
  header .navbar-brand {
    padding: 10px 0;
  }
  header .navbar {
    padding: 0 0 10px;
  }
  header .topbar .nav-link {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 1024px) {
 header .container,
  footer .container {
    max-width: 100%;
  }
  .hero-banner {
    min-height: 55vh;
  }
  .hero-banner-content h1 {
    font-size: 75px;
    line-height: 80px;
  }
  .over {
    padding-top: 40px;
  }
  .over-img {
    margin-bottom: 20px;
  }
  .over-btn {
    margin: 30px 0;
  }

  .galerij {
    padding-bottom: 30px;
  }
  .cta-content h2 {
    font-size: 50px;
    line-height: 55px;
  }
  section.head {
    margin-bottom: 0;
  }
  .inhoud .last {
    margin-top: 30px;
  }
  footer {
    padding: 50px 0 50px;
  }
  .footer-logo {
    max-width: 300px;
  }
}
@media (max-width: 991px) {

}

@media(max-width: 767px) {
 header .navbar-ml .btn {
    padding: 8px 15px;
    min-width: auto;
  }
 
  .hero,
  section.head {
    margin: 0 15px;
  }
  .hero-banner-content h1 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 10px 0 0;
  }
  .hero-banner-content p {
    font-size: 18px;
  }
  .count-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .cta-content h2 {
    font-size: 38px;
    line-height: 45px;
  }
  .cta-content p {
    font-size: 20px;
    line-height: 24px;
  }
  section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-head h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .section-head {
    margin-bottom: 40px;
  }
  .over {
    padding-top: 30px;
  }
  .over-btn .btn.me-5 {
    margin: 0 0 15px !important;
  }
  .inhoud .cards {
    margin-bottom: 15px;
    height: auto !important;
  }
  .inhoud .last {
    margin-top: 0;
  }
  footer {
    padding: 30px 0 30px;
  }
  footer h3 {
    margin: 30px 0 10px;
  }
  footer .footer-logo {
    margin: 30px 0 15px;
  }
  #return-to-top {
    bottom: 10px;
    right: 10px;
    width: 45px;
    height: 45px;
  }
  #return-to-top i {
    font-size: 17px;
  }
 .custom-table tr {
    display: block;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
  }
  .custom-table td {
    display: block;
    width: 100%;
    padding: 8px 15px;
  }

  .custom-table td.label {
  width:100%;
    padding-bottom: 2px;
  }
}

/**SVG Line Animatioin Media Query */
@media(max-width: 575px) {

.navbar-brand img{
max-width:220px;
height:auto;
}

.navbar-toggler{
border:0;
font-size:32px;
}
 .counting .content-box {
    margin: -35px auto;
    max-width: 340px;
  }
  .count-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .copyright ul.inline-flex {
    text-align: center;
    padding: 5px 0 0;
  }
  #webspice {
    text-align: center;
    padding-top: 0;
  }
  
}
@media(max-width: 460px) {


}











