@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;

}
#PL_privacy {
    margin-top: 10px;
}

.privcnt {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    height: auto !important;
    line-height: 1.3em !important;
    cursor: pointer;
    font-size: .8em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.privcnt input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.privcnt a {
    height: 100%;
    color: black;
    font-weight: 700;
    color: #000;
    position: relative;
    z-index: 10;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #dedede;
}

.privcnt:hover input~.checkmark {
    background-color: #ccc;
}

.privcnt input:checked~.checkmark {
    background-color: #79b2e1;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.privcnt input:checked~.checkmark:after {
    display: block;
}

.privcnt .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bbqmenu {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
}

.bbqmenu>h2 {
    text-transform: capitalize;
    font-size: 1.625em;
    color: #c82224;
    letter-spacing: 1px;
    margin-bottom: 20px;
    line-height: 120%;
    font-family: 'Lato', sans-serif;
    text-align: center;
    width: 100%;
}

.bbqmenu strong {
    font-size: 1.2em;
    font-weight: 700;
    color: #353535;
}

.bbqmenu>p {
    color: #575756;
    font-size: 1.1em;
    padding: 10px;
    width: 100%;
}

.bbqmenu table {
    margin-top: 10px;
    margin-bottom: 20px;
    width: 100% !important;
    line-height: 150%;
    color: #575756;
    font-size: 1.1em;
    padding: 10px;
    border: 2px solid #efefef;
}

.bbqmenu table td {
    padding: 10px;
}

.bbqmenu table tr td:nth-child(2n) p {
    white-space: nowrap;
    text-align: right;
}


/* COOKIE MELDING NEW */

#PLCookie {
    position: fixed;
    left: 10px;
    bottom: 10px;
    margin-right: 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);
}

#PLCookie h2 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    color: #353535;
    font-size: 1.6em;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 30px;
}

#PLCookie p {
    max-width: 500px;
    font-family: 'Montserrat', sans-serif;
    color: #979797;
    margin-bottom: 20px;
    text-align: justify;
    line-height: 150%;
    font-size: 1.1em;
}

.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;
    font-family: 'Montserrat', sans-serif;
    padding: 15px;
    background-color: #c82224;
    border: 1px solid #c82224;
    color: #fefefe;
    width: 48%;
    cursor: pointer;
    text-align: center;
    transition: all .3s;
    margin: 5px;
    font-size: 1.3em;
}

.PL_Buttons a:hover {
    background-color: transparent;
    color: #c82224;
    border: 1px solid #c82224;
}


/* Blog*/

.blog-img img {
    width: 100%;
}

.blog-head {
    text-align: left;
    line-height: 180%;
    position: relative;
}

.blog-head .c {
    width: 100%;
    color: #505050;
}

.blog-content {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    margin-top: 30px;
}

.footermar-blog {
    padding-bottom: 50px;
}

.blog-item {
    position: relative;
}

.blog-item a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.blog-rows {
    margin-top: 1%;
}

.blog-row {
    display: flex !important;
    flex-wrap: wrap;
    margin-bottom: 1%;
}

.blog-row:last-child {
    margin-bottom: 0;
}

.blog-row .row-block {
    width: 49.5%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.row-block:not(:nth-child(2n)) {
    margin-right: 1%;
}

.blog-row.type-b .row-block {
    margin: 0;
    width: 100%;
}

.blog-row.reverse .row-block:first-child {
    order: 2;
    margin-left: 1%;
    margin-right: 0%;
}

.blog-row .extra .blog-item {
    width: 48.979591836734693877551020408163%;
}

.blog-row .extra .blog-item:not(:nth-child(2n)) {
    margin-right: 2.0408163265306122448979591836735%;
}

.blog-rows .blog-main .blog-item {
    width: 100%;
}

.blog-row .extra .blog-item:nth-child(n+3) {
    margin-top: 2.0408163265306122448979591836735%;
}

.blog-rows .blog-inhoud {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 15px;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.58);
    color: #fff;
}

