@media only screen and (min-width: 2000px) and (max-width: 5000px)  {
  h1 {
      background-image: url(https://media.giphy.com/media/26BROrSHlmyzzHf3i/giphy.gif);
      background-size: cover;
      color: transparent;
      -moz-background-clip: text;
      -webkit-background-clip: text;
      text-transform: uppercase;
      font-size: 125px;
      line-height: .75;
      margin: 10px 0;
      width: 100%;
  }

  .subtitle {
    font-size: 40px;
    font-weight: bold;
    font-family: monospace;
    /* text-shadow: 1px 1px 1px; */
    margin-top: 2%;
    position: relative;
    width: 100%;5
    padding: 2% 0;
}

.picturecontainer {
    height: 20vh;
    width: 25%;
    background: url(../images/logo2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 auto;
}

.ned {
    text-decoration: none;
    font-size: 33px;
    color: white;
    font-family: monospace;
}

.eng {
    text-decoration: none;
    font-size: 33px;
    color: white;
    font-family: monospace;
}

.grotetekstned {
    color: white;
    font-size: 65px;
    font-family: 'Merriweather', serif;
    font-weight: bold;
}

.logo {
    width: 6vw;
    height: 25vh;
    position: relative;
    left: 0px;
    right: 0px;
    background: url(../images/logo2.png) center center / contain no-repeat;
    background-repeat: no-repeat;
    margin: 2% auto;
}
.kleinetekstned {
    color: white;
    font-size: 35px;
    font-family: sans-serif;
}

.moreknop {
    width: 50%;
    color: black;
    margin: 0 auto;
    padding: 3%;
    background: white;
    text-align: center;
    border-radius: 1000px;
    display: block;
    text-decoration: none;
    margin-top: 4%;
    font-size: 30px;
}

.moreknop2 {
    width: 50%;
    color: black;
    margin: 0 auto;
    padding: 3%;
    background: white;
    text-align: center;
    border-radius: 1000px;
    display: block;
    text-decoration: none;
    margin-top: 4%;
    font-size: 35px;
}

.menu {
    margin: 12px 0px;
    position: relative;
    color: black;
    font-size: 28px;
    padding: 25px 0px;
    text-align: center;
    display: block;
    text-decoration: none;
}

.engcirkel {
    width: 100%;
    height: 5vh;
    position: relative;
    margin: auto;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    padding: 25%;
    background: #6e8d30;
    text-decoration: none;
    font-size: 28px;
    color: white;
    font-family: monospace;
}

.nedcirkel {
    width: 100%;
    height: 5vh;
    position: relative;
    margin: auto;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    padding: 25%;
    background: #6e8d30;
    text-decoration: none;
    font-size: 28px;
    color: white;
    font-family: monospace;
}

.menu2 {
    position: relative;
    color: black;
    font-size: 28px;
    display: block;
    padding: 7%;
    text-decoration: none;
}

.aboutustekst {
    text-align: left;
    width: 55%;
    margin: 0 auto;
    position: relative;
    font-size: 31px;
}

.leesmeer {
    padding: 1%;
    background: #6e8d30;
    width: 30%;
    margin: 0 auto;
    position: relative;
    border-radius: 10000px;
    font-size: 31px;
    color: white;
    text-decoration: none;
    display: block;
}

.historie {
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 2%;
    color: black;
    text-align: center;
}

.historietekstcontainer {
    width: 55%;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    color: black;
    font-size: 31px;
}

.youtube {
    background-color: #000;
    /* margin: 30px; */
    position: relative;
    /* padding-top: 26.25%; */
    overflow: hidden;
    cursor: pointer;
    width: 100%;
    /* padding: 73px; */
    height: 350px;
}

.missieheader {
    text-align: center;
    font-size: 60px;
    font-weight: bold;
    margin: 4%;
}

.visieheader {
    text-align: center;
    font-size: 60px;
    font-weight: bold;
    padding: 4%;
}

.missietekst {
    position: relative;
    width: 100%;
    font-size: 31px;
}

.visietekst {
    position: relative;
    width: 100%;
    font-size: 31px;
}

.doel {
    width: 55%;
    position: relative;
    margin: 0 auto;
    padding: 6%;
    line-height: 2;
    font-size: 31px;
}

.projtekstclass {
    padding: 5%;
    position: relative;
    /* margin: 2%; */
    width: 100%;
    /* border-radius: 10px; */
    text-align: center;
    display: block;
    text-decoration: none;
    color: black;
    background: #edb327;
    border-radius: 10px 10px 0px 0px;
    font-size: 31px;
}

.projtekstclass2 {
    padding: 5%;
    position: relative;
    /* margin: 2%; */
    width: 100%;
    /* border-radius: 10px; */
    text-align: center;
    display: block;
    text-decoration: none;
    color: black;
    background: #edb327;
    border-radius: 10px 10px 0px 0px;
    font-size: 31px;
}

.projecttekst {
    font-size: 28px;
}

.btn {
    display: inline-block;
    width: 80px;
    height: 80px;
    background: #f1f1f1;
    margin: 10px;
    border-radius: 30%;
    box-shadow: 0 5px 15px -5px #00000070;
    color: green;
    overflow: hidden;
    position: relative;

}

.btn i {
    line-height: 50px;
    font-size: 35px;
    transition: 0.2s linear;
    position: absolute;
    top: 20px;
    bottom: 0;
    margin: auto;
    left: 0px;
    right: 0px;
}

.footerrechtsmidden {
    display: flex;
    justify-content: center;
    font-size: 31px;
}
}

@media screen and (max-width: 1750px){
  .titleblock {
    width: 50%;
    display: flex;
    justify-content: center;
    background: #fdf6f6cc;
    border-radius: 10px;
    padding: 5%;
    box-shadow: 1px 1px 10px 1px black;

}
}

@media screen and (max-width: 1500px){
  .grotetekstned {
    color: white;
    font-size: 40px;
    font-family: 'Merriweather', serif;9
    font-weight: bold;
}
}

@media screen and (max-width: 1440px){

  .shapeholder {
      width: 100%;
      height: 75%;
      position: relative;
  }


  h1 {
      background-image: url(https://media.giphy.com/media/26BROrSHlmyzzHf3i/giphy.gif);
      background-size: cover;
      color: transparent;
      -moz-background-clip: text;
      -webkit-background-clip: text;
      text-transform: uppercase;
      font-size: 57px;
      line-height: .75;
      margin: 10px 0;
      text-align: left;
  }

  .grotetekstned {
      color: white;
      font-size: 40px;
      font-family: 'Merriweather', serif;
      font-weight: bold;
  }

  .kleinetekstned {
    color: white;
    font-size: 23px;
    font-family: sans-serif;
}

}

@media screen and (max-width: 1400px){


h1 {
    background-image: url(https://media.giphy.com/media/26BROrSHlmyzzHf3i/giphy.gif);
    background-size: cover;
    color: transparent;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    text-transform: uppercase;
    font-size: 57px;
    line-height: .75;
    margin: 10px 0;
    text-align: left;
}

.picturecontainer {
    height: 100px;
    width: 100px;
    background: url(../images/logo2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 4% auto;
}

.grotetekstned {
    color: white;
    font-size: 40px;
    font-family: 'Merriweather', serif;
    font-weight: bold;
}

.kleinetekstned {
  color: white;
  font-size: 20px;
  font-family: sans-serif;
}

}


@media screen and (max-width: 1350px){
  
  .header2 {
    width: 100%;
    position: absolute;
    height: 100vh;
    display: flex;
    align-items: center;
    left: 0px;
    background: #eee9e9;
    box-shadow: 1px 1px 1px 1px;
}
  
  }


@media screen and (max-width: 1240px){




.grotetekstned {
  color: white;
  font-size: 40px;
  font-family: 'Merriweather', serif;
  font-weight: bold;
}

h1 {
    background-image: url(https://media.giphy.com/media/26BROrSHlmyzzHf3i/giphy.gif);
    background-size: cover;
    color: transparent;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    text-transform: uppercase;
    font-size: 50px;
    line-height: .75;
    margin: 10px 0;
    text-align: left;
}
}
@media screen and (max-width: 1200px){
.logo {
    width: 10vw;
    height: 25vh;
    position: relative;
    left: 0px;
    right: 0px;
    background: url(../images/logo2.png) center center / contain no-repeat;
    background-repeat: no-repeat;
    margin: 2% auto;
}
}

@media screen and (max-width: 1150px){
  .menu2 {
    position: relative;
    color: black;
    font-size: 15px;
    display: block;
    padding: 20px;
    text-decoration: none;
}
.menu {
    margin: 12px 0px;
    position: relative;
    color: black;
    font-size: 15px;
    padding: 20px 0px;
    text-align: center;
    display: block;
    text-decoration: none;
}

.engcirkel {
    width: 100%;
    height: 5vh;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    font-size: 13px;
    display: flex;
    align-items: center;
    padding: 25%;
    background: #6e8d30;
    text-decoration: none;
    font-size: 15px;
    color: white;
    font-family: monospace;
}

.nedcirkel {
    width: 100%;
    height: 5vh;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    font-size: 13px;
    display: flex;
    align-items: center;
    padding: 25%;
    background: #6e8d30;
    text-decoration: none;
    font-size: 15px;
    color: white;
    font-family: monospace;
}
}

@media screen and (max-width: 1100px){

  #activ {
    width: 60%;
    text-align: right;
    height: 10vh;
    font-size: 14vh;
}

.cut {
    width: 50%;
    height: 20vh;
    color: white;
    font-size: 14vh;
    text-align: left;
    font-family: serif;
    font-weight: bold;
    text-shadow: 1px 2px 1px grey;
    position: relative;
    padding: 4% 0;
    text-align: left;
}

#activ2 {
  width: 60%;
  text-align: right;
  height: 10vh;
  font-size: 14vh;
}

.cut2 {
  width: 50%;
  height: 20vh;
  color: white;
  font-size: 14vh;
  text-align: left;
  font-family: serif;
  font-weight: bold;
  text-shadow: 1px 2px 1px grey;
  position: relative;
  padding: 4% 0;
  text-align: left;
}

  .headercontainerleft {
    display: flex;
    width: 19%;
    position: relative;
    height: 100vh;
    align-items: center;
}
  h1 {
    background-image: url(https://media.giphy.com/media/26BROrSHlmyzzHf3i/giphy.gif);
    background-size: cover;
    color: transparent;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    text-transform: uppercase;
    font-size: 50px;
    line-height: .75;
    margin: 10px 0;
    text-align: left;
}

.grotetekstned {
    color: white;
    font-size: 35px;
    font-family: 'Merriweather', serif;
    font-weight: bold;
}


.picturecontainer {
    height: 75px;
    width: 75px;
    background: url(../images/logo2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 4% auto;
}

.ned {
    text-decoration: none;
    font-size: 14px;
    color: white;
    font-family: monospace;
}

.eng {
    width: 40%;
    height: 100%;
    text-decoration: none;
    font-size: 14px;
    color: white;
    font-family: monospace;
}
}


@media screen and (max-width:1050px){

  #activ {
    width: 60%;
    text-align: right;
    height: 10vh;
    font-size: 13vh;
}

.cut {
    width: 50%;
    height: 20vh;
    color: white;
    font-size: 13vh;
    text-align: left;
    font-family: serif;
    font-weight: bold;
    text-shadow: 1px 2px 1px grey;
    position: relative;
    padding: 4% 0;
    text-align: left;
}

#activ2 {
  width: 60%;
  text-align: right;
  height: 10vh;
  font-size: 13vh;
}

.cut2 {
  width: 50%;
  height: 20vh;
  color: white;
  font-size: 13vh;
  text-align: left;
  font-family: serif;
  font-weight: bold;
  text-shadow: 1px 2px 1px grey;
  position: relative;
  padding: 4% 0;
  text-align: left;
}
  .section1right {
    position: relative;
    width: 59%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.title {
    width: 87vw;
    padding: 2%;
    /* border: solid; */
}



}

@media screen and (max-width:1000px){
#activ {
  width: 60%;
  text-align: right;
  height: 10vh;
  font-size: 12vh;
}

.cut {
  width: 50%;
  height: 20vh;
  color: white;
  font-size: 12vh;
  text-align: left;
  font-family: serif;
  font-weight: bold;
  text-shadow: 1px 2px 1px grey;
  position: relative;
  padding: 4% 0;
  text-align: left;
}

#activ2 {
width: 60%;
text-align: right;
height: 10vh;
font-size: 12vh;
}

.cut2 {
width: 50%;
height: 20vh;
color: white;
font-size: 12vh;
text-align: left;
font-family: serif;
font-weight: bold;
text-shadow: 1px 2px 1px grey;
position: relative;
padding: 4% 0;
text-align: left;
}
}

@media screen and (max-width:966px){

.subtitle{
  font-size:15px;
  }

h1 {
    background-image: url(https://media.giphy.com/media/26BROrSHlmyzzHf3i/giphy.gif);
    background-size: cover;
    color: transparent;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    text-transform: uppercase;
    font-size: 50px;
    text-align: left;

}

.grotetekstned {
  color: white;
  font-size: 33px;
  font-family: 'Merriweather', serif;
  font-weight: bold;
}

.kleinetekstned {
  color: white;
  font-size: 20px;
  font-family: sans-serif;
}

.subtekstsection {
    width: 45%;
    font-size: 43px;
    font-family: serif;
    color: white;
    text-align: center;
    position: relative;
    padding: 3%;
    margin: 5% 0% 0;
    background: #6e8d30;
    border-radius: 1000px 0px;
    box-shadow: 1px 1px 10px 1px black;
}

}

@media screen and (max-width:900px){

  #activ {
    width: 60%;
    text-align: right;
    height: 10vh;
    font-size: 11vh;
}

.cut {
    width: 50%;
    height: 20vh;
    color: white;
    font-size: 11vh;
    text-align: left;
    font-family: serif;
    font-weight: bold;
    text-shadow: 1px 2px 1px grey;
    position: relative;
    padding: 4% 0;
    text-align: left;
}

#activ2 {
  width: 60%;
  text-align: right;
  height: 10vh;
  font-size: 11vh;
}

.cut2 {
  width: 50%;
  height: 20vh;
  color: white;
  font-size: 11vh;
  text-align: left;
  font-family: serif;
  font-weight: bold;
  text-shadow: 1px 2px 1px grey;
  position: relative;
  padding: 4% 0;
  text-align: left;
}

  .logo {
    width: 13vw;
    height: 25vh;
    position: relative;
    left: 0px;
    right: 0px;
    background: url(../images/logo2.png) center center / contain no-repeat;
    background-repeat: no-repeat;
    margin: 2% auto;
}
  .titleblock {
    width: 75%;
    display: flex;
    justify-content: center;
    background: #fdf6f6cc;
    border-radius: 10px;
    padding: 5%;
    box-shadow: 1px 1px 10px 1px black;
}

h1 {
    background-image: url(https://media.giphy.com/media/26BROrSHlmyzzHf3i/giphy.gif);
    background-size: cover;
    color: transparent;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    text-transform: uppercase;
    font-size: 60px;
    text-align: left;
    /* margin: 10px 0; */
}
.grotetekstned {
    color: white;
    font-size: 33px;
    font-family: 'Merriweather', serif;
    font-weight: bold;
}

.kleinetekstned {
    color: white;
    font-size: 17px;
    font-family: sans-serif;
}

.moreknop {
    width: 55%;
    color: black;
    margin: 0 auto;
    padding: 4%;
    background: white;
    text-align: center;
    border-radius: 1000px;
    display: block;
    text-decoration: none;
    margin-top: 4%;
    font-size: 15px;
}

.white-mode {
    /* border: solid; */
    padding: 2%;
    background: #6e8d30;
    position: absolute;
    width: 65%;
    left: 0;
    right: 0px;
    margin: auto;
    text-align: center;
    font-size: 17px;
    border-radius: 1000px;
    color: white;
    font-family: monospace;
    display: flex;
    
    /* font-weight: bold; */
}

.headercontainerright {
    display: flex;
    width: 100%;
    position: relative;
    height: 100vh;
    align-items: center;
}
}

@media screen and (max-width:850px){

  #activ {
    width: 60%;
    text-align: right;
    height: 10vh;
    font-size: 10vh;
}

.cut {
    width: 50%;
    height: 20vh;
    color: white;
    font-size: 10vh;
    text-align: left;
    font-family: serif;
    font-weight: bold;
    text-shadow: 1px 2px 1px grey;
    position: relative;
    padding: 4% 0;
    text-align: left;
}

#activ2 {
  width: 60%;
  text-align: right;
  height: 10vh;
  font-size: 10vh;
}

.cut2 {
  width: 50%;
  height: 20vh;
  color: white;
  font-size: 10vh;
  text-align: left;
  font-family: serif;
  font-weight: bold;
  text-shadow: 1px 2px 1px grey;
  position: relative;
  padding: 4% 0;
  text-align: left;
}

.menucontainer {
    width: 30%;
    height: 100vh;
    position: fixed;
    display: flex;
}

}

@media screen and (max-width:800px){
  #activ {
    width: 60%;
    text-align: right;
    height: 10vh;
    font-size: 9vh;
}

.cut {
    width: 50%;
    height: 20vh;
    color: white;
    font-size: 9vh;
    text-align: left;
    font-family: serif;
    font-weight: bold;
    text-shadow: 1px 2px 1px grey;
    position: relative;
    padding: 4% 0;
    text-align: left;
}

#activ2 {
  width: 60%;
  text-align: right;
  height: 10vh;
  font-size: 9vh;
}

