@media screen and (min-width: 965px) {
    html {
        font-size: 62.5%;

    }
}

@media screen and (max-width: 965px) {
    html {
        font-size: 57.5%;
    }
}

* {
    margin: 0;
}

@media screen and (min-width: 965px) {
    :target::before {
        content: " ";
        display: block;
        height: 65px;
        /* fixed header height*/
        margin: -65px 0 0;
        /* negative fixed header height */
    }
}

@media screen and (max-width: 965px) {
    :target::before {
        content: " ";
        display: block;
        height: 0px;
        /* fixed header height*/
        margin: -0px 0 0;
        /* negative fixed header height */
    }
}

.homepagelink {
    height: 0px;
    display: block;
    top: 0;
}

@media screen and (min-width: 965px) {
    .bijschrift,
    .bijschrift-omhoog,
    .bijschrift-cta,
    .bijschrift-cta-omhoog {
        background-size: 50px 40px;
        padding: 15px 30px 20px 80px;
        border-radius: 6px;
        margin: -25px 0 0px 0;
        color: #666;
        background-position: left 10px top 0px;
        background-repeat: no-repeat;
        background-image: url("../svg/bijschriftpijl.svg");
        font-size: 1.7rem;
    }

    .bijschrift {

        background-image: url("../svg/bijschriftpijl.svg");

    }
    .bijschrift-omhoog {

        background-image: url("../svg/bijschriftpijlomhoog.svg");

    }
    .bijschrift-cta {
        padding: 15px 30px 20px 130px;
        margin: -10px 0 0px 0;
        background-position: left 70px top 0px;

    }
    .bijschrift-cta-omhoog {
        padding: 20px 30px 20px 130px;
        margin: -10px 0 0px 0;
        background-image: url("../svg/bijschriftpijlomhoog.svg");
        background-position: left 70px top 0px;
    }
}

@media screen and (max-width: 965px) {
    .bijschrift,
    .bijschrift-omhoog,
    .bijschrift-cta,
    .bijschrift-cta-omhoog {
        background-size: 35px 30px;
        padding: 30px 0px 20px 0px;
        margin: -10px 0 0px 0;
        border-radius: 6px;

        color: #666;
        background-position: left 100px top 0px;
        background-repeat: no-repeat;
        background-image: url("../svg/bijschriftpijlmob.svg");
        font-size: 1.65rem;
    }

    .bijschrift {

        background-image: url("../svg/bijschriftpijlmob.svg");

    }
    .bijschrift-omhoog {

        background-image: url("../svg/bijschriftpijlomhoog.svg");

    }

    .bijschrift-cta-omhoog {

        background-image: url("../svg/bijschriftpijlomhoog.svg");
        background-position: left 100px top 0px;
    }

}

.bannervoetposition {
    margin-top: -1px;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0%;
}

.kleurtop,
.kleurtop h1,
.kleurtop h2,
.kleurtop h3,
.kleurtop h4,
.kleurtop h5,
.kleurtop h6,
.kleurtop a,
.kleurtop strong {
    /* voor aanpassingen aan kleuren topbanner */
    background-color: #091a8c;
    color: #fff;
}

.kleurtop h1 {
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    font-size: 2.6rem;
    letter-spacing: 0.022em;

    font-weight: 400;
}

.kleurtop h2 {
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    font-size: 2.3rem;
    letter-spacing: 0.022em;
    font-weight: 400;
}

.kleurvoet,
.kleurvoet h1,
.kleurvoet h2,
.kleurvoet h3,
.kleurvoet h4,
.kleurvoet h5,
.kleurvoet h6,
.kleurvoet a,
.kleurvoet strong {
    /* voor aanpassingen aan kleuren topbanner */
    color: #fff;
    padding-top: 0;
}

.kleurvoet-no-bg,
.kleurvoet-no-bg h1,
.kleurvoet-no-bg h2,
.kleurvoet-no-bg h3,
.kleurvoet-no-bg h4,
.kleurvoet-no-bg h5,
.kleurvoet-no-bg h6 {
    /* voor aanpassingen aan kleuren topbanner */
    padding-top: 0;
}

.kleurgast {
    /* voor aanpassingen aan kleuren topbanner */
    background-color: #fff;

}

.bannervoetpositioncaption {
    position: relative;
    margin: 0px auto;
    top: 0px;
    max-width: 100vw;
    padding: 0;
    background-repeat: repeat;
    background-size: auto auto;
    background-position: bottom;
}

@media screen and (min-width: 600px) {
    .foto {
        min-height: 350px;
    }
}

@media screen and (max-width: 600px) {
    .foto {
        min-height: 125px;
    }
}


.kleurtransparanteoverlay {
    background: url(../svg/transvoet.svg);


}

.bannervoet {
    z-index: 3;
    border-width: 0px 0px 0px 0px;
    border-style: solid;
    border-color: #333333;
    max-width: 1200px;
    margin: 0px auto;
    padding: 30px 30px 30px 30px;
    overflow: hidden;
}

img.lazy {
    background-color: #9f9c9c;
}

.lazy-hidden {
    opacity: 0;
}

.lazy-loaded {
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -ms-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
    opacity: 1;
}

.bannervoet img,
#inhoud-center img,
#footer img {
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    max-width: 100%;
    height: auto !important;
}

#broodkruimels ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;

}

#broodkruimels li {
    float: left;
    margin: 0;
    padding: 0;
    margin-right: 4px;
}

#broodkruimels li a {
    display: block;
    margin: 0;
    padding: 0;

}

@media screen and (min-width: 965px) {
    #topbutton {
        display: none;
    }
}

.progress-container {
    width: 100%;
    height: 3px;
    position: fixed;
    top: 0;
    z-index: 16777271;
    width: 100%;
    background-color: #43454b;
}

.progress-bar {
    height: 3px;
    background: #aa0000;
    width: 0%;
}

