@media (max-width: 480px) {

.containerview {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  background-color: #FF0000;
  padding: 5px;
  gap: 5px;
}

.container.view div {
  background-color: #000000;
  color: #000;
  padding: 10px;
  font-size: 30px;
  text-align: center;
}

.foto.vak {
width: 80px;
height: 100px;

}
.container-sm {
	text-align:center;
	margin-top: 100px;
}
}

.navbar-toggle .icon-bar:nth-of-type(2) {
	  top: 1px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
  	top: 2px;
}

.navbar-toggle .icon-bar {
	  position: relative;
	  transition: all 500ms ease-in-out;
}

.navbar-toggle.active .icon-bar:nth-of-type(1) {
	  top: 6px;
	  transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
	  background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
	  top: -6px;
	  transform: rotate(-45deg);
}

.container {
  display: grid;
  grid-template-columns: auto auto auto;
  background-color: red;
  padding: 5px;
  gap: 5px;
}

.container div {
  background-color: #000000;
  color: #000;
  padding: 10px;
  font-size: 30px;
  text-align: center;
}

.vak {
width: 140px;
height: 160px;

}
.container-sm {
	text-align:center;
	margin-top: 100px;
}

.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   height: 200px;
   background-color: red;
   color: white;
   text-align: center;
}

.possitie {
	margin-top: 300px;
}

.formulier {
	text-align: left;
}







