:root {
  --dark01: #000033;
  --light01: #ffffff;
  --light02: #FED136;
  --accent01: #008f4c;
  /* --accent02: #cc0000; */
  --accent02: #f84006;
  --bg-section-even: #F6F6F6;
  --bg-section-odd: #ffffff;
  --bg-footer: var(--dark01);
  --bs-border-radius: 0;
  --bs-border-radius-lg: 0;
  --sectionPadding :5em;
}

.modal-title {
  font-weight: 400;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--accent02);
  --bs-btn-border-color: var(--accent02);
  --bs-btn-hover-color:var(--accent02);
  --bs-btn-hover-bg: #FFF;
  --bs-btn-hover-border-color: var(--accent02);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}
.btn-info {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--accent01);
  --bs-btn-border-color: var(--accent01);
  --bs-btn-hover-color: var(--accent01);
  --bs-btn-hover-bg: #FFF;
  --bs-btn-hover-border-color: var(--accent01);
}

body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: var(--dark01);
}

main {
  padding-top: calc(5em + 70px);
  padding-bottom: 5em;
}

h1, h2, h3, h4, h5, h6 {
  /* text-transform: uppercase; */
  font-optical-sizing: auto;
  font-weight: 700;
  color: var(--dark01);
}

.thinHeading {
  font-weight: 400;
}

.thinHeading strong {
  color: var(--accent01);
}

.rdamStripe {
  background: url('/images/style/rdamstripe.svg') no-repeat center bottom;
  background-size: 120px auto;
  padding-bottom: 1em;
  margin-bottom: 2em;
  text-align: center;
}

.rdamStripeLeft {
  background: url('/images/style/rdamstripe.svg') no-repeat left bottom;
  background-size: 120px auto;
  padding-bottom: 1em;
  margin-bottom: 1em;
  text-align: left;
}

body .navbar-brand-dark {
  display: block;
}

body .navbar-brand {
  display: none;
}

body .navbar-brand-dark img {
  max-height: 50px;
}

body .navbar {
  background-color: #FFF;
  box-shadow: 0 0 10px black;
}

body {
  .nav-item .nav-link {
    color: #000;
  }
}
body.page-home .btn-contactHeader{
  width:100%
}

body.page-home .navbar {
  background: none;
  box-shadow: none;
}
body.page-home .navbar-toggler{

background: #FFF;
max-width:80px;
}

body.page-home .nav-item .nav-link {
  color: #FFF;
}

body.page-home .navbar-brand-dark {
  display: none;
}

body.page-home .navbar-brand {
  display: block;
}

body.page-home.cmsxsScrolled .navbar-toggler{

  background:none;
}

body.page-home.cmsxsScrolled .navbar-brand {
  display: none;
}

body.page-home.cmsxsScrolled .navbar-brand-dark {
  display: block;
}

body.page-home.cmsxsScrolled .navbar-brand-dark img {
  max-height: 50px;
}

body.page-home.cmsxsScrolled .navbar {
  background-color: #FFF;
  box-shadow: 0 0 10px black;
}

body.page-home.cmsxsScrolled {
  .nav-item .nav-link {
    color: #000;
  }
}

.navTop {
  height: 30px;
  background-color: var(--dark01);
  color: #FFF;
  position: fixed;
  font-size: 80%;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1035;
}

.navbar {
  background-color: none;
  transition: all 0.5s;
}

.navbar.fixed-top {
  top: 30px
}

.navbar-brand img {
  max-width: 180px;
}

