@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/opensans_regular_macroman/OpenSans-Regular-webfont.eot');
    src: url('fonts/opensans_regular_macroman/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans_regular_macroman/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/opensans_regular_macroman/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/opensans_regular_macroman/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sanslight';
    src: url('fonts/opensans_light_macroman/OpenSans-Light-webfont.eot');
    src: url('fonts/opensans_light_macroman/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/opensans_light_macroman/OpenSans-Light-webfont.woff') format('woff'),
         url('fonts/opensans_light_macroman/OpenSans-Light-webfont.ttf') format('truetype'),
         url('fonts/opensans_light_macroman/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'herrvonmuellerhoff';
    src: url('fonts/HerrVonMuellerhoff/HerrVonMuellerhoff-Regular.ttf') format('truetype');

}
@font-face {
    font-family: 'roboto_condensedbold';
    src: url('fonts/robotocondensed_bold_macroman/RobotoCondensed-Bold-webfont.eot');
    src: url('fonts/robotocondensed_bold_macroman/RobotoCondensed-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/robotocondensed_bold_macroman/RobotoCondensed-Bold-webfont.woff') format('woff'),
         url('fonts/robotocondensed_bold_macroman/RobotoCondensed-Bold-webfont.ttf') format('truetype'),
         url('fonts/robotocondensed_bold_macroman/RobotoCondensed-Bold-webfont.svg#roboto_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* lay-out */

html, body {
    height:100%;
    margin: 0;
    padding: 0;
	color:#000;
	font-size: 12.9pt;
    font-family: 'open_sansregular', serif;
    font-weight: 200;
	text-decoration : none;
    line-height: 20pt;
}
body {
    overflow: -moz-scrollbars-vertical;
    overflow-x: hidden;
    overflow-y: scroll;
    background: rgb(246,248,249); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(246,248,249,1) 0%, rgba(229,235,238,1) 50%, rgba(215,222,227,1) 51%, rgba(245,247,249,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */;
    background-attachment: fixed;
}

#wrapper {
    height:100%;
    width:100%;
    display:table;
    table-layout: fixed;
    margin-left:auto;
    margin-right:auto;
    max-width: 2000px;
    background-color: #fff;
}
@media all and (min-width : 2000px) {
    #wrapper {
        border-left: thin solid #000000;
        border-right: thin solid #000000;
    }
}
.framewrapper {
    position: relative;
    width: 1200px;
    max-width: 98%;
    margin-left:auto;
    margin-right:auto;
    padding-right: 1%;
    padding-left: 1%;
}
/* voor samsung tab :( */
@media all and (min-width : 1200px) {
    .framewrapper {
        width: 1200px !important;
    }
    .row {
        width: 1200px !important;
    }
}

.header0 {
    position: fixed;
    width:100%;
    max-width: 2000px;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    display: block;
    height: 140px;
    z-index: 999;
    background-color: #FFFFFF;
}
.header0::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(afbeeldingen/ruis-zwart.png) repeat fixed top;
    opacity: 0.5;
}
.header0 .logo {
/*    padding: 46px 0 0 0;*/
    margin: 0;
    float: left;
    width: 20%;
    line-height: 130px;
    font-size: 24pt;
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(255,255,255,.95);
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.header0 .logo img {
    vertical-align:middle;
    width: 250px;
    height: auto !important;
    max-width: 98%;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.header0 a, .header0 a:hover {
    text-decoration: none;
}

.header0 .topright {
    margin: 35px 0 auto 0px;
    color: #000000;
    width: 80%;
    display: block;
    float: right;
    text-align: left;
    font-weight: lighter;
    white-space: nowrap;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.header0 .topmenu {
    display: block;
    position:relative;
    right:0px;
    top:0px;
    margin: 0 0 0 0;
    width:100%;
    height: 49px;
}
.header0top {
    height: 80px;
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0,0,0,.6) !important;
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,.6) !important;

}
.header0top .topright {
    margin: 15px 0 auto 0px;
}
.header0top .logo {
    line-height: 86px;
}
.header0top .logo img {
    vertical-align:middle;
    width: 200px;
    height: auto !important;
    margin-top: -14px;
}

.header0 .calltoaction {
    width: 150px;
    line-height: 49px;
    background-color: #000;
    text-align: center;
    color: #fff;
    font-weight: bold;
    float: right;
    margin: 11px 0 0 0;
    /*border-radius:  30px;*/
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.header0 .calltoaction:hover {
    background-color: #000;
    color: #fff;
    text-align: center;
}
.headerwrap {
    position: relative;
    background-color: #FFFFFF;
    border-bottom: thin solid #242424;

}
.headerwrap::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(afbeeldingen/back-stripes.png) repeat fixed top;
    opacity: 0.5;
}
.header1 {
    display:block;
    position: relative;
    width:100%;
    height:140px;
    z-index: 9;
}

.topmenu .main-nav {

}

.header1 a, .header1 a:hover {
    text-decoration: none;
}

#header2 {
    display: block;
    position:relative;
    left:0px;
    top:0px;
    margin: 0 0 0 0;
    width:100%;
    overflow: hidden;
    background: -moz-radial-gradient(center, ellipse cover,  rgba(196,196,196,0.5) 0%, rgba(219,219,219,0.2) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(196,196,196,0.5) 0%,rgba(219,219,219,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center,  rgba(196,196,196,0.5) 0%,rgba(219,219,219,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80c4c4c4', endColorstr='#33dbdbdb',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#header2spacer {
    margin: 0 0 0 0;
    position: relative;
}
#header2noheader {
    display: none;
    position:relative;
    left:0px;
    top:0px;
    margin: 0 0 0 0;
    width:100%;
    height: 0px;
    background-color: #000;
    border-bottom: 0px solid #4F575E;
}
.framewrapperh2 {
    position: relative;
    max-width: 100%;
    max-height: 700px;
    margin-left:auto;
    margin-right:auto;
    display: block;
}
@media all and (min-width : 1401px) {
.framewrapperh2 {
    height: 27.7vw;
    max-height: 530px;
    max-width: 2000px;
    box-shadow: 0 9px 0px 0px white, 0 -9px 0px 0px white, 12px 0 15px -4px rgba(2, 5, 8, 0.8), -12px 0 15px -4px rgba(2, 5, 8, 0.8);
    }
}
@media all and (max-width : 1400px) {
.rev_slider_wrapper {
    border-left: none;
    border-right: none;
    height: 30.1vw !important;
    }
.tp-simpleresponsive {
    height: 30.1vw !important;
}

}
.tp-bullets {

}
.tp-caption {
    z-index: 15;
    color: #fff;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: left;
    line-height: 26px;
    border-width: 0px;
    margin: 0 0 0 120px;
    padding: 10px;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 16px;
    white-space: normal !important;
    overflow-wrap: break-word !important;
    max-width: 800px;
    width: 75vw;
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    transform-origin: 50% 50% 0px;
}
    .tp-caption p {
        font-size: 18px !important;
        line-height: 24px !important;
        font-weight: bold;
    }
    .tp-caption h2, .tp-caption h3, .tp-caption h4 {
        font-size: 56px !important;
        line-height: 60px !important;
        color: #fff;
        font-weight: 900;
    font-family: "Bree Serif Bold";
        letter-spacing: 4px;
        margin: 5px;
    }
.tp-caption a,  .tp-caption a:hover {
    border: 1pt solid #EB8C22 ;
    line-height: 20px;
    color: #fff;
    padding: 5px;
    text-decoration: none;
 }

@media all and (max-width : 995px) {
    .tp-caption p {
        font-size: 16px !important;
        line-height: 26px !important;
    }
    .tp-caption h2, .tp-caption h3, .tp-caption h4 {
        font-size: 18px !important;
        line-height: 26px !important;
    }
    .tp-caption a,  .tp-caption a:hover {
        border: 1pt solid #FFFFFF ;
        line-height: 20px;
        color: #fff;
        padding: 5px;
        text-decoration: none;
        font-size: 16px !important;
        line-height: 26px !important;
     }
    .headericon {
        float: left;
        margin-right: 10px;
        position: relative;
        margin-left: 20px;
    }
    .headericon i {
        font-size: 30pt;
    }
    .headericon {
        margin-left: 10px;
    }
}
#header3 {
    display: block;
    position:relative;
    left:0px;
    top:0px;
    margin: 0 0 0 0;
    width:100%;
}
#header3 .framewrapper {
    position: relative;
    z-index:900;
}
#header4 {
    display: none;
    position:relative;
    left:0px;
    margin: 10px 0 -10px 0;
    width:100%;
    text-align: right;
    color: #000000;
    font-size: 18pt;
    line-height: 22pt;
    letter-spacing: 5pt;
}
#header4 a {
    color: #000000;
    transition: all 0.3s ease-in-out;
}
.footerwrap {
    display:table-row;
    position: relative;
    height:24px;
    z-index: 500;
    background-color: rgba(0, 0, 0, 1);
    background-blend-mode: lighten;
    background-repeat: repeat;
}

