@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: 'montserrat';
    src: url('fonts/montserrat/Montserrat-VariableFont_wght.ttf') format('truetype');

}
@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: 14pt;
    font-family: 'montserrat', serif;
    font-weight: 400;
	text-decoration : none;
    line-height: 24pt;
}

body {
    overflow: -moz-scrollbars-vertical;
    overflow-x: hidden;
    background: fixed #7d7e7d;
    background: fixed -moz-linear-gradient(top,  #7d7e7d 0%, #0e0e0e 100%);
    background: fixed -webkit-linear-gradient(top,  #7d7e7d 0%,#0e0e0e 100%);
    background: fixed linear-gradient(to bottom,  #7d7e7d 0%,#0e0e0e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 );
}
.scrollup{
    width:40px;
    height:40px;
    opacity:0.6;
    position:fixed;
    bottom:20px;
    right:20px;
    display:none;
    z-index:9999;
    color:#53585A;
    font-size: 30pt;
    text-align: center;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    /*background-color: #FFFFFF; */
}
.scrollup:hover {
    opacity:1;
    color:#53585A !important;
}

#wrapper {
    height:100%;
    width:100%;
    max-width: 2000px;
    display:table;
    table-layout: fixed;
    margin-left:auto;
    margin-right:auto;
    background: #E7E7E7 url(afbeeldingen/white-paper-texture-with-flecks-lighter.jpg) repeat fixed;
    background-size: cover;
}
@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;
    }

/* voor desktop lettertype */

    html, body {
        height:100%;
        margin: 0;
        padding: 0;
    	color:#000;
    	font-size: 14pt;
        font-family: 'montserrat', serif;
        font-weight: 300;
    	text-decoration : none;
        line-height: 24pt;
    }
}
.header0 {
    position: fixed;
    width:100%;
    max-width: 2000px;
    height:1px;
    margin-top: -2px;
    background-color: #FAFAFA;
    border-bottom: thin solid #242424;
    z-index: 900;
    text-align: left;
    -webkit-transition-duration: 1.2s;
    -moz-transition-duration: 1.2s;
    -o-transition-duration: 1.2s;
    transition-duration: 1.2s;
    display: block;
    overflow: hidden;
}

.header0 .logo {
    width: 100%;
    font-size: 20pt;
    line-height: 50pt;
    height: 60px;
    margin: 4px auto auto auto;
    text-align: center;
    -webkit-transition-duration: 1.2s;
    -moz-transition-duration: 1.2s;
    -o-transition-duration: 1.2s;
    transition-duration: 1.2s;
}
.header0 .logo img {
    width: auto !important;
    height: 60px !important;
}

.header0 a, .header1 a:hover, .header0 a:hover {
    text-decoration: none;
}
.header0 .contact {
    display: block;
    float: right;
    text-align: right;
    padding-top: 12px;
}
.header0top {
    height: 70px;
    display: block;
    overflow: hidden;
    z-index: 998;
    -webkit-transition-duration: 1.2s;
    -moz-transition-duration: 1.2s;
    -o-transition-duration: 1.2s;
    transition-duration: 1.2s;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.5);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.5);
}
.headerwrap {
    position: relative;
    background-color: #fff;
    border-bottom: thin solid #242424;

}
.headerwrap::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .4;
    background: linear-gradient(135deg,  #ffffff 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.header1 {
    display:block;
    position: relative;
    width:100%;
    text-align: center;
    padding: 18px 0 0px 0;
    height: 150px;
}
.header1 .logo {
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
    max-width: 400px;
    margin: auto
}
.header1 .logo img {
    width: 400px;
    height: auto !important;
}

.header1 a {
    text-decoration: none
}
#header2 {
    display: block;
    position:relative;
    left:0px;
    top:0px;
    margin: 0 0 0 0;
    width:100%;
    overflow: hidden;
}

#header2spacer {
    margin: 0 0 0 0;
    position: relative;
}
#header2noheader {
    display: inline-block;
    position:relative;
    left:0px;
    top:0px;
    margin: 0 0 0 0;
    width:100%;
    height: 30px;
    border-bottom: 1px solid #4F575E;
}
.framewrapperh2 {
    position: relative;
    max-width: 1400px;
    max-height: 390px;
    margin-left:auto;
    margin-right:auto;
    display: block;
    overflow: hidden;
}
@media all and (min-width : 1401px) {
.framewrapperh2 {
    margin: 20px auto 6px auto;
    height: 25.1vw !important;
    max-height: 390px;
    max-width: 1400px;
    background-color: #000;
    -webkit-box-shadow: 0 0 10px #000;
        box-shadow: 0 0 10px #000;
    }
}
@media all and (max-width : 1400px) {
    .rev_slider_wrapper {
        border-left: none;
        border-right: none;
        height: 25.1vw !important;
        }
    .tp-simpleresponsive {
        height: 25.1vw !important;
    }
    .header1 {
        padding: 0px 0 16px 0;
        height: 140px;
    }
}
.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: 50vw;
    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: "roboto_condensedbold";
        letter-spacing: 4px;
        margin: 5px;
    }