@media screen and (max-width: 965px) {
    #topbutton {
        transition: 0.6s;

        transition-delay: 0.8s;
        position: fixed;
        bottom: 10px;
        right: -70px;
        background: #555;
        padding: 5px 5px 0px 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        z-index: 16777270;
        z-index: 16777270;
    }
}


sup {

    font-size: 1.0rem;
}




body,
a,
textarea,
input,
select,
form,
table,
input,
select,
form {
    color: #43454b;
    font-family: 'Quicksand', sans-serif;
    font-size: 2.0rem;
    letter-spacing: 0.022em;

}

.bijschrift_cf {
    font-size: 1.4rem;
}

body,
table {
    line-height: 1.75em;
}

h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6 {

    /*font-family: 'Crimson Text', serif;*/
    font-weight: 600;
    color: #43454b;
    text-decoration: none;
}


h1,
h1 a,
h1 a:hover {
    color: #43454b;
    line-height: 4.00rem;
    font-size: 3.00rem;
    margin: 0 0 8px 0;
    padding: 0px;
}

h2,
h2 a,
h2 a:hover {
    color: #43454b;
    font-size: 2.2rem;
    line-height: 3.5rem;
    margin: 0 0 6px 0;
    padding: 0px;
}

h3,
h3 a,
h3 a:hover {
    color: #43454b;
    font-size: 2.0rem;
    line-height: 3.0rem;
    margin: 0 0 6px 0;
    padding: 0px;
}

h4,
h4 a,
h4 a:hover {

    font-size: 2.0rem;
    line-height: 3.0rem;
    margin: 0 0 6px 0;
    padding: 0px;
}

h5,
h5 a,
h5 a:hover {
    color: #43454b;
    font-size: 1.8rem;
    line-height: 3.0rem;
    margin: 0 0 8px 0;
    padding: 0px;
}

h6,
h6 a,
h6 a:hover {
    color: #43454b;
    font-size: 2.0rem;
    line-height: 26px;
    margin: 0 0 8px 0;
    padding: 0px;
}

h3.blogreactie {

    line-height: 26px;
    font-size: 2.0rem;
    margin: 0 0 8px 0;
    padding: 0px;
}

strong {
    color: #5d7184;
    font-weight: 700;
}

a.cta,
a.leesverder,
a.leesverderblog,
a.ctahome {
    border-color: #aa0000;
    background-color: #aa0000;
    color: #fff;

    text-decoration: none;
    border: solid 0px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    width: 230px;
    text-align: center;
    padding: 15px 20px 15px 20px;
    display: inline-block;
    margin-right: 15px;
    bottom: 0;
}

/*
.kolom160 a.cta {
 margin: 0 auto;
}
*/

@media screen and (min-width: 965px) {
    a.ctaghost,
    a.ctaghostaan {
        background-color: #fff;
        color: #43454b;
        font-size: 1.7rem;
        text-decoration: none;
        border: 2px solid #cbcbcb;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        text-align: center;
        padding: 10px 20px 10px 20px;
        display: inline-block;
        margin-right: 10px;
        margin-bottom: 10px;

        bottom: 0;
    }
    a.ctaghostaan {
        background-color: #ECEBE7;
        color: #444;
    }
}

@media screen and (max-width: 965px) {
    a.ctaghost,
    a.ctaghostaan {
        background-color: #fff;
        color: #003814;
        font-size: 1.4rem;
        text-decoration: none;
        border: 1px solid #cbcbcb;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        text-align: center;
        padding: 5px 10px 5px 10px;
        display: inline-block;
        margin-right: 5px;
        margin-bottom: 5px;

        bottom: 0;
    }
    a.ctaghostaan {
        background-color: #ECEBE7;
        color: #444;
    }
}


a.cta:hover,
a.leesverder:hover,
a.leesverderblog:hover,
a.ctahome:hover {
    color: #fff;
    background: #43454b;
    border-color: #43454b;
    border: solid 0px;
}

a.ctaghost:hover {
    color: #43454b;

}

a.ctaghostaan:hover {
    color: #444;

}





p.blog-end,
p.line {
    margin-top: 40px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: 000;
}





a:hover {
    color: #BFBFBF;
}


p {
    padding: 0px 0 20px 0;
}

.plaatjerechts {
    float: right;
    margin-left: 30px;
    margin-bottom: 5px;
    margin-top: 7px;
}

.plaatjelinks {
    float: left;
    margin-right: 30px;
    margin-bottom: 5px;
    margin-top: 7px;
}


.logo {
    height: 73px;
    width: 228px;
    margin: 40px 0px 5px 30px;
    -webkit-transition: transform 0.6s ease-out;
    -moz-transition: transform 0.6s ease-out;
    -ms-transition: transform 0.6s ease-out;
    -o-transition: transform 0.6s ease-out;
    transition: transform 0.6s ease-out;
    transform-origin: top left;
}

/* .klein is animatie van .logo */

.klein {
    transform: scale(0.67);
    transform-origin: top left;
}

.logomob {
    margin-top: 8px;
    height: 38px;
    width: 118px;
}

/* resposive menu */

