html{
	width:100%;
	height:100%;
}
body{
	width:100%;
	height:100%;
	background:#FFF;
	line-height:1.6;
	overflow-x:hidden;
}
body, a, table, input, button, select, textarea{
	color:#242424;
	font-weight:normal;
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
	line-height:1.7;
}
h1{
	margin-bottom:50px;
	font-weight:600;
	font-size:177%;
	letter-spacing:1px;
	line-height:1.2;
}
h2{
	font-weight:300;
	font-size:20px;
	letter-spacing:1px;
	color:#B3B3B3;
}
ol{
	margin:0 0 0 20px;
	list-style: decimal outside none;
}
a{
	color:#100D9D;
}
table{
	width:100%;
}
td{
	width:60px;
}
th, td{
	text-align:left;
	vertical-align:top;
	padding:2px 10px 0 0;
}
th[align=right],
td[align=right]{
	text-align: right;
}
tfoot td{
	font-weight: bold;
}
sup{
	font-size:80%;
}
img.left{
	float:left;
	margin-right:8px;
	margin-bottom:8px;
}
img.right{
	float:right;
	margin-right:8px;
	margin-bottom:8px;
}
label{
	cursor:pointer;
}
input[type=text], input[type=number], input[type=email], input[type=tel], select{
	margin:0px;
	max-width:90%;
	width:350px;
	padding:4px 12px;
	border:solid 1px #B1B1B1;
	border-radius:3px;
	box-sizing:border-box;
	vertical-align:middle;
}
input[type=number]{
	width:50px;
}
input[disabled=disabled]{
	background:#FFF;
	border:none;
	font-style:italic;
}
input.button, input.submit{
	padding:5px 10px;
	border-radius:2px;
	background:#000;
	border:none;
	font-size:15px;
	color:#FFF;
	line-height:22px;
	text-decoration:none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
textarea{
	width:100%;
	height:50px;
	border:solid 1px #B1B1B1;
	line-height:1.1;
	border-radius:3px;
}
.button, button{
	position:relative;
	display:inline-block;
	padding:0 50px 0 65px;
	height:50px;
	border:solid 1px #73ACFF;
	border-radius: 7px/50%;
	border-radius: 3px;
	background:#73ACFF;
	vertical-align:middle;
	line-height:50px;
	text-decoration:none;
	font-size:21px;
	font-weight:300;
	cursor:pointer;
	color:#FFF;
}
.button:hover, button:hover{
	opacity:.9;
}
	.button:before, button:before{
		content:"";
		position:absolute;
		top:19px;
		left:25px;
		width:8px;
		height:8px;
		border-top:solid 2px #FFF;
		border-right:solid 2px #FFF;
		transform:rotate(45deg);
	}
.phone-number{
	display:flex;
	gap:6px;
	width:350px;
	max-width: 90%;
}
	.phone-number input[type=tel]{
		width:100%;
	}
.row_2{
	overflow:hidden;
}
.row + .row{
	margin-top:50px;
}
	.row_2 .column{
		float:left;
		width:49%;
	}
	.row_2 .column + .column{
		margin-left:2%;
	}
.block{
	padding:40px;
	background:#FFF;
	border-bottom-right-radius: 1.5em;
	box-shadow:1px 1px 9px rgba(0,0,0,.1);
}
	.block a{
		color:#999;
		text-decoration:none;
	}
	.block a:hover{
		color:#000;
	}
.google_maps{
	padding:0;
	min-height:400px;
	overflow:hidden;
}
.form_block + .form_block{
	margin-top:50px;
}
	.form_block b{
		display:block;
		font-weight:600;
		font-size:61%;
		text-transform:uppercase;
		color:#B3B3B3;
	}
label{
	position:relative;
}
label.checkbox{
}
	label.checkbox input{
		position:absolute;
		top:0;
		left:0;
		opacity:.01;
	}
	label.checkbox span{
		display:inline-block;
		position:relative;
		padding-left:38px;
		line-height:30px;
	}
	label.checkbox span:before{
		content:"";
		position:absolute;
		top:0;
		left:0;
		width:28px;
		height:28px;
		border-radius:4px;
		background:#FFF;
		border:solid 1px #C2C2C2;
	}
	label.checkbox span:after{
		content:"";
		position:absolute;
		top:6px;
		left:5px;
		width:14px;
		height:6px;
		border-left:solid 5px #EEE;
		border-bottom:solid 5px #EEE;
		transform:rotate(-45deg);
	}
	label.checkbox:hover span:before, label.checkbox input:focus ~ span:before{
		border-color:#333;
	}
	label.checkbox:hover span:after, label.checkbox input:focus ~ span:after{
		border-color:#DDD;
	}
	label.checkbox input:checked ~ span:after{
		border-color:#E60000;
	}
label.radio{
	display:inline-block;
}
br + label.radio{
	margin-top:5px;
}
	label.radio input{
		position:absolute;
		top:0;
		left:0;
		opacity:.01;
	}
	label.radio span{
		display:inline-block;
		position:relative;
		padding-left:38px;
		line-height:30px;
	}
	label.radio span:before{
		content:"";
		position:absolute;
		top:0;
		left:0;
		width:26px;
		height:26px;
		border-radius:50%;
		background:#FFF;
		border:solid 2px #C2C2C2;
	}
	label.radio span:after{
		content:"";
		position:absolute;
		top:8px;
		left:8px;
		width:14px;
		height:14px;
		border-radius:50%;
		background:#EEE;
	}
	label.radio:hover span:before, label.radio input:focus ~ span:before{
		border-color:#333;
	}
	label.radio:hover span:after, label.radio input:focus ~ span:after{
		background:#DDD;
	}
	label.radio input:checked ~ span:after{
		/*background:#E60000;*/
		background:#7ED321;
	}
	label.radio input[disabled] ~ span:before, label.checkbox input[disabled] ~ span:before{
		border-color:#C2C2C2;
	}
	label.radio input[disabled] ~ span:after, label.checkbox input[disabled] ~ span:after{
		background:#DDD;
	}
	label.radio input[disabled]:checked ~ span:after, label.checkbox input[disabled]:checked ~ span:after{
		background:#999;
	}
	label.radio input[disabled] ~ span, label.checkbox input[disabled] ~ span{
		opacity:.5;
		cursor:default;
	}
.dates{
}
	.date > b, .date > label b{
		display:block;
		margin-bottom:10px;
		font-size:90%;
		color:#73ACFF;
		clear:both;
	}
	.date > label{
		margin-bottom:10px;
	}
	.date > div{
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.date > div > *{
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		float:left;
		position:relative;
		margin-left:5%;
		margin-bottom:20px;
		width:30%;
		border-radius:4px;
		box-sizing:border-box;
		background:#ECF5FF;
		text-align:center;
	}
	.date > div > div{
		opacity:.5;
		background:transparent;
		border:dashed 1px #73ACFF;
		color:#73ACFF;
		font-size:77%;
	}
	.date > div label:hover{
		background:#73ACFF;
		color:#FFF;
	}
	.date > div > div > div::before{
		display:block;
		content:"Vol";
		font-size:128%;
	}
	.date  > div > *:nth-child(3n+1){
		margin-left:0;
	}
		.date > div label input{
			position:absolute;
			opacity:0;
		}
		.date > div > * div{
			position:relative;
			width:100%;
			padding:32px 10px;
			-webkit-align-self: center;
			-ms-flex-item-align: center;
			align-self: center;
		}
		.date > div > div div{
			padding:16px 10px;
		}
		.date > div label input:checked ~ div{
			background:#73ACFF;
			color:#FFF;
			border-radius:4px;
		}
		.date > div label input:checked ~ div::before{
			content:"";
			position:absolute;
			top:-6px;
			left:-6px;
			width:16px;
			height:16px;
			border-radius:50%;
			background:#7ED321;
		}
			/*
			.dates label div span{
				position:absolute;
				left:0;
				bottom:0;
				height:5px;
				background:#00cc00;
			}
			*/
.clear{
	clear:both;
}
.msg{
	margin-bottom:20px;
	padding:5px;
	background-color:#B9FFB9;
	border:solid 1px #00CC00;
}
.error{
	margin-bottom:20px;
	padding:5px 10px;
	border:solid 2px #CD0025;
	border-radius:2px;
	background:#FFF;
	color:#CD0025;
}
.mobile{
	display:none;
}
.clear{
	clear:both;
}
.loader{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(../images/loader.gif) no-repeat center rgba(0,0,0,.5);
	z-index:9;
}
#logo{
	position:absolute;
	top:30px;
	right:50px;
	width:150px;
	z-index:2;
}
	#logo img{
		width:100%;
	}