.blog-rows .blog-inhoud h2 {
    font-weight: 700;
    text-align: left;
    line-height: 125%;
}

.blog-rows .blog-main .blog-inhoud h2 {
    font-size: 1.4em;
}

.blog-rows .extra .blog-inhoud h2 {
    font-size: 1.2em;
}

.blog-row.type-c .row-block {
    margin-right: 0;
    width: 100%;
}

.type-c .combo-img {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-start;
    align-content: flex-start;
}

.type-c.reverse .combo-img .big {
    order: 2;
}

.type-c .combo-img>* {
    width: 50%;
}

.type-c .combo-img .big img {
    width: 100%;
}

.type-c .combo-img .small {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}

.type-c .combo-img .small img {
    width: 50%;
}

.button-hold {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.button-hold:last-child {
    margin-bottom: 0px;
}

.button-hold a {
    display: inline-block;
    border: 2px solid #C41F23;
    padding: 15px 20px;
    background-color: transparent;
    cursor: pointer;
    font-weight: 700;
    color: white;
    background-color: #C41F23;
    transition: all 0.8s ease;
}

.button-hold a:hover {
    background-color: transparent;
    color: #C41F23;
}


/**
 * Blog detail
 **/

.blog-holder {
    display: flex;
    margin-top: 60px;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.blog-aside {
    padding: 30px;
    width: 400px;
    margin-right: 50px;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
}

.blog-main {
    width: calc(100% - 350px);
}

.blog-main .c {
    font-size: 1.1em;
    color: #a4a4a4;
    padding: 0;
    line-height: 180%;
}

.blog-item .c {
    font-size: 1.1em;
    color: #a4a4a4;
    padding: 0 15px;
    line-height: 180%;
}

.blog-recent .blog-item .c {
    padding: 0 !important;
}

.blog-main .blog-img {
    position: relative;
    width: 100%;
}

.blog-main .blog-img .h1 {
    position: relative;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 180%;
    color: #C41F23;
    font-size: 2.1em;
}

.blog-aside h3 {
    font-weight: 700;
    color: #C41F23;
    font-family: 'Lato', sans-serif;
    font-size: 1.5em;
    text-align: left;
    margin-bottom: 25px;
}

.blog-nav nav {
    border-top: 1px solid rgb(220, 220, 220);
    margin-bottom: 60px;
}

.blog-nav a {
    line-height: 40px;
    width: 100%;
    display: block;
    border-bottom: 1px solid rgb(220, 220, 220);
    color: rgb(100, 100, 100);
    padding-left: 8px;
}

.blog-nav a:hover,
.blog-nav a.active {
    color: #C41F23;
}

.blog-nav-btn {
    display: none;
    text-align: center;
    padding: 10px 0;
    font-size: 3.2em;
    color: #C41F23;
    cursor: pointer;
}

.blog-recent h2 {
    font-size: 1.2em;
    margin-top: 10px;
    line-height: 150%;
    margin-bottom: 10px;
    color: #353535;
}

.blog-recent .c {
    margin-bottom: 10px;
    line-height: 180%;
    color: #999999;
}

.blog-recent .blog-item {
    margin-bottom: 35px;
}

.blog-recent .more {
    font-weight: bold;
    color: #C41F23;
}

.blog-overzicht {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}

.blog-overzicht .blog-item a {
    position: static;
}

.blog-overzicht .btn-hold {
    padding: 15px;
    text-align: left;
}

.blog-overzicht .btn-hold a {
    display: inline-block;
    padding: 15px 20px;
    background-color: #C41F23;
    font-weight: 700;
    border: 2px solid #C41F23;
    color: #fff;
    transition: all 0.5s ease;
}

.blog-overzicht .btn-hold a:hover {
    background-color: transparent;
    color: #C41F23;
}

.blog-overzicht h2 {
    font-size: 1.3em;
    padding: 0 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #353535;
}

.blog-overzicht .blog-item {
    width: 48%;
    margin: 1%;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    transition: all 1s;
}

.blog-overzicht .blog-item:hover {
    transform: scale(1.03);
}

.blog-overzicht .blog-item:nth-child(n+6) {
    width: 32%;
    margin-bottom: 2%;
}

.blog-overzicht .blog-item:nth-child(n+6) .c,
.blog-overzicht .blog-item:nth-child(n+6) .btn-hold {
    display: none;
}

.blog-overzicht .blog-item:nth-child(n+6):not(:nth-child(3n+5)) {
    margin-right: 2%;
}

.blog-content-row {
    margin-bottom: 30px;
}

.merk-content .blog-content-row {
    margin-bottom: 1.33%;
}

.blog-content-row h2 {
    font-family: 'Lato', sans-serif;
    font-size: 1.2em;
    line-height: 150%;
    color: #353535;
}

.blog-content-row .c {
    width: 100%;
    margin: 0 auto;
}

.blog-content-row .multi-img-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
}

.blog-content-row .multi-img-holder.two>* {
    width: 49%;
}

.blog-content-row .multi-img-holder.three>* {
    width: 32.33%;
}

.blog-content-row .multi-img-holder.four>* {
    width: 24%;
}

.blog-content-row .multi-img-holder>a img {
    width: 100%;
}

.blog-content-row .filmpje {
    max-width: 1000px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.blog-content-row .tekst-and-image {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}

.blog-content-row .tekst-and-image>* {
    width: 50%;
}

.blog-content-row .tekst-and-image .c {
    padding: 0 20px;
}

.blog-content-row .tekst-and-image.reverse .img {
    order: 2;
}

.title-hold {
    text-align: center;
    margin-bottom: 36px;
}

.title-hold h3 {
    margin-top: 30px;
    padding-top: 30px;
    color: #353535;
    border-top: 3px solid #ececec;
    font-size: 1.5em;
    font-weight: bold;
}


/* Einde Blog */


/* NEW COOKIE END */


/* oud cookie popup
#PLCookie {
  width: 100%;
  min-height: 50px;
  position: fixed;
  padding: 0 15px;
  z-index: 1000;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #4f4f4f;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(102,102,102,0.23);
  -moz-box-shadow: 0px 0px 20px 0px rgba(102,102,102,0.23);
  box-shadow: 0px 0px 20px 0px rgba(102,102,102,0.23);
}

#PLCookie article {
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  letter-spacing: 1px;
  margin-top: 6px;
}

#PLCookie article div {
  float: right;
}

#PLCookie article span {
  display: block;
  padding-top: 6px;
  margin-right: 200px;
}

#PLCookie article div a {
  padding: 10px 15px;
  margin-left: 20px;
  background-color: #fff;
  color: #4f4f4f;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  white-space: nowrap;
  cursor: pointer;
  transition: all .3s;
}
#PLCookie article div a:hover {
 background-color: #dbdbdb;
}

@media all and (max-width: 550px) {
  #PLCookie article div {
    float: none;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 100%;
  }

  #PLCookie article span {
    display: block;
    padding-top: 6px;
    text-align: center;
    margin-right: 0;
    padding-bottom: 55px;
  }
}
*/

.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;
}


/*_______________________Normalize_______________________*/

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -Moz-box-sizing: border-box;
    -Webkit-box-sizing: border-box;
}

