/**
 * /* Cookie Melding
 *
 * @format
 */

.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 0.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;
    font-family: 'Montserrat', sans-serif;
    color: #353535;
    font-size: 1.5em;
    margin-bottom: 15px;
}

.PL_Wrapper p {
    max-width: 500px;
    font-family: 'Montserrat', sans-serif;
    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;
    font-family: 'Montserrat', sans-serif;
    padding: 15px;
    background-color: #39423a;
    border: 1px solid #39423a;
    color: #fff;
    width: 48%;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s;
}

.PL_Buttons a:hover {
    background-color: transparent;
    color: #7e5134;
    border: 1px solid #7e5134;
}
/* Einde Cookie Melding */
#content-container {
    width: 96%;
    max-width: 1400px;
    margin: auto;
}

#content-container h2 {
    color: #39423a;
    font-size: 2.4em;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 1em;
    cursor: pointer;
}

#content-container h3 {
    color: #fff;
    background-color: #3a3a3a;
    padding: 0.6em;
    cursor: pointer;
    font-weight: bold;
    font-size: 1em;
    margin-top: 1em;
}
#content-container h3.active {
    background-color: #39423a;
}

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

#content-container p {
    margin-bottom: 2em;
}

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

#content-container table {
    margin-left: 1em;
}
#content-container a {
    color: #d3191c;
}
#content-container .c {
    line-height: 150%;
}
#gdpr-wrapper {
    min-height: 100%;
    position: relative;
}
/*einde gdpr*/

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

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

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.loctek-lightbox,
#loctek-lightbox-close {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    color: #cd1719 !important;
    border-color: #cd1719 !important;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    background: #e4e4e4;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

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

#container .center {
    width: 96%;
    max-width: 1400px;
}

header {
    background: #39423a;
    border-bottom: 18px solid #c8c8c8;
}

#talen {
    background: url(/images/taalmiddle.png) repeat-x;
    height: 68px;
    position: relative;
}

#talen:before {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 26px;
    height: 67px;
    background: url(/images/taalleft.png) no-repeat;
}

#talen:after {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    width: 22px;
    height: 67px;
    background: url(/images/taalright.png) no-repeat;
}

#talen:before {
    content: '';
    width: 27px;
    height: 67px;
}

#talen li {
    float: right;
    margin-top: 10px;
    margin-right: 12px;
}

#talen li:first-child {
    margin-right: 30px;
}

#logo {
    width: 300px;
    float: left;
    margin-top: 1.5em;
}

nav {
    margin-left: 330px;
    margin-top: 4em;
    text-align: justify;
}

header .center:after {
    display: block;
    clear: both;
    content: '';
}

nav li {
    display: inline-block;
}

nav ul:after {
    display: inline-block;
    width: 100%;
    content: '';
}

nav a {
    color: #fff;
    display: inline-block;
    padding: 0.8em 0.4em 1.1em 0.4em;
    font-size: 1.4em;
}

nav a:hover,
nav .active {
    color: #222923;
    background-color: #c8c8c8;
}

footer {
    background-color: #fff;
    border-top: 15px solid #c8c8c8;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.siteby {
    background-color: #c8c8c8;
    text-align: center;
    font-size: 0.65em;
    padding: 0.3em;
    display: block;
}

.siteby a {
    color: #39423a;
    display: inline;
}

footer .center {
    text-align: justify;
}

footer .center:after {
    display: inline-block;
    width: 100%;
    content: '';
}

footer > .center > div {
    display: inline-block;
    vertical-align: top;
    padding: 1.5em 0.5em;
}

footer h2 {
    color: #39423a;
    font-size: 1.6em;
    margin: 0 0 0.2em 0;
}

footer a {
    display: block;
    color: #a0a0a0;
    line-height: 1.8em;
}

#content {
    padding-bottom: 265px;
}

#breadcrumb {
    border-bottom: 1px dashed #c9c9c9;
    color: #704329;
    padding: 0.8em 0 0.8em 0;
}

