
@font-face {
	font-family: 'lilitaone-regular';
	src: url('../fonts/lilitaone-regular-webfont.eot');
	src: url('../fonts/lilitaone-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/lilitaone-regular-webfont.woff2') format('woff2'),
		 url('../fonts/lilitaone-regular-webfont.ttf') format('truetype'),
		 url('../fonts/lilitaone-regular-webfont.svg#lilitaone-regular') format('svg');
	font-weight: normal;
	font-style: normal;

}
@font-face {
	font-family: 'gidoleregular';
	src: url('../fonts/gidole-regular-webfont.eot');
	src: url('../fonts/gidole-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/gidole-regular-webfont.woff2') format('woff2'),
		 url('../fonts/gidole-regular-webfont.ttf') format('truetype'),
		 url('../fonts/gidole-regular-webfont.svg#gidoleregular') format('svg');
	font-weight: normal;
	font-style: normal;

}



html,body{
	font-size: 18px;
	line-height: 24px;
	font-family: Arial,sans-serif;
	color: #fff;
}


h1,h2,h3,h4,h5{
	font-family: 'lilitaone-regular';
	font-weight:bold;
	margin: 0;
}

h1{
	font-size: 36px;
	line-height: 41px;
}

h2{
	font-size: 28px;
	line-height: 34px;
}



#app-layout{
	width: 460px;
	height:720px;
	left: calc(50vw - 230px);
	border: 1px solid #ccc;
	position: relative;
}

.main-container{
	width: 100%;
	height:100%;
	display: block;
	position: absolute;
	overflow: hidden;
	background-color: #0b2e3b;
	-webkit-transition: 1s; /* Safari */
	transition: 1s;
	background-image: url('../img/bg.png');
	background-size: cover; 
}

.main-container.bg_rood{
	background-image: url('../img/bg_rood.png');
}


p{
	font-family: Arial;
}

