body {
	margin: 0;
	background: url('background.webp');
	background-size: cover;
	background-attachment: fixed;
	border-collapse: collapse;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 30px;
}

html.error {
	height: 100%;
	margin: 0;
}

html.error body {
	background: none;
	height: 100%;
	margin: 0;
}

a, a:visited, a:hover, a:active {
	color: white;
	text-decoration: underline;
}

.table {
	display: table;
}
.table-cell {
	display: table-cell;
	vertical-align: middle;
}

.separator {
	height: 20px;
}


#error-box {
	display: flex;
	flex-flow: column;
	height: 100%;
}

#dark-background {
	display: none;
	position: fixed;
	background-color: rgba(0,0,0,0.8);
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#menu {
	height: 10vw;
	background-color: black;
	color: white;
	font-weight: bold;
	font-size: 3vw;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5;
}

.menu-item {
	cursor: pointer;
	height: 10vw;
	width: 25vw;
	text-align: center;
	background: linear-gradient(90deg, rgba(255,255,255,0.25) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0) 99%, rgba(255,255,255,0.25) 100%);
}

.menu-item:nth-of-type(2) {
	width: 30vw;
}

.menu-item:nth-of-type(3) {
	width: 20vw;
}

header {
	border-top: 20px solid black;
	border-bottom: 20px solid black;
	width: 100%;
	background-color: rgb(200, 0, 0);
	background: linear-gradient(0deg, rgba(255,0,0,1) 0%, rgba(220,0,0,1) 5%, rgba(220,0,0,1) 95%, rgba(255,0,0,1) 100%);
	padding-top: 1%;
	padding-bottom: 1%;
	text-align: center;
}

#error-box header {
	flex: 0 1 auto;
}

header img.logo {
	margin-left: 20px;
	float: left;
}

header img.kick {
	width: 100px;
	max-width: 8%;
}

header #karateVlaardingenText {
	width: 800px;
	max-width: 60%;
	margin-left: 20px;
	margin-right: 20px;
}

.shadowed {
	-webkit-filter: drop-shadow(2px 2px 5px #000);
	filter: drop-shadow(2px 2px 5px #000);
}

section {
	box-sizing: border-box;
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

section.black-padding {
	padding-left: 20px;
	padding-right: 20px;
	background-color: black;
}

section.black-padding.top {
	padding-top: 20px;
}

#error-box section {
	flex: 1 1 auto;
	overflow: hidden;
}

.grid {
	display: grid;
	width: calc(100% - 20px);
}

.black-padding .grid {
	grid-gap: 20px;
	background-color: black;
}

.grid-40-60 {
	grid-template-columns: 40% 60%;
}

.grid-50-50 {
	grid-template-columns: 50% 50%;
}

.grid-33-34-33 {
	grid-template-columns: 33% 34% 33%;
}

.section-cell {
	background-color: rgb(140, 0, 0);
	color: white;
}

.image-full-width {
	display: block;
	width: 100%;
}

.right {
	float: right;
}

.text-area {
	padding: 10px 20px 40px 20px;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
	text-align: justify;
}

#error-text {
	height: 100%;
}

#error-box .text-area {
	height: 100%;
}

.white {
	background-color: white;
	color: black;
	text-shadow: none;
}

#intro .text-area {
	text-align: left;
}

.side-by-side {
	display: inline-block;
	vertical-align: top;
}

.horizontal-bar {
	border-top: 20px solid black;
	border-bottom: 20px solid black;
	width: 100%;
	background-color: rgb(200, 0, 0);
}

.horizontal-bar.last {
	border-bottom: none;
}

.proeflesBar {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 22px;
	color: white;
	font-weight: bold;
	text-shadow: 1px 1px 10px rgba(0, 0, 0, 1);
}

.button {
	cursor: pointer;
	display: inline-block;
	width: 300px;
	height: 40px;
	border: 2px solid white;
	text-transform: uppercase;
	padding-top: 10px;
	font-size: 18px;
	border-radius: 4px;
	font-weight: bold;
	text-align: center;
}

.red-button {
	background-color: red;
	background: linear-gradient(0deg, rgba(200,0,0,1) 0%, rgba(220,0,0,1) 25%, rgba(255,0,0,1) 35%, rgba(240,0,0,1) 100%);
	color: white;
}

