@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: #80113b;
  --secondary: #232323;}
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 .2s;}
*: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%;}
::-moz-selection {background: var(--primary);color: #fff;}
::selection {background: var(--primary);color: #fff;}
body{font-family: 'Poppins', sans-serif;background: #ffffff;font-size: 15px;color: var(--secondary);font-weight: 400;overflow-x:hidden; overflow-y:scroll; }
h1, h2{font-size: 48px;font-weight: 600;line-height: 60px;margin-bottom: 25px;}
h1 span, h2 span{color: var(--primary);}
h3 {font-size: 20px;line-height: 24px;font-weight: 600;color: var(--secondary);}
h4{font-size: 24px;font-weight: 600;color: var(--secondary);}
h5{ font-size: 24px;line-height: 34px;font-weight: 600;color: var(--primary);}
h6{}
p{ font-size: 18px;line-height: 24px; color: var(--secondary); }
a, a:hover, a:focus, a:focus, a:active{ text-decoration:underline;color:var(--secondary);}
p a{color:var(--blue);}
p a:hover, p a:active, p a:visited{color:var(--blue)}
.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:#292929;}
#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 {
  font-size: 16px;
  font-weight: 400;
  border-radius: 8px;
  padding: 8px 50px;
  transition: .2s ease-in;
}
.btn-primary {
  color: #fff;
  background-color: var(--primary);
  border-color: var(--primary);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus{
  color: var(--primary);
  background-color: #fff;
  border-color: var(--primary);
  transition: .2s ease-in;
}
.btn-primary:active:focus,
.btn-primary:focus{
  box-shadow: none;
}
/*******/
input:focus{ outline: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(--secondary);
	border-radius:0px;
	color:var(--secondary);
	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{border-bottom: 1px solid #e8e8e8;}
.logo {width: 300px;padding-top: 45px;}
.header-top{flex: 1; border-left: 1px solid #e8e8e8;}
.top-bar{position: relative; padding: 10px 0;}
.top-bar::after{
  position: absolute;
  content: "";
  left: 0;
  pointer-events: none;
  bottom: 0;
  width: 200vw;
  z-index: 1;
  border-bottom: 1px solid #e8e8e8;
}
.top-bar ul {margin: 0 0 0 15px;padding: 0;display: flex;}
.top-bar ul li {padding-right: 50px;}
.top-bar ul li:last-child {padding-right: 0px;}
.top-bar ul li a {
  color: var(--secondary);
  text-decoration: none;
  font-size: 16px;
  transition: .2s ease-in;
}
.top-bar ul li a:hover{color: var(--primary);transition: .3s ease-in;}
.top-bar ul li a .bi{color: var(--primary);margin-right: 5px;}
/* nav */
.top-navigation {width: 100%;padding: 40px 0 40px 0;}
.top-navigation .navbar {padding: 0;}
.top-navigation .navbar .nav-item {margin-right: 70px;}
.top-navigation .navbar .nav-link, .dropdown-item {
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--secondary);
  transition: .2s ease-in;
}
.top-navigation .navbar .nav-link:hover, .top-navigation .navbar .nav-link.active{
  color: var(--primary);
  transition: .2s ease-in;
text-decoration: none
}
.dropdown-menu{padding:15px}
.dropdown-item {
  padding:10px 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--secondary);
  transition: .2s ease-in;
}
.dropdown-item:focus, .dropdown-item:hover, .dropdown-item.active, .dropdown-item:active {
  color: var(--primary);
  background-color: #ffffff;
  text-decoration: none
}
.nav-search a {
  display: inline-block;
  border: 1px solid var(--secondary);
  border-radius: 8px;
  padding: 4px 18px;
  color: var(--secondary);
  font-size: 17px;
  line-height: 27px;
  transition: .2s ease-in;
}
.nav-search a:hover{
  background: var(--primary);
  border: 1px solid var(--primary);
  color: #fff;
  transition: .2s ease-in;
}
.dsk-hide{display: none;}
/*index*/
.slogan-main {padding: 90px 0 100px 0;}
.slogan-title h1 {margin: 0;}
.slogan-title h1 span{color: var(--secondary);}
.slogan-title h1 span.title-hl-1 {
  display: inline-block;
  background: url("../fotomateriaal/title-hl-1.webp");
  background-size: 96%;
  background-position: left bottom 4px;
  background-repeat: no-repeat;
}
.slogan-title h1 span.title-hl-2 {
  display: inline-block;
  background: url("../fotomateriaal/title-hl-2.webp");
  background-size: 96%;
  background-position: left bottom 4px;
  background-repeat: no-repeat;
}
.slogan-title h1 span.title-hl-3 {
  display: inline-block;
  background: url("../fotomateriaal/title-hl-3.webp");
  background-size: 96%;
  background-position: left bottom 4px;
  background-repeat: no-repeat;
}
.services-main {padding: 30px 0 120px 0;}
.service-card {width: 100%;height: 100%;}
.service-card a {
  width: 100%;
  height: 100%;
  display: inline-block;
  border: 1px solid var(--primary);
  border-radius: 8px;
  padding: 55px 25px 65px 25px;
  position: relative;
  transition: .2s ease-in;
}
.service-card a,.service-card a:hover, .news-card a, .news-card:hover {text-decoration: none;}
.service-card h4{ margin: 0;padding: 25px 0 15px 0;transition: .2s ease-in;}
.service-card p{margin: 0 0 15px 0;}
.service-card .bi {
  color: var(--primary);
  font-size: 26px;
  position: absolute;
  bottom: 25px;
  transition: .2s ease-in;
}
.service-card a:hover{
  transform: scaleX(1.07) scaleY(1.07);
  background-color: rgba(128,17,59,0.1);
  transition: .2s ease-in;
}
.service-card a:hover h4{color: var(--primary);transition: .2s ease-in;}
.service-card a:hover .bi{padding-left: 5px;transition: .2s ease-in;}
.why-main{margin-bottom: 100px;}
.why-wrapper{ background: #fafafa;padding: 85px 85px;}
.why-wrapper .title-wrapper p{margin-bottom: 0px;}
.why-content h5{margin-bottom: 15px;}
.why-content p{margin-bottom: 15px;}
.why-content p:last-child{margin-bottom: 0px;}
.cta-wrapper{
  text-align: center;
  background: url("../fotomateriaal/cta-bg.webp");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 50px 20px;
  margin-top: 110px;
  margin-bottom: -210px;
}
.cta-wrapper .btn.btn-primary {
  font-size: 30px;
  font-weight: 600;
  padding: 17px 80px;
}
.news-main{padding: 110px 0 80px 0;}
.news-wrapper{padding: 0 85px;}

.news-images {
  width: 100%;
  height: 205px;
  overflow: hidden;
  border-radius: 8px;
}
.news-images img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .2s ease-in;
}
.news-content {
  width: 100%;
  margin-top: 12px;
}
.news-content p{
  font-size: 14px;
  font-weight: 300;
  color: #666666;
  margin-bottom: 8px;
}
.news-content h3{margin-bottom: 0px;transition: .2s ease-in;}
.news-card:hover .news-images img{transform: scale(1.05);transition: .2s ease-in;}
.news-card:hover .news-content h3{color: var(--primary);transition: .2s ease-in;}
.news-card {margin-bottom:30px}
.news-btn-grp .btn{margin: 0 10px;}
/*anderepagina's*/
 iframe.map {height:400px; width:100%;display: block;}
.ctc-main{margin-bottom: 200px;}
.ctc-wrapper{ background: #fafafa;padding:50px 85px 85px 85px;}
.ctc-main .cta-wrapper{margin-top:0}

/**----Footer Css----**/
footer{background: #383838;padding: 100px 0;}
.footer-card {text-align: center;}
.footer-card li{
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 5px;
}
.footer-card li a{color: #fff;}
.footer-social{margin-top: 10px;}
.footer-social a{font-size: 26px;margin: 0 10px;}
.foot-adrs li {line-height: 23px;margin-bottom: 20px;}
.foot-adrs li:last-child {margin-bottom: 0px;}
/*------- Scroll to Top -------*/
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.7);
  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: 13px;
  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: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {color: #fff;top: 5px;}

/* Responsive */
@media (max-width: 1399px) {
	.top-navigation .navbar .nav-item {
	    margin-right: 50px;
	}
}

@media (max-width: 1199px) {
	.container{
		max-width: 100%;
	}
	.service-card a:hover{
		transform: scaleX(1.03) scaleY(1.03);
	}
}

@media (max-width: 1024px) {
	.logo {
	    width: 200px;
	}
	.top-bar ul li {
	    padding-right: 30px;
	}
	.top-navigation .navbar .nav-item {
	    margin-right: 40px;
	}
}

@media(max-width: 991px) {
	.dsk-hide{display: block;}
	.tel-xs ul li a i{color: var(--primary);font-size:18px}
	.tel-xs ul{margin-top:0px}
	.top-bar{display: none !important;}
	header {
	    overflow: initial;
	    border-bottom: 1px solid #e8e8e8;
	    padding: 20px 0;
	    position: relative;
	}
	.logo {padding: 0;}
	.logo img {
	    width: 100%;
	    height: auto;
	}
	.header-top{
		border-left: 0;
	}
	.nav-search a{
		border: 0;
		padding: 0;
		font-size: 24px;
		line-height: 27px;
	}
	.nav-search a:hover {
	    background: transparent;
	    border: 0;
	    color: var(--primary);
	}
	.top-navigation .navbar .navbar-toggler {
	    padding: 0;
	    font-size: 35px;
	    border: 0;
	}
	.top-navigation .navbar .navbar-toggler:focus{
    	box-shadow: none;
    	color: var(--primary);
	}
	.top-navigation .navbar .navbar-toggler i.bi.bi-list {
	    line-height: 35px;
	}
	.top-navigation {
	    width: 100%;
	    padding: 12px 0;
	    flex-direction: row-reverse!important;
	    justify-content: flex-start !important;
	}
	.nav-search {
	    margin-right: 30px;
	    padding-top: 5px;
	}
	.top-navigation .navbar{
		position: initial;
		margin-left: 30px;
	}
	.navbar-collapse {
	    position: absolute;
	    top: 130px;
	    left: 0;
	    width: 100%;
	    background: #fff;
	    padding: 20px;
	    z-index: 9;
	    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;
	}
	.slogan-main{
		padding: 50px 0;
	}
	.services-main .col-lg-4.col-md-6 {
	    margin-bottom: 25px;
	}
	.services-main {
	    padding: 30px 0 50px 0;
	}
	.why-wrapper{
		padding: 50px 45px;
	}
	.section-title{
		line-height: 65px;
	}
	.why-content {
	    margin-top: 30px;
	}
	.cta-wrapper .btn.btn-primary {
	    font-size: 26px;
	    padding: 15px 40px;
	}
	.news-wrapper{
		padding: 0 45px;
	}
	.cta-wrapper{
		background-attachment: initial;
	}
	.news-card {
	    margin-bottom: 30px;
	}
	footer{
		padding: 60px 0;
	}
	.footer-card.foot-adrs {
	    margin: 30px 0;
	}
}

@media(max-width: 767px) {
	.why-wrapper .title-wrapper {margin-bottom: 40px;}
	.why-content {margin-bottom: 60px;}
	.cta-wrapper{margin-top: 10px;}
	.news-wrapper .section-title {margin-bottom: 30px;}
	.news-images {height: 350px;}
    .news-btn-grp { margin-top: 30px;}
}

@media(max-width: 575px) {
	header{padding: 15px 0;}
	.logo {width: 140px; margin-top:30px}
	.top-navigation{padding: 7px 0;}
	h1,h2 {
		font-size: 30px;
	    line-height: 45px;
		margin-bottom: 15px;
	}
	.navbar-collapse{top: 130px;}
	.dsk-hide a.btn.btn-primary {
	    width: 100%;
	    padding: 8px 10px;
	    font-size: 15px;
	}
	.top-navigation .navbar .nav-link{font-size: 15px;}
	.slogan-main {padding: 30px 0;}
	.slogan-title br{display: none;}
	.service-card a{height: auto;padding: 40px 20px 20px 20px;}
	.service-card .bi{positiobottom: auto;}
	h4 {padding: 22px 0 14px 0;font-size: 22px;}
    p{font-size: 16px;}
    .services-main {padding: 30px 0 30px 0;}
	.why-wrapper {padding: 30px 25px;}
	.why-wrapper .title-wrapper p {font-size: 16px;}
    h5 {font-size: 22px;line-height: 30px;margin-bottom: 12px;}
	.why-content p {margin-bottom: 12px;}
	.cta-wrapper {margin-top: 0;}
	.cta-wrapper{padding: 30px 15px;}
	.cta-wrapper .btn.btn-primary {font-size: 16px;padding: 10px 20px;}
	.news-wrapper {padding: 0px;}
	.news-wrapper h1 {margin-bottom: 20px;}
	.news-main {padding: 130px 0 50px 0;}
	.news-images {height: 230px;}
	h3 {font-size: 18px;}
    .news-content p{margin-bottom: 5px;}
    .news-card {margin-bottom: 25px;}
	.news-btn-grp {margin-top: 10px;display: inline-block !important;}
	.news-btn-grp .btn {
	    margin: 0 0 10px 0;
	    width: 100%;
	    padding: 8px 10px;
	}
	footer {padding: 50px 0;}
	.footer-logo img {width: 140px;}
	.footer-logo {margin-bottom: 30px !important;}
	.footer-card li{margin-bottom: 0px;}
	.footer-card.foot-adrs li {margin-bottom: 20px;}
	.footer-card.foot-adrs li:last-child{margin-bottom: 0px;}
}

@media(max-width: 330px) {
h1,h2{font-size: 27px;line-height: 38px;}}
/* Vacature pop-up met afbeelding */
.vacature-popup-modal .modal-dialog {
  max-width: 500px;
  width: calc(100% - 30px);
}

.vacature-popup-content {
  width: 500px;
  max-width: 100%;
  border: 0;
  border-radius: 0;
  background: transparent;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

.vacature-popup-img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
}

.vacature-popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  padding: 8px;
  opacity: 1;
}

.vacature-popup-close:hover {
  opacity: 1;
  background-color: #fff;
}

@media (max-width: 575px) {
  .vacature-popup-modal .modal-dialog {
    width: calc(100% - 24px);
  }
}
.vacature-cta {
  margin-top: 50px;
  padding: 45px 30px;
  background: #f8efe5;
  border-left: 5px solid #9f4020;
  text-align: center;
}

.vacature-cta-inner {
  max-width: 760px;
  margin: 0 auto;
}

.vacature-cta h2 {
  margin-bottom: 18px;
  color: #2d1c17;
  font-weight: 700;
}

.vacature-cta p {
  color: #3d302c;
  font-size: 17px;
  line-height: 1.7;
}

.vacature-cta a:not(.btn) {
  color: #9f4020;
  font-weight: 600;
}

.vacature-cta .btn {
  margin-top: 15px;
}