﻿@charset "utf-8";
/* CSS Document 
grijs #F3F3F3 rgba(243, 243, 243)
roze  #F52597 rgba(245, 37, 151)
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=Calligraffitti');
@import url('https://fonts.googleapis.com/css?family=Amaranth');
@font-face {
	font-family: 'CopprplGoth Hv BT';
	src: url('font/CopperplateGothicBT-Heavy.eot');
	src: url('font/CopperplateGothicBT-Heavy.eot?#iefix') format('embedded-opentype'), url('font/CopperplateGothicBT-Heavy.woff2') format('woff2'), url('font/CopperplateGothicBT-Heavy.woff') format('woff'), url('font/CopperplateGothicBT-Heavy.ttf') format('truetype'), url('font/CopperplateGothicBT-Heavy.svg#CopperplateGothicBT-Heavy') format('svg');
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: 'CopprplGoth BT';
	src: url('font/CopperplateGothicBT-Roman.eot');
	src: url('font/CopperplateGothicBT-Roman.eot?#iefix') format('embedded-opentype'), url('font/CopperplateGothicBT-Roman.woff2') format('woff2'), url('font/CopperplateGothicBT-Roman.woff') format('woff'), url('font/CopperplateGothicBT-Roman.ttf') format('truetype'), url('font/CopperplateGothicBT-Roman.svg#CopperplateGothicBT-Roman') format('svg');
	font-weight: normal;
	font-style: normal;
}
.fullshadow-small {
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.19);
}
.shadow {
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.19);
}
.shadow-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	-moz-box-shadow: inset 0px 20px 16px -18px rgba(0,0,0,0.8), inset 0px -20px 16px -18px rgba(0,0,0,0.8);
	-webkit-box-shadow: inset 0px 20px 16px -18px rgba(0,0,0,0.8), inset 0px -20px 16px -18px rgba(0,0,0,0.8);
	box-shadow: inset 0px 20px 16px -18px rgba(0,0,0,0.8), inset 0px -20px 16px -18px rgba(0,0,0,0.8);
	z-index: 4;
	top: 0;
	left: 0;
}
.shadow-bottom-right {
	-moz-box-shadow: 6px 6px 8px #000;
	-webkit-box-shadow: 6px 6px 8px #000;
	box-shadow: 6px 6px 8px #000;
}

.lijntitel {
	margin: auto;
	height: 5.2px;
	margin-bottom: 40px;
	width: 100%;
	max-width: 90px;
	background: #F52597;
	background-color: rgba(245, 37, 151, 1);
}
html, body {
	margin: 0!important;
	padding: 0!important;
	height: 100%;
}
.actief
{
	color:#F52597 !important;
}
.home_table {
	display: table;
	width: 100%;
	max-width: 1140px;
	margin: auto;
	table-layout: fixed;
}
.home_cell {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	width: 100%;
}
.home_links {
	padding-top: 0;
	margin-top: 0;
	width: 60%;
}
.home_tussen {
	width: 5%;
}
.home_rechts {
	width: 35%;
}
a.actueel-item-home {
	display: block;
	position: relative;
	vertical-align: text-top;
	width: 100%;
	font-size: 16px;
	line-height: 28px;
	text-decoration: none !important;
	background-color: #FFF;
	color: #000;
	outline: 0;
	border-radius: 18px;
	margin-bottom: 10px;
	transition: ease-in-out 0.3s;
}
a.actueel-item-home:hover {
	transform: scale(1.03);
}
.titel_over_foto {
	position: absolute;
	width: 100%;

		bottom:0px !important;
}
h1.titelfotonieuws {
	font-family: 'Amaranth', sans-serif;
	font-size: 30px;
	font-weight: normal;
	line-height: 40px !important;
	text-align: left;
	margin-top:0px;
	margin-bottom:8px !important;
	color:#FFF; 
	text-shadow:none;
}
.flex-nieuws {
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
	margin-left: -25px;
}
a.nieuws-meer {
	position: relative;
	flex: 1 0 calc(33.333% - 25px);
	width: 33.333%;
	margin-left: 25px;
	margin-bottom: 30px;
	outline: 0;
	vertical-align: text-top;
	font-size: 16px;
	line-height: 28px;
	text-decoration: none !important;
	background-color: #FFF;
	color: #000;
	outline: 0;
	transition: ease-in-out 0.3s;
}
a.nieuws-meer {
	max-width: calc(33.333% - 25px);
}
a.nieuws-meer:hover {
	transform: scale(1.03);
}
a.meerbtn-nieuws {
	position: relative;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 17px;
	display: block;
	width: 180px;
	height: 45px;
	border: #000 1.8px solid;
	border-radius: 3px;
	line-height: 40px;
	text-align: right;
	padding-right: 25px;
	color: #000 !important;
	margin-top: 40px;
	margin-left:auto;
	margin-right:auto;
	transition: ease-in-out 0.3s;
}
a.meerbtn-nieuws:hover {
	text-decoration: none;
	border: #F52597 1.8px solid;
}
.btn-icon {
	position: absolute;
	left: 2px;
	top: -1px;
	width: 45px;
	height: 45px;
	background: url(images/pijtje-icon-nieuws.png) no-repeat;
}
a.nieuws-overzicht {
	display: block;
	position: relative;
	vertical-align: text-top;
	width: 100%;
	font-size: 16px;
	line-height: 28px;
	text-decoration: none !important;
	background-color: #FFF;
	color: #000;
	outline: 0;
	border-radius: 18px;
	margin-bottom: 10px;
	transition: ease-in-out 0.3s;
}
a.actueel-item-home:hover {
	transform: scale(1.03);
}
.titel_over_foto {
	position: absolute;
	bottom: 10px;
	width: 100%;
}
h1.titelfoto {
	font-family: 'Amaranth', sans-serif;
	font-size: 30px;
	font-weight: normal;
	line-height: 37px !important;
	text-align: left;
	color: #FFF !important;
	text-shadow: 2px 3px 0 #333;
}
a.meer-tennis {
	position: relative;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 17px;
	display: block;
	width: 200px;
	height: 45px;
	border: #FFF 1.8px solid;
	border-radius: 3px;
	line-height: 40px;
	text-align: right;
	padding-right: 25px;
	color: #FFF !important;
	margin-top: 20px;
	transition: ease-in-out 0.3s;
}
a.meer-tennis:hover {
	text-decoration: none;
	border: #F52597 1.8px solid;
}
.btn-icon-tennis {
	position: absolute;
	left: 2px;
	top: -1px;
	width: 45px;
	height: 45px;
	background: url(images/pijtje-icon-nieuws.png) no-repeat;
}




.flex-blok-container ul {
	list-style: none;
	padding-left: 0;
	text-align: left;
}
.flex-blok-container ul li {
	position: relative;
	padding-left: 35px;
	font-size:15px;
}
.flex-blok-container li:before {
	content: '';
	width: 21px;
	height: 21px;
	position: absolute;
	background-image: url('images/li.png');
	background-size: cover;
	background-position: center;
	left: 0;
	top: 6px;
}
.flex-contact {
	display: flex;
	align-items: flex-start; /* NEW */
	flex-wrap: wrap;
	margin-top: 0px;
	margin-left:-20px;
}
.contact-2 {
	position: relative;
	flex: 0 calc(50% - 20px);
	margin-left: 20px;
	margin-bottom: 15px;
	outline: 0;
	text-align: left;
	text-decoration: none;

}
.contact-2 {
	max-width: calc(50% - 20px);
}
.contact-1 {
	position: relative;
	flex: 0 calc(100% - 20px);
	margin-left: 20px;
	margin-bottom: 15px;
	outline: 0;
	text-align: left;
	text-decoration: none;

}
.contact-1 {
	max-width: calc(100% - 20px);
}
.bon
{
	width:100%;
	height:auto;
	display:block;
	position:absolute;
	top:-40px;
	right:-30px;
	max-width:550px !important;
}
.flex-blok-container {
	display: flex;
	align-items: flex-start; /* NEW */
	flex-wrap: wrap;
	margin-top: 50px;
	margin-left: -25px;
}
.no-margin-top
{
	margin-top:0px !important;
}
h1.contact
{
	margin-top:60px !important;
	font-family: 'CopprplGoth Hv BT' !important;
	color:#000;
	font-size:20px;
}
.flex-blok-container h1 {
	font-family: 'Amaranth', sans-serif;
	font-size: 32px;
	font-weight: normal;
	line-height: 40px;
	text-align: left;
	padding: 0 !important;
	margin: 0 !important;
	color: #000;
}