.homeHeader {
  text-align: center;
  color: #fff;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: none;
  height: 115vh;
  min-height: 700px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

a.headerLink:HOVER {
  color: var(--accent02);
}

.headerLink {
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
}

header .intro-text {
  padding-top: 5em;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin: 0 auto;
}

header .intro-text .intro-lead-in {
  margin-bottom: 25px;
  font-size: 40px;
  font-style: italic;
  line-height: 40px;
  text-shadow: 0 0 10px #000000, 0 0 10px #000000;
}

header .intro-text h1.intro-heading {
  color:#FFF;
  margin-bottom: 50px;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 40px;
  line-height: 40px;
  text-shadow: 0 0 10px #000000;
  /* text-shadow: 0 0 10px #000000, 0 0 10px #000000; */
}

header .intro-text .intro {
  font-weight: 600;
  font-size: 1.5em;
  text-shadow: 0 0 10px #000000;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
  font-weight: 700;
  text-transform: uppercase;
}

.iconTextHolder {
  background-color: #FFF;
  padding: 2em 1em;
  width: 100%;
  display: flex;
}

.iconTextHolder .icon {
  padding: 0.5em;
  font-size: 2em;
  color: var(--accent02)
}

.iconTextHolder h4 {
  padding-top: 0.5em;
  align-self: center;
  text-transform: uppercase;
  font-size: 1em;
}

section {
  padding-top: var(--sectionPadding);
  padding-bottom:var(--sectionPadding);
}

section:nth-child(even) {
  /* background:var(--bg-section-even); */
}

h2.sectionHeading {
  font-size: 2.5em;
  margin-bottom: .5em;
}

body.page-default section:nth-child(even) {
  background: var(--bg-section-odd);
}

body.page-default section:nth-child(odd) {
  background: var(--bg-section-even);
}

section h3.section-subheading {
  margin-bottom: 75px;
  text-transform: none;
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

section.r12r4-4-4Icons .IconCol {
  text-align: center;
}

section.r12r4-4-4Icons .IconCol p {
  text-align: justify;
  text-align-last: center;
}

section.r12bg {
  background-position: center center;
  background-size: cover;
  position: relative;
  color: #FFF;
}

section.r12bg .overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #000000aa;
  z-index: 0;
}

section.r12bg .container {
  z-index: 1;
  position: relative;
}

section.r12bg h2 {
  color: #FFFFFF;
}

section.r12.pattern {
  background-image: repeating-linear-gradient(-40deg,
      #dddddd99 0px,
      #dddddd99 2px,
      transparent 1px,
      transparent 5px)
}

section.r12.stripe {
  padding-bottom: 0;
}

section.r12.stripe .container {
  position: relative;
  padding-bottom: 5em;
}

section.r12.stripe .container::after {
  content: "";
  position: absolute;
  bottom: 0;
  /* lijn bovenaan */
  left: .75rem;
  /* start 15px van links */
  right: 1.5rem;
  /* eindigt 15px voor rechts */
  height: 1px;
  /* dikte van de lijn */
  background: #DDD;
  /* kleur van de lijn */
}

/* {

border-bottom:solid 1px #CCC;
padding-bottom: 5em;

} */
section.sectionGrid .sectionHeading,
section#repeatServices .sectionHeading {
  font-size: 4em;
  color: #FFF;
  margin-bottom: .5em;
}

.repeatServicesIntro {
  color: #FFF;
}

.repeatServicesIntro h4 {
  color: #FFF;
}

section#repeatServices,
section.sectionGrid {
  --bs-border-radius: 0;
  --bs-border-width: 0;
  background-image: repeating-linear-gradient(-40deg,
      #dddddd33 0px,
      #dddddd33 2px,
      transparent 1px,
      transparent 5px),
    linear-gradient(180deg, rgba(0, 0, 50, .5) 0, rgba(0, 0, 50, .5) 60%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 100%),
    url('/images/aanzicht-stalen-latei-met-roestvorming.jpg');
  background-repeat: no-repeat;
  background-size: auto, auto, 100% auto;
}
section.sectionGrid .card,
section#repeatServices .card {
  box-shadow: 0 0 1.5em #00000022;
}

.subIcon {
  font-size: 4em;
  background: #FED136;
  border-radius: 0.25em;
  color: #000;
  min-width: 120px;
  text-align: center;
  display: inline-block;
  aspect-ratio: 1 / 1;
  background: var(--accent02);
  /* background: radial-gradient(ellipse 180% 90% at top center, #FED136 0%, #FED136 75%, #f1c633 76%); */
}

.subIcon i {
  vertical-align: middle;
}

