@charset "UTF-8";

/* NIKS AANPASSEN IN DIT BESTAND */

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; background:transparent;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary
{display: block;}

audio, canvas, video {display: inline-block; *display:inline; *zoom:1;}

audio:not([controls]) {display:none; height:0;}

[hidden] {display:none;}

html {overflow-y:scroll; overflow-x:hidden; font-size:100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;}    
    
body {line-height: 1;}

nav ul, nav ol {list-style: none; list-style-image:none;}    
ol, ul {list-style: none;}
    
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; font-size:75%}
abbr[title], dfn[title] {border-bottom:1px dotted; cursor:help;}    

sub, sup {font-size:75%; line-height:0; position:relative; vertical-align:baseline}
sub {bottom: -0.25em;}
sup {top: -0.5em;}

table {border-collapse: collapse; border-spacing: 0;}

a:link, a:visited, a:hover, a:active {text-decoration:none;}
a img, :link img, :visited img {border:none;}
a:focus {outline: thin dotted;}
a:active, a:hover {outline: 0;}

html, button, input, select, textarea {font-family: sans-serif;}
textarea {resize:none; vertical-align:top; font-size:100%; overflow:auto;}
textarea:focus {outline:none;}
input:focus {outline:none;}
button, input, select {vertical-align: baseline; *vertical-align: middle; font-size:100%; line-height:normal; margin:0;}
legend {white-space: normal; *margin-left:-7px;}
button, input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance:button; cursor:pointer; *overflow: visible;}
button[disabled], input[disabled] {cursor: default;}
input[type="checkbox"], input[type="radio"] {box-sizing; border-box; *height: 13px; *width: 13px;}
input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;}

img {-ms-interpolation-mode: bicubic;}
svg:not(:root) {overflow:hidden;}

strong, b {font-weight:bold}