.cut2 {
  width: 50%;
  height: 20vh;
  color: white;
  font-size: 9vh;
  text-align: left;
  font-family: serif;
  font-weight: bold;
  text-shadow: 1px 2px 1px grey;
  position: relative;
  padding: 4% 0;
  text-align: left;
}
}

@media screen and (max-width:750px){

  #activ {
    width: 60%;
    text-align: right;
    height: 10vh;
    font-size: 8vh;
}

.cut {
    width: 50%;
    height: 20vh;
    color: white;
    font-size: 8vh;
    text-align: left;
    font-family: serif;
    font-weight: bold;
    text-shadow: 1px 2px 1px grey;
    position: relative;
    padding: 4% 0;
    text-align: left;
}

#activ2 {
  width: 60%;
  text-align: right;
  height: 10vh;
  font-size: 8vh;
}

.cut2 {
  width: 50%;
  height: 20vh;
  color: white;
  font-size: 8vh;
  text-align: left;
  font-family: serif;
  font-weight: bold;
  text-shadow: 1px 2px 1px grey;
  position: relative;
  padding: 4% 0;
  text-align: left;
}

  .subtekstsection {
    width: 60%;
    font-size: 43px;
    font-family: serif;
    color: white;
    text-align: center;
    position: relative;
    padding: 3%;
    margin: 5% 0% 0;
    background: #6e8d30;
    border-radius: 1000px 0px;
    box-shadow: 1px 1px 10px 1px black;
}

  .logo {
    width: 15vw;
    height: 25vh;
    position: relative;
    left: 0px;
    right: 0px;
    background: url(../images/logo2.png) center center / contain no-repeat;
    background-repeat: no-repeat;
    margin: 2% auto;
}

  .section1right {
    position: relative;
    width: 70%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

}

