/* cmsms stylesheet: rootz master modified: Friday, September 5, 2025 12:14:31 AM */
@font-face {
	src: url(../../fonts/AcuminVariableConcept.otf);
	font-family: "AcuminVariableConcept";
}

@font-face {
	src: url(../../fonts/AcuminProCondBold.otf);
	font-family: "AcuminProCondBold";
}

* {
	font-family: "AcuminVariableConcept";
}

body {
	margin: 0;
	padding: 0;
	color: #000000;
}

.hart-van-content1 img {
  max-width: 100%;
  height: auto;
  display: block; /* optioneel */
}

h2 {
	font-size: 25px;
	letter-spacing: -1px;
	line-height: 1;
	text-transform: uppercase;
	color: #000000;
	font-family: "AcuminProCondBold";
}

p {
	font-size: 14px;
	line-height: 22px;
	color: #000000;
	font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
p {
	margin: 0;
}

figure {
	margin: 0;
}

span,
small {
	display: inline-block;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	display: inline-block;
	transition: 0.3s all ease-in-out;
color: #1E5427;

}


  .custom-btn {
    background-color: #1D5327;
    border-color: #1D5327;
    color: #fff;
    font-size: 1.25rem;
  }
  .custom-btn:hover {
    background-color: #B6C608;
    border-color: #B6C608;
    color: #000;
  }


 a:hover {
        color: #B6C608;
    }





  .card-link {
    color: inherit;
  }
  .card-hover {
    transition: box-shadow 0.3s ease-in-out;
  }
  .card-hover:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
  .circle-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 2px solid white;
    border-radius: 50%;
    font-size: 1rem;
    color: white;
    position: absolute;
line-height: 0.8;
    top: 10px;
    right: 10px;
    transition: all 0.3s ease-in-out;
  }
  .card-hover:hover .circle-icon {
    background-color: white;
    color: #B6C608;
    border-color: white;
  }
  .card-hover:hover .card-title {
    color: #1D5327;
  }

  /* Responsive styling */
  @media (max-width: 768px) {
    .col-sm-4 {
      flex: 0 0 100%;
      max-width: 100%;
    }
  }

.projecten-content {
  padding: 100px 0 10px 0;
}







button {
	border: none;
	background: transparent;
	cursor: pointer;
	transition: 0.3s all ease-in-out;
}

button:focus {
	outline: none;
	box-shadow: none !important;
}

input:focus,
textarea:focus {
	outline: none;
	border: none;
}

::selection {
	background: #3F8C32;
	color: #FFFFFF;
}

::-webkit-selection {
  background: #3F8C32;
	color: #FFFFFF;
}

::-moz-selection {
  background: #3F8C32;
	color: #FFFFFF;
}

.container {
	max-width: 1030px;
	padding: 0 15px;
}

.container-fluid {
	max-width: 1230px;
	padding: 0 15px;
}






/*
---------------
header-area
---------------
*/

.first-background-bg {
	background: #EBE8E3;
}

.header-area {
	position: relative;
	z-index: 10;
}

.header-area .container-fluid {
	padding: 0 60px;
}

.header_list li a,
.header_list div#nav > span {
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	padding: 0 !important;
	margin: 0 8px;
	font-weight: 400;
	color: #000 !important;
	position: relative;
	cursor: pointer;
}

.header_list div#nav ul.dropdown li a::before {
	display: none;
}

.header_list li a::before,
.header_list .dropdown-toggle::before {
	content: "";
	position: absolute;
	width: 0;
	height: 1.4px;
	bottom: -3px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #000;
	transition: 0.3s all ease-in-out;
}

.header_list li a:hover::before,
.header_list .dropdown-toggle:hover::before {
	width: 100%;
	transition: 0.3s all ease-in-out;
}

#active_a::before {
	width: 100%;
}

.header_list .dropdown-menu.show li a {
	line-height: 1.5;
	margin: 0;
	padding: 5px 8px !important;
}

.header_list .dropdown-menu.show li a::before {
	display: none;
}


.header_list div#nav {
 	position: relative; 
 	vertical-align: middle;
 	line-height: 0.5;
}

