*
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body
{
	font-size: 15px;
	font-family: "Raleway", sans-serif;
	background-color: #fbb900;
}
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;
}
#overlay
{
	background: rgba(0, 0, 0, 0.75);
    position: fixed;
    width: 100%;
    text-align: center;
    height: 100%;
    left: 0;
    z-index: 999;
    font-size: 16px;
	font-weight: 700;
  	padding: 200px 20px 0 20px;
    color: #FFF;
}
#header
{
	padding: 10px;
	background: #FFFFFF;
	position: relative;
	z-index: 3;
	height: 84px;
}
#logo
{
	float: left;
	width: 140px;
	position: absolute;
}
#spin
{
	float: right;
	width: 140px;
	z-index: 7;
}
#win_bar
{
	padding: 80px 10px 20px 10px;
	background: #ececec;
	font-size: 16px;
	text-align: center;
}
#win_bar img
{
	margin-top: 20px;
}
#content
{
	margin: 0 auto 0 auto;
	padding: 50px 0 20px 0;
	position: relative;
	background-image: url(images/background.png);
	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: -57px;
	width: 130px;
	z-index: 7;
}
#questions
{
	display: none;
	margin: 0 auto;
	padding: 0 10px;
	text-align: center;
	max-width: 800px;
	z-index: 9;
	position: relative;
}
.answers #questions
{
	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.verwerking
{
	color: #3c3c3b;
	background-image: url(images/category_verwerking.png);
}
#questions #category.toepassing
{
	color: #006533;
	background-image: url(images/category_toepassing.png);
}
#questions #category.duurzaam
{
	color: #3aaa35;
	background-image: url(images/category_duurzaam.png);
}
#questions #category.vochtbestendig
{
	color: #36a9e1;
	background-image: url(images/category_vochtbestendig.png);
}
#questions #category.maatvoering
{
	color: #312783;
	background-image: url(images/category_maatvoering.png);
}
#questions #category.isolerend
{
	color: #a21a5b;
	background-image: url(images/category_isolerend.png);
}
#questions #category.gewicht
{
	color: #ffed00;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	background-image: url(images/category_gewicht.png);
}
#questions #category.brandwerend
{
	color: #e7332a;
	background-image: url(images/category_brandwerend.png);
}
#questions #category #status_answer
{
	width: 140px;
}
#questions #category #man_answer
{
	height: 150px;
    margin: -50px -30px 0 20px;
}
#questions #category #lost, #questions #play_again
{
	width: 200px;
	cursor: pointer;
}
#questions #question
{
	font-size: 18px;
	margin-bottom: 20px;
}
#questions .answer
{
	cursor: pointer;
	margin: 0 auto;
	color: #FFFFFF;
	width: 100%;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	background: #000000;
	padding: 15px;
	margin-bottom: 10px;
	border-bottom: 4px solid #9d9d9c;
}
body:not(.answered) #questions .answer:hover
{
	background-color: #d0d0d0;
}
#questions .answer.correct
{
	background-color: #3aaa35 !important;
}
#questions .answer.incorrect
{
	background-color: #e30613 !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"], #close_overlay
{
	padding: 10px 20px;
	margin-top: 10px;
	border: 0;
	font-weight: 700;
	color: #FFFFFF;
	background-color: #3aa935;
	cursor: pointer;
	text-decoration: none;
}
#next_question
{
	display: none;
	text-align: center;
	padding: 20px 20px 0 20px;
}
.answered #next_question
{
	display: block;
}
#keep_me_updated
{
	color: #000000;
	font-weight: 700;
}
#blocks
{
	display: none;
	padding: 10px 0;
	text-align: center;
}
#blocks .block
{
	display: inline-block;
	width: 28px;
	height: 30px;
	margin-right: 7px;
	background-image: url(images/block_empty.png);
	background-size: 100%;
	background-repeat: no-repeat;
}
#blocks .block:last-of-type
{
	margin-right: 0;
}
#blocks .block.correct
{
	background-image: url(images/block_green.png);
}
#blocks .block.incorrect
{
	background-image: url(images/block_red.png);
}
#description
{
	padding: 20px 10px;
	background: #F5F5F5;
	text-align: center;
}
#description h3
{
	font-size: 18px;
	margin-bottom: 10px;
}
#description p
{
	max-width: 800px;
	margin: 0 auto;
}
#win
{
	padding: 20px;
	background: #FFFFFF;
	text-align: center;
}
#conditions
{
	text-align: center;
	padding: 10px 0;
}
#conditions a
{
	text-decoration: none;
	color: #FFFFFF;
}

@media screen and (min-width:380px)
{
	#logo
	{
		width: 150px;
	}
	#win_bar
	{
		padding-left: 20px;
		padding-right: 20px;
	}
	.answers #content
	{
		padding-top: 80px;
	}
	#questions #category #man_answer
	{
		height: 170px;
		margin-top: -70px;
	}
	#blocks .block
	{
		width: 35px;
		height: 38px;
		margin-right: 10px;
	}
	#man
	{
		width: 200px;
		top: -60px;
	}
}


@media screen and (min-width:650px)
{
	#overlay
	{
		font-size: 20px;
	}
	#header
	{
		padding: 10px 20px;
		height: 112px;
	}
	#logo
	{
		width: 210px;
	}
	#spin
	{
		width: 200px;
	}
	#win_bar
	{
		font-size: 16px;
		padding: 15px 15px 15px 180px;
	}
	#win_bar img
	{
		width: 360px;
		max-width: 100%;
	}
	.answers:not(.answered) #content
	{
		padding-top: 100px;
	}
	#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: 250px;
	}
	#questions #category.category
	{
		font-size: 32px;
		padding-right: 70px;
	}
	#questions #category #status_answer
	{
		width: 200px;
	}
	#questions #category #man_answer
	{
		height: 220px;
		margin-top: -120px;
	}
	#questions #category #lost, #questions #play_again
	{
		width: 260px;
	}
	#questions #question
	{
		font-size: 20px;
	}
	#blocks .block
	{
		width: 50px;
		height: 54px;
		margin-right: 15px;
	}
}

@media screen and (min-width:980px)
{
	#overlay
	{
		font-size: 30px;
		padding-top: 400px;
	}
	#header
	{
		padding: 15px 30px;
		height: 130px;
	}
	#logo
	{
	    width: 275px;
	}
	#win_bar
	{
		font-size: 20px;
		padding: 20px;
		padding-left: 170px;
	}
    #spin, #win_bar img, #man, #questions #category #lost, #questions #play_again, #questions #category #status_answer
	{
		width: auto;
	}
	#content 
	{
		padding: 40px 0 40px 0;
	}
	.answers:not(.answered) #content
	{
		padding-top: 120px;
	}
	#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;
	}
	#questions #category #man_answer
	{
		height: auto;
		margin-top: -150px;
		margin-right: -80px;
		margin-left: 40px;
	}
	#blocks
	{
		padding: 30px 0;
	}
	#blocks .block
	{
		width: 70px;
		height: 76px;
	}
	#next_question
	{
		padding: 40px 0 20px 0;
	}
	#description
	{
		padding: 30px;
	}
}