#header{
	position:relative;
	left:0;
	background:no-repeat center;
	background-size:cover;
	overflow:hidden;
	transition:.5s;
}
.faq #header{
	left:50vw;
}
	#header:before{
		content:"";
		display:block;
		margin-top:100%;
	}
	.faq-button{
		position:absolute;
		left:30px;
		bottom:30px;
		width:50px;
		padding:25px;
		border-radius:50%;
		background:#73ACFF;
	}
		.faq-button img{
			display:block;
			width:50px;
		}
	/*
	#header:after{
		content:"";
		position:absolute;
		left:0;
		bottom:0;
		width:100%;
		height:50%;
		background:linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(0,0,0,.4) 100%);
	}
	*/
	#header-text{
		position:absolute;
		left:20%;
		bottom:20%;
		width:60%;
		color:#FFF;
		font-size:21px;
		line-height:1.2;
		font-weight:300;
		z-index:2;
	}
	#header-text.spaarne-gasthuis-header-text{
		left:0%;
		bottom:5%;
		width:100%;
		text-align:center;
	}
		.header-text-placeholder{
			display:inline-block;
			margin-bottom:10px;
			padding:0 20px;
			background:#000099;
			color:#FFF;
			line-height:36px;
			font-weight:bold;
			font-size:16px;
		}
		#header-text i{
			display:block;
			font-weight:bold;
			font-style:normal;
		}
		#header-text b{
			display:block;
			margin-bottom:10px;
			font-size:300%;
			font-weight:300;
		}
		#header-text span{
			display:block;
			margin-top:10px;
			padding-left:36px;
			background-position:left center;
			background-repeat:no-repeat;
			line-height:34px;
		}
		.header-text-location{
			background-image:url(/images/ossbernheze/location.png);
		}
		.header-text-time{
			background-image:url(/images/ossbernheze/time.png);
		}
