/* FOTO */

.fotobox {
position:relative;
width:1000px;
height:auto;
margin:0 auto 4em auto;
clear:both;
}
/* Mobiel [portrait] */
@media only screen and (max-device-width: 736px) and (orientation: portrait) {
	.fotobox {
	width:100%;
	font-size:0.6em;
	margin:0;
	}
}

.fotobox .thumb {
position:relative;
width:200px;
height:200px;
padding:0;
margin:0.5em 0 0 10%;
background-color:#fff;
overflow:hidden;
float:left;
}
/* Mobiel [portrait] */
@media only screen and (max-device-width: 736px) and (orientation: portrait) {
	.fotobox .thumb {
	width:112px;
	height:112px;
	}
}
.fotobox .thumb-liggend {
background-repeat:no-repeat;
background-size:contain;
background-position:center 50%;
}
.fotobox .thumb-staand {
background-repeat:no-repeat;
background-size:contain;
background-position:center 50%;
}
.fotobox .thumb .bijschrift {
position:absolute;
bottom:0;
width:100%;
height:auto;
padding:0.1em 2% 0.2em 2%;
background-color:rgba(255,255,255,0.9);
z-index:1;
display:none;
}
.fotobox .thumb .bijschrift h1 {
font-size:0.9em;
margin:0;
display:inline-block;
}
.fotobox .thumb .bijschrift h2 {
font-size:0.8em;
margin:0;
display:inline-block;
}
.fotobox .thumb .bijschrift p {
width:98%;
height:auto;
font-size:0.7em;
white-space:normal;
margin:0;
}


.image-gallery {
width:100%;
height:auto;
list-style-type:none;
list-style-position:outside;
padding-left:0;
margin:0;
}

.image-gallery .foto {
position:relative;
}
.image-gallery .foto img {
position:relative;
width:100%;
height:auto;
z-index:0;
}
.image-gallery .foto .bijschrift {
position:absolute;
top:1.5em;
left:0;
width:auto;
height:auto;
background-color:rgba(255,255,255,0.9);
padding:0.1em 1% 0.4em 1%;
z-index:1;
}
/* Mobiel [portrait] */
@media only screen and (max-device-width: 736px) and (orientation: portrait) {
	.image-gallery .foto .bijschrift {
	font-size:0.6em;
	padding:0.1em 1% 0.2em 1%;
	}
}
.image-gallery .foto .bijschrift h1 {
font-size:1.3em;
margin:0 7px 0 0;
display:inline-block;
}
.image-gallery .foto .bijschrift h2 {
color:#000;
margin:0 0 0 0;
display:inline-block;
}
.image-gallery .foto .bijschrift p {
color:#000;
font-size:0.9em;
margin:0 0 3px 0;
}