		@font-face {
			font-family: 'SingStar';
			src: url('/assets/gui/Mukta-Medium.ttf') format('truetype');
			/* Safari, Android, iOS */
		}

		:root {
			--oranje: #E8602F;
			--zwart: #050301;
			--wit: #FFFAFA;
			--oranje-hover: #FF7F50;
			--zwart-mild: #2F2F2F;
			--wit-mild: #F5F5F5;
			--singstarrood: #ff1515;
			--singstarblauw: #00aacc;
		}


		body {
			background: var(--singstarrood);
			font-family: SingStar, 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
			font-size: x-large;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
		}

		header {
			font-family: SingStar, 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
			text-align: center;
			font-size: 5vw;
			color: var(--wit);
		}

		.login-page {
			width: 360px;
			padding: 8% 0 0;
			margin: auto;
		}

		.form {
			position: relative;
			z-index: 1;
			background: #FFFFFF;
			max-width: 360px;
			margin: 0 auto 100px;
			padding: 45px;
			text-align: center;
			box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
		}

		.form input {
			font-family: "Roboto", sans-serif;
			outline: 0;
			background: #f2f2f2;
			width: 100%;
			border: 0;
			margin: 0 0 15px;
			padding: 15px;
			box-sizing: border-box;
			font-size: 14px;
		}

		.form button {
			font-family: "Roboto", sans-serif;
			text-transform: uppercase;
			outline: 0;
			background: var(--singstarblauw);
			width: 100%;
			border: 0;
			padding: 15px;
			color: #FFFFFF;
			font-size: 14px;
			-webkit-transition: all 0.3 ease;
			transition: all 0.3 ease;
			cursor: pointer;
		}

		.form button:hover,
.form button:active,
.form button:focus {
	background: var(--singstarblauw);
}

.form .message {
	margin: 15px 0 0;
	color: #b3b3b3;
	font-size: 12px;
}

.form .message a {
	color: #4CAF50;
	text-decoration: none;
}

.container {
	position: relative;
	z-index: 1;
	max-width: 300px;
	margin: 0 auto;
}

.container:before,
.container:after {
	content: "";
	display: block;
	clear: both;
}

.container .info {
	margin: 50px auto;
	text-align: center;
}

.container .info h1 {
	margin: 0 0 15px;
	padding: 0;
	font-size: 36px;
	font-weight: 300;
	color: #1a1a1a;
}

.container .info span {
	color: #4d4d4d;
	font-size: 12px;
}

.container .info span a {
	color: #000000;
	text-decoration: none;
}

.container .info span .fa {
	color: #EF3B3A;
}

.waarschuwing {
	color: var(--singstarrood);
	text-align: center;
}

table {
	width: 100%;
}

.pc-tab > input,
.pc-tab section > div {
	display: none;
}

#tab1:checked ~ section .tab1,
#tab2:checked ~ section .tab2,
#tab3:checked ~ section .tab3,
#tab4:checked ~ section .tab4,
#tab5:checked ~ section .tab5,
#tab6:checked ~ section .tab6,
#tab7:checked ~ section .tab7 {
display: block;
}

#tab1:checked ~ nav .tab1,
#tab2:checked ~ nav .tab2,
#tab3:checked ~ nav .tab3,
#tab4:checked ~ nav .tab4,
#tab5:checked ~ nav .tab5,
#tab6:checked ~ nav .tab6,
#tab7:checked ~ nav .tab7 {
color: red;
}

/* Visual Styles */
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



h1 {
	text-align: center;
	font-weight: 100;
	font-size: 60px;
	color: var(--singstarblauw);
	text-shadow: 4px 4px 2px rgba(255,250,250,0.8);
}


.pc-tab {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.pc-tab ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.pc-tab ul li label {

	float: left;
	padding: 15px 25px;
	border: 1px solid #ddd;
	border-bottom: 0;
	background: var(--wit);
	color: var(--zwart);
}
.pc-tab ul li label:hover {
	background: var(--singstarrood);
	color: var(--wit);
}
.pc-tab ul li label:active {
	background: var(--wit);
	color: var(--zwart);
}
.pc-tab ul li:not(:last-child) label {
	border-right-width: 0;
}
.pc-tab section {

	clear: both;
}
.pc-tab section div {
	padding: 20px;
	width: 100%;
	border: 1px solid #ddd;
	background: #fff;
	line-height: 1.5em;
	letter-spacing: 0.3px;
	color: #444;
}
.pc-tab section div h2 {
	margin: 0;
	letter-spacing: 1px;
	color: #34495e;
}

#tab1:checked ~ nav .tab1 label,
#tab2:checked ~ nav .tab2 label,
#tab3:checked ~ nav .tab3 label,
#tab4:checked ~ nav .tab4 label,
#tab5:checked ~ nav .tab5 label,
#tab6:checked ~ nav .tab6 label,
#tab7:checked ~ nav .tab7 label {
background: var(--singstarblauw);
color: #eee;
position: relative;
}
#tab1:checked ~ nav .tab1 label:after,
#tab2:checked ~ nav .tab2 label:after,
#tab3:checked ~ nav .tab3 label:after,
#tab4:checked ~ nav .tab4 label:after,
#tab5:checked ~ nav .tab5 label:after,
#tab6:checked ~ nav .tab6 label:after,
#tab7:checked ~ nav .tab7 label:after {
content: "";
display: block;
position: absolute;
height: 2px;
width: 100%;
background: #ffffff;
left: 0;
bottom: -1px;
}


input[type="checkbox"] {
	width: 30px;
	height: 30px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #e0e0e0;
	border: 1px solid #ccc;
	border-radius: 3px;
	cursor: pointer;
	position: relative;
	margin: 10px;
}

/* Change the background color when checkbox is checked */
input[type="checkbox"]:checked {
	background-color: #4CAF50;
	border: 1px solid #4CAF50;
}

/* Add a check mark when checked */
input[type="checkbox"]:checked::after {
	content: "";
	position: absolute;
	left: 10px;
	top: 8px;
	width: 9px;
	height: 12px;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
	border-color: white;
	border-style: solid;
}
