<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Open+Sans');
.modal {
	display: none;
	position: fixed; /* Stay in place */
	z-index: 100; /* Sit on top */
	padding-top: 20px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
video {
	width: 100% !important;
	height: auto !important;
}
.modal_pagina {
	display: none;
	position: fixed; /* Stay in place */
	z-index: 100; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal_pagina_content {
	position: absolute;
	background-color: #FFF;
	margin: auto;
	padding-top: 0;
	border: 1px solid #888;
	border-radius: 12px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 100%;
	max-width: 850px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.5s;
	animation-name: fadeIn;
	animation-duration: 0.5s;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	color: #000 !important;
	font-size: 16px;
}
.modal-body {
	padding: 0 12px;
}
.modal-body h1 {
	font-family: 'Amaranth', sans-serif;
	font-size: 30px;
	font-weight: normal;
	line-height: 37px !important;
	text-align: center;
	color: #000 !important;
}
.modal_pagina_content img {
	max-width: 600px;
	width: 100%;
	height: auto;
	margin: auto;
	margin-bottom: 15px;
	display: block;
}
a.meer-modal {
	margin-left: auto !important;
	margin-right: auto !important;
	position: relative;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 15px;
	display: block;
	width: 140px;
	height: 45px;
	border: #000 1.8px solid;
	border-radius: 3px;
	line-height: 40px;
	text-align: right;
	padding-right: 20px;
	color: #000 !important;
	transition: ease-in-out 0.3s;
	margin-top: 15px;
}
a.meer-modal:hover {
	text-decoration: none;
	border: #F52597 1.8px solid;
}
.knoppen-midden
{
position: relative;
	max-width: 348px;
	margin: auto;	
}	
.flex-buttons {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-left: -12px;
	margin-bottom: 0;
	margin-top: 20px;
	padding: 0;
	z-index: 8 !important;
	max-width:360px;
}
	
.flex-buttons div 
{
		position: relative;
	display: block;
	flex: 1 0 calc(50% - 12px);
	width: 50%;
margin-left: 12px;

}
a.btn-meer-kaarten-modal {
	display: block;
	font-family: 'Urfa-Normaal-Bold';
	padding: 15px 30px;
	border-radius: 6px;
	font-size: 20px;
	line-height:20px;
	color: #FFF;
	width: fit-content;
	transition: ease-in-out 0.2s;
	text-transform: uppercase;
	background-color: #99CCCD;
	margin: auto !important;
}
a.btn-meer-kaarten-modal:hover {
	transform: scale(1.04);
	text-decoration: none;
	background-color: #333;
}
a.btn-meer-info-modal {
	display: block;
	font-family: 'Urfa-Normaal-Bold';
	padding: 15px 30px;
	border-radius: 6px;
	font-size: 20px;
	line-height:20px;
	color: #FFF;
	width: fit-content;
	transition: ease-in-out 0.2s;
	text-transform: uppercase;
	background-color: #DDB04B;
	margin: auto !important;
}
a.btn-meer-info-modal:hover {
	transform: scale(1.04);
	text-decoration: none;
	background-color: #333;
}
h3 {
	font-family: 'Urfa-Normaal-Bold';
	font-size: 36px !important;
	line-height: 42px !important;
	margin: 0px 0px 30px 0px !important;
	font-weight: 100;
	color: #2E3F51;
}
/* Add Animation */
@-webkit-keyframes fadeIn {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
@keyframes fadeIn {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-webkit-keyframes animatetop {
 from {
top:-300;
opacity:0
}
to {
	top: 0;
	opacity: 1
}
}
 @keyframes animatetop {
 from {
top:-50%;
opacity:0
}
to {
	top: 0;
	opacity: 1
}
}
/* The Close Button */
.close {
	color: pink;
	float: right;
	margin-right: 15px;
	margin-top: 10px;
	font-size: 35px;
	font-weight: bold;
	color: #99CCCD;
}
.close:hover, .close:focus {
	color: #DDB04B;
	text-decoration: none;
	cursor: pointer;
}
a.btn-meer {
	margin-top: 40px;
	margin-bottom: 0;
	display: block;
	font-family: 'Urfa-Normaal-Bold';
	padding: 15px 30px;
	border-radius: 6px;
	font-size: 20px;
	color: #FFF;
	width: fit-content;
	transition: ease-in-out 0.2s;
	text-transform: uppercase;
}
a.btn-meer:hover {
	transform: scale(1.04);
	text-decoration: none;
}
a.btn-meer-kaarten {
	display: block;
	font-family: 'Urfa-Normaal-Bold';
	padding: 15px 30px;
	border-radius: 6px;
	font-size: 20px;
	line-height:20px;
	color: #FFF;
	width: fit-content;
	transition: ease-in-out 0.2s;
	text-transform: uppercase;
}
a.btn-meer-kaarten:hover {
	transform: scale(1.04);
	text-decoration: none;
}
.modal-body {
	padding: 60px 45px 30px 45px;
	color: #000;
}
@media screen and (max-width : 800px) {

/*	.text-m
	{
		display:none;
	}
	*/
}
@media screen and (max-width : 520px) {
.flex-buttons div {
	flex: 1 0 calc(100% - 15px);
	max-width: calc(100% - 15px);
}
.flex-buttons div:first-child {
	margin-bottom:20px;
}
}
@media screen and (max-width : 420px) {
.parallax-window {
@media screen and (max-width : 520px) {
.modal_pagina_content {
	width: 98% !important;
	max-width: 95% !important;
}
}
</pre></body></html>