tt {font-family: "Courier New", Courier, monospace}
code, kbd, pre, samp {font-family: monospace, serif; _font-family: 'courier new', monospace; font-size:16px;}
pre {white-space: pre; white-space:pre-wrap; word-wrap: break-word;}
hr {display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0;}
i {font-style:italic}
u {text-decoration:underline}
strike, del {text-decoration:line-through}
ins {text-decoration:none}
center {text-align:center}
dfn {font-style:italic}
mark {background: #ff0; color: #000;}

/* EXTERNE FONTS */

/* GEHOSTE FONTS */
@font-face {
    font-family: 'ChopinScript';
    src: url('/fonts/chopinscript-webfont.eot');
    src: url('/fonts/chopinscript-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/chopinscript-webfont.woff') format('woff'),
         url('/fonts/chopinscript-webfont.ttf') format('truetype'),
         url('/fonts/chopinscript-webfont.svg#ChopinScript') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* Bevestiging */

.bevestiging_bg {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bevestiging {
    width: 100%;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
    max-width: 700px;
    padding: 50px;
    background-color: #FFF;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
}

.bevestiging i {
    font-size: 1.5em;
    color: #353535;
    margin-bottom: 10px;
}

.bevestiging h2 {
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #353535;
    font-size: 15px;
    margin: 10px 0;
}

.bevestiging h1 {
    font-weight: 700;
    font-size: 2em;
    text-align: center;
    color: #353535;
    margin-bottom: 10px;
}

.bevestiging p {
    line-height: 150%;
    color: #353535;
    font-size: 17px;
    font-weight: 200;
}

.bevestiging a {
    cursor: pointer;
    display: inline-block;
    padding: 13px 30px;
    background-color: #353535;
    border: 1px solid #353535;
    font-weight: 200;
    color: #FFF;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    transition: all 0.8s ease;
}

.bevestiging a:hover {
    background-color: transparent;
    color: #353535;
}


/* Einde Bevestiging*/

.PL_Wrapper {
    position: fixed;
    left: 10px;
    bottom: 10px;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    z-index: 100;
    padding: 25px;
    transition: all .8s;
    -webkit-box-shadow: 0px 2px 22px 0px rgba(61, 61, 61, 0.41);
    -moz-box-shadow: 0px 2px 22px 0px rgba(61, 61, 61, 0.41);
    box-shadow: 0px 2px 22px 0px rgba(61, 61, 61, 0.41);
}

.PL_Wrapper h2 {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #353535;
    font-size: 1.5em;
    margin-bottom: 15px;
}

.PL_Wrapper p {
    max-width: 500px;
    color: #979797;
    margin-bottom: 20px;
    text-align: justify;
    line-height: 150%;
}

.PL_Buttons {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
}

.PL_Buttons a {
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px;
    background-color: #EEEDE7;
    border: 1px solid #EEEDE7;
    color: #353535;
    width: 48%;
    cursor: pointer;
    text-align: center;
    transition: all .3s;
}

.PL_Buttons a:hover {
    background-color: transparent;
    color: #353535;
    border: 1px solid #353535;
}

.imghov {
    position: absolute;
    cursor: pointer;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-color: rgba(0, 0, 0, .7);
    display: none;
    -webkit-animation: fadein .5s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein .5s;
    /* Firefox < 16 */
    -ms-animation: fadein .5s;
    /* Internet Explorer */
    -o-animation: fadein .5s;
    /* Opera < 12.1 */
    animation: fadein .5s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Firefox < 16 */

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Internet Explorer */

@-ms-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Opera < 12.1 */

@-o-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.four-row-grid>.pr:hover .imghov {
    display: block;
}

.imghov>img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.Footer_content_wrap .Level_Lower>* {
    float: none !important;
    text-align: left;
    vertical-align: top;
    display: inline-block;
}

.Footer_content_wrap {
    text-align: center;
}


/*_______________________Normalize_______________________*/

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -Moz-box-sizing: border-box;
    -Webkit-box-sizing: border-box;
}


/*_______________________Style_______________________*/


/*      Over all use        */

a {
    text-decoration: none;
    color: inherit;
}

html,
body {
    height: 100%;
    min-height: 100%;
    font-family: Poppins, sans-serif;
}

.center-table {
    display: table;
    width: 100%;
    height: 100%;
}

.center-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

.center-element {
    display: inline-block;
}

.center-cell-left {
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: left;
    vertical-align: middle;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.Container {
    position: relative;
    min-height: 100%;
}

.UPP {
    text-transform: uppercase;
}

.home-content {
    max-width: 1280px;
    margin: 0 auto;
    display: block;
    overflow: auto;
    padding: 80px 20px;
}

.home-content h1 {
    font-size: 1.2em;
    color: #181818;
    font-weight: 800;
    position: relative;
    text-transform: uppercase;
    min-height: 80px;
}

.home-content h1 span {
    position: absolute;
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 50px;
}


/* Popup */

.popup {
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 20px;
    z-index: 100;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.popup_content {
    max-width: 950px;
    background-color: white;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    position: relative;
    padding: 30px;
    height: 90vh;
}

.popup_content img {
    max-width: 100%;
    max-height: 100%;
}

.popup_content h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #5C9090;
    margin-bottom: 20px;
    line-height: 150%;
    font-size: 1.4em;
}

.popup_content>div {
    padding: 50px 30px;
    line-height: 150%;
}

.popup_close {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 2em;
    color: black;
    cursor: pointer;
    padding: 0 !important;
}

.popup_content a {
    display: inline-block;
    margin-top: 15px;
    color: #5C9090;
    font-family: 'Poppins', sans-serif;
}

.popup_text {
    color: #adadad;
}

.popup_overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}

.menu-block {
    overflow: hidden;
}


/* Einde Popup */

.menu-content {
    padding: 30px 20px 60px 20px;
}

.menu-content .devider {
    margin-bottom: 50px;
}

.menu {
    width: 33.33%;
    padding: 10px;
    float: left;
    overflow: auto;
}

.menu-blok {
    position: relative;
    min-height: 495px;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    padding-bottom: 50px;
    border: 1px solid gray;
}

.menu-blok h1 {
    padding-bottom: 10px;
    font-size: 1.1em;
    border-bottom: 1px solid #181818;
    text-align: center;
    min-height: 100px;
    line-height: 130%;
}

.menu-blok p {
    padding-top: 10px;
    text-align: center;
    min-height: 60px;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}

.menu-blok h2 {
    position: absolute;
    bottom: 0;
    left: 50%;
    font-size: 1.2em;
    font-weight: 800;
    color: #181818;
    padding-right: 10px;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: 1px solid #cbede6;
}

.Limit_W {
    max-width: 1600px;
    width: 94%;
    margin: auto;
}

.Select_rel {
    padding: 0 !important;
}

.Select_rel select {
    width: 100%;
    display: block;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    padding-right: 0;
    border: 0;
}

.Select_rel .Arrow_down {
    position: absolute;
    right: 0;
    top: 1px;
    right: 1px;
    bottom: 1px;
    pointer-events: none;
}

.button {
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#04B960', endColorstr='#087D43', GradientType=1);
    /* IE6-8 */
    font-weight: 600;
    color: #000000;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 0px solid #000000;
}

.button.open {
    display: block;
    width: 100%;
    padding: 6px 25px;
    text-align: center;
    line-height: 120%;
    font-size: 114.285%;
    position: relative;
    margin-top: 15px;
    border: 1px solid #181818;
    transition: all .3s;
    background-color: none;
}

.button.open:hover {
    color: white;
    background-color: #181818;
}

.Yellow {
    color: #181818;
}

.Tc {
    text-align: center;
}

.ABlock {
    display: block;
}


/*_______________________Algemene Header_______________________*/

header {
    background-color: #EEEDE7;
    color: #056B39;
    /*border-bottom: 0px solid #FF00FF;*/
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.Nav_Hoofdmenu {
    height: 96px;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.Logo_Header img {
    width: 150px;
    z-index: 1000;
    position: relative;
}

.Hoofdmenu {
    text-align: right;
    margin-left: 120px;
    position: relative;
}

.Hoofdmenu li {
    display: inline-block;
    margin-left: 60px;
}

.Hoofdmenu li a {
    display: block;
    padding: 6px 15px;
    font-size: .9em;
    text-transform: uppercase;
    font-weight: 600;
    color: #181818;
}

.Hoofdmenu li a.Sp_button {
    padding: 0;
}

.Hoofdmenu li a:hover {
    border-bottom: solid 1px #181818;
}

.Hoofdmenu li a#Active {
    border-bottom: solid 1px #181818;
}

.Hoofdmenu li a span {
    display: inline-block;
    width: 100%;
    padding: 6px 25px;
    max-width: 250px;
}

.Hoofdmenu li a.Sp_button:hover {
    background: none;
    color: #000000;
}


/*_______________________Einde Algemene Header_______________________*/


/*_______________________Banners_______________________*/

.Banner_wrap {
    height: 395px;
}

.Banner_wrapper.small .Banner_wrap {
    height: 295px
}

.Banner_wrapper {
    padding-top: 100px;
}

.Art_wrap {
    height: 315px;
    position: absolute;
    left: 4%;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 580px;
    margin-top: -25px;
    background-color: rgba(0, 0, 0, .5);
    padding: 25px;
}

.Banner_wrapper.small .Art_wrap {
    height: 215px;
}

.Art_wrap h1 {
    color: #eeede7;
    border-bottom: 2px solid #eeede7;
    font-size: 1.125em;
    text-transform: uppercase;
    line-height: 140%;
    height: 51px;
    margin-top: 15px;
    font-weight: bold;
}

.Art_wrap .Text {
    display: block;
    color: #FFFFFF;
    line-height: 180%;
    height: 210px;
    overflow: hidden;
}

.Logo_seven {
    position: absolute;
    right: 4%;
    bottom: 6px;
    background: url("/images/seven_logo.png") no-repeat;
    width: 111px;
    height: 109px;
    z-index: 9;
}

.Banner_wrapper.small .Logo_seven {
    bottom: -18px;
}

.Dots_wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #eeede7;
    text-align: center;
    height: 24px;
    padding-top: 3px;
}

.Border_bot {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 12px;
    background-color: rgba(0, 0, 0, .95);
}

.Container .loctek-slider-controls {
    bottom: 5px;
}

.End_Page:before {
    content: '';
    display: block;
    clear: both;
}

.Container .loctek-slider-controls li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 6px;
    background-color: #181818;
    border-radius: 12px 12px 12px 12px;
    -moz-border-radius: 12px 12px 12px 12px;
    -webkit-border-radius: 12px 12px 12px 12px;
    border: 1px solid #181818;
}

.Container .loctek-slider-controls .active {
    background-color: #eeede7;
}


/*_______________________Einde Banners_______________________*/


/*_______________________Content_______________________*/


/*.......................Nieuws brief.......................*/

#nieuwsbrief input[type="text"],
#nieuwsbrief input[type="submit"] {
    display: block;
    width: 96%;
    margin: 10px auto;
    height: 36px;
    line-height: 36px;
    border: 1px solid #000000;
    padding: 0 10px;
}

#nieuwsbrief input[type="submit"] {
    border: none;
}

#loctek-lightbox-close {
    border-color: #000000 !important;
}

.loctek-lightbox {
    border-color: #c2870d !important;
}

#return {
    width: 90%;
    display: block;
    line-height: 140%;
    margin: 0 auto;
    color: red;
}


/*.......................Einde Nieuws brief.......................*/


/*.......................Home.......................*/

.Wikkel_Content {
    padding-bottom: 400px;
}