.tp-caption a,  .tp-caption a:hover {
    border: 1pt solid #FFFFFF ;
    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;
     }
}
#header3 {
    display: block;
    position:relative;
    left:0px;
    top:0px;
    margin: 20px 0 20px 0;
    width:100%;
}
#header3 .framewrapper {
    position: relative;
    z-index:900;
}

.header1menubox {
    display: flex;
    justify-content:center;
    align-content:center;
    border: 0px solid rgba(0, 0, 0, 0);
    background: #4C94CC;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,.6) !important;
    box-shadow: 0px 4px 5px 0px rgba(0,0,0,.6) !important;
    text-align: center;
    line-height: 24pt;
}
@media all and (min-width : 1401px) {
.header1menubox {
    -webkit-box-shadow: 0 0 10px #000;
        box-shadow: 0 0 10px #000;
    }
}
.afspraakopenbtn {
    position: absolute;
    top: -0px;
    right: 20px;
    z-index: 100;
    width: 200px;
    line-height: 50px;
    background-color: #268EE8;
    text-align: center;
    color: #fff;
}
.header0 .afspraakopenbtn {
    margin: 10px 0 0 0;
}

#footer3 {
    position: relative;
    display:table-row;
    padding: 10px 0 0 0;
    width:100%;
    min-height:350px;
    color: #fff;
    text-shadow: 1px -1px 6px rgba(0, 0, 0, 1),
                 -1px 1px 6px rgba(0, 0, 0, 1);
    background: #4053A4 url(afbeeldingen/stock/naaimachine-zw.jpg) no-repeat fixed center;
    background-size: cover;

    /* 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;
}
#footer3a {
    position: relative;
    display:table-row;
    padding: 10px 0 0 0;
    width:100%;
    min-height:350px;
    color: rgba(0, 0, 0, 1);
    text-shadow: 1px 0px 7px #DBDBDB;
    background-color: rgba(138, 183, 255, 0.5);
    background-size: cover;
    text-align: center;

    /* 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;
}
#footer3a img {
    width: 150px !important;
    height: 75px !important;
    margin: 5px;
}
#footer3 .stedivbasis {
    height: auto !important;
    background-color: transparent;
    border: none;
}
.footerwrap {
    display:table-row;
    position: relative;
    height:24px;
    z-index: 500;
    background: url(afbeeldingen/back-black-paper.png) scroll;
    background-color: rgba(138, 183, 255, 0.5);
    background-blend-mode: lighten;
}

#footer2 {
    display:block;
    width:100%;
    min-height:50px;
    background-color: transparent;
    color: #000;
}
#footer2 .acties {
    max-height: 175px;
    overflow: hidden;
}

#footer2 .kolom {
    display: block;
    margin: 1%;
    padding: 1%;
    height: 190px;
    overflow: hidden;
    background-color: rgba(222, 222, 222, 0);
    /*text-shadow: 0 1px 0 rgba(255,255,255,.95);*/
    /*border: thin solid #CBC9C9*/
}
#footer2 .kolomrechts {
    float: right;
    text-align: right;
    width: 26%;
}
#footer2 .kolomlinks {
    float: left;
    text-align: left;
    width: 66%;
}

#footer2 .kolomrechts h3, #footer2 .kolomlinks 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 {
    text-decoration: none !important;
    color: #000;
}

#footer2 .kolom .agendaitem .Ttip {

}

#footer2 .kolom .agendaitem a:hover {
    color: #000;
    text-decoration: underline;
}
#footer2 .kolom h3 {
    color: #000;
}
@media all and (max-width : 700px) {
        .header1 .logo {
            font-size: 20pt;
            line-height: 150pt;
            margin: 0px auto 0px auto;
            float: none;
        }
        .header1 .logo img {
            max-width: 96% !important;
        }
        .header0 .logo {

        }
        .header0 .afspraakopenbtn {
            margin: 10px auto 0 auto;
            right: auto;
            position: relative;
        }
        .header1 .rechtsboven {
            margin: 0px auto 0px auto;
            float: none;
        }
        .header1 .contact {
            float: none;
            text-align: center;
            clear: left;
            margin: 0px auto 10px auto;
        }
        #footer2 .kolom {
            display: block;
            width: 96%;
            line-height: 24px;
            margin: 5px 0 5px 0 !important;
            padding: auto;
            height: auto;
            float: left !important;
            text-align: center !important;
        }
        #footer2 .kolomlinks {
            text-align: center !important;
        }
        #footer2 .kolomlinks h3 {
            text-align: center !important;
        }
        #footer3 {
            background: url(afbeeldingen/stock/naaimachine-zw.jpg) no-repeat scroll center;
            background-size: inherit;
        }
        #header2 {
            /*display: none;*/
        }
        .header1 h1 {
            text-align: center !important;
        }
        .header1menubox {
            -webkit-border-radius: 0px;
            border-radius: 0px;
        }
    }
