<style>
h1 {
    font-family: Calibri;
    font-size: 19pt;
    line-height: 38pt;
    color: black;
    font-weight: 100;
    margin-top: 20px;
    line-height: 38pt;
}
h2 {
    font-family: Calibri;
    font-size: 19pt;
    line-height: 38pt;
    color: black;
    font-weight: 100;
    margin-top: 20px;
    line-height: 38pt;
}
h3 {
    font-family: Calibri;
    font-size: 14pt;
    line-height: 24pt;
    font-weight: normal;
    color: #A9BDC5;
}
h4 {
    color: #5D7C89;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 12pt;
    line-height: 24pt;
    font-weight: 100;
    margin-bottom:  -10px;
}
h5 {
    font-family: Calibri;
    font-size: 12pt;
    line-height: 24pt;
    color: black;
    font-weight: 100;
    margin-top: 20px;
}
h6  {
    color: white;
    font-weight: 100;
    font-family: Calibri;
    font-size: 12pt;
    line-height: 24pt;
}
p {
    font-family: Calibri;
    font-size: 19pt;
    line-height: 38pt;
    color: white;
    }
f {
    font-family: Calibri;
    color:lightgray;
    font-size: 12pt;
    line-height: 24pt;
}
ul {
    font-family: Calibri;
    font-size: 15pt;
    line-height: 30pt;    
}
a {
    font-family: Calibri;
    color: white;
    text-decoration: none;
    border-bottom: 1px solid white;
    cursor: pointer;
    transition: color 0.5s;
}
a:hover {
    font-family: Calibri;
    text-decoration: none;
    color: #21AE7B;
}
.antwoord {
    font-family: Calibri;
    color: black;
    font-weight: 100;
    text-decoration: none;
    border-bottom: 1px solid black;
    cursor: pointer;
    transition: color 0.5s;
}
.antwoord:hover {
    font-family: Calibri;
    font-weight: 100;
    text-decoration: none;
    color: #5D7C89;
}
.geelantwoord {
    font-family: Calibri;
    color: black;
    font-weight: 100;
    text-decoration: none;
    border-bottom: 1px solid black;
    cursor: pointer;
    transition: color 0.5s;
}
.geelantwoord:hover {
    font-family: Calibri;
    font-weight: 100;
    text-decoration: none;
    color: #5D7C89;
}
.close {
    float: right;
    font-family: calibri;
    color: white;
    background: none;
    border: none;
    font-size: 15px;
    cursor: pointer;
}
.close:hover {
    color: #0000A0;
}
.button {
    background-color: none;
    border: solid 2px #3AC8E8;
    border-radius: 50px;
    color: #01A9CE;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 35%;
    height: 20%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 62%;
    margin: 4px 2px;
    cursor: pointer;
    transition: all 0.5s;
    margin-left: 5px;
    margin-right: 5px;
}
.button:hover {
    border: solid 2px #3AC8E8;
    background-color: #3AC8E8;
    color: white;
}
.buttonone {
    background-color: none;
    border: solid 2px #3AC8E8;
    border-radius: 50px;
    color: #3AC8E8;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 100px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 10px 2px;
    cursor: pointer;
    transition: all 0.5s;
    margin-left: 5px;
    margin-right: 5px;
}
.buttonone:hover {
    border: solid 2px #3AC8E8;
    background-color: #3AC8E8;
    color: white;
}
body {
  margin: 0;
  padding: 0;
  font-family: Calibri;
  font-size: 16px;
  font-weight: 100;
  color: #01A9CE;
    text-align: left;
}
#first {
  background-color: #3AC8E8;
}
#second {
  background-color: #FF8A66;
}
.section {
    text-align: left;
}
.section input[type="radio"],
.section input[type="checkbox"]{
  display: none;
}
.container {
    text-align: left;
    font-size: 19px;
    margin-top: 30px;
    margin-left: 70px;
    margin-bottom: 10px;
   
}
input[type="radio"]{
    visibility:hidden;
}
.container label {
  position: relative;
}