.Page_Titel {
    text-align: center;
    margin-top: 3.5em;
    margin-bottom: 3em;
    font-size: 1.275em;
    text-transform: uppercase;
}

.Page_Titel.Mat {
    margin-bottom: 2em;
}

.Main_text_wrap {
    text-align: center;
    font-size: 0.875em;
    margin-bottom: 3em;
    line-height: 180%;
}

.Home_bollen {
    padding-bottom: 5em;
}

.Home_bollen article {
    width: 31.33%;
    float: left;
    margin-left: 3%;
}

.Home_bollen article:first-child {
    margin-left: 0;
}

.Home_bollen:after {
    content: "";
    display: block;
    clear: both;
}

.Home_bollen article .Img_wrap img {
    border-radius: 300px 300px 300px 300px;
    -moz-border-radius: 300px 300px 300px 300px;
    -webkit-border-radius: 300px 300px 300px 300px;
    max-width: 400px;
    width: 90%;
    display: inline-block;
}

.Home_bollen article .Img_wrap {
    text-align: center;
    padding-bottom: 3em;
}

.Home_bollen article h2 {
    color: #056B39;
    font-weight: 700;
    text-align: center;
    padding-bottom: 1em;
}

.Home_bollen article .Text_wrap {
    line-height: 180%;
    font-size: 0.875em;
    text-align: justify;
    padding: 0 10px;
}

.Ak_wrap article {
    width: 31.33%;
    margin-left: 3%;
    float: left;
}

.Ak_wrap:after {
    content: "";
    display: block;
    clear: both;
}

.Ak_wrap .First {
    /* background: url("/images/ak1.jpg") no-repeat center; */
    margin-left: 0;
}

.Ak_wrap .Second {
    /*  background: url("/images/ak2.jpg") no-repeat center;*/
}

.Ak_wrap .Third {
    /* background: url("/images/ak3.jpg") no-repeat center;*/
}

.Ak_wrap .First,
.Ak_wrap .Second,
.Ak_wrap .Third {
    background-size: cover;
    color: black;
}

.Ak_wrap .First a,
.Ak_wrap .Second a,
.Ak_wrap .Third a {
    padding: 20px;
    display: block;
}

.Ak_wrap .Content_wrap {
    overflow: hidden;
    height: auto;
}

.Ak_wrap .Content_wrap .Text_Image img {
    width: 100%;
    max-height: 250px;
    object-fit: cover;
    opacity: 0.95;
}

.Ak_wrap .Content_wrap:hover>.Text_Image img {
    transform: scale(1.1);
    opacity: 1;
    transition: 0.5s;
}

.Ak_wrap .Content_wrap .Titel {
    display: block;
    text-align: center;
    color: #181818;
    font-weight: 800;
    text-transform: uppercase;
    padding-bottom: 10px;
    padding-top: 20px;
}

.Ak_wrap .Content_wrap .Titel span {
    position: relative;
    font-weight: bold;
}

.Ak_wrap .Content_wrap .Titel>span:before {
    content: "";
    display: block;
    height: 1px;
    width: 10000px;
    background-color: black;
    position: absolute;
    top: 50%;
    left: -10000px;
}

.Ak_wrap .Content_wrap .Titel>span:after {
    content: "";
    display: block;
    height: 1px;
    width: 10000px;
    background-color: black;
    position: absolute;
    top: 50%;
    right: -10000px;
}

.Ak_wrap .Content_wrap .Text_wrap {
    line-height: 180%;
    font-size: 0.875em;
    text-align: justify;
    padding-bottom: 10px;
    height: 100px;
    border-bottom: 1px solid #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
}

.Ak_wrap {
    margin-bottom: 5em;
}


/*.......................Einde_Home.......................*/


/*.......................kaart.......................*/

.Kaart_submenu_wrap {
    float: left;
    width: 260px;
    padding-right: 20px;
}

.Kaart_submenu_wrap .Kaart_submenu {
    border-bottom: 1px solid #acacac;
}

.Kaart_submenu_wrap li#Active {
    font-weight: 800;
}

.Kaart_submenu_wrap li {
    padding-bottom: 1em;
    font-size: 1.125em;
    line-height: 140%;
    text-transform: uppercase;
    padding-left: 10px;
}

.Kaart_items_wrap {
    margin-left: 260px;
}

.Kaart_items_wrap .Item_titel {
    font-size: 1.2em;
    color: #056B39;
    text-transform: uppercase;
    padding-bottom: 8px;
    line-height: 120%;
    color: #181818;
    font-weight: 800;
}

.Kaart_items_wrap .Item_inleiding {
    font-size: 0.875em;
    padding-bottom: 1.125em;
    line-height: 140%;
}

.bor_B {
    border-bottom: 1px solid #acacac;
}

.Kaart_items_wrap .Titel_Bl {
    margin-bottom: 1.125em;
}

.Kaart_items_wrap .Prijs_wrap {
    float: right;
    width: 70px;
    text-align: right;
    line-height: 140%;
}

.Item_wrap {
    border-bottom: 1px solid #acacac;
    margin-bottom: 1em;
    margin-right: 20px;
    margin-left: 20px;
}

.Item_wrap .Info_wrap {
    margin-right: 90px;
}

.Item_wrap .Info_wrap h3 {
    font-weight: 500;
    font-size: 1em;
    text-transform: uppercase;
    line-height: 140%;
    margin-bottom: 1em;
}

.Item_wrap .Info_wrap .Text_wrap {
    line-height: 140%;
    font-style: italic;
    font-size: 0.875em;
}

.btn_wrapper {
    padding-top: 1em;
    width: 100%;
    text-align: center;
}

.Kaart_submenu_wrap .btn_wrapper .Sp_button .button {
    display: inline-block;
    width: 100%;
    padding: 6px 25px;
    max-width: 180px;
}

.Kaart_wrapper:after {
    display: block;
    content: "";
    clear: both;
    padding-bottom: 5em;
}


/*.......................einde kaart.......................*/


/*.......................Menus.......................*/

.Kaart_items_wrap.BlLine .gang_wrap.Tc:after {
    content: "";
    display: block;
    height: 35px;
    width: 50px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
    margin-bottom: -17.5px;
    background: url("/images/tussen.png") no-repeat center;
}

.Titel_Bl .Item_titel.Prijs {
    font-weight: 700;
    font-style: italic;
    padding-top: 40px;
}

.gang_wrap {
    font-size: 1.125em;
    line-height: 160%;
    padding: 50px 10px;
    margin-bottom: 1.125em;
    position: relative;
}

.gang_wrap .Between {
    font-size: 0.875em;
    padding: 8px;
}


/*.......................einde Menus.......................*/


/*.......................fotos.......................*/