#footer {
    clear: both;
    display:inline-block;
    width:100%;
    background-color: rgba(0, 0, 0, 1);
    color: #FFFFFF;
    padding: 10px 0 0 0;
    font-size: 9pt;
}
#footer a{
    color: #FFFFFF;
}

#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%;
}
.smedia {
    margin: 0px 0 auto 0px;
    line-height: 50px;
    color: #000000;
    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: transparent;
    color: #000;
    /*text-shadow: -2px 0 #000000,0 2px #000000,2px 0 #000000,0 -2px #000000;*/
    width: 36px;
    height: 36px;
    line-height: 36px !important;
    border-radius: 0%;
    font-size: 24pt !important;
    text-align: center;
    margin: 5px;
    padding: 2px;
    transition: all 0.3s ease-in-out;
    border: 1px solid rgba(0, 0, 0, 0.5);
    opacity: 1;
}

.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-linkedin-in:hover {
    background: #0A66C2;
}

.smedia .fa-map-marker:hover {
    background: #d37414;
}
.smedia .fa-phone:hover {
    background: #23a501;
}
.smedia .fa-envelope:hover {
    background: #F29322;
}
.smedia .fa-mobile-alt:hover {
    background: #F29322;
}
.smedia .fa-question-circle:hover {
    background: #FF0033;
}
.smedia .fa-whatsapp:hover {
    background: #189d0e;
}
.smedia .fa-whatsapp:hover {
    background: #23a501;
}
.smedia .fa-instagram:hover {
    background: #6e37ab;
}
.smedia .fa-calendar-alt:hover {
    background: #23a501;
}

.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-menu {
    margin: 2px 0 auto 0px;
    line-height: 50px;
    color: #000000;
    display: inline-block;
    opacity: 1;
}

.smedia-menu ul {
    overflow: auto;
    margin: 0;
    padding: 0;
}

.smedia-menu ul li {
    list-style-type: none;
    float: left;
}

.smedia-menu ul li a i {
    color: #000;
    width: 36px;
    height: 36px;
    line-height: 36px !important;
    border-radius: 10%;
    font-size: 18pt !important;
    text-align: center;
    margin: 5px;
    padding: 2px;
    transition: all 0.3s ease-in-out;
    border: 1px solid transparent;
    opacity: 1;
}

.smedia-menu .fa {
    background: transparent;
}

.smedia-menu .fa-envelope:hover {
    background: #F29322;
}

.smedia-menu .fa-calendar-alt:hover {
    background: #23a501;
}

.smedia-menu ul li a i:hover {
    opacity: 1;
    color: #fff;
    text-shadow: none;
    border: 1px solid transparent;
}

@media all and (max-width : 770px) {
        .smedia {
            /*margin: 0px 0 auto 0px;*/
            line-height: 22px;
            font-size: 12pt;
        }

        .smedia ul li a i {
            width: 22px;
            height: 22px;
            line-height: 22px !important;
            font-size: 14pt !important;
        }
    }
.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:block;
    table-layout: fixed;
    position: relative;
    max-width: 1200px;
    width: 96%;
    margin-left:auto;
    margin-right:auto;
    padding: 1% 2% 1% 2%;
}
.cell-content img {
    width: auto;
    display: inline-block;
    height: auto !important;
    max-width: 98% !important;
}
.cell-content {
    display:inline-block;
    float: left;
    width: 98%;
    margin: 0 1% 0 1%;
}
.cell-content2colls {
    display:inline-block;
    float: right;
    width: calc(100% - 340px);
    margin: 0 0 0 0;
}
.cell-menu {
    display:block;
    width: 300px;
    float: left;
    position: relative;
    margin: 20px 0 10px 0;
    padding: 0 10px 0 0px;
    border-right: thin solid #CBC9C9
}
.cell-menuoff {
    display: none;
}

.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:#000000;
	text-decoration : underline;
	font-weight: none;
}
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 : 22pt;
	text-decoration : none;
	font-weight: bold;
	font-variant: none;
	padding-right:0px;
    font-family: roboto_condensedbold, Impact, Charcoal, sans-serif
}
.row H1 {
	font-size : 22pt;
	text-decoration : none;
	font-weight: bold;
	font-variant: none;
	padding-right:0px;
    font-family: roboto_condensedbold, Impact, Charcoal, sans-serif, Caveat;
}
.row H1::after {
    width: 100px;
    max-width: 75%;
    height: 2px;
    background: #E89401;
    clear: both;
    content: "";
    display: block;
    margin: 10px auto -10px 0pt;
}
.header1 h1 {
	font-size : 12px;
	text-decoration : none;
	font-weight: lighter;
	font-variant: none;
    margin : 0px 0px 10px 0px;
    font-variant: none;
    text-align: right;
    text-shadow: 0px 1px 1px #CCCCCC;
}

