

.container-80pc-flex82 {

width: 80%;
margin: auto;
padding: 10px;  
/* border: 3px solid #73AD21; */
height: auto;
/* background: #110021; */
color: black;
}

.column1-flex82 {

background: grey;
width: 50%;
text-align: left;
padding-left: 75px;



}

.column1-1-flex82 {

background: blue;
width: 50%;
text-align: left;


}

.column1-2-flex82 {

background: yellow;
 width: 50%;
text-align: left;



}


.column3-flex82 {
 
background: purple;
width: 50%;
text-align: center;




}




.container-menu2-flex82 {

width: 100%;
margin: auto;
padding: auto; 
/* border: 3px solid #73AD21; */
height: auto;
/* background: #110021; */
color: black;
}



.column-main-flex82 {

max-width: 100%; 
    /* max-width: 1170px; */
    /* margin op 0 zetten wanneer gekozen voor max-width: 100% */
    margin: 0;

/* border: 3px solid #73AD21; */
height: auto;
/* background: #110021; */
color: black;
}


.flex-flex82 {
  display: flex;
  flex-direction:row;
  text-align: center;
  justify-content: center;
  /* justify left om alles links uit te lijnen
/*   justify-content: left;
/* align-items: center; */

}

.menu-flex82 {
width: 80%;
margin: auto;
text-align: center;


}

.menu-item-flex82 {
 justify-content: center;
width: 100px;
text-align: center;



}

.item2-flex82 {
 justify-content: center;
max-width: 600px;
text-align: center;
margin-left: 20px;
margin-right: 20px;



}

.item2-2-flex82 {
 justify-content: center;
max-width: 100%;
/* max-width: 900px; */
text-align: center;
margin-left: 20px;
margin-right: 20px;



}





.image-item2-flex82 {


max-width: 100%;
  height: auto;

}


@media (max-width: 800px) {
.flex-flex82 {
  display: block; 
  
  /* i.p.v. display: block /*
  /* display: flex; flex-direction: column; */
    
    
    text-align: center;
  justify-content: center;
  align-items: center;
  
  }
  
  
  .image-item2-flex82 {


max-width: 100%;


}
  
  
}