@charset "UTF-8";
/* CSS Document */

body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #212121;
}
h1 {
    font-family: 'Dancing Script', cursive;
    font-weight: 400;
    font-size: 3.5rem;
    color: #89aa9f;
    margin: 0;
    padding: 0;
    text-align: center;
}
h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 2.5rem;
    color: #89aa9f;
    margin: 0;
    padding: 0
}
h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 2rem;
    color: #89aa9f;
    margin: 5px 0;
    padding: 0;
    z-index: 1;
    position: relative;
    text-transform: uppercase;
}
p {
    font-size: 1rem;
    line-height: 1.55rem;
    color: #181818;
}
a {
    color: #75a8af;
    text-decoration: underline;
    transition: color 250ms ease-in-out, transform 150ms ease;
}
a:hover {
    color: #6988bb;
    text-decoration: underline;
}
.current_page {
    color: #89aa9f!important;
}
/* video full screen */
.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}
.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-aspect-ratio: 16/9) {
.fullscreen-bg__video {
    height: 300%;
    top: -100%;
}
}

@media (max-aspect-ratio: 16/9) {
.fullscreen-bg__video {
    width: 300%;
    left: -100%;
}
}
/* einde video full screen */
/* begin formulier */
form {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    height: auto;
    padding: 30px;
    overflow: hidden;
}
textarea {
    width: 90%;
    height: 110px;
    border: 1px solid rgba(0,0,0,0.4);
    display: block;
    font-size: 18px;
    color: #000000;
    padding-left: 30px;
    padding-right: 20px;
    padding-top: 12px;
    margin-bottom: 20px;
    overflow: hidden;
}
input {
    width: 90%;
    height: 48px;
    border: 1px solid rgba(0,0,0,0.4);
    display: block;
    font-size: 18px;
    color: #000000;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
}
input[type=submit] {
    cursor: pointer;
}
input.name {
    padding-left: 30px;
}
input.email {
    padding-left: 30px;
}
input.message {
    padding-left: 30px;
}

::-webkit-input-placeholder {
 color: #555555;
}

:-moz-placeholder {
 color: #555555;
}

::-moz-placeholder {
 color: #555555;
}

