@charset "utf-8";
/* CSS Document */

.txt_album {
	color:#669999;
	font-size:120%;
	font-weight:bold;
	padding-top:20px;
	padding-bottom:20px;
}

.album {
	width:90%;
}

.tumbs_menu{
	border: thin solid #333333;
}

.album_footer{
	padding-bottom:40px;
}

.fotogalerij {
    text-align: center;
    width: 100%;
    max-width: 100%;
	background-color:#ffffff;
	padding-top:30px;
	padding-bottom:30px;
}

.fotogalerij img {
	border: 1px solid;
	margin: 4px;
	border-color: #666666;
}
    
.foto-popup {
	display: none;
}

.foto-popup:target {
	display: block;
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.8);
	max-width: none;
}

.foto-popup img {
	max-width:80%;
	position: relative;
	top: 50%;
	transform: translateY(-50%);  
}

.foto-popup .tekst {
	position: fixed;
	top: 10%;
	text-decoration: none;
	text-align: center;	
	color: #f2f2f2;
	font-size: 100%;
	font-weight:bold;
}


.foto-popup .vorige {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	text-decoration: none;
	color: #f2f2f2;
	font-size: 250%;
	font-weight:bold;
}
.foto-popup .volgende {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	text-decoration: none;
	color: #f2f2f2;
	font-size: 250%;
	font-weight:bold;
}
.foto-popup .vorige:hover {
	color: #669999;
	font-size: 250%;
	font-weight:bold;
}
.foto-popup .volgende:hover {
	color: #669999;
	font-size: 250%;
	font-weight:bold;
}
.foto-popup .vorige {
	left: 10px;
}

.foto-popup .volgende {
	right: 10px;
}

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

.fotogalerij {
    text-align: center;
    width: 90%;
    max-width: 100%;
	background-color:#f2f2f2;
}
}