.Hoofdmenu ul {
    position: absolute;
    left: 50%;
    top: 40px;
    background-color: rgba(200, 34, 36, .85);
    padding: .2em 1em;
    transition: height .4s;
    -webkit-transition: height .4s;
    display: none;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.Hoofdmenu li ul a {
    height: auto;
    line-height: 1.3em;
    padding: 0;
    text-align: center;
}

.Hoofdmenu li ul a:hover {
    color: #fff;
}

.Hoofdmenu ul li {
    display: block;
    border-bottom: 1px solid #fff;
    padding: .5em 0;
    margin: 0;
}

.Hoofdmenu ul li:last-child {
    border-bottom: 0;
}

.Hoofdmenu>li {
    position: relative;
}


/*_______________________Style_______________________*/


/*      Over all use        */

a {
    text-decoration: none;
    color: inherit;
}

html,
body {
    height: 100%;
    min-height: 100%;
}

.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;
}

body {
    font-family: 'Lato', sans-serif;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.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 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c82224+0,c66969+100 */
    background: #c82224;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M4MjIyNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNjY5NjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #c82224 0%, #c66969 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #c82224 0%, #c66969 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #c82224 0%, #c66969 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c82224', endColorstr='#c66969', GradientType=0);
    /* IE6-8 */
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    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;
}