a:link,a:visited{color:#fff;text-decoration:underline;}a:hover,a:focus{color:#ddd;}h2 a:link,h2 a:visited,h3 a:link,h3 a:visited,h4 a:link,h4 a:visited{text-decoration:none;}

img{
	display: block;
	width: 100%;
	margin:auto;
}

.green{
	color: #579441;
}

.blue{
	color: #20b7f1;
}


.whitebg{
	background-color: #fff;
	color: #000;
}



.border-w {
	border: 2px solid #fff;
}

.centered{
	text-align: center;
}

.full{
	width: 100%;
}

.pull-left{
	float: left;
}
.pull-right{
	float: right;
}

.relative{
	position: relative;
}

.base {
	position: relative;
	width: 100%;
}

.overlay {
	position: absolute;
	z-index: 1;
	top: 0px;
	bottom: 0px;
	width: 100%;
}
.overlay2 {
	position: absolute;
	z-index: 2;
	top: 0px;
	bottom: 0px;
	width: 100%;
}

.hide{
	display:none;
}

.show{
	z-index: 100;
}


.fat{
	font-size: 24px;
	font-family: 'lilitaone-regular';
	text-transform: uppercase;
}

.no-anim{
	-webkit-transition: 1s !important; /* Safari */
	transition: 0s !important;
}




.btn{
	width: calc(80% - 10px);
	border: 2px solid #fd8b2b;
	border-radius: 5px;
	padding: 10px 10px;
	cursor: pointer;
	left:10%;
	background-color: #fd8b2b;
	text-align: center;
	font-size: 28px;
	font-family: 'lilitaone-regular';
	text-transform: uppercase;
	-webkit-transform: translate3d(0,0,0);
}


.btn.small{
	width: calc(40% - 10px);
}

.panel{
	width: calc(80% - 10px);
	margin: auto;
	padding: 5px;
	left:10%;
	-webkit-transform: translate3d(0,0,0);
}

.panel.full{
	width: 100% !important;
	left:0 !important;
	top:0 !important;
	padding: 0;
	margin-top: 0 !important;
}

.icon{
	width: 60px;
	height: 60px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}




.from-top{
	margin-top:-150%;
	-webkit-transition: 1s; /* Safari */
	transition: 1s;
	position: absolute;
}

.from-top.show{
	margin-top: 10px;
}


.from-bottom{
	top: 100%;
	-webkit-transition: 1s; /* Safari */
	transition: 1s;
	position: absolute;
}
.from-bottom.show{
	top:120px;
}
.from-bottom.to-top{
	top:20px;
	-webkit-transition: 1s; /* Safari */
	transition: 1s;
}


.from-bottom.btn.show{
	top:calc(100% - 70px);
}

.from-bottom.continue.show{
	top:calc(100% - 70px);
}



.from-right{
	right: -1280px;
	-webkit-transition: 1s; /* Safari */
	transition: 1s;
	position: absolute;
}

.from-right.show{
	right:0;
	left: 0;
}


.from-left{
	left: -640px;
	-webkit-transition: 1s; /* Safari */
	transition: 1s;
	position: absolute;
}

.from-left.show{
	left:0;
}

.to-left{
	left:-1280px !important;
}

.to-right{
	right:-1280px !important;
}



.tip{
	position: absolute;
	width: 100%;
	height: 50px;
	background-image: url('../img/general/btn_info.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	margin: auto;
	cursor: pointer;
}


.from-bottom.tip.show{
	top:calc(100% - 155px);
}



.tip-popup.border-w {
	display: none;
	position: absolute;
}

.tip-popup.border-w.show {
	display: block;
	top: 15px;    
	background-color: #0d3448;
	z-index: 1000;
	height: 90%;
	width: 80%;
	left: 5%;
	padding: 5%;
}

.close-tip-popup{
	bottom: 20px;
	position: absolute;
}

.tip-text-holder{
	margin-top: 20px;
}


/* Intro */

.from-top.intro-visual.show{
	top:16%;
}

.from-bottom.intro-text.show{
	top:60%;
}

.intro-visual img{
	width: 80%;
}



/* Storyline intro */

.from-top.storyline-intro-year.show{
	top:6%;
}

.from-top.storyline-intro-visual.show{
	top:16%;
}

.from-bottom.storyline-intro-text.show{
	top:60%;
}

.storyline-intro-visual img{
	width: 80%;
}


.from-bottom.code-holder.show{
	top: calc(100% - 160px);
}

.code-holder input{
	min-width: 140px;
	font-size: 18px;
	padding: 2px 8px;
	text-align: center;
	-webkit-touch-callout: all;
	-webkit-user-select: all;
}

/* Storyline team */

.from-top.storyline-team-visual.show{
	top:1%;
}

.from-bottom.storyline-team-text.show{
	top:60%;
}


/* Storyline peter */

.from-top.storyline-peter-visual.show{
	top:6%;
}

.from-bottom.storyline-peter-text.show{
	top:60%;
}

.storyline-peter-visual img{
	display: inline-block;
}

.storyline-peter-visual img.character{
	width: 34%;
}
.storyline-peter-visual img.totem{
	width: 63%;
}


/* Back in time */
.from-top.earth-back-in-time-header.show{
	top:6%;
}

.from-bottom.earth-back-in-time.show {
    top: 25%;
}

.from-bottom.earth-back-in-time.show.to-top {
    top: 5%;
}
.from-bottom.earth-back-in-time.show.to-middle {
    top: 18%;
}

.earth.base img {
    width: 80%;
}

.banana{
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 110px;
	top:40%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: 1s; /* Safari */
    transition: 1s;
}

.banana img{
	width: 90%;
	pointer-events: none;
}


.end-banana{
	position: absolute;
	z-index: 2;
	width: 100%;
	top:10%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: 1s; /* Safari */
    transition: 1s;
}


.end-banana img{
	width: 90%;
	pointer-events: none;
}


.from-bottom.back-in-time-text.show{
	top:60%;
}




/* build earth */

.from-top.inventory-header.show {
    top: 0%;
}

.from-bottom.inventory.show {
    top: 60%;
}

.inventory{
	height: 15%;
	font-size:15px;
	line-height: 16px;
	text-align: center;
}
.inventory p{
	margin: 0 0 10px 0;
	padding: 0;
}
.inventory .meter{
	font-size:22px;
	line-height: 24px;
}


.inventory .draggable{
	width: 21%;
	height: 60px;
	display: inline-block;
}
#forest.draggable{
	margin-left:0px;
}

.draggable.disabled{
	opacity: 0.3;
	pointer-events: none;
}

.itemDragged{
	position: absolute;
	transform-origin: 50% 100%;
}

.inventory .icon{
	width: 100%;
	height: 60px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.itemDragged .icon{
	width: 40px;
	height: 50px;
}

.icon--forest{
	background-image: url('../img/inventory/item1_natuur.png');
}
.icon--unusable{
	background-image: url('../img/inventory/item4_onbruikbare-grond.png');
}
.icon--building{
	background-image: url('../img/inventory/item2_bouw.png');
}
.icon--agri{
	background-image: url('../img/inventory/item3_landbouw.png');
}


.meter .meter-item{
	display: inline-block;
	width: 21%;
	text-align: center;
	font-size: 15px;
	vertical-align: top;
}


.meter .meter-item .value{
	font-size: 20px;
	font-weight: bold;
}




.earth-setup-feedback{
	top:5%;
	height:90%;
}

.earth-setup-feedback .feedback-item{
	height:20%;
	margin-top:3%;
}

.earth-setup-feedback .icon{
	
}
.earth-setup-feedback .text{
	width: calc(100% - 70px);
}

.earth-setup-feedback .text.correct{
	width: 100%;
}


.earth-setup-feedback .text.correct h3{
	width: 100%;
	text-align: center;
}

.earth-setup-feedback .correct_visual{
	width: 65%;
	margin: auto;
	display: none;
}

.earth-setup-feedback .correct_visual.show{
	display: block;
}



.glimps-of-future.show{
	height: 100%;
}

.local-holder{
	position: absolute;
	width: 100%;
	height: 100%;
	opacity:0;
	pointer-events:none;
	-webkit-transition: 2.8s; /* Safari */
    transition: 2.8s;
    -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Safari */
    transform:  scale(1);
}

.local-holder.show{
	opacity:1;
	pointer-events:all;
}


.crosshair{
	display: table;
	width: 25%;
	left: 171px; top: 262px;
}

.crosshair.done{
	display: none;
}

.crosshair img{
	display: block;
	width: 100%;
}


.from-bottom.find-location-text.show {
    top: 74%;
}

.from-bottom.find-location-feedback-text.show {
    top: 70%;
}


.holland img, .holland_2061 img, .holland_hittest{
	margin-top: -30px;
}

.holland_2061{
	opacity: 0;
	-webkit-transition: 1s; /* Safari */
    transition: 1s;
}

.holland_2061.show{
	opacity: 1;
}

.holland_hittest{
	opacity: 0;
}



.from-top.endscene1-header.show {
    top: 0%;
}

.from-top.endscene1-visual.show {
    top: 10%;
}

.from-bottom.endscene1-text.show {
    top: 60%;
}



.endscene{
	height: 50%;
}

.endscene img{
	display: block;
}

.endscene .character{
	height: 100%;
	width: 34%;
	float: left;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.endscene .totem{
	position: relative;
	width: 63%;
	float: left;
}

.totem .totem_part{
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;

}

.totem .totem_part .title{
	font-size: 16px;
	padding-top: 5px;
}
.totem .totem_part .score{
	font-size: 26px;
	font-weight: bold;
}


.totem_part.totem_part1{
	height: 22%;
	background-image: none;
}
.totem_part.totem_part2{
	height: 22%;
	background-image: none;
}
.totem_part.totem_part3{
	height: 19%;
	background-image: none;
}
.totem_part.totem_part4{
	height: 35%;
	background-image: none;
}

.totem .totem_part4 .title{
	padding-top: 20%;
}

.totem_part.totem_part1.active{
	background-image: url('../img/general/totem1_awareness.png');
}
.totem_part.totem_part2.active{
	background-image: url('../img/general/totem2_kennis.png');
}
.totem_part.totem_part3.active{
	background-image: url('../img/general/totem3_skills.png');
}
.totem_part.totem_part4.active{
	background-image: url('../img/general/totem4_values-citroen.png');
}




.endscene1-visual .character{
	background-image: url('../img/general/citroen_criticus.png');
}

.endscene2-visual .character{
	background-image: url('../img/general/prei_denker.png');
}

.endscene3-visual .character{
	background-image: url('../img/general/ui_doener.png');
}

.endscene4-visual .character{
	background-image: url('../img/general/tomaat_verbinder.png');
}



.from-top.kennis-intro-text.show{
	top: 30px;
}

.tutorial{
	margin-top:30%;
}

.tutorial img{
	display: block;
	width: 100%;
}



.timer-holder.show{
	margin-top: 10%;
}


.timer-icon{
	width: 14%;
	margin-left: 12%;
	margin-right: 4%;
	float: left;
}
.timer-outer{
	width: 50%;
	padding: 0;
	height:20px;
	margin: 13px 0 0 0;
	border-radius: 0;
	background-color: #2179aa;
	float: left;
}
.timer-visual{
	width: 100%;
	height:20px;
	background-color: #54a1dd;
}




.from-top.question-holder.show{
	top:15%;
}

.from-bottom.question-image-holder.show{
	top:36%;
}

.from-bottom.question-feedback.show{
	top:calc(100% - 70px);
}


.question-holder{
	font-size: 22px;
	line-height: 24px;
	clear: both;
}

.question-image-holder{
	width: 86%;
	height: 50%;
	left:6%;
	background-image: url('../img/cards_bg.png');
	background-size: contain;
	background-position: top;
	background-repeat: no-repeat;
}

.question-image-holder.no-bg{
	background-image: none;
}

.question-image{
	width: 80%;
	margin: 40px auto 0 auto;
	display: block;
	border: 2px solid #fff;
	background-color: rgb(11, 46, 59);
}
.question-image:before{
	content: '';
	display: block;
	padding-top: 100%;
}

.question-image-helper{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.question-image.dragged{
	-webkit-transition: 0.4s; /* Safari */
    transition: 0.4s;
}

.question-image img{
	display: block;
	width: 100%;
}

.question-feedback{
	-webkit-transition: 0.4s; /* Safari */
    transition: 0.4s;
    text-align: center;
}

.results-holder.show {
	top: 10px;
	height: 100%;
}

.results-holder .result-header{
	margin-top: 10%;
}

.results-holder .result_balk{
	margin-top: 10%;
	width: 100%;
	height:60px;
}

.results-holder .result_balk .result_bg{
	width: 100%;
	height: 100%;
	background-color: #47355d;
}

.results-holder .result_balk .overlay{
	width: 40%;
	height: 100%;
	background-color: #54a1dd;
}

.results-holder .result_balk .overlay2{
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 34px;
	line-height: 60px;
}


/* TOTAL RESULTS */

.results-holder-total{
	padding: 0px;
	text-align: center;
}

.results-holder-total.show{
	height: 100%;
	top: 10px;
}

.result_total_header{
	margin-bottom: 30px;
}

.result_balken_vertical{
	width: 60%;
	margin: auto;
}

.result_balk_total{
	display: inline-block;
	width: 90px;
	height:200px;
	float: left;
}
.result_balk_total.economie{
	float: right;
}

.result_balk_total.klimaat .result_bg{
	width: 100%;
	height: 100%;
	background-color: #47355d;
}

.result_balk_total.klimaat .result{
	width: 100%;
	height: 10px;
	bottom: 0;
	top:auto;
	background-color: #6c4e8e;
}

.result_balk_total.economie .result_bg{
	width: 100%;
	height: 100%;
	background-color: #9b4f2f;
}

.result_balk_total.economie .result{
	width: 100%;
	height: 10px;
	bottom: 0;
	top:auto;
	background-color: #e27142;
}

.result_balk_total .overlay2{
	text-align: center;
	font-size: 23px;
	line-height: 200px;
}

.result_labels{
	width: 70%;
	margin: auto;
}

.result_labels div{
	width: 45%;
	margin: 0 2%;
	font-size: 18px;
	line-height: 20px;
	padding: 5px 0;
	float: left;
}

.result_labels .label-klimaat{
}

.result_labels .label-economie{
}

.result_total_text {
    display: block;
    clear: both;
}





.from-top.endscene2-header.show {
    top: 0%;
}

.from-top.endscene2-visual.show {
    top: 10%;
}

.from-bottom.endscene2-text.show {
    top: 60%;
}


.endscene2-visual img{
	display: inline-block;
}

.endscene2-visual img.character{
	width: 34%;
}
.endscene2-visual img.totem{
	width: 63%;
}





.systeem-intro-visual img{
	display:block;
	width: 60%;
	margin: auto;
}



.from-top.systeem-explenation-header.show {
    top: 0%;
}

.from-top.systeem-explenation-visual.show {
    top: 10%;
}

.from-bottom.systeem-explenation-text.show {
    top: 60%;
}



.from-top.systeem-explenation2-header.show {
    top: 0%;
}

.from-top.systeem-explenation2-visual.show {
    top: 10%;
}

.from-bottom.systeem-explenation2-text.show {
    top: 60%;
}



.choose-level-title.show {
	top: 0%;
}
.from-bottom.choose-level-text.show {
	top: 10%;
}
.choose-level-subtitle.show {
	top: 56%;
}



.btn.gevorderde, .btn.expert {
	left: 1280px;
	background-color: #164486;
	border: 2px solid #fff;
}
.btn.gevorderde.selected, .btn.expert.selected {
	background-color: #3e7a30;
}


.gevorderde.show {
	right: auto !important;
	left: 10% !important;
	top: 65%;
}

.expert {
	left: 1280px;
}

.expert.show {
	right: auto !important;
	left: 10% !important;
	top: 75%;
}







.system-popup.border-w {
	display: none;
	position: absolute;
}

.system-popup.border-w.show {
	display: block;
	top: 15px;    
	background-color: #0d3448;
	z-index: 1000;
	height: 90%;
	width: 80%;
	left: 5%;
	padding: 5%;
}






.choose-steakholders-uitleg.from-top.show{
	top:55px;
}

.choose-steakholders.from-bottom.show{
	top:170px;
}

.tick-row{
	display: block;
	width: calc(100% - 10px);
	height: 24px;
	padding: 5px;
	background-color: #fff;
	margin-bottom: 5px;
	cursor: pointer;
	border-radius: 5px;
}

.tick-row.correct_answer, .tick-row.wrong_answer{
	background-color: transparent;
	border: 2px solid #fff;
}

.tick-row.correct_answer .tick-label, .tick-row.wrong_answer .tick-label{
	color:  #fff;
}

.tick-row .tick-box{
	display: inline-block;
	width: 30px;
	height: 24px;
	background-image: url('../img/systeem/stakeholder_unselect.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	vertical-align: top;
}

.tick-row.selected .tick-box{
	background-image: url('../img/systeem/stakeholder_select.png');
}

.tick-row.correct_answer .tick-box{
	background-image: url('../img/systeem/stakeholder_goed.png');
}

.tick-row.wrong_answer .tick-box{
	background-image: url('../img/systeem/stakeholder_fout.png');
}


.tick-row .tick-label{
	color: #06528d;
	display: inline-block;
	width: calc(100% - 35px);
	height: 24px;
	vertical-align: top;
	text-align: left;
	padding-left: 5px;
	line-height: 20px;
}
.tick-row .tick-label .info{
	display: inline-block;
	width: 20px;
	height: 20px;
	float: left;
	cursor: pointer;
	color: #fff;
	background-color: #164486;
	text-align: center;
	border-radius: 5px;
	margin-right: 5px;
}

.steakholder-info-box{
	position: absolute;
	display:none;
	z-index: 500;
	top: 10%;
	width: 90%;
	height: 86%;
	min-height: 380px;
	margin-left: -6%;
	border: 1px solid #fff;
	background-color: #164486;
}
.steakholder-info-box.active{
	display:block;
}

.steakholder-info{
	padding-top: 50px;
}

.steakholder-info-close{
	float: right;
	cursor: pointer;
	width: 30px;
	height: 30px;
	background-color: #df3838;
	border-radius: 5px;
	text-align: center;
	line-height: 30px;
}




.systeem-denken-tutorial1{
	height: 90%;
}

.systeem-denken-tutorial1 .system-item#a{
	top:10%;
	left:calc(50% - 27px);

}
.systeem-denken-tutorial1 .system-item#b{
	top:55%;
	left:calc(50% - 27px);
}


.system-game{
	height: 90%;
}


.systeem{
	position: relative;
	width: 100%;
	height: 45%;
}


.system-game .systeem{
	background-image: url('../img/systeem/system-bg.png');
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
}


.systeem .systeem-canvas{
	position: absolute;
	z-index: 10;
	top:0;
	right: 0;
	bottom: 0;
	left: 0;
}

.systeem .systeem-canvas .canvas-container{
	width: 100%;
	height: 100%;
	position: relative;
}

.systeem .systeem-canvas .canvas-container .arrow-canvas{
	position: absolute;
	z-index: +1;
	top:0;
	left:0;
}

.systeem .systeem-user-interface{
	position: absolute;
	z-index: 10;
	top:0;
	right: 0;
	bottom: 0;
	left: 0;
}

.systeem .system-item{
	display: table;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #f38d2c;
	position: absolute;
	border:	4px solid #f38d2c;
	font-size: 10px;
	line-height: 12px;
}

.systeem-item-content{
	display: table-cell;
	vertical-align: middle;
	pointer-events: none;
}

.system-item#a{
	top:10%;
	left:50%;

}
.system-item#b{
	top:15%;
	left:15%;
}


.systeem .system-item.active-item-draw-a{
	border:	4px solid green;
}

.systeem .system-item.active-item-draw-b{
	border:	4px solid green;
}

.systeem .system-item.active-item-remove-a{
	border:	4px solid red;
}

.systeem .system-item.active-item-remove-b{
	border:	4px solid red;
}





.systeem-infobtn-holder{
	position: absolute;
	top: 5px;
	left: 0px;
	width: 50px;
	z-index: 20;
}

.systeem-infobtn-holder .info-btn{
	display: block;
	width: 100%;
}




.systeem-output-holder{
	position: absolute;
	top: 5px;
	left: calc(100% - 20%);
	width: 17%;
}
.systeem-output-holder .systeem-output{
	display: block;
	width: 100%;
}



.systeem-controls{
	text-align: left;
}

.arrow-type-holder{
	display: block;
	float: left;
	width: 80px;
	position: relative;
}

.arrow-type-holder .overlay{
	pointer-events:none;
}

.arrow-type-holder .overlay div{
	height: 41%;
	padding-top: 6%;
	margin-left: 56px;
	pointer-events:none;
	color:#7d4017;
	font-weight: 700;
}

.arrow-type-holder .overlay div.purple{
	color: #432c53;
}

.arrow-type-holder .overlay div.active{
	color:#fff !important;
}





.arrow_type{
	display: block;
	float: left;
	width: 80px;
}

.systeem-controls .reset{
	display: block;
	float: right;
	width: 80px;
	cursor: pointer;
}

.systeem-score-holder{
	display: inline-block;
	width: 78px;
	height: 33px;
	margin-left: 18%;
	text-align: center;
	padding-top: 4px;
	background-image: url('../img/systeem/interface_puntentelling.png');
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
}


.systeem-explenation, .systeem-goal{
	clear:both;
}




.system-game .system-item#a{
	top:5%;
	left:calc(50% - 27px);

}
.system-game .system-item#b{
	top:34%;
	left:calc(21% - 27px);
}
.system-game .system-item#c{
	top:34%;
	left:calc(78% - 27px);
}
.system-game .system-item#d{
	top:71%;
	left:calc(30% - 27px);
}
.system-game .system-item#e{
	top:71%;
	left:calc(70% - 27px);
}





