* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body {
    font-family:"Montserrat italic" ,sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
  }

h1{
    font-family:"Montserrat";
    font-weight: 800;
    font-size: 4rem;
}
h2{
    font-family:"Montserrat";
    color:#00939D;
    font-size: 2rem;
    font-weight: 400;
    margin:4rem 0;
}
p{
    font-weight: 400;
}

svg{
    width:100%;
}

/* divs */

.section{
    margin: 10rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.kolom-3{
    width:100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding:2rem;
}
.kolom-div-3{
    width:30%;
    margin-bottom: 3rem;
}

.kolom-div-3 p{
    margin-top: 3rem;
}

.kolom-2{
    width:100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding:2rem;
}
.kolom-2-l,
.kolom-2-right{
    width: 50%;
}
.kolom-2-right{
    text-align: left;
    padding:2rem;
}
.max-700{
    max-width: 700px;
}

.green{
    color:#00939D;
}

.fat-text{
    font-family:"Montserrat";
    font-size: 2rem;

}
.big{
    font-size: 3rem;
}
.big-number{
    font-size:3rem;
}

.solo-svg{
    max-width: 60%;
}

/*  header */

#smooth-wrapper{
    max-width: 1200px;
    margin: auto auto;
    text-align: center;
}

.main{
    height:100vh;
    max-height: 100vh;
    /* background-color: #E72E6C; */
    margin:0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.main svg{
    width:400px;
}
#scrolltext{
    margin-top: 3rem;
}
#pijlOnder{
    width:100px;
    margin-top: 1rem;
}

/* first */
#first-after-header{
    margin-top:0;
}

#div-gehannes{
    margin-top:400px;
}

#tooltip {
    background: white;
    padding: 10px;
    position: absolute;
    border-radius: 5px;
    pointer-events: none;
    z-index:1000;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
  }



@media only screen and (max-width: 800px) {
    .kolom-3{
        flex-direction: column;
    }
    .kolom-div-3{
        width: 100%;
    }
  }
  @media only screen and (max-width: 400px) {
    h2{
        font-size:1.5rem;
    }
  }