#text{
	position:relative;
	left:0vw;
}
.text{
	min-height:100%;
	padding:50px;
	box-sizing:border-box;
	background:#FFF;
	transition:.5s;
}
.faq #text{
	left:50vw;
}
	.logo{
		position:absolute;
		top:0px;
		right:50px;
		width:80px;
	}
		.logo img{
			width:100%;
		}
	#back{
		position:absolute;
		top:25px;
		left:50px;
		padding-left:30px;
		line-height:20px;
		background:#FFF;
		text-decoration:none;
	}
		#back:before{
			content:"";
			position:absolute;
			top:0;
			left:5px;
			width:15px;
			height:15px;
			border-top:solid 2px #000099;
			border-left:solid 2px #000099;
			transform:rotate(-45deg);
		}
	#text h1{
		padding-right:250px;
	}
	#vc{
		position:absolute;
		left:50%;
		bottom:10px;
		margin-left:-95px;
	}
#faq{
	position:absolute;
	top:0;
	left:-50vw;
}
.faq #faq{
	left:0vw;
}
	.faq-content{
		position:relative;
	}
	#faq-button{
		position:absolute;
		top:0;
		right:0;
		width:32px;
		height:32px;
	}
		#faq-button::before, #faq-button::after{
			content:"";
			position:absolute;
			top:14px;
			left:5px;
			width:30px;
			height:4px;
			background:#000;
			transform:rotate(45deg);
		}
		#faq-button::after{
			transform:rotate(-45deg);
		}
