body {
	margin: 0;
	padding: 0;
	color: black;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
}

.svgforeignobject #browser {
	display: none;
}

.no-svgforeignobject #browser {
	display: block;
}

#browser {
	position: fixed;
	background: red;
	z-index: 999;
	width: 100vw;
	left: 0;
	height: 140px;
	bottom: 0;
	background: white;
	color: #017792;
	border-top: solid 6px #017792;
	-webkit-box-shadow: 0px -3px 10px 0px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px -3px 10px 0px rgba(0,0,0,0.55);
	box-shadow: 0px -3px 10px 0px rgba(0,0,0,0.55);
}

#warning {
	width: 1100px;
	margin: 10px auto;
	background: pink;
	margin-top: 15px;
}

#warning .column {
	position: relative;
	float: left;
}

#warning #left {
	width: 790px;
}
#warning #right {
	width: 310px;
	text-align: right;
}

#browser h1 {
	margin: 0;
	padding: 0;
	font-size: 20px;
}

#browser h2 {
	margin: 0;
	padding: 0;
	margin-bottom: 25px;
	font-size: 16px;
}

.tip {
	position: relative;
	display: inline-block;
	width: 100px;
	text-decoration: underline;
	font-size: 12px;
	text-align: center;
	margin-top: 15px;
}

.tip p {
	position: relative;
	top: -10px;
}

.tip img {
	width: 50px;
	height: auto;
}

#browser a {
	color: #017792;
}

#container {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	min-width: 1200px;
	min-height: 800px;
}

#menu {
	background: #bcbcbc;
	color: white;
	position: fixed;
	width: 100%;
	height: 40px;
	z-index: 9999;
}

#nav-container {
	width: 1100px;
	height: 40px;
	margin: 0 auto;
	text-transform: uppercase;
}

#sprockler {
	position: relative;
	float: left;
	height: 26px;
	width: 143px;
	margin-right: 20px;
}

#sprockler img {
	height: 100%;
	margin-top: 7px;
}

.nav {
	position: relative;
	background: #bcbcbc;
	float: left;
	width: auto;
	height: 30px;
	padding: 0 78px;
	padding-top: 10px;
	cursor: pointer;
}

.nav.selected {
	background: #ED1C24;
}

#perspectivity {
	position: relative;
	float: left;
	height: 34px;
	width: 28px;
	margin-left: 20px;
}

#perspectivity img {
	height: 100%;
	margin-top: 3px;
}


/* ----------------------- FRONTPAGE ----------------------- */

#front {
	width: 100%;
	height: 100%;
	min-height: 780px;
	background: url("img/background.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

#intro {
	position: absolute;
	bottom: 30px;
	left: 50px;
	font-size: 16px;
}

#logo {
	position: absolute;
	bottom: 50px;
	left: 40px;
	width: 250px;
	height: auto;
}

#logo img {
	width: 100%;
	height: auto;
}

#triangle {
	position: absolute;
	width: 0px;
	height: 0px;
	top: 0;
	left: 0;
	border-style: solid;
	border-width: 220px 1100px 0 0;
	border-color: #ED1C24 transparent transparent transparent;
	z-index: 1;
}

#introtitle {
	position: absolute;
	left: 20px;
	top: 20px;
	z-index: 2;
}

#introtitle h1 {
	font-size: 38px;
	text-transform: uppercase;
	margin: 0;
	-webkit-transform: rotate(-11deg);
	-moz-transform: rotate(-11deg);
	-o-transform: rotate(-11deg);
	color: white;
}

#introtext {
	position: absolute;
	margin: 0;
	padding: 0 50px;
	width: 300px;
	height: 100%;
	top: 0%;
	right: 50px;
	text-align: left;
	background: black;
}

#introtext h2 {
	font-size: 18px;
	margin-top: 85px;
	font-weight: 100;
	color: white;
	margin-bottom: 40px;
}

/* ----------------------- VISUALISATION ----------------------- */

#content {
	width: 1100px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 100px;
}

.click-uitleg {
	width: 100%;
	margin-bottom: 60px;
}

.click-uitleg h3 {
	color: #222222;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	margin: 40px 0;
	margin-bottom: 0;
}

.click-uitleg b {
	font-weight: 700;
}

.block-title {
	background: black;
	width: 100%;
	height: 100px;
	margin-bottom: 20px;
}

.block-title h2 {
	font-size: 42px;
	text-transform: uppercase;
	text-align: center;
	padding: 0;
	margin: 0;
	padding-top: 20px;
	color: white;
}