.Yellow {
    color: #FFFFFF;
}

.Tc {
    text-align: center;
}

.ABlock {
    display: block;
}


/*_______________________Algemene Header_______________________*/

header {
    background-color: #000000;
    color: #FFFFFF;
    /*border-bottom: 0px solid #FF00FF;*/
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.Nav_Hoofdmenu {
    height: 96px;
}

.Logo_Header {
    position: absolute;
    top: 10px;
}

.Hoofdmenu {
    text-align: right;
    margin-left: 120px;
    position: relative;
    top: 28px;
    background: #000;
}

.Hoofdmenu li {
    display: inline-block;
    margin-left: 30px;
}

.Hoofdmenu li a {
    display: block;
    padding: 6px 25px;
    height: 50px;
    font-size: 1em;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
}

.Hoofdmenu li a.Sp_button {
    padding: 0;
}

.Hoofdmenu li a:hover {
    /*background: transparent url("/images/icon_active.png") no-repeat center bottom 6px;*/
    color: white;
    border-radius: 20px;
    background-color: #c82224;
    height: 40px;
    padding-top: 10px;
}

.Hoofdmenu li a#Active {
    color: white;
    /*background: transparent url("/images/icon_active.png") no-repeat center bottom 6px;*/
    border-radius: 20px;
    background-color: #c82224;
    padding: 10px 14px;
    height: 40px;
}

.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, .8);
    padding: 25px;
}

.Banner_wrapper.small .Art_wrap {
    height: 215px;
}

.Art_wrap h1 {
    color: #C82224;
    font-family: 'Lato', sans-serif;
    font-size: 1.125em;
    text-transform: uppercase;
    line-height: 140%;
    height: 51px;
}

.Art_wrap .Text {
    display: block;
    color: #FFFFFF;
    line-height: 180%;
    height: 210px;
    overflow: hidden;
}

.Logo_seven {
    display: none;
    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: #000000;
    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: #FFFFFF;
    border-radius: 12px 12px 12px 12px;
    -moz-border-radius: 12px 12px 12px 12px;
    -webkit-border-radius: 12px 12px 12px 12px;
    border: 0px solid #000000;
}

.Container .loctek-slider-controls .active {
    background-color: #C82224;
}


/*_______________________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: #C82224 !important;
}

#return {
    width: 90%;
    display: block;
    line-height: 140%;
    margin: 0 auto;
    color: red;
}


/*.......................Einde Nieuws brief.......................*/


/*.......................Home.......................*/

.Wikkel_Content {
    padding-bottom: 355px;
}

a.button {
    border-radius: 18px;
}

.Page_Titel {
    text-align: center;
    margin-bottom: 3em;
    font-family: 'Lato', sans-serif;
    font-size: 1.275em;
    text-transform: uppercase;
}

.Wikkel_Content {
    margin-top: 10em;
}

.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%;
    text-align: center;
}

.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: #C82224;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-align: center;
    padding-bottom: 1em;
}

.Home_bollen article .Text_wrap {
    line-height: 180%;
    font-size: 0.875em;
    text-align: center;
    padding: 0 10px;
}

.Ak_wrap article {
    width: 31.33%;
    margin-left: 3%;
    float: left;
}

.contactheight {
    min-height: 442px;
}

.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: #FFFFFF;
}

.Ak_wrap .First a,
.Ak_wrap .Second a,
.Ak_wrap .Third a {
    padding: 20px;
    display: block;
}