/* three items layout */

.system-game .system-item.level_0#a{
	top:10%;
	left:calc(50% - 27px);

}
.system-game .system-item.level_0#b{
	top:62%;
	left:calc(28% - 27px);
}
.system-game .system-item.level_0#c{
	top:62%;
	left:calc(72% - 27px);
}






.system-feedback{
	height: 90%;
}

.system-feedback-title{
	margin-top: 10%;
}

.system-feedback .btn{
	margin:10px auto;
}

.system-feedback .btn.onwards{
	margin:10px auto;
	position: absolute;
	bottom: 0;
}




				



.controle-question img{
	width: 90%;
	margin-left: 5%;
}




.title-holder.border-w {
	margin-bottom: 3%;
}

.title-holder h2 {
	padding-top: 2%;
	padding-bottom: 2%; 
}

.dropdown-menu.border-w {
	margin-bottom: 3%; 
}

.dropdown-menu h3 {
	padding-top: 2%;
	padding-bottom: 2%;
}

.text-holder.border-w {
	padding: 2%;
	margin-bottom: 3%;
}



.manual-title {
	margin-bottom: 3%;
}

.manual-title h3 {
	padding-top: 2%;
	padding-bottom: 2%; 
}

.game-manual {
	width: 100%;
	margin: auto;
	margin-bottom: 3%;
}