#footer3 {
    position: relative;
    display:table-row;
    padding: 10px 0 0 0;
    width:100%;
    min-height:450px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
    background: #004175 repeat fixed;

    /* Internet Explorer 10 */
    display:-ms-flexbox;
    -ms-flex-pack:center;
    -ms-flex-align:center;

    /* Firefox */
    display:-moz-box;
    -moz-box-pack:center;
    -moz-box-align:center;

    /* Safari, Opera, and Chrome */
    display:-webkit-box;
    -webkit-box-pack:center;
    -webkit-box-align:center;

    /* W3C */
    display:box;
    box-pack:center;
    box-align:center;
}

#footer3 h2, #footer3 h3 {
    font-size: 18pt;
    letter-spacing: 1pt;
    line-height: 30pt;
}

#footer2 {
    display:block;
    width:100%;
    min-height:50px;
    color: #fff;
}

#footer2 .kolom {
    display: block;
    margin: 1%;
    padding: 1%;
    min-height: 190px;
}
#footer2 .kolomrechts {
    float: right;
    text-align: right;
    width: 29%;
}
#footer2 .kolommidden {
    float: left;
    text-align: center;
    width: 30%;
}
#footer2 .kolomlinks {
    float: left;
    text-align: left;
    width: 29%;
}

#footer2 .kolomlinks h3, #footer2  .kolommidden h3, #footer2 .kolomrechts h3 {
    margin: 0 0 15px 0;
}