.block h3 {
	color: #222222;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	margin: 40px 0;
	margin-bottom: 0;
}

.photo {
	width: 100%;
	text-align: center;
	margin: 40px 0;
}

.photo img {
	width: 75%;
	height: auto;
}

.question-title {
	background: #ed1c24;
	width: 100%;
	height: 100px;
	margin-bottom: 20px;
}

.question-title h2 {
	text-transform: uppercase;
	text-align: center;
	font-size: 42px;
	padding: 0;
	margin: 0;
	padding-top: 20px;
	color: white;
}

.result {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.explanation {
	position: absolute;
	background: black;
	color: white;
	width: 220px;
	height: auto;
	max-height: 300px;
	overflow: scroll;
	padding: 15px;
	border-radius: 15px;
	display: none;
}
audio { 
	background-color: white;
	border: solid 1px white;
}
.story {
	max-height: 330px;
}
.story.visible {
	display: block;
}

.table {
	position: relative;
	width: 500px;
	left: 300px;
	color: #222222;
}

.table-title h3 {
	width: 100%;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	line-height: 1;
}

.image {
	width: 450px;
	height: auto;
	margin: 0 auto;
}

p.uitleg {
	text-align: center;
}

.details {
	position: absolute;
	width: 220px;
	height: 394px;
	top: 0;
	right: 0px;
}

.personinfo {
	position: absolute;
	background: black;
	color: white;
	width: 190px;
	height: auto;
	max-height: 110px;
	overflow: scroll;
	padding: 15px;
	border-radius: 15px;
	display: none;
}
.personinfo.visible {
	display: block;
}

.legend {
	position: absolute;
	width: 150px;
	height: auto;
	right: 0;
	top: 170px;
}

.legend-rol {
	width: 280px;
}
.legend-relaties {
	top: 220px;
}

#image8 {
	width: 550px;
	margin-left: -50px;
}

#question12 {
	font-size: 0;
}

#image12 {
	margin-left: 50px;
	width: 784px;
	margin-left: -120px;
}

.column12 {
	position: relative;
	display: inline-block;
	vertical-align: top;
	height: auto;
	width: 216px;
	font-size: 0;
}

#column12-1,
#column12-2 {
	margin-right: 68px;
}

.column12 p.title {
	font-weight: 700;
	border-bottom: solid black 1px;
	padding-bottom: 10px;
	font-size: 14px;
}

#column12-3 p.title {
	border-bottom: none;
}

.column12title p {
	margin: 0;
}

.column12content {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 15px);
	font-size: 14px;
}
.column12numbers {
	position: relative;
	display: inline-block;
	width: 15px;
	text-align: right;
	font-size: 14px;
}

.quote {
	font-family: Merriweather, serif;
	width: 450px;
	margin: 0 auto;
	margin-bottom: 40px;
	font-style: italic;
	font-size: 13px;
}

svg {
	overflow: visible;
}

.legend foreignObject {
	line-height: 1;
	color: black;
}

.svg foreignObject {
	line-height: 1;
}

svg .labelmiddle {
	text-align: center;
}
svg .labelright {
	text-align: right;
}

svg .labelborder {
	color: #ec1c24;
	text-decoration: underline;
}

svg text {
	fill: black;
	font-size: 14px;
}

svg line {
	stroke: black;
    stroke-width: 5;
}

svg path {
	fill: none;
	stroke: black;
}

/* ----------------------- CIRCLES ----------------------- */
svg circle {
	fill: black;
	stroke: white;
}

.circle.gemeentelijk {
	fill: #77000e;
}
.circle.Beleidsmaker {
	fill: #b21f2d;
}
.circle.Medewerker {
	fill: #ec1c24;
}
.circle.Klantmanager {
	fill: #f48b8d;
}

.circle.focusexperiment {
	fill: #143b66;
}
.circle.Aanbieder {
	fill: #2e65af;
}
.circle.werkgever {
	fill: #73abdd;
}

.circle.Amsterdammer {
	fill: #f9b341;
}
.circle.Buddy {
	fill: #f1e90f;
}

.circle.Anders {
	fill: #3cb55f;
}

.circle.Gedrag {
	fill: #7c1457;
}
.circle.Relaties {
	fill: #eb008b;
}
.circle.Activiteiten {
	fill: #ff80d2;
}
.circle.Beleid {
	fill: #aa99a9;
}
.circle.Normen {
	fill: #606060;
}