.game-manual td {
	border-bottom: none;
}

.small-td {
	padding-left: 3px;
	padding-right: 3px;
	border-right: none;
}


.border-bottom td:nth-child(1n+1) {
	border-bottom: 2px solid #fff;
}

.m-auto {
	margin: auto;
}

.system-popup .dropdown-menu{
	position: relative;
}

.dropdown-selected{
	background-image: url(img/general/arrow_down.png);
	background-repeat: no-repeat;
	background-position: 96% center;
	background-size: 24px;
}

.dropdown-open {
	display: none;
	position: absolute;
	width: 100%;
	background-color: #0d3448;
	left:-2px;
	top:-2px;
	border: 2px solid #fff;
}

.dropdown-open.show {
	display: block;
}

.dropdown-item{
	width: 100%;
	padding: 5px 0;
	border-bottom: 1px solid #fff;
}
.dropdown-item:last-child{
	border-bottom: 0px solid #fff;
}

.dropdown-item:hover{
	background-color: rgba(30,30,60,0.3);
}


.btn.close-popup{
    bottom: 20px;
    position: absolute;
}


.controle-options{
	margin-top: 10px;
}


.controle-options .tick-row{
	height:36px;
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
	box-sizing: border-box;
}


.controle-options .tick-row{
	background-color: transparent;
}
.controle-options .tick-row.selected{
	background-color: #569340;
}