#footer2 .kolom .agendaitemdate {
    font-size: 10pt;
    padding: 0 5px 0 5px;
    margin: 0 10px 0 0;
    clear: left;
    float: left;
    background-color: #FFFFFF;
    color: #000;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    width: 73px;
}
#footer2 .kolom .agendaitem {
    margin: 0 0 5px 0;
    white-space: nowrap;
    width: calc(100% - 93px) !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

#footer2 .kolom .agendaitem a, #footer2 .kolom .agendaitem a:hover, #footer2 a {
    color: #fff;
}

#footer2 .kolom .agendaitem .Ttip {

}

#footer2 .kolom .agendaitem a:hover {
    color: #fff;
}
.footerwrap h3, .footerwrap h4, .footerwrap h2 {
    color: #fff;
}

#footer {
    clear: both;
    display:inline-block;
    width:100%;
    background-color: rgba(0, 0, 0, 1);
    color: #FFFFFF;
    padding: 10px 0 10px 0;
    font-size: 9pt;
}
.footerwrap a{
    color: #fff;
}

#footer .logos {
    clear: both;
    width: 98%;
    text-align: center;
    margin: 10px 1% 0 1%;
}
#footer .logos img {
    opacity: .6;
    width: auto !important;
    height: 25px !important;
    margin: 0 1% 0 1%;
    transition: all 0.3s ease-in-out;
}
#footer .logos img:hover {
    opacity: 1;
}

#footer .kolom {
    display: block;
    width: 98%;
    line-height: 18px;
    margin: 5px 1% 0px 1%;
    text-align: center;
}
#footer .kolom img {
    margin: 1%;
}

.relatedinfo2-bestellen {
    float: right;
    color: #000;
    background-color: #F6E913;
    font-size: 18pt;
    clear: right;
    padding: 5px 10px;
    margin: 10px 0 0 0;
    border: thin solid #fff;
    transition: all 0.3s ease-in-out;
}
.relatedinfo2-bestellen:hover {
    color: #F6E913;
    background-color: #000;
    border: thin solid #F6E913;
}
.relatedinfo2-bestellen p {
    margin: 0 0 0 0;
}

@media all and (max-width : 1060px) {

        .header1 {
            position: relative;
            width:100%;
            -webkit-transition-duration: 0.2s;
            -moz-transition-duration: 0.2s;
            -o-transition-duration: 0.2s;
            transition-duration: 0.2s;
        }
        .headericontext {
            text-align: left;
        }
        #footer2 .kolom {
            display: block;
            width: 96%;
            line-height: 24px;
            margin: 5px 0 5px 0 !important;
            padding: 2%;
            height: auto;
            float: left !important;
            text-align: center !important;
        }
        #footer2 .kolomrechts {
            text-align: left;
        }
        .header0 .logo {
            width: 50%;
        }
        .header0 .topright {
            width: 50%;
        }
    }