@media screen and (min-width: 965px) {
    #inhoud {
        z-index: 3;

    }

    #mijnmenu {
        float: right;
        border-width: 0px 0px 0px 0px;
        border-style: solid;
        border-color: #2e2e2e;
        position: relative;
        transition: margin-top 0.6s ease-out;
        margin-right: 30px;

    }

    .menu {
        margin-top: 95px;
        overflow: hidden;
        padding-bottom: 5px;

    }

    .menu a {

        color: #43454b;
        float: left;
        display: block;
        text-align: center;
        padding: 0px 0px 0px 0px;
        text-decoration: none;
        font-size: 2.1rem;
        line-height: 1.9rem;
        font-weight: 400;
        border-right: 0px solid #fff;
        margin-right: 20px;
    }
    .menu a:first-of-type {
        border-left: 0px solid #fff;
    }


    .menu a:hover {
        color: #aa0000;
    }

    a.actief {
        color: #aa0000;
        border-bottom: 0px solid #F69546
    }

    a.laatste {
        margin-right: 0px;

        border-bottom: 0px solid #F69546
    }

    .menu .burger {
        display: none;
    }

    .menu .tel,
    .menu .mail,
    .menu .sluit {
        display: none;
    }

}






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


    .menu {
        background-color: #727272;
        max-height: 0px;
        overflow: hidden;
        transition: max-height 0.8s ease-in-out;
    }

    .responsive {
        max-height: 600px;
        font-size: 2.5rem;
        background-color: #43454b;
        transition: max-height 0.8s ease-in-out;
    }

    .menu a {
        color: white;
        padding: 6px 18px 8px 30px;
        text-decoration: none;
        font-size: 1.9rem;
        font-weight: 400;
        border-right: 0px solid #fff;
        color: white;
        float: none;
        display: block;
        text-align: left;
        border-bottom: 2px solid #8f8f8f;
        transition: background-color 0.3s ease-in-out;
    }


    .menu a:hover {
        background-color: #ddd;
        color: #000;
        transition: background-color 0.3s ease-in-out;
    }

    a.actief {
        background-color: #43454b;
        color: #fff;
    }

    .menu a.burger {
        position: absolute;
        padding: 6px 18px 4px 18px;
        border-radius: 5px;
        right: 0;
        top: 0;
        margin-top: -46px;
        margin-right: 20px;
        border-bottom: 0px solid #8f8f8f;
        background-color: #43454b;
    }
    .menu a.burger:hover {
        color: #ccc;
        background-color: #43454b;
    }


    .menu a {
        border-right: 0px solid #fff;
    }

    .menu a:first-of-type {
        transition: 0.6s margin-top ease-in-out;
        margin-top: 41px;
    }

    .menu.responsive a:first-of-type {
        transition: 0.6s margin-top ease-in-out;
        margin-top: 0px;
    }



    .menu a:nth-last-of-type(2) {
        border-bottom: 2px solid #8f8f8f;
    }

}

/* einde resposive menu */

article {
    border-top: 1px solid #0095DA;
    margin: 30px 0 30px 0;
}

article:last-of-type {
    border-bottom: 0px solid #0095DA;
    margin: 30px 0 0px 0;
}

article:first-of-type {
    border-top: 0px solid #0095DA;
    margin: 0px 0 30px 0;
}


#broodkruimels-center {
    border-width: 0px 0px 0px 0px;
    border-style: solid;
    border-color: #000;
    position: relative;
    max-width: 1200px;
    margin: 0px auto;

    padding: 2px 0px 4px 30px;
}

a.broodkruimeltje {
    font-size: 1.4rem;
    color: #939192;
    margin: 0;
    padding: 0;
    font-weight: 300;
}

img {
    max-width: 100%;
}

.albumgroot {}

#captionone a.cta2 {
    font-weight: 400;
    border: solid 2px;
    border-color: #fff;
    text-align: center;
    display: inline-block;
    color: #696969;
    padding: 5px 30px 5px 30px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    font-size: 26px;
    text-decoration: none;

    background-color: rgba(255, 255, 255, 0.8);
}

#captionone a.cta2:hover {

    color: #d6d6d6;
    border: solid 2px;
    border-color: #e1e1e1;
    background: rgba(225, 225, 225, 0.68);


}

#footer {}


#footer-center h1,
#footer-center p,
#footer-center h3,
#footer-center a,
#footer-center strong,
#footer-center ul {
    color: #fff;
    text-decoration: none;

}

#footer-center h3 {
    color: #fff;
    text-decoration: none;

}


#footer-center a:hover {
    color: #aa0000;
    text-decoration: none;
}

#footer-center ul {
    padding: 7px 0 7px 0;
    margin-left: 0px;
    padding-left: 7px;
}

#header-left {
    width: 430px;
    height: 110px;
    padding: 30px 0 0 0;
    float: left;
    background-color: #fff;
    overflow: hidden;
}

#header-right {
    background-color: #fff;
    width: 400px;
    float: right;
    padding: 30px 0 0 0;
}

#header-right p {
    color: #fff;
    font-size: 2.0rem;
}





.menu-center {
    border-width: 0px 0px 0px 0px;
    border-style: solid;
    border-color: #333333;
    position: relative;
    max-width: 1200px;
    margin: 0px auto;


}


@media (min-width:965px) {

    .menubalktopper {
        position: fixed;
        height: 30px;
        width: 100%;
        z-index: 5;

        border-bottom: solid 0px #D9DADB;
        background-color: #091a8c;
        position: fixed;
        top: 0px;
        z-index: 16777271;

    }
    .menubalktopper-center {
        border-width: 0px 0px 0px 0px;
        border-style: solid;
        border-color: #fff;
        position: relative;
        max-width: 1200px;
        margin: 0px auto;
        padding: 0px 30px 0px 30px;
        z-index: 16777271;

    }

    .menubalktopper-center strong {
        font-size: 1.4rem;
        font-weight: 400;
        color: #fff;
    }
    .menubalktopper-center p {
        font-size: 1.4rem;
        line-height: 2.6rem;
        ;
        margin: 0px;
        color: #fff;
    }
    .menubalktopper-center a {
        font-size: 1.4rem;
        line-height: 2.6rem;
        ;
        margin: 0px;
        color: #fff;
    }
    .menubalktopper-center a:hover {
        font-size: 1.4rem;
        line-height: 2.6rem;
        ;
        margin: 0px;
        color: #fff;
    }







    .rijtegel {
        width: 100%;
        display: flex;

    }
    #menu-center-top {
        border-width: 0px 0px 0px 0px;
        border-style: solid;
        border-color: #333333;
        position: relative;
        max-width: 1260px;
        height: 0px;
        margin: 0px auto;
        padding: 0px 0px 0px 0px;



    }

    #broodkruimels {
        font-size: 1.4rem;
        padding: 4px 0 0px 0;

        width: 100%;
        z-index: 2;
        background: #EEE;
 top: 150px;