.flex-blok-container img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	margin-top: 15px;
}
.home_table h1 {
	font-family: 'Amaranth', sans-serif;
	font-size: 32px;
	font-weight: normal;
	line-height: 50px;
	text-align: left;
	padding: 0 !important;
	margin: 0 !important;
	color: #000;
}
.blok-3 {
	position: relative;
	flex: 0 calc(33.333% - 25px);
	width: 33.333%;
	margin-left: 25px;
	margin-bottom: 25px;
	outline: 0;
	text-align: left;
	text-decoration: none;
}
.blok-3 {
	max-width: calc(33.333% - 25px);
}
.blok-2 {
	position: relative;
	flex: 0 calc(50% - 25px);
	margin-left: 25px;
	margin-bottom: 25px;
	outline: 0;
	text-align: left;
	text-decoration: none;
}
.blok-2 {
	max-width: calc(50% - 25px);
}
.blok-1 {
	position: relative;
	flex: 0 calc(100% - 25px);
	margin-left: 25px;
	margin-bottom: 25px;
	outline: 0;
	text-align: left;
	text-decoration: none;
}
.blok-1 {
	max-width: calc(100% - 25px);
}
.blok-1 h2, .blok-2 h2, .blok-3 h2
{	text-align: left;
color:#000;
font-weight: normal;
font-family: 'Amaranth', sans-serif;
	padding-top: 20px !important;
	margin-top: 20px !important;
	margin-bottom: 20px;
	font-size: 32px;
	text-shadow: none;
	line-height: 40px;
}
a.ctab
{
	width:100%;
	max-width:260px;
	height:55px;
	line-height:55px;
	font-family: 'Amaranth', sans-serif;
	color:#FFF;
	text-align:center;
	background-color:#F52597;
	border-radius:12px;
	display:block;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.19);
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
}
a.ctab:hover
{
	background-color:#333;
	text-decoration:none;
	color:#FFF;
}
.padding_full {
	padding: 18px;
}
.padding_full_left_right_bottom {
	padding-left: 18px;
	padding-right: 18px;
	padding-bottom: 0px;
}
.parallux, .parallux.no-parallax .parallux-bg {
	margin: 0!important;
	padding: 0!important;
	position: relative
}
.parallux.no-parallax, .parallux.not-full {
	overflow: hidden;
}
.parallux .parallux-bg, .parallux .parallux-bg .parallux-inner {
	top: 0;
	left: 0;
	margin: 0!important;
	padding: 0!important;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
}
.parallux.not-full .parallux-bg {
	height: 100%;
 bottom: initial margin: 0!important;
	padding: 0!important;
}
.parallux.no-parallax .parallux-bg, .parallux.no-parallax .parallux-inner {
	margin: 0!important;
	padding: 0!important;
	background-attachment: initial
}
.parallux.bg-fixed .parallux-inner {
	margin: 0!important;
	padding: 0!important;
	background-attachment: fixed;
}
.parallux .parallux-bg {
	right: 0;
	height: 100%;
	overflow: hidden;
	position: fixed;
}
.parallux .parallux-bg .parallux-inner {
	margin: 0!important;
	padding: 0!important;
	margin: 0;
	padding: 0;
	position: relative;
	min-width: 100%;
	min-height: 100%;
	height: auto;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	background-image: url();
}
.parallux .parallux-bg {
	margin: 0!important;
	padding: 0!important;
	max-width: 100%;
	max-height: 100%;
}
#bg-1 {
	margin: 0!important;
	padding: 0!important;
	background-size: cover;
	background-position: 50%;
	background-color: #CCC;
}
#bg-1 {
	margin: 0!important;
	padding: 0!important;
	background-image: url("images/bg.jpg");
}
*, *:before, *:after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.parallax-window_main {
	min-height: 400px;
	background: transparent;
	-moz-box-shadow: inset 0px 11px 8px -10px rgba(0,0,0,0.8), inset 0px -11px 8px -10px rgba(0,0,0,0.8);
	-webkit-box-shadow: inset 0px 11px 8px -10px rgba(0,0,0,0.8), inset 0px -11px 8px -10px rgba(0,0,0,0.8);
	box-shadow: inset 0px 11px 8px -10px rgba(0,0,0,0.8), inset 0px -11px 8px -10px rgba(0,0,0,0.8);
}
body {
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-size: 17px;
	line-height: 32px;
}
.container {
	width: 100%;
	max-width: 1640px;
	margin: 0 auto;
}
.container p
{
	margin-bottom:20px;
}

