@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
	margin: 0 !important;
	padding: 0 !important;
	background-color: #F5F5F5 !important;
	font-family: "Open Sans", sans-serif !important;
	font-weight: normal !important;
	font-size: 14px !important;
	color: #161616 !important;
	overflow-x: hidden !important;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix { 
    display: inline-block; 
}

* html .clearfix { 
    height: 1%; 
}

.clearfix { 
    display: block;
}

h1 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: bold !important;
    font-size: 36px !important; 
    color: #333333 !important;
}

h2 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: bold !important;
    font-size: 28px !important; 
    color: #003366 !important;
}

h3 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: normal !important;
    font-size: 22px !important; 
    color: #005A99 !important;
}

p {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: normal !important;
    font-size: 16px !important; 
    color: #333333 !important;
}


.header {
	top: 0;
	width: 100%;
	max-width: 100%;
	background-color: #ffffff;
	height: 90px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	position: fixed;
	z-index: 9999999;
	border-top: 3px solid #D30B0B;
	transition: height 0.1s ease;
}

.header.scrolled {
    height: 60px; 
}

.navbar-collapse {
    background-color: #ffffff !important;
    z-index: 9999;
    margin-top: 5px;
}

.navbar-brand {
	margin-left: -16px !important;
	margin-top:-7px!important;
}

.navbar-brand.nav-mg-top {
	margin-left: -16px !important;
	margin-top:-12px!important;
}

.navbar-brand.nav-mg-top img {
	width: 90px!important;
}

.navbar-toggler {
  color: #ffffff !important;
  border: none !important;
  margin-right: -18px !important;
  padding: 0 !important;
  margin-top: -9px !important;
}

.navbar-toggler.nav-toggler-scrollv {
  font-size: 1.8rem!important;
}

button:focus { outline: none !important; }

.nav-link {
	color: #D30B0B !important;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 500 !important;
	font-size: 16px !important;
	transition: .1s;
	border-radius: 10px;
	margin: 5px;
}

.nav-link:hover {
	text-decoration: underline !important;
}

.dropdown-item {
	color: #ffffff !important;
	font-family: "Roboto", sans-serif !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	margin-bottom: 5px !important;
}

.dropdown-item:hover {
  background-color: #f10000 !important;
}

.dropdown-item:last-child {
	margin-bottom: 0px !important;
}


.dropdown-menu {
  border: 1px solid #f10000  !important;
  background-color: #D30B0B  !important;
  border-radius: 1px !important;
}

.login-box {
    width: 350px;
    min-height: 300px;
    padding: 25px 25px;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 10px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.14);
 }
 
.login-box h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
   	color: #33334f !important;
   	font-size: 30px !important;
   	margin: 0 !important;
   	padding: 0 !important;
   	margin-bottom: 10px !important;
   	text-align: left !important;
}

.lg-main {
   border: 1px solid #C01503;
   width: 100%;
   max-width: 100%;
   min-height: 10px;
   margin-bottom: 10px;
   background-color: #D41400;
   border-radius: 5px;
   padding: 6px;
}

.reg-error-main {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 14px;
 	color: #F6F6F6 !important;
 	margin: 0 !important;
 	padding: 0 !important;
 	text-align: left !important;
 	margin-bottom: 5px !important;
 	line-height: 30px;
 	font-weight: bold;
}
 
  .error-icon {
    float: left;
    margin-right: 2px;
    margin-top: -2px;
}

.reg-error {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
   	color: #e74c3c !important;
   	font-size: 12px !important;
   	margin: 0 !important;
   	text-align: left !important;
   	margin-bottom: 5px !important;
 }
 
 .cd-login-txtfield {
   width: 100%;
   max-width: 100%;
   height: 50px;
   border-radius: 2px;
   padding: 0 15px;
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
   color: #33334f;
   font-size: 15px;
   border: 1px solid #dddfe2;
   margin-bottom: 15px;
   margin-top: 3px;
}

.cd-login-txtfield:focus {
    outline: none;
}

.cd-loginp-btn {
   background-color: #D30B0B;
   color: #ffffff;
   width: 100%;
   max-width: 100%;
   height: 50px;
   border-radius: 2px;
   font-family: 'Raleway', sans-serif;
   font-weight: 700;
   font-size: 16px;
   border: 1px solid #bd0000;
   transition: .1s;
   cursor: pointer;
}

.cd-loginp-btn:hover {
   background-color: #bd0000;
}

.temp {
	  width: 90%;
}

.temp i {
    font-family: "Montserrat", sans-serif !important;
  	font-weight: normal !important;
  	font-size: 14px !important;
}