.Album_wrap .Arr_r,
.Album_wrap .Arr_l {
    position: absolute;
    top: 50%;
    margin-top: -34px;
    z-index: 8;
}

.Foto_album {
    margin-bottom: 5em;
}

.Album_wrap .Arr_r {
    right: 3%;
}

.Album_wrap .Arr_l {
    left: 3%;
}


/*.......................einde fotos.......................*/


/*.......................contact.......................*/

.Right_wrap .Ukn .cont_uur .new span {
    padding-left: 60px;
}

.cont_uur .open {
    padding-left: 60px;
    font-size: 1.05em;
    line-height: 160%;
}

.cont_uur .open span {
    width: 50px;
    display: inline-block;
}

.errors {
    width: 100%;
    padding-bottom: 1em;
    clear: both;
    color: #FF0000;
    list-style: disc;
    list-style-position: inside;
}

.errors li {
    line-height: 120%;
    padding-bottom: 0.5em;
}

.Con_wrap {
    margin-bottom: 5em;
}

.Con_wrap .Right_wrap {
    width: 350px;
    color: #000000;
    float: right;
}

.Con_wrap:after {
    content: "";
    display: block;
    clear: both;
}

.White.Reserv_Lock {
    color: #000000;
    background-color: transparent;
    float: none;
}

.Con_wrap .button {
    height: 36px;
    line-height: 36px;
    width: 100%;
    text-align: center;
    color: #000000;
    border: 1px solid #181818;
}

.Con_wrap .Wrap_left {
    display: block;
    margin-right: 350px;
    padding-right: 3%;
}

.Con_wrap .Wrap_left .Map_wrap {
    float: right;
    width: 700px;
}

.Map-mid {
    height: 442px;
    content: "";
}

.Map_wrap .button {
    margin-top: 1em;
}

.Con_wrap .Ukn {
    height: 166px;
}

.Con_wrap form {
    display: block;
    margin-right: 700px;
    padding-right: 3%;
}

.Con_wrap form .Col_PC_GM input[type="text"]:first-child {
    width: 37%;
    margin-right: 3%;
    float: left;
}

.Con_wrap form .Col_PC_GM input[type="text"]:last-child {
    width: 60%;
    float: left;
}

.Con_wrap form ..Col_PC_GM:after {
    content: "";
    display: block;
    clear: both;
}

.Con_wrap form .Form_wrap textarea {
    height: 93px;
    margin-bottom: 0;
}

#Map2 {
    height: 100%;
    min-height: 100%;
}

.Con_wrap .White.Reserv_Lock {
    width: 330px;
}

.Top_map_wrap {
    display: none;
}


/*.......................einde contact.......................*/


/* Contact NIEUW */

.contact_pagina {
    width: 100%;
    max-width: 1400px;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 100px 10px 0 10px;
}

.contact_info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #EEEDE7;
    padding: 80px 80px;
    margin-top: 20px;
    width: 100%;
}

.contact_info p {
    font-size: 20px;
    font-weight: 200;
    color: #181818;
}

.contact_gegevens {
    width: 35%;
}

#openingsuren-btn {
    width: 100%;
    text-align: left;
}

#openingsuren-btn button {
    background-color: transparent;
    border: none;
    margin-top: 15px;
    padding: 0;
    color: #353535;
    border-bottom: 1px solid #353535;
    font-size: 20px;
    font-weight: 200;
    font-family: Poppins, sans-serif;
    cursor: pointer;
}

.contact_gegevens h1 {
    font-weight: 700;
    color: #353535;
    margin-bottom: 20px;
    font-size: 1.6em;
}

#openingsuren {
    margin-top: 15px;
    position: relative;
}

#openingsuren table,
th,
td {
    border-collapse: collapse;
}

#openingsuren table {
    border: 2px solid #efefef;
    border-radius: 4px;
    width: 100%;
    padding: 20px;
    position: relative;
}

#openingsuren .close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #353535;
    font-size: 20px;
    cursor: pointer;
    z-index: 100;
}

#openingsuren th,
td {
    padding: 10px;
    font-weight: 200;
    font-size: 18px;
    color: #4C4C4C;
}

.contact_gegevens h2 {
    font-size: 18px;
    font-weight: 200;
    color: #353535;
    line-height: 150%;
}

.contact_gegevens p {
    line-height: 150%;
    font-weight: 200;
    font-size: 20px;
    color: #181818;
}

.contact_split {
    margin-top: 40px;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.contact_split h2 {
    font-weight: 700;
    color: #353535;
    font-size: 25px;
    margin-bottom: 25px;
    line-height: 130%;
}

.contact_split div {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.contact_split div p {
    padding: 10px;
    padding-left: 50px;
    position: relative;
    color: #353535;
}

.contact_split div p a {
    color: #353535;
}

.contact_split div p i {
    position: absolute;
    left: 0;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    color: #353535;
    transform: translateY(-50%);
}

.contact_split img {
    width: 100px;
    border-radius: 200px;
    margin-right: 20px;
}

.contact_formulier {
    width: 55%;
    margin-top: 100px;
}

.contact_form {
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.contact_label {
    width: 100%;
    font-size: 1.2em;
    font-weight: 200;
    color: #353535;
    display: inline-block;
    margin-bottom: 5px;
}

.contact_form input[type=text],
.contact_form input[type=email] {
    width: 100%;
    border: none;
    border-bottom: 2px solid #EEEEEE;
    padding: 8px 0px;
    color: #353535;
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 40px;
    font-family: Poppins, sans-serif;
}

.contact_form input[type=text]:focus,
.contact_form input[type=email]:focus {
    border-bottom: 2px solid #353535;
    font-weight: 400;
}

.contact_form textarea {
    width: 100%;
    border: none;
    border-bottom: 2px solid #EEEEEE;
    border-radius: 0px;
    padding: 10px 0px;
    color: #353535;
    margin-bottom: 20px;
    font-weight: 200;
    font-size: 18px;
    font-family: Poppins, sans-serif;
    height: 100px;
}

.contact_form textarea:focus {
    border-bottom: 2px solid #353535;
    font-weight: 400;
}

.contact_form input[type=submit] {
    border-radius: 4px;
    padding: 7px 30px;
    background: transparent;
    border: 2px solid #181818;
    font-weight: 200;
    color: #181818;
    font-size: 1.2em;
    font-weight: 200;
    font-family: Poppins, sans-serif;
    transition: all .3s;
}

.contact_form input[type=submit]:disabled {
    opacity: .3;
}

.contact_form input[type=submit]:disabled:hover {
    background: transparent;
    color: #181818;
}

.contact_form input[type=submit]:hover {
    background-color: #181818;
    color: #fff;
}

.contact_formulier #NaamInput {
    width: 48%;
}

.contact_formulier #PostInput {
    width: 22%;
}

.contact_formulier #EmailInput {
    width: 100%;
}

