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

html{
	height:100%;
	overflow:auto;
}
body{
	background:#FFF;
	line-height:1.5;
	font-size:12px;
}
body, input, select, textarea, a{
	font-family: 'Open Sans', sans-serif;
	color:#000;
}
h1{
	margin-bottom:20px;
	font-size:27px;
	font-weight:800;
	line-height:1;
	color:#9F9387;
	text-transform:uppercase;
}
h2{
	margin-bottom:5px;
	font-size:17px;
	font-weight:800;
	line-height:1;
	color:#9F9387;
	text-transform:uppercase;
}
hr{
	margin:20px 0px;
	background:none;
	border:none;
	border-bottom:solid 1px #333;
}
ul{
	display: table;
	position:relative;
}
	ul li{
		padding-left:25px;
		background:url(/images/bull.png) no-repeat 3px top;
	}
ol{
	display: table;
	position:relative;
	left:25px;
	margin-right:25px;
	list-style:decimal outside none;
}
strong{
	color:#9F9387;
	font-weight:800;
}
img{
	max-width:100% !important;
	height:auto !important;
}
img.left, img[align=left]{
	float:left;
	margin:0px 10px 10px 0px;
}
img.right, img[align=right]{
	float:right;
	margin:0px 0px 10px 10px;
}
input.text{
	width:300px;
	max-width:100%;
	height:34px;
	padding:0px 5px;
	background:#FDFDFD;
	border:solid 1px #9F9387;
	box-sizing:border-box;
}
textarea{
	width:300px;
	max-width:100%;
	height:75px;
	padding:7px 5px;
	background:#FDFDFD;
	border:solid 1px #9F9387;
	box-sizing:border-box;
}
form label{
	display:block;
	position:relative;
	margin-bottom:20px;
	padding-top:10px;
}
	form .radio{
		margin-bottom:10px;
	}
		form .radio b{
			display:block;
			color:#9F9387;
		}
		form .radio label{
			display:inline;
			cursor:pointer;
		}
	form label b{
		position:absolute;
		top:3px;
		left:10px;
		line-height:14px;
		padding:0px 5px;
		background:#FFF;
		color:#9F9387;
		transition:all .5s;
	}
	form label input.text, form label textarea{
		width:100%;
		padding-left:14px;
	}
	form label input:invalid ~ b, form label textarea:invalid ~ b{
		top:20px;
	}
	form label input:focus ~ b, form label textarea:focus ~ b{
		top:3px;
	}
th, td{
	text-align:left;
}
th + td, td + td{
	padding-left:10px;
}
tr + tr th, tr + tr td{
	padding-top:10px;
}
.social{
	font-family: 'mission_scriptregular';
	font-size:19px;
	color:#000;
}
	.social a{
		font-family: 'mission_scriptregular';
		color:#3D378B;
		text-decoration:none;
	}
.button, .submit, .small_button{
	display:inline-block;
	padding:15px 20px;
	background:#9F9387;
	border:0px;
	border-radius:5px;
	box-shadow:0px 3px 0px #56514B;
	font-weight:800;
	text-transform:uppercase;
	text-decoration:none;
	line-height:1.2;
	color:#FFF;
}
input.button, input.submit{
	padding:10px 20px;
	cursor:pointer;
}
.small_button{
	padding:10px 15px;
}
.button_blue{
	background:#3D378B;
}
.center{
	position:relative;
	margin:auto;
	width:990px;
	box-sizing:border-box;
}
.youtube{
	display:block;
	margin:auto;
	width:640px;
	height:360px;
}
	.youtube iframe{
		width:100%;
		height:100%;
	}
@media all and (min-width: 1px){
	.youtube{
		display:inline-block;
		position:relative;
		width:100%;
		max-width:640px;
		height:auto;
	}
		.youtube:before{
			display:block;
			content:"";
			margin-top:57%;
		}
		.youtube iframe{
			position:absolute;
			top:0px;
			left:0px;
		}
}
.data{
	width:100%;
}
	.data td, .data th{
		padding:4px;
		vertical-align:middle;
	}
	.data thead th{
		background:#666;
		color:#FFF;
	}
	.data tr.odd td{
		background:#EEE;
	}
	.data tr.even td{
		background:#F6F6F6;
	}
	.data tfoot th, .data tfoot td{
		background:#DDD;
		color:#000;
	}
