.container
	{
		margin: -8px; 
		position: relative; 
		border: 0px;
		font-family: 'Rokkitt', Calibri, Arial;
		color: #000000;
		background-color: #ffffff;
		font-size: 14pt;
	}

#kaderlanguages
	{
		top: 50%;
		right: 0px;
		width: auto;
		height: auto;
		position: fixed;
		transform: translate(0, -50%);
		border: 0px;
		z-index: 30;
	}

.subkaderlanguages
	{
		top: 0px;
		left: 0px;
		width: 30px;
		height: 30px;
		margin-bottom: 10px;
		position: relative;
		background-color: red;
		z-index: 50;
		cursor: pointer;
		-webkit-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	
	.subkaderlanguages:last-child
		{
			margin-bottom: 0px;
		}
	
	.subkaderlanguages:hover
		{
			opacity: 0.5;
		}
		
[lang] 
	{
		display: none !important;
	}
	
.line
	{
		top: 0px;
		left: 0px;
		width: 100%;
		height: 12px;
		border: 0px;
		background-color: #a6937d; 
		position: relative;
		z-index: 1;
	}

.box
	{
		top: 0px;
		left: 0px;
		width: 100%;
		height: auto;
		background: none;
		position: relative;
		z-index: 1;
		border: 0px;
	}
	
	#boxcolor1
		{
			background-color: #ebd3b0;
		}
	
	.imgbackground
		{
			opacity: 0.1;
		}
	
#boxheader
	{
		top: 0px;
		left: 0px;
		width: 100%;
		height: 240px;
		background: none;
		position: fixed;
		z-index: 31;
		border: 0px;
		-webkit-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}

#boxsmallheader
	{
		top: 0px;
		width: 80%;
		height: 100%;
		margin: 0 auto;
		padding-top: 0px;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 0px;
		position: relative;
		background: none;
		clear: center;
		z-index: 2;
		border: 0px;
	}
	
#logo
	{
		top: 17%;
		left: 0px;
		height: 66%;
		width: auto;
		position: absolute;
		z-index: 10;
		border: 0px;
	}
	
.nav 
	{
		top: 50%;
		right: 15px;
		width: auto;
		height: auto;	
		transform: translate(0%, -50%);
		position: absolute;
		z-index: 6;
		border: 0px;
		color: #ffffff;
	}	
	
	.nav h5
		{
			display: inline-block;
		}
		
.boxbanner
	{
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100vh;
		border: 0px;
		background: none;
		position: relative;
		z-index: 1;
		border: 0px;
	}
	
	.divgradient
		{
			top: 0px;
			left: 0px;
			height: 100%;
			width: 60%;
			position: absolute;
			background-image: linear-gradient(to right, rgb(0, 0, 0, 0.8) , rgb(0, 0, 0, 0.0));
		}
	
	.divgradienthor
		{
			top: 0px;
			left: 0px;
			height: 80%;
			width: 100%;
			position: absolute;
			background-image: linear-gradient(to bottom, rgb(0, 0, 0, 0.7) , rgb(0, 0, 0, 0.0));
		}
	
	.divtitle
		{
			top: 50%;
			left: 50%;
			width: 90%;
			height: auto;	
			transform: translate(-50%, -50%);
			position: absolute;
			border: 0px;
			font-size: 45pt;
			text-align: center;
			font-family: 'Dancing Script';
			font-weight: 600;
			color: #ffffff;
			text-shadow: 0 0 10px #000000, 0 0 20px #000000, 0 0 30px #000000;
		}
		
.boxsmall
	{
		top: 0px;
		width: 80%;
		height: auto;
		margin: 0 auto;
		padding-top: 50px;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 50px;
		position: relative;
		background: none;
		clear: center;
		z-index: 2;
		border: 0px;
	}
	
	.boxsmallflexrow
		{
			display: flex;
			flex-direction: row;
		}
		
	.boxsmallflexcolumn
		{
			display: flex;
			flex-direction: column;
		}
	
	.boxsmall b
		{
			font-size: 20pt;
			font-family: 'Dancing Script';
			font-weight: 700;
		}
		
.boxinfo
	{
		margin-left: 0px;
		float: left;
		width: calc(50% - 20px);	
		min-height: 300px;
		height: auto;
		position: relative;
		border: 0px;
	}
	
	.boxinfo:nth-child(2)
		{
			margin-left: 40px;
		}
	
	.boxinfo span
		{
			top: 50%;
			transform: translate(0%, -50%); 
			position: relative;
		}
	
	.boxinfo li
		{
			margin-bottom: 10px;
		}
	
	.boximgheight
		{
			margin-top: 0px;
			margin-bottom: 10px;
			height: calc(50% - 5px);
			margin-left: 0px;
			width: 100%;
			position: relative;
			border: 0px;
		}
		
		.boximgheight:last-child
			{
				margin-bottom: 0px;
			}
		
	.boximgwidth
		{
			float: left;
			margin-top: 0px;
			margin-left: 0px;
			margin-right: 10px;
			height: 100%;
			width: calc(50% - 5px);
			position: relative;
			border: 0px;
		}
		
		.boximgwidth:last-child
			{
				margin-right: 0px;
			}
			
	.boximgwidththird
		{
			float: left;
			margin-top: 0px;
			margin-left: 0px;
			margin-right: 10px;
			height: 500px;
			width: calc(calc(100% / 3) - calc(20px / 3));
			position: relative;
			border: 0px;
		}
		
		.boximgwidththird:last-child
			{
				margin-right: 0px;
			}	
			
		.rowimg img, .boximgwidththird img, #boxinfoimg img
			{
				-webkit-transition: .5s ease-in-out;
				transition: .5s ease-in-out;
			}
			
		.rowimg img:hover, .boximgwidththird img:hover, #boxinfoimg img:hover
			{
				opacity: 0.6;
				cursor: pointer;
			}
	
.boxinfowholewidth
	{
		top: 0px;
		left: 0px;
		height: auto;
		width: 100%;
		position: relative;
		border: 0px solid#000;
		margin-bottom: 20px;
		text-align: center;
		display: table;
	}
	
	.boxinfowholewidth:last-child
			{
				margin-bottom: 0px;
			}
	
#boxinfowholewidthlogo
	{
		top: 0px;
		width: 50%;
		max-width: 300px;
		height: auto;
		margin: 0 auto;
		display: block;
		margin-bottom: 30px;
		border: 0px;
	}
			
.rowimg
	{
		float: left;
		width: calc(25% - 10px + 2.5px);
		height: 200px;
		border: 0px;
		position: relative;
		margin-right: 10px;
	}
	
	.rowimg:last-child
		{
			margin-right: 0px;
		}

.reserverenbox
	{
		float: left;
		width: calc(33% - 6px - 6px - 24px - 1px);
		height: auto;
		border: 1px solid #a6937d;
		position: relative;
		margin-right: 9px;
		padding: 16px;
	}
	
	.reserverenbox:last-child
		{
			margin-right: 0px;
		}

.facilitytable
	{
		margin-top: 30px;
		margin-left: 0px;
		width: 100%;
		height: auto;
		margin-bottom: 20px;
		position: relative;
		border: 0px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-evenly;
	}
			
.facilityrow
	{
		width: calc(25% - 7.5px);
		height: auto;
		border: 0px;
		position: relative;
		margin-right: 10px;
		margin-bottom: 50px;
	}
	
	.facilityrow:nth-child(4), .facilityrow:nth-child(8), .facilityrow:nth-child(12)
		{
			margin-right: 0px;
		}
		
	.facilityrow:nth-last-child(4), .facilityrow:nth-last-child(3), .facilityrow:nth-last-child(2), .facilityrow:nth-last-child(1)
		{
			margin-bottom: 0px;
		}
		
	.facilityicon
		{
			float: left;
			margin-top: 0px;
			margin-left: 0px;
			width: calc(25% - 15px);
			max-width: 60px;
			height: auto; 
			margin-bottom: 0px;
			position: relative;
			border: 0px;
		}
	
		.facilityicon img
			{
				width: 100%;
				height: auto;
			}
		
	.facilitytekst
		{
			float: left;
			margin-top: 0px;
			margin-left: 15px;
			width: calc(75%);
			height: auto;
			margin-bottom: 0px;
			position: relative;
			border: 0px;
		}	
			
.tabletijden, .tableappartement
	{
		top: 0px;
		left: 0px;
		width: 100%;
		height: auto;
		position: relative;
		border: 0px;		
	}

.rowtijden, .rowappartement
	{
		top: 0px;
		left: 0px;
		width: 100%;
		height: auto;
		margin-bottom: 10px;
		position: relative;
		display: table;
		border: 0px;	
	}
	
	.rowtijden:last-child, .rowappartement:last-child
		{
			margin-bottom: 0px;
		}

.columntijden
	{
		top: 0px;
		left: 0px;
		min-width: 100px;
		max-width: calc(100% - 100px);
		width: auto;
		height: auto;
		float: left;
		position: relative;
		border: 0px;	
	}	

.columnappartement
	{
		top: 0px;
		left: 0px;
		min-width: 50px;
		max-width: calc(100% - 50px);
		width: auto;
		height: auto;
		float: left;
		position: relative;
		border: 0px;	
	}
	
.boxmail
	{
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100vh;
		border: 0px;
		background: none;
		position: relative;
		z-index: 1;
		border: 0px;
	}
	
.divcenter
	{
		top: 50%; 
		left: 0px; 
		width: 100%; 
		height: auto; 
		transform: translate(0%, -50%); 
		position: absolute; 
		z-index: 20; 
		border: 0px;
	}
	
	.divcenterchild
		{
			margin-top: 15px; 
			left: 0px; 
			width: auto; 
			height: auto; 
			padding-left: 15px;
			padding-right: 15px;
			position: relative; 
			z-index: 200; 
			color: #ffffff;
			font-size: 20pt;
			text-align: center;
			border: 0px;	
		}
		
		.divcenterchild:first-child
			{
				margin-top: 0px; 
			}
		
		.divcenter img
			{
				width: 90%;
				max-width: 400px;
				height: auto;
			}
			
.inputcontact
	{
		margin-top: 5px;
		width: calc(100% - 40px);
		padding: 14px 20px;
		color: #000000;
		background-color: #ffffff;
		border: 0px;
		border-radius: 4px;
		cursor: pointer;
	}
		
.buttoncontact
	{
		margin-top: 0px;
		margin-right: 10px;
		width: calc(50% - 5px);
		padding-top: 10px;
		padding-bottom: 10px;
		color: #000000;
		background-color: #ffffff;
		border: 0px;
		border-radius: 4px;
		cursor: pointer;
	}
	
	.buttoncontact:last-child
		{
			margin-right: 0px;
		}
		
.mailimg
	{
		top: 0px;
		left: 0px;
		height: 100%;
		width: 100%;
		position: absolute;
		border: 0px;
		background-color: rgb(0, 0, 0, 0.8);
	}


#footer
	{
		background: #a6937d;
		color: #ffffff;
		font-size: 12pt;
		text-align: center;
	}
	
#footerboxsmall
	{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	#footerboxsmall p
		{
			display: inline;
			margin: 0px;
		}
		
	#footerboxsmall u
		{
			font-style: none;
		}
		
	#footerboxsmall i
		{
			font-size: 9pt;
		}

@media screen and (max-width: 1150px) 
{	
	.nav 
		{
			top: 0px;
			right: 0px;
			width: 100%;
			height: 100%;	
			transform: translate(0%, -0%);
			position: absolute;
		}
		
		.nav h5
			{
				display: none;
			}
	
	.reserverenbox
		{
			width: calc(100% - 2px - 30px);
			margin-right: 0px;
			margin-bottom: 15px;
		}
		
		.reserverenbox:last-child
			{
				margin-bottom: 0px;
			}
		
	.facilityrow
		{
			width: calc(50% - 10px);
		}
		
		.facilityrow:nth-child(even)
			{
				margin-right: 0px;
			}
			
		.facilityrow:nth-last-child(4), .facilityrow:nth-last-child(3) 
			{
				margin-bottom: 50px;
			}
	
	#footerboxsmall p
		{
			display: block;
			margin: 10px;
		}
		
	#footerboxsmall u
		{
			display: none;
		}
}

@media screen and (max-width: 920px)
{	
	#boxheader
		{
			height: 120px;
			background: #a6937d;
			position: relative;	
		}

	#boxsmallheader
		{
			width: 90%;
			padding-left: 0px;
			padding-right: 0px;
		}

	#logo
		{
			top: 50%;
			left: 50%;
			height: 60%;
			-webkit-transform: translate(-50%, -50%) !important; 
			transform: translate(-50%, -50%);
		}
			
	.boxsmall 
		{
			width: calc(100% - 100px);
			padding-left: 50px;
			padding-right: 50px;
		}
		
		.boxsmallflexrow
			{
				display: flex;
				flex-direction: column;
			}
				
	.boxbanner
		{
			height: calc(100vh - 120px - 12px);
		}

	.divtitle
		{
			width: 80%;
			font-size: 30pt;
		}
	
	.rowimg
		{
			width: calc(50% - 5px);
			height: 150px;
			margin-bottom: 10px;
		}
		
		.rowimg:nth-child(2)
			{
				margin-right: 0px;
			}
			
		.rowimg:nth-child(3)
			{
				margin-bottom: 0px;
			}
			
		.rowimg:last-child
			{
				margin-bottom: 0px;
				margin-right: 0px;
			}
	
	.boxinfo
		{
			float: none;
			width: 100%;	
			min-height: 0px;
			text-align: center;
		}
		
		.boxinfo:nth-child(2)
			{
				margin-left: 0px;
			}

			
		#boxinfotekst 
			{
				order: 1;
				margin-bottom: 20px;
			}
			
		#boxinfoimg 
			{
				order: 2;
				height: 300px;
			}
		
		.boxinfo span
			{
				top: 0%;
				transform: translate(0%, 0%); 
			}
	
		.boximgheight
			{
				margin-right: 10px;
				width: calc(50% - 5px);
				height: 100%;
				float: left
			}
			
			.boximgheight:last-child
				{
					margin-right: 0px;
				}
			
		.boximgwidth
			{
				margin-bottom: 10px;
				width: 100%;
				height: calc(50% - 5px);
			}
			
			.boximgwidth:last-child
				{
					margin-bottom: 0px;
				}
		
		#boxinfowholewidthlogo
			{
				width: 80%;
			}

		.boximgwidththird
			{
				float: none;
				margin-bottom: 10px;
				margin-right: 0px;
				height: 200px;
				width: 100%;
			}
			
			.boximgwidththird:last-child
				{
					margin-bottom: 0px;
				}
			
	.columntijden, .columnappartement
		{		
			max-width: 100%;
			width: 100%;	
			float: none;
		}	
		
		.columntijden:first-child, .columnappartement:first-child
			{		
				font-weight: bold;
			}	
		
	#subfooter
		{
			text-align: center;
		}
		
	#footer
		{
			text-align: center;
		}
}

@media screen and (max-width: 700px)
{
	.facilityrow
		{
			width: 100%;
			margin-bottom: 30px;
		}
		
		.facilityrow:nth-child(even), .facilityrow:nth-child(odd)
			{
				margin-right: 0px;
			}
			
		.facilityrow:nth-last-child(4), .facilityrow:nth-last-child(3), .facilityrow:nth-last-child(2)  
			{
				margin-bottom: 30px;
			}
}