#dasmap {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    height: 600px;
    position: relative;
    z-index: 0;
    margin-top: -100px;
}


/* Einde contact pagina */


/*.......................reserveren.......................*/

.Reserv_Lock {
    background-color: #000000;
    color: #FFFFFF;
    float: right;
    width: 30%;
    height: 292px;
}

.Res_wrap {
    margin-bottom: 5em;
}

.Res_wrap .form,
.Res_wrap .WRAP {
    display: block;
    margin-right: 400px;
}

.Res_wrap .form:after {
    content: "";
    display: block;
    clear: both;
}

.Res_wrap .Form_wrap {
    width: 47%;
    margin-right: 3%;
    float: left;
}

.Res_wrap .Form_wrap input[type="text"],
.Res_wrap .Form_wrap .Select_rel,
.Con_wrap .Form_wrap input[type="text"] {
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    border: 1px solid #000000;
    margin-bottom: 1em;
    font-size: 0.95em;
}

.Select_rel .Arrow_down {
    background: #FFFFFF url("/images/arrow_down_select.png") no-repeat right 1px top;
    width: 36px;
    padding-right: 1px;
}

.Res_wrap .Form_wrap textarea,
.Con_wrap .Form_wrap textarea {
    width: 100%;
    height: 241px;
    padding: 6px 10px;
    font-size: 0.95em;
    margin-bottom: 1em;
    border: 1px solid #000000;
}

.Res_wrap .CONT {
    float: right;
    width: 47%;
    margin-right: 3%;
}

.Res_wrap .WRAP:after {
    content: "";
    display: block;
    clear: both;
}

.Res_wrap .CONT input[type="submit"],
.Con_wrap .Form_wrap input[type="submit"] {
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    margin-top: 1em;
    background-color: transparent;
}

.Res_wrap .Reserv_Lock {
    padding-bottom: 0;
}


/*.......................Einde_reserveren.......................*/


/*_______________________Einde Content_______________________*/


/*_______________________Algemene Foorer_______________________*/

footer {
    background-color: #eeede7;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.Tickertape_wrap {
    background-color: #eeede7;
    background: url("/images/ticker_back.jpg") no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.Tickertape {
    display: block;
    color: #FFFFFF;
    height: 140px;
}


/*.Tickertape .Line{
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  }*/

.Tickertape .Text_Wrap {
    text-align: center;
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.Tickertape .Text_Wrap .Text {
    display: inline-block;
    font-size: 1.475em;
    line-height: 140%;
    padding: 0 25px;
    background-color: transparent;
    position: relative;
}

.Tickertape .Text_Wrap .Text:before,
.Tickertape .Text_Wrap .Text:after {
    content: "";
    width: 10000px;
    height: 2px;
    background-color: #FFFFFF;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
}

.Tickertape .Text_Wrap .Text:before {
    left: -10000px;
}

.Tickertape .Text_Wrap .Text:after {
    right: -10000px;
}

.Footer_content_wrap {
    border-top: 4px solid #eeede7;
    height: 185px;
    background-color: #eeede7;
    color: #000000;
    padding: 20px 0;
}

.Footer_content_wrap:after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}

.Footer_content_wrap .Level_Lower>div {
    width: 22.75%;
    margin-left: 3%;
    float: left;
}

.Footer_content_wrap .Level_Lower .Lock_wrap {
    width: 21.75%;
}

.Footer_content_wrap .Level_Lower .Ukn {
    width: 23.75%;
}

.Footer_content_wrap .Level_Lower>div:first-child {
    margin-left: 0;
}

.Footer_content_wrap .Level_Lower .Lock_wrap .Footer_content_wrap .Level_Lower .Nb_wrap {
    line-height: 150%;
}

.Footer_content_wrap .Level_Lower .Ukn,
.Con_wrap .Ukn {
    line-height: 140%;
    font-size: 0.875em;
}

.Footer_content_wrap .Level_Lower .Ukn .new,
.Right_wrap .Ukn .new {
    line-height: 160%;
}

.Footer_content_wrap .Level_Lower .Ukn .new .titel,
.Right_wrap .Ukn .new .titel {
    background: url("/images/clock.png") no-repeat left 5px top 2px;
    font-size: 1.1425em;
    padding-left: 28px;
    padding-bottom: 8px;
    display: inline-block;
}

.Footer_content_wrap .Level_Lower .Ukn .Day,
.Con_wrap .Ukn .Day {
    padding-left: 28px;
    display: inline-block;
    text-align: left;
    font-size: 1.1425em;
}

.Footer_content_wrap .Level_Lower .Ukn .FirstSP,
.Con_wrap .Ukn .FirstSP {
    width: 96px;
    padding-right: 2%;
    text-align: left;
    display: inline-block;
}

.Footer_content_wrap .Level_Lower .Lock_wrap .Loc,
.Footer_content_wrap .Level_Lower .Lock_wrap .Tel,
.Footer_content_wrap .Level_Lower .Lock_wrap .Mail,
.Reserv_Lock .Loc,
.Reserv_Lock .Tel,
.Reserv_Lock .Mail {
    padding-left: 60px;
    width: 100%;
    padding-bottom: 12px;
}

.Footer_content_wrap .Level_Lower .Lock_wrap .Loc,
.Reserv_Lock .Loc {
    background: url("/images/loc_ico_M.png") no-repeat left 5px top 5px;
    padding-bottom: 28px;
}

.Footer_content_wrap .Level_Lower .Lock_wrap .Tel,
.Reserv_Lock .Tel {
    background: url("/images/tel_ico_M.png") no-repeat left 5px top 5px;
}

.Footer_content_wrap .Level_Lower .Lock_wrap .Mail,
.Reserv_Lock .Mail {
    background: url("/images/mail_ico_M.png") no-repeat left 5px top 5px;
}

.Footer_content_wrap .Level_Lower .Lock_wrap,
.Footer_content_wrap .Level_Lower .Nb_wrap,
.Reserv_Lock {
    line-height: 160%;
    padding-bottom: 1em;
}

.Footer_content_wrap .Level_Lower .Nb_wrap p {
    font-size: 0.8em;
    margin-bottom: 10px;
    overflow: hidden;
}

.Footer_content_wrap .Level_Lower .Nb_wrap a {
    display: inline-block;
    width: 100%;
    padding: 6px 25px;
    text-align: center;
    line-height: 120%;
}

.End_Page {
    text-align: center;
    font-size: 0.75em;
    padding: 4px;
}

.reserveer {
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid #181818;
    width: auto;
    font-size: .9em;
    font-weight: 800;
    color: #181818;
    text-transform: uppercase;
    display: inline-block;
    transition: all .3s;
}

.reserveer:hover {
    background-color: #181818;
    color: white;
}

#force iframe {
    width: 33%;
    min-height: 500px;
    max-width: none;
}