.grey-button {
	background-color: rgb(200,200,200);
	background: linear-gradient(0deg, rgba(200,200,200,1) 0%, rgba(220,220,220,1) 25%, rgba(220,220,220,1) 35%, rgba(230,230,230,1) 100%);
	color: black;
}

.red-button.disabled {
	cursor: auto;
	background: linear-gradient(0deg, rgba(200,200,200,1) 0%, rgba(220,220,220,1) 25%, rgba(220,220,220,1) 35%, rgba(230,230,230,1) 100%);
	color: grey;
}

#sportfonds-bar img {
	width: 100%;
	display: block;
}

#sportfonds-bar img:first-of-type {
	float: left;
}

#jeugdfonds-section {
	background-color: black;
}

#jeugdfonds-section .text {
	display: inline-block;
	padding: 0 20px;
	font-weight: bold;
	color: white;
}

.photo-header {
	position: relative;
}

.photo-header h2 {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% - 20px);
	background-color: black;
	opacity: 0.8;
	padding: 20px;
	margin: 0;
	text-transform: uppercase;
}

.section-cell > h2 {
	display: block;
	bottom: 0;
	left: 0;
	width: calc(100% - 20px);
	padding: 20px;
	margin: 0;
	text-transform: uppercase;
}

.underline {
	text-decoration: underline;
}

.light-gradient {
	background: linear-gradient(0deg, rgba(255,20,30,1) 0%, rgba(220,0,0,1) 5%, rgba(220,0,0,1) 95%, rgba(255,20,30,1) 100%);
}

.red-gradient {
	background: linear-gradient(0deg, rgba(220,0,0,1) 0%, rgba(180,0,0,1) 10%, rgba(180,0,0,1) 90%, rgba(220,0,0,1) 100%);
}

.teacher {
	overflow:auto;
}

.teacher img {
	display: block;
	float: left;
	width: 175px;
	margin-bottom: 0;
	clear: both;
}

.teacher .text {
	padding: 10px 20px 10px 20px;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
	overflow: hidden;
}

.teacher .text ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 10px;
}

.teacher .header {
	display: block;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	box-sizing: border-box;
	margin: 0;
}

.teacher .name {
	display: inline-block;
	padding: 10px 20px 10px 195px;
	font-weight: bold;
}

.black-bar {
	height: 20px;
	width: 100%;
	background-color: black;
}

.black-bar.small {
	height: 10px;
}

footer {
	width: 100%;
	background-color: black;
	color: white;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}

#sitemap {
	margin-bottom: 32px;
}

#sitemap a {
	display: inline-block;
	width: 200px;
	text-align: center;
	text-transform: uppercase;
}

#social-bar img {
	width: 64px;
	margin-left: 32px;
	margin-right: 32px;
	margin-top: 32px;
}

#static-proefles-bar {
	color: white;
	font-size: 3vw;
	line-height: 4vw;
	font-weight: bold;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 2vw 4vw;
	box-sizing: border-box;
	border-top: 0.5vw solid white;
}

#static-proefles-bar .proeflesButton {
	z-index: 4;
}

#static-proefles-bar .red-button {
	text-align: center;
	font-size: 3vw;
	padding-top: 2vw;
	padding-bottom: 2vw;
	margin-top: 0;
	width: 32vw;
	height: 8vw;
	line-height: 4vw;
	margin-left: 4vw;
}

#kanji {
	float: right;
	width: 100px;
	margin-left: 20px;
}

#cboxLoadedContent {
	overflow: visible !important;
}

#proefles-form-container {
	display: none;
}

#proefles-form {
	width: 100%;
	height: 100%;
	max-width: 800px;
	max-height: 800px;
	background-color: white;
	border: 2px solid black;
	overflow: hidden;
	position: relative;
	z-index: 100;
	padding: 20px;
	box-sizing: border-box;
	overflow: visible;
}

#proefles-form p {
	margin-bottom: 2px;
}

#proefles-form select {
	width: 400px;
	max-width: 90%;
	height: 40px;
	font-size: 16px;
}

#proefles-form input[type="text"] {
	width: 400px;
	max-width: calc(90% - 10px);
	height: 40px;
	font-size: 16px;
	padding-left: 10px;
}

#proefles-form input[type="checkbox"] {
	width: 20px;
	height: 20px;
}

.proefles-step {
	display: none;
	width: 100%;
	height: 100%;
}

.proefles-step input[type="radio"] {
	margin-right: 10px;
}