@media all and (max-width : 685px) {
        #header4 {
            text-align: center;
        }

        .header0 .topright {
            clear: both;
            width: 98%;
            margin: 5px auto 0px auto;
            text-align: center;
            background-color: transparent;
        }
        .header0 .logo {
            width: 98%;
            margin: 20px auto 15px auto;
            text-align: center;
            line-height: 80px;
        }
        .header0 .topright {
            width: 98% !important;
        }
         .header0 {
            height: 210px;
            position: relative;
        }
        .header0top {
            text-align: center;
            height: 210px;
        }

        .header0top .logo {
            margin: -10px 1% -25px 1%;
        }

        .main-menu-btn {
            float: none;
        }
        .header1 {
            height: 1px;
        }

    }

@media all and (max-width : 500px) {
        #header3 {
            border-top: thin solid #4F575E;
        }
        .tp-caption {
            display: none !important;
        }
        .framewrapperh2 {
           height: auto;
           border: none;
        }

        #header3 {
            position: relative;
        }
    }

.smedia {
    margin: 10px 0 auto 0px;
    line-height: 50px;
    color: #000;
    font-size: 15pt;
    display: inline-block;
    opacity: 1;
}

.smedia ul {
    overflow: auto;
    margin: 0;
    padding: 0;
}

.smedia ul li {
    list-style-type: none;
    float: left;
}

.smedia ul li a i {
    /*background: rgba(255, 255, 255, .3);*/
    color: #000;
    /*text-shadow: -2px 0 #000000,0 2px #000000,2px 0 #000000,0 -2px #000000;*/
    width: 26px;
    height: 26px;
    line-height: 26px !important;
    border-radius: 10%;
    font-size: 14pt !important;
    text-align: center;
    margin: 5px;
    padding: 2px;
    transition: all 0.3s ease-in-out;
    border: 1px solid rgba(0, 0, 0, 1);
    opacity: 1;
}
.fa-facebook-f:hover {
    color: #0d6caa;
    transition: all 0.3s ease-in-out;3s;
}
.fa-instagram:hover {
    color: #6e37ab;
    transition: all 0.3s ease-in-out;
}
.fa-tiktok:hover {
    color: #F7004D;
    transition: all 0.3s ease-in-out;
}
.fa-envelope:hover {
    color: #527050;
    transition: all 0.3s ease-in-out;
}
.fa-whatsapp:hover {
    color: #25D366;
    transition: all 0.3s ease-in-out;
}
.fa-phone:hover {
    color: #4CAF50;
    transition: all 0.3s ease-in-out;
}
.smedia .fa {
    background: transparent;
}

.smedia .fa-facebook-f:hover {
    background: #0d6caa;
}

.smedia .fa-youtube:hover {
    background: #d31a1a;
}
.smedia .fa-twitter:hover {
    background: #16b4ca;
}
.smedia .fa-map-marker:hover {
    background: #d37414;
}
.smedia .fa-phone:hover {
    background: #23a501;
}
.smedia .fa-mobile-alt:hover {
    background: #F29322;
}
.smedia .fa-question-circle:hover {
    background: #FF0033;
}
.smedia .fa-whatsapp:hover {
    background: #189d0e;
}
.smedia .fa-whatsapp {
    display: none;
}
.smedia .fa-instagram:hover {
    background: #6e37ab;
}

.smedia .fa-linkedin:hover {
    background: #183153;
}
.smedia .fa-goodreads-g:hover {
    background: #432F20;
}
.smedia .fa-book-reader:hover {
    background: #F44336;
}
.smedia .fa-pinterest:hover {
    background: #E60023;
}
.fa-square-plus {
    color: #E60023;
}