/*_______________________Einde Algemene Foorer_______________________*/


/******************************************************************/


/************************media query 1500px************************/


/******************************************************************/

@media screen and (max-width: 1500px) {
    /*_______________________Algemen Header_______________________*/
    .Hoofdmenu li {
        margin-left: 25px;
    }
    .Hoofdmenu li a {}
    /*_______________________Einde Algemene Header_______________________*/
    /*_______________________Content_______________________*/
    /*.......................contact.......................*/
    .Con_wrap .Wrap_left .Map_wrap {
        width: 480px;
    }
    .Con_wrap form {
        margin-right: 480px;
    }
    .Con_wrap .Right_wrap {
        width: 330px;
    }
    .Con_wrap .Wrap_left {
        margin-right: 330px;
    }
    /*......................Einde contact.......................*/
    /*_______________________Einde Content_______________________*/
    /*_______________________ AlgemeneFooter_______________________*/
    .Footer_content_wrap .Level_Lower {
        font-size: 0.925em;
    }
    /*_______________________Einde Algemene Footer_______________________*/
}

.button {
    cursor: pointer;
}


/******************************************************************/


/************************media query 1200px************************/


/******************************************************************/

@media screen and (max-width: 1200px) {
    /*_______________________Algemen Header_______________________*/
    .Hoofdmenu li {
        margin-left: 10px;
    }
    .Hoofdmenu li a {
        padding: 6px 18px;
    }
    /*_______________________Einde Algemene Header_______________________*/
    /*_______________________Content_______________________*/
    /*.......................contact.......................*/
    .Map_wrap {
        display: none;
    }
    .Top_map_wrap {
        display: block;
    }
    .Top_map {
        height: 400px;
    }
    .Top_map_wrap .button {
        margin-top: 1em;
        margin-bottom: 2em;
        height: 36px;
        line-height: 36px;
        width: 100%;
        text-align: center;
        color: #000;
    }
    .Con_wrap form {
        width: 100%;
    }
    /*......................Einde contact.......................*/
    /*_______________________Einde Content_______________________*/
    /*_______________________ AlgemeneFooter_______________________*/
    .Footer_content_wrap .Level_Lower>div {
        width: 23.125%;
        margin-left: 2%;
    }
    .Footer_content_wrap .Level_Lower>div:first-child {
        margin-left: 0;
    }
    .Footer_content_wrap .Level_Lower .Ukn {
        width: 24.125%
    }
    .Footer_content_wrap .Level_Lower .Lock_wrap {
        width: 21.625%;
    }
    .Footer_content_wrap .Level_Lower .Nb_wrap {
        width: 25.125%;
    }
    /*_______________________Einde Algemene Footer_______________________*/
}


/******************************************************************/


/************************media query 1000px************************/


/******************************************************************/

@media screen and (min-width: 1400px) {
    .Hoofdmenu li a {
        font-weight: 600;
    }
}

@media screen and (max-width: 1200px) {
    #force iframe {
        width: 100% !important;
        min-height: 600px !important;
    }
    #force {
        width: 100% !important;
    }
    .contact_pagina {
        padding: 25px 10px;
    }
    .contact_gegevens {
        margin-bottom: 20px;
        padding: 30px 10px;
    }
    .contact_gegevens,
    .contact_formulier {
        width: 100%;
        padding: 0 10px;
    }
    .contact_gegevens h1,
    .contact_gegevens h2 {
        text-align: center;
        line-height: 120%;
    }
    .contact_gegevens>div {
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        margin-top: 20px;
    }
    .contact_gegevens>div a:not(.close) {
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        flex-direction: column;
    }
    .contact_split div {
        padding: 20px;
    }
    .contact_split img {
        display: none;
    }
    .contact_split div {
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
    }
    #dasmap {
        margin-top: 15px;
        height: 400px;
    }
    #openingsuren-btn {
        text-align: center;
        margin-left: 50%;
        transform: translateX(-50%);
    }
    .contact_formulier {
        margin-top: 20px;
    }
}

@media screen and (max-width: 1100px) {
    .Reserv_Lock {
        width: 95% !important;
    }
    .Ak_wrap .First .Content_wrap .OpacityT,
    .Ak_wrap .Second .Content_wrap .OpacityT,
    .Ak_wrap .Third .Content_wrap .OpacityT {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }
    .menu-blok {
        min-height: 510px;
    }
    .Hoofdmenu li a {
        padding-left: 8px;
        padding-right: 8px;
        font-size: .9em;
    }
}

@media screen and (max-width: 1000px) {
    /*_______________________Algemen Header_______________________*/
    /*_______________________Einde Algemene Header_______________________*/
    /*_______________________Content_______________________*/
    /*.......................reserveren.......................*/
    .Con_wrap .Right_wrap {
        display: none;
    }
    .Right_wrap.dn {
        display: block !important;
        width: 100%;
        margin-top: 20px;
    }
    .Right_wrap .Reserv_Lock {
        height: auto;
    }
    .Right_wrap .Ukn {
        height: auto;
        margin-bottom: 20px;
    }
    #tablebookerResFrame_00065537 {
        width: 100% !important;
    }
    .Res_wrap .form,
    .Res_wrap .WRAP,
    .Con_wrap .Wrap_left,
    .Con_wrap form {
        margin-right: 0;
        padding-right: 0;
    }
    /*......................Einde reserveren.......................*/
    /*_______________________Einde Content_______________________*/
    /*_______________________ AlgemeneFooter_______________________*/
    .Footer_content_wrap .Level_Lower .Ukn,
    .Footer_content_wrap .Level_Lower .Lock_wrap,
    .Footer_content_wrap .Level_Lower .Fb_wrap {
        width: 29.33%;
        margin-left: 3%;
    }
    .Footer_content_wrap .Level_Lower .Nb_wrap {
        width: 35.33%;
    }
    .Footer_content_wrap .Level_Lower .Ukn {
        margin-left: 0;
    }
    .Footer_content_wrap .Level_Lower .Fb_wrap {
        display: none;
    }
    .Footer_content_wrap .Level_Lower .Lock_wrap .Loc,
    .Footer_content_wrap .Level_Lower .Lock_wrap .Tel,
    .Footer_content_wrap .Level_Lower .Lock_wrap .Mail {
        padding-left: 30px;
    }
    /*_______________________Einde Algemene Footer_______________________*/
}


/******************************************************************/


/************************media query 900px************************/


/******************************************************************/

