@media screen and (max-width: 600px) {

.small_on {
  display: flex;
}
	
.small_off {
  display: none;
}	
	
.header {
display: none;
}	
	
.header_navbar {
  flex-grow: 1;	/* will grow relative to the rest of the other items insde the same container */			
}
	
.header_menu, .header_order, .header_navbar {
  margin: 0px; 
  border: 0px solid #7360BC  /* violet  */
}	
	
.header_menu {
  justify-content: flex-end;	
  flex-grow: 1;	/* will grow relative to the rest of the other items insde the same container */		
}	
.header_order {
  justify-content: flex-end;	
}
		
.backimg_01 {
  margin-top: 0px;	
}	
	

.column_contact, .column_footer {
  width: 100%;
  padding: 0px 10px 20px;	
  border: 0px solid #7360BC  /* violet  */
}
	
  [class^="column_bar"] {  /* all classes starting with "column_bar" */
  width: 100%;
  padding: 0px 10px 20px;	
  border: 0px solid #7360BC  /* violet  */
}
  .column_bar01 { order: 2; }
  .column_bar02 { order: 1; }
  .column_bar03 { order: 3; }
  .column_bar04 { order: 4; }
  .column_bar05 { order: 6; }
  .column_bar06 { order: 5; }	
	
}

.img_logo_vertical { 
  min-width: 350px;
  border: 0px solid #000000;  
}