 *
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body
{
	font-size: 15px;
	font-family: "Raleway", sans-serif;
}
form input
{
	font-size: 15px;
	font-family: "Raleway", sans-serif;
}
img
{
	max-width: 100%;
}
.container
{
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.clear
{
	clear: both;
}
#header
{
	padding: 10px;
	background: #FFFFFF;
	position: relative;
	z-index: 3;
	height: 86px;
}
#logo
{
	float: left;
	width: 160px;
	position: absolute;
}
#spin
{
	float: right;
	width: 120px;
	z-index: 7;
}
#description
{
	padding: 30px 10px 25px 10px;
	background: #e4f2fa;
	font-size: 14px;
}
#description .inner
{
	float: right;
}
#content
{
	margin: 0 auto 0 auto;
	padding: 30px 0;
	position: relative;
	background-image: url(images/background.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.answers #content
{
	padding-top: 60px;
}
#roulette_wrapper
{
	margin: 0 auto;
	width: 300px;
	height: 300px;
	border: 10px solid #e3e3e3;
	border-radius: 180px;
	z-index: 8;
	position: relative;
	overflow: hidden;
}
.answers #spin, .answers #roulette_wrapper, .answers #man
{
	display: none;
}
.answers.answered #spin
{
	display: block;
}
#roulette
{
	width: 280px;
	height: 280px;
}
#spinner
{
	position: absolute;
	left: calc(50% - 40px);
	top: calc(50% - 60px);
	width: 80px;
	z-index: 10;
	cursor: pointer;
}
#man
{
	position: absolute;
	right: 0;
	top: -35px;
	width: 160px;
	z-index: 7;
}
#questions_wrapper
{
	display: none;
	margin: 0 auto;
	padding: 15px;
    background: rgba(255, 255, 255, 0.6);
	text-align: center;
	max-width: 95%;
	z-index: 9;
	position: relative;
}
.answers #questions_wrapper
{
	display: block;
}
#questions #category
{
	display: inline-block;
	font-size: 26px;
	margin: 0 auto 10px auto;
	padding-bottom: 10px;
	font-weight: 700;
	background-position: center right;
	background-repeat: no-repeat;
}
#questions #category.category
{
	padding-right: 60px;
	padding: 10px 60px 10px 0;
}
#questions #category.installatie
{
	color: #35a8e0;
	background-image: url(images/category_installatie.png);
}
#questions #category.zonne-energie
{
	color: #ffec00;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	background-image: url(images/category_zonne-energie.png);
}
#questions #category.apparatuur
{
	color: #18b186;
	background-image: url(images/category_apparatuur.png);
}
#questions #category.verlichting
{
	color: #71be52;
	background-image: url(images/category_verlichting.png);
}
#questions #category.water
{
	color: #2469a5;
	background-image: url(images/category_water.png);
}
#questions #category.milieu
{
	color: #5ec22c;
	background-image: url(images/category_milieu.png);
}
#questions #category.nederland
{
	color: #bbe4fb;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	background-image: url(images/category_nederland.png);
}
#questions #category.ventilatie-en-glas
{
	color: #312782;
	background-image: url(images/category_ventilatie-en-glas.png);
}
#questions #category #status_answer
{
	width: 140px;
}
#questions #category #man_answer
{
	height: 170px;
    margin: -80px -30px 0 0;
}
#questions #category #man_answer.incorrect
{
	margin-left: 25px;
}
#questions #category #lost, #questions #play_again
{
	width: 200px;
	cursor: pointer;
}
#questions #question
{
	font-size: 16px;
	margin-bottom: 20px;
}
#questions .answer
{
	cursor: pointer;
	margin: 0 auto;
	color: #FFFFFF;
	width: 100%;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	background: #3d4561;
	padding: 10px;
	margin-bottom: 10px;
	border-bottom: 4px solid #9d9d9c;
}
body:not(.answered) #questions .answer:hover
{
	background-color: #2f354c;
}
#questions .answer.correct
{
	background-color: #30AA41 !important;
}
#questions .answer.incorrect
{
	background-color: #EC362F !important;
}
.answered #questions .answer
{
	cursor: default;
}
.form input[type="text"]
{
	padding: 7px;
    width: 100%;
    margin-bottom: 7px;
    max-width: 400px;
    border: 0;
}
.form input[type="text"].error
{
	border: 2px solid red;
	padding: 5px;
}
.form input[type="checkbox"]
{
	margin-right: 7px;
}
.form input[type="submit"]
{
	padding: 10px 20px;
	margin: 20px 0 5px 0;
	border: 0;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3aa935;
	cursor: pointer;
}
#next_question
{
	display: none;
	text-align: center;
	padding-top: 30px;
}
.answered #next_question
{
	display: block;
}
#keep_me_updated
{
	color: #000000;
	font-weight: bold;
}
#points
{
	display: none;
	margin-top: 20px;
	text-align: center;
}
#points .point
{
	display: inline-block;
	width: 26px;
	height: 26px;
	border-radius: 100%;
	margin-right: 7px;
	border: 2px solid #FFFFFF;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
#points .point:last-of-type
{
	margin-right: 0;
}
#points .point.correct
{
	background-color: #30AA41;
}
#points .point.incorrect
{
	background-color: #EC362F;
}

@media screen and (min-width:380px)
{
	#logo
	{
		width: 200px;
	}
	#spin
	{
		width: 140px;
	}
	#description
	{
		font-size: 15px;
		padding: 60px 20px 40px 20px;
	}
	#content
	{
		padding-top: 50px;
	}
	.answers #content
	{
		padding-top: 80px;
	}
	#questions_wrapper
	{
		padding: 20px;
	}
	#questions #category #man_answer
	{
		height: 200px;
		margin-top: -110px;
	}
	#points
	{
		margin-top: 30px;
	}
	#points .point
	{
		width: 30px;
		height: 30px;
		margin-right: 15px;
	}
}


@media screen and (min-width:650px)
{
	#header
	{
		padding: 20px;
		height: 134px;
	}
	#logo
	{
		width: 300px;
	}
	#spin
	{
		width: 200px;
	}
	#description
	{
		font-size: 16px;
		padding: 40px 20px 50px 20px;
		padding-left: 170px;
	}
	#description .inner
	{
		width: 70%;
	}
	.answers #content
	{
		padding-top: 120px;
	}
	#roulette_wrapper
	{
		width: 360px;
		height: 360px;
		border-radius: 180px;
	}
	#roulette
	{
		width: 340px;
		height: 340px;
	}
	#spinner
	{
		left: calc(50% - 50px);
		top: calc(50% - 75px);
		width: 100px;
	}
	#man
	{
		width: 190px;
		right: 30px;
		top: -55px;
	}
	#questions_wrapper
	{
		padding: 25px;
	}
	#questions #category.category
	{
		font-size: 32px;
		padding-right: 70px;
	}
	#questions #category #status_answer
	{
		width: 200px;
	}
	#questions #category #man_answer
	{
		height: 280px;
		margin-top: -170px;
	}
	#questions #category #man_answer.correct
	{
		margin-left: -10px;
	}
	#questions #question
	{
		font-size: 20px;
	}
	#questions .answer
	{
		padding: 15px;
		font-size: 16px;
	}
	#points
	{
		margin-top: 30px;
	}
	#points .point
	{
		width: 40px;
		height: 40px;
		margin-right: 20px;
		border-width: 3px;
	}
}

@media screen and (min-width:980px)
{
	#header
	{
		padding: 30px;
		height: 180px;
	}
	#logo
	{
	    width: 400px;
	}
	#description
	{
		font-size: 18px;
	}
	#description .inner
	{
		float: right;
		width: 65%;
	}
	#spin, #man, #questions #category #status_answer
	{
		width: auto;
	}
	#content 
	{
		padding: 80px 0 40px 0;
	}
	.answers #content
	{
		padding-top: 150px;
	}
	#roulette_wrapper
	{
		width: 540px;
		height: 540px;
		border-width: 20px;
		border-radius: 265px;
		overflow: inherit;
	}
	#roulette
	{
		width: 500px;
		height: 500px;
	}
	#spinner
	{
		left: calc(50% - 70px);
		top: calc(50% - 104px);
		width: 140px;
	}
	#man
	{
		top: -90px;
		right: 50px;
	}
	#questions_wrapper
	{
		padding: 40px;
		max-width: 90%;
	}
	#questions #category #man_answer
	{
		height: auto;
		margin-top: -320px;
	}
	#questions #category #man_answer.correct
	{
		margin-left: -20px;
	}
	#points
	{
		margin-top: 40px;
	}
	#next_question
	{
		padding-top: 50px;
	}
}