body {
	background-color:#d5dadd;
}

fieldset {
	background-color:#EEF2D2;
	border-radius: 10px; 
	border: solid 1px blue;
}

legend h3 {
	background-color:white;
	border-radius: 5px 5px;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.afb {
  float: left;
  margin-right:10px;
  max-height: 79px;
}

.tab {
  margin-left:5em;
}

.rand {
	padding: 5px;
	margin-bottom: 4px;
}

input{
	padding: 4px 12px;
	border-radius: 5px;
}

.pagination {
	display: inline-block;
}

.pagination a {
    font-weight:bold;
    font-size:14px;
    color: black;
    float: left;
    padding: 4px 12px;
	margin-right:10px;
    text-decoration: none;
    border:1px solid black;
	border-radius: 5px;
}

.pagination a.active {
	background-color: yellow;
}

.pagination a:hover:not(.active) {
    background-color: skyblue;
}

* {
  box-sizing: border-box;
}

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

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 128px;
  height: 128px;
  border: 1px solid black;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding: 20px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(23, 23, 23, 0.7);
}

.fotokader { 
  border-radius: 30px;
  background-color: rgb(243, 243, 243);
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  width: 1200px;
  height: 100%;
}

/* The Close Button */
.close {
  color: #717171;
  position: absolute;
  top: 14px;
  right: 214px;
  font-size: 45px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.animate-opacity{
	animation:opac 2s
}
@keyframes opac{
	from{opacity:0} to{opacity:1}
}

.animate-zoom {
	animation:animatezoom 2s
}
@keyframes animatezoom{
	from{transform:scale(0)} to{transform:scale(1)}
}
.mySlides {
  display: none;
  margin: auto;
  width: 1000px;
}

.animate-right{
  position:relative;
  animation:animateright 1.5s
}
@keyframes animateright{
 from{right:-200px;opacity:0} to{right:0;opacity:1}
}

.cursor {
  cursor: pointer;
}

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

/* Position the "next button" to the right */
.next {
  right: 200px;
  border-radius: 3px 0 0 3px;
}

/* Position the "prev button" to the left */
.prev {
  left: 200px;
  border-radius: 0 3px 3px 0;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  color: rgba(190, 184, 182, 0.7);
}

img {
  display: block;
  margin: auto;
  max-width: 1000px;
}

.caption-container {
  text-align: center;
  background-color: transparent;
  padding: 2px 16px;
  color: #171717;
  font-size:1.6em;
  
}

.active:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

#mini{
  float: left;
}

/* popup voor helpteksten */
.handleiding-popup {
  display: none;
  z-index: 9;
}

.help-container {
  width: 600px;
  height: 600px;
  padding: 10px;
  overflow: auto;
  background-color: #DBEBFD;
  border-radius: 10px;
  box-shadow: 6px 6px #888888;
  border: solid 3px blue;
}

.lamp {
 background-color: transparent;
 border-radius: 24px;
}

.lamp:hover,
.lamp:focus {
  background-color: #FFFF12;
  text-decoration: none;
  cursor: pointer;
}

.melding {
  display: none;
  position: absolute;
  top: 0;
  left: 42%;
  width: 400px;
  height: 160px;
  padding: 10px;
  font-size: 1.2em;
  border: 2px solid #2196F3;
  border-radius: 10px;
  background-color: #fafafa;
  color: #71484B;
  z-index: 10;
}

.closebtn {
  position: absolute;
  right: 15px;
  bottom: 15px; 
  width: 70px;
  height: 40px;
  border-radius: 50%;
  border: solid 2px black;
  background-color: #2196F3;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 36px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}

.achtergrond {
	background-image: url("../img/herautpers.jpg");
	background-repeat: no-repeat;
	background-position: right;
	background-size: 100% 100%;
	border: transparent solid 0.1px;
	width: 100%;
	height: 100%;
}


</style>