@media screen and (max-width:720px){
  
  .doel {
    width: 75%;
    position: relative;
    margin: 0 auto;
    padding: 6%;
    line-height: 2;
    font-size: 20px;
}

.clear3 {
    width: 100%;
    height: 14vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

  .omhulsel {
    background: #ffffff61;
    position: relative;
    margin: 2%;
    width: 45%;
    border-radius: 10px;
    text-align: center;
    display: block;
    text-decoration: none;
    color: black;
    box-shadow: 1px 1px 1px black;
}


  .sectionmidden {
    width: 100%;
    margin-top: 2%;
    position: relative;
    display: block;
    background: url(../images/nature.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
}

.section3left {
    position: relative;
    width: 100%;
    background: white;
}

.section3right {
    position: relative;
    width: 100%;
    background: white;
    height:auto;
}

.triplestripe {
  width: 10%;
  position: fixed;
  top: 0px;
  z-index: 99999999999999999999999999999999999999999999999999999999999999999999999;
  margin: 2%;
  display: block;
}

.leftside {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 99999999999;
    display: none;
}



.footerrechts {
    width: 100%;
    height: 100%;
    position: relative;
    margin-top: 4%;
}

.footerlayer {
    width: 100%;
    position: relative;
    height: 40%;
    background: url(../images/earth2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}

.footerrechtsmidden {
    display: flex;
    justify-content: center;
    font-size: 15px;
}

.footerrechtstop {
    display: flex;
    height: 2vh;
    align-items: center;
    justify-content: center;
}


.copyright {
    position: absolute;
    bottom: 2px;
    /* left: 11%; */
    font-size: 12px;
}

.footerlinks {
    width: 95%;
    height: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    margin-top: 4%;
    top:100%;
}
  h1 {
      background-image: url(https://media.giphy.com/media/26BROrSHlmyzzHf3i/giphy.gif);
      background-size: cover;
      color: transparent;
      -moz-background-clip: text;
      -webkit-background-clip: text;
      text-transform: uppercase;
      font-size: 50px;
      text-align: left;
      /* margin: 10px 0; */
  }

  .section1boven {
    width: 100%;
    color: white;
    font-size: 14vh;
    text-align: center;
    font-family: serif;
    font-weight: bold;
    text-shadow: 1px 2px 1px grey;
    position: relative;
    padding: 4% 0;
}

  .section1right {
    position: relative;
    width: 70%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.menucontainer {
    width: 35%;
    height: 100vh;
    position: fixed;
    display: flex;
}

.headercontainerleft {
    display: flex;
    min-width: 20%;
    position: relative;
    height: 100vh;
    align-items: center;
}
}

@media screen and (max-width:650px){
  .section1boven {
    width: 100%;
    color: white;
    font-size: 13vh;
    text-align: center;
    font-family: serif;
    font-weight: bold;
    text-shadow: 1px 2px 1px grey;
    position: relative;
    padding: 4% 0;
}

#activ {
  width: 60%;
  text-align: right;
  height: 10vh;
  font-size: 7vh;
}

.cut {
  width: 50%;
  height: 20vh;
  color: white;
  font-size: 7vh;
  text-align: left;
  font-family: serif;
  font-weight: bold;
  text-shadow: 1px 2px 1px grey;
  position: relative;
  padding: 4% 0;
  text-align: left;
}

#activ2 {
width: 60%;
text-align: right;
height: 10vh;
font-size: 7vh;
}

.cut2 {
width: 50%;
height: 20vh;
color: white;
font-size: 7vh;
text-align: left;
font-family: serif;
font-weight: bold;
text-shadow: 1px 2px 1px grey;
position: relative;
padding: 4% 0;
text-align: left;
}

.menucontainer {
    width: 40%;
    height: 100vh;
    position: fixed;
    display: flex;
}
}

@media screen and (max-width:600px){

  #ruimte {
    width: 80%;
    height: 20vh;
    color: white;
    font-size: 9vh;
    text-align: center;
    font-family: serif;
    font-weight: bold;
    text-shadow: 1px 2px 1px grey;
    position: relative;
    padding: 4% 0;
}


.doel {
    width: 90%;
    position: relative;
    margin: 0 auto;
    padding: 6%;
    line-height: 2;
    font-size: 20px;
}
  .sectionmidden {
    width: 100%;
    margin-top: 2%;
    position: relative;
    display: block;
    background: url(../images/nature.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
}
#activ {
    width: 15%;
    text-align: right;
    height: 10vh;
    font-size: 5vh;
    margin: 0 auto;
    position: relative;
}

  .cut {
    width: 15%;
    height: 20vh;
    color: white;
    font-size: 5vh;
    text-align: left;
    font-family: serif;
    font-weight: bold;
    text-shadow: 1px 2px 1px grey;
    position: relative;
    padding: 4% 0;
    text-align: left;
  }

  #activ2 {
  width: 15%;
    text-align: right;
    height: 10vh;
    font-size: 5vh;
    margin: 0 auto;
    position: relative;
  }

  .cut2 {
  width: 15%;
  height: 20vh;
  color: white;
  font-size: 5vh;
  text-align: left;
  font-family: serif;
  font-weight: bold;
  text-shadow: 1px 2px 1px grey;
  position: relative;
  padding: 4% 0;
  text-align: left;
  }
  h1 {
      background-image: url(https://media.giphy.com/media/26BROrSHlmyzzHf3i/giphy.gif);
      background-size: cover;
      color: transparent;
      -moz-background-clip: text;
      -webkit-background-clip: text;
      text-transform: uppercase;
      font-size: 50px;
      text-align: left;
      /* margin: 10px 0; */
  }

  .grotetekstned {
    color: white;
    font-size: 29px;
    font-family: 'Merriweather', serif;
    font-weight: bold;
}

  .section1right {
    position: relative;
    width: 75%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section3left {
    position: relative;
    width: 100%;
    background: white;
}

.section3right {
    position: relative;
    width: 100%;
    background: white;
    height:auto;
}

.section1boven {
    width: 100%;
    color: white;
    font-size: 11vh;
    text-align: center;
    font-family: serif;
    font-weight: bold;
    text-shadow: 1px 2px 1px grey;
    position: relative;
    padding: 4% 0;
}


}

@media screen and (max-width: 570px){
  
  .clear3 {
    width: 100%;
    height: 7vh;
    display: flex;
    align-items: center;
    justify-content: center;
}


  .omhulsel {
      background: #ffffff61;
      position: relative;
      margin: 2%;
      width:70%;
      border-radius: 10px;
      text-align: center;
      display: block;
      text-decoration: none;
      color: black;
      box-shadow: 1px 1px 1px black;
  }

  .aboutustekst {
    text-align: left;
    width: 90%;
    margin: 0 auto;
    position: relative;
    font-size: 20px;
}



.historietekstcontainer {
    width: 90%;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    color: black;
    font-size: 20px;
}

.leesmeer {
    padding: 4%;
    background: #6e8d30;
    width: 60%;
    margin: 0 auto;
    position: relative;
    border-radius: 10000px;
    font-size: 19px;
    color: white;
    text-decoration: none;
    display: block;
}

.historie {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 2%;
    color: black;
    text-align: left;
    width: 90%;
    /* border: solid; */
    margin: 4% auto;
}

  .subtekstsection {
    width: 60%;
    font-size: 35px;
    font-family: serif;
    color: white;
    text-align: center;
    position: relative;
    padding: 3%;
    margin: 5% 0% 0;
    background: #6e8d30;
    border-radius: 1000px 0px;
    box-shadow: 1px 1px 10px 1px black;
}

.missie {
    width: 80%;
    position: relative;
    margin: 0 auto;
    line-height: 1.5;
    font-size: 21px;
    color: black;
}

.visie {
    width: 80%;
    position: relative;
    margin: 0 auto;
    line-height: 1.5;
    font-size: 21px;
}
  .logo {
    width: 18vw;
    height: 25vh;
    position: relative;
    left: 0px;
    right: 0px;
    background: url(../images/logo2.png) center center / contain no-repeat;
    background-repeat: no-repeat;
    margin: 2% auto;
}
  h1 {
      background-image: url(https://media.giphy.com/media/26BROrSHlmyzzHf3i/giphy.gif);
      background-size: cover;
      color: transparent;
      -moz-background-clip: text;
      -webkit-background-clip: text;
      text-transform: uppercase;
      font-size: 60px;
      text-align: left;
      /* margin: 10px 0; */
  }
  .white-mode {
      /* border: solid; */
      padding: 2%;
      background: #6e8d30;
      position: absolute;
      width: 90%;
      left: 0;
      right: 0px;
      margin: auto;
      text-align: center;
      font-size: 17px;
      border-radius: 1000px;
      color: white;
      font-family: monospace;
      display: flex;
      /* font-weight: bold; */
  }

  .titleblock {
    width: 100%;
    height: 100vh;
}


  .menucontainer {
    width: 100%;
    height: 100vh;
    position: fixed;
    display: flex;
}

.headercontainerleft {
    display: flex;
    min-width: 15%;
    position: relative;
    height: 100vh;
    align-items: center;
}



.header2 {
    width: 100%;
    position: absolute;
    height: 100vh;
    display: flex;
    align-items: center;
    left: 0px;
    background: #eee9e9;
    box-shadow: 1px 1px 1px 1px;
}

.missieheader {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin: 0%;
    margin: 0% auto;
    position: relative;
    text-align: left;
}

.visieheader {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin: 0% auto;
    position: relative;
    text-align: left;
}

.missietekst {
    position: relative;
    width: 100%;
    font-size: 20px;
    margin-top: 17%;
}

.visietekst {
    position: relative;
    width: 100%;
    font-size: 20px;
    margin-top: 17%;
}


}

@media screen and (max-width: 520px) {
.moreknop {
    width: 75%;
    color: black;
    margin: 0 auto;
    padding: 4%;
    background: white;
    text-align: center;
    border-radius: 1000px;
    display: block;
    text-decoration: none;
    margin-top: 4%;
    font-size: 15px;
}

.moreknop2 {
    width: 75%;
    color: black;
    margin: 0 auto;
    padding: 4%;
    background: white;
    text-align: center;
    border-radius: 1000px;
    display: block;
    text-decoration: none;
    margin-top: 4%;
    font-size: 15px;

}

.section1boven {
    width: 100%;
    color: white;
    font-size: 9vh;
    text-align: center;
    font-family: serif;
    font-weight: bold;
    text-shadow: 1px 2px 1px grey;
    position: relative;
    padding: 4% 0;
}

.imageholder {
    width: 75%;
    position: relative;
    margin: 2% auto;
    display: flex
;
    height: 40vh;
    /* margin: 2%; */
    /* border: solid; */
    box-shadow: 2px 2px 15px;
    justify-content: center;
    align-items: center;
}

.center {
    text-align: left;
    width: 80%;
    margin: 0 auto;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    line-height: 2;
    overflow-y: auto;
    height: 45%;
    /* padding: 2.5%; */
}

.teksthide {
    z-index: 99999999;
    position: absolute;
    width: 100%;
    /* left: 0px; */
    /* right: 0px; */
    margin: 0% auto;
    padding: 2%;
    background: #ffffff;
    text-align: left;
    display: flex
;
    justify-content: center;
    align-items: center;
    height: 65%;
}

.teksthide2 {
    z-index: 99999999;
    position: absolute;
    width: 100%;
    /* left: 0px; */
    /* right: 0px; */
    margin: 0% auto;
    padding: 2%;
    background: #ffffff;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 65%;
}

.close {
    width: 9%;
    position: absolute;
    right: 3%;
    top: 3%;
    z-index: 999999999999;
    border-radius: 101px;
}


.close2 {
    width: 9%;
    position: absolute;
    right: 3%;
    top: 3%;
    z-index: 999999999999;
    border-radius: 101px;
}

.seemore {
    z-index: 99999999;
    position: absolute;
    bottom: 0;
    width: 50%;
    left: 0px;
    right: 0px;
    margin: 3% auto;
    padding: 3%;
    background: #ffffffa3;
    box-shadow: 1px 1px 1px 1px black;
    border-radius: 1000px;
    /* text-align: center; */
    display: flex
;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    position: relative;
}

.seemore2 {
    z-index: 99999999;
    position: absolute;
    bottom: 0;
    width: 50%;
    left: 0px;
    right: 0px;
    margin: 3% auto;
    padding: 3%;
    background: #ffffffa3;
    box-shadow: 1px 1px 1px 1px black;
    border-radius: 1000px;
    /* text-align: center; */
    display: flex
;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    position: relative;
}

}


@media screen and (max-width: 500px) {
h1 {
  background-image: url(https://media.giphy.com/media/26BROrSHlmyzzHf3i/giphy.gif);
  background-size: cover;
  color: transparent;
  -moz-background-clip: text;
  -webkit-background-clip: text;
  text-transform: uppercase;
  font-size: 50px;
  text-align: left;
  /* margin: 10px 0; */
}
}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 450px) {
  h1 {
    background-image: url(https://media.giphy.com/media/26BROrSHlmyzzHf3i/giphy.gif);
    background-size: cover;
    color: transparent;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    text-transform: uppercase;
    font-size: 45px;
    text-align: left;
    /* margin: 10px 0; */
}

.section1boven {
  width: 100%;
  color: white;
  font-size: 8vh;
  text-align: center;
  font-family: serif;
  font-weight: bold;
  text-shadow: 1px 2px 1px grey;
  position: relative;
  padding: 4% 0;
}

}

@media screen and (max-width: 400px) {


.section1{
  background-attachment: scroll;
}



.section2{
  background-attachment: scroll;
  background-position: top;
}

.backhouder {
    width: 12%;
    position: absolute;
    right: 5%;
    top: 5%;
    z-index: 999999999999;
    border-radius: 101px;
}



.backhouder2 {
    width: 12%;
    position: absolute;
    right: 5%;
    top: 5%;
    z-index: 999999999999;
    border-radius: 101px;
}



.bigimage img {
    position: relative;
    width: 80%;
    height: auto;
    z-index: 99999999;
    background: darkgrey;
    left: 0px;
    right: 0px;
    margin: auto;

}



.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 32%;
    width: auto;
    padding: 16px;
    color: black;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
        
}

.row {
    position: relative;
    z-index: 999999999999999999999999999;

}

.column {
    float: left;
    width: 32.66%;
}


  .container5{
    display: block;
  }




.omhulsel {
    background: #ffffff61;
    position: relative;
    margin: 2%;
    width: 100%;
    border-radius: 10px;
    text-align: center;
    display: block;
    text-decoration: none;
    color: black;
    box-shadow: 1px 1px 1px black;
}


  .grotetekstned {
    color: white;
    font-size: 30px;
    font-family: 'Merriweather', serif;
    font-weight: bold;
  }

  .section1right {
    position: relative;
    width: 75%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

  .kleinetekstned {
    color: white;
    font-size: 15px;
    font-family: sans-serif;
  }

  .moreknop {
      width: 100%;
      color: black;
      margin: 0 auto;
      padding: 5%;
      background: white;
      text-align: center;
      border-radius: 1000px;
      display: block;
      text-decoration: none;
      margin-top: 4%;
      font-size: 15px;
  }

  .moreknop2 {
      width: 100%;
      color: black;
      margin: 0 auto;
      padding: 5%;
      background: white;
      text-align: center;
      border-radius: 1000px;
      display: block;
      text-decoration: none;
      margin-top: 4%;
      font-size: 15px;
  }

  .logo {
      width: 17vw;
      height: 13vh;
      position: relative;
      left: 0px;
      right: 0px;
      background: url(../images/logo2.png) center center / contain no-repeat;
      background-repeat: no-repeat;
      /* margin: 2% auto; */
  }

  .subtekstsection {
      width: 66%;
      font-size: 30px;
      font-family: serif;
      color: white;
      text-align: center;
      position: relative;
      padding: 3%;
      margin: 5% 0% 0;
      background: #6e8d30;
      border-radius: 1000px 0px;
      box-shadow: 1px 1px 10px 1px black;
      height: 17vh;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .aboutustekst {
    text-align: left;
    width: 75%;
    margin: 4% auto;
    position: relative;
    font-size: 20px;
    padding: 4% 0px;
}

.section2textcontainer {
    width: 100%;
    margin: 0% auto;
    position: relative;
    text-align: center;
    color: black;
    font-size: 20px;
    font-family: helveticaNow, helveticaNeue, arial, segoe UI, arial,tahoma,times;
    background-color: #ffffff54;
    background-image: linear-gradient(#ffffff54, white);
    padding: 5%;
    border-radius: 5px 5px 0px 0px;
    box-shadow: 1px 1px 5px 1px grey;
}

.leesmeer {
    padding: 3%;
    background: #6e8d30;
    width: 50%;
    margin: 0 auto;
    position: relative;
    border-radius: 10000px;
    font-size: 20px;
    color: white;
    text-decoration: none;
    display: block;
}



.sectionmidden {
    width: 100%;
    margin-top: 2%;
    position: relative;
    /* display: flex; */
    background: url(../images/nature.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
    display: block;
}

.section3left {
    position: relative;
    width: 100%;
    background: white;
}

.section3right {
    position: relative;
    width: 100%;
    background: white;
    height:auto;
}

.missieheader {
    text-align: left;
    font-size: 40px;
    font-weight: bold;
    margin: 0%;
}

.visieheader {
    text-align: left;
    font-size: 40px;
    font-weight: bold;
    padding: 4% 0;
}

.righttext {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.visie {
    width: 68%;
    position: relative;
    margin: 0px auto;
    line-height: 1.5;
    font-size: 20px;
    padding: 4% 0;
}

.missie {
    width: 68%;
    position: relative;
    margin: 0 auto;
    line-height: 1.5;
    font-size: 20px;
    color: black;
}

.historie {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 2%;
    color: black;
    text-align: left;
    width: 75%;
    /* border: solid; */
    margin: 0 auto;
    position: relative;
}

.doel {
    width: 83%;
    position: relative;
    margin: 0 auto;
    padding: 6%;
    line-height: 1.6;
    font-size: 20px;
}

.clear4 {
    width: 100%;
    height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.historietekstcontainer {
    width: 75%;
    margin: 4% auto;
    position: relative;
    text-decoration: none;
    color: black;
    font-size: 20px;
}

#space {
    width: 75%;
    height: 20vh;
    color: white;
    font-size: 10vh;
    text-align: left;
    font-family: serif;
    font-weight: bold;
    text-shadow: 1px 2px 1px grey;
    position: relative;
    padding: 4% 0;
    /* border: solid; */
    margin: 0 auto;
}

#ruimte {
    width: 75%;
    height: 20vh;
    color: white;
    font-size: 10vh;
    text-align: left;
    font-family: serif;
    font-weight: bold;
    text-shadow: 1px 2px 1px grey;
    position: relative;
    padding: 4% 0;
    /* border: solid; */
    margin: 0 auto;
}

.footerlayer {
    width: 100%;
    position: relative;
    height: 100%;
    background: url(../images/earth2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}

.footerlinks {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 90%;
    /* border: solid; */
}

.footerrechts {
    width: 100%;
    height: 100%;
    position: relative;
}

h1 {
    background-image: url(https://media.giphy.com/media/26BROrSHlmyzzHf3i/giphy.gif);
    background-size: cover;
    color: transparent;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    text-transform: uppercase;
    font-size: 40px;
    text-align: left;
    /* margin: 10px 0; */
}

.section1boven {
  width: 100%;
  color: white;
  font-size: 7vh;
  text-align: center;
  font-family: serif;
  font-weight: bold;
  text-shadow: 1px 2px 1px grey;
  position: relative;
  padding: 4% 0;
}


}



@media screen and (max-width: 350px) {
  h1 {
    background-image: url(https://media.giphy.com/media/26BROrSHlmyzzHf3i/giphy.gif);
    background-size: cover;
    color: transparent;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    text-transform: uppercase;
    font-size: 12vw;
    text-align: left;
    /* margin: 10px 0; */
    line-height: 0.8;
}

.ned {
    text-decoration: none;
    font-size: 15px;
    color: white;
    font-family: monospace;
}

.eng {
    width: 40%;
    height: 100%;
    text-decoration: none;
    font-size: 15px;
    color: white;
    font-family: monospace;
}

.grotetekstned {
  color: white;
  font-size: 20px;
  font-family: 'Merriweather', serif;
  font-weight: bold;
}



#activ {
  width: 75%;
  text-align: right;
  height: 8vh;
  font-size: 5vh;
  text-align: center;
  margin: 0 auto;
}

#activ2 {
  width: 75%;
  text-align: right;
  height: 8vh;
  font-size: 5vh;
  text-align: center;
  margin: 0 auto;
}

.cut {
  width: 75%;
  height: 20vh;
  color: white;
  font-size: 5vh;
  text-align: center;
  font-family: serif;
  font-weight: bold;
  text-shadow: 1px 2px 1px grey;
  position: relative;
  margin: 0 auto;
}

.subtekstsection {
  width: 66%;
  font-size: 25px;
  font-family: serif;
  color: white;
  text-align: center;
  position: relative;
  padding: 3%;
  margin: 5% 0% 0;
  background: #6e8d30;
  border-radius: 1000px 0px;
  box-shadow: 1px 1px 10px 1px black;
  height: 17vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section1boven {
  width: 100%;
  color: white;
  font-size: 6vh;
  text-align: center;
  font-family: serif;
  font-weight: bold;
  text-shadow: 1px 2px 1px grey;
  position: relative;
  padding: 4% 0;
}

}

@media screen and (max-width: 300px) {

  .moreknop {
    width: 100%;
    color: black;
    margin: 0 auto;
    padding: 5% 0%;
    background: white;
    text-align: center;
    border-radius: 1000px;
    display: block;
    text-decoration: none;
    margin-top: 4%;
    font-size: 14px;
}

  .gap {
    width: 10%;
    background: url(../images/arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.white-mode {
    /* border: solid; */
    padding: 2%;
    background: #6e8d30;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0px;
    margin: auto;
    text-align: center;
    font-size: 17px;
    border-radius: 1000px;
    color: white;
    font-family: monospace;
    display: flex;
    /* font-weight: bold; */
}

.engcontainer {
    width: 40%;
}

.nedcontainer {
    width: 50%;
}

.section1boven {
    width: 100%;
    color: white;
    font-size: 5vh;
    text-align: center;
    font-family: serif;
    font-weight: bold;
    text-shadow: 1px 2px 1px grey;
    position: relative;
    padding: 4% 0;
}

}

@media screen and (max-width: 250px) {



  .ned {
    text-decoration: none;
    font-size: 13px;
    color: white;
    font-family: monospace;
}

.eng {
    width: 40%;
    height: 100%;
    text-decoration: none;
    font-size: 13px;
    color: white;
    font-family: monospace;
}

.section1boven {
  width: 100%;
  color: white;
  font-size: 5vh;
  text-align: center;
  font-family: serif;
  font-weight: bold;
  text-shadow: 1px 2px 1px grey;
  position: relative;
  padding: 4% 0;
}

}

@media screen and (max-width: 200px) {
  .eng {
    width: 40%;
    height: 100%;
    text-decoration: none;
    font-size: 10px;
    color: white;
    font-family: monospace;
}

.ned {
    width: 40%;
    height: 100%;
    text-decoration: none;
    font-size: 10px;
    color: white;
    font-family: monospace;
}
}


@media screen and (max-height: 600){
  .grotetekstned {
    color: white;
    font-size: 20px;
    font-family: 'Merriweather', serif;
    font-weight: bold;
}
}

@media screen and (max-height: 460px){


  h1 {
      background-image: url(https://media.giphy.com/media/26BROrSHlmyzzHf3i/giphy.gif);
      background-size: cover;
      color: transparent;
      -moz-background-clip: text;
      -webkit-background-clip: text;
      text-transform: uppercase;
      font-size: 60px;
      text-align: left;
      /* margin: 10px 0; */
  }

  .titleblock {
    width: 100%;
    display: flex;
    justify-content: center;
    background: #fdf6f6cc;
    border-radius: 10px;
    padding: 5%;
    box-shadow: 1px 1px 10px 1px black;
    height: auto;
    min-height:100vh;
}

.darklayer{
  height:auto;
  }

  .grotetekstned {
    color: white;
    font-size: 29px;
    font-family: 'Merriweather', serif;
    font-weight: bold;
}

.kleinetekstned {
    color: white;
    font-size: 15px;
    font-family: sans-serif;
}

.logo {
    width: 15vw;
    height: 13vh;
    position: relative;
    left: 0px;
    right: 0px;
    background: url(../images/logo2.png) center center / contain no-repeat;
    background-repeat: no-repeat;
    margin: 2% auto;
}


.moreknop {
    width: 60%;
    color: black;
    margin: 0 auto;
    padding: 2.5%;
    background: white;
    text-align: center;
    border-radius: 1000px;
    display: block;
    text-decoration: none;
    margin-top: 4%;
    font-size: 11px;
}


  .white-mode {
    /* border: solid; */
    padding: 2%;
    background: #6e8d30;
    position: absolute;
    width: 85%;
    left: 0;
    right: 0px;
    margin: auto;
    text-align: center;
    font-size: 17px;
    border-radius: 1000px;
    color: white;
    font-family: monospace;
    display: flex;
    /* font-weight: bold; */
}

.picturecontainer {
    height: 50px;
    background: url(../images/logo2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 4% auto;
}

}

@media screen and (max-height: 420px){

.white-mode {
    /* border: solid; */
    padding: 1.5%;
    background: #6e8d30;
    position: absolute;
    width: 59%;
    left: 0;
    right: 0px;
    margin: auto;
    text-align: center;
    font-size: 17px;
    border-radius: 1000px;
    color: white;
    font-family: monospace;
    display: flex;
    /* font-weight: bold; */
}

}

@media screen and (max-height: 400px){


  h1 {
      background-image: url(https://media.giphy.com/media/26BROrSHlmyzzHf3i/giphy.gif);
      background-size: cover;
      color: transparent;
      -moz-background-clip: text;
      -webkit-background-clip: text;
      text-transform: uppercase;
      font-size: 50px;
      text-align: left;
      /* margin: 10px 0; */
  }

  .white-mode {
    /* border: solid; */
    padding: 1.5%;
    background: #6e8d30;
    position: absolute;
    width: 80%;
    left: 0;
    right: 0px;
    margin: auto;
    text-align: center;
    font-size: 17px;
    border-radius: 1000px;
    color: white;
    font-family: monospace;
    display: flex;
    /* font-weight: bold; */
}
}

  @media screen and (max-height: 350px){

    .grotetekstned {
        color: white;
        font-size: 20px;
        font-family: 'Merriweather', serif;
        font-weight: bold;
    }

    .kleinetekstned {
    color: white;
    font-size: 11px;
    font-family: sans-serif;
}


    .gap {
    width: 10%;
    background: url(../images/arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}


.clear3 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image {
    overflow: hidden;
    width: 100%;
    height: 45vh;
}

.footerlayer {
    width: 100%;
    position: relative;
    height: 40%;
    background: url(../images/earth2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}

.footerrechtsmidden {
    display: flex;
    justify-content: center;
    font-size: 15px;
}

.footerrechtstop {
    display: flex;
    height: 2vh;
    align-items: center;
    justify-content: center;
}

.footerlinks {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    /* border: solid; */
    /* font-size: 6px; */
}

.copyright {
    position: absolute;
    bottom: 2px;
    /* left: 11%; */
    font-size: 12px;
}

.footerlinks {
    width: 95%;
    height: 100%;
    position: absolute;
    top: 109%;
    /* border: solid; */
    /* font-size: 6px; */
    left: 0px;
    right: 0px;
    margin: auto;
}

.menu2 {
    position: relative;
    color: black;
    font-size: 17px;
    display: block;
    padding: 12px;
    text-decoration: none;
}

.menu {
    margin: 0px;
    position: relative;
    color: black;
    font-size: 18px;
    padding: 12px 0px;
    text-align: center;
    display: block;
    text-decoration: none;
}

.engcirkel {
    width: 100%;
    height: 5vh;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    padding: 13%;
    background: #6e8d30;
    text-decoration: none;
    font-size: 13px;
    font-family: monospace;
}

#special {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 6%;
}

#special2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 6%;
}

.nedcirkel {
    width: 100%;
    height: 5vh;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    padding: 13%;
    background: #6e8d30;
    text-decoration: none;
    font-size: 13px;
    font-family: monospace;
}

.footerlinksbenden {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.footer {
    width: 100%;
    position: relative;
    height: 100vh;
    background: white;
}


.leesmeer {
    padding: 3%;
    background: #6e8d30;
    width: 50%;
    margin: 0 auto;
    position: relative;
    border-radius: 10000px;
    font-size: 17px;
    color: white;
    text-decoration: none;
    display: block;
}

.section3 {
    width: 100%;
    position: relative;
    height: auto;
}

.moreknop {
    width: 60%;
    color: black;
    margin: 0 auto;
    padding: 3%;
    background: white;
    text-align: center;
    border-radius: 1000px;
    display: block;
    text-decoration: none;
    margin-top: 4%;
    font-size: 11px;
}

.moreknop2 {
    width: 60%;
    color: black;
    margin: 0 auto;
    padding: 3%;
    background: white;
    text-align: center;
    border-radius: 1000px;
    display: block;
    text-decoration: none;
    margin-top: 4%;
    font-size: 11px;
}

.nedcontainer {
    width: 45%;
}

.engcontainer {
    width: 45%;
}

.ned {
    text-decoration: none;
    font-size: 11px;
    color: white;
    font-family: monospace;
}

.eng {
    text-decoration: none;
    font-size: 11px;
    color: white;
    font-family: monospace;
}

.section1boven {
    width: 100%;
    color: white;
    font-size: 14vh;
    text-align: center;
    font-family: serif;
    font-weight: bold;
    text-shadow: 1px 2px 1px grey;
    position: relative;
    padding: 4% 0;
}

#ruimte {
    width: 75%;
    height: 20vh;
    color: white;
    font-size: 14vh;
    font-family: serif;
    font-weight: bold;
    text-shadow: 1px 2px 1px grey;
    position: relative;
    padding: 4% 0;
    /* border: solid; */
    margin: 0 auto;
}


.doel {
    width: 85%;
    position: relative;
    margin: 0 auto;
    padding: 6%;
    line-height: 2;
    font-size: 20px;
}

#space {
    width: 75%;
    height: 20vh;
    color: white;
    font-size: 14vh;
    text-align: center;
    font-family: serif;
    font-weight: bold;
    text-shadow: 1px 2px 1px grey;
    position: relative;
    padding: 4% 0;
    /* border: solid; */
    margin: 0 auto;
}

.white-mode {
    /* border: solid; */
    padding: 2%;
    background: #6e8d30;
    position: absolute;
    width: 80%;
    left: 0;
    right: 0px;
    margin: auto;
    text-align: center;
    font-size: 17px;
    border-radius: 1000px;
    color: white;
    font-family: monospace;
    display: flex;
    /* font-weight: bold; */
}



    h1 {
    background-image: url(https://media.giphy.com/media/26BROrSHlmyzzHf3i/giphy.gif);
    background-size: cover;
    color: transparent;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    text-transform: uppercase;
    font-size: 10vw;
    text-align: left;
    /* margin: 10px 0; */

  }

  .titleblock {
      width: 100%;
      display: flex;
      justify-content: center;
      background: #fdf6f6cc;
      border-radius: 10px;
      padding: 5%;
      box-shadow: 1px 1px 10px 1px black;
      height: auto;
      min-height: 100vh;
  }

  .darklayer{
    height:auto;
    }




  }
  @media only screen
    and (device-width: 640px)
    and (device-height: 360px)
     {
       .white-mode {
           /* border: solid; */
           padding: 1%;
           background: #6e8d30;
           position: absolute;
           width: 58%;
           left: 0;
           right: 0px;
           margin: auto;
           text-align: center;
           font-size: 17px;
           border-radius: 1000px;
           color: white;
           font-family: monospace;
           display: flex;
           /* font-weight: bold; */
       }

       h1 {
    background-image: url(https://media.giphy.com/media/26BROrSHlmyzzHf3i/giphy.gif);
    background-size: cover;
    color: transparent;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    text-transform: uppercase;
    font-size: 9vw;
    text-align: left;
    /* margin: 10px 0; */
}
     }

     @media only screen
       and (max-width: 300px)
       and (max-height: 260px)
        {


}
