body
{
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 150%;
	color:#606060;

	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	-webkit-text-size-adjust:none;
	line-height:1.5;
	/*background:#4A4A4A;*/
}

a
{
	color:#2699c9;
}
footer a
{
	color:#fff;
}
footer
{
	color: #fff;
    margin: 80px auto 35px;
    max-width: 880px;
    padding:0 20px;
    position: relative;
    z-index: 2;
}
footer .left
{
	float:left;
}
footer .right
{
	float:right;
}
footer:after
{
	content:'';
    display:block;
    clear: both;
}
.more_info .image img
{
	width:100%;
}
header
{
	position:relative;
}
#restart
{
	position:absolute;
	right:50px;
	top:43px;
	cursor:pointer;
}

h1
{
	color: #bbbdbe;
    font-size: 2.0em;
    font-weight: lighter;
    margin: 0.5em 0 2.5em;
}
#home h1
{
	margin-top:46px;
	font-size: 1.6em;
	margin-bottom:72px;
}
#home .div_questionnaire_start p
{
	margin-top:0;
	color:#fff;
}
#home .div_questionnaire_start
{
	margin-bottom:57px;
	font-size: 1.4em;
    line-height: 2em;
    max-width:652px;
}
#home .content
{
	height:400px;
	z-index: 0;
}

main #home
{
	position:relative;
	height:400px;
	color:#fff;
}
/**
MEDIA SIZE QUERIES
**/
@media (min-width:500px)
{
	.more_info .text_no_image
	{
		margin-left: 27px;
	}
	.more_info .text
	{
		float: left;
	    margin-left: 27px;
	    padding-right: 5%;
	    width: 60%;
	}

	.more_info .image
	{
		float:right;
		width:25%;
	}
	.more_info:after
	{
		content:'';
	    display:block;
	    clear: both;
	}
	.btn
	{
		width:116px;
		font-size: 18px;
	}
	header
	{
		height:152px;
		max-width:880px;
		padding:0 50px;
		margin:0 auto;
	}
}

h1, h2, h3, h4, h5, h6
{
	line-height:1.5;
}
h2, h3, h4, h5, h6
{
	margin-top:0;
	margin-bottom:0;
}

.content
{
	position:relative;
	max-width:880px;
	padding:0 50px;
	margin:0 auto;
}

.content
{
	padding:20px;
}
main
{
	background:#e8e8e8;
	overflow:hidden;
	position:relative;
}
main #content_holder
{
	background:#e8e8e8;
	 position: relative;
    z-index: 1;
}
main#home #content_holder
{
	background:none;
}
/*
main#home
{
	background:url('/images/bg.jpg');
	background-size:cover
}
*/

main #bg
{
	left: 0;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    z-index: 0;
}

main #home #vragenlijst
{
	position:absolute;
	z-index:0;
}

#home h1,
#home a
{
	color:#fff;
}


#bottom
{
	background:url(/images/footer_bg.jpg);
	height:74px;
}


table.answer .options:hover
{
	background:#d9edf6;
}
table.answer .options td
{
	padding:15px 15px 15px 27px;
	border-bottom:3px solid #e8e8e8;
}
table.answer .options.read_more_info td
{
	padding:12px 12px 12px 24px;
	border:3px solid #b2dbec ;
	border-bottom:none;
}
table.answer .options.read_more_info td:nth-child(1)
{
	border-right:none;
}
table.answer .options.read_more_info td:nth-child(2)
{
	border-left:none;
}
table.answer .options
{
	width:100%;
}
table.answer
{
	width:100%;
	background:#fff;
}

/**
QUESTIONNAIRE STYLING
**/
label
{
	font-weight:normal;
	width:90%;
	left:20px;
}
.questionnaire_table_outer,
.questionnaire_table_inner
{
	max-width:950px;
	width:100%;
}