.loader {
   	border: 16px solid #F3F3F3;
   	border-radius: 50%;
   	border-top: 16px solid #D30B0B;
   	width: 120px;
   	height: 120px;
   	-webkit-animation: spin 1s linear infinite;
   	animation: spin 1s linear infinite;
 }

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
 
.tn-log-ms {
    color: #000000;
    margin-top: 10px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
}
 
 .navbar-nav {
    margin-right: -20px !important;
    margin-top: -10px!important;
 }
 
 .navbar-nav.nav-nav-scrollv {
   margin-top: -14px!important;
 }
 
 
 .header-search {
  display: none;
 }

input:focus,
  select:focus,
  textarea:focus,
  button:focus {
  outline: none;
}

.no-color {
  background-color: transparent!important;
}

.no-decoration {
  text-decoration: none!important;
}

.nd-black {
  color: #333!important;
}

#scrollToTopBtn {
    position: fixed ;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    color: white;
    border: none;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    display: none;
    z-index: 9999999;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s;
    background-color: #D30B0B;
}

#scrollToTopBtn:hover {
    background-color: #f12a2a;
}
.close-menu {
    display: none; 
}

.nav-logo {
  width: 120px;
  display: none;
}

.footer {
  background-color: #D30B0B !important; 
  padding: 35px 0 !important;
}

.footer a {
  color: #ffffff!important;
  text-decoration: none!important;
}

.footer a:hover {
  color: #ffffff!important;
  text-decoration: underline!important;
}

.copyright {
  width: 100%;
  background-color: #bb0707; 
  min-height: 40px;
}

.copyright-msg {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  color: #ffffff !important;
}

.footer-column h5 {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700 !important;
  font-size: 20px !important;
  color: #0ece17 !important; 
  margin-bottom: 10px!important;
}

.footer-column p {
  color: #f1f1f1 !important;
  max-width: 97.5% !important;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  margin-bottom: 8px!important;
}

ul.footer-nav {
  list-style-type: none;
  margin: 0 !important;
  padding: 0 !important;
}

.footer-nav li {
  margin-bottom: 8px !important;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 500 !important;
  font-size: 15px !important;
}

.footer-nav a {
  color: #ffffff !important; 
  text-decoration: none;
}

.footer-nav a:hover {
  color: #ddd !important; 
  text-decoration: underline;
}

.social-icons {
  margin-top: 20px;
}

.social-icons a {
  color: #0ece17 !important;
  font-size: 20px;
  margin-right: 15px;
}

.social-icons a:hover {
  color: #ffffff !important;
}

.rnv-hp-slider {
    position: relative;
    height: 60vh; 
    max-height: 100vh; 
    overflow: hidden;
    border-bottom: 1px solid #dddfe2;
}

.rnv-hp-slide {
    width: 100%;
    height: 100%;
    background-image: url('/images/slider/rinnovations-nederland-dk.jpeg');
    background-size: cover; 
    background-position: bottom left; 
    background-repeat: no-repeat; 
}

.rnv-hp-caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); 
    color: #ffffff!important;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 20px;
}

.rnv-hp-caption h1 {
		font-family: "Montserrat", sans-serif !important;
    font-size: 2.8rem!important;
    font-weight: 700!important;
    color: #ffffff!important;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.rnv-hp-caption p {
		font-family: 'Roboto', sans-serif !important;
		font-weight: 400 !important;
    font-size: 1.5rem!important;
    color: #ddd!important;
}

.rnv-red-btn {
  padding: 10px 15px;
  background-color: #D30B0B;
  border: 1px solid #bd0000;
  border-radius: 5px;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  color: #ffffff!important;
}
.rnv-red-btn:hover {
  background-color: #ef1d1d;
}

.section-title {
  width: 100%;
  max-width: 100%;
}

.section-title h3 {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700 !important;
  font-size: 32px !important;
  margin-bottom: 50px!important;
  color: #12A919!important;
}

.rnv-hp-diensten {
  padding: 80px 0;
}
.rnv-hp-service-box {
  background-color: #ffffff;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  padding: 25px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  color: #333;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.rnv-hp-service-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.rnv-hp-service-box i {
  font-size: 3rem;
  margin-bottom: 15px;
  color: #D30B0B;
}

.rnv-hp-service-box h3 {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700!important;
  font-size: 1.1rem!important;
  margin-bottom: 10px!important;
  color: #D30B0B!important;
}

.rnv-hp-service-box p {
  font-family: "Roboto", sans-serif !important;
  font-weight: 500!important;
  font-size: 1rem!important;
  color: #555!important;
  margin-bottom: 0!important;
}

.breadcrumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.breadcrumb-banner {
  position: relative;
  height: 350px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #dddfe2;
}

.breadcrumb-banner h1 {
	color: #ffffff!important;
  position: relative!important;
  z-index: 2!important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700!important;
  font-size: 2rem!important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5)!important;
}

.content-section {
    padding: 60px 0!important;
    width: 100%!important;
    max-width: 100%!important;
}

.content-section h1 {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700!important;
  font-size: 3rem!important;
  color: #12A919!important;
}

.content-section h2 {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700!important;
  font-size: 1.6rem!important;
  color: #D30B0B!important;
}

.content-section h4 {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700!important;
  font-size: 1.2rem!important;
  color: #12A919!important;
}

.content-section p {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  color: #7a7a7a !important;
  margin-bottom: 20px!important;
  max-width: 97%!important;
}

.content-section li {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  color: #7a7a7a !important;
}

.content-section ol {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  color: #7a7a7a !important;
}

.rnv-hps-about {
  background-color: #ffffff;
  padding: 80px 0;
}
.rnv-hps-waarom {
  background-color: #f9f9f9;
  padding: 80px 0;
}

.rnv-hps-waarom .section-title h3 {
  font-size: 2rem;
  margin-bottom: 40px;
  color: #D30B0B;
}

.rnv-hps-waarom .row.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.rnv-hps-waarom .col-md-4.d-flex {
  display: flex;
}

.rnv-hps-waarom .rnv-hps-reason-box {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  flex: 1; /* Zorgt ervoor dat alle boxjes dezelfde hoogte krijgen */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rnv-hps-waarom .rnv-hps-reason-box:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}

.rnv-hps-waarom .rnv-hps-icon {
  font-size: 3rem;
  margin-bottom: 15px;
  color: #D30B0B;
}

.rnv-hps-waarom h4 {
  font-size: 1.6rem;
  margin-bottom: 15px;
  color: #333;
}

.rnv-hps-waarom p {
  font-size: 1rem;
  color: #666;
}

.rnv-hps-projecten {
  background-color: #fff;
  padding: 80px 0;
}

.rnv-hps-projecten .section-title h3 {
  font-size: 2rem;
  margin-bottom: 40px;
  color: #D30B0B;
}

.rnv-hps-project-img {
  width: 100%;
  height: 200px; 
  object-fit: cover; 
}

.rnv-hps-project-caption {
  background-color: #f4f4f4; 
  padding: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.rnv-hps-project-caption h4 {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 700 !important;
    font-size: 1.3rem !important;
    margin-bottom: 5px !important;
    color: #D30B0B !important;
}

.rnv-hps-project-caption p {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 500 !important;
  font-size: 1rem!important;
  color: #555;
  max-width: 100%!important;
  margin-bottom: 0px!important;
  text-align: center!important;
  line-height: 1.8!important;
}

.rnv-hps-project-btn {
  display: inline-block;
  padding: 10px 30px;
  background-color: #D30B0B;
  color: #fff;
  font-size: 1.1rem;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.rnv-hps-project-btn:hover {
  background-color: #b30909;
}

.rnv-hps-projecten .col-md-4 {
  margin-bottom: 25px; 
}
.rnvs-img {
  max-width: 100%!important;
  width: 100%!important;
  border-radius: 5px!important;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.14);
}
.rnv-why-box p {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 500 !important;
  font-size: 1.1rem !important;
  color: #555;
  max-width: 99%!important;
  margin-bottom: 15px!important;
  text-align: left!important;
  line-height: 1.8!important;
}

.rnv-hps-reason-box p {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 500 !important;
  font-size: 1rem!important;
  color: #555;
  max-width: 100%!important;
  margin-bottom: 15px!important;
  text-align: center!important;
  line-height: 1.8!important;
}


.rnv-hps-reason-box h4 {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 700 !important;
    font-size: 1.3rem !important;
    margin-bottom: 10px !important;
    color: #D30B0B !important;
}

#hero-overons {
    position: relative;
    color: white;
    background-position: center;
    background-size: cover;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#hero-overons::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); 
    z-index: 1;
}

#hero-overons h1, #hero-overons p {
    position: relative;
    z-index: 2;
    color: #fff!important;
}

#hero-overons h1{
    position: relative;
    z-index: 2;
    color: #fff!important;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 700 !important;
    font-size: 32px !important;
    margin-bottom: 10px!important;
}

#hero-overons p {
    position: relative;
    z-index: 2;
    font-family: "Roboto", sans-serif !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    color: #ddd!important;
    margin-bottom: 0px!important;
}


#intro {
    padding: 60px 0;
}

