/* eyncopate-700 - latin */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100&display=swap');

@font-face {
  font-family: 'Syncopate';
  font-style: normal;
  font-weight: 700;
  src: local(''),
    url('../fonts/syncopate-v12-latin-700.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/syncopate-v12-latin-700.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* syncopate-regular - latin */
@font-face {
  font-family: 'Syncopate';
  font-style: normal;
  font-weight: 400;
  src: local(''),
    url('../fonts/syncopate-v12-latin-regular.woff2') format('woff2'),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/syncopate-v12-latin-regular.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


html {
  box-sizing: border-box;
  height: 100vh;
  /* set viewport constraint */
  min-height: 100%;
  /* enforce height */
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

* {
  margin: 0px;
  padding: 0px;
}

/* body {color:aqua} */

/* body {
  background-image:
    url(/img/archives_ngc6946.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  -webkit-background-repeat: no-repeat;
  -webkit-background-position: center;
  -webkit-background-attachment: fixed;
  -webkit-background-size: cover; */
/* backdrop-filter: brightness(10%); */
/* backdrop-filter: blur(10px); */
/* } */

/* body {
  background-image:
    url(/img/archives_ngc6946.jpg);
background-position:center; 
background-attachment:fixed; 
-o-background-size:cover; 
-moz-background-size:cover; 
-webkit-background-size:cover; 
background-size:cover; 
background-repeat:no-repeat;
} */




/* background: #FFFFFF url(/img/archives_ngc6946.jpg) no-repeat fixed top center; */

/* ---------------------------------------------------------------------------------------------- */
/* body {
  background: #FFFFFF url(/img/archives_ngc6946.jpg) no-repeat fixed center center;
  background-size: cover;
  -webkit-background-size: cover; /* safari may need this */
/* background-attachment: fixed;
}   */
/* ---------------------------------------------------------------------------------------------- */
/* body {
    background-image: url(/img/archives_ngc6946.jpg);
    background-size: cover; */
/* background-attachment:fixed;  */
/* position: fixed; */
/* top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    filter: blur(0px);
  } */


.mainContainertexten {
  width: calc(100vw - (100vw - 100%));
  /* margin-top: 100px; */
  background: inherit;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.textContainer {
  background: inherit;
  width: 70vw;
  /* height:15vw; */
  /* min-width:300px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: auto;
}

@media only screen and (max-width: 900px) and (orientation : portrait) {

  /* body {
    background-image: none;
    background-color: rgb(89, 0, 255);
  } */
  /* .textContainer {width:100vw; margin:0px;} */
  .textContainer {
    width: calc(100vw - (100vw - 100%));
    margin: 0px;
  }
}

@media only screen and (max-width: 900px) and (orientation : landscape) {

  /* body {
    background-image: none;
    background-color: rgb(89, 0, 255);
  } */
  /* .textContainer {width:100vw; margin:0px;} */
  .textContainer {
    width: calc(100vw - (100vw - 100%));
    margin: 0px;
  }
}

.test400 {
  font-weight: 400
}

.test700 {
  font-weight: 700
}








/*div*/
.yellowspace {
  height: 0;
  padding-top: 15%;
  position: relative;

}

/*svg*/
.yellowspace2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/*div*/
.pinkspace {
  height: 0;
  padding-top: 15%;
  position: relative;
}

/*svg*/
.pinkspace2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}


/* ////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.test400 {
  font-weight: 400;
}

.test700 {
  font-weight: 700;
}

body {

  overflow-x: hidden;
  /* Hide horizontal scrollbar */
}

.topnav {
  max-width: 100vw;
}

html {
  /* overflow-x: hidden; */
  max-width: 100vw;
}

/* https://stackoverflow.com/questions/30102792/css-media-query-to-target-only-ios-devices */
/* CSS specific to iOS devices */
@supports (-webkit-touch-callout: none) {

  body {
    background-image: none;
  }

  body:before {
    content: "";
    background-image: url(/img/archives_ngc6946.jpg);
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    filter: blur (3px);
    -webkit-filter: blur(3px);
  }

  /* Portrait */
  @media only screen and (orientation: portrait) {
    .text10 {
      font-family: "Sono";
      /* background: rgba(255, 0, 234, 0.39); */
      color: rgba(255, 255, 255, 0.705);
      font-weight: 300;
      line-height: 0.5em;
      font-size: 3.5vw;
      padding: 3vw;
      word-spacing: -0.0em;
      letter-spacing: -0.05em;
      position: relative;

    }

  }

  /* Landscape */
  @media only screen and (orientation: landscape) {
    .text10 {
      font-family: "Sono";
      /* background: rgba(255, 0, 234, 0.39); */
      color: rgba(255, 255, 255, 0.705);
      font-weight: 300;
      line-height: 0.5em;
      font-size: 3.5vw;
      padding: 3vw;
      word-spacing: -0.0em;
      letter-spacing: -0.05em;
      position: relative;

    }

  }
}



@supports not (-webkit-touch-callout: none) {

  /* CSS for other than iOS devices */
  body {
    background-image: url(/img/archives_ngc6946.jpg);
    background-size: cover;
    background-attachment: fixed;
    /* position: fixed; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    filter: blur(0px);
  }
}




@media only screen and (max-width: 900px) and (orientation : portrait) {
  .dummycontainertekstenpagina {
    width: 100%;
    height: 0px;
    padding-bottom: 35%;
    box-sizing: content-box;
    background-color: rgba(10, 223, 28, 0);
  }
}

@media only screen and (max-width: 5000px) and (orientation : portrait) {
  .dummycontainertekstenpagina {
    width: 100%;
    height: 0px;
    padding-bottom: 15%;
    box-sizing: content-box;
    background-color: rgba(10, 223, 28, 0);
  }
}

@media only screen and (max-width: 900px) and (orientation : landscape) {
  .dummycontainertekstenpagina {
    width: 100%;
    height: 0px;
    padding-bottom: 35%;
    box-sizing: content-box;
    background-color: rgba(10, 223, 28, 0);
  }
}

@media only screen and (max-width: 5000px) and (orientation : landscape) {
  .dummycontainertekstenpagina {
    width: 100%;
    height: 0px;
    padding-bottom: 15%;
    box-sizing: content-box;
    background-color: rgba(10, 223, 28, 0);
  }
}

.dummycontainertekstenpaginaM5 {
  height: 0px;
  padding-bottom: 5%;
  background-color: rgba(255, 0, 234, 0.281);
}

.dummycontainertekstenpaginaM45 {
  height: 0px;
  padding-bottom: 4.5%;
  background-color: rgba(255, 0, 234, 0.281);
}

.dummycontainertekstenpaginaM4 {
  height: 0px;
  padding-bottom: 4%;
  background-color: rgba(255, 0, 234, 0.281);
}

.dummycontainertekstenpaginaM3 {
  height: 0px;
  padding-bottom: 3%;
  background-color: rgba(255, 0, 234, 0.281);
}

.dummycontainertekstenpaginaM2 {
  height: 0px;
  padding-bottom: 2%;
  background-color: rgba(255, 0, 234, 0.281);
}

.dummycontainertekstenpaginaM1 {
  height: 0px;
  padding-bottom: 1%;
  background-color: rgba(255, 0, 234, 0.281);
}


.dummycontainertekstenpaginaT5 {
  height: 0px;
  padding-bottom: 5%;
  background-color: rgba(255, 255, 255, 0);
}

.dummycontainertekstenpaginaT4 {
  height: 0px;
  padding-bottom: 4%;
  background-color: rgba(255, 255, 255, 0);
}

.dummycontainertekstenpaginaT3 {
  height: 0px;
  padding-bottom: 3%;
  background-color: rgba(255, 255, 255, 0);
}

.dummycontainertekstenpaginaT2 {
  height: 0px;
  padding-bottom: 2%;
  background-color: rgba(255, 255, 255, 0);
}

.dummycontainertekstenpaginaT1 {
  height: 0px;
  padding-bottom: 1%;
  background-color: rgba(255, 255, 255, 0);
}

.dummycontainertekstenpaginaT05 {
  height: 0px;
  padding-bottom: 0.5%;
  background-color: rgba(255, 255, 255, 0);
}

.dummycontainertekstenpaginavoorfooter {
  height: 0px;
  padding-bottom: 10%;
  background-color: rgba(255, 255, 255, 0);
}

.dummycontainertekstenpagina2 {
  height: 50px;
  width: 100%;
  background-color: rgba(255, 47, 248, 0);
}

.gridcontainer {
  display: grid;
  grid-template-columns: 19.9% 19.9% 19.9% 19.9% 19.9%;
  /* grid-template-rows: 150px 150px; */
  /* grid-template-rows: 150px; */
  grid-gap: 0.1rem;
}

.griditem:nth-child(1) {
  /* background-color: #1EAAFC; */
  /* background-image: linear-gradient(130deg, #6C52D9 0%, #1EAAFC 85%, #3EDFD7 100%); */
  /* background-image: url(/img/archives_ngc6946.jpg); */
  /* background-image: url(/img/earth_299_299.png); */
  /* background-image: url(/img/earth.png); */
  background-image: url(/img/8_1.3.1-bewerkt_w200xh196.png);
  background-size: cover;
  background-repeat: no-repeat;
  /* position: fixed;
      top: 0;
      left: 0; */
  /* width: 100%; */
  /* height: 100%;  */
  color: #fff;
  border-radius: 50%;
  border: 16px solid hsla(313, 93%, 72%, 0);
}

.griditem:nth-child(2) {
  /* background-color: #1EAAFC; */
  /* background-image: linear-gradient(130deg, #6C52D9 0%, #1EAAFC 85%, #3EDFD7 100%); */
  /* background-image: url(/img/archives_ngc6946.jpg); */
  /* background-image: url(/img/earth_299_299.png); */
  /* background-image: url(/img/earth.png); */
  background-image: url(/img/2348_500x498.png);
  background-size: cover;
  background-repeat: no-repeat;
  /* position: fixed;
      top: 0;
      left: 0; */
  /* width: 100%; */
  /* height: 100%;  */
  color: #fff;
  border-radius: 50%;
  border: 16px solid hsla(113, 93%, 72%, 0);
}

.griditem:nth-child(3) {
  /* background-color: #1EAAFC; */
  /* background-image: linear-gradient(130deg, #6C52D9 0%, #1EAAFC 85%, #3EDFD7 100%); */
  /* background-image: url(/img/archives_ngc6946.jpg); */
  /* background-image: url(/img/earth_299_299.png); */
  /* background-image: url(/img/earth.png); */
  background-image: url(/img/1850-hdr.png);
  background-size: cover;
  background-repeat: no-repeat;
  /* position: fixed;
      top: 0;
      left: 0; */
  /* width: 100%; */
  /* height: 100%;  */
  color: #fff;
  border-radius: 50%;
  border: 16px solid hsla(0, 0%, 87%, 0);
}

.griditem:nth-child(4) {
  /* background-color: #1EAAFC; */
  /* background-image: linear-gradient(130deg, #6C52D9 0%, #1EAAFC 85%, #3EDFD7 100%); */
  /* background-image: url(/img/archives_ngc6946.jpg); */
  /* background-image: url(/img/earth_299_299.png); */
  /* background-image: url(/img/earth.png); */
  background-image: url(/img/2342_500x497.png);
  background-size: cover;
  background-repeat: no-repeat;
  /* position: fixed;
      top: 0;
      left: 0; */
  /* width: 100%; */
  /* height: 100%;  */
  color: #fff;
  border-radius: 50%;
  border: 16px solid hsla(29, 100%, 54%, 0);
}

.griditem:nth-child(5) {
  /* background-color: #1EAAFC; */
  /* background-image: linear-gradient(130deg, #6C52D9 0%, #1EAAFC 85%, #3EDFD7 100%); */
  /* background-image: url(/img/archives_ngc6946.jpg); */
  /* background-image: url(/img/earth_299_299.png); */
  /* background-image: url(/img/earth.png); */
  background-image: url(/img/blauwesterren_325_325.png);
  background-size: cover;
  background-repeat: no-repeat;
  /* position: fixed;
      top: 0;
      left: 0; */
  /* width: 100%; */
  /* height: 100%;  */
  color: #fff;
  border-radius: 50%;
  border: 16px solid hsla(244, 100%, 50%, 0);
}

.griditem:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  /* padding-bottom: calc(9/16 * 100%); */
  padding-bottom: calc(16/16 * 100%);
}




















.gridcontainerB {
  display: grid;
  grid-template-columns: 33.33% 33.33% 33.33%;
  /* grid-template-rows: 150px 150px; */
  /* grid-template-rows: 150px; */
  grid-gap: 0.1rem;
}

.griditemB:nth-child(1) {
  /* background-color: #1EAAFC; */
  /* background-image: linear-gradient(130deg, #6C52D9 0%, #1EAAFC 85%, #3EDFD7 100%); */
  /* background-image: url(/img/archives_ngc6946.jpg); */
  /* background-image: url(/img/earth_299_299.png); */
  /* background-image: url(/img/earth.png); */
  background-image: url(/img/7_1.11.1-bewerkt_500x507.png);
  background-size: cover;
  background-repeat: no-repeat;
  /* position: fixed;
        top: 0;
        left: 0; */
  /* width: 100%; */
  /* height: 100%;  */
  color: #fff;
  border-radius: 50%;
  border: 16px solid hsla(313, 93%, 72%, 0);
}

.griditemB:nth-child(2) {
  /* background-color: #1EAAFC; */
  /* background-image: linear-gradient(130deg, #6C52D9 0%, #1EAAFC 85%, #3EDFD7 100%); */
  /* background-image: url(/img/archives_ngc6946.jpg); */
  /* background-image: url(/img/earth_299_299.png); */
  /* background-image: url(/img/earth.png); */
  /* background-image: url(/img/APC_1139-hdr_w400xh396.png); */
  background-image: url(/img/2141_500x495.png);
  background-size: cover;
  background-repeat: no-repeat;
  /* position: fixed;
        top: 0;
        left: 0; */
  /* width: 100%; */
  /* height: 100%;  */
  color: #fff;
  border-radius: 50%;
  border: 16px solid hsla(113, 93%, 72%, 0);
}

.griditemB:nth-child(3) {
  /* background-color: #1EAAFC; */
  /* background-image: linear-gradient(130deg, #6C52D9 0%, #1EAAFC 85%, #3EDFD7 100%); */
  /* background-image: url(/img/archives_ngc6946.jpg); */
  /* background-image: url(/img/earth_299_299.png); */
  /* background-image: url(/img/earth.png); */
  background-image: url(/img/6_1.10.1-bewerkt_500x492.png);
  background-size: cover;
  background-repeat: no-repeat;
  /* position: fixed;
        top: 0;
        left: 0; */
  /* width: 100%; */
  /* height: 100%;  */
  color: #fff;
  border-radius: 50%;
  border: 16px solid hsla(0, 0%, 87%, 0);
}

/* .griditemB:nth-child(4) {
  background-image: url(/img/IMG_1767-bewerkt.png);
    color: #fff;
  border-radius: 50%;
  border: 16px solid hsl(29, 100%, 54%);
  }
  .griditemB:nth-child(5) {
   background-image: url(/img/blauwesterren_325_325.png);
       background-size: cover; 
  color: #fff;
  border-radius: 50%;
  border: 16px solid hsl(244, 100%, 50%);
  } */

.griditemB:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  /* padding-bottom: calc(9/16 * 100%); */
  padding-bottom: calc(16/16 * 100%);
}















.gridcontainerC {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  /* grid-template-rows: 150px 150px; */
  /* grid-template-rows: 150px; */
  grid-gap: 0.1rem;
}

.griditemC:nth-child(1) {
  /* background-color: #1EAAFC; */
  /* background-image: linear-gradient(130deg, #6C52D9 0%, #1EAAFC 85%, #3EDFD7 100%); */
  /* background-image: url(/img/archives_ngc6946.jpg); */
  /* background-image: url(/img/earth_299_299.png); */
  /* background-image: url(/img/earth.png); */
  background-image: url(/img/1136_500x509.png);
  background-size: cover;
  background-repeat: no-repeat;
  /* position: fixed;
          top: 0;
          left: 0; */
  /* width: 100%; */
  /* height: 100%;  */
  color: #fff;
  border-radius: 50%;
  border: 16px solid hsla(313, 93%, 72%, 0);
}

.griditemC:nth-child(2) {
  /* background-color: #1EAAFC; */
  /* background-image: linear-gradient(130deg, #6C52D9 0%, #1EAAFC 85%, #3EDFD7 100%); */
  /* background-image: url(/img/archives_ngc6946.jpg); */
  /* background-image: url(/img/earth_299_299.png); */
  /* background-image: url(/img/earth.png); */
  /* background-image: url(/img/APC_1139-hdr_w400xh396.png); */
  background-image: url(/img/2084_500x496.png);
  background-size: cover;
  background-repeat: no-repeat;
  /* position: fixed;
          top: 0;
          left: 0; */
  /* width: 100%; */
  /* height: 100%;  */
  color: #fff;
  border-radius: 50%;
  border: 16px solid hsla(113, 93%, 72%, 0);
}

.griditemC:nth-child(3) {
  /* background-color: #1EAAFC; */
  /* background-image: linear-gradient(130deg, #6C52D9 0%, #1EAAFC 85%, #3EDFD7 100%); */
  /* background-image: url(/img/archives_ngc6946.jpg); */
  /* background-image: url(/img/earth_299_299.png); */
  /* background-image: url(/img/earth.png); */
  background-image: url(/img/1889_500x496.png);
  background-size: cover;
  background-repeat: no-repeat;
  /* position: fixed;
          top: 0;
          left: 0; */
  /* width: 100%; */
  /* height: 100%;  */
  color: #fff;
  border-radius: 50%;
  border: 16px solid hsla(0, 0%, 87%, 0);
}

.griditemC:nth-child(4) {
  background-image: url(/img/IMG_1767-bewerkt_500x500.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  border-radius: 50%;
  border: 16px solid hsla(29, 100%, 54%, 0);
}

/* .griditemB:nth-child(5) {
     background-image: url(/img/blauwesterren_325_325.png);
         background-size: cover; 
    color: #fff;
    border-radius: 50%;
    border: 16px solid hsl(244, 100%, 50%);
    } */

.griditemC:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  /* padding-bottom: calc(9/16 * 100%); */
  padding-bottom: calc(16/16 * 100%);
}










.gridcontainerD {
  display: grid;
  grid-template-columns: 50% 50%;
  /* grid-template-rows: 150px 150px; */
  /* grid-template-rows: 150px; */
  grid-gap: 0.1rem;
}

.griditemD:nth-child(1) {
  /* background-color: #1EAAFC; */
  /* background-image: linear-gradient(130deg, #6C52D9 0%, #1EAAFC 85%, #3EDFD7 100%); */
  /* background-image: url(/img/archives_ngc6946.jpg); */
  /* background-image: url(/img/earth_299_299.png); */
  /* background-image: url(/img/earth.png); */
  background-image: url(/img/2345_500x499.png);
  background-size: cover;
  background-repeat: no-repeat;
  /* position: fixed;
            top: 0;
            left: 0; */
  /* width: 100%; */
  /* height: 100%;  */
  color: #fff;
  border-radius: 50%;
  border: 16px solid hsla(313, 93%, 72%, 0);
}

.griditemD:nth-child(2) {
  /* background-color: #1EAAFC; */
  /* background-image: linear-gradient(130deg, #6C52D9 0%, #1EAAFC 85%, #3EDFD7 100%); */
  /* background-image: url(/img/archives_ngc6946.jpg); */
  /* background-image: url(/img/earth_299_299.png); */
  /* background-image: url(/img/earth.png); */
  background-image: url(/img/APC_1139-hdr_w400xh396.png);
  background-size: cover;
  background-repeat: no-repeat;
  /* position: fixed;
            top: 0;
            left: 0; */
  /* width: 100%; */
  /* height: 100%;  */
  color: #fff;
  border-radius: 50%;
  border: 16px solid hsla(113, 93%, 72%, 0);
}

/* .griditemD:nth-child(3) {
      background-image: url(/img/1850-hdr.png);
           background-size: cover; 
       color: #fff;
      border-radius: 50%;
      border: 16px solid hsl(0, 0%, 87%);
      } */
/* .griditemD:nth-child(4) {
      background-image: url(/img/IMG_1767-bewerkt.png);background-size: cover; 
        color: #fff;
      border-radius: 50%;
      border: 16px solid hsl(29, 100%, 54%);
      } */
/* .griditemB:nth-child(5) {
       background-image: url(/img/blauwesterren_325_325.png);
           background-size: cover; 
      color: #fff;
      border-radius: 50%;
      border: 16px solid hsl(244, 100%, 50%);
      } */

.griditemD:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  /* padding-bottom: calc(9/16 * 100%); */
  padding-bottom: calc(16/16 * 100%);
}














.gridcontainerE {
  display: grid;
  grid-template-columns: 50% 50%;

  grid-gap: 0.1rem;
}

.griditemE {
  background-repeat: no-repeat;
}

.griditemE:nth-child(1) {

  /* background-image: url(/img/5_1.13.1-bewerkt.png); */
  background-image: url(/img/APC_1166-hdr_w400xh402.png);
  background-size: cover;
  background-repeat: no-repeat;

  color: #fff;
  border-radius: 50%;
  border: 36px solid hsla(313, 100%, 50%, 0);
}

.griditemE:nth-child(2) {

  /* background-image: url(/img/6_1.10.1-bewerkt.png); */
  background-image: url(/img/APC_1178-hdr_w400xh399.png);
  background-repeat: no-repeat;

  background-size: cover;

  color: #fff;
  border-radius: 50%;
  border: 36px solid hsla(113, 100%, 50%, 0);
}

/* .griditemE:nth-child(3) {
 
    background-image: url(/img/1850-hdr.png);
         background-size: cover; 
   
    color: #fff;
    border-radius: 50%;
    border: 16px solid hsl(0, 0%, 87%);
    }
    .griditemE:nth-child(4) {
    background-image: url(/img/IMG_1767-bewerkt.png);background-size: cover; 
      color: #fff;
    border-radius: 50%;
    border: 16px solid hsl(29, 100%, 54%);
    } */


.griditemE:before {
  content: "";
  display: block;
  height: 0;
  width: 0;

  padding-bottom: calc(16/16 * 100%);
}















.gridcontainer95B {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-gap: 0.1rem;
}

.griditem95B {
  background-repeat: no-repeat;
}

.griditem95B:nth-child(1) {
  background-image: url(/img/APC_1220-hdr_w400xh404.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  border-radius: 50%;
  border: 36px solid hsla(66, 100%, 50%, 0);
}

.griditem95B:nth-child(2) {
  background-image: url(/img/APC_1196-hdr_w400xh409.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  border-radius: 50%;
  border: 36px solid hsla(113, 100%, 50%, 0);
}

.griditem95B:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  padding-bottom: calc(16/16 * 100%);
}









.gridcontainer98B {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-gap: 0.1rem;
}

.griditem98B {
  background-repeat: no-repeat;
}

.griditem98B:nth-child(1) {
  background-image: url(/img/IMG_1767-bewerkt_500x500.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  border-radius: 50%;
  border: 36px solid hsla(247, 60%, 34%, 0);
}

.griditem98B:nth-child(2) {
  background-image: url(/img/IMG_1770-bewerkt_500x500.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  border-radius: 50%;
  border: 36px solid hsla(247, 60%, 34%, 0);
}

.griditem98B:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  padding-bottom: calc(16/16 * 100%);
}





.gridcontainer93B {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-gap: 0.1rem;
}

.griditem93B {
  background-repeat: no-repeat;
}

.griditem93B:nth-child(1) {
  background-image: url(/img/IMG_1749-bewerkt.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  border-radius: 50%;
  border: 36px solid hsla(247, 100%, 7%, 0);
}

.griditem93B:nth-child(2) {
  background-image: url(/img/APC_1196-hdr_w400xh409.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  border-radius: 50%;
  border: 36px solid hsla(247, 100%, 7%, 0);
}

.griditem93B:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  padding-bottom: calc(16/16 * 100%);
}




.gridcontainer98C {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 0.1rem;
}

.griditem98C {
  background-repeat: no-repeat;
}

/* .griditem98C:nth-child(1) {
  background-image: url(/img/dummy_1001x1000.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  border-radius: 50%;
  border: 36px solid hsla(247, 100%, 7%, 0); 
}*/

.griditem98C:nth-child(1) {
  background-image: url(/img/APC_0080-hdr_1001x1000.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  border-radius: 50%;
  border: 36px solid hsla(247, 100%, 7%, 0);
}

/* .griditem98C:nth-child(2) {
  background-image: url(/img/dummy_1001x1000.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  border-radius: 50%;
  border: 36px solid hsla(247, 100%, 7%, 0); 
}*/

.griditem98C:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  padding-bottom: calc(16/16 * 100%);
}





.gridcontainer988 {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-gap: 0.1rem;
}

.griditem988 {
  background-repeat: no-repeat;
}

.griditem988:nth-child(1) {
  background-image: url(/img/2327_500x499.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  border-radius: 50%;
  border: 36px solid hsla(247, 60%, 34%, 0);
}

.griditem988:nth-child(2) {
  background-image: url(/img/2309_500x502.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  border-radius: 50%;
  border: 36px solid hsla(247, 60%, 34%, 0);
}

.griditem988:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  padding-bottom: calc(16/16 * 100%);
}

/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
#sectionWANDeen {
  background-image: url("../img/APC_2240-hdr_2000x768.png");
  /* background-image: url("../img/APC_2240-hdr_1000x384.png"); */
  /* background-image: url("../img/APC_2240-hdr_500x192.png"); */
  position: relative;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  /* height: 45vh; */
  padding-bottom: calc(384/1000*100%);
  height: 0px;
}

#sectionWANDtwee {
  /* background-image: url("../img/APC_2240-hdr_1000x384.png"); */
  /* background-image: url("../img/APC_2249-hdr_1000x689.png"); */
  background-image: url("../img/2249-2000x1379.png");
  position: relative;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  /* height: 45vh; */
  padding-bottom: calc(689/1000*100%);
  height: 0px;
}

/* .gridcontainer98E {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 0.1rem;
}
.griditem98E {
  background-repeat: no-repeat;
}
.griditem98E:nth-child(1) {
  /* background-image: url(/img/APC_2240-hdr_1000x384.png); */
/* background-image: url(/img/APC_2240-hdr_500x192.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff; */
/* border-radius: 50%; */
/* border: 36px solid hsla(247, 100%, 7%, 0); 
}
/* .griditem98E:before {
  content: "";
  display: block;
  height: 0;
  width: 0; */
/* padding-bottom: calc(384/1000 * 100%); */
/* padding-bottom: calc(500/192 * 100%);
} */


/* 6_1.10.1-bewerkt.png */



.box124 {
  width: 33.33%;
  border: 5px solid rgba(0, 255, 213, 0);
  object-fit: cover;
  background-image: url(img/APC_1781-hdr_520x500.png);
}

#imagefit124 {
  max-width: 100%;
  max-height: 100%;
  display: block;
  /* remove extra space below image */
}


.box126 {
  width: 100%;
  border: 5px solid rgba(255, 0, 221, 0);
}

#imagefit126 {
  max-width: 100%;
  max-height: 100%;
  display: block;
  /* remove extra space below image */
}





.box127 {
  width: 100%;
  border: 5px solid rgba(255, 0, 221, 0);
}

#imagefit127 {
  max-width: 100%;
  max-height: 100%;
  display: block;
  /* remove extra space below image */
}