#breadcrumb a {
    display: inline-block;
    margin: 0 0.3em;
    background-color: #fff;
    padding: 0.3em;
    color: #000;
}

.frame {
    background-color: #fff;
    border: 1px dashed #c8c8c8;
    padding: 1em;
}

.c {
    line-height: 1.45em;
    color: #727272;
}

h1 {
    color: #39423a;
    font-size: 1.7em;
    margin-bottom: 0.8em;
}

#links a {
    color: #000;
    width: 33.33%;
    padding-right: 10px;
    line-height: 1.7em;
    display: inline-block;
    float: left;
}

#links:after {
    clear: both;
    display: block;
    content: '';
}

#aks {
    margin-top: 1.5em;
    text-align: justify;
}

#aks:after {
    display: inline-block;
    width: 100%;
    content: '';
}

#aks > a {
    background-color: #fff;
    border: 1px dashed #c8c8c8;
    height: 132px;
    position: relative;
    display: inline-block;
    text-align: left;
    width: 31%;
}

#aks img {
    float: left;
}

#aks strong {
    font-size: 1.3em;
    color: #6e442c;
    display: block;
}

#aks span {
    font-size: 1em;
    color: #c8c8c8;
    line-height: 1.4em;
}

#aks > a > div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 150px;
    right: 15px;
}

#aks > a:nth-child(2) > div {
    left: 200px;
}

.loctek-lightbox {
    border: 0 !important;
}

#loctek-lightbox-close {
    line-height: 20px !important;
    border: 0 !important;
    color: #000 !important;
}

.faqItem h2 {
    background-color: #39423a;
    padding: 0.5em;
    color: #fff;
    margin-bottom: 0.8em;
}

input[type='text'],
textarea,
input[type='password'],
select {
    margin-bottom: 10px;
    border: 1px solid #e4e4e4;
    background-color: #e4e4e4;
    height: 30px;
    line-height: 30px;
    padding: 0 6px;
    width: 100%;
    color: #000;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#contact .i50 {
    width: 48.5%;
}

#contact .i50fr {
    width: 49%;
    float: right;
}

textarea {
    height: 90px;
    padding: 6px;
    margin-bottom: 0;
    line-height: 1.1em;
}

#contact form {
    width: 299px;
    float: left;
    background-color: #fff;
    border: 1px dashed #c8c8c8;
    padding: 1em;
}

#contact aside {
    width: 299px;
    float: right;
    background-color: #fff;
    border: 1px dashed #c8c8c8;
    color: #999;
    line-height: 1.7em;
    height: 480px;
}

#contact {
    margin-top: 2em;
}

#contact #mapcontainer {
    margin-left: 340px;
    margin-right: 340px;
    background-color: #fff;
    border: 1px dashed #c8c8c8;
    padding: 1em;
    height: 480px;
}

#mymap {
    height: 368px;
    border: 1px solid #8d8d8d;
}

#contact form {
    margin-left: 0;
}

#contact aside p {
    margin: 15px;
}

#contact h2 {
    color: #815937 !important;
    font-size: 1.5em;
    margin: 15px;
    color: #fff;
}

#contact .yves {
    margin: 5% auto;
    color: #fff;
}

#contact a {
    color: #8d8d8d;
}

#PL_privacy {
    margin-top: 10px;
}
.privcnt {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 0.8em;
    height: 20px;
}
.privcnt input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.privcnt a {
    height: 100%;
    color: black;
    font-weight: 700;
    color: #39423a;
    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: #39423a;
}
.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);
}
#subm {
    position: relative;
    z-index: 3;
}
#subm.disabled {
    opacity: 0.5;
    pointer-events: none;
}
.submitholder {
    position: relative;
}
.submitholder:after {
    display: block;
    clear: both;
    content: '';
}
.submitholder .submit-warning {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
}

.colver {
    margin-bottom: 1.5em;
}

.colver strong {
    margin-top: 0.4em;
}

.errors {
    color: #58ae27;
    line-height: 1.5em;
    margin-bottom: 15px;
    margin-left: 15px;
    list-style-type: disc;
}