.header_list div#nav ul.dropdown { 
	display: none; 
	position: absolute; 
	top: 125%;
	width: 136px;
	background: #fff;
	border-radius: 5px;
	padding: 5px 0;
	left: -4px;
}

.header_list div#nav ul.dropdown li a {
	padding: 5px 7px !important; 
	display: block; 
	border-radius: 2px;
	margin: 0 !important;
}

.header_list div#nav ul.dropdown {
	padding: 5px;
}

.header_list div#nav ul.dropdown li a:hover {
	background: #EBE7E3;
}










/*
---------------
bac-bg-area
---------------
*/

.bac-bg-area {
	margin: -77px 0 0;
  position: relative;
  z-index: 1;
}

.bac-bg-area img.shape {
	position: absolute;
	top: -58px;
}

.inr-bg {
	position: relative;
}

.inr-bg h2 {
	font-size: 64px;
	letter-spacing: -2px;
	line-height: 64px;
	color: #ffffff !important;
	font-weight: bold;
	position: absolute;
	margin-top: -16%;
	left: 99px;
	text-transform: none;
}






/*
---------------
rootz-content
---------------
*/

.rootz-content {
	padding: 100px 0;
}

.inr-rootz-cnt h2 {
	margin: 0 0 10px;
	line-height: 1;
}

.inr-rootz-cnt p {
	margin: 0 0 20px;
}





/*
-----------------
image-video-area
-----------------
*/

.inr-image-video {
	background: #C6C0B4;
}

.image-video-area figure {
	padding: 60px 0;
}

.image-video-area iframe {
	height: 760px;
}




/*
-----------------
hart-van-area
-----------------
*/

.hart-van-area1 {
	padding: 95px 0 10px;
	background: #EBE7E3;
}

.hart-van-content1 h2
{
	margin: 0 0 10px;
}

.hart-van-content1 p {
	margin: 0 0 20px;
}







/*
-----------------
hart-van-area
-----------------
*/

.hart-van-area {
	padding: 10px 0 10px;
	background: #EBE7E3;
}

.hart-van-content h2,
.biobased-content h2,
.het-samon-content h2,
.werkt-content h2,
.ruimte-content h2 {
	margin: 0 0 10px;
}

.hart-van-content p {
	margin: 0 0 20px;
}




/*
-----------------
biobased-area
-----------------
*/

.biobased-area {
	padding: 100px 0 150px;
}

.biobased-area .row {
	align-items: center;
}





/*
-----------------
het-samon-area
-----------------
*/

.het-samon-area {
	background: #EBE7E3;
	padding: 0 0 110px;
}

.het-samon-content {
	padding: 100px 0 0;
}


.img-para img:hover {
	opacity: 0.8;
	transition: 0.3s all ease-in-out;
}

.img-para h3 {
	font-size: 14px;
	line-height: 1.2;
	font-weight: 600;
	text-transform: uppercase;
	margin: 25px 0 2px;
	color: #000;
}

.img-para span {
	font-size: 14px;
	line-height: 22px;
	color: #1E5427;
	font-weight: 300;
}

 .img-para span:hover {
        color: #B6C608;
    }


.het-samon-area .row {
	margin: 32px -20px 0;
	row-gap: 40px;
}

.het-samon-area .row > div {
	padding: 0 20px;
}

.inr-section2 {
	padding: 10px 0 10px;
}

.inr-section2 img {
  border: 2px solid transparent;	
  transition: 0.3s all ease-in-out;
}

.inr-section2 img:hover {
  border: 2px solid #1D5327;	
}
.regiodeal-div h2 {
	margin: 0 0 25px;
}

.regiodeal-div img {
	margin: 0 0 32px;
}

.regiodeal-div img:hover {
	opacity: 0.8;
	transition: 0.3s all ease-in-out;
}


.meer_a {
	font-size: 24px;
	line-height: 1;
	text-transform: uppercase;
	color: #ffffff !important;
	/*! font-weight: bold; */
	border-radius: 16px;
	background-color: #1d5327;
	padding: 20px 27px;
	font-family: "AcuminProCondBold";
}

.meer_a:hover {
	background: #1e9733;
}







/*
-----------------
vergad-area
-----------------
*/