#proefles-step-1 {
	display: block;
}

#proefles-step-2 input[type="radio"] {
	margin-top: 20px;
	margin-left: 10px;
}

#proefles-form .question {
	display: none;
}

#proefles-form .question p {
	font-weight: bold;
}

#proefles-form .question:first-of-type {
	display: block;
}

#proefles-form a, #proefles-form a:visited, #proefles-form a:hover, #proefles-form a:active {
	color: black;
	text-decoration: underline;
}

#colorbox {
	z-index: 20;
}

.colorbox-button {
	position: absolute;
	bottom: 20px;
	font-size: 14px;
	max-width: 45%;
}

.colorbox-button.right {
	right: 20px;
}

.colorbox-button.left {
	left: 20px;
}

.colorbox-close {
	position: absolute;
	top: 4px;
	right: 4px;
	background-image: url('icon-close.png');
	width: 50px;
	height: 50px;
	background-size: cover;
	cursor: pointer;
}

.form-confirmation-row:first-of-type {
	margin-top: 20px;
}

.form-confirmation-row:last-of-type {
	margin-bottom: 100px;
}

.form-confirmation-label {
	display: inline-block;
	width: 150px;
	max-width: 35%;
	font-weight: bold;
	margin-left: 10px;
}

.form-confirmation-value {
	display: inline-block;
}

#accept {
	margin-top: 20px;
}

#button-sending {
	display: none;
	cursor: auto;
}

.loader {
  border: 4px solid white;
  border-top: 4px solid rgba(0,0,0,0);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.icon img {
	width: 100px;
	height: 100px;
	margin: 20px 40px 20px 20px;
}

#privacy .question {
	color: rgb(140, 0, 0);
	font-weight: bold;
	margin-top: 32px;
	margin-bottom: 0;
}

#privacy .answer {
	margin-top: 10px;;
}

.pointer {
	cursor: pointer;
}

.mobile {
	display: none;
}

@media only screen and (max-width: 1199px) {
	body {
		margin: 0;
		background: none;
		border-collapse: collapse;
		font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
		font-size: 3vw;
		line-height: 6vw;
		text-align: justify;
		background: none;
	}
	h2 {
		font-size: 4vw;
		margin-top: 0;
	}
	header {
		border-top: 10vw solid black;
	}
	.grid {
		display: block;
		width: 100%;
	}
	section {
		display: block;
		width: 100%;
	}
	section.black-padding {
		padding-left: 0;
		padding-right: 0;
	}
	.section-cell {
		display: block;
		width: 100%;
	}
	.section-cell:nth-child(2) {
		border-top: 20px solid black;
	}
	.section-cell-50 {
		width: 100%;
	}
	.logo {
		display: none;
	}
	#intro {
		border-bottom: 20px solid black;
	}
	#introLeft {
		width: 100%;
		max-width: 100%;
	}
	#introRight {
		width: 100%;
		max-width: 100%;
	}
	#introRight img {
		width: 100%;
	}
	.photo-header h2 {
		padding: 4vw;
	}
	.text-area {
		padding: 4vw;
	}
	.proeflesButton {
		margin-top: 20px;
	}
	#jeugdfonds-section .text {
		margin-top: 20px;
	}
	.teacher .name {
		font-size: 3.5vw;
		padding-left: 34vw;
	}
	.teacher img {
		width: 30vw;
	}
	.teacher .text ul {
		padding-left: 4vw;
	}
	#kanji {
		width: 25vw;
		margin-left: 5vw;
	}
	footer {
		padding-top: 5vw;
		padding-bottom: 20vw;
	}
	#sitemap {
		margin-bottom: 5vw;
	}
	#sitemap a {
		width: 30vw;
	}
	#social-bar img {
		width: 10vw;
		margin-left: 5vw;
		margin-right: 5vw;
		margin-top: 5vw;
	}
	#colorbox {
		font-size: 3.5vw;
		line-height: 7vw;
	}
	.colorbox-close {
		width: 10vw;
		height: 10vw;
	}
	#proefles-form select {
		font-size: 4vw;
	}

	#proefles-form input[type="text"] {
		font-size: 4vw;
	}
	.colorbox-button {
		font-size: 3vw;
	}
	.icon img {
		max-width: 10vw;
		max-height: 10vw;
	}
	.mobile {
		display: block;
	}
	.desktop {
		display: none;
	}
}