/* 
Theme Name: RMA Intranet
Theme URI: codeclear.nl
Description: WordPress Front-end-thema voor intranetomgeving van Rekenkamer Metropool Amsterdam
Version: 1 Development
Author: CODE CLEAR
Author URI: http://www.codeclear.nl

	@ BASIS
	@ Structuur
	@ Tekst
	@ Hypertext
	@ Image
	@ List
	@ Presentation
	@ Form
	@ Table
	@ Navigation

*/
@import url('https://fonts.googleapis.com/css?family=Amiko|Merriweather:300i,400,400i,700|Oswald:300,400,500,700&display=swap');
/* @group BASIS 
---------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}

p, blockquote, q, pre, address, hr, code, samp,
dl, ol, ul, form, table, fieldset, menu {
	margin-bottom: 1.5em; /* eventueel uit te zetten ------------ */
}
/* @end */
/* @group  Structuur
---------------------------------------- */
html {
	font-size: 100%;
}

body {
	font-family: 'Merriweather', georgia, palatino, serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}
.container {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	
	width: 90%;
	text-align: center;
	max-width: 640px;
}

.container.content {
	padding: 50px 0;
	text-align: left;
	position: relative;
	left: 0;
	top: auto;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	-moz-transform: translate(0,0);
	float: left;
	width: 100%;
	max-width: none;
}
.container.content.header {
	padding: 40px 0 5px 0;
	margin: 0;
	color: #522C00;
	font-weight: bold;
	font-size: 20px;
}
.container.content.header .g12.g12_12 {
	padding-bottom: 5px;
}
.container.content.header .logo {
	max-height: 50px;
	width: auto;
}
.container.content .inner {
	max-width: 680px;
	margin: 0 auto;
	padding: 0 20px;
}
.inner_big {
	max-width: 1800px;
	margin: 0 auto;	
}
.degemengdestad .inner_big {
	max-width: 1200px;
}
.degemengdestad .inner {
	max-width: 720px;
}
.container .g_12 {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.g12 {
	margin: 0 0.925925923%;
	float: left;
}
.g12_1 { width: 6.481%;}
.g12_2 { width: 14.814%;}
.g12_3 { width: 23.148%;}
.g12_4 { width: 31.481%;}
.g12_5 { width: 39.814%;}
.g12_6 { width: 48.148%;}
.g12_7 { width: 56.481%;}
.g12_8 { width: 64.814%;}
.g12_9 { width: 73.148%;}
.g12_10 { width: 81.481%;}
.g12_11 { width: 89.814%;}
.g12_12 { width: 98.148%;}

a {
	font-weight: bold;
}
.logo {
	display: inline-block;
	max-width: 260px;
}
h1 {
	font-size: 20px;
}
h1.onderzoekstitel {
	font-size: 50px;
	font-family: 'Oswald', sans-serif;

	line-height: 1.15;
	font-weight: bold;
	text-align: center;
	position: relative;
	padding-bottom: 50px;
	margin: 50px 0 10px 0;
}
h2 {
	margin-bottom: 20px;
}
p.footnote {
	font-size: 12px;
	color: #666;
	padding: 0 20px;
}
img {
	display: block;
	width: 100%;
}
.header {
	overflow: hidden;
	/*max-height: 200px;*/
	margin-bottom: 20px;
}
.container.content.header_organisatie {
	margin: 0;
	padding: 0;
}
.header_organisatie,
.organisatie_naam_verwacht {
	color: #7F7F7F;
	font-family: 'Amiko', sans-serif;
}
ul.organisatie,
ul.organisatie li {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.organisatie li {
	float: left;
	padding: 0 15px 0 0;
}
.enquetebox {
	margin-bottom: 1.5em;
	padding: 20px;
	background: rgba(143,195,234,0.15);
    float: left;
    width: calc(100% - 40px);
}
a.cta {
	display: inline-block;
	text-decoration: none;
	line-height: 16px;
	padding: 10px 20px;
	
	background: rgba(255,255,255,1);
	border-bottom: 5px solid #15175A;
	color: rgba(21,23,90,1);
	font-family: 'Amiko', sans-serif;
	font-weight: 300;
	font-size: 13px;
	text-transform: uppercase;
	transition: 250ms;
	-webkit-transition: 250ms;
	-moz-transition: 250ms;
}
a.cta:hover {
	background: rgba(21,23,90,1);
	color: #fff;
}
ol li {
	margin-left: 30px;
	margin-bottom: 10px;
}
.extra_toggle > strong {
	cursor: pointer;
	border-bottom: 2px solid;
	padding-right: 20px;
	position: relative;
	margin-bottom: 15px;
	display: inline-block;
}
.extra_toggle > strong:after {
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	content: '\f104';
	font-family: FontAwesome;
	transition: 250ms;
	-webkit-transition: 250ms;
	-moz-transition: 250ms;
}
.extra_toggle.open > strong:after {
	transform: rotate(-90deg);
}
.extra_toggle  .toggle_box {
	height: 0;
	overflow: hidden;
	transition: 250ms;
	-webkit-transition: 250ms;
	-moz-transition: 250ms;

}
.extra_toggle.open .toggle_box {
	height: auto;
	overflow: auto;
}
.toggle_box > h3,
.toggle_box > h4 {
	font-family: 'Amiko', sans-serif;
	font-weight: 300;
	font-size: 18px;	
}
.toggle_box {
	margin-bottom: 10px;
	float: left;
}
.toggle_box .trigger {
	float: left;
	width: calc(100% - 30px);
	position: relative;
	padding-left: 30px;
	cursor: pointer;
}
.toggle_box .trigger:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	text-align: center;
	height: 20px;
	line-height: 20px;
	font-family: FontAwesome;
	content: '\f105';
	transition: 250ms;
	-webkit-transition: 250ms;
	-moz-transition: 250ms;
}
.toggle_box .toggle_container {
	float: left;
	width: calc(100% - 20px);
	display: none;
	padding: 10px 10px 0 10px;
	background: #f5f5f5;
	margin-bottom: 10px;
}
.toggle_box_open.toggle_box .trigger:after {
	transform: rotate(90deg);
}