.controle-options .tick-row .tick-label{
	color: #fff;
}


.feed-back-title.show {
	top: 30px;
}


.feed-back-text.show {
	bottom: auto;
	border: 3px solid white;
	top: 235px;
}

.feed-back-verder.show {
	top: 625px;
}




.from-bottom.system-results-holder.show{
	top:10px;
	height: 100%;
}



.system-results-holder .result_balk{
	margin-top: 10%;
	width: 100%;
	height:60px;
}

.system-results-holder .result_balk .result_bg{
	width: 100%;
	height: 100%;
	background-color: #47355d;
}

.system-results-holder .result_balk .overlay{
	width: 40%;
	height: 100%;
	background-color: #54a1dd;
}

.system-results-holder .result_balk .overlay2{
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 34px;
	line-height: 60px;
}

.system-results-holder .result_text{
	margin-top: 20px;
}



.from-top.endscene3-header.show {
    top: 0%;
}

.from-top.endscene3-visual.show {
    top: 10%;
}

.from-bottom.endscene3-text.show {
    top: 60%;
}


.endscene3-visual img{
	display: inline-block;
}

.endscene3-visual img.character{
	width: 34%;
}
.endscene3-visual img.totem{
	width: 63%;
}



.choose-role h2{
	margin-bottom: 20px;
}