.vergad-area {
	padding: 80px 0 150px;
}

.vergad-content img {
	margin: 15px 0 25px;
}

.vergad-content h2 {
	text-transform: none;
}

.vergad-content p {
	margin: 15px 0 33px;
}

.vergad-content a,
.ruimte__a {
	width: 280px;
	text-align: center;
}







/*
-----------------
ruimte-area
-----------------
*/

.ruimte-area {
	background: #EBE7E3;
	padding: 125px 0;
}

.ruimte-area .row {
	align-items: center;
}






/*
----------------
contact-area
----------------
*/

.contact-area {
	padding: 100px 0 240px;
}

.contact-content h2,
.inr-heb-content h2 {
	margin: 0 0 5px;
}

.int-content {
	margin: 0 0 50px;
}

.int-content ul li {
	line-height: 1.3;
}

.int-content ul li i {
	font-size: 14px;
	margin: 0 4px 0 0;
	vertical-align: middle;
}

.int-content ul li a,
.int-content ul li span {
	font-size: 14px;
  line-height: 1;
  color: #000000;
  font-weight: 300;
}

.int-content ul li a:hover {
  color: #1D5327;
}

.inr-heb-content {
	max-width: 390px;
	margin-left: auto;
}

.inr-heb-content form {
	padding: 28px 0 0;
}

.inr-heb-content form input,
.inr-heb-content form textarea {
	display: block;
	width: 100%;
	font-size: 16px;
line-height: 1.5;
  color: #1D5327;
  font-weight: 300;
padding: .375rem .75rem;
	border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;

	margin: 0 0 20px;
}

.inr-heb-content [type="submit"] {
	width: 280px;
	margin: 12px 0 0;
	text-align: center;
}



/*
--------------
google-maps
--------------
*/

.google-maps iframe {
	width: 100%;
	height: 720px;
}





/*
---------------
footer-area
---------------
*/

.footer-area {
	position: relative;
	z-index: 10;
	padding: 131px 0 100px;
	margin: -290px 0 0;
}

.footer-area > img {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	bottom: 0;
	object-fit: cover;
}

  .footer-area > img.d-none {
    
    height: auto;
    position: absolute;
    top: -34px;
    left: 0;
  }

@media (min-width: 1200px) and (max-width: 1399.98px) {
 .fxl { display: block !important; }
}

@media (min-width: 2200px) {
 .fxl { display: block !important; }
}



@media (min-width: 1400px) {
.fxxl { display: block !important; }

}


.footer-area .row {
	align-items: flex-end;
}

.footer-area h2,
.footer-area p,
.footer-area a,
.footer-area span,
.footer-area i {
	color: #FFF !important;
}


.footer-area a:hover {
	color:  #1e9733 !important;
}

.footer-area p,
.footer-area a,
.footer-area span,
.footer-area i {
	font-size: 14px;
}

.footer-area ul li {
	line-height: 1.4;
}

.footer-area h2 {
	margin: 0 0 20px;
}

.cnt-arcl {
	margin: 0 0 0 -24px;
}

.cnt-arcl i {
	font-size: 14px;
	margin: 0 4px 0 0;
}

.social_list ul li a {
	margin: 0 2px;
}

.social_list ul li a i {
	font-size: 30px;
	transition: all 0.3s ease-in-out;
}

.footer-area i:hover {
  color: #40D842 !important;
}




/*--------------------
 Back to Top Button
---------------------*/

.scrollToTopBtn {
	background-color: #1d5327;
	border: none;
	border-radius: 50%;
	color: white;
	cursor: pointer;
	font-size: 20px;
	line-height: 0;
	width: 45px;
	height: 45px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 100;
	opacity: 0;
	transform: translateY(100px);
  transition: all .5s ease;
	box-shadow: 1px 1px 5px #000;
}
    
.showBtn {
	opacity: 1;
	transform: translateY(0);
}







.responsive-spacer {
    height: 230px; /* Default height */
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
    .responsive-spacer {
        height: 240px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .responsive-spacer {
        height: 250px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .responsive-spacer {
        height: 260px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    .responsive-spacer {
        height: 270px;
    }
}