#contact .yves span {
    color: #fff;
    display: inline-block;
    margin-right: 55px;
}

input[type='submit'],
#btnGroot {
    background-color: #39423a;
    color: #fff;
    text-align: center;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 0.8em;
    text-transform: uppercase;
    height: 30px;
    line-height: 30px;
    display: block;
    width: 100%;
    cursor: pointer;
    margin-top: 15px;
    border: 0;
}

.collectieoverzicht > a {
    position: relative;
    background-color: #fff;
    overflow: hidden;
}

.collectieoverzicht img {
    width: 100%;
}

.collectieoverzicht h2 {
    height: 1.8em;
    font-size: 1.7em;
    text-align: center;
    margin-top: 1em;
    position: relative;
    z-index: 3;
    color: #c8c8c8;
    overflow: hidden;
}

.collectieoverzicht > a:hover > .c {
    padding: 3.8em 0.5em 0 0.5em;
    position: absolute;
    left: 0;
    display: block;
    top: 0;
    color: #c8c8c8;
    height: 100%;
    min-height: 100%;
    width: 100%;
    background-color: rgba(57, 66, 58, 0.8);
}

.collectieoverzicht > a:after {
    width: 38px;
    height: 38px;
    display: block;
    content: '';
    background: url(/images/arrow2.jpg) no-repeat;
    position: absolute;
    right: 0;
    z-index: 1;
    bottom: 0;
}

#collectiemenu {
    float: left;
    width: 300px;
}

#collectiemenu h1 {
    text-transform: capitalize;
    font-size: 2em;
    padding: 30px 0 0.4em 15px;
    border-bottom: 1px dashed #c9c9c9;
}

#collectiemenu a {
    display: block;
    color: #8c8c8c;
    padding: 0.7em 0 0.7em 15px;
}

#collectiemenu a:hover,
#collectiemenu .active {
    background-color: #69836c;
    color: #fff;
}

.collectiesuboverzicht {
    margin-left: 320px;
}

#container .collectiesuboverzicht > a {
    background-color: #fff;
    display: block;
    clear: none !important;
}

.collectiesuboverzicht img {
    width: 100%;
}

.collectiesuboverzicht h2 {
    text-align: center;
    color: #8c8c8c;
    padding: 0.5em;
    font-size: 1.1em;
    height: 2.2em;
    overflow: hidden;
}

.collectiesuboverzicht > a:hover > h2 {
    background-color: #38423a;
    color: #fff;
}

#splashtalen {
    float: right;
    margin-top: 10px;
    height: 40px;
}

#splashtalen li {
    display: inline-block;
}

#splashlogo {
    clear: both;
    text-align: center;
}

#splashlogo > img {
    max-width: 100%;
}

#splash:after {
    clear: both;
    display: block;
    content: '';
}

#splash > .part {
    width: 22.7%;
    float: left;
    margin-left: 3%;
    position: relative;
}

.center.pr {
    max-width: 1300px !important;
    width: 96% !important;
}

#splash > .part:first-child {
    margin-left: 0;
}

#splash {
    margin-top: 5%;
}

#splash img {
    width: 100%;
}

#splash h1 {
    font-size: 1.8em;
    text-transform: uppercase;
    color: #fff;
}

#splash h2 {
    margin-top: 1.5em;
    margin-bottom: 1em;
}

#splash h2,
#splash a {
    color: #fff;
    line-height: 1.8em;
    text-transform: uppercase;
}

#splash li {
    padding-left: 5%;
}

.black a,
.black h1,
.black h2 {
    color: #39423a !important;
}

.black a + h1 {
    color: #fff !important;
}

#splash a + h1 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

#introtitle {
    color: #fff;
    text-transform: uppercase;
    font-size: 2em;
    display: inline-block;
    text-align: center;
    margin-top: 5%;
}

#introtitle:after {
    content: '';
    height: 3px;
    background-color: #b08362;
    width: 80%;
    display: block;
    margin: 0.3em auto;
}

