/*
Theme Name: RvD
Author: Jan Tiemersma
Author URI: https://wordpress.org/
Description: thema voor Ruimte voor Dialoog
*/


/* normalize css */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}


@font-face {
    font-family: 'metropolisbold';
    src: url('fonts/metropolis-bold-webfont.woff2') format('woff2'),
         url('fonts/metropolis-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'metropolisbold_italic';
    src: url('fonts/metropolis-bolditalic-webfont.woff2') format('woff2'),
         url('fonts/metropolis-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'metropolissemi_bold';
    src: url('fonts/metropolis-semibold-webfont.woff2') format('woff2'),
         url('fonts/metropolis-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'metropolissemi_bold_italic';
    src: url('fonts/metropolis-semibolditalic-webfont.woff2') format('woff2'),
         url('fonts/metropolis-semibolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'metropolismedium';
    src: url('fonts/metropolis-medium-webfont.woff2') format('woff2'),
         url('fonts/metropolis-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'metropolismedium_italic';
    src: url('fonts/metropolis-mediumitalic-webfont.woff2') format('woff2'),
         url('fonts/metropolis-mediumitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'metropolisregular';
    src: url('fonts/metropolis-regular-webfont.woff2') format('woff2'),
         url('fonts/metropolis-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'metropolisregular_italic';
    src: url('fonts/metropolis-regularitalic-webfont.woff2') format('woff2'),
         url('fonts/metropolis-regularitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'metropolislight';
    src: url('fonts/metropolis-light-webfont.woff2') format('woff2'),
         url('fonts/metropolis-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'metropolislight_italic';
    src: url('fonts/metropolis-lightitalic-webfont.woff2') format('woff2'),
         url('fonts/metropolis-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*

kleuren:
magenta 	 = #e42075
blauw 		 = #303d73
zeegroen	 = #6798a5
lichtMagenta = #dd769e
 */


html, body {height: 100%}

body {
	box-sizing: border-box;
	font-family: 'metropolisregular';
	font-size: 14px;
}

h2 {
	font-size: 18px;
	font-family: 'metropolisbold';
	padding-bottom: 1em;
	line-height: 26px;
}

h3 {
	font-size: 16px;
	font-family: 'metropolissemi_bold';
	padding-top: 1em;
}

a {
	color: #6798a5;
}

#artikel {
	padding: 35px;
    padding-top: 17px;
	line-height: 22px;
	background-color: white;
}

#wrapper {
	width : 1000px ;
	text-align : left ;
	margin-left : auto ;
	margin-right : auto ;
	position : relative ;
}


#header {
	display: block;
	width : 1000px;
	height: 150px;
	padding-top: 40px;
	box-sizing:border-box;
	cursor: pointer;
}

#headerL {
	display: block;
	width : 90px;
	height: 110px;
	background-image: url('images/headerL.png');
}



#headerM {
	display: block;
	width : 770px;
	height: 110px;
	background-color: #e42075;
	background-image: url('images/headerM.png');
	font-family: 'metropolissemi_bold';
	font-size: 36px;
	letter-spacing: 1px;
	color: white;
	padding-top: 50px;
	padding-left: 20px;
}

#headerR {
	display: block;
	background-color: #e42075;
	width : 50px;
	height: 110px;
	background-image: url('images/headerR.png');
}

.header {
	box-sizing:border-box;
	float: left;
}


#lijn {
	display: block;
	width : 870px;
	box-sizing:border-box;
	background-image: url('images/lijn.png');
	background-repeat: repeat-y;
	background-color: #97c3c8;
	clear: both;

}

#data {
	margin-left: 90px;
	width : 870px ;
	box-sizing: content-box;
	background-color: #97c3c8;
	background-image: url('images/graph.svg');
	background-position-x: 425px;
	background-position-y: -35px;
	background-size: 1000px;
	background-repeat: no-repeat;
	padding-bottom: 35px;

}

#vak1 {
	background-color: #930f3f;
	width : 820px;
	height: 40px;
	opacity: 0.65;
}

#vak2 {
	background-color: #5799a7;
	width : 820px;
	font-family: 'metropolisregular';
	font-size: 16px;
	padding: 20px;
	color: white;
	box-sizing: border-box;
}

#vak3 {
	background-color: white;
	width : 820px;
	font-family: 'metropolisregular';
	font-size: 14px;
	padding: 20px;
	color: black;
	box-sizing: border-box;
}

#vak3 h3 {
	font-family: 'metropolisregular';
	font-size: 16px;
	color: white;
}

#meerInfo {
	display: none;
}

#meerInfoKnop{
	color:white;
	display: block;
	cursor: pointer;
	margin-bottom: 35px;
}

#content {
	width : 910px;
	padding-top: 40px;
}

.tile {
	float: left;
	width: 185px;
	height: 185px;
	box-sizing: border-box;
	font-family: 'metropolisbold';
	font-size: 18px;
}

.tileTekst {
	position: relative;
	top: 50%;
	width: 145px;
	left: 20px;
	box-sizing: border-box;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


.tileRood {
	background-color: #e42075;
}

.tileBlauw {
	background-color: #2d3c77;
}

.tileLichtBlauw {
	background-color: #335aa5;
}

.tileWit {
	background-color: white;
}

.tileLink {
	cursor: pointer;
}

.linkWit {
	color: white;
	text-decoration: none;
}

.linkTurq {
	color: #6798a5;
	text-decoration: none;
}

.linkZwart {
	color: black;
	text-decoration: none;
}

#menuDiv {
	display: block;
	width: 910px;
	color: white;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
	font-family: "metropolisbold";
	margin-bottom: 10px;
}