@media only screen and (max-width: 900px) and (orientation : portrait) {
  #imagefit127 {
    max-width: 100%;
    max-height: 100%;
    display: block;
    /* remove extra space below image */
  }

  .box127 {
    width: 100%;
    border: 5px solid rgba(94, 255, 0, 0);
  }

}

@media only screen and (max-width: 900px) and (orientation : landscape) {
  #imagefit127 {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
    /* remove extra space below image */
  }

  .box127 {
    /* height: 100%; */
    object-fit: contain;
    border: 5px solid rgba(255, 166, 0, 0);
  }

}



/* .container124 {
  background-color: rgba(0, 128, 0, 0);
  width: 100%;
  display: flex;
  flex-direction: row;
} */

/* .container127 {

  background-color: rgba(0, 81, 255, 0.767);
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
 

} */
/* .container127::before {
  height:0px;
     padding-bottom: calc(1006/1920 * 100%);
 
 } */
/*`▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
/** Media Queries mobile */
/* @media (min-width: 667px) { */
@media (max-width: 769px) {

  .container124 {
    flex-direction: column;
    justify-content: center;
  }

  .box124 {
    margin: auto;
    width: 50.00%;
  }


}

/*`▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲*/


.marginbottom50px {
  margin-bottom: 50px;
}












