.row > .column {
  padding: 8 8px;
}

.row:after {
 
}

.column {
  float: left;
	border: 1px solid grey;
	width:80px;
	height:80px;
	margin:2px;
}

/* The Modal (background) */
.modal {
  display: none;
  position: static;
  /*padding-top: 20px;
  left: 0;
  top: 0;*/
  /*width: 100%;
  height: 100%;*/
  /*overflow: auto;*/  /*aanzetten om over de rest heen weer te geven*/
  
}

/* Modal Content */
.modal-inhoud {
  padding: 0;
	padding-top: 0px;
	padding-bottom: 20px;
	
	
}

.caption-container {
  text-align: center;	
	color: black;

}

/* The Close Button */
.closeknopke {
  color: #fecb00;
  top: 0px;
  right: 40px;
  font-size: 40px;
  font-weight: bold;
	z-index:100;
}

.closeknopke:hover,
.closeknopke:focus {
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
	height:100%;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  /*position: absolute;*/
  top: 0%;
  width: auto;
  padding: 12px;
  color: #fecb00!important;
  font-weight: bold;
  font-size: 40px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  border: 1px solid grey;
}

/* Position the "next button" to the right */
.next {
  right: 0px;
}

/* Position the "next button" to the right */
.prev {
  left: 0px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
 .next:hover {
	color:#000000!important;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 20px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}



img.demo {
  opacity: 1;
}

.active,
.demo:hover {
  opacity: 0.6;
}

/* Portrait phones and smaller */
@media (max-width: 767px) {

.prev,
.next {
  background-color:white;
	  font-size: 20px!important;

}

 
 }
 
 
 
 @media (min-width: 768px) and (max-width: 991px) {


}

 @media (min-width: 992) {
}