/*
.klapbord{
	border:1px solid;
border-radius: 80px solid;
       -moz-border-radius: 80px;
       background:url(images/klapbord.png);
}
*/
.ctr {
	padding-top: 90px;
	padding-bottom: 90px;
	width: 100%;
	position: relative;
}
.grijs {
	background: #F3F3F3;
	background-color: rbga(243, 243, 243, 1);
}
.dgrijs {
	background: #333;
	background-color: rgba(51,51,51,1);
	color: #FFF !important;
}
.flex-head {
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
	margin-left: -5px;
}
.head {
	display: block;
	margin: 5px;
	flex: 1 0 auto;
	position: relative;
	text-decoration: none !important;
	margin-bottom: 25px;
	outline: 0;
	text-align: center;
	text-decoration: none;
}
.center {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1640px;
}
.text_small_center {
	width: 100%;
	max-width: 850px;
	text-align: center;
	margin: auto;
}
.text_small_left {
	width: 100%;
	max-width: 850px;
	text-align: left;
	margin: auto;
}
.padding {
	padding-left: 17px;
	padding-right: 17px;
}
.padding-top-bottom {
	padding-top: 40px;
	padding-bottom: 40px;
}
.arrow-down {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%);
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-top: 45px solid #FFF;
}
.ad_grijs {
	border-top: 45px solid #F3F3F3;
}
.ad_dgrijs {
	border-top: 45px solid #333;
}
.ad_roze {
	border-top: 45px solid #F52597;
}
ul.hoofdmenu {

	float: right;
}
ul.hoofdmenu li {
	display: inline;
	float: left;
}
ul.hoofdmenu li. nav {
 width: 100%;
 margin: 0 auto;
}
/* Header */
.menu-link {
	display: none;
}
header {
	float: left;
	width: 100%;
	position: fixed !important;
	z-index: 40;
}
header a {
	color: rgba(255, 255,255, 1);
	text-shadow: 1px 2px #333;
	text-decoration: none;
	font-family: 'Amaranth', sans-serif;
	text-transform: uppercase;
	font-size: 1em;
}
header a.active, header a:hover {
	color: rgba(255, 255,255, 0.8);
	text-decoration: none;
}
header li {
	margin-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
	padding-right: 15px;
}
header li.reserveren {
	background-color: rgba(245, 37, 151, 1);
	border-radius: 3px;
}
header li.reserveren a {
	text-shadow: none;
}
header li.reserveren:hover {
	background-color: rgba(245, 37, 151, 0.8);
	border-radius: 3px;
}
/* header large */
header.large {
	height: 120px;
}
header.large .logo {
	margin-top: 18px !important;
	float: left;
	width: 320px;
	height: 79px;
	display: block;
	margin-left: 15px;
	background: url(images/logo.png) no-repeat;
}
header.large li {
	margin-top: 50px;
}
/* header small */