position: fixed;
        color: #939192;
        overflow: hidden;
        
                transition: background 0.5s ease-in;
        -webkit-transition: all 0.6s ease-out;
        -moz-transition: all 0.6s ease-out;
        -ms-transition: all 0.6s ease-out;
        -o-transition: all 0.6s ease-out;
        transition: all 0.6s ease-out;
    }

    .kolom160,
    .kolom160blog {
/* desktop */
        position: relative;
        margin-top: 0px;
        margin-bottom: 0px;
        display: block;

        flex: 1;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        text-align: left;
        text-decoration: none;
        border: 0px solid #fff;
        float: left;
        margin-right: 40px;
        padding: 0px 0px 0px 0px;
        padding-bottom: 0px;
    }
    .kolom160:last-of-type,
    .kolom160blog:last-of-type {
        margin-right: 0px;
    }

    .kolom160blog {
        background-color: #fff;
        padding: 0px 0px 20px 0px;
        margin-top: 0px;
    }
.OG_image_mob
    {
display: none;
    }
.OG_image_content
    {
        float: right;
        margin-left: 30px;
        margin-bottom: 30px;
        width: 500px;
    }


    .quoot,
    .quoot2 {
        background-size: 40px 30px;
        background-color: #fafafa;
        border-radius: 6px;
        padding: 35px 100px 35px 100px;
        margin: 20px 0 20px 0;
        background-image: url("../svg/quootsmall.svg"),
        url("../svg/quootsmall2.svg");
        background-repeat: no-repeat;
        background-position: left 10px top 10px,
        right 10px bottom 10px;
    }
    .quoot2 {
        background-color: #fafafa;
        background-image: url("../quootsmall22.png"),
        url("../quootsmall22.png");
    }

    #inhoud-rechts {
        border-style: solid;
        border-color: #e2e2e2;
        padding: 30px 30px 30px 30px;
        border-width: 1px;
        float: right;
        display: inline-block;
        list-style-type: none;
        margin: 0px -30px 10px 50px;
        position: relative;
        text-align: left;
        width: 250px;
        border-radius: 3px;
        overflow: hidden;
        font-weight: 400;
        vertical-align: top;
        margin-bottom: 50px;
    }
    #inhoud-rechtsmobiel {
        display: none;
    }
    #contact-links {
        width: 48%;
        float: left;
    }
    #contact-rechts {
        width: 36%;
        float: right;
        padding-left: 0px;
        padding-right: 50px;
        padding-top: 0px;

    }



    .menubalk {
        padding: 0px 0 10px 0;
        width: 100%;
        z-index: 5;
        border-bottom: solid 0px #D9DADB;
        position: fixed;
        top: 125px;



    }
    .menubalk2,
    menubalk3 {
        padding: 0px 0 0px 0;
        height: 150px;
        width: 100%;
        z-index: 5;
        border-bottom: solid 0px #43454b;
        position: fixed;
        top: 0px;



    }

    .menubalk,
    .menubalk2,
    .menubalk3 {
        /* Desktop */
        transition: background 0.5s ease-in;
        -webkit-transition: all 0.6s ease-out;
        -moz-transition: all 0.6s ease-out;
        -ms-transition: all 0.6s ease-out;
        -o-transition: all 0.6s ease-out;
        transition: all 0.6s ease-out;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7d7e7d+0,0e0e0e+100;Black+3D */
        background-color: rgba(255, 255, 255, 1.00);

        /*
  background-image: url("../svg/achtergrondmenu-trans.svg");
  background-repeat: no-repeat;
  background-size: auto 200px;
  background-position: bottom;
  */
    }


    .menubalk3 {
        background-color: #fff;
        /*background-image: url("../banner.png");
background-repeat: no-repeat;
background-repeat: no-repeat;
background-position: top;*/
    }

    .zonderslider {
        background-image: url("../svg/achtergrondmenu.svg");
        background-repeat: no-repeat;
        background-size: auto 100px;
        background-position: bottom;

    }
    .zonderslidera {
        color: #43454b;
    }
    #spacer-no-slider {
        position: relative;
        height: 195px;
        margin: 0px auto;
    }









    .blogtegel img {

        /*width: 90% !important;*/
        height: auto !important;
        margin-bottom: 0px;
    }


    .blogtegel {
        flex: 1;
        /* additionally, equal width */
        border-style: solid;
        border-color: #EEE;
        padding: 30px 3% 40px 3%;
        border-width: 1px;

        display: inline-block;
        font-size: 1.4rem;
        list-style-type: none;
        margin: 3px 3% 10px 00px;
        position: relative;
        text-align: left;
        width: 40%;
        border-radius: 3px;
        overflow: hidden;
        font-weight: 400;

        vertical-align: top;

    }
    .blogtegel_os {
        flex: 1;
        /* additionally, equal width */
        border-style: solid;
        border-color: #EEE;
        padding: 30px 3% 100px 3%;
        border-width: 1px;
        font-weight: 400;
        display: inline-block;
        font-size: 1.4rem;
        list-style-type: none;
        margin: 3px 3% 10px 00px;
        position: relative;
        text-align: left;

        border-radius: 3px;
        overflow: hidden;


        vertical-align: top;

    }






    #logo {
        float: left;
        margin-left: 30px;
        margin-top: 13px;
    }




    #wrapper {
        margin: 0px 0 0px 0;
        min-height: 100%;
        height: auto !important;
        height: 100%;
        margin: 0px auto -420px;
        overflow: hidden;
        /* ivm schuine lijnen */
    }
    #footer,
    #push {
        height: 420px;
    }
    #push-center {
        max-width: 900px;
        margin: 0px auto;
        height: 420px;
    }


    #footer {
        background-image: url("../svg/voetbladrechts.svg");
        background-repeat: no-repeat;
        background-size: auto 430px;
        background-position: bottom;

    }




    #footer-center {
        max-width: 1200px;
        margin: 0px auto;
        height: 410px;
        overflow: hidden;
        padding: 30px 30px 30px 30px;
    }
    .footer-center-col-eerste {
        width: 380px;
        padding: 0px 25px 0px 0px;
        float: left;
    }
    .footer-center-col {
        width: 290px;
        padding: 0px 25px 0px 25px;
        float: left;
    }
    .footer-center-col-laatste {
        width: 300px;
        padding: 0px 0px 0px 0px;
        float: right;
    }



    #kaartmob,
    #logo-mob,
    #top {
        display: none;
    }
    #kaart {}

    ol,
    ol li {
        margin-left: -8px;
    }

    ul,
    li {
        margin-left: 10px;
    }
    ul.check li {

        background: url("../svg/check.svg") no-repeat left 8px;
        background-size: 1px 18px;
        padding-left: 20px;
        padding-top: 0px;
    }


    ul.check {
        list-style-type: none;
        margin-left: -45px;
    }






    #menu {
        float: left;
        border-width: 0px 0px 0px 0px;
        border-style: solid;
        border-color: #333333;
        position: relative;

        padding: 0px 0px 0px 0px;
    }

    #menu-mob {
        display: none;
    }

    #slider,
    #sliderposition,
    #sliderposition2,
    #captionone,
    .iis-caption {
        height: 550px;
    }

    .iis-caption {
        position: relative;
        margin: 0px auto;
        top: 0px;
        max-width: 100vw;
        background: #333333;
        background: url(../svg/trans100.svg);
        padding: 0;
        background-repeat: no-repeat;
        background-size: auto 550px;
        background-position: bottom;
        color: #fff;

    }

    #sliderposition2 {
        overflow: hidden;
        height: 550px;
        margin-top: 150px;
        /* margin top is hoogte menubalk + topbalk*/
        /* margin top is hoogte menubalk + topbalk*/
    }

    #sliderposition {
        position: relative;
        margin-top: 0px;

        overflow: hidden;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        border: 0px solid;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 100%;



        position: relative;


    }

    #slider {
        position: relative;
        overflow: hidden;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 100%;
    }

    #captionone {
        position: relative;
        margin: 0px auto;
        top: 0px;
        max-width: 100vw;
        background: #333333;
        background: url(../svg/trans100.svg);
        padding: 0;
        background-repeat: no-repeat;
        background-size: auto 560px;
        background-position: bottom;
        color: #fff;


    }

    .footer-mob {
        display: none;
    }

}


