@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@500&display=swap');


html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  
}


.nav-active {
  background-color: #fecb17;
}

/* test less */



/*
linear-gradient(0deg, rgba(248,54,0,1) 28%, rgba(243,223,92,1) 95%);
linear-gradient(180deg, rgba(243,223,92,1) 5%, rgba(255,130,0,1) 23%, rgba(255,130,0,1) 100%);
*/

.achtergrond {
  background: rgb(255,195,48);
  background: linear-gradient(180deg, rgba(255,195,48,1) 0%, rgba(255,195,48,1) 10%, rgba(255,224,53,1) 25%, rgba(255,224,53,1) 100%);
}

header {
  /* background-image: url(img/header-bg.png); */
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  padding-top: 50px;
  font-family: 'Bebas Neue';
  font-size: 19px;
  letter-spacing: 3px;
  height: 230px;
}

.hex {
  fill: #ffff0000;
  stroke: #ffffff;
  stroke-width: 11;
}

.hexsm {
  fill: #ffff0000;
  stroke: #ffffff;
  stroke-width: 24;
  transform: scale(0.4);
}

.nav-item .nav-link:active {
  color: black !important;
}

#start {
  /* background-image: url(img/bg.png); */
  font-family: 'Bebas Neue';
  height: 100%;
  /*padding-top: 10%; */
  padding-bottom: 5%;
  margin-bottom: -500px;
}
.pop {
  width: 34%;
  height: auto;

}

.col-main {
  height: 350px;
  font-family: "Open Sans", sans-serif;}

@media only screen and (max-width: 991px) {
  header {
    height: 150px;
    padding-top: 30px;
  }

  #start {
    padding-bottom: 40%;
  }

  .lijntje {
    border: none !important;
  }

  .pop {
    width: 200px;
  }

  .poppetje {
    width: 220px !important;
    height: 220px !important;
    margin-top: 10px;
  }

  .pop-div {
    left: 0;
  }

  .map {
    width: 100% !important;
  }

  .burgermen {
   background-color: #ffc330;
   padding: 1em;
  }

}

@media only screen and (min-width: 576px) {

  #start {
    padding-bottom: 30%;
  }


}


@media only screen and (min-width: 1200px) {

  #start {
    height: 100%;
  }

  .poppetje {
    width: 300px !important;
    height: 300px !important;
    margin-top: -50px;
  }

  #start {
    padding-bottom: 5%;
  }


}


.spandoek {
  position: absolute;
  width: 45vw;
  height: auto;
  left: 28vw;

}

.hexbox {
  display: none;

}
/*
.lijn {
  border-left: thin solid #ff0000; 
  border-bottom: thin solid #ff0000;
}

.lijn2 {
  border-left: thin solid #ff0000; 
}

.lijn3 {
  border-top: thin solid #ff0000;
  border-left: thin solid #ff0000; 
}
*/

@media only screen and (min-width: 992px) {
  .hexbox {
    display: block;
  }
  
}


/* test 2 */

.process-item-number {
  position: absolute;
  color: #ffc330;
  left: 0;
  top: 0;
  -webkit-transform: translate(-127%, -21%);
  -ms-transform: translate(-127%, -21%);
  transform: translate(-127%, -21%);
  font-family: "Open Sans", sans-serif;
  background-color: #fff;
  font-size: 3.157rem;

}
@media (min-width: 576px) {
  .process-item .process-item-number {
    font-size: 5.584rem;
  }
}

.process-item {
  font-family: "Open Sans", sans-serif;
}

#kleurplaat {
  font-family: "Open Sans", sans-serif;
}

#vragen {
  font-family: "Open Sans", sans-serif;
}


.wittespacer {
  position: relative;
  -webkit-clip-path: ellipse(55% 18% at 51% 96%);
clip-path: ellipse(55% 18% at 51% 96%);
  background-color: #FFF;
  width: 100%;
  height: 500px;
}

.odometer{
  font-size:50px;
  position:relative;
}

.slogan h1{
  font-family: "Open Sans", sans-serif;
}



.linkPlaat {
  font-family: "Open Sans", sans-serif;
}

.tekstVeld {
  font-family: "Open Sans", sans-serif;
}

.titelTekst {
  font-family: 'Bebas Neue';
}
