/* bloking */  
section {
    margin: 0px 0px 87px 0px;
    padding: 0em 0em;
}
.col-3 {
    padding: 17px 10px 0px 0px;
}
.col-2-1{
    position: relative;
    grid-column-start: span 2;
    grid-column-end: auto;
}
.app{
    position: relative;
    grid-column-start: span 2;
    grid-column-end: auto;
}

/* quote */
.quote h1{
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: .04em;
  line-height: 1.8em;
  box-sizing: border-box;
  width: 30%;
  margin-right: 35%;
  margin-left: 45%;
}
.quote{
  background-color: #8dbbb5;
  max-width: 1700px;
  position: relative;
  z-index: 2;
  padding-top: 57px;
  padding-bottom: 57px;
}
.quote p{
  color: #ffffff;
  font-weight: 400;
  font-size: 32px;
  letter-spacing: .05em;
  line-height: 1.4em;
  box-sizing: border-box;
  width: 45%;
  margin-right: 27%;
  margin-left: 27%;
}

/* spacing img */
.img-next{
    left: 20px;
}
.img-next2{
    left: 40px;
}

/* spacing */

.spacing-project-img2 {
    padding-top: 20em;
}
.spacing-project-img3 {
    padding-top: 15em;
}
.spacing-project-img {
    padding-top: 10em;
}
.spacing-project-text {
    padding-top: 8em;
}
.spacing-project-text3 {
    padding-top: 4em;
}
.spacing-project-text2 {
    padding-top: 1em;
}
.spacing-project-text4 {
    padding-top: 8em;
}
.ideasrobot{
  padding-top: 350px;
}
 
/* text */
p{
  font-size: 20px;
  line-height: 30px;
}

.morecolumn p{
  column-count: 2;
  column-gap: 20px;
}

ol li p{
   margin-bottom: 22px; 
   margin-top: 22px; 
}

h1{
  font-family: "Gilroy-SemiBold", sans-serif;
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 0px;
}

h2{
  font-family: "Gilroy-SemiBold", sans-serif;
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  color: #979797;
  margin-top: 0px;
  margin-bottom: 0px;
}
a{
  text-decoration: none;
  color: #000000;
}
a:hover{
  color: #979797;
}


/* header */
.header{
  font-family: "Gilroy-SemiBold", sans-serif;
  font-weight: bold;
  font-weight: 600;
  letter-spacing: 4px;
  margin-bottom: 10px;
  margin-top: 50px;
  line-height: 18px;
}
.header-description{
  font-family: "Poppins-Light", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

/* video */
video{
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* img */
.col-12 img{
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
/*  height: 100%;*/
}

.widthnormal img{
  height: auto;
}
.overlap img{
  position: relative;
  overflow: hidden; 
}


/* Navigatie Projects */
.module-next-project-white_bg{
    border-top: 2px solid rgba(0, 0, 0, 0.04);
    border-bottom: 2px solid rgba(0, 0, 0, 0.04);
    padding-top: 120px;
    padding-bottom: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.module-next-project-white_bg a{
    text-decoration: none;
    color: #fff;
}
.module-next-project-white_bg h2{
    font-family: "Gilroy-Regular", sans-serif;
    font-size: 28px;
    font-weight: 100;
    margin-bottom: 0;
    display: block;
}
.module-next-project-white_bg h2:hover{
    opacity: 0.5;
}
.headings-black{
  color:#222222;
  margin-right: 130px;
}
.headings-inline{
  color:#222222;
  margin-left: 130px;
}


/* button */
button{
    font-family: "Poppins-Light", sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.67;
    position: relative;
    margin-top: 50px;
    margin-bottom: 80px;
    width: 210px;
    height: 60px;
    padding: .6rem 1.5rem;
    border: solid 1px #303030;
    border-radius: 16px;
    background-color: #ffffff;
    text-align:center; 
}
button a{
  text-decoration: none;
  color: #000000;
}
button:hover a{
  text-decoration: none;
  color: #979797;
  cursor: pointer;
}
button:hover{
  border: solid 1px #979797;
  cursor: pointer;
}
.process{
    position: relative;
    margin-top: 20px;
    margin-bottom: 80px;
    width: 60px;
    height: 60px;
    padding: .6rem 1.5rem;
    border: solid 1px #000000;
    border-radius: 30px;
    background-color: #ffffff;
    font-family: "Poppins-Light", sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.67;  
    text-align:center; 
}

/* Slideshow */
.mySlides2 {
  display: none;
}
.mySlides3 {
  display: none;
}

/* tablet */
@media screen and (max-width:1068px){
  /* bloking */ 
  section{
    padding: 30px 0px 0px 0px;
  }
  .col-8, .col-7, .col-6, .col-5, .col-img-5, .app{
    grid-column-start: span 10;
  } 
  .col-4 {
    grid-column-start: span 9;
  }
  .col-3, .col-2-1 {
    grid-column-start: span 6;
  }
  .col-2{
    grid-column-start: span 1;
  }
  .left-space{
    margin-left: 40px;
  }

  .less-space{
    padding-top: 0px;
  }
  
  /* text */
  .col-3 p{
    font-size: 18px;
    line-height: 24px;
  }
  p{
    font-size: 18px;
    line-height: 30px;
  }
  .morecolumn p{
    column-count: 1;
    column-gap: 0px;
  }
  h1{
    font-size: 34px;
    line-height: 43px; 
  }

  h2{ 
    font-size: 34px;
    line-height: 43px;
  }

 /* quote*/
  .quote{
    max-width: 4320px;
  }
  .quote p{
    font-size: 24px;
  }

  /* spacing */
  .img-next{
    left: 0px;
  }
  .img-next2{
    left: 0px;
  }
  .ideasrobot{
    padding-top: 100px;
  }
  .spacing-project-img {
    padding-top: 4em;
  }
  .spacing-project-img2 {
    padding-top: 4em;
  }
  .spacing-project-img3 {
    padding-top: 4em;
  }
  .spacing-project-text {
      padding-top: 4em;
  }
  .spacing-project-text3 {
    padding-top: 1em;
  }
  .spacing-project-text4 {
    padding-top: 0em;
}
    
/* Navigatie Projects */
  .module-next-project-white_bg h2{
    font-size: 24px;
    font-weight: 100;
  }
  .module-next-project-white_bg{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .headings-black{
    margin-right: 30px;
  }
  .headings-inline{
    margin-left: 30px;
  }

}