.div_question_header
{
	margin-bottom:25px;
}
.div_comment
{
	padding-bottom:25px;
}
.div_question_label
{
	margin-bottom:15px;
}
.div_question_label .italic_smaller
{
	font-size:0.9em;
	font-style: italic;
}
.div_question_label p,
.div_question_label ul
{
	/*margin-bottom:28px;*/
	margin-top:0;
	font-size:1.3em;
	color:#413f42;
	/*display:inline;*/
}
.div_question_label ul ul
{
	font-size:1em;
}
.warning,
.error
{
	background-color:#FF7171;
	border-color:#FF7171;
	color:#ffffff;
	padding:2px;
	display:block;
	font-size:1.2em;
	margin-top:5px;
	padding:10px;
	line-height:1.5em;
	margin-bottom:0;
}
#vragenlijst input[type="checkbox"],
#vragenlijst input[type="radio"]
{
    opacity:0;
    filter: alpha(opacity=0);
    position:absolute;
}
#vragenlijst input[type="checkbox"] + label,
#vragenlijst input[type="radio"] + label
{
	margin-bottom:3px;
	margin-top:1px;
	display: inline-block;
	margin-left: 14px;
	position:relative;
}

#vragenlijst input[type="checkbox"] + label:before,
#vragenlijst input[type="radio"] + label:before
{
	content: '';
    display:inline-block;
   /* width:17px;
    height:17px;
    background:#fff;
    border:1px solid #d9d9d9;*/

    background:url(/images/unchecked.png);
    width:22px;
    height:22px;
    margin-right:5px;
    position: absolute;
    top: 1px;
    margin-left: -47px;
}
#vragenlijst input[type="checkbox"]:checked + label:before
{
 	content: '✔';
 	line-height:0.4;
	position: absolute;
	margin-left: -47px;
    top: 2px;
    color:#75a219;
 	font-size:1.8em;
}

.table_matrix #vragenlijst input[type="radio"] + label:before
{
	 position: relative;
    top: -7px;
}
#vragenlijst input[type="radio"]:checked + label:before
{
	/*content: '\2713';*/
	background:url(/images/checked.png);
	 width:27px;
    height:27px;
	position: absolute;
    top: -4px;
    border:none;
    margin-left: -47px;
}
.table_matrix #vragenlijst input[type="radio"]:checked + label:before
{
	 position: relative;
    top: -9px;
}
.table_matrix #vragenlijst input
{
	display:inline-block;
	float:left;
}
#vragenlijst input[type="radio"] + label:before
{
	/*
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	*/
}
label
{
	cursor:pointer;
}

/*
* POPUP
*/
#popup
{
	display:none;
	position:absolute;
	width:auto;
	height:auto;
	opacity:1;
	padding:30px;
	width:610px;
	background:#fff;
	z-index:10001;
	top:20%;
	left:-10000px;
	margin:20px 0;
}
#overlay
{
	z-index:10000;
	height:100%;
	width:100%;
	position:fixed;
	display:none;
	top:0;
	left:0;
	background-color:#777777;
	opacity:0.5;
	filter:alpha(opacity=50);
	cursor:pointer;
}
.close_popup
{
	background: none repeat scroll 0 0 #009bdc;
    color: #fff;
    cursor: pointer;
    font-size: 2em;
    height: 30px;
    line-height: 0.8;
    padding: 0 5px;
    position: absolute;
    right: 15px;
    top: 10px;
}
.close_popup:hover
{
	color:#009bdc;
}
.close_popup_text
{
	padding:4px 5px;
	border:1px solid #CCCCCC;
	color:#CCCCCC;
	float:right;
	cursor:pointer;
}
.close_popup_text:hover
{
	border:1px solid #333333;
	color:#333333;
}
#popup h2
{
	color: #009BDC;
    font-family: helvetica,arial;
    font-size: 1.1em;
    text-transform:uppercase;
}

/**
READMORE
**/
.more_info_img.info
{
	margin-right: 4px;
}
.more_info_img
{
	cursor:pointer;
	float:right;
}
.more_info .text p,
.more_info .text_no_image p
{
	margin-top:0;
}