:-ms-input-placeholder {
 color: #555555;
}
input:focus, textarea:focus {
    background-color: rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.btn {
    width: 50%;
    height: 44px;
    float: center;
    border: 1px solid #253737;
    background: #89aa9f;
    padding: 10.5px 21px;
    color: #ffffff;
}
.btn:hover {
    background: #6988bb;
}
.btn:active {
    background: #6988bb;
}
/* einde formulier */


.center {
    margin: 0 auto 0 auto;
}
.content {
    margin: 0 auto 0 auto;
    width: 1000px;
}
.content_left_a {
    width: 50%;
    height: auto;
    float: left;
    margin: 0;
}
.content_left_a img {
    width: 100%;
    height: auto;
    border: 1px solid #ffffff;
    border-radius: 3px;
    display: block;
}
.content_right_a {
    max-width: 400px;
    height: auto;
    float: left;
    padding: 0 50px 0 50px;
    margin: 75px 0 50px 0;
    overflow: hidden;
}
.content_left_b {
    width: 47%;
    height: auto;
    float: left;
    margin: 0 5% 0 5%;
}
.content_right_b {
    width: 40%;
    height: auto;
    float: left;
    margin-right: 3%;
}
.content_right_b img {
    width: 100%;
    height: auto;
    border: 1px solid #ffffff;
    border-radius: 3px;
}
.font_09 {
    font-size: 0.9rem !important;
    line-height: 1.5rem;
    color: #000000;
}
.text_wide_top {
    width: 1000px;
    height: auto;
    margin: 0 auto 0 auto;
    text-align: right;
}
.text_wide {
    width: 1000px;
    height: auto;
    margin: 0 auto 0 auto;
    text-align: left;
}
.text_wide_left {
    width: 50%;
    min-height: 500px;
    height: auto;
    margin: 0;
    float: left;
    overflow: hidden;
}
.text_wide_left img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
}
.fillme {
    overflow: hidden;
}
.text_wide_left img.stretchx {
    height: auto;
    width: 100%;
}
.text_wide_left img.stretchy {
    height: 100%;
    width: auto;
}
.text_wide_right {
    width: 50%;
    min-height: 500px;
    height: auto;
    margin: 0;
    float: left;
    overflow: hidden;
}
.text_wide_right img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
}
.clear {
    clear: both
}
.clear30 {
    width: 100%;
    height: 30px;
    clear: both
}
a.lpanel {
    float: left;
    color: #e1e1e1;
    font-size: 12px;
    text-decoration: none;
    margin: 7px 11px
}
a.rpanel {
    float: right;
    color: #e1e1e1;
    font-size: 12px;
    text-decoration: none;
    margin: 7px 11px
}
a.lpanel:hover {
    color: #fff
}
a.rpanel:hover {
    color: #fff
}
#header {
    width: 100vw;
    max-width: 100%;
    height: 80px;
    position: fixed;
    margin-top: 0;
    background-color: #ffffff;
    /*background: rgba(0,76,112,0.6); */
    text-align: center;
}
.header1 {
    width: 100vw;
    max-width: 100%;
    height: 80px;
    position: fixed;
    margin-top: 0;
    background-color: #ffffff;/*background: rgba(0,76,112,0.6); */
    z-index: 10000;
}
.head_text {
    width: 100%;
    height: auto;
    font-size: 0.9rem;
    line-height: 1.5rem;
    text-align: center;
    margin-bottom: 70px;
}
.head_text p {
    font-size: 0.9rem;
    line-height: 1.5rem;
}
.logo_box {
    width: 40%;
    height: auto;
    float: left;
    text-align: right;
}
.logo_box a {
    text-decoration: none;
    float: left;
    margin-top: 15px;
}
.logo_box img {
    width: 90%;
    height: auto;
}
#nav {
    width: 60%;
    height: auto;
    float: left;
    text-align: left;
    margin-top: 20px;
}
button.btn-know {
    padding: 15px 47px;
    margin: 40px 38.8%;
    text-align: center;
    border: 4px solid #fff;
    color: #fff;
    background: 0 0;
    font-size: 19px;
    cursor: pointer;
    text-shadow: -1px 2px 0 rgba(90, 90, 90, .56);
    -webkit-border-radius: 4px;
    border-radius: 4px
}
.btn-know:hover {
    background: #fff;
    color: transparent
}
ul.built {
    list-style: none;
    margin: 0 auto;
    width: 730px
}
.built li img {
    float: left;
    padding-right: 34px
}
.fill_image {
    zoom: 2;
    display: block;
    margin: auto;
    height: auto;
    max-height: 100%;
    width: auto;
    max-width: 100%;
}
#video_slide {
    width: 100%;
    height: 90vh;
    margin: 0;
    background-color: #C0B39E;
    clear: both;
    overflow: hidden;
}
#slide0, #slide1, #slide2 {
    width: 100%
}
#slide0 {
    color: #333;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    padding: 50px 0 0 0;
}
#slide1 {
    color: #fff;
    height: auto;
    margin: 0;
    background-color: #C0B39E;
    clear: both;
    overflow: hidden;
}
#slide2 {
    background-color: #ffffff;
    color: #333;
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 0 0 0 0;
}
#slide3 {
    background: url("../layout/sauna.jpg") 50% 0 no-repeat scroll;
    color: #fff;
    width: auto;
    height: 600px;
    padding: 170px 0 0;
    background-size: cover;
    margin: 0;
}
#slide4 {
    background-color: #ffffff;
    color: #333;
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
#slide5 {
    background: url("../layout/restaurant-diner-2.jpg") 50% 0 no-repeat scroll;
    height: 200px;
    margin: 0 auto;
    padding: 250px 0;
    color: #fff;
    background-size: cover;
}
#slide_privacy {
    background: url("../layout/privacy.jpg") 50% 0 no-repeat scroll;
    height: 200px;
    margin: 0 auto;
    padding: 250px 0;
    color: #fff;
    background-size: cover
}
#slide_vervoer {
    background: url("../images/plattegrond-ameland.jpg") 50% 0 no-repeat scroll;
    height: 200px;
    margin: 0 auto;
    padding: 250px 0;
    color: #fff;
    background-size: cover
}
#slide6 {
    background-color: #89aa9f;
    color: #333;
    height: auto;
    padding: 300px 0 300px 0;
    margin: 0;
}
#slide7 {
    background-color: #dad8cd;
    color: #333;
    height: auto;
    padding: 100px 0 100px 0;
}
#slide7 a {
    color: #89aa9f;
}
#slide7 a:hover {
    color: #89aa9f;
}
#slide7 img {
    width: 72px;
    height: 72px;
    border: 1px solid #dad8cd;
    border-radius: 5px;
    margin: 0 10px 0 10px;
    -webkit-filter: opacity(75%);
    filter: opacity(75%);
    transition: all 0.5s ease;
}
#slide7 img:hover {
    width: 72px;
    height: 72px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    margin: 0 10px 0 10px;
    -webkit-filter: opacity(100%);
    filter: opacity(100%);
}
#slide8 {
    background-color: #89aa9f;
    color: #333;
    height: auto;
    padding: 100px 0 100px 0;
}
#slide8 a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.5s ease;
}
#slide8 a:hover {
    color: #89aa9f;
    text-decoration: none;
}
#slide_weather {
    background-color: #1f567c;
    height: auto;
    padding: 7px 0 7px 0;
}
#slide_auto {
    background-color: #fff;
    color: #333;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    padding: 50px 0
}
#slide_activiteiten {
    background: url("../layout/activiteit-strand.jpg") 50% 0 no-repeat fixed;
    height: 200px;
    margin: 0 auto;
    padding: 250px 0;
    color: #fff;
    background-size: cover
}
#slide_faciliteiten {
    background: url("../layout/golfbaan.jpg") 50% 0 no-repeat fixed;
    height: 200px;
    margin: 0 auto;
    padding: 250px 0;
    color: #fff;
    background-size: cover
}
#slide_huren {
    background: url("../layout/vakantie.jpg") 25% 0 no-repeat fixed;
    height: 200px;
    margin: 0 auto;
    padding: 250px 0;
    color: #fff;
    background-size: cover
}
.clear50 {
    width: 100%;
    height: 50px;
    clear: both;
}
.clear75 {
    width: 100%;
    height: 75px;
    clear: both;
}
.info_box_60 {
    width: 60%;
    height: auto;
    float: left;
}
.info_box_60 img {
    width: 90%;
    height: auto;
    display: block;
    margin: 0 auto 0 auto;
}
.info_box_40 {
    width: 40%;
    height: auto;
    float: left;
}
.info_box_text {
    width: 70%;
    height: auto;
    margin: 30px auto 0 auto;
    text-align: center;
}
.color_white {
    color: #ffffff;
}
.color_black {
    color: #000000;
}
.color_aqua {
    color: #89aa9f;
}
.color_petrol {
    color: #89aa9f;
}
.screen_wide {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.half_wide {
    width: 50%;
    height: auto;
    float: left;
}
.half_wide img {
    width: 100%;
    height: auto;
    margin: 0;
    display: block;
}
.info_box {
    width: 50%;
    height: auto;
    margin: 100px auto 30px auto;
}
.background_wet_sand {
    background-color: #ce8f5a;
}
.background_sand {
    background-color: #efd199;
}
.background_aqua {
    background-color: #89aa9f;
}
.background_green {
    background-color: #89aa9f;
}
.background_petrol {
    background-color: #89aa9f;
}
.background_white {
    background-color: #ffffff;
}
.font_1 {
    font-size: 1rem;
}
.font_1x5 {
    font-size: 1.4rem;
}
.font_2 {
    font-size: 2rem;
}
.font_2x5 {
    font-size: 2.5rem;
}
.font_3 {
    font-size: 3rem;
}
.font_4 {
    font-size: 4rem;
}
.font_5 {
    font-size: 5rem;
    font-weight: 700;
}
.font_6 {
    font-size: 6rem;
    font-weight: 700;
}
.font_7 {
    font-size: 7rem;
    font-weight: 700;
}
.font_8 {
    font-size: 8rem;
    font-weight: 700;
}
.font_9 {
    font-size: 9rem;
    font-weight: 700;
}
.weight_300 {
    font-weight: 300;
}
.weight_400 {
    font-weight: 400;
}
.weight_500 {
    font-weight: 500;
}
.weight_700 {
    font-weight: 700;
}
.weight_900 {
    font-weight: 900;
}
.weight_bold {
    font-weight: bold;
}
.text_left {
    text-align: left;
}
.text_center {
    text-align: center;
}
.text_right {
    text-align: right;
}
.margin_top_50 {
    margin-top: 50px;
}
.color_white {
    color: #ffffff;
}
.color_aqua {
    color: #89aa9f;
}
.info_box {
    width: 50%;
    height: auto;
    margin: 100px auto 30px auto;
}
.open_button {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    padding: 7px 15px;
    text-transform: uppercase;
    color: #1d1d1d;
    border: 1px solid #1d1d1d;
    margin: 20px auto 30px auto;
    background-color: #ffffff;
    text-decoration: none;
    display: block;
    font-weight: 700;
    transition: all 0.5s ease;
    width: 50%;
    border-radius: 3px;
}
.open_button:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #89aa9f;
    border: 1px solid #89aa9f;
}
.share_buttons {
    color: #000000;
    font-size: 5rem;
    word-spacing: 15px;
}
.share_buttons a {
    color: #000000!important;
}
.hand_writing {
    font-family: 'Dancing Script', cursive;
    font-size: 1.8rem;
}
.hand_writing_font {
    font-family: 'Dancing Script', cursive;
}
.open_sans_condensed {
    font-family: 'Open Sans Condensed', sans-serif;
}
.montserrat {
    font-family: 'Montserrat', sans-serif;
}
.fira_condensed {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
    letter-spacing: 1px;
}
.shadow {
    /* Use -webkit- only if supporting: Chrome < 54, iOS < 9.3, Android < 4.4.4 */
    -webkit-filter: drop-shadow( 2px 2px 3px rgba(0, 0, 0, 0.5) );
    filter: drop-shadow( 2px 2px 3px rgba(0, 0, 0, 0.5) );
}
.text_shadow {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.75);
}
.third_box {
    width: 29%;
    height: 375px;
    margin: 0 4% 60px 0;
    float: left;
    display: block;
    background-color: #ffffff;
    border-radius: 3px;
}
.third_box_img {
    width: 100%;
    height: 210px;
    z-index: 10;
    position: relative;
    border-radius: 3px 3px 0 0;
    background-color: #e6e6e6;
}
.third_box_img img {
    width: 100%;
    height: 100%;
    border-radius: 3px 3px 0 0;
}
.third_box_header {
    width: 75%;
    height: 35px;
    padding: 5px 0 0 5%;
    top: -40px;
    background-color: #ffffff;
    z-index: 20;
    position: relative;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 700;
    color: #89aa9f;
    margin: 0;
}
.third_box_text {
    width: 90%;
    height: auto;
    padding: 0 5% 10px 5%;
    font-size: 0.9rem;
    margin: -15px 0 0 0;
    background-color: #ffffff;
}
.agenda_box {
    width: 100%;
    height: auto;
    margin: 0 0 40px 0;
    display: block;
    border-radius: 3px;
    overflow: hidden;
    clear: both;
}
.agenda_box_img {
    width: 20%;
    height: 150px;
    border-radius: 3px;
    margin: 0 3% 0 0;
    padding: 10px;
    background-color: #ffffff;
    float: left;
}
.agenda_box_img img {
    width: 100%;
    height: 100%;
}
.agenda_box_content {
    width: 53%;
    height: auto;
    padding: 10px 2% 10px 0;
    margin: 0 3% 0 0;
    font-size: 0.9rem;
    float: left;
}
.agenda_box_content h3 {
    font-size: 1.2rem!important;
}
.agenda_box_date {
    width: 15%;
    height: auto;
    padding: 10px 1% 10px 1%;
    float: left;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
}
.topnav {
    width: 60%;
    height: auto;
    padding-top: 15px;
    overflow: hidden;
    float: left;
    text-align: left;
}
.topnav a {
    float: left;
    display: block;
    color: #000000;
    text-align: center;
    padding: 14px 7px;
    text-decoration: none;
    font-size: 0.95rem;
    border-bottom: 3px solid #ffffff;
    transition: color 250ms ease-in-out, transform 150ms ease;
    transition: border-bottom 250ms ease-in-out, transform 150ms ease;
}
.topnav a:hover {
    color: #89aa9f;
    border-bottom: 3px solid #89aa9f;
}
.topnav img {
    width: 30px;
    hanging-punctuation: auto;
    display: block;
}
.active {
    color: white;
}
.menu {
    width: 100%;
    background: #ffffff;
    text-align: center;
    font-size: 1em;
    margin-top: 93px;
    position: fixed;
    z-index: 100;
    clear: both;
}
.menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
}
.menu li {
    display: block;
    padding: 15px 0 15px 0;
    border-bottom: #e2e3e4 1px solid;
    transition: all 0.5s ease;
}
.menu li:hover {
    display: block;
    background: #ffffff;
    background-repeat: repeat;
    padding: 15px 0 15px 0;
    border-bottom: #89aa9f 1px solid;
    color: #ffffff;
}
.menu ul li a {
    text-decoration: none;
    margin: 0px;
    color: #000000;
    transition: all 0.5s ease;
}
.menu ul li a:hover {
    color: #89aa9f;
    text-decoration: none;
}
.menu ul li img {
    width: 30px;
    height: auto;
    margin: 0 7px 0 7px;
}
.menu a {
    text-decoration: none;
    color: #f2f2f2;
    transition: all 0.5s ease;
}
.menu a:hover {
    text-decoration: none;
    color: #ffffff;
}
.right_box {
    display: none;
}
.modal_check {
    display: block;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.25);
}
.modal-content_check {
    background-color: #ffffff;
    margin: 15% auto;
    padding: 0 20px 20px 20px;
    border: 1px solid #89aa9f;
    max-width: 640px;
    width: 86%;
    height: auto;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.75);
}
.modal-text_check {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
}
.modal-text_check h4 {
    color: #002664;
    font-size: 1.5em;
    line-height: 1em;
}
.modal-text_check p {
    color: #333333;
}
.modal-text_check button {
    margin-bottom: 10px;
}
.modal-text_check a {
    color: #002664;
    text-decoration: none;
}
.blue_button {
    box-shadow: inset 0px -3px 7px 0px #29bbff;
    background-color: #2dabf9;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 15px;
    padding: 5px 0;
    text-align: center;
    text-decoration: none;
    text-shadow: 0px 1px 0px #263666;
    width: 100%;
    margin-bottom: 7px;
}
.blue_button:hover {
    background-color: #0688fa;
}
.blue_button:active {
    position: relative;
    top: 1px;
}