/* Base styles for spans */
.container span::before,
.container span::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* Radio buttons */
.container span.radio:hover {
  cursor: pointer;
}
.container span.radio::before {
  left: -53px;
  width: 26px;
  height: 26px;
  background-color: #3AC8E8;
  border-radius: 50px;
}
.container span.radio::after {
  left: -51px;
  width: 22px;
  height: 22px;
  border-radius: 10px;
  background-color: white;
  transition: left .25s, background-color: .5s;
}
.listone {
    font-family: Calibri;
    color: #01A9CE;
    text-decoration: none;
    border-bottom: 1px solid #01A9CE;
    font-size: 19px;
    line-height: 32px;
    cursor: pointer;
    transition: color 0.5s;
}
.listone:hover {
    font-family: Calibri;
    text-decoration: none;
    color: #3AC8E8;
}
.one {
    position: absolute;
    background-color: #25C189;
    height: 370px;
    padding-top: 30px;
    padding-bottom: 150px;
    text-align: center;
    width: 33%;
    left: 33%;
    top: 10%;
    z-index: 10;
    box-shadow: 1px 1px 3px #02B4A3;
    border-radius: 5px;
    }
.oneone {
    position: absolute;
    background-color: #25C189;
    height: 60px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 150px;
    text-align: center;
    width: 33%;
    left: 33%;
    top: 10%;
    z-index: 10;
    box-shadow: 1px 1px 3px #02B4A3;
    border-radius: 5px 5px 0px 0px;
    }
.two {
    background-color: #ED5E9A;
    border: solid 2px #ED5E9A;
    display: none;
    top: 110px;
    left: 15%; 
    font-family: Calibri;
    font-size: 21px;
    padding-top: 22px;
    color: white;
    text-align: center;
    border-radius: 48px;
    height: 48px;
    width: 71px;
    position: absolute;
    cursor: pointer;
    transition: all 0.5s;
}
.two:hover {
    background-color: #f5a3c5;
    border: solid 2px #f5a3c5;
    color: white;
}
.twoone {
    background-color: #e1e8ea;
    border: solid 2px #e1e8ea;
    display: none;
    top: 110px;
    left: 15%; 
    font-family: Calibri;
    font-size: 21px;
    padding-top: 22px;
    color: white;
    text-align: center;
    border-radius: 48px;
    height: 48px;
    width: 71px;
    position: absolute;
    }
.twotwo {
    background-color: #A9BDC5;
    border: solid 2px #A9BDC5;
    top: 110px;
    left: 950px; 
    font-family: Droid Sans Mono;
    font-size: 21px;
    padding-top: 22px;
    color: white;
    text-align: center;
    border-radius: 48px;
    height: 48px;
    width: 71px;
    position: absolute;
    }
.twothree {
    background-color: #A9BDC5;
    border: solid 2px #A9BDC5;
    font-family: Droid Sans Mono;
    font-size: 21px;
    padding-top: 22px;
    color: white;
    margin-left: 30px;
    margin-bottom: 50px;
    text-align: center;
    border-radius: 48px;
    height: 48px;
    width: 71px;
    }
.three {
    background-color: white;
    position: relative;
    margin: auto;
    background-color: red;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}