.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=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.Ak_wrap .First:hover .Content_wrap .OpacityT,
.Ak_wrap .Second:hover .Content_wrap .OpacityT,
.Ak_wrap .Third:hover .Content_wrap .OpacityT {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.Ak_wrap .Content_wrap {
    overflow: hidden;
}

.Ak_wrap .Content_wrap .Titel {
    display: block;
    text-align: center;
    color: #C82224;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    padding-bottom: 10px;
}

.Ak_wrap .Content_wrap .Titel span {
    position: relative;
}

.Ak_wrap .Content_wrap .Titel>span:before {
    content: "";
    display: block;
    height: 1px;
    width: 10000px;
    background-color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: -10000px;
}

.Ak_wrap .Content_wrap .Titel>span:after {
    content: "";
    display: block;
    height: 1px;
    width: 10000px;
    background-color: #FFFFFF;
    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: 150px;
    border-bottom: 1px solid #FFFFFF;
}

.Ak_wrap {
    margin-bottom: 5em;
}


/*.......................Einde_Home.......................*/


/*.......................kaart.......................*/

.Kaart_submenu_wrap {
    float: left;
    width: 260px;
    padding-right: 20px;
    font-family: 'Lato', sans-serif;
}

.Kaart_submenu_wrap .Kaart_submenu {
    border-bottom: 1px solid #acacac;
}

.Kaart_submenu_wrap li#Active {
    color: #C82224;
}

.Kaart_submenu_wrap li {
    padding-bottom: 1em;
    font-size: 1.125em;
    line-height: 140%;
    padding-left: 10px;
}

.Kaart_items_wrap {
    margin-left: 260px;
    font-family: 'Lato', sans-serif;
}

.Kaart_items_wrap .Item_titel {
    font-size: 1.625em;
    color: white;
    line-height: 120%;
    background-color: #C82224;
    padding: 1%;
}

.Kaart_items_wrap .Item_inleiding {
    font-size: 0.875em;
    padding-bottom: 1.125em;
    line-height: 140%;
}

.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: 700;
    font-size: 1.125em;
    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;
    max-width: 90px;
}

.Kaart_wrapper:after {
    display: block;
    content: "";
    clear: both;
    padding-bottom: 5em;
}

.fab {
    margin-right: 7px;
}


/*.......................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/sevenLogo_small.jpg") no-repeat center;
    display: none;
}

.Titel_Bl .Item_titel.Prijs {
    font-weight: 700;
    font-style: italic;
    font-family: 'Lato', sans-serif;
    padding-top: 40px;
}

.Item_titel.Prijs {
    background-color: white;
    color: #000;
}

.gang_wrap {
    font-family: 'Lato', sans-serif;
    font-size: 1.125em;
    line-height: 120%;
    padding: 20px 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-family: 'Lato', sans-serif;
    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%;
    font-family: 'Lato', sans-serif;
    text-align: center;
    color: #000000;
    border-radius: 18px;
}

.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: 98px;
    margin-bottom: 0;
}

.Col_PC_GM {
    height: 1px;
}

#Map2 {
    height: 100%;
    min-height: 100%;
}

.Con_wrap .White.Reserv_Lock {
    width: 330px;
}

.Top_map_wrap {
    display: none;
}


/*.......................einde contact.......................*/


/*.......................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;
    font-family: 'Lato', sans-serif;
    margin-top: 1em;
    border-radius: 18px;
}

.Res_wrap .Reserv_Lock {
    padding-bottom: 0;
}


/*.......................Einde_reserveren.......................*/


/*_______________________Einde Content_______________________*/


/* BLOKKEN */

.homepage {
    background-color: #f7f7f7;
}

.blokken_content {
    max-width: 1500px;
    margin: 0 auto;
    margin-top: 40px;
}

.blokken_row {
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    justify-content: space-between;
}

.blokken_col {
    width: 50%;
    box-sizing: border-box;
    padding: 20px;
}

.blokken_col img {
    width: 100%;
}