H2 {
	font-size : 1.2em;
	text-decoration : none;
	font-weight: bold;
	font-variant: none;
	padding-right:0px;
}

H3 {
	font-size : 1.2em;
	text-decoration : none;
	font-weight: bold;
	font-variant: none;
	padding-right:0px;
}

H4 {
	font-size : 1.2em;
	text-decoration : none;
	font-weight: none;
	font-variant: none;
	padding-right:0px;
}

.hidden{
     opacity:1;
}
.visible{
     opacity:1;
}
.row .animated {
    animation-fill-mode:none;
}

.stedivbasis {
    display:inline-block;
    vertical-align:top;
    padding: 1%;
    overflow: hidden;
    overflow-y: none;
    width: 29%;
    margin: .5%;
}

#footer3 .stedivbasis {
    height: auto !important;
    background-color: transparent;
    border: none;
}
#footer3 img {
    width: auto;
    display: inline-block;
    height: auto !important;
    max-width: 50% !important;
}
#footer3 a {
    color: #fff !important;
}

.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);
}
@media all and (max-width : 820px) {
    .stediv25 {
        width: 44.57%;
    }
    .stediv25bij75 {
        width: 20%;
    }
}
@media all and (max-width : 850px) {
    .stedivbasis {
        width: 93% !important;
        margin: 2%;
        padding: 1% 1% 1% 2%;
        /*text-align: center;*/
        height: auto;
    }
    .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;
    }

    #footer3 img {
        width: auto;
        display: inline-block;
        height: auto !important;
        max-width: 50% !important;
    }
    .stediv50 h2 {
        margin: 5pt auto auto auto
    }
}
.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 1% 0 1%;
}
.ui-state-default {
    background-color:#CBC9C9 !important;
    background: none;
    color: #000;
    transition: all 0.3s ease-in-out;
}
.ui-state-default:hover {
    background-color: #DEDEDE !important;
}

.ui-state-active .ui-icon, .ui-state-default .ui-icon {
    background-image: url("afbeeldingen/ui-icons_000000_256x240.png") !important;
}
.ui-accordion h3 {
    text-align: left
}

@media screen and (max-width: 800px) {
    .ui-widget {
        width: 96% !important;
        margin: 10pt 2% 0 2% !important;
        float: none !important;
        clear: both !important;
    }
}
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;
}
/* navigatie button, voor mobiele navigatie zet je navigatie display op hidden */
#navigatieknop {
    display: none;
}

/* menu items */
#subnavigatie {
    font-size:12pt;
    width:100%;
    display:block !important;
    overflow: hidden;
    padding: 5px 0 20px 0px;
    white-space:nowrap;
/*    display: none;*/
}
#subnavigatie a{
    width:100%;
    display:block;
    transition: all 0.3s ease-in-out;
}
#subnavigatie ul {
    margin:0px;
    padding:0px;
}
#subnavigatie li {
    list-style: none !important;
}

/* 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: #268EE8; /* 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: #6bb022;
}
input[type=checkbox] {
    float: none;
    line-height: 20pt;
}
label {
    min-width: 250px !important;
}
.shopartdetails label {
    width: auto !important;
}

.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;
}
@media only screen and (max-width: 700px)  {
    .stephoto img {
      width: 22.8vw !important;
      height: 22.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;

    }
}

.grecaptcha-badge {
    bottom: 0px !important;
    visibility: hidden;
}
@media only screen and (max-width: 1059px)  {
    .header1menubox {
        display: flex;
        justify-content:center;
        align-content:center;
        border: 0px solid rgba(0, 0, 0, 0);
        background: transparent;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-align: center;
        line-height: 24pt;
        width: 100%;
    }
    .main-nav {
        width: 100%;
    }
    }
/* 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;
}
.FloatingContactActions {
      position: fixed;
      bottom: 35px;
      right: 35px;
      z-index: 9999;
}
@media screen and (min-width: 1900px) {
    .FloatingContactActions {
          right: 50%;
          margin-right: -930px;
    }
}

.FloatingContactButton {
    height: 60px;
    width: 60px;
    background-color: rgba(196, 204, 101, .8);
    border-radius: 50%;
    display: block;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
}

.FloatingContactButton i {
    font-size: 22px;
}

.FloatingContactButtons {
    position: absolute;
    width: 100%;
    bottom: 120%;
    text-align: center;
}

.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);
}

.FloatingContactButtons a {
    background-color: #53585A;
    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;
}