section.testimonials {
  text-align: center;
}
section.testimonials  .bi-quote,
section.testimonials  .testimonialRating{
    color:var(--accent02);
  }

section.testimonials  .testimonialMessage {
    font-size: 1.2em;
    line-height: 1.5em;
    font-weight: 400;
    padding:0 0 2em 0;
  }
section.testimonials  .testimonialIcon{
    font-size: 5em;
  }


.glide__bullets{
  padding-top: 1em;
  text-align: center;
}

.glide__bullet{
   width: 10px;
   height: 10px;
   border: none;
   border-radius: 50%;
   background-color: var(--dark01);
   display: inline-block;
}

.glide__bullet--active{
  background-color: var(--accent02)
}

section.pattern {
  background-image: repeating-linear-gradient(-40deg,
      #dddddd99 0px,
      #dddddd99 2px,
      transparent 1px,
      transparent 5px);
}

/* applyProcess */
section.stepsSection {
  padding-top: var(--sectionPadding);
  padding-bottom: var(--sectionPadding);
}

section.stepsSection .stripe {
  flex: 1 0 0%;
  background-color: #F00;
  max-width: 50px;
  height: 100%;
}

section.stepsSection .step1,
section.stepsSection .step2,
section.stepsSection .step3,
section.stepsSection .step4,
section.stepsSection .step5 {
  background-color: #eeeeee;
  border-radius: 2em;
  padding: 2em;
  height: 100%;
  color: #FFF;
}

section.stepsSection .h5 {
  font-size: 1em;
  font-weight: bold;
}

section.stepsSection h3 {
  font-size: 1.5em;
}

section.stepsSection p {
  font-size: 1em;
}


section.stepsSection .step4,
section.stepsSection .step2
{
  background-color: var(--dark01);
  h5 {
    color: #FFFFFF;
  }
  h3 {
    color: var(--accent01);
  }
}
section.stepsSection .step1,
section.stepsSection .step5,
section.stepsSection .step3 {
  background-color: var(--accent01);

  h5 {
    color: var(--orange);
  }
}

.stepHolder {
    background: linear-gradient(to right, rgb(235, 235, 235), rgb(235, 235, 235));
    background-size: 10px 100%;
    background-position: center center;
    background-repeat: no-repeat;
    /* Voorkom herhaling van de gradient */
    padding-bottom: 3rem;
  }

  .stepHolder.s5 {
    padding-bottom: 0;
  }

  @media (min-width: 768px) {

    h2.sectionHeading {
      font-size: 3.25em;
      margin-bottom: .5em;
    }
    .stepHolder {
      padding-bottom: 0;
    }
    .stepHolder {
      background: linear-gradient(to bottom, rgb(235, 235, 235), rgb(235, 235, 235));
      background-size: 100% 10px;
      background-position: right center;
      background-repeat: no-repeat;
      /* Voorkom herhaling van de gradient */
      background-position: left center;
      /* Plaats de gradient in het midden */
      min-height: 50px;
    }
.stepHolder.s1,
    .stepHolder.s3 {
      background-size: 60% 10px;
      background-position: right center;
    }

    .stepHolder.s4 {
      background-size: 60% 10px;
      background-position: left center;
    }

    .stepHolder.s2,
    .stepHolder.s5 {
      background-size: 60% 10px;
      background-position: left center;
    }

    .stepHolder.a2 {
      background:
        url('/images/style/stepcorner.svg') no-repeat left center,
        /* Afbeelding aan de linkerkant */
        url('/images/style/stepcornerright.svg') no-repeat right center,
        /* Afbeelding aan de rechterkant */
        linear-gradient(to bottom, rgb(235, 235, 235), rgb(235, 235, 235));
      /* Verticale streep in het midden */
      background-size:
        50px 50px,
        /* Grootte van de linker afbeelding */
        50px 50px,
        /* Grootte van de rechter afbeelding */
        100% 10px;
      /* Breedte en hoogte van de verticale streep */
      background-position:
        left center,
        /* Positie van de linker afbeelding */
        right center,
        /* Positie van de rechter afbeelding */
        center center;
      /* Positie van de verticale streep */
      background-repeat: no-repeat;
      /* Geen herhaling van de achtergronden */
    }

    .stepHolder.s5 {
      background: none;
    }


  }

  @media (min-width: 992px) {

    h2.sectionHeading {
      font-size: 4em;
    }

    .testimonialMessage {
      font-size: 2em;
    }

    .stepHolder.s4,
    .stepHolder.s5 {
      background: linear-gradient(to bottom, rgb(235, 235, 235), rgb(235, 235, 235));
      background-size: 60% 10px;
      background-position: right center;
      background-repeat: no-repeat;
      margin-top:0;
    }

    .stepHolder.s2 {
      background-size: 100% 10px;
      background-position: center center;

    }

    .stepHolder.s3,
    .stepHolder.s5 {
      background-size: 60% 10px;
      background-position: left center;
    }
  }

  @media (min-width: 992px) {

    .stepHolder.s4,
    .stepHolder.s5 {
      background: linear-gradient(to bottom, rgb(235, 235, 235), rgb(235, 235, 235));
      background-size: 60% 10px;
      background-position: right center;
      background-repeat: no-repeat;
      margin-top:0;
    }

    .stepHolder.s2 {
      background-size: 100% 10px;
      background-position: center center;

    }

    .stepHolder.s3,
    .stepHolder.s5 {
      background-size: 60% 10px;
      background-position: left center;
    }
  }