header.small {
	height: 60px;
	background-color: rgba(255, 255,255, 0.9);
	box-shadow: 0px 0px 3px 1px #666;
}
header.small .logo {
	margin-top: 8px !important;
	float: left;
	width: 180px;
	height: 44px;
	display: block;
	background: url(images/logo-klein.png) no-repeat;
	margin-left: 15px;
}
header.small li {
	margin-top: 12px;
}
header.small a {
	color: #000;
	text-shadow: none;
}
header.small a:hover {
	text-decoration: none;
	color: #F52597;
}
header.small li.reserveren a {
	color: #FFF !important;
}
/* Transitions */

header, nav, a, img, .logo, a.back-to-top, li {
	ition: .6s all;
	-moz-transition: .6s all;
	-webkit-transition: .6s all;
	-o-transition: .6s all;
}
.header_paginas {
	position: relative;
	margin: 0;
	padding: 0;
	background-image: url("images/bg2.jpg");
	/* Full height */
	height: 100%;
	height: auto;
	min-height: 450px;
	/* Center and scale the image nicely */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	background-color: #333;
}
.buttons_tekst {
	position: absolute;
	width: 100%;
	max-width: 980px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.tekst_header {
	position: relative;
	color: #FFF;
	text-shadow: 1px 2px #333 !important;
	width: 100%;
	display: block;
	text-align: center;
}
.tekst_header h1 {
	text-shadow: 2px 3px #333 !important;
	font-size: 56px;
	line-height: 70px;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}
.tekst_header span {
	font-size: 28px;
	line-height: 36px;
	padding: 0;
}
.buttons {
	margin-top: 20px;
	position: relative;
	display: block;
	max-width: 310px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 50px;
	z-index: 8;
}
a.reserveren-home {
	font-weight: bold;
	display: block;
	width: 140px;
	height: 50px;
	background-color: rgba(245,37,151, 1);
	border-radius: 3px;
	line-height: 50px;
	text-align: center;
	color: #FFF !important;
	float: left;
	transition: ease-in-out 0.3s;
}
a.reserveren-home:hover, a.menukaart:hover {
	transform: scale(1.1);
	text-decoration: none;
	opacity: 0.9;
}
a.groepenmenus {
	margin:auto ;
	font-weight: bold;
	display: block;
	width: 270px;
	height: 50px;
	background-color: rgba(245,37,151, 1);
	border-radius: 3px;
	line-height: 50px;
	text-align: center;
	color: #FFF !important;

	transition: ease-in-out 0.3s;
}
a.groepenmenus:hover {
	transform: scale(1.1);
	text-decoration: none;
	opacity: 0.9;
	background-color:#333;
}
a.menukaart {
	font-weight: bold;
	display: block;
	width: 140px;
	height: 50px;
	background-color: #e5e5e5;
	border-radius: 3px;
	line-height: 50px;
	text-align: center;
	color: #000;
	float: right;
	transition: ease-in-out 0.3s;
}
a {
	color: #F52597;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:active {
	color: #FFF;
}
.clear {
	clear: both;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}
.fotoo {
	outline: 0;
}
.fout {
	color: #F00 !important;
	font-weight: bold !important;
}
a.pijltje {
	position: absolute;
	z-index: 2;
	bottom: 30px;
	text-align: center;
	display: block;
	background: url(images/pijltje.png) no-repeat;
	width: 40px;
	height: 25px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}
.bounce {
	-moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
	margin: auto;
}
 @keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
 transform: translateY(0);
}
 40% {
 transform: translateY(-30px);
}
 60% {
 transform: translateY(-15px);
}
}
#slider1_container {
	position: relative;
}
a.back-to-top {
	position: fixed;
	bottom: 18px;
	right: 18px;
	display: none;
	background: url(images/arrow.png) no-repeat;
	width: 45px;
	height: 45px;
	z-index: 20;
	outline: none !important;
	transition: ease-in-out 0.4s;
}
a.back-to-top:hover {
	background: url(images/arrow-hover.png) no-repeat;
}
img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0;
}
h1 {
	text-align: center;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 42px;
	text-shadow: none;
	line-height: 50px;
}
h2 {
	margin-top: 40px;
	padding-top: 0px;
	letter-spacing: 1px;
	color: #B70068;
	font-size: 19px;
	line-height: 22px;
	font-weight: bold;
}
.h-wit {
	color: #FFF;
}
p:last-child {
	margin-bottom: 30px;
}
.blokken-home {
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	margin-left: -35px;
}
.blokken-home-4 {
	position: relative;
	display: block;
	flex: 1 0 calc(25% - 35px);
	width: 25%;
	margin-left: 35px;
	outline: 0;
	text-align: center;
	text-decoration: none;
	font-size: 17px;
	line-height: 28px;
	background-color: #FFF;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 5px;
}
.blokken-home-4 {
	padding: 0;
	display: block;
	max-width: calc(25% - 35px);
	margin-left: 35px;
}
/*---------------*/
/***** effect *****/
/*---------------*/

