/* Mobile */
@media (max-width: 340px) {

  .navigationbar01{
    height: 40px;
    width: 100%;
  }

  .logo{
    width:30%;
    position: absolute;
    bottom:5px;
    left:10%;
  }

  .navigationbar01 a {
    display: none;
  }

  .navigationbar01 a.icon {
    position: absolute;
    top: 3px;
    right: 30px;
    display: block;
    cursor: pointer;
    font-size:13px;
    text-align: right;
    padding: 6px;
    padding-top: 6px;
    text-decoration: none;
  }

  .navigationbar01.responsive {
    background-image: none;
    padding: 0px;
    padding-top: 23px;
  }

  .navigationbar01.responsive a.icon {
    position: absolute;
    top: 3px;
    right: 30px;
    display: block;
    cursor: pointer;
    font-size:13px;
    text-align: right;
    padding: 6px;
    padding-top: 7px;
    text-decoration: none;
  }

  .navigationbar01.responsive a {
    position: relative;
    top: 16px;
    float: none;
    display: block;
    text-align: right;
    padding-right: 40px;
    border-bottom: thin solid white;
    background-color: var(--tertiary-color);
  }


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


  .header {
    position: relative;
    top: 39px;
    width: 100%;
    height: 225px;
    background-image:url("witpand.jpg");
    background-size: cover;
    background-repeat: no-repeat;

  }

  .headergradient {
    height: 225px;
    width:100%;
    position:relative;
    background-image: linear-gradient(to right, rgba(154, 25, 21, 0.9), rgba(233, 78, 27, 0.8), rgba(246, 162, 0, 0.7), rgba(246, 162, 0, 0.6));
  }

  .headertext {
    height: 225px;
    width: 100%;
    position:relative;
    Top:18px;
    margin-left: 10%;
  }


  .minispacer2{
    height: 40px;
  }

  .spacer{
    height: 50px;
  }

  .Planewhite{
    position:relative;
    background-color: white;
    padding-top: 30px;
    padding-bottom: 40px;
    width:100%;
  }


  .textcolumn01 {
    text-align: left;
    margin-right: 10%;
    margin-left: 10%;
  }

  .paral01{
    background-image:url("molen.jpg");
    height: 215px;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .paral02{
    background-image:url("gewoonhuiw.jpg");
    height: 215px;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .PlanePrimarycolour{
    position:relative;
    background-color: var(--primary-color);
    padding-top: 30px;
    padding-bottom: 40px;
    width:100%;
  }

  .Planewhite2{
    position:relative;
    background-image:url("bakstenenrood.jpg");
    height: 350px;
    width:100%;
    padding-top: 30px;
    padding-bottom: 30px;
    z-index: -1;
  }

  .paral03{
    background-image:url("woonboot.jpg");
    height: 190px;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .footer{
    width:100%;
    height: 500px;
    background-color:var(--quaternary-color);
  }

  .footertext01 {
    position:relative;
    margin-left: 10%;
    top:40px;
  }

  .footertext01 > div {
    position:relative;
    float:left;
    margin-right: 30px;
  }


}

/* mobile2 */
@media (min-width: 341px) and (max-width: 660px) {


    .navigationbar01{
      height: 50px;
      width: 100%;
        padding-right: 20px;
    }

    .logo{
      width:23%;
      position: absolute;
      bottom:10px;
      left:10%;
    }

    .navigationbar01 a {
      display: none;

    }

    .navigationbar01 a.icon {
      position: absolute;
      top: 0px;
      right: 35px;
      display: block;
      cursor: pointer;
      font-size:13px;
      text-align: right;
      padding: 6px;
      padding-top: 13px;
      text-decoration: none;
    }

    .navigationbar01.responsive {
      background-image: none;
      padding: 0px;
      padding-top: 31px;
    }

    .navigationbar01.responsive a.icon {
      position: absolute;
      top: 0px;
      right: 35px;
      display: block;
      cursor: pointer;
      font-size:13px;
      text-align: right;
      padding: 6px;
      padding-top: 13px;
      text-decoration: none;
    }

    .navigationbar01.responsive a {
      position: relative;
      margin: 0px;
      top: 16px;
      float: none;
      display: block;
      text-align: right;
      padding-right:41px;
      border-bottom: thin solid white;
      background-color: var(--tertiary-color);
    }


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


    .header {
      position: relative;
      top: 49px;
      width: 100%;
      height: 350px;
      background-image:url("witpand.jpg");
      background-size: cover;
      background-repeat: no-repeat;
      background-position:50% 30%;

    }

    .headergradient {
      height: 350px;
      width:100%;
      position:relative;
      background-image: linear-gradient(to right, rgba(154, 25, 21, 0.8), rgba(233, 78, 27, 0.7), rgba(246, 162, 0, 0.4), rgba(246, 162, 0, 0));
    }

    .headertext {
      height: 225px;
      width: 100%;
      position:relative;
      Top:40px;
      margin-left: 10%;
    }


    .minispacer2{
      height: 40px;
    }

    .spacer{
      height: 50px;
    }

    .Planewhite{
      position:relative;
      background-color: white;
      padding-top: 30px;
      padding-bottom: 40px;
      width:100%;
    }


    .textcolumn01 {
      text-align: left;
      margin-right: 10%;
      margin-left: 10%;
    }

    .paral01{
      background-image:url("molen.jpg");
      height: 300px;
      background-attachment: fixed;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
    }

    .paral02{
      background-image:url("gewoonhuiw.jpg");
      height: 300px;
      background-attachment: fixed;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
    }

    .PlanePrimarycolour{
      position:relative;
      background-color: var(--primary-color);
      padding-top: 30px;
      padding-bottom: 40px;
      width:100%;
    }

    .Planewhite2{
      position:relative;
      background-image:url("bakstenenrood.jpg");
      height: 350px;
      width:100%;
      padding-top: 30px;
      padding-bottom: 30px;
      z-index: -1;
    }

    .paral03{
      background-image:url("woonboot.jpg");
      height: 300px;
      background-attachment: fixed;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
    }

    .footer{
      width:100%;
      height: 350px;
      background-color:var(--quaternary-color);
    }

    .footertext01 {
      position:relative;
      margin-left: 10%;
      top:40px;
    }

    .footertext01 > div {
      position:relative;
      float:left;
      margin-right: 30px;
    }





  }

/* tablet */
@media (min-width: 661px) and (max-width: 990px) {


  .navigationbar01{
    height: 60px;
    background-size: 130px;
    background-position:10% 42%;
    padding-right: 10%;
    padding-left: 10%;
    width: 100%;
  }

  .logo{
    width:20%;
    position: absolute;
    bottom:10px;
  }

  .navigationbar01 a {
    float:right;
    display: block;
    font-size:16px;
    color: var(--quaternary-color);
    text-align: center;
    padding: 10px;
    padding-top: 0px;
    text-decoration: none;
    overflow: hidden;
    font-weight:900;
  }


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


  .header {
    position: relative;
    top: 59px;
    width: 100%;
    height: 380px;
    background-image:url("witpand.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position:50% 30%;

  }

  .headergradient {
    height: 380px;
    width:100%;
    position:relative;
    background-image: linear-gradient(to right, rgba(154, 25, 21, 0.8), rgba(233, 78, 27, 0.7), rgba(246, 162, 0, 0.1), rgba(246, 162, 0, 0));
  }

  .headertext {
    height: 225px;
    width: 100%;
    position:relative;
    Top:40px;
    margin-left: 10%;
  }


  .minispacer2{
    height: 40px;
  }

  .spacer{
    height: 50px;
  }

  .Planewhite{
    position:relative;
    background-color: white;
    padding-top: 30px;
    padding-bottom: 40px;
    width:100%;
  }


  .textcolumn01 {
    text-align: left;
    margin-right: 12%;
    margin-left: 10%;
  }

  .paral01{
    background-image:url("molen.jpg");
    height: 380px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .paral02{
    background-image:url("gewoonhuiw.jpg");
    height: 380px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .PlanePrimarycolour{
    position:relative;
    background-color: var(--primary-color);
    padding-top: 30px;
    padding-bottom: 40px;
    width:100%;
  }

  .Planewhite2{
    position:relative;
    background-image:url("bakstenenrood.jpg");
    height: 350px;
    width:100%;
    padding-top: 30px;
    padding-bottom: 30px;
    z-index: -1;
  }

  .paral03{
    background-image:url("woonboot.jpg");
    height: 380px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .footer{
    width:100%;
    height: 350px;
    background-color:var(--quaternary-color);
  }

  .footertext01 {
    position:relative;
    margin-left: 10%;
    top:40px;
  }

  .footertext01 > div {
    position:relative;
    float:left;
    margin-right: 30px;
  }






}

/* tablet */
@media (min-width: 991px) and (max-width: 1320px) {


  .navigationbar01{
    height: 70px;
    background-size: 190px;
    background-position:10% 42%;
    padding-right: 10%;
    padding-left: 10%;
    width: 100%;
  }

  .logo{
    width:17%;
    position: absolute;
    bottom:10px;
  }

  .navigationbar01 a {
    float:right;
    display: block;
    font-size:16px;
    color: var(--quaternary-color);
    text-align: center;
    padding: 10px;
    padding-top: 7px;
    text-decoration: none;
    overflow: hidden;
    font-weight:900;
  }


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


  .header {
    position: relative;
    top: 59px;
    width: 100%;
    height: 480px;
    background-image:url("witpand.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position:50% 30%;

  }

  .headergradient {
    height: 480px;
    width:100%;
    position:relative;
    background-image: linear-gradient(to right, rgba(154, 25, 21, 0.8), rgba(233, 78, 27, 0.7), rgba(246, 162, 0, 0.1), rgba(246, 162, 0, 0));
  }

  .headertext {
    height: 225px;
    width: 100%;
    position:relative;
    Top:60px;
    margin-left: 10%;
  }


  .minispacer2{
    height: 40px;
  }

  .spacer{
    height: 50px;
  }

  .Planewhite{
    position:relative;
    background-color: white;
    padding-top: 45px;
    padding-bottom: 55px;
    width:100%;
  }


  .textcolumn01 {
    text-align: left;
    margin-right: 22%;
    margin-left: 10%;
  }

  .paral01{
    background-image:url("molen.jpg");
    height: 420px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .paral02{
    background-image:url("gewoonhuiw.jpg");
    height: 420px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .PlanePrimarycolour{
    position:relative;
    background-color: var(--primary-color);
    padding-top: 45px;
    padding-bottom: 55px;
    width:100%;
  }

  .Planewhite2{
    position:relative;
    background-image:url("bakstenenrood.jpg");
    height: 350px;
    width:100%;
    padding-top: 30px;
    padding-bottom: 30px;
    z-index: -1;
  }

  .paral03{
    background-image:url("woonboot.jpg");
    height: 420px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .footer{
    width:100%;
    height: 400px;
    background-color:var(--quaternary-color);
  }

  .footertext01 {
    position:relative;
    margin-left: 10%;
    top:40px;
  }






}