.pdf{
	display:inline-block;
	margin-bottom:5px;
	padding-left:30px;
	background:url(../images/pdf.png) no-repeat left center;
	line-height:24px;
}
.pdf_mobile{
	display:inline-block;
	margin-bottom:5px;
	padding-left:30px;
	background:url(../images/pdf_mobile.png) no-repeat left center;
	line-height:24px;
}
.invoice{
	display:inline-block;
	margin-bottom:5px;
	padding-left:30px;
	background:url(../images/invoice.png) no-repeat left center;
	line-height:24px;
}
.qr_mobile{
	background:url(../images/qr_mobile.png) no-repeat left center;
}
.error{
	margin-bottom:20px;
	padding:5px 14px;
	border:solid 1px #b84c1a;
	color:#b84c1a;
}
.clear{
	float:none !important;
	display:block;
	border:none !important;
	clear:both;
}
#container{
	
}
	#header{
		position:relative;
		height:115px;
		border-bottom:solid 1px #E8EAEB;
		box-shadow:0px 1px 5px rgba(0,0,0,.1);
		z-index:2;
	}
		#logo{
			position:absolute;
			top:16px;
			left:0px;
		}
		#menu{
			position:absolute;
			top:80px;
			right:0px;
			font-size:13px;
			line-height:1;
		}
			#menu > div{
				float:left;
				padding-bottom:5px;
				position:relative;
			}
			#menu > div + div{
				margin-left:18px;
			}
				#menu > div > a{
					display:block;
					text-decoration:none;
				}
				#menu > div > a.current{
					color:#3D378B;
					font-weight:800;
				}
				#menu > div > div{
					display:none;
					position:absolute;
					top:100%;
					left:0px;
					min-width:100%;
					background:#3D378B;
				}
					#menu > div > div a{
						display:block;
						text-decoration:none;
						color:#FFF;
						padding:10px 15px;
					}
					#menu > div > div a + a{
						border-top:solid 1px #000;
					}
					#menu > div > div > a.current{
						font-weight:800;
					}
				#menu > div:hover > div{
					display:block;
				}
		#header .social{
			position:absolute;
			top:16px;
			right:0px;
		}
	#slider{
		position:relative;
		height:210px;
		z-index:1;
	}
	.home #slider{
		height:480px;
	}
		#slides{
			position:relative;
			height:100%;
			overflow:hidden;
		}
			#slides > *{
				position:absolute;
				top:0px;
				left:100%;
				width:100%;
				height:100%;
				background:center;
				background-size:cover;
				z-index:1;
				transition:left 3s;
			}
			#slides .slide2{
				left:0%;
				z-index:2;
			}
			#slides .slide1{
				left:-100%;
				z-index:1;
			}
	.banner{
		position:relative;
		padding:30px 30px;
		background:#3D378B;
		font-size:14px;
		color:#FFF;
	}
	.banner a{
		color:#FFF;
	}
	.banner_grey{
		background:#9F9387;
	}
		.banner .center{
			padding-right:200px;
		}
		.banner b{
			display:block;
			font-size:28px;
			font-weight:800;
			text-transform:uppercase;
			line-height:1.1;
		}
		.banner .button{
			position:absolute;
			top:50%;
			right:0px;
			margin-top:-23px;
			width:170px;
			padding-left:0px;
			padding-right:0px;
			text-align:center;
		}
	.content{
		position:relative;
	}
		.content:before{
			content:"";
			position:absolute;
			top:0px;
			left:50%;
			margin-left:-825px;
			width:309px;
			height:152px;
			background:url(/images/deco6.png);
		}
		.content + .content:before{
			display:none;
		}
		#slider ~ .content:before{
			display:none;
		}
		.content .center{
			padding:45px 0px;
		}
		.column1{
		
		}
		.column2 .center{
			background:url(/images/deco1.png) no-repeat right top, url(/images/deco2.png) no-repeat right bottom;
		}
			.column2 .content1{
				float:left;
				width:325px;
				padding-right:50px;
			}
			.column2 .content2{
				float:left;
				width:325px;
			}
		.column3 .center{
			background:url(/images/deco4.png) no-repeat right bottom;
		}
			.column3 .content1{
				float:left;
				width:450px;
				padding-right:50px;
			}
			.column3 .content2{
				float:left;
				width:220px;
				padding-right:50px;
			}
			.column3 .content3{
				float:left;
				width:220px;
				padding-bottom:140px;
			}
		.column3-2 .center{
			background:url(/images/deco5.png) no-repeat right top;
		}
			.column3-2 .content1{
				float:left;
				width:720px;
				padding-right:50px;
			}
			.column3-2 .content3{
				float:left;
				width:220px;
				padding-top:110px;
			}
		#content .button{
			float:right;
		}
	#footer{
		padding:50px 0px;
		background:#232325;
		color:#FFF;
	}
		.footer_block{
			float:left;
			width:190px;
		}
		.footer_block + .footer_block{
			float:left;
			margin-left:40px;
			width:120px;
		}
		#footer_nieuwsbrief{
			width:280px;
		}
			.footer_block b{
				display:block;
				margin-bottom:10px;
				color:#9F9387;
				font-size:17px;
				line-height:1.2;
			}
				.footer_block b a{
					color:#9F9387;
				}
			.footer_block a{
				text-decoration:none;
				color:#FFF;
			}
		#footer_nieuwsbrief input{
			margin-top:10px;
		}
			#footer_nieuwsbrief input.submit{
				float:right;
			}
	#bottom{
		padding:25px 0px;
	}
		#www{
			float:right;
			color:#494F51;
			line-height:28px;
		}
			#www a{
				color:#494F51;
				text-decoration:none;
			}