.smedia ul li a i:hover {
    opacity: 1;
    color: #fff;
    text-shadow: none;
    border: 1px solid transparent;
}
.smedia .fa-globe {
    font-size: 14pt !important;
}
 .checkdommobile {
     display: none;
 }

 .smedia .checkdom {
    background: #0081EB;
    color: #fff;
    width: auto;
    height: 36px;
    line-height: 36px !important;
    border-radius: 5px;
    font-size: 11pt !important;
    letter-spacing: 1pt;
    text-align: center;
    margin: 7px 5px 5px 5px;
    padding: 0 15px 0 15px;
    transition: all 0.3s ease-in-out;
    border: 0;
    opacity: 1;
    float: left;
    cursor:pointer;
}
.smedia .checkdom:hover {
    background: #f19221;
    opacity: 1;
    color: #000;
}
@media all and (max-width : 770px) {
        .smedia {
            /*margin: 0px 0 auto 0px;*/
            line-height: 22px;
            color: #000000;
            font-size: 15pt;
            display: inline-block;
            opacity: 1;
            text-align: center;
        }

        .smedia ul {
            overflow: auto;
            margin: 0;
            padding: 0;
            text-align: center;
        }

        .smedia ul li {
            list-style-type: none;
            float: left;
        }

        .smedia ul li a i {
            background: transparent;
            color: #000;
            width: 22px;
            height: 22px;
            line-height: 22px !important;
            border-radius: 10%;
            font-size: 14pt !important;
            text-align: center;
            margin: 0 5px 0 5px;
            padding: 2px;
            transition: all 0.3s ease-in-out;
            opacity: .7;
            display: inline-block;
        }
        .smedia .fa-facebook {
            background:transparent;
        }
        .smedia .fa-youtube {
            background:transparent;
        }
        .smedia .fa-twitter {
            background:transparent;
        }
        .smedia .google-plus {
            background:transparent;
        }
        .smedia .fa-map-marker {
            background:transparent;
        }
        .smedia .fa-phone {
            background:transparent;
        }

        .smedia ul li a i:hover {
            opacity: 1;
        }
         .smedia .fa-globe {
             margin: 4px 0 0 0;
             float: left;
             font-size: 11pt;
         }
        .smedia .fa-whatsapp {
            display: inline-block !important;
        }
         .smedia .checkdommobile {
            background: #0081EB;
            color: #fff;
            width: auto;
            height: 26px;
            line-height: 12px;
            border-radius: 4px;
            font-size: 9pt !important;
            text-align: center;
            margin: 0px 0px 0px 0px;
            padding: 0 10px 0 10px;
            transition: all 0.3s ease-in-out;
            border: 0;
            opacity: 1;
        }
        .smedia .checkdommobile {
            line-height: 26px;
            margin-top: 0px;
            float: left;
            display: inline-block;
        }

        .smedia .checkdommobile:hover {
            background: #f19221;
            opacity: 1;
            color: #000;
        }
        .smedia .checkdom {
            display: none;
        }

    }
.cart {
    float: right;
    display: inline-block;
}

.cart ul {
    overflow: auto;
    margin: 0;
    padding: 0;
}

.cart ul li {
    list-style-type: none;
    float: left;
}

.cart ul li a i {
    background: transparent;
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 32px !important;
    border-radius: 10%;
    font-size: 14pt !important;
    text-align: center;
    margin: 5px;
    padding: 2px;
    transition: all 0.3s ease-in-out;
    border: thin solid #fff;
    opacity: .7;
}

.cart .fa-cart-arrow-down, .smedia .fa-cart-arrow-down:hover {
    color: #FFFFFF;
    transition: all 0.3s ease-in-out;
    opacity: 1;
    width: 12px;
    height: 12px;
    line-height: 32px !important;
    margin: 1px 5px 1px 5px;
    color: #fff;
    border: 0;
}
 .cart .aantal {
    background: #0081EB;
    color: #fff;
    width: auto;
    height: 34px;
    line-height: 32px !important;
    border-radius: 5px;
    font-size: 14pt !important;
    text-align: center;
    margin: 5px 5px 5px 5px;
    padding: 2px 15px 2px 15px;
    transition: all 0.3s ease-in-out;
    border: 0;
    opacity: 1;
    float: left;
}
.cart .aantal:hover  {
    background: #6bb022;
    opacity: 1;
    width: auto;
    color: #fff;
    border: none;
}

 .cart .aantal a {
     color: #fff;
     text-decoration: none;
 }
.row {
    display:table;
    table-layout: fixed;
    position: relative;
    max-width: 1200px;
    width: 96%;
    margin-left:auto;
    margin-right:auto;
    padding: 1% 2% 1% 2%;
}

.row img {
    width: auto;
    display: inline-block;
    height: auto !important;
    max-width: 98% !important;
}
blockquote {
    font-style: italic;
    max-width: 500px;
    margin: 10px 0 0 0;
    padding: 10px 10px 10px 60px;
    line-height: 1.45;
    position: relative;
}

blockquote:before {
    content: "\201C";
    font-family: Georgia, serif;
    display: block;
    font-size: 80px;
    position: absolute;
    left: 10px;
    top: 0px;
    color: #7a7a7a;
}

