@font-face {
	font-family: "ROSans";
	src: url("fonts/rosans/rosanswebtextregular.eot?") format("embedded-opentype"),
		 url("fonts/rosans/rosanswebtextregular.woff") format("opentype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "ROSans";
	src: url("fonts/rosans/rosanswebtextitalic.eot?") format("embedded-opentype"),
		 url("fonts/rosans/rosanswebtextitalic.woff") format("opentype");
	font-style: italic;
	font-weight: normal;
}
@font-face {
	font-family: "ROSans";
	src: url("fonts/rosans/rosanswebtextbold.eot?") format("embedded-opentype"),
		 url("fonts/rosans/rosanswebtextbold.woff") format("opentype");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: "ROSerif";
	src: url("fonts/rosans/roserifwebregular.eot?") format("embedded-opentype"),
		 url("fonts/rosans/roserifwebregular.woff") format("opentype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: "ROSerif";
	src: url("fonts/rosans/roserifwebitalic.eot?") format("embedded-opentype"),
		 url("fonts/rosans/roserifwebitalic.woff") format("opentype");
	font-style: italic;
	font-weight: normal;
}
@font-face {
	font-family: "ROSerif";
	src: url("fonts/rosans/roserifwebbold.eot?") format("embedded-opentype"),
		 url("fonts/rosans/roserifwebbold.woff") format("opentype");
	font-weight: bold;
	font-style: normal;
}

html, body {
	margin: 0;
	padding: 0;
	font: 15px/18px "ROSans", arial, sans-serif;
}

[lang] .rivm-bemg [lang] {
	display: none;
}
	[lang=nl] .rivm-bemg [lang=nl],
	[lang=en] .rivm-bemg [lang=en],
	[lang=ar] .rivm-bemg [lang=ar],
	[lang=tr] .rivm-bemg [lang=tr] {
		display: block;
	}
	[lang=nl] .rivm-bemg span[lang=nl],
	[lang=en] .rivm-bemg span[lang=en],
	[lang=ar] .rivm-bemg span[lang=ar],
	[lang=tr] .rivm-bemg span[lang=tr] {
		display: inline;
	}

h1 {
	font-size: 1.9em;
}

li, p {
	font-size: 1em;
}

/**
 * Container element and basic formatting
 */
.rivm-bemg {
	position: relative;
	min-width: 320px;
	max-width: 575px;
	background: #ffffff;
	min-height: 500px;
	overflow: hidden;
}
	.rivm-bemg .align-center {
		text-align: center;
	}
	.rivm-bemg h1 {
		line-height: normal;
		margin-bottom: 0.6em;
	}
	.rivm-bemg ul {
		padding: 0 20px;
	}
		.rivm-bemg ul li {
			margin-bottom: 1em;
		}
li.info {
	list-style-type: none;
	padding-top: 15px;
	padding-left: 170px;
}

li.info:last-child {
	padding-top: 25px;
}

/**
 * Normal in-scene button
 */
.rivm-bemg .btn-normal {
	position: relative;
	background: #a90061 url('images/icons/arrow-button.png') no-repeat right center;
	height: 50px;
	padding: 0px 50px 0px 20px;
	border: 0;
	display: inline-block;
	border-radius: 5px;
	font-size: 17px;
	line-height: 50px;
	text-align: left;
	color: #FFFFFF;
	border: 1px solid #85004c;
	min-width: 140px;
}
	.rivm-bemg .btn-normal:hover,
	.rivm-bemg .btn-normal:focus {
		background-color: #e5b2cf;
		background: #e5b2cf url('images/icons/arrow-button-hover.png') no-repeat right center;
		color: #000000;
	}

/**
 * Loading
 */
.rivm-bemg .loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #f2d9e7;
	z-index: 9999;
}
	.no-js .rivm-bemg .loading {
		display: none;
	}
	.rivm-bemg .loading p {
		font-size: 15px;
		line-height: 24px;
		text-align: center;
		padding: 10px;
		font-weight: bold;
	}

/**
 * Scenes and subscenes
 */
.rivm-bemg .scene {
	position: relative;
	min-height: 400px;
	margin-bottom: 1em;
	background: #ffffff;
}
.rivm-bemg .subscene {
	position: relative;
	height: 320px;
	padding: 0;
	background: #f2d9e7;
	margin-bottom: 1em;
}
	.rivm-bemg.has-subtitleview .scene {
		min-height: 474px;
	}
	.rivm-bemg.has-subtitleview .subscene {
		min-height: 394px;
	}
	.js .rivm-bemg .scene,
	.js .rivm-bemg .subscene {
		display: none;
		margin-bottom: 0;
		overflow: hidden;
	}
		.js .rivm-bemg .scene {
			position: absolute;
			top: 0;
			right: 0;
			left: 0;
		}
		.js .rivm-bemg .subscene {
			position: absolute;
			top: 40px;
			right: 0;
			bottom: 0;
			left: 0;
		}
		.js .rivm-bemg .scene.is-active,
		.js .rivm-bemg .subscene.is-active {
			display: block;
		}

/**
 * Scene layers
 */
.rivm-bemg .layers {
	position: relative;
	min-height: 320px;
	/* background: #f2d9e7; */
	overflow: hidden;
}

/**
 * Scene content layer
 */
.rivm-bemg .layer-content {
	position: absolute;
	z-index: 2;
	top: 20px;
	bottom: 20px;
	left: 20px;
	right: 20px;
}

/**
 * Scene visual layer
 */
.rivm-bemg .layer-visual {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
}
	.rivm-bemg .layer-visual img {
		position: absolute;
		max-width: 100%;
		top: 0;
		left: 0;
		z-index: 1;
	}
		.rivm-bemg .layer-visual .is-hidden {
			visibility: hidden;
		}
	.rivm-bemg .layer-visual .layer {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 2;
	}
	.rivm-bemg .layer-visual .label {
		position: absolute;
		background: #ffffff;
		border: 1px solid #000000;
		padding: 3px;
		z-index: 2;
	}

/**
 * Language selection scene
 */
.rivm-bemg .language-selection {
	position: relative;
	background: #ffffff;
}
	.rivm-bemg .language-selection .language-option {
		position: relative;
		margin: 30px;
		padding: 0 150px 2px 0;
		overflow: hidden;
		text-align: left;
	}
		.rivm-bemg .language-selection .language-option .btn {
			position: absolute;
			width: 140px;
			right: 0;
			top: 0;
		}

/**
 * Navigation tabs (top part)
 */
.no-js .rivm-bemg .navigation-tabs {
	display: none;
}
	.rivm-bemg .navigation-tabs {
		position: relative;
		height: 40px;
		background: #a90061;
		border-radius: 5px 5px 0 0;
		overflow: hidden;
		color: #ffffff;
	}
		.rivm-bemg .navigation-tabs-container {
			position: relative;
			white-space: nowrap;
			overflow: hidden;
		}
		.rivm-bemg .navigation-tabs .btn-scroll {
			background: #a90061;
			position: absolute;
			top: 0;
			height: 40px;
			line-height: 40px;
			padding: 0 10px;
			color: #ffffff;
			text-decoration: none;
			z-index: 2;
			display: none;
		}
			.rivm-bemg .navigation-tabs .btn-scroll:hover,
			.rivm-bemg .navigation-tabs .btn-scroll:focus {
				background-color: #a90061;
			}
			.rivm-bemg .navigation-tabs.has-leftbutton {
				padding-left: 35px;
			}
				.rivm-bemg .navigation-tabs.has-leftbutton .btn-scroll-previous {
					display: block;
				}
			.rivm-bemg .navigation-tabs.has-rightbutton {
				padding-right: 35px;
			}
				.rivm-bemg .navigation-tabs.has-rightbutton .btn-scroll-next {
					display: block;
				}
			.rivm-bemg .navigation-tabs .btn-scroll-previous img,
			.rivm-bemg .navigation-tabs .btn-scroll-next img {
				height: 20px;
				position: relative;
				top: 5px;
			}
			.rivm-bemg .navigation-tabs .btn-scroll-previous {
				left: 0;
				box-shadow: 0 0 30px #910053;
				border-right: 1px solid #ffffff;
			}
			.rivm-bemg .navigation-tabs .btn-scroll-next {
				right: 0;
				box-shadow: 0 0 30px #910053;
				border-left: 1px solid #ffffff;
			}
		.rivm-bemg .navigation-tabs .tab {
			text-align: center;
			line-height: 40px;
			font-size: 17px;
			position: relative;
			display: block;
			padding: 0 10px;
			height: 40px;
			font-weight: bold;
			border-right: 1px solid #ffffff;
			z-index: 1;
			text-decoration: none;
			background: #a90061;
			color: #ffffff;
			display: inline-block;
		}
			.rivm-bemg .navigation-tabs .tab:hover,
			.rivm-bemg .navigation-tabs .tab:focus {
				background-color: #a90061;
			}
			.rivm-bemg .navigation-tabs .tab.is-active {
				background-color: #000000;
				color: #ffffff;
			}

/**
 * Navigation bar (bottom part)
 */
.no-js .rivm-bemg .navigation-bar {
	display: none;
}
.rivm-bemg .navigation-bar {
	position: absolute;
	height: 40px;
	background: #a90061;
	text-align: center;
	border-radius: 0 0 5px 5px;
	overflow: hidden;
	left: 0;
	bottom: 0;
	right: 0;
	white-space: nowrap;
}
	.rivm-bemg .navigation-bar button {
		border: 0;
		line-height: 0;
		background: #a90061;
		color: #ffffff;
		font-family: inherit;
		font-size: 17px;
		height: 40px;
		padding: 0 10px 0 35px;
		border-right: 1px solid #ffffff;
		overflow: hidden;
		line-height: 40px;
		position: relative;
	}
		.rivm-bemg .navigation-bar button:hover,
		.rivm-bemg .navigation-bar button:focus {
			background-color: #8a004f;
		}
		.rivm-bemg .navigation-bar img {
			position: absolute;
			height: 20px;
			top: 10px;
			left: 10px;
		}
		.rivm-bemg .navigation-bar .btn-sound .is-active {
			display: inline;
		}
			.rivm-bemg .navigation-bar .btn-sound .is-muted,
			.rivm-bemg .navigation-bar .btn-sound .is-disabled {
				display: none;
			}
		.rivm-bemg .navigation-bar .btn-sound.is-muted .is-muted {
			display: inline;
		}
			.rivm-bemg .navigation-bar .btn-sound.is-muted .is-active,
			.rivm-bemg .navigation-bar .btn-sound.is-muted .is-disabled {
				display: none;
			}
		.rivm-bemg .navigation-bar .btn-sound.is-disabled .is-disabled {
			display: inline;
		}
			.rivm-bemg .navigation-bar .btn-sound.is-disabled .is-active,
			.rivm-bemg .navigation-bar .btn-sound.is-disabled .is-muted {
				display: none;
			}
		.rivm-bemg .navigation-bar .btn-subtitles {
			border-right: 0;
		}
		.rivm-bemg .navigation-bar .btn-subtitles .is-open {
			display: inline;
		}
			.rivm-bemg .navigation-bar .btn-subtitles .is-closed {
				display: none;
			}
		.rivm-bemg .navigation-bar .btn-subtitles.is-closed .is-closed {
			display: inline;
		}
			.rivm-bemg .navigation-bar .btn-subtitles.is-closed .is-open {
				display: none;
			}

/**
 * Subtitles
 */
.no-js .rivm-bemg .subtitles {
	display: none;
}
.rivm-bemg .subtitles {
	position: relative;
	background: #ffffff;
	padding: 5px 10px 5px 10px;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
	min-height: 64px;
}
	.rivm-bemg.has-subtitleview .subtitles {
		display: block;
	}
	.rivm-bemg .subtitles p {
		margin: 0;
		padding: 0;
	}

/**
 * Tooltips
 */
.rivm-bemg .tooltip {
	bottom: 0;
	left: 0;
	position: absolute;
	background: #ffffff;
	border: 1px solid #000000;
	border-radius: 10px 0 0 0;
	padding: 2px 10px 5px 25px;
}
	.rivm-bemg .tooltip a {
		color: #000000;
		display: block;
		font-weight: bold;
		text-decoration: none;
	}
		.rivm-bemg .tooltip a:before {
			content: 'i';
			color: #ffffff;
			position: absolute;
			width: 20px;
			height: 20px;
			text-align:center;
			background: #a90061;
			border-radius: 50%;
			top: 0;
			left: 0;
		}
	.rivm-bemg .tooltip .tooltip-contents {
		display: none;
	}
		.rivm-bemg .tooltip.is-active .tooltip-contents,
		.rivm-bemg .tooltip:target .tooltip-contents {
			display: block;
		}
	.rivm-bemg .tooltip ul li {
		margin-bottom: 0.3em;
	}

/**
 * Scene specific changes
 */
.rivm-bemg .scene-3 img {
	max-width: 100%;
}
	.rivm-bemg .scene-3 .population-screening-logo {
		margin: 20px 0;
	}
.rivm-bemg .scene-3 p {
	text-align: center;
	font-size: 1.3em;
	padding: 0 20px;
	word-break: break-all;
}

.rivm-bemg .subscene-1 .btn-normal {
	margin-top: 121px;
}
.rivm-bemg .subscene-9 .layer-94 .label {
	left: 43%;
	top: 9%;
}
.rivm-bemg .subscene-9 .layer-95 .label {
	left: 25%;
	top: 23%;
}
.rivm-bemg .subscene-9 .layer-96 .label {
	left: 25%;
	top: 68%;
}
.rivm-bemg .subscene-9 .layer-97 .label {
	left: 35%;
	top: 67%;
}
.rivm-bemg .subscene-9 .layer-98 .label {
	left: 46%;
	top: 80%;
}
.rivm-bemg .subscene-9 .layer-99 .label {
	left: 50%;
	top: 66%;
}
.rivm-bemg .subscene-9 .layer-901 .label {
	right: 32%;
	top: 29%;
}
.rivm-bemg .subscene-9 .layer-902 .label {
	right: 9%;
	top: 52%;
}

/**
 * Media queries
 */
@media all and (max-width: 550px) {
	.rivm-bemg .navigation-bar button {
		font-size: 12px;
	}
	.rivm-bemg .tooltip-contents,
	.rivm-bemg .subtitles {
		font-size: 13px;
		line-height: 15px;
	}
}
@media all and (max-width: 400px) {
	.rivm-bemg .language-selection .language-option {
		padding: 0 0 2px 0;
		margin-bottom: 20px;
		margin-top: 20px;
	}
		.rivm-bemg .language-selection .language-option .btn {
			position: relative;
			width: 140px;
		}
	.rivm-bemg .navigation-bar button {
		width: 30px;
		background-position: center center;
	}
		.rivm-bemg .navigation-bar button:first-child {
			border-left: 1px solid #ffffff;
		}
		.rivm-bemg .navigation-bar button:last-child {
			border-right: 1px solid #ffffff;
		}
		.rivm-bemg .navigation-bar button span {
			color: transparent;
		}
}
