@font-face {
  font-family: 'Comfortaa-Bold';
  src: url('../font/static/Comfortaa-Bold.ttf') format('truetype');
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
  min-height: 1280px;
  line-height: 1.6;
  color: #222;
  font-size: 16px;
}

.step1 .main-background,
.cstep1 .main-background,
.cstep2 .main-background,
.cstep12 .main-background,
.cstep13 .main-background {
  position: fixed;
  top:0;
  height:100vh;
  left:0;
  right:0;
  z-index:-1;
  background-image: url("../images/large/planken-t-splitsing.jpg");
  background-repeat: no-repeat;
  background-color: #92ac89;
  background-size: cover;
  background-position: center center;
}

.cstep3 .main-background,
.cstep11 .main-background {
  position: fixed;
  top:0;
  height:100vh;
  left:0;
  right:0;
  z-index:-1;
  background-image: url("../images/large/boomwortels2.jpg");
  background-repeat: no-repeat;
  background-color: #92ac89;
  background-size: cover;
  background-position: center center;
}

@media only screen and (max-width: 600px) {
  .step1 .main-background,
  .cstep1 .main-background,
  .cstep2 .main-background,
  .cstep12 .main-background,
  .cstep13 .main-background {
    background-image: url("../images/medium/planken-t-splitsing.jpg");
  }

  .cstep3 .main-background,
  .cstep11 .main-background {
    background-image: url("../images/medium/boomwortels2.jpg");
  }
}


p,
h1,
h2,
h3,
h4,
a {
  margin: 0;
  font-weight: 400;
}

h1, h2, h3, h4 {
  font-family: 'Comfortaa-Bold', 'Open Sans', 'Helvetica Neue', sans-serif;
}

h2 {
  margin: 1rem;
  text-align: center;
}

p {
  padding: 1rem;
}

a,
a:visited,
a:hover {
  color: #222;
  transition-duration: 500ms;
}

ul {
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 1em;
    padding-inline-start: 40px;
}

.bgcolor {
  background-color: #92ac89;
}

.contentBox {
  background-color: #92ac89;
  border-radius: 24px;
  padding: 24px;
}

.contentWrapper {
  max-width: 1540px;
  margin: 0 auto;

}

.desktopOnly {
    display: block;
  }

@media only screen and (max-width: 600px) {
  .contentBox {
    border-radius: 12px;
    padding: 24px 12px;
  }

  .desktopOnly {
    display: none;
  }
}




.introflex {
  display: flex;
  justify-content: center;
}

.logo {
  width: 180px;
  height: 180px;
}

nav {
  margin-left: 3rem;
}

nav a,
nav a:visited,
nav a:hover {
  display: block;
  color: #fff;
  text-decoration: none;
}

  
@media only screen and (max-width: 600px) {
.logo {
    width: 120px;
    height: 120px;
  }

  nav {
    margin-left: 1rem;
  }
}




.roundimage {
  border-radius: 50%;
  margin-top: 2rem;
  width: 260px;
  max-width: 80vw;
}

.roundimage.large {
  width: auto;
  width: 460px;
  
}



.general {
  text-align: center;
  padding: 8rem 32px;
}

@media only screen and (max-width: 600px) {
  .general {
     padding: 8rem 16px;
  }
}

.content > * {
  max-width: 800px;
  margin: 0 auto;
}

.paddingtop {
  padding-top: 6rem;
}

.paddingbottom {
  padding-bottom: 6rem;
}

.no-top-padding{
  padding-top: 0;
}

.stirlogo{
  max-width: 312px;
  margin-top: 4rem;
}

#testimonials strong {
  font-size: 24px;
  font-family: 'Comfortaa-Bold', 'Open Sans', 'Helvetica Neue', sans-serif;
}

.scrolly-overlay {
  position: relative;
}

.scrolly-overlay article {
  position: relative;
  padding: 0;
  max-width: 20rem;
  margin: 0 auto;
}