.blokken_row:nth-child(even) {
    text-align: right;
}

.blokken_row:nth-child(even) .blokkentext {
    order: 0;
}

.blokken_row:nth-child(even) .blokkenimg {
    order: 1;
}

.blokken_col h2 {
    text-transform: capitalize;
    font-size: 1.625em;
    color: #c82224;
    letter-spacing: 1px;
    margin-bottom: 20px;
    line-height: 120%;
    font-family: 'Lato', sans-serif;
}

.blokken_col p {
    line-height: 150%;
    color: #575756;
    font-size: 1.1em;
}

.blokken_col p a {
    background-image: none;
    padding: 0;
    color: #6ac633;
    font-weight: 700;
}

.home_blokken {
    max-width: 1200px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    padding: 50px 10px;
}

.home_blokken article {
    width: 24%;
    border-radius: 50%;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 4px solid white;
    position: relative;
    overflow: hidden;
}

.home_blokken article img {
    width: 100%;
}

.home_blokken article h2 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 105%;
    height: 105%;
    font-weight: 700;
    background-color: rgba(255, 255, 255, .8);
    color: #c82224;
    padding: 15px;
    text-transform: uppercase;
    transform: translate(-50%, -50%);
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    letter-spacing: 3px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    opacity: 0;
    text-align: center;
    transition: all .3s;
}

.home_blokken article:hover h2 {
    opacity: 1;
}

.home_blokken article a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
}

.blokkentext {
    font-family: 'Lato', sans-serif;
}

.mainTitle {
    text-transform: uppercase;
    text-align: center;
    font-size: 1.6em;
    color: #c82224;
    letter-spacing: 1px;
    display: flex;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-start;
    padding-top: 20px;
}


/* Einde BLOKKEN */


/*_______________________Algemene Foorer_______________________*/

footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.Tickertape_wrap {
    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;
    font-family: 'Lato', sans-serif;
    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 #FFFFFF;
    height: 185px;
    background-color: #000000;
    color: #FFFFFF;
    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;
    max-width: 340px;
}

.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,
.Nb_wrap .titel {
    background: url("/images/clock.png") no-repeat left 5px top 2px;
    font-size: 1.1425em;
    font-family: 'Lato', sans-serif;
    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;
    font-family: 'Lato', sans-serif;
}

.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;
    font-family: 'Lato', sans-serif;
}

.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%;
    border-radius: 18px;
}

.End_Page {
    text-align: center;
    font-size: 0.75em;
    padding: 4px;
}


/*_______________________Einde Algemene Foorer_______________________*/


/*____________________________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;
}

.popup_content img {
    width: 400px;
}

.popup_content h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #c82224;
    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: #c82224;
    font-family: 'Poppins', sans-serif;
}

.popup_text {
    color: #adadad;
}

.popup_text p strong {
    color: #c82224;
}

.popup_text ul {
    margin-top: 10px;
    padding-left: 30px;
}

.popup_overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}

.menu-block {
    overflow: hidden;
}


/*____________________________ Einde Popup___________________________ */


/******************************************************************/


/************************media query 1500px************************/


/******************************************************************/