@media screen and (min-width:600px) and (max-width:1000px) {
#header {
    width: 100%;
    height: auto;
    padding-bottom: 15px;
}
.header1 {
    width: 100%;
    height: auto;
    padding-bottom: 15px;
}
.text_wide_top {
    width: 100%;
    height: auto;
}
.topnav {
    display: none;
}
.logo_box {
    width: 80%;
    height: auto;
    padding-right: 5%;
    margin: 0;
    float: right;
    text-align: right;
}
.logo_box img {
    width: 80%;
    height: auto;
    margin: 0;
}
.right_box {
    width: 12%;
    display: block;
    padding: 10px 0 0 3%;
    margin: 0 0 0 0;
    float: right;
    text-align: left;
    font-size: 3rem;
    color: #000000;
}
.right_box a {
    color: #000000;
}
.right_box button {
    color: #000000;
}
.content {
    width: 100%;
}
.text_wide {
    width: 100%;
}
.font_4 {
    font-size: 6vw;
}
.font_5 {
    font-size: 8vw;
    font-weight: 700;
}
.font_6 {
    font-size: 10vw;
    font-weight: 700;
}
.font_7 {
    font-size: 12vw;
    font-weight: 700;
}
.font_8 {
    font-size: 5.5rem;
    font-weight: 700;
}
.menu {
    margin-top: 95px;
}
.stackmenu {
    background: none;
    position: relative;
    line-height: 45px;
    padding: 0 15px 0px 15px;
    color: #89aa9f;
    border: 0;
    font-size: 0.65em;
    cursor: pointer;
    outline: none;
    z-index: 10000000000000;
}
.cross {
    background: none;
    position: relative;
    padding: 0 15px 0px 15px;
    color: #89aa9f;
    border: 0;
    font-size: 0.65em;
    cursor: pointer;
    outline: none;
    z-index: 10000000000000;
}
}