@media (max-width:965px) {

    .menubalktopper,
    .menubalktopper-center {
        display: none;
    }

    #menu-center-top {
        border-width: 0px 0px 0px 0px;
        border-style: solid;
        border-color: #fff;
        position: relative;
        max-width: 1260px;
        margin: 0px auto;
        padding: 0px 0px 0px 0px;
    }


    .kolom160,
    .kolom160blog {
        /* mobiel geen last of type */
        position: relative;
        display: block;
        flex: 1;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        text-align: left;
        text-decoration: none;
        border: 0px solid #fff;
        border-bottom: 0px solid 000;

        padding: 0px;
        margin: 0px;
    }
    .kolom160blog {
        background-color: #fff;
        padding: 0px 0px 0 0px;

    }

.OG_image
    {
display: none;
    }


    #broodkruimels {
        /* mobile */
        font-size: 1.4rem;
        padding: 0px;

        width: 100%;
        z-index: 2;
        background: #EEE;
        position: inherit;
        color: #939192;
        overflow: hidden;
    }
    .quoot,
    .quoot2 {
        /* 2x grootte van plaatje ivm retina verlies = minimaal */
        background-size: 20px 15px;
        background-color: #fafafa;
        padding: 30px 40px 30px 40px;
        margin: 20px 0 20px 0;
        background-image: url("../svg/quootsmall.svg"),
        url("../svg/quootsmall2.svg");
        background-repeat: no-repeat;
        background-position: left 10px top 15px,
        right 10px bottom 10px;
    }
    .quoot2 {
        background-color: #fafafa;
        background-image: url("../quootsmall22.png"),
        url("../quootsmall22.png");
    }

    #inhoud-rechts {

        display: none;
    }
    #inhoud-rechtsmobiel {
        border-style: solid;
        border-color: #EEE;
        padding: 10px 0px 10px 0px;
        border-width: 0px;
        display: inline-block;
        list-style-type: none;
        position: relative;
        text-align: left;
        width: 100%;

        overflow: hidden;

        vertical-align: top;
        margin-bottom: 0;
    }

    .menubalk {


        width: 100%;
        z-index: 5;
        background: #333333;
        border-bottom: solid 0px #333333;

    }

    .menubalk2 {
        /* mobiel */
        padding: 0px;
        min-height: 70px;
        width: 100%;
        z-index: 5;
        border-bottom: solid 0px #D9DADB;
        top: 0px;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7d7e7d+0,0e0e0e+100;Black+3D */
        background: #fff;
        /* Old browsers */
        background-color: rgba(255, 255, 255, 1.0);
        /* Old browsers */
    }

    #spacer-no-slider {
        position: relative;
        height: 0px;
        margin: 0px auto;
    }

    .socialmedia {

        visibility: hidden;

    }
    .kaderb,
    .kadero {
        height: 5px;
        width: 100%;
        z-index: 15;
    }
    .kaderl,
    .kaderr {
        height: 100%;
        width: 5px;
        z-index: 14;
    }


    #inhoud-center {
        display: block;
        /*width: 90% !important;*/
        height: auto !important;
        margin-bottom: 0px;
    }

    .video-container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
    }

    .video-container iframe,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #wrapper {
        margin: 0px 0 0px 0;
        min-height: 100%;
        height: auto !important;
        height: 100%;
        margin: 0px auto -880px;
        background-color: #fff;
        overflow: hidden;
        /* ivm schuine lijnen */
    }
    #footer,
    #push {
        height: 880px;
    }
    #push-center {
        max-width: 900px;
        margin: 0px auto;
        height: 880px;
    }
    #footer {

        padding-top: 0px;
        background-image: url("../svg/voetbladrechtsm.svg");
        background-repeat: no-repeat;
        background-size: auto 880px;
        background-position: bottom;
    }
    #footer-center {
        max-width: 900px;
        margin: 0px auto;
        height: 820px;
        overflow: hidden;
        padding: 30px 30px 30px 30px;
    }
    .footer-center-col-eerste {
        width: 90vw;
        padding: 0px 0px 20px 0px;
    }
    .footer-center-col {
        width: 90vw;
        padding: 0px 0px 20px 0px;
    }
    .footer-center-col-laatste {
        width: 90vw;
        padding: 0px 30px 20px 0px;
    }

    #kaartmob {}
    #kaart {
        display: none;
    }

    ol,
    ol li {
        margin-left: -8px;
    }

    ul,
    li {
        margin-left: 10px;
    }

    ul.check li {
        background: url("../svg/check.svg") no-repeat left 8px;
        background-size: 17px 16px;
        padding-left: 20px;
        padding-top: 5px;
    }



    ul.check {
        list-style-type: none;
        margin-left: -45px;
    }

    .footer-center-col {
        /*display: none;*/
    }
    .footer-mob {
        width: 200px;
        padding: 0px 25px 0px 0px;
        float: left;
    }






    #captionone a.cta2 {
        border: solid 2px;
        border-color: #fff;
        text-align: center;
        display: inline-block;
        color: #fff;
        padding: 7px 20px 7px 20px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        font-size: 1.8rem;
        text-decoration: none;
        margin-left: 0px;
        bottom: 0;
    }

    #captionone a.cta2:hover {
        color: #fff;
        border: solid 2px;
        border-color: #fff;
        background: #ADE22F;
        /* Old Browsers */
        background: -moz-linear-gradient(top, #FDCC3D 0%, #fdd251 100%);
        /* FF3.6+ */
        background: -webkit-gradient(left top, left bottom, color-stop(0%, #FDCC3D), color-stop(100%, #fdd251));
        /* Chrome, Safari4+ */
        background: -webkit-linear-gradient(top, #FDCC3D 0%, #fdd251 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #FDCC3D 0%, #fdd251 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #FDCC3D 0%, #fdd251 100%);
        /* IE 10+ */
        background: linear-gradient(to bottom, #FDCC3D 0%, #fdd251 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FDCC3D', endColorstr='#fdd251', GradientType=0);
        /* IE6-9 */
    }


    #slider,
    #sliderposition,
    #captionone,
    .iis-caption {
        height: 220px;
    }

    .iis-caption {
        position: relative;
        margin: 0px auto;
        top: 0px;
        max-width: 100vw;
        background: #333333;
        background: url(../svg/trans100m.svg);
        padding: 0;
        background-repeat: no-repeat;
        background-size: auto 220px;
        background-position: bottom;
        color: #fff;

    }

    #sliderposition {
        position: relative;

        overflow: hidden;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        border: 0px solid;

        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }

    #slider {
        position: relative;
        overflow: hidden;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }

    #captionone {
        position: relative;
        margin: 0px auto;
        top: 0px;
        max-width: 100vw;
        background: #333333;
        /*background: rgba(0,0,0,0.5);*/
        background: url(../svg/trans100m.svg);
        padding: 0;
        background-repeat: no-repeat;
        background-size: auto 220px;
        background-position: bottom;
        padding: 0px 0px 0px 0px;
        color: #fff;
    }




    #menu {
        display: none;
    }

    #menu-mob {
        color: #fff;
        text-align: left;
        padding-top: 15px;
        padding-left: 47px;
    }

    .hidden {
        float: left;
        margin-top: -15px;
        width: 100%;
        z-index: 2;
        position: absolute;
        left: -830px;
        /* zelfde als @media max */
        background-color: #fff;
        color: #333333;
    }

    #logo-mob,
    #top {
        width: 220px;
        margin-left: 30px;
        padding-top: 10px;
    }







}