footer {
  background-color: var(--bg-footer);
  color: #FFF;
}
.footerCloser {
  margin-top: 2em;
  background-color: var(--accent01);
  height: 30px;
  font-size:90%;
  color: #FFF;
  padding-top:.25em;
  padding-bottom:.25em;
}

.footerCloser a {
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
}
.footerCloser a:HOVER {
  color: var(--accent02);
}

a.footerLink:HOVER {
  color: var(--accent02);
}

.footerLink {
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
}

.footerTop {
  background-color: var(--accent01);
  color: #FFF;
  padding-top: 2em;
  padding-bottom: 2em;
  margin-bottom: 2em;
  font-size: 1.5em;
}

footer h3 {
  color: #FFF;
  /*var(--dark01);*/
}

.card.portfolio {
  position: relative;
}

.card .card-hover {
  display: none;
  position: absolute;
  flex-direction: column;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  justify-content: center;
  background-color: var(--accent01);
  opacity: .75;
}

.card:HOVER .card-hover {
  display: flex;
}

.card.portfolio .card-footer {
  background: none;
  color: var(--accent02)
}

.portfolio-hover-content {
  color: #FFF;
  font-size: 5em;
}

.animationHolder {
  /* display:block;
  background:#0F0;
  width:100%; */
}

.animate.move-right.in-view>.animationHolder {
  animation: move-right 1s cubic-bezier(.190, 1, .220, 1);
}

.animate.move-left.in-view>.animationHolder {
  animation: move-left 1s cubic-bezier(.190, 1, .220, 1);
}

.animate.move-up.in-view>.animationHolder {
  animation-name: move-up;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(.190, 1, .220, 1);
}

@keyframes move-right {
  from {
    transform: translate3d(-30vw, 0, 0);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes move-left {
  from {
    transform: translate3d(30vw, 0, 0);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes move-up {
  from {
    transform: translate3d(0, 20vh, 0);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {


  .homeHeader {
    height: 95vh;
  }

  section.stepsSection .stepsSectionHeader h2 {
    font-size: 4em;
    margin-bottom: 1.5em;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

  body.page-home .btn-contactHeader{
    width:auto;
  }
  .navbar-brand img {
    max-width: 250px;
  }
  header .intro-text {
    max-width: 60vw;
  }
  header .intro-text h1.intro-heading {
    font-size: 50px;
    line-height: 50px;
  }


}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

  header .intro-text h1.intro-heading {
    font-size: 60px;
    line-height: 60px;
  }

}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {


  header .intro-text h1.intro-heading {
    font-size: 75px;
    line-height: 75px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 90vw !important;
  }
}