#intro {
    padding-bottom: 5%;
}

#intro > a {
    position: relative;
    display: block;
}

#intro h2 {
    position: absolute;
    left: 0;
    bottom: 5%;
    padding: 0 1em;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.7em;
    text-align: center;
}

#intro img {
    width: 100%;
}

#verdelers h2 {
    color: #704329;
    font-size: 1.2em;
    margin-bottom: 0.4em;
}

#verdelers {
    margin-top: 2em;
}

#verdelers hr {
    height: 0;
    border: 0;
    border-top: 1px dashed #c9c9c9;
    margin: 1em 0;
}

#verdelers > form {
    width: 300px;
    float: right;
}

#verdelers p {
    color: #727272;
    line-height: 1.3em;
}

#verdelers a {
    color: #727272;
}

#verdelers > div {
    margin-right: 320px;
}

#verdelers > div > .frame {
    width: 31.3%;
    float: left;
    margin-right: 3%;
    margin-bottom: 1.5em;
}

#verdelers > div > .frame:nth-child(3n) {
    margin-right: 0;
}

#verdelers > div > .frame:nth-child(3n + 1) {
    clear: left;
}

#verdelers:after {
    content: '';
    display: block;
    clear: both;
}

#verdelers select,
#verdelers input[type='text'] {
    background-color: #fff;
    border: 0;
    width: 100%;
    padding: 0.5em;
    margin-top: 1em;
}

#collectiedetail {
    margin-left: 330px;
    margin-top: 1.5em;
}

#collectiedetail > .frame {
    margin-bottom: 1.5em;
}

#collectiedetail h2 {
    margin-bottom: 0.5em;
    font-size: 1.5em;
}

#collectiedetail .general h2 {
    border-bottom: 1px dotted #c8c8c8;
}

#collectiedetail .general {
    width: 280px;
    float: right;
}

#collectiedetail .img > img {
    width: 100%;
}

#collectiedetail .img {
    margin-right: 300px;
}

#collectiedetail .ac {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
#collectiedetail a {
    display: block;
    color: #c8c8c8;
}

#collectiedetail .button {
    background-color: #69836c;
    padding: 0.5em;
    font-size: 1.2em;
    width: 100%;
    text-align: center;
    margin-top: 1.5em;
}

#collectiedetail .dib {
    vertical-align: top;
    line-height: 1.5em;
    margin-right: 2em;
}

#collectiedetail .dib:nth-child(4) p {
    width: 45%;
    display: inline-block;
    vertical-align: top;
}

#collectiedetail .dib:nth-child(4) span {
    width: 180px;
}

#collectiedetail .dib span {
    display: inline-block;
    width: 130px;
}

.kleur {
    cursor: pointer;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    display: inline-block;
    margin-right: 10px;
}

@media all and (max-width: 1200px) {
    #aks > a > div {
        left: 120px;
    }
}

@media all and (max-width: 1150px) {
    nav a {
        font-size: 1.2em;
    }

    #verdelers > form p {
        margin-top: 1em;
    }

    .colver {
        display: none;
    }

    #verdelers > form {
        float: none;
        width: 100%;
        margin-bottom: 1.5em;
    }

    #verdelers > div {
        margin-right: 0;
    }

    #verdelers > form > div {
        width: 48%;
        float: left;
    }

    #verdelers > form > div:last-child {
        float: right;
    }

    #verdelers hr {
        display: none;
    }

    #verdelers > form:after {
        clear: both;
        content: '';
        display: block;
    }
}

