/* Mobile */
@media  (min-width: 0px) and (max-width: 399px) {

  h4{
  line-height: 155%;
  }

  .anchor{
  display: block;
  position: relative;
  top: -48px;
  visibility: hidden;
  }

  .navbarspacer{
  width: 100%;
  height: 50px;
  }

  .navbar{
  background-color: rgba(88, 31, 106, 1.0);
  padding-left: 25px;
  padding-right: 0px;
  position: fixed;
  width: 100%;
  height: 50px;
  top: 0;
  z-index: 99;
  }

  .navbarright{
  position: absolute;
  top:0px;
  right:0px;
  left:0px;
  padding-left: 0%;
  padding-right: 0%;
  width:100vw;
  height: 50px;
  background-color: rgba(88, 31, 106, 1.0);

  }

  .navbarrightresponsive{
  position: absolute;
  top:0px;
  right:0px;
  left:0px;
  padding-left: 0%;
  padding-right: 0%;
  width:100vw;
  background-color: rgba(88, 31, 106, 1.0);
  height: 50px;
  }

  .navbarright a {
  display: none;
  }

  .navbarrightresponsive a {
  float: none;
  display: block;
  position: relative;
  top: 50px;
  width: 100vw;
  background-color: rgba(88, 31, 106, 1.0);
  color: white;
  font-size:16px;
  text-align: right;
  padding:12px;
  padding-right:10%;
  border-bottom: thin solid white;
  z-index: 1002;
  }

  .navbarrightresponsive a:hover {
  color: rgba(226, 89, 80, 1);
  }

  .navbarright a.icon {
  position: absolute;
  right:0px;
  top: 0px;
  padding:12px;
  padding-right:10%;
  display: block;
  line-height: 100%;
  border-bottom: none;
  color: white;
  cursor: pointer;
  text-decoration: none;
  }

  .navbarrightresponsive a.icon {
  position: absolute;
  top: 0px;
  padding:12px;
  padding-right:10%;
  display: block;
  line-height: 100%;
  border-bottom: thin solid white;
  color: white;
  cursor: pointer;
  text-decoration: none;
  }

  .logo {
  display:none;
  }

  .header{
  position: relative;
  width:100%;
  height: 325px;
  }

  .parallax {
    background-image: url("bamboe01paars.png");
    height: 325px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    }

    .parallax2 {
      background-image: url("bamboe01geel.png");
      height: 325px;
      background-attachment: fixed;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      }


    .parallaxtext{
    position:relative;
    padding-left:25px;
    padding-right:25px;
    top:110px;
    width:100%;
    }

    .judie{
      position: relative;
      right:0px;
      bottom:-40px;
      height:250px;
      width: 100%;
      background-image: url("judiegeel.png");
      background-position: right;
      background-repeat: no-repeat;
      background-size:cover;
    }

  .headertext{
  position:absolute;
  top:100px;
  width:100%;
  }

  .bigtext{
  padding-left:24px;
  }

  .headersubtekst{
  padding-left:25px;
  width:100%;
  }

  .tekstblokwrapperwhite{
    position: relative;
    width:100%;
    right:0px;
    left:0px;
    background-color: white;
    padding-top:20px;
    padding-bottom: 40px;
  }

  .textblock01{
  position:relative;
  padding-left:25px;
  padding-right:25px;
  width:100%;
  }

  .flexbox01{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .flexbox02{
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }

  .footer{
  background-color:rgba(65, 18, 76, 1.0);
  overflow: hidden;
  padding-top:20px;
  padding-bottom: 40px;
  width:100%;
  }

  .calligr{
    position: absolute;
    right:-25px;
    bottom:-100px;
    height:100%;
    width: 50%;
    background-image: url("JVIgeel.svg");
    background-position: right;
    background-repeat: no-repeat;

  }


}

/* tablet */
@media (min-width: 400px) and (max-width: 610px) {

  h4{
  line-height: 160%;
  }

  .anchor{
  display: block;
  position: relative;
  top: -48px;
  visibility: hidden;
  }

  .navbarspacer{
  width: 100%;
  height: 50px;
  }

  .navbar{
  background-color: rgba(88, 31, 106, 1.0);
  padding-left: 25px;
  padding-right: 0px;
  position: fixed;
  width: 100%;
  height: 50px;
  top: 0;
  z-index: 99;
  }

  .navbarright{
  position: absolute;
  top:0px;
  right:0px;
  left:0px;
  padding-left: 0%;
  padding-right: 0%;
  width:100vw;
  height: 50px;
  background-color: rgba(88, 31, 106, 1.0);

  }

  .navbarrightresponsive{
  position: absolute;
  top:0px;
  right:0px;
  left:0px;
  padding-left: 0%;
  padding-right: 0%;
  width:100vw;
  background-color: rgba(88, 31, 106, 1.0);
  height: 50px;
  }

  .navbarright a {
  display: none;
  }

  .navbarrightresponsive a {
  float: none;
  display: block;
  position: relative;
  top: 50px;
  width: 100vw;
  background-color: rgba(88, 31, 106, 1.0);
  color: white;
  font-size:16px;
  text-align: right;
  padding:12px;
  padding-right:10%;
  border-bottom: thin solid white;
  z-index: 1002;
  }

  .navbarrightresponsive a:hover {
  color: rgba(226, 89, 80, 1);
  }

  .navbarright a.icon {
  position: absolute;
  right:0px;
  top: 0px;
  padding:12px;
  padding-right:10%;
  display: block;
  line-height: 100%;
  border-bottom: none;
  color: white;
  cursor: pointer;
  text-decoration: none;
  }

  .navbarrightresponsive a.icon {
  position: absolute;
  top: 0px;
  padding:12px;
  padding-right:10%;
  display: block;
  line-height: 100%;
  border-bottom: thin solid white;
  color: white;
  cursor: pointer;
  text-decoration: none;
  }

  .logo {
  display:none;
  }

  .header{
  position: relative;
  width:100%;
  height: 350px;
  }

  .parallax {
    background-image: url("bamboe01paars.png");
    height: 350px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    }

    .parallax2 {
      background-image: url("bamboe01geel.png");
      height: 350px;
      background-attachment: fixed;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      }


    .parallaxtext{
    position:relative;
    padding-left:35px;
    padding-right:35px;
    top:110px;
    width:100%;
    }

    .judie{
      position: relative;
      right:0px;
      bottom:-60px;
      height:350px;
      width: 100%;
      background-image: url("judiegeel.png");
      background-position: right;
      background-repeat: no-repeat;
      background-size:cover;
    }

  .headertext{
  position:absolute;
  top:100px;
  width:100%;
  }

  .bigtext{
  padding-left:34px;
  }

  .headersubtekst{
  padding-left:35px;
  width:100%;
  }

  .tekstblokwrapperwhite{
    position: relative;
    width:100%;
    right:0px;
    left:0px;
    background-color: white;
    padding-top:40px;
    padding-bottom: 60px;
  }

  .textblock01{
  position:relative;
  padding-left:35px;
  padding-right:35px;
  width:100%;
  }

  .flexbox01{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .flexbox02{
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }

  .footer{
  background-color:rgba(65, 18, 76, 1.0);
  overflow: hidden;
  padding-top:40px;
  padding-bottom: 60px;
  width:100%;
  }

  .calligr{
    position: absolute;
    right:-25px;
    bottom:-100px;
    height:100%;
    width: 50%;
    background-image: url("JVIgeel.svg");
    background-position: right;
    background-repeat: no-repeat;

  }





}

/* tablet */
@media (min-width: 611px) and (max-width: 849px) {



  .anchor{
  display: block;
  position: relative;
  top: -48px;
  visibility: hidden;
  }

  .navbarspacer{
  width: 100%;
  height: 75px;
  }

  .navbar{
  background-color: rgba(255, 255, 255, 1.0);
  border-bottom-style: solid;
  border-width: 1px;
  border-color: rgb(200, 178, 33);
  padding-left: 65px;
  padding-right: 65px;
  position: fixed;
  width: 100%;
  height: 75px;
  top: 0;
  z-index: 99;
  }

  .navbarright {
  position: absolute;
  top:15px;
  right:65px;
  }

  .navbarright a {
  float: left;
  color: rgba(75, 36, 90, 1);
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  }

  .navbarright a.icon {
  display: none;
  }

  .navbarright a:hover {
  color: rgba(200, 178, 33, 1.0);
  }

  .navbarrightresponsive {
  position: absolute;
  top:15px;
  right:15%;
  }

  .navbarrightresponsive a {
  float: left;
  color: rgba(75, 36, 90, 1);
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  }

  .navbarrightresponsive a.icon {
  display: none;
  }

  .logo {
  position:absolute;
  width:50px;
  top:12px;
  }

  .header{
  position: relative;
  width:100%;
  height: 425px;
  }

  .parallax {
    background-image: url("bamboe01paars.png");
    height: 425px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    }

    .parallax2 {
      background-image: url("bamboe01geel.png");
      height: 425px;
      background-attachment: fixed;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      }


    .parallaxtext{
    position:relative;
    padding-left:65px;
    top:150px;
    width:100%;
    }

    .judie{
      position: relative;
      bottom:-80px;
      height:350px;
      width: 100%;
      background-image: url("judiegeel.png");
      background-position: right;
      background-repeat: no-repeat;
      background-size:cover;
    }

  .headertext{
  position:absolute;
  top:150px;
  width:100%;
  }

  .bigtext{
  padding-left:64px;
  }

  .headersubtekst{
  padding-left:65px;
  padding-right:65px;
  width:100%;
  }

  .tekstblokwrapperwhite{
    position: relative;
    width:100%;
    right:0px;
    left:0px;
    background-color: white;
    padding-top:60px;
    padding-bottom: 80px;
  }

  .textblock01{
  position:relative;
  padding-left:65px;
  padding-right:65px;
  width:100%;
  }

  .flexbox01{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .flexbox02{
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }

  .footer{
  background-color:rgba(65, 18, 76, 1.0);
  overflow: hidden;
  padding-top:60px;
  padding-bottom: 60px;
  width:100%;
  }

  .calligr{
    position: absolute;
    right:-25px;
    bottom:-100px;
    height:100%;
    width: 50%;
    background-image: url("JVIgeel.svg");
    background-position: right;
    background-repeat: no-repeat;
  }
}

  @media (min-width: 850px) and (max-width: 1250px) {



    .anchor{
    display: block;
    position: relative;
    top: -48px;
    visibility: hidden;
    }

    .navbarspacer{
    width: 100%;
    height: 75px;
    }

    .navbar{
    background-color: rgba(255, 255, 255, 1.0);
    border-bottom-style: solid;
    border-width: 1px;
    border-color: rgb(200, 178, 33);
    padding-left: 90px;
    padding-right: 90px;
    position: fixed;
    width: 100%;
    height: 75px;
    top: 0;
    z-index: 99;
    }

    .navbarright {
    position: absolute;
    top:15px;
    right:90px;
    }

    .navbarright a {
    float: left;
    color: rgba(75, 36, 90, 1);
    text-align: center;
    padding: 12px;
    text-decoration: none;
    font-size: 18px;
    }

    .navbarright a.icon {
    display: none;
    }

    .navbarright a:hover {
    color: rgba(200, 178, 33, 1.0);
    }

    .navbarrightresponsive {
    position: absolute;
    top:15px;
    right:15%;
    }

    .navbarrightresponsive a {
    float: left;
    color: rgba(75, 36, 90, 1);
    text-align: center;
    padding: 12px;
    text-decoration: none;
    font-size: 18px;
    }

    .navbarrightresponsive a.icon {
    display: none;
    }

    .logo {
    position:absolute;
    width:50px;
    top:12px;
    }

    .header{
    position: relative;
    width:100%;
    height: 500px;
    }

    .parallax {
      background-image: url("bamboe01paars.png");
      height: 500px;
      background-attachment: fixed;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      }

      .parallax2 {
        background-image: url("bamboe01geel.png");
        height: 500px;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        }


      .parallaxtext{
      position:relative;
      padding-left:90px;
      top:175px;
      width:100%;
      }

      #textjudie
      {
      position:relative;
      padding-left:90px;
      width:50%;
      }

      .judie{
        position: absolute;
        right:0px;
        bottom:0px;
        height:90%;
        width: 46%;
        background-image: url("judiegeel.png");
        background-position: right;
        background-repeat: no-repeat;
        background-size:cover;
      }

    .headertext{
    position:absolute;
    top:200px;
    width:100%;
    }

    .bigtext{
    padding-left:88px;
    }

    .headersubtekst{
    padding-left:90px;
    width:100%;
    }

    .tekstblokwrapperwhite{
      position: relative;
      width:100%;
      right:0px;
      left:0px;
      background-color: white;
      padding-top:70px;
      padding-bottom: 95px;
    }

    .textblock01{
    position:relative;
    padding-left:90px;
    width:85%;
    }

    .flexbox01{
      display: flex;
      flex-wrap: wrap;
    }

    .flexbox02{
      position: relative;
      display: flex;
      flex-wrap: wrap;
    }

    .footer{
    background-color:rgba(65, 18, 76, 1.0);
    overflow: hidden;
    padding-top:60px;
    padding-bottom: 60px;
    width:100%;
    }

    .calligr{
      position: absolute;
      right:-25px;
      bottom:-100px;
      height:100%;
      width: 50%;
      background-image: url("JVIgeel.svg");
      background-position: right;
      background-repeat: no-repeat;
    }


}


@media (min-width: 1251px) and (max-width: 1650px) {



  .anchor{
  display: block;
  position: relative;
  top: -48px;
  visibility: hidden;
  }

  .navbarspacer{
  width: 100%;
  height: 75px;
  }

  .navbar{
  background-color: rgba(255, 255, 255, 1.0);
  border-bottom-style: solid;
  border-width: 1px;
  border-color: rgb(200, 178, 33);
  padding-left: 140px;
  padding-right: 140px;
  position: fixed;
  width: 100%;
  height: 75px;
  top: 0;
  z-index: 99;
  }

  .navbarright {
  position: absolute;
  top:15px;
  right:15%;
  }

  .navbarright a {
  float: left;
  color: rgba(75, 36, 90, 1);
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  }

  .navbarright a.icon {
  display: none;
  }

  .navbarright a:hover {
  color: rgba(200, 178, 33, 1.0);
  }

  .navbarrightresponsive {
  position: absolute;
  top:15px;
  right:140px;
  }

  .navbarrightresponsive a {
  float: left;
  color: rgba(75, 36, 90, 1);
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  }

  .navbarrightresponsive a.icon {
  display: none;
  }

  .logo {
  position:absolute;
  width:50px;
  top:12px;
  }

  .header{
  position: relative;
  width:100%;
  height: 575px;
  }

  .parallax {
    background-image: url("bamboe01paars.png");
    height: 575px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    }

    .parallax2 {
      background-image: url("bamboe01geel.png");
      height: 575px;
      background-attachment: fixed;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      }


    .parallaxtext{
    position:relative;
    padding-left:140px;
    top:190px;
    width:100%;
    }

    .judie{
    position: absolute;
    right:0px;
    bottom:0px;
    height:90%;
    width: 40%;
    background-image: url("judiegeel.png");
    background-position: right;
    background-repeat: no-repeat;
    background-size:cover;
    }

  .headertext{
  position:absolute;
  top:200px;
  width:100%;
  }

  .bigtext{
  padding-left:137px;
  }

  .headersubtekst{
  padding-left:140px;
  width:100%;
  }

  .tekstblokwrapperwhite{
  position: relative;
  width:100%;
  right:0px;
  left:0px;
  background-color: white;
  padding-top:90px;
  padding-bottom: 115px;
  }

  .textblock01{
  position:relative;
  padding-left:140px;
  width:50%;
  }

  .flexbox01{
  display: flex;
  flex-wrap: wrap;
  }

  .flexbox02{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  }

  .footer{
  background-color:rgba(65, 18, 76, 1.0);
  overflow: hidden;
  padding-top:60px;
  padding-bottom: 60px;
  width:100%;
  }

  .calligr{
  position: absolute;
  right:-25px;
  bottom:-100px;
  height:100%;
  width: 50%;
  background-image: url("JVIgeel.svg");
  background-position: right;
  background-repeat: no-repeat;
  }

  }