#intro h2 {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 700 !important;
    font-size: 32px !important;
    margin-bottom: 15px !important;
    color: #D30B0B !important;
}

#intro p {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 500 !important;
    font-size: 1.1rem !important;
    color: #555;
    max-width: 95% !important;
    margin-bottom: 15px !important;
    text-align: left !important;
    line-height: 1.8 !important;
}

#intro img {
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

#team {
    padding: 60px 0!important;
    background-color: #D30B0B!important;
}

#team h2 {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 700 !important;
    font-size: 32px !important;
    margin-bottom: 40px !important;
    color: #ffffff !important;
}

#team {
    text-align: center;
    padding: 20px;
}

#team  img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

#team h6 {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 700 !important;
    font-size: 26px !important;
    color: #000000;
    background-color: #ffffff;
}

#team p {
    font-family: "Open Sans", sans-serif !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    color: #000000!important;
    background-color: #ffffff!important;
}
#projecten {
    padding: 60px 0;
}

#projecten h2 {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 700 !important;
    font-size: 32px !important;
    margin-bottom: 35px !important;
    color: #D30B0B !important;
    
}

.contact-content h3 {
  font-family: "Montserrat", sans-serif !important;
    font-weight: 700 !important;
    font-size: 32px !important;
    margin-bottom: 15px !important;
    color: #D30B0B !important;
}

#projecten .card {
    border: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#projecten .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

#projecten .card img {
    border-radius: 8px 8px 0 0;
    max-height: 180px;
    object-fit: cover;
}

#projecten .card h5 {
    font-family: "Montserrat", sans-serif !important;
    font-weight: 700 !important;
    font-size: 22px !important;
    color: #000000!important;
    margin-top: 0px!important;
    margin-bottom: 5px!important;
}

#projecten .card p {
    font-family: "Open Sans", sans-serif !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    color: #666!important;
    margin-bottom: 0!important;
}

.contact-header {
  padding: 80px 0;
  background: #D30B0B; 
  color: white; 
  height: 200px; 
  text-align: center;
}

.contact-header h1 {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700 !important;
  font-size: 32px !important;
  margin-bottom: 10px !important;
  color: #ffffff !important;
}

.contact-header p {
    font-family: "Roboto", sans-serif !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    color: #ddd!important;
    margin-bottom: 0px!important;
}

.contact-info-box {
    background-color: #ffffff;
    padding: 30px;
    text-align: left;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.contact-info-box h3 {
    color: #D30B0B;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 700 !important;
    font-size: 26px !important;
    margin-bottom: 15px !important;
    text-align: left; 
}

.contact-info-item {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.contact-info-item .icon {
    color: #D30B0B;
    font-size: 1.5rem;
    margin-right: 10px; 
}

.contact-info-item p {
    font-size: 1rem;
    margin: 0;
}

.contact-form-box {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.contact-form-box h3 {
    color: #D30B0B;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 700 !important;
    font-size: 26px !important;
    margin-bottom: 15px !important;
}

.form-group label {
    font-weight: 600;
}

.form-control {
    border-radius: 5px;
}

.btn-primary {
    background-color: #D30B0B;
    border: none;
}

.btn-primary:hover {
    background-color: #B90A0A;
}

.ct-btn {
    background-color: #D30B0B;
    border: none;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.ct-btn:hover {
    background-color: #B90A0A;
    color: #ffffff;
}

.rnvx39107-diensten-section {
  padding: 100px 0;
  background: linear-gradient(to right, #ffffff, #fdfdfd);
}

.rnvx84201-title-wrap h3 {
  position: relative;
  font-family: "Montserrat", sans-serif!important;
  font-size: 36px!important;
  font-weight: 800!important;
  color: #D30B0B!important;
  margin-bottom: 15px;
  display: inline-block;
}

.rnvx84201-title-wrap h3::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, #D30B0B, #0EA716);
  margin: 12px auto 0;
  border-radius: 2px;
  animation: rnvx84201-divider-slide 2s infinite alternate ease-in-out;
}

@keyframes rnvx84201-divider-slide {
  0% { width: 40px; opacity: 0.6; }
  100% { width: 80px; opacity: 1; }
}

.rnvx84201-title-wrap p {
  font-family: "Roboto", sans-serif!important;
  font-weight: 500!important;
  font-size: 16px!important;
  color: #555!important;
  margin-top: 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px!important;
}

.rnvx39107-service-box {
  background: #fff;
  border-radius: 12px;
  padding: 40px 25px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 10px 25px rgba(0,0,0,0.07);
  height: 100%;
  position: relative;
  overflow: hidden;
}

.rnvx39107-service-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.15);
}

.rnvx39107-service-link {
  text-decoration: none !important;
}

.rnvx39107-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto 25px;
  border-radius: 50%;
  background-color: #D30B0B;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  box-shadow: 0 6px 12px rgba(0,0,0,0.1);
  transition: background-color 0.3s ease;
}

.rnvx39107-service-box h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #161616;
  margin-bottom: 15px;
}