#home-container{
	background:url(/images/ossbernheze/header.jpg) no-repeat center 111px;
	padding-bottom:40px;
}
	#home-header{
		position:relative;
		margin-bottom:85px;
		height:111px;
		background:#FFF;
	}
		#home-menu{
			position:absolute;
			top:80px;
			right:8%;
			height:31px;
			padding-right:115px;
			box-sizing:border-box;
			line-height:29px;
		}
			#home-menu a{
				float:left;
				margin-left:25px;
				text-decoration:none;
				line-height:29px;
				font-size:18px;
			}
			#home-menu a:hover{
				opacity:.8;
			}
			#home-menu a.current{
				border-bottom:solid 2px #000099;
			}
		#home-logo{
			float:left;
			position:relative;
			left:8%;
			margin-left:-15px;
			max-width:50%;
		}
		#home-rabobank-logo{
			position:absolute;
			top:0;
			right:8%;
		}
	#home-center{
		margin:0 auto;
		width:84%;
	}
		#home-title{
			padding:70px 0;
			font-size:48px;
			color:#FFF;
			line-height:1;
		}
			#home-title b{
				display:block;
			}
		#home-vc{
			display:block;
			position:relative;
			top:20px;
			margin:0 auto;
			width:189px;
		}
#home-intro{
	margin-bottom:30px;
	padding:40px;
	border-bottom-right-radius: 1.5em;
	box-shadow:1px 1px 9px rgba(0,0,0,.1);
	background:#FFF;
	line-height:1.2;
}
	#home-intro h1{
		margin-bottom:20px;
		color:#FF8113;
		font-size:36px;
	}
#events{
	display:flex;
	flex-wrap: wrap;
}
	#events a{
		float:left;
		position:relative;
		margin-left:2%;
		width:32%;
		background:#FFF;
		border-bottom-right-radius: 1.5em;
		box-shadow:1px 1px 9px rgba(0,0,0,.1);
		align-self: stretch;
		transition:all .25s;
		color:#000;
		text-decoration:none;
	}
	#events a:hover{
		transform:scale(1.05);
		box-shadow:4px 4px 9px rgba(0,0,0,.2);
	}
	#events a:nth-child(3n+1){
		margin-left:0;
	}
	#events a:nth-child(n+4){
		margin-top:30px;
	}
	#events a:after{
		content:"";
		position:absolute;
		right:25px;
		bottom:25px;
		width:15px;
		height:15px;
		border-right:solid 2px #000099;
		border-bottom:solid 2px #000099;
		transform:rotate(-45deg);

	}
		.event-image{
			display:block;
			position:relative;
			background:no-repeat center;
			background-size:cover;
			overflow:hidden;
		}
			.event-image:before{
				content:"";
				display:block;
				margin-top:65%;
			}
			.event-image:after{
				content:"";
				position:absolute;
				left:0;
				bottom:0;
				width:100%;
				height:60%;
				background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,0.65) 100%);
				z-index:1;
			}
			.event-image-text{
				position:absolute;
				left:0;
				bottom:0;
				width:100%;
				padding:40px;
				box-sizing:border-box;
				color:#FFF;
				font-size:21px;
				line-height:1.3;
				z-index:2;
			}
				.event-image-text b{
					display:block;
					font-size:36px;
					font-weight:300;
				}
				.event-image-text i{
					display:block;
					font-weight:bold;
					font-style:normal;
				}
			.event-placeholder{
				position:absolute;
				top:50%;
				right:20px;
				margin-top:-20px;
				padding:0 20px;
				background:#000099;
				color:#FFF;
				line-height:40px;
				transform:translateX(50%) rotate(90deg);
				font-weight:bold;
				font-size:16px;
				z-index:2;
			}
		.event-intro{
			display:block;
			padding:40px;
		}