.role{
	clear:both;
	position: relative;
}

.character-holder{
	width: 15%;
	float: left;
}

.character-text{
	width: 70%;
	float: left;
	text-align: left;
	padding-left:15px;
	box-sizing: border-box;
}

.character-selected{
	width: 10%;
	float: left;
}




.waarden-quiz{
	width: 100% !important;
	height: 100%;
	left: 0;
	padding: 0;
}


.from-top.waarden-question-holder.show{
	margin-top: 80px;
	margin-left: 10%;
	width: 80%;
}

.from-bottom.waarden-question-image-holder.show{
	top:33%;
}

.waarden-question-header{
	width: 100%;
}

.waarden-question-holder{
	width: 100%;
}

.waarden-question-image-holder{
	width: 100%;
	top: 200%;
}

.waarden-question-image-holder-a{
	width: 45%;
	height:250px;
	background-image: url('../img/waarden/btn_antwoord-A_idle.png');
	background-size: contain;
	background-repeat: no-repeat;
	float: left;
	margin-left: 3%;
}
.waarden-question-image-holder-a.selected{
	background-image: url('../img/waarden/btn_antwoord-A_select.png');
}

.waarden-question-image-holder-b{
	width: 45%;
	height:250px;
	background-image: url('../img/waarden/btn_antwoord-B_idle.png');
	background-size: contain;
	background-repeat: no-repeat;
	float: right;
	margin-right: 3%;
}
.waarden-question-image-holder-b.selected{
	background-image: url('../img/waarden/btn_antwoord-B_select.png');
}

.waarden-question-image-holder .icon-holder{
	width: 47%;
	height: 30%;
	margin-right: 30px;
	margin-top: 17px;
	float: right;
}

.waarden-question-image-holder .text-holder{
	clear: both;
	width: 64%;
	margin-left: 13%;
	padding-top: 30px;
	font-size: 14px;
	line-height: 16px;
}

.waarden-question-image-holder-b .text-holder{
	margin-left: 10%;
}

.from-bottom.waarden-results-holder.show{
	top:10px;
	height: 100%;
}

.waarden-results-holder .result-header{
	margin-top: 10%;
}

.waarden-results-holder .result_balk{
	margin-top: 10%;
	width: 100%;
	height:60px;
}

.waarden-results-holder .result_balk .result_bg{
	width: 100%;
	height: 100%;
	background-color: #47355d;
}

.waarden-results-holder .result_balk .overlay{
	width: 40%;
	height: 100%;
	background-color: #54a1dd;
}

.waarden-results-holder .result_balk .overlay2{
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 34px;
	line-height: 60px;
}
.waarden-results-holder .result-text{
	margin-top: 20px;
}



.from-top.endscene4-header.show {
    top: 0%;
}

.from-top.endscene4-visual.show {
    top: 10%;
}

.from-bottom.endscene4-text.show {
    top: 60%;
}


.endscene4-visual img{
	display: inline-block;
}

.endscene4-visual img.character{
	width: 34%;
}
.endscene4-visual img.totem{
	width: 63%;
}





.from-top.totem-results-header.show {
    top: 0%;
}

.from-top.totem-results-visual.show {
    top: 10%;
}

.from-bottom.totem-results-text.show {
    top: 60%;
}


.totem-results-visual .character .badge{
	width: 100%;
	height: 50%;
	background-image: url('../img/general/totem-badge.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
}

.badge .title{
	padding-top: 22%;
	font-size: 20px !important;
} 


.from-top.dcp-visual.show{
	width: 100%;
	height: 100%;
}

.from-top.dcp-visual.show{
	top:2%;
}

#player{
	width: 100%;
	height: 51%;
}
#player svg {
}