@media screen and (max-width: 1500px) {
    /*_______________________Algemeen Header_______________________*/
    .Hoofdmenu li {
        margin-left: 25px;
    }
    .Hoofdmenu li a {
        font-size: 0.925em;
    }
    /*_______________________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;
    }
    .Col_PC_GM {
        height: 1px;
    }
    /*......................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%;
        font-family: "Lato", sans-serif;
        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-size: 1.1em;
        font-weight: 400;
    }
}

@media screen and (max-width: 1300px) {
    .blog-overzicht .blog-item {
        width: 98%;
    }
}

@media screen and (max-width: 1200px) {
    .blog-overzicht .blog-item:nth-child(n+6) h2 {
        font-size: 1.6em;
    }
    .blog-content-row .tekst-and-image>* {
        width: 100%;
    }
    .blog-content-row .tekst-and-image .img {
        margin: 15px auto;
        max-width: 500px;
    }
}

@media screen and (max-width: 1150px) {
    .blokken_col {
        width: 100%;
    }
    .blokken_row:nth-child(even) .blokkentext {
        order: 1;
    }
    .blokken_row:nth-child(even) h2,
    .blokken_row:nth-child(even) p {
        text-align: left;
    }
    .blokken_row:nth-child(even) {
        text-align: left;
    }
}

@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;
    }
}

@media screen and (max-width: 1000px) {
    /*_______________________Algemen Header_______________________*/
    .Hoofdmenu li a {
        padding: 6px 14px;
    }
    /*_______________________Einde Algemene Header_______________________*/
    /*_______________________Content_______________________*/
    .contactheight {
        min-height: auto;
    }
    /*.......................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;
    }
    .blog-holder {
        margin-top: 30px;
        flex-wrap: wrap;
    }
    .blog-aside {
        order: 2;
        width: 100%;
        margin-right: 0;
    }
    .blog-main {
        width: 100%;
        padding: 10px;
    }
    .row-block .extra {
        padding: 10px;
    }
    .blog-main .title-hold,
    .blog-main .blog-overzicht {
        display: none;
    }
    .blog-aside h3 {
        width: 100%;
    }
    .blog-recent {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        -ms-align-items: flex-start;
        align-items: flex-start;
    }
    .blog-recent .blog-item {
        width: 45%;
    }
}


/******************************************************************/


/************************media query 900px************************/


/******************************************************************/

@media screen and (max-width: 900px) {
    /*_______________________Algemen Header_______________________*/
    .Hoofdmenu li {
        width: 100%;
        background-color: #000000;
        margin-left: 0;
    }
    .Nav_Hoofdmenu {
        width: 100%;
    }
    .Hoofdmenu li a {
        font-size: 1.8em;
        font-weight: 500;
        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: #C82224;
    }
    .Hoofdmenu li a:hover {
        background: none;
    }
    .Hoofdmenu li a#Active {
        background: none;
    }
    .Logo_Header {
        margin-left: 4%;
    }
    .Hoofdmenu li a {
        text-align: center;
    }
    .Hoofdmenu ul {
        position: static;
        left: 50%;
        top: 40px;
        background-color: transparent;
        padding: .2em 1em;
        transition: height .4s;
        -webkit-transition: height .4s;
        display: none;
        transform: translateX(0%);
        -ms-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -o-transform: translateX(0%);
    }
    .Hoofdmenu ul li {
        border: 0;
    }
    .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-bottom: 3em;
        margin-left: 0;
    }
    .Home_bollen article:last-of-type {
        margin-bottom: 0;
    }
    /*......................Einde Home.......................*/
    /*_______________________Einde Content_______________________*/
    /*_______________________ AlgemeneFooter_______________________*/
    /*_______________________Einde Algemene Footer_______________________*/
}

@media screen and (max-width: 900px) {
    .headerpdf {
        left: auto;
        right: 110px;
    }
    .blog-main .c {
        font-size: 1em;
    }
}

@media screen and (max-width: 860px) {
    .home_blokken {
        flex-wrap: wrap;
    }
    .home_blokken article {
        width: 30%;
        margin: 1%;
    }
    .home_blokken article h2 {
        opacity: 1;
        background-color: rgba(255, 255, 255, .8);
    }
}


/******************************************************************/


/************************media query 800px************************/


/******************************************************************/

@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 {
        height: 185px;
    }
    .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;
    }
    .blog-rows .blog-main .blog-inhoud h2 {
        font-size: 1.6em;
    }
    .blog-content-row .multi-img-holder.four>*,
    .blog-content-row .multi-img-holder.three>* {
        width: 49%;
    }
    .blog-content-row .multi-img-holder.four>*:nth-child(-n+2) {
        margin-bottom: 2%;
    }
    .blog-content-row .multi-img-holder.three>*:last-child {
        display: none;
    }
    /*_______________________Einde Algemene Footer_______________________*/
}