.more_info
{
	display:none;
	position:relative;
	padding:20px 32px 40px;
	border:3px solid #b2dbec;
	border-top:0;
}

.btn
{
	padding:6px 20px;
	cursor:pointer;
	display:block;
}
.btn-default img
{
	position:absolute;
	margin-left: -20px;
}
.btn-default
{
	border:4px solid #d9d9d9;
	margin-right: 30px;
	text-align:right;
	color:#9c99a1;
}
.btn-primary
{
	background:#75a219;
	color:#fff;
	border:4px solid #75a219;
	padding-right:20px;
}
.btn-primary img
{
	margin-left: 20px;
    margin-top: -1px;
    position: absolute;
}
.buttons
{
	margin-top:70px;
	margin-bottom: 85px;
}
.buttons img
{
	cursor:pointer;
}
#backbutton
{
	margin-right:30px;
}
#div_wait_previous,
#div_wait_next
{
	height:45px;
}

.bar_3px
{
	height:3px;
	background:#e8e8e8;
	display:none;
}
.close
{
	margin-right:4px;
}
.normal_size
{
	font-size:15px;
}
.form select{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.form .warning{
	font-size: 16px;
    margin-bottom: 5px;
    padding: 5px;
    position: relative;
    top: -20px;
}
.form .warning_from_php{
	margin-bottom: 30px;
	top: 0;
	margin-top: 15px;
	padding:10px;
}

.form .buttons{
	margin: 20px 0 0 0;
}
.form h1{
	margin-bottom: 20px;
}
.form h2{
	font-size: 2em;
	margin-top: 10px;
	margin-bottom: 20px;
}
.form .title_el{
	display: inline-block;
	padding-bottom: 8px;
	font-size: 16px;
}

.form select,
.form input[type="text"],
.form textarea{
	padding:7px;
	box-sizing: border-box;
	width: 300px;
	margin-bottom: 20px;
	font-size: 16px;
	border:1px solid #eaeaea;
}
.form ul{
	margin:0;
}
.form .radio_form,
.form .checkbox_form
{
	margin-bottom: 20px;
}

.datepicker {
    cursor: pointer;
}
.ui-datepicker {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    height: auto;
    margin: 5px auto 0;
    position: absolute;
    width: 216px;
}
.ui-datepicker a {
    text-decoration: none;
}
.ui-datepicker table {
    width: 100%;
}
.ui-datepicker-header {
    background: #840024 none repeat scroll 0 0;
    box-shadow: 0 1px 1px 0 rgba(250, 250, 250, 0.2) inset;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 38px;
    text-shadow: 1px -1px 0 #000;
}
.ui-datepicker-title {
    text-align: center;
}
.ui-datepicker-prev, .ui-datepicker-next {
    background-repeat: no-repeat;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    height: 30px;
    line-height: 2;
    overflow: hidden;
    padding: 0 5px;
    text-align: center;
    width: 30px;
}
.ui-datepicker-prev {
    background-position: center -30px;
    float: left;
}
.ui-datepicker-next {
    background-position: center 0;
    float: right;
}
.ui-datepicker thead {
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(center top , #f7f7f7 0%, #f1f1f1 100%);
    border-bottom: 1px solid #bbb;
}
.ui-datepicker th {
    color: #666666;
    font-size: 6pt;
    padding: 5px 0;
    text-shadow: 1px 0 0 #fff;
    text-transform: uppercase;
}
.ui-datepicker tbody td {
    border-right: 1px solid #bbb;
    padding: 0;
}
.ui-datepicker tbody td:last-child {
    border-right: 0 none;
}
.ui-datepicker tbody tr {
    border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody tr:last-child {
    border-bottom: 0 none;
}
.ui-datepicker-calendar {
    background: #fdfdfd none repeat scroll 0 0;
}
.ui-datepicker td span, .ui-datepicker td a {
    color: #666666;
    display: inline-block;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-shadow: 1px 1px 0 #fff;
    width: 30px;
}
.ui-datepicker-calendar .ui-state-default {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #fdfdfd 0%, #ffffff 100%) repeat scroll 0 0;
    box-shadow: 1px 1px 0 0 rgba(250, 250, 250, 0.5) inset;
}
.ui-datepicker-calendar .ui-state-hover {
    background: #f7f7f7 none repeat scroll 0 0;
}
.ui-datepicker-calendar .ui-state-active {
    background: #840024 none repeat scroll 0 0;
    border: 1px solid #840024;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) inset;
    color: #fff;
    margin: -1px;
    position: relative;
    text-shadow: 0 1px 0 #840024;
}
.ui-datepicker-unselectable .ui-state-default {
    background: #f4f4f4 none repeat scroll 0 0;
    color: #b4b3b3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
    margin-left: 0;
    width: 29px;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
    margin-right: 0;
    width: 29px;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
    height: 29px;
    margin-bottom: 0;
}

.form.multiplesteps .warning,
.form.multiplesteps textarea,
.form.multiplesteps select,
.form.multiplesteps input[type="text"]
{
	width: 400px;
	box-sizing: border-box;
}
.form.multiplesteps textarea
{
	height: 100px;
}
#logo_nijmegen
{
	margin-left: -30px;
	width: 283px;
	margin-top: 18px;
}
@media (max-width:680px)
{
	main #home,
	#home .content
	{
		height:auto;
	}
	body,
	.normal_size
	{
		 font-size: 13px;
	}
	.more_info .image
	{
		width:100%;
	}
	header
	{
		height:75px;
		padding:0 20px;
	}
	#restart
	{
		position:absolute;
		top:20px;
		right:10px;
		cursor:pointer;
	}
	#restart img
	{
		width:70%;
	}
	#logo_nijmegen
	{
		width:125px;
		margin-top: 14px;
margin-left: -16px;
	}
	#home h1
	{
		margin-top:20px;
		margin-bottom:20px;
	}
	#home h1,
	h1
	{
		font-size:1.8em;
	}
	h1
	{
		font-size:1.2em;
		margin-bottom:30px;
	}
	#home .div_questionnaire_start
	{
		font-size:1em;
		margin-bottom:20px;
	}
	footer
	{
		padding:0 20px;
	}
	.div_question_label p
	{
		font-size:1.1em;
	}
	footer
	{
		font-size:0.8em;
	}
	#nextbutton
	{
		width:125px;
	}
	#backbutton
	{
		width:125px;
		margin-right:15px;
	}
	.button
	{
		width:125px;
	}
	.buttons
	{
		margin-top:20px;
		margin-bottom:20px;
	}
	footer
	{
		margin-top:30px;
		margin-bottom:20px;
	}
	#vragenlijst input[type="radio"] + label::before
	{
		width:18px;
		height:18px;
		background-size:18px 18px;
	}
	#vragenlijst input[type="radio"]:checked + label:before
	{
		width:23px;
		height:23px;
		background-size:23px 23px;
	}
	#vragenlijst input[type="radio"] + label::before,
	#vragenlijst input[type="radio"]:checked + label:before
	{
		margin-left:-30px;
	}
	table.answer .options td
	{
		padding:8px 8px 8px 6px;
		border-width:2px;
	}
	table.answer .options.read_more_info td
	{
		padding:6px;
		border:2px solid #b2dbec ;
		border-bottom:none;
	}
	.close
	{
		margin-right:4px;
		width:18px;
	}
	.camera
	{
		width:25px;
	}
	.bar_3px
	{
		height:2px;
	}
	.error
	{
		padding:5px;
		font-size:1.1em;
	}
	.form.multiplesteps table{
		width: 100%;
	}
	.form.multiplesteps .warning,
	.form.multiplesteps textarea,
	.form.multiplesteps select,
	.form.multiplesteps input[type="text"]
	{
		width: 100%;
		box-sizing: border-box;
	}
}
#phone
{
	display:inline-block;
	width:33px;
	position:relative;
}
#phone img
{
	width:28px;
	position:absolute;
	margin-top: -19px;
	margin-left: 3px;
}