.rnvx39107-service-box p {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #666;
  margin-bottom: 25px;
}

.rnvx39107-btn {
  display: inline-block;
  background-color: #0EA716;
  color: white;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 4px;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}

.rnvx39107-btn:hover {
  background-color: #068a0d;
  color: #fff;
}

.rnvx62213-over-section {
  padding: 100px 0;
  background-color: #ffffff;
}

.rnvx62213-title-wrap h3 {
  font-family: "Montserrat", sans-serif !important;
  font-size: 32px !important;
  font-weight: 700 !important;
  color: #D30B0B !important;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

.rnvx62213-title-wrap h3::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, #D30B0B, #0EA716);
  margin: 12px auto 0;
  border-radius: 2px;
  animation: rnvx62213-divider 2s infinite alternate ease-in-out;
}

@keyframes rnvx62213-divider {
  0% { width: 50px; opacity: 0.6; }
  100% { width: 80px; opacity: 1; }
}

.rnvx62213-title-wrap p {
  font-family: "Roboto", sans-serif!important;
  font-weight: 500!important;
  font-size: 16px!important;
  color: #555!important;
  margin-top: 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px!important;
}

.rnvx62213-tekst p {
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px !important;
  color: #555 !important;
  line-height: 1.8 !important;
  margin-bottom: 20px !important;
}

.rnvx62213-btn {
  display: inline-block;
  background-color: #0EA716;
  color: #ffffff !important;
  font-weight: 700;
  padding: 12px 24px;
  font-size: 14px;
  border-radius: 4px;
  text-decoration: none !important;
  transition: background-color 0.3s ease;
}

.rnvx62213-btn:hover {
  background-color: #068a0d;
  color: #ffffff !important;
}

.rnvx62213-imgbox img {
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}


.rnvx28544-waarom-section {
  background-color: #f9f9f9;
  padding: 100px 0;
}

.rnvx28544-title-wrap h3 {
  font-family: "Montserrat", sans-serif !important;
  font-size: 32px !important;
  font-weight: 700 !important;
  color: #D30B0B !important;
  margin-bottom: 10px;
}

.rnvx28544-title-wrap h3::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, #D30B0B, #0EA716);
  margin: 12px auto 0;
  border-radius: 2px;
  animation: rnvx28544-divider 2s infinite alternate ease-in-out;
}

@keyframes rnvx28544-divider {
  0% { width: 50px; opacity: 0.6; }
  100% { width: 80px; opacity: 1; }
}

.rnvx28544-title-wrap p {
  font-family: "Roboto", sans-serif!important;
  font-weight: 500!important;
  font-size: 16px!important;
  color: #555!important;
  margin-top: 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px!important;
}

.rnvx28544-box {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 35px 25px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(0,0,0,0.07);
  height: 100%;
}

.rnvx28544-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.12);
}

.rnvx28544-icon {
  font-size: 42px;
  color: #D30B0B;
  margin-bottom: 20px;
}

.rnvx28544-box h4 {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 700;
  font-size: 20px;
  color: #161616;
  margin-bottom: 15px;
}

.rnvx28544-box p {
  font-family: "Open Sans", sans-serif !important;
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}

