﻿body:before {
	position: absolute;
	content: "";
	width: 80%;
	border-radius: 20px;
	background-color: #f4f2e6;
	height: 80vh;
	-webkit-transform: rotate(-10deg);
	transform: rotate(-10deg);
	top: -50%;
	left: -25%;
	z-index: -1;
}

.logo-holder {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
}

	.logo-holder::after {
		width: 170px;
		height: 132px;
		background-color: #3ef99c;
		display: block;
		content: "";
		top: -35px;
		left: -40px;
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
		border-radius: 12px;
		z-index: -1;
		position: absolute;
	}

@media (min-width: 768px) {
	.logo-holder::after {
		width: 236px;
		height: 162px;
		left: -40px;
	}
}

@media (max-height: 800px) {
	.logo-holder::after {
		width: 170px;
		height: 132px;
		top: -35px;
	}
}

@media (min-width: 768px) {
	.site-logo {
		width: 134px;
		height: 75px;
		margin-left: 30px;
	}
}

@media (max-height: 800px) {
	.site-logo {
		width: 94px;
		height: 52px;
		margin-left: 20px;
	}
}

.site-logo {
	display: block;
	margin-top: 16px;
}

.top-menu {
	position: fixed;
	z-index: 101;
	background-color: #211e5b;
	height: 50px;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: auto;
	font-size: 0.75rem;
	padding: 0 55px 0 0;
	width: 100%;
	-webkit-align-items: center;
	align-items: center;
	top: 0;
}

.btn-primary {
	background-color: #3ef99c;
	border: none;
	font-weight: bold;
	color: #211e5b;
	width: 300px;
	border-radius: 1.5rem;
	font-size: 1.125rem;
	padding: 0.6em 1em 0.8em;
}

	.btn-primary:hover {
		background-color: #3ced92;
		color: #211e5b;
		cursor: pointer;
		border: none;
	}

	.btn-primary:focus {
		background-color: #3ced92;
		color: #211e5b;
		border: none;
	}

#AanmeldenPanel {
	text-align: center;
}

.panel-content {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
}

h1 {
	color: #211e5b;
	font-size: 3rem;
	margin-bottom: 2rem;
}

p {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 2rem;
}