@media (max-width:965px) {
    .rijtegel {
        height: 100%;
    }


    #logo {
        display: none;
    }

}


@media (min-width:950px) {
    #inhoud {
        z-index: 3;
        border-top: 0px solid #43454b;

    }
    #zoek {
        float: left;
        border-width: 0px 0px 0px 0px;
        border-style: solid;
        border-color: #333333;
        position: relative;
        max-width: 200px;
        height: 26px;
        padding: 14px 0px 10px 30px;
    }
}

@media (max-width:965px) {
    #zoek {
        display: none;
    }

}



#inhoud-center {
    background-color: #ffffff;
    z-index: 3;
    border-width: 0px 0px 0px 0px;
    border-style: solid;
    border-color: #333333;
    max-width: 1200px;
    margin: 0px auto;
    padding: 30px 30px 70px 30px;
    overflow: hidden;
}




@media (max-width:965px) {
    #captionone p,
    .iis-caption p {
        color: #fff;

        text-align: center;
        font-weight: 700;
        font-size: 2.6rem;
        line-height: 30px;
        padding: 20px 0 0px;
    }
    #captionone p:first-of-type,
    .iis-caption p:first-of-type {
        padding: 14px 0 0px;

    }

    .kleiner {
        font-size: 1.8rem;
        margin-top: 30px;
    }
    .pijl {
        margin-top: -250px;
        height: 50px;
        width: 50px;
    }
}

@media (min-width:965px) {
    #captionone p,
    .iis-caption p {
        color: #fff;
        text-align: center;
        font-weight: 700;
        font-size: 5.2rem;
        line-height: 70px;
        padding: 20px 0 20px;

    }
    #captionone p:first-of-type,
    .iis-caption p:first-of-type {
        padding: 50px 0 20px;

    }
    .kleiner {
        font-size: 3.5rem;
        margin-top: 30px;
    }
    .pijl {
        margin-top: -250px;
        height: 100px;
        width: 100px;
    }

}




img.cover {
    position: relative;
    /* position in top left of #tobecovered */
    top: -440px;
    /* top of #tobecovered */
    left: 0;
    /* left of #tobecovered */
    height: 100%;
    width: 100%;
}