/* home */
#home_sponsoren{
	padding:25px 0px;
	text-align:center;
	background:url(/images/deco3.png) no-repeat left bottom;
}
/* nieuws */
.news{

}
	.news_tags{
		overflow:hidden;
	}
		.news_tags a{
			float:left;
			margin-right:10px;
			padding:5px 10px;
			background:#F6F6F6;
			text-decoration:none;
		}
.news + .news{
	margin-top:20px;
	border-top:solid 1px #EEE;
	padding-top:20px;
}
/* sponsoren */
#sponsoren{
	text-align:center;
}
	#sponsoren h2{
		margin-bottom:10px;
		font-size:22px;
	}
	.sponsoren{
		text-align:center;
	}
		.sponsoren a{
			position:relative;
			display:inline-block;
			margin:0 15px 25px;
			border:solid 10px #FFF;
			outline:solid 1px #EEE;
			background:no-repeat center;
			background-size:contain;
		}
		.sponsoren a.sponsor-xxl{
			width:300px;
			height:225px;
		}
		.sponsoren a.sponsor-xl{
			width:250px;
			height:188px;
		}
		.sponsoren a.sponsor-l{
			width:200px;
			height:150px;
		}
		.sponsoren a.sponsor-m{
			width:150px;
			height:100px;
		}
		.sponsoren a.sponsor-s{
			width:100px;
			height:75px;
		}
		.sponsoren a.sponsor-none{
			border:none;
			outline:none;
		}
			.sponsoren a b{
				position:absolute;
				bottom:0;
				left:0;
				width:100%;
			}
			.sponsoren a.sponsor-none b{
				position:static;
			}
/* jury */
#jury{
	padding-top:45px;
}
	.jury{
		float:left;
		width:310px;
		margin-left:30px;
	}
	.jury:nth-of-type(3n+1){
		margin-left:0px;
		clear:both;
	}
	.jury:nth-of-type(1n+4){
		margin-top:30px;
	}
		.jury img{
			display:block;
		}
		.jury b{
			display:block;
			margin:8px 0px;
			font-weight:800;
			font-size:14px;
			text-transform:uppercase;
			color:#3D378B
		}