.dcp-tab {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 101;
}

.dcp-tab.show {
	top:1%;
}

.dcp-tab-header{
	font-size: 21px;
	width: 40%;
	height:26px;
	margin-left: 10%;
	padding: 4px 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.dcp-tab-header:before{
	content: 'X';
	display:block;
	float:right;
	cursor: pointer;
}

.dcp-tab-panel{
	width: 100%;
	height:calc(100% - 26px);
	padding: 20px 40px;
	box-sizing: border-box;
}

.dcp-tab-panel .score{
	float:right;
	border-radius: 50%;
	border: 1px solid #fff;
	width: 23px;
	height: 23px;
	line-height: 20px;
	padding: 0 6px;
	box-sizing: border-box;
}



.dcp-tab-skills .dcp-tab-header{
	background-color: #9bc18e;
	color: #599842;
	clear: both;
}
.dcp-tab-skills .dcp-tab-panel{
	background-color: #9bc18e;
}
.dcp-tab-skills .dcp-tab-panel .header{
	font-family: 'lilitaone-regular';
	color: #599842;
	float: left;
	clear: both;
}





.dcp-tab-kennis .dcp-tab-header{
	background-color: #4591ed;
	color: rgb(11, 46, 59);
	clear: both;
}
.dcp-tab-kennis .dcp-tab-panel{
	background-color: #4591ed;
}
.dcp-tab-kennis .dcp-tab-panel .header{
	font-family: 'lilitaone-regular';
	color: rgb(11, 46, 59);
	float: left;
	clear: both;
}






.dcp-tab-awareness .dcp-tab-header{
	background-color: #f2a48c;
	color: #174688;
	clear: both;
}



.dcp-tab-awareness .dcp-tab-panel{
	background-color: #f2a48c;
}
.dcp-tab-awareness .dcp-tab-panel .header{
	font-family: 'lilitaone-regular';
	color: #174688;
	float: left;
	clear: both;
}



.dcp-tab-waarden .dcp-tab-header{
	background-color: #f2a48c;
	color: #F00;
	clear: both;
}
.dcp-tab-waarden .dcp-tab-panel{
	background-color: #f2a48c;
}
.dcp-tab-waarden .dcp-tab-panel .header{
	font-family: 'lilitaone-regular';
	color: #F00;
	float: left;
	clear: both;
}





.system-popup.border-w.show {
	display: block;
	top: 15px;    
	background-color: #0d3448;
	z-index: 1000;
	height: 90%;
	width: 80%;
	left: 5%;
	padding: 5%;
}


* {
	-webkit-touch-callout: none;
	-webkit-user-select: none; /* Disable selection/copy in UIWebView */
}



@media screen and (max-width: 768px){

	html,body{
		height:100%;
		font-size: 14px;
		line-height: 18px;
		font-family: 'gidoleregular', Arial,sans-serif;
		color: #fff;
		margin: 0;
		padding: 0;

	}


	h1,h2,h3{
		font-family: 'lilitaone-regular';
		font-weight:bold;
		margin: 0;
	}

	h1{
		font-size: 26px;
		line-height: 28px;
	}

	h2{
		font-size: 22px;
		line-height: 26px;
	}

	
	#app-layout{
		width: 100%;
		height:100%;
		left: 0;
		border: 0px solid #ccc;
	}


	/* build earth */

	.inventory .draggable{
		width: 23%;
	}

	.meter .meter-item{
		width: 23%;
		font-size: 15px;
	}


	.meter .meter-item.value{
		font-size: 20px;
	}


	/* glimps of future */

	.holland img, .holland_2061 img{
		margin-top: 0px;
	}





	.choose-steakholders.from-bottom.show {
		top: 146px;
	}

	.tick-row {
		height: 20px;
	}

	.tick-row .tick-box {
		height: 20px;
	}

	.tick-row .tick-label {
		height: 20px;
	}


	.systeem {
		height: 50%;
		width: 120%;
		margin-left: -10%;
	}

	.systeem-denken-tutorial1 .systeem {
		height: 44%;
	}


	.systeem .system-item{
		width: 50px;
		height: 50px;
		font-size: 10px;
		line-height: 12px;
	}

	.arrow_type {
		width: 60px;
	}

	.arrow-type-holder .overlay div{
		height: 41%;
		padding-top: 2%;
		margin-left: 43px;
	}
	
	.systeem-infobtn-holder {
		top: 0px;
		left: -5px;
		width: 40px;
	}

	.systeem-output-holder {
		top: 5px;
		left: calc(100% - 20%);
		width: 17%;
	}

	.systeem-score-holder {
		width: 70px;
		margin-left: 4%;
	}

	.systeem-controls .reset {
		width: 70px;
	}


	.system-feedback .btn.onwards{
		bottom: 25%;
	}


	.system-popup.border-w.show {
		height: 90%;
	}

	.controle-question .tick-row{
		height: 48px;
	}

	.controle-question .tick-row .tick-box{
		height: 24px;
		vertical-align: top;
	}


	.controle-question .tick-row .tick-label{
		display: inline-block;
		width: calc(100% - 35px);
		height: 48px;
		background-color: #fd8b2b;
		vertical-align: top;
		text-align: left;
		padding-left: 5px;
	}

	.question-holder {
		font-size: 20px;
		line-height: 23px;
	}

	.from-top.question-holder.show {
	    top: 11%;
	}

	.results-holder.show {
		top: 10px;
	}

	.result_labels {
	}
}