@media screen and (max-width: 750px) {
    .blog-recent .blog-item {
        width: 100%;
    }
    .popup_content {
        flex-direction: column;
        max-height: 80vh;
        max-width: 100%;
        overflow-y: scroll;
    }
    .popup_content>div {
        order: 1;
        text-align: center;
    }
    .popup_content img {
        order: 2;
        padding-bottom: 50px;
    }
    .popup_close {
        right: -10px;
        top: 0;
    }
}

@media screen and (max-width: 700px) {
    .Banner_wrapper.small .Art_wrap,
    .Art_wrap {
        display: none;
    }
    .Res_wrap .Form_wrap,
    .Res_wrap .CONT {
        width: 100%;
        margin-right: 0;
        float: none;
    }
    .blog-row .row-block,
    .blog-row.type-b .row-block {
        width: 100%;
        margin-bottom: 4.0816326530612244897959183673469%;
    }
    .row-block:not(:nth-child(2n)) {
        margin-right: 0;
    }
    .blog-row.reverse .row-block:first-child {
        margin-left: 0;
    }
    .blog-row {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 680px) {
    .blog-main .blog-img .h1 {
        position: static;
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 1.4em;
    }
}

@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%;
    }
    /*_______________________Einde Algemene Footer_______________________*/
    .home_blokken article {
        width: 100%;
        margin: 1% 0;
        border: 1px solid black;
        border-radius: 0;
    }
    .home_blokken article img {
        display: none;
    }
    .home_blokken article h2 {
        position: relative;
    }
    .overfloww {
        flex-wrap: wrap;
    }
    .overfloww input {
        margin-bottom: 10px;
        width: 100% !important;
    }
    .blog-more-nav-btn {
        display: block;
    }
    .blog-more-nav {
        display: none;
    }
}

@media screen and (max-width: 550px) {
    .Footer_content_wrap .Level_Lower .Ukn {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
    .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: 355px;
        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;
    }
    /*_______________________Einde Algemene Footer_______________________*/
}


/******************************************************************/


/************************media query 450px************************/


/******************************************************************/

@media screen and (max-width: 450px) {
    /*_______________________Algemen Header_______________________*/
    /*_______________________Einde Algemene Header_______________________*/
    /*_______________________Content_______________________*/
    /*.......................Home.......................*/
    /*......................Einde Home.......................*/
    /*_______________________Einde Content_______________________*/
    /*_______________________ AlgemeneFooter_______________________*/
    /*_______________________Einde Algemene Footer_______________________*/
    .popup_content img {
        width: 90%;
    }
    .popup_content h2 {
        font-size: 1.2em;
        margin-bottom: 10px;
    }
    .popup_content>div {
        padding-bottom: 20px;
    }
}

#loctek-lightbox-close {
    border-color: #C82224 !important;
    color: #C82224 !important;
    line-height: 20px !important;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.loctek-lightbox {
    border-color: #C82224 !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;
}

.headerpdf {
    background-color: #C82224;
    position: absolute;
    left: 150px;
    top: 50%;
    padding: 10px 20px;
    z-index: 1;
    font-family: 'Lato', sans-serif;
    border-radius: 5px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.headerpdf i {
    margin-right: 10px;
}

@media screen and (max-width: 400px) {
    .blog-main .blog-img .h1 {
        font-size: 1.6em;
    }
}

@media screen and (max-width: 375px) {
    /*_______________________Algemen Header_______________________*/
    /*_______________________Einde Algemene Header_______________________*/
    /*_______________________Content_______________________*/
    /*.......................Home.......................*/
    /*......................Einde Home.......................*/
    /*_______________________Einde Content_______________________*/
    /*_______________________ AlgemeneFooter_______________________*/
    /*_______________________Einde Algemene Footer_______________________*/
    table {
        width: 360px !important;
    }
    td {
        width: 20px !important;
    }
    .Ukn>img {
        margin-left: -15px;
    }
    .Footer_content_wrap {
        padding-left: 92px;
    }
}