@media screen and (max-width: 950px) {
    /*_______________________Algemen Header_______________________*/
    .Hoofdmenu li {
        width: 100%;
        background-color: #000000;
        margin-left: 0;
    }
    .Ak_wrap .Content_wrap .Text_wrap {
        height: auto;
    }
    .Nav_Hoofdmenu {
        width: 100%;
    }
    .Hoofdmenu {
        top: 100px;
    }
    .reserveer {
        width: 100%;
        border-radius: 0;
        background-color: white;
        color: black;
    }
    .reserveer a {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        padding: 10px;
        display: block;
        font-size: 1.3em;
    }
    .Hoofdmenu li a {
        font-size: 1.3em;
        font-weight: 500;
        color: white;
        border-bottom: 1px solid #545148;
        line-height: 48px;
        height: 60px;
        text-transform: uppercase;
    }
    .Hoofdmenu li a.Sp_button {
        border: none;
    }
    .Hoofdmenu li a .button {
        background: none;
        color: #FFFFFF;
    }
    .Hoofdmenu li a .button {
        background: none;
        color: #FFFFFF;
    }
    .Hoofdmenu li a:hover .button {
        background: none;
        color: #e9b750;
    }
    .Hoofdmenu li a:hover {
        background: none;
    }
    .Hoofdmenu li a#Active {
        background: none;
    }
    .Logo_Header {
        margin-left: 4%;
    }
    .Hoofdmenu li a {
        text-align: center;
    }
    .Hoofdmenu {
        display: none;
        margin-left: 0;
        z-index: 12;
    }
    .Hidden_M.dn {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 32px;
        margin-right: 4%;
    }
    /*_______________________Einde Algemene Header_______________________*/
    /*_______________________Content_______________________*/
    /*.......................Home.......................*/
    .Home_bollen,
    .Ak_wrap {
        text-align: center;
    }
    .Home_bollen article,
    .Ak_wrap article {
        display: inline-block;
        width: 100%;
        max-width: 750px;
        float: none;
        margin-left: 0;
    }
    .Home_bollen article:last-of-type {
        margin-bottom: 0;
    }
    /*......................Einde Home.......................*/
    /*_______________________Einde Content_______________________*/
    /*_______________________ AlgemeneFooter_______________________*/
    /*_______________________Einde Algemene Footer_______________________*/
}


/******************************************************************/


/************************media query 800px************************/


/******************************************************************/

@media screen and (max-width: 860px) {
    .menu {
        width: 50%;
    }
    .faq {
        width: 95% !important;
    }
}

@media screen and (max-width: 800px) {
    /*_______________________Algemen Header_______________________*/
    /*_______________________Einde Algemene Header_______________________*/
    /*_______________________Content_______________________*/
    /*.......................kaart.......................*/
    .Kaart_submenu_wrap .btn_wrapper {
        display: none;
    }
    .Kaart_submenu_wrap .Kaart_submenu {
        border-bottom: none;
    }
    .Kaart_submenu_wrap {
        float: none;
        width: 100%;
        padding-right: 0;
    }
    .Kaart_submenu_wrap .Kaart_submenu li {
        text-align: center;
    }
    .Kaart_items_wrap {
        margin-left: 0;
    }
    .Kaart_submenu_wrap .Hidden_M {
        position: static;
        right: auto;
        top: auto;
        display: block;
        margin-right: 0;
    }
    .Kaart_submenu_wrap .Hidden_M {
        text-align: center;
        margin-bottom: 1.25em;
    }
    /*......................Einde kaart.......................*/
    /*_______________________Einde Content_______________________*/
    /*_______________________ AlgemeneFooter_______________________*/
    .Tickertape .Text_Wrap .Text {
        font-size: 1.275em;
    }
    .Footer_content_wrap .Level_Lower .Ukn {
        width: 48.5%;
        margin: 0
    }
    .Footer_content_wrap .Level_Lower .Nb_wrap {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }
    .Footer_content_wrap .Level_Lower .Nb_wrap p {
        display: none;
    }
    .Footer_content_wrap .Level_Lower .Nb_wrap a {
        display: inline-block;
        max-width: 360px;
    }
    .Footer_content_wrap .Level_Lower .Lock_wrap {
        width: 35%;
        margin-left: 16.5%;
    }
    .Footer_content_wrap .Level_Lower .Nb_wrap {
        display: none;
    }
    .Footer_content_wrap .Level_Lower .Nb_wrap .button {
        display: none;
    }
    .Ukn .button.dn {
        display: block;
        width: 100%;
        padding: 6px 25px;
        text-align: center;
        line-height: 120%;
        font-size: 114.285%;
        position: relative;
        margin-top: 32px;
    }
    .Footer_content_wrap .Ukn {
        display: none;
    }
    /*_______________________Einde Algemene Footer_______________________*/
}


/******************************************************************/


/************************media query 700px************************/


/******************************************************************/

@media screen and (max-width: 750px) {
    .contact_info>div {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-bottom: 30px;
    }
    .contact_info {
        padding: 20px 10px;
    }
    .contact_info h2 {
        text-align: center;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 700px) {
    /*_______________________Algemen Header_______________________*/
    /*_______________________Einde Algemene Header_______________________*/
    .Banner_wrapper.small .Art_wrap,
    .Art_wrap {
        display: none;
    }
    /*_______________________Content_______________________*/
    /*.......................contact.......................*/
    /*......................Einde contact.......................*/
    /*......................reserveren.......................*/
    .Res_wrap .Form_wrap,
    .Res_wrap .CONT {
        width: 100%;
        margin-right: 0;
        float: none;
    }
    /*......................Einde reserveren.......................*/
    /*_______________________Einde Content_______________________*/
    /*_______________________ AlgemeneFooter_______________________*/
    /*_______________________Einde Algemene Footer_______________________*/
}


/******************************************************************/


/************************media query 600px************************/


/******************************************************************/

@media screen and (max-width: 600px) {
    /*_______________________Algemen Header_______________________*/
    /*_______________________Einde Algemene Header_______________________*/
    /*_______________________Content_______________________*/
    /*.......................contact.......................*/
    .Con_wrap .Right_wrap {
        display: none;
    }
    .Con_wrap .Wrap_left {
        margin-right: 0;
    }
    .Col_PC_GM input[type="text"] {
        width: 100% !important;
    }
    .Con_wrap .Wrap_left,
    .Con_wrap form {
        padding-right: 0;
    }
    /*......................Einde contact.......................*/
    /*_______________________Einde Content_______________________*/
    /*_______________________ AlgemeneFooter_______________________*/
    .Footer_content_wrap .Level_Lower .Ukn {
        width: 53.5%;
        margin: 0
    }
    .Footer_content_wrap .Level_Lower .Lock_wrap {
        width: 35%;
        margin-left: 11.5%;
    }
    .menu {
        width: 100%;
        height: auto;
        min-height: 0;
    }
    .menu-blok {
        min-height: 0;
        height: auto;
        padding-bottom: 70px;
    }
    #PL_privacy {
        width: 100%;
        margin-bottom: 20px;
    }
    .PL_Wrapper {
        right: 10px;
    }
    /*_______________________Einde Algemene Footer_______________________*/
    .contact_info h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .contact_gegevens p {
        font-size: 16px;
    }
    .contact_split div {
        justify-content: flex-start;
        align-items: flex-start;
        -ms-align-items: flex-start;
    }
    .contact_gegevens h1 {
        font-size: 1.5em;
    }
    #openingsuren-btn button,
    #openingsuren th,
    td {
        font-size: 16px;
    }
    .privcnt {
        flex-direction: column;
        align-items: flex-start !important;
        justify-content: flex-start;
    }
    #PL_privacy {
        margin-bottom: 15px;
    }
    .contact_form input[type=submit] {
        padding: 5px 25px;
        font-size: 15px;
    }
    .contact_formulier #NaamInput,
    .contact_formulier #PostInput {
        width: 100%;
    }
}

