body{
	font-family: 'Roboto Slab', sans-serif;
	font-size: 16px;
	color: #666666;
	color: rgba(0,0,0,0.6);
	line-height: 120%;
	padding:0;
	margin:0;
	background-color: #f2f2f2;
}

/* BACKGROUND */
.background{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	/*height: 100%;*/
	margin: 0;
	padding: 0;
	background-size: cover;
	background-position: center center;
}
.background:after{
	content:'';
	display: block;
	width: 22%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: rgba(255,255,255,0.75);
}
.gradient{
	background: rgb(242,242,242); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(242,242,242,1) 0%, rgba(200,200,200,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(242,242,242,1) 0%,rgba(200,200,200,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(242,242,242,1) 0%,rgba(200,200,200,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#e5e5e5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/* CONTAINER */
.content-container{
	position: relative;
	background-color: white;
	width: 66%;
	float: left;
	margin: 3% 6% 9%;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
}

/* COVER */
.cover{
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top left;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.4);
}

/* HEADER */
.header{
	border-bottom: 1px solid rgba(0,0,0,0.1);
	text-align: right;
	padding: 40px 0;
}
/*.header p{
	margin: 0 40px;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 100%;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	color: rgba(0,0,0,0.5);
}
.header a{
	font-weight: 400;
	color: #333333;
}
.header a:hover{
	text-decoration: none;	
}*/

/* KRUIMELPAD */
.breadcrumbs{
	margin: 0 auto;
	/*overflow: hidden;*/
}
.breadcrumbs ul{
	display: block;
	float: right;
	/*height: 40px;*/
	margin: 0 8%;
	padding: 0;
}
.breadcrumbs ul li{
	list-style-type: none;
	float: left;
	padding: 0;
	margin: 0;
}
.breadcrumbs ul li a{
	position: relative;
	display: block;
	height: 25px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
	padding: 0;
	margin-right: 25px;
	color: rgba(0,0,0,0.5);
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	transition: all 0.2s ease;
}
.breadcrumbs ul li p{
	position: relative;
	display: block;
	height: 25px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
	padding: 0;
	margin: 0;
	color: rgba(0,0,0,0.5);
	text-transform: uppercase;
	letter-spacing: 0.04em;
}
.breadcrumbs ul li a:hover{
	text-decoration: underline;
}
.breadcrumbs ul li a:after{
	content: '/';
	display: block;
	position: absolute;
	top: 0;
	right: -25px;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 24px;
}
.breadcrumbs ul li:last-child a:after{
	content: '';
}

/* CONTENT */
.content{
	padding: 80px 0 160px;
}
.content h1{
	margin: 10px 8% 40px;
	padding: 0;
	font-size: 35px;
	line-height: 100%;
	font-weight: 300;
}
.cover .content h1{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 50px;
	line-height: 125%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.content h2{
	margin: 10px 8% 40px;
	padding: 0;
	font-size: 30px;
	font-weight: 300;
	text-transform: uppercase;
}
.content h3{
	margin: 10px 8% 40px;
	padding: 0;
	font-size: 25px;
	font-weight: 400;
}
.content h4{
	margin: 10px 8% 40px;
	padding: 0;
	font-size: 20px;
	font-weight: 600;
}
.content h5{
	margin: 10px 8% 40px;
	padding: 0;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
}
.content p{
	margin: 0 8% 20px;
	padding: 0;
	line-height: 150%;
	font-size: 18px;
	font-weight: 300;
}
.content a{
	font-size: 18px;
	font-weight: 400;
	color: #ff0000;
	text-decoration: none;	
}
.content a:hover{
	color: #333333;
	text-decoration: none;	
}
.content table{
	margin: 0 8% 20px;
	padding: 0px;
	border-collapse: collapse;
}
.content table tr{
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.content table td,
.content table th{
	padding: 10px 20px 10px 0;
	text-align: left;
}
.content blockquote{
	margin: 60px 8%;
	border-left: 5px solid rgba(0,0,0,0.1);
}
.content blockquote p{
	margin: 0 40px ;
	padding: 0;
	line-height: 125%;
	font-size: 28px;
	font-weight: 300;
}
.content ul,
.content ol{
	margin: 20px 8% 40px;
}	
.content ul li,
.content ol li{
	padding: 0;
	line-height: 150%;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 10px;
}	
.content mark{
	color: #666666;
}
.content hr{
	margin: 60px 8%;
	height: 5px;
	border: 0px;
	background-color: rgba(0,0,0,0.1);
}
.content ul.inhoud{
	list-style-type: none;
	margin: 0 42% 0 8%;
	padding: 0;
}
.content ul.inhoud li{
	/*border-bottom: 1px solid rgba(0,0,0,0.1);*/
	margin-bottom: 0;
}
.content ul.inhoud li a{
	display: block;
	position: relative;
	padding: 5px 10px 5px 45px;
	margin-top: 10px;
	/*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	line-height: 120%;
	text-decoration: none;
	color: rgba(0,0,0,0.6);
	background-color: transparent;
	transition: all 0.25s ease;
}
.content ul.inhoud li.sub a{
	padding: 5px 10px 5px 90px;
	margin-top: 0;
}
.content ul.inhoud li a strong{
	text-transform: uppercase;
}
.content ul.inhoud li a span{
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 1px;
	left: 15px;
	text-align: center;
	line-height: 30px;
	font-size: 22px;
}
.content ul.inhoud li.sub a span{
	left: 60px;
}
.content ul.inhoud li a:hover,
.content ul.inhoud li.active a{
	/*background-color: rgba(0,0,0,0.05);*/
	color: #ff0000;
}
.content ul.inhoud li ul{
	max-height: 0;
	overflow: hidden;
	transition: all 0.25s ease;
	clear: both;
}
.content ul.inhoud li ul.open{
	max-height: 400px;
	padding-bottom: 20px;
}
.content ul.inhoud li ul li{
	border-bottom: 0px solid transparent;
}
.content ul.inhoud li ul li a{
	padding: 10px 10px 10px 75px;
}
.content ul.inhoud li ul li.active a{
	background-color: rgba(0,0,0,0.25);
	color: white;
}
.content ul.inhoud li ul li a span{
	left: 45px;
}
.content .img-container{
	float: right;
	width: 33%;
	margin: 0 0 32px 32px;
	border-top: 24px solid rgba(0,0,0,0.1);
	border-bottom: 24px solid rgba(0,0,0,0.1);
	border-left: 24px solid rgba(0,0,0,0.1);
	-webkit-border-top-left-radius: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-bottomleft: 12px;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
}
.content img{
	width: 100%;
	height: auto;
	display: block;
}

/* FORM */
.content form.search-form{
	display: inline-block;
	background-color: rgba(0,0,0,0.1);
	margin: 20px 8%;
	padding: 24px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.content form.search-form label{
	padding: 0;
	margin: 0;
}
.content form.search-form input.search-field{
	margin: 0;
	padding: 8px 16px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid white;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
}
.content form.search-form input.search-submit{
	margin: 0;
	padding: 8px 16px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 0px solid rgba(0,0,0,0.6);
	background-color: rgba(0,0,0,0.6);
	color: white;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	cursor: pointer;
}
.content article h2{
	padding: 0;
	margin: 0 8%;
}
.content article hr {
    background-color: rgba(0,0,0,0.1);
    border: 0 none;
    height: 1px;
    margin: 20px 8%;
}
.content article a.more-link{
	color: #666666;
	text-decoration: underline;
}
.content .pagination {
    background-color: white;
    margin: 20px 0;
    position: relative;
    width: 100%;
}
.content .pagination .nav-links{
	margin: 0 8%;
}

/* FOOTER */
.footer{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-top: 1px solid rgba(0,0,0,0.1);
	padding: 40px 0;
	text-align: center;
}
.footer ul{
	margin: 0 8%;
	padding:0;
	color: rgba(0,0,0,0.5);
}
.footer ul li{
	display: inline;
	border-right: 1px solid rgba(0,0,0,0.1);
}
.footer ul li:last-child{
	border-right: 0px solid transparent;
}
.footer ul li a{
	display: inline-block;
	padding: 0 15px;
	list-style-type: none;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 100%;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	color: #333333;
}
.footer a:hover{
	text-decoration: none;	
}

/* NAVIGATION */
.navigation{
	background-color: rgba(255,255,255,0.5);
	background-color: white;
	width: 22%;
	/*float: left;*/
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
}
.navigation .navigation-header{
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.navigation .navigation-header p{
	display: block;
	position: relative;
	padding: 15px 10px 15px 45px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	color: rgba(0,0,0,0.6);
	background-color: transparent;
}
.navigation ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.navigation ul li{
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.navigation ul li a{
	display: block;
	position: relative;
	padding: 15px 10px 15px 45px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	color: rgba(0,0,0,0.6);
	background-color: transparent;
	transition: all 0.25s ease;
	cursor: pointer;
}
.navigation ul li a span{
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 15px;
	margin-top: -15px;
	text-align: center;
	line-height: 30px;
	font-size: 22px;
}
.navigation ul li a:hover,
.navigation ul li.active a{
	background-color: rgba(0,0,0,0.25);
	color: white;
}
.navigation ul li.current_page_item a{
	font-weight: 600;
}
.navigation ul li.current_page_item a:hover{
	color: white;
}
.navigation ul li ul{
	max-height: 0;
	overflow: hidden;
	transition: all 0.25s ease;
	clear: both;
}
.navigation ul li ul.open{
	max-height: 400px;
	padding-bottom: 20px;
}
.navigation ul li ul li{
	border-bottom: 0px solid transparent;
}
.navigation ul li ul li a{
	padding: 10px 10px 10px 75px;
}
.navigation ul li ul li.active a{
	background-color: rgba(0,0,0,0.25);
	color: white;
}
.navigation ul li ul li a span{
	left: 45px;
}

.tabs{
	position: absolute;
	top: 10%;
	left: 72%;
}
.tabs .tab{
	display: block;
	width: 60px;
	height: 80px;
	position: relative;
	margin-left: -5px;
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 80px;
	color: rgba(0,0,0,0.5);
	text-decoration: none;
	text-align: center;
	/*BACKGROUND*/
	background: #f0f0f0;
	/*RADIUS*/
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	/*SHADOW*/
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.24);
	-moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.24);
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.24);
	transition: all 0.15s ease;
}
.tabs .tab span{
	display: block;
	width: 60px;
	height: 80px;
	font-size: 40px;
	line-height: 80px;
}
/* EDIT */
.post-edit-link{
	display: block;
	width: 60px;
	height: 80px;
	position: relative;
	/*top: 0;
	left: 0;*/
	margin-left: -5px;
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 80px;
	color: white;
	text-decoration: none;
	text-align: center;
	/*BACKGROUND*/
	background: #ff0000;
	/*RADIUS*/
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topright: 5px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	/*SHADOW*/
	-webkit-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.24);
	-moz-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.24);
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.24);
	transition: all 0.15s ease;
}
.post-edit-link:hover,
.tabs .tab:hover{
	margin-left: 0;
}


/* ICOMOON */
@font-face {
  font-family: 'icomoon';
  src:  url('http://digitaleschoolgids.nl/html/fonts/icomoon.eot?yzynq7');
  src:  url('http://digitaleschoolgids.nl/html/fonts/icomoon.eot?yzynq7#iefix') format('embedded-opentype'),
    url('http://digitaleschoolgids.nl/html/fonts/icomoon.ttf?yzynq7') format('truetype'),
    url('http://digitaleschoolgids.nl/html/fonts/icomoon.woff?yzynq7') format('woff'),
    url('http://digitaleschoolgids.nl/html/fonts/icomoon.svg?yzynq7#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-icon-search:before {
	content: "\e90e";
}
.icon-icon-close:before {
	content: "\e90d";
}
.icon-icon-facebook:before {
	content: "\e909";
}
.icon-icon-instagram:before {
	content: "\e90a";
}
.icon-icon-linkedin:before {
	content: "\e90b";
}
.icon-icon-twitter:before {
	content: "\e90c";
}
.icon-icon-arrow-down:before {
	content: "\e900";
}
.icon-icon-arrow-left:before {
	content: "\e901";
}
.icon-icon-arrow-right:before {
	content: "\e902";
}
.icon-icon-arrow-up:before {
	content: "\e903";
}
.icon-icon-edit:before {
	content: "\e904";
}
.icon-icon-logo:before {
	content: "\e905";
}
.icon-icon-mail:before {
	content: "\e906";
}
.icon-icon-menu:before {
	content: "\e907";
}
.icon-icon-phone:before {
	content: "\e908";
}

@media (max-width: 1200px){
	.cover .content h1{
		font-size: 35px;
	}
	.content-container{
		width: 70%;
		margin: 3% 4% 9%;
	}
	.tabs{
		left: 74%;
	}
}


@media (max-width: 480px){
	.hidden480, .post-edit-link{
		display: none;
		visibility: hidden;
	}
	.content-container{
		width: 100%;
		margin: 0;
	}
	.header{
		padding: 25px 0;
	}
	.navigation{
		width: 100%;
		left: 0;
		margin: -100% 0 0 0;
	}
	.content{
		padding: 40px 0 160px;
	}
	.content h1{
		margin: 5px 8% 20px;
		font-size: 24px;
	}
	.cover .content h1{
		font-size: 30px;
		line-height: 100%;
		letter-spacing: 0em;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}
	.frontpage {
		background-position: left bottom;
	}
	.content h2{
		margin: 5px 8% 20px;
		font-size: 22px;
	}
	.content h3{
		margin: 5px 8% 20px;
		font-size: 20px;
	}
	.content h4{
		margin: 5px 8% 20px;
	}
	.content h5{
		margin: 5px 8% 20px;
	}
	.content p{
		margin: 0 8% 10px;
		line-height: 120%;
		font-size: 17px;
	}
	.content a{
		font-size: 17px;
	}
	.content blockquote{
		margin: 30px 8%;
	}
	.content blockquote p{
		margin: 0 20px ;
		line-height: 120%;
		font-size: 21px;
	}
	.content hr{
		margin: 30px 8%;
	}
	.content .img-container{
		width: 40%;
		margin: 0 0 24px 24px;
		border-top: 12px solid rgba(0,0,0,0.1);
		border-bottom: 12px solid rgba(0,0,0,0.1);
		border-left: 12px solid rgba(0,0,0,0.1);
		-webkit-border-top-left-radius: 8px;
		-webkit-border-bottom-left-radius: 8px;
		-moz-border-radius-topleft: 8px;
		-moz-border-radius-bottomleft: 8px;
		border-top-left-radius: 8px;
		border-bottom-left-radius: 8px;
	}
	.content ul.inhoud{
		margin: 0 8%;
	}
}