@media all and (max-width:1200px){
	#events a{
		margin-left:2%;
		width:49%;
	}
	#events a:nth-child(3n+1){
		margin-left:2%;
	}
	#events a:nth-child(2n+1){
		margin-left:0;
	}
	#events a:nth-child(n+3){
		margin-top:30px;
	}
}
@media all and (max-width:1099px){
	#header{
		position:relative;
		max-height:50%;
		background-position:center bottom;
	}
	.faq #header{
		left:0;
	}
		#header-text{
			left:50px;
			bottom:50px;
			font-size:15px;
		}
	#faq{
		top:50%;
		left:-100vw;
		width:100%;
	}
	.faq #text{
		left:100%;
	}
	#text h1{
		padding-right:0;
	}
	#logo{
		top:-85px;
		width:222px;
	}
}
@media all and (max-width:1000px){
	.event-image span{
		padding:20px;
		font-size:16px;
	}
		.event-image span b{
			display:block;
			font-size:25px;
			font-weight:300;
		}
	.event-intro{
		padding:20px;
	}
	.row_2.responsive .column{
		float:none;
		margin:0;
		width:100%;
	}
	.row_2.responsive .column + .column{
		margin-top:20px;
	}
}
@media all and (max-width:700px){
	h1{
		margin-bottom:20px;
		font-size:35px;
	}
	#home-center{
		width:92%;
	}
	#home-title{
		padding:35px 0;
		font-size:36px;
	}
	#home-menu{
		position:absolute;
		top:111px;
		padding-right:0;
	}
		#home-menu a{
			font-size:90%;
			color:#FFF;
		}
		#home-menu a.current{
			border-color:#FFF;
		}
	#header{
		max-height:none;
		padding:200px 20px 20px;
	}
		#header:before{
			display:none;
		}
		#header-text{
			position:relative;
			left:0;
			bottom:0;
			width:auto;
		}
	#faq{
		top:220px;
	}
	#logo{
		top:-55px;
		right:20px;
		width:150px;
	}
	.logo{
		position:static;
	}
}
@media all and (max-width:650px){
	#home-intro{
		display:none;
	}
	#events a{
		margin-left:0%;
		width:100%;
	}
	#events a:nth-child(3n+1){
		margin-left:0%;
	}
	#events a:nth-child(n+2){
		margin-top:30px;
	}
	.date > div > *{
		width:47.5%;
	}
	.date > div > *:nth-child(3n+1) {
		margin-left:5%;
	}
	.date > div > *:nth-child(2n+1) {
		margin-left:0;
	}
}
@media all and (max-width:400px){
	table, tbody, tr, th, td{
		display:block;
		width:auto;
		padding:0;
	}
	thead{
		display:none;
	}

	.button{
		font-size: 12px;

	}

	.mobile{
		display:block;
		margin-top:10px;
	}
}
@media (max-width: 455px) {
	.button:before {
		display: none;
	}
	.button {
		padding: 0px 20px;
		font-size: 15px;
	}
}
@media all and (min-width:1100px){
	body, a, table, input, select, textarea{
		font-size:18px;
		font-weight:300;
	}
	#header{
		position:fixed;
		top:0;
		left:0;
		width:40%;
		height:100%;
	}
	.logo{
		top:10px;
	}
	.text{
		width:60%;
		padding:50px;
	}
	#faq{
		left:-60vw;
	}
	#text{
		float:right;
	}
}
@media all and (min-width:1400px){
	#header{
		width:50%;
	}
	.text{
		width:50%;
		padding:120px;
	}
		.logo{
			position:absolute;
			top:50px;
			right:120px;
			width:80px;
		}
	#faq{
		left:-50vw;
	}
	#text h1{
		padding-right:175px;
	}
	#logo{
		top:40px;
		width:222px;
	}
		#back{
			top:50px;
			left:120px;
		}
}

.seat div span {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	height: 5px;
	background-color: #87bd44;
	border-radius: 4px;
}

div.seat div span {
	background-color: #73ACFF;
}