html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* Remember to define focus styles! */
:focus {
	outline: 0;
}
html {
	height:100%;
}

body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* Tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Alles wat hierboven staat, niet aankomen!*/
header {
	background-color: #273d21;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 10%;
	position: fixed;
	z-index: 3;
	top: 0;
}
body {
	font-family: 'Open Sans', sans-serif;
	color: black;
}
body#bodyfaciliteiten {
	background-image: url(../afbeeldingen/achtergrondindex.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
body#bodytarieven {
	background-image: url(../afbeeldingen/achtergrondindex.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
body#bodyreserveren {
	background-image: url(../afbeeldingen/achtergrondindex.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
body#bodycontact {
	background-image: url(../afbeeldingen/achtergrondindex.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
body#bodybedankt {
	background-image: url(../afbeeldingen/achtergrondindex.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
body#bodyimpressie {
	background-image: url(../afbeeldingen/achtergrondindex.jpg);
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
p {
	margin: 10px 50px 25px 50px;
	padding-top: 0;
	font-size: 1.2vw;
	line-height: 1.4;
}
p#adresseedune {
	float: left;
}
p#opmerking {
	font-size: 0.9vw;
}
h1 {
	font-size: 2.6vw;
	margin-top: 10px;
	margin-bottom: 25px;
}
h2 {
	font-size: 1.5vw;
	margin: 10px 50px 25px 50px;
}
h1.h1frame {
	margin-left: 50px;
}
h1.home {
	position: fixed;
	top: 30%;
	left: 0;
	right: 0;
	text-align:	center;
	font-size:  3.2vw;
	color: white;
	z-index: 100;
}
h2.home {
	position: fixed;
	top: 40%;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 1.5vw;
	color: white;
	z-index: 100;
}
h2.h2reserveren {
	font-size: 1.5vw;
}
a#tarievenreserveernu { /* Button bij de nieuwe tarievenpagina */
	text-decoration: none;
	color: white;
}
a#bedankt {
	text-align: center;
	text-decoration: none;
	color: white;
	font-size: 1.2vw;
}
a.reserveernu { /*de tekst in de button op de homepagina*/ 
	color: #273d21;
	text-decoration: none;
	font-size: 1.2vw;
}
label {
	font-size: 1.3vw;
}
td {
	font-size: 1.3vw;
}
table {
	table-layout: auto;
	padding: 1.5%;
	margin-left: 7%;
	margin-bottom: 30px;
	line-height: 25px;
}
td.prijs {
	width: 10%;
	text-align: right;
}
nav {
	text-align: center;	
}
nav ul li {
	display: inline-block;
}
nav a {
	display: inline-block;
	color: white;
	text-decoration: none;
	margin-top: 30%;
	font-size: 3vh;
}
nav li a:hover, nav a.huidig { /* Toont streepje onder headerlink bij hover of bij huidige pagina*/
	border-bottom: 1px solid #ffffff;
	padding-bottom: 1.5%;
	padding-left: 0;
	padding-right: 0;
}
ul#faciliteitenlijst {
	list-style: disc;
	margin: 6px 30px 20px 70px;
	font-size: 1.2vw;
}
ul#reserveerarrang {
	list-style: disc;
	margin: 6px 30px 20px 70px;
	font-size: 1.2vw;
	line-height: 1.4;
}
.spacing { /* Ruimte tussen de linkjes in de header*/
	display: inline-block;
	width: 1.1%;
}
button:hover {
	cursor: pointer;
}
button.reserveernu { /* Button op de homepagina*/
	position: fixed;
	top: 80%;
	width: 10%;
	background-color: #ffffff;
	opacity: 0.65;
	border-radius: 4px;
	border: none;
	padding: 1%;
	vertical-align: bottom;
	margin-left: 45%;
	margin-right: 45%;
	display: block;
	z-index: 100;
}
button.reserveringsbutton { /* Button op de reserveringspagina*/
	top: 80%;
	width: 10%;
	background-color: #ffffff;
	opacity: 0.65;
	border-radius: 4px;
	border: none;
	padding: 1%;
	vertical-align: bottom;
	margin-left: 45%;
	margin-right: 45%;
	display: block;
	z-index: 100;
}