#header2 .nivo-caption blockquote {
    background: rgba(0, 0, 0, 0.8);
    width: 400px;
    max-width: 80%;
}
/* algemene opmaak */

.content,.text {
}
TD {
}
A, A:Hover  {
	color:#69675e;
	text-decoration : underline dashed;
	font-weight: none;
    font-style: none;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
A:Hover  {
	font-style: none;
	font-weight: none;
	text-decoration : underline;
}
.imgborder {
	border: 1px solid #000000;
}
hr {
    border: 0;
    width: 100%;
    color: #000;
    background-color: #000;
    height: 1px;

 }
H1 {
	font-size : 1.2em;
	text-decoration : none;
	font-weight: 800;
	font-variant: none;
	padding-right:0px;
    color: #000;
}

H2 {
    font-size: 16pt;
	text-decoration : none;
	font-weight: 400;
	font-variant: none;
	padding-right:0px;
    color: #000;
}

H3 {
    font-size: 16pt;
	text-decoration : none;
	font-weight: 300;
	font-variant: none;
	padding-right:0px;
    color: #000;
}

H4 {
    font-size: 14pt;
	text-decoration : none;
	font-weight: 300;
	font-variant: none;
	padding-right:0px;
    color: #0D6CAA;
}
H4 a {
    color: #0D6CAA !important;
}

.row H1 {
    font-size: 20pt;
    margin: 10px 5px 10px 0;
    color: #000;
    text-transform:none;
    font-weight: 400;
    text-align: left;
    line-height: 44px;
}
.row H1::after {
    width: 50px;
    max-width: 75%;
    height: 1px;
    background: #268EE8;
    clear: both;
    content: "";
    display: block;
    margin: 6px auto 20px 0;
}
.titel {
	font-size : 1.4em;
	text-decoration : none;
	font-weight: bold;
	font-variant: none;
    margin : 0px 0px 10px 0px;
    font-variant: none;
    text-align: left;
}

.hidden{
     opacity:0;
}
.visible{
     opacity:1;
}
.row .animated {
    animation-fill-mode:none;
}
.stebuttonmore {
    display:block;
    width: 101%;
    height: 30px;
    position:absolute;
    color: #000;
    background-color: #268EE8;
    margin: 0 0 0 -5%;
    transition: all 0.3s ease-in-out;
    text-overflow: ellipsis;
    bottom: 0;
    text-align: center;
    line-height: 22pt;
}

.stedivbasis {
    display:inline-block;
    vertical-align:top;
    padding: 1%;
    overflow: hidden;
    overflow-y: none;
    width: 29%;
    margin: .5%;
}
.row .stedivbasis {
    /*min-height: 350px;*/
    /*border: thin solid #03A9F4;*/
    /*background-color: rgba(231, 231, 231, 0.1);*/
}
#footer3 .stedivbasis {
    height: auto !important;
    background-color: transparent;
    border: none;
}

.Highlighted  {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 95%;
    padding: 8px 0;
}
.stediv25a img, .stediv33 img  {

}
.stediv25 {
    width: 21%;
}
.stediv33 {
    width: 29.25%;
}
.stediv33eh {
    width: 29.25%;
    height: 420px;
}
.stediv50 {
    width: 45.57%;
    border: none !important;
    height: auto !important;
    background-color: transparent !important;
}

.stediv75 {
    width: 70.2%;
}
.stediv100 {
    width: 94.7%;
}

.gerelateerdframe .stedivbasis {
    height: auto !important;
    min-height: 50px !important;
}
.gerelateerdframe .stediv25  {
    padding-top: 0% !important;
    padding-bottom: 0% !important;
}

.gerelateerdframe .stedivbasis:hover {
    background-color: rgba(15, 37, 77, 0);
}
.stedivbasis A, .stedivbasis A:Hover  {
	color:#000;
	text-decoration : none;
	font-weight: none;
    font-style: none;
}
.stedivbasis h2, .stedivbasis h3, .stedivbasis h3 A, .stedivbasis h3 A:Hover, .stedivbasis h2 A, .stedivbasis h2 A:Hover {
    margin: 0px;
    color: #000;
}
.stedivbasis h3 A, .stedivbasis h3 A:Hover, .stedivbasis h2 A, .stedivbasis h2 A:Hover {
    color: #000;
}
.stebutton {
    display: inline-block;
    color: #fff;
    background-color: #000;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    text-align: center;
    line-height: 12pt;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
    margin: 5px 0px 5px 0px;
}
.stebutton p {
    margin: 0;
}
.stebutton a, .stebutton a:visited {
    color: #fff;
    text-decoration: none;
}