.rnvx20384-cta-section {
  background-color: #D30B0B;
  padding: 80px 20px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.rnvx20384-cta-section h3 {
  font-family: "Montserrat", sans-serif !important;
  font-size: 32px !important;
  font-weight: 700 !important;
  margin-bottom: 20px;
  color: #ffffff !important;
}

.rnvx20384-sub {
  font-family: "Roboto", sans-serif !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  color: #fff !important;
  margin-top: 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px !important;
}

.rnvx20384-btn {
  display: inline-block;
  padding: 12px 30px;
  background-color: #ffffff;
  color: #D30B0B !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 15px;
  text-transform: uppercase;
  border-radius: 4px;
  text-decoration: none !important;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.rnvx20384-btn:hover {
  background-color: #f1f1f1;
  color: #B00000 !important;
}

.rnvx75842-cta-contact {
  background-color: #f5f5f5;
  padding: 80px 20px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.rnvx75842-cta-contact h3 {
  font-family: "Montserrat", sans-serif !important;
  font-size: 32px !important;
  font-weight: 700 !important;
  color: #D30B0B !important;
  margin-bottom: 20px;
}

.rnvx75842-sub {
  font-family: "Roboto", sans-serif !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  color: #555 !important;
  margin-top: 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px !important;
}

.rnvx75842-btn-group {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.rnvx75842-btn {
  padding: 12px 25px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 4px;
  text-decoration: none !important;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.rnvx75842-phone {
  background-color: #0EA716;
  color: #ffffff !important;
}

.rnvx75842-phone:hover {
  background-color: #068a0d;
  color: #fff !important;
}

.rnvx75842-contact {
  background-color: #D30B0B;
  color: #ffffff !important;
}

.rnvx75842-contact:hover {
  background-color: #a60d0d;
  color: #fff !important;
}

.rnvx49420-projecten-section {
  padding: 100px 0;
  background-color: #ffffff;
}

.rnvx49420-title-wrap h3 {
  font-family: "Montserrat", sans-serif !important;
  font-size: 32px !important;
  font-weight: 700 !important;
  color: #D30B0B !important;
  margin-bottom: 10px;
}

.rnvx49420-title-wrap h3::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, #D30B0B, #0EA716);
  margin: 12px auto 0;
  border-radius: 2px;
  animation: rnvx49420-divider 2s infinite alternate ease-in-out;
}

@keyframes rnvx49420-divider {
  0% { width: 50px; opacity: 0.6; }
  100% { width: 80px; opacity: 1; }
}

.rnvx49420-title-wrap p {
  font-family: "Roboto", sans-serif !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  color: #555 !important;
  margin-top: 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px !important;
}

.rnvx49420-slide-box {
  background-color: #f8f8f8;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 14px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  height: 100% !important;
  width: 100% !important;
}


.rnvx49420-slide-box:hover {
  transform: translateY(-5px);
}

.rnvx49420-img {
  width: 100% !important;
  height: 220px !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
}

.rnvx49420-caption {
  padding: 20px !important;
  text-align: center !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  flex-grow: 1 !important;
}


.rnvx49420-caption h4 {
  font-family: "Montserrat", sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #D30B0B !important;
  margin-bottom: 10px !important;
}

.rnvx49420-caption p {
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px !important;
  color: #555 !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

.rnvx49420-btn {
  background-color: #0EA716;
  color: #fff !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  padding: 12px 28px;
  border-radius: 4px;
  font-size: 14px;
  text-decoration: none !important;
  transition: background-color 0.3s ease;
}

.rnvx49420-btn:hover {
  background-color: #068a0d;
  color: #ffffff !important;
}

.swiffy-slider .slider-container > li {
  display: flex !important;
  height: 100% !important;
  align-items: stretch !important;
}

.rnvx77430-klanten-slider {
  background-color: #f9f9f9;
  padding: 80px 0;
}

.rnvx77430-title-wrap h3 {
  font-family: "Montserrat", sans-serif !important;
  font-size: 32px !important;
  font-weight: 700 !important;
  color: #D30B0B !important;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

.rnvx77430-title-wrap h3::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, #D30B0B, #0EA716);
  margin: 12px auto 0;
  border-radius: 2px;
  animation: rnvx77430-divider 2s infinite alternate ease-in-out;
}

@keyframes rnvx77430-divider {
  0% { width: 50px; opacity: 0.6; }
  100% { width: 80px; opacity: 1; }
}

.rnvx77430-title-wrap p {
  font-family: "Roboto", sans-serif !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  color: #555 !important;
  margin-top: 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px !important;
}

.rnvx77430-logo {
  max-height: 80px;
  max-width: 140px;
  margin: auto;
  filter: grayscale(100%);
  opacity: 0.8;
  transition: all 0.3s ease;
}

.rnvx77430-logo:hover {
  filter: none;
  opacity: 1;
}

.rnvx93641-footer {
  background-color: #1a1a1a;
  color: #f1f1f1;
  padding: 60px 0;
  font-family: "Open Sans", sans-serif;
}

.rnvx93641-footer h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
}

.rnvx93641-footer p {
  color: #cccccc !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
  margin-bottom: 10px;
}

.rnvx93641-footer-nav,
.rnvx93641-contact-info {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rnvx93641-footer-nav li,
.rnvx93641-contact-info li {
  margin-bottom: 10px;
}

.rnvx93641-footer-nav a,
.rnvx93641-contact-info a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
}

.rnvx93641-footer-nav a:hover,
.rnvx93641-contact-info a:hover {
  color: #0ece17;
}

.rnvx93641-contact-info i {
  margin-right: 8px;
  color: #D30B0B;
}

.rnvx93641-social a {
  color: #ffffff;
  font-size: 18px;
  margin-right: 15px;
  transition: color 0.3s ease;
}

.rnvx93641-social a:hover {
  color: #0ece17;
}

.rnvx93641-copyright {
  background-color: #121212 !important;
  padding: 15px 0 !important;
  font-size: 14px !important;
  color: #aaaaaa !important;
  font-family: "Open Sans", sans-serif !important;
  border-top: 1px solid #222 !important;
}

.rnvx93641-copyright p {
  margin: 0 !important;
  font-size: 14px !important;
  color: #bbbbbb !important;
  letter-spacing: 0.3px;
}


@media only screen and (max-width: 768px) {
  .swiffy-slider.slider-item-show5 {
    --swiffy-slider-item-count: 2 !important;
  }
  .rnvx49420-projecten-section {
    padding: 60px 0 !important;
  }

  .rnvx49420-title-wrap h3 {
    font-size: 26px !important;
  }

  .rnvx49420-title-wrap p {
    font-size: 15px !important;
    margin-bottom: 20px !important;
  }

  .rnvx49420-img {
    height: 180px !important;
  }

  .rnvx49420-caption h4 {
    font-size: 16px !important;
    margin-bottom: 8px !important;
  }

  .rnvx49420-caption p {
    font-size: 13px !important;
    line-height: 1.5 !important;
  }

  .rnvx49420-btn {
    font-size: 14px !important;
    padding: 12px 20px !important;
    width: 100%;
  }

  .swiffy-slider.slider-item-show3 {
    --swiffy-slider-item-count: 1 !important;
  }
  .rnvx75842-cta-contact {
    padding: 60px 20px;
  }

  .rnvx75842-cta-contact h3 {
    font-size: 26px !important;
  }

  .rnvx75842-sub {
    font-size: 15px !important;
  }

  .rnvx75842-btn-group {
    flex-direction: column;
    gap: 12px;
  }

  .rnvx75842-btn {
    width: 100%;
    justify-content: center;
    font-size: 15px;
    padding: 14px;
  }
   .rnvx20384-cta-section {
    padding: 60px 20px;
  }

  .rnvx20384-cta-section h3 {
    font-size: 26px !important;
  }

  .rnvx20384-sub {
    font-size: 15px !important;
  }

  .rnvx20384-btn {
    width: 100%;
    padding: 14px;
    font-size: 14px;
  }
   .rnvx28544-waarom-section {
    padding: 60px 0;
  }

  .rnvx28544-title-wrap h3 {
    font-size: 28px !important;
  }

  .rnvx28544-box {
    padding: 30px 20px;
  }

  .rnvx28544-icon {
    font-size: 38px;
  }

  .rnvx28544-box h4 {
    font-size: 18px;
  }

  .rnvx28544-box p {
    font-size: 14px;
  }
  .rnvx39107-diensten-section {
    padding: 60px 0;
  }
  .rnvx62213-over-section {
    padding: 60px 0;
  }

  .rnvx62213-title-wrap h3 {
    font-size: 28px !important;
  }

  .rnvx62213-title-wrap p {
    font-size: 15px;
    margin-bottom: 30px;
  }

  .rnvx62213-tekst p {
    font-size: 15px !important;
    text-align: left !important;
    margin-bottom: 15px !important;
  }

  .rnvx62213-btn {
    width: 100%;
    text-align: center;
    padding: 12px;
    font-size: 14px;
    margin-top: 10px;
  }

  .rnvx62213-imgbox {
    margin-top: 30px;
    text-align: center;
  }

  .rnvx62213-imgbox img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 6px;
  }
  .header {
    height: 115px;
  }
  .header.scrolled {
      height: 80px!important; 
  }
  .navbar-toggler.nav-toggler-scrollv {
    font-size: 1.8rem!important;
  }
  .navbar-nav.nav-nav-scrollv {
     margin-top: -6px!important;
   }
   .navbar-brand.nav-mg-top {
  	margin-left: -16px !important;
  	margin-top:-5px!important;
  }
  
  .nav-item {
    border-bottom: 1px solid #dddfe2!important;
  }
  .nav-item:first-child {
    border-top: 1px solid #dddfe2!important;
  }

  .navbar  {
    border: transparent;
    background-color: #ffffff;
    padding: 0px 15px;
    width: 100%;
    position: fixed;
    z-index: 1; 
    left: 0;
    top: 0;
    text-align: center;
    margin-top: 0px;
  } 
  
  .navbar-collapse {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    width: 80%;
    max-width: 400px;
    background-color: #ffffff;
    z-index: 2;
    transition: right 0.3s ease;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
    padding-top: 70px;
    border-top: 3px solid #D30B0B;
    margin-top: 0;
  }

  .navbar-collapse.show {
    right: 0;
  }

  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;  
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  
  .overlay.show {
      opacity: 1;
      visibility: visible;
  }
  
  .navbar-brand {
    margin-top: 5px !important;
  }
     
  .header-search {
     display: inline-block;
     width: 100px !important;
     margin-top: 5px !important;
     font-family: 'Raleway', sans-serif !important;
     font-size: 13px !important;
     margin-left: -15px !important;
   }
     
  .navbar-brand {
    margin-right: 25px !important;
    margin-top: 1px;
  }
  
  .navbar-toggler {
    margin-left: -25px !important;
    margin-top: 1px !important;
  }
  
  .navbar-toggler-icon {
    width: 3rem !important;
    height: 3rem !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23D30B0B' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
  }
  
  .rnv-offerte-btn {
    background-color: #0EA716 !important;
    border: 1px solid #0EA716!important;
    padding: 10px 15px !important;
    border-radius: 1px !important;
    font-size: 14px !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 900 !important;
    text-transform: uppercase!important;
    margin-top: 6px!important;
    color: #ffffff!important;
  }
  .rnv-offerte-btn:hover {
    background-color: #068a0d !important;
  }
  
  .nav-link {
    display: inline-block;
    padding: 15px 25px !important;
    border-radius: 0 !important;
    color: #D30B0B !important;
    float: left !important;
    text-align: left !important;
    width: 100% !important;
    margin:0 auto !important;
    margin-bottom: 1px !important;
  }
  .nav-link:hover {
  	text-decoration: none !important;
  	color:#ee1f1f !important;
  }
    
  .dropdown-menu {
    justify-content: left important;
    text-align: left !important;
    border-radius: 0!important;
  }
  
  .nav-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
  }
  
  .close-menu {
    display: flex!important; 
    justify-content: center!important; 
    align-items: center!important; 
    position: absolute!important;
    top: 26px!important;
    right: 14px!important;
    background: #D30B0B !important;
    border: none!important;
    font-size: 1.8em !important;
    width: 38px !important;
    height: 38px !important;
    color: #ffffff!important;
    z-index: 1001!important;
    cursor: pointer!important;
    padding: 0 !important;
    text-align: center !important;
    border: 1px solid #D30B0B !important;
    border-radius: 50% !important; 
}

  .close-menu:focus {
    outline: none!important;
  }

  
 .nav-logo {
    width: 125px !important;
    margin-left: 12px;
    display: block;
    margin-top: -60px;
    margin-bottom: 25px;
  }
      
  .navButtons-ct {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483645;
    width: 100%;
    background-color: #C93B3A;
    border-top: 1px solid #161616;
    height: 50px;
    text-align: center;
  }

  .navButton-icon {
    width: 22px;
    height: 22px;
    margin-top: 20px;
  }
    
  .navButton-title {
    font-family: "Montserrat", sans-serif !important;
    font-size: 12px !important;
    font-weight: normal !important;
    color: #ffffff;
  }
    
	#scrollToTopBtn {
    font-size: 14px !important;
  }
    .footer-column {
      margin-bottom: 25px;
    }
    
    footer .col-md-3:last-child .footer-column {
      margin-bottom: 0 !important;
    }
    
    .rnv-hp-slider {
	     height: 100vh;
	   }
	  .rnv-hp-slide {
		    width: 100%;
		    height: 100%;
		    background-image: url('/images/slider/rinnovations-nederland.jpeg');
		    background-size: cover; 
		    background-position: bottom left; 
		    background-repeat: no-repeat; 
		 }
		
		 .rnv-hp-service-box {
       margin-bottom: 20px;
     }
     
     .rnv-hp-diensten {
        padding: 50px 0;
      }
     
     .rnv-hps-about {
        padding: 50px 0;
      }
      .rnv-hps-waarom {
        padding: 50px 0;
      }
      .rnv-hps-projecten {
        padding: 50px 0;
      }
      .rnv-hps-reason-box p {
        max-width: 98.5%!important;
      }
      .rnvs-img {
        margin-top: 25px!important;
      }
       .rnv-hps-waarom .col-md-4 {
        margin-bottom: 25px; 
      }
      .rnv-hps-projecten .col-md-4 {
        margin-bottom: 15px; 
      }
      .rnv-tm-box {
        margin-bottom: 50px!important;
      }
      #team .row .col-md-6:last-child .rnv-tm-box {
        margin-bottom: 0 !important;
    }
 }
