@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?-qs94qr');
	src:url('../fonts/icomoon.eot?#iefix-qs94qr') format('embedded-opentype'),
		url('../fonts/icomoon.woff?-qs94qr') format('woff'),
		url('../fonts/icomoon.ttf?-qs94qr') format('truetype'),
		url('../fonts/icomoon.svg?-qs94qr#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.tabs {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 1em 0 2em;
	font-weight: 300;
}

/* Nav */
.tabs nav {
	text-align: center;
}

.tabs nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}

.tabs nav ul li {
	border: 1px solid #becbd2;
	border-bottom: none;
	margin: 0 0.25em;
	display: block;
	float: left;
	position: relative;
}

.tabs nav li.tab-current {
	border: 1px solid #0066FF;
	box-shadow: inset 0 2px #0066FF;
	border-bottom: none;
	z-index: 100;
}

.tabs nav li.tab-current:before,
.tabs nav li.tab-current:after {
	content: '';
	position: absolute;
	height: 1px;
	right: 100%;
	bottom: 0;
	width: 1800px;
	background: #0066FF; /* lijn onder tabbalk */
}

.tabs nav li.tab-current:after {
	right: auto;
	left: 100%;
	width: 4000px;
}

.tabs nav a {
	color: #becbd2;
	display: block;
	font-size: 1.45em;
	line-height: 2.5;
	padding: 0 0.5em;
	white-space: nowrap;
}

.tabs nav a:hover {
	color: #768e9d;
}

.tabs nav li.tab-current a {
	color: #0066FF;
}

/* Icons */
.tabs nav a:before, .mediabox a:before {
	display: inline-block;
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
	font-family: 'icomoon';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
	margin: -0.25em 0.1em 0 0;
}

.icon-quote:before {
	content: "\e600";
}
.icon-quote2:before {
	content: "\e601";
}
.icon-files:before {
	content: "\e602";
}
.icon-monitor:before {
	content: "\e603";
}
.icon-camera:before {
	content: "\e604";
}
.icon-checkmark:before {
	content: "\e605";
}
.icon-phone:before {
	content: "\e606";
}
.icon-graduate:before {
	content: "\e607";
}
.icon-lab:before {
	content: "\e608";
}
.icon-zoomin:before {
	content: "\e609";
}
.icon-stack:before {
	content: "\e60a";
}
.icon-stack2:before {
	content: "\e60b";
}
.icon-stack3:before {
	content: "\e60c";
}
.icon-archive:before {
	content: "\e60d";
}
.icon-envelope:before {
	content: "\e60e";
}
.icon-envelope2:before {
	content: "\e60f";
}
.icon-book:before {
	content: "\e610";
}
.icon-book2:before {
	content: "\e611";
}
.icon-expand:before {
	content: "\e612";
}
.icon-collapse:before {
	content: "\e613";
}
.icon-popout:before {
	content: "\e614";
}
.icon-pictures:before {
	content: "\e615";
}
.icon-magnet:before {
	content: "\e616";
}
.icon-navigation:before {
	content: "\e617";
}
.icon-tags:before {
	content: "\e618";
}
.icon-clipboard:before {
	content: "\e619";
}
.icon-clipboard2:before {
	content: "\e61a";
}
.icon-switch:before {
	content: "\e61b";
}

/* Content */
.content section {
	font-size: 1.25em;
	padding: 3em 1em 0 1em;
	max-width: 1230px;
	margin: 0 auto;
}

.content section:before,
.content section:after {
	content: '';
	display: table;
}

.content section:after {
	clear: both;
}

/*********** Fallback example ***********/

.no-js .content section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid #000033;
}

.content section.content-current {
	display: block;
}

.mediabox {
	float: left;
	width: 33%;
	padding: 0 25px;
}

.mediabox img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
	z-index: 0;
}

.mediabox h3, .mediabox h2, .mediabox h1 {
	margin: 0.75em 0 0.5em;
}

.mediabox h1, .mediabox h2, .mediabox h2.top {
	margin: 0 0 0.5em;
}

.mediabox p, .mediabox ul {
	padding: 0 0 1em 0;
	margin: 0;
	line-height: 1.3;
}

 .mediabox ul {
	padding: 0 0 1em 1em;
 }

.mediabox .video-container
{
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
}

.mediabox .video-container iframe,  
.mediabox .video-container object,  
.mediabox .video-container embed
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/********************** min-width: 60.1em, max-width: 70em **********************/

@media screen and (min-width: 60.1em) and (max-width: 70em)
{

.tabs {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 0.5em 0 0 0;	/*0.5em 0 1em*/
	font-weight: 100;	/*300*/
}

/* Nav */
.tabs nav {
	text-align: center;
}

.tabs nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}