button#tarievenreserveernu { /* Button bij de nieuwe tarievenpagina */
	background-color: #2f322e;
	opacity: 0.65;
	border-radius: 4px;
	border: none;
	padding: 10px;
	margin-left: 10px;
	display: block;
	margin-top: 20px;
	color: white;
	font-size: 1.2vw;
}
button.bedankt { /* De button op de bedanktpagina*/
	top: 20%;
	position: fixed;
	background-color: #2f322e;
	width: 15%;
	height: 8%;
	opacity: 0.65;
	border: none;
	border-radius: 4px;
	padding: 10px;
	margin-left: 26%;
	margin-right: 26%;
	display: block;
	font-size: 1.2vw;
}
.submit { /* Button bij het reserveringsformulier*/
	background-color: #2f322e;
	opacity: 0.65;
	border-radius: 4px;
	border: none;
	padding: 10px;
	margin-left: 10px;
	display: block;
	margin-top: 20px;
	color: white;
	font-size: 1.2vw;
}
.submit:hover {
	cursor: pointer;
}
img#logo { /* Logo midden op de homepage*/
	position: fixed;
	display: block;
	left: 44%;
	right: 44%;
	width: 12%;
	top: 50%;
	z-index: 100;
}
img#konijn { /* Konijn linksboven*/
	display: block;
	position: absolute;
	margin-top: 0.5%;
	margin-left: 0.5%;
	height: 8vh;
}
img#fotofaciliteiten {
	width: 40%;
	display: block;
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 5px;
	margin-bottom: 25px;
	opacity: 1;
}
img#fotoimpressie {
	width: 90%;
	display: block;
	float: left;
	opacity: 1;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 5px;
	margin-bottom: 25px;
}
/* Frame structuur */
.frame {
	width: 70%;
	margin: 15% 15%; /* Centreren */
	overflow: hidden; /* Workaround om te zorgen dat de frame om alle cols heen komt */
	position: relative; 
	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
  	padding: 5% 0;
  	z-index: 2;
  	background: rgba(255,255,255,0.75);
	border-radius: 4px;
}
.frame .col-tekst {
	float: left;  
	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
  	padding: 1.5%;
  	width: 100%;
  	margin-bottom: 0%;
}
.faciliteiten {
	margin-top: 10%;
	padding-bottom: 0;
}
.tarieven {
	margin-top: 10%;
	margin-bottom: 2%;
	padding-bottom: 0;
}
.tarieven2 {
	margin-top: 0;
	padding-bottom: 0;
}
.reserveren {
	margin-top: 10%;
	margin-bottom: 2%;
	padding-bottom: 0;
}
.reserveren2 {
	margin-top: 0;
	margin-bottom: 2%;
	padding-bottom: 0;
}
.reserveren3 {
	margin-top: 0;
	padding-bottom: 0;
}
.contact2 {
	margin-top: 10%;
}
.reserveerarrang {
	margin-top: 10%;
	margin-bottom: 2%;
	padding-bottom: 0;
}
.bedankt {
	position: fixed;
	height: 30%;
	margin-top: 10%;
}
.impressie {
	margin-top: 10%;
	margin-bottom: 5%;
	padding-bottom: 0;
}
iframe#kaartje {
	display: block;
	background-color: white;
	margin-bottom: 20px;
	width: 40vw;
	height: 30vh;
}
.impression {
	display: block;
	text-align: center;
	margin-bottom: 20px;
}
iframe#impression{
    height: 35vw;
    width: 62.22222222222224vw; /*vw aangepast aan 16:9 verhouding*/
}
/*Dynamische achtergrond*/
.slick-slider .slick-track, .slick-slider .slick-list {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: -100;
}
.sliderplaatje{
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-attachment: fixed;
	top: 0;
	z-index: -100;
}
.slider{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -100;
}
/* Lettertype knopjes slider */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../slick/fonts/slick.eot');
    src: url('../slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('../slick/fonts/slick.woff') format('woff'), url('../slick/fonts/slick.ttf') format('truetype'), url('../slick/fonts/slick.svg#slick') format('svg');
}
/* Knopjes slider */
.vorige,
.volgende{
    font-size: 0;
    line-height: 0;

    position: fixed;
    top: 50%;

    display: block;

    height: 5%;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.vorige:hover,
.vorige:focus,
.volgende:hover,
.volgende:focus{
    color: transparent;
    outline: none;
    background: transparent;
}
.vorige:hover:before,
.vorige:focus:before,
.volgende:hover:before,
.volgende:focus:before{
    opacity: 1;
}
.vorige:before,
.volgende:before
{
    font-family: 'slick';
    font-size: 5vh;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.vorige:before
{
    content: '←';
}
.volgende:before
{
    content: '→';
}
.vorige{
    left: 2%;
}
.volgende{
    right: 2%;
}

@media screen and (max-width: 1050px){

    nav a {
	display: inline-block;
	color: white;
	text-decoration: none;
	margin-top: 7vh;
	font-size: 2vw;
     }

     .frame {
        width: 100%;
        margin-left: 0;
	 margin-top: 8vh;
     }
   
     p{
     	font-size: 1.3vw;
     }
}