/* organisatie */
#organisatie{
	padding-top:45px;
}
	.organisatie{
		float:left;
		width:165px;
		margin-left:20px;
	}
	.organisatie:nth-of-type(4n+1){
		margin-left:0px;
		clear:both;
	}
	.organisatie:nth-of-type(1n+5){
		margin-top:30px;
	}
		.organisatie img{
			display:block;
		}
		.organisatie b{
			display:block;
			margin:8px 0px 0px;
			font-weight:800;
			font-size:13px;
			text-transform:uppercase;
			color:#3D378B
		}
/* contact */
#contact{
	padding-top:25px;
}
/* aanmelden */
#aanmelden form{
	float:left;
	width:225px;
	padding:0px 108px;
}
	#aanmelden form div{
		position:relative;
	}
	.aanmeld_button{
		display:block;
		margin:0px auto;
		width:225px;
		height:122px;
		background:#3D378B;
		line-height:122px;
		text-align:center;
		font-size:20px;
		color:#FFF;
		text-decoration:none;
	}
	#aanmelden .text{
		float:left;
		width:175px;
	}
	#aanmelden .aanmeld_submit{
		float:left;
		width:50px;
		padding:7px 0px;
		line-height:20px;
		background:#9F9387;
		border:0px;
		font-weight:800;
		color:#FFF;
		font-weight:bold;
		
	}
/* sponsor worden */
#sponsorpakketten{

}
	#sponsorpakketten label, #sponsorpakketten a, #sponsorpakketten div{
		position:relative;
		display:block;
		margin-bottom:5px;
		padding:10px;
		border-left:solid 30px #FFF;
		background:#F5F5F5;
		text-decoration:none;
	}
	#sponsorpakketten label, #sponsorpakketten a{
		cursor:pointer;
	}
	#sponsorpakketten label:hover, #sponsorpakketten a:hover{
		background:#EEE;
	}
		#sponsorpakketten a:before{
			content:"";
			position:absolute;
			top:50%;
			left:-23px;
			margin-top:-15px;
			width:0;
			height:0;
			border-left:solid 15px #FFF;
			border-top:solid 15px transparent;
			border-bottom:solid 15px transparent;
		}
		#sponsorpakketten input{
			position:absolute;
			top:16px;
			left:-22px;
			margin:0px;
		}
		#sponsorpakketten strong{
			display:block;
			font-size:18px;
			margin-bottom:5px;
		}
		#sponsorpakketten i{
			font-weight:bold;
		}
		#sponsorpakketten span{
			float:left;
			display:block;
			width:48%;
		}
		#sponsorpakketten span + span{
			margin-left:4%;
		}
		#sponsorpakketten sub{
			font-size:12px;
			font-weight:normal;
		}
		#sponsorpakketten ul li{
			position:relative;
			background:none;
		}
			#sponsorpakketten ul li:before{
				content:"-";
				position:absolute;
				top:0px;
				left:15px;
			}
/* orders */
#orders span.input{
	display:inline-block;
	position:relative;
}
	#orders span.input img{
		position:absolute;
		top:50%;
		right:5px;
		margin-top:-8px;
	}
	#orders img{
		display:block;
		margin:auto;
	}