.container0 {
  width: 100%;
  /* width: 70vw; */
  position: relative;
  z-index: 1;
  background: inherit;
  overflow: hidden;
  /* padding: 1vw 1vw 1vw 1vw;  */
  /* ///////////////////////////////////////////////////////////////////////////////////////// */
  /* padding: 0vw 0.0vw 0vw 0vw;  */
  margin-top: 50px;
  /* margin: 0vw 0vw 0vw 0vw; */
  /* filter:brightness(100%);  */

  /*
        height:200px;
        padding-bottom: 56.25% ;
    */
  /* display:flex;
      justify-content: center; */
  /* -webkit-clip-path: url(#svgPath); */
  text-align: right;

}

.container0:before {
  content: "";
  position: absolute;
  background: inherit;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  filter: blur(10px);

  /* clip-path: url(#myClip876);  */
  /* margin: 0vw 0vw 0vw 0vw;
      padding: 0vw 0vw 0vw 0vw; */
  overflow: hidden;
  /* height: 100vh; */
}





.container00 {
  width: 188px;
  height: 250px;
  font-size: clamp(1.7rem, 1.7rem, 1.7rem);
  /* width: 70vw; */
  position: relative;
  z-index: 1;
  background: inherit;
  /* background-color: rgba(255, 228, 196, 0.474); */
  overflow: hidden;
  /* padding: 1vw 1vw 1vw 1vw;  */
  /* ///////////////////////////////////////////////////////////////////////////////////////// */
  /* padding: 0vw 0.0vw 0vw 0vw;  */
  margin-left: 12px;
  margin-bottom: 12px;
  /* margin: 0vw 0vw 0vw 0vw; */
  /* filter:brightness(100%);  */

  /*
          height:200px;
          padding-bottom: 56.25% ;
      */
  /* display:flex; */
  /* justify-content: center;  */
  /* -webkit-clip-path: url(#svgPath); */
  /* text-align: right; */
  /* flex-direction:row; */
}

