/* Maris LightBox */

/* class t.b.v deactiveren achtergrond */
.mlb-deactive {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	z-index: 9990;
	}

h3.mlb-title {
	background: #304e96;
	font-family: "oswaldmedium", arial, helvetica, sans-serif;
	font-size: 1.1em;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	padding: 5px;
	padding-left: 20px;
	float: none;
	}

.mlb-container {
	position: fixed;
	background: rgba(255, 255, 255, 0.9);
	width: 280px;
	top: 50%;
	right: 50%;
	z-index: 9992;
	display: none;
	z-index: 2147483647;
	}

li.mlb-print
	{
	background-color: #3a85a1;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    list-style: outside none none;
    margin-right: 10px;
    margin-top: 5px;
    padding: 1px 8px 0;
    float:left;
	}

.mlb-content {
	color: #000;
	padding: 0px;
	height: 98%;
	overflow: hidden;
	}

.mlb-content table				{ padding: 0px; }
.mlb-content td					{ font-size: 0.95em; padding: 2px 2px 2px 0px; }

.mlb-content div ul {
	list-style: none;
	display: inline-block;
	float: right;
	}

.mlb-content div ul:after {
	content:".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}

.mlb-close {
	background: url(/grfx/close-lightbox-btn.png) no-repeat center center;
	background-size: 18px 18px;
	text-indent: -9999px;
	width: 24px;
	height: 24px;
	margin-top: 6px;
	margin-right: 6px;
	float: left;
	cursor: pointer;
	}

.mlb-deactive					{ display: none; }
.mlb-active						{ display: block; }

.mlb-ready {
	border: 1px solid #c5b791;
	font-weight: bold;
	color: #c5b791;
	text-indent: 0px !important;
	line-height: 18px;
	width: auto !important;
	height: auto !important;
	padding: 0px 6px 0px 6px;
	display: none;
	}


/* --------------------------------------- */
/* mediaqueries css */
/* --------------------------------------- */

@media only screen and (min-width: 720px) and (max-width: 1100px) {

	.mlb-container {
		max-width: 90%;
		right: 0;
		left: 0 !important;
		}

}

@media only screen and (min-width: 300px) and (max-width: 720px) {

	.mlb-container {
		max-width: 720px !important;
		width: 100% !important;
		height: 100% !important;
		top: 0 !important;
		left: 0 !important;
		}

	.map_block {
		width: 100%;
		max-width: 100%;
		}

}