/*
header {
    background:#010101;
    width: 100%;
    height: 135px;
}

.page-wrap {
    padding: rem 0;
}

header .top-bar {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;

}

header .top-bar li a {
     padding:3rem 1rem;
     color: #fff;
}

header .top-bar li {
    position: relative;
}

header .container {
    display: flex;
    justify-content: center;
    align-items: center;   
    height: 100%;
}

header .top-bar li:first-child a {
    padding-left: 0;

}

header .top-bar li:last-child a {
    padding-right: 0;

}

header .top-bar li .sub-menu {
    display:none;
    position: absolute;
    z-index: 999;
    top: 100%;
    left: 14px;
    background: #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 1);
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 200px;
}



header .top-bar li .sub-menu  a {
    color: #111;
    
    text-align: center;
    text-decoration: none;
}


header .top-bar li .sub-menu  a:hover {
    color: black;
}





header .top-bar > .sub-menu > li > .menu-item-has-children:hover > .sub-menu{
    display: block;
}

header .top-bar > .sub-menu > li > .menu-item-has-children:hover >


header .top-bar .sub-menu li, .sub-menu {
    top: 0;
    left: 100%;
}


header .top-bar .menu-item-has-children:hover .sub-menu {
    display: block;
}

.logo {
    width: 150px;
    height: 130px;
    position: absolute;
}
*/

.header {
  background-color: #010101;
  color: #fff;
  padding: 10px 0;
  text-align-last: justify;
}

.container {
 /* display: inline-block;  */
  justify-content: flex-end; /* Uitlijnen aan de rechterkant */
  align-items: center;
  position: relative;
}

.logo {
  text-decoration: none;
}

.logo img {
  width: 150px;
  height: auto;
}

.top-bar {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: x-large;
  
}

.menu {
  display: flex;
  list-style-type: none;
}

.menu li {
  margin-right: 20px;
}

.menu li:last-child {
  margin-right: 0;
}

.menu a {
  color: #fff;
  text-decoration: none;
}

.menu a:hover {
  color: #ccc;
}

.mobile-menu-toggle {
  background: none;
  border: none;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.mobile-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #333;
  width: 100%;
  padding: 10px 0;
  text-align: center;
}

.mobile-menu.show {
  display: block;
  position: relative;
  background-color: black;
  font-size: xx-large;
}

.mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu ul li {
  text-align: center;
  margin-bottom: 10px;
}

.mobile-menu ul li a {
  display: block;
  padding: 10px;
  color: #fff;
  text-decoration: none;
}

/* Actieve menu-item */
.menu .current-menu-item > a,
.menu .current-menu-ancestor > a {
    color: rgb(41, 38, 38); /* Gewenste kleur voor actieve menu-items */
    /* Voeg eventueel andere stijlregels toe */
}

@media screen and (max-width: 768px) {
  .container {
      flex-direction: column;
  }

  .mobile-menu-toggle {
      display: block;
      font-size: 60px;
  }

  .desktop-menu {
      display: none;
  }
}

@media (max-width:768px)
{
  .menu
  {
    list-style-type: none;
    display: block;
    text-align-last: left;
  }
}

@media (max-width:768px)
{
  .header
  {
    background-color: #010101;
    color: #fff;
    padding: 10px 0;
    position: sticky;
    z-index: 999;
    width: 100%;
    top: 0;
  }
}













 html {
    height: 100%;
 }

 body {
    position: relative;
    margin: 0;
    min-height: 100%;
    padding-bottom: 6.74rem;
 }


.footerlogo {
    width: 200px;
    height: 150px;
}


.site-footer
{
  background-color:#000000;
  padding:25px 0 20px;
  font-size:15px;
  line-height:27px;
  color:#b5b5b5;
  
}
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h6
{
  color:#fff;
  font-size:26px;
  text-transform:uppercase;
  margin-top:8px;
  letter-spacing:2px
}
.site-footer a
{
  color:#737373;
}
.site-footer a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
  list-style:none;
  font-size: x-large;
}
.footer-links li
{
  display:block
}
.footer-links a
{
  color:#737373
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  background-color:#33353d
}
.copyright-text
{
  margin:0;
  text-align: left;
  color: #fff;
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons .footerlogo .footer-links .footer-links li .footer-links a
  {
    text-align:center
  }
}

.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#818a91;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#3b5998
}
.social-icons a.twitter:hover
{
  background-color:#00aced
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6
}
.social-icons a.instagram:hover
{
  background-color:#ea4c89
}
@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}

@media (min-width: 768px) {
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
        text-align: left;
        padding-top: 58px;
    }
}