.container00:before {
  content: "";
  position: absolute;
  background: inherit;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  filter: blur(10px);

  /* clip-path: url(#myClip876);  */
  /* margin: 0vw 0vw 0vw 0vw;
        padding: 0vw 0vw 0vw 0vw; */
  overflow: hidden;
  /* height: 100vh; */
}






.container {
  width: 100%;
  /* width: 70vw; */
  position: relative;
  z-index: 1;
  background: inherit;
  overflow: hidden;
  /* padding: 1vw 1vw 1vw 1vw;  */
  /* ///////////////////////////////////////////////////////////////////////////////////////// */
  /* padding: 0vw 0.0vw 0vw 0vw;  */
  /* margin: 0vw 0vw 0vw 0vw; */
  /* filter:brightness(100%);  */
  /* 
      height:200px;
      padding-bottom: 56.25% ;
      display:flex;
      justify-content: center; */
  /* -webkit-clip-path: url(#svgPath); */


}

.container:before {
  content: "";
  position: absolute;
  background: inherit;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  filter: blur(10px);

  /* clip-path: url(#myClip876);  */
  /* margin: 0vw 0vw 0vw 0vw;
      padding: 0vw 0vw 0vw 0vw; */
  overflow: hidden;
  /* height: 100vh; */
}

/* #region [green1] */
/* 107 */
.container107 {
  /* width: 70vw; */
  position: relative;
  z-index: 1;
  background: inherit;
  overflow: hidden;
  /* padding: 1vw 1vw 1vw 1vw;  */
  /* ///////////////////////////////////////////////////////////////////////////////////////// */
  /* padding: 0vw 0.0vw 1vw 0vw;  */
  /* margin: 0vw 0vw 0vw 0vw; */
  filter: brightness(120%);
  /* width: 100%;
    height:200px;*/
  /* padding-bottom: 30%; */
  /* display:flex;
    justify-content: center;  */
  /* filter: blur(0px); */
  /* filter: blur(10px); */

}

