body {
    background: #ffffff;
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    line-height: 1.6;
    color: #333333;
    margin: 0px;
    overflow-x: hidden;
    overflow-y: scroll;
    opacity: 1;
    transition: 1s opacity;
}

body.fade-out {
    opacity: 0;
    transition: none;
}


body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) h3:focus,
body:not(.user-is-tabbing) textarea:focus {
    outline: none;
}

strong {
    font-weight: 700;
}

*:focus {
    outline: none !important
}


.linelink a {
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.linelink a:hover {
    text-decoration: none;
    color: #c3a107;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.mod_oneforall_anyitems_wrapper h1,
.mod_oneforall_anyitems_wrapper h2,
.mod_oneforall_anyitems_wrapper h3,
.mod_oneforall_anyitems_wrapper h4 {
    font-weight: 400;
}

.mod_oneforall_anyitems_item h2,
.mod_oneforall_anyitems_item h3,
.mod_oneforall_anyitems_item h4 {
    font-weight: 400;
}

.mod_oneforall_anyitems_item img {
    width: 100%;
    height: auto;
    margin-top: 10px;
}

.mod_oneforall_anyitems_item p {
    font-size: 1em;
    margin: 2px;
}


a {
    text-decoration: none;
    color: #c3a107;
}

.nop,
.nop p {
    margin: 0px;
    padding: 0px;
}


/* ul,
ol {
    position: relative;
    left: 15px;
    padding-left: 10px;
}

*/

.scrollToTop {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;

    z-index: +99999 !important;
    cursor: pointer;
}



#nav {
    text-align: left;
    font-weight: 400;
    font-size: 0.9em;

}



#header_menu ul,
#header_menu2 ul {
    margin: 0px;
}




h1 {
    font-size: 2.4em;
    line-height: 1.2em;
    font-weight: 400;
    letter-spacing: -1px;
}

h2 {
    font-size: 1.4em;
    line-height: 1.2em;
    font-weight: 400;
    margin-bottom: 1px;
    padding-bottom: 0px;
}

h3 {
    font-size: 1.4em;
    line-height: 1.2em;
    font-weight: 400;
    margin-bottom: 1px;
    padding-bottom: 0px;
}

h4 {
    font-size: 1.2em;
    font-weight: 400;
    margin-bottom: -12px;
}

h5 {
    font-size: 1.1em;
    font-weight: 700;
}

h6 {
    font-size: 1.0em;
    line-height: normal;
    margin: inherit;
    padding: inherit;
}

h1.topsliderh1 {
    font-size: 3.0em;
}



.show-on-mobile {
    display: none !important;
    visibility: hidden;
}

.hide-on-mobile {
    display: block !important;
    visibility: visible;
}





/* #Mobile (Landscape)
================================================== */

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




    .hide-on-mobile {
        display: none !important;
        visibility: hidden;
    }

    .show-on-mobile {
        display: block !important;
        visibility: visible;
    }


    .hide-on-mobileandtablet {
        display: none !important;
        visibility: hidden;
    }

    .hide-on-mobile {
        display: none !important;
        visibility: hidden;
    }

    .show-on-mobile {
        display: block !important;
        visibility: visible;
    }

    .hide-on-tabletportrait {
        display: none !important;
        visibility: hidden;
    }

}


/* #Clearing
================================================== */


/* Self Clearing Goodness */

.container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.row:after,
.clearfix:after {
    clear: both;
}

.row,
.clearfix {
    /* zoom: 1; */
}


/* You can also use a <br class="clear" /> to clear columns */

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.grijsletter {
    color: #808080;
}

.highlight {
    background-color: #efefef !important;
    padding: 0px 3px;
    text-decoration-line: underline;
    text-decoration-style: dashed;
    text-decoration-color: #880000;
}


.wit {
    color: #ffffff;
}





.theme-va {
    --fa-secondary-opacity: 1.0;
    --fa-primary-color: #444444;
    --fa-secondary-color: #f9df65;
}


/* IMAGES */
.iEditThisPage {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: +90000;
}





.footer {
    font-size: 0.9em;


}

.footerbox img {
    width: 25% !important;
    height: auto !important;
    margin: 0 auto !important;
}

.footer,
.footer a,
.footercenter,
.footercenter a {
    line-height: 1.6em;
    color: #dedede !important;
    text-decoration: none !important;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;

}

.footercenter li {
    text-align: center;
}

.footer a:hover {
    text-decoration: underline;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 1;
    color:#c3a107 !important;
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5 {
    color: #dedede !important;
}



/* Mobile */


.box {
    box-sizing: border-box !important;
}


.pad-top-bottom-10-5 {
    padding-top: 10px;
    padding-bottom: 5px;
}

.pad-top-bottom-10-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pad-top-bottom-20-10 {
    padding-top: 20px;
    padding-bottom: 10px;
}


.pad-top-bottom-30-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.pad-top-bottom-40-30 {
    padding-top: 40px;
    padding-bottom: 30px;
}

.left10 {
    padding-left: 10px;
}

.left20 {
    padding-left: 20px;
}

.left30 {
    padding-left: 0px;
}


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

    .left30 {
        padding-left: 30px;
    }
}

.left40 {
    padding-left: 40px;
}

.left50 {
    padding-left: 50px;
}

.left60 {
    padding-left: 60px;
}

.right10 {
    padding-right: 10px;
}

.right20 {
    padding-right: 20px;
}

.right30 {
    padding-right: 30px;
}

.right40 {
    padding-right: 40px;
}

