.containerfullartstand  {
    display: grid;
    grid-gap: 10px 10px;
    grid-template-columns: 600px;
    grid-template-rows: 900px;
  
}

.containerfullartliggen  {
    display: grid;
    grid-gap: 10px 10px;
    grid-template-columns: 740px;
    grid-template-rows: 700px;
  
}

.container0  {
    display: grid;
    grid-gap: 10px 10px;
    grid-template-columns: 240px 240px 240px;
    grid-template-rows: 320px 180px 320px 653px 180px 367px 180px 367px;
  
}

.container1  {
    display: grid;
    grid-gap: 10px 10px;
    grid-template-columns: 240px 240px 240px;
    grid-template-rows: 320px 367px 180px 320px 555px 653px 180px 367px 180px 367px 653px 320px 180px 653px 180px 320px;
  
}

.conceptcontainer0  {
    display: grid;
    grid-gap: 10px 10px;
    grid-template-columns: 240px 240px 240px;
    grid-template-rows: 500px 500px;
  
}


 .box1 {
    
  grid-column-start: 1;
  grid-column-end: 3;
   }

   .box2 {
    
  grid-column-start: 2;
  grid-column-end: 4;
   }

    .box3 {
    
  grid-column-start: 1;
  grid-column-end: 4;
   }

   





a:link { text-decoration: none; color: black;} 
a:visited { text-decoration: none; color: black;} 
a:hover { text-decoration: underline; color: black;} 
a:active { text-decoration: underline; color: black;}

.header {
  position: fixed;
  top: 30px;
  left: 30px;
  background-color: white;
  font-size: 28px;
    font-family: Arial, sans-serif;
    letter-spacing: 5%;
  z-index: 1;
  
}

.header2 {
  position: fixed;
  top: 30px;
  left: 530px;
  background-color: white;
  font-size: 28px;
    font-family: Arial, sans-serif;
    letter-spacing: 5%;
  z-index: 2;
  
}


.bottom {
  position: fixed;
  top: 95%;
  left: 30px;
  width: 1000px;
  background-color: white;
  font-size: 20px;
  font-family: Arial, sans-serif;
  letter-spacing: 5%;
  z-index: 1;
  
}

.info {
  font-size: 12px;
    font-family: Arial, sans-serif;
    letter-spacing: 5%;

}

.navigatie {
  font-size: 12px;
}

.content {
  position: absolute;
  top: 80px;
  left: 30px;
  
}

.groot {
  font-size: 18px;
  font-family: Arial, sans-serif;
  color: rgb(86, 69, 69);
  letter-spacing: 5%;
  font-weight: bold;
}