.four {
    display: none;
    position: absolute;
    top: 100px;
    left: 66%;
    width: 20%; 
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    z-index: 2;
}
.five {
    position: absolute;
    background-color: #D9E943;
    width: 33%;
    height: 370px;
    padding-top: 30px;
    padding-bottom: 150px;
    text-align: center;
    left: 33%;
    top: 10%;
    z-index: 0;
    box-shadow: 1px 1px 3px #02B4A3;
    border-radius: 5px;
}
.fiveone {
    background-color: #D0E41B;
    position: absolute;
    top: 75px;
    width: 100%;
    height: 25%;
    padding-top: 10%;
    padding-bottom: 10%;
}
.fivetwo {
    background-color: #D0E41B;
    position: absolute;
    top: 230px;
    width: 100%;
    height: 25%;
    padding-top: 10%;
    padding-bottom: 10%;
}
.fivethree {
    padding-top: 10px;
    top: 100px;
    width: auto;
    height: 20%;
}
.fivefour {
    margin-left: 40%;
    font-family: Calibri;
    font-size: 20px;
    padding-top: 23px;
    color: white;
    text-align: center;
    background-color: #BBCD18;
    border-radius: 50px;
    height: 50px;
    width: 75px;
    z-index: 1;
    position: relative;
}
.six {
    padding-top: 10px;
    top: 100px;
    width: auto;
    height: 20%;
}
.sixone {
    top: 30px;
    position: absolute;
    left: 30px;
    width: 50px;
    height: 70px; 
    float: left;
    font-size: 80px;
    color: white;
    cursor: pointer;
    transition: color 0.5s;
}
.sixone:hover {
    color: #21AE7B;
}
.sixtwo {
    top: 30px;
    position: absolute;
    left: 380px;
    width: 50px;
    height: 70px;
    float: right;
    font-size: 80px;
    color: white;
    cursor: pointer;
    padding: -20px;
    transition: color 0.5s;
}
.sixtwo:hover {
    color: #21AE7B;
}
.sixthree {
    background-color: white;
    width: 100%;
    height: 30%;
    top: 294px;
    padding-top: 5%;
    padding-bottom: 5%;
    margin-bottom: 10%;
    z-index: 1;
    position: relative;
    box-shadow: 1px 1px 5px grey;
    border-radius: 0px 0px 5px 5px;
}
.sixfour {
    background-color: #27C78E;
    position: absolute;
    top: 75px;
    width: 100%;
    height: 25%;
    left: 0%;
    padding-top: 10%;
    padding-bottom: 10%;
}
.sixfive {
    background-color: white;
    width: 100%;
    left: 0%;
    height: auto;
    top: 100%;
    padding-bottom: 30px;
    margin-bottom: 50px;
    z-index: -1;
    position: absolute;
    box-shadow: 1px 1px 3px grey;
    border-radius: 0px 0px 5px 5px;
}
.sixsix {
    background-color: #27C78E;
    position: absolute;
    top: 230px;
    width: 100%;
    height: 25%;
    padding-top: 0px;
    padding-bottom: 20px;
}
.seven {
    display: none;
    background-color: none;
    border: solid 2px #A9BDC5;
    border-radius: 50px;
    color: #A9BDC5;
    width: 20%;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin: 4px 2px;
    transition: background-color 0.5s;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    top: 210px;
    left: 7%; 
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
}
.eight {
    margin-left: 40%;
    font-family: Calibri;
    font-size: 20px;
    padding-top: 23px;
    color: white;
    text-align: center;
    background-color: #21AE7B;
    border-radius: 50px;
    height: 50px;
    width: 75px;
    z-index: 1;
    position: relative;
}
.nine {
    background-color: white;
    display: none;
    position: absolute;
}
 
.footer {
  position: absolute;
  right: 0;
    margin-left: 420px;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: none;
  text-align: left;
    font-size: 12pt;
    color: #5D7C89;
    margin-bottom: 10px;
}
.logo {
    width: 10px;
    height: 10px;
}

.animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

#delay {
  -webkit-animation-duration: .5s;
  -webkit-animation-delay: .5s;
  -webkit-animation-iteration-count: 1;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@media only screen and (max-width: 1000px) {
    .one {
        top: 20%;
        width: 50%;
        left: 10%;
        height: 40%;
    }
    .two {
        top: 5%;
        left: 10%;
        align-content: center;
    }
    .twoone {
        top: 5%;
        left: 10%;
        align-content: center;
    }
    .four {
        top: 23%;
        left: 62%;
        width: 25%;
    }
     .five {
        top: 20%;
        width: 50%;
        left: 10%;
        height: 40%;
    }
    .fiveone {
        
    }
    .sixthree {
        top: 100%;
        padding-top: 3%;
    padding-bottom: 10%;
    }
    .sixfour {
        
    }
    .seven {
        top: 20%;
        left: 15%;
        float: left;
    }
   
    
}
</style>