#menuDiv a {
	text-decoration: none;
}

.menuKolom {
	width: 250px;
	float: left;
	box-sizing: border-box;
}

.menuKolomKop {
	padding-left: 15px;
	padding-top: 10px;
	box-sizing: border-box;
}

.menuFilter {
	float: left;
	display: block;
	box-sizing: border-box;
	padding-left: 8px;
	width: 34px;
	padding-top: 6px;
	margin-left: -40px;
}


.menuItem {
	height: 40px;
	width: 250px;
	background-color: #e42075;
	border-bottom: 1px solid white;
	box-sizing: border-box;
	cursor: pointer;
}

.menuLink {
	display: block;
	float: left;
	box-sizing: border-box;
	width: 250px;
	height: 40px;
	padding-top: 12px;
	padding-left: 15px;
	text-decoration: none;
	color: white;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 13px;
	font-family: "metropolisbold";
}

.menuMinItem {
	display: block;
	float: left;
	box-sizing: border-box;
	margin: 10px;
	height: 20px;
	width: 20px;
	text-align: center;
	background-color: rgba(255,255,255,0.7);
}

.menuItemContent {
	display: none;
}

.menuItemOrganisatie {
	display: none;
}

.menuItemThema {
	display: none;
}



.plus {
	float: left;
	width: 36px;
	text-align: center;
	padding-top: 12px;
	color: white;
}


.item {
	position: relative;
	box-sizing: border-box;
	float: left;
	width: 250px;
	height: 250px;
	padding: 15px;
	margin-right: 36px;
	margin-bottom: 36px;
	background-color: white;
	font-size: 16px;
	line-height: 22px;
	font-family: "metropolisbold";
}

.itemFoto {
	position: relative;
	box-sizing: border-box;
	float: left;
	width: 250px;
	height: 250px;
	margin-right: 36px;
	margin-bottom: 36px;
	background-color: white;
}

.itemTitel a {
	text-decoration: none;
}

.easy-footnotes-wrapper{
    border-top: 1px solid #dcdcdc;
    -webkit-padding-start: 10px;
    padding-top: 15px;
}

.easy-footnote-single{
	font-size: 11px;
}

.onderzoek {
	background-color: #303d73;
	color: white;
}

.tools {
	background-color: white;
	color: black;
}

.reflectie {
	background-color: #e42075;
	color: white;
}

.toolsDia {
	background-color: white;
	color: black;
	text-decoration: none;
}

.lijnBottom {
	border-bottom: 1px solid #6798a5;
}

.algemeen {
	background-color: #6798a5;
	color: white;
}

.itemTags {
	position: absolute;
	text-transform: uppercase;
	font-family: 'metropolismedium';
	font-size: 8px;
	line-height: 12px;
	bottom: 15px;
	width: 170px;
}

.itemTagsonderzoek a {
	text-decoration: none;
	color: white;
}

.itemTagstools a {
	text-decoration: none;
	color: black;
}

.itemTagsreflectie a {
	text-decoration: none;
	color: white;
}

.itemTagsalgemeen a {
	text-decoration: none;
	color: white;
}

.turq {
	color: #6798a5;
}

.blokje {
	padding: 20px;
	background-color: #c8e1e3;
}

/* footer */

#footer {
	position: relative;
	display: block;
	width : 1000px;
	height: 150px;
}

#footerLijn {
	display: block;
	position: absolute;
	left: 49px;
	top: 0px;
	width : 660px;
	height: 47px;
	border-left:  3px solid #2d3c77;
	border-bottom: 3px solid #2d3c77;
}

#logoStenden {
	position: absolute;
	left: 47px;
	top: 70px;
	display: block;
	width : 83px;
	height: 65px;
}

#footerLinkTop {
	top: -40px;
	height: 20px;
	opacity: 0.8;
}

#footerLinkMiddel {
	top: -20px;
	height: 35px;
	color: white;
	font-family: 'metropolismedium';
	font-size: 13px;
	padding-left: 20px;
	padding-top: 5px;
}

#footerLinkBottom {
	top: 25px;
	right: 195px;
	height: 25px;
	background-color: white;
	font-family: 'metropolismedium';
	font-size: 13px;
	padding-left: 20px;
	padding-top: 10px;
	width : 100px;
	border-right:  3px solid #2d3c77;
	border-bottom: 3px solid #2d3c77;
}

.footerLink {
	position: absolute;
	display: block;
	width : 200px;
	right: 95px;
	background-color: #2d3c77;
	box-sizing: border-box;
}


/* footer */

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

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

.entry-content img,
.entry-content iframe,
.entry-content object,
.entry-content embed {
        max-width: 100%;
}

.comments-area {
	padding: 35px;
	margin-top: 35px;
	background-color: white;
}

#comment {
	width: 100%;
}

.imageGrayBorder {
	border: 1px solid #e3e2e2;
}

.fotoOnderSchriftKlein {
	display: block;
	width: 100%;
	text-align: center;
	font-size: small;
	padding-top: 10px;
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}