.tabs nav ul li {
	border: 1px solid #becbd2;
	border-bottom: none;
	margin: 0 0.15em;	/*0 0.25em*/
	display: block;
	float: left;
	position: relative;
}

.tabs nav li.tab-current {
	border: 1px solid #0066FF;
	box-shadow: inset 0 2px #0066FF;
	border-bottom: none;
	z-index: 100;
}

.tabs nav li.tab-current:before,
.tabs nav li.tab-current:after {
	content: '';
	position: absolute;
	height: 1px;
	right: 100%;
	bottom: 0;
	width: 1000px;
	background: #0066FF; /* lijn onder tabbalk */
}

.tabs nav li.tab-current:after {
	right: auto;
	left: 100%;
	width: 4000px;
}

.tabs nav a {
	color: #becbd2;
	display: block;
	font-size: 1.15em;	/*1.45em*/			/* de aanpassing voor ipad (landscape) lettergrootte tab */
	line-height: 2.5;
	padding: 0 0.5em;
	font-weight: 100;	/*300*/
	white-space: nowrap;
}

.tabs nav a:hover {
	color: #768e9d;
}

.tabs nav li.tab-current a {
	color: #0066FF;
}

/* Icons */
.tabs nav a:before, .mediabox a:before {
	display: inline-block;
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
	font-family: 'icomoon';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
	margin: -0.25em 0.1em 0 0;
}

	.mediabox h3, .mediabox h2, .mediabox h1 {
		margin: 0 0 0.5em 0;
	}

	.mediabox h1 {
		font-size: 120%;
	}
	.mediabox h2, .mediabox h3 {
		font-size: 105%;
	}

}

/********************** max-width: 60em **********************/

@media screen and (max-width: 60em)
{

	.tabs nav a span {
		display: none;			/* dwz geen tab-tekst */
	}

	.tabs nav a:before {
		margin-right: 0;
	}
	
	.tabs nav ul,
	.tabs nav ul li a {
		width: 100%;
		padding: 0;
	}

	.tabs nav ul li {				/************** Aanpassen bij meer tabs *****************/
		width: 16.66%;				/************** 100 gedeeld door aantal tabs *****************/
		width: calc(16.66% + 1px);
		margin: 0 0 0 -1px;
	}

	.mediabox {
		float: none;
		width: auto;
		padding: 0;	/* 0 0 35px 0 */
		font-size: 90%;
	}

	.mediabox img {
		float: left;
		margin: 0 25px 1px 0;
		max-width: 40%;
	}

	.mediabox h3, .mediabox h2, .mediabox h1 {
		margin: 0 0 0.5em;
		margin-left: 40%;
		margin-left: calc(40% + 25px);
	}

	.mediabox p, .mediabox ul {
		margin-left: 40%;
		margin-left: calc(40% + 25px);
	}
	
	.mediabox:before,
	.mediabox:after {
		content: '';
		display: table;
	}

	.mediabox:after {
		clear: both;
	}
}


/********************** max-width: 52.375em **********************/

@media screen and (max-width: 52.375em)
{
	.tabs nav a span {
		display: none;
	}

	.tabs nav a:before {
		margin-right: 0;
	}

	.mediabox {
		float: none;
		width: auto;
		padding: 0;	/* 0 0 35px 0 */
		font-size: 90%;
	}

	.mediabox img {
		float: left;
		margin: 0 25px 1px 0;
		max-width: 40%;
	}

	.mediabox h3, .mediabox h2, .mediabox h1 {
		margin: 0 0 0.5em;
		margin-left: 40%;
		margin-left: calc(40% + 25px);
	}

	.mediabox p, .mediabox ul {
		margin-left: 40%;
		margin-left: calc(40% + 25px);
	}
	
	.mediabox:before,
	.mediabox:after {
		content: '';
		display: table;
	}

	.mediabox:after {
		clear: both;
	}
}

/********************** max-width: 32em **********************/

@media screen and (max-width: 32em)
{
	.tabs nav ul,
	.tabs nav ul li a {
		width: 100%;
		padding: 0;
	}

	.tabs nav ul li {				/************** Aanpassen bij meer tabs *****************/
		width: 16.66%;				/************** 100 gedeeld door aantal tabs *****************/
		width: calc(16.66% + 1px);
		margin: 0 0 0 -1px;
	}

	.tabs nav ul li:last-child {
		border-right: none;
	}

	.mediabox {
		text-align: left;
	}

	.mediabox img {
		float: none;
		margin: 0 auto 1px auto;
		max-width: 100%;
	}

	.mediabox h3, .mediabox h2, .mediabox h1 {
		margin: 1.25em 0 1em;
	}
	
	.mediabox p, .mediabox ul {
		margin-left: 0;
		margin-left: calc(0 + 25px);
	}
	
	 .mediabox ul {
		padding: 0 0 1em 1em;
 	}
}