@media (max-width:1023px){
	.center{
		width:auto;
		padding:0 30px;
	}
	.content .center {
		padding: 45px 30px;
	}
	.banner .button {
		right:30px;
	}
	.banner .center {
		padding-right:230px;
	}
	
	#header{
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:90px;
		background:#FFF;
	}
		#header:before{
			content:"";
			position:absolute;
			top:0;
			left:0;
			width:255px;
			height:90px;
			background:#FFF;
			z-index:2;
		}
		#logo{
			display:block;
			position:relative;
			top:14px;
			margin:0 auto;
			width:150px;
			z-index:3;
		}
			#logo img{
				max-width:150px;
			}
		#menubutton{
			position:absolute;
			top:28px;
			left:16px;
			width:30px;
			height:4px;
			background:#a09387;
			border:solid 16px #FFF;
			border-left-width:5px;
			border-right-width:5px;
			cursor:pointer;
			z-index:3;
			transition:all .5s;
		}
		.menu #menubutton{
			background:transparent;
			transform:rotate(135deg);
		}
			#menubutton:before{
				content:"";
				position:absolute;
				top:-10px;
				left:0px;
				width:100%;
				height:100%;
				background:#a09387;
				transition:all .5s;
			}
			.menu #menubutton:before{
				top:0;
				transform:rotate(90deg);
			}
			#menubutton:after{
				content:"";
				position:absolute;
				left:0px;
				bottom:-10px;
				width:100%;
				height:100%;
				background:#a09387;
			}
			.menu #menubutton:after{
				top:0;
				transform:rotate(180deg);
			}
		#menu{
			position:fixed;
			top:0;
			left:-255px;
			width:250px;
			height:100%;
			padding-top:90px;
			box-sizing:border-box;
			background:#FFF;
			box-shadow:1px 0px 5px rgba(0,0,0,.1);
			overflow:auto;
			z-index:1;
			transition:all .5s;
		}
		.menu #menu{
			left:0;
		}
			#menu div{
				float:none;
			}
			#menu > div + div{
				margin-left:0;
			}
				#menu div a{
					padding:10px 20px;
				}
				#menu > div > a{
					font-weight:bold;
				}
				#menu div div{
					display:block;
					position:static;
					background:transparent;
				}
					#menu div div a{
						padding-left:40px;
						color:#000;
					}
					#menu > div > div a + a{
						border-top:none;
					}
		#header .social{
			display:none;
		}
	.home #slider{
		height:300px;
	}
	#header + *{
		padding-top:90px;
	}
	.column2 > .center > * + *, .column3 > .center > * + *, .column3-2 > .center > * + *{
		margin-top:50px;
	}
	.column2 .center{
		background:transparent;
	}
		.column2 .content1{
			float:none;
			width:auto;
			padding-right:0;
		}
		.column2 .content2{
			float:none;
			width:auto;
		}
	.column3 .center{
		background:transparent;
	}
		.column3 .content1{
			float:none;
			width:auto;
			padding-right:0;
		}
		.column3 .content2{
			float:none;
			width:auto;
			padding-right:0;
		}
		.column3 .content3{
			float:none;
			width:auto;
			padding-bottom:0;
		}
	.column3-2 .center{
		background:transparent;
	}
		.column3-2 .content1{
			float:none;
			width:auto;
			padding-right:0;
		}
		.column3-2 .content3{
			float:none;
			width:auto;
			padding-top:0;
		}
	#footer{
		padding-top:25px;
	}
		#footer .center{
			padding-left:0;
		}
		.footer_block{
			padding-top:25px;
			padding-left:30px;
		}
		.footer_block + .footer_block{
			margin-left:0;
		}
	#home_sponsoren {
		background:none;
	}
	.organisatie{
		margin-left:4%;
		width:22%;
	}
	.jury{
		width:30%;
		margin-left:5%;
	}
}
@media (max-width:600px){
	h1{
		font-size:20px;
	}
	.banner .center{
		padding-right:30px;
	}
	.banner b{
		font-size:20px;
	}
	.banner .button{
		display:block;
		position:static;
		margin:20px auto 0;
	}
	.home #slider{
		height:200px;
	}
	.organisatie{
		width:48%;
	}
	.organisatie:nth-of-type(2n+1){
		margin-left:0;
		clear:both;
	}
	.organisatie:nth-of-type(1n+3){
		margin-top:30px;
	}
	.jury{
		width:48%;
		margin-left:4%;
	}
	.jury:nth-of-type(3n+1){
		margin-left:4%;
		clear:none;
	}
	.jury:nth-of-type(2n+1){
		margin-left:0;
		clear:both;
	}
	.jury:nth-of-type(1n+3){
		margin-top:30px;
	}
	#sponsorpakketten span{
		display:block;
		float:none;
		width:auto;
	}
	#sponsorpakketten span + span{
		margin-top:10px;
		margin-left:0;
	}
}
@media (max-width:450px){
	img.left, img.right{
		float:none;
		display:block;
		margin:0 0 10px;
	}
	.organisatie{
		margin-left:0;
		width:100%;
	}
	.organisatie:nth-of-type(1n+2){
		margin-top:30px;
	}
	.jury{
		margin-left:0;
		width:100%;
	}
	.jury:nth-of-type(3n+1){
		margin-left:0;
		clear:none;
	}
	.jury:nth-of-type(1n+2){
		margin-top:30px;
	}