﻿
@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-Regular.eot'), url('Montserrat-Regular.ttf') format('truetype'); /* non-IE */
	/*src: local('Myriad-Pro'), url('/fonts/Myriad-Pro.woff') format('woff'); /* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat';
	src: url('Montserrat-Bold.eot'), url('Montserrat-Bold.ttf') format('truetype'); /* non-IE */
	/*src: local('Myriad-Pro-Bold'), url('/fonts/Myriad-Pro-Bold.woff') format('woff'); /* Modern Browsers */
	font-weight: bold;
	font-style: normal;
}




html,body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	min-width:200px;
}

*{
	font-family: Montserrat, Verdana, Geneva, sans-serif;
	font-size: 14px;
}

p{
	clear: both;
}

body{
    background-repeat: no-repeat;
	background: #f4f4f4; 
}

h1{
	font-size:18pt;
	font-weight:normal;
}

#content{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	height: 100%;
}

#header{
	position:absolute;
	z-index:10;
	top:0px;
	left:0px;
	width:100%;
	height: 60px;
	overflow:hidden;
	background: #e52c2c;
}

#footer, #footerstelling{
	position:absolute;
	z-index:10;
	bottom:0px;
	left:0px;
	width:100%;
	height: 80px;
	overflow:hidden;
	background: #fff;
	border-top: 1px solid #ececec;
}
#header h1{
	color:#FFF;
	line-height:60px;
	margin-left:30px;
	margin-top:0px;
	float:left;
}
#gemeente{
	font-weight:bold;
	font-size:18pt;
}

#header img{
	float: left;
	border-right: 1px solid #c81f1f;
	height:100%;
}



#wrapper {
	position:absolute; z-index:1;
	top:70px; bottom:80px; left:0;
	width:100%;
	overflow:auto;
}
#scroller{
	position:absolute; z-index:1;
/*	-webkit-touch-callout:none;*/
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	width:100%;
	padding:0;
}


/*CONTENT*/

.blok{
	background-color:#ffffff;
	border: 1px solid #ececec;
	border-radius: 10px;
	moz-border-radius: 10px;
	width: 70%;
	margin-left:auto;
	margin-right:auto;
	padding-left:5%;
	padding-right:5%;
}

.roodblok{
	background-color:#e52c2c;
	border: 1px solid #e52c2c;
	border-radius: 10px;
	moz-border-radius: 10px;
	width: 90px;
	height:90px;
	line-height:90px;
	text-align:center;
	color:#FFFFFF;
	font-size:20pt;
	font-weight:bold;
	margin-right:10px;
	float:left;
	clear:both;
}

#uitslag{
	border: 0px solid #ececec;
	width: 80%;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	text-align:left;

}
.partijenblok{
	border: 0px solid #ececec;
	max-width: 80%;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	text-align:center;
}
.blok.small{
	margin-left:10px;
	margin-right:10px;
	width: 120px;
	border: 2px solid #ececec;
	background-color:#ffffff;
	height: 80px;
	display: inline-block;  
	padding-left:5px;
	padding-right:30px;
}

.blok.partij{
	margin-left:5px;
	margin-right:5px;
	width: 120px;
	border: 2px solid #ececec;
	background-color:#ffffff;
	height: 80px;
	float:left;
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
}

.blok.small img{
	height:75%;
	margin-top:10%;
	margin-left:20%;
}

.blok.small.selected, .blok.small:hover{
	border: 2px solid #f35b63;
}

.blok h2{
	color: #e52c2c;
	font-size: 14pt;
	font-weight: normal;
}
.blok p{
	font-size:12pt;
	color: #333;
}

.button{
	display:block;
	border-radius: 10px;
	height: 50px;
	color:#FFF;
	font-size:16pt;
	text-decoration:none;
	line-height: 50px;
	padding-left:25px;
	margin-bottom:10px;
	background:url(../img/arrowright.png) no-repeat;
    background-position: right center;
	background-origin: content-box;
	background-color: #afbec8;
}
.button:hover, .button:active{
	position:relative;
	top:1px;
	background-color: #cbd8e0;
	
}

.small{
	width: 120px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	margin-bottom:15px;
	padding-left:0px;
	background:url() no-repeat;
	background-color: #afbec8;
}

#footerstelling .small{
	float:center;
}
#footerstelling .left{
	margin-right:0px;
	margin-left:20px;
	float:left;
}
#footerstelling .right{
	position:absolute;
	right:20px;
	bottom:0px;
}

.green{
	font-weight:bold;
	background-color: #48bd84;
}

.green:hover, .green:active{
	background-color: #3bd289;
}

#antwoorden p{
	background:url(../img/radio_normal.png) no-repeat;
	color: #adbdc7;
	padding-left: 50px;
	height:40px;
	line-height:40px;
	cursor:pointer;
}

hr{
	border: 1px solid #adbdc7;
}

#antwoorden .selected{
	background:url(../img/radio_active.png) no-repeat;
	color: #f35b63;
}
#antwoorden p:hover{
	background:url(../img/radio_active.png) no-repeat;
	color: #f35b63;
}

.vraaglijst{
	padding-left:25px;
	font-size:16pt;
	color: #adbdc7;
}

@media all and (max-width: 700px){
	.partijenblok{
		max-width:100%;
	}
	.blok.partij{
		margin-left:5px;
		margin-right:5px;
		width: 80px;
		border: 2px solid #ececec;
		background-color:#ffffff;
		height: 80px;
		float:left;
		padding-top:10px;
		padding-left:5px;
		padding-right:5px;
		word-wrap:break-word;
		font-size:10pt;
	}
}

@media all and (max-width: 400px){
	*{
		font-family: Verdana, Verdana, Geneva, sans-serif;
		font-size: 12px;
	}
	.partijenblok{
		max-width:100%;
	}
	#header h1{
		font-size:12pt;
	}
	#gemeente{
		font-size:12pt;
	}
	.button{
		font-size:12pt;
		background-image:none;
	}
	.small{
		width: 90px;
		text-align:center;
		margin-left:auto;
		margin-right:auto;
		margin-top:15px;
		margin-bottom:15px;
		padding-left:0px;
		background:url() no-repeat;
		background-color: #afbec8;
		font-size:12pt;
	}
	#antwoorden p{
		font-size:10pt;
	}
	.blok{
		width: 80%;
		padding-left:5%;
		padding-right:5%;
	}
	.blok.small{
		width: 100px;
	}
	.blok.partij{
		width: 65px;
		height: 60px;
		padding-left:10px;
		padding-right:10px;
		overflow:hidden;
		font-size:7pt;
	}
	#uitslag{
		width: 90%;

	}
	.roodblok{
		width: 70px;
		height:70px;
		line-height:70px;
		text-align:center;
		color:#FFFFFF;
		font-size:20pt;
		font-weight:bold;
		margin-right:10px;
		float:left;
		clear:both;
	}
}