a.foto-effect figcaption {
	text-align: right;
}
a.foto-effect h2, a.foto-effect p {
	position: absolute;
	right: 30px;
	left: 30px;
	padding: 10px 0;
}
a.foto-effect p {
	bottom: 80px;
	line-height: 1.2;
	margin: 0;
	font-family: 'Amaranth', sans-serif;
	font-size: 26px;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	text-shadow: 1px 2px #333;
	color: #FFF;
}
a.foto-effect h2 {
	top: 30px;
	font-family: 'Amaranth', sans-serif;
	color: #FFF;
	text-shadow: 2px 3px #333;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 28px;
	margin-top: 0;
	margin-bottom: 0px;
	padding-bottom: 0px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
}
a.foto-effect:hover h2 {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
a.foto-effect h2::after {
	position: absolute;
	top: 100%;
	margin-top:10px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #F52597;
	content: '';
	-webkit-transform: translate3d(0, 40px, 0);
	transform: translate3d(0, 40px, 0);
}
a.foto-effect h2::after, a.foto-effect p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
a.foto-effect:hover h2::after, a.foto-effect:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.navcontainer ul {
	background: #F3F3F3;
	background-color: rbga(243, 243, 243, 1);
	list-style-type: none;
	display: flex;
	width: 100%;
	height: auto;
	justify-content: center;
}
.navcontainer ul li {
	font-family: 'Amaranth', sans-serif;
	display: block;
	font-size: 18px;
}
.navcontainer ul li:last-child {
	margin-right: 0;
}
.navcontainer ul li a:hover {
	background-color: rbga(243, 243, 243, 0.6);
	color: #000;
}
.navcontainer ul li a {
	height: 70px;
	line-height: 70px;
	min-width: 140px;
	display: block;
	text-align: center;
	font-weight: normal !important;
	text-decoration: none;
	color: #000;
}
.navcontainer ul li a.current {
	background: #F52597;
	background-color: rgba(245, 37, 151, 1);
	font-weight: bold;
	color: #fff;
	position: relative;
	text-decoration: none;
	position: relative;
}
.navcontainer ul li a.current span {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid white;
}
.tabcontent {
	margin-top: 90px;
	margin-bottom: 90px;
	width: 100%;
	min-height: 200px;
}
.menukaart-grid {
	/* min width of a single column */
	column-width: 140px;
	/* maximum amount of columns */
	column-count: 2;
	/* gap between the columns */
	column-gap: 100px;
}
.categorie-menukaart {
	/* important so a single div never gets distributed between columns */
	break-inside: avoid-column;
	margin-bottom: 50px;
	text-align: left;
	outline: 0;
	display: block;
	color: #000;
	box-sizing : border-box;
}
.categorie-menukaart h1 {
	font-family: 'Amaranth', sans-serif;
	font-size: 30px;
	line-height: 36px;
	color: #000;
	margin-bottom: 30px;
	padding-bottom: 0px;
}
.vinkje {
	color: #F52597;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
}
.menukaart-container {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 15px;
  color:#999;
	width: 100%;
}
.menukaart-omschrijving p {
	margin: 0;
	padding: 0;
}
.tbl-menu {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.cell-menu {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	width: 100%;
	padding: 0;
	margin: 0;
	color: #000;
}
.links-menu {
	padding: 0;
	margin: 0;
	
	width: 85%;
}
.rechts-menu {
	width: 15%;
	min-width: 80px;
	text-align: right;
	padding: 0;
	margin-top: 3px;
	line-height: 17px !important;
}
.categorie-menukaart hr {
	margin-top: 10px;
	border-top: 1px dashed #999;
	margin-bottom: 10px;
}
.tbl-menu h1 {
	font-family: 'Amaranth', sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 22px;
	text-align: left;
	padding: 0 !important;
	margin-top: 0;
	margin-bottom:0px;
	color: #000;
}
/* ACTUEEL MEER */
.container_head_foto img {
	width: 100%;
	height: auto;
	max-width: 100%;
	display: block;
}
.overlay-actueel {
	outline: 0;
	position: absolute;
	margin: 0;
	left: 0;
	bottom: 0;
	height: 205px;
	width: 100%;
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}
.container_head_foto span {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	height: auto;
}
.header-midden {
	width: 100%;
	max-width: 1240px;
	margin: auto;
}
.container_head_foto h1 {
	font-family: 'Amaranth', sans-serif;
	font-size: 45px;
	font-weight: normal;
	line-height: 45px !important;
	margin: 0px !important;
	text-align: left;
	color: #FFF !important;
	text-shadow: 2px 3px 0 #333;
}
.actueel_mobiel {
	display: none;
}
.datum_header {
	display: block;
	position: relative;
	width: 230px;
	padding-left: 30px;
	color: #FFF;
}
.btn-icon-klok {
	position: absolute;
	left: 0px;
	margin-top: 6px;
	width: 20px;
	height: 20px;
	background: url(images/klok.png) no-repeat;
}
.container-actueel {
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
	margin: auto;
	max-width: 800px;
}
.container-actueel img {
	margin-bottom: 20px;
	width:100% !important;
	max-width:100% !important;
	height:auto !important;
	display:block !important;
}
.maps {
	border-radius: 8px;
	padding: 8px;
	border: 2px #e5e5e5 solid;
	margin-bottom: 15px;
	margin-top: 15px;
}
.maps_iframe {
	padding: 0;
	margin: 0;
	width: 100%;
	border: 0;
	max-width: 100%;
	min-height: 270px;
	position: relative;
	height: auto !important;
	display: block;
}
.maps_contact {
	border-radius: 8px;
	padding: 8px;
	border: 2px #e5e5e5 solid;
	margin: 0px;

}
.maps_iframe_contact {
	padding: 0;
	margin: 0;
	width: 100%;
	border: 0;
	max-width: 100%;
	min-height: 470px;
	position: relative;
	height: auto !important;
	display: block;
}
.footer_container {
	position: relative;
	margin: 0;
	padding: 0;
	background-image: url("images/bg-footer.png");
	/* Full height */
	height: 100%;
	height: auto;
	/* Center and scale the image nicely */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	background-color: #333;
}
.flex-footer {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-left: -50px;
	margin-bottom: 0;
	padding: 0;
}
.footer-3 {
	margin-top: 20px;
	border-top: 1px #CCCCCC solid;
	position: relative;
	display: block;
	flex: 1 0 calc(33.333% - 50px);
	vertical-align: text-top;
	width: 33.333%;
	margin-left: 50px;
	padding: 0;
	text-align: left;
	outline: 0;
	color: #FFF;
	line-height: 24px;
	font-size: 17px;
}
.footer-3 {
	display: block;
	max-width: calc(33.333% - 50px);
}
.footer-3:nth-child(2), .footer-3:nth-child(3) {
	text-align: center !important;
}
.footer-3 h1 {
	text-transform: uppercase;
	font-family: 'Amaranth', sans-serif;
	font-size: 30px;
	letter-spacing: 2px;
	text-align: center;
	line-height: 40px;
	color: #FFF;
	margin-top: 25px;
	margin-bottom: 30px;
}
.footer-3 a {
	color: #FFF !important;
	text-decoration: none;
}
.footer-3 a:hover {
	color: #FFF;
	text-decoration: underline;
}
a.mail {
	color: #895E3A;
	text-decoration: none;
}
a.mail:hover {
	color: #FFF;
	text-decoration: underline;
}
.tbl-tijden {
	display: table;
	width: 100%;
	max-width: 300px;
	margin: auto;
	table-layout: fixed;
}
.tbl-tijden-contact {
	display: table;
	width: 100%;
	max-width: 300px;
	margin: 0;
	table-layout: fixed;
		font-family: 'Open Sans', sans-serif;
		font-size:17px;
}
.row-tijden {
	display: table-row;
}
.cell-tijden {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
}
.cell-tijden-contact {
	width: 100%;
	display: table-cell;
	vertical-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
.dag {
	vertical-align:top;
	width: 50%;
	text-align: left;
}
.dag-contact {
	color:#000;
	width: 50%;
	vertical-align:top;
	text-align: left;
}
.tijden {
	width: 50%;
	text-align: right;
	color: #FFF;
	font-size: 20px;
	font-family: 'Oswald', cursive;
}
.tijden-contact {
	width: 50%;
	text-align: right;
	color: #000;
	font-family: 'Open Sans', sans-serif;
		font-size:17px;

}
.tbl-tijden2 {
	display: table;
	width: 100%;
	max-width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.tijden2 {
	width: 50%;
	text-align: right;
}
.socialcontainer {
	margin-left: auto;
	margin-right: auto;
	width: auto;
	max-width: 135px;
	text-align: center;
	vertical-align: middle;
	position: relative;
	display: block;
}
a.facebook {
	margin-top: 12px;
	display: inline-block;
	float: left;
	width: 35px;
	height: 35px;
	-ms-transition: background-image 0.5s ease-in-out;
	-webkit-transition: background-image 0.5s ease-in-out;
	transition: background-image 0.5s ease-in-out;
	background-image: url("images/facebook.png");
}
a.facebook:hover {
	background-image: url("images/facebook-hover.png");
}
a.twitter {
	margin-left: 15px;
	margin-top: 12px;
	display: inline-block;
	float: left;
	width: 35px;
	height: 35px;
	-ms-transition: background-image 0.5s ease-in-out;
	-webkit-transition: background-image 0.5s ease-in-out;
	transition: background-image 0.5s ease-in-out;
	background-image: url("images/twitter.png");
}
a.twitter:hover {
	background-image: url("images/twitter-hover.png");
}
a.instagram {
	margin-left: 15px;
	margin-top: 12px;
	display: inline-block;
	float: left;
	width: 35px;
	height: 35px;
	-ms-transition: background-image 0.5s ease-in-out;
	-webkit-transition: background-image 0.5s ease-in-out;
	transition: background-image 0.5s ease-in-out;
	background-image: url("images/instagram.png");
}
a.instagram:hover {
	background-image: url("images/instagram-hover.png");
}
a.whatsapp {
	margin-left: 15px;
	margin-top: 12px;
	display: inline-block;
	float: left;
	width: 35px;
	height: 35px;
	-ms-transition: background-image 0.5s ease-in-out;
	-webkit-transition: background-image 0.5s ease-in-out;
	transition: background-image 0.5s ease-in-out;
	background-image: url("images/whatsapp.png");
}
a.whatsapp:hover {
	background-image: url("images/whatsapp-hover.png");
}
a.linkedin {
	margin-left: 15px;
	margin-top: 12px;
	display: inline-block;
	float: left;
	width: 35px;
	height: 35px;
	-ms-transition: background-image 0.5s ease-in-out;
	-webkit-transition: background-image 0.5s ease-in-out;
	transition: background-image 0.5s ease-in-out;
	background-image: url("images/linkedin.png");
}
a.linkedin:hover {
	background-image: url("images/linkedin-hover.png");
}
.container-actueel  ul {
	list-style: none;
	padding-left: 0;
	text-align: left;
}
.container-actueel ul li {
	position: relative;
	padding-left: 35px;


}
.container-actueel ul li:before {
	content: '';
	width: 21px;
	height: 21px;
	position: absolute;
	background-image: url('images/li.png');
	background-size: cover;
	background-position: center;
	left: 0;
	top: 6px;
}

.sitemap ul {
	list-style: none;
	padding-left: 0;
	text-align: left;
}
.sitemap ul li {
	position: relative;
	padding-left: 35px;


}


.sitemap ul li a {
	color: #000 !important;
}
.sitemap ul li a:hover {
	color: #F52597 !important;
}
.sitemap ul li:before {
	content: '';
	width: 21px;
	height: 21px;
	position: absolute;
	background-image: url('images/li.png');
	background-size: cover;
	background-position: center;
	left: 0;
	top: 6px;
}
.sitemap ul ul li {
	position: relative;
	padding-left: 35px;
	font-weight: normal;
}
.sitemap ul ul li a {
	color: #000000 !important;
}




.copyright {
	position: relative;
	color: #FFF;
	display: block;
	width: 100%;
	max-width: 100%;
	min-width: 200px;
	margin: auto;
	font-size: 14px;
	left: 0;
	right: 0;
	text-align: center;
	margin-top: 80px;
	padding-bottom: 0px;
}
.copyright a {
	color: #FFF;
	text-decoration: none;
}
.copyright a:hover {
	text-decoration: underline;
}
hr {
	margin-top: 20px;
	margin-bottom: 30px;
	height: 1px;
	background: #E5E5E5;
	font-size: 0;
	border: 0;
}
hr.bottom {
	margin-top: 20px;
	margin-bottom: 30px;
	height: 1px;
	background: #666;
	font-size: 0;
	border: 0;
}
.ss {
	display: relative;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 230px;

}
.realisatie {
	display: inline-block;
}
a.studiosmids_logo {

	margin-top: 8px;
	display: inline-block;
	width: 128px;
	height: 15px;
	background-image: url('images/studiosmids.png');
	background-size: cover;
	background-position: center;
	transition: all 0.4s ease-in-out;
	float:left;
}
a.studiosmids_logo:hover {
	transform: scale(1.1);
}
a.hdstudio_logo
{
	float:right;

margin-top:4px;
	display:inline-block;
	width:85px;
	height:28px;
	background-image: url('images/hd-studio.png');
	  background-size: cover;
    background-position: center;

transition: all 0.4s ease-in-out;
}
a.hdstudio_logo:hover
{
		 transform: scale(1.2);
}
@media screen and (max-width : 1498px) {
.bon
{
	top:0px;
	right:0px;
	width:100%;
	height:auto;
	display:block;
	position:relative;
	margin:0px !important;

	max-width:100% !important;

}
}
 @media screen and (max-width : 1370px) {
a.foto-effect p {
	bottom: 10px;
}
h1.titelfotonieuws {
	font-family: 'Amaranth', sans-serif;
	font-size: 26px;
	font-weight: normal;
	line-height: 32px !important;
	text-align: left;
	margin-bottom:0px;
	padding-bottom:0px;
	padding-bottom:0px;
	margin-top:0px;
	color:#FFF; 
	text-shadow:none;
}
}
 @media screen and (max-width : 1200px) {
.blokken-home-4 {
	position: relative;
	display: block;
	flex: 1 0 calc(50% - 35px);
	width: 50%;
	margin-left: 35px;
	margin-bottom: 25px;
}
.blokken-home-4 {
	padding: 0;
	display: block;
	max-width: calc(50% - 35px);
	margin-left: 35px;
}
a.foto-effect p {
	bottom: 80px;
}
}
 @media screen and (max-width : 1280px) {
header.large a.menu-link {
	display: block;
	width: 35px;
	height: 23px;
	background-image: url("images/menu-icon.png");
	right: 15px;
	top: 55px;
	z-index: 20;
	position: absolute;
}
header.small a.menu-link {
	display: block;
	width: 35px;
	height: 23px;
	background-image: url("images/menu-icon-small.png");
	right: 15px;
	top: 20px;
	z-index: 20;
	position: absolute;
}
.menu-link_padding {
	padding-left: 15px;
	padding-right: 15px;
}
.menu {
	clear: both;
	min-width: inherit;
	float: none;
	z-index: 8;
	margin-right: 0px;
	outline: 0;
	width: 100%;
}
.menu, .menu > ul ul {
	overflow: hidden;
	max-height: 0;
}
.menu.active, .menu > ul {
	max-height: 55em;
	margin-top: 8px;
	margin-bottom: 0;
	color: #FFF !important;
	z-index: 8;
}
.active {
	background-image: none;
	border: none;
}
.menu ul {
	float: none;
	width: 100%;
}
.menu li {
	display: block;
	margin: 0 !important;
	border-bottom: 1px #999 solid;
	width: 100%;
	background-color: #000;
}
.menu li:hover {
	background-color: #666;
}
.menu li:last-child {
	border-bottom: 0px;
}
li. nav {
 width: 100%;
 margin: 0 auto;
}
header.small a {
	color: #FFF;
	text-shadow: none;
}
}
 @media screen and (max-width : 1075px) {
.home_table {
	display: table;
	width: 100%;
	margin: auto;
	table-layout: fixed;
}
.home_cell {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	width: 100%;
}
.home_links {
	padding-top: 0;
	margin-top: 0;
	width: 48%;
}
.home_tussen {
	width: 4%;
}
.home_rechts {
	width: 48%;
}
a.nieuws-meer {
	position: relative;
	flex: 1 0 calc(50% - 25px);
	width: 50%;
	margin-left: 25px;
}
a.nieuws-meer {
	max-width: calc(50% - 25px);
}
}
 @media screen and (max-width : 910px) {
.home_cell {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
.home_cell:las-child {
 margin-bottom:0;
}
.home_tussen {
	display: none;
}
.blokken-home-4 {
	position: relative;
	display: block;
	flex: 1 0 calc(100% - 35px);
	width: 100%;
	margin-left: 35px;
	margin-bottom: 25px;
}
.blokken-home-4 {
	padding: 0;
	display: block;
	max-width: calc(100% - 35px);
	margin-left: 35px;
}
.footer-3 {
	position: relative;
	display: block;
	flex: 1 0 calc(100% - 50px);
	width: 100%;
	margin-left: 50px;
	margin-bottom: 15px;
	text-align: center !important;
}
.footer-3 {
	padding: 0;
	display: block;
	max-width: calc(100% - 35px);
	margin-left: 50px;
}
.footer-3:nth-child(2), .footer-3:nth-child(3) {
	text-align: center !important;
}
.blok-3 {
	position: relative;
	flex: 0 calc(100% - 25px);
	width: 100%;
	margin-left: 25px;
	margin-bottom: 45px;
	outline: 0;
	text-align: left;
	text-decoration: none;
}
.blok-3 {
	max-width: calc(100% - 25px);
}
}
 @media screen and (max-width : 870px) {
.blok-2 {
	position: relative;
	flex: 0 calc(100% - 25px);
	width: 100%;
	margin-left: 25px;
	margin-bottom: 25px;
	outline: 0;
	text-align: left;
	text-decoration: none;
	margin-bottom: 45px;
}
.blok-2 {
	max-width: calc(100% - 25px);
}
a.meer-tennis {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
}
 @media screen and (max-width : 840px) {
	 .padding-top-bottom {
	padding-top: 0px;
	padding-bottom: 0px;
}
.menukaart-grid {
	/* min width of a single column */
	column-width: 140px;
	/* maximum amount of columns */
	column-count: 1;
	/* gap between the columns */
	column-gap: 0px;
	padding-top: 0px;
}
.navcontainer ul {
	flex-wrap: wrap;
}
.navcontainer ul > li {
	flex-basis: 50%;
}
.navcontainer ul li a.current span {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #F3F3F3;
}
a.groepenmenus {
	margin-top:30px;
}
}
 @media screen and (max-width : 800px) {
header.small2 {
	display: block;
	height: 60px;
	background-color: rgba(255, 255,255, 0.9);
	box-shadow: 0px 0px 3px 1px #666;
}
header.large .logo {
	margin-top: 18px !important;
	float: left;
	width: 269px;
	height: 66px;
	display: block;
	margin-left: 15px;
	background: url(images/logo-mobiel.png) no-repeat;
}
header.large a.menu-link {
	display: block;
	width: 35px;
	height: 23px;
	background-image: url("images/menu-icon.png");
	right: 15px;
	top: 49px;
	z-index: 20;
	position: absolute;
}
}
 @media screen and (max-width : 740px) {
	 .flex-nieuws {
	padding: 0px;
	display: flex;

	margin-left: 0px;
}
a.nieuws-meer {
	position: relative;
	flex: 1 0 calc(100%);
	width: 100%;
	margin-left: 0px;
}
a.nieuws-meer {
	max-width: calc(100%);
}
.contact-1, .contact-2 {
	position: relative;
	flex: 0 calc(100% - 20px);
	margin-left: 20px;
	margin-bottom: 10px;


}
.contact-2 {
	max-width: calc(100% - 20px);
}
.maps_iframe_contact {
	padding: 0;
	margin: 0;
	width: 100%;
	border: 0;
	max-width: 100%;
	min-height: 300px;
	position: relative;
	height: auto !important;
	display: block;
}
}
 @media screen and (max-width : 520px) {
.header_paginas {
	min-height: 200px;
}
a.foto-effect p {
	bottom: 80px;
}
h1.titelfoto {
	font-family: 'Amaranth', sans-serif;
	font-size: 25px;
	font-weight: normal;
	line-height: 32px !important;
	text-align: left;
	color: #FFF !important;
	text-shadow: 2px 3px 0 #333;
}
}