@media (min-width: 768px) {
    .footerlogo {
        width: 300px;
        height: 213px;
        margin-right: 80px;
    }
}

.site-footer .social-icons {
    text-align: center;
}




.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
  position: relative;
  padding: 60px 0;
  text-align: center;
}






.slidertekst  h2{
  text-align: center;
  background-color: #fff;
  margin-bottom: 0px;
  padding-bottom: 1px;
}

.casestekst  h2{
  text-align: center;
  background-color: #fff;
  margin-bottom: 0px;
  padding-bottom: 1px;
}

.divxxx {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  display: flex;
  max-width: 414px;
  flex-direction: column;
  color: #000;
  padding: 9px 0 80px;
}
.div-222{
  display: flex;
  gap: 16px;
  font-size: 24px;
  font-weight: 400;
}


.div-333 {
  font-family: Ramabhadra, sans-serif;
  flex-grow: 1;
  flex-basis: auto;
  margin: auto 0;
}
.div-444 {
  margin-top: 18px;
  width: 100%;
  font: 700 36px Rambla, sans-serif;
}


.divx1 {
  display: flex;
  flex-direction: column;
  color: #000;
  font-weight: 900;
  padding: 0 20px;
}
.div-2x1 {
  mix-blend-mode: darken;
  width: 100%;
  font: 40px Roboto, sans-serif;
  padding-left: 20%;
}
@media (max-width: 991px) {
  .div-2x1 {
    max-width: 100%;
    text-align: left;
    font-size: 25px;
    padding-left: 22px;
  }
}
.div-3x1 {
  margin-top: 31px;
  width: 100%;
  font: 19px Rambla, sans-serif;
  padding-left: 20%;
}
@media (max-width: 991px) {
  .div-3x1 {
    max-width: 100%;
    margin-top: 40px;
    text-align: left;
    padding-left: 20px;
  }
}


.div {
  display: none;
  flex-direction: column;
  padding: 0 20px;
  background-color: #000000;
  padding-top: 40px;
  padding-bottom: 11%;
}
.div-2 {
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  width: 100%;
  font: 700 36px Roboto, sans-serif;
  text-align: center;
}
@media (max-width: 991px) {
  .div-2 {
    max-width: 100%;
  }
}
.div-3 {
  align-self: center;
  margin-top: 73px;
  width: 100%;
  max-width: 1312px;
  font-family: 'Roboto';
}
@media (max-width: 991px) {
  .div-3 {
    max-width: 100%;
    margin-top: 40px;
  }
}
.div-4 {
  gap: 20px;
  display: flex;
}
@media (max-width: 991px) {
  .div-4 {
    flex-direction: column;
    align-items: stretch;
    gap: 0px;
  }
}
.column {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 33%;
  margin-left: 0px;
}
@media (max-width: 991px) {
  .column {
    width: 100%;
  }
}
.div-5 {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  display: flex;
  width: 100%;
  flex-grow: 1;
  flex-direction: column;
  color: #000;
  margin: 0 auto;
  padding: 9px 8px 80px;
  padding-top: 14px;
  border-radius: 25px;
}
@media (max-width: 991px) {
  .div-5 {
    margin-top: 40px;
    padding-top: 14px;
  }
}
.div-6 {
  display: flex;
  gap: 16px;
  font-size: 24px;
  font-weight: 400;
}

.div-7 {
  font-family: Ramabhadra, sans-serif;
  flex-grow: 1;
  flex-basis: auto;
  margin: auto 0;
  font: 700 25px Rambla, sans-serif;
}
.div-8 {
  margin-top: 31px;
  font: 30px Rambla, sans-serif;
  
}
.column-2 {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 33%;
  margin-left: 20px;
}
@media (max-width: 991px) {
  .column-2 {
    width: 100%;
    margin-left: -1px;
  }
}
.div-9 {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  display: flex;
  width: 100%;
  flex-grow: 1;
  flex-direction: column;
  color: #000;
  margin: 0 auto;
  padding: 5px 17px 80px;
  padding-top: 14px;
  border-radius: 25px;
}
@media (max-width: 991px) {
  .div-9 {
    margin-top: 40px;
    padding-right: 20px;
    padding-top: 14px;
  }
}
.div-10 {
  display: flex;
  gap: 9px;
  font-size: 24px;
  font-weight: 400;
}
.div-11 {
  font-family: Ramabhadra, sans-serif;
  flex-grow: 1;
  flex-basis: auto;
  margin: auto 0;
  font: 700 25px Rambla, sans-serif;
}
.div-12 {
  margin-top: 31px;
  font: 30px Rambla, sans-serif;
  
}
.column-3 {
  display: flex;
  flex-direction: column;
  line-height: normal;
  width: 33%;
  margin-left: 20px;
}
@media (max-width: 991px) {
  .column-3 {
    width: 100%;
    margin-left: -1px;
  }
}
.div-13 {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  display: flex;
  width: 100%;
  flex-grow: 1;
  flex-direction: column;
  color: #000;
  margin: 0 auto;
  padding: 5px 29px 270px 10px;
  padding-top: 14px;
  border-radius: 25px;
}
@media (max-width: 991px) {
  .div-13 {
    margin-top: 40px;
    padding-right: 20px;
    padding-top: 14px;
  }
}
.div-14 {
  display: flex;
  gap: 12px;
  font-size: 24px;
  font-weight: 400;
}