@media screen and (max-width: 550px) {
    .Footer_content_wrap .Level_Lower .Ukn {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        display: block;
    }
    .Footer_content_wrap .Level_Lower .Lock_wrap {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .Footer_content_wrap .Level_Lower .Lock_wrap:after {
        display: block;
        content: "";
        clear: both;
    }
    .Footer_content_wrap .Level_Lower>div:first-child {
        margin-bottom: 20px;
    }
    .Footer_content_wrap {
        height: 290px;
        padding-top: 25px;
    }
    .Wikkel_Content {
        padding-bottom: 485px;
    }
    .Banner_wrap.pr.Banner {
        width: 100% !important;
    }
    nav ul {
        padding-bottom: 20px;
    }
}


/******************************************************************/


/************************media query 500px************************/


/******************************************************************/

@media screen and (max-width: 500px) {
    /*_______________________Algemen Header_______________________*/
    /*_______________________Einde Algemene Header_______________________*/
    /*_______________________Content_______________________*/
    /*.......................Home.......................*/
    /*......................Einde Home.......................*/
    /*_______________________Einde Content_______________________*/
    /*_______________________ AlgemeneFooter_______________________*/
    .Tickertape_wrap {
        display: none;
    }
    .Footer_content_wrap .Level_Lower .Nb_wrap p {
        display: none;
    }
    .Wikkel_Content {
        padding-bottom: 300px !important;
    }
    .PL_Buttons a {
        width: 100%;
        margin: 0;
        margin-top: 15px;
    }
    .PL_Buttons {
        flex-wrap: wrap;
    }
    /*_______________________Einde Algemene Footer_______________________*/
}


/******************************************************************/


/************************media query 450px************************/


/******************************************************************/

@media screen and (max-width: 450px) {
    /*_______________________Algemen Header_______________________*/
    .Logo_Header img {
        width: 45%;
    }
    /*_______________________Einde Algemene Header_______________________*/
    /*_______________________Content_______________________*/
    /*.......................Home.......................*/
    /*......................Einde Home.......................*/
    /*_______________________Einde Content_______________________*/
    /*_______________________ AlgemeneFooter_______________________*/
    /*_______________________Einde Algemene Footer_______________________*/
}

@media screen and (max-width: 400px) {
    /*_______________________Algemen Header_______________________*/
    .Logo_Header img {
        width: 50%;
    }
    /*_______________________Einde Algemene Header_______________________*/
    /*_______________________Content_______________________*/
    /*.......................Home.......................*/
    /*......................Einde Home.......................*/
    /*_______________________Einde Content_______________________*/
    /*_______________________ AlgemeneFooter_______________________*/
    /*_______________________Einde Algemene Footer_______________________*/
    .contact_gegevens h2 {
        font-size: 15px;
    }
    .contact_split div {
        justify-content: flex-start;
        align-items: flex-start;
        text-align: center;
    }
    .contact_split div p {
        font-size: 15px;
        padding-left: 30px;
    }
    .contact_form input[type=text],
    .contact_form input[type=email],
    .contact_form textarea {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .privcnt {
        flex-wrap: wrap;
        height: initial !important;
        line-height: 120%;
    }
    .contact_form input[type=submit] {
        width: 100%;
        margin-top: 10px;
    }
}

@media screen and (max-width: 350px) {
    /*_______________________Algemen Header_______________________*/
    .Logo_Header img {
        width: 55%;
    }
    /*_______________________Einde Algemene Header_______________________*/
    /*_______________________Content_______________________*/
    /*.......................Home.......................*/
    /*......................Einde Home.......................*/
    /*_______________________Einde Content_______________________*/
    /*_______________________ AlgemeneFooter_______________________*/
    /*_______________________Einde Algemene Footer_______________________*/
}

@media screen and (max-width: 300px) {
    /*_______________________Algemen Header_______________________*/
    .Logo_Header img {
        width: 60%;
    }
    /*_______________________Einde Algemene Header_______________________*/
    /*_______________________Content_______________________*/
    /*.......................Home.......................*/
    /*......................Einde Home.......................*/
    /*_______________________Einde Content_______________________*/
    /*_______________________ AlgemeneFooter_______________________*/
    /*_______________________Einde Algemene Footer_______________________*/
}

#loctek-lightbox-close {
    border-color: #056B39 !important;
    color: #056B39 !important;
    line-height: 20px !important;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.loctek-lightbox {
    border-color: #056B39 !important;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}

.loctek-lightbox * {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}

#content-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin: auto;
}

#content-container h2 {
    color: #353535;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 1em;
    margin-top: 1em;
    cursor: pointer;
}

#content-container h3 {
    background: #EEEDE7;
    color: #353535;
    font-size: 1.2em;
    padding: 20px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    margin-top: 20px;
}

#content-container h3 span {
    position: absolute;
    z-index: 1;
    background: transparent url("/images/cross_w.png") no-repeat;
    display: inline-block;
    width: 15px;
}

#content-container h4 {
    margin-left: 2em;
    font-size: 1.1em;
    font-weight: bold;
}

#content-container p {
    padding: 20px;
    line-height: 170%;
    color: #7e7e7e;
}

#content-container ul {
    margin-left: 3em;
}

#content-container table {
    width: 100%;
}

#content-container a {
    color: #064D63;
}

#gdpr-wrapper {
    min-height: 100%;
    position: relative;
}

#content-container thead {
    background-color: #064D63;
    color: white;
}

#content-container thead th {
    border: 1px solid #353535;
    padding: 10px;
}

#content-container tbody td {
    border: 1px solid #353535;
    color: #7e7e7e;
    line-height: 150%;
    padding: 5px;
}

#content-container tbody td p {
    padding: 0px;
}

#content-container ul {
    padding-left: 20px;
    line-height: 170%;
    color: #7e7e7e;
    list-style-type: disc;
}