.container107:before {
  content: "";
  position: absolute;
  background: inherit;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* filter: blur(100px); */
  filter: blur(50px);


  filter: brightness(85%);
  /* filter:brightness(100%); */

  /* margin: 0vw 0vw 0vw 0vw;
    padding: 0vw 0vw 0vw 0vw; */
  overflow: hidden;
  /* height: 100vh; ******************************************************************/
  /* padding-bottom: 30%; */

}

.containerX107 {
  /* de text zelf */
  position: relative;
  z-index: 1;
  background: inherit;
  overflow: hidden;
  filter: brightness(50%);
  /* mix-blend-mode: multiply;  */
  mix-blend-mode: screen;
  /* filter: blur(10px); */
  filter: blur(0px);
  width: 100%;
  padding-bottom: 20%;
}

.containerX107:before {
  /* alleen achter de text zelf */
  content: "";
  position: absolute;
  background: inherit;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* opacity: 0; */
  /* opacity: 1.0; */
  /* filter:brightness(150%);  */
  /* filter:brightness(5%);  */
  overflow: hidden;
  filter: blur(50px);
}

/* #endregion */


/*  #region [blue2]*/
/* 108 */
.container108 {
  /* width: 100%; */
  position: relative;
  z-index: 1;
  background: inherit;
  overflow: hidden;
  filter: blur(0px) brightness(100%);
  /* mask: url(#masklaatste); */
  /* padding-bottom:50%; */
  filter: blur(0px);
  /* mask: url(#mask2234B); */
}