.stebutton:hover, .stebutton:hover a {
    background-color: #00ACD2;
    color: #fff !important;
}

@media all and (max-width : 820px) {
    .stediv25 {
        width: 44.57%;
    }
    .stediv25bij75 {
        width: 20%;
    }
}
@media all and (max-width : 550px) {
    .stedivbasis {
        width: 93% !important;
        margin: 0.5%;
        padding: 0.5%;
        /*text-align: center;*/
        height: auto;
    }
    .row .stedivbasis {
        height: auto;
        border: none;
        min-height: 10px;
    }
    .stebuttonmore {
        display:block;
        width: 100%;
        height: 30px;
        position:relative;
        color: #000;
        background-color: rgba(242, 147, 34, 1);
        margin: 0 0 0 0;
        transition: all 0.3s ease-in-out;
        text-overflow: ellipsis;
        bottom: 0;
        text-align: center;
        line-height: 22pt;
    }
    .stediv25 img, .stediv33 img  {
/*      width: 87vw !important;
      height: 87vw !important;
      max-width: 100% !important;
      max-height: none !important;
      min-width: 150px !important;
      min-height: 150px !important;
      border: 1px solid !important;
      display: block;
      object-fit: cover;
      border: 0px !important;*/
    }
    .stedivbasis h2, .stedivbasis h3 {
        margin: 0px;
    }
    #footer3 {
        background: #000;
    text-shadow: none;
    }
}
.ui-accordion-content {
    font-size: 11pt;
}
.ui-accordion-content, .ui-accordion-content p {
    font-size: 12pt;
    opacity: 1 !important;
}

.ui-widget {
    max-width: 98%;
    margin: 0 auto;
}
.ui-state-default {
    background-color: rgba(0, 129, 235, 1) !important;
    background: none;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.ui-state-default:hover {
    background-color: rgba(0, 129, 235, 0.8) !important;
}

.ui-state-active .ui-icon, .ui-state-default .ui-icon {
    background-image: url("afbeeldingen/ui-icons_cccccc_256x240.png") !important;
}

@media screen and (max-width: 800px) {
    .ui-widget {
        width: 96% !important;
        margin: 10pt 2% 0 2% !important;
        float: none !important;
        clear: both !important;
    }
    .half {
        display: block !important;
        clear: both;
        width: 98% !important;
        border-bottom: thin solid #000000
    }
}
hr {
    clear: both;
    border: 0px solid transparent;
    height: 0px;
}

/* hack nodig ivm responsive formulieren */
.ui-datepicker {
    font-size: 10pt !important;
}
.ui-datepicker-month, .ui-datepicker-year, .ui-datepicker-month select, .ui-datepicker-year select {
    width: 45% !important;
    margin: none !important;
    height: 10pt !important;
    line-height: 10pt !important;
}

.clear {
    clear: both;
}
/* formulier opmaak */

.fielddescription {
    font-style: italic;
    color: #7A7A7A;
    max-width: 90%;
}

fieldset {
    width: 98%;
    padding: 1%;
    border: thin solid rgba(0, 0, 0, .2);
    margin: 20px 0 20px 0;
}

legend {
    font-weight: bold;
    letter-spacing: 1pt;
    color: #53585A;
}

select {
    height: 30pt;
}

input[type=text], select, textarea, input[type=password] {
    min-height: 20pt;
    line-height: 20pt;
    width: 99% !important;
    padding: 5px !important;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    border: 1px solid #ccc; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

input[type=submit], input[type=button] {
    background-color: #000; /* Green */
    border: none;
    color: white;
    padding: 15px 32px !important;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}
input[name=street] {
    width: 81% !important;
}
input[name=number] {
    width: 15% !important;
}
#clearBtn, input[type=file] {
    background-color: #CBC9C9; /* Green */
    border: none;
    color: #000;
    padding: 10px 14px !important;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    max-width: 95% !important;
}

input[type=submit]:hover, input[type=button]:hover {
    background-color: #268EE8;
}
input[type=checkbox] {
    float: none;
    line-height: 20pt;
}
.row label {
    min-width: 250px !important;
}
.shopartdetails label {
    width: auto !important;
}


#footer3 .framewrapper {
    text-align: center;
}

.stephoto {
    width: auto;
    clear: both;
    display: inline-block;
}