.scrolly-overlay .sticky-thing {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  width: 100%;
  margin: 0;
  background-color: #8a8a8a;
  z-index: 0;
  top: 12.5vh;
  height: 75vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center center;
  border-radius: 12px;
  overflow: hidden;
}

.step,
article {
  z-index: 10;
  display: block;
  position: relative;
}

.scrolly-overlay .sticky-thing p {
  color: #fff;
}

.scrolly-overlay .step {
  margin: 0 auto 10rem auto;
  margin-bottom: 15rem;
  color: #fff;
  overflow: hidden;
}

.scrolly-overlay .step:last-child {
  margin-bottom: 0;
  padding-bottom: 32rem;
}

.scrolly-overlay .step div {
  text-align: center;
  padding: 2rem;
  margin: 0;
  background-color: #92ac89;
  color: #222;
  transition-duration: 500ms;
  border-radius: 12px;
}

.scrolly-overlay .step.is-active div {
  background-color: #222;
  color: #fff;
}

.scrolly-overlay .step ul {
    text-align: left;
    padding: 0 2rem 2rem;
}

.scrolly-overlay .step.is-active a, .scrolly-overlay .step.is-active a:visited, .scrolly-overlay .step.is-active a:hover {
    color: #fff;
}

.scrolly-image {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  background-repeat: no-repeat;
  background-color: #cccccc;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity;
}

.scrolly-overlay.left article {
  margin: 0;
  max-width: 320px;
}

.scrolly-overlay.left .sticky-thing {
  width: calc(100% - 360px);
  left: calc(100% - 360px)
}

@media only screen and (max-width: 600px) {
  .scrolly-overlay .step div {
    padding: 0.4rem;
  }

  .scrolly-overlay.left article {
    margin: 0;
    max-width: 280px;
  }

  .scrolly-overlay.left .sticky-thing {
    width: calc(100% - 6rem);
    left: 8rem;
  }

  .scrolly-overlay.right article {
    margin: 0;
    max-width: 280px;
    left: calc(100% - 280px);
  }

  .scrolly-overlay.right .sticky-thing {
    width: calc(100% - 6rem);
    left: 0;
  }
}

.image1 {
  background-image: url("../images/large/evenwicht.jpg");
  opacity: 1;
}
.image2 {
  background-image: url("../images/large/trap.jpg");
}
.image3 {
  background-image: url("../images/large/2-in-1.jpg");
}
.cstep2 .image2 {
  opacity: 1;
}
.cstep3 .image3 {
  opacity: 1;
}


.image11 {
  background-image: url("../images/large/boomstronken.jpg");
  opacity: 1;
}
.image12 {
  background-image: url("../images/large/boomwortels.jpg");
}
.cstep12 .image12 {
  opacity: 1;
}
.image13 {
  background-image: url("../images/large/water-stappen.jpg");
}
.cstep13 .image13 {
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #222!important;
}

.swiper-slide{
  margin-bottom: 30px;
}


@media only screen and (max-width: 1024px) {
  .image1 {
    background-image: url("../images/medium/evenwicht.jpg");
  }
  .image2 {
    background-image: url("../images/medium/trap.jpg");
  }
  .image3 {
    background-image: url("../images/medium/2-in-1.jpg");
  }
  .image11 {
    background-image: url("../images/medium/boomstronken.jpg");
  }
  .image12 {
    background-image: url("../images/medium/boomwortels.jpg");
  }
  .cstep12 .image12 {
  }
  .image13 {
    background-image: url("../images/medium/water-stappen.jpg");
  }
}

@media only screen and (max-width: 600px) {
  .image1 {
    background-image: url("../images/small/evenwicht.jpg");
  }
  .image2 {
    background-image: url("../images/small/trap.jpg");
  }
  .image3 {
    background-image: url("../images/small/2-in-1.jpg");
  }
  .image11 {
    background-image: url("../images/small/boomstronken.jpg");
  }
  .image12 {
    background-image: url("../images/small/boomwortels.jpg");
  }
  .cstep12 .image12 {
  }
  .image13 {
    background-image: url("../images/small/water-stappen.jpg");
  }
}