@media screen and (max-width: 600px) {
#header {
    width: 100%;
    height: auto;
    padding-bottom: 15px;
}
h1 {
    font-size: 2.5rem;
}
p {
    font-size: 1.1rem;
}
.text_wide_top {
    width: 100%;
    height: auto;
}
.text_wide_left {
    width: 100%;
    min-height: 300px;
    height: auto;
    margin: 0;
    float: none;
    overflow: hidden;
}
.text_wide_left img {
    object-fit: cover;
}
.text_wide_right {
    width: 100%;
    min-height: 300px;
    height: auto;
    margin: 0;
    float: none;
    overflow: hidden;
}
.text_wide_right img {
    object-fit: cover;
}
.header1 {
    width: 100%;
    height: auto;
    margin: 0;
    padding-bottom: 15px;
}
.topnav {
    display: none;
}
.logo_box {
    width: 80%;
    height: auto;
    padding-right: 5%;
    margin: 0;
    float: right;
    text-align: right;
}
.logo_box img {
    width: 80%;
    height: auto;
    margin: 0;
}
.right_box {
    width: 12%;
    display: block;
    padding: 0 0 0 3%;
    margin: 0 0 0 0;
    float: right;
    text-align: left;
    font-size: 3rem;
    color: #000000;
}
.right_box a {
    color: #000000;
}
.right_box button {
    color: #000000;
}
.content {
    width: 100%;
}
.text_wide {
    width: 100%;
}
.third_box {
    width: 90%;
    height: auto;
    margin: 0 5% 20px 5%;
}
.content_left_a {
    width: 90%;
    height: auto;
    float: none;
    margin: 0 5% 10px 5%;
    padding: 0;
}
.content_right_a {
    box-sizing: border-box;
    width: 100vw;
    height: auto;
    margin: 25px 0 10px calc(-50vw + 50%);
}
.content_left_b {
    width: 88%;
    height: auto;
    float: none;
    margin: 0 6% 10px 6%;
}
.content_right_b {
    width: 90%;
    height: auto;
    float: none;
    margin: 20px 5% 30px 5%;
}
.info_box_60 {
    width: 100%;
    height: auto;
    float: left;
}
.info_box_40 {
    width: 100%;
    height: auto;
    float: left;
}
.info_box_text {
    width: 70%;
    height: auto;
    margin: 30px auto 0 auto;
    text-align: center;
}
#slide1 {
    padding-top: 100px;
}
#slide0 {
    height: auto;
    padding: 40px 0 0 0;
}
#slide2 {
    height: auto;
    padding: 0;
}
#slide3 {
    height: auto;
    padding: 40px 0 40px 0;
}
#slide4 {
    height: auto;
    padding: 40px 0 40px 0;
}
#slide_auto {
    text-align: center;
    padding: 40px 5% 40px 5%;
}
.margin_top_50 {
    margin-top: 10px;
}
.font_4 {
    font-size: 6vw;
}
.font_5 {
    font-size: 8vw;
    font-weight: 700;
    margin-bottom: 0;
}
.font_6 {
    font-size: 10vw;
    font-weight: 700;
}
.font_7 {
    font-size: 11vw;
    font-weight: 700;
}
.font_8 {
    font-size: 5.5rem;
    font-weight: 700;
}
.collapse {
    display: none;
}
.menu {
    margin-top: 60px;
}
.stackmenu {
    background: none;
    position: relative;
    line-height: 33px;
    padding: 0 15px 0px 15px;
    color: #ffffff;
    border: 0;
    font-size: 0.55em;
    cursor: pointer;
    outline: none;
    z-index: 10000000000000;
}
.cross {
    background: none;
    position: relative;
    padding: 0 15px 0px 15px;
    color: #ffffff;
    border: 0;
    font-size: 0.55em;
    cursor: pointer;
    outline: none;
    z-index: 10000000000000;
}
#slide0 {
    height: auto;
    padding: 40px 0 0 0;
}
#slide1 {
    height: auto;
    margin-top: 77px;
}
#slide3 {
    background: url("../layout/sauna.jpg");
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: auto;
    margin: 0 auto;
    padding: 100px 0 100px 0;
    color: #fff;
}
#slide4 {
    height: auto;
    padding: 0;
}
#slide5 {
    background: url("../layout/restaurant-diner-2.jpg") 50% 0 no-repeat scroll;
    height: auto;
    margin: 0 auto;
    padding: 100px 0;
    color: #fff;
    background-size: cover;
}
#slide_privacy {
    background: url("../layout/privacy.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: auto;
    margin: 0 auto;
    padding: 100px 0 100px 0;
    color: #fff;
}
#slide6 {
    height: auto;
    padding: 100px 0 100px 0;
}
#slide7 {
    height: auto;
    padding: 100px 0 100px 0;
}
#slide8 {
    height: auto;
    padding: 100px 0 100px 0;
}
#slide_activiteiten {
    background: url("../layout/activiteit-strand.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: auto;
    margin: 0 auto;
    padding: 100px 0 100px 0;
    color: #fff;
}
#slide_faciliteiten {
    background: url("../layout/golfbaan.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: auto;
    margin: 0 auto;
    padding: 100px 0 100px 0;
    color: #fff;
}
#slide_huren {
    background: url("../layout/vakantie.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: auto;
    margin: 0 auto;
    padding: 100px 0 100px 0;
    color: #fff;
}
.third_box {
    margin: 0 5% 40px 5%;
}
.third_box_header {
    width: 75%;
    font-size: 1.25rem;
}
.third_box_text {
    margin-bottom: 15px;
}
.topWideCookies {
    width: 100%;
    height: auto;
}
.width1000 {
    width: 100%;
    height: auto;
    margin: 0 auto 0 auto;
}
.cookies_left {
    width: 90%;
    height: auto;
    float: none;
    text-align: left;
    margin: 0 auto 0 auto;
    color: #ffffff;
}
.cookies_left p {
    color: #ffffff;
}
.cookies_right {
    width: 90%;
    height: auto;
    padding: 10px 0 20px 0;
    float: none;
    text-align: center;
    margin: 0 auto 20px auto;
}
.agenda_box {
    width: 90%;
    height: auto;
    margin: 0 auto 40px auto;
    display: block;
    overflow: hidden;
    clear: both;
	border-bottom: 1px solid #C5C5C5;
}
.agenda_box_img {
    width: 100%;
    height: auto;
    border-radius: 3px;
    margin: 0 0 10px 0;
    padding: 0;
    background-color: #ffffff;
    float: left;
}
.agenda_box_img img {
    width: 100%;
    height: auto;
}
.agenda_box_content {
    width: 100%;
    height: auto;
    padding: 10px 0 10px 0;
    margin: 0;
    font-size: 1rem;
    float: none;
}
.agenda_box_content p{
    font-size: 1rem;
}
.agenda_box_content h3 {
    font-size: 1.2rem!important;
}
.agenda_box_date {
    width: 100%;
    height: auto;
    padding: 0 0 15px 0;
    float: left;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
}
}