.right50 {
    padding-right: 50px;
}

.right60 {
    padding-right: 60px;
}


.top10 {
    padding-top: 10px;
}

.top20 {
    padding-top: 20px;
}

.top30 {
    padding-top: 30px;
}

.top40 {
    padding-top: 40px;
}

.top50 {
    padding-top: 50px;
}

.top60 {
    padding-top: 60px;
}

.margintop10 {
    margin-top: 10px;
}

.margintop20 {
    margin-top: 20px;
}

.margintop30 {
    margin-top: 30px;
}

.margintop40 {
    margin-top: 40px;
}

.margintop50 {
    margin-top: 50px;
}

.margintop60 {
    margin-top: 60px;
}

..marginbottom10 {
    margin-bottom: 10px;
}

..marginbottom20 {
    margin-bottom: 20px;
}

.marginbottom30 {
    margin-bottom: 30px;
}

..marginbottom40 {
    margin-bottom: 40px;
}

..marginbottom50 {
    margin-bottom: 50px;
}

..marginbottom60 {
    margin-bottom: 60px;
}

.bottom10 {
    padding-bottom: 10px;
}

.bottom20 {
    padding-bottom: 20px;
}

.bottom30 {
    padding-bottom: 30px;
}

.bottom40 {
    padding-bottom: 40px;
}

.bottom50 {
    padding-bottom: 50px;
}

.bottom60 {
    padding-bottom: 60px;
}

.table {
    display: table;
}

.cell {
    display: table-cell;
}

.dropshadow {
    -webkit-box-shadow: 0 6px 5px 1px rgba(250, 119, 33, 1) !important;
    box-shadow: 0 6px 5px 1px rgba(250, 119, 33, 1) !important;
}

.line {
    border: 1px solid black;
}

.line2 {
    border: 1px solid red;
}


.box10 {
    box-sizing: border-box;
    padding: 10px;
}

.box10m {
    box-sizing: border-box;
    margin: 10px;
}

.box20 {
    box-sizing: border-box;
    padding: 20px !important;
}

.box00200020 {
    box-sizing: border-box;
    padding: 00px 20px 00px 20px !important;
}

.box20202040 {
    box-sizing: border-box;
    padding: 20px 20px 20px 40px !important;
}

@media only screen and (max-width: 767px) {
    .box20202040 {
        box-sizing: border-box;
        padding: 20px 20px 20px 20px !important;
    }
}

.box30 {
    box-sizing: border-box;
    padding: 30px;
}

.box40 {
    box-sizing: border-box;
    padding: 40px;
}

.box50 {
    box-sizing: border-box;
    padding: 50px;
}

.box60 {
    box-sizing: border-box;
    padding: 60px;
}

.box70 {
    box-sizing: border-box;
    padding: 70px;
}

.box80 {
    box-sizing: border-box;
    padding: 80px;
}

.box90 {
    box-sizing: border-box;
    padding: 90px;
}

.box5p {
    box-sizing: border-box;
    padding: 5%;
}

.box10p {
    box-sizing: border-box;
    padding: 5% 10%;
}

.box10pmonument {
    box-sizing: border-box;
    padding: 5% 10%;
}


.box15p {
    box-sizing: border-box;
    padding: 15%;
}

.box20p {
    box-sizing: border-box;
    padding: 20%;
}

.box25p {
    box-sizing: border-box;
    padding: 25%;
}

.box30p {
    box-sizing: border-box;
    padding: 30%;
}



.lijn {
    border: 1px solid black !important;
}

/* Slick */

.locatieknop,
.locatieknopsluit {
    float: right;
}

.calltoaction {
    float: left;
}


.acc {
    font-size: 1.1em !important;
    font-weight: 400 !important;
    color: #555;
    width: 100%;
    margin: 0px;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.acc:hover {
    background-color: #008000 !important;
    color: #ffffff !important;
    font-size: 1.1em !important;
    font-weight: 400 !important;
    width: 100%;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


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

    .locatieknop,
    .locatieknopsluit {
        clear: both;
        float: none;
        width: 100%;
    }

    .calltoaction {
        float: none;
        margin: 10px 0px;
        width: 100% !important;
    }

    .box20,
    .box30,
    .box40,
    .box50,
    .box60,
    .box70,
    .box80,
    .box90,
    .box5p,
    .box10p,
    .box10pmonument,
    .box15p,
    .box20p,
    .box25p,
    .box30p {
        padding: 10px;
    }
}

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

    h1 {
        font-size: 1.7em;
        line-height: 1.2em;
        font-weight: 400;
    }

    h1.topsliderh1 {
        font-size: 1.7em;
    }

    h2 {
        font-size: 1.3em;
        line-height: 1.1em;
    }

    h3 {
        font-size: 1.3em;
        line-height: 1.1em;
    }

    h4 {
        font-size: 1.1em;
    }

    h5 {
        font-size: 1.1em;
    }

    h6 {
        font-size: 1.0em;
    }

}

@media only screen and (max-width: 768px) {
    h1 {
        font-size: 1.7em;
        line-height: 1.2em;
        font-weight: 400;
    }

    h1.topsliderh1 {
        font-size: 1.7em;
    }

    h2 {
        font-size: 1.3em;
        line-height: 1.1em;
    }

    h3 {
        font-size: 1.3em;
        line-height: 1.1em;
    }

    h4 {
        font-size: 1.1em;
    }

    h5 {
        font-size: 1.1em;
    }

    h6 {
        font-size: 1.0em;
    }

}