.container108:before {
  content: "";
  position: absolute;
  background: inherit;
  z-index: -1;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  filter: blur(5px) brightness(100%);
  /* clip-path: url(#myClip3); */
  /* clip-path: url(#clippathlaatste); */
  filter: blur(30px);
  /* mask: url(#masklaatste); */
  /* background-clip: border-box; */
  overflow: hidden;
  /* mask: url(#mask2234B); */
}

#blurthisrect {
  filter: blur(30px)
}

/* #endregion */


/* #region [purple2] */
/* 109 */
.container109 {
  /* width: 100%; */

  position: relative;
  z-index: 1;
  background: inherit;
  overflow: hidden;
  filter: blur(0px) brightness(100%);
  /* mask: url(#masklaatste); */
  /* padding-bottom:50%; */
}

.container109:before {
  content: "";
  position: absolute;
  background: inherit;
  z-index: -1;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  filter: blur(5px) brightness(100%);
  /* clip-path: url(#myClip3); */
  /* clip-path: url(#clippathlaatste); */

  /* mask: url(#masklaatste); */
  /* background-clip: border-box; */
  overflow: hidden;
  background: hsla(0, 0%, 100%, 0.3);
}

/* #endregion */



/*  #region [magenta3]*/
/* 96 X */

#svgclipped110 {
  clip-path: url(#svgpath110);
  -webkit-clip-path: url(#svgpath110);
  opacity: 1.0;
}

.container110 {

  /* width: 70vw; */
  position: relative;
  z-index: 1;
  background: inherit;
  overflow: hidden;
  /* padding: 1vw 1vw 1vw 1vw;  */
  /* ///////////////////////////////////////////////////////////////////////////////////////// */
  /* padding: 0vw 0.0vw 1vw 0vw;  */
  /* margin: 0vw 0vw 0vw 0vw; */
  filter: brightness(150%);
  width: 100%;
  /* height:200px; */
  /* padding-bottom: 30%; */
  /* display:flex;
    justify-content: center;  */
  /* filter: blur(0px); */
  /* filter: blur(10px); */



}

.container110:before {

  content: "";
  position: absolute;
  background: inherit;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* filter: blur(100px); */
  /* filter: blur(50px);   */




  /* filter:brightness(80%);  */
  /* filter:brightness(100%); */

  /* margin: 0vw 0vw 0vw 0vw;
    padding: 0vw 0vw 0vw 0vw; */
  overflow: hidden;
  /* height: 100vh; ******************************************************************/
  /* padding-bottom: 30%; */
  height: 0;
  padding-top: 10%;

  /* filter: blur(5px)  brightness(40%) hue-rotate(20deg); */
  filter: brightness(0.8);
  /* filter: contrast(200%); */
  /* filter: drop-shadow(16px 16px 20px blue); */
  /* filter: grayscale(50%); */
  /* filter: hue-rotate(90deg); */
  /* filter: invert(75%); */
  /* filter: opacity(25%); */
  /* filter: saturate(30%); */
  /* filter: sepia(60%);  */
  mix-blend-mode: multiply;


}

.containerX110 {
  /* de text zelf */
  position: relative;
  z-index: 1;
  background: inherit;
  overflow: hidden;
  /* filter:brightness(5%);  */
  /* mix-blend-mode: multiply;  */
  /* mix-blend-mode: screen;   */
  /* filter: blur(10px); */
  height: 0;
  padding-top: 10%;
  /* de tekst */
  filter: brightness(120%);
  /* mix-blend-mode: screen;  */

}

.containerX110:before {
  /* alleen achter de text zelf */
  content: "";
  position: absolute;
  background: inherit;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* opacity: 0; */
  /* opacity: 1.0; */
  /* filter:brightness(170%);  */
  overflow: hidden;
  filter: blur(50px);


}

/* #endregion */



/*  #region [yellow1]*/
/* 111 */

#svgclipped111 {
  clip-path: url(#svgpath111);
  -webkit-clip-path: url(#svgpath111);
  opacity: 1.0;
}

.container111 {
  /* width: 70vw; */
  position: relative;
  z-index: 1;
  background: inherit;
  overflow: hidden;
  /* padding: 1vw 1vw 1vw 1vw;  */
  /* ///////////////////////////////////////////////////////////////////////////////////////// */
  /* padding: 0vw 0.0vw 1vw 0vw;  */
  /* margin: 0vw 0vw 0vw 0vw; */
  filter: brightness(120%);
  width: 100%;
  /* height:200px; */
  /* padding-bottom: 30%; */
  /* display:flex;
  justify-content: center;  */
  /* filter: blur(0px); */
  /* filter: blur(10px); */

}

.container111:before {
  content: "";
  position: absolute;
  background: inherit;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* filter: blur(100px); */
  filter: blur(50px);


  filter: brightness(50%);
  /* filter:brightness(100%); */

  /* margin: 0vw 0vw 0vw 0vw;
  padding: 0vw 0vw 0vw 0vw; */
  overflow: hidden;
  /* height: 100vh; ******************************************************************/
  /* padding-bottom: 30%; */
  height: 0;
  padding-top: 20%;
}

.containerX111 {
  /* de text zelf */
  position: relative;
  z-index: 1;
  background: inherit;
  overflow: hidden;
  /* filter:brightness(5%);  */
  /* mix-blend-mode: multiply;  */
  /* mix-blend-mode: screen;   */
  /* filter: blur(10px); */
  height: 0;
  padding-top: 20%;
}

.containerX111:before {
  /* alleen achter de text zelf */
  content: "";
  position: absolute;
  background: inherit;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* opacity: 0; */
  /* opacity: 1.0; */
  filter: brightness(150%);
  overflow: hidden;
  filter: blur(50px);

}

/* #endregion */


#svgclipped110C {
  clip-path: url(#svgpath110C);
  -webkit-clip-path: url(#svgpath110C);
  /* opacity: 0.1; */
}

.container110C {
  /* width: 70vw; */
  position: relative;
  z-index: 1;
  background: inherit;
  overflow: hidden;
  /* padding: 1vw 1vw 1vw 1vw;  */
  /* ///////////////////////////////////////////////////////////////////////////////////////// */
  /* padding: 0vw 0.0vw 0vw 0vw;  */
  /* margin: 0vw 0vw 0vw 0vw; */
  filter: brightness(110%);
  /* filter: blur(40px); */

  /* width: 100%;
      height:200px;
      padding-bottom: 56.25% ;
      display:flex;
      justify-content: center; */
  /* -webkit-clip-path: url(#svgPath); */


}



.container110C:before {
  content: "";
  position: absolute;
  background: inherit;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  filter: blur(20px);
  /* filter:brightness(150%);  */
  /* clip-path: url(#myClip876);  */
  /* margin: 0vw 0vw 0vw 0vw;
      padding: 0vw 0vw 0vw 0vw; */
  overflow: hidden;
  /* height: 100vh; */
  /* mix-blend-mode: multiply;  */
  /* opacity: 0.3;  */
  /* mix-blend-mode: screen; */

}

.containerX110C {
  /* de text zelf */
  position: relative;
  z-index: 1;
  background: inherit;
  overflow: hidden;
  /* filter:brightness(5%);  */
  mix-blend-mode: multiply;
  /* mix-blend-mode: screen;   */
  filter: blur(20px);
  height: 0;
  padding-top: 10%;
  /* de tekst */
  filter: brightness(120%);
  /* mix-blend-mode: screen;  */

}

.containerX110C:before {
  /* alleen achter de text zelf */
  content: "";
  position: absolute;
  background: inherit;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* opacity: 0; */
  /* opacity: 1.0; */
  /* filter:brightness(170%);  */
  overflow: hidden;
  filter: blur(20px);


}




#svgclipped110D {
  clip-path: url(#svgpath110D);
  -webkit-clip-path: url(#svgpath110D);
  /* opacity: 0.1; */
}

.container110D {


  /* width: 70vw; */
  position: relative;
  z-index: 1;
  background: inherit;
  overflow: hidden;
  /* padding: 1vw 1vw 1vw 1vw;  */
  /* ///////////////////////////////////////////////////////////////////////////////////////// */
  /* padding: 0vw 0.0vw 0vw 0vw;  */
  /* margin: 0vw 0vw 0vw 0vw; */
  filter: brightness(110%);
  /* filter: blur(40px); */

  /* width: 100%;
      height:200px;
      padding-bottom: 56.25% ;
      display:flex;
      justify-content: center; */
  /* -webkit-clip-path: url(#svgPath); */


}



.container110D:before {
  content: "";
  position: absolute;
  background: inherit;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  filter: blur(20px);
  /* filter:brightness(150%);  */
  /* clip-path: url(#myClip876);  */
  /* margin: 0vw 0vw 0vw 0vw;
      padding: 0vw 0vw 0vw 0vw; */
  overflow: hidden;
  /* height: 100vh; */
  /* mix-blend-mode: multiply;  */
  /* opacity: 0.3;  */
  /* mix-blend-mode: screen; */

}

.containerX110D {
  /* de text zelf */
  position: relative;
  z-index: 1;
  background: inherit;
  overflow: hidden;
  /* filter:brightness(5%);  */
  /* mix-blend-mode: multiply;  */
  mix-blend-mode: screen;
  filter: blur(20px);
  height: 0;
  padding-top: 10%;
  /* de tekst */
  filter: brightness(120%);
  /* mix-blend-mode: screen;  */

}

.containerX110D:before {
  /* alleen achter de text zelf */
  content: "";
  position: absolute;
  background: inherit;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* opacity: 0; */
  /* opacity: 1.0; */
  /* filter:brightness(170%);  */
  overflow: hidden;
  filter: blur(20px);


}




/* #region [purple2] */
/* 109 */
.container114 {
  /* width: 100%; */

  position: relative;
  z-index: 1;
  background: inherit;
  overflow: hidden;
  filter: brightness(100%);
  /* mask: url(#masklaatste); */
  /* padding-bottom:50%; */
  /* mix-blend-mode: screen;   */
}

.container114:before {
  content: "";
  position: absolute;
  background: inherit;
  z-index: -1;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  filter: blur(0px) brightness(100%);
  /* clip-path: url(#myClip3); */
  /* clip-path: url(#clippathlaatste); */

  /* mask: url(#masklaatste); */
  /* background-clip: border-box; */
  overflow: hidden;
  /* background: hsla(0, 0%, 100%, 0.5);   */
  /* mix-blend-mode: screen;   */
}

/* #endregion */


.container116 {
  /* top: -30px;
    left: -30px; */
  /* width: 160%; */
  /* height: 160%; */
  position: relative;
  z-index: 1;
  background: inherit;
  overflow: hidden;
  filter: blur(0px) brightness(100%);
  /* mask: url(#masklaatste); */
  /* padding-bottom:50%; */
  filter: blur(0px);
  /* mask: url(#mask2234B); */
}

.container116:before {
  content: "";
  position: absolute;
  background: inherit;
  z-index: -1;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  filter: blur(5px) brightness(100%);
  /* clip-path: url(#myClip3); */
  /* clip-path: url(#clippathlaatste); */
  filter: blur(30px);
  /* mask: url(#masklaatste); */
  /* background-clip: border-box; */
  overflow: hidden;
  /* mask: url(#mask2234B); */
}



/*  #region [magenta3]*/

#svgclipped121 {
  clip-path: url(#svgpath121);
  -webkit-clip-path: url(#svgpath121);
  /* opacity: 0.1; */
}

.container121 {
  background-color: blue;
  /* width: 70vw; */
  position: relative;
  z-index: 1;
  background: inherit;
  overflow: hidden;
  /* padding: 1vw 1vw 1vw 1vw;  */
  /* ///////////////////////////////////////////////////////////////////////////////////////// */
  /* padding: 0vw 0.0vw 0vw 0vw;  */
  /* margin: 0vw 0vw 0vw 0vw; */
  filter: brightness(150%);
  /* filter: blur(40px); */

  /* width: 100%;
    height:200px;
    padding-bottom: 56.25% ;
    display:flex;
    justify-content: center; */
  /* -webkit-clip-path: url(#svgPath); */


}



.container121:before {
  background-color: blue;
  content: "";
  position: absolute;
  background: inherit;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  filter: blur(20px);
  /* filter:brightness(150%);  */
  /* clip-path: url(#myClip876);  */
  /* margin: 0vw 0vw 0vw 0vw;
    padding: 0vw 0vw 0vw 0vw; */
  overflow: hidden;
  /* height: 100vh; */
  /* mix-blend-mode: multiply;  */
  /* opacity: 0.3;  */
  /* mix-blend-mode: screen; */

}

.containerX121 {
  background-color: blue;

  /* de text zelf */
  position: relative;
  z-index: 1;
  background: inherit;
  overflow: hidden;
  /* filter:brightness(5%);  */
  mix-blend-mode: multiply;
  /* mix-blend-mode: screen;   */
  /* filter: blur(20px); */
  height: 0;
  padding-top: 10%;
  /* de tekst */
  filter: brightness(120%);
  /* mix-blend-mode: screen;  */

}

.containerX121:before {
  background-color: blue;
  /* alleen achter de text zelf */
  content: "";
  position: absolute;
  background: inherit;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* opacity: 0; */
  /* opacity: 1.0; */
  /* filter:brightness(170%);  */
  overflow: hidden;
  /* filter: blur(20px); */


}

/* #endregion */





.container124 {
  /* background: inherit; */
  background-color: rgba(0, 128, 0, 0);
  width: 100%;
  display: flex;
  flex-direction: row;

}






/* //////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////// */