@media screen and (max-width: 414px) {
	.btn.restart, .btn.change-level {
		font-size: 20px;
	}

	.from-bottom.btn.show{
		top: calc(100% - 60px);
	}

	.from-bottom.endscene1-text.show {
		top: 65%;
	}
}


@media screen and (max-width: 375px){

	html{
		height: 110vh;
		background-color: #0b2e3b;
	}

	html,body{
		font-size: 13px;
		line-height: 17px;
	}

	.from-bottom.btn.show{
		top: calc(100% - 80px);
	}

	.from-bottom.tip.show {
		top: calc(100% - 170px);
	}

	.btn.restart, .btn.change-level {
		font-size: 22px;
	}

	.waarden-question-image-holder .text-holder {
		padding-top: 10px;
	}


	#app-layout{
		position: fixed;
		width: 100vw;
		height:100vh;
		left: 0;
		top: 0;
		border: 0px solid #ccc;
	}

	.totem .totem_part .title {
	    font-size: 14px;
	}

	.totem .totem_part .score {
	    font-size: 24px;
	}

	.result_balken_vertical {
	}

	.result_balk_total {
	    width: 76px;
	    height: 140px;
	}

}

@media screen and (max-width: 320px){

	p{
		margin: 7px 0px;
	}

	.btn {
		font-size: 24px;
	}

	.btn.restart, .btn.change-level{
		font-size: 18px;
		line-height: 22px;
	}

	.icon {
	    width: 40px;
	    height: 40px;
	}

	.from-bottom.btn.show{
		top: calc(100% - 90px);
	}

	.from-bottom.tip.show {
	    top: calc(100% - 170px);
	}

	.holland img {
		margin-top: 0 !important;
	}
	


	.from-top.show {
	    margin-top: 5px;
	}

	.from-top.intro-visual.show {
	    top: 4%;
	}

	.from-bottom.intro-text.show {
	    top: 47%;
	}

	.from-bottom.code-holder.show {
	    top: calc(100% - 165px);
	}

	.code-holder input {
	    font-size: 24px;
	    padding: 0px 8px;
	}


	.from-top.storyline-intro-visual.show {
	    top: 11%;
	}

	.from-bottom.storyline-intro-text.show {
	    top: 52%;
	}

	.storyline-team-visual{
		width: 68%;
		left: 16%;
	}

	.from-bottom.storyline-team-text.show {
	    top: 54%;
	}

	.from-bottom.earth-back-in-time.show {
	    top: 31%;
	}

	.end-banana img {
	    width: 80%;
	}

	.from-bottom.back-in-time-text.show {
	    top: 49%;
	}

	.from-bottom.earth-back-in-time.show.to-top {
	    top: 1%;
	}

	.from-bottom.earth-back-in-time.show.to-middle {
	    top: 18%;
	}


	.earth-setup-feedback .text {
	    width: calc(100% - 45px);
	}

	.holland img, .holland_2061 img{
		margin-top: -60px;
	}

	.from-bottom.find-location-text.show {
	    top: 66%;
	}
	.from-bottom.find-location-feedback-text.show {
	    top: 64%;
	}

	.from-top.endscene.show {
	    top: 10%;
	    width: 66% !important;
		left: 17% !important;
	}

	.endscene .character {
	    height: 90%;
	}

	.totem .totem_part .title {
	    font-size: 12px;
	}

	.totem .totem_part .score {
	    font-size: 22px;
	}

	.from-bottom.endscene1-text.show {
	    top: 54%;
	}
	.from-bottom.endscene2-text.show {
	    top: 54%;
	}
	.from-bottom.endscene3-text.show {
	    top: 54%;
	}
	.from-bottom.endscene4-text.show {
	    top: 54%;
	}


	.result_balk_total {
	    width: 65px;
	    height: 130px;
	}


	.timer-holder.show {
	    margin-top: 4%;
	}

	.result_total_header {
	    margin-bottom: 10px;
	}






	.tip-popup.border-w.show {
	    top: 5px;
	}


	.question-holder {
	    font-size: 18px;
	    line-height: 21px;
	}


	.from-bottom.systeem-explenation2-text.show {
	    top: 54%;
	}

	/* three items layout */

	.system-game .system-item.level_0#a{
		top:7%;
		left:calc(50% - 27px);

	}
	.system-game .system-item.level_0#b{
		top:50%;
		left:calc(28% - 27px);
	}
	.system-game .system-item.level_0#c{
		top:50%;
		left:calc(72% - 27px);
	}

	.from-bottom.system-results-holder.show {
	    top: 5px;
	    height: 100%;
	}

	.waarden-question-image-holder-a, .waarden-question-image-holder-b {
    	width: 47%;
	}

	.waarden-question-image-holder .text-holder {
	    padding-top: 0px;
	    width: 75%;
	}

	.from-bottom.waarden-results-holder.show {
	    top: 5px;
	    height: 100%;
	}

	#player svg {
	}

	.dcp-tab-header {
    	font-size: 17px;
	}

}