.div-15 {
  font-family: Ramabhadra, sans-serif;
  flex-grow: 1;
  flex-basis: auto;
  margin: auto 0;
  font: 700 25px Rambla, sans-serif;
  
}
.div-16 {
  margin-top: 31px;
  font: 30px Rambla, sans-serif;
  
}

.black-button {
  background-color: #000;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 25px;
  font-weight: bold;
  border-radius: 10px;
  cursor: pointer;
  margin-left: 20.5%;
}

.black-button:hover {
  background-color: #333;
}

.black-button:active {
  transform: translateY(2px);
}

@media (max-width: 768px) {
  .black-button {
    font-size: 14px;
    padding: 8px 16px;
  }
}

@media (max-width: 480px) {
  .black-button {
    font-size: 16px;
    padding: 6px 12px;
    margin-left: 40px;
  }
}

@media (min-width: 768px) {
  .col-md-6 {
      flex: 0 0 auto;
      width: 45%;
  }
}


.container-werkwijze {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.timeline-item {
  margin: 20px 0;
  padding-left: 40px;
  position: relative;
  width: 100%;
  max-width: 800px;
}

.timeline-item .timeline-icon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background-color: #00a9ce;
  border-radius: 50%;
  top: 5px;
}

.timeline-item .timeline-content {
  background-color: #065f73;
  padding: 20px;
  border-radius: 5px;
  position: relative;
  margin-left: 40px;
  box-sizing: border-box;
}

.timeline-item h2 {
  margin-top: 0;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #00a9ce;
}

@media (min-width: 768px) {
  .timeline-item {
    flex-direction: row;
    align-items: center;
  }
  .timeline-item:nth-child(odd) .timeline-content {
    order: 2;
    padding-left: 40px;
  }
  .timeline-item:nth-child(even) .timeline-content {
    padding-right: 40px;
  }
  .timeline-item:nth-child(odd)::before {
    left: auto;
    right: -8px;
  }
}



  .container {
      padding: 10px;
  }

  .timeline-item {
      padding-left: 10px;
  }

  .timeline-item .timeline-content {
      margin-left: 10px;
      padding: 10px;
  }

  .timeline-item .timeline-icon {
      width: 15px;
      height: 15px;
  }

  .home-container {
    min-height: auto;   
}

.portfolio-container {
  min-height: auto;
}

.contactus-container {
  min-height: auto;
}

.overons-container {
  min-height: auto;
}


@media (max-width: 991px) {
  .home-container {
    min-height: auto;
  }
}


.div-contacthomepagina {
  background-color: #000;
  display: flex;
  align-items: center;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  justify-content: center;
  padding: 73px 60px;
}
@media (max-width: 991px) {
  .div-contacthomepagina {
 
  }
}
.div-contacthomepagina2 {
  display: flex;
  width: 921px;
  max-width: 100%;
  flex-direction: column;
}
.div-contacthomepagina3 {
  color: #fff;
  font-family: Rambla, sans-serif;
  font-size: 27px;
}
@media (max-width: 991px) {
  .div-contacthomepagina3 {
    max-width: 100%;
  }
}
.div-contacthomepagina4 {
  font-family: Rambla, sans-serif;
  border-radius: 36px;
  background-color: #fff;
  align-self: center;
  margin-top: 38px;
  width: 270px;
  max-width: 100%;
  align-items: center;
  color: #000;
  white-space: nowrap;
  justify-content: center;
  padding: 20px 60px;
}
@media (max-width: 991px) {
  .div-4 {
    white-space: initial;
    padding: 0 20px;
  }
}




footer {
  background-color: #111;
  font-size: large;
  padding: 35px;
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
   }

.footer-content {
  display: flex;
  justify-content: space-between;
}

.footer-section {
  flex: 1;
}

.footer-section h2 {
  margin-bottom: 10px;
}

.footer-section ul {
  list-style-type: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 5px;
}

.copyright {
  margin-top: 20px;
  text-align: center;
}