* {
    box-sizing: border-box
}



form {
    border-width: 0px;
    border-style: dashed;
    border-color: #cccccc;
    max-width: 400px;
}


textarea,
input:not([type=checkbox]) {
    background-color: #FFF;

    height: 36px;
    width: 90%;
    border-width: 1px;
    border-radius: 4px;
    border-style: solid solid solid solid;
    /* boven rechts onder links */
    border-color: #091a8c;
    PADDING: 0 0 0 10px;
}

input.vergeten {
    background-color: #961F59;
}


textarea {
    height: 200px;
    width: 90%;

    margin-bottom: 10px;
}


select {
  background-color: #FFF;
    font-size: 1.6rem;
    color: #777;
    height: 36px;
    width: 90%;
    border-width: 1px;
    border-radius: 4px;
    border-style: solid solid solid solid;
    /* boven rechts onder links */
    border-color: #091a8c;
    PADDING: 0 0 0 10px;
}
option:first-of-type {
  color: #777777;
}
option {
  color: #777777;
}
::placeholder {
  color: #777777;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #777777;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #777777;
}

select.vergeten {
    background-color: #961F59;
}

input.vergeten {
    background-color: #961F59;
}

input,
textarea,option {
    font-size: 1.6rem;
    color: #43454b;
}

input.send {
    height: 50px;
    width: 90%;
    font-size: 1.6rem;
    padding-left: 5px;
    background-color: #091a8c;
    color: #fff;
}

input.datum {

    max-width: 160px;

}

input.datumvergeten {
    background-color: #43454b;
    max-width: 160px;

}

select.voorkeur {

    width: 120px;
}

input.naam {

    width: 310px;
}

select.sekse {

    width: 60px;
}

.verplicht {
    font-size: 1.8rem;
    color: #43454b;
}

.clear {
    clear: both;
}

img.down:hover {
    opacity: 0.7;
}






a.zoek {
    letter-spacing: 1px;
    font-size: 2.8rem;
    margin: 0 0 5px;
    color: #25AAE1;
    line-height: 36px;
    font-weight: 300;
}

a.zoek:hover {
    color: #6c6c6c
}



a:hover.menu-blog,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #cccccc
}


a.menu-blog {

    margin: 30px 0 5px 0px;
}


h1.form {
    margin: 10px 0 10px 0;
}

a.menu-blog {

    text-decoration: none;
}



a.foot {
    font-size: 1.4rem;
    line-height: 200%;
    color: #4169E2;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
}

a:hover.foot {
    color: #929292;
}



a.footermenu {
    font-size: 2.0rem;
    line-height: 200%;
    color: #fff;
    letter-spacing: 1px;
    text-decoration: none;
    margin: 0;
    padding: 0;
    margin: 30px 0 20px;
    font-weight: 600;
}

a:hover.footermenu {
    color: #929292;
}








/* SLIMBOX */

#lbOverlay {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #94CFED;
    cursor: pointer;
}

#lbCenter,
#lbBottomContainer {
    position: absolute;
    z-index: 9999;
    overflow: hidden;
    background-color: #fff;
}

.lbLoading {
    background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
    position: absolute;
    left: 0;
    top: 0;
    border: 10px solid #fff;
    background-repeat: no-repeat;
}

#lbPrevLink,
#lbNextLink {
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    outline: none;
}

#lbPrevLink {
    left: 0;
}

#lbPrevLink:hover {
    background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
    right: 0;
}

#lbNextLink:hover {
    background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {

    font-size: 1.0rem;
    color: #333333;
    line-height: 1.4em;
    text-align: left;
    border: 10px solid #fff;
    border-top-style: none;
}

#lbCloseLink {
    display: block;
    float: right;
    width: 66px;
    height: 22px;
    background: transparent url(closelabel.gif) no-repeat center;
    margin: 5px 0;
    outline: none;
}

#lbCaption,
#lbNumber {
    margin-right: 71px;
}

#lbCaption {
    font-weight: bold;
}


/* END SLIMBOX */

img.grijs {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 3.5+, IE10 */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .3s ease;
    /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden;
    /* Fix for transition flickering */
    float: right;
    margin-right: 0px;
}

img.grijs:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}








/*
 * Ideal Image Slider v1.4.0
 *
 * By Gilbert Pellegrom
 * http://gilbert.pellegrom.me
 *
 * Free to use and abuse under the MIT license.
 * https://raw.githubusercontent.com/gilbitron/Ideal-Image-Slider/master/LICENSE
 */

.ideal-image-slider {
    position: relative;
    overflow: hidden;
}

.iis-slide {
    display: block;
    bottom: 0;
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    text-indent: -9999px;
}

/* Slide effect */