@media all and (max-width: 1040px) {
    nav {
        display: none;
        margin: 0;
        position: absolute;
        float: none;
        width: 100%;
        left: 0;
        background-color: #c8c8c8;
    }

    #collectiedetail {
        margin-left: 0;
    }

    #collectiedetail .cr {
        clear: both;
    }

    #splash > .part {
        width: 48%;
        margin-bottom: 1em;
    }

    #splash > .part:nth-child(2) {
        margin-left: 0;
    }

    #splash > .part:first-child,
    #splash > .part:last-child {
        display: none;
    }

    #aks strong {
        font-size: 1.1em;
    }

    nav li {
        display: block;
    }

    header .center {
        padding-top: 1px;
    }

    nav a {
        display: block;
        padding: 0.8em 0.4em;
        font-size: 1.5em;
        text-align: center;
        color: #39423a;
    }

    nav a:hover,
    nav .active {
        background-color: #39423a;
        color: #9f7f62;
    }

    #res {
        cursor: pointer;
        display: inline;
        padding-top: 3px;
        margin-left: 30px;
    }

    #talen {
        float: right;
        width: auto;
    }

    #logo {
        margin: 1em 0;
        float: none;
        width: auto;
        max-width: 300px;
        margin-right: 280px;
    }

    footer .center > div:nth-child(6) {
        display: none;
    }

    .collectiesuboverzicht {
        margin-left: 0;
    }

    #collectiebutton {
        display: inline-block;
        margin: 1.5em 0;
        background-color: #39423a;
        color: #fff;
        padding: 0.5em;
        text-transform: uppercase;
        cursor: pointer;
    }

    #collectiemenu {
        position: absolute;
        left: 0;
        top: 50px;
        display: none;
        background-color: #fff;
        width: 0;
        overflow: hidden;
    }
}

@media all and (max-width: 960px) {
    #contact #mapcontainer {
        display: none;
    }

    #contact form {
        float: none;
        width: auto;
        margin-right: 340px;
    }
}

@media all and (max-width: 930px) {
    #aks {
        display: none;
    }
}

@media all and (max-width: 830px) {
    footer .center > div:first-child {
        display: none;
    }

    #verdelers > div > .frame {
        width: 48.5%;
        margin-right: 3%;
    }

    #verdelers > div > .frame:nth-child(3n) {
        margin-right: 3%;
    }

    #verdelers > div > .frame:nth-child(2n) {
        margin-right: 0;
    }

    #verdelers > div > .frame:nth-child(3n + 1) {
        clear: none;
    }

    #verdelers > div > .frame:nth-child(2n + 1) {
        clear: left;
    }
}

@media all and (max-width: 730px) {
    #links a {
        width: 50%;
    }
}

@media all and (max-width: 660px) {
    footer .center > div:nth-child(2) {
        display: none;
    }
}

@media all and (max-width: 580px) {
    #verdelers > div > .frame,
    #verdelers > form > div {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    #verdelers > form > div {
        margin-bottom: 1.5em;
    }

    #collectiedetail .dib,
    #collectiedetail .general,
    #collectiedetail .img,
    #collectiedetail .dib:nth-child(4) p {
        display: block;
        float: none;
        width: 100%;
    }
}

@media all and (max-width: 530px) {
    footer .center > div:nth-child(3) {
        display: none;
    }

    footer .center > div {
        text-align: left;
        margin: 0 1em;
    }

    footer .center {
        text-align: center;
    }

    #breadcrumb {
        display: none;
    }

    #contact form {
        float: none;
        width: 100%;
    }

    #contact img {
        width: 100%;
        margin-top: 15px;
    }

    #contact aside {
        float: none;
        width: 100%;
    }

    #contact address {
        margin: 0 10px;
    }
}

@media all and (max-width: 500px) {
    #restalen {
        display: block;
        text-align: center;
    }

    #restalen img {
        margin: 0 0.5em;
    }

    #talen li {
        display: none;
    }

    #restalen a {
        display: inline-block;
    }

    #talen li:last-child {
        margin: 10px 30px 0 30px;
        display: inline-block;
    }

    #logo {
        margin-right: 110px;
    }

    #links a {
        width: 100%;
    }
}

@media all and (max-width: 400px) {
    footer .center > div {
        margin: 0;
        margin: 0.5em;
        padding: 0;
        width: 200px;
    }

    #container footer .center {
        max-width: 280px;
    }

    #splash .part {
        width: 100%;
        margin-left: 0;
    }
}