.stephoto img {
  width: 12.8vw !important;
  height: 12.8vw !important;
  /*min-width: 150px !important;
  min-height: 150px !important;*/
  max-width: 200px !important;
  max-height: 200px !important;
  border: 1px solid !important;
  background: #eee !important;
  display: block;
  object-fit: cover;
  float: left;
  margin: 0.50vw;

}

.stephoto img:hover {
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0,0,0,.6) !important;
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,.6) !important;
    -moz-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.afspraakopenbtn {
    position: absolute;
    top: -0px;
    right: 0%;
    z-index: 100;
    width: 200px;
    line-height: 50px;
    background-color: #268EE8;
    text-align: center;
    color: #fff;
}
.stetopblok {
    margin-top: -50px;
}
.stetopblok img {
    max-width: 25% !important;
    max-height: auto !important;
}
@media screen and (max-width: 1100px) {
    .stetopblok {
        margin-top: -45px;
    }
}
@media screen and (max-width: 820px) {
    .stetopblok {
        margin-top: 0px;
    }
}
#footer3 img {
    max-width: 275px !important;
    height: auto !important;
}

@media screen and (min-width: 2000px) {
    .FloatingContactActions {
          position: fixed;
          bottom: 35px;
          right: 50%;
          margin-right: -970px;
          z-index: 998;
    }
}
@media screen and (max-width: 1999px) {
    .FloatingContactActions {
          position: fixed;
          bottom: 35px;
          right: 35px;
          z-index: 998;
    }
}
.FloatingContactButton {
    height: 60px;
    width: 60px;
    background-color: rgba(175, 202, 11, 0.6);
    border-radius: 50%;
    display: block;
    color: #000;
    text-align: center;
    position: relative;
    z-index: 1;
}

.FloatingContactButton i {
    font-size: 22px;
}

.FloatingContactButtons {
    position: absolute;
    width: 100%;
    bottom: 120%;
    text-align: center;
    -webkit-transition-duration: 1.2s;
    -moz-transition-duration: 1.2s;
    -o-transition-duration: 1.2s;
    transition-duration: 1.2s;
}

.FloatingContactButtons a {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-decoration: none;
    margin: 10px auto 0;
    line-height: 1.15;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    position: relative;
    box-shadow: 0 0 5px 1px rgba(51, 51, 51, .3);
}

.FloatingContactButtons a:hover {
    transform: scale(1.05);
    background-color: #000;
}

.FloatingContactButtons a {
    background-color: #AFCA0B;
    transition: opacity .2s ease-in-out .3s, transform .15s ease-in-out;
}
/*.FloatingContactButtons a:nth-child(2) {
    background-color: #4CAF50;
    transition: opacity .2s ease-in-out .25s, transform .15s ease-in-out;
}
.FloatingContactButtons a:nth-child(3) {
    background-color: #f44336;
    transition: opacity .2s ease-in-out .2s, transform .15s ease-in-out;
}
.FloatingContactButtons a:nth-child(4) {
    background-color: #03a9f4;
    transition: opacity .2s ease-in-out .15s, transform .15s ease-in-out;
}*/

.FloatingContactActions a i {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
}

.FloatingContactActionsToggle {
    -webkit-appearance: none;
    position: absolute;
    border-radius: 50%;
    top: 0; left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: transparent;
    border: none;
    outline: none;
    z-index: 2;
    transition: box-shadow .2s ease-in-out;
    box-shadow: 0 3px 5px 1px rgba(51, 51, 51, .3);
    margin: 0 !important;
}

.FloatingContactActionsToggle:hover {
    box-shadow: 0 3px 6px 2px rgba(51, 51, 51, .3);
}

.FloatingContactActionsToggle:checked ~ .FloatingContactButtons a {
    opacity: 1;
    visibility: visible;
}

.grecaptcha-badge {
    bottom: 0px !important;
    visibility: hidden;
}
/* Carrousel */
.slick-prev{
	position: absolute;
    top: 25px;
    left: -20px;
    background-image: url(afbeeldingen/arrow_left.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #fff;
    border: none;
    height: 20px;
    width: 70px;
}
.slick-next{
	position: absolute;
    top: 25px;
	right: -20px;
	background: url(afbeeldingen/arrow_right.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #fff;
    border: none;
    height: 20px;
    width: 70px;
}
.alert {
    width: 96%;
    padding: 1%;
    margin: 15px auto 15px auto;
    display: block;
    background-color: #03A9F4;
    clear: both;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}