.iis-effect-slide .iis-slide {
    opacity: 0;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.iis-effect-slide .iis-current-slide {
    opacity: 1;
    z-index: 1;
}

.iis-effect-slide .iis-previous-slide {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.iis-effect-slide .iis-next-slide {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.iis-effect-slide.iis-direction-next .iis-previous-slide,
.iis-effect-slide.iis-direction-previous .iis-next-slide {
    opacity: 1;
}

/* Touch styles */

.iis-touch-enabled .iis-slide {
    z-index: 1;
}

.iis-touch-enabled .iis-current-slide {
    z-index: 2;
}

.iis-touch-enabled.iis-is-touching .iis-previous-slide,
.iis-touch-enabled.iis-is-touching .iis-next-slide {
    opacity: 1;
}

/* Fade effect */

.iis-effect-fade .iis-slide {
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
}

.iis-effect-fade .iis-current-slide {
    opacity: 1;
    z-index: 1;
}





/* Navigation */

.iis-previous-nav,
.iis-next-nav {
    position: absolute;
    top: 50%;
    z-index: 20;
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.9);
    border-radius: 50px;
    background-size: 40px 40px;
    cursor: pointer;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.iis-previous-nav {
    left: 3%;
    background: url(arrows.png) no-repeat;

}

.iis-next-nav {
    right: 3%;
    background: url(arrows.png) no-repeat;
    background-position: -40px 0;
}

.ideal-image-slider:hover .iis-previous-nav,
.ideal-image-slider:hover .iis-next-nav {
    opacity: 0.5;
}

.ideal-image-slider:hover .iis-previous-nav:hover,
.ideal-image-slider:hover .iis-next-nav:hover {
    opacity: 1.0;
}

/* Bullet Navigation */

.iis-bullet-nav {
    position: absolute;
    bottom: 3%;
    right: 0px;
    z-index: 1;
    width: 100%;
    text-align: center;
    opacity: 0.7;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}



.iis-bullet-nav a {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: transparent;
    text-indent: 9999px;
    margin: 0 5px;
    border: 3px solid rgba(0, 0, 0, 0.8);
    border-radius: 10px;
    cursor: pointer;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.iis-bullet-nav a.iis-bullet-active,
.iis-bullet-nav a:hover {
    background: #fff;
}

.ideal-image-slider:hover .iis-bullet-nav {
    opacity: 0.9;
}

.ideal-image-slider:hover .iis-bullet-nav:hover {
    opacity: 1.0;
}

/* Captions */

.iis-has-captions .iis-slide {
    text-indent: 0;
}




.iis-caption .iis-caption-title {
    font-weight: bold;
}

.iis-caption .iis-caption-content {

    line-height: 10px;
    /*hoogte caption + padding*/
    color: #fff;
}

.iis-caption .iis-caption-content a,
.iis-caption .iis-caption-content a:visited {
    color: #fff;
    text-decoration: underline;
    border: 0;
}

.iis-caption .iis-caption-content a:hover,
.iis-caption .iis-caption-content a:active {
    color: #fff;
}












/* Slider */

.wit {
    background-color: white;
}

.slick-slide {
    margin: 0px 22px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

iframe {
    border: 0px;
}

@media print {
    .bedrijvenlogos,
    iframe,
    .video-container,
    #menu,
    #mijnenu,
    .menu-center,
    #menubalktopper,
    #menubalk,
    #menubalk2,
    #captionone,
    #footer,
    #inhoud-rechts,
    #slider,
    #sliderposition,
    #menu-center,
    #footer-center,
    #menu-mob,
    #sliderposition2 {
        display: none;
    }
    html,
    body {
        height: auto;
        font-size: 12pt;
        /* changing to 10pt has no impact */
    }
}



/* Double Diagonal line */

/* Start Markering pijlje per sectie input zie https://codepen.io/webd3v/pen/JbJvMQ / test */

/*
.bannervoetposition::before, .bannervoetposition::after {
  position: absolute;
  content: '';
  pointer-events: none;
}

.lees-verder::before {
  left: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);

  top: -15px;
  background: #fff;
}

.lees-verder-twee::before {
  left: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
 z-index: 4;

  top: -15px;
  background: #43454b;
  z-index: 4;
}

.lees-verder-twee-b::before {
  left: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
 z-index: 4;

  top: -15px;
  background: #fff;
  z-index: 4;
}
.lees-verder-drie::after {
  left: 50%;
  width: 40px;
  height: 40px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
 z-index: 4;
  bottom: -10px;
  background: #43454b;;
  z-index: 4;
}


@media screen and (min-width: 900px) {
.lees-verder-drie::after {
 
}
}
*/

/* Einde Start Markering pijlje per sectie*/

.lees-verder {
    z-index: 1;

    background: #43454b;
}

/*
.lees-verder::before,
.lees-verder::after {
  top: 0;
  left: -25%;
  z-index: -1;
  width: 150%;
  height: 75%;
  background: inherit;
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.lees-verder::before {
  height: 50%;
  background: #c4c4c4;
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  -webkit-transform-origin: 3% 0;
  transform-origin: 3% 0;
}
*/


video {
  object-fit: cover;
  width: 100vw;

  top: 0;
  left: 0;
}


@media (max-width:390px) {
    #slider,
    #sliderposition,
    #captionone,
    .iis-caption {
        height: 160px;
    }

    .iis-caption {
        position: relative;
        margin: 0px auto;
        top: 0px;
        max-width: 100vw;
        background: #333333;
        background: url(../svg/trans100m.svg);
        padding: 0;
        background-repeat: no-repeat;
        background-size: auto 160px;
        background-position: bottom;
        color: #fff;

    }

    #sliderposition {
        position: relative;

        overflow: hidden;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        border: 0px solid;

        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }

    #slider {
        position: relative;
        overflow: hidden;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }

    #captionone {
        position: relative;
        margin: 0px auto;
        top: 0px;
        max-width: 100vw;
        background: #333333;
        /*background: rgba(0,0,0,0.5);*/
        background: url(../svg/trans100m.svg);
        padding: 0;
        background-repeat: no-repeat;
        background-size: auto 160px;
        background-position: bottom;
        padding: 0px 0px 0px 0px;
        color: #fff;
    }

}
@media (max-width:282px) {
    #slider,
    #sliderposition,
    #captionone,
    .iis-caption {
        height: 120px;
    }

    .iis-caption {
        position: relative;
        margin: 0px auto;
        top: 0px;
        max-width: 100vw;
        background: #333333;
        background: url(../svg/trans100m.svg);
        padding: 0;
        background-repeat: no-repeat;
        background-size: auto 120px;
        background-position: bottom;
        color: #fff;

    }

    #sliderposition {
        position: relative;

        overflow: hidden;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        border: 0px solid;

        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }

    #slider {
        position: relative;
        overflow: hidden;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }

    #captionone {
        position: relative;
        margin: 0px auto;
        top: 0px;
        max-width: 100vw;
        background: #333333;
        /*background: rgba(0,0,0,0.5);*/
        background: url(../svg/trans100m.svg);
        padding: 0;
        background-repeat: no-repeat;
        background-size: auto 120px;
        background-position: bottom;
        padding: 0px 0px 0px 0px;
        color: #fff;
    }

}